/**
 * style.less
 * 层叠样式表
 */

@font-face {
    font-family: "D-DIN Condensed";
    font-weight: normal;
    font-style: normal;
    src: local("D-DIN Condensed"), local("D-DINCondensed"), url("../flaticon/D-DINCondensed.woff2") format("woff2"), url("../flaticon/D-DINCondensed.woff") format("woff"), url("../flaticon/D-DINCondensed.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "D-DIN Condensed";
    font-weight: bold;
    font-style: normal;
    src: local("D-DIN Condensed Bold"), local("D-DINCondensed-Bold"), url("../flaticon/D-DINCondensed-Bold.woff2") format("woff2"), url("../flaticon/D-DINCondensed-Bold.woff") format("woff"), url("../flaticon/D-DINCondensed-Bold.ttf") format("truetype");
    font-display: swap;
}

@font-face {
    font-family: "Krona One";
    src: local("Krona One"), local("KronaOne-Regular"), url("../flaticon/KronaOne-Regular.woff2") format("woff2"), url("../flaticon/KronaOne-Regular.woff") format("woff"), url("../flaticon/KronaOne-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: "Microsoft YaHei", "WenQuanYi Micro Hei", "Heiti SC", "PingFang SC", "Hiragino Sans GB", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@-ms-viewport {
    width: auto !important;
}

li,
ol,
ul {
    list-style: none;
}

a {
    color: inherit;
}

a:hover,
a:link,
a:visited {
    text-decoration: none;
    color: inherit;
}

input[type="number"] {
    -moz-appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none;
}

ul {
    margin: 0;
    padding: 0;
}

button,
input,
textarea {
    border: none;
    outline: none;
}

a[data-fancybox] {
    outline: none;
}

a[data-fancybox] img {
    outline: none !important;
}

.slick-slide {
    outline: none;
}

.slick-slide a {
    outline: none !important;
}

@media (min-width: 1200px) {
    .wow {
        visibility: hidden;
    }
}

.lazy {
    /* background-image: url(../js/slick/ajax-loader.gif); */
    background-repeat: no-repeat;
    background-position: center;
}

.slick-slide,
.slick-slider .slick-track,
.slick-slider .slick-list,
.slick-slide img,
.slick-slider .slick-track img,
.slick-slider .slick-list img {
    -webkit-transform: translateZ(1px);
    -webkit-transform: translate3d(0, 0, 1px);
    transform: translateZ(1px);
    transform: translate3d(0, 0, 1px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.at-resp-share-element .at-share-btn {
    margin-bottom: 0 !important;
}

.transform-0 {
    -webkit-transform: translate(0) !important;
    -ms-transform: translate(0) !important;
    transform: translate(0) !important;
}

.slick-disabled {
    cursor: no-drop;
    opacity: 0.5;
}

body.fixed {
    position: fixed;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

body.searchactive {
    position: fixed;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

@media (min-width: 1350px) {
    .container {
        width: 1320px;
    }
}

@media (min-width: 1470px) {
    .container {
        width: 1440px;
    }
}

@media (min-width: 1660px) {
    .container {
        width: 1630px;
    }
}

@media (max-width: 767px) {
    .col-xs-6:nth-child(2n+1) {
        padding-right: 7.5px;
    }
    .col-xs-6:nth-child(2n) {
        padding-left: 7.5px;
    }
}

input[type="number"] {
    -moz-appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    margin: 0;
    -webkit-appearance: none;
}

.ibox {
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
    height: 0;
    padding-bottom: 100%;
}

.ibox img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-slide--iframe .fancybox-content {
    width: 733px !important;
    max-width: 80%;
    height: 500px !important;
    max-height: 50% !important;
    margin: 0;
}

.fancybox-caption {
    font-size: 16px;
    text-align: center;
    border: none;
}

.scrollbar::-webkit-scrollbar-track {
    background-color: #ebebeb;
}

.scrollbar::-webkit-scrollbar-thumb {
    background-color: #ccc;
}

.tranform-0 {
    -webkit-transform: translate(0) !important;
    -ms-transform: translate(0) !important;
    transform: translate(0) !important;
}

.fp-auto-height {
    height: auto;
}

.fp-scrollable {
    height: auto;
}

.swiper-button-next,
.swiper-button-prev {
    line-height: 46px;
    position: relative;
    z-index: 4;
    top: 0;
    left: 0;
    display: inline-block;
    width: 66px;
    height: 50px;
    margin: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    text-align: center;
    vertical-align: middle;
    color: rgba(255, 255, 255, 0.8);
    border: 1.8px solid #fff;
    border-radius: 50%;
    background: none;
}

@media (max-width: 767px) {
    .swiper-button-next,
    .swiper-button-prev {
        line-height: 30px;
        width: 34px;
        height: 34px;
    }
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}

.swiper-button-next .flaticon,
.swiper-button-prev .flaticon {
    font-size: 20px;
    display: block;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.swiper-button-next.swiper-button-next,
.swiper-button-prev.swiper-button-next {
    right: 0;
    margin-left: 20px;
}

@media (max-width: 991px) {
    .swiper-button-next.swiper-button-next,
    .swiper-button-prev.swiper-button-next {
        margin-left: 10px;
    }
}

.swiper-button-next.swiper-button-next .flaticon,
.swiper-button-prev.swiper-button-next .flaticon {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    color: #000;
    border-color: #fff;
    background-color: #fff;
}

.swiper-poa .swiper-button-prev,
.swiper-poa .swiper-button-next {
    position: absolute;
    z-index: 8;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.swiper-poa .swiper-button-prev:after,
.swiper-poa .swiper-button-next:after {
    display: none;
}

.swiper-poa .swiper-button-prev .flaticon,
.swiper-poa .swiper-button-next .flaticon {
    font-size: 15px;
}

.swiper-poa .swiper-button-prev {
    left: -4%;
}

@media (max-width: 991px) {
    .swiper-poa .swiper-button-prev {
        left: -40px;
    }
}

@media (max-width: 767px) {
    .swiper-poa .swiper-button-prev {
        left: -10px;
    }
}

.swiper-poa .swiper-button-next {
    right: -4%;
    left: auto;
}

@media (max-width: 991px) {
    .swiper-poa .swiper-button-next {
        right: -40px;
    }
}

@media (max-width: 767px) {
    .swiper-poa .swiper-button-next {
        right: -10px;
    }
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.hs-header-box {
    position: fixed;
    z-index: 111;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 110px;
    padding: 0 5%;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    color: #fff;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1570px) {
    .hs-header-box {
        padding: 0 15px;
    }
}


@media (max-width: 1470px) {
    .hs-header-box {
        padding: 0 10px;
    }
}

@media (max-width: 1199px) {
    .hs-header-box {
        height: 60px;
    }
}

.hs-header-box .logo {
    height: 60px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

@media (max-width: 1199px) {
    .hs-header-box .logo {
        height: 50px;
        padding: 5px 0;
    }
}

.hs-header-box .logo a {
    display: block;
    height: 100%;
}

.hs-header-box .logo .black {
    display: none;
}

.hs-header-box .logo img {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

@media (max-width: 1199px) {
    .hs-header-box .header-nav {
        display: none;
    }
}

.hs-header-box .header-nav>ul>li {
    display: inline-block;
    padding: 0 19px;
    vertical-align: middle;
}

@media (max-width: 1470px) {
    .hs-header-box .header-nav>ul>li {
        padding: 0 14px;
    }
}

@media (max-width: 1280px) {
    .hs-header-box .header-nav>ul>li {
        padding: 0 8px;
    }
}


.hs-header-box .header-nav>ul>li>a {
    font-size: 18px;
    line-height: 110px;
    position: relative;
	color:#bb0c1a; font-weight:bold;
    display: block;
}

@media (max-width: 1660px) {
    .hs-header-box .header-nav>ul>li>a {
        font-size: 16px;
    }
}

@media (max-width: 1350px) {
    .hs-header-box .header-nav>ul>li>a {
        font-size: 15px;
    }
}

.hs-header-box .header-nav>ul>li>a:before {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    width: 0;
    height: 4px;
    content: "";
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #bb0c1a;
}

.hs-header-box .header-nav>ul>li:hover>a,
.hs-header-box .header-nav>ul>li.active>a {
    color: #bb0c1a;
}

.hs-header-box .header-nav>ul>li:hover>a:before,
.hs-header-box .header-nav>ul>li.active>a:before {
    width: 100%;
}

.hs-header-box .header-nav .pc-nav-down {
    position: absolute;
    z-index: 9;
    top: 100%;
    left: 0;
    display: none;
    width: 100%;
    padding: 60px 0;
    color: #333;
    background-color: #fff;
    box-shadow: 0 11px 10px 0 rgba(0, 0, 0, 0.1);
}

.hs-header-box .header-nav .pc-nav-down .title-nav {
    position: absolute;
    right: 0;
    bottom: 0;
}

.hs-header-box .header-nav .pc-nav-down .title-nav h2 {
    font-size: 230px;
    font-weight: bold;
    line-height: 1;
    margin: 0;
    color: rgba(246, 246, 246, 0.4);
}

@media (max-width: 1560px) {
    .hs-header-box .header-nav .pc-nav-down .title-nav h2 {
        font-size: 200px;
    }
}

.hs-header-box .header-nav .pc-nav-down .container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
}

.hs-header-box .header-nav .pc-nav-down .flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.hs-header-box .header-nav .pc-nav-down .nav-img {
    width: 40%;
}

.hs-header-box .header-nav .pc-nav-down .nav-img img {
    width: 100%;
}

.hs-header-box .header-nav .pc-nav-down .nav-list {
    width: 60%;
    padding-left: 5%;
}

.hs-header-box .header-nav .pc-nav-down .nav-list h3 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.4;
    color: #bb0c1a;
}

@media (max-width: 1470px) {
    .hs-header-box .header-nav .pc-nav-down .nav-list h3 {
        font-size: 24px;
    }
}

.hs-header-box .header-nav .pc-nav-down .nav-list>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 80%;
    margin: 0 -30px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.hs-header-box .header-nav .pc-nav-down .nav-list>ul>li {
    display: inline-block;
    min-width: 33.33333333%;
    vertical-align: top;
}

.hs-header-box .header-nav .pc-nav-down .nav-list>ul>li>a {
    font-size: 16px;
    line-height: 30px;
    display: block;
    padding: 10px 30px;
    color: #666;
}

.hs-header-box .header-nav .pc-nav-down .nav-list>ul>li.active>a,
.hs-header-box .header-nav .pc-nav-down .nav-list>ul>li:hover>a {
    color: #bb0c1a;
}

.hs-header-box .header-nav .pc-nav-down .pro-nav>ul {
    overflow: hidden;
    margin: 0 -30px;
}

.hs-header-box .header-nav .pc-nav-down .pro-nav>ul>li {
    float: left;
    width: 25%;
    margin: 15px 0;
    padding: 0 30px;
}

.hs-header-box .header-nav .pc-nav-down .pro-nav>ul>li>a {
    font-size: 18px;
    line-height: 40px;
    display: block;
    padding: 10px 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    border-bottom: 1px solid #ddd;
}

.hs-header-box .header-nav .pc-nav-down .pro-nav>ul>li>a img {
    display: inline-block;
    width: 40px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    vertical-align: middle;
    -webkit-filter: brightness(0) invert(0);
    filter: brightness(0) invert(0);
}

.hs-header-box .header-nav .pc-nav-down .pro-nav>ul>li>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.hs-header-box .header-nav .pc-nav-down .pro-nav>ul>li>ul>li {
    width: 50%;
}

.hs-header-box .header-nav .pc-nav-down .pro-nav>ul>li>ul>li>a {
    font-size: 16px;
    line-height: 30px;
    display: block;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    color: #666;
}

.hs-header-box .header-nav .pc-nav-down .pro-nav>ul>li>ul>li:hover>a {
    color: #bb0c1a;
}

.hs-header-box .header-nav .pc-nav-down .pro-nav>ul>li:hover>a {
    color: #bb0c1a;
}

.hs-header-box .header-nav .pc-nav-down .pro-nav>ul>li:hover>a img {
    -webkit-filter: brightness(1) invert(0);
    filter: brightness(1) invert(0);
}

.hs-header-box .header-nav .xs-nav {
    display: none;
}

.hs-header-box .pc-search {
    display: inline-block;
    vertical-align: middle;
}

.hs-header-box .pc-search .search-button {
    font-size: 22px;
    font-weight: bold;
    line-height: 50px;
    display: inline-block;
    overflow: hidden;
    width: 50px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
}

@media (max-width: 1199px) {
    .hs-header-box .pc-search .search-button {
        line-height: 30px;
        width: 30px;
        height: 30px;
    }
}

.hs-header-box .pc-search .search-button:before {
    display: inline-block;
    content: "\e660";
    text-align: center;
    vertical-align: middle;
}

.hs-header-box .pc-search .search-button:hover {
    color: #bb0c1a;
}

.hs-header-box .pc-search form {
    position: relative;
    width: 100%;
    width: 200px;
    height: 33px;
    border: 1px solid #ccc;
    border-radius: 17px;
    background: #fff;
}

.hs-header-box .pc-search input {
    line-height: 30px;
    width: 100%;
    height: 30px;
    padding: 0 30px 0 10px;
    outline: none;
    background: none;
}

.hs-header-box .pc-search input::-webkit-input-placeholder,
.hs-header-box .pc-search textarea::-webkit-input-placeholder {
    color: #999;
}

.hs-header-box .pc-search input:-o-placeholder,
.hs-header-box .pc-search textarea:-o-placeholder {
    color: #999;
}

.hs-header-box .pc-search input::-moz-placeholder,
.hs-header-box .pc-search textarea::-moz-placeholder {
    color: #999;
}

.hs-header-box .pc-search input:-ms-input-placeholder,
.hs-header-box .pc-search textarea:-ms-input-placeholder {
    color: #999;
}

.hs-header-box .pc-search input:focus::-webkit-input-placeholder,
.hs-header-box .pc-search textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}

.hs-header-box .pc-search input:focus::-o-placeholder,
.hs-header-box .pc-search textarea:focus::-o-placeholder {
    color: #c5c5c5;
}

.hs-header-box .pc-search input:focus::-moz-placeholder,
.hs-header-box .pc-search textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}

.hs-header-box .pc-search input:focus::-ms-input-placeholder,
.hs-header-box .pc-search textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}

.hs-header-box .pc-search .close-search {
    line-height: 60px;
    position: absolute;
    top: 0;
    right: 20px;
    cursor: pointer;
    color: #fff;
}

@media (max-width: 1199px) {
    .hs-header-box .pc-search .close-search {
        right: 10px;
    }
}

.hs-header-box .pc-search .close-search:before {
    font-size: 30px;
    display: block;
    content: "\e629";
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.hs-header-box .pc-search .submit {
    font-size: 18px;
    line-height: 30px;
    position: absolute;
    top: 0;
    right: 10px;
    width: 30px;
    padding: 0;
    text-align: center;
    color: #9f9f9f;
    outline: none;
    background: none;
    box-shadow: none;
}

.hs-header-box .pc-search .submit:before {
    content: "\e660";
}

.hs-header-box .whatsapp,
.hs-header-box .language {
    display: inline-block;
    vertical-align: middle;
}

.hs-header-box .erweima {
    line-height: 40px;
    position: relative;
    display: inline-block;
    margin-left: 30px;
    vertical-align: middle;
}

@media (max-width: 767px) {
    .hs-header-box .erweima {
        margin-left: 10px;
    }
}

.hs-header-box .erweima .icon {
    font-size: 20px;
}

.hs-header-box .erweima img {
    position: absolute;
    top: 100%;
    right: 0;
    display: none;
    width: 120px;
}

.hs-header-box .erweima:hover img {
    display: block;
}

.hs-header-box .tel {
    display: inline-block;
    padding: 0 10px;
    vertical-align: middle;
}



.hs-header-box .tel a {
    font-size: 24px;
    line-height: 34px;
	color:#ba0b1a;
    display: block;
}

@media (max-width: 1470px) {
    .hs-header-box .tel a {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .hs-header-box .tel { display:none;
    }
}

.hs-header-box .tel a .flaticon {
    font-weight: normal;
    float: left;
    margin-right: 10px;
}

@media (max-width: 767px) {
    .hs-header-box .tel a .flaticon {
        font-size: 14px;
    }
}

.hs-header-box .tel a:hover .flaticon {
    -webkit-animation: swing 1s 0s ease both;
    animation: swing 1s 0s ease both;
}

.hs-header-box .language {
    position: relative;
	width:80px;
	color:#ba0b1a;
	border:1px solid #bb0c1a; text-align:center;
}

@media (max-width: 767px) {
    .hs-header-box .language { 
    	display:none;
    }
}

.hs-header-box .language p {
    line-height: 34px;
    margin: 0;
    padding: 0 14px;
    border: 1px solid #333;
    border-radius: 17px;
}

@media (max-width: 767px) {
    .hs-header-box .language p {
        font-size: 12px;
        padding: 0 10px;
    }
}

.hs-header-box .language:after {
    content: "\f103";
    display: inline-block;
    margin-left: 10px;
    font-family: 'flaticon_bipu';
	font-size:13px;
	-webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.hs-header-box .language ul {
    position: absolute;
    z-index: 2;
    top: 103%;
    left: 0;
    display: none;
    min-width: 100%;
    padding: 10px 0;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.hs-header-box .language ul li a {
    line-height: 30px;
    display: block;
    padding: 0 10px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    color: #666;
}

.hs-header-box .language ul li a:hover {
    color: #fff;
    background-color: #ba0b1a;
}

.hs-header-box .toggle-navigation {
    position: relative;
    right: 0;
    display: none;
    width: 30px;
    height: 60px;
    margin-left: 16px;
}

@media (max-width: 1199px) {
    .hs-header-box .toggle-navigation {
        display: inline-block;
        height: 60px;
        margin-left: 10px;
        vertical-align: middle;
    }
}

.hs-header-box .toggle-navigation a {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.hs-header-box .toggle-navigation a:before,
.hs-header-box .toggle-navigation a:after {
    display: block;
    height: 2px;
    content: "";
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background: #fff;
}

.hs-header-box .toggle-navigation a span {
    display: block;
    height: 2px;
    margin: 7px 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    background: #fff;
}

.hs-header-box:hover,
.hs-header-box.stuck-header {
    color: #333;
    background-color: #e5e5e5;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.hs-header-box.stuck-header .logo {
    height: 40px;
}

.hs-header-box:hover .logo .white,
.hs-header-box.stuck-header .logo .white {
    display: none;
}

.hs-header-box:hover .logo .black,
.hs-header-box.stuck-header .logo .black {
    display: block;
}

.hs-header-box:hover .tel,
.hs-header-box.stuck-header .tel {
    color: #333;
    border-color: #333;
}

.hs-header-box:hover .toggle-navigation a:before,
.hs-header-box.stuck-header .toggle-navigation a:before,
.hs-header-box:hover .toggle-navigation a:after,
.hs-header-box.stuck-header .toggle-navigation a:after,
.hs-header-box:hover .toggle-navigation a span,
.hs-header-box.stuck-header .toggle-navigation a span {
    background-color: #333;
}

.stuck-header {
    height: 80px;
}

@media (max-width: 1199px) {
    .stuck-header {
        height: 60px;
    }
}

.stuck-header .header-nav>ul>li>a {
    line-height: 80px;
}

.hc-mobile-nav .nav-img,
.hc-mobile-nav h3 {
    display: none;
}

.hc-mobile-nav .nav-container,
.hc-mobile-nav.nav-levels-overlap ul .nav-wrapper {
    width: 100%;
}

.hc-mobile-nav .nav-wrapper {
    color: #fff;
    background-color: #bb0c1a;
}

.hc-mobile-nav li.nav-close a,
.hc-mobile-nav li.nav-back a {
    border-color: #000;
    background-color: #000;
}

.hc-mobile-nav a {
    border-bottom-color: #ddd;
}

.hc-mobile-nav h2 {
    color: #fff;
}

.hc-mobile-nav li.nav-close a:hover,
.hc-mobile-nav li.nav-back a:hover {
    background-color: #000;
}

.hc-mobile-nav.side-right span.nav-next::before {
    -webkit-transform: translate(0%, 0%) rotate(135deg);
    -ms-transform: translate(0%, 0%) rotate(135deg);
    transform: translate(0%, 0%) rotate(135deg);
}

.hc-mobile-nav:not(.touch-device) a:hover {
    background-color: #bb0c1a;
}

.hc-mobile-nav a[href]:not([href="#"])>span.nav-next {
    border-color: #bb0c1a;
}

.hc-mobile-nav ul.nav-list2 {
    text-indent: 10px !important;
}

.hc-mobile-nav ul.nav-list3 {
    text-indent: 20px !important;
}

.hc-mobile-nav .title-nav {
    display: none;
}

.hc-mobile-nav img {
    display: inline-block;
    width: 30px;
    vertical-align: middle;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

@-webkit-keyframes movedown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    30% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    60% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes movedown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    30% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    60% {
        -webkit-transform: translateY(5px);
        transform: translateY(5px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.fullpage-menu {
    position: fixed;
    z-index: 9;
    top: 50%;
    right: 2%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 1199px) {
    .fullpage-menu {
        display: none;
    }
}

.fullpage-menu>li {
    margin: 10px 0;
}

.fullpage-menu>li a {
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    border: 1px solid rgba(255, 255, 255, 0);
    border-radius: 50%;
}

.fullpage-menu>li a span {
    display: block;
    width: 8px;
    height: 8px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.8);
}

.fullpage-menu>li a i {
    font-size: 14px;
    font-style: normal;
    line-height: 20px;
    position: absolute;
    top: 50%;
    right: 120%;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    white-space: nowrap;
    opacity: 0;
    color: #fff;
}

.fullpage-menu>li.active a {
    border-color: rgba(255, 255, 255, 0.8);
}

.fullpage-menu>li.active a i {
    opacity: 1;
}




.fp-viewing-chengnuoPage .hs-header-box,
.fp-viewing-wuliPage .hs-header-box,
.fp-viewing-fanganPage .hs-header-box,
.fp-viewing-zhuanliPage .hs-header-box ,
.fp-viewing-hexinPage .hs-header-box ,
.fp-viewing-productPage .hs-header-box ,
.fp-viewing-newsPage .hs-header-box {
    color: #333;
}

.fp-viewing-chengnuoPage .hs-header-box .logo .white,
.fp-viewing-wuliPage .hs-header-box .logo .white,
.fp-viewing-fanganPage .hs-header-box .logo .white,
.fp-viewing-zhuanliPage .hs-header-box .logo .white ,
.fp-viewing-hexinPage .hs-header-box .logo .white ,
.fp-viewing-productPage .hs-header-box .logo .white ,
.fp-viewing-newsPage .hs-header-box .logo .white {
    display: none;
}

.fp-viewing-chengnuoPage .hs-header-box .logo .black,
.fp-viewing-wuliPage .hs-header-box .logo .black,
.fp-viewing-fanganPage .hs-header-box .logo .black,
.fp-viewing-zhuanliPage .hs-header-box .logo .black,
.fp-viewing-hexinPage .hs-header-box .logo .black,
.fp-viewing-productPage .hs-header-box .logo .black,
.fp-viewing-newsPage .hs-header-box .logo .black {
    display: block;
}

.fp-viewing-chengnuoPage .hs-header-box .tel,
.fp-viewing-wuliPage .hs-header-box .tel,
.fp-viewing-fanganPage .hs-header-box .tel,
.fp-viewing-zhuanliPage .hs-header-box .tel,
.fp-viewing-hexinPage .hs-header-box .tel,
.fp-viewing-productPage .hs-header-box .tel,
.fp-viewing-newsPage .hs-header-box .tel {
    color: #333;
    border-color: #333;
}

.fp-viewing-chengnuoPage .fullpage-menu>li>a,
.fp-viewing-wuliPage .fullpage-menu>li>a,
.fp-viewing-fanganPage .fullpage-menu>li>a,
.fp-viewing-zhuanliPage .fullpage-menu>li>a ,
.fp-viewing-hexinPage .fullpage-menu>li>a ,
.fp-viewing-productPage .fullpage-menu>li>a ,
.fp-viewing-newsPage .fullpage-menu>li>a {
    border: 1px solid rgba(188, 12, 26, 0);
}

.fp-viewing-chengnuoPage .fullpage-menu>li>a span,
.fp-viewing-wuliPage .fullpage-menu>li>a span,
.fp-viewing-fanganPage .fullpage-menu>li>a span,
.fp-viewing-zhuanliPage .fullpage-menu>li>a span,
.fp-viewing-hexinPage .fullpage-menu>li>a span ,
.fp-viewing-productPage .fullpage-menu>li>a span ,
.fp-viewing-newsPage .fullpage-menu>li>a span{
    background-color: rgba(188, 12, 26, 0.8);
}

.fp-viewing-chengnuoPage .fullpage-menu>li>a i,
.fp-viewing-wuliPage .fullpage-menu>li>a i,
.fp-viewing-fanganPage .fullpage-menu>li>a i,
.fp-viewing-zhuanliPage .fullpage-menu>li>a i,
.fp-viewing-hexinPage .fullpage-menu>li>a i,
.fp-viewing-productPage .fullpage-menu>li>a i,
.fp-viewing-newsPage .fullpage-menu>li>a i {
    color: #bb0c1a;
}

.fp-viewing-chengnuoPage .fullpage-menu>li.active a,
.fp-viewing-wuliPage .fullpage-menu>li.active a,
.fp-viewing-fanganPage .fullpage-menu>li.active a,
.fp-viewing-zhuanliPage .fullpage-menu>li.active a ,
.fp-viewing-hexinPage .fullpage-menu>li.active a ,
.fp-viewing-productPage .fullpage-menu>li.active a ,
.fp-viewing-newsPage .fullpage-menu>li.active a {
    border-color: rgba(188, 12, 26, 0.8);
}

.customer-service {
    position: fixed;
    z-index: 9;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.customer-service ul li {
    margin: 2px 0;
}

.customer-service a {
    position: relative;
    display: block;
    color: #fff;
    border-radius: 6px;
}

.customer-service a .icon {
    font-size: 30px;
    line-height: 50px;
    position: relative;
    z-index: 3;
    display: block;
    width: 50px;
    height: 50px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    text-align: center;
    border-radius: 6px;
    background-color: #000;
}

@media (max-width: 1470px) {
    .customer-service a .icon {
        line-height: 50px;
        width: 50px;
        height: 50px;
    }
}

.customer-service a .icon img {
    width: 30px;
    margin: 0 auto;
}

.customer-service a p {
    font-size: 16px;
    line-height: 30px;
    position: absolute;
    top: 0;
    right: 50px;
    margin: 0;
    padding: 10px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translateX(180%);
    -ms-transform: translateX(180%);
    transform: translateX(180%);
    white-space: nowrap;
    border-radius: 6px;
    background-color: #bb0c1a;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.customer-service a p img {
    width: 120px;
}

.customer-service a:hover .icon {
    color: #fff;
    background-color: #bb0c1a;
}

.customer-service a:hover p {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.customer-service .service-wechat p {
    background-color: #bb0c1a;
}

.xs-customer-service {
    position: fixed;
    z-index: 999;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    background-color: #bb0c1a;
}

.xs-customer-service ul {
    font-size: 0;
}

.xs-customer-service ul li {
    display: inline-block;
    width: 33.33333333%;
    vertical-align: top;
}

.xs-customer-service a {
    display: block;
    padding:12px 7px;
}

.xs-customer-service a .icon {
    font-size: 24px;
    line-height: 1;
    display: block;
}

.xs-customer-service a span {
    font-size: 12px;
    line-height: 1.5;
    display: block;
}

.banner-box {
    font-size: 0;
    position: relative;
    clear: both;
    overflow: hidden;
    width: 100%;
}

.banner-box .banner .swiper-slide {
    overflow: hidden;
    width: 100vw;
}

.banner-box .banner .swiper-group {
    position: relative;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media (max-width: 1199px) {
    .banner-box .banner .swiper-group {
        height: 600px;
    }
	.banner-box{ margin-top:60px;}
}

@media (max-width: 991px) {
    .banner-box .banner .swiper-group {
        height: 400px;
    }
}

@media (max-width: 767px) {
    .banner-box .banner .swiper-group {
        height: 300px;
    }
}

.banner-box .ban-img {
    position: absolute;
    z-index: 5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.banner-box .ban-img img {
    width: 100%;
}

@media (max-width: 767px) {
    .banner-box .ban-img img {
        width: auto;
        height: 80%;
        margin-top: 10%;
    }
}

.banner-box .swiper-text {
    position: absolute;
    z-index: 6;
    top: 45%;
    width: 100%;
    padding: 0 5%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
}

.banner-box .swiper-text h2 {
    font-size: 66px;
    font-weight:normal;
	font-family: 'SourceHanSans';
    line-height: 1.4;
	text-align:center;
    margin: 0;
}

@media (max-width: 1560px) {
    .banner-box .swiper-text h2 {
        font-size: 50px;
    }
}

@media (max-width: 1199px) {
    .banner-box .swiper-text h2 {
        font-size: 40px;
    }
}

@media (max-width: 991px) {
    .banner-box .swiper-text h2 {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .banner-box .swiper-text h2 {
        font-size: 20px;
    }
}

.banner-box .swiper-text h2 b {
    position: relative;
}



.banner-box .swiper-text h2 b span {
    position: relative;
    z-index: 2; 
	font-size:84px; 
	letter-spacing:8px;
	color:#bb0c1a; 
	font-weight:bold;
    -webkit-transition: all 2s;
    transition: all 2s;
}

@media (max-width: 1560px) {
    .banner-box .swiper-text h2 b span {
        font-size: 60px;
    }
}

@media (max-width: 1199px) {
     .banner-box .swiper-text h2 b span {
        font-size: 50px;
    }
}

@media (max-width: 991px) {
    .banner-box .swiper-text h2 b span {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .banner-box .swiper-text h2 b span {
        font-size: 24px;
    }
}



.banner-box .swiper-text2 h3 {
    font-size: 13px;
	position:absolute; 
	bottom:8%;
    z-index: 6;
    width: 100%;
    padding: 0 5%;
    line-height: 1.8;
    margin: 20px 0 0 0;
	color:#c0c1c1;
	-webkit-animation: fadeInDown 1s 0s ease both;
    animation: fadeInDown 1s 0s ease both;
}

@media (max-width: 1560px) {
    .banner-box .swiper-text2 h3 {
        font-size: 12px;
    }
}

@media (max-width: 1350px) {
    .banner-box .swiper-text2 h3 {
          width: 50%;
    }
}


@media (max-width: 1199px) {
    .banner-box .swiper-text2 h3 {
        font-size: 12px; 
		width:100%; 
		bottom:4%;
		line-height:1.4;
    }
}

@media (max-width: 991px) {
    .banner-box .swiper-text2 h3 {
        font-size: 12px;
    }
}

.banner-box .swiper-slide-active .swiper-text h2 {
    -webkit-animation: fadeInDown 1s 0s ease both;
    animation: fadeInDown 1s 0s ease both;
}

.banner-box .swiper-slide-active .swiper-text h2 b:before {
    width: 100%;
}

.banner-box .swiper-slide-active .swiper-text h3 {
    -webkit-animation: fadeInUp 1s 0s ease both;
    animation: fadeInUp 1s 0s ease both;
}

.banner-box .swiper-slide-active .swiper-text .iconlist .icon-group {
    -webkit-animation: zoomIn 1s 0s ease both;
    animation: zoomIn 1s 0s ease both;
}

.banner-box .swiper-slide-active .ban-img img {
    -webkit-animation: fadeInUp 1s 0s ease both;
    animation: fadeInUp 1s 0s ease both;
}

.banner-box .button-bottom {
    position: absolute;
    z-index: 6;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 0 3%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
 
}

.banner-box .swiper-button-wrap {
    display: inline-block;
    vertical-align: middle;
}

.banner-box .swiper-button-next,
.banner-box .swiper-button-prev {
    line-height: 48px;
    width: 52px;
    height: 52px;
    color: #fff;
}

@media (max-width: 767px) {
    .banner-box .swiper-button-next,
    .banner-box .swiper-button-prev {
        line-height: 36px;
        width: 40px;
        height: 40px;
    }
}

.banner-box .swiper-pagination {
    font-size: 30px;
    position: relative;
    width: auto;
    margin: 0;
    color: #fff;
}

.banner-box .swiper-pagination .swiper-pagination-total {
    font-size: 20px;
}

@media (max-width: 767px) {
    .banner-box .swiper-pagination {
        font-size: 20px;
    }
    .banner-box .swiper-pagination .swiper-pagination-total {
        font-size: 16px;
    }
}

.banner-box .swiper-pagination span:before {
    content: "0";
}

.banner-box .mouse {
    z-index: 2;
    display: inline-block;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    text-align: center;
	margin:0 auto;
}

@media (max-width: 1199px) {
    .banner-box .mouse {
        opacity: 0;
    }
}

@media (max-width: 991px) {
    .banner-box .mouse {
        bottom: 10px;
    }
}

.banner-box .mouse p{ font-size:18px; word-spacing:4px; letter-spacing: 4px; color:#fff; font-family: 'SourceHanSans'; }

.banner-box .mouse img {
    width: 3.6px;
}

.banner-inner {
    position: relative;
}

.banner-inner .banner-group {
    overflow: hidden;
}

.banner-inner .banner-group img {
    width: 100%;
}

@media (max-width: 767px) {
    .banner-inner .banner-group img {
        width: 160%;
        margin-left: -30%;
    }
}

.banner-inner .group-text {
    position: absolute;
    z-index: 2; 
	text-align:center;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.banner-inner .ban-top{ top:58%;}

@media (max-width: 1530px) {
   .banner-inner .ban-top{ top:48%;}
}


@media (max-width: 767px) {
    .banner-inner .group-text {
        top: 60%;
    }
}

.banner-inner .group-text h2 {
    font-size: 64px;
    font-weight:normal;
    line-height: 2; 
	letter-spacing:5px;
    position: relative;
    margin: 0;
    color: #fff;
}

@media (max-width: 1470px) {
    .banner-inner .group-text h2 {
        font-size: 58px;
    }
}

@media (max-width: 767px) {
    .banner-inner .group-text h2 {
        font-size: 26px;
		letter-spacing:2px;
    }

}

.banner-inner .group-text h3 {
    font-size: 32px;
    font-weight:normal; 
	padding:8px 20px;
	display: initial;
	border:1px solid #fff;
    color: #fff;
}
@media (max-width: 767px) {
 
	.banner-inner .group-text h3{ 
	  font-size:18px; 
	  padding: 4px 10px;
	}
}

.banner-inner .group-text h4{
    font-size: 56px;
    font-weight:normal; 
	padding:8px 10px;
	display: initial;
    color: #fff;
}


.banner-inner .group-text p {
    font-size: 20px;
    font-weight:normal;
    line-height: 1.8;
    position: relative;
    margin: 0 auto; 
	max-width:800px;
    color: #fff;
}

@media (max-width: 1440px) {
    .banner-inner .group-text p {
        font-size: 18px;
    }
	
	.banner-inner .group-text h4{
      font-size: 48px;
}

}

@media (max-width: 767px) {
    .banner-inner .group-text p {
        font-size: 14px; 
		line-height:1.5;
    }
     .banner-inner .group-text h4{
      font-size: 20px;
    }
}


.banner-inner .group-text h2 span {
    position: relative;
    z-index: 4;
}

.section {
    position: relative;
    overflow: hidden;
    width: 100%;
}

@media (min-width: 1200px) {
    .section {
        height: 100vh;
        background-attachment: fixed;
    }
}

.section .fp-overflow {
    width: 100%;
    height: 100%;
}

.hs-pad {
    overflow: hidden;
    height: 100%;
    padding: 160px 0 80px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 1560px) {
    .hs-pad {
        padding-top: 120px;
    }
}

@media (max-width: 1199px) {
    .hs-pad {
        padding: 50px 15px;
    }
}

@media (max-width: 991px) {
    .hs-pad {
        padding: 50px 10px;
    }
}

.section {
    -webkit-transition: all 1s;
    transition: all 1s;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

@media (min-width: 1200px) {
    .section {
        background-attachment: fixed;
    }
}

.hs-more {
    position: relative;
    display: inline-block;
    margin-top: 50px;
    cursor: pointer;
    color: #adadad;
}

@media (max-width: 1199px) {
    .hs-more {
        margin-top: 30px;
    }
}

.hs-more svg {
    position: relative;
    z-index: 5;
    top: -2px;
    left: -2px;
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media (max-width: 767px) {
    .hs-more svg {
        width: 40px;
        height: 40px;
    }
}

.hs-more svg circle {
    display: block;
    -webkit-transition: stroke-dashoffset 0.6s ease-out;
    transition: stroke-dashoffset 0.6s ease-out;
    stroke-width: 2px;
    stroke: #4cc914;
    stroke-dasharray: 300%;
    stroke-dashoffset: 300%;
}

@media (max-width: 1199px) {
    .hs-more svg circle {
        display: none;
    }
}

.hs-more .icon {
    font-size: 24px;
    line-height: 60px;
    position: absolute;
    z-index: 4;
    top: -2px;
    left: -2px;
    width: 60px;
    height: 60px;
    -webkit-transition: border-color 0.3s ease-out;
    transition: border-color 0.3s ease-out;
    text-align: center;
    color: #adadad;
    border: 1px solid rgba(173, 173, 173, 0.5);
    border-radius: 50%;
}

@media (max-width: 767px) {
    .hs-more .icon {
        line-height: 40px;
        width: 40px;
        height: 40px;
    }
}

.hs-more span {
    line-height: 24px;
    color: #adadad;
}

.hs-more:hover .icon,
.hs-more:hover span {
    color: #4cc914;
}

.hs-more:hover svg circle {
    -webkit-animation: movedong 2s 0s ease both;
    animation: movedong 2s 0s ease both;
    stroke-dashoffset: 0;
}

.title-home {
    text-align: center;
}

.title-home h2 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
    margin: 0;
}

@media (max-width: 1560px) {
    .title-home h2 {
        font-size: 30px;
    }
}

@media (max-width: 1199px) {
    .title-home h2 {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .title-home h2 {
        font-size: 20px;
    }
}

.title-home p {
    font-size: 16px;
    line-height: 30px;
    max-width: 1110px;
    margin: 0 auto;
    margin-top: 20px;
    color: #666;
}

@media (max-width: 991px) {
    .title-home p {
        font-size: 14px;
        line-height: 26px;
        margin-top: 10px;
    }
}


.home-title-ad h2 {
    font-size: 50px;
    font-weight:normal;
	letter-spacing:5px;
	color:#fff;
    line-height: 1;
    margin: 0;
}

@media (max-width: 1560px) {
    .home-title-ad h2 {
        font-size: 48px;
    }
}

@media (max-width: 1350px) {
    .home-title-ad h2 {
        font-size: 42px; 
		letter-spacing:0;
    }
}



@media (max-width: 1199px) {
    .home-title-ad h2 {
        font-size: 32px;
    }
}

@media (max-width: 767px) {
    .home-title-ad h2 {
        font-size: 24px;
    }
}

.home-title-ad h2 em{
    font-size: 60px;
	font-style:normal;
    font-weight: bold;
	letter-spacing:5px;
	color:#bb0c1a;
    line-height: 1;
    margin: 0;
	background:url(../images/redline.png) 0 49px no-repeat;
	background-size: contain;
}

@media (max-width: 1560px) {
    .home-title-ad h2 em{
        font-size: 58px;
    }
}

@media (max-width: 1350px) {
    .home-title-ad h2 em{
        font-size: 48px; 
		letter-spacing:0;
    }
}


@media (max-width: 1199px) {
    .home-title-ad h2 em{
        font-size: 44px;
    }
}

@media (max-width: 767px) {
    .home-title-ad h2 em{
        font-size: 32px;
    }
}


.home-title-ad p {
    font-size: 28px;
    line-height: 42px; 
	font-weight:lighter; 
	letter-spacing:7px;
    max-width: 610px;
    margin: 0 auto;
    margin-top: 28px;
    color: #fff;
	border:1px solid #fff;
}

@media (max-width: 991px) {
    .home-title-ad p {
        font-size: 14px;
        line-height: 26px;
        margin-top: 10px;
    }
}



.title-home-small h2 {
    font-size: 50px;
	font-weight: normal;
    letter-spacing: 5px;
    color: #fff;
	text-align:left;
}

.title-home-small h2 em{
    font-size:60px;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 5px;
    color: #bb0c1a;
}


.hs-home-product{
 padding:0;
}

@media (max-width: 1470px) {
    .hs-home-product {
        padding-top: 100px;
    }
}

@media (max-width: 1199px) {
    .hs-home-product {
        padding-top: 50px;
    }
	.title-home-small h2 { 
	 font-size:22px; 
	 letter-spacing:0;
	 }
	
    .title-home-small h2 em{
    font-size:24px;
    }

}

.hs-home-product .home-title-ad5{ 
     text-align:left;
	 position:absolute;
	 top:16%;
	 
} 

.hs-home-product .product-content{ height:100%;}

.hs-home-product .product-content .swiper{ 
   overflow:revert;
   
}

.hs-home-product .product-content .swiper-pagination{ position:absolute; left:46%; top:36%; width:200px; }

.hs-home-product .product-menu { 
    position:absolute; 
    left: 47%;
    top: 39%; 
	z-index:55;
} 

@media (max-width: 1400px) {
  .hs-home-product .product-menu { 
    position:absolute; 
    right: 37%;
    top: 41%;     
} 
}

@media (max-width:991px) {
    .hs-home-product .product-content .swiper-pagination{ 
	position:absolute; left:6%; top:23%; width:160px; 
	}
	.hs-home-product .product-menu{ display:none;}
	.hs-home-product .home-title-ad5{ top:10%;}
}


.hs-home-product .product-menu>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.hs-home-product .product-menu>ul>li {
 
}


.hs-home-product .product-menu>ul>li>a {
    font-size: 25px; 
	font-weight:bold; letter-spacing:3px;
    line-height: 24px;
    display: block;
    padding: 8px 0;
}

@media (max-width: 767px) {
    .hs-home-product .product-menu>ul>li>a {
        font-size: 16px;
    }
}

.hs-home-product .product-menu>ul>li.active:after {
    width: 100%;
}

.hs-home-product .product-menu>ul>li.active>a {
    color: #fff;
}

.hs-home-product .product-list {
    position: relative;
    margin-top: 160px;
}

@media (max-width: 1400px) {
    .hs-home-product .product-list {
        margin-top: 140px;
    }
}

.hs-home-product .product-list .product-bigtxt {
    position: absolute;
    z-index: 1;
    top: 0;
    width: 100%;
    text-align: center;
}

.hs-home-product .product-list .product-bigtxt h2 {
    font-family: "D-DIN Condensed";
    font-size: 255px;
    font-weight: bold;
    line-height: 0.8;
    text-transform: uppercase;
    opacity: 0.5;
    color: #dfe9f4;
}

@media (max-width: 1560px) {
    .hs-home-product .product-list .product-bigtxt h2 {
        font-size: 200px;
    }
}

@media (max-width: 1470px) {
    .hs-home-product .product-list .product-bigtxt h2 {
        font-size: 160px;
    }
}

@media (max-width: 1199px) {
    .hs-home-product .product-list .product-bigtxt h2 {
        font-size: 150px;
    }
}

@media (max-width: 767px) {
    .hs-home-product .product-list .product-bigtxt h2 {
        font-size: 120px;
    }
}

.hs-home-product .product-list .product-bigtxt h2 span {
    display: block;
}

.hs-home-product .product-list .swiper-slide {
    -webkit-transform: translateY(19%) scale(0.85);
    -ms-transform: translateY(19%) scale(0.85);
    transform: translateY(19%) scale(0.85);
}

.hs-home-product .product-list .swiper-slide .title-product {
    opacity: 0;
}

.111111hs-home-product .product-list .swiper-slide-active + .swiper-slide {
    -webkit-transform: translateY(-3%) scale(1.4);
    -ms-transform: translateY(-3%) scale(1.4);
    transform: translateY(-3%) scale(1.4); 
}

.hs-home-product .product-list .swiper-slide-active{ left:-66px;
}

.hs-home-product .product-list .swiper-slide-next {
    -webkit-transform: translateY(-8%) scale(1.4);
    -ms-transform: translateY(-8%) scale(1.4);
    transform: translateY(-8%) scale(1.4); 
}
.hs-home-product .product-list .swiper-slide-next + .swiper-slide{ right:-70px;}

.hs-home-product .product-list .swiper-slide-next + .swiper-slide + .swiper-slide{ right:-38px;}

.hs-home-product .product-list .swiper-slide-active .title-product {
    opacity: 1;
}

.hs-home-product .product-content .product-button{ position: absolute;  bottom:62%; right:12%; webkit-animation: fadeInDown 1.5s 0s ease both;
    animation: fadeInDown 1.5s 0s ease both;}


.hs-home-product .product-content .swiper-button-prev,
.hs-home-product .product-content .swiper-button-next {
	border-radius:40px; 
	margin-left:10px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.hs-home-product .product-content .home-more-ad4{ position:absolute; top:18%; right:13%;}
.hs-home-product .product-content .home-more-ad4 a {
    font-size: 22px;
    color: #fff;
    letter-spacing: 4px;
    display: inline-flex;
}

@media (max-width: 991px) {
    .hs-home-product .product-content .swiper-button-prev,
    .hs-home-product .product-content .swiper-button-next {
        left: 0;
    }
	.hs-home-product .product-content .home-more-ad4{ top:20%;}
	.hs-home-product .product-content .product-button{ display:none;}
	
	.hs-home-product .product-list .swiper-slide-active{ left:0;
}

.hs-home-product .product-list .swiper-slide-next {
    -webkit-transform: translateY(-3%) scale(1);
    -ms-transform: translateY(-3%) scale(1);
    transform: translateY(-3%) scale(1); 
}
.hs-home-product .product-list .swiper-slide-next + .swiper-slide{ right:0;}

.hs-home-product .product-list .swiper-slide-next + .swiper-slide + .swiper-slide{ right:0;}
	
}

.hs-home-product .product-content .swiper-button-next {
    right: 5%;
    left: auto;
}

@media (max-width: 991px) {
    .hs-home-product .product-content .swiper-button-next {
        right: 0;
    }
}

.hs-home-product .product-list .product-group {
    display: block;
    text-align: center;
}

.hs-home-product .product-list .product-group .title-product {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.hs-home-product .product-list .product-group .title-product h3 {
    font-size: 30px;
    font-weight: bold;
    margin: 0;
}

@media (max-width: 1470px) {
    .hs-home-product .product-list .product-group .title-product h3 {
        font-size: 24px;
    }
}

@media (max-width: 991px) {
    .hs-home-product .product-list .product-group .title-product h3 {
        font-size: 20px;
    }
}

.hs-home-product .product-list .product-group .title-product h4 {
    font-size: 14px;
    line-height: 24px;
    margin: 10px 0;
    color: #bb0c1a;
}

.hs-home-product .product-list .product-group .title-product .more {
    font-size: 24px;
    line-height: 38px;
    display: inline-block;
    width: 40px;
    height: 40px;
    color: #fff;
    border-radius: 50%;
    background-color: rgba(52, 169, 0, 0.5);
}

.hs-home-product .product-list .product-group .img {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    margin-top: 0;

}

.hs-home-product .product-list .product-group .ibox{ border-radius:10px;}

@media (max-width: 1470px) {
    .hs-home-product .product-list .product-group .img {
        max-width: 300px;
    
    }
}


@media (max-width: 767px) {
    .hs-home-product .product-list .product-group .img {
        max-width: 92%;
       
    }
}

@-webkit-keyframes movedong {
    0% {
        stroke-dashoffset: 300%;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes movedong {
    0% {
        stroke-dashoffset: 300%;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

#section2{ background:#000;}

.hs-home-service {
    position: relative;
}

.hs-home-service .service_bgbox {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
}

.hs-home-service .service_bg {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.hs-home-service .container {
    position: relative;
    z-index: 4;
    height: 100%;
}

.hs-home-service .flex {
    height: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.hs-home-service .title-home {
    position: relative;
    z-index: 5;
    width: 40%;
    text-align: left;
    color: #fff;
}

@media (max-width: 1400px) {
    .hs-home-service .title-home {
        width: 35%;
    }
}

@media (max-width: 767px) {
    .hs-home-service .title-home {
        width: 100%;
    }
}

.hs-home-service .title-home p {
    max-width: 450px;
    margin-left: 0;
    color: #fff;
}

.hs-home-service .service {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    
}

@media (max-width: 1470px) {
    .hs-home-service .service {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .hs-home-service .service {
        width: 100%;
        margin-top: 30px;
    }
}

.hs-home-service .service .service-wrap {
    position: relative;
    width: 100%;
    padding: 66px 0px;
 
}

@media (max-width: 1400px) {
    .hs-home-service .service .service-wrap {
        width: 100%;
    }
}

@media (max-width: 1199px) {
    .hs-home-service .service .service-wrap {
        padding: 20px;
    }
}

@media (max-width: 767px) {
    .hs-home-service .service .service-wrap {
        width: 100%;
        padding: 10px;
    }
}

.hs-home-service .service .service-list {
    padding: 30px 0;
}

@media (max-width: 1199px) {
    .hs-home-service .service .service-list {
        padding: 10px 0;
    }
}

@media (max-width: 767px) {
    .hs-home-service .service .service-list {
        padding: 5px 0;
    }
}

.hs-home-service .service .swiper-service {
	width:53%; 
	float:left;
}

.hs-home-service .service .service-img {
    position: relative;
    display: block;	
}

.hs-home-service .service .service-img .ibox{ 
   padding-bottom:64%;
}

.hs-home-service .service .service-img .title-service {
    position: absolute;
    z-index: 4;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 10%;
    text-align: center;
    color: #fff;
    background-color: rgba(52, 169, 0, 0.8);
}

@media (max-width: 767px) {
    .hs-home-service .service .service-img .title-service {
        padding: 10px 6%;
    }
	.hs-home-service .service .swiper-service{ width:100%;}
}

.hs-home-service .service .service-img .title-service h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    margin: 0;
}

@media (max-width: 1400px) {
    .hs-home-service .service .service-img .title-service h3 {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .hs-home-service .service .service-img .title-service h3 {
        font-size: 18px;
        line-height: 24px;
    }
}

.hs-home-service .service .service-img .title-service .more {
    font-size: 16px;
    line-height: 24px;
    display: block;
    margin-top: 10px;
}

@media (max-width: 767px) {
    .hs-home-service .service .service-img .title-service .more {
        font-size: 14px;
        margin-top: 0;
    }
}

.hs-home-service .service .service-menu{ float:left; width:44%; margin-left:3%;}


.hs-home-service .service .service-menu .morebox{  margin-top:42px; text-align:left; margin:60px 25px 30px 25px; } 
 
.hs-home-service .service .service-menu .morebox a{ 
   font-size:22px; 
   color:#fff; 
   letter-spacing:4px;
   display: inline-flex;
 }
 
.hs-home-service .service .service-menu .morebox a:hover{ 
  color:#bb0c1a;
  margin-left:10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  }	


.hs-home-service .service .service-menu ul li { 
   width:100%; 
   float:left;
   letter-spacing:4px; 
   font-weight:lighter; 
}

.hs-home-service .service .service-menu ul li span{ 
   float:left; 
   width: calc(100% - 56px);
 }
 
.hs-home-service .service .service-menu ul li em{ 
   float:right; 
   font-style:normal; 
   border:1px solid #fff; 
   font-size:18px; 
   border-radius:15px; 
   text-align:center; 
   line-height:30px;
   width:54px; 
   height:30px;
 }

.hs-home-service .service .service-menu ul li.active .menu-group {
    color: #fff;
	background:url(../images/leilistbg.png) left center no-repeat; 
	
}

.hs-home-service .service .service-menu ul li.active .menu-group:after {
    background-color: #bb0c1a;
}

.hs-home-service .service .service-menu .menu-group {
    font-size: 22px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: auto;
    cursor: pointer;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    white-space: nowrap;
    color: rgba(236, 240, 244, 0.6);
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
	padding:38px 25px;
}

@media (max-width: 1199px) {
    .hs-home-service .service .service-menu .menu-group {
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    .hs-home-service .service .service-menu .menu-group {
        font-size: 18px;
    }
	.hs-home-service .service .service-menu{ width:100%;}
}

@media (max-width: 767px) {
    .hs-home-service .service .service-menu .menu-group {
        font-size: 14px;
        width: 100%;
        white-space: normal;
    }
}

.hs-home-service .service .service-menu .menu-group:after {
    position: absolute;
    bottom: -10px;
    left: 50%;
    display: block;
    width: 20px;
    height: 20px;
    content: "";
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    background-color: #fff; 
	display:none;
}

@media (max-width: 1199px) {
    .hs-home-service .service .service-menu .menu-group:after {
        bottom: -15px;
        width: 14px;
        height: 14px;
    }
}

.hs-home-service .service .service-menu .menu-group .flaticon {
    font-size: 40px;
    margin-right: 10px;
}

@media (max-width: 1199px) {
    .hs-home-service .service .service-menu .menu-group .flaticon {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .hs-home-service .service .service-menu .menu-group .flaticon {
        font-size: 24px;
    }
}

@media (max-width: 991px) {
    .hs-home-about {
        padding-right: 0;
        padding-bottom: 0;
        padding-left: 0;
    }
}



.hs-home-cont .title-home h2{
    text-align: center;
    font-size: 57px;
    font-weight: normal;
    margin: 0 auto; 
	letter-spacing:6px;
	color:#fff;
}


@media (max-width: 1560px) {
   .hs-home-cont .title-home h2 {
        font-size: 48px;
    }

}

@media (max-width: 1350px) {
    .hs-home-cont .title-home h2{
        font-size: 42px; 
    }
}



@media (max-width: 1199px) {
    .hs-home-cont .title-home h2 {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
   .hs-home-cont .title-home h2 {
        font-size: 32px;
    }
}


.hs-home-cont .contact{margin:4% 10% 0 10%;}

.hs-home-cont .contact .con-link{ 
  font-size:20px; 
  width:96%; 
  margin-left:2%;
  float:left; 
  text-align:center; 
  color:#fff; 
  border:1px solid rgba(255,255,255,.3); 
  border-radius:10px; 
  padding:50px 30px;
}

.hs-home-cont .contact .con-link i{ width:52px; height:52px; margin-right:20px;}

.hs-home-book .home-book{ margin-top:52px;}

.hs-home-book .title-home h2{
    text-align: center;
    font-size: 57px;
    font-weight: normal;
    margin: 0 auto; 
	letter-spacing:6px;
	color:#c20a24;
}

.hs-home-book .title-home p{
    font-size: 20px;
    line-height: 34px;
    max-width: 1110px;
    margin: 0 auto;
    margin-top: 28px; 
	letter-spacing:2px;
	color:#585656;
}


@media (max-width: 1560px) {
   .hs-home-book .title-home h2 {
        font-size: 48px;
    }

}

@media (max-width: 1350px) {
    .hs-home-book .title-home h2{
        font-size: 42px; 
    }
	.hs-home-book .title-home p{
	font-size:18px;
	}
}



@media (max-width: 1199px) {
   .hs-home-book .title-home h2 {
        font-size: 36px;
    }
	.hs-home-book .title-home p{
	font-size:16px;
	}
}

@media (max-width: 767px) {
   .hs-home-book .title-home h2 {
        font-size: 32px;
    }
	.hs-home-book .title-home p{
	font-size:14px; letter-spacing:0;
	}
	.hs-home-cont .contact .con-link{ padding:30px; margin-top:15px; width:100%; margin-left:0;}
}


.hs-home-book .contact{ 
    padding:4% 10% 0 12%;
}

@media (max-width: 1470px) {
.hs-home-book .contact{ 
    padding:2% 5% 0 5%;
}
}


@media (max-width: 991px) {
.hs-home-book .contact{ 
    padding:2% 0 0 0;
}
}



.hs-home-book .contact .sjbg{ 
    background:url(../images/c-guwen.png) top center no-repeat; 
	min-height:571px; 
	width:520px;   
    position: relative;
}


@media (max-width: 1470px) {
.hs-home-book .contact .sjbg{ 
   min-height:505px;
}
}

@media (max-width: 991px) {
.hs-home-book .contact .sjbg{ 
   min-height:505px;
   width:100%; 
   background-size: contain;
   margin-left: -7%;
}
}


.hs-home-book .contact .sjbg .ewmpic{
   position:absolute; 
   top: 148px;
   left: 208px;
}
.hs-home-book .contact .sjbg .ewmpic img{ max-width:185px; height:185px;}
.hs-home-book .contact .sjbg .ewmpic em{ float:left; font-style:normal; font-size:18px; line-height:2; padding-top:25px; padding-left:15px;}


@media (max-width: 991px) {
.hs-home-book .contact .sjbg .ewmpic{ 
     top: 98px;
     left: 138px;
}
}


.home-book form ul {
    margin: 0 -8px;
}

.home-book form ul li {
    padding: 0 8px;
}

.home-book form ul li span{ 
   font-size:20px; 
   float:left; 
   width:94px; 
   color:#000; 
   letter-spacing:2px; 
   text-align:left; 
   margin-right:8px; 
 }

.home-book form .group-feedback {

    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    border: 1px solid rgba(231, 231, 231, 0.34);
    border: 1px solid #e5e5e5;
    background: #fbfbfb;
}

.home-book form .group-feedback .flaticon {
    font-size: 24px;
    line-height: 54px;
    width: 60px;
    text-align: center;
    color: #666;
}

@media (max-width: 767px) {
    .feedbackform form .group-feedback .flaticon {
        line-height: 44px;
        width: 40px;
    }
}

.home-book form .group-feedback input,
.home-book form .group-feedback textarea,
.home-book form .group-feedback select {
    font-size: 14px;
    line-height: 24px;
    width: -webkit-calc(100% - 5px);
    width: calc(100% - 5px);
    min-height: 54px;
    padding: 5px 20px 5px 0;
    resize: vertical;
    color: #777;
    border: none;
    outline: none;
    background: none;
}

@media (max-width: 767px) {
    .home-book form .group-feedback input,
    .home-book form .group-feedback textarea,
    .home-book form .group-feedback select {
        font-size: 14px;
        line-height: 24px;       
        min-height: 44px;
        padding: 10px;
    }
}

.home-book form .group-feedback select option {
    width: 100%;
    /* 设置选项的背景色 */
    color: #777;
    background-color: #f8f8f8;
    /* 设置选项的文本颜色 */
}

.home-book form .group-feedback select option:hover {
    color: #fff;
    background-color: #34a900;
    /* 设置鼠标悬停时的背景色 */
}

.home-book form .group-feedback.group-read input {
    background-color: #eee;
}

.home-book form .group-feedback input::-webkit-input-placeholder,
.home-book form .group-feedback textarea::-webkit-input-placeholder {
    color: #777;
}

.home-book form .group-feedback input:-o-placeholder,
.home-book form .group-feedback textarea:-o-placeholder {
    color: #777;
}

.home-book form .group-feedback input::-moz-placeholder,
.home-book form .group-feedback textarea::-moz-placeholder {
    color: #777;
}

.home-book form .group-feedback input:-ms-input-placeholder,
.home-book form .group-feedback textarea:-ms-input-placeholder {
    color: #777;
}

.home-book form .group-feedback input:focus::-webkit-input-placeholder,
.home-book form .group-feedback textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}

.home-book form .group-feedback input:focus::-o-placeholder,
.home-book form .group-feedback textarea:focus::-o-placeholder {
    color: #c5c5c5;
}

.home-book form .group-feedback input:focus::-moz-placeholder,
.home-book form .group-feedback textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}

.home-book form .group-feedback input:focus::-ms-input-placeholder,
.home-book form .group-feedback textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}

.home-book form .group-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.home-book form .group-send{ margin-left:45%;} 

.home-book form .send,
.home-book form .reset {
    font-size: 20px;
    line-height: 52px;
    display: inline-block;
    padding: 0 54px;
	border-radius:28px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    vertical-align: middle;
    border: 1px solid #000;
    outline: none;
    background: none;
}

@media (max-width: 767px) {
    .home-book form .send,
    .home-book form .reset {
        line-height: 40px;
    }
}

.home-book form .send {
    color: #fff !important;
    border-color: #000 !important;
    background-color: #000 !important;
}

.home-book form .send:hover,
.home-book form .reset:hover {
    color: #fff;
    border-color: #34a900;
    background-color: #34a900;
}



.hs-home-news .news {
   margin:4% 10% 0 10%;
}

.hs-home-about .about {
    z-index: 2;
    top: 50%;
    left: 0;
    width: 50%;
    max-width: 580px;
    padding-left: 5%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 1199px) {
    .hs-home-about .about {
        top: 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@media (max-width: 991px) {
    .hs-home-about .about {
        position: relative;
        z-index: 5;
        width: 100%;
        max-width: 100%;
        padding: 0 5%;
    }
}

@media (max-width: 767px) {
    .hs-home-about .about {
        padding: 0 15px;
    }
}

.hs-home-about .about .title-home {
    text-align: left;
}

.hs-home-about .about .note {
    margin-top: 3%;
    color: #333;
}

.hs-home-about .about .note p {
    font-size: 16px;
    line-height: 1.875;
    margin: 0;
}

.hs-home-about .about .number {
    margin-top: 5%;
}

.hs-home-about .about .number ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.hs-home-about .about .number .group {
    text-align: center;
}

.hs-home-about .about .number .group b {
    font-family: "D-DIN Condensed";
    font-size: 60px;
    font-weight: normal;
    line-height: 1.4;
    display: block;
    color: #bb0c1a;
}

@media (max-width: 991px) {
    .hs-home-about .about .number .group b {
        font-size: 50px;
    }
}

@media (max-width: 767px) {
    .hs-home-about .about .number .group b {
        font-size: 40px;
    }
}

.hs-home-about .about .number .group p {
    font-size: 16px;
    line-height: 24px;
    margin: 10px 0 0 0;
    color: #333;
}

@media (max-width: 767px) {
    .hs-home-about .about .number .group p {
        font-size: 14px;
    }
}

.hs-home-about .about-more-year {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    margin-top: 5%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .hs-home-about .about-more-year {
        width: 80%;
    }
}

@media (max-width: 767px) {
    .hs-home-about .about-more-year {
        width: 100%;
    }
}

.hs-home-about .about-more-year .about-more {
    width: -webkit-calc(100% - 170px);
    width: calc(100% - 170px);
    padding: 40px 80px 40px 10%;
    border-radius: 0 0 30px 0;
    background: #328b0a;
}

@media (max-width: 991px) {
    .hs-home-about .about-more-year .about-more {
        padding: 20px 10%;
    }
}

@media (max-width: 767px) {
    .hs-home-about .about-more-year .about-more {
        width: -webkit-calc(100% - 100px);
        width: calc(100% - 100px);
        padding: 20px;
    }
}

.hs-home-about .about-more-year .about-more a {
    font-size: 16px;
    line-height: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 0 10px;
    color: rgba(255, 255, 255, 0.4);
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.hs-home-about .about-more-year .year {
    font-family: "D-DIN Condensed";
    font-size: 36px;
    font-weight: normal;
    line-height: 1.2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 150px;
    color: #fff;
    border-radius: 30px 0 30px 0;
    background: #bb0c1a;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 991px) {
    .hs-home-about .about-more-year .year {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .hs-home-about .about-more-year .year {
        font-size: 24px;
        width: 90px;
    }
}

.hs-home-about .about-pic {
    position: absolute;
    z-index: 1;
    right: 0;
    bottom: 0;
    max-width: 55%;
}

@media (max-width: 1660px) {
    .hs-home-about .about-pic {
        max-width: 45%;
    }
}

@media (max-width: 991px) {
    .hs-home-about .about-pic {
        position: relative;
        z-index: 1;
        max-width: 100%;
        margin-top: -50px;
    }
}

.hs-home-about .about-pic img {
    max-width: 100%;
}

.hs-home-research .research {
  
    margin: 0 auto;
  
}

@media (min-width: 1200px) {
    .hs-home-research .research ul {
        margin: 0 -40px;
    }
    .hs-home-research .research ul li { 
	 padding:0;
    }
}

@media (max-width: 1560px) {
    .hs-home-research .research {
       
    }
}

.hs-home-research .research ul li a:hover .ibox{ opacity: 0.2; 	-webkit-transition: all 1s;
    transition: all 1s;}

.hs-home-research .research .research-group {
    position: relative;
    display: block;
    margin-top: 20px;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3);
}

.hs-home-research .research .research-group:before {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 50%;
    content: "";
    background-image: -webkit-gradient( linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.9)));
    background-image: -webkit-linear-gradient( rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
}

.hs-home-research .research .research-group .ibox {
    padding-bottom: 182.744283%; opacity: 0.5;
}

.hs-home-research .research .research-group .ibox img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.hs-home-research .research .research-group .title-research {
    position: absolute;
    z-index: 6;
    bottom: 35%;
    width: 100%;
    padding: 20px;
    text-align: center;
}
.hs-home-research .research .research-group .title-research span img{ 
    width:92px; 
	height:92px; 
	border:1px solid #fff; 
	padding:6px;
	border-radius:50%;
}

.hs-home-research .research .research-group .title-research h3 {
    font-size: 20px;
    font-weight:lighter; padding:50px 0;
    margin: 0;
    color: #fff;
}

.hs-home-research .research .research-group .title-research .line{ 
   width:30px; 
   height:2px; 
   background:#bb0c1a; 
   margin:0 auto;
}

@media (max-width: 1560px) {
    .hs-home-research .research .research-group .title-research h3 {
        font-size: 18px;
    }
}

@media (max-width: 991px) {
    .hs-home-research .research .research-group .title-research {
       bottom:3%;
    }
	.hs-home-research .research .research-group .title-research h3{ padding:30px 0;}
}

.hs-home-research .research .research-group .title-research .more{ 
    margin-top: 42px;
    text-align: center;
	color: #fff;
	font-size: 16px;
	letter-spacing: 2px;
	
}

.hs-home-research .research ul li a:hover .title-research{ 
    margin-top:8px;  

   -webkit-animation: fadeInDown 1.5s 0s ease both;
    animation: fadeInDown 1.5s 0s ease both;
	}

.hs-home-research .research .research-group .title-research .more i{ 
  display:inline-table;
}


.hs-home-layout {
    padding: 0;
}

.hs-home-layout .swiper-layout .swiper-slide {
    overflow: hidden;
}

.hs-home-layout .swiper-layout .layout-group {
    position: relative;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media (max-width: 1199px) {
    .hs-home-layout .swiper-layout .layout-group {
        height: 600px;
    }
}

@media (max-width: 767px) {
    .hs-home-layout .swiper-layout .layout-group {
        height: 300px;
    }
}

.hs-home-layout .swiper-layout .layout-group .title-layout {
    position: absolute;
    top: 30%;
    display: block;
    width: 100%;
    text-align: center;
}

@media (max-width: 991px) {
    .hs-home-layout .swiper-layout .layout-group .title-layout {
        top: 20%;
    }
}

@media (max-width: 767px) {
    .hs-home-layout .swiper-layout .layout-group .title-layout {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.hs-home-layout .swiper-layout .layout-group .title-layout h2 {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    margin: 0;
    color: #ecf0f4;
}

@media (max-width: 767px) {
    .hs-home-layout .swiper-layout .layout-group .title-layout h2 {
        font-size: 20px;
    }
}

.hs-home-layout .swiper-layout .layout-group .title-layout h3 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.5;
    color: #ecf0f4;
}

@media (max-width: 1199px) {
    .hs-home-layout .swiper-layout .layout-group .title-layout h3 {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .hs-home-layout .swiper-layout .layout-group .title-layout h3 {
        font-size: 24px;
    }
}

.hs-home-layout .swiper-layout .layout-group .title-layout .layout-more {
    font-size: 16px;
    line-height: 30px;
    margin-top: 20px;
    color: #ecf0f4;
}

.hs-home-layout .swiper-layout .layout-group .title-layout .layout-more span {
    line-height: 30px;
    display: block;
}

.hs-home-layout .swiper-layout .layout-group .title-layout .layout-more span .flaticon {
    display: inline-block;
    margin-left: 20px;
    vertical-align: middle;
}

.hs-home-layout .swiper-layout .layout-group .title-layout:hover .layout-more span {
    text-decoration: underline;
}

.hs-home-layout .layout-menu {
    position: absolute;
    z-index: 4;
    bottom: 10%;
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
}

@media (max-width: 1400px) {
    .hs-home-layout .layout-menu {
        bottom: 5%;
    }
}

@media (max-width: 767px) {
    .hs-home-layout .layout-menu {
        position: relative;
        bottom: 0;
        left: 0;
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
}

.hs-home-layout .layout-menu>ul {
    font-size: 0;
    display: inline-block;
    padding: 0 70px;
    background-color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 1470px) {
    .hs-home-layout .layout-menu>ul {
        padding: 0 50px;
    }
}

@media (max-width: 767px) {
    .hs-home-layout .layout-menu>ul {
        padding: 0;
    }
}

.hs-home-layout .layout-menu>ul>li {
    display: inline-block;
    vertical-align: middle;
}

.hs-home-layout .layout-menu .layout-menu-group {
    position: relative;
    display: block;
    padding: 30px 40px;
    text-align: center;
}

@media (max-width: 1199px) {
    .hs-home-layout .layout-menu .layout-menu-group {
        padding: 20px 30px;
    }
}

@media (max-width: 767px) {
    .hs-home-layout .layout-menu .layout-menu-group {
        padding: 20px 14px;
    }
}

.hs-home-layout .layout-menu .layout-menu-group:before {
    position: absolute;
    top: -15px;
    left: 0;
    display: block;
    width: 100%;
    height: -webkit-calc(100% + 30px);
    height: calc(100% + 30px);
    content: "";
    opacity: 0;
    background-color: #bb0c1a;
}

@media (max-width: 767px) {
    .hs-home-layout .layout-menu .layout-menu-group:before {
        top: 0;
        height: 100%;
    }
}

.hs-home-layout .layout-menu .layout-menu-group .flaticon,
.hs-home-layout .layout-menu .layout-menu-group p {
    position: relative;
    z-index: 4;
}

.hs-home-layout .layout-menu .layout-menu-group .flaticon {
    font-size: 40px;
    line-height: 1;
}

@media (max-width: 991px) {
    .hs-home-layout .layout-menu .layout-menu-group .flaticon {
        font-size: 30px;
    }
}

.hs-home-layout .layout-menu .layout-menu-group p {
    font-size: 18px;
    line-height: 30px;
    margin: 10px 0 0 0;
}

@media (max-width: 1199px) {
    .hs-home-layout .layout-menu .layout-menu-group p {
        font-size: 16px;
    }
}

.hs-home-layout .layout-menu .active .layout-menu-group {
    color: #fff;
}

.hs-home-layout .layout-menu .active .layout-menu-group:before {
    opacity: 1;
}

.hs-home-news .title-home h2{
    text-align: center;
    font-size: 57px;
    font-weight: normal;
    margin: 0 auto; 
	letter-spacing:6px;
	color:#fff;
}

@media (max-width: 1560px) {
    .hs-home-news .title-home h2 {
        font-size: 48px;
    }

}

@media (max-width: 1350px) {
    .hs-home-news .title-home h2{
        font-size: 42px; 
    }
}



@media (max-width: 1199px) {
    .hs-home-news .title-home h2 {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .hs-home-news .title-home h2 {
        font-size: 32px;
    }
}


.hs-home-news .news {
   margin:4% 10% 0 10%;
}

@media (max-width: 1199px) {
    .hs-home-news .news { 
	    margin:20px 0 0 0;
    }
}


.hs-home-news .news .news-box{
   width:100%; 
   background:#fff; 
   border:1px solid #b9babc; 
   border-bottom:7px solid #bc0d1a;
   height:496px;
}

@media (max-width: 1470px) {
.hs-home-news .news .news-box{  
   height:408px;
}
}

@media (max-width: 991px) {
.hs-home-news .news .news-box{  
   height:428px;
   margin-bottom:18px;
}
}

.hs-home-news .news .news-box .ibox{ 
   padding-bottom:61.2021%;
}

.hs-home-news .news .news-box .ibox img{ 
    -webkit-transition: all 1s;
    transition: all 1s;
}


.hs-home-news .news .news-box .title-news {
   padding:30px 20px;
}

.hs-home-news .news .news-box .title-news h3 {
    font-size: 16px;
    font-weight:bold;
    line-height: 22px;
    display: -webkit-box;
    overflow: hidden;
    height: 46px;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

@media (max-width: 991px) {
    .hs-home-news .news .title-news h3 {
        font-size: 18px;
    }
}

.hs-home-news .news a:hover .news-box .title-news h3 { 
  color:#bf1d2a;
}

.hs-home-news .news a:hover .news-box img { 
 
	   -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}


.hs-home-news .news .news-box .title-news .date {
    font-size: 14px;
    display: block;
    margin: 14px 0 10px 0;
    color: #000;
}

@media (max-width: 991px) {
    .hs-home-news .news .title-news .date {
        font-size: 12px;
    }
}



.hs-home-news .news .title-news p {
    line-height: 22px;
    display: -webkit-box;
    overflow: hidden;
    height: 62px;
    margin: 10px 0 0 0;
    color: #595758;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.hs-home-news .news .news-box-two { 
    width: 100%;
    background: #fff;
    border: 1px solid #b9babc;
    border-bottom: 7px solid #bc0d1a;
	padding:40px 25px;
	height:496px;
	overflow-y:auto;
	overflow-x: hidden;
}

@media (max-width: 1470px) {
.hs-home-news .news .news-box-two{  
   height:408px;
}
}

.hs-home-news .news .news-box-two::-webkit-scrollbar {
  width: 8px;
}

.hs-home-news .news .news-box-two::-webkit-scrollbar-track {
  background: transparent;
}

.hs-home-news .news .news-box-two::-webkit-scrollbar-thumb {
  background: #bc0c19;
  border-radius: 10px;
}

.hs-home-news .news .news-box-two::-webkit-scrollbar-thumb:hover {
  background: #ab0b18;
}


.hs-home-news .news .news-box-two .list-news{ height:89px; display:block;}

.hs-home-news .news .news-box-two .list-news h3 {
    font-size: 16px;
    font-weight:bold;
    line-height: 24px;
    display: -webkit-box;
    overflow: hidden;
    height: 50px;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}


.hs-home-news .news .news-box-two .list-news .date {
    font-size: 14px;
    display: block;
    margin: 8px 0 6px 0;
    color: #000;
}


@media (max-width: 991px) {
   
}

@media (max-width: 767px) {
   
}

.hs-home-news .news .news-box-two .list-news:hover h3{ 
  color:#bf1d2a;
}

.hs-home-news .newsmore{ 
  margin:0 auto; 
  text-align:center; 
  margin-top:50px;
}

.hs-home-news .newsmore a{ 
  font-size:16px; 
  color:#fff; 
  border:2px solid #fff; 
  padding:10px 28px;  
  margin:0 8px;
}

.hs-home-news .news .news-group:hover h3 {
    text-decoration: underline;
}

.active .hs-home-news .newsmore {
    -webkit-animation: fadeInUp 1.5s 0.5s ease both;
    animation: fadeInUp 1.5s 0.5s ease both;
}


.hs-home-news .news .news-group:hover .news-more a {
    color: #bb0c1a;
    border-bottom-color: #bb0c1a;
}

.hs-home-news .news-button {
    margin-top: 5%;
}

.gettop {
    position: fixed;
    z-index: 8;
    right: 0;
    bottom: 30px;
    display: none;
    cursor: pointer;
    color: #bb0c1a;
}

.gettop .icon {
    font-size: 40px;
    display: block;
    width: 60px;
    -webkit-animation: Mouse 1.6s linear infinite;
    animation: Mouse 1.6s linear infinite;
    text-align: center;
}

@-webkit-keyframes Mouse {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes Mouse {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.active.section {
    background-position: center;
}

.active .hs-home-product .title-home,
.active .hs-home-product .product-menu {
    -webkit-animation: fadeInDown 1.5s 0s ease both;
    animation: fadeInDown 1.5s 0s ease both;
}

.active .hs-home-product .product-content {
    -webkit-animation: fadeInUp 1.5s 0s ease both;
    animation: fadeInUp 1.5s 0s ease both;
}

.active .hs-home-research .title-home {
    -webkit-animation: fadeInDown 1.5s 0s ease both;
    animation: fadeInDown 1.5s 0s ease both;
}

.active .hs-home-bigpic .title-home {
    -webkit-animation: fadeInDown 1.5s 0s ease both;
    animation: fadeInDown 1.5s 0s ease both;
}

.active .hs-home-research .research ul li:nth-child(1) {
    -webkit-animation: fadeInUp 1.5s 0s ease both;
    animation: fadeInUp 1.5s 0s ease both;
}

.active .hs-home-research .research ul li:nth-child(2) {
    -webkit-animation: fadeInUp 1.5s 0.5s ease both;
    animation: fadeInUp 1.5s 0.5s ease both;
}

.active .hs-home-research .research ul li:nth-child(3) {
    -webkit-animation: fadeInUp 1.5s 1s ease both;
    animation: fadeInUp 1.5s 1s ease both;
}

.active .hs-home-research .research ul li:nth-child(4) {
    -webkit-animation: fadeInUp 1.5s 1.5s ease both;
    animation: fadeInUp 1.5s 1.5s ease both;
}

.active .hs-home-layout .title-layout {
    -webkit-animation: fadeInDown 1.5s 0s ease both;
    animation: fadeInDown 1.5s 0s ease both;
}

.active .hs-home-service .title-home {
    -webkit-animation: fadeInLeft 1.5s 0s ease both;
    animation: fadeInLeft 1.5s 0s ease both;
}

.active .hs-home-service .service {
    -webkit-animation: fadeInRight 1.5s 0s ease both;
    animation: fadeInRight 1.5s 0s ease both;
}

.active .hs-home-about .about {
    -webkit-animation: fadeInDown 1.5s 0s ease both;
    animation: fadeInDown 1.5s 0s ease both;
}

.active .hs-home-about .about-more-year {
    -webkit-animation: fadeInLeft 1.5s 0s ease both;
    animation: fadeInLeft 1.5s 0s ease both;
}

.active .hs-home-about .about-pic {
    -webkit-animation: fadeInUp 1.5s 0s ease both;
    animation: fadeInUp 1.5s 0s ease both;
}

.active .hs-home-news .title-home {
    -webkit-animation: fadeInDown 1.5s 0s ease both;
    animation: fadeInDown 1.5s 0s ease both;
}

.active .hs-home-news .news {
    -webkit-animation: fadeInUp 1.5s 0s ease both;
    animation: fadeInUp 1.5s 0s ease both;
}

.leave.section {
    background-position: bottom center;
}

.leave .hs-home-product .title-home,
.leave .hs-home-product .product-menu {
    -webkit-animation: fadeOutUp 1.5s 0s ease both;
    animation: fadeOutUp 1.5s 0s ease both;
}

.leave .hs-home-product .product-content {
    -webkit-animation: fadeOutDown 1.5s 0s ease both;
    animation: fadeOutDown 1.5s 0s ease both;
}

.leave .hs-home-research .title-home {
    -webkit-animation: fadeOutUp 1.5s 0s ease both;
    animation: fadeOutUp 1.5s 0s ease both;
}

.leave .hs-home-bigpic .title-home {
    -webkit-animation: fadeOutUp 1.5s 0s ease both;
    animation: fadeOutUp 1.5s 0s ease both;
}

.leave .hs-home-research .research {
    -webkit-animation: fadeOutDown 1.5s 0s ease both;
    animation: fadeOutDown 1.5s 0s ease both;
}

.leave .hs-home-service .title-home {
    -webkit-animation: fadeOutLeft 1.5s 0s ease both;
    animation: fadeOutLeft 1.5s 0s ease both;
}

.leave .hs-home-service .service {
    -webkit-animation: fadeOutRight 1.5s 0s ease both;
    animation: fadeOutRight 1.5s 0s ease both;
}

.leave .hs-home-layout .layout {
    -webkit-animation: fadeOutUp 1.5s 0s ease both;
    animation: fadeOutUp 1.5s 0s ease both;
}

.leave .hs-home-about .about {
    -webkit-animation: fadeOutUp 1.5s 0s ease both;
    animation: fadeOutUp 1.5s 0s ease both;
}

.leave .hs-home-about .about-more-year {
    -webkit-animation: fadeOutLeft 1.5s 0s ease both;
    animation: fadeOutLeft 1.5s 0s ease both;
}

.leave .hs-home-about .about-pic {
    -webkit-animation: fadeOutDown 1.5s 0s ease both;
    animation: fadeOutDown 1.5s 0s ease both;
}

.leave .hs-home-news .title-home {
    -webkit-animation: fadeOutUp 1.5s 0s ease both;
    animation: fadeOutUp 1.5s 0s ease both;
}

.leave .hs-home-news .news {
    -webkit-animation: fadeOutDown 1.5s 0s ease both;
    animation: fadeOutDown 1.5s 0s ease both;
}

.hs-inner {
    overflow: hidden;
    padding: 70px 0;
}

@media (max-width: 991px) {
    .hs-inner {
        padding: 50px 0;
    }
}

@media (max-width: 767px) {
    .hs-inner {
        padding: 40px 0;
    }
}

.title-inner h2 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.4;
    margin: 0;
}

@media (max-width: 1560px) {
    .title-inner h2 {
        font-size: 30px;
    }
}

@media (max-width: 991px) {
    .title-inner h2 {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .title-inner h2 {
        font-size: 20px;
    }
}

.title-inner h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    margin: 0;
    color: #4cc914;
}

@media (max-width: 991px) {
    .title-inner h3 {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .title-inner h3 {
        font-size: 18px;
    }
}

.title-inner p {
    font-size: 16px;
    line-height: 30px;
    max-width: 820px;
    margin: 0 auto;
    margin-top: 20px;
    color: #666;
}

@media (max-width: 767px) {
    .title-inner p {
        font-size: 14px;
        line-height: 24px;
        margin-top: 10px;
    }
}

.hs-inner-catalog {
    position: relative;
    z-index: 8;
    background-color: #fbfbfb;
}

.hs-inner-catalog .flex {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.hs-inner-catalog .catalog {
    color: #333;
}

@media (max-width: 991px) {
    .hs-inner-catalog .catalog {
        width: 100%;
    }
}

.hs-inner-catalog .catalog>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 1199px) {
    .hs-inner-catalog .catalog>ul {
        margin: 0 -10px;
    }
}

.hs-inner-catalog .catalog>ul>li {
    padding: 0 20px;
}

@media (max-width: 1199px) {
    .hs-inner-catalog .catalog>ul>li {
        padding: 0 10px;
    }
}

.hs-inner-catalog .catalog>ul>li>a {
    font-size: 16px;
    line-height: 30px;
    position: relative;
    display: block;
    padding: 15px 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

@media (max-width: 1199px) {
    .hs-inner-catalog .catalog>ul>li>a {
        padding: 10px 0;
    }
}

@media (max-width: 991px) {
    .hs-inner-catalog .catalog>ul>li>a {
        font-size: 15px;
    }
}

.hs-inner-catalog .catalog>ul>li>a:after {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 50%;
    display: block;
    width: 0;
    height: 4px;
    content: "";
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #bb0c1a;
}

@media (max-width: 1199px) {
    .hs-inner-catalog .catalog>ul>li>a:after {
        height: 2px;
    }
}

.hs-inner-catalog .catalog>ul>li.active>a,
.hs-inner-catalog .catalog>ul>li:hover>a {
    color: #bb0c1a;
}

.hs-inner-catalog .catalog>ul>li.active>a:after,
.hs-inner-catalog .catalog>ul>li:hover>a:after {
    width: 100%;
}

.banner-inner .info-loc{ display:inline-block !important;}

.banner-inner .location {
    line-height: 30px; 
	position:absolute; 
	bottom:45px; z-index:55; 
	display: contents; 
	width:100%; 
	text-align:center;
    color: #fff;
}

.banner-inner .info-loc span{ float:left; font-size:16px;}
.banner-inner .info-loc span i{ float:left; width:28px; margin-right:10px;}
.banner-inner .info-loc span i img{ max-width:100%;}
.banner-inner .info-loc span:last-child{ float:right;}

@media (max-width: 991px) {
    .banner-inner .location {
        width: 100%;
        padding: 0;
		bottom:0;
    }
	.banner-inner .info-loc li{ display:none !important;}
	.banner-inner .info-loc span i{ width:20px;}
}

.banner-inner .location .flaticon {
    font-size: 16px;
    line-height: 30px;
    position: absolute;
    top: 0;
    left: 0;
}

@media (max-width: 991px) {
    .banner-inner .location .flaticon {
        top: 10px;
    }
}

.banner-inner .location ul { 
   margin-top:60px;
}

.banner-inner .location .ban-wu{ margin-top:190px;}


@media (max-width: 991px) {
   .banner-inner .location ul { 
    margin-top:10px;
   }
   .banner-inner .location .ban-wu{ margin-top:80px;}
}


.banner-inner .location ul li{  display: initial;}

.banner-inner .location ul li:after {
    margin: 0 4px;
    content: ">";
}

.banner-inner .location ul li:last-child:after {
    display: none;
}

.banner-inner .location ul li a {
    line-height: 30px;
	font-size:16px;
    display: inline-block;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    vertical-align: middle;
}

.banner-inner .location ul li a:hover {
    color: #bb0c1a;
}

.hs-inner-advantage {
	position:relative;
	margin-top:-120px;
	text-align:center;
	padding:0;
}

@media (max-width: 1440px) {
    .hs-inner-advantage  {
        margin-top:-60px;
    }
}

@media (max-width: 1199px) {
    .hs-inner-advantage  {
        margin-top:-20px;
    }
}

@media (max-width: 767px) {
    .hs-inner-advantage  {
        margin-top:0px;
    }
}


.hs-inner-advantage .advantage ul {
    background-color: #fff;
	box-shadow: 0 11px 10px 0 rgba(0, 0, 0, 0.1);
	overflow: inherit;
	margin-bottom:40px;
}

.hs-inner-advantage .advantage ul li {
    margin: 40px 0;
	border-right:1px solid #dcdcdb;
}


@media (max-width: 991px) {
   .hs-inner-advantage .advantage ul li {
    margin: 10px 0;
    }

}



.hs-inner-advantage .advantage .adv-group {
    position: relative;
    height: 100%;
    padding: 20px 50px;
}

@media (max-width: 1560px) {
    .hs-inner-advantage .advantage .adv-group {
        padding: 30px;
    }
}

@media (max-width: 991px) {
    .hs-inner-advantage .advantage .adv-group {
        padding: 6px;
    }
}

.hs-inner-advantage .advantage .adv-group .flaticon {
 
}

.hs-inner-advantage .advantage .adv-group .flaticon img{ 
  max-width:100%; 
}

@media (max-width: 1560px) {
    .hs-inner-advantage .advantage .adv-group .flaticon {
        font-size: 100px;
    }
}

@media (max-width: 1199px) {
    .hs-inner-advantage .advantage .adv-group .flaticon {
        font-size: 80px;
    }
}

.hs-inner-advantage .advantage .adv-group b {
    font-family: "D-DIN Condensed";
    font-size: 90px;
    font-weight: normal;
    line-height: 1;
    color: #bb0c1a;
}

@media (max-width: 1560px) {
    .hs-inner-advantage .advantage .adv-group b {
        font-size: 70px;
    }
}

@media (max-width: 1199px) {
    .hs-inner-advantage .advantage .adv-group b {
        font-size: 60px;
    }
}

@media (max-width: 991px) {
    .hs-inner-advantage .advantage .adv-group b {
        font-size: 50px;
    }
}

@media (max-width: 767px) {
    .hs-inner-advantage .advantage .adv-group b {
        font-size: 40px;
    }
}

.hs-inner-advantage .advantage .adv-group p {
    font-size: 25px;
    line-height: 30px;
    color: #343434;
}

@media (max-width: 991px) {
    .hs-inner-advantage .advantage .adv-group p {
        font-size: 15px;
        line-height: 26px;
    }
}

.hs-inner-about {
    position: relative;
    padding-bottom: 0;
}

.hs-inner-about .about {
    position: relative;
}

.hs-inner-about .about .company-name {
    position: absolute;
    top: -50px;
    left: 0;
}

.hs-inner-about .about .company-name h4 {
    font-size: 230px;
    font-weight: bold;
    line-height: 1;
    margin: 0;
    color: #eff5ff;
}

@media (max-width: 1560px) {
    .hs-inner-about .about .company-name h4 {
        font-size: 200px;
    }
}

@media (max-width: 1199px) {
    .hs-inner-about .about .company-name h4 {
        font-size: 160px;
    }
}

@media (max-width: 991px) {
    .hs-inner-about .about .company-name h4 {
        font-size: 120px;
    }
}

@media (max-width: 767px) {
    .hs-inner-about .about .company-name h4 {
        font-size: 80px;
    }
}

.hs-inner-about .about .title-inner {
    position: relative; 
	text-align:center;
    z-index: 2;
}

.hs-inner-about .about .title-inner h2{ 
   font-size:50px; 
   width:248px; 
   margin:0 auto;
   color:#595959;
   font-weight:normal;
   background:url(../images/ab-ttitlebg.jpg) bottom center repeat-x;
}

.hs-inner-about .about .note {
    margin-top: 50px;
}

.hs-inner-about .about .note ul li{
   background:#f4f4f4;
   margin:40px 0 ;
   padding:0;
}

.hs-inner-about .about .note .about-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all .6s;
    transition: all .6s;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}


.hs-inner-about .about .note>ul>li:nth-child(2n+1) .about-group {
    flex-direction: row-reverse;
    -webkit-box-orient: horizontal; 
    -webkit-box-direction: reverse; 
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
}

.hs-inner-about .about .note .about-group .img {
    width: 50%;
}
.hs-inner-about .about .note .about-group .img img{ max-width:100%;}

.hs-inner-about .about .note >ul>li:nth-child(2n+1) .about-group .desc {
    padding: 0 6% 0 6%;
}

.hs-inner-about .about .note .about-group .desc {
    width: 50%;
    padding: 0 6% 0 6%;
}


@media (min-width: 1200px) {
    .hs-inner-about .about .note .about-group:hover {
        box-shadow: 0 2px 13px 0 rgba(0, 0, 0, .4);
    }
}

@media (max-width: 1199px) {
    .hs-inner-about .about .note .about-group .desc { 
	   width:100%; 
	   margin:30px 0;
    }
	.hs-inner-about .about .note .about-group .img { 
	   width:100%;
	 }
	.hs-inner-about .about .title-inner h2{ 
	   font-size:32px;
	}
	.hs-inner-about .about .note {
       margin-top: 10px;
     }

    .hs-inner-about .about .note ul li{
       margin:20px 0 ;
       padding:0;
     }

}

.hs-inner-about .about .note p {
    font-size: 22px;
    line-height: 2;
    margin: 0;
    color: #4c4c4c;
}


@media (max-width: 1650px) {
    .hs-inner-about .about .note p {
       font-size: 20px;
       line-height: 2;
    }
}

@media (max-width: 1530px) {
    .hs-inner-about .about .note p {
       font-size: 20px;
       line-height: 1.8;
    }
}


@media (max-width: 1440px) {
    .hs-inner-about .about .note p {
       font-size: 20px;
       line-height: 1.7;
    }
}


@media (max-width: 1350px) {
    .hs-inner-about .about .note p {
       font-size: 18px;
       line-height: 1.6;
    }
}

@media (max-width: 1199px) {
    .hs-inner-about .about .note p {
       font-size: 16px;
       line-height: 1.6;
    }
}


@media (max-width: 991px) {
    .hs-inner-about .about .note p {
        font-size: 16px;
		line-height: 1.8;
    }
}


.hs-inner-about .about-img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 60%;
}

@media (max-width: 767px) {
    .hs-inner-about .about-img {
        width: 70%;
    }
}

.hs-inner-about .about-img img {
    width: 100%;
}


.hs-inner-duihua .duihuabox{ padding-left:5%; padding-right:5%;}
.hs-inner-duihua .duihuabox .title-inner h2{
    font-size: 50px;
    display: table; 
	padding:0 8px;
    margin: 0 auto;
    color: #595959;
    font-weight: 550;
    background: url(../images/ab-ttitlebg.jpg) bottom center repeat-x;
 }

.hs-inner-duihua .duihuabox .note{margin-top: 50px;}
.hs-inner-duihua .duihuabox .note ul li{
   background:#f4f4f4;
   margin:40px 0 ;
   padding:0;
}

.hs-inner-duihua .duihuabox .note .about-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all .6s;
    transition: all .6s;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}


.hs-inner-duihua .duihuabox .note>ul>li:nth-child(2n) .about-group {
    flex-direction: row-reverse;
    -webkit-box-orient: horizontal; 
    -webkit-box-direction: reverse; 
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
}

.hs-inner-duihua .duihuabox .note .about-group .img {
    width: 50%;
}
.hs-inner-duihua .duihuabox .note .about-group .img img{ max-width:100%;}

.hs-inner-duihua .duihuabox .note >ul>li:nth-child(2n) .about-group .desc {
    padding: 0 4% 0 4%;
}

.hs-inner-duihua .duihuabox .note .about-group .desc {
    width: 50%;
    padding: 0 4% 0 4%;
}


@media (min-width: 1200px) {
    .hs-inner-duihua .duihuabox .note .about-group:hover {
        box-shadow: 0 2px 13px 0 rgba(0, 0, 0, .4);
    }
}

@media (max-width: 1199px) {
     .hs-inner-duihua .duihuabox{ padding-left:0; padding-right:0;}
    .hs-inner-duihua .duihuabox .note .about-group .desc { 
	   width:100%; 
	   margin:0;
    }
	.hs-inner-duihua .duihuabox .note .about-group .img { 
	   width:100%;
	 }
	.hs-inner-duihua .duihuabox .title-inner h2{ 
	   font-size:32px;
	}
	.hs-inner-duihua .duihuabox .note {
       margin-top: 10px;
     }

    .hs-inner-duihua .duihuabox .note ul li{
       margin:20px 0 ;
       padding:0;
     }

}

.hs-inner-duihua .duihuabox .note p {
    font-size: 20px;
    line-height: 2;
    margin: 0;
    color: #4c4c4c;
}

.hs-inner-duihua .duihuabox .note h3{
   font-size:29px; 
   font-weight:600;
   line-height:2;
   color:#4c4c4c;
 }
@media (max-width: 1650px) {
    .hs-inner-duihua .duihuabox .note p {
       font-size: 18px;
       line-height: 2;
    }
}

@media (max-width: 1530px) {
    .hs-inner-duihua .duihuabox .note p {
       font-size: 18px;
       line-height: 1.8;
    }
}


@media (max-width: 1440px) {
    .hs-inner-duihua .duihuabox .note p {
       font-size: 18px;
       line-height: 1.7;
    }
}


@media (max-width: 1350px) {
    .hs-inner-duihua .duihuabox .note p {
       font-size: 16px;
       line-height: 1.6;
    }
}




@media (max-width: 991px) {
    .hs-inner-duihua .duihuabox .note h3{ font-size:22px;}
    .hs-inner-duihua .duihuabox .note p {
        font-size: 16px;
		line-height: 1.6;
    }
}





.hs-inner-team {
    background: url(../images/ab-horbg.jpg) no-repeat center;
    background-size: cover;
}

@media (min-width: 1200px) {
    .hs-inner-team {
        background-attachment: fixed;
    }
}

.hs-inner-team .title-inner {
    text-align: center;
}

.hs-inner-team .title-inner h2 {
    color: #fff; 
	font-size:50px; 
	font-weight:normal;
	background:url(../images/ab-hotitlebg.png) bottom center no-repeat;
}

.hs-inner-team .team-text {
    max-width: 1070px;
    margin: 0 auto;
    margin-top: 30px;
    text-align: center;
    color: #fff;
}

.hs-inner-team .team-text p {
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
}

.hs-inner-team .team {
    position: relative;
    margin-top: 20px;

}

.hs-inner-team .team .swiper-team {
    padding: 80px 0;
}

@media (max-width: 1199px) {
    .hs-inner-team .team .swiper-team {
        padding: 0;
    }
	.hs-inner-team .title-inner h2{ font-size:32px;}
}

@media (max-width: 1199px) {
    .hs-inner-team .team .swiper-3d .swiper-wrapper {
        -webkit-transform-style: flat;
        transform-style: flat;
    }
}

.hs-inner-team .team .swiper-pagination{ bottom:0;}

.hs-inner-team .team .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: .4;
	margin:0 12px;
}

.hs-inner-team .team .swiper-pagination-bullet-active{  
    background: #fff;
    opacity: 1;
}

.hs-inner-team .team .swiper-slide {
    width: 25%;
}

@media (max-width: 1470px) {
    .hs-inner-team .team .swiper-slide {
        padding: 0 10px;
    }
}

@media (max-width: 1199px) {
    .hs-inner-team .team .swiper-slide {
        width: 33.33333333%;
    }
}

@media (max-width: 991px) {
    .hs-inner-team .team .swiper-slide {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .hs-inner-team .team .swiper-slide {
        width: 100%;
    }
}

.hs-inner-team .team .team-group {
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.hs-inner-team .team .team-group .ibox {
    padding-bottom: 133.333333%;
}

.hs-inner-team .team .team-group .ibox img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.hs-inner-team .team .team-group p {
    font-size: 16px;
    line-height: 50px;
    display: -webkit-box; 
	display:none;
    overflow: hidden;
    height: 50px;
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.hs-inner-team .team .team-group:hover .ibox img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.hs-inner-team .team .team-group:hover p {
    color: var(--color);
}

.hs-inner-team .team .swiper-button-prev {
    left: 0;
    color: #fff;
}

@media (max-width: 767px) {
    .hs-inner-team .team .swiper-button-prev {
        left: -15px;
    }
}

.hs-inner-team .team .swiper-button-next {
    right: 0;
    color: #fff;
}

@media (max-width: 767px) {
    .hs-inner-team .team .swiper-button-next {
        right: -15px;
    }
}


.hs-inner-culture {
    background: url(../images/adv-bwbg.jpg) no-repeat center;
    background-size: cover;
	padding-left:5%; padding-right:5%;
}

.hs-inner-culture .title-inner{   
   display: table; 	
   text-align:center; 
   margin: 0 auto;
 }

.hs-inner-culture .title-inner h2{
    color: #fff;
    font-size: 42px; 
	padding: 0 5px;
    font-weight:bold;
    background: url(../images/ab-hotitlebg.png) bottom center repeat-x;
}


@media (min-width: 1200px) {
    .hs-inner-culture {
        background-attachment: fixed;
    }
}

.hs-inner-culture .culture ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (min-width: 1200px) {
    .hs-inner-culture .culture ul {
        margin: 0 -20px;
    }
}

.hs-inner-culture .culture ul li {
    margin-top: 60px;
}


@media (max-width: 1199px) {
    .hs-inner-culture{ padding-left:0; padding-right:0;}

	.hs-inner-culture .title-inner h2{ font-size:32px;}
}

@media (max-width: 767px) {
    .hs-inner-culture .culture ul li {
        margin-top: 0;
    }
}

.hs-inner-culture .culture .culture-group {
    height: 100%;
    padding: 50px 20px;
}

@media (max-width: 1199px) {
    .hs-inner-culture .culture .culture-group {
        padding: 20px;
    }
}

.hs-inner-culture .culture .culture-group h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    position: relative;
    margin: 0 0 20px 0;
}

@media (max-width: 767px) {
    .hs-inner-culture .culture .culture-group h3 {
        font-size: 16px;
        margin-bottom: 10px;
    }
}

.hs-inner-culture .culture .culture-group h3:before {
    position: absolute;
    top: 5px;
    left: -23px;
    display: block;
    width: 5px;
    height: 26px;
    content: "";
    background-color: #34a900;
}

.hs-inner-culture .culture .culture-group p {
    font-size: 20px;
    line-height: 2;
    color: #fff;
}

@media (max-width: 991px) {
    .hs-inner-culture .culture .culture-group p {
        font-size: 16px;
    }

}

.hs-inner-culture .culture .culture-group img{ max-width:100%;}


.hs-inner-honor .title-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
	color:#fff;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
	width:860px; 
	margin:0 auto;
}

.hs-inner-honor .title-inner h2{
   z-index:22; 
   font-size:57px; 
   font-weight:normal; 
   margin:0 auto;
}

@media (max-width: 1560px) {
    .hs-inner-honor .title-inner h2 {
        font-size: 48px;
    }

}

@media (max-width: 1350px) {
    .hs-inner-honor .title-inner h2{
        font-size: 42px; 
    }
}



@media (max-width: 1199px) {
    .hs-inner-honor .title-inner{ width:100%;}
	.hs-inner-honor .title-inner i{ width:28%;}
	.hs-inner-honor .title-inner i img{ max-width:100%;}
    .hs-inner-honor .title-inner h2 {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .hs-inner-honor .title-inner h2 {
        font-size: 32px;
    }
}

.hs-inner-honor{ position:relative;}

.hs-inner-honor .title-inner i{z-index:22;  }


.hs-inner-honor .honor-button .swiper-button-prev,
.hs-inner-honor .honor-button .swiper-button-next {
    border-radius: 26px;
	position:absolute;
	 top:41%;
}

.hs-inner-honor .honor-button .swiper-button-prev{ left:4%;}
.hs-inner-honor .honor-button .swiper-button-next{ right:4%; left:auto;}

.hs-inner-honor .honor { 
    margin:0 auto;
    margin-top: 50px; 
	padding:0 12%;
	position:relative;
	max-width:1350px;
}



.hs-inner-honor .honor .honor-group {
    display: block;
    cursor: pointer;
    text-align: center;
}

.hs-inner-honor .honor .honor-group .img {
    padding: 10px; 
}

.hs-inner-honor .honor .honor-group .ibox {
    padding-bottom: 133.333333%;
}

.hs-inner-honor .honor .honor-group .ibox img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.hs-inner-honor .honor .honor-group p {
    font-size: 15px;
    line-height: 24px;
    display: -webkit-box;
    overflow: hidden;
    height: 24px;
    margin: 14px 0 0 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    color: #666;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.hs-inner-honor .honor .honor-group:hover .ibox img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.hs-inner-honor .honor .honor-group:hover p {
    color: #bb0c1a;
}

.hs-inner-lx{ 
    background: url(../images/ab-contbg.jpg) no-repeat center;
    background-size: cover;
}

.hs-inner-lx .title-inner h3{ 
   font-size:25px; 
   font-weight:normal;
   margin:0; 
   line-height:1.8;
   color:#808080;
 }

.hs-inner-lx .title-inner h4{ 
   font-size:40px; 
   margin:0; 
   line-height:1.5; 
   margin-bottom:18px;
   color:#ba0b1a;
 }
 
.hs-inner-lx .title-inner img{
    max-width:100%;
	height:52px;
}

@media (max-width: 991px) {
   .hs-inner-lx .title-inner { 
     margin-bottom:30px;
   }
   
   .hs-inner-lx .title-inner h4{ 
     font-size:28px; 
    }
 
}

.hs-inner-adv .advantagebox, .hs-inner-mimi .mimi-duibi{ padding:0 5%;}

.hs-inner-adv .advantagebox .advtxt-l{ width:68%; float:left;}
.hs-inner-adv .advantagebox .advimg-r{ width:32%; float:left;}
.hs-inner-adv .advantagebox .advimg-c{ width:100%; margin-top:80px; float:left;}

@media (max-width: 991px) {
  .hs-inner-adv .advantagebox .advtxt-l,
  .hs-inner-adv .advantagebox .advimg-r{ width:100%;}
 .hs-inner-adv .advantagebox, .hs-inner-mimi .mimi-duibi{ padding:0;}
}


.hs-inner-adv .advantagebox .title-inner h2{
    font-size: 42px;
    padding:0 5px;
    display: table;
    margin: 0 auto; 
	text-align:center;
    color: #595959;
    font-weight:bold;
    background: url(../images/ab-ttitlebg.jpg) bottom center repeat-x;
}



.hs-inner-adv .advantagebox .centbox{
  padding:25px 35px 0 0;
}

.hs-inner-adv .advantagebox .centbox p{
    font-size: 20px;
    line-height: 2;
    margin: 0;
    color: #4c4c4c;
}


.hs-inner-adv .advantagebox .img{ padding:0;}
.hs-inner-adv .advantagebox .img img{ max-width:100%;}
.hs-inner-adv .advantagebox .advimg-c img{ width:100%;}

@media (max-width: 991px) {
 .hs-inner-adv .advantagebox .title-inner h2{ 
   font-size:32px;
 }
 .hs-inner-adv .advantagebox .centbox{
   padding:25px 0 0 0;
}
  .hs-inner-adv .advantagebox .centbox p{
    font-size:16px;
}
  
  .hs-inner-adv .advantagebox .img{ 
    padding-top:20px;
  } 
  .hs-inner-adv .advantagebox .advimg-c{ margin-top:20px;}
}

.hs-inner-mimi{ background:#f4f4f4;}

.hs-inner-mimi .title-inner h2{
    font-size: 42px;
    margin: 0 auto; 
	text-align:center;
	padding:0 5px;
    display: table;
    color: #595959;
    font-weight:bold;
    background: url(../images/ab-ttitlebg.jpg) bottom center repeat-x;
}

.hs-inner-mimi .title-inner p{  
    font-size: 20px;
	padding:40px 5% 0 5%;
    line-height: 2; 
	text-align:center; 
	max-width:100%;
    color: #4c4c4c;
}

.hs-inner-mimi .title-inner h3{
    font-size: 32px;
    margin: 0 auto; 
	text-align:center;
	margin-top:50px;
    display: table;
    color: #bb0c1a;
}



.hs-inner-mimi .mimi-duibi h3{
    font-size: 36px;
    margin: 0 auto; 
	text-align:center;
	margin-top:50px; padding:35px 15px;
	background:#fff; 
	box-shadow: 0 11px 10px 0 rgba(0, 0, 0, 0.1);
	border-radius:10px;
    color: #4c4c4c;
}

.hs-inner-mimi .title-inner h4{ 
    font-size:40px; 
    text-align:center; 
	color:#bb0c1a; 
	line-height:1.8; 
	margin-top:40px;}

.hs-inner-mimi .mimi-duibi li{ 
    width:32%; 
	float:left;
	margin-top:20px;
	padding:30px 50px;
	margin-right:2%;
	background:#fff; 
	box-shadow: 0 11px 10px 0 rgba(0, 0, 0, 0.1);
	border-radius:10px;
}

.hs-inner-mimi .mimi-duibi li span{ 
    display:block; 
	padding:30px 0; 
	font-size:24px; 
	line-height:2; 
	color:#4c4c4c; 
	text-align:center; 
	border-bottom:2px solid #f0f0f0;
}

.hs-inner-mimi .mimi-duibi li span:nth-child(3){ border:none;}


.hs-inner-mimi .mimi-duibi li:nth-child(3){ float:right; margin-right:0; }
.hs-inner-mimi .mimi-duibi li:nth-child(3) span{color:#bb0c1a;}

.adv-pic-w{padding:0 5%; margin-top:20px;}
.adv-pic-w img{ max-width:100%; width:100%; margin:45px 0 0 0;}
.adv-pic-w p{
    font-size: 20px;
    line-height: 2;  
	max-width:100%;
    color: #4c4c4c;
}


@media (max-width: 991px) {
 .hs-inner-mimi .title-inner h2{ 
   font-size:28px;
 }
 .hs-inner-mimi .title-inner p{ font-size:16px; padding: 20px 0 0 0;}
 .hs-inner-mimi .title-inner h3{ font-size:28px; margin-top:20px;}
 .hs-inner-mimi .mimi-duibi h3{ font-size:24px;}
 .hs-inner-mimi .mimi-duibi li{ width:100%;}
 .hs-inner-mimi .mimi-duibi li span{ font-size:22px; padding: 20px 0;}
 .adv-pic-w{ padding:0;}
 .adv-pic-w img{ margin:5px 0;}
 .adv-pic-w p{ font-size:16px;}
 .hs-inner-mimi .title-inner h4{ font-size:26px; margin-top:20px;}
}


.hs-inner-contact{ 
   padding-left:5%; 
   padding-right:5%;
}

.hs-inner-contact .c-tel{ background:#f4f4f4; width:44%; color:#bb0c1a; text-align:center; padding:40px; margin:0 1% 0 4%;}
.hs-inner-contact .c-mail{background:#f4f4f4; width:44%; color:#4c4c4c; text-align:center; padding:40px; margin:0 4% 0 1%;}
.hs-inner-contact .c-tel img{ max-width:100%;}
.hs-inner-contact .c-tel h3,
.hs-inner-contact .c-mail h3{ 
   font-size:25px; 
   line-height:2;
  }
.hs-inner-contact .c-tel span,
.hs-inner-contact .c-mail span{
  font-size:18px;
 }

.hs-inner-contact .contact-title {}
.hs-inner-contact .contact-title .title-inner h2{
    font-size: 42px;
    padding: 0 5px;
    display: table;
    margin: 0 auto;
    text-align: center;
    color: #595959;
    font-weight: bold;
    background: url(../images/ab-ttitlebg.jpg) bottom center repeat-x;
}

.hs-inner-contact .c-sale{ margin-top:80px; }
.hs-inner-contact .c-sale .sale-left{ float:left; width:48%; margin:0 1%;}
.hs-inner-contact .c-sale .sale-left a{ background:#f4f4f4; padding:20px 15%; text-align:left; font-size:25px; width:100%; display: block; margin-bottom:25px;}
.hs-inner-contact .c-sale .sale-left a:hover{ color:#bb0c1a;}
.hs-inner-contact .c-sale .sale-left i { margin-right:10%;}
.hs-inner-contact .c-sale .sale-left i img{ height:125px;}

.hs-inner-contact .c-sale .sale-right{ float:right; width:48%; margin:0 1%; padding:90px 40px; text-align:center; background:#f4f4f4; }
.hs-inner-contact .c-sale .sale-right i{ }
.hs-inner-contact .c-sale .sale-right p{ font-size:25px; line-height:1.8; padding:15px 0;}
.hs-inner-contact .c-sale .sale-right a{ font-size:18px; border:1px solid #4c4c4c; border-radius:18px; padding:5px 20px; display:table; margin:0 auto;}
.hs-inner-contact .c-sale .sale-right a:hover{ background:#bb0c1a;  border:1px solid #bb0c1a; color:#fff;}

.hs-inner-contact .c-dl{ margin-top:80px; background:#f4f4f4; display:flex;}
.hs-inner-contact .c-dl .daili-left{ width:50%; float:left;}
.hs-inner-contact .c-dl .daili-left img{ width:100%;}
.hs-inner-contact .c-dl .daili-right{ float:right; width:50%;  padding:90px 40px;  text-align:center;}
.hs-inner-contact .c-dl .daili-right p{ font-size:25px; line-height:1.8; padding:15px 0;}
.hs-inner-contact .c-dl .daili-right p em{ font-style:normal; color:#bb0c1a;}
.hs-inner-contact .c-dl .daili-right a{ font-size:18px; border:1px solid #4c4c4c; border-radius:18px; padding:5px 20px; display:table; margin:0 auto;}
.hs-inner-contact .c-dl .daili-right a:hover{ background:#bb0c1a;  border:1px solid #bb0c1a; color:#fff;}

.hs-inner-contact .c-sale .mjbox{ background:#f4f4f4; padding:60px 20px; text-align:center; margin-bottom:15px;}
.hs-inner-contact .c-sale .mjbox i{ height:75px; margin-bottom:30px; display: block;}
.hs-inner-contact .c-sale .mjbox i img{ height:100%;}
.hs-inner-contact .c-sale .mjbox em{ max-width:100%;}
.hs-inner-contact .c-sale .mjbox p{ font-size:16px; line-height:1.8; margin-top:20px;}

@media (max-width: 1530px) {
 .hs-inner-contact .c-sale .sale-left a{ padding: 20px 5%;}
 .hs-inner-contact .c-sale .sale-right{padding: 90px 40px;}
 .hs-inner-contact .c-dl .daili-right{padding: 40px 40px;}
 .hs-inner-contact .contact-title .title-inner h2{ font-size:38px;}
}

@media (max-width: 1199px) {
 .hs-inner-contact .c-sale .sale-left a{ font-size:20px;}
 .hs-inner-contact .c-sale .sale-left i img{ height:95px;}

 .hs-inner-contact .c-sale .sale-right{padding: 69px 40px;}
 .hs-inner-contact .c-dl .daili-right{padding: 30px 40px;}
 .hs-inner-contact .c-dl .daili-right i img,
 .hs-inner-contact .c-sale .sale-right i img{
   height:150px;
   }
}

@media (max-width: 991px) {
 .hs-inner-contact{ padding-left:0; padding-right:0;}
 .hs-inner-contact .contact-title .title-inner h2{ font-size:32px;}
 .hs-inner-contact .c-tel,.hs-inner-contact .c-mail{ width:100%; margin:0; margin-bottom:10px;}
 .hs-inner-contact .c-sale .sale-left,.hs-inner-contact .c-sale .sale-right{ width:100%;}
 .hs-inner-contact .c-sale .sale-left i img{ height:75px;}
 .hs-inner-contact .c-sale .sale-left a{ font-size:18px;}
 .hs-inner-contact .c-sale .sale-left i{ margin-right:10px;}
 .hs-inner-contact .c-sale .sale-right{ padding:40px 20px;}
  .hs-inner-contact .c-dl .daili-right i img,
 .hs-inner-contact .c-sale .sale-right i img{
   height:100px;
   }
   .hs-inner-contact .c-sale .mjbox{ padding:40px 15px;}
   .hs-inner-contact .c-sale .sale-right p,.hs-inner-contact .c-dl .daili-right p{ font-size:18px;}
   .hs-inner-contact .c-sale .sale-right a,.hs-inner-contact .c-dl .daili-right a{ font-size:16px;}
   .hs-inner-contact .c-sale{ margin-top:50px;}
   .hs-inner-contact .c-dl{ margin-top:50px; display: block;}
   .hs-inner-contact .c-dl .daili-left,.hs-inner-contact .c-dl .daili-right{ width:100%;}
   .hs-inner-contact .c-sale .mjbox i{ height:60px;}
}


#about-about,
#about-organization,
#about-culture,
#about-history,
#about-honor {
    position: relative;
    top: -100px;
}

.hs-inner-products .products>ul {
    margin: 0;
}

.hs-inner-products .products>ul>li {
    padding: 0;
    border-top: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
}

@media (min-width: 1200px) {
    .hs-inner-products .products>ul>li:nth-child(4n) {
        border-right-color: #fff;
    }
    .hs-inner-products .products>ul>li:nth-child(-n+4) {
        border-top-color: #fff;
    }
}

@media (max-width: 1199px) {
    .hs-inner-products .products>ul>li:nth-child(3n) {
        border-right-color: #fff;
    }
    .hs-inner-products .products>ul>li:nth-child(-n+3) {
        border-top-color: #fff;
    }
}

@media (max-width: 767px) {
    .hs-inner-products .products>ul>li:nth-child(3n) {
        border-right-color: #e4e4e4;
    }
    .hs-inner-products .products>ul>li:nth-child(-n+3) {
        border-top-color: #e4e4e4;
    }
    .hs-inner-products .products>ul>li:nth-child(2n) {
        border-right-color: #fff;
    }
    .hs-inner-products .products>ul>li:nth-child(-n+2) {
        border-top-color: #fff;
    }
}

.hs-inner-products .products .products-group {
    display: block;
    padding-bottom: 10px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    text-align: center;
}

.hs-inner-products .products .products-group .ibox img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.hs-inner-products .products .products-group p {
    font-size: 16px;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    height: 30px;
    margin: 0;
    padding: 0 10px;
    color: #333;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

@media (max-width: 991px) {
    .hs-inner-products .products .products-group p {
        font-size: 14px;
    }
}

.hs-inner-products .products .products-group:hover {
    position: relative;
    z-index: 4;
    box-shadow: 0 43px 76px 0 rgba(72, 72, 72, 0.25);
}

.hs-inner-product-details {
    padding-top: 0;
}

.hs-inner-product-details .product-details {
    background: url(../images/product_show_bg.jpg) no-repeat center;
    background-size: cover;
}

.hs-inner-product-details .product-details .flex {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.hs-inner-product-details .product-details .details-imgbox {
    width: 40%;
    height: 100%;
    mix-blend-mode: multiply;
}

@media (max-width: 1560px) {
    .hs-inner-product-details .product-details .details-imgbox {
        width: 35%;
    }
}

@media (max-width: 767px) {
    .hs-inner-product-details .product-details .details-imgbox {
        width: 100%;
    }
}

.hs-inner-product-details .product-details .details-imgbox .zoom {
    cursor: crosshair;
}

.hs-inner-product-details .product-details .swiper-button-prev,
.hs-inner-product-details .product-details .swiper-button-next {
    font-size: 30px;
    position: absolute;
    z-index: 4;
    top: 50%;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 30px;
    height: 30px;
    margin-top: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.hs-inner-product-details .product-details .swiper-button-prev:after,
.hs-inner-product-details .product-details .swiper-button-next:after {
    display: block;
    width: 0;
    height: 0;
    content: "";
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    border-width: 8px 16px 8px 0;
    border-style: solid;
    border-color: transparent var(--color) transparent transparent;
}

.hs-inner-product-details .product-details .swiper-button-prev:hover,
.hs-inner-product-details .product-details .swiper-button-next:hover {
    background: none;
}

.hs-inner-product-details .product-details .swiper-button-prev:hover:after,
.hs-inner-product-details .product-details .swiper-button-next:hover:after {
    border-color: transparent var(--hover) transparent transparent;
}

.hs-inner-product-details .product-details .swiper-button-next {
    right: 0;
    left: auto;
}

.hs-inner-product-details .product-details .swiper-button-next:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.hs-inner-product-details .product-details .details-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 60%;
    padding-left: 5%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1560px) {
    .hs-inner-product-details .product-details .details-content {
        width: 65%;
    }
}

@media (max-width: 1199px) {
    .hs-inner-product-details .product-details .details-content {
        padding-left: 3%;
    }
}

@media (max-width: 767px) {
    .hs-inner-product-details .product-details .details-content {
        width: 100%;
        margin-top: 30px;
        padding-left: 0;
    }
}

.hs-inner-product-details .product-details .details-content .title-inner h2 {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
}

@media (max-width: 1199px) {
    .hs-inner-product-details .product-details .details-content .title-inner h2 {
        font-size: 18px;
    }
}

.hs-inner-product-details .product-details .details-content .free-editor {
    margin-top: 30px;
}

@media (max-width: 767px) {
    .hs-inner-product-details .product-details .details-content .free-editor {
        margin-top: 10px;
    }
}

.hs-inner-product-details .product-details .details-content .free-editor p {
    font-size: 15px;
    line-height: 1.875;
    margin: 0;
    color: #333;
}

@media (max-width: 1199px) {
    .hs-inner-product-details .product-details .details-content .free-editor p {
        font-size: 14px;
    }
}

.hs-inner-product-details .product-details .details-content .free-editor table {
    font-size: 16px;
    width: 100%;
    margin-top: 20px;
    color: var(--color);
}

@media (max-width: 1560px) {
    .hs-inner-product-details .product-details .details-content .free-editor table {
        font-size: 14px;
    }
}

.hs-inner-product-details .product-details .details-content .free-editor table tr {
    border-bottom: 1px solid #e8eef2;
}

.hs-inner-product-details .product-details .details-content .free-editor table td {
    line-height: 24px;
    padding: 15px 10px;
}

@media (max-width: 1560px) {
    .hs-inner-product-details .product-details .details-content .free-editor table td {
        padding: 10px;
    }
}

.hs-inner-product-details .details-link {
    margin-top: 60px;
}

@media (max-width: 1199px) {
    .hs-inner-product-details .details-link {
        margin-top: 30px;
    }
}

.hs-inner-product-details .details-link a {
    font-size: 15px;
    line-height: 22px;
    display: inline-block;
    padding: 10px 20px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    vertical-align: middle;
    color: #bb0c1a;
    border: 2px solid #bb0c1a;
    border-radius: 30px;
}

.hs-inner-product-details .details-link a .flaticon {
    font-size: 20px;
    float: left;
    margin-right: 6px;
}

@media (max-width: 991px) {
    .hs-inner-product-details .details-link a .flaticon {
        font-size: 24px;
    }
}

.hs-inner-product-details .details-link a:hover {
    color: #fff;
    background-color: #bb0c1a;
}

.hs-inner-product-details .details-link .scroll {
    margin-right: 40px;
}

@media (max-width: 1470px) {
    .hs-inner-product-details .details-link .scroll {
        margin-right: 20px;
    }
}

.hs-inner-product-details .product-small {
    position: relative;
    width: 100%;
    padding: 20px 30px;
}

.hs-inner-product-details .swiper-product-small .swiper-slide {
    padding: 0 8px;
}

.hs-inner-product-details .swiper-product-small .pro-group {
    cursor: pointer;
    border: 1px solid #ececec;
    background: -webkit-gradient( linear, left top, right top, from(#f8fafe), to(#e3e9f0));
    background: -webkit-linear-gradient(left, #f8fafe, #e3e9f0);
    background: linear-gradient(90deg, #f8fafe, #e3e9f0);
}

.hs-inner-product-details .swiper-product-small .swiper-slide-thumb-active .pro-group {
    border-color: var(--color);
}

.hs-inner-product-details .title-parameters {
    position: relative;
    padding-bottom: 20px;
    text-align: center;
    border-bottom: 1px solid #eaeaea;
}

@media (max-width: 767px) {
    .hs-inner-product-details .title-parameters {
        padding-bottom: 14px;
    }
}

.hs-inner-product-details .title-parameters h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    position: relative;
    display: inline-block;
    margin: 0;
}

@media (max-width: 1199px) {
    .hs-inner-product-details .title-parameters h3 {
        font-size: 20px;
    }
}

.hs-inner-product-details .title-parameters h3:after {
    position: absolute;
    z-index: 2;
    bottom: -21px;
    display: block;
    width: 100%;
    height: 2px;
    content: "";
    background-color: #bb0c1a;
}

@media (max-width: 767px) {
    .hs-inner-product-details .title-parameters h3:after {
        bottom: -14px;
    }
}

.hs-inner-product-details .product-parameters {
    padding-top: 80px;
}

@media (max-width: 991px) {
    .hs-inner-product-details .product-parameters {
        padding-top: 40px;
    }
}

.hs-inner-product-details .product-parameters .free-editor {
    margin-top: 40px;
    color: #333;
}

@media (max-width: 767px) {
    .hs-inner-product-details .product-parameters .free-editor {
        margin-top: 20px;
    }
}

.hs-inner-product-details .product-parameters .free-editor p {
    font-size: 16px;
    line-height: 1.875;
    margin: 0;
}

@media (max-width: 991px) {
    .hs-inner-product-details .product-parameters .free-editor p {
        font-size: 14px;
    }
}

.hs-inner-product-details .product-parameters .free-editor table {
    font-size: 16px;
    width: 100%;
    margin-top: 20px;
    text-align: center;
}

@media (max-width: 991px) {
    .hs-inner-product-details .product-parameters .free-editor table {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .hs-inner-product-details .product-parameters .free-editor table {
        font-size: 12px;
    }
}

.hs-inner-product-details .product-parameters .free-editor table th,
.hs-inner-product-details .product-parameters .free-editor table td {
    line-height: 24px;
    padding: 10px;
    text-align: center;
    border: 1px solid #ccc;
}

.hs-inner-product-details .product-parameters .free-editor table tr {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.hs-inner-product-details .product-related {
    padding-top: 80px;
}

@media (max-width: 991px) {
    .hs-inner-product-details .product-related {
        padding-top: 40px;
    }
}

.hs-inner-product-details .product-related .product-related-content {
    position: relative;
    padding: 0 4%;
}

.hs-inner-product-details .product-related .swiper-button-prev {
    left: 0;
}

@media (max-width: 767px) {
    .hs-inner-product-details .product-related .swiper-button-prev {
        left: -15px;
    }
}

.hs-inner-product-details .product-related .swiper-button-next {
    right: 0;
}

@media (max-width: 767px) {
    .hs-inner-product-details .product-related .swiper-button-next {
        right: -15px;
    }
}

.hs-inner-product-details .product-related .swiper-slide {
    padding: 30px 0;
}

.hs-inner-product-details .product-related .products-group {
    display: block;
    padding-bottom: 10px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    text-align: center;
}

.hs-inner-product-details .product-related .products-group .ibox img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.hs-inner-product-details .product-related .products-group p {
    font-size: 16px;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    height: 30px;
    margin: 0;
    padding: 0 10px;
    color: #333;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

@media (max-width: 991px) {
    .hs-inner-product-details .product-related .products-group p {
        font-size: 14px;
    }
}

.hs-inner-product-details .product-related .products-group:hover {
    position: relative;
    z-index: 4;
    box-shadow: 0 10px 20px 0 rgba(72, 72, 72, 0.25);
}

.hs-inner-product-details .product-feedback {
    margin-top: 80px;
    padding-top: 80px;
    background: url(../images/feedback_bg.jpg) no-repeat top center;
}

@media (max-width: 991px) {
    .hs-inner-product-details .product-feedback {
        margin-top: 40px;
        padding-top: 40px;
    }
}

.hs-inner-product-details .product-feedback .title-parameters {
    border-bottom: none;
}

.hs-inner-product-details .product-feedback .title-parameters h3 {
    color: #fff;
}

.hs-inner-product-details .product-feedback .title-parameters h3:after {
    display: none;
}

.hs-inner-product-details .product-feedback .feedbackform {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 40px;
    padding: 50px;
    background-color: #fff;
    box-shadow: 0 23px 18px 0 rgba(72, 72, 72, 0.25);
}

@media (max-width: 1199px) {
    .hs-inner-product-details .product-feedback .feedbackform {
        padding: 30px;
    }
}

@media (max-width: 767px) {
    .hs-inner-product-details .product-feedback .feedbackform {
        margin-top: 20px;
        padding: 30px 15px;
    }
}

.feedbackform form ul {
    margin: 0 -8px;
}

.feedbackform form ul li {
    padding: 0 8px;
}

.feedbackform form .group-feedback {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    border: 1px solid rgba(21, 21, 21, 0.64);
    border: 1px solid #ccc;
    background:none;
}

.feedbackform form .group-shengming{ font-size:20px; color:#808080; margin-bottom:20px;}
.feedbackform form .group-shengming i input{ width:16px; height:16px; margin-right:10px;}

.feedbackform form .group-feedback .flaticon {
    font-size: 24px;
    line-height: 54px;
    width: 60px;
    text-align: center;
    color: #666;
}

@media (max-width: 767px) {
    .feedbackform form .group-feedback .flaticon {
        line-height: 44px;
        width: 40px;
    }
	.feedbackform form .group-shengming{ font-size:14px;}
}

.feedbackform form .group-feedback input,
.feedbackform form .group-feedback textarea,
.feedbackform form .group-feedback select {
    font-size: 18px;
    line-height: 24px;
    width: -webkit-calc(100% - 10px);
    width: calc(100% - 10px);
    min-height: 54px;
    padding: 15px 20px ;
    resize: vertical;
    color: #777;
    border: none;
    outline: none;
    background: none;
}

@media (max-width: 767px) {
    .feedbackform form .group-feedback input,
    .feedbackform form .group-feedback textarea,
    .feedbackform form .group-feedback select {
        font-size: 14px;
        line-height: 24px;
        width: -webkit-calc(100% - 6px);
        width: calc(100% - 6px);
        min-height: 44px;
        padding: 10px;
    }
}

.feedbackform form .group-feedback select option {
    width: 100%;
    /* 设置选项的背景色 */
    color: #777;
    background-color: #f8f8f8;
    /* 设置选项的文本颜色 */
}

.feedbackform form .group-feedback select option:hover {
    color: #fff;
    background-color: #bb0c1a;
    /* 设置鼠标悬停时的背景色 */
}

.feedbackform form .group-feedback.group-read input {
    background-color: #eee;
}

.feedbackform form .group-feedback input::-webkit-input-placeholder,
.feedbackform form .group-feedback textarea::-webkit-input-placeholder {
    color: #777;
}

.feedbackform form .group-feedback input:-o-placeholder,
.feedbackform form .group-feedback textarea:-o-placeholder {
    color: #777;
}

.feedbackform form .group-feedback input::-moz-placeholder,
.feedbackform form .group-feedback textarea::-moz-placeholder {
    color: #777;
}

.feedbackform form .group-feedback input:-ms-input-placeholder,
.feedbackform form .group-feedback textarea:-ms-input-placeholder {
    color: #777;
}

.feedbackform form .group-feedback input:focus::-webkit-input-placeholder,
.feedbackform form .group-feedback textarea:focus::-webkit-input-placeholder {
    color: #c5c5c5;
}

.feedbackform form .group-feedback input:focus::-o-placeholder,
.feedbackform form .group-feedback textarea:focus::-o-placeholder {
    color: #c5c5c5;
}

.feedbackform form .group-feedback input:focus::-moz-placeholder,
.feedbackform form .group-feedback textarea:focus::-moz-placeholder {
    color: #c5c5c5;
}

.feedbackform form .group-feedback input:focus::-ms-input-placeholder,
.feedbackform form .group-feedback textarea:focus::-ms-input-placeholder {
    color: #c5c5c5;
}

.feedbackform form .group-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.feedbackform form .send,
.feedbackform form .reset {
    font-size: 16px;
    line-height: 44px;
    display: inline-block;
    padding: 0 20px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    vertical-align: middle;
    border: 1px solid #ccc;
    outline: none;
    background: none;
}

@media (max-width: 767px) {
    .feedbackform form .send,
    .feedbackform form .reset {
        line-height: 40px;
    }
}

.feedbackform form .send {
    margin-right: 20px;
    color: #666 !important;
    border-color: #ccc !important;
    background-color: #fff !important;
}

.feedbackform form .send:hover,
.feedbackform form .reset:hover {
    color: #fff;
    border-color: #bb0c1a;
    background-color: #bb0c1a;
}

.feedbackform form span {
    font-size: 14px;
    line-height: 30px;
    display: inline-block;
    margin-left: 30px;
    vertical-align: middle;
    color: #bb0c1a;
}

@media (max-width: 767px) {
    .feedbackform form span {
        font-size: 14px;
        margin-left: 20px;
    }
}

.hs-inner-rd .title-inner {
    text-align: center;
}

.hs-inner-rd .title-inner h3 {
    color: #000;
}

.hs-inner-rd .rd-top {
    padding: 110px 10%;
    background-color: #f8f8f8;
}

@media (max-width: 1470px) {
    .hs-inner-rd .rd-top {
        padding: 80px 6%;
    }
}

@media (max-width: 1199px) {
    .hs-inner-rd .rd-top {
        padding: 40px 5%;
    }
}

@media (max-width: 767px) {
    .hs-inner-rd .rd-top {
        padding: 30px 15px;
    }
}

.hs-inner-rd .note {
    margin-top: 30px;
    text-align: center;
}

@media (max-width: 991px) {
    .hs-inner-rd .note {
        margin-top: 20px;
    }
}

.hs-inner-rd .note p {
    font-size: 16px;
    line-height: 1.875;
    margin: 0;
    color: #333;
}

@media (max-width: 991px) {
    .hs-inner-rd .note p {
        font-size: 14px;
    }
}

.hs-inner-rd .rd-img {
    margin-top: 40px;
}

.hs-inner-rd .rd-img ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.hs-inner-rd .rd-img ul li {
    width: 31.2%;
}

@media (max-width: 767px) {
    .hs-inner-rd .rd-img ul li {
        width: 100%;
    }
}

.hs-inner-rd .rd-img ul li:nth-child(2) {
    width: 37.6%;
}

@media (max-width: 767px) {
    .hs-inner-rd .rd-img ul li:nth-child(2) {
        width: 100%;
    }
}

.hs-inner-rd .rd-img ul li:nth-child(2) .rd-group .ibox {
    padding-bottom: 63.1%;
}

.hs-inner-rd .rd-img .rd-group .ibox {
    padding-bottom: 76%;
}

.hs-inner-rd .rd {
    padding-top: 80px;
}

@media (max-width: 1199px) {
    .hs-inner-rd .rd {
        padding-top: 40px;
    }
}

.hs-inner-rd .rd .rd-number {
    margin-top: 40px;
}

@media (max-width: 767px) {
    .hs-inner-rd .rd .rd-number {
        margin-top: 20px;
    }
}

.hs-inner-rd .rd .rd-number ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.hs-inner-rd .rd .rd-number ul li {
    margin-top: 20px;
    padding: 0 30px;
}

.hs-inner-rd .rd .rd-number .num-group {
    text-align: center;
}

.hs-inner-rd .rd .rd-number .num-group b {
    font-family: "D-DIN Condensed";
    font-size: 48px;
    font-weight: normal;
    line-height: 1.4;
    color: #bb0c1a;
}

@media (max-width: 991px) {
    .hs-inner-rd .rd .rd-number .num-group b {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .hs-inner-rd .rd .rd-number .num-group b {
        font-size: 34px;
    }
}

.hs-inner-rd .rd .rd-number .num-group p {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    color: #777;
}

@media (max-width: 991px) {
    .hs-inner-rd .rd .rd-number .num-group p {
        font-size: 14px;
    }
}

.hs-inner-rd .rd .note {
    max-width: 1270px;
    margin: 0 auto;
    margin-top: 60px;
}

@media (max-width: 991px) {
    .hs-inner-rd .rd .note {
        margin-top: 30px;
    }
}

.hs-inner-organization .organization img {
    max-width: 100%;
    height: auto !important;
}

.hs-inner-expert .title-expert h3 {
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    color: #bb0c1a;
}

.hs-inner-expert .title-expert h3 .flaticon {
    font-size: 40px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

@media (max-width: 991px) {
    .hs-inner-expert .title-expert h3 .flaticon {
        font-size: 30px;
    }
}

@media (max-width: 1199px) {
    .hs-inner-expert .title-expert h3 {
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    .hs-inner-expert .title-expert h3 {
        font-size: 18px;
    }
}

.hs-inner-expert .note {
    margin-top: 30px;
}

@media (max-width: 991px) {
    .hs-inner-expert .note {
        margin-top: 20px;
    }
}

.hs-inner-expert .note h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 0;
}

@media (max-width: 991px) {
    .hs-inner-expert .note h3 {
        font-size: 16px;
    }
}

.hs-inner-expert .note p {
    font-size: 16px;
    line-height: 1.8;
    margin: 0;
    color: #333;
}

@media (max-width: 1199px) {
    .hs-inner-expert .note p {
        font-size: 14px;
    }
}

.hs-inner-expert .expert-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row-reverse;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
}

.hs-inner-expert .expert-top .expert-img {
    width: 50%;
}

@media (max-width: 767px) {
    .hs-inner-expert .expert-top .expert-img {
        width: 100%;
    }
}

.hs-inner-expert .expert-top .expert-img img {
    width: 100%;
}

.hs-inner-expert .expert-top .expert-note {
    width: 50%;
    padding-top: 6%;
    padding-right: 5%;
}

@media (max-width: 1470px) {
    .hs-inner-expert .expert-top .expert-note {
        padding-top: 30px;
    }
}

@media (max-width: 1199px) {
    .hs-inner-expert .expert-top .expert-note {
        padding-top: 0;
    }
}

@media (max-width: 767px) {
    .hs-inner-expert .expert-top .expert-note {
        width: 100%;
        margin-top: 20px;
    }
}

.hs-inner-expert .expert-top .expert-list {
    position: relative;
    width: 150%;
    margin-top: 60px;
    padding: 50px 15% 50px 0;
    background-color: #bb0c1a;
}

@media (min-width: 1560px) {
    .hs-inner-expert .expert-top .expert-list ul {
        margin: 0 -30px;
    }
    .hs-inner-expert .expert-top .expert-list ul li {
        padding: 0 30px;
    }
}

@media (max-width: 1400px) {
    .hs-inner-expert .expert-top .expert-list {
        width: 170%;
        padding: 30px 10% 30px 0;
    }
}

@media (max-width: 1199px) {
    .hs-inner-expert .expert-top .expert-list {
        width: 200%;
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .hs-inner-expert .expert-top .expert-list {
        width: 100%;
    }
}

.hs-inner-expert .expert-top .expert-list:after {
    position: absolute;
    z-index: 1;
    top: 0;
    right: 100%;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #bb0c1a;
}

.hs-inner-expert .expert-top .expert-list:before {
    position: absolute;
    z-index: 4;
    right: 80%;
    bottom: -50px;
    display: block;
    width: 392px;
    height: 392px;
    content: "";
    background: url(../images/virus.png) no-repeat center;
    background-size: cover;
    mix-blend-mode: multiply;
}

.hs-inner-expert .expert-top .expert-list .list-group {
    color: #fff;
}

.hs-inner-expert .expert-top .expert-list .list-group h3 {
    font-family: "D-DIN Condensed";
    font-size: 72px;
    line-height: 1;
    margin: 0;
}

@media (max-width: 1199px) {
    .hs-inner-expert .expert-top .expert-list .list-group h3 {
        font-size: 60px;
    }
}

@media (max-width: 991px) {
    .hs-inner-expert .expert-top .expert-list .list-group h3 {
        font-size: 50px;
    }
}

@media (max-width: 767px) {
    .hs-inner-expert .expert-top .expert-list .list-group h3 {
        font-size: 40px;
    }
}

.hs-inner-expert .expert-top .expert-list .list-group .note {
    margin-top: 20px;
}

.hs-inner-expert .expert-top .expert-list .list-group p {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    color: #fff;
}

@media (max-width: 767px) {
    .hs-inner-expert .expert-top .expert-list .list-group p {
        font-size: 14px;
    }
}

.hs-inner-expert .expert ul li {
    margin-top: 140px;
}

@media (max-width: 991px) {
    .hs-inner-expert .expert ul li {
        margin-top: 70px;
    }
}

@media (max-width: 767px) {
    .hs-inner-expert .expert ul li {
        margin-top: 40px;
    }
}

.hs-inner-expert .expert ul li:nth-child(2n+1) .expert-group {
    flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
}

.hs-inner-expert .expert ul li:nth-child(2n+1) .expert-group .expert-img:before {
    right: -60px;
    left: auto;
}

@media (max-width: 1470px) {
    .hs-inner-expert .expert ul li:nth-child(2n+1) .expert-group .expert-img:before {
        right: -30px;
    }
}

@media (max-width: 767px) {
    .hs-inner-expert .expert ul li:nth-child(2n+1) .expert-group .expert-img:before {
        right: -10px;
    }
}

.hs-inner-expert .expert ul li:nth-child(2n+1) .expert-note {
    padding-right: 5%;
    padding-left: 0;
}

@media (max-width: 767px) {
    .hs-inner-expert .expert ul li:nth-child(2n+1) .expert-note {
        padding-right: 0;
    }
}

.hs-inner-expert .expert .expert-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.hs-inner-expert .expert .expert-group .expert-img {
    position: relative;
    width: 50%;
    height: 100%;
}

@media (max-width: 767px) {
    .hs-inner-expert .expert .expert-group .expert-img {
        width: 100%;
    }
}

.hs-inner-expert .expert .expert-group .expert-img:before {
    position: absolute;
    z-index: 1;
    top: -60px;
    left: -60px;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #f3f3f3;
}

@media (max-width: 1470px) {
    .hs-inner-expert .expert .expert-group .expert-img:before {
        top: -30px;
        left: -30px;
    }
}

@media (max-width: 767px) {
    .hs-inner-expert .expert .expert-group .expert-img:before {
        top: -10px;
        left: -10px;
    }
}

.hs-inner-expert .expert .expert-group .expert-img img {
    position: relative;
    z-index: 3;
    width: 100%;
}

.hs-inner-expert .expert .expert-group .expert-note {
    width: 50%;
    padding-top: 6%;
    padding-right: 0;
    padding-left: 5%;
}

@media (max-width: 1470px) {
    .hs-inner-expert .expert .expert-group .expert-note {
        padding-top: 30px;
    }
}

@media (max-width: 1199px) {
    .hs-inner-expert .expert .expert-group .expert-note {
        padding-top: 0;
    }
}

@media (max-width: 767px) {
    .hs-inner-expert .expert .expert-group .expert-note {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }
}

@media (min-width: 1200px) {
    .hs-inner-partners-other .partners ul li {
        width: 33.33333333%;
    }
}

.hs-inner-partners-other .partners ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: -30px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.hs-inner-partners-other .partners ul li { 
   padding:0;
}

.hs-inner-partners-other .partners .group {
    text-align: center; position:relative;
}

.hs-inner-partners-other .partners .group .partners-img .ibox {
    padding-bottom: 91.875%;
}

.hs-inner-partners-other .partners .group .text{ position:absolute; top:58px; z-index:2; display:none;}

.hs-inner-partners-other .partners .group h3 {
    font-size: 28px;
    line-height: 36px; 
	font-weight:bold;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    color: #fff;
}

.hs-inner-partners-other .partners .group p{ 
   font-size:16px; 
   line-height:32px;
   -webkit-transition: all 0.2s;
   transition: all 0.2s;
   color:#fff; 
   padding:20px 10% 20px 10%;
    display: -webkit-box;
    overflow: hidden;
    height: 333px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:10;
}

.hs-inner-partners-other .partners .group:hover .text{ display:block;}
.hs-inner-partners-other .partners .group:hover .text .line{ width:50px; height:3px; background:#bb0c1a; margin:0 auto;}

.hs-inner-partners-other .partners .group:hover .partners-img .ibox img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
	opacity: 0.2;
}

.hs-inner-partners-other .partners .group:hover{ 
  background:#000;
}

.hs-inner-partners-other .partners .group:hover{ 
  background:#000;
}

.hs-inner-contact .contact,
.hs-inner-contact .bumen {
    width: 50%;
    padding: 50px;
}

@media (max-width: 1570px) {
   .hs-inner-partners-other .partners .group p{ 
  
    height: 284px;
    -webkit-line-clamp:8;
}
}

@media (max-width: 1350px) {
   .hs-inner-partners-other .partners .group p{ 
    height: 215px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:6;
}
}



@media (max-width: 1199px) {
    .hs-inner-contact .contact,
    .hs-inner-contact .bumen {
        padding: 30px;
    }
	
	.hs-inner-partners-other .partners .group p{ 
    height: 187px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:5;
}
}

@media (max-width: 767px) {
    .hs-inner-contact .contact,
    .hs-inner-contact .bumen {
        width: 100%;
    }
	
	.hs-inner-partners-other .partners .group p{ 
    height: 248px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:7;
}
}

.hs-inner-contact .title-inner h2 {
    font-size: 30px;
    color: #fff;
}

@media (max-width: 1470px) {
    .hs-inner-contact .title-inner h2 {
        font-size: 24px;
    }
}

@media (max-width: 991px) {
    .hs-inner-contact .title-inner h2 {
        font-size: 20px;
    }
}

.hs-inner-contact .title-inner h2 .flaticon {
    font-size: 40px;
    line-height: 30px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.hs-inner-contact .contact {
    color: #fff;
    background-color: #bb0c1a;
}

.hs-inner-contact .contact .listbox {
    margin-top: 30px;
}

@media (max-width: 991px) {
    .hs-inner-contact .contact .listbox {
        margin-top: 14px;
    }
}

.hs-inner-contact .contact .listbox ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 14px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1199px) {
    .hs-inner-contact .contact .listbox ul li {
        padding: 10px 0;
    }
}

.hs-inner-contact .contact .listbox ul li .flaticon {
    font-size: 30px;
    line-height: 1;
    width: 50px;
}

.hs-inner-contact .contact .listbox ul li p {
    font-size: 16px;
    line-height: 30px;
    width: -webkit-calc(100% - 50px);
    width: calc(100% - 50px);
    margin: 0;
}

@media (max-width: 991px) {
    .hs-inner-contact .contact .listbox ul li p {
        font-size: 14px;
        line-height: 24px;
    }
}

.hs-inner-contact .contact .listbox ul li p a:hover {
    text-decoration: underline;
}

.hs-inner-contact .bumen {
    background: url(../images/contact_logo_bg.png) no-repeat 85% center #f4f4f4;
}

@media (max-width: 767px) {
    .hs-inner-contact .bumen {
        background-size: 50% auto;
    }
}

.hs-inner-contact .bumen .title-inner h2 {
    color: #bb0c1a;
}

.hs-inner-contact .bumen .listbox {
    margin-top: 30px;
}

@media (max-width: 991px) {
    .hs-inner-contact .bumen .listbox {
        margin-top: 14px;
    }
}

.hs-inner-contact .bumen .listbox ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 14px 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1199px) {
    .hs-inner-contact .bumen .listbox ul li {
        padding: 10px 0;
    }
}

.hs-inner-contact .bumen .listbox ul li p {
    font-size: 16px;
    line-height: 30px;
    margin: 0;
}

@media (max-width: 991px) {
    .hs-inner-contact .bumen .listbox ul li p {
        font-size: 14px;
        line-height: 24px;
    }
}

.hs-inner-contact .bumen .listbox ul li p a:hover {
    text-decoration: underline;
}

.hs-inner-map .map {
    font-size: 14px;
    position: relative;
    clear: both;
}

.hs-inner-map .map #map {
    width: 100%;
    height: 520px;
}

@media (max-width: 1199px) {
    .hs-inner-map .map #map {
        height: 500px;
    }
}

@media (max-width: 767px) {
    .hs-inner-map .map #map {
        height: 350px;
    }
}

.hs-inner-news {
    padding-top: 0;
}

@media (min-width: 1560px) {
    .hs-inner-news .news ul {
        margin: 0 -70px;
    }
    .hs-inner-news .news ul li {
        padding: 0 70px;
    }
}

.hs-inner-news .news .group {
    display: block;
    margin-top: 50px;
}

@media (max-width: 1199px) {
    .hs-inner-news .news .group {
        margin-top: 30px;
    }
}

.hs-inner-news .news .group .date {
    font-family: "D-DIN Condensed";
    font-size: 30px;
    line-height: 1.5;
    display: block;
    margin-top: 10px;
    color: #bb0c1a;
}

@media (max-width: 1470px) {
    .hs-inner-news .news .group .date {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .hs-inner-news .news .group .date {
        font-size: 20px;
    }
}

.hs-inner-news .news .group h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    display: -webkit-box;
    overflow: hidden;
    height: 60px;
    margin: 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

@media (max-width: 1470px) {
    .hs-inner-news .news .group h3 {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .hs-inner-news .news .group h3 {
        font-size: 16px;
    }
}

.hs-inner-news .news .group p {
    font-size: 14px;
    line-height: 24px;
    display: -webkit-box;
    overflow: hidden;
    height: 48px;
    margin: 10px 0 0 0;
    color: #777;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.hs-inner-news .news .group .more {
    font-size: 16px;
    line-height: 30px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    padding-bottom: 14px;
    color: #999;
    border-bottom: 1px solid rgba(216, 216, 216, 0.5);
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1470px) {
    .hs-inner-news .news .group .more {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .hs-inner-news .news .group .more {
        margin-top: 10px;
        padding-bottom: 10px;
    }
}

.hs-inner-news .news .group .more .flaticon {
    font-size: 24px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    color: #ddd;
}

.hs-inner-news .news .group:hover .ibox img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.hs-inner-news .news .group:hover h3 {
    text-decoration: underline;
}

.hs-inner-news .news .group:hover .more {
    color: #bb0c1a;
}

.hs-inner-news .news .group:hover .more .flaticon {
    color: #bb0c1a;
}

@media (min-width: 1560px) {
    .hs-inner-news .news-other ul {
        margin: 0 -70px;
    }
    .hs-inner-news .news-other ul li {
        padding: 0 70px;
    }
}

.hs-inner-news .news-other .group {
    display: block;
    margin-top: 50px;
}

@media (max-width: 1199px) {
    .hs-inner-news .news-other .group {
        margin-top: 30px;
    }
}

.hs-inner-news .news-other .group .news-img{ float:right; width:20%;}

.hs-inner-news .news-other .group .ibox {
    padding-bottom: 61.2021%;
}

.hs-inner-news .news-other .group .ibox img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.hs-inner-news .news-other .group .news-text{ 
   width:65%;
   display: inline-block; 
   border-left:1px  solid #ededed; 
   padding-left:5%;
 }

.hs-inner-news .news-other .group h3 {
    font-size: 30px;
    font-weight: bold;
    line-height: 36px;
    display: -webkit-box;
    overflow: hidden;
	color:#4c4c4c;
    height: 36px;
    margin: 30px 0 0 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

@media (max-width: 1199px) {
    .hs-inner-news .news-other .group h3 {
        margin-top: 20px;
    }
	.hs-inner-news .news-other .group .news-img{ 
	width:100%;
	}
	.hs-inner-news .news-other .group .news-text{ 
	width:100%;
	}
}

@media (max-width: 767px) {
    .hs-inner-news .news-other .group h3 {
        font-size: 16px;
        margin-top: 14px;
    }
}

.hs-inner-news .news-other .group p {
    font-size: 16px;
    line-height: 24px;
    display: -webkit-box;
    overflow: hidden;
    height: 48px;
    margin: 10px 0 0 0;
    color: #777;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.hs-inner-news .news-other .group .date-more {
    width:10%; float:left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.hs-inner-news .news-other .group .date {
    font-family: "D-DIN Condensed";
    line-height: 1;
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    color: #c5c5c5;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
}

.hs-inner-news .news-other .group .date b {
    font-size: 92px;
    font-weight: normal;
    display: block;
}

@media (max-width: 1470px) {
    .hs-inner-news .news-other .group .date b {
        font-size: 88px;
    }
}

@media (max-width: 991px) {
    .hs-inner-news .news-other .group .date-more{ display:none; width:83px; height:80px; padding:15px; margin-top:0; background:#bb0c1a;}
    .hs-inner-news .news-other .group .date b {
        font-size: 30px; 
		color:#fff;
    }
}

.hs-inner-news .news-other .group .date span {
    font-size: 25px;
    display: block;
}

@media (max-width: 991px) {
    .hs-inner-news .news-other .group .date span {
        font-size: 16px; 
		color:#fff;
    }
}

.hs-inner-news .news-other .group .more {
    font-size: 16px;
    line-height: 30px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 142px;
    margin-top: 20px; padding:5px 20px;
    color: #999; border-radius:28px;
    border: 1px solid #999;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1470px) {
    .hs-inner-news .news-other .group .more {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .hs-inner-news .news-other .group .more {
        margin-top: 10px;
        padding-bottom: 10px; 
		line-height:24px;
    }
}

.hs-inner-news .news-other .group .more .flaticon {
    font-size: 24px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    color: #ddd;
}

.hs-inner-news .news-other .group:hover .ibox img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.hs-inner-news .news-other .group:hover h3,
.hs-inner-news .news-other .group:hover p,
.hs-inner-news .news-other .group:hover .date b,
.hs-inner-news .news-other .group:hover .date span{
   color:#bb0c1a;
}

.hs-inner-news .news-other .group:hover .news-text{ 
   border-left: 1px solid #bb0c1a;
}
.hs-inner-news .news-other .group:hover .more {
    color: #fff; 
	border:1px solid #bb0c1a; 
	background:#bb0c1a;
}

.hs-inner-news .news-other .group:hover .more .flaticon {
    color: #bb0c1a;
}

.hs-inner-news-show .news-show {
    max-width: 1330px;
    margin: 0 auto;
}

.hs-inner-news-show .title-inner {
    text-align: center;
}

.hs-inner-news-show .title-inner h2 {
    font-size: 30px;
}

@media (max-width: 1199px) {
    .hs-inner-news-show .title-inner h2 {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .hs-inner-news-show .title-inner h2 {
        font-size: 20px;
    }
}

.hs-inner-news-show .date-share {
    margin-top: 50px;
    padding: 20px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 991px) {
    .hs-inner-news-show .date-share {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .hs-inner-news-show .date-share {
        padding: 10px 0;
    }
}

.hs-inner-news-show .date-share p {
    font-size: 24px;
    line-height: 30px;
    margin: 0;
    color: #666;
}

.hs-inner-news-show .editor-top {
    position: relative;
    margin-top: 80px;
    padding: 80px;
    background-color: #f8f8f8;
}

@media (max-width: 1560px) {
    .hs-inner-news-show .editor-top {
        margin-top: 50px;
        padding: 50px;
    }
}

@media (max-width: 991px) {
    .hs-inner-news-show .editor-top {
        padding: 30px;
    }
}

@media (max-width: 767px) {
    .hs-inner-news-show .editor-top {
        padding: 20px;
    }
	.hs-inner-news-show .date-share p {
    font-size: 14px;
     }
}

.hs-inner-news-show .editor-top:before {
    position: absolute;
    z-index: 3;
    top: -20px;
    display: block;
    width: 54px;
    height: 40px;
    content: "";
    background: url(../images/quote.png) no-repeat center;
    background-size: cover;
}

@media (max-width: 991px) {
    .hs-inner-news-show .editor-top:before {
        top: -15px;
        width: 40px;
        height: 30px;
    }
}

.hs-inner-news-show .editor-top p {
    line-height: 2.85714286;
    margin: 0;
    color: #777;
}

@media (max-width: 991px) {
    .hs-inner-news-show .editor-top p {
        line-height: 2.14285714;
    }
}

.hs-inner-news-show .editor-text {
    margin-top: 40px;
}

@media (max-width: 991px) {
    .hs-inner-news-show .editor-text {
        margin-top: 30px;
    }
}

.hs-inner-news-show .editor-text p {
    font-size: 22px;
    line-height: 2.5;
    margin: 0;
    color: #333;
}

@media (max-width: 1440px) {
    .hs-inner-news-show .editor-text p {
        font-size: 18px;
        line-height: 2;
    }
}


@media (max-width: 991px) {
    .hs-inner-news-show .editor-text p {
        font-size: 14px;
        line-height: 1.85714286;
    }
}

.hs-inner-news-show .editor-text img {
    max-width: 100%;
    height: auto !important;
}

.hs-inner-news-show .button-news {
    margin-top: 50px;
}

@media (max-width: 767px) {
    .hs-inner-news-show .button-news {
        margin-top: 30px;
    }
}

.hs-inner-news-show .button-news a {
    line-height: 55px;
    display: inline-block;
    width: 55px;
    height: 55px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    text-align: center;
    vertical-align: middle;
    background: #f2f2f2;
}

.hs-inner-news-show .button-news a .flaticon {
    font-size: 20px;
    opacity: 0.5;
}

@media (max-width: 991px) {
    .hs-inner-news-show .button-news a {
        line-height: 40px;
        width: 40px;
        height: 40px;
    }
}

.hs-inner-news-show .button-news a.prev {
    margin-right: 30px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media (max-width: 767px) {
    .hs-inner-news-show .button-news a.prev {
        margin-right: 20px;
    }
}

.hs-inner-news-show .button-news a:hover {
    color: #fff;
    background-color: #bb0c1a;
}

.hs-inner-news-show .related-news {
    margin-top: 80px;
}

.hs-inner-news-show .related-news .title-related-news {
    padding: 20px 0;
    text-align: center;
    border-top: 1px solid rgba(0, 0, 0, 0.1);

}

@media (max-width: 767px) {
    .hs-inner-news-show .related-news .title-related-news {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.hs-inner-news-show .related-news .title-related-news h2 {
    font-size: 42px;
    font-weight: 500;
    line-height: 40px;
    position: relative;
    display: inline-block;
    margin: 0;
}

.hs-inner-news-show .related-news .title-related-news h2:after {
    position: absolute;
    z-index: 2;
    bottom: -20px;
    left: 0;
    display: block;
    width: 100%;
    height: 4px;
    content: "";
    background-color: #bb0c1a;
}

@media (max-width: 767px) {
    .hs-inner-news-show .related-news .title-related-news h2:after {
        bottom: -10px;
    }
}

.hs-inner-news-show .related-news .news-list {
    position: relative;
}

@media (max-width: 767px) {
    .hs-inner-news-show .related-news .news-list {
        padding: 0 10px;
    }
}

.hs-inner-news-show .related-news .news-group {
    display: block;
    margin:50px 0;
	border:1px solid #e5e5e5; 
	padding:40px;
}

@media (max-width: 1199px) {
    .hs-inner-news-show .related-news .news-group {
        margin:30px 0;
		padding:20px;
    }
	
}

.hs-inner-news-show .related-news .news-group .date {
    font-family: "D-DIN Condensed";
    font-size: 18px;
    line-height: 1.5;
    display: block;
    color: #bb0c1a;
}

@media (max-width: 767px) {
    .hs-inner-news-show .related-news .news-group .date {
        font-size: 16px;
    }
}

.hs-inner-news-show .related-news .news-group h3 {
    font-size: 25px;
    font-weight: bold;
    line-height: 36px;
    display: -webkit-box; 
	color:#4c4c4c;
    overflow: hidden;
    height: 72px;
    margin: 10px 0 0 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

@media (max-width: 1470px) {
    .hs-inner-news-show .related-news .news-group h3 {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .hs-inner-news-show .related-news .news-group h3 {
        font-size: 16px;
    }
}

.hs-inner-news-show .related-news .news-group p {
    font-size: 16px;
    line-height: 29px;
    display: -webkit-box;
    overflow: hidden;
    height: 87px;
    margin: 10px 0 0 0;
    color: #4c4c4c;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.hs-inner-news-show .related-news .news-group .more {
    font-size: 16px;
    line-height: 30px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    padding-bottom: 14px;
    color: #999;
    border-bottom: 1px solid rgba(216, 216, 216, 0.5);
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1470px) {
    .hs-inner-news-show .related-news .news-group .more {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .hs-inner-news-show .related-news .news-group .more {
        margin-top: 10px;
        padding-bottom: 10px;
    }
}

.hs-inner-news-show .related-news .news-group .more .flaticon {
    font-size: 24px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    color: #ddd;
}

.hs-inner-news-show .related-news .news-group .ibox{ padding-bottom: 61.2021%;}
.hs-inner-news-show .related-news .news-group .ibox img{
    -webkit-transition: all 1s; 
    transition: all 1s;
}

.hs-inner-news-show .related-news .news-group:hover .ibox img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.hs-inner-news-show .related-news .news-group:hover { box-shadow: 0 2px 13px 0 rgba(0, 0, 0, .4); border:1px solid #fff;}

.hs-inner-news-show .related-news .news-group:hover h3 { 
    text-decoration: underline;
}

.hs-inner-news-show .related-news .news-group:hover .more {
    color: #bb0c1a;
}

.hs-inner-news-show .related-news .news-group:hover .more .flaticon {
    color: #bb0c1a;
}

.hs-inner-dec{ position:relative; text-align:center; margin-top:-190px;}
.hs-inner-dec .hs-dec-video img{ max-width:100%;  border-radius:40px;}
.hs-inner-dec .hs-dec-video .dec-play{ 
   position:absolute;
   z-index:2; 
   top:45%; 
   left:50%; 
   width:90px;
   }
 
@media (max-width: 1199px) {
   .hs-inner-dec{ margin-top:10px;}
   .hs-inner-dec .hs-dec-video img{ border-radius:10spx;}
   .hs-inner-dec .hs-dec-video .dec-play{
     top:38%; 
     left:45%; 
     width:60px;
	}
}
   
.hs-inner-dec .hs-dec-video .dec-play img{ 
   max-width:100%;   
   -webkit-transition: all 1s; 
   transition: all 1s;
}
.hs-inner-dec .hs-dec-video .dec-play a:hover img{
  -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.hs-inner-decmimi{ padding-left:5%; padding-right:5%;}

.hs-inner-decmimi .title-inner h2{
    font-size: 42px;
    margin: 0 auto;
    padding: 0 5px;
    color: #bb0c1a;
    font-weight: bold;
}

.hs-inner-decmimi .title-inner p{
    font-size: 20px;
    padding: 40px 0;
    line-height: 2; margin:0;
    max-width: 800px;
    color: #4c4c4c;
}
 

.hs-inner-decmimi .dec-pic-w{ max-width:100%;}
.hs-inner-decmimi .dec-pic-w img{ width:100%;}
.hs-inner-decmimi .dec-pic-w p{
    font-size: 20px;
    padding: 40px 0;
    line-height: 2; 
    color: #4c4c4c;
}

.hs-inner-decmimi .dec-pic-w span{ 
  float:left; 
  width:32.4%; 
  margin:0 0.3%; 
}

.hs-inner-decmimi .dec-pic-w span img{ 
   max-width:100%; 
}

.hs-inner-xianchang{
    background: url(../images/dec-xcbg.jpg) no-repeat center;
    background-size: cover;
    padding:80px 5% 230px 5%; 
	margin-top:80px;
}

.hs-inner-xianchang h2{
    color: #fff;
    font-size: 42px;
    padding: 0 5px;
    font-weight: bold;
}

.hs-inner-xianchang p{
    font-size: 20px;
    padding: 20px 5px;
    line-height: 2; margin:0;
    color: #fff;
}

@media (max-width: 991px) {
 .hs-inner-decmimi .title-inner h2,.hs-inner-xianchang h2{ font-size:32px;}
 .hs-inner-decmimi{ padding:0;}
 .hs-inner-decmimi .title-inner p,.hs-inner-decmimi .dec-pic-w p,.hs-inner-xianchang p{ font-size:18px; padding:30px 0;}
 .hs-inner-decmimi .dec-pic-w span{ width:100%; margin:10px 0;}
 .hs-inner-xianchang{ padding:40px  0 100px 0;}
}


.hs-inner-dgr{
    background: url(../images/duihuambg.jpg) no-repeat center;
    background-size: cover;
    padding-left:5%; padding-right:5%;
	margin-top:80px;
}


.hs-inner-dgr .title-inner{   
  
 }

.hs-inner-dgr .title-inner h2{
    color: #fff;
    font-size: 42px; 
    display: table; 	
    text-align:center; 
    margin: 0 auto;
	padding: 0 5px;
    font-weight:bold;
    background: url(../images/ab-hotitlebg.png) bottom center repeat-x;
}


@media (min-width: 1200px) {
    .hs-inner-dgr {
        background-attachment: fixed;
    }
}


.hs-inner-dgr .title-inner p{
    font-size: 20px;
    padding: 20px 5px;
	max-width:100%;
    line-height: 2;
    color: #fff;
}

.hs-inner-dgr  .dec-pic-w span{ 
    float: left;
    width: 32.4%;
    margin: 40px 0.3%;
}

.hs-inner-dgr  .dec-pic-w span img{ 
  max-width:100%;
}

@media (max-width: 991px) {
 .hs-inner-dgr{ margin-top:0; padding-left:0; padding-right:0;}
 .hs-inner-dgr .title-inner h2{ font-size:32px;}
 .hs-inner-dgr  .dec-pic-w span{ width:100%; margin:10px 0;}
 .hs-inner-dgr .title-inner p{ font-size:16px;}
}


.hs-inner-contact .xinxibox{ 
   max-width:880px; 
   width:100%; 
   margin:0 auto; 
   margin-top:80px; 
}

@media (max-width: 991px) {
  .hs-inner-contact .xinxibox{ 
    margin-top:40px; 
  }
}



.section-footer {
    overflow: hidden;
    height: 53vh;
	background:#000;
}

.hs-home-footer {
    position: relative;
    z-index: 4;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    padding-top: 110px;
    color: rgba(236, 240, 244, 0.85);
    background:#000;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1350px) {
   .section-footer {
    overflow: hidden;
    height: 58vh;
	background:#000;
}
}



@media (max-width: 1199px) {
    .hs-home-footer {
        padding-top: 30px;
    }
}

@media (max-width: 991px) {
    .hs-home-footer {
        padding-bottom: 55px;
    }
	 .section-footer {
    overflow: hidden;
    height: 100vh;
	background:#000;
}
}

.hs-home-footer .hs-footer {
    width: 100%;
}

.hs-home-footer .hs-footer .container{ padding:0 5%;}

.hs-home-footer .foot-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
    border-bottom: 1px solid rgba(236, 240, 244, 0.2);
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 767px) {
    .hs-home-footer .foot-top {
        padding: 14px 0;
    }
}

.hs-home-footer .foot-top .foot-logo{ 
   width:424px; 
   float:left;
 }

.hs-home-footer .foot-top .foot-cont{ 
   border-left:1px solid #fff; 
   padding-left:40px;
   width:50%; 
   float:left;
}



@media (max-width: 1350px) {
.hs-home-footer .foot-top .foot-cont{ 
   padding-left:30px;
   width:43%; 
}

}

@media (max-width: 991px) {
.hs-home-footer .foot-top .foot-cont{ 
   padding-left:0px;
   padding-top:15px;
   width:100%; 
   border-left:none;
}

}


.hs-home-footer .foot-top .foot-cont h3{ width:100%; font-size:16px; color:#fff; margin:0; line-height:2; text-align:left;}
.hs-home-footer .foot-top .foot-cont h3 a{ float:left; width:50%;}
.hs-home-footer .foot-top .foot-cont .flist{ width:100%; float:left; margin-top:20px;}
.hs-home-footer .foot-top .foot-cont .flist li{ width:50%; float:left; background:url(../images/foot-ico.png) 0 13px no-repeat; padding-left:18px; font-size:16px; color:#fff; line-height:2;}

.hs-home-footer .foot-top .foot-logo img {
    height: 54px;
}

.hs-home-footer .foot-top .foot-logo span{ 
   margin-top:12px; 
   float:left; 
   width:100%; 
   font-size:18px; 
   color:#fff; 
   letter-spacing:18px; 
   border:1px solid #fff; 
   padding:8px 1px 8px 20px;
 }

@media (max-width: 991px) {
.hs-home-footer .foot-top .foot-cont .flist li{ 
   width:100%; 
}

}

@media (max-width: 767px) {
    .hs-home-footer .foot-top .foot-logo img {
       height: 45px;
    }
	
	.hs-home-footer .foot-top .foot-logo span{ 
	   letter-spacing:13px; width:90%;
	}
}

.hs-home-footer .foot-top .foot-ewm{ width:110px; text-align:center;}
.hs-home-footer .foot-top .foot-ewm p{ font-size:12px; color:#fff; padding:5px 0;}
.hs-home-footer .foot-top .foot-ewm img{ max-width:100%;}

.hs-home-footer .foot-top .tel p {
    font-size: 30px;
    font-weight: bold;
    margin: 0;
    color: #bb0c1a;
}

@media (max-width: 1199px) {
    .hs-home-footer .foot-top .tel p {
        font-size: 24px;
    }
}

@media (max-width: 991px) {
    .hs-home-footer .foot-top .tel p {
        font-size: 20px;
    }
	.hs-home-footer .foot-top .foot-ewm p{ font-size:14px; margin-top:15px;}
	.hs-home-footer .foot-top .foot-ewm{ width:50%; text-align:left;}
}

.hs-home-footer .foot {
    padding: 15px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 991px) {
    .hs-home-footer .foot {
        padding-top: 10px;
		display:none;
    }
}

.hs-home-footer .foot>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.hs-home-footer .foot>ul>li {
    margin: 5px 0; width:100%;
}

@media (max-width: 767px) {
    .hs-home-footer .foot>ul>li {
        width: 100%;
    }
}

.hs-home-footer .foot .title-foot h3 { float:left; width:100px;
    font-size: 18px;
    line-height: 30px;
    margin: 0;
    color: #fff;
}

@media (max-width: 991px) {
    .hs-home-footer .foot .title-foot h3 {
        font-size: 16px;
    }
}



.hs-home-footer .foot .group-nav .info {
   float:left;
	width: -webkit-calc(100% - 110px);
    width: calc(100% - 110px);
}

.hs-home-footer .foot .group-nav .info li{ 
   width:20%; 
   float:left; 
   text-align:right;
 }

@media (max-width: 767px) {
    .hs-home-footer .foot .group-nav .info ul li {
        display: inline-block;
        margin-right: 20px;
        vertical-align: top;
		width:42%;
		height: 28px;
        overflow: hidden;
    }
}

.hs-home-footer .foot .group-nav .info a {
    font-size: 16px;
    line-height: 30px;
    display: block;
	color:#fff;
}

@media (max-width: 1560px) {
    .hs-home-footer .foot .group-nav .info a {
        font-size: 14px;
    }
}

@media (max-width: 991px) {
    .hs-home-footer .foot .group-nav .info a {
        font-size: 12px;
    }
}



.hs-home-footer .foot .group-nav .info a:hover {
    color: #ba0b1a;
}

@media (min-width: 768px) {
    .hs-home-footer .foot .group-about-nav .info ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 180px;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .hs-home-footer .foot .group-about-nav .info ul li {
        width: 50%;
    }
}

.hs-home-footer .foot .group-erweima .title-foot {
    text-align: center;
}

@media (max-width: 767px) {
    .hs-home-footer .foot .group-erweima .title-foot {
        text-align: left;
    }
}

.hs-home-footer .foot .group-erweima .title-foot:after {
    display: none;
}

.hs-home-footer .foot .group-erweima .erweima {
    margin-top: 20px;
}

.hs-home-footer .foot .group-erweima .erweima img {
    width: 140px;
}

.hs-home-footer .copyright {
    font-size: 15px; 
	color:#fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 30px 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 991px) {
    .hs-home-footer .copyright {
        padding: 10px 0;
    }
}

@media (max-width: 767px) {
    .hs-home-footer .copyright {
       font-size: 14px;
	   -webkit-box-pack: justify;
       -webkit-justify-content: normal;
       -ms-flex-pack: justify;
       justify-content: normal;
    }
}


.hs-home-footer .copyright p {
    margin: 0;
}


.hs-home-footer .copyright a:hover {
    color: #bb0c1a;
}

.hs-home-footer.hs-inner-footer {
    padding-top: 50px;
}

@media (max-width: 1199px) {
    .hs-home-footer.hs-inner-footer {
        padding-top: 14px;
    }
}

.hc-mobile-nav.nav-levels-overlap ul ul .iconimg {
    display: none;
}

.hc-mobile-nav.nav-levels-overlap ul ul b {
    font-weight: normal;
}

.fluid_pseudo_poster,
.fluid_controls_container {
    display: none;
}

.zoom:after {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 33px;
    height: 33px;
    content: "";
    background: url(../images/icon.png);
}

.zoom img {
    display: block;
}

.zoom img::-moz-selection {
    background-color: transparent;
}

.zoom img::selection {
    background-color: transparent;
}

.hidetxt {
    font-size: 0;
}

.hidetxt h1 {
    font-size: 0;
    margin: 0;
}

.flaticon:before {
    line-height: inherit !important;
    display: block;
}



.section-bigpic {
    position: relative;
}

.section-bigpic .section-bg {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 1.5s;
    transition: all 1.5s;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}



.section-bigpic .hs-home-bigpic {
    position: relative;
    z-index: 4;
	text-align:center;
}


.section-bigpic .hs-home-bigpic .home-title-ad {
    position:absolute; 
    top:20%;
	text-align:center;
	width:100%;
}

.section-bigpic .hs-home-bigpic .home-title-ad2{ 
    text-align:left;
	left:10%;
} 


@media (max-width: 1350px) {
   .section-bigpic .hs-home-bigpic .home-title-ad2{ 
	left:0;
} 
}


@media (max-width: 991px) {
   .section-bigpic .hs-home-bigpic{ 
    height:55vh;
} 
.section-bigpic .hs-home-bigpic .home-title-ad{ top:10%; width:94%;}
}



.section-bigpic .hs-home-bigpic .home-title-ad h2{
    line-height: 1.5; 
    margin: 0;	
}


.section-bigpic .hs-home-bigpic .home-title-ad3{ 
    text-align:left;
} 

.section-bigpic .hs-home-bigpic .home-title-ad3 em{ 
    background:none;
}

.section-bigpic .hs-home-bigpic .home-title-ad3 img{ 
   padding-top:18px;
}

@media (max-width: 991px) {
   .section-bigpic .hs-home-bigpic .home-title-ad3{ width:100%;}
   .section-bigpic .hs-home-bigpic .home-title-ad3 h2{ font-size:18px;}
   .section-bigpic .hs-home-bigpic .home-title-ad3 h2 em{ font-size:22px;}
   .section-bigpic .hs-home-bigpic .home-title-ad3 img{ max-width:40px; padding-top:0;}
}


.section-bigpic .hs-home-bigpic .home-title-ad4{ 
    position:absolute; 
    top:auto;
	text-align:center;
	width:100%;
} 

.section-bigpic .hs-home-bigpic .home-title-ad4 em{ background:none;}

.section-bigpic .hs-home-bigpic .home-title-ad4 p{
    font-size: 28px;
    line-height: 42px;
    font-weight: lighter;
    letter-spacing: 7px;
    max-width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    color: #fff;
    border:none;
}

.section-bigpic .hs-home-bigpic .home-title-ad4 .container:after{ width:50%; margin:0 auto;  margin-top:50px; height:1px; background:#84888b;}

.section-bigpic .hs-home-bigpic .home-title-ad4 .bottom-line{ width:10%; margin:0 auto; height:3px; margin-top:-1px; background:#bb0c1a;}

.section-bigpic .hs-home-bigpic .home-title-ad4 .home-more-ad{ bottom:-90px; }


.section-bigpic .hs-home-bigpic .home-title-ad5{ 
     text-align:left;	 
} 

@media (max-width: 767px) {
   .section-bigpic .hs-home-bigpic .home-title-ad4 p{ 
     font-size:18px; 
	 letter-spacing: 2px; 
	 line-height: 1.8;
   } 
   .section-bigpic .hs-home-bigpic .home-title-ad4 .container:after{ margin-top:20px;}
   .section-bigpic .hs-home-bigpic .home-title-ad4 .home-more-ad{ bottom:-45px; }
   .section-bigpic .hs-home-bigpic .home-title-ad4{ width:auto;}
}


.section-bigpic .hs-home-bigpic .home-title-ad5 p{ 
     text-align:left; 
	 line-height:2; 
	 font-size:16px; 
	 border:none;
	 max-width:100%; 
	 letter-spacing:1px;
	 
} 


.section-bigpic .hs-home-bigpic .home-title-ad5 .bottomline{ 
   border-bottom:3px solid #fff; 
   margin-top:30px;
} 

.section-bigpic .hs-home-bigpic .home-title-ad5 .bottomline em{ 
   height:3px; 
   background-color:#bb0c1a; 
   display:block;
   width:60%; 
   margin-bottom:-3px;
}


.section-bigpic .hs-home-bigpic .home-title-ad6{ 
   top:36%; 
   width:60%;
}

.section-bigpic .hs-home-bigpic .home-title-ad6 h2{ 
   text-align:left;
 }

.section-bigpic .hs-home-bigpic .home-title-ad6 p{ 
     text-align:left; 
	 line-height:2; 
	 font-size:28px; 
	 border:none;
	 max-width:100%; 
	 letter-spacing:1px;
	 
} 

.section-bigpic .hs-home-bigpic .home-title-ad6 p em{ 
    font-weight:bold; 
	font-style:normal; 
	background:#bb0c1a; 
	border-radius:22px; 
	letter-spacing:3px; 
	margin-right:8px;
	padding:4px 14px;
}



.section-bigpic .hs-home-bigpic .home-title-ad7{ 
   top:44%; 
   width:60%;
   right:0;
}

.section-bigpic .hs-home-bigpic .home-title-ad7 img{ max-width:100%; margin-bottom:12px;}

.section-bigpic .hs-home-bigpic .home-title-ad7 em{ 
   background:none;
}


.section-bigpic .hs-home-bigpic .home-title-ad8{ 
   top:36%; 
   width:50%; text-align:center;
}

.section-bigpic .hs-home-bigpic .home-title-ad8 h2{ 
   font-weight:bold; 
   letter-spacing:8px;
   font-size:60px;
 }
 
.section-bigpic .hs-home-bigpic .home-title-ad8 h3{ 
   font-size:49px; 
   color:#fff; 
   letter-spacing:10px;
   margin-top:6px;
   }
   
.section-bigpic .hs-home-bigpic .home-title-ad8 p{ 
	 line-height:2; 
	 font-size:16px; 
	 border:none;
	 max-width:100%; 
	 letter-spacing:12px; 
	 margin-top:26px; 
} 



@media (max-width: 1560px) {
    .section-bigpic .hs-home-bigpic .home-title-ad8 h2 {
        font-size: 48px;
    }
	.section-bigpic .hs-home-bigpic .home-title-ad8 h3{
	font-size:40px;
	}
}

@media (max-width: 1350px) {
    .section-bigpic .hs-home-bigpic .home-title-ad8 h2{
        font-size: 42px; 
		letter-spacing:0;
    }
	
	 .section-bigpic .hs-home-bigpic .home-title-ad8 p{ 
	 letter-spacing:8px; 
	 margin-top: 20px;
} 
}



@media (max-width: 1199px) {
    .section-bigpic .hs-home-bigpic .home-title-ad8 h2 {
        font-size: 36px;
    }
}

@media (max-width: 767px) {
    .section-bigpic .hs-home-bigpic .home-title-ad8{top: 26%; width:54%;}
    .section-bigpic .hs-home-bigpic .home-title-ad8 h2 {
        font-size: 26px;
    }
	.section-bigpic .hs-home-bigpic .home-title-ad8 p{ letter-spacing:2px; line-height:1.8; margin-top:2px;}
	
	.section-bigpic .hs-home-bigpic .home-title-ad8 h3{ font-size:20px; line-height:1.8; margin-top:0;}
	
	.section-bigpic .hs-home-bigpic .home-title-ad6{ top:18%;}
	.section-bigpic .hs-home-bigpic .home-title-ad6 h2{ font-size:20px;}
	.section-bigpic .hs-home-bigpic .home-title-ad6 p{ font-size:16px; line-height:1.65;}
	
	.section-bigpic .hs-home-bigpic .home-title-ad7 h2{ font-size:20px;}
	.section-bigpic .hs-home-bigpic .home-title-ad7 h2 em{ font-size:26px;}
	.section-bigpic .hs-home-bigpic .home-title-ad7 img{ max-width:90%;}
	
	
}



.active .hs-home-bigpic .home-title-ad {
    -webkit-animation: fadeInDown 1.5s 0s ease both;
    animation: fadeInDown 1.5s 0s ease both;
}

.section-bigpic .hs-home-bigpic .home-more-ad {
    position:absolute; 
	bottom:9%; 
	z-index:3;
	text-align:center;
	width:100%;
}

.section-bigpic .hs-home-bigpic .home-more-ad a{ 
   font-size:22px; 
   color:#fff; 
   letter-spacing:4px;
   display: inline-flex;
 }
 
 
 @media (max-width: 767px) {
    .section-bigpic .hs-home-bigpic .home-more-ad a{ 
     font-size:16px; 
     }
}


.home-more-zizhi {
   text-align:center; z-index:55; position:relative; top:8%; margin:0 auto;
}

.home-more-zizhi a {
    font-size: 22px;
    color: #fff;
    letter-spacing: 4px;
    display: inline-flex;
    background: #bb0c1a;
    border-radius: 36px;
    padding: 10px 25px;
}
 
.section-bigpic .hs-home-bigpic .home-more-ad2 {
   margin-top:68px;
}

.section-bigpic .hs-home-bigpic .home-title-ad3 .home-more-ad2 {
   margin-top:-88px; text-align:end;
}


.section-bigpic .hs-home-bigpic .home-more-ad2 a{ 
   font-size:22px; 
   color:#fff; 
   letter-spacing:4px;
   display: inline-flex;
   background:#bb0c1a; 
   border-radius:36px; 
   padding:10px 25px;
 }
 
 
 @media (max-width: 767px) {
    .section-bigpic .hs-home-bigpic .home-title-ad3 .home-more-ad2{ margin-top:0;}
    .section-bigpic .hs-home-bigpic .home-more-ad2 a{ 
     font-size:16px; letter-spacing: 2; padding:4px;
     }
	 .home-more-zizhi a{ font-size:18px;}
}
 
.section-bigpic .hs-home-bigpic .home-more-ad4{  margin-top:58px; text-align:left; } 

.section-bigpic .hs-home-bigpic .home-more-ad4 a{ 
   font-size:22px; 
   color:#fff; 
   letter-spacing:4px;
   display: inline-flex;
 }
 
 
@media (max-width: 1350px) {
.section-bigpic .hs-home-bigpic .home-more-ad4{  margin-top:28px; } 
 .section-bigpic .hs-home-bigpic .home-more-ad4 a{ font-size:18px;}
 
}


 .section-bigpic .hs-home-bigpic .home-more-ad5{  margin-top:42px; text-align:center; } 
 
 .section-bigpic .hs-home-bigpic .home-more-ad5 a{ 
   font-size:22px; 
   color:#fff; 
   letter-spacing:4px;
   display: inline-flex;
 }
 
 .section-bigpic .hs-home-bigpic .home-more-ad5 a:hover{ 
  color:#bb0c1a;
  margin-left:10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  }	


@media (max-width: 767px) {
.section-bigpic .hs-home-bigpic .home-more-ad5{ margin-top:25px;}
.section-bigpic .hs-home-bigpic .home-more-ad5 a{ font-size:18px;}
}

 
.section-bigpic .hs-home-bigpic .home-more-ad a:hover{ 
  color:#bb0c1a;
  margin-left:10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  }	

.section-bigpic .hs-home-bigpic .home-more-ad2 a:hover{ 
  color:#fff;
  margin-left:10px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  }	


.active .hs-home-bigpic .home-more-ad {
    -webkit-animation: fadeInDown 1.5s 0s ease both;
    animation: fadeInDown 1.5s 0s ease both;
}


.section-bigpic .hs-home-bigpic .hs-home-duibil{
    position:absolute;
    z-index: 2;
	top: 24%;
	left:0; 
	text-align:right;
    width: 46%;
    max-width: 46%;

}

.section-bigpic .hs-home-bigpic .hs-home-duibil img{ 
   max-width:100%;
}


@media (max-width: 1440px) {
   .section-bigpic .hs-home-bigpic .hs-home-duibil{
         width: 45%;
      
    }
}

.active .hs-home-bigpic .hs-home-duibil {
    -webkit-animation: fadeInLeft 1.5s 0s ease both;
    animation: fadeInLeft 1.5s 0s ease both;
}

.section-bigpic .hs-home-bigpic .hs-home-duibic{
    position:absolute;
    z-index: 2;
	top: 26%; 
	left:45%;
	width:12%;
}

.section-bigpic .hs-home-bigpic .hs-home-duibic img{ max-width:100%;}

.section-bigpic .hs-home-bigpic .hs-home-duibir{
    z-index: 2; 
	position:absolute;
    top: 40%;
    left:47%;
    width:45%;
    max-width: 600px;
    padding-left: 10%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 1440px) {
   .section-bigpic .hs-home-bigpic .hs-home-duibir{
         top: 32%;
		 left: 50%;
		 width:36%;   
    }
}



@media (max-width: 1350px) {
   .section-bigpic .hs-home-bigpic .hs-home-duibir{
         left: 50%;
		 width:33%;
      
    }
}


.active .hs-home-bigpic .hs-home-duibir {
    -webkit-animation: fadeInRight 1.5s 0s ease both;
    animation: fadeInRight 1.5s 0s ease both;
}



.section-bigpic .hs-home-bigpic .hs-home-yangwenl{
    position:absolute;
    z-index: 2;
	top: 34%;
    width: 35%;

}

.active .hs-home-bigpic .hs-home-yangwenl {
    -webkit-animation: fadeInLeft 1.5s 0s ease both;
    animation: fadeInLeft 1.5s 0s ease both;
}

.section-bigpic .hs-home-bigpic .hs-home-yangwenr{
    z-index: 2; 
	position:absolute;
    top: 20%; 
	right:0;
    width:60%;
}

@media (max-width: 1350px) {
.section-bigpic .hs-home-bigpic .hs-home-yangwenr{
	right:4%;
    width:50%;
}
}

@media (max-width: 767px) {
.section-bigpic .hs-home-bigpic .hs-home-yangwenl{
  width:95%; 
  top:10%;
}

.section-bigpic .hs-home-bigpic .home-more-ad2{
 margin-top:28px;
}

.section-bigpic .hs-home-bigpic .hs-home-yangwenr{ 
   width:82%;
   right: 10%; 
   top:58%;
}

.sj-yw{
 height:92vh !important;
}

.sj-zl{
 height:40vh !important;
}
 
}


.active .hs-home-bigpic .hs-home-yangwenr {
    -webkit-animation: fadeInRight 1.5s 0s ease both;
    animation: fadeInRight 1.5s 0s ease both;
}
.section-bigpic .hs-home-bigpic .hs-home-yangwenr img{ 
   max-width:100%;
}


.section-bigpic .hs-home-bigpic .hs-home-zhuanli{
    position:absolute;
    z-index: 2;
	top: 34%;
    width: 50%;

}


	 
.section-research {
    position: relative;
}

.section-research .section-bg {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 1.5s;
    transition: all 1.5s;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.section-research .hs-home-research {
    position: relative;
    z-index: 4;
	background-color:#000;
}

.active .hs-home-service .service_bg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.active.section-research .section-bg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.service_bg {
    transition: all 1.5s;
}

.active .hs-home-service .service_bg {
    transform: scale(1.5);
}

.hs-inner-fuwu .title-fuwu h2 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
    margin: 0;
    color: #bb0c1a;
}

@media (max-width: 767px) {
    .hs-inner-fuwu .title-fuwu h2 {
        font-size: 18px;
    }
}

.hs-inner-fuwu .fuwu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.hs-inner-fuwu .fuwu .flaticon {
    font-size: 80px;
    line-height: 1;
    width: 90px;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
    opacity: 0.1;
}

@media (max-width: 991px) {
    .hs-inner-fuwu .fuwu .flaticon {
        font-size: 60px;
        width: 60px;
    }
}

.hs-inner-fuwu .fuwu .desc {
    width: -webkit-calc(100% - 90px);
    width: calc(100% - 90px);
    padding-left: 3%;
}

@media (max-width: 991px) {
    .hs-inner-fuwu .fuwu .desc {
        width: -webkit-calc(100% - 60px);
        width: calc(100% - 60px);
    }
}

.hs-inner-fuwu .fuwu .desc p {
    font-size: 16px;
    line-height: 1.875;
    margin: 0;
    color: #333;
}

@media (max-width: 991px) {
    .hs-inner-fuwu .fuwu .desc p {
        font-size: 14px;
    }
}

.hs-inner-fuwu .fuwu-zigongsi {
    padding-top: 60px;
}

@media (max-width: 991px) {
    .hs-inner-fuwu .fuwu-zigongsi {
        padding-top: 30px;
    }
}

.hs-inner-fuwu .fuwu-zigongsi ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -28px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 1560px) {
    .hs-inner-fuwu .fuwu-zigongsi ul {
        margin: 0 -15px;
    }
}

@media (max-width: 991px) {
    .hs-inner-fuwu .fuwu-zigongsi ul {
        margin: 0 -8px;
    }
}

.hs-inner-fuwu .fuwu-zigongsi ul li {
    margin-top: 40px;
    padding: 0 28px;
}

@media (max-width: 1560px) {
    .hs-inner-fuwu .fuwu-zigongsi ul li {
        padding: 0 15px;
    }
}

@media (max-width: 991px) {
    .hs-inner-fuwu .fuwu-zigongsi ul li {
        margin-top: 15px;
        padding: 0 8px;
    }
}

.hs-inner-fuwu .fuwu-zigongsi .zigongsi-group {
    height: 100%;
    padding: 40px 22px;
    text-align: center;
    border: 1px solid rgba(170, 226, 145, 0.28);
    background: #fbfff9;
}

@media (max-width: 991px) {
    .hs-inner-fuwu .fuwu-zigongsi .zigongsi-group {
        padding: 20px 15px;
    }
}

.hs-inner-fuwu .fuwu-zigongsi .zigongsi-group b {
    font-family: "D-DIN Condensed";
    font-size: 72px;
    font-weight: normal;
    line-height: 1;
    color: #d4f2c5;
}

@media (max-width: 991px) {
    .hs-inner-fuwu .fuwu-zigongsi .zigongsi-group b {
        font-size: 60px;
    }
}

@media (max-width: 767px) {
    .hs-inner-fuwu .fuwu-zigongsi .zigongsi-group b {
        font-size: 50px;
    }
}

.hs-inner-fuwu .fuwu-zigongsi .zigongsi-group p {
    font-size: 16px;
    line-height: 1.875;
    margin: 0;
    color: #bb0c1a;
}

@media (max-width: 991px) {
    .hs-inner-fuwu .fuwu-zigongsi .zigongsi-group p {
        font-size: 14px;
    }
}

.hs-inner-fuwu .tixi {
    padding-top: 50px;
}

@media (max-width: 767px) {
    .hs-inner-fuwu .tixi {
        padding-top: 30px;
    }
}

.hs-inner-fuwu .tixi .desc {
    margin-top: 30px;
}

@media (max-width: 767px) {
    .hs-inner-fuwu .tixi .desc {
        margin-top: 20px;
    }
}

.hs-inner-fuwu .tixi .desc p {
    font-size: 16px;
    line-height: 1.875;
    margin: 0;
    color: #333;
}

@media (max-width: 991px) {
    .hs-inner-fuwu .tixi .desc p {
        font-size: 14px;
    }
}

.hs-inner-fuwu .tixi .list {
    margin-top: 40px;
}

@media (min-width: 1560px) {
    .hs-inner-fuwu .tixi .list ul {
        margin: 0 -30px;
    }
    .hs-inner-fuwu .tixi .list ul li {
        padding: 0 30px;
    }
}

@media (max-width: 991px) {
    .hs-inner-fuwu .tixi .list {
        margin-top: 10px;
    }
}

.hs-inner-fuwu .tixi .list ul li {
    margin-top: 40px;
}

@media (max-width: 1560px) {
    .hs-inner-fuwu .tixi .list ul li {
        margin-top: 30px;
    }
}

.hs-inner-fuwu .tixi .list .tixi-group {
    position: relative;
    display: block;
}

.hs-inner-fuwu .tixi .list .tixi-group .img .ibox {
    padding-bottom: 46.75324675%;
}

.hs-inner-fuwu .tixi .list .tixi-group .img .ibox img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.hs-inner-fuwu .tixi .list .tixi-group .title-tixi {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 38%;
    height: 100%;
    color: #fff;
    background-color: rgba(52, 169, 0, 0.9);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.hs-inner-fuwu .tixi .list .tixi-group .title-tixi .flaticon {
    font-size: 50px;
    line-height: 1;
    display: block;
    color: #fff;
}

@media (max-width: 991px) {
    .hs-inner-fuwu .tixi .list .tixi-group .title-tixi .flaticon {
        font-size: 40px;
    }
}

.hs-inner-fuwu .tixi .list .tixi-group .title-tixi h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    margin: 20px 0;
}

@media (max-width: 991px) {
    .hs-inner-fuwu .tixi .list .tixi-group .title-tixi h3 {
        font-size: 16px;
        margin: 10px 0;
    }
}

.hs-inner-fuwu .tixi .list .tixi-group .title-tixi .hs-more {
    margin-top: 0;
}

.hs-inner-fuwu .tixi .list .tixi-group .title-tixi .hs-more span {
    line-height: 30px;
    display: inline-block;
    padding: 0 20px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 12px;
}

.hs-inner-fuwu .tixi .list .tixi-group:hover .img .ibox img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.hs-inner-fuwu .tixi .list .tixi-group:hover .title-tixi .hs-more span {
    color: #bb0c1a;
    background-color: #fff;
}

.hs-inner-fuwu-common.pb-0 {
    padding-bottom: 0;
}

.hs-inner-fuwu-common .title-fuwu-common {
    margin-top: 60px;
}

.hs-inner-fuwu-common .title-fuwu-common h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25;
    margin: 0;
    text-align: center;
    color: #bb0c1a;
}

@media (max-width: 1199px) {
    .hs-inner-fuwu-common .title-fuwu-common h3 {
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    .hs-inner-fuwu-common .title-fuwu-common h3 {
        font-size: 18px;
    }
}

.hs-inner-fuwu-common .title-fuwu-num {
    position: relative;
    background: url(../images/tit-fuwu.png) no-repeat right center;
}

@media (max-width: 1400px) {
    .hs-inner-fuwu-common .title-fuwu-num {
        background-size: 50% auto;
    }
}

.hs-inner-fuwu-common .title-fuwu-num.nobg {
    background: none;
}

@media (min-width: 1200px) {
    .hs-inner-fuwu-common .title-fuwu-num.tcenter {
        text-align: center;
    }
    .hs-inner-fuwu-common .title-fuwu-num.tcenter h3 {
        left: -webkit-calc(50% + 0px);
        left: calc(50% + 0px);
    }
}

.hs-inner-fuwu-common .title-fuwu-num .numbox {
    font-size: 126px;
    line-height: 1;
    color: #bb0c1a;
}

@media (max-width: 1400px) {
    .hs-inner-fuwu-common .title-fuwu-num .numbox {
        font-size: 100px;
    }
}

@media (max-width: 1199px) {
    .hs-inner-fuwu-common .title-fuwu-num .numbox {
        font-size: 80px;
    }
}

@media (max-width: 767px) {
    .hs-inner-fuwu-common .title-fuwu-num .numbox {
        font-size: 50px;
    }
}

.hs-inner-fuwu-common .title-fuwu-num h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    position: absolute;
    z-index: 2;
    top: 55%;
    left: 70px;
    display: inline-block;
    margin: 0;
    padding: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #fff;
}

@media (max-width: 1199px) {
    .hs-inner-fuwu-common .title-fuwu-num h3 {
        font-size: 20px;
        line-height: 24px;
        left: 48px;
    }
}

@media (max-width: 767px) {
    .hs-inner-fuwu-common .title-fuwu-num h3 {
        font-size: 16px;
        left: 60px;
        padding: 5px 10px;
    }
}

.hs-inner-fuwu-common .listbox1>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .hs-inner-fuwu-common .listbox1>ul {
        margin-top: 0;
    }
}

.hs-inner-fuwu-common .listbox1>ul>li {
    margin-top: 30px;
}

.hs-inner-fuwu-common .listbox1 .listbox-group {
    height: 100%;
    padding: 40px 20px;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    border: 1px solid #f7f7f7;
    background: #fff;
    box-shadow: 0 16px 15px 0 rgba(6, 0, 1, 0.13);
}

@media (max-width: 767px) {
    .hs-inner-fuwu-common .listbox1 .listbox-group {
        padding: 20px 14px;
    }
}

.hs-inner-fuwu-common .listbox1 .listbox-group h3 {
    font-size: 17px;
    font-weight: bold;
    line-height: 1.76470588;
    margin: 0 0 20px 0;
    color: #bb0c1a;
}

@media (max-width: 767px) {
    .hs-inner-fuwu-common .listbox1 .listbox-group h3 {
        font-size: 16px;
        margin-bottom: 10px;
    }
}

.hs-inner-fuwu-common .listbox1 .listbox-group p {
    line-height: 36px;
    position: relative;
    margin: 0;
    padding-left: 24px;
    color: #333;
}

@media (max-width: 767px) {
    .hs-inner-fuwu-common .listbox1 .listbox-group p {
        line-height: 28px;
        padding-left: 20px;
    }
}

.hs-inner-fuwu-common .listbox1 .listbox-group p:before {
    position: absolute;
    top: 14px;
    left: 0;
    display: block;
    width: 9px;
    height: 9px;
    content: "";
    background-color: #bb0c1a;
}

@media (max-width: 767px) {
    .hs-inner-fuwu-common .listbox1 .listbox-group p:before {
        top: 10px;
    }
}

.hs-inner-fuwu-common .listbox1 .listbox-group:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

.hs-inner-fuwu-common .listbox2 {
    margin-top: 60px;
}

@media (max-width: 1199px) {
    .hs-inner-fuwu-common .listbox2 {
        margin-top: 30px;
    }
}

.hs-inner-fuwu-common .listbox2:before,
.hs-inner-fuwu-common .listbox2:after {
    display: block;
    width: 200%;
    height: 1px;
    margin-left: -50%;
    content: "";
    background-color: rgba(45, 45, 45, 0.2);
}

.hs-inner-fuwu-common .listbox2 ul {
    padding: 20px 0;
}

.hs-inner-fuwu-common .listbox2 ul li {
    padding: 40px 10px;
    border-right: 1px solid rgba(45, 45, 45, 0.2);
}

@media (max-width: 991px) {
    .hs-inner-fuwu-common .listbox2 ul li {
        padding: 10px;
    }
}

.hs-inner-fuwu-common .listbox2 ul li:last-child {
    border-right: none;
}

.hs-inner-fuwu-common .listbox2 h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.66666667;
    margin: 0;
    text-align: center;
    color: #bb0c1a;
}

@media (max-width: 1199px) {
    .hs-inner-fuwu-common .listbox2 h3 {
        font-size: 16px;
    }
}

.hs-inner-fuwu-common .listbox3>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .hs-inner-fuwu-common .listbox3>ul {
        margin-top: 0;
    }
}

.hs-inner-fuwu-common .listbox3>ul>li {
    margin-top: 30px;
}

@media (min-width: 1200px) {
    .hs-inner-fuwu-common .listbox3>ul {
        margin: 0 -40px;
    }
    .hs-inner-fuwu-common .listbox3>ul>li {
        padding: 0 40px;
    }
}

.hs-inner-fuwu-common .listbox3 .listbox-group {
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.hs-inner-fuwu-common .listbox3 .listbox-group h3 {
    font-size: 17px;
    font-weight: bold;
    line-height: 1.76470588;
    margin: 0 0 20px 0;
    color: #bb0c1a;
}

@media (max-width: 767px) {
    .hs-inner-fuwu-common .listbox3 .listbox-group h3 {
        font-size: 16px;
        margin-bottom: 10px;
    }
}

.hs-inner-fuwu-common .listbox3 .listbox-group p {
    line-height: 36px;
    position: relative;
    margin: 0;
    color: #333;
}

@media (max-width: 767px) {
    .hs-inner-fuwu-common .listbox3 .listbox-group p {
        line-height: 28px;
    }
}

.hs-inner-fuwu-common .listbox3 .listbox-group:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

.hs-inner-fuwu-common .listbox4>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .hs-inner-fuwu-common .listbox4>ul {
        margin-top: 0;
    }
}

.hs-inner-fuwu-common .listbox4>ul>li {
    margin-top: 30px;
}

@media (min-width: 1200px) {
    .hs-inner-fuwu-common .listbox4>ul {
        margin: 0 -40px;
    }
    .hs-inner-fuwu-common .listbox4>ul>li {
        padding: 0 40px;
    }
}

.hs-inner-fuwu-common .listbox4 .listbox-group {
    height: 100%;
    padding: 40px 20px;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    background: #f8f8f8;
}

@media (max-width: 767px) {
    .hs-inner-fuwu-common .listbox4 .listbox-group {
        padding: 20px 14px;
    }
}

.hs-inner-fuwu-common .listbox4 .listbox-group h3 {
    font-size: 17px;
    font-weight: bold;
    line-height: 1.76470588;
    margin: 0 0 20px 0;
    color: #bb0c1a;
}

@media (max-width: 767px) {
    .hs-inner-fuwu-common .listbox4 .listbox-group h3 {
        font-size: 16px;
        margin-bottom: 10px;
    }
}

.hs-inner-fuwu-common .listbox4 .listbox-group p {
    line-height: 36px;
    position: relative;
    margin: 0;
    padding-left: 24px;
    color: #333;
}

@media (max-width: 767px) {
    .hs-inner-fuwu-common .listbox4 .listbox-group p {
        line-height: 28px;
        padding-left: 20px;
    }
}

.hs-inner-fuwu-common .listbox4 .listbox-group p:before {
    position: absolute;
    top: 14px;
    left: 0;
    display: block;
    width: 9px;
    height: 9px;
    content: "";
    background-color: #bb0c1a;
}

@media (max-width: 767px) {
    .hs-inner-fuwu-common .listbox4 .listbox-group p:before {
        top: 10px;
    }
}

.hs-inner-fuwu-common .listbox4 .listbox-group:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

.hs-inner-fuwu-common .listbox5>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 767px) {
    .hs-inner-fuwu-common .listbox5>ul {
        margin-top: 0;
    }
}

.hs-inner-fuwu-common .listbox5>ul>li {
    margin-top: 30px;
}

.hs-inner-fuwu-common .listbox5 .listbox-group {
    height: 100%;
    padding: 40px 20px;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    border: 1px solid #f7f7f7;
    background: #fff;
    box-shadow: 0 16px 15px 0 rgba(6, 0, 1, 0.13);
}

@media (max-width: 767px) {
    .hs-inner-fuwu-common .listbox5 .listbox-group {
        padding: 20px 14px;
    }
}

.hs-inner-fuwu-common .listbox5 .listbox-group h3 {
    font-size: 17px;
    font-weight: bold;
    line-height: 1.76470588;
    margin: 0 0 20px 0;
    color: #bb0c1a;
}

@media (max-width: 767px) {
    .hs-inner-fuwu-common .listbox5 .listbox-group h3 {
        font-size: 16px;
        margin-bottom: 10px;
    }
}

.hs-inner-fuwu-common .listbox5 .listbox-group img {
    width: 100%;
    margin-bottom: 14px;
}

.hs-inner-fuwu-common .listbox5 .listbox-group p {
    line-height: 36px;
    position: relative;
    margin: 0;
    color: #333;
}

@media (max-width: 767px) {
    .hs-inner-fuwu-common .listbox5 .listbox-group p {
        line-height: 28px;
    }
}

.hs-inner-fuwu-common .listbox5 .listbox-group:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

.hs-inner-fuwu-common .listbox6 {
    margin-top: 60px;
}

@media (max-width: 1199px) {
    .hs-inner-fuwu-common .listbox6 {
        margin-top: 30px;
    }
}

.hs-inner-fuwu-common .listbox6>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.hs-inner-fuwu-common .listbox6>ul>li {
    margin-top: 30px;
}

.hs-inner-fuwu-common .listbox6 .listbox-group {
    max-width: 200px;
    margin: 0 auto;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    text-align: center;
}

.hs-inner-fuwu-common .listbox6 .listbox-group .flaticon {
    font-size: 60px;
    line-height: 1;
    color: #bb0c1a;
}

.hs-inner-fuwu-common .listbox6 .listbox-group p {
    font-size: 16px;
    line-height: 1.625;
    margin: 10px 0 0 0;
    color: #333;
}

.hs-inner-fuwu-common .listbox6 .listbox-group:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

.hs-inner-fuwu-common .listbox7 h4 {
    font-size: 17px;
    font-weight: bold;
    line-height: 24px;
    margin: 0;
    color: #333;
}

@media (max-width: 1199px) {
    .hs-inner-fuwu-common .listbox7 h4 {
        font-size: 16px;
    }
}

.hs-inner-fuwu-common .listbox7>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.hs-inner-fuwu-common .listbox7>ul>li {
    width: 75%;
    margin-top: 50px;
    padding: 0 15px;
}

@media (max-width: 1199px) {
    .hs-inner-fuwu-common .listbox7>ul>li {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .hs-inner-fuwu-common .listbox7>ul>li {
        width: 100%;
    }
}

.hs-inner-fuwu-common .listbox7>ul>li:nth-child(1) {
    width: 25%;
}

@media (max-width: 767px) {
    .hs-inner-fuwu-common .listbox7>ul>li:nth-child(1) {
        width: 100%;
    }
}

.hs-inner-fuwu-common .listbox7 .listbox-group {
    height: 100%;
    padding: 40px;
    background-color: #f8f8f8;
}

@media (max-width: 1199px) {
    .hs-inner-fuwu-common .listbox7 .listbox-group {
        padding: 30px 14px;
    }
}

.hs-inner-fuwu-common .listbox7 .listbox-group .number {
    font-family: "D-DIN Condensed";
    font-size: 72px;
    font-weight: normal;
    line-height: 1;
    color: #bb0c1a;
}

@media (max-width: 991px) {
    .hs-inner-fuwu-common .listbox7 .listbox-group .number {
        font-size: 60px;
    }
}

@media (max-width: 767px) {
    .hs-inner-fuwu-common .listbox7 .listbox-group .number {
        font-size: 50px;
    }
}

.hs-inner-fuwu-common .listbox7 .listbox-group p {
    line-height: 2.14285714;
    margin: 0;
    color: #333;
}

.hs-inner-fuwu-common .listbox7 .listbox-group>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (min-width: 1560px) {
    .hs-inner-fuwu-common .listbox7 .listbox-group>ul {
        margin: 0 -40px;
    }
}

.hs-inner-fuwu-common .listbox7 .listbox-group>ul>li {
    margin-top: 30px;
    border-right: 1px solid #cecece;
}

@media (min-width: 1560px) {
    .hs-inner-fuwu-common .listbox7 .listbox-group>ul>li {
        padding: 0 40px;
    }
}

.hs-inner-fuwu-common .listbox7 .listbox-group>ul>li:last-child {
    border: none;
}

@media (max-width: 1199px) {
    .hs-inner-fuwu-common .listbox7 .listbox-group>ul>li:nth-child(2n) {
        border: none;
    }
}

@media (max-width: 767px) {
    .hs-inner-fuwu-common .listbox7 .listbox-group>ul>li {
        margin-top: 14px;
        border: none;
    }
}

.hs-inner-fuwu-common .listbox7 .listbox-group .list-txt {
    height: 100%;
}

.hs-inner-fuwu-common .listbox7 .listbox-group .list-txt p {
    color: #666;
}

@media (min-width: 1560px) {
    .hs-inner-fuwu-common .listbox8>ul {
        margin: 0 -50px;
    }
    .hs-inner-fuwu-common .listbox8>ul>li {
        padding: 0 50px;
    }
}

.hs-inner-fuwu-common .listbox8>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.hs-inner-fuwu-common .listbox8>ul>li {
    margin-top: 50px;
    border-right: 1px solid rgba(45, 45, 45, 0.2);
}

@media (max-width: 1199px) {
    .hs-inner-fuwu-common .listbox8>ul>li {
        margin-top: 30px;
    }
}

.hs-inner-fuwu-common .listbox8>ul>li:last-child {
    border: none;
}

@media (max-width: 1199px) {
    .hs-inner-fuwu-common .listbox8>ul>li:nth-child(2n) {
        border: none;
    }
}

.hs-inner-fuwu-common .listbox8 .listbox-group {
    height: 100%;
}

.hs-inner-fuwu-common .listbox8 .listbox-group h4 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.66666667;
    position: relative;
    min-height: 90px;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .hs-inner-fuwu-common .listbox8 .listbox-group h4 {
        font-size: 16px;
        min-height: 30px;
    }
}

.hs-inner-fuwu-common .listbox8 .listbox-group h4:after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 72px;
    height: 1px;
    content: "";
    background: #bb0c1a;
}

.hs-inner-fuwu-common .listbox8 .listbox-group p {
    line-height: 2.14285714;
    margin: 0;
    color: #333;
}

@media (max-width: 767px) {
    .hs-inner-fuwu-common .listbox8 .listbox-group p {
        line-height: 1.85714286;
    }
}

.hs-inner-fuwu-common .txt {
    margin-top: 50px;
}

@media (max-width: 1199px) {
    .hs-inner-fuwu-common .txt {
        margin-top: 30px;
    }
}

.hs-inner-fuwu-common .txt p {
    font-size: 14px;
    line-height: 1.71428571;
    margin: 0;
    color: #333;
}

.hs-inner-fuwu-common .txt-graybg {
    padding: 60px 50px;
    background-color: #f5f5f5;
}

@media (max-width: 1470px) {
    .hs-inner-fuwu-common .txt-graybg {
        padding: 30px;
    }
}

@media (max-width: 767px) {
    .hs-inner-fuwu-common .txt-graybg {
        padding: 20px 14px;
    }
}

.hs-inner-fuwu-common .txt-bold p {
    font-size: 17px;
    font-weight: bold;
    line-height: 1.76470588;
    margin: 0;
}

@media (max-width: 1199px) {
    .hs-inner-fuwu-common .txt-bold p {
        font-size: 16px;
    }
}

@media (max-width: 991px) {
    .hs-inner-fuwu-common .txt-bold p {
        font-size: 14px;
    }
}

.hs-inner-fuwu-common .process {
    margin-top: 30px;
}

.hs-inner-fuwu-common .process h4 {
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    color: #bb0c1a;
}

.hs-inner-fuwu-common .process ul {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.hs-inner-fuwu-common .process ul:before {
    position: absolute;
    z-index: 1;
    top: 30px;
    left: 0;
    display: block;
    width: -webkit-calc(100% - 70px);
    width: calc(100% - 70px);
    height: 1px;
    content: "";
    border-top: 4px dashed #e8e8e8;
}

@media (max-width: 767px) {
    .hs-inner-fuwu-common .process ul:before {
        width: -webkit-calc(100% - 90px);
        width: calc(100% - 90px);
    }
}

.hs-inner-fuwu-common .process .process-group {
    position: relative;
    z-index: 4;
    max-width: 120px;
    color: #bb0c1a;
}

.hs-inner-fuwu-common .process .process-group .number {
    font-family: "D-DIN Condensed";
    font-size: 72px;
    font-weight: normal;
    line-height: 1;
    background-color: #fff;
}

@media (max-width: 991px) {
    .hs-inner-fuwu-common .process .process-group .number {
        font-size: 60px;
    }
}

@media (max-width: 767px) {
    .hs-inner-fuwu-common .process .process-group .number {
        font-size: 50px;
    }
}

.hs-inner-fuwu-common .process .process-group p {
    line-height: 24px;
    margin: 10px 0 0 0;
}

.hs-inner-fuwu-common .tuwen1>ul>li {
    margin-top: 120px;
}

@media (max-width: 1199px) {
    .hs-inner-fuwu-common .tuwen1>ul>li {
        margin-top: 60px;
    }
}

.hs-inner-fuwu-common .tuwen1>ul>li:nth-child(1) {
    margin-top: 0;
}

.hs-inner-fuwu-common .tuwen1>ul>li:nth-child(2n+1) .tuwen-group {
    flex-direction: row-reverse;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
}

.hs-inner-fuwu-common .tuwen1 .tuwen-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -50px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 1199px) {
    .hs-inner-fuwu-common .tuwen1 .tuwen-group {
        margin: 0 -30px;
    }
}

.hs-inner-fuwu-common .tuwen1 .tuwen-group .img,
.hs-inner-fuwu-common .tuwen1 .tuwen-group .desc {
    width: 50%;
    padding: 0 50px;
}

@media (max-width: 1199px) {
    .hs-inner-fuwu-common .tuwen1 .tuwen-group .img,
    .hs-inner-fuwu-common .tuwen1 .tuwen-group .desc {
        padding: 0 30px;
    }
}

@media (max-width: 767px) {
    .hs-inner-fuwu-common .tuwen1 .tuwen-group .img,
    .hs-inner-fuwu-common .tuwen1 .tuwen-group .desc {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .hs-inner-fuwu-common .tuwen1 .tuwen-group .desc {
        margin-top: 20px;
    }
}

.hs-inner-fuwu-common .tuwen1 .tuwen-group .img .imgbg {
    position: relative;
}

.hs-inner-fuwu-common .tuwen1 .tuwen-group .img .imgbg:before {
    position: absolute;
    z-index: 1;
    top: -28px;
    right: -28px;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #bb0c1a;
}

@media (max-width: 991px) {
    .hs-inner-fuwu-common .tuwen1 .tuwen-group .img .imgbg:before {
        top: -10px;
        right: -10px;
    }
}

.hs-inner-fuwu-common .tuwen1 .tuwen-group .img img {
    position: relative;
    z-index: 4;
    width: 100%;
}

.hs-inner-fuwu-common .tuwen2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 60px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 1199px) {
    .hs-inner-fuwu-common .tuwen2 {
        margin-top: 30px;
    }
}

.hs-inner-fuwu-common .tuwen2 .img {
    width: 50%;
}

@media (max-width: 767px) {
    .hs-inner-fuwu-common .tuwen2 .img {
        width: 100%;
    }
}

.hs-inner-fuwu-common .tuwen2 .img img {
    width: 100%;
}

.hs-inner-fuwu-common .tuwen2 .desc {
    width: 50%;
}

@media (max-width: 767px) {
    .hs-inner-fuwu-common .tuwen2 .desc {
        width: 100%;
        margin-top: 30px;
    }
}

.hs-inner-fuwu-common .tuwen2 .desc h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.66666667;
    margin-top: 0;
    color: #bb0c1a;
}

@media (max-width: 767px) {
    .hs-inner-fuwu-common .tuwen2 .desc h3 {
        font-size: 16px;
    }
}

.hs-inner-fuwu-common .tuwen2 .desc p {
    font-size: 14px;
    line-height: 2;
    margin: 0;
}

.hs-inner-fuwu-common .tuwen3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.hs-inner-fuwu-common .tuwen3 .desc {
    width: 50%;
}

@media (max-width: 767px) {
    .hs-inner-fuwu-common .tuwen3 .desc {
        width: 100%;
    }
}

.hs-inner-fuwu-common .tuwen3 .img {
    width: 50%;
    padding-left: 5%;
    text-align: center;
}

@media (max-width: 767px) {
    .hs-inner-fuwu-common .tuwen3 .img {
        width: 100%;
        margin-top: 20px;
        padding-left: 0;
    }
}

.hs-inner-fuwu-common .tuwen3 .img img {
    max-width: 100%;
}

@media (min-width: 1560px) {
    .hs-inner-zhuanjia .zhuanjia>ul {
        margin: 0 -35px;
    }
    .hs-inner-zhuanjia .zhuanjia>ul>li {
        padding: 0 35px;
    }
}

.hs-inner-zhuanjia .zhuanjia>ul>li {
    margin-top: 70px;
}

@media (max-width: 1199px) {
    .hs-inner-zhuanjia .zhuanjia>ul>li {
        margin-top: 40px;
    }
}

.hs-inner-zhuanjia .zhuanjia .zhuanjia-group {
    position: relative;
    display: block;
    /* overflow: hidden; */
}

.hs-inner-zhuanjia .zhuanjia .zhuanjia-group .ibox {
    padding-bottom: 134.375%;
}

.hs-inner-zhuanjia .zhuanjia .zhuanjia-group .zhuanjia-desc {
    position: absolute;
    z-index: 3;
    top: -webkit-calc(100% - 60px);
    top: calc(100% - 60px);
    left: 0;
    width: 100%;
    /* height: 100%; */
    padding: 0 6px;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    color: #fff;
    background-color: rgba(52, 169, 0, 0.8);
}

@media (max-width: 1470px) {
    .hs-inner-zhuanjia .zhuanjia .zhuanjia-group .zhuanjia-desc {
        top: -webkit-calc(100% - 88px);
        top: calc(100% - 88px);
    }
}

@media (max-width: 1199px) {
    .hs-inner-zhuanjia .zhuanjia .zhuanjia-group .zhuanjia-desc {
        position: relative;
        top: 0;
        padding: 10px 0 0 0;
        color: #333;
        background: none;
    }
}

.hs-inner-zhuanjia .zhuanjia .zhuanjia-group .zhuanjia-desc .title-zhuanjia {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 0 0 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media (max-width: 1199px) {
    .hs-inner-zhuanjia .zhuanjia .zhuanjia-group .zhuanjia-desc .title-zhuanjia {
        padding: 10px 0 0 0;
    }
}

.hs-inner-zhuanjia .zhuanjia .zhuanjia-group .zhuanjia-desc .title-zhuanjia h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    margin: 0;
}

@media (max-width: 1470px) {
    .hs-inner-zhuanjia .zhuanjia .zhuanjia-group .zhuanjia-desc .title-zhuanjia h3 {
        width: 100%;
    }
}

@media (max-width: 1560px) {
    .hs-inner-zhuanjia .zhuanjia .zhuanjia-group .zhuanjia-desc .title-zhuanjia h3 {
        font-size: 16px;
    }
}

.hs-inner-zhuanjia .zhuanjia .zhuanjia-group .zhuanjia-desc .title-zhuanjia span {
    font-size: 16px;
    line-height: 30px;
}

@media (max-width: 1560px) {
    .hs-inner-zhuanjia .zhuanjia .zhuanjia-group .zhuanjia-desc .title-zhuanjia span {
        font-size: 14px;
    }
}

.hs-inner-zhuanjia .zhuanjia .zhuanjia-group .zhuanjia-desc .note {
    overflow-y: auto;
    /*
    height: -webkit-calc(100% - 160px);
    height: calc(100% - 160px); */
    margin-bottom: 20px;
}

@media (max-width: 1199px) {
    .hs-inner-zhuanjia .zhuanjia .zhuanjia-group .zhuanjia-desc .note {
        overflow: hidden;
        /* height: 80px; */
        margin-bottom: 0;
    }
}

.hs-inner-zhuanjia .zhuanjia .zhuanjia-group .zhuanjia-desc .note::-webkit-scrollbar {
    position: absolute;
    left: 0;
    width: 4px;
}

.hs-inner-zhuanjia .zhuanjia .zhuanjia-group .zhuanjia-desc .note::-webkit-scrollbar-track {
    background-color: #dcdcdc;
}

.hs-inner-zhuanjia .zhuanjia .zhuanjia-group .zhuanjia-desc .note::-webkit-scrollbar-thumb {
    background-color: #9f9f9f;
}

.hs-inner-zhuanjia .zhuanjia .zhuanjia-group .zhuanjia-desc .note h4 {
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    margin: 0;
    margin-bottom: 10px;
}

@media (max-width: 1199px) {
    .hs-inner-zhuanjia .zhuanjia .zhuanjia-group .zhuanjia-desc .note h4 {
        font-size: 14px;
        margin: 0;
    }
}

.hs-inner-zhuanjia .zhuanjia .zhuanjia-group .zhuanjia-desc .note p {
    font-size: 16px;
    line-height: 1.875;
    margin: 0;
}

.hs-inner-zhuanjia .zhuanjia .zhuanjia-group .zhuanjia-desc .more {
    font-size: 14px;
    line-height: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1199px) {
    .hs-inner-zhuanjia .zhuanjia .zhuanjia-group .zhuanjia-desc .more {
        font-size: 14px;
        margin-top: 10px;
        padding: 0;
    }
}

.hs-inner-zhuanjia .zhuanjia .zhuanjia-group .zhuanjia-desc .more span {
    opacity: 0.8;
}

.hs-inner-zhuanjia .zhuanjia .zhuanjia-group .zhuanjia-desc .more .flaticon {
    font-size: 30px;
    opacity: 0.5;
}

.hs-inner-zhuanjia .zhuanjia .zhuanjia-group:hover .zhuanjia-desc {
    top: 0;
}

.title-inner-other {
    position: relative;
    text-align: center;
}

.title-inner-other h3 {
    font-family: "D-DIN Condensed";
    font-size: 122px;
    line-height: 1;
    margin: 0;
    text-transform: uppercase;
    color: #f6f6f6;
}

@media (max-width: 1470px) {
    .title-inner-other h3 {
        font-size: 100px;
    }
}

@media (max-width: 1199px) {
    .title-inner-other h3 {
        font-size: 80px;
    }
}

@media (max-width: 767px) {
    .title-inner-other h3 {
        font-size: 60px;
    }
}

.title-inner-other h2 {
    font-size: 30px;
    font-weight: bold;
    position: absolute;
    z-index: 3;
    top: 50%;
    width: 100%;
    margin: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 1199px) {
    .title-inner-other h2 {
        font-size: 24px;
    }
}

.title-inner-other {
    position: relative;
    text-align: center;
}

.title-inner-other h3 {
    font-family: "D-DIN Condensed";
    font-size: 122px;
    line-height: 1;
    margin: 0;
    text-transform: uppercase;
    color: #f6f6f6;
}

@media (max-width: 1470px) {
    .title-inner-other h3 {
        font-size: 100px;
    }
}

@media (max-width: 1199px) {
    .title-inner-other h3 {
        font-size: 80px;
    }
}

@media (max-width: 767px) {
    .title-inner-other h3 {
        font-size: 60px;
    }
}

.title-inner-other h2 {
    font-size: 30px;
    font-weight: bold;
    position: absolute;
    z-index: 3;
    top: 50%;
    width: 100%;
    margin: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 1199px) {
    .title-inner-other h2 {
        font-size: 24px;
    }
}

.title-inner-other.left {
    text-align: left;
}

.hs-inner-yanjiuyuan {
    padding-bottom: 0;
}

.hs-inner-yanjiuyuan .yanjiuyuan {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.hs-inner-yanjiuyuan .yanjiuyuan .desc {
    width: 55%;
    padding-right: 5%;
}

@media (max-width: 767px) {
    .hs-inner-yanjiuyuan .yanjiuyuan .desc {
        width: 100%;
        padding-right: 0;
    }
}

.hs-inner-yanjiuyuan .yanjiuyuan .desc .txt {
    margin-top: 70px;
}

@media (max-width: 1470px) {
    .hs-inner-yanjiuyuan .yanjiuyuan .desc .txt {
        margin-top: 50px;
    }
}

@media (max-width: 1199px) {
    .hs-inner-yanjiuyuan .yanjiuyuan .desc .txt {
        margin-top: 30px;
    }
}

.hs-inner-yanjiuyuan .yanjiuyuan .desc .txt p {
    font-size: 16px;
    line-height: 1.875;
    color: #333;
}

@media (max-width: 991px) {
    .hs-inner-yanjiuyuan .yanjiuyuan .desc .txt p {
        font-size: 14px;
    }
}

.hs-inner-yanjiuyuan .yanjiuyuan .number {
    width: 45%;
}

@media (max-width: 767px) {
    .hs-inner-yanjiuyuan .yanjiuyuan .number {
        width: 100%;
    }
}

.hs-inner-yanjiuyuan .yanjiuyuan .number .number-item h3 {
    font-size: 16px;
    line-height: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #999;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 767px) {
    .hs-inner-yanjiuyuan .yanjiuyuan .number .number-item h3 {
        font-size: 14px;
    }
}

.hs-inner-yanjiuyuan .yanjiuyuan .number .number-item h3 span {
    font-family: "D-DIN Condensed";
    font-size: 36px;
    line-height: 1;
    color: #bb0c1a;
}

@media (max-width: 991px) {
    .hs-inner-yanjiuyuan .yanjiuyuan .number .number-item h3 span {
        font-size: 30px;
    }
}

.hs-inner-yanjiuyuan .yanjiuyuan .number .number-item .link {
    position: relative;
    width: 100%;
    height: 4px;
    border: 1px solid #e0e0e0;
}

.hs-inner-yanjiuyuan .yanjiuyuan .number .number-item .link span {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    height: 4px;
    background-color: #bb0c1a;
}

.hs-inner-organizational {
    padding-top: 0;
}

.hs-inner-organizational .organizational {
    margin-top: 50px;
}

@media (max-width: 1199px) {
    .hs-inner-organizational .organizational {
        margin-top: 30px;
    }
}

.hs-inner-organizational .organizational img {
    max-width: 100%;
    height: auto !important;
}

.hs-inner-zhuanjia-details .zhuanjia-details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1400px;
    margin: 0 auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.hs-inner-zhuanjia-details .zhuanjia-details .img {
    width: 370px;
}

@media (max-width: 1199px) {
    .hs-inner-zhuanjia-details .zhuanjia-details .img {
        width: 300px;
    }
}

@media (max-width: 767px) {
    .hs-inner-zhuanjia-details .zhuanjia-details .img {
        margin: 0 auto;
    }
}

.hs-inner-zhuanjia-details .zhuanjia-details .img img {
    width: 100%;
}

.hs-inner-zhuanjia-details .zhuanjia-details .desc {
    width: -webkit-calc(100% - 370px);
    width: calc(100% - 370px);
    padding-left: 5%;
}

@media (max-width: 1199px) {
    .hs-inner-zhuanjia-details .zhuanjia-details .desc {
        width: -webkit-calc(100% - 300px);
        width: calc(100% - 300px);
        padding-left: 3%;
    }
}

@media (max-width: 767px) {
    .hs-inner-zhuanjia-details .zhuanjia-details .desc {
        width: 100%;
        margin: 0 auto;
        margin-top: 30px;
        padding-left: 0;
    }
}

.hs-inner-zhuanjia-details .zhuanjia-details .desc .title-zhuanjia h2 {
    font-size: 30px;
    font-weight: bold;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1199px) {
    .hs-inner-zhuanjia-details .zhuanjia-details .desc .title-zhuanjia h2 {
        font-size: 24px;
    }
}

.hs-inner-zhuanjia-details .zhuanjia-details .desc .title-zhuanjia h2 span {
    font-size: 14px;
    font-weight: normal;
    line-height: 26px;
    display: inline-block;
    margin-left: 20px;
    padding: 0 16px;
    vertical-align: middle;
    color: #fff;
    border-radius: 12px;
    background-color: #bb0c1a;
}

.hs-inner-zhuanjia-details .zhuanjia-details .desc .title-zhuanjia h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
    margin: 0;
    color: #bb0c1a;
}

.hs-inner-zhuanjia-details .zhuanjia-details .desc .txt {
    margin-top: 30px;
}

@media (max-width: 991px) {
    .hs-inner-zhuanjia-details .zhuanjia-details .desc .txt {
        margin-top: 14px;
    }
}

.hs-inner-zhuanjia-details .zhuanjia-details .desc .txt p {
    font-size: 16px;
    line-height: 1.875;
    margin: 0;
    color: #333;
}

@media (max-width: 991px) {
    .hs-inner-zhuanjia-details .zhuanjia-details .desc .txt p {
        font-size: 14px;
    }
}

.hs-inner-nongmu {
    padding-bottom: 0;
}

.hs-inner-nongmu .nongmu-menu {
    margin-top: 30px;
}

@media (max-width: 991px) {
    .hs-inner-nongmu .nongmu-menu {
        margin-top: 10px;
    }
}

.hs-inner-nongmu .nongmu-menu:after {
    display: block;
    width: 300%;
    height: 1px;
    margin: 0 auto;
    margin-left: -100%;
    content: "";
    background-color: #e2e2e2;
}

.hs-inner-nongmu .nongmu-menu>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -60px;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 1199px) {
    .hs-inner-nongmu .nongmu-menu>ul {
        margin: 0 -30px;
    }
}

@media (max-width: 991px) {
    .hs-inner-nongmu .nongmu-menu>ul {
        margin: 0 -10px;
    }
}

.hs-inner-nongmu .nongmu-menu>ul>li {
    display: inline-block;
    padding: 0 60px;
    vertical-align: middle;
}

@media (max-width: 1199px) {
    .hs-inner-nongmu .nongmu-menu>ul>li {
        padding: 0 30px;
    }
}

@media (max-width: 991px) {
    .hs-inner-nongmu .nongmu-menu>ul>li {
        padding: 0 10px;
    }
}

.hs-inner-nongmu .nongmu-menu>ul>li>a {
    font-size: 20px;
    font-weight: bold;
    position: relative;
    display: block;
    padding: 20px 0;
    color: #999;
}

@media (max-width: 991px) {
    .hs-inner-nongmu .nongmu-menu>ul>li>a {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .hs-inner-nongmu .nongmu-menu>ul>li>a {
        font-size: 15px;
    }
}

.hs-inner-nongmu .nongmu-menu>ul>li>a:before {
    display: block;
    width: 0;
    height: 3px;
    content: "";
    background-color: #bb0c1a;
}

.hs-inner-nongmu .nongmu-menu>ul>li>a:after {
    position: absolute;
    bottom: -10px;
    left: 50%;
    display: block;
    width: 0;
    height: 0;
    content: "";
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    border-width: 10px 5px 0 5px;
    border-style: solid;
    border-color: #bb0c1a transparent transparent transparent;
}

.hs-inner-nongmu .nongmu-menu>ul>li.active>a {
    color: #bb0c1a;
}

.hs-inner-nongmu .nongmu-menu>ul>li.active>a:after {
    opacity: 1;
}

.hs-inner-nongmu .nongmu-text {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
    text-align: center;
}

@media (max-width: 991px) {
    .hs-inner-nongmu .nongmu-text {
        margin-top: 30px;
    }
}

@media (max-width: 767px) {
    .hs-inner-nongmu .nongmu-text {
        margin-top: 20px;
    }
}

.hs-inner-nongmu .nongmu-text p {
    font-size: 16px;
    line-height: 1.875;
    margin: 0;
    color: #333;
}

@media (max-width: 991px) {
    .hs-inner-nongmu .nongmu-text p {
        font-size: 14px;
    }
}

.hs-inner-nongmu .nongmu-list .nongmu-text p {
    color: #666;
}

.hs-inner-nongmu .nongmu-list .hs-inner-team {
    background: none;
}

.hs-inner-nongmu .nongmu-list .hs-inner-team .team-button .swiper-button-prev,
.hs-inner-nongmu .nongmu-list .hs-inner-team .team-button .swiper-button-next {
    color: #666;
}

.hs-inner-nongmu-advantage {
    background: url(../images/nongmu_advantage_bg.jpg) no-repeat center;
    background-size: cover;
}

@media (min-width: 1200px) {
    .hs-inner-nongmu-advantage {
        background-attachment: fixed;
    }
}

.hs-inner-nongmu-advantage .title-advantage {
    text-align: center;
}

.hs-inner-nongmu-advantage .title-advantage h2 {
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    margin: 0;
    color: #fff;
}

@media (max-width: 1199px) {
    .hs-inner-nongmu-advantage .title-advantage h2 {
        font-size: 18px;
    }
}

.hs-inner-nongmu-advantage .nongmu-advantage>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.hs-inner-nongmu-advantage .nongmu-advantage>ul>li {
    margin-top: 40px;
}

@media (max-width: 767px) {
    .hs-inner-nongmu-advantage .nongmu-advantage>ul>li {
        margin-top: 20px;
    }
}

.hs-inner-nongmu-advantage .nongmu-advantage>ul>li:nth-child(1) .nongmu-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.hs-inner-nongmu-advantage .nongmu-advantage>ul>li:nth-child(1) .nongmu-group .number {
    font-size: 130px;
    width: 150px;
}

@media (max-width: 1470px) {
    .hs-inner-nongmu-advantage .nongmu-advantage>ul>li:nth-child(1) .nongmu-group .number {
        font-size: 100px;
        width: 120px;
    }
}

@media (max-width: 991px) {
    .hs-inner-nongmu-advantage .nongmu-advantage>ul>li:nth-child(1) .nongmu-group .number {
        font-size: 50px;
    }
}

@media (max-width: 767px) {
    .hs-inner-nongmu-advantage .nongmu-advantage>ul>li:nth-child(1) .nongmu-group .number {
        font-size: 40px;
        width: 100%;
    }
}

.hs-inner-nongmu-advantage .nongmu-advantage>ul>li:nth-child(1) .nongmu-group .desc {
    width: -webkit-calc(100% - 150px);
    width: calc(100% - 150px);
}

@media (max-width: 1470px) {
    .hs-inner-nongmu-advantage .nongmu-advantage>ul>li:nth-child(1) .nongmu-group .desc {
        width: -webkit-calc(100% - 120px);
        width: calc(100% - 120px);
    }
}

@media (max-width: 767px) {
    .hs-inner-nongmu-advantage .nongmu-advantage>ul>li:nth-child(1) .nongmu-group .desc {
        width: 100%;
    }
}

.hs-inner-nongmu-advantage .nongmu-advantage .nongmu-group {
    height: 100%;
    padding: 40px;
    background: rgba(255, 255, 255, 0.9);
}

@media (max-width: 1470px) {
    .hs-inner-nongmu-advantage .nongmu-advantage .nongmu-group {
        padding: 30px 20px;
    }
}

@media (max-width: 767px) {
    .hs-inner-nongmu-advantage .nongmu-advantage .nongmu-group {
        padding: 20px 14px;
    }
}

.hs-inner-nongmu-advantage .nongmu-advantage .nongmu-group .number {
    font-family: "D-DIN Condensed";
    font-size: 60px;
    line-height: 1;
    color: #bb0c1a;
}

@media (max-width: 991px) {
    .hs-inner-nongmu-advantage .nongmu-advantage .nongmu-group .number {
        font-size: 50px;
    }
}

@media (max-width: 767px) {
    .hs-inner-nongmu-advantage .nongmu-advantage .nongmu-group .number {
        font-size: 40px;
    }
}

.hs-inner-nongmu-advantage .nongmu-advantage .nongmu-group .desc h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.66666667;
    margin-top: 0;
    color: #bb0c1a;
}

.hs-inner-nongmu-advantage .nongmu-advantage .nongmu-group .desc p {
    font-size: 16px;
    line-height: 1.875;
    margin: 0;
    color: #666;
}

@media (max-width: 991px) {
    .hs-inner-nongmu-advantage .nongmu-advantage .nongmu-group .desc p {
        font-size: 14px;
    }
}

.inner-text {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
    text-align: center;
}

@media (max-width: 1199px) {
    .inner-text {
        margin-top: 40px;
    }
}

@media (max-width: 767px) {
    .inner-text {
        margin-top: 20px;
    }
}

.inner-text p {
    font-size: 16px;
    line-height: 1.875;
    color: #333;
}

@media (max-width: 767px) {
    .inner-text p {
        font-size: 14px;
    }
}

.hs-inner-xuexiao-tese .title-tese {
    text-align: center;
}

.hs-inner-xuexiao-tese .title-tese h3 {
    font-size: 20px;
    font-weight: bold;
    color: #bb0c1a;
}

.hs-inner-xuexiao-tese .tese-xitong {
    margin-top: 80px;
    padding: 70px 6%;
    background-color: #f8f8f8;
}

@media (max-width: 1199px) {
    .hs-inner-xuexiao-tese .tese-xitong {
        margin-top: 40px;
        padding: 30px;
    }
}

@media (max-width: 991px) {
    .hs-inner-xuexiao-tese .tese-xitong {
        padding: 20px 14px;
    }
}

.hs-inner-xuexiao-tese .tese-xitong .txt {
    margin-top: 30px;
    text-align: center;
}

@media (max-width: 991px) {
    .hs-inner-xuexiao-tese .tese-xitong .txt {
        margin-top: 20px;
    }
}

.hs-inner-xuexiao-tese .tese-xitong .txt p {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    color: #777;
}

@media (max-width: 991px) {
    .hs-inner-xuexiao-tese .tese-xitong .txt p {
        font-size: 14px;
    }
}

.hs-inner-xuexiao-tese .tese-huanjing {
    margin-top: 80px;
}

@media (max-width: 1199px) {
    .hs-inner-xuexiao-tese .tese-huanjing {
        margin-top: 40px;
    }
}

.hs-inner-xuexiao-tese .tese-huanjing .hs-inner-team {
    background: none;
}

.hs-inner-xuexiao-tese .tese-huanjing .hs-inner-team .team-button .swiper-button-prev,
.hs-inner-xuexiao-tese .tese-huanjing .hs-inner-team .team-button .swiper-button-next {
    color: #666;
}

.hs-inner-xuexiao-tese .tese-laoshi {
    margin-top: 80px;
}

@media (max-width: 1199px) {
    .hs-inner-xuexiao-tese .tese-laoshi {
        margin-top: 40px;
    }
}

@media (min-width: 1200px) {
    .hs-inner-xuexiao-tese .tese-laoshi .listbox ul {
        margin: 0 -24px;
    }
    .hs-inner-xuexiao-tese .tese-laoshi .listbox ul li {
        padding: 0 24px;
    }
}

.hs-inner-xuexiao-tese .tese-laoshi .listbox ul li {
    margin-top: 60px;
}

@media (max-width: 1199px) {
    .hs-inner-xuexiao-tese .tese-laoshi .listbox ul li {
        margin-top: 30px;
    }
}

.hs-inner-xuexiao-tese .tese-laoshi .listbox .listbox-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.hs-inner-xuexiao-tese .tese-laoshi .listbox .listbox-group .img {
    width: 50%;
}

.hs-inner-xuexiao-tese .tese-laoshi .listbox .listbox-group .img .ibox {
    padding-bottom: 133.33333333%;
}

.hs-inner-xuexiao-tese .tese-laoshi .listbox .listbox-group .desc {
    position: relative;
    width: 50%;
    padding-left: 3%;
}

.hs-inner-xuexiao-tese .tese-laoshi .listbox .listbox-group .desc h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
}

@media (max-width: 1199px) {
    .hs-inner-xuexiao-tese .tese-laoshi .listbox .listbox-group .desc h3 {
        font-size: 18px;
    }
}

.hs-inner-xuexiao-tese .tese-laoshi .listbox .listbox-group .desc .note {
    position: absolute;
    top: 60px;
    right: 0;
    overflow-y: auto;
    width: 94%;
    height: -webkit-calc(100% - 60px);
    height: calc(100% - 60px);
}

.hs-inner-xuexiao-tese .tese-laoshi .listbox .listbox-group .desc .note::-webkit-scrollbar {
    position: absolute;
    left: 0;
    width: 4px;
}

.hs-inner-xuexiao-tese .tese-laoshi .listbox .listbox-group .desc .note::-webkit-scrollbar-track {
    background-color: #dcdcdc;
}

.hs-inner-xuexiao-tese .tese-laoshi .listbox .listbox-group .desc .note::-webkit-scrollbar-thumb {
    background-color: #9f9f9f;
}

.hs-inner-xuexiao-tese .tese-laoshi .listbox .listbox-group .desc .note p {
    font-size: 16px;
    line-height: 1.875;
    color: #333;
}

@media (max-width: 991px) {
    .hs-inner-xuexiao-tese .tese-laoshi .listbox .listbox-group .desc .note p {
        font-size: 14px;
    }
}

.hs-inner-what {
    background: url(../images/what_bg.jpg) no-repeat top center;
    background-size: cover;
}

.hs-inner-what .title-inner-other h2 {
    color: #bb0c1a;
}

.hs-inner-what .what-group {
    max-width: 390px;
    margin: 0 auto;
    margin-top: 100px;
    min-height: 190px;
    text-align: center;
}

@media (max-width: 1199px) {
    .hs-inner-what .what-group {
        max-width: 280px;
        margin-top: 50px;
    }
}

@media (max-width: 767px) {
    .hs-inner-what .what-group {
        max-width: 100%;
        margin-top: 20px;
    }
}

.hs-inner-what .what-group h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.66666667;
    margin-top: 0;
    color: #bb0c1a;
}

@media (max-width: 1199px) {
    .hs-inner-what .what-group h3 {
        font-size: 16px;
    }
}

.hs-inner-what .what-group p {
    font-size: 16px;
    line-height: 1.875;
    color: #666;
}

@media (max-width: 1199px) {
    .hs-inner-what .what-group p {
        font-size: 14px;
        line-height: 1.71428571;
    }
}

.hs-inner-what .what-group-3 {
    -webkit-transform: translateX(30%);
    -ms-transform: translateX(30%);
    transform: translateX(30%);
}

@media (max-width: 1560px) {
    .hs-inner-what .what-group-3 {
        -webkit-transform: translateX(5%);
        -ms-transform: translateX(5%);
        transform: translateX(5%);
    }
}

@media (max-width: 1199px) {
    .hs-inner-what .what-group-3 {
        -webkit-transform: translateX(10%);
        -ms-transform: translateX(10%);
        transform: translateX(10%);
    }
}

@media (max-width: 767px) {
    .hs-inner-what .what-group-3 {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
}

.hs-inner-what .what-group-5 {
    -webkit-transform: translateX(-30%);
    -ms-transform: translateX(-30%);
    transform: translateX(-30%);
}

@media (max-width: 1560px) {
    .hs-inner-what .what-group-5 {
        -webkit-transform: translateX(-5%);
        -ms-transform: translateX(-5%);
        transform: translateX(-5%);
    }
}

@media (max-width: 1199px) {
    .hs-inner-what .what-group-5 {
        -webkit-transform: translateX(-10%);
        -ms-transform: translateX(-10%);
        transform: translateX(-10%);
    }
}

@media (max-width: 767px) {
    .hs-inner-what .what-group-5 {
        -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
        transform: translateX(0%);
    }
}

.hs-inner-what .img {
    position: relative;
    max-width: 488px;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .hs-inner-what .img {
        max-width: 100%;
    }
}

.hs-inner-what .img img {
    max-width: 100%;
}

.hs-inner-what .img .what-logo {
    position: absolute;
    z-index: 2;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
}

.hs-inner-what .img .what-logo img {
    height: 60px;
}

@media (max-width: 1199px) {
    .hs-inner-what .img .what-logo img {
        height: 40px;
    }
}

.hs-inner-what .img .what-logo h4 {
    font-size: 24px;
    font-weight: bold;
    margin: 20px 0 0 0;
    letter-spacing: 1px;
    color: #bb0c1a;
}

@media (max-width: 1199px) {
    .hs-inner-what .img .what-logo h4 {
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    .hs-inner-what .img .what-logo h4 {
        font-size: 18px;
        margin-top: 10px;
    }
}

@media (max-width: 767px) {
    .hs-inner-what .what {
        margin-top: 30px;
    }
}

.hs-inner-what .what ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.hs-inner-what .what ul>li {
    width: 33.33333333%;
}

@media (max-width: 767px) {
    .hs-inner-what .what ul>li {
        width: 100%;
    }
}

.hs-inner-what .what-bottom {
    margin-top: 100px;
    text-align: center;
}

@media (max-width: 1199px) {
    .hs-inner-what .what-bottom {
        margin-top: 80px;
    }
}

@media (max-width: 991px) {
    .hs-inner-what .what-bottom {
        margin-top: 50px;
    }
}

@media (max-width: 767px) {
    .hs-inner-what .what-bottom {
        margin-top: 30px;
    }
}

.hs-inner-what .what-bottom h2 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.33333333;
    margin: 0;
}

@media (max-width: 1560px) {
    .hs-inner-what .what-bottom h2 {
        font-size: 24px;
    }
}

@media (max-width: 1199px) {
    .hs-inner-what .what-bottom h2 {
        font-size: 20px;
    }
}

@media (max-width: 991px) {
    .hs-inner-what .what-bottom h2 {
        font-size: 18px;
    }
}

.hs-inner-what .what-bottom h2 span {
    color: #bb0c1a;
}

.hs-inner-yimu {
    position: relative;
    z-index: 2;
    padding-bottom: 0;
}

.hs-inner-yimu .inner-text {
    max-width: 1300px;
}

.hs-inner-yimu .img {
    overflow: hidden;
    max-width: 1300px;
    margin: 0 auto;
    margin-top: 40px;
    border-radius: 10px;
}

@media (max-width: 1199px) {
    .hs-inner-yimu .img {
        margin-top: 30px;
    }
}

.hs-inner-yimu .img img {
    max-width: 100%;
    height: auto !important;
}

.hs-inner-yangzhi {
    margin-top: -50px;
    padding-top: 150px;
    background-color: #f8f8f8;
}

@media (max-width: 1199px) {
    .hs-inner-yangzhi {
        padding-top: 100px;
    }
}

.hs-inner-yangzhi .title-inner {
    text-align: center;
}

@media (min-width: 1200px) {
    .hs-inner-yangzhi .title-inner h2 {
        font-size: 30px;
    }
}

.hs-inner-yangzhi .listbox {
    margin-top: 60px;
}

@media (max-width: 1199px) {
    .hs-inner-yangzhi .listbox {
        margin-top: 30px;
    }
}

.hs-inner-yangzhi .listbox>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.hs-inner-yangzhi .listbox>ul>li {
    margin-top: 30px;
}

.hs-inner-yangzhi .listbox .listbox-group {
    max-width: 200px;
    margin: 0 auto;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    text-align: center;
}

.hs-inner-yangzhi .listbox .listbox-group .flaticon {
    font-size: 60px;
    line-height: 1;
    color: #bb0c1a;
}

@media (max-width: 991px) {
    .hs-inner-yangzhi .listbox .listbox-group .flaticon {
        font-size: 50px;
    }
}

@media (max-width: 767px) {
    .hs-inner-yangzhi .listbox .listbox-group .flaticon {
        font-size: 40px;
    }
}

.hs-inner-yangzhi .listbox .listbox-group p {
    font-size: 16px;
    line-height: 1.625;
    margin: 10px 0 0 0;
    color: #333;
}

@media (max-width: 991px) {
    .hs-inner-yangzhi .listbox .listbox-group p {
        font-size: 14px;
    }
}

.hs-inner-yangzhi .listbox .listbox-group:hover {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}

.hs-inner-peixunban .peixunban {
    position: relative;
    margin-top: 70px;
}

.hs-inner-peixunban .peixunban .peixunban-group {
    cursor: pointer;
}

.hs-inner-peixunban .peixunban .peixunban-group .ibox {
    padding-bottom: 75%;
}

.hs-inner-peixunban .peixunban .peixunban-group .ibox img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.hs-inner-peixunban .peixunban .peixunban-group p {
    font-size: 15px;
    line-height: 24px;
    display: -webkit-box;
    overflow: hidden;
    height: 24px;
    margin: 14px 0 0 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    color: #666;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.hs-inner-peixunban .peixunban .peixunban-group:hover .ibox img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.hs-inner-peixunban .peixunban .peixunban-group:hover p {
    color: #bb0c1a;
}

.hs-inner-xuexiao-tese .tese-xitong .txt {
    overflow: hidden;
    text-align: left;
}

.hs-inner-xuexiao-tese .tese-xitong .txt img {
    float: right;
    max-width: 100%;
    height: auto !important;
    margin-bottom: 20px;
    margin-left: 20px;
}

@media (max-width: 767px) {
    .hs-inner-xuexiao-tese .tese-xitong .txt img {
        float: none;
    }
}

.hs-inner-xuexiao-tese .tese-xitong .txt p {
    line-height: 2.25;
}

.hs-inner-certificate .title-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 20px;
    border-bottom: 1px solid #dcdcdc;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.hs-inner-certificate .title-inner h2 {
    font-size: 30px;
}

.hs-inner-certificate.pb-0 {
    padding-bottom: 0;
}

.hs-inner-certificate .certificate {
    position: relative;
    margin-top: 50px;
}

.hs-inner-certificate .certificate .certificate-group {
    display: block;
    cursor: pointer;
    text-align: center;
}

.hs-inner-certificate .certificate .certificate-group .img {
    padding: 14px;
    background: #f9f9f9;
}

.hs-inner-certificate .certificate .certificate-group .ibox {
    padding-bottom: 75%;
}

.hs-inner-certificate .certificate .certificate-group .ibox img {
    -webkit-transition: all 1s;
    transition: all 1s;
}

.hs-inner-certificate .certificate .certificate-group p {
    font-size: 15px;
    line-height: 24px;
    display: -webkit-box;
    overflow: hidden;
    height: 24px;
    margin: 14px 0 0 0;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    color: #666;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.hs-inner-certificate .certificate .certificate-group:hover .ibox img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.hs-inner-certificate .certificate .certificate-group:hover p {
    color: #bb0c1a;
}

{
    position: relative;
}

.swiper-yimu .swiper-slide {
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.swiper-yimu .yimu-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.swiper-yimu .swiper-pagination {
    position: absolute;
    z-index: 8;
    top: 50%;
    right: 10px;
    left: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 10px;
    height: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.swiper-yimu .swiper-pagination .swiper-pagination-bullet {
    margin: 10px 0;
    background-color: #fff;
}

.hs-inner-yimu1,
.hs-inner-yimu2,
.hs-inner-yimu3,
.hs-inner-yimu4 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    color: #fff;
}

.hs-inner-yimu1 .title-yimu h2,
.hs-inner-yimu2 .title-yimu h2,
.hs-inner-yimu3 .title-yimu h2,
.hs-inner-yimu4 .title-yimu h2 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
    position: relative;
    margin: 0;
    color: #fff;
}

@media (max-width: 1470px) {
    .hs-inner-yimu1 .title-yimu h2,
    .hs-inner-yimu2 .title-yimu h2,
    .hs-inner-yimu3 .title-yimu h2,
    .hs-inner-yimu4 .title-yimu h2 {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .hs-inner-yimu1 .title-yimu h2,
    .hs-inner-yimu2 .title-yimu h2,
    .hs-inner-yimu3 .title-yimu h2,
    .hs-inner-yimu4 .title-yimu h2 {
        font-size: 24px;
    }
}

.hs-inner-yimu1 .title-yimu h2:before,
.hs-inner-yimu2 .title-yimu h2:before,
.hs-inner-yimu3 .title-yimu h2:before,
.hs-inner-yimu4 .title-yimu h2:before {
    position: absolute;
    z-index: 1;
    top: -8px;
    left: -8px;
    display: block;
    width: 18px;
    height: 18px;
    content: "";
    background-color: #bb0c1a;
}

.hs-inner-yimu1 .title-yimu h2 span,
.hs-inner-yimu2 .title-yimu h2 span,
.hs-inner-yimu3 .title-yimu h2 span,
.hs-inner-yimu4 .title-yimu h2 span {
    position: relative;
    z-index: 4;
}

.hs-inner-yimu1 .title-yimu.center,
.hs-inner-yimu2 .title-yimu.center,
.hs-inner-yimu3 .title-yimu.center,
.hs-inner-yimu4 .title-yimu.center {
    text-align: center;
}

.hs-inner-yimu1 .title-yimu.center h2:before,
.hs-inner-yimu2 .title-yimu.center h2:before,
.hs-inner-yimu3 .title-yimu.center h2:before,
.hs-inner-yimu4 .title-yimu.center h2:before {
    display: none;
}

.hs-inner-yimu1 .desc {
    width: 50%;
    max-width: 690px;
    margin-top: 30px;
}

@media (max-width: 767px) {
    .hs-inner-yimu1 .desc {
        width: 100%;
    }
}

.hs-inner-yimu1 .desc p {
    font-size: 16px;
    line-height: 1.875;
    color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 991px) {
    .hs-inner-yimu1 .desc p {
        font-size: 14px;
    }
}

.hs-inner-yimu2 {
    padding-bottom: 50px;
}

.hs-inner-yimu2 .yimu-flex {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.hs-inner-yimu2 .guanli-listbox {
    margin-top: 8vh;
}

@media (max-width: 1199px) {
    .hs-inner-yimu2 .guanli-listbox {
        margin-top: 30px;
    }
}

.hs-inner-yimu2 .guanli-listbox ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.hs-inner-yimu2 .guanli-listbox ul li {
    position: relative;
    width: 25%;
    padding: 5vh 6% 20vh;
}

@media (max-width: 1560px) {
    .hs-inner-yimu2 .guanli-listbox ul li {
        padding: 3vh 3% 10vh;
    }
}

@media (max-width: 767px) {
    .hs-inner-yimu2 .guanli-listbox ul li {
        width: 100%;
        padding: 10px 15px 0 15px;
    }
}

.hs-inner-yimu2 .guanli-listbox ul li:before {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    content: "";
    background-image: -webkit-gradient( linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
    background-image: -webkit-linear-gradient( rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3));
    background-image: linear-gradient( rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3));
}

.hs-inner-yimu2 .guanli-listbox ul li:after {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    opacity: 0;
    background-image: -webkit-gradient( linear, left top, left bottom, from(rgba(0, 179, 254, 0)), to(rgba(0, 179, 254, 0.3)));
    background-image: -webkit-linear-gradient( rgba(0, 179, 254, 0), rgba(0, 179, 254, 0.3));
    background-image: linear-gradient( rgba(0, 179, 254, 0), rgba(0, 179, 254, 0.3));
}

.hs-inner-yimu2 .guanli-listbox ul li:hover:after {
    opacity: 1;
}

.hs-inner-yimu2 .guanli-listbox .guanli-group {
    position: relative;
    z-index: 5;
    text-align: center;
}

.hs-inner-yimu2 .guanli-listbox .guanli-group h4 {
    font-family: "D-DIN Condensed";
    font-size: 60px;
    color: #bb0c1a;
}

@media (max-width: 1560px) {
    .hs-inner-yimu2 .guanli-listbox .guanli-group h4 {
        font-size: 50px;
    }
}

@media (max-width: 1199px) {
    .hs-inner-yimu2 .guanli-listbox .guanli-group h4 {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .hs-inner-yimu2 .guanli-listbox .guanli-group h4 {
        font-size: 24px;
        margin: 0;
    }
}

.hs-inner-yimu2 .guanli-listbox .guanli-group h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25;
    margin-bottom: 30px;
}

@media (max-width: 1560px) {
    .hs-inner-yimu2 .guanli-listbox .guanli-group h3 {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .hs-inner-yimu2 .guanli-listbox .guanli-group h3 {
        margin: 10px 0;
    }
}

.hs-inner-yimu2 .guanli-listbox .guanli-group p {
    font-size: 16px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.7);
}

@media (max-width: 1560px) {
    .hs-inner-yimu2 .guanli-listbox .guanli-group p {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .hs-inner-yimu2 .guanli-listbox .guanli-group p {
        font-size: 13px;
    }
}

.hs-inner-yimu3 {
    flex-direction: column;
    padding: 100px 5% 50px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.hs-inner-yimu3 .yimu-flex {
    flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.hs-inner-yimu3 .yimu-flex .yimu-left {
    width: 30%;
}

@media (max-width: 767px) {
    .hs-inner-yimu3 .yimu-flex .yimu-left {
        width: 100%;
    }
}

.hs-inner-yimu3 .yimu-flex .yimu-left .title-yimu {
    padding-left: 18%;
}

@media (max-width: 767px) {
    .hs-inner-yimu3 .yimu-flex .yimu-left .title-yimu {
        padding-left: 15px;
    }
}

.hs-inner-yimu3 .yimu-flex .yimu-left .title-yimu h2:before {
    display: none;
}

.hs-inner-yimu3 .yimu-flex .yimu-left .yimu-menu {
    margin-top: 30px;
}

@media (max-width: 767px) {
    .hs-inner-yimu3 .yimu-flex .yimu-left .yimu-menu ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .hs-inner-yimu3 .yimu-flex .yimu-left .yimu-menu ul li {
        width: 50%;
    }
}

.hs-inner-yimu3 .yimu-flex .yimu-left .yimu-menu .menu-group {
    display: block;
    padding: 30px 5% 30px 18%;
}

@media (max-width: 1560px) {
    .hs-inner-yimu3 .yimu-flex .yimu-left .yimu-menu .menu-group {
        padding: 15px 5% 15px 18%;
    }
}

.hs-inner-yimu3 .yimu-flex .yimu-left .yimu-menu .menu-group h3 {
    font-size: 20px;
    font-weight: bold;
    line-height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.hs-inner-yimu3 .yimu-flex .yimu-left .yimu-menu .menu-group h3 .flaticon {
    font-size: 30px;
    font-weight: normal;
    margin-right: 10px;
}

.hs-inner-yimu3 .yimu-flex .yimu-left .yimu-menu .menu-group p {
    line-height: 24px;
    display: -webkit-box;
    display: none;
    overflow: hidden;
    max-width: 390px;
    height: 72px;
    margin: 10px 0 0 0;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.hs-inner-yimu3 .yimu-flex .yimu-left .yimu-menu .active .menu-group {
    background-image: -webkit-gradient( linear, right top, left top, from(rgba(52, 169, 0, 0)), to(rgba(52, 169, 0, 0.6)));
    background-image: -webkit-linear-gradient( right, rgba(52, 169, 0, 0), rgba(52, 169, 0, 0.6));
    background-image: linear-gradient( -90deg, rgba(52, 169, 0, 0), rgba(52, 169, 0, 0.6));
}

.hs-inner-yimu3 .yimu-flex .yimu-left .yimu-menu .active .menu-group p {
    display: block;
}

.hs-inner-yimu3 .yimu-flex .yimu-right {
    width: 70%;
}

@media (max-width: 767px) {
    .hs-inner-yimu3 .yimu-flex .yimu-right {
        width: 100%;
    }
}

.hs-inner-yimu3 .yimu-flex .yimu-right .yimu-group img {
    width: 100%;
}

@media (max-width: 767px) {
    .hs-inner-yimu4 {
        padding-bottom: 50px;
    }
}

.hs-inner-yimu4 .yimu-flex {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.hs-inner-yimu4 .yimu-listbox {
    margin-top: 60px;
}

@media (max-width: 1560px) {
    .hs-inner-yimu4 .yimu-listbox {
        margin-top: 30px;
    }
}

.hs-inner-yimu4 .yimu-listbox>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.hs-inner-yimu4 .yimu-listbox>ul>li {
    width: 14.28571429%;
    padding: 0 20px;
}

@media (max-width: 767px) {
    .hs-inner-yimu4 .yimu-listbox>ul>li {
        width: 25%;
    }
}

.hs-inner-yimu4 .yimu-listbox .listbox-group b {
    font-family: "D-DIN Condensed";
    font-size: 48px;
    font-weight: normal;
    line-height: 1.5;
    display: block;
}

@media (max-width: 1560px) {
    .hs-inner-yimu4 .yimu-listbox .listbox-group b {
        font-size: 40px;
    }
}

@media (max-width: 1199px) {
    .hs-inner-yimu4 .yimu-listbox .listbox-group b {
        font-size: 30px;
    }
}

.hs-inner-yimu4 .yimu-listbox .listbox-group p {
    font-size: 18px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 1560px) {
    .hs-inner-yimu4 .yimu-listbox .listbox-group p {
        font-size: 16px;
    }
}

.hs-inner-yimu4 .yimu-zhineng {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 1153px;
    margin: 0 auto;
    margin-top: 30px;
    padding: 20vh 5% 3vh 5%;
    background: url(../images/zhineng_bg.png) no-repeat top center;
    background-size: 100% auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 1560px) {
    .hs-inner-yimu4 .yimu-zhineng {
        max-width: 900px;
        padding: 10vh 3% 3vh 3%;
    }
}

@media (max-width: 767px) {
    .hs-inner-yimu4 .yimu-zhineng {
        padding: 10px;
    }
}

.hs-inner-yimu4 .yimu-zhineng .zhineng-left {
    width: 30%;
}

.hs-inner-yimu4 .yimu-zhineng .zhineng-pic {
    width: 40%;
}

.hs-inner-yimu4 .yimu-zhineng .zhineng-pic img {
    max-width: 100%;
}

.hs-inner-yimu4 .yimu-zhineng .zhineng-right {
    width: 30%;
}

.hs-inner-yimu4 .yimu-zhineng .zhinneg-group {
    font-size: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 10px 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (max-width: 1560px) {
    .hs-inner-yimu4 .yimu-zhineng .zhinneg-group {
        font-size: 18px;
        margin: 5px 0;
    }
}

.hs-inner-yimu4 .yimu-zhineng .zhinneg-group .flaticon {
    font-size: 30px;
    margin: 0 30px;
}

@media (max-width: 1560px) {
    .hs-inner-yimu4 .yimu-zhineng .zhinneg-group .flaticon {
        font-size: 24px;
    }
}

@media (max-width: 767px) {
    .hs-inner-yimu4 .yimu-zhineng .zhinneg-group .flaticon {
        margin: 0 10px;
    }
}

.swiper-slide-active .hs-inner-yimu1 .title-yimu {
    -webkit-animation: fadeInDown 1.5s 0s ease both;
    animation: fadeInDown 1.5s 0s ease both;
}

.swiper-slide-active .hs-inner-yimu1 .desc {
    -webkit-animation: fadeInUp 1.5s 0s ease both;
    animation: fadeInUp 1.5s 0s ease both;
}

.swiper-slide-active .hs-inner-yimu2 .title-yimu {
    -webkit-animation: fadeInDown 1.5s 0s ease both;
    animation: fadeInDown 1.5s 0s ease both;
}

.swiper-slide-active .hs-inner-yimu2 .guanli-listbox {
    -webkit-animation: fadeInUp 1.5s 0s ease both;
    animation: fadeInUp 1.5s 0s ease both;
}

.swiper-slide-active .hs-inner-yimu3 .yimu-left {
    -webkit-animation: fadeInLeft 1s 0s ease both;
    animation: fadeInLeft 1s 0s ease both;
}

.swiper-slide-active .hs-inner-yimu3 .yimu-right {
    -webkit-animation: fadeInRight 1s 0s ease both;
    animation: fadeInRight 1s 0s ease both;
}

.swiper-slide-active .hs-inner-yimu4 .title-yimu {
    -webkit-animation: fadeInDown 1.5s 0s ease both;
    animation: fadeInDown 1.5s 0s ease both;
}

.swiper-slide-active .hs-inner-yimu4 .yimu-listbox {
    -webkit-animation: fadeInDown 1.5s 0s ease both;
    animation: fadeInDown 1.5s 0s ease both;
}

.swiper-slide-active .hs-inner-yimu4 .yimu-zhineng .zhineng-left {
    -webkit-animation: fadeInLeft 1.5s 0s ease both;
    animation: fadeInLeft 1.5s 0s ease both;
}

.swiper-slide-active .hs-inner-yimu4 .yimu-zhineng .zhineng-pic {
    -webkit-animation: zoomIn 1.5s 0s ease both;
    animation: zoomIn 1.5s 0s ease both;
}

.swiper-slide-active .hs-inner-yimu4 .yimu-zhineng .zhineng-right {
    -webkit-animation: fadeInRight 1.5s 0s ease both;
    animation: fadeInRight 1.5s 0s ease both;
}

.page_info {
    text-align: center;
    margin: 10px auto;
    padding: 50px;
    color: #999;
    clear: both;
}

.page_info span {
    padding: 0 2px;
    font-weight: bold;
}

.page_list {
    height: 40px;
	float:left;
    line-height: 40px;
    width: 40px;
    text-align: center;
    clear: both;
    letter-spacing: 0;
    font-size: 14px;
    margin: 50px auto;
    padding: 30px;
    clear: both;
    width: 100%;
}

.page_list a {
    display: inline-block;
    color: #4c4c4c;
    border: 1px solid #4c4c4c;
    background: #fff;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 38px;
    margin: 0 1px;
    border-radius:5px;
}

.page_list a:hover {
    color: #fff;
    border: 1px solid #bb0c1a;
    background: #bb0c1a;
}

.page_list a.on {
    color: #fff;
    border: 1px solid #bb0c1a;
    background: #bb0c1a;
}

.table_a {
    overflow-x: auto;
    width: 100%;
}

.table_a table {
    border-right: 1px solid #0061b3;
    border-bottom: 1px solid #0061b3;
    width: 100%;
}

.table_a table td {
    border-left: 1px solid #0061b3;
    border-top: 1px solid #0061b3;
    text-align: left;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    padding: 0 0 0 5px;
}

.table_a table tr:nth-child(odd) {
    /* background: #f5f5f5 */
}

.table_a table th {
    border-left: 1px solid #0061b3;
    border-top: 1px solid #0061b3;
    background: #bb0c1a;
    color: #ffffff;
    font-weight: bold;
    text-align: left;
    font-size: 14px;
    height: 40px;
    line-height: 30px;
    padding: 3px;
}

.biao2 {
    background: #f1f1f1;
}

@media (max-width: 767px) {
    .table_a table th {
        line-height: 20px;
        height: auto;
    }
}

.swiper {
    width: 100%;
}

.section-product .product-list {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 200px;
    left: 0;
    opacity: 0;
    z-index: 1;
}

.section-product .product-list.on {
    opacity: 1;
    z-index: 6;
    position: relative;
}

.hs-inner-certificate-new {
    /* background: url(../images/certificate_bg.jpg) no-repeat center top;
   background-size: cover; */
    position: relative;
    padding: 0;
    background-color: #f1f1f1;
}

.hs-inner-certificate-new .certificate-text {
    position: absolute;
    width: 100%;
    left: 0;
    top: 10%;
}

@media (max-width: 1470px) {
    .hs-inner-certificate-new .certificate-text {
        top: 50px;
    }
}

@media (max-width: 1199px) {
    .hs-inner-certificate-new .certificate {
        padding-top: 200px;
    }
}

@media (max-width: 767px) {
    .hs-inner-certificate-new .certificate-text {
        position: relative;
        top: 0;
        padding: 50px 0;
    }
    .hs-inner-certificate-new .certificate {
        padding-top: 0px;
        margin-top: -140px;
    }
	.section-product .product-list{ 
	top:0; 
	margin-top:20px;
	}
}

.hs-inner-certificate-new .certificate-text ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.hs-inner-certificate-new .certificate-text ul li {
    width: 30%;
    padding: 0 15px;
}

.hs-inner-certificate-new .certificate-text ul li:nth-child(1) {
    width: 40%;
}

.hs-inner-certificate-new .certificate-text .certificate-group {
    height: 100%;
    background-color: rgba(52, 169, 0, 0.1);
    color: #bb0c1a;
    padding: 40px 30px;
}

.hs-inner-certificate-new .certificate-text .certificate-group h3 {
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 24px 0;
}

.hs-inner-certificate-new .certificate-text .certificate-group p {
    font-size: 16px;
    line-height: 1.5;
}

.hs-inner-certificate-new .certificate-text .certificate-group p span {
    font-size: 36px;
}

.hs-inner-certificate-new .certificate {
    text-align: center;
    /* margin-top: 50px; */
}

.hs-inner-certificate-new .certificate img {
    width: 100%;
}

@media (max-width: 1199px) {
    .hs-inner-certificate-new .certificate img {
        width: 140%;
        margin-left: -20%;
    }
}

@media (max-width: 1199px) {
    .hs-inner-certificate-new .certificate-text .certificate-group h3 {
        font-size: 20px;
    }
    .hs-inner-certificate-new .certificate-text .certificate-group p span {
        font-size: 30px;
    }
}

@media (max-width: 991px) {
    .hs-inner-certificate-new .certificate-text .certificate-group {
        padding: 30px 14px;
    }
    .hs-inner-certificate-new .certificate-text .certificate-group p span {
        font-size: 24px;
    }
    .hs-inner-certificate-new .certificate-text ul li {
        width: 50%;
        margin-top: 20px;
    }
    .hs-inner-certificate-new .certificate-text ul li:nth-child(1) {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .hs-inner-certificate-new .certificate-text ul {
        margin: 0 -5px;
    }
    .hs-inner-certificate-new .certificate-text ul li {
        padding: 0 5px;
        width: 100%;
    }
    .hs-inner-certificate-new .certificate-text .certificate-group p {
        font-size: 14px;
    }
    .hs-inner-certificate-new .certificate-text .certificate-group p span {
        font-size: 18px;
    }
}

.details-prev-next {
    display: inline-block;
    vertical-align: middle;
}

.details-prev-next a {
    width: 46px;
    height: 46px;
    border: 1px solid #328b0a;
    line-height: 42px !important;
    border-radius: 50%;
    text-align: center;
    padding: 0 !important;
    text-align: center;
    margin-left: 20px;
}

.details-prev-next a .flaticon {
    float: none !important;
    margin: 0 !important;
}

.details-prev-next a.prev {
    transform: rotate(180deg);
}

@media (max-width: 767px) {
    .details-prev-next a {
        margin-left: 0;
        margin-right: 20px;
        margin-top: 14px;
    }
}

.hs-inner-product-details .details-link .scroll {
    background-color: #328b0a;
    color: #ffffff;
}

.tese-laoshi .listbox {
    margin-top: 50px;
}

.tese-laoshi .laoshi-group {
    display: block;
}

.tese-laoshi .laoshi-group .ibox {
    padding-bottom: 133.3333333%;
}

.tese-laoshi .laoshi-group:hover .ibox img {
    transition: all 1s;
}

.tese-laoshi .laoshi-group .title-laoshi {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.tese-laoshi .laoshi-group .title-laoshi h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
    margin: 10px 0;
}

.tese-laoshi .laoshi-group .title-laoshi .flaticon {
    width: 24px;
    height: 24px;
    background-color: #328b0a;
    border-radius: 50%;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
}

@media (max-width: 1199px) {
    .tese-laoshi .listbox {
        margin-top: 30px;
    }
    .tese-laoshi .laoshi-group .title-laoshi h3 {
        font-size: 16px;
    }
}

.tese-laoshi .laoshi-group:hover .ibox img {
    transform: scale(1.1);
}

.tese-laoshi .laoshi-group:hover .title-laoshi h3 {
    color: #328b0a;
}

.hs-inner-zhuanjia .zhuanjia>ul>li {
    width: 50%;
}

@media (max-width: 1199px) {
    .hs-inner-zhuanjia .zhuanjia>ul>li {
        width: 100%;
    }
}

.hs-inner-zhuanjia .zhuanjia .zhuanjia-group {
    display: flex;
    flex-wrap: wrap;
}

.hs-inner-zhuanjia .zhuanjia .zhuanjia-group .pic {
    width: 50%;
    height: 100%;
}

@media (max-width: 767px) {
    .hs-inner-zhuanjia .zhuanjia .zhuanjia-group .pic {
        width: 100%;
    }
}

.hs-inner-zhuanjia .zhuanjia .zhuanjia-group .zhuanjia-desc {
    position: relative;
    width: 50%;
    background: none;
    color: #333333;
    padding-left: 3%;
    padding-bottom: 50px;
}

@media (max-width: 767px) {
    .hs-inner-zhuanjia .zhuanjia .zhuanjia-group .pic {
        width: 100%;
    }
    .hs-inner-zhuanjia .zhuanjia .zhuanjia-group .zhuanjia-desc {
        width: 100%;
        padding-top: 20px;
        padding-left: 0;
    }
}

.hs-inner-zhuanjia .zhuanjia .zhuanjia-group .zhuanjia-desc .title-zhuanjia {
    display: block;
}

.hs-inner-zhuanjia .zhuanjia .zhuanjia-group .zhuanjia-desc h3 {
    font-size: 24px;
    line-height: 1.4;
    font-weight: bold;
    color: #328b0a;
}

.hs-inner-zhuanjia .zhuanjia .zhuanjia-group .zhuanjia-desc .title-zhuanjia span {
    display: block;
}

.hs-inner-zhuanjia .zhuanjia .zhuanjia-group .zhuanjia-desc .more {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #999999;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    position: absolute;
    width: 94%;
    left: 6%;
    bottom: 0;
}

@media (max-width: 767px) {
    .hs-inner-zhuanjia .zhuanjia .zhuanjia-group .zhuanjia-desc .more {
        width: 100%;
        left: 0;
    }
}

.hs-inner-zhuanjia .zhuanjia .zhuanjia-group:hover .more {
    color: #328b0a;
    border-top: 1px solid rgba(50, 139, 10, 0.5);
    border-bottom: 1px solid rgba(50, 139, 10, 0.5);
}

.hs-inner-zhuanjia .zhuanjia .zhuanjia-group .zhuanjia-desc .note h4 {
    background-color: #328b0a;
    font-weight: normal;
    padding: 0 20px;
    line-height: 30px;
    border-radius: 6px;
    color: #ffffff;
    display: inline-block;
}

@media (max-width: 1560px) {
    .hs-inner-zhuanjia .zhuanjia .zhuanjia-group .zhuanjia-desc .note h4 {
        font-size: 14px;
    }
}

.hs-inner-zhuanjia .zhuanjia .zhuanjia-group:before {
    content: "";
    display: block;
    width: 42px;
    height: 45px;
    background: url(../images/fangkuai.png) no-repeat center;
    position: absolute;
    left: -20px;
    top: -20px;
    z-index: 1;
}

.hs-inner-zhuanjia .zhuanjia .zhuanjia-group .pic {
    position: relative;
    z-index: 2;
}

.hs-inner-pinzhi .title-pinzhi {
    position: relative;
    text-align: center;
}

.hs-inner-pinzhi .title-pinzhi:before {
    position: absolute;
    z-index: 1;
    top: 50%;
    display: block;
    width: 100%;
    height: 1px;
    content: "";
    background-color: #bb0c1a;
}

.hs-inner-pinzhi .title-pinzhi h2 {
    font-size: 30px;
    font-weight: bold;
    position: relative;
    z-index: 4;
    display: inline-block;
    padding: 0 3%;
    background-color: #fff;
}

@media (max-width: 1199px) {
    .hs-inner-pinzhi .title-pinzhi h2 {
        font-size: 24px;
    }
}

.hs-inner-pinzhi .title-pinzhi h2 span {
    font-family: "Krona One";
    font-size: 60px;
    display: inline-block;
    vertical-align: middle;
    color: #bb0c1a;
}

@media (max-width: 1199px) {
    .hs-inner-pinzhi .title-pinzhi h2 span {
        font-size: 50px;
    }
}

@media (max-width: 991px) {
    .hs-inner-pinzhi .title-pinzhi h2 span {
        font-size: 40px;
    }
}

.hs-inner-pinzhi .pinzhi {
    margin-top: 80px;
}

.hs-inner-pinzhi .pinzhi .pinzhi-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.hs-inner-pinzhi .pinzhi .pinzhi-group .pinzhi-left {
    width: 170px;
    border-right: 1px solid #bb0c1a;
}

@media (max-width: 991px) {
    .hs-inner-pinzhi .pinzhi .pinzhi-group .pinzhi-left {
        width: 120px;
    }
}

@media (max-width: 767px) {
    .hs-inner-pinzhi .pinzhi .pinzhi-group .pinzhi-left {
        width: 100px;
    }
}

.hs-inner-pinzhi .pinzhi .pinzhi-group .pinzhi-left h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25;
    margin: 0;
}

@media (max-width: 991px) {
    .hs-inner-pinzhi .pinzhi .pinzhi-group .pinzhi-left h3 {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .hs-inner-pinzhi .pinzhi .pinzhi-group .pinzhi-left h3 {
        font-size: 18px;
    }
}

.hs-inner-pinzhi .pinzhi .pinzhi-group .pinzhi-left h4 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.25;
}

@media (max-width: 991px) {
    .hs-inner-pinzhi .pinzhi .pinzhi-group .pinzhi-left h4 {
        font-size: 20px;
    }
}

@media (max-width: 767px) {
    .hs-inner-pinzhi .pinzhi .pinzhi-group .pinzhi-left h4 {
        font-size: 18px;
    }
}

.hs-inner-pinzhi .pinzhi .pinzhi-group .pinzhi-left h4 span {
    font-family: "Krona One";
    font-size: 48px;
    font-weight: bold;
    line-height: 1.25;
    color: #bb0c1a;
}

@media (max-width: 991px) {
    .hs-inner-pinzhi .pinzhi .pinzhi-group .pinzhi-left h4 span {
        font-size: 40px;
    }
}

@media (max-width: 767px) {
    .hs-inner-pinzhi .pinzhi .pinzhi-group .pinzhi-left h4 span {
        font-size: 30px;
    }
}

.hs-inner-pinzhi .pinzhi .pinzhi-group .pinzhi-txt {
    position: relative;
    width: -webkit-calc(100% - 170px);
    width: calc(100% - 170px);
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 3%;
}

@media (max-width: 991px) {
    .hs-inner-pinzhi .pinzhi .pinzhi-group .pinzhi-txt {
        width: -webkit-calc(100% - 120px);
        width: calc(100% - 120px);
    }
}

@media (max-width: 767px) {
    .hs-inner-pinzhi .pinzhi .pinzhi-group .pinzhi-txt {
        width: -webkit-calc(100% - 100px);
        width: calc(100% - 100px);
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

.hs-inner-pinzhi .pinzhi .pinzhi-group .pinzhi-txt:before {
    position: absolute;
    z-index: 4;
    top: 40px;
    left: -11px;
    display: block;
    width: 22px;
    height: 22px;
    content: "";
    border: 5px solid #fff;
    border-radius: 50%;
    background: #bb0c1a;
}

@media (max-width: 767px) {
    .hs-inner-pinzhi .pinzhi .pinzhi-group .pinzhi-txt:before {
        top: 20px;
    }
}

.hs-inner-pinzhi .pinzhi .pinzhi-group .pinzhi-txt p {
    font-size: 16px;
    line-height: 1.875;
    margin: 0;
    color: #333;
}

@media (max-width: 1199px) {
    .hs-inner-pinzhi .pinzhi .pinzhi-group .pinzhi-txt p {
        font-size: 14px;
    }
}

.hs-inner-pinzhi .pinzhi .pinzhi-group .pinzhi-txt img {
    max-width: 100%;
    height: auto !important;
}

.hs-inner-pinzhi .pinzhi .pinzhi-group .pinzhi-txt h4 {
    font-size: 16px;
    line-height: 34px;
    display: inline-block;
    padding: 0 20px;
    color: #bb0c1a;
    border: 1px solid #bb0c1a;
    background: #f5fff1;
}

@media (max-width: 1199px) {
    .hs-inner-pinzhi .pinzhi .pinzhi-group .pinzhi-txt h4 {
        font-size: 14px;
    }
}

.hs-inner-zhuanjia .zhuanjia .zhuanjia-group .zhuanjia-desc .note p {
    max-height: 90px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.zhuanjia-details .desc {
    position: relative;
    padding-bottom: 40px;
}

.zhuanjia-details .return {
    position: absolute;
    bottom: 0;
    left: 5%;
    color: #328b0a;
    font-size: 16px;
}

.zhuanjia-details .return:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(../images/return.png) no-repeat center;
    background-size: cover;
    vertical-align: middle;
    margin-right: 10px;
}

.zhuanjia-details .return:hover {
    text-decoration: underline;
}

@media (max-width: 767px) {
    .zhuanjia-details .return {
        left: 0;
    }
}

@media (max-width: 767px) {
    .hs-home-service{
        padding-left: 0;
        padding-right: 0;
		padding-bottom:50px;
    }
	
	
    .hs-home-product {
        padding-left: 0;
        padding-right: 0;
		padding-bottom:75px;
    }
	
    .hs-pad .container {
        width: 100%;
    }
    .hs-home-about .about .note p {
        font-size: 14px;
    }
    .hs-home-service .service .service-menu .menu-group .flaticon {
        margin-right: 4px;
    }
}

.hs-inner-about .video {
    max-width: 800px;
    margin-top: 30px;
}

.hs-inner-about .video .ibox {
    padding-bottom: 60%;
}

.hs-inner-about .video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}