@charset "utf-8";
/* CSS Document */



html, body {
	min-height: 100%;
}


p{
	margin: 0
}

ul,ol,li{
	list-style: none;
	list-style-type:none;
    margin:0;
	padding:0;
}
button{
    outline:none;
}
img {
	border: none;
	vertical-align: middle;
}

a {
	text-decoration: none;
	color: #232323;
}

table {
	border-collapse: collapse;
	table-layout: fixed;
	    border: #c1c1c1;
}

input, textarea {
	outline: none;
	border: none;
}
input::-webkit-input-placeholder {
	color:#fff; 
} 

input:-moz-placeholder { 
	color:#fff; 
} 

input::-moz-placeholder {
	color:#fff; 
} 

input:-ms-input-placeholder {
	color:#fff; 
} 

textarea {
	resize: none;
	overflow: auto;
}
.imageContainer.ne{
	padding: 0!important;
}
.clear_fixed, .clearfix, .clear{
	clear: both
}

/*滑动*/
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
    display: none!important;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    text-align: center;
    width: 80%;
    margin: 0 10%;
	position: absolute;
    bottom: -30px;
	display: none
}
.bx-wrapper{
	position: relative;
	margin: auto;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #fff!important;
}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #fff;    display: none;
}
body .bx-wrapper .bx-controls-direction a {
    background: url(../images/large_left.png) no-Repeat 0 0;
    width: 36px;
    height: 67px;
    transform: rotate( 
360deg
 );
}
body .bx-wrapper .bx-controls-direction .bx-prev{
	left: 0px;
}
body .bx-wrapper .bx-controls-direction .bx-next {
    background: url(../images/large_right.png) no-Repeat 0 0;
    transform: rotate( 
360deg
 );
	right: 0px;
}
.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 24px;
    height: 37px;
     text-indent: -9999px; 
    z-index: 99;
    font-size: 40px;
}


.fixed-left-all{
	float: left;
	margin-top: 20px;
}
.index-body-top{
	position: fixed;
    z-index: 9999;
    width: 100%;
	height: 100px;
    background-color: rgba(255, 255, 255, 0.88);
    box-shadow: rgb(0 0 0 / 5%) 0px 0px 2px 2px;
    backdrop-filter: blur(8px);
}
.bbanner {
    padding-top: 100px;
}
.bbanner{position: relative;}
/*
.index-body-fixed-nav {
    background: #2e5248;
    height: 48vh;
    text-align: center;
	position: absolute;
    top: 0px;
    width: 100%;
    padding-top: 110px;
	display: none
}
*/
.index-body-fixed-nav>ul>li>a{
	font-size: 17px;
	color: #232323;
	text-transform: uppercase;
	font-family: "Campton-Light";
}
/*
.index-body-fixed-nav ul li{
	padding: 20px 0
}
*/
/*
.index-body-fixed-nav ul li:nth-child(1){
	padding-top: 20px;
}
*/

.index-body-fixed-nav {
    float: right;
    display: flex;
}
.index-body-fixed-nav ul {
    display: flex;
}
.index-body-fixed-nav ul li {
    padding: 0 20px;
    height: 100px;
    line-height: 100px;
}
.fixed-left {
    float: left;
}
.fixed-close{
	display: none
}
.fixed-left-all.active-nav .fixed-left{
	display: none
}
.fixed-left-all.active-nav .fixed-close{
	display: block
}
.fixed-left>img {
    cursor: pointer
}
.index-body-fixed {
    max-width: 90%;
    margin: auto;
	position: relative;
	z-index: 998;
}
.fixed-close>img{
	filter: invert(1);
	cursor: pointer;
}

.fixed-contact,.index-top-bac{
	float: right;
}
.fixed-contact {
    display: flex;
    align-items: center;
    padding-left: 60px;
}
.bbanner .bac {
    background:url(../images/home-bac0.jpg);
    width: 95%;
    height: 836px;
    display: block;
    float: right;
    right: 0;
    position: absolute;
    top: 100px;
	z-index: -1;
}


.fixed-logo{
	display: flex;
	justify-content: center
}
.fixed-logo {
    width: auto;
    float: left;
}
.index-right-banner {
    position: relative;
    max-width: 100%;
    right: 0;
    top: 0px; 
}
.index-right-banner>img{
	width: 100%;
}
.fixed-contact-search {
    border-right: 1px solid #010101;
    cursor: pointer;
	padding-right: 15px;
	line-height: 30px;
	height: 30px;
}
.fixed-contact-all p{
	padding-left: 15px;
	line-height: 30px;
}
.fixed-contact a,.index-left-text a{
	display: inline-block;
    background: #ED1C2E;
    border-radius:0 20.5px 0 20.5px;
    color: #fff;
    width: 100px;
    height: 41px;
    line-height: 41px;
    text-align: center;
	font-size: 18px;
	transition: 0.5s
}
.index-left-text a{
	background: none;
	border: 1px solid #fff;
}
.index-left-text a:hover{
	background: #fff;
	border: 1px solid #fff;
	color: #ED1C2E
}
.fixed-contact-all{
	display: flex;
	padding-right: 40px;
}
.index-left-text {
    position: absolute;
    left: 11%;
    top: 20%;
    z-index: 9;
}
.index-left-text>h1{
	font-size: 54px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 40px;
	font-family: "Campton-SemiBold";
}
.index-left-text p{
	font-size: 17px;
	color: #fff;
	line-height: 30px;
	margin-bottom: 100px;
	width: 50%;
}


