

/*#  */
body{
	padding: 0;
	margin: 0 ;
	/* overflow: hidden; */
}
.pc-header .right .enl{
	display: block;
	position: absolute;
	right: 0;
	bottom: -36px;
	width: 36px;
	height: 36px;
	text-align: center;
	color: #fff;
	font-family: 'arial';
	font-size: 16px;
	line-height: 36px;
	cursor: pointer;
	opacity: 0;
}
.pc-header .right .enl:hover{
	color: #A40000;
}

.xilie{ font-size:20px; height:50px; line-height:50px; border-bottom: 1px solid #cfcfcf; margin-bottom:30px; font-weight:bold;}
.gengduo{ font-size:14px; float:right; margin-right:50px;}



/* 新新新 */
body{
	overflow-x: hidden;
}


.hearder-btn {
	position: fixed;
	right: 0;
	bottom: 10%;
	width: 70px;
	text-align: center;
	z-index: 188;
	background: #e50012;
	border: 1px solid #e97b83;
}

.hearder-btn .phone-a {
	font-size: 20px;
	display: block;
	color: #fff;
	position: relative;
	padding: 10px 0;
	line-height: 1.6;
	border-top: 1px solid #e97b83;
}
.hearder-btn .phone-a .fa-home{
	font-size: 24px;
}

.hearder-btn .phone-a:hover{
	color: #fff;
}

.hearder-btn .close-btn{
	display: none;
	padding: 5px 0;
}
.hearder-btn .close-btn span{
	font-size: 12px;
	color: #fff;
}

.hearder-btn .phone-a#backTop i{
	font-size: 40px;
}

.hearder-btn .phone-a .fa-phone{
	font-size: 24px;
}

.hearder-btn .phone-a:first-of-type{
	border-top: none;
}

.hearder-btn .phone-a span{
	display: block;
	color: #676767;
	font-size: 12px;
}

.hearder-btn .phone-a .phone-tel{
	position: absolute;
	width: 160px;
	height: 100%;
	left: 160px;
	background: #e50012;
	text-align: center;
	top: 0%;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
}

.hearder-btn .phone-a .phone-tel p{
	color: #fff;
	font-size: 18px;
	line-height: 52px;
}

.hearder-btn .phone-a.backHome .phone-tel p{
	font-size: 16px;
}

.hearder-btn .phone-a.backHome .phone-tel:hover p{
	color: #ccc;
}


.hearder-btn .phone-a:hover .phone-tel{
	left: -170px;
}
.hearder-btn .phone-a .phone-tel::after{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	right: -20px;
	border: 10px solid transparent;
	border-left-color: #e50012;
	z-index: -1;
}
.hearder-btn .phone-a .phone-tel.phone-link{
	height: 81px;
	font-size: 14px;
	transform:translateY(-15px);
}
.hearder-btn .phone-a .phone-tel.phone-link .phone-link-p1{
	border-bottom: 1px solid #e97b83;
	font-size: 14px;
	line-height: 40px;
}
.hearder-btn .phone-a .phone-tel.phone-link .phone-link-p2{
	font-size: 14px;
	line-height: 40px;
}
.hearder-btn .phone-a .phone-tel.phone-link .phone-link-p1 a{
	color: #fff;
}
.hearder-btn .phone-a .phone-tel.phone-link .phone-link-p2 a{
	color: #fff;
}

.hearder-btn .phone-a.phone-border{
	border-top: 1px solid #e97b83;
}

.hearder-btn .phone-a .ewm-pic {
	position: absolute;
	width: 160px;
	height: 160px;
	left: -160px;
	text-align: center;
	top: 50%;
	margin-top: -80px;
	display: none;
}


.hearder-btn .phone-a .ewm-pic::after{
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -10px;
	right: -10px;
	border: 10px solid transparent;
	border-left-color: #fff;
	z-index: -1;
}

.hearder-btn .phone-a .ewm-pic img{
	width: 140px;
	margin-top: 10px;
}


.hearder-btn .phone-a:hover .ewm-pic {
	/*left: -160px;*/
	/*z-index: 99;*/
	display: block;
}


@media (max-width:768px){
	.hearder-btn{
		width: 60px;
		display: none;
	}
	.hearder-btn .close-btn{
		display: block;
	}
}


.hearder{
	position: absolute;
	z-index: 9999;
	width: 100%;
	background: rgba(64, 139, 145,.0);
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}


.hearder-top {
	height: 100px;
	line-height: 70px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	background: rgba(0,0,0,.3);
}
.hearder:hover .hearder-top{
	background: #fff;
}

.hearder.scoll{
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
}
.hearder.scoll .hearder-top{
	height: 0;
	overflow: hidden;
	margin-top: -1px;
}

