.swiper-banner {
    position: relative;
    width: 100%;
    height: auto;

}

.swiper-banner .swiper-slide img {
    width: 100%;

}

.swiper-banner .text {
    position: absolute;
    left: 50%;

    top: 50%;
    width: 1300px;
    margin: 0 auto;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    text-align: left;
}

.swiper-banner .swiper-slide .title {
    font-size: 50px;
    color: #fe3838;
    margin-bottom: 30px;
    line-height: 64px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}

.swiper-banner .white .title {
    color: #fff;
}


.swiper-banner .swiper-slide p {
    font-size: 22px;
    color: #333;
    margin-bottom: 50px;
}

.swiper-banner .white p {
    color: #fff;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
}

/*bannerpage */
.swiper-banner .swiper-pagination {
    width: 100%;
    position: absolute;
    bottom: 30px;
    left: 0;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -wbekit-justify-content: center;
}



.bannerpage .swiper-pagination-bullet {
    width: 30px;
    height: 4px;
    margin-right: 10px;
    background-color: #999;
    opacity: 0.8;
    border-radius: 0;
}

.bannerpage .swiper-pagination-bullet:last-child {
    margin-right: 0;
}

.bannerpage .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #e60012;
    width: 40px;
    opacity: 1;
}

/* - Spacer Style  //---------------- */
.container {
    max-width: 1230px;
}

img {
    height: auto;
    max-width: 100%;
    border: none;
    outline: none;
}

.ptb-100 {
    padding-top: 70px;
    padding-bottom: 70px;
}





.pt-100 {
    padding-top: 80px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mt-20 {
    margin-top: 20px;
}


/*----------- Featured Products Style -------------*/
.section-heading {
    margin-bottom: 25px;
}

.section-title {
    font-size: 35px;
    position: relative;
    display: inline-block;
    z-index: 1;
    color: #2d3031;
}





.section-desc {
    font-size: 14px;
    color: #888888;
    font-weight: 300;
    margin-bottom: 0;
}



.featured-product {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 0px 15px;
}

.featured-box {
    box-shadow: 0px 0px 15px 1px rgb(0, 0, 0, 0.1);
    text-align: center;
    padding: 15px 15px;
    background: #fff;
}

.product-img {
    overflow: hidden;
    position: relative;
}

.product-img a {
    display: block;
}

.product-img a:hover {
    text-decoration: none;
}

.product-name {
    display: block;
    font-size: 16px;
    color: #2d3031;
    line-height: 20px;
    padding-bottom: 10px;

}

.btn {
    font-size: 16px;
    color: #2d3031;
    text-transform: uppercase;
    display: inline-block;
    border: 1px solid #000;
    border-radius: 4px;
    padding: 12px 36px;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.btn:hover {
    color: #fff;
    border: 1px solid #e60012;
}

.btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #e60012;
    z-index: -1;
    transition: all 400ms ease;
}

.btn:hover:before {
    left: 0;
}

.btn {
    box-shadow: unset;
}

.btn_more {
    display: inline-block;
    position: relative;
    overflow: hidden;
    background-color: #e60012;
    color: #fff;
    border: 1px solid #e60012;
    padding: 12px 36px;
    border-radius: 4px;
    z-index: 0;
    transition: all 400ms ease;
    box-shadow: unset;
    text-transform: uppercase;

}

.btn_more:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: -1;
    border: 1px solid #000;

}

.btn_more:hover:before {
    left: 0;

}

.btn_more:hover {
    color: #fff;
    border-color: #000;
}



.product-details-btn {
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    background: #2d3031;
    visibility: hidden;
    opacity: 0;
    height: 100%;
    background: rgb(0 0 0 / .5);
    display: flex;
    align-items: center;
    justify-content: center;
}

.quick-popup {
    width: 100%;
    height: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 10px 10px;
}

.product-details-btn a {
    color: #fff;
}

.featured-box:hover .product-details-btn {
    top: 0;
    visibility: visible;
    opacity: 1;
}



