.menu {
    display: none;
}

.menu_down {
    display: none;
}

.module_page {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    /*height:1080px;*/
}

.page_left {
    width: 0;
    height: 100%;
}

.page_right {
    width: 100%;
    height: 100%;
}

.banner {
    height: 100vh;
}

.page_right .swiper-container {
    height: 100%;
}

.page_right .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*.header {
    position: fixed;
    left: -215px;
    top: 0;
    width: 215px;
    height: 100vh;
    background: #fff;
    padding-top: 65px;
    box-shadow: 0px 5px 5px #ccc;
    z-index: 98;
    -webkit-transition: ease-in-out .5s;
    -o-transition: ease-in-out .5s;
    transition: ease-in-out .5s;
}

.index_logo {
    text-align: center;
}

.index_logo h3 {
    font-size: 24px;
    color: #000;
    font-weight: bold;
    padding-top: 14px;
}

.nav ul {
    margin-top: 110px;
}

.nav ul li {
    width: 100%;
    left: 52px;
    height: 52px;
    background: #fff;
    -webkit-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
    margin-bottom: 10px;
}

.nav ul li a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 52px;
    font-size: 15px;
    color: #555;
    -webkit-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
    padding-left: 30%;
}

.nav ul li:hover {
    background: #e0e0e0;
}

.nav ul li:hover a {
    color: #000;
}

.header_bottom {
    position: absolute;
    width: 100%;
    height: 125px;
    left: 0;
    bottom: 0px;
    background: #c12018;
    text-align: center;
    padding-top: 20px;
}

.header_bottom i {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 26px;
}

.header_bottom p {
    font-size: 12px;
    color: #eaa29f;
    text-align: center;
    padding-top: 8px;
}

.header_bottom h6 {
    font-size: 24px;
    color: #fff;
    font-family: 'arial narrow';
    padding-top: 3px;
}*/

.module_page2 .page_right {
    background:url(../images/module_page2.jpg) no-repeat center;
    background-size: cover!important;
    padding:110px 0 80px 0;
}

.header .flex {
    -webkit-align-items: center;
    align-items: center;
}

.w1520 {
    max-width: 1520px;
    margin: 0 auto;
}

.nav li {
    margin: 0 30px;
}

.nav li a {
    font-size: 17px;
    color: #666666;
}

.tel {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.tel h3 {
    font-size: 20px;
    font-weight: lighter;
    margin-left: 10px;
    color: #c12018;
}

.inab_title h6 {
    width: 144px;
    height: 36px;
    background: url(../images/about_img2.png) no-repeat center center;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 36px;
}

.inab_title h3 {
    font-size: 36px;
    color: #000;
}

.inab_body {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.inab_body figcaption {
    width: 50%;
    padding-right: 10px;
}

.inab_body figure {
    margin-top: 20px;
    width: 46.5%;
    text-align: right;
}

.inab_title h5 {
    font-size: 36px;
    font-weight: bold;
    color: #c12018;
    font-family: 'Alibaba-PuHuiTi-Regular';
    -webkit-transform: skewX(-8deg);
    -ms-transform: skewX(-8deg);
    -o-transform: skewX(-8deg);
    transform: skewX(-8deg);
    margin-top: 20px;
}

.inab_body figcaption p {
    font-size: 16px;
    color: #666;
    line-height: 45px;

}
.inab_body figcaption .enitor {
    font-size: 16px;
    color: #666;
    line-height: 45px;
    overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin-top: 25px;
	
}
.inab_body figcaption ul {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    margin-top: 80px;
}

.inab_body figcaption ul li {
    margin-right: 60px;
}

.inab_body figcaption ul li a {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.inab_body figcaption ul li i {
    display: block;
    width: 60px;
    height: 60px;
    background: #666666;
    font-size: 26px;
    color: #fff;
    border-radius: 60px;
    text-align: center;
    line-height: 60px;
    -webkit-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
}

.inab_body figcaption ul li p {
    font-size: 14px;
    color: #666;
    font-weight: bold;
    padding-left: 20px;
}

.inab_body figcaption ul li:hover i {
    background: #fff;
    color: #666;
}

.module_page3 .page_right {
    background: url(../images/module_page2.png) no-repeat left top;
    background-size:360px!important;
    padding-bottom: 70px;
}

.index_title {
    width: 100%;
    text-align: center;
    font-size: 36px;
    color: #000;
    font-weight: bold;
    padding: 50px 0 40px 0;
}

.product_nav ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}

.product_nav ul li {
    width: 200px;
    height: 50px;
    border: 1px solid #e0e0e0;
    border-right: none;
    -webkit-transition: ease-in-out .2s;
    -o-transition: ease-in-out .2s;
    transition: ease-in-out .2s;
}

.product_nav ul li:last-child {
    border-right: 1px solid #e0e0e0;
}

.product_nav ul li a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 48px;
    font-size: 14px;
    color: #666;
    -webkit-transition: ease-in-out .2s;
    -o-transition: ease-in-out .2s;
    transition: ease-in-out .2s;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 2%;
}

.product_nav ul li:hover {
    background: #c12018;
    border-color: #c12018;
}

.product_nav ul li:hover a {
    color: #fff;
}

.product_nav ul li.choose {
    background: #c12018;
    border-color: #c12018;
}

.product_nav ul li.choose a {
    color: #fff;
}

.product_mod ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 50px;
}

