.menu {
    display: none;
}

.menu_down {
    display: none;
}

.header {
    width: 100%;
    height: 90px;
    position: fixed;
    left:0;
    top:0;
    z-index:999;
    background: #fff;
}
.banner{
    margin-top: 90px;
}
.inside_banner{
    margin-top: 90px;
}
.header .header_top {
    width: 90%;
    margin: 0 auto;
    height: inherit;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}

.nav ul li {
    float: left;
    margin: 0 10px;
}

.nav ul li a {
    font-size: 16px;
    color: #666;
    display: block;
    padding: 0 20px;
    position: relative;
    line-height: 90px;
    -webkit-transition: ease-in-out .5s;
    -o-transition: ease-in-out .5s;
    transition: ease-in-out .5s;
}

.nav ul li a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 4px;
    background: #e60012;
    left: 50%;
    bottom: 0;
    z-index: 9;
    -webkit-transition: ease-in-out .5s;
    -o-transition: ease-in-out .5s;
    transition: ease-in-out .5s;
}

.nav ul li a:hover::after {
    width: 100%;
    left: 0;
}

.nav ul li a:hover {
    color: #e60012;
}

.nav ul li.choose a::after {
    width: 100%;
    left: 0;
}

.nav ul li.choose a {
    color: #e60012;
}
.mobile_hedaer{
	 font-size: 16px;
    color: #e60012;
    display: inline-block;
    vertical-align: middle;
}
.mobile_hedaer p {
    font-size: 20px;
    color: #e60012;
    display: inline-block;
    vertical-align: top;

	
}


.module_page1 {
    padding: 80px 0 100px 0;
    width: 100%;
    background: url(../image/module_page1.jpg) no-repeat center top;
}

.index_title h6 {
    width: 195px;
    height: 41px;
    background: url(../image/title_bg.png) no-repeat center center;
    font-size: 15px;
    color: #fff;
    font-weight: bold;
    line-height: 30px;
    text-transform: uppercase;
    padding-left: 12px;
}

.index_title h3 {
    font-size: 30px;
    font-weight: bold;
    color: #000;
    margin-top: 5px;
}

.module_page1 .left {
    width: 610px;
    float: left;
}

.module_page1 .right {
    width: 548px;
    height: 340px;
    float: right;
    position: relative;
}

.module_page1 .right .video {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}

.module_page1 .right .video video {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.module_page1 .right .red_bg {
    width: 388px;
    height: 257px;
    background: #e60012;
    position: absolute;
    right: -20px;
    bottom: -20px;
}

.module_page1 .left p {
    font-size: 15px;
    color: #666;
    line-height: 40px;
    padding-right: 70px;
    height: 240px;
    overflow-y: scroll;
    margin-top: 30px;
}

.module_page1 .left p::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    scrollbar-arrow-color: red;

}

.module_page1 .left p::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
    scrollbar-arrow-color: red;
}

.module_page1 .left p::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}

.module_page1 .left a {
    font-size: 12px;
    color: #999;
    position: relative;
    display: block;
    margin-top: 50px;
    width: fit-content;
}

.module_page1 .left a::after {
    content: '';
    position: absolute;
    width: 38px;
    height: 5px;
    background: url(../image/right.jpg) no-repeat center center;
    z-index: 3;
    left: calc(100% + 20px);
    top: calc(50% - 2.5px);
}

.module_page2 {
    width: 100%;
    height: 574px;
    padding-top: 95px;
    background: url(../image/module_page2.jpg) no-repeat center center;
}

.module_page2 p {
    font-size: 15px;
    color: #444;
    line-height: 36px;
}

.module_page2 figure {
    float: left;
}

.module_page2 figcaption {
    float: right;
    width: 455px;
    margin-top: 12px;
}

.module_page2 figcaption p {
    margin-top: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    padding-bottom: 0;
}

.module_page3 {
    width: 100%;
    height: 1636px;
    padding: 70px 0 85px 0;
    background: url(../image/module_page3.jpg) no-repeat center center;
}

.index_title2 {
    text-align: center;
}

