* {
	padding: 0;
	margin: 0;
}

ul li {
	list-style: none;
	padding: 0px;
}

a {
	text-decoration: none;
	-ms-transform: 0.3;
	-moz-transition: 0.3s;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	font-size: 1rem;
	color: #000;
}

a:hover {
	color: #000;
}

a:focus {
	outline: none;
	-moz-outline: none;
}

img {
	border: none;
}

.clear {
	clear: both;
}

html,
body {
	color: #000;
	width: 100%;
	height: 100%;
	position: absolute;
	font-family: "微软雅黑", "Arial", "Lucida Grande", "Lucida Sans Unicode", "STHeiti", "Helvetica", "Verdana", "sans-serif" !important;
	font-size: 14px;
}

html,
body,
form,
iframe {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
}

textarea,
input {
	border: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.h20 {
	height: 20px;
}

.h30 {
	height: 30px;
}

.h40 {
	height: 40px;
}

.h50 {
	height: 50px;
}

.h60 {
	height: 60px;
}

.h70 {
	height: 70px;
}

.h80 {
	height: 80px;
}

.h90 {
	height: 90px;
}

.h100 {
	height: 100px;
}

.h120 {
	height: 135px;
}

.page {
	width: 1100px;
	margin: 0 auto;
	overflow: hidden;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
}

.f-c {
	text-align: center;
}

.h-30 {
	line-height: 30px;
}

.w-100 {
	width: 100%;
}

.f-18 {
	font-size: 18px;
}

.f-24 {
	font-size: 24px;
}

.w-100 {
	width: 100%;
}

.mt-10 {
	margin-top: 10px;
}

.mt-12 {
	margin-top: 12px;
}

.mt-30 {
	margin-top: 40px;
}

.mt-40 {
	margin-top: 40px;
}

.mt-100 {
	margin-top: 100px;
}

.mt-140 {
	margin-top: 140px;
}

#myMenu #menu{
	display: none;
}

.textoverhidden {
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}

.loadIframe {
	width: 100%;
	height: 100%;
	position: fixed;
	float: none;
	top: 0px;
	left: 0px;
	z-index: 90000;
	background-image: url(../images/bg.png);
	background-repeat: repeat;
}

.loadIframe iframe.show {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	height: 100%;
}

.loadIframe iframe {
	width: 100%;
	position: absolute;
	float: none;
	top: 0px;
	right: 0px;
	background-color: #fff;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: all 0.7s;
	-moz-transition: all 0.7s;
	-ms-transition: all 0.7s;
	-o-transition: all 0.7s;
	transition: all 0.7s;
	box-shadow: -10px 0 10px rgba(0, 0, 0, 0.1);
}

.delay100 {
	-webkit-animation-delay: 0.1s;
	animation-delay: 0.1s;
}

.delay200 {
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}

.delay300 {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.delay400 {
	-webkit-animation-delay: 0.4s;
	animation-delay: 0.4s;
}

.delay500 {
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}

.delay600 {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s;
}

.delay700 {
	-webkit-animation-delay: 0.7s;
	animation-delay: 0.7s;
}

.delay800 {
	-webkit-animation-delay: 0.8s;
	animation-delay: 0.8s;
}

.delay900 {
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
}

.delay1000 {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.zz-column {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.zz-col-1 {
	width: 8.33333%
}

.zz-col-2 {
	width: 16.66667%
}

.zz-col-3 {
	width: 25%
}

.zz-col-4 {
	width: 33.33333%
}

.zz-col-5 {
	width: 41.66667%
}

.zz-col-6 {
	width: 50%
}

.zz-col-7 {
	width: 58.33333%
}

.zz-col-8 {
	width: 66.66667%
}

.zz-col-9 {
	width: 75%
}

.zz-col-10 {
	width: 83.33333%
}

.zz-col-11 {
	width: 91.66667%
}

.zz-col-12 {
	width: 100%
}

.footer a{
    color: rgba(255, 255, 255, 1)!important;
}

#myMenu {
	width: 100%;
	height: 82px;
	background-color: rgba(255, 255, 255, 0.93);
	left: 0px;
	position: fixed;
	top: 0px;
	z-index: 999999;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

#myMenu.top {
	background-color: transparent;
}

#myMenu .nav {
	z-index: 10000;
}

#myMenu .nav>ul {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

#myMenu .nav>ul>li {
	font-size: 19px;
	height: 82px;
	line-height: 82px;
}

