body {
    font-family: 'Microsoft YaHei';
    color: #333333;
    -webkit-text-size-adjust: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    min-width: 1300px;
}

.container {
    width: 1300px;
    /* overflow: hidden; */
    margin: 0 auto;
}

.top {
    width: 100%;
    border-top: 7px solid #1F1A17;
    position: relative;
    margin: 0 auto;
}

.top-img {
    display: inline-block;
    float: left;
    height: 102px;
}

.top-left {
    float: left;
}

.top-right {
    float: right;
}

.top-left img {
    display: inline-block;
    vertical-align: middle;
}

.top-title {
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px;
}

.top-title h3 {
    padding-bottom: 2px;
    font-size: 24px;
    font-weight: 600;
}

.top-title p {
    font-size: 21px;
    color: #DA261E;
}

.top-content {
    padding-top: 8px;
    padding-bottom: 8px;
}

.top-right p {
    font-size: 20px;
    color: #DA261E;
    text-align: right;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: left;
}

.top-right p span {
    color: #333333;
    font-size: 18px;
}

.top-right form {
    display: inline-block;
    position: relative;
}

.en {
    display: inline-block;
    margin-left: 10px;
}

.en a {
    background: #da261e;
    color: #fff;
    padding: 6px 10px;
    margin-right: 5px;
}

.top-right input {
    width: 200px;
    border: 1px solid #999;
    height: 25px;
    padding-left: 10px;
}

.top-right form:focus {
    border: 1px solid;
}

.top-right button {
    position: absolute;
    border: none;
    background: #1F1A17;
    height: 27px;
    right: 0px;
    width: 30px;
    cursor: pointer;
}

.top-right button i {
    color: #ffffff;
}

.header {
    width: 100%;
    background: #333333;
}

.header ul li {
    display: inline-block;
    padding: 7px 10px;
    display: inline-block;
    width: 155px;
    text-align: center;
    position: relative;
    transition: all .5s ease-in-out;
    cursor: pointer;
}

.li-nav {
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    min-width: 11rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.04);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.04);
    border-radius: 3px;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    opacity: 0;
    /* visibility: hidden; */
    -webkit-transform: translate(0, -8px);
    transform: translate(0, -8px);
    z-index: 9999;
    top: 45px;
}

.header ul li:hover .li-nav {
    opacity: 1;
}

.header ul li::after {
    position: absolute;
    top: -3px;
    left: 13px;
    width: 145px;
    height: 41px;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    background: #DA261E;
    content: '';
    z-index: 1;
    display: block;
    opacity: 0;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    z-index: 1;
}

.header ul li:hover::after {
    opacity: 1;
}

.header ul li .li-nav a {
    font-size: 16px;
    color: #333333;
    display: block;
    line-height: 30px;
    position: relative;
}

.header ul li .li-nav a:before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 0%;
    height: 2px;
    transition: all 0.35s ease-out;
    background-color: #da261e;
    -webkit-transition: all 0.35s ease-out;
}

.header ul li .li-nav a:hover::before {
    width: 100%;
}

.header ul li .li-nav a:hover {
    color: #da261e;
}


/* .header ul li:hover::before{
   
    opacity: 1;
}
.header ul li:focus::before{
    opacity: 1;
}
.header ul li:active::before{
    opacity: 1;
}
.header ul li::before{
    position: absolute;
    top: -3px;
    left: 13px;
    width: 145px;
    height: 41px;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    background: #DA261E;
   
    content: '';
    z-index: 1;
    display: block;
    opacity: 0;
    transition: all .5s ease-in-out;
} */

.header-active::before {
    position: absolute;
    top: -3px;
    left: 13px;
    width: 145px;
    height: 41px;
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    background: #DA261E;
    content: '';
    z-index: 1;
    display: block;
    opacity: 1;
    z-index: 1;
}

.header ul li .header-a {
    color: #ffffff;
    font-size: 18px;
    position: relative;
    z-index: 9;
    transition: all .3s ease-in-out;
    display: block;
}


/* .header ul li:hover .header-a{
    color: #DA261E;
}  */

.index-banner {
    width: 100%;
    overflow: hidden;
}

.banner-title {
    position: absolute;
    top: 50%;
    /*偏移*/
    transform: translateY(-50%);
}

.banner-title h3 {
    font-size: 50px;
    padding-bottom: 30px;
    color: #fff;
}

.banner-title p {
    font-size: 24px;
    line-height: 35px;
    color: #ffffff;
    padding-bottom: 30px;
}

.banner-border {
    display: block;
    width: 200px;
    height: 4px;
    background: #ffffff;
}

.index-banner .swiper-slide,
.swiper-container1 {
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 675px;
}