.index_title2 h6 {
    font-weight: 100;
    font-size: 26px;
    color: #999999;
    text-transform: uppercase;
}

.index_title2 h3 {
    font-size: 30px;
    font-weight: bold;
    color: #000;
    margin-bottom: 15px;
}


.module_page3 .category {
    width: 100%;
    margin-top: 45px;
}

.module_page3 .category ul {
    text-align: left;
    font-size: 0;
}

.module_page3 .category ul li {
    width: 25%;
    float: left;
}

.category-box {
    position: relative;
    background: #000;
    overflow: hidden;
}

.category-box a::before,
.category-box a::after {
    z-index: 1;
    content: "";
    position: absolute;
    left: 25px;
    right: 25px;
    top: 25px;
    bottom: 25px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}

.category-box>a::before {
    border-top: 1px solid #e60012;
    border-bottom: 1px solid #e60012;
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    transform: scale(0, 1);
}

.category-box>a::after {
    border-left: 2px solid #e60012;
    border-right: 2px solid #e60012;
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
}

.category-box:hover>a:before {
    border-top: 2px solid #e60012;
    border-bottom: 2px solid #e60012;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.category-box:hover>a:after {
    border-left: 2px solid #e60012;
    border-right: 2px solid #e60012;
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}

.category-box a img {
    transition: ease all 0.5s;
    -webkit-transition: ease all 0.5s;
    -moz-transition: ease all 0.5s;
    -o-transition: ease all 0.5s;
    overflow: hidden;
    width: 100%;
    display: block;
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0.8;
}

.category-box:hover img {
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    opacity: 0.6;
}

.category-box:hover figcaption img {
    transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    opacity: 1;
}

.category-box figcaption {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 99;
    text-align: center;
    display-webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    opacity: 0;
    transition: ease all 0.5s;
    -webkit-transition: ease all 0.5s;
    -moz-transition: ease all 0.5s;
    -o-transition: ease all 0.5s;
    pointer-events: none;
}

.category-box:hover figcaption {
    opacity: 1;
}

.category-box figcaption p {
    font-size: 12px;
    color: #fff;
    padding-top: 10px;
}

.news_list1 {
    float: left;
}
.index_news .index_title{
	margin-bottom: 30px;
}
.news_list1 ul li {
    float: left;
    width: 390px;
    margin-right:15px;
}

