@media (max-width: 1000px) {
	
body {
	padding-top: 42px;
}
* {
	font-size: 14px;
}
.top {
	display: none;
}
.space {
	height: auto;
}
.m {
	display: block;
}
.pc {
	display: none;
}
.wapnone {
	display: none !important;
}
.mobile {
	width: 100%;
	position: absolute;
	height: 42px;
	display: block;
	top: 0;
	left: 0;
	z-index: 99991;
	background: #1a2a57;
	position: fixed;
	text-align: center;
}
.indexproname .indexproimgdes {
	background: #fff;
}
.mobile-search-btn {
	float: right;
	margin-right: 15px;
	cursor: pointer;
}
.mobile-search-btn i {
	color: #fff;
	font-size: 20px;
}
.mobile-inner-header {
	width: 30px;
	height: 31px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 50;
}
.mobile-inner-header-icon {
	color: #ffffff;
	height: 40px;
	font-size: 25px;
	text-align: center;
	float: right;
	width: 40px;
	position: relative;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;
}
.mobile-inner-header-icon:hover {
	opacity: 0.8;
	cursor: pointer;
}
.mobile-inner-header-icon span {
	position: absolute;
	left: calc((100% - 25px) / 2);
	top: calc((100% - 1px) / 2);
	width: 25px;
	height: 2px;
	background-color: rgba(255,255,255,1);
}
.mobile-inner-header-icon {
	color: #fff;
	height: 31px;
	text-align: left;
	float: left;
	width: 50px;
	position: relative;
	cursor: pointer;
	text-align: right;
	margin-left: 0;
	text-align: center;
	line-height: 31px;
	font-size: 30px;
	margin-top: 0;
}
.mobile-inner-header-icon-out i {
	font-size: 28px;
	position: absolute;
	left: 12px;
	top: 0
}
.mobile-inner-header-icon-click i {
	display: none;
}
.mobile-inner-header-icon-out span {
	width: 22px;
	height: 2px;
	background-color: #fff;/* display: none; */
}
.mobile-inner-header-icon-out span:nth-child(1) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outfirst;
}
.mobile-inner-header-icon-out span:nth-child(2) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outsecond;
}
.mobile-inner-header-icon-out span:nth-child(2) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outthird;
}
.mobile-inner-header-icon span:nth-child(1) {
	transform: translateY(4px) rotate(0deg);
}
.mobile-inner-header-icon span:nth-child(2) {
	transform: translateY(-4px) rotate(0deg);
}
.mobile-inner-header-icon span:nth-child(3) {
	transform: translateY(-4px) rotate(0deg);
}
.mobile-inner-header-icon-click span:nth-child(1) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clickfirst;
}
.mobile-inner-header-icon-click span:nth-child(2) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clicksecond;
}
.mobile-inner-header-icon-click span:nth-child(3) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: clickthird;
}
 @keyframes clickfirst {
 0% {
 transform: translateY(4px) rotate(0deg);
}
 100% {
 transform: translateY(0) rotate(45deg);
}
}
 @keyframes clicksecond {
 0% {
 transform: translateY(-4px) rotate(0deg);
}
 100% {
 transform: translateY(0) rotate(-45deg);
}
}
 @keyframes clickthird {
 0% {
 opacity: 0
}
 100% {
 opacity: 0
}
}
.mobile-inner-header-icon-out span:nth-child(1) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outfirst;
}
.mobile-inner-header-icon-out span:nth-child(2) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outsecond;
}
.mobile-inner-header-icon-out span:nth-child(3) {
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outthird;
}
 @keyframes outfirst {
 0% {
 transform: translateY(0) rotate(-45deg);
}
 100% {
 transform: translateY(-4px) rotate(0deg);
}
}
 @keyframes outsecond {
 0% {
 transform: translateY(0) rotate(45deg);
}
 100% {
 transform: translateY(4px) rotate(0deg);
}
}
 @keyframes outthird {
 0% {
 transform: translateY(0) rotate(90deg);
}
 100% {
 transform: translateY(12px) rotate(0deg);
}
}
.mobile-inner-nav {
	width: 320px;
	left: -320px;
	text-align: center;
	opacity: 0;
	transform: scale(0.8);
	width: 0;
	transition: left 0.3s ease-in-out;
	height: 0;
	background-color: rgba(27,27,27,0.7);
}
.mobile-inner-nav a {
	display: inline-block;
	line-height: 45px;
	text-decoration: none;
	width: 100%;
	font-size: 16px;
	border-bottom: solid 1px rgba(255,255,255,0.2);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	color: #fff;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.mobile-inner-nav li:first-child a {
	border-top: 1px solid rgba(255,255,255,0.2);
}
.mobile-inner-nav li {
	position: relative;
	font-size: 14px;
}
.mobile-inner-nav li.on {
	background-color: #1a2a57
}
.mobile-inner-nav li strong {
	color: #fff;
	position: absolute;
	right: 5px;
	top: 0;
	font-size: 3rem;
	cursor: pointer;
	width: 40px;
	height: 45px;
	text-align: center;
	line-height: 40px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	line-height: 50px;
	background: url("../img/down.png") no-repeat center;
}
.mobile-inner-nav a {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: returnToNormal;
	animation-name: returnToNormal;
}
 @-webkit-keyframes returnToNormal {
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 100%, 0);
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
}
 @keyframes returnToNormal {
 from {
 opacity: 0;
 -webkit-transform: translate3d(0, 100%, 0);
 transform: translate3d(0, 100%, 0);
}
to {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
}
.mobile_subNav {
	display: none;
	background: #42ac49;
}
.mobile-inner-nav dd a {
	height: 35px;
	line-height: 35px;
	border-bottom: solid 1px rgba(255,255,255,0.1);
	font-size: 1rem;
}
.mobile-inner-nav dd a:hover {
	background-color: #1a2a57
}
.mobile_search {
	clear: both;
	position: fixed;
	height: 48px;
	overflow: hidden;
	/* background-color: #F8F5EC; */
	right: 36%;
	top: 0;
	z-index: 99993;
	display: block;
	text-align: center;
	width: 89%;
	left: 30px;
}
.mobile_search .search {
	border: 1px solid #ccc;
	margin: 0.5rem;
	overflow: hidden;
	height: 37px;
	position: relative;
}
.mobile_search img {
	height: 30px;
	margin-top: 6px;
}
.mobile_search input.notxt {
	width: 100%;
	color: #333;
	border: none;
	padding-right: 38px;
	height: 38px;
	box-sizing: border-box;
}
.mobile_search input.notxt1 {
	width: 40px;
	right: 0;
	background: url(../fonts/search.svg) no-repeat center #1a2a57;
	border: none;
	height: 37px;
	left: auto;
}
.mobile-links {
	width: auto;
	margin: 0 20px 10px;
	overflow: hidden;
	padding: 10px 0 0;
	opacity: 0.6;
	font-size: 14px;
}
.mobile-links span {
	float: left;
	padding: 0 15px;
}
.mobile-links span a {
	border: none;
	line-height: 25px;
	padding: 4px 0;
	font-size: 14px;
}
.nav-open .mobile-inner-nav {
	width: 100%;
	display: block;
	position: fixed;
	left: 0px;
	top: 0;
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
	opacity: 1;
	transform: scale(1);
	height: 100%;
	box-sizing: border-box;
	overflow-y: auto;
	overflow-x: hidden;
	z-index: 10;
	padding: 50px 0 20px;
}
/* banner */
.banner {
	height: 350px !important; text-align:center;
}
.banner img{height:350px !important;}
.banner .swiper-slide .box {
	padding: 15px 35px;
}
.banner .swiper-slide .box .bt {
	font-size: 18px;
	padding: 0 0 8px 0;
}
.banner .swiper-slide .box .text {
	font-size: 12px;
	line-height: 1.6;
}
.banner .banner-next, .banner .banner-prev {
	width: 30px;
	line-height: 60px;
	margin-top: -30px;
	background-color: rgba(0, 0, 0, 0.2);
	font-size: 20px;
	opacity: 1;
}
.banner .banner-next {
	right: 0px;
}
.banner .banner-prev {
	left: 0px;
}
.banner .swiper-pagination-bullets {
	bottom: 10px;
}
.banner .swiper-pagination-bullets .swiper-pagination-bullet {
	width: 20px;
	height: 2px;
	margin: 0 2px;
}
.topcon {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	min-width: 100%;
	justify-content: center;
	display: flex;
	margin-bottom: 31px;
}
.t1 {
	overflow: hidden;
	float: left;
	width: 20%;
	margin-top: 36px;
	display: none;
	text-align: left;
}
.t1 img {
	float: left;
	margin-right: 10px;
}
.t1R {
	float: left;
	font-size: 16px;
	text-align: left;
}
.t2 {
	float: left;
	/* margin-left: 18%; */

		/* position: absolute; */

	left: 38%;
	width: 55%;
	/* text-align: center; */

	margin: 0 30px;
	margin-top: 30px;
	display: none;
}
.t2 img {
	float: left;
}
.t2R {
	float: left;
	margin-left: 11px;
}
.t2R h3 {
	font-size: 32px;
	color: #1a2a57;
}
.t2R p span {
	color: #999;
}
.t2R p span:first-child {
	font-size: 12px;
}
.t2R p span:last-child {
	float: right;
	font-size: 12px;
}
.t3 {
	/* display: flex; */
	float: right;
	margin-top: 41px;
}
.t3 img {
	float: left;
	margin-right: 11px;
}
.t3R {
	float: left;
	font-size: 14px;
}
.nav {
	background: #0a2a57;
	height: 80px;
	display: none;
}
.navcon {
	width: 93%;
	margin: 0 auto;/* display: flex; */
}
.banner img {
	width: 100%;
	vertical-align: middle;
}
.logo {
	float: left;
}
.logo img {
	margin-top: 18px;
}
.navM {
	float: left;
	width: 56%;
	display: flex;
	margin-left: 3%;
}
.navM li {
	float: left;
	position: relative;
	width: 14%;
	text-align: center;
	list-style: none;
	line-height: 80px;
	height: 80px;
	font-size: 18px;/* flex: 1; *//* padding: 0 2.6%; */
}
.navM li:hover .erji {
	display: block;
}
.navM li:hover {
	background: #259f46;
}
.navM li a {
	color: #fff;
	position: relative;
	display: block;/* position: relative; */
}
.navM li a img {
	display: none;
}
.navM li > a:after {
	content: '';
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #fff;
	margin-left: 5px;
	opacity: .8;
	top: 50%;
	position: absolute;/* right: 0; */
}
.navM li:first-child > a:after {
	display: none;
}
.erji {
	position: absolute;
	left: 0;
	width: 100%;
	background: #fff;
	top: 80px;
	display: none;
	z-index: 10;
	padding: 10px 0;
}
.erji a {
	color: #000 !important;
	display: block;
	/* height: 36px; */

	line-height: 36px;
	font-size: 12px;
	text-align: left;
	padding-left: 5px;
}
.erji a:hover {
	background: #eee;
}
.serch {
}
.serch {
	float: left;
	display: flex;
	width: 215px;
	background: url(../img/serch.png) no-repeat;
	background-size: 100% 100%;
	height: 44px;
	margin-top: 19px;
	overflow: hidden;
	overflow: hidden;
	position: relative;
}
.serch1 {
	width: 147px;
	height: 36px;
	border: none;
	margin-top: 4px;
	margin-left: 10px;
}
.serch2 {
	width: 50px;
	float: right;
	height: 51px;
	opacity: 0;
	position: absolute;
	top: 0;
	right: 0;
}
.language {
	color: #fff;
	float: right;
	margin-top: 18px;
	margin-left: 0;/* display: flex; */
}
.language a {
	color: #fff;
	font-size: 15px;
	margin: 10px;
	display: inline-block;
}
.language a img {
	vertical-align: middle;
}
.indexpro {
	overflow: hidden;
	width: 90%;
	min-width: 96%;
	margin: 20px auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.indexpro a {
	float: left;
	float: left;
	background: #fff;
	border: 0px solid #c4c4c3;
	text-decoration: none;
	width: 48%;
	/* display: flex; */
	margin-bottom: 10px;
	height: auto;
}
.indexpro a:first-child {
	width: 100%;
}
.indexproimg {
	position: relative;
	overflow: hidden;
	transition: 300ms;
}
.indexproimg > img {
	width: 100%;
	vertical-align: middle;
}
.indexproimgdes {
	/* top: 0; */

	position: absolute;
	height: 100%;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, .5);
	text-align: center;
	display: flex;
	align-items: center;
	transition: 500ms;
	align-self: center;
	justify-content: center;
	bottom: -137%;
}
.indexproimgdes > img {
}
.indexpro a:hover .indexproimgdes {
	bottom: 0;
}
.indexproname {
	font-size: 16px;
	text-align: center;
	color: #606060;
	text-decoration: none;
	height: 50px;
	line-height: 50px;
}
.shipin {
	background: #1a2a57;
	padding: 50px 0 20px;
}
.shipicon {
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
	min-width: 100%;
}
.shipinL {
	width: 99%;
	float: none;
	/* height: 528px; */
	margin-top: 0;
}
.shipinR {
	width: 95%;
	float: none;
	color: #fff;
	margin: 30px auto 0;
}
.shipinR h2 {
	font-weight: normal;
	border-bottom: 1px solid #ddd;
	padding-bottom: 30px;
	margin-top: 0;
	font-size: 20px;
}
.shipinR p {
	line-height: 29px;
	margin: 20px 0;
	font-size: 16px;
}
.shipinR a {
	border: 1px solid #35834d;
	color: #fff;
	padding: 11px 26px;
	display: inline-block;
	margin: 20px 0;
}
.shipinR a:hover {
	color: #fff;
	background: #35834d;
}
.tuliao {
	position: relative;
	height: 359px;
	background-image: url(../img/tuliao.png);
	background-size: cover;
}
.tuliao > img {
	width: 100%;
	height: 600px;
}
.tuliaocon {
	position: absolute;
	width: 92%;
	left: 4%;
	top: 23px;
	color: #eaeaeb;
	text-align: center;
}
.tuliaotit {
	font-size: 17px;
	width: 100%;
	margin: 20px auto;
	border-bottom: 1px solid #eaeaeb;
	padding-bottom: 20px;
}
.tuliaocon p {
	margin-bottom: 11px;
	font-size: 15px;
	line-height: 28px;
}
.company {
	position: relative;
}
.company > img {
	width: 100%;
}
.companyintro {
	position: absolute;
	right: 7%;
	top: 10%;
	width: 260px;
}
.companyintro h2 {
	color: #606060;
	text-align: right;
	float: right;
	width: 100%;
}
.companyintro h2 p:first-child {
	font-size: 13px;
}
.companyintro h2 p:last-child {
	font-size: 14px;
}
.companyline {
	width: 56px;
	background: #42ac49;
	height: 5px;
	margin: 5px 0;
	float: right;
}
.companydes {
	width: 100%;
	overflow: hidden;
	float: right;
	text-align: right;
	color: #606060;
	font-size: 13px;
}
.contact {
}
.contactL {
	float: left;
	width: 100%;
	background: #1a2a57;
	padding: 20px 0;
	height: auto;
	color: #fff;
}
.contactcon {
	width: 90%;
	margin: 10px auto;
}
.contacttit {
}
.contacttit h4 {
	font-size: 27px;
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 24px;
}
.entit {
	font-size: 20px;
}
.titleline {
	width: 120px;
	height: 5px;
	background: #42ac49;
	margin: 25px 0;
}
.contdes {
	color: #fff;
	margin: 20px 0;
	line-height: 27px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 19px;
	font-size: 16px;
}
.contactmsg {
	font-size: 20px;
}
.contaclist {
	overflow: hidden;
	margin-bottom: 12px;
	display: flex;
}
.contaclistL {
	float: left;
	margin-right: 10px;
}
.contaclistL img {
	margin-top: 12px;
}
.contaclistR {
	float: left;
	width: 90%;
	color: #fff;
	font-size: 21px;
}
.contaclistR ul {
}
.contaclistR li {
	float: none;
	list-style: none;
	color: #fff;
	width: 100%;
	margin-bottom: 12px;
}
.contaclistR h3 {
	font-size: 16px;
	margin-bottom: 8px;
	font-weight: normal;
}
.contaclistR p {
	font-size: 14px;
}
.contactR {
	float: left;
	width: 100%;
	background: #eeeeef;
	padding: 30px 0;
	color: #606060;
	height: 471px;
}
.person {
}
.one {
	margin: 10px 0;
	overflow: hidden;
}
.one input {
	width: 100%;
	height: 51px;
	border: 0;
	padding-left: 20px;
	font-size: 16px;
}
.two {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin: 15px 0;
}
.two input {
	height: 51px;
	width: 46%;
	border: none;
	padding-left: 20px;
	font-size: 16px;
}
.fasong {
}
.fasong input {
	width: 160px;
	height: 50px;
	background: #42ac49;
	color: #fff;
	border: 0;
	font-size: 18px;
	cursor: pointer;
}
.fasong input:hover {
	background: #1a2a57;
}
.one textarea {
	width: 100%;
	height: 104px;
	border: none;
	outline: none;
}
.t4 {
	float: none;
}
.ewm {
	float: left;
	text-align: center;
	margin: 0 7px;
	width: 33.333333333%;
}
.ewm img {
	margin-bottom: 15px;
	max-width: 100%;
}
.ewm p {
}
.tulai {
	width: 100%;
}
.tulai img {
	width: 100%;
}
.indexprocon {
	background: #f5f5f5;
	overflow: hidden;
}
.wrap {
	margin: 10px auto;
	width: 96%;
	background: #ffff;
	position: relative;
}
.tabs {
	height: auto;
	background: #1a2a57;
	width: 100%;
	padding-top: 8px;
	text-align: center;
	line-height: 80px;
	overflow: hidden;
	padding-bottom: 11px;
	position: relative;
	display: flex
}
.tabs .part {
	display: block;
	float: left;
	/* width:33%; */
	color: #fff;
	text-align: center;
	height: 20px;
	border-right: 1px solid #ddd;
	margin-top: 0;
	line-height: 20px;
	font-size: 20px;
	/*display: none;*/
	padding: 0 5px;
	margin: 12px 0;
	font-size: 14px;
}
.tabs .part:first-child { /* border-right: 1px solid #ADDAFD; */
}
.tabs .part:last-child {
	border-right: 0 !important;
}
.tabs a {
	/* width:70px; */
	display: block;
	color: #fff;
	text-align: center;
	/* margin: 0 10px; */
	font-size: 20px;
	text-decoration: none;
	padding-bottom: 2px;
	padding: 0 3px;
	font-size: 16px;
}
.tabs span.active a {
	color: #fff;
	border-bottom: 4px solid #42ac49;
	height: 29px;
}
.swiper-container {
	width: 100%;
	border-top: 0; /* margin-top:10px!important */
}
.swiper-slide {
	width: 100%;
	background: none;
	color: #373737;
}
p { /* text-align: center; */
}
.slde1 {
	overflow: hidden;
	margin: 0px 0;
}
.slde1L {
	width: 92%;
	float: left;
	text-align: left;
	margin: 0 5%;
}
.slde1LTit {
	font-size: 17px;
	color: #393939;
	font-weight: 700;
	font-weight: normal;
	height: 45px;
	overflow: hidden;
	display: block;
	line-height: 50px;
}
.sddes {
	text-align: left;
	border-bottom: 1px solid #ddd;
	/* line-height: 69px; */
	color: #101010;
	font-size: 14px;
	padding: 10px 0 20px;
}
.sddes2 {
	text-align: left;
	color: #9e9e9f;
	color: #686868;
	line-height: 31px;
	margin: 20px 0;
	font-size: 20px;
	height: auto;
	overflow: hidden;
}
p.sddes2 {
	font-size: 14px;
	line-height: 20px;
}
.stdtoem {
}
.stdtoem span {
	float: left;
	color: #393939;
	font-size: 14px;
}
.stdtoem a {
	float: right;
	color: #686868;
	font-size: 14px;
}
.slde1R {
	float: right;
	width: 100%;
	margin-top: 20px;
}
.slde1R img {
	width: 100%;
	height: auto;
}
.indexnewlun {
	background: #f5f5f5;
	padding: 30px 0 0;
}
.foot {
	margin-top: 30px;
	overflow: hidden;
	width: 100%;
	padding-top: 31px;
	display: block;
}
.foot .sbox6 .xun > ul:first-child {
	display: block
}
.sbox6 .sbox6_news li {
	overflow: hidden;
	float: left;
	width: 100%;
}
.sbox6 .sbox6_news li a {
	display: block;
	overflow: hidden;
	padding: 19px 10px;
	color: #888888;
}
.sbox6 .sbox6_news li .time {
	display: block;
	overflow: hidden;
	height: 60px;
	line-height: 60px;
	padding: 0 10px 0 0;
	text-align: center;
	float: left;
	border-right: 1px solid #8f8f8f;
	font-size: 20px;
	margin-right: 20px
}
.sbox6 .sbox6_news li .time em {
	font-size: 21px;
	font-style: normal;
}
.sbox6 .sbox6_news li .time i {
	font-family: Arial
}
.sbox6 .sbox6_news li span {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px
}
.sbox6 .sbox6_news li p {
	display: block;
	font-size: 14px;
	color: #b4b4b5;
	overflow: hidden;
	line-height: 21px;
	height: 40px;
}
.sbox6 .sbox6_news li:hover a {
	background: #f7f7f7
}
.sbox6 .sbox6_help {
	overflow: hidden;
	/* border-top: 1px solid #adadad; */
	margin-top: -10px;
	padding: 6px 0 0 0;
}
.sbox6 .sbox6_help li {
	width: 50%;
	float: left;
	list-style: none;
}
.sbox6 .sbox6_help li.wid100 {
	width: 100%;
	float: none
}
.sbox6 .sbox6_help li a {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	padding: 0 10px;
	font-size: 14px;
	line-height: 41px;
	color: #888;/* border-bottom: 1px dotted #ddd */
}
.sbox6 .sbox6_help li a:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	width: 4px;
	height: 4px;
	background: #666;
	border-radius: 50%
}
.sbox6 .sbox6_help li a:hover {
	color: #85bb43
}
.sbox6 .sbox6_help li a:hover:before {
	background: #85bb43
}
.sbox6 {
	width: 100%;
}
.wrap .arrow-left {
	margin-left: 0;
	margin-top: 14%;
	position: absolute;
	left: -102px;
	cursor: pointer;
	display: none;
}
.wrap .arrow-right {
	margin-top: 15%;
	position: absolute;
	right: -113px;
	cursor: pointer;
	display: none;
}
.pagelabel {
	float: left;
	color: #fff;
	font-size: 20px;
	margin: -3px 14px;
	margin-left: 27px;
	display: none;
}
.pagelabel img {
	margin-left: 10px;
}
.pagecon {
	/* background: #fff; */
	width: 98%;
	margin: 10px auto;
	overflow: hidden;
}
.link {
	background: #fff;
	overflow: hidden;
	padding: 30px 0;
	max-width: 1438px;
}
.link h2 {
	font-size: 24px;
	color: #606060;
	font-weight: normal;
	width: 86%;
	margin: 10px auto;
}
.link p {
	font-size: 18px;
	color: #606060;
	width: 86%;
	margin: 10px auto;
	/* border-bottom: 1px solid #ddd; */

	padding-bottom: 28px;
}
.linkitem {
	background: #1a2a57;
	color: #fff;
	float: left;
	height: 100px;
	width: 100%;
	margin: 2%;
	display: flex;
	line-height: 83px;
	text-align: center;
}
.links {
	overflow: hidden;
	width: 98%;
	margin: 0 auto;
}
.linkitem h2 {
	color: #fff;
	border-right: 1px solid #a9afc0;
	font-size: 20px;
	width: 45%;
}
.linkitem p {
	color: #fff;
}
.linkitem p a {
	color: #fff;
	font-size: 18px;
}
.addresscon {
	overflow: hidden;
	/* background: #fff; */
	width: 100%;
	margin: 0 auto;
	max-width: 1472px;
	display: block;
	justify-content: space-between;
}
.address {
	width: 100%;
	float: left;
	background: #fff;
	margin: 1%;
}
.address h3 {
	width: 90%;
	margin: 10px auto;
	margin-top: 22px;
}
.address p {
	width: 90%;
	margin: 8px auto;
}
.map {
	width: 100%;
	height: 200px;
	text-align: center;
	margin-top: 27px;
}
.pagemore {
	display: block;
	width: 99%;
	height: 50px;
	background: #fff;
	border: 1px solid #cfcfcf;
	border-radius: 50px;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	cursor: pointer;
}
.bghui {
	background: #f5f5f5;
	overflow: hidden;
	margin-top: 0;
}
.pagenews {
	background: #fff;
	overflow: hidden;
}
.pagki {
	float: left;
	margin-right: 6px;
	margin-left: 14px;
	position: absolute;
	right: 0;
	bottom: 14px;
}
.pagki .serch {
	width: 162px;
	display: flex;
	height: 32px;
}
.pagki .serch1 {
	width: 101px;
	height: 23px;
	float: left;
	line-height: 34px;
}
.videocon {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.video {
	background: #fff;
	display: block;
	width: 100%;
	margin: 10px 0;
}
.videotop {
	height: 300px;
}
.videoname {
	height: 80px;
	font-size: 20px;
	text-align: center;
	line-height: 80px;
}
.rongyucon {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.rongyucon a {
	display: block;
	float: left;
	width: 48%;
	margin: 10px 0;
	position: relative;
}
.rongyutop {
	background: #fff;
}
.rongyuname {
	height: 30px;
	background: #ebebeb;
	text-align: center;
	font-size: 14px;
	position: relative;
	padding: 10px;
}
.dessn {
	background: #fff;
	bottom: -100%;
	position: absolute;
	width: 100%;
	display: none;
}
.small {
	width: 50px;
	height: 50px;
	/* background: #ddd; */

	position: absolute;
	right: 10px;
	top: -74px;
	display: none;
}
.small img {
	width: 100%;
	height: 100%;
}
.dessn h2 {
	width: 90%;
	line-height: 30px;
	margin: 0 auto;
	font-size: 20px;
	font-weight: normal;
	color: #333;
}
.dessn p {
	font-size: 15px;
	color: #333;
	width: 90%;
	margin: 10px auto;
}
.bgdw {
	background: #efefef;
}
.bgwhite {
	background: #fff;/* overflow: hidden; */
}
.text-left {
	text-align: left;
	padding-left: 10px;
}
.gc {
	width: 90%;
	margin: 20px auto;
	overflow: hidden;
}
.gcitem {
	float: left;
	width: 100%;
}
.gclist {
	line-height: 30px;
	overflow: hidden;
	margin: 0px 0;
}
.gclabel {
	float: left;
	font-size: 16px;
	width: 100px;
}
.gcaname {
	font-size: 16px;
	width: 100%;
	float: none;
}
.gcbanner {
	width: 99%;
	margin: 10px auto 20px;
}
.gcbanner img {
	width: 100%;
}
.gcintro {
	width: 93%;
	margin: 0 auto;
	text-align: center;
}
.gcintroL {
	float: left;
	width: 100%;
	margin-top: 0;
	margin-bottom: 30px;
}
.gcintroL img {
}
.gcintroR {
	float: left;
	width: 100%;
	text-align: left;
}
.gc1 {
	color: #888888;
	font-size: 10px;
}
.gc2 {
	font-size: 18px;
	margin: 10px 0;
}
.gcline {
}
.gc3 {
	font-size: 14px;
	color: #606060;
	line-height: 28px;
}
.gc4 {
	font-size: 18px;
	color: #606060;
	line-height: 28px;
	margin: 15px 0;
}
/*gzn*/
.gzn {
	background: #1a2a57;
	color: #fff;
	overflow: hidden;
	padding: 0px 0;
}
.gznL {
	width: 91%;
	float: left;
	font-size: 18px;
	margin-left: 12px;
	line-height: 34px;
	margin-top: 23px;
}
.gznL h2 {
	display: block;
	padding-bottom: 30px;
}
.gznL h2 span {
	font-size: 22px;
	font-weight: normal;
	border-bottom: 3px solid #42aa49;
	padding-bottom: 10px;
}
.gznL h2 i {
	background: #42aa49;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
}
.gzndes {
	line-height: 24px;
	padding-bottom: 20px;
}
.gznR {
	float: right;
}
.gznR img {
	width: 100%;
	height: auto;
}
/*xueyuan*/
.xueyuanbaner {
	position: relative;
}
.xueyuanbaner img {
	max-width: 100%;
}
.xueyuanbanercon {
	position: absolute;
	left: 14%;
	top: 20%;
}
.z1 {
	font-size: 21px;
	color: #606060;
}
.xueyuanbanercon h2 {
	color: #606060;
	font-size: 15px;
	font-weight: normal;
}
.z2 {
	margin: 0px 0;
	font-size: 11px;
	color: #606060;
}
.xueyuanbanercon a {
	color: #606060;
	width: 90px;
	height: 24px;
	display: block;
	border: 1px solid #606060;
	text-align: center;
	line-height: 28px;
	font-size: 14px;
	margin: 12px 0 0;
}
.zige {
	margin: 0;
	overflow: hidden;
}
.zgdes {
	font-size: 18px;
	color: #606060;
	margin: 20px 0;
}
.zigeL {
	float: none;
	width: 100%;
	margin-left: 0;
	font-size: 16px;
	padding: 0 10px;
}
.zigename {
	color: #1a2a57;
	font-size: 22px;
}
.zigename span {
	background: #1a2a57;
	color: #fff;
	border-radius: 10px 0;
	padding: 1px 13px;
	font-size: 16px;
	vertical-align: middle;
	margin: 10px;
	display: inline-block;
}
.chuzhong {
	padding: 0 10px;
	margin-bottom: 15px;
}
.ziline {
	width: 200px;
	height: 1px;
	background: #666;
	margin: 10px 0;
}
.chuzogtit {
	font-size: 25px;
	color: #1a2a57;
	margin-bottom: 11px;
	margin-top: 22px;
}
.chuzhong {
	font-size: 18px;
	color: #606060;
	line-height: 33px;
}
.zigeR {
	width: 100%;
	float: right;
	height: auto;
	overflow: hidden;
}
.bgshen {
	margin: 0 auto;
	margin-top: -18px;/* padding: 30px 0; */
}
.tiaojian {
	background: #e5e5e5;
	overflow: hidden;
	padding: 15px 10px;
	margin-bottom: 20px;
}
.tiaojianitem {
	float: left;
	width: 98%;
	font-size: 18px;
	color: #606060;
	margin-bottom: 23px;
	border-bottom: 1px solid #666;
	margin: 1%;
	padding-bottom: 10px;
	margin-bottom: 12px;
}
.tiaojianitem h4 {
	font-weight: normal;
	margin-bottom: 12px;
}
.tjdes {
	line-height: 39px;
}
.seka img {
	width: 100%;
}
.huigu {
	background: #1a2a57;
	height: 80px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	line-height: 80px;
	margin: 20px auto;
}
/* view_pro */
.view_pro {
	overflow: hidden;
}
.view_pro .main_tit {
	text-align: center;
}
.view_pro .box {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-wrap: wrap;
}
.view_pro .ppic {
	width: 100%;
	overflow: hidden;
	background:#fff;
}
.view_pro .ppic .probanbig {
	overflow: hidden;
	position: relative;
	min-height: 100px;
}
.view_pro .ppic .probanbig .iconfont {
	position: absolute;
	right: 10px;
	bottom: 10px;
	font-size: 30px;
	z-index: 1;
	color: #ddd;
}
.view_pro .ppic .probanbig img {
	width: 100%;
	cursor: pointer;
}
.view_pro .ppic .probansmall {
	margin-top: 20px;
	overflow: hidden;
	position: relative;
	padding: 0 20px;
	background: #fff;
	width: 88%;
	margin:0 auto;
}
.view_pro .ppic .probansmall .swiper-slide {
	width: 29.333333%;
	cursor: pointer;
	padding: 10px 0;
	height: auto;
}
.view_pro .ppic .probansmall .swiper-slide img {
	width: 93%;
	height: auto;
	border: 1px solid #d4d4d4;
	padding: 1px;
	opacity: 0.8;
}
.view_pro .ppic .probansmall .swiper-slide-thumb-active img {
	border: 1px solid #3b4b56;
	opacity: 1;
}
.view_pro .ppic .probansmall .arrow-left, .view_pro .ppic .probansmall .arrow-right {
	position: absolute;
	top: 50% !important;
	z-index: 10;
	width: 30px;
	height: 40px;
	line-height: 40px;
	margin-top: -20px;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
}
.view_pro .ppic .probansmall .arrow-left:hover, .view_pro .ppic .probansmall .arrow-right:hover {
	color: #3b4b56;
}
.view_pro .ppic .probansmall .arrow-left {
	left: -6px;
	top: 58px;
}
.view_pro .ppic .probansmall .arrow-right {
	right: -2px;
	top: 58px;
}
.view_pro .info {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 0;
	margin-top: 24px;
}
.view_pro .info .tit {
	font-size: 24px;
	font-weight: bold;
	padding: 0 0 10px 0;
	text-align: left !important;
	height: 80px;
	color: #fff;
	background: #1a2a57;
	line-height: 80px;
	padding-left: 30px;
}
.view_pro .info .text {
	font-size: 16px;
	line-height: 1.8;
	color: #777;
}
.view_pro .bor {
	margin: 0px 0;
	overflow: hidden;
	/* border: 1px solid #ccc; */
	padding: 15px;
	background: #fff;
}
.view_pro .bor .main_tit {
	padding: 0 0 20px 0;
}
.view_pro .bor .vwcs .tit {
	font-size: 16px;
	font-weight: bold;
	color: #333;
}
.view_pro .bor .vwcs .xun {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 15px 0 0 0;
	flex-wrap: wrap;
}
.view_pro .bor .vwcs .xun ul {
	width: 100%;
	margin: -5px 0;
	overflow: hidden;
}
.view_pro .bor .vwcs .xun ul li {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	line-height: 1.8;
	padding: 5px 0;
	font-size: 15px;
}
.view_pro .bor .vwcs .xun ul li .bt {
	font-weight: bold;
	color: #606060;
}
.view_pro .bor .vwcs .xun ul li .text {
	color: #606060;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.view_pro .bor .video {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.view_pro .bor .video .kj {
	background: #000;
	overflow: hidden;
	position: relative;
}
.view_pro .bor .video img {
	max-width: 100%;
	height: auto;
}
.view_pro .bor .video .iconfont {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(0, 0, 0, 0.5);
	color: #fff;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	font-size: 100px;
	cursor: pointer;
	transition: all 0.3s;
}
.view_pro .bor .video .iconfont:hover {
	transform: scale(1.1);
}
.view_pro .bor .video video {
	float: left;
}
.view_pro .bor .video iframe {
	float: left;
}
.view_pro .body {
	text-align: center;
	overflow: hidden;
	margin: -10px 0;
}
.view_pro .body img {
	max-width: 100%;
	height: auto;
	padding: 10px 0;
}
.view_pro .secai {
	position: relative;
	overflow: hidden;
	padding: 0 70px;
	margin-bottom: 30px;
}
.view_pro .secai .swiper-slide img {
	width: 100%;
	height: auto;
}
.view_pro .secai .secai-next, .view_pro .secai .secai-prev {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 60px;
	height: 100px;
	font-size: 60px;
	cursor: pointer;
	color: #666;
	transition: all 0.3s;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.view_pro .secai .secai-next:hover, .view_pro .secai .secai-prev:hover {
	background: #3b4b56;
	color: #fff;
}
.view_pro .secai .secai-next {
	right: 0px;
}
.view_pro .secai .secai-prev {
	left: 0px;
}
.iconfont img {
	width: 20px;
}
.zoujin {
	width: 100%;
	margin: 10px auto 0;
}
.zoujincon {
}
.zjdes {
	font-size: 16px;
	color: #606060;
	line-height: 34px;
	margin-top: 15px;/* height: 123px; */
}
.zjbiao { text-align:center;
}
.zjbiao img {
	width: atuo;
}
.zjR {
	font-size: 18px;
	width: 50%;
	float: right;
}
.zjR img {
	width: 100%;
}
.stal {
	float: left;
	width: 100%;
}
.stalimg img {
	width: 100%;
}
.dizhiqsitem {
	float: left;
	width: 94%;
	margin: 1%;
	font-size: 16px;
	color: #606060;
	line-height: 30px;/* height: 222px; */
	padding-bottom: 10px;
}
.yanfa {
}
.yanfalist {
	overflow: hidden;
	margin: 14px 0;
	display: flex;
}
.yanfalist img {
	float: left;
}
.yanfalistR {
	float: left;
	font-size: 14px;
	color: #606060;
	margin-left: 16px;
}
.zjbanner {
	background: url("../img/zjbanner.png") no-repeat center;
	background-size: cover;
	overflow: hidden;
	height: auto;
	color: #fff;
	padding-bottom: 37px;
}
.zjbanner .zjitem {
	width: 92%;
	float: none;
	font-weight: 700;
	margin-top: 0;
	font-size: 18px;
	line-height: 28px;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 44px;
}
.zjL {
	font-size: 60px;
	text-align: center;
	padding-top: 95px;
	line-height: 87px;
}
.zjR {
	font-size: 16px;
	text-align: left;
	line-height: 32px;
	width: 100%;
}
.zjR h2 {
	font-size: 24px;
	margin-bottom: 17px;
	margin-top: 20px;
}
.vr_line {
	text-align: right;
	display: flex;
	border-top: 1px solid #ddd;
	padding-top: 22px;
	margin-top: 20px;
	flex-wrap: wrap;
}
.vr_line a {
	background: #42ab49;
	color: #fff;
	padding: 10px;
	margin: 10px;
	display: inline-block;
	font-size: 14px;
	width: 100%;
	text-align: center;
}
.vr_line a i {
	display: inline-block;
	border-right: 1px solid #fff;
	padding: 0 10px;
	margin-right: 10px;
}
.view_hb {
	border-bottom: 1px solid #ddd;
	padding: 25px 0;
	border-top: 1px solid #ddd;
	margin: 25px 0;
}
.view_hb img {
	max-width: 100%;
}
.wdown {
	width: 100%;
	height: 50px;
	text-align: center;
	line-height: 100px;
	color: #fff;
	display: block;
	background: #1a2a57;
	border-radius: 60px;
	margin: 10px 0;
	font-size: 20px;
	line-height: 50px;
}
.wdown img {
	vertical-align: middle;
	margin: 0 10px;
	height: 30px;
}
.yanzhengserch {
	height: 64px;
	border: 1px solid #C3C3C3;
	width: 99%;
	display: flex;
	border-radius: 100px;
	overflow: hidden;
	background: #fff;
	margin-top: 69px;
}
.yz1 {
	width: 69%;
	height: 64px;
	border: 0;
	padding-left: 45px;
	font-size: 14px;
}
.yz2 {
	width: 15%;
	font-size: 14px;
	text-align: center;
	background: no-repeat;
	border: 0;
}
.serchtip {
	font-size: 15px;
	color: #686868;
	text-align: center;
	margin: 50px 0;
}
.stalimg {
	position: relative;
	bottom: 0;
}
.stal {
	height: auto;
}
.zigeR img {
	width: 100%;
}
.nbanner {
	height: auto
}
.nbanner img {
	display: block
}
.shipin_xun li {
	width: 100%;
}
.box_contact .sanxun {
	display: block;
}
.box_contact .sanxun li {
	width: 96%;
	padding: 2%;
	margin-bottom: 20px;
}
.box_contact .sanxun li .tit {
	height: auto;
}
.box_contact .sanxun li .text {
	height: auto;
}
.rongyuname .small {
	display: none;
}
.tabs p:nth-child(2) {
	width: 100%;
	margin-bottom: 35px;
}
.hzbody{display:block;}
.hzleft {
	height: auto;
	padding: 30px 0 15px 0;
	width:100%; 
}
.hzleft p{font-size:20px;}
.hzrig {
	height: auto;
	padding: 15px 0;
	width: 100%;
}
.pcnone{display:block !important;}
.myewm{display:flex !important;}
.wid90{margin:15px 0;}
.zige img{padding-left:0; max-width:100%;}
}
 @media screen and (min-width: 1001px) and (max-width: 1600px) {
.zgdes {
	font-size: 16px;
	margin: 10px 0;
}
.zigename {
	font-size: 28px;
}
.zigename span {
	font-size: 14px;
}
.zigeL {
	margin-left: 1%;
	width: 42%;
	padding-bottom: 10px;
}
.zige img {
	padding-left: 0;
}
.zjdes {
	margin-top: 10px;
	font-size: 14px;
	line-height: 26px;
}
.ziline {
	margin: 10px 0;
}
.zjdes {
	width: 100%;
}
.zigeL {
	padding-left: 0;
	margin-left: 0;
}
.dizhiqsitem {
	font-size: 14px;
	line-height: 26px;
	width: auto;
}
.yanfalistR {
	font-size: 14px;
	width: 74%;
}
.yanfalist {
	margin: 20px 0;
}
.zjbiao img {
	max-width: 100%;
}
.zoujin, .zige {
	margin: 15px auto;
}
.zjL {
	font-size: 38px;
	padding-top: 0;
}
.zjR {
	line-height: 33px;
	font-size: 18px;
}
.zjbanner .zjitem {
	margin-top: 0;
}
.zjlc {
	font-size: 16px;
	line-height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 350px;
}
.zjbanner, .gzn {
	display: flex;
	align-items: center;
	justify-content: center;
}
.gznL {
	margin-left: 15px;
}
.gznR {
	padding-left: 15px;
}
.stal {
	height: 430px;
}
.rongyuname {
	padding: 15px 10px;
	font-size: 16px;
}
.zhanhuiimg a {
	margin-bottom: 15px;
}
.nbanner {
	height: auto;
}
.link p {
	font-size: 18px;
}
.bghui2 {
	padding: 150px 0;
}
.small {
	top: -73px;
	width: 90px;
}
.indganl a {
	line-height: 28px;
}
.sddes {
	padding: 10px 0 20px;
}
.sddes2 {
	padding-bottom: 0;
}
.pagecon {
	margin: 15px auto;
}
.chuzhong h2 {
	margin: 15px 0;
}
.wrap, .pagecon, .links {
	width: 97%;
}
.view_pro .info {
	padding-left: 10px;
}
.view_pro .bor {
	padding: 10px;
}
.wdown {
	margin: 25px 0;
}
.tabs p:nth-child(2) {
	width: auto;
}
.tabs {
	height: auto;
	padding: 3px 0;
	min-height: 80px;
}
.linkitem {
	margin: 1%;
	width: 31.2%;
}
.nbanner img {
	display: block;
}
.navM li a {
	font-size: 16px;
}
.language a {
	margin: 10px 5px;
}
.navcon {
	width: 95%;
}
.topcon {
	min-width: auto;
}
.t2R h3 {
	font-size: 20px;
}
.foot .t2R h3 {
	font-size: 18px;
}
.foot .t1R {
	font-size: 14px;
}
.t2R p span:last-child {
	float: none;
	display: block;
}
.banner, .banner800 {
	height: 450px !important;
}

.banner img{
	height: 450px !important;
}

.pagebanner {
	height: auto !important;
}
.zhanhuiimg {
	height: auto !important;
}
.t1 {
	width: 27%;
}
.t2 {
	width: 45%;
	margin: 0 10px;
}
.hzlink {
	display: none;
}
.one textarea {
	height: 200px;
}
.tuliao {
	height: 500px;
	background-size: 100% auto;
}
.tuliaocon {
	top: 70px;
}
.indexpro {
	min-width: 100%;
	width: 100%;
	margin: 15px auto;
}
.indexpro a {
	margin: 5px;
}
.indexproname {
	height: 50px;
	line-height: 50px;
}
.indexproname .indexproimgdes {
	display: none;
}
.wid90 {
	margin-top: 15px;
	width: 100%;
}
.indganl a {
	width: 100%;
}
.hzleft {
	width: 100%;
}
.hzbody {
	display: block;
}
.hzleft {
	height: auto;
	padding: 30px 0 15px 0;
}
.hzrig {
	height: auto;
	padding: 15px 0;
	width: 100%;
}
.contactL {
	height: 685px;
	padding-top: 35px;
}
.contactR {
	height: 685px;
	padding-top: 35px;
}
.contaclistR h3 {
	font-size: 18px;
}
.contdes, .contaclistR p {
	font-size: 16px;
}
.contactcon {
	width: 95%;
}
.slde1R img {
	width: 100%;
	height: auto;
}
.slde1R {
	text-align: center;
}
.zoujin {
	width: 95%;
	padding: 0 15px;
}
.navM {
	float: left;
	width: 56%;
	display: flex;
	margin-left: 0%;
	margin-right: 25px;
}
.navM li {
	float: left;
	position: relative;
	/* width: 17%; */
		/*background: #f5f5f5;*/
	text-align: center;
	list-style: none;
	line-height: 80px;
	height: 80px;
	font-size: 14px;

	/* flex: 1; */
	padding: 0 2%;
}
.navM li:first-child {
	width: 10%;
}
.serch {
	float: left;
	display: flex;
	width: 189px;
	background: url(../img/serch.png) no-repeat;
	background-size: 100% 100%;
	height: 44px;
	margin-top: 19px;
	overflow: hidden;
	display: none;
}
.logo img {
	width: 130px;
	margin-top: 28px;
	padding-right: 15px;
}
}
@media (max-width: 680px) {
.tabs70 {
	min-height: 80px;
	line-height: 80px;
}
.link h2, .link p {
	width: 90%;
}
.linkitem {
	margin: 2% auto;
}
.link p {
	font-size: 18px;
}
.box_contact .sanxun li {
	padding: 5% 2%;
}
.map {
	margin-top: 3px;
}
.contactcon {
	width: 95%;
}
.contdes {
	padding-right: 0;
	font-size: 16px;
}
.bghui {
	padding-bottom: 0;
}
.wdown {
	font-size: 16px;
}
.view_pro .ppic .probansmall .arrow-left, .view_pro .ppic .probansmall .arrow-right {
	top: 65% !important;
}
.sddes {
	color: #666;
	padding: 10px 0;
}
.sddes2 {
	margin: 10px 0;
}
.rongyuname {
	padding: 15px 10px;
}
.pagemore {
	margin-bottom: 20px;
}
.tiaojian ul, .tiaojian ol {
	line-height: 28px;
}
.chuzhong {
	line-height: 28px;
}
.zige {
	display: block;
}
.zige img {
	padding-left: 0;
}
.wid90 {
	width: 100%;
	margin: 10px auto 0;
}
.tags {
	display: flex;
	align-items: center;
	justify-content: center;
}
.mobile_search {
	right: 24%;
}
.bghui2 {
	padding: 50px 0;
}
.zxtel {
	text-indent: 0 !important;
}
.zxtel span {
	font-size: 16px;
}
.xgnew ul li {
	width: 40%;
}
.sbox6 .sbox6_help li {
	width: 100%;
}
.sbox6 .sbox6_help li a {
	line-height: 35px;
}
.tiaojian ul, .tiaojian ol {
	width: 100%;
	min-height: auto;
	padding: 15px 0;
}
.tiaojian ul:nth-child(5), .tiaojian ol:nth-child(5) {
	border-bottom: 1px solid #666;
}
.chuzhong h2 {
	margin: 15px 0;
}
.yanfalistR {
	width: 80%;
}
.yanfalist {
	display: none;
}
.view_news .bt {
	font-size: 20px;
}
.view_news .sx li {
	overflow: hidden;
	max-width: 96%;
	min-width: 96%;
	border: 1px solid #e4eaec;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	padding: 5px;
	display: flex;
	margin: 4px 0;
	/* padding-left: 1px; */
	float: left;
}
.view_news .sx li a {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #76838f;
	padding: 0;
	line-height: 20px;
	width: 68%;
}
.hzbody {
	display: inline;
}
.hzleft {
	width: 100%;
	height: auto;
	padding: 30px 0 15px;
}
.hzleft p {
	font-size: 20px;
}
.hzrig {
	height: auto;
	padding: 15px 0;
	display: inline;
}
.hzrig a {
	width: 31.5%;
	float: left;
	margin: 3px;
}
/* banner */
.banner {
	height: 250px !important;
}
.banner img{
	height: 250px !important;; width:auto;
}
.ban_video{height:auto !important;}
.zhanhuiimg, .pagebanner {
	height: auto !important;
}
.zhanhuiimg a {
	margin-bottom: 15px;
}
.tabs p:nth-child(2) {
	margin-bottom: 0;
	width: 98%;
}
.banner .swiper-slide .box {
	padding: 15px 35px;
}
.banner .swiper-slide .box .bt {
	font-size: 18px;
	padding: 0 0 8px 0;
}
.banner .swiper-slide .box .text {
	font-size: 12px;
	line-height: 1.6;
}
.banner .banner-next, .banner .banner-prev {
	width: 30px;
	line-height: 60px;
	margin-top: -30px;
	background-color: rgba(0, 0, 0, 0.2);
	font-size: 20px;
	opacity: 1;
	display: none;
}
.banner .banner-next {
	right: 0px;
}
.banner .banner-prev {
	left: 0px;
}
.banner .swiper-pagination-bullets {
	bottom: 10px;
}
.banner .swiper-pagination-bullets .swiper-pagination-bullet {
	width: 20px;
	height: 2px;
	margin: 0 2px;
}
.indganl a {
	width: 100%;
}
.slde1, .sbox6 {
	padding: 20px 0 0;
}
.sbox6 .sbox6_help {
	padding: 0 10px;
}
.pcnone {
	display: block !important;
}
.picenter {
	display: flex;
	align-items: center;
	justify-content: center;
}
.indexproname .indexproimgdes {
	display: none;
}
.myewm {
	width: 100% !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
	padding-bottom: 30px;
}
.box_video_play{margin:15px auto; max-width:680px; width:100%;}
.box_video_play iframe{width:100%; height:270px;}


}
@media screen and (min-width: 1600px) and (max-width: 1800px) {
.navcon {
	width: 97%;
}
.zjlc {
	height: 500px;    align-items: center; 
}
.zjdes{font-size:16px; width:100%;
}
.banner, .banner800 {
	height: 550px !important;
}

.banner img{
	height: 550px !important;
}

}

@media (max-width: 480px){
.banner {
    height: 200px !important;
    }

.banner img {
    height: 200px !important;
    }
}