.swiper-container_inner {
    height: 480px;
}

.swiper-container_inner .banner-title {
    top: 40%;
}

.index-banner .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    position: relative;
    bottom: 78px;
}

.index-banner .swiper-pagination-bullet {
    border-radius: 0;
    width: 45px;
    height: 5px;
}

.index-banner .swiper-pagination-bullet-active {
    background: #da261e;
}

.index-product {
    background: url(../images/product.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    overflow: hidden;
    height: 100%;
    position: relative;
    top: -50px;
    padding: 40px 0;
}
.index-product .index-link h3{
	width:300px;
	background-color: #da251c;
	border-radius: 50px;
	margin: 20px auto;
	padding:1px 0;
	text-align:center;
}

.index-product .index-bootom .index-link {
    text-decoration: none;
    color: #fff;
}

.index-product .index-bootom .index-link h3 {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
	text-align:center;
}

.index-title h3 {
    text-align: center;
    font-size: 38px;
    font-weight: 600;
}

.title-l {
    width: 7px;
    height: 41px;
    -webkit-transform: skew(-25deg);
    -moz-transform: skew(-25deg);
    -o-transform: skew(-25deg);
    background: #DA261E;
    display: inline-block;
    margin-right: 30px;
    vertical-align: -8px;
}

.title-r {
    width: 7px;
    height: 41px;
    -webkit-transform: skew(-25deg);
    -moz-transform: skew(-25deg);
    -o-transform: skew(-25deg);
    background: #DA261E;
    display: inline-block;
    margin-left: 30px;
    vertical-align: -8px;
}

.index-title p {
    font-size: 31px;
    color: #cccccc;
    text-align: center;
    padding: 15px 0;
}

.index-product-tab-li li {
    cursor: pointer;
    float: left;
    /* margin-right: 25px; */
    margin-bottom: 15px;
    text-align: center;
    width: 320px;
    /* margin-right: 25px; */
    height: 106px;
    text-align: center;
    background: url(../images/prbg.png) no-repeat;
    background-size: cover;
    background-position: center;
}

.index-product-tab {
    text-align: center;
}

.index-product-tab-li {
    display: inline-block;
}

.index-product-tab-li li img {
    padding: 15px 0;
}

.index-product-tab-li li p {
    margin-top: -10px;
    font-size: 20px;
    text-align: center;
    color: #ffffff;
}

.product-active {
    height: 106px !important;
    width: 320px !important;
    background: url(../images/prbg2.png) no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
}

.main1 li {
    display: inline-block;
    border: 1px solid #ccc;
    width: 405px;
    height: 380px;
    margin-right: 15px;
    background: #fff;
    vertical-align: top;
    margin-bottom: 15px;
    text-align: center;
}

.main1 li img {
    max-width: 100%;
}

.main1 li .main1-detail {
    width: 405px;
    height: 380px;
    display: block;
    position: relative;
    overflow: hidden;
}

.main1 li .main1-detail .main1-title {
    font-size: 16px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    transform: translate(-50%, 0);
    background-color: rgba(0, 0, 0, .6);
    padding: 13px 5px;
    color: #ffffff;
}

a:hover,
a:focus {
    text-decoration: none;
}

.index-product-tab-li {
    padding-bottom: 15px;
}

.main1 li .main1-detail:hover .main1-text {
    opacity: 1;
}

.main1 li .main1-detail:hover::after {
    background-color: #da261e;
    opacity: .6;
}

.main1-text {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 0.3s;
    color: #fff;
    z-index: 3;
}

.main1 li .main1-detail::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    right: 0;
    bottom: 0;
    /* background-color: #da261e;
    opacity: 0;
    filter: alpha(opacity=0); */
    /* background-color: rgb(218 38 30 / .8);
    opacity: 0; */
    transition: all 0.3s;
    z-index: 2;
}