#myMenu .nav>ul>li .navcon {
	display: none;
	width: 90vw;
	position: absolute;
	top: 82px;
	background-color: rgba(255, 255, 255, 0.93);
	left: 5vw;
	min-height: 100px;
	line-height: 1.5;
	padding-top: 40px;
	padding-bottom: 40px;
}

#myMenu .nav>ul>li .navcon .tit em{
	display:none;
}

#myMenu .nav>ul>li:hover .navcon {
	display: block;
}

#myMenu .nav>ul>li .navcon .cont {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
}

#myMenu .nav>ul>li .navcon .cont .item {
	flex: 1;
	box-sizing: border-box;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-right: 1px solid rgba(0, 0, 0, 0.07);
}

#myMenu .nav>ul>li .navcon .cont .item:nth-last-child {
	border-right: 0;
}

#myMenu .nav>ul>li .navcon .tit {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 10px;
	margin-bottom: 15px;
}
#myMenu .nav>ul>li .navcon .tit a{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
}

#myMenu .nav>ul>li .navcon .tit h2 {
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	color: #000;
	margin-right: 20px;
}

#myMenu .nav>ul>li .navcon .tit span {
	font-size: 14px;
	color: rgba(201, 21, 30, 1);
	background: rgba(0, 0, 0, 0);
}

#myMenu .nav>ul>li .navcon img {
	width: 48px;
	height: auto;
}

#myMenu .nav>ul>li .navcon .cont .item .title {
	text-align: left;
	color: rgba(210, 7, 19, 1);
	font-size: 20px;
	font-weight: bold;
}

#myMenu .nav>ul>li .navcon .cont .item .dec {
	font-size: 14px;
	line-height: 1.5;
	margin-top: 30px;
	margin-bottom: 30px;
}

#myMenu .nav>ul>li .navcon .cont .item .more {
	font-size: 14px;
	color: rgba(210, 7, 19, 1);
	background: rgba(0, 0, 0, 0);
	border: 1px solid rgba(210, 7, 19, 1);
	border-radius: 50px 50px 50px 50px;
	padding: 10px 20px 10px 20px;
	font-weight: bold;
}

#myMenu .nav>ul>li .navcon .conts .xx {
	padding-left: 40px;
}

#myMenu .conts .ffliat {
	padding-left: 20px;
	padding-right: 20px;
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
}

#myMenu .conts .ffliat dl {
	flex: 1;
	box-sizing: border-box;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	border-right: 1px solid rgba(0, 0, 0, 0.07);
}

#myMenu .conts .ffliat dl:nth-last-child {
	border-right: 0;
}

#myMenu .nav>ul>li>a {
	padding: 0 30px;
	font-size: 19px;
	line-height: 2em;
	color: rgba(0, 0, 0, 1);
}

#myMenu.top .nav>ul>li>a {
	color: #fff;
}

#myMenu .nav>ul>li:hover>a,
#myMenu .nav>ul>li.active>a {
	color: rgba(210, 7, 19, 1);
}

#myMenu .ffliat {
	clear: both;
}