.featured-product-tab-content {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.about {
    background: #f8f8f8 url(../image/about_bg.jpg) no-repeat top center;
    background-size: 1600px 560px;
}

.about .about_detail {
    padding-bottom: 50px;
}

.about .about_title {
    font-size: 36px;
    color: #222;
    padding-bottom: 20px;

}

.about .about_desc {
    font-size: 16px;
    color: #666;
    line-height: 30px;
    padding-bottom: 30px;
}

.choose .item {
    box-sizing: border-box;
    width: 100%;
    padding: 20px;
    box-shadow: 2px 2px 13px 3px rgb(0 0 0 / 11%);
}

.choose .item .imgbox {
    height: 48px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.choose .item .imgbox img {
    height: 40px;
}

.choose .item h3 {
    font-size: 20px;
    color: #222;
    font-weight: bold;
}

.choose .item p {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    min-height: 120px;
}

/* 新闻 */

.indexnews {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    position: relative;
    padding: 0 50px;
    box-sizing: border-box;
    display: block;
    margin-bottom: 50px;
}





.indexnews .item {
    display: block;
    width: 100%;
    background-color: #fff;
}

.indexnews .item .imgbox {
    width: 100%;
    overflow: hidden;
}

.indexnews .item .imgbox img {
    width: 100%;
    transition: all .3s;
    height: 260px;
    object-fit: cover;

}

.indexnews .item .text {
    padding: 20px 0;
}

.indexnews .item .text h3 {
    font-size: 16px;
    color: #222;
    font-weight: normal;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s;
}

.indexnews .item:hover .text h3 {
    color: #00AEEF
}

.indexnews .item .text p {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    font-size: 14px;
    color: #00AEEF;
    margin-bottom: 5px;

}

.indexnews .item .text p img {
    margin-right: 8px;
    width: 16px;


}

.indexnews .button {
    position: absolute;
    width: 60px;
    height: 60px;
    background-color: #f2f2f2;
    border-radius: 50%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-justify-content: center;

    box-shadow: 0px 2px 30px 0px rgba(1, 3, 15, 0.2);

    top: 40%;
    background-image: none;

}

.indexnews .button:hover {
    background-color: #439ee3;
}

.indexnews .button img {
    height: 20px;
}

.indexnews .button:hover img {
    filter: invert(1);
}

.indexnews .swiper-button-prev {
    left: -60px;
}

.indexnews .swiper-button-next {
    right: -60px;
}

/* 内页banner */
.page_banner {
    margin-top: 90px;
    position: relative;
}

.page_banner::before {
    content: "";
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.page_banner_in {
    padding: 140px 0px;

}

.sub_banner_title {
    color: #fff;
    font-size: 48px;
    text-transform: uppercase;
}



.innernav {
    border-bottom: 1px solid #eee;
    background-color: #f8f8f8;


}

.in_nav {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.in_subnav {
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
}

.in_subnav a {
    display: flex;
    display: -webkit-flex;
    box-sizing: border-box;
    line-height: 64px;
    font-size: 16px;
    color: #222222;
    border-bottom: 1px solid transparent;
    padding: 0 10px;

}

.in_subnav i {
    display: block;
    width: 1px;
    height: 18px;
    background-color: #ccc;
    margin: 0 20px;
}

.in_subnav a.active {
    border-color: #e60012;
    color: #e60012;
    font-weight: 600;
}

.location {
    line-height: 64px;
    font-size: 16px;
    color: #222222;
    padding: 0 10px;
}

.location::before {
    content: '\e921';
    font-family: 'icomoon';
    color: #666;
    font-size: 16px;
    margin-right: 3px;

}

.location a {
    color: #666;

}

.location a:hover {
    color: #e60012;
}

/* 关于我们 */
.in_about {
    padding: 30px 0;
}

.about_box .about_title {
    font-size: 36px;
    color: #222;
    margin-bottom: 40px;
}

.about_box .about_des {
    font-size: 16px;
    line-height: 30px;
    color: #333;

}

.in_about p {
    line-height: 30px;
}


/* 企业文化 */
.culture {
    width: 100%;
    background: #f9f9f9;


}

.culture .about_item_title {
    width: 100%;
    text-align: center;
    font-size: 28px
}

.culture .culture_box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px
}

.culture .culture_box .culture_list {
    margin-top: 30px
}

.culture .culture_box .culture_list .culture_item {
    width: 550px;
    height: 70px;
    background: #ffffff;
    box-shadow: 0px 2px 25px 0px rgba(126, 141, 167, 0.1);
    border-radius: 10px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    overflow: hidden
}

.culture .culture_box .culture_list .culture_item .item_line {
    width: 8px;
    height: 70px;
    background: linear-gradient(180deg, #80baff, #418cff)
}

.culture .culture_box .culture_list .culture_item .itme_title {
    font-size: 16px;
    font-weight: bold;
    color: #303133;
    margin-left: 30px
}

.culture .culture_box .culture_list .culture_item .item_subtitle {
    font-size: 14px;
    color: #606266;
    margin-left: 20px
}

.culture .culture_box .culture_img {
    width: 410px;
    height: 336px;
    background: url("../images/about_pic.png") no-repeat;
    background-size: 100% 100%;
    margin: -40px 0 0 135px
}



.sidebar {
    border: 1px solid #e5e5e5;
    padding: 20px 20px;
    margin-bottom: 30px;
    background: #fff;
}

.sidebar h4 {
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 700;
}

.sidebar ul li a {
    display: block;
    font-size: 16px;
    line-height: 50px;
    color: #333;
    width: 100%;
    padding-left: 10px;
    border-bottom: 1px dashed #eee;
    transition: all 0.3s;
    text-decoration: none;
    text-transform: capitalize;
}

.sidebar ul li a::before {
    content: "\e91e";
    font-family: 'icomoon';
    color: #666;
    font-size: 16px;
    margin-right: 8px;
}

.sidebar ul li a:hover,
.sidebar ul li a.on {
    background-color: #e60012;
    color: #fff;
}

.sidebar ul li a:hover::before,
.sidebar ul li a.on::before {
    color: #fff;
}

.sidebar p {
    font-size: 16px;
    line-height: 30px;
    color: #333;
}

.product_list {
    background: #f5f5f5;
}

.product_list .featured-product {
    flex: 0 0 33%;
    max-width: 33%;
}

.page ul {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
}

.page ul li {

    margin: 0 2px;
}

.page ul li a {
    background: #dcdcdc;
    color: #333;
    height: 35px;
    width: 35px;
    display: inline-block;
    line-height: 35px;
    text-align: center;
}

.page ul li.active a,
.page ul li a:hover {
    background: #e60012;
    color: #fff;
}

width: 100%;
line-height: 2.5rem;
text-align: center;
margin-top: 2.5rem;
margin-bottom: 2.5rem;
}

#turn_page form {
    display: inline-block;
}

#turn_page a {
    display: inline-block;
    font-size: 0.875rem;
    background: #fff;
    color: #666;
    margin: 0 0.1875rem;
}



#turn_page span {
    display: inline-block;
    font-size: 0.875rem;
    color: #666;
    margin: 0 0.1875rem;
}