.news_list1 ul li figure {
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.news_list1 ul li figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news_list1 ul li figcaption {
    width: 100%;
    background: #585858;
    padding: 25px 20px;
    -webkit-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	transition: ease-in-out .5s;
}

.news_list1 ul li figcaption p {
    font-size: 16px;
    color: #ccc;
    -webkit-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	transition: ease-in-out .5s;
}

.news_list1 ul li figcaption h3 {
    font-size: 16px;
    color: #fff;
    line-height: 32px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    padding-bottom: 0;
    padding-right: 30%;
    margin-top: 15px;
    position: relative;
	
}
.news_list1 ul li figcaption h3::after{
	content:'';
	position: absolute;
	width: 50px;
	height: 50px;
	z-index:9;
	right:0;
	top:calc(50% - 25px);
	background: url(../image/right3.png) no-repeat center center; 
	-webkit-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	transition: ease-in-out .5s;
}
.news_list1 ul li a{
	display: block;
}
.news_list1 ul li:hover figcaption h3::after{
	background: url(../image/right4.png) no-repeat center center; 
}
.news_list1 ul li:hover figcaption{
	background: #e60012;
}
.news_list1 ul li:hover figcaption p{
	color: #fff;
}
.index_news{
	margin-top: 300px;
}
.news_list2{
	float: right;
	width: 390px;
	background: #f6f6f7;
}
.news_list2 ul{
	width: 87%;
	margin: 0 auto;
	padding-bottom: 2px;
}
.news_list2 ul li{
	border-bottom:1px solid #ddddde;
	padding: 25.5px 0;
}
.news_list2 ul li .time{
	float: left;
	width: 60px;
	height: 60px;
	text-align: center;
	background: #585858;
	padding-top: 5px;
    -webkit-transition: ease-in-out .5s;
    -o-transition: ease-in-out .5s;
    transition: ease-in-out .5s;
}
.news_list2 ul li .time h3{
	color: #fff;
	font-size: 24px;
}
.news_list2 ul li .time h6{
	color: #fff;
	font-size: 12px;
}
.news_list2 ul li p{
	float: left;
	max-width: 180px;
	font-size: 15px;
	color: #333;
	line-height: 30px;
	display: inline-block;
	vertical-align: middle;
	margin-left:10px;
    -webkit-transition: ease-in-out .5s;
    -o-transition: ease-in-out .5s;
    transition: ease-in-out .5s;
}
.news_list2 ul li i{
	color: #fd606d;
	line-height: 60px;
	float:right;
	font-size:22px;
}
.news_list2 ul li:hover p{
    color: #e60012;
}
.news_list2 ul li:hover .time{
    background: #e60012;
}
.module_page4{
	width: 100%;
	height: 635px;
	padding-top:75px;
	background: url(../image/module_page4.jpg) no-repeat center center;
}
.coop_list{
	margin-top: 40px;
}
.coop_list ul li{
	width: 220px;
	height: 90px;
	float: left;
	box-shadow: 0px 0px 5px #ccc;
	margin-right: 25px;
	margin-bottom: 30px;
}
.coop_list ul li:nth-child(5n){
	margin-right: 0;
}
.coop_list ul li img{
	width: 100%;
	object-fit: contain;
}
.footer_top{
	width: 100%;
	height:467px;
	background: url(../image/footer_topimg.png) no-repeat left center;
}
.footer_nav{
	padding-top: 65px;
	position: relative;
}
.footer_nav ul{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.footer_nav ul li h6{
	font-size: 18px;
	color: #fff;
	padding-bottom: 15px;
}
.footer_link a{
	display: block;
	font-size: 14px;
	color: #ccc;
	line-height: 20px;
	padding:6px 0;
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}
.footer_link a:hover{
	color: #fff;
}
.footer_ewm {
    width: 191px;
    height: 84px;
    border: 1px solid #666666;
}

.footer_ewm .ewm_img {
    width: 82px;
    height: 82px;
    border: 3px solid #666666;
    float: left;
}

.footer_ewm p {
    float: left;
    font-size: 14px;
    color: #999;
    line-height: 24px;
    padding-left: 20px;
    padding-top:20px;
}
.footer_nav ul li h5{
	font-size: 14px;
	color: #ccc;
	line-height: 20px;
	padding:5px 0;
}
.footer_nav ul li h3{
	font-size: 30px;
	color: #e00025;
	border-bottom:1px dashed #b5b5b5;
	line-height:48px;
}
.footer_nav ul li p{
	font-size: 14px;
	color: #999999;
	line-height: 32px;
	padding: 10px 0;
}
.fo_message{
	width: 405px;
	margin-top: 38px;
}
.fo_message input{
	width: 100%;
	line-height: 40px;
	border:1px solid #666666;
	background:none;
	margin-bottom: 10px;
	padding-left: 12px;
	border-radius:5px;
}
.fo_message .mess_line input{
	width: 198px;
	float: left;
}
.fo_message .mess_line input:nth-child(2){
	float: right;
}
.fo_message textarea{
	padding-left: 12px;
	padding-top: 12px;
	background: none;
	border:1px solid #666;
	width: 100%;
	height: 124px;
	margin-bottom: 10px;
	border-radius:5px;
}
.mess_line .yzm{
	width: 198px;
	float: left;
	border-radius:5px;
	overflow:hidden;
}
.mess_line button{
	display: block;
	width: 198px;
	border-radius:5px;
	line-height: 40px;
	float: right;
	background: #000000;
	text-align: center;
	font-size: 14px;
	color: #e00025;
    cursor: pointer;
}
.back_top{
	position: absolute;
	top:0;
	right:0;
	z-index:9;
	width: 78px;
	height: 78px;
	background: #e00025;
}
.back_top a{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 14px;
	color: #fff;
	text-align: center;
	padding-top:45px;
}
.back_top a span{
	display: block;
    width: 19px;
    height:19px;
    background: url(../image/arrow1.png) center no-repeat;
    position: absolute;
    left:calc(50% - 9.5px);
    top:25px;
    animation-delay: 0ms;
    animation-duration: 1500ms;
    animation-iteration-count: infinite;
    animation-name: arrow;
    animation-play-state: running;
    animation-timing-function: linear;
}
@-webkit-keyframes arrow{
    0% { opacity: 0; -webkit-transform: translate3d(0px, 0px, 0px); }
    33% { opacity: 1; }
    66% { opacity: 1; }
    100% {opacity: 0;-webkit-transform: translate3d(0px, -10px, 0px);}
}
.copy{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
}
.inside_banner{
	position: relative;
}
.inside_banner figcaption{
	position: absolute;
	width: 100%;
	text-align: center;
	left:0;
	bottom:70px;
}
.inside_banner figcaption h4{
	font-size: 48px;
	color: #fff;
}
.inside_banner figcaption h3{
	font-size: 42px;
	color: #fff;
	font-weight: bold;
	padding-top: 16px;
}
.inside_banner figcaption .banner_ht{
	width: 60px;
	height: 9px;
	background: #e60012;
	margin: 0 auto;
	margin-top: 35px;

}
.nav_list {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}
.nav_list a {
    font-size: 16px;
    color: #666;
    line-height: 20px;
    padding: 20px 10px;
}
.nav_list img:first-child{
	margin-right: 10px;
}
.product_left{
	float: left;
	width: 180px;
}
.product_left h3{
	font-size: 20px;
	font-weight: bold;
	color: #000000;
	margin-bottom:25px;
}
.pro_nav_list ul li a{
	display: block;
	width: 100%;
	line-height: 48px;
	font-size: 15px;
	color: #444;
	position: relative;
	padding-left: 18px;
	-webkit-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	transition: ease-in-out .5s;
}
.pro_nav_list ul li a::after{
	content:'';
	position: absolute;
	width:0;
	height: 6px;
	background: url(../image/right5.png) no-repeat left center;
	z-index:9; 
	right:55px;
	top:calc(50% - 3px);
	-webkit-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	transition: ease-in-out .5s;
}
.pro_nav_list ul li:hover a:after{
	width: 43px;
	right:12px;
}
.pro_nav_list ul li{
	-webkit-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	transition: ease-in-out .5s;
	border:1px solid #cfcfcf;
	margin-bottom: 10px;
}
.pro_nav_list ul li:hover{
	background: #e60012;
	border-color:#e60012;
}
.pro_nav_list ul li:hover a{
	color: #fff;
}
.product_right{
	width: 980px;
	float:right;
	padding-left: 39px;
	border-left:1px solid #cfcfcf;
}
.produt_list ul li{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}
.produt_list ul li figure{
	width: 300px;
	height: 300px;
	border:1px solid #cfcfcf;
}
.produt_list ul li:nth-child(3n){
	margin-right: 0;
}
.produt_list ul li figcaption{
	border:1px solid #cfcfcf;
	border-top:none;
	height:49px;
	position:relative;
}
.produt_list ul li figcaption div{
	position: absolute;
	width: 100%;
	height: 100%;
	left:0;
	bottom:0;
	z-index:9;
	background: #eeeeee;
	text-align: center;
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}
.produt_list ul li figcaption div p{
	line-height: 20px;
	font: 14px;
	color: #000;
	margin-top:14px;
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}
.produt_list ul li:hover figcaption div{
	height:70px;
	border-top:1px solid #cfcfcf;
	background: #e60012;
}
.produt_list ul li:hover figcaption div p{
	margin-top: 24px;
	font-size: 16px;
	color: #fff;
}
.inside_page{
	padding: 50px 0 70px 0;
}


.product_swiper {
    height: auto;
    position: relative;
    float: left;
    width: 450px;
}
.product_swiper .gallery-top {
    width: 450px;
    height: 450px;
    border: 1px solid #cfcfcf;
}
.product_swiper .gallery-top .swiper-slide {
    overflow: hidden;
}
.product_swiper .gallery-top .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product_swiper .gallery-thumbs {
    width: 400px;
    height: auto;
    margin-top: 20px;
}
.product_swiper .swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background: url(../image/next22.jpg) no-repeat center center;
    right: 0px;
    width: 18px;
    height: 94px;
}
.product_swiper .swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background: url(../image/prev22.jpg) no-repeat center center;
    left: 0px;
    width: 18px;
    height: 94px;
}
.product_swiper .gallery-thumbs .swiper-slide {
    border: 1px solid #ccc;
    overflow: hidden;
    cursor:pointer;
}
.product_swiper .gallery-thumbs .swiper-slide-thumb-active {
    border: 1px solid #000;
}
.product_swiper .swiper-button-next {
    top:calc(87% + 1px);
}
.product_swiper .swiper-button-prev {
    top:calc(87% + 1px);
}
.contact_top{
	text-align: center;
}
.contact_top h3{
	font-size: 32px;
	color: #000;
	padding-bottom: 18px;
}
.contact_top p{
	font-size: 16px;
	color: #555;
	padding-top: 20px;
}
.contact_top h4{
	font-size: 48px;
	font-weight: 100;
	color: #e60012;
	padding-top: 3px;
}
.contact_top .con_ewm{
	width: 165px;
	height: 165px;
	background: url(../image/contact_img02.png) no-repeat center center;
	margin: 0 auto;
	padding: 13px;
	margin-top: 25px;
}
.contact_top .con_ewm img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	border:2px solid #e60012;
	padding:8px;
}
.contact_top h5{
	width: 104px;
	height: 30px;
	line-height: 30px;
	background: #e60012;
	text-align: center;
	border-radius:20px;
	margin: 0 auto;
	font-size: 15px;
	color: #fff;
	margin-top: 16px;
}
.contact_list ul{
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	margin:40px 0 50px 0;
}
.contact_list ul li{
	width: 300px;
	height: 152px;
	border:1px solid #e5e5e5;
	margin:0 10px;
	text-align: center;
	padding-top:36px;
}
.contact_list ul li p{
	font-size: 15px;
	color: #555;
	line-height: 20px;
	padding-top: 15px;
}
.inside_nav{
	border-bottom:1px solid #e5e5e5;
}
.contact_page{
	width: 100%;
	background: url(../image/contact_bg.png) no-repeat center 100px;
}
.company_list ul li{
	float: left;
	width: 385px;
	margin-right: 22.5px;
	margin-bottom: 22.5px;
}
.company_list ul li:nth-child(3n){
	margin-right: 0;
}