.product_mod ul li {
    width: 25%;
    margin-right: 0;
    margin-bottom: 0;
    border:1px dashed #ccc;
    border-right:none;
    -webkit-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
}

.product_mod ul li:nth-child(4n) {
    border-right:1px dashed #ccc;
}

.product_mod ul li figure {
    width: 100%;
    /*height: 285px;*/
    overflow: hidden;
}

.product_mod ul li figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product_mod ul li figcaption {
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    color: #666;
    position: relative;
}

.product_mod ul li figcaption::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 3px;
    background: #c12018;
    -webkit-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
}

.product_mod ul li:hover {
    box-shadow: 0px 0px 5px #ccc;
}

.product_mod ul li:hover figcaption::after {
    left: 1%;
    width: 98%;
}

.pro_more {
    width: 120px;
    height: 45px;
    border:1px solid #ccc;
    border-radius:30px;
    margin: 0 auto;
    margin-top: 60px;
    /*background: url(../images/more1.png) no-repeat center center;*/
}

.pro_more a {
    display: block;
    width: 100%;
    height: 100%;
    line-height:43px;
    text-align: center;
    color: #999;
}

.module_page4 .page_right {
    background: url(../images/module_page3.jpg) no-repeat center;
    background-size:cover!important;
    padding-bottom:70px;
}

.news_list ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.news_list ul li {
    width: 385px;
    height: 485px;
    background: #fff;
    padding: 10px;
    margin-right: 20px;
    position: relative;
}

.news_list ul li:nth-child(3n) {
    margin-right: 0;
}

.news_list ul li::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 3px;
    background: #c12018;
    -webkit-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
}

.news_list ul li figure {
    position: relative;
}

.time {
    position: absolute;
    left: 0px;
    top: 0px;
    background: #000;
    width: 78px;
    height: 78px;
    text-align: center;
    padding-top: 3px;
    -webkit-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
}

.time h3 {
    color: #fff;
    font-size: 30px;
    position: relative;
    padding-bottom: 3px;
    margin-bottom: 8px;
}

.time h3::after {
    content: '';
    position: absolute;
    width: 80%;
    height: 1px;
    background: #fff;
    left: 10%;
    bottom: 0px;
}

.time p {
    font-size: 12px;
    color: #fff;
}

.news_list figcaption {
    padding-top: 30px;
    padding: 30px 15px 40px 15px;
    position: relative;
}

.news_list figcaption h3 {
    font-size: 18px;
}

.news_list figcaption p {
    font-size: 14px;
    color: #666;
    line-height: 28px;
    padding-top: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    padding-bottom: 0;
}

.news_list ul li:hover::after {
    left: 0;
    width: 100%;
}