#turn_page select {
    width: 3.75rem;
    height: 2.5rem;
    text-indent: 0.3125rem;
    background: #fff url(img13.png) no-repeat 85% center;
    background-size: 15%;
    font-size: 0.875rem;
    border: 1px solid #ebebeb;
}



#turn_page font {
    display: inline-block;
    font-size: 0.875rem;
    background: #fff;
    color: #666;
    margin: 0 0.1875rem;
}



#turn_page .page_btn {
    width: 2.5rem;
    height: 2.5rem;
    background: #ebebeb;
    color: #666;
}



#turn_page .page_button {
    width: 6.125rem;
    height: 2.5rem;
    background: #ebebeb;
    border: 1px solid #ebebeb;
}



#turn_page .page_noclick {
    width: 6.125rem;
    height: 2.5rem;
    background: #ebebeb;
    border: 1px solid #ebebeb;
}



#turn_page .page_item_current {
    width: 2.5rem;
    height: 2.5rem;
    background: #E60012;
    color: #fff;
    border: 1px solid #E60012;
}



#turn_page .page_item {
    width: 2.5rem;
    height: 2.5rem;
    background: #ebebeb;
    color: #666;
    border: 1px solid #ebebeb;
}


/* Product Zoom Slider start */
.glass-case,
.gc-display-area,
.gc-display-container,
.gc-display-container img {
    width: 100% !important;
    height: auto !important;
}

.gc-display-area {
    border: 0;
    box-shadow: 0px 0px 15px 1px rgb(0, 0, 0, 0.1);
}