.w945{
	max-width: 945px;
	margin: 0 auto;
}
.liuyan h1{
	font-size: 3.6rem;
	font-weight: 500;
	color: #e60012;
	text-align: center;
	margin-bottom: 4%;
}
.liuyan h3{
	font-size: 2.6rem;
	font-weight: 500;
	color: #494544;
	text-align: center;
	margin-bottom: 5.2%;

}
.message li{
	padding-bottom: 20px;
}
.message input{
	height:45px;
	line-height: 45px;
	border-radius: 10px;
	border:1px solid #dadada;
	box-shadow: 0 0 10px #eee;
}
.message li:first-child{
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.message li:first-child input{
	width:32%;
	padding-left: 2%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.message li textarea{
	border:1px solid #dadada;
	width: 100%;
	height:300px;
	padding:2%;
	border-radius: 10px;
	box-shadow: 0 0 10px #eee;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.message li:nth-child(3){
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.message li:nth-child(3) input{
	width:100%;
	padding-left:20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.message li:nth-child(3) button{
	width: 30%;
	font-size: 16px;
	line-height:45px;
	height: 45px;
	color:#fff;
	border-radius: 10px;
	background: #e60012;
}
.yzm{
	width: 40%;
	position: relative;
}
.yzm img{
	position: absolute;
	right:0px;
	top:1px;
	z-index: 2;
}
.message_page{
	background: #f2f2f2;
	padding:70px 0 80px 0;
}
.message input::-webkit-input-placeholder{
	color: #999;
	font-size: 14px;
}
.inside_banner figcaption h5{
	font-size: 48px;
	color: #fff;
	text-align: center;
	margin-bottom:50px;
}
.ernav_list ul li{
	width: 399px;
	margin-right: 1px;
	float: left;
	background: rgba(0,135,239,0.9);
	-webkit-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	transition: ease-in-out .5s;
}
.ernav_list ul li a{
	display: block;
	width: 100%;
	line-height:20px;
	padding:20px 0;
	text-align: center;
	font-size: 18px;
	color: #fff;
}
.inside_banner figcaption.in_banner2{
	bottom:0;
}
.ernav_list ul li:hover{
	background:rgba(230,0,18,0.9);
}
.ernav_list ul li.choose{
	background:rgba(230,0,18,0.9);
}
.inside_page .news_list1{
	float: none;
	margin-bottom: 70px;
}
.inside_page .news_list1 .in_title{
	font-size: 34px;
	color: #000;text-align: center;
	margin-bottom:43px;
}
.news_list1 ul li:nth-child(3n){
	margin-right: 0;
}
.news_list3{
	width: 100%;
	background: #f3f3f3;
	padding:70px 0;
}
.news_list3 ul li{
	float:left;
	width: 590px;
	height: 148px;
	background: #fff;
	margin-right: 20px;
	margin-bottom: 20px;
	padding:25px 20px 25px 30px;
	-webkit-transition: ease-in-out .5s;
    -o-transition: ease-in-out .5s;
    transition: ease-in-out .5s;
}
.news_list3 ul li:nth-child(2n){
	margin-right:0;
}
.news_list3 ul li a{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.news_list3 ul li figcaption{
	width: 420px;
}
.news_list3 ul li figcaption h3{
	font-size: 18px;
	color: #000;
	font-weight: bold;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    padding-bottom: 0;
    -webkit-transition: ease-in-out .5s;
    -o-transition: ease-in-out .5s;
    transition: ease-in-out .5s;
}
.news_list3 ul li figcaption p{
	font-size: 13px;
	color: #666;
	line-height: 24px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    padding-bottom: 0;
    margin-top: 15px;
}
.news_list3 ul li figure{
	width: 98px;
	height: 98px;
	background: #999999;
	text-align: center;
	padding-top:10px;
	-webkit-transition: ease-in-out .5s;
	-o-transition: ease-in-out .5s;
	transition: ease-in-out .5s;
}
.news_list3 ul li figure h3{
	font-size: 36px;
	color: #fff;
}
.news_list3 ul li figure p{
	font-size: 14px;
	color: #fff;
	padding-top:5px;
}
.news_list3 ul li:hover figcaption h3{
	color: #e60012;
}
.news_list3 ul li:hover figure{
	background: #e60012;
}
.news_list3 ul li:hover{
	box-shadow:0px 0px 5px #ccc;
}
a.news_more{
	display: block;
	width: 200px;
	height: 50px;
	line-height:48px;
	text-align: center;
	border:1px solid #bfbfbf;
	border-radius:25px;
	margin: 70px auto 0 auto;
	font-size: 16px;
	color: #999;
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}
a.news_more:hover{
	background: #e60012;
	border-color:#e60012;
	color: #fff;
}
.news_title{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items:flex-end;
	align-items:flex-end;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding-bottom: 25px;
	border-bottom:1px solid #e5e5e5;
}
.news_title figcaption{
	max-width: 910px;
}
.news_title figcaption h3{
	font-size: 30px;
	color: #444;
}
.news_title figcaption p{
	font-size: 13px;
	color: #666;
	padding-top: 30px;
}
.news_title figure li{
	float:left;
	width: 50px;
	height: 50px;
	border:1px solid #bbbbbb;
	border-radius:50px;
	text-align: center;
	margin-left: 18px;
}
.news_title figure li i{
	line-height:50px;
	font-size: 20px;
	color: #b7b7b7;
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}
.endit{
	padding:40px 50px;
	line-height:2;
	font-size: 15px;
	color: #666;
}
.news_title figure li:hover i{
	color: #e60012;
}
.news_title figure li:nth-child(3){
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.porduct_dea{
	width: 440px;
	float: right;
}
.porduct_dea h3{
	font-size: 24px;
	color: #333;
	font-weight: bold;
}
.porduct_dea .Price{
	width: 100%;
	line-height: 75px;
	background: #eeeeee;
	font-size: 15px;
	color: #999;
	font-weight: bold;
	padding-left: 12px;
	margin-top:16px;
}
.porduct_dea .Price span{
	color: #e60012;
	font-weight: bold;
	font-size: 24px;
	margin-left: 5px;
}
.pro_endit table{
	border:none;
	margin-bottom: 10px;
}
.pro_endit table tr{
	border:none;
}
.pro_endit table tr td{
	border:none;
	line-height:30px;
	padding:9px 0;
}
.pro_endit table tr td.rise{
	min-width:70px;
	font-size: 15px;
	color: #999;
	padding-left: 12px;
	display: inline-block;
}
.pro_endit table tr td.type{
	font-size: 15px;
	color: #333;
	line-height: 30px;
}
.pro_endit span{
	font-size: 13px;
	color: #e60012;
	padding-left: 12px;
}
.pro_endit{
	border-bottom:1px solid #e5e5e5;
	padding-bottom: 16px;
}
.buy_button ul li{
	float:right;
	width: 180px;
	height: 40px;
	line-height: 38px;
	text-align: center;
	margin-left: 10px;
}
.buy_button ul li:nth-child(2){
	border:1px solid #ff0036;
	background: #ffeded;
}
.buy_button ul li a{
	color: #ff0036;
	font-size:14px;
}
.buy_button ul li a:hover{
	text-decoration: underline;
}
.pro_dea{
	padding-top: 40px;
}
.pro_dea .ht{
	background: #eeeeee;
}
.pro_dea .ht p{
	font-size: 19px;
	color: #fff;
	font-weight: bold;
	width:fit-content;
	line-height: 55px;
	background: #e60012;
	padding:0 40px;
}
.prodea_endit{
	padding-top:40px;
}
.ernav_list2 ul li{
	width: 299px;
}
.about_page1{
	width: 100%;
	height: 1564px;
	background: url(../image/about_page1.jpg) no-repeat center top;
}
.company_profile{
	text-align: center;
	padding-top: 70px;
}
.about_title{
	font-size: 34px;
	color: #000;
}
.histy_page .about_title{
    text-align: center;
}
.xian{
	width: 1px;
	height: 40px;
	background: #e9e7e7;
	margin: 35px auto;
}
.company_profile h3{
	color: #e60012;
	font-size: 72px;
	line-height:70px;
	font-family:'AlternateGothicNo2BT Regular'; 
}
.company_profile h6{
	color: #010101;
	font-size: 17px;
}
.company_profile p{
	font-size: 15px;
	color: #666;
	line-height: 40px;
	margin-top: 36px;
}
.about_video{
	width: 920px;
	height: 390px;
	margin: 0 auto;
	margin-top: 50px;
}
.about_video video{
	width: 100%;
	height: 100%;
	object-fit:cover;
}
.about_pro{
	height: 227px;
	width: 100%;
	background: #e60012;
}
.Product_cha{
	padding-top: 95px;
	text-align: center;
}
.about_title2{
	font-size: 24px;
	font-weight: bold;
	color: #000;
}
.Product_cha p{
	font-size: 14px;
	color: #666;
	line-height: 24px;
	padding-top: 22px;
}
.Product_cha .ht{
	width: 22px;
	height: 5px;
	background: #e60012;
	margin: 0 auto;
	margin-top:13px;
}
.about_pos{
	width: 100%;
	height: 400px;
	position:relative;
}
.about_pos .img{
	position: absolute;
	left:0;
	top:45px;
	z-index:9;
}
.about_pro{
	padding-top: 120px;
}
.about_pro a{
	display: block;
	width: 240px;
	height: 58px;
	margin: 0 auto;
	border:1px solid #fff;
	border-radius:50px;
	line-height:56px;
	font-size: 20px;
	color: #fff;
	padding-left:39px;
	position:relative;
}
.about_pro a::after{
	content:'';
	position: absolute; 
	width: 48px;
	height: 6px;
	right:50px;
	top:calc(50% - 3px);
	background:url(../image/right5.png) no-repeat center center;
	z-index:9;
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}
.about_pro a:hover::after{
	right:24px;
}
.about_page3{
	width: 100%;
	padding:90px 0; 
}
.about_page3 .w1200{
	padding:0 50px;
}
.about_page3 figure{
	float:left;
	width: 470px;
}
.about_page3 figure video{
	width:100%;
	object-fit:contain;
	height:620px;
}
.about_page3 figcaption{
	margin-top: 50px;
	padding-left: 22px;
	width: 574px;
	float: right;
	background: url(../image/about_img06.jpg) no-repeat left top;
}
.about_page3 figcaption h3{
	font-size: 34px;
	color: #000;
}
.about_page3 figcaption p{
	font-size: 16px;
	color: #666;
	line-height: 40px;
	padding:140px 0 80px 0;
	position:relative;
}
.about_page3 figcaption p::after{
	content:'';
	position:absolute;
	width: 40px;
	height: 40px;
	background: url(../image/douhao.jpg) no-repeat center center;
	left:0;
	top:60px;
	z-index:3; 
}
.about_page3 figcaption p::before{
	content:'';
	position:absolute;
	width: 40px;
	height: 40px;
	background: url(../image/douhao2.jpg) no-repeat center center;
	right:0;
	bottom:10px;
	z-index:3; 
}


.hist_page_tab1{
    position:relative;
	background:url("../image/line.jpg") left top 123px repeat-x;
}
.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{
	
	line-height: 60px;
	padding-top: 40px;
	background:url("../image/point.jpg") left 50% top 10px no-repeat;
}
.hist_page_tab1 .swiper-slide .years p{
    padding-left: 10px;
    font-size: 26px;
    color: #9b9b9b;
}
.hist_page_tab1 .swiper-slide:nth-child(2n+1) .years p{
    position: absolute;
    top:-50px;
    width: 100%;
    z-index:1;
}
.hist_page_tab1 .swiper-slide .years span{
    font-size: 14px;
    color: #444;
}
.hist_page_tab1 .swip_choose .years{
	background:url("../image/point2.jpg") left 50% top 10px no-repeat;
}
.hist_page_tab1 .swip_choose .years span{
    color: #9b9b9b;
}
.hist_page_tab1 .swip_choose .years p{
    color: #d7163e;
}
.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-container::after{
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius:8px;
    background: #9b9b9b;
    right:0;
    top:calc(58% + 1px);
}
.hist_page_tab1 .swiper-container::before{
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius:8px;
    background: #9b9b9b;
    left:0;
    top:calc(58% + 1px);
}
.hist_page_tab1 .swiper-button-next{
	width: 19px;
	height: 37px;
	background:url("../image/right22.jpg") left top no-repeat;
	top:50%;
	right:-69px;
	margin-top: 0;
	-webkit-background-size: cover;
	background-size: cover;
}
.hist_page_tab1 .swiper-button-prev{
	width: 19px;
	height: 37px;
	background:url("../image/left22.jpg") left top no-repeat;
	top:50%;
	left:-69px;
	margin-top: 0;
	-webkit-background-size: cover;
	background-size: cover;
}
.histab2_list h3{
	font-size: 6rem;
	color: #e62129;
	font-weight: 100;
	padding-bottom: 30px;
	-webkit-transform: skewX(-5deg);
	-ms-transform: skewX(-5deg);
	-o-transform: skewX(-5deg);
	transform: skewX(-5deg);
}
.histab2_list p{
	font-size: 1.6rem;
	color: #444;
	line-height:40px;
}
.histab2_tukuang{
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 60px;
}
.histab2_tukuang .histab2_time{
	width: 450px;
	overflow:hidden;
}
.histab2_tukuang .histab2_time img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.histab2_tukuang .histab2_list{
	padding-left: 5%;
	width: 50%;
}
.hist_page{
    padding:0 50px 0 50px;
}
.histy_page{
    padding:72px 0 80px 0;
}