.news_list ul li:hover figure .time {
    background: #c12018;
}

.module_page5 .page_right .page_top {
    width: 100%;
    padding-bottom: 60px;
    background: url(../images/module_page5.jpg) no-repeat center bottom;
    background-size:cover!important;
}

.page_right .footer_bottom {
	clear:both;
    height: 55px;
    background: #000000;
}

.copy {
	line-height:2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
.copy a{
	display:block;
	color:#fff;
}
.w1180 {
    max-width: 1180px;
    margin: 0 auto;
}

.module_page5 .page_top h6 {
    font-size: 26px;
    color: #999;
    width: 100%;
    text-align: center;
}

.message ul li input {
    width: 100%;
    height: 46px;
    border: 1px solid #e0e0e0;
    line-height: 46px;
    background: #fff;
    margin-bottom: 20px;
    padding-left: 20px;
    border-radius: 8px;
    box-shadow: 0px 0px 5px #ccc;
}

.message ul li textarea {
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
    background: #fff;
    border: 1px solid #e0e0e0;
    padding-left: 20px;
    padding-top: 16px;
    border-radius: 10px;
    box-shadow: 0px 0px 5px #ccc;
}

.message ul li:first-child input {
    width: 48%;
    float: left;
    margin-right: 4%;
}

.message ul li:first-child input:last-child {
    margin-right: 0;
}

.message ul li:nth-child(4) .yzm {
    width: 290px;
    float: left;
    border: 1px solid #e0e0e0;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    justify-content: space-between;
    padding-right: 5px;
    box-shadow: 0px 0px 5px #ccc;
    border-radius: 8px;
}

.message ul li:nth-child(4) .yzm input {
    border: none;
    width: 70%;
    margin-bottom: 0;
    box-shadow: none;
}

.message ul li:nth-child(4) button {
    float: right;
    width: 290px;
    height: 46px;
    background: #c12018;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    border-radius: 8px;
    cursor: pointer;
}

.contact_body {
    padding-top: 50px;
}

.message {
    width: 600px;
    float: left;
}

.infor {
    float: right;
    width: 512px;
}

.infor_li {
    width: 100%;
    position: relative;
    padding: 7px 0;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.infor_li li {
    width: 100%;
    position: relative;
    font-size: 16px;
    color: #444444;
    line-height: 60px;
    padding-left: 50px;
}

.infor_li li::before {
    content: '';
    position: absolute;
    width: 7px;
    height: 10px;
    top: calc(50% - 4.5px);
    left: 20px;
    background: url(../images/right1.png) no-repeat center center;
}

.ewm {
    position: absolute;
    right: 0px;
    bottom: 30px;
    width: 128px;
    height: 128px;
    border: 6px solid #b5b5b5;
    z-index: 2;
}

.infor_bottom {
    padding-top: 60px;
    padding-left: 12px;
}

.inside_banner {
    position: relative;
}

.inside_banner figure {
    width: 100%;
    height: 400px;
}

.inside_banner figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.inside_banner figcaption {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    padding-top: 160px;
}

.inside_banner figcaption h3 {
    font-size: 48px;
    color: #fff;
    text-align: center;
}

.inside_banner figcaption ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}

.inside_banner figcaption ul li {
    text-align: center;
    width: 176px;
    height: 45px;
    line-height: 43px;
    border: 1px solid #fff;
    border-right: none;
    -webkit-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
}

.inside_banner figcaption ul li:last-child {
    border-right: 1px solid #fff;
}

.inside_banner figcaption ul li a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #fff;
}

.inside_banner figcaption ul li.choose {
    background: #c12018;
    border-color: #c12018;
}

.inside_banner figcaption ul li:hover {
    background: #c12018;
    border-color: #c12018;
}

.inside_banner figcaption ul {
    padding-top: 24px;
}

.inside_page {
    padding-top: 0;
    height: auto;
}

.about_title h6 {
    width: 144px;
    height: 36px;
    background: url(../images/about_img2.jpg) no-repeat center center;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 36px;
    margin: 0 auto;
}