.main1-text h3 {
    padding: 20px 10px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.main1-text p {
    font-size: 16px;
    line-height: 25px;
    text-align: justify;
    color: #ffffff;
    padding: 0 30px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.main1-text .main1-jia {
    display: inline-block;
    border: 1px solid #ffffff;
    font-size: 20px;
    color: #ffffff;
    padding: 5px 15px;
    margin-top: 30px;
}

.index-service-title {
    text-align: center;
    background: url(../images/si.png) no-repeat;
    background-size: cover;
    background-position: center;
    width: 850px;
    margin: 0 auto;
    margin-bottom: 40px;
}

.index-service-title h3 {
    font-size: 48px;
}

.index-service-title h3 strong {
    font-weight: 600;
}

.index-service-title p {
    font-size: 18px;
    padding-top: 10px;
    color: #FF0000;
}

.index-service-bg {
    background-size: cover;
    background-position: center;
    background: url(../images/xianbg.jpg) no-repeat;
    width: 100%;
    height: 1572px;
}

.index-service-left {
    float: left;
}

.index-service-right {
    float: right;
}

.index-service-text {
    padding-left: 100px;
    width: 680px;
    overflow: hidden;
}

.index-service-text h3 {
    font-size: 28px;
    color: #CC0000;
    padding-bottom: 3px;
}

.index-service-text h5,
p {
    font-size: 16px;
}

.index-service-text .service-en {
    font-size: 12px;
    line-height: 16px;
    padding-bottom: 10px;
    color: #666666;
}

.index-service-text p {
    line-height: 30px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.dingwei {
    position: relative;
    top: -115px;
}

.dingwei2 {
    position: relative;
    top: 22px;
    left: 150px;
}

.dianwei3 {
    position: relative;
    top: 58px;
    left: 33px;
}

.dianwei4 {
    position: relative;
    top: -50px;
}

.dingwei5 {
    position: relative;
    top: -120px;
}

.dingwei6 {
    position: relative;
    left: 144px;
    bottom: 385px;
}

.index-service {
    width: 100%;
    overflow: hidden;
}

.index-about {
    background: url(../images/bg.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 699px;
    margin-top: -220px;
    overflow: hidden;
}

.index-about-content {
    width: 650px;
    padding-left: 150px;
    padding-top: 120px;
}

.list-li h3 {
    font-size: 38px;
    color: #fff;
    font-weight: 600;
}

.list-li p {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    text-indent: 2rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.about-menu li {
    margin-right: 10px;
    display: inline-block;
    cursor: pointer;
    padding: 0 10px;
    line-height: 30px;
    height: 30px;
    text-align: center;
    background: #666666;
    -webkit-transform: skew(-25deg);
    -moz-transform: skew(-25deg);
    -o-transform: skew(-25deg);
    transition: all .4s ease;
}

.about-menu li a {
    color: #ffffff;
    font-size: 16px;
    -webkit-transform: skew(25deg);
    -moz-transform: skew(25deg);
    -o-transform: skew(25deg);
    display: block;
}

.about-list-text {
    padding-top: 50px;
}

.about-menu-active {
    background: #DA261E !important;
}

.about-menu li:hover {
    background: #DA261E;
}

.about-menu {
    padding-top: 50px;
}

.about-more {
    color: #fff;
}

.index-cp {
    background: #333333;
    width: 100%;
    padding: 40px 0;
}

.index-cp-title {
    position: relative;
}

.index-cp-title h3 {
    font-size: 38px;
    color: #ffffff;
    font-weight: 600;
    display: inline-block;
}

.index-cp-title .cp-en {
    font-size: 24px;
    padding-left: 20px;
    color: #ccc;
    display: block;
}

.index-cp-title .cp-more {
    position: absolute;
    color: #ffffff;
    font-size: 14px;
    bottom: 7px;
    right: 0;
}

.index-cp-title .cp-more:hover {
    color: #DA261E;
}

.index-cp-title .cp-more span {
    background: #BD2019;
    display: inline-block;
    padding: 0 4px;
    height: 16px;
    color: #ffffff;
    line-height: 16px;
}

.index-cp-left {
    float: left;
    width: 630px;
}

.index-cp-right {
    width: 630px;
    float: right;
    position: relative;
}

.swiper-container2 {
    width: 630px;
    overflow: hidden;
    padding-top: 30px;
}

.slide-imgs li {
    display: inline-block;
    padding-right: 10px;
    padding-bottom: 10px;
}

.swiper-container3 {
    width: 480px;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 30px;
}

.cp-next {
    margin-top: 38px;
    width: 45px;
    height: 45px;
    background-color: rgb(195 195 195 / 26%);
    border-radius: 100%;
    background-image: url(../images/r.png);
    -moz-background-size: 30px 30px;
    -webkit-background-size: 30px 30px;
    background-size: 30px 30px;
}

.cp-prev {
    margin-top: 38px;
    width: 45px;
    height: 45px;
    background-color: rgb(195 195 195 / 26%);
    border-radius: 100%;
    background-image: url(../images/l.png);
    -moz-background-size: 30px 30px;
    -webkit-background-size: 30px 30px;
    background-size: 30px 30px;
}

.index-company {
    padding: 40px 0;
    width: 100%;
}

.company-left {
    float: left;
    width: 820px;
}

.company-right {
    float: left;
    width: 420px;
    padding-left: 60px;
}

.company-title {
    padding-bottom: 20px;
}

.company1 {
    float: left;
    width: 390px;
}

.company2 {
    float: right;
    width: 390px;
}

.company-title h3 {
    font-size: 18px;
    color: #000000;
    display: inline-block;
}

.company-title h3 span {
    color: #DA261E;
}

.company-more {
    float: right;
    font-size: 14px;
    color: #666666;
}

.company-more:hover {
    color: #DA261E;
}

.company-more span {
    background: #BD2019;
    display: inline-block;
    color: #ffffff;
    padding: 0 4px;
    line-height: 15px;
}

.company-title p {
    font-size: 20px;
    color: #cccccc;
    padding-top: 3px;
    font-weight: 600;
}

.company-title p span {
    font-weight: normal;
    display: inline-block;
}

.company-text {
    padding-top: 20px;
}

.company-text li a span {
    display: inline-block;
    padding-right: 10px;
}

.company-text li a {
    font-size: 14px;
    color: #666666;
    display: block;
    line-height: 30px;
    transition: all .4s ease;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.company-text li a:hover {
    color: #DA261E;
}

.company-img {
    overflow: hidden;
    display: block;
}

.company-img img {
    overflow: hidden;
    transition: all .5s ease-in-out;
}

.company-img img:hover {
    transform: scale(1.2);
}

.wen span {
    background: linear-gradient(-45deg, transparent 7px, #FE0B00 0);
    padding: 5px 10px;
    color: #fff;
    font-size: 16px;
    display: inline-block;
}

.wen a {
    font-size: 16px;
    color: #666666;
    padding-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    white-space: nowrap;
    width: 345px;
}

.wen a:hover {
    color: #DA261E;
}

.common {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
    padding-top: 10px;
}

.da {
    padding-top: 10px;
}

.da span {
    background: linear-gradient(-45deg, transparent 7px, #000 0);
    padding: 5px 10px;
    color: #fff;
    font-size: 16px;
    display: inline-block;
}

.da p {
    display: inline-block;
    vertical-align: middle;
    width: 355px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    float: right;
    font-size: 16px;
    color: #666666;
}

#mocc {
    height: 393px;
    overflow: hidden;
}

.footer {
    background: url(../images/footer.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 344px;
    overflow: hidden;
    padding-top: 60px;
}

.footer-list ul li {
    display: inline-block;
    float: left;
    width: 200px;
    overflow: hidden;
}

.footer-list ul li h3 {
    font-size: 18px;
    padding-right: 5px;
    color: #ffffff;
    padding-bottom: 15px;
    font-weight: 600;
}

.footer-list ul li a {
    font-size: 14px;
    color: #ffffff;
    display: block;
    line-height: 30px;
}

.footer-list ul li a:hover {
    color: #da261e;
}

.footer-list ul li p {
    font-size: 14px;
    color: #ffffff;
    line-height: 30px;
}

.footer-bt {
    border-right: 3px solid transparent;
    border-bottom: 4px solid #DA261E;
    display: block;
    width: 82px;
    margin-bottom: 20px;
}

.footer-link {
    padding-top: 40px;
    padding-bottom: 10px;
    color: #ccc;
    font-weight: 600;
    font-size: 14px;
    border-bottom: 2px solid #999;
}

.footer-link a {
    font-weight: normal;
    color: #ccc;
    padding-right: 10px;
}

.footer-link a:hover {
    color: #da261e;
}

.footer-l {
    font-size: 14px;
    float: left;
    color: #8e8e8e;
}

.footer-l a {
    font-size: 14px;
    color: #8e8e8e;
}

.footer-l a:hover {
    color: #da261e;
}

.footer-r {
    float: right;
}

.footer-bottom {
    padding-top: 20px;
}

.footer-r a {
    font-size: 14px;
    color: #8e8e8e;
}

.footer-r a:hover {
    color: #da261e;
}

.footer-r span {
    font-size: 14px;
    color: #8e8e8e;
    font-weight: 500;
    padding: 0 5px;
    display: inline-block;
}

.nav-list ul li {
    font-size: 14px;
    display: inline-block;
    color: #333333;
    padding-right: 5px;
}

.nav-list ul li a {
    display: inline-block;
}

.nav-list ul li a:hover {
    color: #DA261E;
}

.nav-active {
    color: #DA261E;
}

.news {
    background: url(../images/news.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    padding: 30px 0;
}

.news-content {
    padding-top: 40px;
}

.news-title {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 15px;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    transition: all .4s ease-in-out;
    text-overflow: ellipsis;
}

.news-text p {
    font-size: 14px;
    line-height: 22px;
    transition: all .4s ease-in-out;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-text {
    padding: 15px 10px;
    background: #f5f5f5;
    transition: all .4s ease-in-out;
}

.news-main {
    overflow: hidden;
}

.news-main-detail:hover .news-text {
    background: #DA261E;
}

.news-main-detail:hover .news-title {
    color: #ffffff;
}

.news-main-detail:hover .news-text p {
    color: #ffffff;
}

.news-main li {
    display: inline-block;
    width: 405px;
    margin-right: 15px;
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
}

.news-main-detail {
    display: block;
    transition: all .4s ease-in-out;
}

.news-img {
    overflow: hidden;
}

.news-img img {
    max-width: 100%;
    transition: all .4s ease-in-out;
    margin: 0 auto;
    display: block;
}

.news-main-detail:hover .news-img img {
    transform: scale(1.1);
}

.news-time {
    position: absolute;
    top: 10px;
    background: #999999;
    left: 10px;
    padding: 10px 10px;
    transition: all .4s ease-in-out;
}

.news-time h4 {
    font-size: 22px;
    text-align: center;
    color: #ffffff;
    padding-bottom: 5px;
    font-weight: 600;
}

.news-time span {
    display: block;
    text-align: center;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}

.news-main-detail:hover .news-time {
    background: #DA261E;
}

.page {
    text-align: center;
    padding-top: 20px;
}

.page li {
    display: inline-block;
}

.page li {
    list-style: none;
    display: inline-block;
}

.page li a {
    font-size: 16px;
    color: #fff;
    padding: 1px 11px;
    text-align: center;
    line-height: 32px;
    height: 32px;
    color: #757575;
    background-color: #fff;
    -webkit-transition: .2s linear;
    transition: .2s linear;
    border: 1px solid #eaeff4;
    display: inline-block;
}

.page-active {
    background-color: #DA261E !important;
    color: #ffffff !important;
}

.page a:hover {
    background-color: #DA261E !important;
    color: #ffffff !important;
}

.newshow {
    background: url(../images/newshow.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 30px;
}

.newshow-l {
    overflow: hidden;
    width: 950px;
    margin-top: 30px;
    float: left;
    background: #ffffff;
    padding: 20px 15px;
}

.newshow-r {
    overflow: hidden;
    width: 295px;
    float: right;
    margin-top: 30px;
}

.newshow-l-top {
    padding-bottom: 10px;
    border-bottom: 1px solid #cccccc;
}

.newshow-l-top ul {
    float: left;
}

.newshow-l-top ul li {
    padding-right: 35px;
    color: #999999;
    font-size: 14px;
    display: inline-block;
}

.newshow-l-top ul li a:hover {
    color: #DA261E;
}

.newshow-l-top .newshow-l-right {
    float: right;
}

.newshow-l-top ul li span {
    display: inline-block;
    padding-right: 10px;
}

.newshow-l h3 {
    font-size: 30px;
    color: #000000;
    padding-bottom: 20px;
}

.wx,
.weibo,
.kongjian,
.jia {
    width: 32px;
    height: 32px;
    transition: all .5s inherit;
    background-size: cover;
    display: inline-block;
    margin-right: 10px;
}

.wx {
    background: url(../images/wxtb.png) no-repeat;
}

.wx:hover {
    background: url(../images/wxtb2.png) no-repeat;
}

.weibo {
    background: url(../images/weibo.png) no-repeat;
}

.weibo:hover,
.weibo:focus {
    background: url(../images/weibo2.png) no-repeat;
}

.kongjian {
    width: 34px;
    height: 34px;
    background: url(../images/k.png) no-repeat;
}

.kongjian:hover {
    background: url(../images/k2.png) no-repeat;
}

.jia {
    background: url(../images/jia.png) no-repeat;
}

.jia:hover {
    background: url(../images/jia2.png) no-repeat;
}

.newshow-t {
    padding-top: 20px;
}

.newshow-t p {
    font-size: 16px;
    line-height: 23px;
    text-indent: 2rem;
}

.newshow-t img {
    margin: 0 auto;
    display: block;
    padding: 15px 0;
}

.newshow-r1 ul li a {
    font-size: 14px;
    color: #333333;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    transition: all .5s inherit;
    overflow: hidden;
    -webkit-transition: all .5s inherit;
}

.newshow-r1 ul li a:hover {
    color: #da251c;
}

.newshow-r1 ul li a:hover .fa {
    color: #da251c;
}

.newshow-r1 ul li .fa {
    color: #ccc;
    padding-right: 5px;
}

.newshow-r1 h3,
.newshow-r2 h3 {
    margin-bottom: 10px;
    font-size: 30px;
    color: #333333;
    padding-bottom: 10px;
    border-bottom: 3px solid #da251c;
}

.newshow-r1 {
    background: #ffffff;
    padding: 20px 15px;
    overflow: hidden;
}

.newshow-r2 {
    padding: 20px 15px;
    overflow: hidden;
    margin-top: 30px;
    background: #ffffff;
}

.newshow-r2-text a {
    padding: 5px 9px;
    margin-bottom: 10px;
    margin-right: 10px;
    font-size: 14px;
    color: #757575;
    background-color: #e9ecf0;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .125rem;
    display: inline-block;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.newshow-r2-text a:hover {
    color: #ffffff;
    background: #DA251C;
}

.hr {
    padding: 30px 0;
}

.hr h3 {
    font-size: 34px;
    font-weight: 600;
    padding-bottom: 30px;
}

.hr ul li {
    display: inline-block;
    width: 575px;
    margin-right: 30px;
    padding: 20px 20px;
    background: #ebebeb;
    overflow: hidden;
    position: relative;
}

.hr ul li::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    display: block;
    background: #DA251C;
    content: '';
    transition: all .5s ease-in-out;
    z-index: 1;
}

.hr ul li:hover p {
    color: #ffffff;
    z-index: 999;
    position: relative;
}

.hr ul li:hover h4 {
    color: #ffffff;
    border-bottom: 2px solid #ffffff;
    z-index: 999;
    position: relative;
}

.hr ul li:hover::after {
    width: 100%;
}

.hr ul li h4 {
    font-size: 20px;
    transition: all .5s ease-in-out;
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 2px solid #da251c;
}

.hr ul li p {
    font-size: 16px;
    line-height: 30px;
    transition: all .5s ease-in-out;
}

.contact {
    background: url(../images/contact6.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 30px 0;
}

.contact-title h3 {
    color: #ffffff;
    font-size: 26px;
    padding-bottom: 10px;
    font-weight: 600;
}

.contact-title p {
    font-size: 30px;
    color: #ffffff;
    font-weight: 600;
    line-height: 36px;
    padding-bottom: 20px;
}

.contact-title .contact-border {
    display: block;
    width: 140px;
    margin-bottom: 20px;
    height: 3px;
    margin-top: 10px;
    background: #ffffff;
}

.box-content-nav {
    text-align: right;
    padding-bottom: 30px;
}

.box-content-nav a {
    font-size: 14px;
    color: #cccccc;
    padding-right: 5px;
    transition: all .4s ease-in-out;
}

.box-content-nav span {
    font-size: 14px;
    color: #cccccc;
    padding-right: 5px;
}

.box-content-nav .fa-home {
    color: #da251c;
    padding-right: 2px;
    font-size: 16px;
}

.box-content-nav .nav-link.active,
.box-content-nav .nav-link:hover,
.box-content-nav .nav-link:focus {
    color: #DA251C;
}

.activek {
    color: #da251c !important;
}

.box-content-nav .nav li {
    display: inline-block;
}

.contact-left {
    float: left;
    width: 835px;
    overflow: hidden;
}

.contact-right {
    float: right;
    width: 465px;
    overflow: hidden;
}

.contact-lx {
    padding-top: 30px;
    padding-left: 35px;
    height: 600px;
    padding-right: 20px;
    background: #da251c;
    padding-bottom: 30px;
}

.text-normal {
    font-size: 18px;
    color: #ffffff;
    margin: 0;
    padding-bottom: 20px;
    font-weight: bold;
}

.contact-p {
    padding-bottom: 20px;
    color: #ffffff;
    font-size: 16px;
}

.contact-wx {
    padding-top: 15px;
}

.contact-p p {
    line-height: 28px;
}

.contact-wx-text p {
    color: #ffffff;
    line-height: 28px;
    font-size: 16px;
}

.about {
    background: url(../images/aboutbg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
}

.about-weito-r {
    width: 638px;
}

.about-weito-l {
    float: left;
    width: 662px;
    overflow: hidden;
}

.about-weito-r {
    float: right;
    overflow: hidden;
}

.about-weituo-title {
    font-size: 28px;
    z-index: 9;
    margin-bottom: 20px;
    color: #666666;
    position: relative;
}

.about-weituo-title::after {
    position: absolute;
    bottom: 0;
    content: '';
    width: 114px;
    height: 8px;
    background: #ffcc00;
    display: block;
    z-index: -1;
    border-radius: 15px;
}

.about-weito-r p {
    font-size: 16px;
    color: #666666;
    text-indent: 2rem;
    line-height: 30px;
    padding-bottom: 10px;
}

.about-weituo {
    padding-bottom: 30px;
    padding-top: 20px;
}

.about-weito-r .digital {
    color: #333333;
    margin-top: 15px;
}

.about-weito-r .main {
    width: 600px;
    margin: 0 auto;
    font-size: 0;
}

.about-weito-r .mumping_mun li {
    width: 178px;
    display: inline-block;
    margin: 20px auto;
    margin-right: 10px;
    padding-top: 20px;
    padding-bottom: 10px;
    text-align: center;
    border: 1px solid #FAFAFA;
    box-shadow: 0px 0px 3px 0px #e4e4e4;
}

.about-weito-r .mumping_mun p {
    font-size: 16px;
    text-align: center;
    display: block;
    clear: both;
    text-indent: 0;
    padding-bottom: 0;
    padding-top: 5px;
}

.about-weito-r .mumping_mun h2 {
    font-size: 30px;
    font-weight: normal;
    margin-right: 10px;
    color: #da251c;
}

.mumping_mun {
    padding: 0 15px;
}

.mun_top {
    height: 35px;
}

.mun_top sup {
    font-size: 75%;
    color: #da251c;
    line-height: 0;
    position: relative;
    top: -49px;
    left: 32px;
    vertical-align: baseline;
}

.about-weito-r .mumping_mun li:last-child {
    margin-right: 0;
}

.about-img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.icon-box {
    padding-right: 0;
    vertical-align: top;
}

.icon-box img {
    vertical-align: middle;
}

.about-text {
    vertical-align: middle;
    display: inline-block;
    padding-left: 5px;
}

.about-text h4 {
    font-size: 22px;
    color: #333333;
    display: inline-block;
    vertical-align: middle;
}

.about-text p {
    font-size: 16px;
    color: #333333;
    margin: 0;
}

.icon-box {
    margin-bottom: 20px;
}

.about-team {
    padding: 50px 0;
    background: url(../images/about6.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
}

.about-team1 {
    background: #da251c;
    padding: 0px 40px;
    height: 530px;
    overflow: hidden;
}

.about-team11 {
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
}

.about-team1 h3 {
    font-size: 28px;
    z-index: 9;
    margin-bottom: 45px;
    color: #ffffff;
    position: relative;
}

.about-team1 h3::after {
    position: absolute;
    bottom: 0;
    content: '';
    width: 142px;
    height: 8px;
    background: #ffcc00;
    display: block;
    z-index: -1;
    border-radius: 15px;
}

.about-team1 p {
    font-size: 16px;
    color: #ffffff;
    line-height: 30px;
}

.about-team ul li {
    display: inline-block;
    width: 400px;
    float: left;
    overflow: hidden;
    height: 530px;
}

.team-img img {
    display: block;
    margin: 0 auto;
    transition: all .4s ease;
    overflow: hidden;
}

.team-img,
.about-team3 {
    overflow: hidden;
}

.team-img img:hover,
.about-team3 img:hover {
    transform: scale(1.1);
}

.about-team3 img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    transition: all .4s ease;
    overflow: hidden;
}

.qualifications {
    padding: 30px 0;
}

.qualifications h3 {
    font-size: 30px;
    color: #666666;
    padding-bottom: 30px;
    text-align: center;
}

.swiper-container4 {
    width: 1140px;
    margin: 0 auto;
    overflow: hidden;
}

.swiper-container4 img {
    max-width: 100%;
}

.about-next {
    width: 45px;
    height: 45px;
    background-color: rgb(0 0 0 / 26%);
    border-radius: 100%;
    background-image: url(../images/r.png);
    -moz-background-size: 30px 30px;
    -webkit-background-size: 30px 30px;
    background-size: 30px 30px;
}

.about-prev {
    width: 45px;
    height: 45px;
    background-color: rgb(0 0 0 / 26%);
    border-radius: 100%;
    background-image: url(../images/l.png);
    -moz-background-size: 30px 30px;
    -webkit-background-size: 30px 30px;
    background-size: 30px 30px;
}

.qualifications-lun {
    width: 1300px;
    position: relative;
}

.serive-li li {
    float: left;
    display: inline-block;
}

.serive-r {
    background: #da251c;
    width: 410px;
    height: 471px;
    padding: 30px 55px;
}

.serive-l {
    width: 780px;
    overflow: hidden;
}

.serive-l img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.serive-r h3 {
    font-size: 28px;
    color: #ffffff;
    padding-top: 60px;
    text-align: left;
    padding-bottom: 40px;
}

.serive-r p {
    font-size: 16px;
    color: #ffffff;
    text-align: left;
    line-height: 30px
}

.serive-r h5 {
    font-size: 28px;
    color: #ffffff;
    text-align: left;
    font-weight: 600;
    padding-top: 10px;
}

.serive-r h4 {
    font-size: 28px;
    color: #ffffff;
    text-align: left;
    padding-top: 50px;
}

.prdshow-r {
    float: right;
    position: relative;
    padding: 50px 50px 30px 50px;
    width: 600px;
    background: #da251c;
    overflow: hidden;
    height: 431px;
}

.prdshow-content {
    padding: 20px 0;
}

.zoom {
    position: relative;
    float: left;
}

.zoomMiddle {
    border: 1px solid #ccc;
    width: 550px;
    height: 509px;
    overflow: hidden;
    margin-bottom: 10px;
    cursor: pointer;
    position: relative;
}

.zoomMiddle img {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

.mask {
    width: 100px;
    height: 100px;
    background: #abcdef;
    opacity: 0.4;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

.zoomSmall {
    /* -overflow: hidden;
    width: 450px; */
}

.zoomSmall span {
    float: left;
    height: 52px;
    line-height: 52px;
    width: 15px;
    text-align: center;
    border: 1px solid #ccc;
    cursor: pointer;
    margin-top: 20px;
}

.zoomSmall span.disable {
    cursor: pointer;
    background: #ccc;
}

.wrapSmallImg {
    float: left;
    height: 100px;
    width: 518px;
    /*background: #f00;*/
    position: relative;
    overflow: hidden;
}

.wrapSmallImg ul {
    /* width: 528px; */
    /*background: #f00;*/
    position: absolute;
    left: 0;
    top: 0;
}

.wrapSmallImg ul li {
    float: left;
    width: 95px;
    height: 89px;
    border: 2px solid #ccc;
    margin: 3px 2px;
    _display: inline;
    cursor: pointer;
    overflow: hidden;
}

.wrapSmallImg ul li.current {
    border: 2px solid #da251c;
}

.wrapSmallImg ul li img {
    width: 95px;
}

.zoomLarge {
    width: 400px;
    height: 400px;
    border: 1px solid #ccc;
    position: absolute;
    top: 0;
    left: 568px;
    overflow: hidden;
    z-index: 99;
    display: none;
}

.zoomLarge img {
    width: 600px;
    height: 600px;
    position: absolute;
    left: 0;
    top: 0;
}

.prdshow {
    padding: 30px 0;
    background: url(../images/news.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
}

.prdshow-r h3 {
    font-size: 24px;
    color: #ffffff;
    font-weight: 600;
    padding-bottom: 30px;
}

.prdshow-r h4 {
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    padding-bottom: 15px;
}

.prdshow-r p {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 20px;
    line-height: 30px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 9;
}

.zixu {
    position: absolute;
    bottom: 30px;
    font-size: 18px;
    color: #333333;
    font-weight: 600;
    background: #ffcc00;
    padding: 7px 30px;
    transition: all .4s ease;
    border: 2px solid transparent;
}

.zixu:hover {
    background: transparent;
    border: 2px solid #ffcc00;
    color: #ffffff;
}

.prdshow-details-h3 {
    background: #da251c;
    padding: 10px 0;
}

.prdshow-details-h3 h3 {
    color: #333333;
    font-size: 18px;
    font-weight: 600;
    background: #ffcc00;
    width: 120px;
    text-align: center;
    margin-left: 40px;
    padding: 8px 0;
}

.prdshow-details-text {
    padding: 30px 40px;
}

.prdshow-details-text p {
    line-height: 30px;
    color: #333333;
}

.prdshow-slide {
    padding-top: 20px;
}

.prdshow-slide h3 {
    font-size: 18px;
    color: #333333;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 3px solid #da251c;
}

.swiper-container5 {
    width: 1300px;
    padding-top: 30px;
    margin: 0 auto;
    overflow: hidden;
}

.prdshow-t {
    display: block;
    border: 1px solid #ccc;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.prdshow-t img {
    max-width: 100%;
    transition: all .5s ease;
    overflow: hidden;
}

.prdshow-t img:hover {
    transform: scale(1.1);
}

.prdshow-lun {
    position: relative;
    width: 1300px;
}

.prdshow-lun .swiper-button-prev {
    left: -80px;
}

.prdshow-lun .swiper-button-next {
    right: -80px;
}

.prdshow-title {
    position: absolute;
    bottom: 0px;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
}

.prdshow-title p {
    text-align: center;
    padding: 8px 5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #ffffff;
}

.mainpage {
    font-size: 16px;
    padding: 1em 0;
    line-height: 180%;
}

.mainpage h3.title {
    font-size: 34px;
    font-weight: 600;
    padding: 10px 0 30px;
}

.wid100 {
    width: 100%;
}

.sticky-top,
.sticky-top>.side-bar {
    position: sticky;
    position: -webkit-sticky;
    top: 100px;
}