.gc-display-area,
.gc-display-container {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    margin: 0 !important;
    z-index: 1;
}

.gc-thumbs-area {
    width: calc(100% - 100px) !important;
    display: inline-block;
}

.gc-thumbs-area {
    position: relative;
    top: auto !important;
    left: auto !important;
    margin-top: 10px;
}

.glass-case ul li .gc-li-display-container img {
    margin: 0 !important;
    top: auto !important;
    left: auto !important;
}

.gc-thumbs-area-main {
    position: relative;
    z-index: 1;
    max-width: 500px;
    text-align: center;
    margin: auto;
}

.gc-thumbs-area-prev,
.gc-thumbs-area-next {
    top: 50%;
}

.gc-thumbs-area-prev {
    left: 0;
}

.gc-thumbs-area-next {
    right: 0;
}

.gc-icon-next,
.gc-icon-prev {
    border: none;
    display: inline-block;
    height: 1.2em;
    width: 1.2em;
    transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
}

.gc-icon:hover {
    background: #363535;
}

.gc-icon-next::before,
.gc-icon-prev::before {
    color: #333;
    top: 50%;
    right: auto;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.gc-icon:hover:before {
    color: #fff;
}

.gc-icon:before {
    font-family: "icomoon";
    font-size: 18px;
}

.gc-icon-prev::before {
    content: "\e91b";
}

.gc-icon-next::before {
    content: "\e91e";
}

.gc-overlay-area [class*="gc-icon-"] {
    background: #fff;
    border: none;
}

.gc-overlay-area [class*="gc-icon-"]:hover {
    background: #f22a59;
}

.gc-overlay-area .gc-overlay-top-icons [class*="gc-icon-"]:hover {
    background: #fff;
}

.gc-overlay-area .gc-overlay-top-icons .gc-icon {
    height: 35px;
    width: 35px;
}

.gc-overlay-area .gc-overlay-top-icons [class*="gc-icon-"]:before {
    content: "";
    height: 20px;
    width: 20px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    right: auto;
    top: 50%;
}

.gc-overlay-area .gc-icon-close:before {
    background: url("../images/sprite.png") -53px -1375px;
}

.gc-overlay-area .gc-icon-compress::before {
    background: url("../images/sprite.png") -55px -1441px;
}

.gc-overlay-area .gc-icon-enlarge::before {
    background: url("../images/sprite.png") -55px -1412px;
}

.gc-zoom {
    z-index: 1 !important;
}

.glass-case ul li.gc-active,
.glass-case ul li.gc-active:hover {
    border-color: #49d6f4;
}

.product_item_name {
    font-size: 24px;
    color: #2d3031;
    margin-bottom: 5px;
}


.product_detail_in .product_name {
    font-size: 42px;
    color: #222;
    font-weight: normal;
    margin-bottom: 30px;
}

.product_detail_in .product_des {
    font-size: 16px;
    color: #666;
    line-height: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.product_detail_in .product_des p {
    font-size: 16px;
    line-height: 24px;

}

.product_detail_in .btn_more {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    width: 300px;
    margin-top: 60px;
    color: #fff;
    border-radius: 4px;
    font-size: 16px;
}

.product_detail_in .more:hover {
    background-color: #e60012;
}

.review_tab {
    border-bottom: 1px solid #dee2e6;
}

.review_tab li {
    display: inline-block;
}

.review_tab li a {
    font-size: 16px;
    color: #333333;
    font-weight: 700;
    padding: 20px 40px;
    display: block;
}

.review_tab li a.active {
    background: #f5f5f5;
}

.review_tab li:first-child a {
    padding-left: 30px;
}

.product_review_des {
    background: #f5f5f5;
    padding: 30px 30px;
}

.product_review_des h2 {
    font-size: 18px;
    color: #333333;
    font-weight: 600;
    padding-bottom: 10px;
}

.product_review_des p {
    font-size: 16px;
    color: #333;

}

.product_review_des p span {
    color: #333;
}

.product_review_des ul li {
    font-size: 14px;
}

.product_review_des ul {
    border-bottom: 0;
    padding-bottom: 0;
}

.product_review_des p {
    font-size: 16px;
    color: #666;
    font-family: 微软雅黑, "Microsoft YaHei";

}

.related-title {
    font-size: 24px;
    color: #333333;
    margin-bottom: 15px;
    font-weight: 600;
}

/* 联系我们 */
.contact_wrap {
    width: 100%;
    box-sizing: border-box;
    background-color: #f5f5f5;
}

.contact01 {}

.contact01 h3 {
    font-size: 42px;
    color: #222222;
    font-weight: normal;
    margin-bottom: 40px;
}

.contact01 p {
    font-size: 16px;
    color: #222;
    margin-bottom: 70px;
}



.contact01 .list li {
    display: flex;
    display: -webkit-flex;
    font-size: 16px;
    color: #222222;
    line-height: 40px;
    position: relative;
    box-sizing: border-box;
    padding-left: 30px;
}

.contact01 .list li .imgbox {
    width: 30px;
    height: 40px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    position: absolute;
    left: 0;
    top: 0;
}

.contact01 .list li .imgbox img {
    max-width: 100%;
    max-height: 100%;
    filter: brightness(0.2);
}

.contact02 {
    width: 100%;
}

.contact02 .li {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin-bottom: 20px;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.contact02 .li .item {
    width: calc((100% - 20px)/2);
}

.contact02 .li p {
    font-size: 16px;
    color: #222222;
    margin-bottom: 10px;
}

.contact02 .li p span {
    color: #e25b0a;
}

.contact02 .li input,
.contact02 .li textarea {
    width: 100%;
    height: 50px;
    background: #FFFFFF;
    border-radius: 6px;
    border: 1px solid #EEEEEE;
    box-sizing: border-box;
    padding: 0 12px;
    color: #333;
    font-size: 16px;
    outline: none;
}

.contact02 .li input::placeholder {
    color: #DDDDDD;
}

.contact02 .li textarea {
    padding: 12px;
    height: 130px;
    resize: none;
    box-sizing: border-box;
}

.contact02 button {
    border: none;
    margin-top: 30px;
    width: 100%;
    border-radius: 4px;
}

.contactmap {
    margin: 110px auto 150px;
}

.contactmap h3 {
    font-size: 30px;
    color: #222222;
    font-weight: normal;
}

.contactmap p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 30px;
}

.in_service .row {
    background-color: #f5f5f5;
    margin-bottom: 20px;
    padding: 15px 0;

}

.in_service .serbox {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-content: center;
    height: 100%;
    width: 100%;
    padding: 3%;


}



.in_service .serbox h2 {
    font-size: 24px;
    color: #333;
    font-weight: 600;
}

.in_service .serbox h2::after {
    content: '';
    width: 120px;
    height: 1px;
    background-color: #ccc;
    display: block;
    margin-top: 20px;
}

.in_service .serbox p {
    font-size: 16px;
    color: #666;
    line-height: 1.8;

}

.in_service .row {
    background-color: #f5f5f5;
    margin-bottom: 20px;
    padding: 15px 0;

}

.in_service .serbox {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-content: center;
    height: 100%;
    width: 100%;
    padding: 3%;


}

.in_news {
    padding: 30px 0;
    width: 100%;

}

.in_news .row {
    background: #f5f5f5;
    margin-bottom: 20px;
    border-bottom: 1px solid #e4e4e4;
    transition: all 0.3s;
    padding: 15px 0;

}

.in_news .newsbox {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-content: center;
    height: 100%;
    width: 100%;

}

.in_news .newsbox a h5 {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    line-height: 32px;
    color: #333;
    font-weight: 600;
}

.in_news .newsbox a:hover h5 {
    color: #e60012;
}


.in_news .newsbox a p {
    overflow: hidden;
    height: 60px;
    font-size: 14px;
    color: #666;
    line-height: 30px;
    padding-right: 150px;

}

.in_news .newsbox .date {
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    padding-top: 10px;
    color: #959595;
    line-height: 30px;
}

/* 翻页 */
#turn_page {
    width: 100%;
    line-height: 2.5rem;
    text-align: center;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}

#turn_page form {
    display: inline-block;
}