#myMenu .search {
	position: relative;
}
#myMenu .search img{
	width: 30px;
	height: 30px;
}
#myMenu .search svg {
	font-size: 18px;
	fill: currentColor;
	color: rgba(210, 7, 19, 1);
	width: 28px;
}
#myMenu .search .searchcon{
	    height: 35px;
	    background-color: #fff;
	    border: 0px solid rgba(223, 120, 1, 1);
		position: absolute;
		left: -140px;
		width: 200px;
		top: 80px;
		border-radius: 23px;
		overflow: hidden;
		z-index: 100000;
		
}
#myMenu .search .searchcon .con{
	position: relative;
}
#myMenu .search .searchcon .txt{
	width: 100%;
	height: 35px;
	border: 0px;
	outline: none;
	box-sizing: border-box;
	padding-left: 15px;
	position: static;
}
#myMenu .search .searchcon .btn{
	width: 30px;
	height: 30px;
	background-image: url(../image/search.png);
	background-repeat: no-repeat;
	background-size: 20px 20px;
	background-position: center center;
	position: absolute;
	right: 5px;
	top: 2px;
	z-index: 100000;
	background-color: #fff;
}
.footer {
	height: 658px;
	width: 100%;
	display: block;
	background-image: url(http://p.cdn-static.cn/74256_16817190285912.png?imageView2/2/w/2000/q/75);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: inherit;
	background-size: cover;
	text-align: center;
}

.footer .content {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 90vw;
	margin: 0 auto;
	padding-top: 60px;
	height: 430px;
	padding-bottom: 30px;
}

.footer .ewm {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.footer .item {
	text-align: left;
}

.footer .item:nth-child(4) {
	width: 26.5vw;
}

.footer .item .tit {
	text-align: left;
	color: rgba(255, 255, 255, 1);
	font-size: 20px;
	line-height: 1.5em;
	position: relative;
	height: 40px;
	margin-bottom: 10px;
}

.footer .item .tit:after {
	position: absolute;
	content: '';
	height: 2px;
	background-color: rgba(210, 7, 19, 1);
	width: 45px;
	left: 0;
	bottom: 0px;
}

.footer .item .list li {
	color: rgba(191, 191, 191, 1);
	font-size: 14px;
	line-height: 1.8;
	text-align: left;
}

.footer .item .list li a {
	color: rgba(191, 191, 191, 1);
	font-size: 14px;
}

.footer .item .con .info {
	color: rgba(191, 191, 191, 1);
	font-size: 14px;
	line-height: 1.8;
	text-align: left;
	margin-bottom: 5px;
}

.ewm .sons {
	padding: 10px;
	color: #fff;
	text-align: center;
	line-height: 1.8;
}

.ewm .sons .img {
	width: 100%;
}

.ewm .sons .img img {
	width: 100%;
	height: auto;
}

.footer .yqlj {
	border-top: 1px solid rgba(255, 255, 255, 0.25);
	line-height: 60px;
	text-align: left;
	color: rgba(191, 191, 191, 1);
	box-sizing: border-box;
	padding: 0 20px;
}

.footer .copyright {
	border-top: 1px solid rgba(255, 255, 255, 0.25);
	line-height: 60px;
	text-align: left;
	color: rgba(191, 191, 191, 1);
	box-sizing: border-box;
	padding: 0 20px;
}

.footer .copyright a{
    color: rgba(191, 191, 191, 1);
}

#section-8 .fp-overflow{
	width: 100%;
}

#myMenu .nav .hd{
	display: none;
}
#myMenu .nav>ul>li>a>img{
	display: none;
}
.footer .yqlj a{
    color: rgba(191, 191, 191, 1);
}
.gotop{
	width: 42px;
	height:42px;
	border-radius: 21px;
	background-image: url(/static/image/jt7.png);
	background-position: center;
	background-size: 30px;
	background-repeat: no-repeat;
	position: fixed;
	right: 10px;
	bottom:10px;
	z-index:10000;
	background-color: #ffffff;
	box-shadow: 0px 2px 16px 0px rgba(30, 39, 48, 0.16);
}
@media screen and (max-width: 750px) { 
	#myMenu{
		height: 4rem;
	}
	#myMenu .nav{
		display: none;
	}
	.footer{
		background-color:rgba(51,51,51,1)!important;
		background-image:none;
	}
	#myMenu.top{
		background-color: #fff!important;
	}
	.footer .item{
		display:none
	}
	.footer .item:last-child{
		display:block;
		width: 100%;
	}
	.footer .item .tit{ 
		text-align:center;
	}
	.footer .item .con .info{
		text-align:center;
	}
	.footer .item .tit:after{
		left:50%;
		margin-left:-22.5px;
	}
	.footer .yqlj{
		display:none;
	}
	
	.footer .copyright{
		line-height:1.6;
		padding: 20px;
	}
	
	.footer .content{
		height:auto;
		padding-top:30px;
	}
	
	#myMenu.top{
		
	}
	.zz-container .classlist{
		display:none;
	}
	#product .topmain{
		align-items: flex-start!important;
		flex-direction: column;
		box-sizing: border-box;
		    padding: 20px;
	}
	
	#product .topmain .huandeng{
		width:100%!important;
		
	}
	#product .topmain .info{
		width:100%!important;
		background-color: transparent!important;
		min-height: auto;
	}
	#product .other .maincon{
		padding: 0px 15px 0px 15px!important
	}
	#product .other .maincon .content {
	    padding: 10px 5px 0px 5px!important;
	    padding-bottom: 30px;
	    padding-top: 15px;
	}
	#product .other .qlist{
		flex-direction: column;
	}
	
	#product .other .qlist .img{
		width:95%!important;
		margin-bottom:10px;
	}
	
	#product .other .list{
		flex-direction: column;
	}
	
	#product .other .list .itemm{
		width:100%!important;
	}
	
	#product .other .list .itemm .img{
		height:auto!important;
	}
	#product .other .list .itemm .img img{
		height:auto!important;
		width: 100%!important;
	}
	
	section .items{
		flex-direction: column;
	}
	section .items .son{
		width:100%!important;
	}
	
	#join1 .content ul{
		flex-wrap: wrap;
	}
	
	#join1 .content ul li{
		flex:none!important;
		width: 45%;
		height: auto!important;
		margin: 20px 2%!important;
	}
	    #join1 .content{
		width: 90vw!important;
		margin: 20px auto!important;
	}
	
	#join1 .content ul li .txt{
		padding-left: 10px!important;
	}
	#join3 .content .main .left{
		width: 100%!important;
	}
	#join3 .content .main .right{
		display: none;
	}
	
	#join2 .content .list{
		flex-direction: column;
		align-items: flex-start!important;
	}
	#join2 .content .list .son{
		flex-direction: row!important;
		padding-left: 50px!important;
		margin: 10px 0!important;
	}
	#join2 .content .list .son .tit{
		margin-top: 0!important;
	}
	#join2 .content .list .son .img{
		width: 50px!important;
		
	}
	#join2 .content .list .son img {
	    height: 30px!important;
	    width: auto!important;
	}
	#join2 .content .list .son::after{
		bottom: 50%!important;
		margin-left: auto!important;
		margin-bottom: -2px!important;
		left: 0px!important;
		    width: 5px!important;
		    height: 5px!important;
	}
	#join2 .content .list::after{
		height: 100%!important;
		    width: 1px!important;
		    border-radius: 50%;
		    overflow: hidden;
		    background-color: red;
		    content: '';
		    position: absolute;
		    bottom: 0px!important;
		    left: 2px!important;
	}
	#fp-nav.fp-right{
		right: 0!important;
	}
	#fp-nav ul li, .fp-slidesNav ul li{
		margin: 6px!important;
	}
	
	.zz-col-xs-12{
		width:100%!important;
	}
	.footer{
		height: auto!important;
	}
	
	.footad{
		height: 40vw;
		width: 100%;
		background-image: url(http://p.cdn-static.cn/74256_16817203584543.jpg?imageView2/2/w/2000/q/75);
		background-position: center center;
		background-repeat: no-repeat;
		background-attachment: inherit;
		background-size: cover;
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
	.footad .tit{
		font-size: 1.6rem!important;
		line-height: 1.5;
		color: #fff;
		margin-bottom: 5px;
	}
	.footad .more{
		    display: inline-table;
		    font-size: 1rem;
		    color: rgba(255, 255, 255, 1);
		    background: rgba(210, 7, 19, 1);
		    border: 0px solid rgba(210, 7, 19, 1);
		    margin: 0px 0px 0px 0px;
		    border-radius: 50px 50px 50px 50px;
		    padding: 12px 35px 12px 35px;
	}
	#myMenu #menu{
		display: block;
		margin-left: 20px;
	}
	#myMenu{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	#myMenu .search{
		margin-right: 20px;
	}
	#myMenu .nav{
		position: fixed;
		width: 100%;
		height: 100%;
		background-color: #fff;
		z-index: 100000;
		left: 0;
		top:0;
		overflow-y: scroll;
	}
	#myMenu .nav>ul{
		flex-direction: column;
		margin-top: 100px;
	}
	#myMenu.top .nav>ul>li>a{
		color: #000;
	}
	#myMenu .nav>ul>li{
		width: 100%;
		font-size: 16px;
		height: auto;
		line-height: 60px;
	}
	#myMenu .nav>ul>li:not(:last-child) {
	    border-bottom-width: 1px;
	    border-bottom-style: solid;
	    border-bottom-color: rgba(0, 0, 0, 0.11);
	}
	#myMenu .nav>ul>li .navcon .cont .item>ul{
		display: none;
	}
	#myMenu .nav>ul>li .navcon{
		position: relative;
		top:0;
		left: 0; 
		min-height: auto;
		padding-top: 0px; 
		padding-bottom: 0px;
		width:100%;
	}
	#myMenu .nav>ul>li .navcon .item img{
		display: none;
	}
	#myMenu .nav>ul>li .navcon .cont{
		flex-direction: column;
	}
	#myMenu .nav>ul>li .navcon .tit h2{
		    font-size: 16px;
		    font-weight: normal;
	}
	#myMenu .nav>ul>li .navcon .cont .item{
		padding-top: 0;
		padding-bottom: 0;
		border-right:0;
	}
	#myMenu .nav>ul>li .navcon .conts .xx{
		display: none;
	}
	#myMenu .conts .ffliat{
		flex-direction: column;
		padding-bottom: 20px;
	}
	#myMenu .conts .ffliat dl{
		padding-top: 0;
		padding-bottom: 0;
		border-right: 0;
	}
	#myMenu .conts .ffliat dd{
		line-height: 40px;
	}
	#myMenu .conts .ffliat dd a{
		width: 100%;
		height: 100%;
	}
	#myMenu .nav>ul>li .navcon .tit span{
		display: none;
	}
	#myMenu .nav>ul>li.active .navcon{
		
	}
	#myMenu .nav>ul>li>a{
		display: flex;
		justify-content: flex-start;
		align-items: center;
		height: 60px;
		position:relative;
	}
	#myMenu .nav>ul>li>a>img{
		margin-right: 15px;
		display: block;
	}
	#myMenu .nav>ul>li .navcon .tit{
		padding-left: 20px;
	}
	#myMenu .nav .hd{
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 30px 20px;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		box-sizing: border-box;
		background-color: #fff;
		z-index: 10000000;
	}
	#myMenu .nav .hd .lg{
		height: 40px;
	}
	#myMenu .nav>ul>li:hover>a, #myMenu .nav>ul>li.active>a{
		color: #000;
	}
	#myMenu .nav>ul>li:nth-child(2)>a::after{
		position: absolute;
		content: '';
		width: 30px;
		height: 30px;
		right: 30px;
		top:50%;
		margin-top: -15px;
		background-image: url(../image/jt4.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		transform:rotate(180deg);
	}
	#myMenu .nav>ul>li:nth-child(3)>a::after{
		position: absolute;
		content: '';
		width: 30px;
		height: 30px;
		right: 30px;
		top:50%;
		margin-top: -15px;
		background-image: url(../image/jt4.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		transform:rotate(180deg);
	}
	#myMenu .nav>ul>li:nth-child(4)>a::after{
		position: absolute;
		content: '';
		width: 30px;
		height: 30px;
		right: 30px;
		top:50%;
		margin-top: -15px;
		background-image: url(../image/jt4.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		transform:rotate(180deg);
	}
	#myMenu .nav>ul>li:hover>a::after{
		transform:rotate(0deg);
	}
	#myMenu .nav>ul>li .navcon .tit{
		position: relative;
	}
	#myMenu .nav>ul>li .navcon .tit em{
		display:block;
		position: absolute;
		content: '';
		width: 30px;
		height: 30px;
		right: 0px;
		top:50%;
		margin-top: -15px;
		background-image: url(../image/jt4.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: cover;
		transform:rotate(180deg);
	}
	#myMenu .nav>ul>li .navcon .cont .item>ul li{
		    line-height: 2em;
		    font-size: 16px;
		    padding-left: 30px;
	}
	#myMenu .nav>ul>li .navcon .cont .item>ul li a{
		font-size: 16px;
	}
	#myMenu .nav>ul>li:hover .navcon{
		display:none;
	}
	.kefu{
		display: none;
	}
}
