

.nav-top{
	padding: 10px 9%;
}
.nav-top div{
	border-bottom:1px solid #E0E0E0;
	padding:20px 0 15px 0;
}
.central-gg{
    width: 100%;
}
.central-gg div{
    height: 16vw;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
    background-color: #0086b3;
}
.central{
    width: 100%;
    padding: 0 9%;
}
.mclose{
	display:none;
}
.pro-left{
    width: 22%;
    float: left;
    padding: 15px;
    background-color:#f5f5f5;
    margin-bottom: 10px;
}
.pro-right{
    width: 78%;
    float: left;
}
.pro-left a{
	display:inline-block;
}
.pro-left .ul1>li>span{
	font-size:16px;
	display: inline-block;
	-moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
}
.pro-left .ul2{
	margin-left:16px;
}
.pro-left .ul2>li>span{
	float: right;
    color: #0177c1;
    cursor:pointer;
}
.pro-left .ul2>li>span:hover{
	 color: red;
}
.pro-left .ul3{
	margin-left:30px;
	display:none;
}
.pro-left .ul1>li>a{
	font-size: 16px;
    height: 38px;
    line-height: 38px;
}
.pro-left .ul2>li>a,.pro-left .ul3>li>a{
	font-size: 14px;
	color:#888;
    height: 24px;
    line-height: 24px;
}
.pro-left .ul2>li>a:hover,.pro-left .ul3>li>a:hover{
	color:red;
}
.pro-right ul{
    display:flex;
    flex-wrap:wrap;
}
.pro-right ul li{
    width:30%;
    border:1px solid #DADADA;
    margin:0 0 20px 2.4%;
}
.pro-right .pro-img{
	height: 14vw;
    width: 100%;
    background-repeat: no-repeat;
    background-position:center center;
    background-size: 70% auto;
    margin-bottom: 5px;
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.pro-right .pro-name{
    height:30px;
    line-height:30px;
    text-align:center;
}
.pro-right ul li:hover .pro-img{
	background-size: 80% auto;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.pages{
    height: 35px;
    line-height: 35px;
}
.page{
    float: right;
}
.page a{
    font-size: 12px;
    color: #333;
    padding: 2px 5px;
    border: 1px solid #ddd;
    background-color: #eee;
    margin-left:5px; 
}
.page a:hover{
	background-color: #64d868;
}
.product-menu{
	display:none;
	cursor:default;
}

@keyframes rmove{
	from {left: 100%;}
	to {left:0;}
}

@-webkit-keyframes rmove{ /*Safari and Chrome*/
	from {left: 100%;}
	to {left:0;}
}
.gphoto{
	animation: rmove 0.5s infinite;
	-webkit-animation: rmove 0.5s infinite;
	animation-iteration-count:1;
	-webkit-animation-iteration-count:1;
}
.p-left{
	width: 60%;
    float: left;
    margin-right: 1.5%;
}
.p-right{
	width: 38.5%;
    float: right;
}

#p-show{
	width:100%;
	border:1px solid #999;
	text-align:center;
	overflow:hidden;
}
#p-show img{
	width:100%;
	height:100%;
	position:relative;
}
.p-photo{
	display:flex;
	flex-wrap:wrap;
    justify-content:space-between;
    margin:10px 0 15px 0;
    position:relative;
}
.p-photo span{
	display: inline-block;
	width:24%;
	height:10vw;
	line-height:10vw;
	border:1px solid #999;
	text-align:center;
	cursor:pointer;
	overflow:hidden;
}
.p-photo img{
	width:100%;
	height:100%;
}
.p-photo .layer{
	width:24%;
	height:10vw;
	position:absolute;
	top:0;
	background-color:#999;
	opacity:0.3;
}
.p-title{
	display: block;
    font-size: 20px;
    padding-bottom:15px;
    font-weight: 700;
    border-bottom: 1px solid #000;
}
.p-explain{
	margin: 15px 0;
	font-size:16px;
}
.p-parameter{
	margin: 25px 0;
	font-size:16px;
}
.p-parameter p:before{
	content:"✔";
	color:#0177c1;
	font-size:16px;
	font-weight:700;
	margin-right:3px;
}
p{
	margin-bottom:10px;
	font-size: 16px;
	font-family: "微软雅黑";
}
p td{
	text-align: center;
}
table{
	border-spacing:0px; 
	border-style:none; 
	border-collapse:collapse;
}
table td{
	padding:3px;
	text-align:center;
}
.new-menu{
	height:38px;
	text-align: center;
	border-bottom:1px solid #0177c1;
	margin-bottom: 20px;
	display:flex;
	justify-content: center;
}
.new-menu a{
	margin:0 20px 0 0;
	padding:8px;
	color:#fff;
	border-radius:5px 5px 0 0;
	background-color: #0177c1;
	flex: 1;
	display: inline-block;
}
.new-menu a:hover{
	background-color: #6AA84F;
}