.inside_about figcaption {
    width: 680px;
    float: left;
}

.inside_about h6 {
    font-size: 24px;
    color: #c12018;
    font-family: 'Alibaba-PuHuiTi-Regular';
    -webkit-transform: skewX(-8deg);
    -ms-transform: skewX(-8deg);
    -o-transform: skewX(-8deg);
    transform: skewX(-8deg);
    text-align: left;
}

.inside_about figcaption p {
    font-size: 16px;
    color: #666;
    line-height: 45px;
}

.inside_about figure {
    float: right;
}

.about_title h3 {
    text-align: center;
    font-size: 36px;
    color: #000;
    padding-top: 15px;
}

.inside_about {
    padding-top: 90px;
}

.inside_about figure {
    margin-top: 15px;
}

.develop {
    background: #f8f8f8;
    padding: 100px 0;
}

.about_con {
    width: 100%;
    padding: 80px 0;
}

.honor {
    padding: 80px 0;
}

.honor_list ul {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 36px;
}

.honor_list ul li {
    width: 385px;
    height: 389px;
    border: 1px solid #bfbfbf;
    margin-right: 22.5px;
    margin-bottom: 22.5px;
    overflow: hidden;
}

.honor_list ul li:nth-child(3n) {
    margin-right: 0;
}

.honor_list ul li img {
    -webkit-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
}

.honor_list ul li:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.news_list2 ul li {
    margin-bottom: 20px;
    box-shadow: 0px 0px 5px #ccc;
}

.inside_title h3 {
    font-size: 36px;
    color: #000;
    padding: 70px 0 44px 0;
    text-align: center;
}

.news_deabody .title {
    font-size: 2.4rem;
    color: #444;
    padding-bottom: 30px;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
}

.news_deabody {
    padding: 72px 0;
}

.news_deabody .title p {
    font-size: 1.3rem;
    color: #999;
    padding-top: 40px;
}

.news_deabody .zw_newsdea {
    font-size: 16px;
    color: #666;
    line-height: 45px;
    padding: 50px 100px;
}

.map {
    margin: 70px 0;
}

.inside_page .page_right .page_top {
    height: auto;
    background: url(../images/contact_bg.jpg) no-repeat center top;
}

.news_page {
    padding-bottom: 50px;
}

.pro_pading ul {
    padding-top: 60px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}

.pro_pading ul li {
    width: 40px;
    height: 40px;
    background: #fff;
    margin: 0 5px;
    box-shadow: none;
    border: 1px solid #ccc;
    -webkit-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
}

.pro_pading ul li a {
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #999;
    font-size: 1.6rem;
    font-weight: 400;
    text-align: center;
    display: block;
    -webkit-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
}

.pro_pading ul li:hover {
    background: #c7000a;
    border: 1px solid #fff;
}

.pro_pading ul li:hover a {
    color: #fff;
}

.pro_pading ul li.hover3 {
    background: #c7000a;
    border: 1px solid #fff;
}

.pro_pading ul li.hover3 a {
    color: #fff;
}
.product_con .product_mod{
	display:none;
}
.product_page .product_mod ul {
    padding-top: 0;
}

.product_page {
    padding-bottom: 50px;
}

.inside_banner2 figure {
    height: 200px;
}

.inside_banner2 figcaption {
    padding-top: 55px;
}

.inside_banner2 figcaption h3 {
    color: #000;
}

.inside_banner2 figcaption ul li {
    width: 200px;
    height: 50px;
    border: 1px solid #e0e0e0;
    border-right: none;
    -webkit-transition: ease-in-out .2s;
    -o-transition: ease-in-out .2s;
    transition: ease-in-out .2s;
    background: #fff;
}

.inside_banner2 figcaption ul li:last-child {
    border-right: 1px solid #e0e0e0;
}

.inside_banner2 figcaption ul li a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 48px;
    font-size: 14px;
    color: #666;
    -webkit-transition: ease-in-out .2s;
    -o-transition: ease-in-out .2s;
    transition: ease-in-out .2s;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 3%;
}