/*about*/
.about-mission-jf-left{
	float: left;
	width: 50%;
	background: #f7f5e9;
	height: 800px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 215px 105px 100px 279px;
}
.about-mission-jf-right{
	width: 50%;
	float: right;
	height: 800px;
	background: #2d5248;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 155px 140px 130px 48px;
}
.about-mission-jf-left-text>h2{
	font-size: 60px;
	color: #000;
	margin-bottom: 90px;
	font-family: "AstoriaRoman";
	text-transform: uppercase
}
.about-mission-jf-left-text>p {
    font-size: 17px;
    line-height: 30px;
    color: #000;
    width: 78%;
}
.about-mission-jf-one {
    display: flex;
}
.about-mission-jf-one-right>h3{
	font-size: 30px;
	color: #fff;
	margin-bottom: 10px;
	font-family: "AstoriaRoman";
}
.about-mission-jf-one-right>p{
	font-size: 17px;
	color: #fff;
	line-height: 30px;
	width: 95%;
}
.about-mission-jf-one-left>img{
	width: 67px;
	height: auto; 
}
.about-mission-jf-one{
	margin-bottom: 30px;
}
.about-mission-jf-one-left {
    margin-right: 35px;
}
.about-cer-all>h2 {
    font-size: 60px;
    color: #000;
    font-family: "AstoriaRoman";
    text-transform: uppercase;
    max-width: 1360px;
    margin: auto;
    margin-bottom: 70px;
	line-height: 80px;
}
.about-cer-all {
    margin-top: 175px;
	margin-bottom: 115px;
}
.about-middlie-dd-top,.about-middlie-dd-bottom {
    display: flex;
}
.about-middlie-dd {
    margin:100px auto;
    max-width: 1340px;
}
.about-middlie-dd-top>span{
	font-size: 100px;
	color: #e1d8ce;
	line-height: 80px;	
}
.about-middlie-dd-bottom>span {
    font-size: 100px;
    color: #e1d8ce;
    margin-top: 20px;
}
.about-middlie-dd-top>h2{
	font-size: 50px;
	font-family: "AstoriaRoman";
	color: #000;
	text-align: center;
	width: 90%;
	margin: auto
}
.about-middlie-dd-bottom>h4 {
    font-size: 30px;
    color: #000;
    font-family: "AstoriaRoman";
    width: 100%;
    text-align: center;
    margin-top: 40px;
}
.about-middlie-dd-bottom a{
	font-size: 30px;
	color: #000;
	font-weight: bold;
	font-family: "AstoriaRoman";
}
.about-banner-bac {
    background: #2d5248;
    width: 100%;
    height: 968px;
	margin-top: -48px;
}
.about-banner-text-left>img{
	width: 100%;
}
.about-banner-bac-po {
    max-width: 1440px;
    margin: auto;
    padding-top: 120px;
	position: relative;
}
.about-banner-text-right {
    position: absolute;
    left: 60%;
    background: #fff;
    top: 27%;
    width: 602px;
    height: 521px;
    padding: 75px 60px 40px 110px;
}
.about-banner-text-left{
	float: left;
}
.about-banner-text-right>h2{
	font-size: 60px;
	color: #000;
	font-family: "AstoriaRoman";
	margin-bottom: 40px;
}
.about-banner-text-right>p{
	font-size: 17px;
	color: #000000;
	line-height: 30px;
	
}
.about-lunbo-all {
    max-width: 1340px;
    margin: 150px auto;
}
.about-lunbo-all-left-img {
    position: absolute;
    top: 10.5%;
    left: 23%;
}
.about-lunbo-all-left {
    width: 490px;
    height: 910px;
    background: #d5ecf5;
    position: relative;
	float: left;
}
.about-lunbo-all-right {
    float: right;
    width: 40%;
    margin-top: 300px;
}
.about-lunbo-all-right>h2{
	font-size: 60px;
	color: #000;
	font-family: "AstoriaRoman";
	margin-bottom: 40px;
}
.about-lunbo-all-right>p{
	font-size: 17px;
	color: #000000;
	line-height: 30px;
	margin-bottom: 40px;
}
.about-lunbo-all-right>a{
	font-size: 18px;
	color: #f4b757;
	display: inline-block;
}


.index-middle-all-box{
	position: relative;
}
.index-middle-box-text{
	position: absolute;
	top: 35%;
	margin-left: 50%;
	transform: translate(-50%);
	text-align: center; 
}
.index-middle-box-text>h2{
	font-size: 50px;
	font-family: "AstoriaRoman";
	color: #fff;
	margin-bottom: 40px;
}
.index-middle-box-text>p{
	font-size: 17px;
	color: #fff;
	line-height: 25px;
	width: 85%;
	margin: auto
}
.index-middle-box-text>a{
	font-size: 14px;
	display: inline-block;
	border: 1px solid #fff;
	border-radius: 20.5px;
	text-align: center;
	line-height: 41px;
	height: 41px;
	width: 111px;
	color: #fff;
	margin-top: 20px;
}
.index-middle-box>img{
	width: 100%;
}
.index-middle-all .bx-wrapper .bx-controls-direction .bx-next{
	background: url(../images/index-large-right.png) no-Repeat 0 0;
	right: 40px;
}
.index-middle-all .bx-wrapper .bx-controls-direction .bx-prev {
    background: url(../images/index-large-right.png) no-Repeat 0 0;
    transform: rotate( 180deg );
	left: 40px;
	width: 26px!important;
	height: 50px!important;
}

/*solution*/
.solution-banner>img{
	width: 100%;
}
.index-solution-title {
    margin: auto;
    max-width: 800px;
    padding-top: 130px;
    margin-bottom: 0px;
}
.index-solution-title>h2{
	font-size: 50px;
	font-family: "AstoriaRoman";
	text-transform: uppercase;
	color: #000;
	text-align: center;
	margin-bottom: 20px;
}
.index-solution-title>p{
	font-size: 17px;
	font-family: "Arial";
	color: #000;
	text-align: center;
	line-height: 25px;
}
.solution-all-box-flex{
	display: flex;
	flex-flow: wrap;
}
.solution-six-one {
    width: 32%;
    margin-right: 2%;
    position: relative;
    margin-bottom: 5%;
	transition: 0.5s;
	overflow: hidden;
}
.solution-six-one-text{
	position: absolute;
	left: 5%;
	top: 90%;
	transition: 0.5s;	
}
.solution-six-one:hover::before{
	content: "";
	display: block;
	transition: 0.5s;
	width: 100%;
	height: 100%;
    background: #2d5248;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    opacity: .5;
    z-index: 1;
}
.solution-six-one:hover .solution-six-one-text{
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%);
	width: 100%;
	z-index: 2
}
.solution-six-one:hover .solution-six-one-text>a{
	opacity: 1;
	transition: 0.5s;	
}
.solution-six-one-text>a>h3{
	color: #fff;
	font-size: 30px;
	transition: 0.5s;
	margin-bottom: 20px;
	font-family: "AstoriaRoman";
}
.solution-six-one-text>.a-button{
	display: block;
	opacity: 0;
	font-size: 1px;
	color: #fff;
	transition: 0.5s
}
.solution-six-one:nth-child(3n){
	margin-right: 0;
}
.solution-all-box{
	max-width: 90%;
	margin: 80px auto;
}
.solution-six-one img{
	width: 100%;
	transition: 0.5s;
}

/*details*/
.details-top-right { 
    float: right;
}
.details-top {
    margin-top: 60px;
	position: relative;
}
.details-top-right>img,.details-middle-left>img,.details-bottom-right>img {
    width: 100%;
}
.details-top .details-top-left {
    position: absolute;
    left: 12%;
    top: 40%;
}
.details-top .details-top-left>h2{
	font-size: 50px;
	color: #000;
	font-family: "AstoriaRoman";
}
.details-middle {
    margin: auto;
    max-width: 90%;
    margin-top: 230px;
    margin-bottom: 160px;
    display: flex;
    align-items: center;
}
.details-middle-left{
	float: left
}
.details-middle-right {
    float: right;
    width: 26%;
    margin-left: 200px;
}
.details-middle-right>p {
    font-size: 17px;
	color: #000;
	line-height: 25px;
}
.details-bottom{
	max-width: 90%;
	margin: 160px auto;
	
}
.details-bottom-right{
	float: right;
}
.details-bottom-left {
    float: left;
    width: 29%;
    margin-left: 12%;
    margin-top: 80px;
}
.details-bottom-left>p{
	font-size: 17px;
	color: #000;
	margin-bottom: 60px;
	line-height: 25px;
}
.details-huadong-all .bx-wrapper .bx-controls-direction .bx-next{
	background: url(../images/details-large-right.png) no-Repeat 0 0;
	right: 120px;
}
.details-huadong-all .bx-wrapper .bx-controls-direction .bx-prev{
	background: url(../images/details-large-right.png) no-Repeat 0 0;
	left: 120px;
	transform: rotate(-180deg)
}

