.spacing60 {
	width: 30px;
	height: 100%;
}


.content_img,
.content_img img {
	width: 100%;
}

.navdiv {
	width: 100%;
	height: 60px;
	border-bottom: 1px solid #DDDDDD;
}

.nav-ul {
	line-height: 60px;
}

.nav-ul li {
	float: left;
	/*width: 90px;*/
	padding: 0 30px;
	text-align: center;

}

.nav-ul li.active a {
	color: #00519D;
	border-bottom: 1px solid #00519D;
}

.nav-ul a {
	padding: 0 0 20px;
	font-size: 16px;
	color: #333;
	cursor: pointer;
}

.contentdiv {
	margin-top: 44px;
}

.nameH1,
.nameH2 {
	text-align: center;
}

.nameH1 {
	font-size: 36px;
	color: #333;
	margin-bottom: 6px;
}

.nameH2 {
	font-size: 18px;
	color: #CFCFCF;
}

.margintop{
	margin-top: 40px;
}

.contentdiv .P_Tdiv {
	margin: 20px auto;
}

.contentdiv .P_Tdivleft {
	flex: 1;
}

.contentdiv .P_TdivleftH1 {
	font-size: 30px;
	color: #010101;
}

.contentdiv .P_Tdivleftimg {
	width: 103px;
	height: 10px;
	margin-bottom: 19px;
}

.contentdiv .P_TdivleftH2 {
	font-size: 14px;
	color: #666666;
	margin-bottom: 23px;
}

.contentdiv .P_TdivleftH3_div {
	font-size: 20px;
	color: #666666;
}

.contentdiv .P_TdivleftH3_div p {
	text-indent: 2em;
	line-height: 40px;
}

.contentdiv .P_Tdivrightbox {
	width: 384px;
	height: 920px;
	position: relative;
	background: #F4F4F4;
	padding: 22px;
}
.P_Tdivrightbox img{
	width: 340px;
  margin-bottom: 20px;
}
.P_Tdivrightbox p{
  font-size: 18px;
  color: #333333;
  line-height: 34px;
}


.contentdiv .P_Tlistdiv {
	margin-bottom: 60px;
  justify-content: space-between;
}

.P_Tlist_li {
	width: 420px;
}

.P_Tlist_li_imgbox {
	width: 310px;
	height: 350px;
	overflow: hidden;
}

.P_Tlist_li_img {
	width: 310px;
	height: 350px;
	transition: all .5s;
}

.P_Tlist_li_img:hover {
	transform: scale(0.9);
}

.P_Tlist_li_h1 {
	font-size: 20px;
	color: #333;
	margin: 14px auto 18px;
}

.P_Tlist_li_h2 {
	font-size: 14px;
	color: #666666;
	text-indent: 2em;
	line-height: 24px;
}
.historyimg{
  width: 100%;
}

/* 企业文化 */
.culturebox {
	margin: 50px auto 60px;
}



.cultureleft {
	height: 593px;
	background: url('../img/header/ZJXLculture_left.png') no-repeat;
	background-size: 100% 100%;
}

.cultureright {
	height: 710px;
	background: url('../img/header/ZJXLculture_right.png') no-repeat;
	background-size: 100% 100%;
	text-align: center;
}

.cultureright_img {
	width: 122px;
	height: 126px;
	margin: 70px auto 46px;
}

.cultureright_text {
	color: #333;
	width: 428px;
	text-align: left;
	margin: 0 auto;
}

.cultureright_text p {}

.cultureright_h1 {
	font-size: 18px;
}

.cultureleftboxtop {
	padding: 150px 0 40px;
   margin-top: 40px;
}

.cultureright_h2 {
	font-size: 18px;
	line-height: 60px;
}

.cultureleftbox {
	justify-content: center;
}

.cultureleft_col {
	width: 350px;
	color: #fff;
	text-align: center;
}

.cultureleft_colimg {
	width: 70px;
	height: 70px;
}

.cultureleft_colp1 {
	font-size: 28px;
	margin: 30px auto 16px;
}

.cultureleft_colline {
	margin: 0 auto 18px;
	width: 42px;
	border-bottom: 1px solid #fff;
}

.cultureleft_colp2 {
	font-size: 18px;
	line-height: 30px;
}

.honorbox {
	align-items: center;
	justify-content: center;
	text-align: center;
	height: 667px;
	padding: 45px 0 110px;
}

.honorlist {
	overflow: hidden;
}


.honorboximg {
	flex: 1;
}

.honorboximg img {
	width: 40px;
	height: 102px;
}

.margintop50 {
	margin-top: 50px;
}

.swiper {
	width: 100%;
	height: 512px;
	margin-left: auto;
	margin-right: auto;
}

.swiper-slide {
	width: 100% !important;
	text-align: center;
	font-size: 18px;
	background: #fff;
	height: 512px;
	display: flex;
	flex-flow: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-slide img {
	width: 318px;
	height: 229px;
}

.slideimgtop {
	margin-top: 30px;
}

.swiper-container1>.swiper-wrapper {
	-webkit-transition-timing-function: linear;
	/*之前是ease-out*/
	-moz-transition-timing-function: linear;
	-ms-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear;
}