.inside_banner2 figcaption ul li:hover {
    background: #c12018;
    border-color: #c12018;
}

.inside_banner2 figcaption ul li:hover a {
    color: #fff;
}

.inside_banner2 figcaption ul li.choose {
    background: #c12018;
    border-color: #c12018;
}

.inside_banner2 figcaption ul li.choose a {
    color: #fff;
}

.inside_banner2 figcaption ul {
    padding-top: 10px;
}

.product_swiper {
    width: 100%;
    position: relative;
}

.product_swiper .swiper-slide {
    text-align: center;
}

.product_swiper .swiper-slide img {
    width: 600px;
    height: 600px;
}

.product_swiper .swiper-button-next {
    background: url(../images/next1.jpg) no-repeat center center;
    width: 56px;
    height: 56px;
    -webkit-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
}

.product_swiper .swiper-button-prev {
    background: url(../images/prev1.jpg) no-repeat center center;
    width: 56px;
    height: 56px;
    -webkit-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
}

.product_swiper .swiper-button-next:hover {
    background: url(../images/next2.jpg) no-repeat center center;
}

.product_swiper .swiper-button-prev:hover {
    background: url(../images/prev2.jpg) no-repeat center center;
    width: 56px;
    height: 56px;
}

.parameter {
    margin-top: 100px;
}

.par_top {
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #c7000a;
    font-size: 20px;
    color: #fff;
    margin-bottom: 40px;
}




.hist_page_tab1 {
    background: url("../images/line.jpg") left 50% top repeat-y;
}

.hist_page_tab1 .swiper-container {
    padding-top: 100px;
}

.hist_page_tab1 .swiper-slide {
    text-align: center;
    cursor: pointer;
    position: relative;
}

.hist_page_tab1 .swiper-slide .years {
    font-size: 20px;
    color: #999;
    line-height: 60px;
    padding-top: 40px;
    background: url("../images/point.jpg") left 50% top 10px no-repeat;
}

.hist_page_tab1 .swip_choose .years {
    font-size: 32px;
    color: #e62129;
    font-weight: bold;
    background: url("../images/point2.jpg") left 50% top 10px no-repeat;
}

.hist_page_tab1 .swiper-pagination-bullet-active {
    background: #788498;
}

.years img {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    z-index: 999;
}

.histab2_time span {
    font-size: 32px;
    color: #788498;
}

.histab2_time i {
    font-size: 48px;
    color: #788498;
    padding-left: 10px;
}

.hist_page_tab2 {
    max-width: 1400px;
    margin: 0 auto;
    margin-top: 55px;
}

.hist_page_tab2_in {
    display: none;
}

.hist_page_tab2_in:first-child {
    display: block;
}

.hist_page_tab1 .swiper-button-next {
    width: 56px;
    height: 56px;
    background: url("../images/next1.jpg") left top no-repeat;
    top: 40%;
    right: 75px;
    margin-top: 0;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
}

.hist_page_tab1 .swiper-button-prev {
    width: 56px;
    height: 56px;
    background: url("../images/prev1.jpg") left top no-repeat;
    top: 30%;
    left: auto;
    right: 75px;
    margin-top: 0;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: ease-in-out .3s;
    -o-transition: ease-in-out .3s;
    transition: ease-in-out .3s;
}

.hist_page_tab1 {
    height: 664px;
}

.hist_page_tab1 .swiper-container {
    height: 100%;
}

.hist_page_tab1 .swiper-button-next:hover {
    background: url("../images/next2.jpg") left top no-repeat;
}

.hist_page_tab1 .swiper-button-prev:hover {
    background: url("../images/prev2.jpg") left top no-repeat;
}

.swi_top {
    position: absolute;
    left: calc(50% - 5px);
    top: 0;
    width: 10px;
    height: 10px;
}

.swi_bottom {
    position: absolute;
    left: calc(50% - 5px);
    bottom: 0;
    width: 10px;
    height: 10px;
    z-index: 99;
}

.hist_page {
    padding-top: 100px;
}