.hearder-top .w1200 {
	height: 70px;
	padding-top: 15px;
}


.hearder:hover .hearder-top .hearder-lg a{
	color: #333;
}

.hearder-top .h-logo {
	padding: 0 15px;
	float: left;
	width: 40%;
	text-align: center;
	margin-left: 30%;
	box-sizing: border-box;
}

.hearder-top .h-logo img {
	max-height: 70px;
}

.hearder-top .h-logo img.g2{
	display: none;
}
.hearder:hover .h-logo img.g1{
	display: none;
}

.hearder:hover .h-logo img.g2{
	display: inline-block;
}

.hearder-top .hearder-lg {
	float: left;
	width: 30%;
	text-align: right;
	height: 70px;
}

.hearder-top .hearder-lg a {
	font-size: 14px;
	font-weight: 300;
	color: #fff;
	padding: 5px 10px;
	/*background: #e8e8e8;*/
	letter-spacing: 2px;
	border: 1px solid #e8e8e8;
}

.hearder-top .hearder-lg a:hover {
	color: #333;
	border-color: #e8e8e8;
}

/* 移动端头部 */

.hearder .md-logo{
	display: none;
}

.hearder .md-logo img{
	max-height: 50px;
}

.nav-open .nav {
	opacity: 1;
	display: table;
}
body.nav-open .lower-screen {
	-webkit-transform: scale(0.9, 0.9);
	-ms-transform: scale(0.9, 0.9);
	transform: scale(0.9, 0.9);
}
body.nav-open .nav {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
body.nav-open .nav-toggle {
	box-shadow: none;
}
body.nav-open .nav-toggle .icon {
	background-color: white;
}
body.nav-open .nav-toggle .icon:before,
body.nav-open .nav-toggle .icon:after {
	background-color: white;
}
body.nav-open .nav-toggle:before {
	width: 5200px;
	height: 5200px;
	cursor: auto;
	background-color: rgba(0, 0, 0, 0.9);
}
body.nav-open .nav-toggle .icon {
	width: 0;
}
body.nav-open .nav-toggle .icon:before {
	-webkit-transform: translateY(9px) rotate(45deg);
	-ms-transform: translateY(9px) rotate(45deg);
	transform: translateY(9px) rotate(45deg);
}
body.nav-open .nav-toggle .icon:after {
	-webkit-transform: translateY(-9px) rotate(-45deg);
	-ms-transform: translateY(-9px) rotate(-45deg);
	transform: translateY(-9px) rotate(-45deg);
}
.nav-toggle {
	width: 30px;
	height: 20px;
	top: 30px;
	right: 15px;
	z-index: 199;
	border-radius: 50%;
	position: absolute;
	cursor: pointer;
	-webkit-transition-duration: 0.66s;
	transition-duration: 0.66s;
	-webkit-transition-timing-function: swing;
	transition-timing-function: swing;
	display: none;
}

.nav-toggle:before {
	width: 30px;
	height: 20px;
	border-radius: 50%;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	-webkit-transition-duration: 0.66s;
	transition-duration: 0.66s;
	-webkit-transition-timing-function: swing;
	transition-timing-function: swing;
}

.nav-toggle .icon {
	width: 30px;
	height: 2px;
	background-color: #A40000;
	border-radius: 2px;
	position: absolute;
	top: 8px;
	left: 0px;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	transiting-timing-function: swing;
}

.nav-toggle .icon:before,
.nav-toggle .icon:after {
	width: 30px;
	height: 2px;
	background-color: #A40000;
	border-radius: 2px;
	content: "";
	position: absolute;
	left: 0;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-timing-function: swing;
	transition-timing-function: swing;
}

.nav-toggle .icon:before {
	top: -9px;
}

.nav-toggle .icon:after {
	top: 9px;
}

.nav {
	list-style: none;
	margin: 0;
	padding: 0;
}

.nav li {
	display: block;
	padding: 0;
	position: relative;
}

.nav ul {
	width: 50%;
	margin: auto;
}

.nav {
	position: fixed;
	top: 80px;
	left: 50%;
	opacity: 0;
	width: 960px;
	height: 100%;
	margin-left: -480px;
	z-index: 999;
	padding: 0 20px;
	-webkit-transition-duration: 0.66s;
	transition-duration: 0.66s;
	-webkit-transition-timing-function: swing;
	transition-timing-function: swing;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}

.nav ul li {
	list-style: none;
}

.nav ul li a {
	display: block;
	padding: 5px 0;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-size: 24px;
	-webkit-transition-duration: 0.25s;
	transition-duration: 0.25s;
	font-family: "宋体";
	line-height: 2;
}

.nav_en {
	font-size: 14px;
	color: #fff;
	opacity: 0.38;
}

.nav ul:hover li a {
	opacity: 0.5;
}

.nav ul:hover li:hover a {
	opacity: 1;
}



.h_share1{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.h_share1 div{
    margin: 10px auto;
}
.h_share1 div p{
	color: #fff;
	text-align: center;
	line-height: 40px;
}
.h_share1 div a{
    display: block;
	color: #fff;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    font-size: 28px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
}

/* .h_share1 div:nth-of-type(1) a{
    color: #fdbe3d;
    border-color: #fdbe3d
}
.h_share1 div:hover:nth-of-type(1) a{
    color: #fff;
    background: #fdbe3d
}

.h_share1 div:nth-of-type(2) a{
    color: #56b6e7;
    border-color: #56b6e7;
}
.h_share1 div:hover:nth-of-type(2) a{
    color: #fff;
    background: #56b6e7;
}

.h_share1 div:nth-of-type(3) a{
    color: #ff763b;
    border-color: #ff763b;
}
.h_share1 div:hover:nth-of-type(3) a{
    color: #fff;
    background: #ff763b;
} */

.h_share1 .wx_ewm2{
    margin: 10px;
    width: 100%;
    text-align: center;
}


.h_share1 .wx_ewm2 span{
    padding: 10px;
    background: #fff;
    display: inline-block;
    margin: 15px 0;
}


.h_share1 .wx_ewm2 img{
    width: 120px;
}


.h_share1 .wx_ewm2 p{
    color: #fff;
    font-size: 12px;
    line-height: 2;
}



/* 导航 */
.hearder-down{
	margin-top: 4px;
}
.hearder.scoll .hearder-down{
	margin-top: 0;
}
.hearder-down .navs ul li {
	float: left;
	width: 20%;
	text-align: center;
}

.hearder-down .navs ul li a {
	display: block;
	line-height: 2;
}

.hearder-down .navs ul.nav-item {
	padding-top: 10px;
	padding-bottom: 10px;
}



/*.hearder-down .navs ul.nav-item li:first-of-type {*/
/*	border-left: none;*/
/*}*/


.hearder-down .navs ul.nav-item li a {
	font-size: 18px;
	color: #fff;
	/*font-weight: bold;*/
}
/*.hearder:hover .hearder-down .navs ul.nav-item li a,*/
.hearder.scoll .hearder-down .navs ul.nav-item li a{
	color: #333;
}


.hearder-down .navs ul.nav-down {}

.hearder-down .navs ul.nav-down li a {
	font-size: 16px;
	color: #ccc;
}

.hearder-down .navs ul.nav-down li a:hover {
	color: #fff;
}

.hearder-down .navs ul.nav-down li {
	height: 160px;
	border-right: 1px solid #ccc;
}

.hearder-down .navs ul.nav-down li:last-of-type {
	border-right: none;
}


.hearder-down .navs .nav-down-box {
	display: none;
	background: rgba(0, 0, 0, .6);
	padding: 20px 0;
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 99;
}

.hearder-down .navs:hover .nav-down-box {
	display: block;
}

/* 轮播图 */

.banner-box {}

.banner iframe{
	outline: none;
	border: none;
}


.banner-box .owl-stage {}

.banner-box .owl-carousel .owl-item {
	height: 0;
	position: relative;
	padding-top: 7.1%;
}

.banner-box .owl-carousel .owl-item li {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}


.banner-box .owl-carousel .owl-dots {
	position: absolute;
	top: 105px;
	width: 100%;
	height: 4px;
	text-align: center;
	left: 0;
	background: rgba(0, 0, 0, 0.4);
}

.banner-box .owl-carousel .owl-dots .owl-dot {
	display: inline-block;
	width: 33.33%;
	/*width: 25%;*/
	height: 4px;
	background: rgba(0, 0, 0, 0.4);
	margin: 0;
	font-size: 0;
	vertical-align: top;
}
.banner-box .owl-carousel .owl-dots .owl-dot.active {
	background: #CA0000;
}

@media (min-width:769px){
	.banner-box .owl-carousel .owl-dots .owl-dot.active1{
		background: #CA0000;
	}
}

.banner-box .owl-carousel .owl-nav {}

.banner-box .owl-carousel .owl-nav .owl-prev,
.banner-box .owl-carousel .owl-nav .owl-next {
	position: absolute;
	height: 80px;
	width: 120px;
	background: transparent no-repeat center;
	background-size: contain;
	top: 50%;
	margin-top: -40px;
	font-size: 0;
}

.banner-box .owl-carousel .owl-nav .owl-prev {
	background-image: url(../images/b_left.png);
	left: 2%;
}

.banner-box .owl-carousel .owl-nav .owl-next {
	background-image: url(../images/b_right.png);
	right: 2%;
}

/* 公共标题 */
.com-title {
	margin-bottom: 40px;
}

.com-title h3 {
	text-align: center;
	font-weight: 300;
	font-family: 'Open Sans','arial';
	font-size: 42px;
    line-height: 70px;
    color: #282828;
	/*text-transform:Uppercase;*/
	/*letter-spacing: -2px;*/
}
.com-title h3 span{
	font-size: 52px;
	text-transform:Uppercase;
}

.com-title p {
	font-size: 36px;
    color: rgb(40, 40, 40);
    line-height: 45px;
    font-family: '微軟正黑體';
    text-align: center;
    margin-bottom: 10px;
}

.com-title i {
	display: block;
	height: 4px;
	width: 50px;
	margin: 0 auto;
	background: #CA0000;
	display: none;
}
.com-title>span{
	font-size: 16px;
	color: #666;
	text-align: center;
	display: block;
	margin-top: 10px;
}

.com-details{
	background: #e8e8e8;
	text-align: center;
	padding: 30px 15px;
	margin: 30px auto;
	border: 1px solid #999;
}
.com-details h3{
	font-size: 32px;
	letter-spacing: 2px;
}

.com-details p{
	font-size: 14px;
	line-height: 2;
}

@media (max-width:768px){
	.com-details{
		padding: 20px 15px;
		margin: 20px auto;
	}
	.com-details h3{
		font-size: 18px;
		letter-spacing: 2px;
	}
	
	.com-details p{
		font-size: 12px;
	}
}

.backTop{
	position: fixed;
	right: 15px;
	bottom: 10%;
	z-index: 99;
}
.backTop a{
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 30px;
	color: #333;
	border: 1px solid #e8e8e8;
	background: rgba(255,255,255,.4);
}

/* 主体 */
.section {
	padding: 100px 0;
}

.section1 .gz_about {}

.section1 .gz_about .owl-nav{
	display: none;
}

.section1 .gz_about .owl-dots{
	text-align: center;
	margin-top: 10px;
}
.section1 .gz_about .owl-dots .owl-dot{
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	background: #CCCCCC;
	border-radius: 5px;
}
.section1 .gz_about .owl-dots .owl-dot.active{
	background: #CA0000;
	width: 15px;
}

.section1 .gz_about ul li {
	float: left;
	/* width: 32%;
	margin-left: 2%; */
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	border: 1px solid #e8e8e8;
	width: 100%;
}

.section1 .gz_about ul li:hover {
	transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	box-shadow: 0px 5px 5px #999;
}

.section1 .gz_about ul li:first-of-type {
	margin-left: 0;
}

.section1 .gz_about ul li .about-tit{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.2);
}
.section1 .gz_about ul li .about-tit a{
	position: absolute;
	line-height: 50px;
	height: 50px;
	top: 50%;
	margin-top: -25px;
	left: 20%;
	border: 1px solid #e8e8e8;
	color: #fff;
	font-size: 18px;
	display: block;
	width: 60%;
	text-align: center;
	font-weight: 300;
}

.section1 .gz_about ul li .about-pic{
	background: transparent no-repeat center;
	background-size: 60px;
	padding: 80% 0 0;
	position: relative;
}
.section1 .gz_about ul li .about-pic>img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.section1 .gz_about ul li .about-list{
	display: block;
	text-align: center;
	padding: 20px 10px;
	font-weight: bold;
	color: #333;
	position: relative;
}


.section1 .gz_about ul li .about-list::after{
	content: "";
	display: block;
	height: 1px;
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	background: #CA0000;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.section1 .gz_about ul li:hover .about-list::after{
	width: 100%;
}

.section1 .gz_about ul li .about-list span {
	padding-bottom: 8px;
	white-space: nowrap;
	font-weight: 300;
	display: block;
	font-size: 14px;
	color: #666666;
	line-height: 28px;
	height: 28px;
}

.section1 .gz_about ul li .about-list2 span:nth-of-type(1){
    margin-bottom: -10px;
    margin-top: 10px;
}

.section1 .gz_about ul li .about-list2 span:nth-of-type(3){
    margin-top: -10px;
    margin-bottom: 10px;
}

.section2{
}
.section2 .gz_product {
	position: relative;
	background-size: cover;
	background: #2b2c30;
	/* height: 600px; */
}

.section2 .gz_product .gz_product_bg{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 9;
}

.section2 .gz_product .gz_product_bg .product_bg_item{
	height: 700px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 60px;
	position: relative;
}
.section2 .gz_product .gz_product_bg .product_bg_item img{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: auto;
	min-width: 100%;
	min-height: 100%;
}

.section2 .gz_product .w1200{
	position: relative;
	z-index: 99;
	height: 100%;
}
.section2 .gz_product .gz_product_tit{
	background: rgba(20,20,20,.7);
	/*width: 386px;*/
	width: calc(33.33% - 13.3334px);
	width: -webkit-calc(33.33% - 13.3334px);
	width: -moz-calc(33.33% - 13.3334px);
	top: 0;
	overflow-x: hidden;
	height: 700px;
}

.section2 .gz_product .gz_product_tit::-webkit-scrollbar
{
	width: 6px;
	height: 16px;
	background-color: #fff;
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb
{
	background-color: #999;
}

.section2 .gz_product .gz_product_tit .product_tit{
	padding: 150px 0;
}

.section2 .gz_product .gz_product_tit .product_tit span{
	display: block;
	color: #fff;
	height: 100px;
	line-height: 100px;
	font-size: 18px;
	text-align: left;
	position: relative;
	z-index: 9;
	cursor: pointer;
	border-bottom: 1px solid #7f7f7f;
	padding-left: 22%;
	white-space: nowrap;
	background-repeat: repeat;
	background-position: left;
	background-size: 24px;
}
.section2 .gz_product .gz_product_tit .product_tit .product_item:first-of-type span{
	border-top: 1px solid #7f7f7f;
}

.section2 .gz_product .gz_product_tit .product_tit span i{
	width: 40px;
	margin-right: 20px;
	display: inline-block;
}

.section2 .gz_product .gz_product_tit .product_tit span::after{
	content: "";
	position: absolute;
	left: 0;
	top: 10%;
	height: 80%;
	width: 0px;
	background: #CA0000;
	z-index: -1;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.section2 .gz_product .gz_product_tit .product_tit .product_item:hover span::after{
	width: 100%;
}

.section2 .gz_product .gz_product_tit ul{
	/* padding: 20px; */
	display: none;
	left: calc(33.33% - 13.3334px);
	left: -webkit-calc(33.33% - 13.3334px);
	left: -moz-calc(33.33% - 13.3334px);
	width: calc(66.66% + 33.3334px);
	width: -webkit-calc(66.66% + 33.3334px);
	width: -moz-calc(66.66% + 33.3334px);
	
	/*width: calc(100% - 366px);*/
	/*width: -moz-calc(100% - 366px);*/
	/*width: -webkit-calc(100% - 366px);*/
	background: rgba(255,255,255,.7);
	position: absolute;
	/*left: 386px;*/
	height: 100%;
	top: 0;
	padding: 80px 20px;
	box-sizing: border-box;
}

@media (min-width:769px){
	.section2 .gz_product .gz_product_tit .product_item:hover ul{
		display: block;
	}
}

.section2 .gz_product ul li {
	float: left;
	position: relative;
	width: calc(50% - 10px);
	width: -moz-calc(50% - 10px);
	width: -webkit-calc(50% - 10px);
	margin-left: 20px;
	margin-top: 20px;
	background: transparent no-repeat center;
	background-size: cover;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.section2 .gz_product ul li:nth-of-type(-n+2){
	margin-top: 0;
}

.section2 .gz_product ul li:nth-of-type(2n+1) {
	margin-left: 0;
}

.section2 .gz_product ul li .gz_product_pic{
	padding-top: 67%;
	position: relative;
	overflow: hidden;
}
.section2 .gz_product ul li .gz_product_pic img{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: auto;
	height: auto;
	max-width: auto;
	max-height: auto;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.section2 .gz_product ul li:hover .gz_product_pic img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}


.section2 .gz_product ul li .gz_product_text p {
	position: absolute;
	width: 50%;
	line-height: 40px;
	font-size: 18px;
	text-align: center;
	bottom: 50%;
	margin-bottom: -20px;
	left: 25%;
	border: 1px solid #e8e8e8;
	color: #fff;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.section2 .gz_product ul li:hover .gz_product_text{
	background: transparent;
}
.section2 .gz_product ul li:hover .gz_product_text p{
	width: 100%;
	bottom: 0%;
	margin-bottom: 0px;
	left: 0%;
	border-left: none;
	border-right: none;
}

/* 新闻版块 */

.gz_news .news_left {
	width: 56%;
	float: left;
}

.gz_news .news_left ul li {
	border-bottom: 1px solid #e8e8e8;
}

.gz_news .news_left ul li span {
	display: inline-block;
	text-align: left;
	font-size: 12px;
	width: 160px;
	white-space: nowrap;
}
.gz_news .news_left ul li span img{
	max-height: 140px;
}
/* .gz_news .news_left ul li span i {
	margin-right: 5px;
} */

.gz_news .news_left ul li:last-of-type {
	border-bottom: none;
}

.gz_news .news_left ul li .news_txt{
	vertical-align: middle;
	display: inline-block;
	 width: calc(100% - 180px);
	width: -webkit-calc(100% - 180px);
	width: -moz-calc(100% - 180px);
	margin-left: 10px;
	padding-left: 10px;
	border-left: 1px solid #e8e8e8;
	padding-bottom: 30px;
	padding-top: 15px;
}


.gz_news .news_left ul li .news_txt a{
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 18px;
	line-height: 40px;
	position: relative;
	font-weight: bold;
	letter-spacing: 2px;
}

.gz_news .news_left ul li .news_txt a::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 0px;
	background: #CA0000;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.gz_news .news_left ul li .news_txt a:hover::after{
	width: 100%;
}


.gz_news .news_left ul li .news_txt p{
	font-size: 14px;
	line-height: 2;
	color: #666;
	/* display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis; */
	overflow: hidden;
	height: 56px;
}

.gz_news .news_right {
	float: right;
	width: 40%;
}



.gz_news .news_right .video_pic {
	position: relative;
	overflow: hidden;
	padding-top: 75%;
}

.gz_news .news_right .video_pic img {
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.gz_news .news_right .video_pic:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}

.gz_news .news_right .video_pic a {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .3);
}

.gz_news .news_right .video_pic a span {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url(../images/video_btn.png) no-repeat center;
	background-size: 80px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.gz_news .news_right .video_pic:hover a span {
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
}

.gz_news .news_right .video-box {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .6);
	justify-content: center;
	align-items: center;
	display: none;
	z-index: 99;
}

.gz_news .news_right .video-box .video-container {
	max-width: 800px;
	width: 80%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
}

.gz_news .news_right .video-box .video-container .video-close {
	display: block;
	text-align: right;
	margin-bottom: 10px;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
}

.gz_news .news_right .news_txt{
	vertical-align: middle;
	display: inline-block;
	width: 100%;
	padding: 10px 0px 20px;
	/*background: #f8f8f8;*/
}


.gz_news .news_right .news_txt a{
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 18px;
	line-height: 40px;
	position: relative;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: center;
}

.gz_news .news_right .news_txt a::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 0px;
	background: #CA0000;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.gz_news .news_right:hover .news_txt a{
    color: #CA0000;
}
.gz_news .news_right:hover .news_txt a::after{
	width: 100%;
}


.gz_news .news_right .news_txt p{
	font-size: 14px;
	line-height: 2;
	color: #666;
	/* display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis; */
	overflow: hidden;
	height: 56px;
	display: none;
}



.section4 img.jxLazyClass{
	background:url(../images/load.gif) no-repeat center;
	background-size: 400px 225px;
	background-color:#2b2c30;
}


.section4 {
	/*background: url(../images/banner01.png) no-repeat center;*/
	text-align: right;
	/*padding: 180px 0;*/
	padding: 0;
}
.section4 div{
	padding-top: 41.45%;
	position: relative;
	height: 0;
	overflow: hidden;
	background-size:400px 225px;
	background-color:#2b2c30;
	background-repeat: no-repeat;
	background-position: center;
}
.section4 div img{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}


.section5-box li {
	background: transparent no-repeat center;
	background-size: 60px;
	position: relative;
}
.section5-box li>img{
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.section5-box li .section5-text {
	background: rgba(255, 255, 255, .4);
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.section5-box li:hover .section5-text {
	background: rgba(0, 0, 0, .3);
}

.section5-box .center .section5-text {
	background: rgba(0, 0, 0, .3);
}

.section5-box li .section5-text a {
	display: block;
	padding: 40% 0;
	text-align: center;
	color: #fff;
	font-size: 22px;
	/* font-weight: bold; */
	white-space: nowrap;
	opacity: 0;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.section5-box .center .section5-text a{
	opacity: 1;
}
.section5-box li:hover .section5-text a{
	opacity: 1;
}

.section5-box .owl-nav {
	display: none;
}

.section5-box .owl-dots {
	text-align: center;
	margin-top: 10px;
}

.section5-box .owl-dots .owl-dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: rgba(0, 0, 0, .4);
	margin: 0 5px;
}

.section5-box .owl-dots .owl-dot.active {
	width: 20px;
	background: #CA0000;
	border-radius: 8px;
}

.section2,
.section3{
	padding-top: 0;
}

/* 底部 */
.footer {
	background: #3c3c3c;
	padding: 30px 0 10px;
}
.footer .footer-top{
	position: relative;
}
.footer .footer-top .line1,
.footer .footer-top .line2{
	position: absolute;
	height: 100%;
	width: 1px;
	background: #525252;
	top: 0;
}

.footer .footer-top .line1{
	left: 30%;
}

.footer .footer-top .line2{
	left: 70%;
}

.footer .footer-l {
	float: left;
	width: 30%;
	text-align: center;
}

.footer .footer-l li a {
	font-size: 14px;
	line-height: 34px;
	color: #acacac;
}

.footer .footer-l li a:hover {
	color: #fff;
}


.footer .footer-c {
	float: left;
	width: 40%;
	text-align: center;
	padding-top: 30px;
}

.footer .footer-c img {
	max-width: 200px;
	margin-bottom: 15px;
}

/*.footer .footer-c p {*/
/*	font-size: 14px;*/
/*	line-height: 2;*/
/*	color: #acacac;*/
/*}*/

/*.footer .footer-c span {*/
/*	display: block;*/
/*	height: 30px;*/
/*	width: 1px;*/
/*	margin: 0 auto;*/
/*	background: #525252;*/
/*}*/

.footer .footer-c h4 {
	font-size: 20px;
	color: #acacac;
	line-height: 1.6;
}

.footer .footer-r {
	float: right;
	width: 30%;
	text-align: center;
}

.footer .footer-r p {
	font-size: 18px;
	line-height: 2;
	color: #acacac;
}

.footer .footer-r img {
	margin: 10px 0 6px;
	max-width: 110px;
}

.footer .footer-r span {
	font-size: 14px;
	line-height: 2;
	color: #acacac;
	display: block;
}

.footer .mb_footer{
	text-align: center;
	display: none;
}
.footer .mb_footer p{
	font-size: 20px;
	color: #acacac;
}
.footer .mb_footer img{
	display: block;
	margin: 15px auto;
}
.footer .mb_footer span{
	font-size: 14px;
	color: #ccc;
}


.footer .footer-down {
	padding-top: 10px;
	margin-top: 20px;
	border-top: 1px solid #525252;
}

.footer .footer-down .fd-link {
	text-align: center;
}

.footer .footer-down .fd-link a {
	color: #ACACAC;
	white-space: nowrap;
	line-height: 40px;
	font-size: 14px;
	margin: 0 5px;
}

.footer .footer-down .fd-link a:hover {
	color: #fff;
}

.footer .footer-down .footer-bottom {
	text-align: center;
}

.footer .footer-down .footer-bottom p {
	font-size: 14px;
	color: #ACACAC;
}

.footer .footer-down .footer-bottom p a {
	color: #ACACAC;
}

.footer .footer-down .footer-bottom p a:hover {
	color: #fff;
}


@media (max-width:1400px){
	.section2 .gz_product .gz_product_tit ul{
		left: calc(33.33% - 8.3334px);
		left: -webkit-calc(33.33% - 8.3334px);
		left: -moz-calc(33.33% - 8.3334px);
		width: calc(66.66% + 8.3334px);
		width: -webkit-calc(66.66% + 8.3334px);
		width: -moz-calc(66.66% + 8.3334px);
		padding-right: 15px;
	}
}
@media (max-width:920px){
	.section2 .gz_product .gz_product_tit .product_tit span{
		padding-left: 10%;
	}
}

@media (max-width:768px) {
	.hearder.scoll{
		background: #fff;
	}
	.section{
		padding: 40px 0;	
	}
	.section2,
	.section3{
	    padding-top: 0;
	}
	.section4{
		text-align: center;
		padding: 0;
	}
	.hearder{
		background: #fff;
		height: 70px;
		padding: 0 15px;
		line-height: 70px;
		position: relative;
	}
	.hearder .md-logo{
		display: block;
	}
	.hearder .hearder-top,
	.hearder .hearder-down{
		display: none;
	}
	.nav-toggle{
		display: block;
	}
	.banner-box .owl-carousel .owl-nav .owl-prev,
	.banner-box .owl-carousel .owl-nav .owl-next{
		width: 70px;
		height: 50px;
		margin-top: -25px;
	}
	.banner-box .owl-carousel .owl-dots{
		top: auto;
		bottom: 15px;
		background: none;
	}
	
	.banner-box .owl-carousel .owl-dots .owl-dot{
		height: 3px;
		width: 28px;
		margin: 0 5px;
	}
	
	.com-title {
		margin-bottom: 20px;
	}

	.com-title h3 {
		font-size: 20px;
		line-height: 30px;
	}
	.com-title h3 span{
		font-size: 28px;
	}

	.com-title p {
		font-size: 18px;
		line-height: 36px;
		margin: 0;
	}

	.com-title i {
		width: 30px;
		height: 3px;
	}
	
	.section2 .gz_product .gz_product_bg .owl-carousel{
		height: 100%;
	}
	.section2 .gz_product .gz_product_bg .owl-stage-outer,
	.section2 .gz_product .gz_product_bg .owl-stage,
	.section2 .gz_product .gz_product_bg .owl-item{
		height: 100%;
	}
	
	.section2 .gz_product .gz_product_bg .product_bg_item{
		height: 100%;
		position: relative;
	}
	
	.section2 .gz_product{
		padding: 50px 0;
	}
	.section2 .gz_product .gz_product_tit{
		position: relative;
		width: 100%;
		height: auto;
		background: none;
	}
	
	.section2 .gz_product .gz_product_tit .product_tit{
		padding: 0;
	}
	.section2 .gz_product .gz_product_tit .product_tit span{
		position: absolute;
		width: 50%;
		height: 60px;
		line-height: 60px;
		background: rgba(20,20,20,.7);
	}
	.section2 .gz_product .gz_product_tit .product_tit span::after{
		left: 2%;
	}
	
	.section2 .gz_product .gz_product_tit .product_tit .product_item:nth-of-type(1) span{
		left: 0;
		top: 0;
		border-top: none;
		border-right: 1px solid #7f7f7f;
	}
	
	.section2 .gz_product .gz_product_tit .product_tit .product_item:nth-of-type(2) span{
		left: 50%;
		top: 0;
	}
	
	.section2 .gz_product .gz_product_tit .product_tit .product_item:nth-of-type(3) span{
		left: 0;
		top: 60px;
		border-right: 1px solid #7f7f7f;
	}
	
	.section2 .gz_product .gz_product_tit .product_tit .product_item:nth-of-type(4) span{
		left: 50%;
		top: 60px;
	}
	
	.section2 .gz_product .gz_product_tit .product_tit .product_item:hover span::after,
	.section2 .gz_product .gz_product_tit .product_tit .product_item.on span::after{
		width: 96%;
	}
	
	.section2 .gz_product .gz_product_tit .product_item ul{
		position: relative;
		width: 100%;
		margin-top: 120px;
		left: 0;
		padding: 10px;
	}
	.section2 .gz_product .gz_product_tit .product_item.on ul{
		display: block;
	}
	.section2 .gz_product ul li{
		width: 49%;
		margin-left: 2%;
		margin-top: 10px;
	}
	.section2 .gz_product ul li .gz_product_text p{
		font-size: 12px;
		line-height: 30px;
		margin-bottom: -15px;
	}
	
	.section2 .gz_product .gz_product_tit .product_tit span{
		font-size: 14px;
	}
	.section2 .gz_product .gz_product_tit .product_tit span i{
		width: 26px;
		margin-right: 8px;
	}
	

	.gz_news .news_left,
	.gz_news .news_right{
		width: 100%;
		float: none;
	}
	.gz_news .news_right{
		display: none;
	}
	
	.section5-box li .section5-text a {
		font-size: 14px;
		padding: 35% 0;
	}
	
	
	.section1 .gz_about ul li .about-tit a{
		font-size: 14px;
		line-height: 40px;
		margin-top: -20px;
		height: 40px;
	}
	/* 底部 */
	.footer .footer-top,
	.footer .footer-l,
	.footer .footer-c,
	.footer .footer-r,
	.fd-link{
		display: none;
	}
	.footer .mb_footer{
		display: block;
	}
	.footer{
		padding-top: 15px;
	}
	.footer .footer-down{
		margin-top: 10px;
	}
	.footer .footer-down .footer-bottom p{
		font-size: 12px;
		line-height: 2;
	}
}
@media (max-width:500px) {
	.gz_news .news_left ul li{
		padding: 0px 0 15px;
		border: none;
	}
	.gz_news .news_left ul li .news_txt{
		width: 100%;
		margin: 0;
		padding: 0;
		border: none;
	}
	.gz_news .news_left ul li .news_txt a{
		font-size: 16px;
		line-height: 30px;
	}
	
	.gz_news .news_left ul li span{
		width: auto;
		margin-bottom: 15px;
		display: block;
		text-align: center;
	}
	.gz_news .news_left ul li span img{
		max-height: inherit;
	}
}
@media (max-width:414px) {
	.section2 .gz_product ul li{
		margin-top: 6px;
	}
	.section2 .gz_product .gz_product_tit .product_tit span{
		padding-left: 5%;
	}
}

@media (max-width:360px) {
	.section2 .gz_product .gz_product_tit .product_tit span{
		padding-left: 5px;
	}
	.section2 .gz_product .gz_product_tit .product_tit span i {
	    width: 22px;
	    margin-right: 5px;
	}
	.section2 .gz_product ul li{
		width: 100%;
		margin-left: 0;
	}
	.section2 .gz_product ul li:nth-of-type(-n+2){
		margin-top: 10px;
	}
	.section2 .gz_product ul li:nth-of-type(1){
		margin-top: 0;
	}
}