.new-menu a:last-child{
	margin-right:0;
}
.new-left{
	width:75%;
	float:left;
}
.new-right{
	width:24%;
	height:650px;
	overflow:hidden;
	float:right;
	background-color:#f6f6f6;
}
.new-ul{
	height:570px;
	margin:10px 0;
	overflow:hidden;
}
.new-left ul li{
	margin-bottom:1vw;
	height:16vw;
	border-bottom:1px dotted #999;
}
.new-photo{
	width:40%;
	height:15vw;
	float:left;
	overflow:hidden;
}
.new-photo img{
	height:100%;
}
.new-content{
	width:60%;
	height: 15vw;
	float:left;
	position:relative;
	display:flex;
	flex-direction:column;
}
.new-date,.new-con{
	padding-left:1vw;
	font-size:14px;
	color:#666;
}
.new-title{
	padding-left:1vw;
	overflow:hidden; 
    white-space:nowrap; 
    text-overflow:ellipsis;
    font-size:16px;
	color:#6AA84F;
	font-weight:700;
    height:22px;
}
.new-date{
	color:#999;
	height:26px;
	line-height:26px;
}
.new-con{
	overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6; 
    word-wrap:break-word;
    word-break:break-all;
    flex:1;
}
.new-con a:hover{
	color:#6AA84F;
}

.new-right>div:first-child{
	height:60px;
	line-height:60px;
	text-align:center;
	color:#fff;
	background-color:#6AA84F;
	font-size:24px;
	font-family:SimHei;
}
.new-right li{
	text-align:center;
	list-style-type:none;
}
.new-right li>div{
	width:100%;
	height:14vw;
	margin:1vw 0;
	text-align:center;
	overflow:hidden;
}
.new-right li img{
	width:80%;
}
.new-right li span{
	color:#6AA84F;
}
.news-title{
	text-align:center;
	font-size: 16px;
	font-weight: 700;
	color:#6AA84F;
}
.news-date{
	text-align:center;
	font-size: 12px;
	color:#999;
	margin-bottom: 20px;
}
.news-con{
	font-size: 14px;
}
.news-con p{
	margin:15px 0;
}
.about-contact{
	flex:1;
}
.message{
	margin:10px 9%;
}
.about-con{
	margin:30px 9% 30px 9%;
	display:flex;
}
.about-title{
    font-size: 25px;
    font-family: "微软雅黑";
    text-align: center;
    margin-top: 45px;
}
.about-titleEn{
	font-size: 14px;
    font-family: "Arial";
    text-align: center;
    margin-top: 3px;
}
.about-left{
	margin-right: 15px;
	width:32%;
}
.bimg {
	border-radius: 0 50% 0 0;
    background-image: url(../image/ds.jpg);
    width: 100%;
    height: 100%;
    background-repeat:no-repeat;
    background-position:center top;
}
.about-right{
	font-size: 14px;
	flex: 1;
}
.about-honor{
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
}
.about-honor img{
	width: 20%;
	flex-shrink:1;
	margin:15px;
}
.about-culture{
	display:flex;
	justify-content:center;
	width: 81vw;
}
.qyyj{
	text-align:center;
	margin-bottom: 30px;
}
.about-culture>div{
}
.about-culture>div>div span,.qyyj span{
	display:block;
	text-align: center;
}
.about-culture>div>div span:first-child,.qyyj span:first-child{
	font-size:25px;
	color:#0177c1;
}
.about-culture>div>div span:nth-child(2),.qyyj span:nth-child(2){
	font-size:18px;
}
.about-culture>div>div span:last-child,.qyyj span:last-child{
	font-size:14px;
	color:#686868;
	margin-top:15px;
}
.about-culture>div:nth-child(1) div:last-child,.about-culture>div:nth-child(3) div:last-child{
	margin-top: 14vw;
}
.yuan{
	display: flex;
    flex-direction: column;
    justify-content: center;
}
.yuan img{
	animation: circle 15s infinite linear;
    -webkit-animation: circle 15s infinite linear;
}
@-webkit-keyframes circle{
	0%{
		transform:rotate(0deg);
	}
	100%{
		transform:rotate(-360deg);
	}
}
.about-res{
	background-image: url(../image/shehui.jpg);
    width: 100%;
    height: 39vw;
    background-repeat:no-repeat;
    background-position:center top;
}
#gwmly{
	border-bottom:2px solid #0177c1;
	font-size:16px;
	margin:30px 0 20px 0;
}
.neu{
	font-size: 16px;
}
.neu input{
	border-bottom:1px solid #999;
	height:30px;
}
.neu span{
	vertical-align: bottom;
	font-size:16px;
}
.qe textarea{
	border:1px solid #999;
	width: 100%;
    height: 10vw;
    margin-top: 20px;
    font-size:16px;
}
#imgId{
	vertical-align: bottom;
	margin-top: 10px;
}