.hist_page_tab2_in {
    position: absolute;
    width: 430px;
    height: 140px;
    padding-left: 80px;
    right: 50%;
    top: -16.5%;
}

.hist_page_tab2_in h3 {
    font-size: 20px;
    color: #666;
    position: relative;
    padding-bottom: 14px;
    text-align: left;
}

.hist_page_tab2_in h3::after {
    content: '';
    width: 57px;
    height: 4px;
    background: #666666;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: ease-in-out .5s;
    -o-transition: ease-in-out .5s;
    transition: ease-in-out .5s;
}

.hist_page_tab2_in p {
    text-align: left;
    width: 245px;
    font-size: 15px;
    color: #000;
    line-height: 30px;
    margin-top: 10px;
}

.hist_page_tab1 .swiper-slide:nth-child(2n) .hist_page_tab2_in {
    right: calc(0% + 160px);
}

.hist_page_tab1 .swip_choose .hist_page_tab2_in h3::after {
    width: 100%;
    background: #c12018;
}

.hist_page_tab1 .swip_choose:nth-child(2n) .hist_page_tab2_in h3::after {
    -webkit-transform: translateX(-90px);
    -ms-transform: translateX(-90px);
    -o-transform: translateX(-90px);
    transform: translateX(-90px);
}

.zheceng {
    position: absolute;
    width: 100%;
    height: 20px;
    background: #f8f8f8;
    bottom: 0px;
    left: 0px;
    z-index: 9;
}

.header2 {

    display: none;
}

.product_page .product_nav {
    display: none;
}

.page_right {
    background-size: 100% !important;
    background-position: bottom cover !important;
}

.menu2 {
    position: fixed;
    top: 20px;
    left: 165px;
    z-index: 99;
    cursor: pointer;
}

.header.active {
    left: 0px;
}

.menu2 span.icon-bar {
    background: #c12018;
    width: 26px;
    height: 2px;
    display: block;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    -webkit-transition-delay: .25s;
    -o-transition-delay: .25s;
    transition-delay: .25s;
}

.menu2 .sr-only {
    display: none;
}

.menu2 .icon-bar:nth-child(2) {
    -webkit-transform: rotate(0deg) translate(0, 0);
    -moz-transform: rotate(0deg) translate(0, 0);
    -ms-transform: rotate(0deg) translate(0, 0);
    transform: rotate(0deg) translate(0, 0);
    transform-origin: top left;
}

.menu2 .icon-bar:nth-child(3) {
    margin-top: 8px;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: center center;
    -moz-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}

.menu2 .icon-bar:nth-child(4) {
    margin-top: 8px;
    -webkit-transform: rotate(0deg) translate(0, 0);
    -moz-transform: rotate(0deg) translate(0, 0);
    -ms-transform: rotate(0deg) translate(0, 0);
    transform: rotate(0deg) translate(0, 0);
    transform-origin: top left;
}

.xz .icon-bar:nth-child(2) {
    -webkit-transform: rotate(45deg) translate(4px, -3px);
    -moz-transform: rotate(45deg) translate(4px, -3px);
    -ms-transform: rotate(45deg) translate(4px, -3px);
    transform: rotate(45deg) translate(4px, -3px);
    transform-origin: 0 0;
}

.xz .icon-bar:nth-child(3) {
    opacity: 0;
}

.xz .icon-bar:nth-child(4) {
    -webkit-transform: rotate(-45deg) translate(3px, 2px);
    -moz-transform: rotate(-45deg) translate(3px, 2px);
    -ms-transform: rotate(-45deg) translate(3px, 2px);
    transform: rotate(-45deg) translate(3px, 2px);
}
.w1400{
	max-width:1400px;
	margin: 0 auto;
}
.inab_body figure{
	position: relative;
	z-index: 3;
}
.inab_body figure::after{
	content:'';
	position: absolute; 
	width: 290px;
	height: 260px;
	background: #C12018;
	bottom:-80px;
	right:-80px;
	z-index:-1;
}
.white{
	color: #fff!important;
}
.index_title2{
	padding-bottom: 20px;
}