@import url("../../common/css/common.css");

body {
	width: 100%;
	font-family: "\5FAE\8F6F\96C5\9ED1";
	color: #000000;
	background: #FFFFFF;
	font-size: 14px;

}

a:hover {
	color: #d70030;
}


.login_from{ max-width: 96%; margin: 0 2%; }
.login_name{ display: block; width: 100%; }
input.in_text{ height: 45px;line-height: 45px;border: 1px solid #666; width: 97%; margin: 10px 0;padding-left: 3%;  }
.login_btn{ clear: both; width: 96% ; margin: 0 auto; margin-top: 10px; }
.login_btn .btn{  width: 70%;max-width: 150px;line-height: 35px;  height:40px;background: #000 ;text-align: center;color: #fff;font-style: 15px;  }  
.layui-layer-setwin{ position: absolute;right: 5px;top: 5px;}


.max-width {
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
}

.header {
	height: 80px;
	background: #000;
}

.header .logo{ max-width: 400px; }
.header .logo img{ max-width: 100%;}

.nav .nav-ul .item a {
	display: block;
	line-height: 75px;
	padding: 0px 25px;
	color: #FFFFFF;
}

.nav .nav-ul .item.currclass a,
.nav .nav-ul .item:hover a {
	color: #d70030;
	background: #FFFFFF;
}

.nav .nav-ul .lang {
	padding-left: 15px;
}

.nav .nav-ul .lang a,
.nav .nav-ul .lang span {
	display: block;
	line-height: 75px;
	float: left;
	color: #FFFFFF;
}

.nav .nav-ul .lang span {
	padding: 0px 5px;
}

.nav .nav-ul .lang a.lang-cn {
	color: #FFFFFF;
}

.nav .nav-ul .lang a.lang-en {
	color: #FFFFFF;
}

.index-banner-container {
	overflow: hidden;
}

.index-banner-container .swiper-slide a {
	display: block;
}

.index-banner-container .swiper-slide a img {
	width: 100%;
	display: block;
	min-height: 200px;
	object-fit: cover;
}

.index-banner {
	position: relative;
}

.index-banner .index-banner-pagination {
	position: absolute;
	width: 100%;
	bottom: 0px;
}

.index-banner .index-banner-pagination .swiper-pagination-bullet {
	margin: 0px 4px;
}

.about-title {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

.more-div {
	text-align: center;
}

.more-div .more-a {
	display: inline-block;
	width: 130px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border: 1px solid #000000;
	color: #000000;
	border-radius: 15px;
	transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
}

.more-div .more-a:hover {
	background: #000000;
	color: #FFFFFF;

}

.index-about-list .item {
	margin-right: 15px;
	width: calc((100% - 30px) / 3);
}

.index-about-list .item:last-child {
	margin-right: 0px;
}

.index-about-list .item .item-a {
	display: block;
	position: relative;
	overflow: hidden;
}

.index-about-list .item .item-a .image {
	width: 100%;
	display: block;
	transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
}

.index-about-list .item .item-a .item-a-text {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0));
	position: absolute;
	width: 100%;
	height: 192px;
	bottom: 0px;
	left: 0px;
	text-align: center;
}

.index-about-list .item .item-a .text {
	position: absolute;
	width: 100%;
	height: 40px;
	bottom: 0px;
	left: 0px;
	text-align: center;
	line-height: 40px;
	color: #FFFFFF;
}

.index-about-list .item .item-a:hover .image {
	transform: scale3d(1.05, 1.05, 1.05);
	-moz-transform: scale3d(1.05, 1.05, 1.05);
	-webkit-transform: scale3d(1.05, 1.05, 1.05);
	-o-transform: scale3d(1.05, 1.05, 1.05);
}

.content-banner .content-banner-image {
	display: block;
	width: 100%;
}

.index-case-list .item {
	width: calc((100% - 60px) / 4);
	margin-right: 20px;
	margin-bottom: 20px;
}

.index-case-list .item:nth-child(4n) {
	margin-right: 0px;
}

.index-case-list .item .image {
	width: 100%;
	display: block;
	transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
}

.index-case-list .item .item-a {
	display: block;
	position: relative;
	overflow: hidden;
}

.index-case-list .item .item-a .div-text {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: rgba(0, 0, 0, 0.5);
	color: #FFFFFF;
	text-align: center;
	opacity: 0;
	transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
}

.index-case-list .item .item-a .div-text .text {
	width: 100%;
}

.index-case-list .item .item-a:hover .div-text {
	opacity: 1;
}

.index-case-list .item .item-a:hover .image {
	transform: scale3d(1.05, 1.05, 1.05);
	-moz-transform: scale3d(1.05, 1.05, 1.05);
	-webkit-transform: scale3d(1.05, 1.05, 1.05);
	-o-transform: scale3d(1.05, 1.05, 1.05);
}

.index-contact {
	background: #222222;
	position: relative;
	padding-bottom: 30px;
}

.index-contact-left .item {
	width: 30%;
	margin-right: 5%;
	color: #cecccc;
	line-height: 30px;
	position: relative;
	z-index: 1;
}

.index-contact-left .item h3 {
	color: #FFFFFF;
	margin-bottom: 30px;
}

.index-contact-left .item:last-child {
	margin-right: 0px;
}

.index-contact-left .item1 {
	text-align: left;
}

.index-contact-left .item2 {
	text-align: center;
}

.index-contact-left .item3 {
	text-align: right;
}

.index-contact-image {
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 0px;
}

.index-contact-image .image {
	width: 100%;
	display: block;
}

.index-contact-right {
	position: relative;
	z-index: 1;
	text-align: right;
}

.index-contact-right .image {
	width: 140px;
}

.index-footer {
	height: 50px;
	background: #000000;
	text-align: center;
	line-height: 50px;   
	color: #ddd;
	font-size: 14px;
}

.intro-text-title {
	line-height: 38px;
}

.intro-text-title .text {
	font-size: 24px;
	font-weight: bold;
	color: #000000;
}

.intro-text-title .line {
	font-size: 24px;
	font-weight: bold;
	color: #CCCCCC;
	padding: 0px 10px;
}

.intro-text-title .span {
	font-size: 24px;
	font-weight: bold;
	color: #CCCCCC;
	text-transform: uppercase;
}

.intro-image-list .image-item {
	width: calc((100% - 10px) / 3);
	margin-right: 5px;
}

.intro-image-list .image-item:last-child {
	margin-right: 0px;
}

.intro-image-list .image-item .image {
	width: 100%;
	display: block;
}

.content-kehu {
	position: relative;
}

.content-kehu .content-kehu-image .image {
	width: 100%;
	display: block;
}

.content-kehu-text {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}

.content-kehu-list .item {
	width: calc((100% - 50px) / 6);
	margin-right: 10px;
	margin-bottom: 30px;
}

.content-kehu-list .item:nth-child(6n) {
	margin-right: 0px;
}

.content-kehu-list .item .image {
	width: 100%;
}

.honor-container {
	overflow: hidden;
}

.honor-container .swiper-slide .image {
	width: 100%;
}

.content-honor-list {
	position: relative;
	padding-bottom: 40px;
}

.content-environment {
	background: #EEEEEE;
}

.content-environment-list {
	overflow: hidden;
	position: relative;
	padding-bottom: 40px;
}

.content-environment-list .swiper-slide {
	
}

.content-environment-list .swiper-slide .image {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}

.environment-container{
	height: 500px;
}

.case-nav-list{
	background: #FFFFFF;
	border-radius: 5px;
	box-shadow: 0px 0px 8px #999999;
	overflow: hidden;
	position: relative;

}

.case-nav-list .item{
	flex: 1;
	text-align: center;
	line-height: 60px;
}

.case-nav-list .item a{
	display: block;
	transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	font-size: 16px;
}

.case-nav-list .item a:hover,.case-nav-list .item.currclass a{
	background: #000000;
	color: #FFFFFF;
}

.case-content-list .item {
	width: calc((100% - 60px) / 4);
	margin-right: 20px;
	margin-bottom: 20px;
}

.case-content-list .item:nth-child(4n) {
	margin-right: 0px;
}

.case-content-list .item .image {
	width: 100%;
	display: block;
	transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
}

.case-content-list .item .item-a {
	display: block;
	position: relative;
	overflow: hidden;
}

.case-content-list .item .item-a .div-text {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: rgba(0, 0, 0, 0.5);
	color: #FFFFFF;
	text-align: center;
	opacity: 0;
	transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
}

.case-content-list .item .item-a .div-text .text {
	width: 100%;
}

.case-content-list .item .item-a:hover .div-text {
	opacity: 1;
}

.case-content-list .item .item-a:hover .image {
	transform: scale3d(1.05, 1.05, 1.05);
	-moz-transform: scale3d(1.05, 1.05, 1.05);
	-webkit-transform: scale3d(1.05, 1.05, 1.05);
	-o-transform: scale3d(1.05, 1.05, 1.05);
}

.honor-content-list .item {
	width: calc((100% - 80px) / 5);
	margin-right: 20px;
	margin-bottom: 20px;
}

.honor-content-list .item:nth-child(5n) {
	margin-right: 0px;
}

.honor-content-list .item .image {
	width: 100%;
	display: block;
	transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
}

.honor-content-list .item .item-a {
	display: block;
	position: relative;
	overflow: hidden;
}

.honor-content-list .item .item-a .div-text {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: rgba(0, 0, 0, 0.5);
	color: #FFFFFF;
	text-align: center;
	opacity: 0;
	transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
}

.honor-content-list .item .item-a .div-text .text {
	width: 100%;
	padding: 0px 4%;
}

.honor-content-list .item .item-a:hover .div-text {
	opacity: 1;
}

.honor-content-list .item .item-a:hover .image {
	transform: scale3d(1.05, 1.05, 1.05);
	-moz-transform: scale3d(1.05, 1.05, 1.05);
	-webkit-transform: scale3d(1.05, 1.05, 1.05);
	-o-transform: scale3d(1.05, 1.05, 1.05);
}  

.case-content-intro img{
	max-width: 1200px;
}

.content-list-box li{
	line-height: 50px;
	border-bottom: 1px dashed #EEEEEE;
}

.box-content .box-title {
	font-size: 20px;
	text-align: center;
	font-size: 18px;
	color: #000;
	line-height: 40px;
	padding: 10px 0px;
}

.box-content {
	background: #FFF;
	padding: 1rem 0px;
}

.box-content .boxs {
	text-align: center;
	line-height: 30px;
	color: #999;
	border-bottom: 1px dashed #DDD;
}

.box-content .boxs span {
	margin: 0px 10px;
}

.content-box-text {
	line-height: 30px;
	color: #333;
	font-size: 14px
}

.content-box-text img {
	max-width: 1200px;
	height: auto !important;
}

.contact-content-list .item{
	width: 33.33333%;
	line-height: 30px;
	border-right: 1px solid #DDDDDD;
	border-left: 1px solid #FFFFFF;
	box-sizing: border-box;
	padding: 20px 0px;
}

.contact-content-list .item:last-child{
	margin-right: 0px;
}

.contact-content-list .item1{
	padding-right: 30px;
	border-left: 0;
}

.contact-content-list .item2{
	padding-left: 30px;
	padding-right: 30px;
}

.contact-content-list .item3{
	padding-left: 30px;
	border-right: 0;
}

.layui-form-div {
	display: block;
	float: none;
	width: 100%;
	text-align: left;
	padding: 9px 0px;
}

.layui-input-div {
	width: 100%;
	margin-left: 0px;
	line-height: 38px;
	min-height: 38px;
}

.layui-form-radio {
	height: 16px;
	line-height: 16px;
	color: #666666;
	font-size: 14px;
}

.layui-form-radio input {
	float: left;
	margin-right: 5px;
}

.goods-detail .flex-center-left {
	width: 45%;
	float: left;
}





.goods-detail .flex-center-left .big-img {
	position: relative;
	border: 1px solid #EEEEEE;
}

.big-img-container{
	overflow: hidden;
}

.goods-detail .flex-center-left .small-img {
	position: relative;
	overflow: hidden;
}

.big-img-container .swiper-slide a {
	display: block;
	position: relative;
}

.big-img-container .swiper-slide a img {
	width: 100%;
	display: block;
}

.goods-detail .small-img {
	position: relative;
	padding: 10px 0%;
}

.small-img-container {
	width: calc(100% - 64px);
	width: -moz-calc(100% - 64px);
	width: -webkit-calc(100% - 64px);
	overflow: hidden;
	margin: 0 auto;
}

.small-img-container .swiper-slide a {
	display: block;
	background: #fff;
}

.small-img-container .swiper-slide a img {
	width: 100%;
	opacity: 0.5;
}

.small-img-container .swiper-slide-thumb-active a img {
	opacity: 1;
}

.goods-detail .small-img .swiper-button-white {
	width: 24px;
	height: calc(100% - 20px);
	height: -moz-calc(100% - 20px);
	height: -webkit-calc(100% - 20px);
	position: absolute;
	top: 10px;
	background: #fff;
	outline: medium;
	color: #000;
	cursor: pointer;
	display: block;
}

.goods-detail .small-img .big-img-button-next {
	right: 0px;
}

.goods-detail .small-img .big-img-button-prev {
	left: 0px;
}

.goods-detail .small-img .swiper-button-white span {
	font-size: 24px;
	position: absolute;
	top: 50%;
	margin-top: -12px;
	line-height: 24px;
	height: 24px;
}

.jqZoomPup {
	z-index: 10;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 200px;
	border: 1px solid #EEEEEE;
	background: #ffffff;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(Opacity=50);
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.zoomdiv {
	z-index: 100;
	position: absolute;
	top: 0px;
	left: calc(100% + 10px);
	left: -moz-calc(100% + 10px);
	left: -webkit-calc(100% + 10px);
	width: 100%;
	height: 100%;
	background: #ffffff;
	border: 1px solid #EEEEEE;
	display: none;
	text-align: center;
	overflow: hidden;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.goods-detail .flex-center-right {
	width: 50%;
	margin-left: 5%;
	float: right;
}

.goods-detail .flex-center-right h1 {
	font-size: 20px;
	line-height: 30px;
	overflow: hidden;
	color: #000;
	margin-bottom: 15px;
	max-height: 60px;
	font-weight: bold;
}





@media screen and (max-width:800px) {
.goods-detail .flex-center-left {
	width: 100%;
	float: none;
}
.goods-detail .flex-center-right {
	width: 1000%;
	margin-left: 0;
	margin-top:20px;
	float: none;
}

.goods-detail .flex-center-right h1 {
	font-size: 14px;
	line-height: 26px;
	overflow: auto;
	color: #000;
	margin-bottom: 10px;
	max-height: auto;
}



}



.goods-detail .flex-center-right .goods-text{
	line-height: 24px;
}

.main_head {
    font-size: 16px;
    background: white;
}

.main_head div {
    overflow: hidden;
    display: block;
    height: 45px;
    line-height: 45px;
}

.main_head strong {
    display: block;
    float: left;
    height: 16px;
    border-left: #000000 3px solid;
    line-height: 16px;
    padding-left: 10px;
    margin-top: 12px;
    font-size: 16px;
}

.main_body_content {
    background: #FFFFFF;
    font-size: 14px;
    line-height: 28px;
    margin-top: 5px;
    padding: 1% 0%;
    padding-bottom: 25px;
}

.main_body_content img {
    max-width: 800px;
}

.index-product-list .item{
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 2%;
}

.index-product-list .item:nth-child(4n){
	margin-right: 0px;
}

.index-product-list .item a{
	display: block;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.index-product-list .item a .div-image .image{
	width: 100%;
	display: block;
	transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
}

.index-product-list .item a .div-text{
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0));
	position: absolute;
	width: 100%;
	height: 100px;
	bottom: 0px;
	left: 0px;
	text-align: center;
}

.index-product-list .item a .div-text .text {
	position: absolute;
	width: 100%;
	height: 40px;
	bottom: 0px;
	left: 0px;
	text-align: center;
	line-height: 40px;
	color: #FFFFFF;
}

.index-product-list .item a:hover .image {
	transform: scale3d(1.05, 1.05, 1.05);
	-moz-transform: scale3d(1.05, 1.05, 1.05);
	-webkit-transform: scale3d(1.05, 1.05, 1.05);
	-o-transform: scale3d(1.05, 1.05, 1.05);
}