.tijiao{
	margin: 20px 0;
	text-align:center;
}

@media screen and (max-width: 1240px) {
	.new-con{
    	-webkit-line-clamp: 5; 
	}
}
@media screen and (max-width: 1100px) {
	.new-con{
    	-webkit-line-clamp: 4; 
	}
	.about-res{
	    height: 45vw;
    }
}
@media screen and (max-width: 980px) {
	.mclose{
		display:block;
		position:absolute;
		right:6px;
		top:6px;
		color:#999;
		font-size:18px;
	}
    .pro-left{
    	display: none;
    	position:absolute;
    	left:-260px;
    	width:90%;
    	min-width:160px;
    	max-width:260px;
    	z-index:22000;
    }
     .pro-right{
    	float: none;
    	width:100%;
    }
    .pro-right ul{
	    justify-content:space-between;
	}
	.pro-right ul li{
		width:47%;
		margin:0 0 20px 0;
	}
	.pro-right .pro-img{
		height: 25vw;
	}
	.pro-right ul li:hover .pro-img{
		background-size: 70% auto;
	}
	.product-menu{
		background-color: #0177c1;
	    display: block;
	    position: fixed;
	    top: 36%;
	    padding:0.5rem;
	    left: 0;
	    font-size: 1.2rem;
	    margin-top: -2rem;
	    width: 8%;
	    max-width: 40px;
	    color: #fff;
	    border-radius: 0 0.5rem 0.5rem 0;
	}
	.p-title{
	    font-size: 18px;
	}
	.p-explain,.p-parameter{
		font-size:14px;
	}
	
	.new-menu {
    	height: auto;
	}
	.new-menu span {
	    color: #fff;
	    border-radius:0;
	    background-color: #0177c1;
	}
	.new-right{
		display:none;
	}
	.new-left{
		width:100%;
		float:none;
	}
	.new-con{
    	-webkit-line-clamp: 3; 
	}
	.about-con{
		display:block;
	}
	.about-left {
		width: 100%;
	}
	.bimg {
		border-radius: 0;
	    width: 100%;
        height: 150px;
        background-repeat:no-repeat;
        background-position:center top;
	}
	#container{
		margin-top:20px;
		height:300px;
	}
	.about-honor img {
    	width: 45%;
	}
	.yuan img{
		width:25vw;
	}
	div>pre>table{
		width:100%;
	}
	div>pre>table td{
		font-size:1em;
	}
	.about-res{
	    height: 50vw;
    }
}
@media screen and (max-width: 850px) {
    .new-con{
    	-webkit-line-clamp: 2; 
	}
	.new-menu span {
		margin: 10px 0;
	    width: 100%;
	    display: inline-block;
	}
	.new-menu a {
        margin: 3px 0 2px 2px;
        padding: 0;
	}
	.about-res{
		background-size: 80vw;
	    height: 80vw;
    }
    .about-contact img{
		width: 100%;
	}
	.new-menu .diqiu{
		display:none;
	}
	.new-menu{
		border-bottom:none;
	}
}
@media screen and (max-width: 610px) {
	.new-title{
		font-size:14px;
	}
	.new-date {
    	margin-top: 3px;
	}
    .new-con{
    	display: none; 
	}
	.about-honor img {
    	width: 91%;
	}
}
@media screen and (max-width: 500px) {
	.p-left,.p-right{
		width: 100%;
	    float: none;
	}
	.p-left{
		margin-right: 0;
	}
	.p-photo .layer,.p-photo span{
    	height: 16vw;
	}
}

@media screen and (max-width: 460px) {
    .product-menu{
    	font-size: 0.8rem;
    }
    #btn_footer li a {
		height: 30px;
	    line-height: 30px;
	    width: 96%;
	    margin-left: -11%;
	}
	.verification input{
		width:50px;
	}
	#imgId {
		width:80px;
	}
}
@media screen and (max-width: 320px) {
    .product-menu{
    	padding:0.5rem 0.2rem 0.5rem 0.2rem;
    }
    #btn_footer {
	    line-height: 40px;
	    min-height: 40px;
	}
    #btn_footer li span {
	    margin-right: 2px;
	}
	.new-date {
	    height: 14px;
	    line-height: 14px;
	    font-size:12px;
	}
	.about-culture{
	    display:inline-grid;
	}
	.about-culture>div{
		width: 100%;
	}
	.yuan img {
	    width: 81vw;
	}
}