#turn_page a {
    display: inline-block;
    font-size: 0.875rem;
    background: #fff;
    color: #666;
    margin: 0 0.1875rem;
}



#turn_page span {
    display: inline-block;
    font-size: 0.875rem;
    color: #666;
    margin: 0 0.1875rem;
}



#turn_page select {
    width: 3.75rem;
    height: 2.5rem;
    text-indent: 0.3125rem;
    background: #fff url(img13.png) no-repeat 85% center;
    background-size: 15%;
    font-size: 0.875rem;
    border: 1px solid #ebebeb;
}



#turn_page font {
    display: inline-block;
    font-size: 0.875rem;
    background: #fff;
    color: #666;
    margin: 0 0.1875rem;
}



#turn_page .page_btn {
    width: 2.5rem;
    height: 2.5rem;
    background: #ebebeb;
    color: #666;
}



#turn_page .page_button {
    width: 6.125rem;
    height: 2.5rem;
    background: #ebebeb;
    border: 1px solid #ebebeb;
}



#turn_page .page_noclick {
    width: 6.125rem;
    height: 2.5rem;
    background: #ebebeb;
    border: 1px solid #ebebeb;
}



#turn_page .page_item_current {
    width: 2.5rem;
    height: 2.5rem;
    background: #E60012;
    color: #fff;
    border: 1px solid #E60012;
}