/*case*/
.project-case-all-banner {
    background: #365150;
    width: 100%;
    height: 857px;
    margin-top: -48px;
    justify-content: center;
    align-items: center;
    display: inline-flex;
}
.project-case-all-banner-text {
    margin: auto;
    max-width: 800px;
    text-align: center;
    padding-bottom: 70px;
}
.project-case-all-banner-text>h2{
	font-size: 60px;
	font-family: "AstoriaRoman";
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 60px;
}
.project-case-all-banner-text>p{
	font-size: 17px;
	color: #fff;
	line-height: 23px;
	margin-bottom: 20px;
}
.case-body-all-box {
    display: flex;
    flex-flow: wrap;
    margin: auto;
    max-width: 1300px;
}
.case-body-one-bac>img{
	width: 100%;
	transition: 1s
}
.case-body-all {
    position: relative;
    margin-top: -280px;
}
.case-body-one {
    width: 49%;
    margin-right: 2%;
	margin-bottom: 140px;
}
.case-body-one:nth-child(2n) {
    margin-right: 0;
}
.case-body-one-text>a>h3{
	font-size: 30px;
	font-family: "AstoriaRoman";
	color: #000;
	line-height: 50px;
	margin-bottom: 5px;
}
.case-body-one-text>span{
	font-size: 17px;
	font-family: "AstoriaRoman";
	color: #000;
}
.case-body-one-bac:hover::before {
    content: "";
    display: block;
    transition: 1s;
    width: 100%;
    height: 100%;
    background: #2d5248;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    opacity: .5;
    z-index: 1;
}
.case-body-one-bac {
    position: relative;
	transition: 1s;
	overflow: hidden;
	margin-bottom: 20px;
}
.case-body-one-bac a {
    display: inline-block;
    font-size: 14px;
    color: #f4b757;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
	z-index: 9;
	text-transform: uppercase;
	opacity: 0;
	transition: 0.5s;
}
.case-body-one-bac:hover a{
	opacity: 1;
	transition: 0.5s
}


/*index-home*/
.home-body-application-title {
    max-width: 1450px;
    margin: auto;
    padding-top: 50px;
    margin-bottom: 60px;
}
.home-body-application-title {
    padding-bottom: 20px;
    border-bottom: 1px solid #999;
    margin-bottom: 25px;
}
.home-body-application-title-h {
    float: left;
	width: 80%;
}
.home-body-application-title-h>h2 {
    font-size: 48px;
    color: #454545;
    margin-bottom: 20px;
	font-family: "Montserrat"; 
}
.home-body-application-title>a {
    display: inline-block;
    font-size: 16px;
    border-radius: 20px 0;
    padding: 16px 32px;
    text-align: center;
    letter-spacing: 2px;
    margin-top: 40px;
    transition: all 0.5s;
    border: 1px solid #454545;
    text-transform: uppercase;
    color: #454545;
	float: right;
}
.home-body-application-title>a:hover{
	background: #ED1C2E;
	border: 1px solid #ED1C2E;
	color: #fff;
}


.home-body-application-title-h>p {
    font-size: 20px;
    color: #454545;
}
.home-body-application-title::after,.home-body-application-box::after,.home-ifoot-all-top-pos::after{
	content: "";
	display: block;
	clear: both;
}
.home-body-application-box {
    display: flex;
}
.app-zlj-one {
    width: calc(100% / 4);
    margin-right: 0;
    float: left;
    position: relative;
    transition: 2s;
    overflow: hidden;
    cursor: pointer;
}
.app-zlj-one-before {
    background: linear-gradient(90deg,rgba(0,0,0,.2) .05%,transparent 50.05%),linear-gradient(180deg,transparent 34.79%,rgba(0,0,0,.52) 68.44%,rgba(0,0,0,.65) 81.98%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    position: absolute;
    transition: 0.5s;
}
.app-zlj-one-img {
    overflow: hidden;
    display: flex;
    justify-content: center;
    background: #232323;
}
.app-zlj-one-img>img {
    width: auto!important;
    max-width: initial;
}
.app-zlj-one-text {
    position: absolute;
    bottom: 0;
    padding: 30px;
    color: #fff;
    width: 100%;
    height: auto;
    transition: 0.5s;
    z-index: 99;
}
.app-zlj-one-text h3 {
    margin-top: 0;
    font-size: 28px;
    font-family: "Montserrat";
    padding-bottom: 10px;
    display: inline-block;
}
.app-zlj-one:hover .app-zlj-one-before{
    opacity: 0.6; 
	transition: 0.5s;
}
.home-body-application-box.about-zlj-one-zka .app-zlj-one.about-zlj-one-zs {
    width: 45%;
	transition: 0.5s
}

.wid{
	max-width: 1440px;
	margin: 80px auto;
}

.index-home-about-left{
	float: left;
	width: 48%;
	position: relative;
}
.blue-circle{
	cursor: pointer;
}
.blue-circle a {
    border-radius: 50%;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-white 1s linear infinite;
    -webkit-transition: 1s;
}
.index-home-about-left .blue-circle.two .video-icon{
	top: 42%;
	left: 81%;
}
.video-icon {
    width: 15px;
    height: 15px;
    line-height: 45px;
    color: #fff;
    text-align: center;
    background: #ED1C2E;
    border-radius: 50%;
    position: absolute;
    top: 27%;
    left: 42%;
    transform: translate(-50%);
}
/*
@-webkit-keyframes ripple-white {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 141, 186, 0.3), 0 0 0 10px rgba(0, 141, 186, 0.3);
        box-shadow: 0 0 0 0 rgba(0, 141, 186, 0.3), 0 0 0 10px rgba(0, 141, 186, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(0, 141, 186, 0.3), 0 0 0 20px rgba(0, 141, 186, 0.3);
        box-shadow: 0 0 0 10px rgba(0, 141, 186, 0.3), 0 0 0 20px rgba(0, 141, 186, 0.3)
    }
}
*/

@keyframes ripple-white {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(0, 141, 186, 0.3), 0 0 0 5px rgba(0, 141, 186, 0.3);
        box-shadow: 0 0 0 0 rgba(0, 141, 186, 0.3), 0 0 0 5px rgba(0, 141, 186, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(0, 141, 186, 0.1), 0 0 0 10px rgba(0, 141, 186, 0.1);
        box-shadow: 0 0 0 10px rgba(0, 141, 186, 0.1), 0 0 0 10px rgba(0, 141, 186, 0.1)
    }
}
.index-home-about-right{
	float: right;
	width: 48%;
}
.index-home-about-right h2{
	font-size: 48px;
	color: #333333;
	line-height: 60px; 
	font-family: "Montserrat";
}
.index-home-about-right d{
	font-size: 48px;
	color: #ED1C2E;
	font-family: 'Campton-SemiBold'!important;
}
.index-home-about-right p {
    font-size: 17px;
    color: #666;
    line-height: 36px;
    margin-top: 40px;
}
.index-home-about-left>img{
	width: 100%;
} 
.clearfix::after{
	content: "";
	display: block;
	clear: both;
}
.home-body-products-title>h3 {
        font-size: 28px;
    color: #454545;
    margin-bottom: -40px;
    font-family: "Montserrat";
}
.home-body-products-title>a,.last-catelogue>a{
    margin-top: 0;
    float: right;
	display: inline-block;
    background: #ED1C2E;
    font-size: 16px;
    border-radius: 20px 0;
    padding: 16px 32px;
    color: #fff;
    text-align: center;
    letter-spacing: 2px;
    transition: all 0.5s;
    border: 1px solid #ED1C2E;
}

.home-body-products-title>a:hover,.last-catelogue>a:hover{
	border: 1px solid #232323;
    background: none;
    color: #232323;
}
.home-body-products-title{
	margin-bottom: 40px;
}
.home-body-products-bottom-lr {
    background: #ED1C2E;
    height: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
	border-radius: 130px 0px 130px 0px;
}
.home-body-products-bottom-left, .home-body-products-bottom-right {
    width: 50%;
}
.home-body-products-bottom-right>img{
	width: 100%;
}
.home-body-products-bottom-left>h3 {
    font-size: 48px;
    color: #fff;
    margin-bottom: 60px;
    letter-spacing: 1px;
	font-family: "Montserrat";
}

.home-body-products-bottom-left>p {
    font-size: 17px;
    color: #fff;
    line-height: 28px;
	margin-bottom: 10px;
}
.home-body-products-bottom-left {
    padding: 60px;
}
.last-catelogue{
	text-align: center;
	margin-top: 60px;
}
.last-catelogue>h3{
	font-size: 24px;
	color: #333;
	margin-bottom: 20px;
}
.last-catelogue>p,.home-specifications-left>p{
	font-size: 17px;
	color: #666;
	margin-bottom: 30px;
}
.last-catelogue>a{
	float: none;
	letter-spacing: 0px;
}

.fixed-logo img{
	width: 100%;
	margin: 18.5px 0;
}
.home-specifications-left{width: 30%;float: left;padding-left: 10%;}
.home-specifications-right{width: 70%;float: right}
.home-specifications-right>img{
	width: 100%;
}
.home-specifications-left>h3{
	font-size: 24px;
	color: #ED1C2E;
	margin-bottom: 30px;
}
.home-specifications-left>p {
    line-height: 30px;
    width: 95%;
}


.home-specifications-left ul li{
	margin-bottom: 10px;
	display: flex;
	align-items: center;
}
.home-specifications-left ul li a{
	font-size: 17px;
	display: inline-block;
	color: #666
}
.home-specifications-left ul li::before{
	content: "";
	display: block;
	border-radius: 50%;
	background: #999;
	width: 10px;
	height: 10px;
	margin-right: 10px;	
}
.home-background-all{
	width: 100%;
    margin: 0 auto;
    background-image: url("../images/home-bac.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0px;
    background-position: center;
    overflow: hidden;
	height: 450px;
	background-attachment: fixed;
}
.home-background-box {
    max-width: 1440px;
    margin: auto;
    text-align: center;
}
.home-background-box h2 {
    font-size: 48px;
	color: #fff;
	margin-bottom: 50px;
	font-family: "Montserrat";
}
.home-background-box img{
	margin-bottom: 60px;
	display: none
}
.home-background-box p {
    font-size: 17px;
	color: #fff;
	margin-bottom: 10px;
	width: 50%;
	margin:auto;
	margin-bottom: 10px;
	line-height: 30px;
}
.home-specifications {
    margin: 40px auto;
}



/*foot*/
.home-ifoot-all-top{
	/*background: #f5f5f5;*/
	padding: 40px 0;	
}
.home-ifoot-all-top-pos{
	max-width: 1440px;
	margin: auto;
}
.home-ifoot-all-top-left{
	float: left;
	width: 42%;
}
.home-ifoot-all-top-left>h3 {
    font-size: 28px;
    margin-bottom: 1rem;
    /* font-weight: bold; */
    text-transform: capitalize;
    font-family: "Montserrat";
	color: #333333;
}
.home-ifoot-all-top-left>p{
	font-size: 20px;
	line-height: 1.3;color: #666
}
.home-ifoot-all-top-right{
	float: right;
	width: 590px;
}
.home-ifoot-all-top-right form{
	display: flex;
	align-items: center;
	height: 100%;
	width: 590px;	
	margin-bottom: 20px;
}
.home-ifoot-all-top-right form input{
	width: 430px;
	background: #fff;
	border: 1px solid #ED1C2E;
	height: 55px;
	line-height: 55px;
	color: #000;
	font-size: 16px;
	border-radius: 20px 0 0 0;
	padding: 20px 15px;
}
.home-ifoot-all-top-right form button{
	width: 160px;
	background: #ED1C2E;
	border: 1px solid #ED1C2E;
	height: 55px;
	line-height: 52px;
	color: #fff;
	text-align: center;
	align-items: center;
	cursor: pointer;
	text-transform: uppercase;
    letter-spacing: 0.125rem;
	border-radius: 0 0 20px 0;
	border-left: none;
	transition: all 0.5s;
}
.home-ifoot-all-top-right form button:hover{
	background: #fff;
	color: #000;
}
.home-ifoot-all-top-right p{
	font-size: 16px;
	line-height: 1.5;
	color: #666
}
.home-ifoot-all-bottom{
	background: #ED1C2E;
	padding: 90px 0;
	position: relative
}
.home-ifoot-all-bottom-pos{
	max-width: 1440px;
	margin: auto;
	display: flex;
}
.home-ifoot-bottom-box>ul{
	display: flex;
	flex-flow: wrap;
}
.home-ifoot-bottom-box>ul>li {
    height: auto;
    line-height: 20px;
    margin-bottom: 15px;
    width: 100%;
}
.f-one,.f-two{
	width: 20%;
}
.f-four,.f-three,.f-five{
	width: 16.666667%;
}
.home-ifoot-bottom-box>h4,.home-ifoot-bottom-box-contact>h4{
	font-size: 24px;
	margin-bottom: 25px;
	display: inline-block;
	text-transform: uppercase;
	color: #fff;
}
.home-ifoot-bottom-box-contact>h4{margin-bottom: 15px;}
.home-ifoot-bottom-box-contact>a>svg{
	width: 16px;
	height: 16px;
	margin-right: 7px;
	margin-top: 5px;
}
.home-ifoot-bottom-link .iconfont{color: #000;}
.home-ifoot-bottom-box-contact>a {
    display: flex;
    text-decoration-line: underline;
    margin-bottom: 5px;
}
.home-ifoot-bottom-box-contact>a:hover{
	text-decoration-line: none;
}
.home-ifoot-bottom-box-contact{
	margin-bottom: 20px;
}
.home-ifoot-bottom-box {
    margin-right: 2.5%;
}
.home-ifoot-bottom-box:last-child{
    margin-right: 0;
}
.home-ifoot-bottom-box.f-one p,.home-ifoot-bottom-box-contact p{
	font-size: 14px;
	line-height: 24px;
	color: #232323;
	margin-bottom: 20px;
	color: #fff;
}
.home-ifoot-bottom-box a {
    color: #fff;
}
.home-ifoot-bottom-box.f-one p>a{
	text-decoration: underline
}
.home-ifoot-copy{
	height: 70px;
	line-height: 70px;
	text-align: center;
	background: #ED1C2E;
} 
.home-ifoot-copy>p{
	font-size: 13px;
	color: #fff;
	line-height: 70px;
}
.home-ifoot-bottom-img {
    position: absolute;
    right: 10px;
    top: 90px;
}

.home-ifoot-bottom-link ul{
	display: flex;
}
.home-ifoot-bottom-link>ul>li {
    background: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.home-markets-banner>img{
	width: 100%;
}




.index-body-top.active .fixed-contact-search>img{
	filter: invert(1);
}
.index-body-top.active .fixed-contact-all>p{
	color: #fff;
}
.index-body-top.active .fixed-contact-search{
	    border-right: 1px solid #fff; 
}
.news-banner>img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.index-new-s-box-left{float: left;width: 60%;overflow: hidden;transition: all .5s;}
.index-new-s-box-right{float: right;width: 40%;padding: 30px;height: 100%;}
.news-right-more{
	text-align: right;
}
.news-right-more>a{
	color: #ED1C2E;
	font-size: 16px;
	margin-top: 40px;
	display: inline-block;
	text-transform: uppercase;
}
.index-new-s-box-right>p{
	font-size: 16px;
	color: #fff;
	line-height: 24px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
.news-banner{position: relative;padding-top: 100px;}
.news-banner-text{
	position: absolute;
	top: 50%;
	left: 20%;
}
.news-banner-text h2{
	font-size: 48px;
	color: #fff;
	text-transform: uppercase;
}
.index-new-s-all.index .index-new-s-box{
	width: 31.3%;
	margin-right: 3%;
}
.index-new-s-all.index .index-new-s-box:nth-child(3n){
	margin-right: 0;
}
.index-new-s-all.index .index-new-s-box{
	background: none
}
.index-new-s-all.index .index-new-s-box-time>p{
	color: #666
}
.index-new-s-all.index .index-new-s-box h3 {
    color: #232323;
	margin-bottom: 20px;
	font-size: 16px;
	margin-top: 10px;
}
.index-new-s-box-time a{display: none}
.index-new-s-box-over{overflow: hidden}


.honghu-about{
	max-width: 1440px;
	margin: auto;
	padding-top: 130px;
}
.honghu-about-one-left{
	float: left;
	width: 35%;
}
.honghu-about-one-right{
	float: right;
	width: 50%;
}
.honghu-about-two img{
	width: 100%;
}
.honghu-about-one-left h2{
	font-size: 48px;
	color: #333;
	text-transform: uppercase;
	font-family: "Montserrat";
	margin-top: 30px;
}
.honghu-about-one-right p{
	font-size: 17px;
	line-height: 26px;
	color: #333;
	margin-top: 10px;

}
.honghu-about-two-title p{
	float: left;
	font-size: 17px;
	color: #ED1C2E;
	margin: 20px 0;
	text-transform: uppercase;
}
.honghu-about-two-title p.right{
	float: right!important;
}
.honghu-about-three-box-left,.box-right{
	float: left;
	width: 38%;
}

.honghu-about-three-box-left img{
	width: 100%;
}
.honghu-about-three-box-right h3{
	font-size: 48px;
	font-family: "Montserrat";
	color: #333;
	text-transform: uppercase;
}
.honghu-about-three-box-right {
	float: right;
	width: 57%;
	margin-top: 100px;
}
.honghu-about-three{
	margin: 100px auto;
	padding-bottom: 130px;
}
.honghu-about-three-box-right d{
	color: #ED1C2E;
	font-family: "Campton-SemiBold";
}
.honghu-about-three-box-right p{
	font-size: 17px;
	line-height: 26px;
	color: #333;
	margin-top: 30px;
	width: 80%;
}
.honghu-about-three-box.left {
    margin: 60px auto;
    max-width: 88%;
}
.box-right h3{
	font-size: 48px;
	color: #333;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-family: "Montserrat";
}
.box-right p{
	font-size: 16px;
	color: #333;
	line-height: 26px;
}
.box-left {
    position: absolute;
    right: 0;
	margin-top: -400px;
	width: 57%;
}
.box-left img {
    width: 100%;
}

.bbanner .bx-viewport{
	overflow: inherit!important;
}

.bbanner .bx-controls.bx-has-pager.bx-has-controls-direction .bx-pager.bx-default-pager {
    text-align: center;
    margin: 10px 0;
    z-index: 999;
    position: absolute;
    left: 215px;
    bottom: 100px;
}
.bx-wrapper .bx-controls-direction .bx-next,.bx-wrapper .bx-controls-direction .bx-prev{
	display: none
}
.bx-wrapper .bx-controls.bx-has-pager.bx-has-controls-direction .bx-pager.bx-default-pager {
    text-align: center;
    margin: 10px 0;
    z-index: 999;
    position: absolute;
    bottom: -75px;
	width: 100%;
}

.porder-top-al {
    margin: 0px auto;
	margin-bottom: 40px;
    max-width: 1440px;
	padding-top: 130px;
}
.mm-products-left {
    float: left;
    width: 250px;
    display: none;
}
.product-all-left-button {
    display: none;
}
.mm-products-left-title-ul {
    -webkit-transition: 1.1s cubic-bezier(.16,.84,.442,.98)!important;
    -o-transition: 1.1s cubic-bezier(.16,.84,.442,.98)!important;
    transition: 1.1s cubic-bezier(.16,.84,.442,.98)!important;
}
i.fa.fa-angle-double-right {
    height: 40px;
    line-height: 40px;
    animation: noe 1s steps(10) infinite;
    font-size: 20px;
    font-size: 37px;
    padding-top: 0;
    color: #fff;
}
.product-all-left-button h2 {
    display: none;
}
.mm-products-left-title-ul>h2 {
    font-size: 18px;
    color: #232323;
    font-family: "oakes-b";
}
.company-body-all-left-title-ul>h2, .mm-products-left-title-ul>h2, .news-rightlist-box>h2 {
    color: #232323;
    font-size: 24px;
    text-transform: uppercase;
    border-bottom: 2px solid #ED1C2E;
    padding-bottom: 10px;
    font-family: 'FuturaNewDemi-Reg';
    width: 97%;
    padding-bottom: 20px;
    /* display: none; */
}
.mm-products-left .mm-products-left-ul>li {
    border-bottom: 1px solid #ccc;
    position: relative;
    line-height: 1.75;
}
.fa-li-flex, .products-list-left-top-flex {
    display: flex;
    padding: 5px 0; 
}
.products-list-left-top-flex>i {
    padding-top: 7px;
}
.mm-products-left-ul{margin-top: 15px;}

.products-list-left i {
    padding-top: 3px;
    font-size: 16px;
}
.companylist-box i, .products-list-left i, .news-rightlist-box ul li i {
    margin-right: 5px;
    color: #666;
	display: none
}
.mm-products-left ul>li a {
    font-size: 16px;
    padding: 5px;
    color: #858d94;
    transition: 0.5s;
	font-family: "Montserrat";
}
.mm-products-left ul>li a:hover{
	color:#ED1C2E; 
}

.mm-products-dropdown {
    padding-left: 5%;
}
.porder-top-con {
    float: right;
    width: 77%;
}
.porder-top-con-flex {
    display: flex;
    flex-flow: wrap;
}
.porder-top-li {
    width: 31.3%;
    margin-right: 3%;
    margin-bottom: 4%;
    position: relative;
    transition: all .5s;
    border-radius: 8px;
	background: #f5f5f5;
}
.porder-top-li:hover,.mm-products-cateloge:hover{
	-webkit-box-shadow: 0 15px 30px rgb(0 0 0 / 10%);
    box-shadow: 0 15px 30px rgb(0 0 0 / 10%);
    -webkit-transform: translate3d(0,-2px,0);
    transform: translate3d(0,-2px,0);
}


/*
.porder-top-li:hover::before {
    content: "";
    display: block;
    background: #ED1C2E;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; border-radius: 8px;
	transition: all .5s;
}
.porder-top-li:hover h3 {
    color: #fff;
}
*/
.porder-top-li:nth-child(3n) {
    margin-right: 0;
}
.porder-top-li:hover .porder-top-img>img{transform: scale(1.1);transition: all .5s;}
.porder-top-img {
    overflow: hidden;
    width: 100%;
}
.porder-top-img>img {
    width: 100%;
    transition: 0.5s; 	
	background: #ED1C2E
}
.porder-top-img-right {
    width: 100%;
    transition: all .5s;
    padding: 30px 35px;
    background: #f5f5f5;
}
.porder-top-li h3 {
    color: #666;
    font-size: 28px;
    transition: all .5s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin: 10px 0 30px 0;
    border-radius: 5px;
}
.news-title-list_p {
    display: block;
    width: 100%;
    float: left;
    margin-bottom: 20px;
    color: #666;
    padding-top: 20px;
    border-top: 0px solid #efefef;
    font-size: 14px;
    line-height: 22px;
    display: none;
}
.porder-top-img-right span,.mm-products-right-text span{
    color: #ED1C2E;
    border: 1px solid #ED1C2E;
    text-align: center;
    height: 48px;
    line-height: 48px;
    padding: 10px 25px;
	transition: all .5s;
	border-radius: 0 15px;
}
.porder-top-img-right span:hover,.view-pr:hover{
	background: #ED1C2E;
	color: #fff;
}

/*
.page-banner, .news-banner, .pg-banner-con, .products-banner, #news-details-banner {
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #fff;
    height: 200px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    padding-top: 100px;
    background-position: center 80px;
    background-size: 100% auto;
}
.page-banner::before, .news-banner::before, .products-banner::before, .pg-banner-con::before, #news-details-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #46534db3;
    z-index: 1;
}
.page-banner-box-all, .pr-banner-title, div#road_box {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
}
.page-banner-box, .pr-banner-title-box, .road-box-all {
    margin: auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    text-align: center;
}
.page-banner-box>ul>li>a, .pr-tittle-top>a, .road-box-top>a {
    font-size: 16px;
    color: #ffffff66;
    transition: all .5s;
    display: inline-block;
}
.page-banner-box>ul>li:nth-child(1)::after, .pr-home::after, .right-circle::after {
    content: "";
    display: inline-block;
    background: rgba(255, 255, 255, 0.8);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    margin: 6px 15px 0 15px; 
}
.page-banner-box>ul>li>.page-name, .pr-tittle-top>.pr-company, .news-title-name {
    color: #ffffffcc!important;
}

.page-banner-box>ul>li>a, .pr-tittle-top>a, .road-box-top>a {
    font-size: 16px;
    color: #ffffff66;
    transition: all .5s;
    display: inline-block;
}

.page-title>h2, .pr-name>h2, .road-box-all>h2 {
    font-size: 36px;
    color: #fff;
    margin-top: 20px;
    text-transform: uppercase;
}*/



.mm-products-all {
    margin: 0px auto;
    max-width: 1440px;
	padding-top: 130px;
	margin-bottom: 40px;
}

.mm-products-right,.product-all-right,.products-top{
    float: right;
    width: 77%;
}
.mm-products-cateloge_all {
    display: flex;
    flex-flow: wrap;
}

.mm-products-cateloge {
    margin-bottom: 3%;
    padding: 0%;
    width: 31.5%;
    display: inline-block;
    float: left;
    margin-right: 2.5%;
    overflow: hidden;
    transition: all .5s;
	background: #f5f5f5
}
.mm-products-cateloge:nth-child(3n){margin-right: 0;}
.mm-products-cateloge_all::after {
    content: "";
    display: block;
    clear: both;
}
.mm-products-right-images {
    overflow: hidden;
	background: #00475d;
}
.mm-products-right-images img {
    width: 100%;
    transition: 0.5s;
}
.mm-products-right-text {	
    width: 100%; 
    background: #fff;
    transition: all .5s;
	padding: 30px 35px;
    background: #f5f5f5;
}
.mm-products-right-text h4 {
    font-size: 16px;
    transition: 0.5s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
	color: #666;
    font-size: 24px;
    margin: 10px 0 30px 0;
	height: 32px;
	position: relative;
}
.mm-products-right-text p {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}
/*
.porder-top-li:hover .porder-top-img-right, .mm-products-cateloge:hover .mm-products-right-text, .product-all-right-cp>ul>li:hover .pr-name-text {
    -webkit-transform: translate(0,-15px);
    -moz-transform: translate(0,-15px);
    -o-transform: translate(0,-15px);
    -ms-transform: translate(0,-15px);
}
*/
.porder-top-li:hover .porder-top-img-right,  .product-all-right-cp>ul>li:hover .pr-name-text {
    -webkit-transform: translate(0,-15px);
    -moz-transform: translate(0,-15px);
    -o-transform: translate(0,-15px);
    -ms-transform: translate(0,-15px);
}
.products-top>h1 {
    font-size: 48px;
    color: #ED1C2E;
    margin-bottom: 20px;
	text-transform: capitalize;
}


.hh-right {
    max-width: 1440px;
	margin-bottom: 0;
}
.hh-right-box-left{
	float: left;
	width: 100%;
}
.hh-right-box-right {
    float: right;
    width: 30%;
    position: absolute;
    right: 90px;
}
.mm-products-right-title>p,.mm-products-right-title>h2{
	width: 70%;
}
.mm-products-right-title{margin-bottom: 100px;}
.hh-right-box-right img{
	width: 100%;
}
.hh-right-box:nth-child(2n) .hh-right-box-left {
    float: right;
}
.hh-right-box:nth-child(2n) .hh-right-box-right {
    float: left;
}

.hh-right-box-left p{
	font-size: 17px;
	line-height: 24px;
	color: #333;
	margin-top:40px;
}

.hy-product-detail {
    max-width: 1440px;
    margin: 0px auto;
    margin-bottom: 60px;
	margin-top: 40px;
}
.main-product-detial-bottom-nav {
    width: 100%;
    display: block;
}
.hy-product-detail-content .hy-p-d-c-l-c {
    width: 46.5%;
    float: left;
}
.hy-product-detail-content .hy-p-d-c-l-c .hy-p-d-c-l-c-t {
    width: 100%;
    margin-right: 5%;
    position: relative;
}
.hy-product-detail .left_img {
    width: 100%;
    /* border: 1px solid #e9e9e9; */
    height: auto;
}
.imageContainer table {
    width: 100%!important;
    border-collapse: collapse;
    border: 1px solid #e9e9e9;
  }
.hy-p-d-c-r {
    width: 48.5%;
    float: right;
}
.hy-p-c-r-nr-top>span {
    display: inline-block;
    float: left;
    font-size: 36px;
    width: 100%;
    margin-top: -24px;
    /* margin: 20px 0; */
    color: #232323;
    font-weight: bold;
    /* border-bottom: 1px solid #ccc; */
    padding-bottom: 20px;
}
@media screen and (max-width: 1024px) {.hy-p-c-r-nr-top>span {margin-top: 10px;}}

.new-products-table {
    margin-bottom: 20px;
    display: none;
}
.new-products-table-all {
    border-bottom: 1px solid #ccc;
    line-height: 60px;
    padding: 0 20px;
    cursor: pointer;
    display: flex;
}
.new-products-table-all span {
    display: inline-block;
    float: left;
    margin-right: 20px;
    font-size: 16px;
    width: 30%;
    line-height: 40px;
}
.new-products-table-all p {
    display: inline-block;
    float: left;
    font-size: 16px;
    line-height: 40px;
    text-transform: capitalize;
    width: 70%;
}
.new-products-table-all::after {
    content: "";
    display: block;
    clear: both;
}
.hy-p-c-r-nr-top .move-ul p {
    font-size: 16px;
    line-height: 1.7!important;
    color: #444;
    margin-top: 0!important;
    margin-bottom: 0!important;
}
.hy-products-right-price {
    margin: 20px 0;
}
.pricespan {
    font-size: 16px;
    color: #333;
}
.main-product-detial-bottom-nav {
    width: 100%;
}
.main-product-detial-bottom-nav ul .nav-title {
    background-color: #ED1C2E;
    color: #fff; 
    text-transform: uppercase;
    font-weight: bold;
    padding: 10px 25px;
}

.main-product-detial-bottom-nav ul li {
    float: left;
    padding: 6px 18px;
    cursor: pointer;
}
.main-product-detial-bottom-nav hr {
    width: 100%;
    height: 3px;
    background-color: #3f594d;
}
.hy-p-c-r-an {
    padding-top: 10px;
}
.hy-p-c-r-an .hy-p-ys {
    margin-top: 0;
    color: #fff;
    background-color: #ED1C2E;
    padding: 10px 25px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    transition: 0.5s;
    position: relative;
    border: none;
    outline: none;
    margin-right: 20px;
    z-index: 9;
    display: inline-block;
    border-radius: 3px;
}

.news-banner-title {
    padding-top: 100px;
}
.news-banner-title-box {
    max-width: 1440px;
    margin: auto;
   /* border-bottom: 1px solid #ccc;*/
    height: 60px;
} 
.news-title-list.left {
    float: left;
}
.news-title-left.none {
    display: none;
}
.news-tittle-top {
    margin: auto;
    height: 80px;
    line-height: 80px;
    text-transform: uppercase;
    font-size: 16px;
    color: #232323;
	    padding-top: 20px;
}
.news-home {
    color: #232323;
}

.product-all .tittle-all {
    max-width: 1440px;
    width: 100%;
    margin: auto;
    margin-top: 40px;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 40px;
    padding-bottom: 10px;
    margin: 0px auto;
	margin-bottom: 40px;
}

 
.product-all {
    margin: 0px auto;
    max-width: 1440px;
    padding-top: 100px;
    margin-bottom: 40px;
}

ul.product-all-right-cp {
    display: flex;
    flex-flow: wrap;
}
.product-all-right-cp li {
    width: 31.3%;
    margin-right: 3%;
    margin-bottom: 2%;
    transition: all .5s;
}
.product-all-right-cp-img {
    overflow: hidden;
}
.product-all-right-cp-img img {
    width: 100%;
    transition: 0.5s;
}
.pr-name-text {
    background: #fff;
    padding: 20px;
    text-align: center;
    transition: all .5s;
}
.product-all-right-cp li h2 {
    font-size: 16px;
    color: #262626;
    transition: 0.5s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.product-all-right-cp li p {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
    display: none;
}
.product-all-right-cp li:nth-child(3n) {
    margin-right: 0;
}
li.products-list-left-ul.current>a,.products-list-left.current .products-list-left-top-flex>a {
    color: #ED1C2E;
}

.home-markets-banner {
    position: relative;
}
.home-markets-text {
    position: absolute;
    left: 10%;
    top: 50%;
}
.home-markets-text h1{
	font-size: 54px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 40px;
}
.home-markets-text d{
	font-size: 54px;
	font-family: 'Campton-SemiBold'!important;
	margin-left: 10px;
	color: #ED1C2E;
}
.home-markets-text p{
	font-size: 16px;
	color: #fff;
	line-height: 24px;
	width: 45%;
	text-shadow: #404040 1px 0px 3px;
}



.hy-product-detail .small_img img, .zoomPad>img {
    display: block;
    width: 100%;
    height: 100%;
}
.left_img img {
    height: auto;
}
img.lazyimg.fix_img {
    width: 100%;
}
.hy-product-detail .small_img {
    margin-top: 40px;
    overflow: hidden;
}

.small_img ul {
    display: flex;
    flex-flow: wrap;
}
.hy-product-detail .small_img ul li {
    float: left;
    margin-right: 5px;
    border: 1px solid #ebebeb;
    width: 69px;
    cursor: pointer;
    height: auto;
    display: flex;
    margin-bottom: 5px;
}
video.boxval {
    width: 69px;
}
.small_img .currentli11, .small_img .currentli {
    width: 80%;
    /* border: 1px #000000 solid!important; */
}
.home-markets-banner {
    padding-top: 100px;
}


/*
.app-zlj-one.about-zlj-one-zs .app-zlj-one-before{
	background: #ED1C2E;
	opacity: .6;
	transition: all .5s;
}
*/
.app-zlj-one.about-zlj-one-zs .app-zlj-one-text {
    top: 60%;
    transform: translateY(-50%);
    transition: 0.5s;
    z-index: 9;
	text-align: center;
	color: #ED1C2E;
}
/*
.app-zlj-one.about-zlj-one-zs h3{
	color: #ED1C2E;
	transition: all .5s;
}*/
.mm-products-all-bac {
    background: #f5f5f5;
	background-image: url("../images/products-bac.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0px;
    background-position: center;
    overflow: hidden;
	background-attachment: fixed;
	padding-bottom: 0;
}

.mm-products-right-pos{
	max-width: 1440px;
	margin: 40px auto;
}


.top-form-up.active {
    display: block;
    top: 100px;
    transition: all .5s;
}
.top-form-up {
    display: none;
    position: fixed;
    left: 0;
    top: -120px;
    width: 100%;
    height: 120px;
    z-index: 9999;
    background: #fff;
    transition: all .5s;
    box-shadow: 0 24px 22px rgb(0 0 0 / 3%);
}
.top-form-up-pos {
    max-width: 1440px;
    margin: auto;
    margin-top: 30px;
}
.tt-faqs-form {
    height: 52px;
    line-height: 52px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #ED1C2E;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 18px 15px;
    justify-content: space-between;
}

.right-x {
    position: absolute;
    right: 0;
    top: 0;
    background: #40594D;
    width: 66px;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    display: none;
}
.top-form-up-pos form input {
    width: 92%;
    font-size: 16px;
    border: 1px solid #ED1C2E;
    height: 52px;
    border-left: none;
    border-right: none;
}
.fixed-contact-search .icon-close {
    display: none;
}
.fixed-contact-search.active>.icon-search {
    display: none; 
}
.fixed-contact-search.active>.icon-close {
    display: block;
}
.fixed-contact-search i {
    font-size: 24px;
}
.top-form-up-pos button {
    border: none;
    background: none;
    cursor: pointer;
}
.top-form-up-pos button i {
    color: #40594D;
    font-size: 24px;
}
i.iconfont.icon-cuowu {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}
.breadcrumbs{
	display: flex;
	margin-bottom: 10px;
	color: #999;
}
.breadcrumbs a{
	font-size: 16px;
	color: #999;
}
.breadcrumbs a:hover{
	color: #ED1C2E;
	transition: all .5s;
}
.mm-products-right-pos h2{
	font-size: 36px;
	margin-bottom: 40px;
	color: #333;
	margin-top: 80px;
}
.porder-top-con>p{
	font-size: 17px;
	margin-bottom: 30px;
	line-height: 26px;
	color: #666;
	margin-top: 25px;
}
.index-body-fixed-nav>ul>li>a:hover {
    color: #ED1C2E;
}

.one-box h4 {
    color: #fff;
    background: #ED1C2E;
    padding: 5px 10px;
    border-radius: 3px;
    opacity: 0;
    transition: all .5s;
    margin-left: 40px;
    width: 120px;
    text-align: center;
	position: absolute;
	top: -7px;
}
.one-box.two h4{
	top: 50%;
    left: 83%;
}
.one-box:hover h4{
	opacity: 1;
}

.one-box{
    position: absolute;
	z-index: 9;
}
.one-box.one {
    left: 24.5%;
    top: 46%;
}
.one-box.two {
    left: 38.5%;
    top: 77.5%;
}
.one-box.three {
    left: 54%;
    top: 45%;
}
.one-box.four {
    left: 60.5%;
    top: 57.5%;
}
.one-box.five {
    left: 71.5%;
    top: 36%;
}
.one-box.six {
    left: 68.5%;
    top: 55%;
}
.one-box.seven {
    left: 80%;
    top: 78%;
}

.hh-right.one .hh-right-box-right{
	width: 60%;
}
.hh-right.two .hh-right-box-right{
	width: 50%;
}
.hh-right.three .hh-right-box-right{
	width: 55%
}
.hh-right.four .hh-right-box-right{
	width: 52%
}
.hh-right.five .hh-right-box-right{
	width: 50%
}
.hh-right.six .hh-right-box-right{
	width: 55%
}
 
.porder-top-con-flex .porder-top-li:nth-child(1) .porder-top-img>img{
	background: #ED1C2E
}
.porder-top-con-flex .porder-top-li:nth-child(2) .porder-top-img>img{
	background: #ED1C2E
}
.porder-top-con-flex .porder-top-li:nth-child(3) .porder-top-img>img{
	background: #ED1C2E
}
.porder-top-con-flex .porder-top-li:nth-child(4) .porder-top-img>img{
	background: #00475d
}
.porder-top-con-flex .porder-top-li:nth-child(5) .porder-top-img>img{
	background: #00475d
}
.porder-top-con-flex .porder-top-li:nth-child(6) .porder-top-img>img{
	background: #00475d
}

		.mm-products-right-images{position: relative;}
		.overlay{
			position: absolute;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
			background: #ED1C2E;
			opacity: 0;
			z-index: 2;
			-webkit-transition: all 250ms ease;
			-o-transition: all 250ms ease;
			transition: all 250ms ease;
		}
		.mm-products-right-images button {
			display: inline-block;
			top: 50%;
			border: 1px solid #fff;
			color: #fff;
			text-align: center;
			font-size: 16px;
			padding: 10px 15px;
			border-radius: 5px;
			z-index: 99999999;
			position: absolute;
			margin-left: 50%;
			transform: translate(-50%);
			cursor: pointer;
			margin-top: 40px;
			-webkit-transition: all 250ms ease;
    		-o-transition: all 250ms ease;
    		transition: all 250ms ease;
			background: none;
			opacity: 0
		}
		.mm-products-cateloge:hover .overlay{
			opacity: 0.8;
		}
		.mm-products-cateloge:hover button{
			margin-top: 0;
			opacity: 1
		}
		.mm-products-cateloge button:hover{
			background: #fff;
			color: #ED1C2E;
		}
.mm-products-right-text h4:after{
	content: "";
    display: inline-block;
    height: 2px;
    background: #ED1C2E;
    bottom: 0;
    left: 0%;
    position: absolute;
    top: 30px;
    right: 100%;
    transition: 0.5s;
    width: 0%;
}
.mm-products-cateloge:hover h4:after {
    width: 100%;
    transition: 0.5s;
}

.proct-botto table{
	width: 100%!important;
	margin-left: 0!important;
	margin-top: 10px!important;
}
.proct-botto table td{
	height: 25px;
	background: #fff!important;
}
.proct-zj{
	margin-top: 40px
}
.imageContainer {
    height: auto!important;
}
.proct-botto{
    margin-top: 30px;
	display: none;
}
thead {
    display: none;
}

	.hh-right.one .hh-right-box-right img:nth-child(1){
		display: block
	}
	.hh-right.one .hh-right-box-right img:nth-child(2){
		display: none
	}

.index-top-lunbo .media_banner {
    display: none;
}
.bbanner img{
	width: 100%;
}
/*
.bx-wrapper .bx-viewport{
	overflow: inherit!important;
}
*/
.index-home-about.wid.clearfix{
	margin-top: 140px!important;
}
.index-home-about-right>ul>li>span>img {
    width: 100%;
}
.ny1 table tr td:nth-child(2) {
    opacity: 0;
}
.ny1 table:nth-child(4) tbody{
	background: #fff;
}