#turn_page .page_item {
    width: 2.5rem;
    height: 2.5rem;
    background: #ebebeb;
    color: #666;
    border: 1px solid #ebebeb;
}

/*新闻列表*/

.newsList {
    height: auto;
    overflow: hidden;
    padding-bottom: 30px;
    width: 1200px;
    margin: 0 auto;
}

.newsList li {
    height: auto;
    overflow: hidden;
    color: #373737;
    margin: 40px 0;
    border-bottom: 1px dotted #cfcfcf;
}



.newsImg {
    float: left;
    width: 360px;

    height: 193px;
    overflow: hidden;
    display: block;
}


.newsImg img {
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.newsImg img:hover {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


.newsDiv {
    margin-left: 400px;
    padding-top: 9px;
}

.newsDiv .more {
    width: 105px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #fff;
    background-color: #E60012;
    border-radius: 5px;
    margin-top: 15px;
    display: block;
    text-align: center;
}

.newsTit {
    height: auto;
    overflow: hidden;
}

.newsTit a {
    color: #292929;
    font-size: 18px;
    display: inline-block;
    height: 27px;
    line-height: 27px;
}

.newsTit a:hover {
    color: #E60012;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding-left: 10px;
}


.newsinfo {
    font-size: 14px;
    color: #747474;
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
    margin: 10px 0 23px;
}

.newsDiv .date {
    color: #585858;
    font-size: 12px;
    padding-top: 8px;

}

.newsList li:hover {
    background: #f5f5f5;
}

@media screen and (max-width:1200px) {

    .newsList {
        width: 100%;
        padding: 0 3%;
    }


}

@media screen and (max-width:640px) {
    .newsImg {
        width: 160px;
        height: auto;
    }

    .newsDiv {
        margin-left: 180px;
        padding-top: 3px;
    }

    .date {
        display: none;
    }

    .newsinfo {
        margin: 15px 0 0;
    }

    .newsTit a {
        font-size: 18px;
    }


    .newsList {
        padding-top: 10px;
    }

    .newsList li {
        padding: 20px 0;
    }

    .newsTitle h1 {
        font-size: 22px;
    }

    .newsTitle {
        padding: 50px 0 30px;
    }



}


@media screen and (max-width:414px) {

    .newsImg {
        width: 120px;
        height: auto;
    }

    .newsDiv {
        margin-left: 140px;
    }

    .newsinfo {
        display: none;
    }

    .newsTit a {
        height: auto;
        max-height: 54px;
        font-size: 16px;
    }


}

.newsdetail-box {

    width: 100%;
    max-width: 1200px;
    font-family: "微软雅黑";
    margin: 40px auto;
    background: #fff;
    padding: 3% 0;

}



.newsdetail-box .title-boxs {
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #dcdcdc;

}



.newsdetail-box .title-boxs .title {

    font-size: 24px;
    line-height: 36px;

}



.newsdetail-box .title-boxs .time {

    font-size: 12px;
    color: #666666;
    margin-top: 10px;

}


.news-doc {

    font-size: 14px;
    color: #555555;
    line-height: 24px;
    margin-top: 20px;
}


.news-doc img {
    max-width: 100%;
    display: block;
    margin: 1em auto;

}



.pages {

    margin-top: 1.5em;
    position: relative;
    border-top: 1px solid #dedede;
    padding-top: 0.5em;

}

.pages li {

    font-size: 14px;

    line-height: 30px;

    color: #333333;


}

.pages li a {

    color: #333333;

}



.pages li a:hover {

    color: #E60012;

}


.pages .back {
    font-size: 14px;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 15px;
    width: 160px;
    height: 40px;
    text-align: center;
    color: #fff;
    background: #333333;

}


.pages .back:hover {

    background: #E60012;


}



@media screen and (max-width: 1200px) {

    .newsdetail-box {
        width: 100%;
        padding: 0 3%;
        margin-top: 2em;
        margin-bottom: 4em;
        transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;


    }


}


@media screen and (max-width: 1200px) {

    .newsdetail-box .title-boxs .title {
        font-size: 1.5em;

    }

}


@media screen and (max-width: 991px) {


    .newsdetail-box {
        margin-bottom: 3em;

    }

    .pages .back {
        position: inherit;
        right: inherit;
        top: inherit;
        margin: auto;
        display: block;
        margin-top: 2em;

    }


}




@media screen and (max-width:768px) {

    .newsdetail-box .title-boxs .title {

        font-size: 1.1em;

    }


    .newsdetail-box .title-boxs .time {

        margin-top: 0.5em;
        font-size: 0.75em;

    }


}


@media screen and (max-width:768px) {



    .pages .back {

        width: 10em;

        font-size: 0.875em
    }


}




@media(max-width: 1300px) {
    .container {
        max-width: 1100px;
    }

    .swiper-banner .text {
        width: 94%;

    }
}

@media(max-width: 1199px) {
    .container {
        max-width: 96%;
    }

    .pt-100 {
        padding-top: 50px;
    }




    /*---- Featured Products Style -----*/
    .product-name {
        font-size: 14px;
    }

    .swiper-banner {
        margin-top: 90px;
    }

    .swiper-banner .text {
        width: 94%;

    }



}

@media(max-width: 991px) {
    .btn {
        padding: 10px 25px;
    }

    .ptb-100 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .pt-100 {
        padding-top: 50px;
    }


    .section-title {
        font-size: 30px;
    }


    .swiper-banner {
        margin-top: 60px;
    }

    .swiper-banner .text {
        width: 94%;

    }

    .swiper-banner .swiper-slide .title {
        font-size: 20px;
        margin-bottom: 12px;
        line-height: 26px;
    }

    .swiper-banner .swiper-slide p {
        font-size: 12px;
        margin-bottom: 20px;
        line-height: 16px;
    }

    .more {
        width: 100px;
        height: 34px;
        font-size: 14px;
    }

    .swiper-banner .swiper-slide img {
        height: 280px;
        object-fit: cover;
    }



    .bannerpage {
        bottom: 20px;
    }

    .bannerpage .swiper-pagination-bullet {
        height: 3px;
    }

    .bannerpage .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 30px;
    }




    /*----------- Product Display Style -------------*/
    .product-title {
        font-size: 30px;
    }

    .main-product-desc {
        font-size: 20px;
    }

    .page_banner_in {
        padding: 40px 0;
    }


    /*---- About page Style -----*/


    .about-box img {
        max-height: unset;
        object-fit: cover;
        height: unset;
    }

    .about-box {
        text-align: center;
    }

    /*---- Footer Style -----*/
    .footer-box {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .footer-title {
        margin-bottom: 5px;
    }

    .copy-right {
        text-align: center;
    }

    .copy-right ul {
        text-align: center;
        margin-top: 10px;
    }

    .product_detail_in .more {
        width: 300px;
        margin-top: 30px;
        margin-bottom: 30px;

    }

    .in_subnav a {
        line-height: 50px;
        font-size: 14px;

    }

    .location {
        line-height: 50px;
        font-size: 14px;
    }
}


/*--------- Mobile Screen --------*/
@media(max-width: 767px) {
    .container {
        max-width: 100%;
    }

    .btn {
        padding: 5px 15px;
        font-size: 14px;
    }

    .mb-25 {
        margin-bottom: 15px;
    }

    .ptb-100 {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .pt-100 {
        padding-top: 40px;
    }



    .section-title {
        font-size: 25px;
    }


    /*---- Featured Products Style -----*/
    .featured-product {
        flex: 0 0 100%;
        max-width: 100%;

    }

    .product_list .featured-product {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .sidelx {
        display: none;
        ;
    }

    .featured-product-tab {
        padding: 25px 0px 0px 0px;
        margin-top: 30px;
    }

    .menu-icon>ul>li:last-child {
        padding-left: 10px;
    }

    .about .about_title {
        font-size: 24px;
    }

    .about .about_desc {
        font-size: 16px;
        line-height: 26px;
        padding-bottom: 20px;
    }

    .choose .item {
        padding: 3%;
        margin-bottom: 20px;

    }

    .choose .item .imgbox {
        margin-bottom: 10px;
        margin-top: 20px;
    }

    .choose .item .imgbox img {
        height: 32px;
    }

    .choose .item h3 {
        font-size: 16px;

    }

    .choose .item p {
        font-size: 14px;
        color: #666;
        line-height: 1.8;
        min-height: auto;
    }

    .indexnews {
        padding: 0 15px;
    }

    .indexnews .item .text {
        padding: 20px 10px;
    }

    .indexnews .item .text h3 {
        font-size: 16px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 15px;
    }

    .indexnews .item .text h4 {
        font-size: 14px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .indexnews .item .text p img {
        width: 14px;
        margin-right: 5px;
    }

    .indexnews .item .text p {
        font-size: 12px;
    }



    .indexnews .button {
        width: 30px;
        height: 30px;
    }

    .indexnews .button.swiper-button-prev {
        left: 0;
    }

    .indexnews .button.swiper-button-next {
        right: 0;
    }

    .page_banner {
        margin-top: 58px;
    }

    .page_banner_in {
        padding: 40px 0;
    }


    .sub_banner_title {
        font-size: 24px;
    }



    .about_box .about_title {
        font-size: 20px;

        margin-bottom: 20px;
    }

    .about_box .about_des {
        font-size: 14px;
        line-height: 24px;


    }

    .culture .about_item_title {
        font-size: 18px;
    }

    .culture .culture_box {
        margin-top: 0;
    }

    .culture .culture_box .culture_list .culture_item {
        width: 100%;
        margin-bottom: 20px;
    }

    .culture .culture_box .culture_list .culture_item .item_subtitle {
        margin-left: 10px;
    }

    .culture .culture_box .culture_img {
        display: none;
    }


    .product_detail_in .product_name {
        font-size: 20px;
        margin-bottom: 15px;
        margin-top: 20px;
    }

    .product_detail_in .product_des {
        font-size: 14px;
        line-height: 24px;
        padding-bottom: 5px;

    }

    .product_detail_in .more {

        width: 100%;
        height: 34px;
        margin: 20px auto;

    }

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

    .contact01 p {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .contact01 .list li {
        font-size: 14px;
        line-height: 26px;
        margin-bottom: 10px;
    }

    .contact02 {
        width: 100%;
        margin-top: 50px;
    }

    .contact02 .li p {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .contact02 .li input,
    .contact02 .li textarea {
        height: 45px;
        font-size: 14px;
        padding: 0 10px;
    }

    .contact02 button {
        margin-top: 0px;
    }

    .contactmap {
        margin: 50px auto;
    }

    .contactmap h3 {
        font-size: 20px;
        margin-bottom: 10px;
        font-weight: 600;
    }

    .contactmap p {
        font-size: 14px;
        margin-top: 0px;
        line-height: 24px;

    }

    .in_service .serbox h2 {
        font-size: 20px;

    }

    .in_service .serbox h2::after {

        width: 100px;
        margin-top: 15px;

    }

    .in_service .serbox p {
        font-size: 14px;


    }

    .in_news .newsbox {
        padding: 3%;

    }

    .in_news .newsbox .date {
        display: none;
    }

    .in_news .newsbox a h5 {

        font-size: 16px;

    }


    .in_news .newsbox a p {
        height: 48px;
        line-height: 24px;
        padding-right: 0;

    }

    .in_subnav {
        display: none;
    }





}

/*--------- Mobile Small Screen --------*/
@media(max-width: 480px) {}