/*头部样式*/
.head {
	width: 100%;
	height: 100px;
	line-height: 40px;
	position: relative;
	z-index: 9999;
}

.container {
	width: 100%;
	margin: 0 auto;
}

.heada {
	width: 100%;
	background: #fff;
}

.logo {
	float: left;
	margin-left: 2%;
margin-top: 1.5%;

}
.header-tel{
	float: right;
	font-size: 18px;
	margin-right: 2%;
	color: #f2a03a;
}
.nav {
	float: right;
	width: 740px;
}

.nav li {
	float: left;
	position: relative;
	margin: 0 2%;
}

.nav li a {
	display: block;
	font-size: 16px;
	color: #222;

	line-height: 100px;
}

.nav li:after {
	content: '';
	height: 2px;
	background: #023988;
	width: 100%;
	position: absolute;
	bottom: 0;
	display: none;
}

.nav li:hover:after {
	content: '';
	height: 2px;
	background: #023988;
	width: 100%;
	position: absolute;
	bottom: 0;
	display: block;
}

.nav li.cur:after {
	content: '';
	height: 2px;
	background: #023988;
	width: 100%;
	position: absolute;
	bottom: 0;
	display: block;
}

.nav li .b_nav {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 140px;
	left: 0px;
	z-index: 999;
	background-color: #fff;
	width: 590px;
	height: 215px;
	padding: 20px;
	margin-left: -400px;
	transition: all 300ms ease-in-out;
}

.nav li:hover .b_nav {
	visibility: visible;
	opacity: 1;
	top: 100px;
}

.nav li .b_nav .nav_img {
	position: absolute;
	left: 0;
	top: 0;
	width: 46%;
	display: none;
}

.nav li .b_nav .on .nav_img{
	display: block;
}

.nav li .b_nav .nav_img img {
	width: 100%;
}



.b_nav_a {
	position: relative;
	padding-left: 50%;
}

.nav li .b_nav a {
	font-size: 16px;
	color: #777;
	line-height: 2em;
}
.nav li .b_nav a:first-child .nav_img{
	display: block;
}
.nav li .b_nav a.on {
	color: #023886;
}

.nav li .b_nav a:hover {
	color: #023886;
}



.l_en {
	float: right;
	margin: 10px 2%;
	width: 5.5%;
	line-height: 34px;
	background: #fff;
	text-align: center;
	border-radius: 20px;
}

.l_en a {
	font-size: 13px;
	color: #999;
	display: block;
}

/*banner*/
.swiper-container {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-slide img {
	width: 100%;

}

.swiper-slide-active img {
	transform: scale(1.3) !important;
	transition: all 2.5s ease-out !important;
}

.banner_line {
	bottom: 55px !important;
	/*display: none!important;*/
	top: 45%;
	width: 110px !important;
	right: 5%;
	overflow: hidden;
	text-align: right;
	left: 90% !important;
}

.swiper-container .banner_line .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	background: #fff !important;
	opacity: 1;
	border-radius: 50%;
	display: block;
	margin: 20px 0px !important;
}

.swiper-container .banner_line .swiper-pagination-bullet-active {
	/*background: #d32d2c;*/
	/*width: 100%;*/
	background: #023988 !important;
}

@-webkit-keyframes upDown {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	25% {
		-webkit-transform: translateY(5px);
		transform: translateY(5px);
	}

	75% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes upDown {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}

	25% {
		-webkit-transform: translateY(5px);
		transform: translateY(5px);
	}

	75% {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

.swiper-container .shan {
	position: absolute;
	left: 50%;
	margin-left: -19.5px;
	width: 39px;
	height: 39px;
	cursor: pointer;
	z-index: 999;
	bottom: 10%;
}

.swiper-container .shan img {
	-webkit-animation: upDown 1.5s linear infinite;
	animation: upDown 1.5s linear infinite;
}

/**/
.main1 {
	margin: 135px 0 0 0;
}

.h_title {
	width: 14%;
	float: left;
	text-align: right;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
}

.h_title p {
	display: inline-block;
	float: right;
	margin-left: 15px;
}


.h_title p.tit_name {
	font-size: 32px;
	color: #333;
	width: 2rem;
	line-height: 1.2em;

}

.h_title p.tit_name b {
	font-size: 20px;
	color: #666;
	font-weight: normal;
	text-align: center;
	display: block;
}

.h_title p.tit_en b {
	font-size: 14px;
	color: #fbcd3a;
	width: .28rem;
	line-height: 1.1em;
	transform: rotate(90deg);
	font-weight: normal;
	display: block;
}

.main_content {
	float: right;
	width: 81%;
}

.main_content1 {
	background: #fafafa;
	padding: 0 0 20px 0;
}

.main_content1_1 {
	display: none;
}

.main_content1_1_l {
	float: left;
	width: 40%;

}

.h_title2 {
	background: #fff;
	font-size: 22px;
	color: #333;
	padding: 50px 0 20px 0;
}

.h_title2 span {
	font-size: 22px;
	color: #04295e;
	display: block;
	position: relative;
}

.h_title2 span:after {
	content: '';
	width: 48px;
	height: 1px;
	position: absolute;
	top: 18px;
	left: 105px;
	background: #333;
}

.about_intro {
	width: 90%;
	padding: 15px 5% 15px 5%;
}

.about_intro h3 {
	font-size: 18px;
	color: #023a8a;
	font-weight: normal;
	margin-bottom: 20px;
}

.about_intro p {
	font-size: 14px;
	color: #666;
	line-height: 2em;
}

.about_intro a {
	display: block;
	margin: 20px 0 0 0;
}

.about_img {
	width: 60%;
	float: right;
}

.about_img img {
	width: 100%;
}

.gc_img {
	margin-top: 40px;
}

.gc_img li {
	float: left;
	width: 23.5%;
	margin: 0 2% 0 0;
	max-height: 190px;
	overflow: hidden;
	position: relative;
}

.gc_img li:last-child {
	margin: 0;
}

.gc_img li img {
	width: 100%;
	transition: all 0.6s ease-out;
}

.gc_img li .text {
	font-size: 16px;
	color: #fff;
	background: url(../image/xian1.png) no-repeat center rgba(255, 146, 8, .6);
	background-size: contain;
	/* line-height: 169px; */
	/* height: 149px; */
	text-align: center;
	/*padding: 64px 0;*/
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: none;
	height: 100%;
	line-height: 150px;
	cursor: pointer;
}

.gc_img li.cur img {
	transform: scale(1.1);
	transition: all 0.6s;
}

.gc_img li.cur .text {
	display: block;
	transition: all 0.6s;
}

.gc_img li:hover img {
	transform: scale(1.1);
	transition: all 0.6s;
}

.gc_img li:hover .text {
	display: block;
	transition: all 0.6s;
}

.m_title1 {
	display: none;
	font-size: 24px;
	color: #333;
	text-align: center;
	font-weight: normal;
	margin-bottom: 1em;
}

.m_title1 p {
	font-size: 14px;
	color: #fbcd3a;
}


.menu-button {
	display: none;
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 10px;
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s;
	background-color: #fbcd3a;
	z-index: 9;
}

.menu-button .bar {
	display: block;
	height: 2px;
	background: #fff;
	margin: 9px 0;
	opacity: 1;
	transition: all .5s ease;
	width: 30px;
	transform-origin: left center;
}

.mnav .bar:nth-child(1) {
	transform: rotate(45deg);
	/*width: 40px;*/
}

.mnav .bar:nth-child(2) {
	opacity: 0;
}

.mnav .bar:nth-child(3) {
	transform: rotate(-45deg);
	/*width: 40px;*/
}

.mobileNav {
	display: none;
	background-color: #fbcd3a;
	text-align: center;
	position: absolute;
	top: 60px;
	z-index: 999;
	width: 100%;
}

.mobileNav li {
	line-height: 2em;
	padding: 1em 0;
}

.mobileNav li a {
	font-size: 1rem;
	color: #fff;
}



@media(max-width: 1560px) {}

@media(max-width: 1199px) {
	
	.header-tel{
		display: none;
	}
	
	.banner_line {
		display: none !important;
	}

	.container {
		width: 98%;
	}

	.l_en {
		margin: 30px 0.5%;
		width: 9%;
	}

	.main1 {
		margin: 2em auto 2em;
	}

	.h_title {
		display: none;
	}

	.m_title1 {
		display: block;
	}

	.main_content {
		width: 100%;
		float: none;
	}

	.gc_img {
		margin: 1em 0 0 0;
	}
}

@media(max-width: 768px) {
	
	.nav {
		display: none;
	}

	.l_en {
		display: none;
	}

	.heada {
		width: 100%;
		float: none;
		background: none;
	}

	.menu-button {
		display: block;
	}

	.main_content1_1_l {
		float: none;
		width: 100%;
	}

	.about_img {
		width: 100%;
		float: none;
	}

	.gc_img li {
		width: 48%;
		margin: 1%;
	}

	.gc_img li:last-child {
		margin: 1%;
	}

}

@media(max-width: 640px) {
	.head {
		height: 62px;
		line-height: 60px;
	}

	.logo {
		width: 40%;
	}

	.logo img {
		width: 100%;
	}

	.h_title2 {
		padding: 20px 0;
		display: none;
	}

	.about_intro {
		width: 98%;
		padding: 15px 0;
	}
}


/*main2*/
.main2 {
	background: url(../image/main2_bg.jpg) no-repeat 0 0;

	position: relative;
	max-height: 1120px;
	overflow: hidden;
	margin-top: 120px;
	background-size: cover;
}

.n_h_title {
	border-bottom: 1px solid #fff;
	color: #fff;
	padding-top: 115px;
}

.n_h_title p.tit_name {
	color: #fff;
}

.n_h_title p.tit_name b {
	color: #fff;
}

.gyyy {
	width: 50%;
	float: right;
}

.gyyy li {
	cursor: pointer;
	padding: 20px 0 13px 0;
	border-bottom: 1px solid #eee;
}

.gyyy li:last-child {
	border: none;
}

.gyyy li .text {
	width: 55%;
	float: left;
	padding-left: 20%;
	min-height: 60px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.gyyy li .text h3 {
	font-size: 16px;
	color: #333;
	font-weight: normal;
	/* margin-bottom: 5px; */
	width: 73%;
}

.gyyy li .text p {
	font-size: 12px;
	color: #666;
}

.gyyy li .text a {
	display: block;
	width: 104px;
	line-height: 23px;
	font-size: 12px;
	color: #666;
	text-indent: 20px;
	background: url(../image/toright_h.png) no-repeat;
	height: 23px;
	float: right;
	/* margin-left: 10%; */
	/* margin-top: 5px; */
}


.gyyy li:nth-child(1) .text {
	background: url() no-repeat 10% 5%;
}

.gyyy li:nth-child(2) .text {
	background: url() no-repeat 10% 5%;
}

.gyyy li:nth-child(3) .text {
	background: url() no-repeat 8% 5%;
}

.gyyy li:nth-child(4) .text {
	background: url() no-repeat 10% 5%;
}

.gyyy li:nth-child(5) .text {
	background: url() no-repeat 10% 5%;
}

.gyyy li:nth-child(6) .text {
	background: url() no-repeat 10% 5%;
}

.gyyy li:nth-child(7) .text {
	background: url() no-repeat 10% 5%;
}

.gyyy li:nth-child(8) .text {
	background: url() no-repeat 10% 5%;
}

.gyyy li.cur {
	background: linear-gradient(#f5b460, #f29f3a);
}

.gyyy li.cur .text h3 {
	color: #fff;
}

.gyyy li.cur .text p {
	color: #fff;
}

.gyyy li.cur .text a {
	color: #f29f3a;
	background: url(../image/toright_h.png) no-repeat;
}

.gyyy li.cur:nth-child(1) .text {
	background: url() no-repeat 10% 5%;
}

.gyyy li.cur:nth-child(2) .text {
	background: url() no-repeat 10% 5%;
}

.gyyy li.cur:nth-child(3) .text {
	background: url() no-repeat 8% 5%;
}

.gyyy li.cur:nth-child(4) .text {
	background: url() no-repeat 10% 5%;
}

.gyyy li.cur:nth-child(5) .text {
	background: url() no-repeat 10% 5%;
}

.gyyy li.cur:nth-child(6) .text {
	background: url() no-repeat 10% 5%;
}

.gyyy li.cur:nth-child(7) .text {
	background: url() no-repeat 10% 5%;
}

.gyyy li.cur:nth-child(8) .text {
	background: url() no-repeat 10% 5%;
}

.main2 .tt {
	position: absolute;
	width: 33%;
	border: 5px solid #fff;
	border-radius: 5px;
	z-index: 999;
	top: 30%;
	left: 18.5%;
	display: none;
}

.main2 .tt img {
	width: 100%;
}


.m_main2 {
	display: none;
}

.m_gyyy {
	position: relative;
	z-index: 999;
}

.m_gyyy li {
	float: left;
	width: 23%;
	margin: 1%;
	text-align: center;
	font-size: 1rem;
	color: #666;
	line-height: 2em;
	background: #eee;
	cursor: pointer;
}

.m_gyyy li.cur {
	color: #fff;
	background: #f2a03a;
}

.m_tt {
	display: none;
	width: 100%;
}

.m_tt img {
	width: 100%;
}

@media(max-width: 1560px) {
	.main2 {
		background-size: cover;
	}

	.gyyy li {
		padding: 1% 0 1% 0;
	}
}

@media(max-width: 1199px) {
	.main2 {
		display: none;
	}

	.m_main2 {
		display: block;
	}
}

@media(max-width: 768px) {}

@media(max-width: 640px) {
	.m_gyyy li {
		width: 31.33%;
	}

	.m_gyyy li:nth-child(7) {
		width: 60%
	}
}


.main3 {
	margin-top: 105px;
}

.n_h_title2 {
	padding-top: 80px;
}

.main3_content {
	position: relative;
	width: 81%;
	float: right;
	max-height: 781px;
	overflow: hidden;
}

.ysyy {
	width: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	white-space: nowrap;
}

.ysyy li {
	width: 25%;
	border-right: 1px solid #fff;
	background: rgba(2, 58, 138, .4);
	padding: 30% 0;
}

.ysyy li a {
	display: block;
	font-size: 28px;
	color: #fff;
	font-weight: normal;
	line-height: 1.4em;
	text-align: center;
	width: 100%;
	height: 100%;
}

.ysyy li:last-child {
	border: none;
}

.ysyy li.cur {
	background: rgba(2, 58, 138, .15);
}

.ysyy li.cur a {
	/*color: #ffaa2e;  */
	font-weight: bold;
}

.ysyy li.cur:hover {
	background: rgba(2, 58, 138, .15);
}

.ysyy li.cur:hover a {
	font-weight: bold;
}

.tt2 {
	display: none;

}

.tt2 img {
	width: 100%;
}

@media(max-width: 1560px) {
	.main3 {}

}

@media(max-width: 1199px) {
	.main3 {
		margin: 4em auto 4em;
	}

	.main3_content {
		width: 100%;
		float: none;
	}
}

@media(max-width: 768px) {}

@media(max-width: 640px) {
	.ysyy li {
		padding: 12% 0;
	}

	.ysyy li a {
		font-size: 18px;
	}
}


.main4 {
	background: url(../image/main4_bg.jpg) no-repeat 0 0;
	position: relative;
	max-height: 433px;
	overflow: hidden;
	margin-top: 100px;
	background-size: cover;
	padding: 95px 0 180px 0;
}

.main4 .n_h_title {
	padding-top: 0px;
}

.news_list1 {
	margin-left: 4%;
	width: 60%;
	float: left;
	position: relative;
}

.news_list1 li {
	text-align: left;
	overflow: hidden;
	align-items: flex-start;
	-webkit-align-items: flex-start;
}

.news_list1 li a.img {
	width: 40%;
	float: left;
	display: block;
	float: left;
	border: 3px solid #fff;
	border-radius: 5px;
	overflow: hidden;
	margin-right: 5%;
}

.news_list1 li a.img img {
	width: 100%;
}

.news_list1 li .text {
	float: left;
	width: 50%;
}

.news_list1 li .text h3 a {
	font-size: 18px;
	color: #fff;
	display: block;
	font-weight: normal;
}

.news_list1 li .text span {
	color: #fff;
	font-size: 12px;
	display: block;
	margin: 10px 0 15px 0;
}

.news_list1 li .text p {
	font-size: 16px;
	color: #fff;
	line-height: 2em;
}




.swiper-container2 {
	width: 100%;
	height: 100%;
}

.swiper-container2 .swiper-slide {
	background: none;
}

.news_list1 .page01 {
	position: absolute;
	opacity: 1;
	top: 0px;
	right: 0px;
	z-index: 9999;
	bottom: 0;
	text-align: right;
	width: 100px;
	height: 100px;
	display: block !important;
	font-size: 36px;
	color: #fff;
	left: 86%;

}

.h_sort {
	margin: 65px 0 0 0;
}

.h_sort li {
	float: left;
	width: 40%;
}

.h_sort li:last-child {
	float: right;
	text-align: right;
	width: 20%;
}

.h_sort li a {
	display: block;
	font-size: 22px;
	color: #fff;
	position: relative;
	
}
.h_sort li .item a{
	font-size: 14px;
	margin-top: 5px;
	
}
.h_sort li .item a:hover{
	text-decoration: underline;
}
.h_sort li a span {
	font-size: 16px;
}


.m_title1_2 {
	color: #fff;
}

@media(max-width: 1560px) {
	.main4 {
		background-size: cover;
	}

}

@media(max-width: 1199px) {
	.main4 {
		padding: 50px 0;
		max-height: 500px;
	}

	.news_list1 {
		width: 100%;
		float: none;
		margin: 0;
	}

	.h_sort {
		margin: 30px 0 0 0;
	}
}

@media(max-width: 768px) {}

@media(max-width: 640px) {
	.main4 {
		margin: 30px 0 0 0;
		max-height: 650px;
	}

	.news_list1 li {
		flex-wrap: wrap;
	}

	.news_list1 li a.img {
		width: 95%;
		margin: 0 auto 1em;
		float: none;
	}

	.news_list1 li .text {
		float: none;
		width: 100%;
	}

	.h_sort {
		display: none;
	}
}









.main5 {
	background: #fbfbfb;
	padding: 60px 0 50px 0;
	margin: 70px 0 0 0;
}

.container2 {
	width: 1200px;
	margin: 0 auto;
	/*overflow: hidden;*/
}

.main5 h2 {
	font-weight: normal;
	font-size: 30px;
	color: #333;
	text-align: center;
	position: relative;
	padding-bottom: 10px;
}

.main5 h2:after {
	content: '';
	width: 36px;
	height: 4px;
	background: #fbcd3a;
	position: absolute;
	left: 50%;
	margin-left: -18px;
	bottom: 0px;
}

.owl-hzhb {
	padding: 0em 0 0 0;
	margin-top: 2em;
}

.owl-wrapper-outer {
	overflow: hidden;
}

.owl-hzhb .owl-item {
	padding: 5px 0;
}

.owl-hzhb .item {
	display: block;
	box-shadow: 0px 0px 5px #ccc;
	margin: 0 10px;
	background-color: #ffffff;
}
.owl-hzhb .item img{
	margin: 0 auto;
}

.owl-hzhb .owl-buttons {
	display: none !important;
}

.owl-hzhb .owl-page {
	position: relative;
	margin: 0 5px;
}

.owl-hzhb .owl-page span {
	background: #d5d5d5 !important;
	opacity: 1 !important;
	cursor: pointer;

}

.owl-hzhb .owl-pagination .active span {
	background: #f19a2c !important;
}

.owl-hzhb .owl-pagination .active:after {
	content: '';
	width: 18px;
	height: 18px;
	border: 1px solid #f19a2c;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	margin-left: -10px;
	display: block;
	top: 1px;
}

.owl-hzhb .owl-controls {
	margin-top: 55px !important;
}

@media(max-width: 1560px) {
	.main5 {}

}

@media(max-width: 1199px) {
	.container2 {
		width: 98%;
	}
}

@media(max-width: 768px) {
	.main5 {
		padding: 30px 0 30px 0;
		margin: 30px 0 0 0;
	}

	.owl-hzhb .owl-controls {
		margin-top: 25px !important;
	}

	.owl-carousel .owl-item img {
		width: 100%;
	}
}

@media(max-width: 640px) {}

.foot {
	padding: 65px 0 10px 0;
	background: #777;
	color: #fff;
	opacity: .8;
	font-size: 15px;
}

.foot a {
	color: #fff;
	font-size: 15px;
}

.foot_l {
	float: left;
	width: ;
}

.f_nav {}

.f_tel {
	margin: 25px 0 15px 0;
	font-size: 32px;
	/*color: #666;*/
	opacity: 1;
}

.f_cont {
	line-height: 2em;
	opacity: 1;
}

.f_share {
	line-height: 2em;
}

.f_share span {
	display: block;
	float: left;
}

.foot_r {
	float: right;
	width: 30%;
}

.code1 {
	float: left;
	text-align: center;
	width: 45%;
	margin-top: 55px;
}

.code1 img {
	
      width:170px;
height:170px;
	display: block;
	margin-bottom: 5px;
}

.code2 {
	float: right;
}

.copyright {
	font-size: 14px;
	color: #fff;
	background: #686868;
	padding: 10px 0;
}

.copyright a {
	font-size: 14px;
	color: #fff;
}

.copyright_l {
	float: left;
}

.copyright_r {
	float: right;
}

@media(max-width: 1560px) {
	.foot {}

}

@media(max-width: 1199px) {}

@media(max-width: 768px) {
	.container2 {
		width: 99%;
	}

	.copyright_l {
		float: none;
		text-align: center;
	}

	.copyright_r {
		float: none;
		text-align: center;
	}
}

@media(max-width: 640px) {
	.foot {
		font-size: 14px;
		padding: 20px 0 10px 0;
	}

	.foot_l {
		float: none;
		width: 100%;
	}

	.foot_r {
		float: none;
		width: 100%;
	}

	.f_nav {
		display: none;
	}

	.f_tel {
		font-size: 1.25rem;
	}

	.code1 {
		margin-top: 20px;
	}
}

/*----- Common css ------*/

.fl {
	float: left;
}

.fr {
	float: right;
}

.di {
	_display: inline;
}

.fwn {
	font-weight: normal;
}

.dib {
	*display: inline;
	_zoom: 1;
	_display: inline;
	_font-size: 0px;
}

.f_none {
	display: none;
}



/*------------内页-------------------*/
.n_banner {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.n_banner img {
	width: 100%;
	margin: 0 auto
}

.n_about1 {
	background: url(../image/n_about1_bg.jpg) no-repeat;
	background-size: cover;
	padding-bottom: 80px;
	overflow: hidden;
}

.sitemp {
	font-size: 14px;
	color: #999;
	padding-top: 22px;
	margin-bottom: 40px;
}

.sitemp a {
	font-size: 14px;
	color: #999;
}

.sitemp a:last-child {
	color: #ff8f01;
}

#about1 {}

.about1_img {
	float: left;
	width: 38%;
	padding-top: 32px;
}

.about1_img img {
	width: 100%;
}

.about1_text {
	float: right;
	width: 55%;
	float: right;
	margin-right: 2%;
}

.n_about_title1 {
	font-size: 32px;
	color: #023a8a;
	position: relative;
	padding-bottom: 18px;
	/*font-weight: normal;*/
	margin-bottom: 45px;
}

h3.n_about_title1:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 140px;
	height: 4px;
	background: #023a8a;
}

.n_about_title1 span {
	font-size: 26px;
	color: #ff8f01;
	font-weight: normal;
	margin-left: 20px;
}

.about1_text p {
	font-size: 16px;
	color: #585858;
}


#about2 {
	width: 100%;
	box-sizing: border-box;
	padding: 50px 0 60px 0;
}

#about2 img {
	width: 100%;
}


.fzlc_content {
	border-left: 4px solid #ececec;
	padding: 30px 0 30px 10px;
	margin-left: 140px;
}

.fzlc_content li {
	position: relative;
	margin: 20px 0;
	font-size: 16px;
	color: #333;

}

.fzlc_content li .fz_year {
	position: absolute;
	left: -90px;
	top: 0;
}

.fzlc_content li img.yd1 {
	position: absolute;
	left: -17px;
	top: 7px;
	display: block;
}

.fzlc_content li .wz {
	/*position: absolute;*/
	/*left:10px;*/
	/*top:0;    */
	padding-left: 10px;
}

.fzlc_content li .wz a.img {
	display: block;
	overflow: hidden;
	margin-top: 1em;
}

.fzlc_content li .wz a.img img {
	width: 100%;
	display: none;
}

.fzlc_content li:hover .wz a.img img {
	display: block;
}


.fzlc_y {
	margin-bottom: 60px;
	position: relative;
	z-index: 999;
}

.fzlc_y li {
	display: inline-block;
	text-align: center;
	font-size: 14px;
	color: #666;
	font-weight: bold;
	background: #efefef;
	padding: 0 2em;
	line-height: 2em;
	border-radius: 15px;
	margin: 1% 1%;
	cursor: pointer;
}

.fzlc_y li.cur {
	color: #fff;
	background: #f6ac50;
	box-shadow: 0px 0px 5px #eee;
}

.fz_tt {
	display: none;
	position: relative;
	z-index: 99;
}

.fz_tt .swiper-slide {
	background: none;
}

.d_year {
	text-align: center;
	color: #f5f5f5;
	font: 400px/280px "微软雅黑";
	position: absolute;
	width: 100%;
	height: 600px;
	left: 0;
	top: -10px;
	z-index: 1;
}

.fz_tt a.img {
	display: block;
	float: left;
	width: 35%;
	margin-left: 5%
}

.fz_tt a.img img {
	width: ;
}

.fz_tt .text {
	float: right;
	width: 50%;
	margin: 0 5% 0 5%;
	text-align: left;
}

.fz_tt .text h3 {
	font-size: 24px;
	color: #023a8a;
}

.fz_tt .text p {
	font-size: 18px;
	color: #333;
}

.fz_l {
	width: 33px !important;
	height: 33px !important;
	background: url(../image/right1.png) no-repeat !important;
	/*background-image: none!important;*/
	right: 0 !important;
}

.fz_r {
	width: 33px !important;
	height: 33px !important;
	background: url(../image/left1.png) no-repeat !important;
	/*background-image: none!important;*/
	left: 0 !important;
}

@media(max-width:640px) {
	.fzlc_content {
		margin-left: 0px;
		padding: 0;
		border: none;
	}

	.fzlc_content li .fz_year {
		position: relative;
		float: left;
		left: 0;
	}

	.fzlc_content li .wz {
		float: right;
		width: 80%;
		padding: 0;
	}

	.fzlc_content li .wz a.img {
		display: none;
	}
}


#about3 {
	background: #f7f7f7;
	padding: 50px 0 60px 0;
}

.culture .n_about_title1 {
	float: left;
}

.culture .imgMove,
.imgmove4 {
	position: inherit !important;
	float: right;
}

@-webkit-keyframes imgMove {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	25% {
		-webkit-transform: translateX(12px);
		transform: translateX(12px);
	}

	75% {
		-webkit-transform: translateX(-8px);
		transform: translateX(-8px);
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes imgMove {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	25% {
		-webkit-transform: translateX(12px);
		transform: translateX(12px);
	}

	75% {
		-webkit-transform: translateX(-8px);
		transform: translateX(-8px);
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}
}

.imgMove {
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
}

.imgMove.active {
	z-index: 1;
	opacity: 1;
	visibility: inherit;
	margin-top: 15px;
}

.imgMove .imgMoveL,
.imgMove .imgMoveR {
	width: 14px;
	height: 14px;
	line-height: 14px;
	position: relative;
	/*overflow: hidden; */
	display: inline-block;
}

.imgMove .imgMoveM {
	width: 50px;
	text-align: center;
	display: inline-block;
	-webkit-animation: imgMove 2s linear infinite;
	animation: imgMove 2s linear infinite;
}

#about3 .owl-pagination {
	display: none;
}

.about4_hz {
	/*    width: 90%;
    margin:0 auto;
    overflow: hidden;*/
	position: relative;
}

.about4_hz .swiper-container {
	width: 90%;
}

.owl-qyry {
	width: 100%;
	margin-left: auto;
	margin-right: auto;

}

.owl-qyry .item {
	display: block;
	margin: 5px;
	/*overflow:hidden;*/
}

.owl-qyry img {
	display: block;
	width: 100%;
	/*transition: all 0.6s ease-out;    */
}

.owl-qyry .item img:hover {
	/*transform:scale(1.1);*/
	/*transition: all 0.6s;*/
}

.owl-qyry .item h3 {
	font-size: 16px;
	color: #666;
	font-weight: normal;
	text-align: center;
	background-color: #fff;
	line-height: 3em;
}

#about3 .xs {
	display: none;
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	background: rgba(0, 0, 0, .8);
	cursor: pointer;
	z-index: 999;
}

#about3 .xs a.img {
	width: 40%;
	display: block;
	overflow: hidden;
	margin: 0 auto;
}

#about3 .xs img {
	width: 100%;
}

#about3 .close {
	width: 22px;
	height: 22px;
	text-align: center;
	line-height: 22px;
	background: #444;
	border-radius: 3px;
	margin: 3px 0;
	color: #fff;
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 9999;
	cursor: pointer;
	/*opacity: 0;*/
}


#about3 .owl-buttons {
	position: absolute;
	top: -7rem;
	right: 0;
	display: block;
	cursor: pointer;
}

#about3 .owl-prev {
	width: 34px;
	height: 14px;
	display: inline-block;
	font-size: 0;
	background: none;
	margin: 5px;
	padding: 4px 7px;
	outline: none;
}

#about3 .owl-next {
	width: 17px;
	height: 14px;
	display: inline-block;
	font-size: 0;
	background: none;
	padding: 4px 8px;
	margin: 5px 0 0 0;
	outline: none;
}

.owl-wrapper-outer {
	overflow: hidden;
}


#about4 {
	background: url(../image/about4_bg.jpg) no-repeat 0 0;
	background-size: cover;
	padding: 65px 0 110px 0;
}

@media (max-width: 1599px) {

	.d_year {
		display: none;
	}
}

@media (max-width: 1199px) {}

@media (max-width: 768px) {
	.sitemp {
		margin-bottom: 30px;
	}

	.fzlc_y {
		margin-bottom: 30px;
	}

	#about2 {
		margin: 30px 0 30px 0;
	}
}


@media (max-width: 640px) {
	.about1_img {
		float: none;
		width: 96%;
		margin: 0 auto;
		padding-top: 0;
	}

	.about1_text {
		float: none;
		width: 98%;
		margin: 2em auto 0;
	}

	.n_about_title1 {
		font-size: 20px;
		margin-bottom: 25px;
	}

	.n_about_title1 span {
		font-size: 16px;
	}

	.fzlc_y li {
		padding: 0 1em;

	}

	.fz_tt .swiper-slide {
		align-items: flex-start;
		-webkit-align-items: flex-start;
		flex-wrap: wrap;
	}

	.fz_tt a.img {
		width: 90%;
		float: none;
		margin: 0 auto 1em;
	}

	.fz_tt .text {
		width: 90%;
		float: none;
		margin: 0 auto 0;
	}

	.fz_l,
	.fz_r {
		display: none !important;
	}

	#about3 {
		padding: 30px 0 30px 0;
	}

	#about3 .imgMove {
		display: none;
	}

	#about4 {
		padding: 35px 0 40px 0;
	}
}



/*n_contact*/

.n_contact1 {
	max-height: 650px;
	overflow: hidden;
}

.n_contact1_l {
	float: left;
	width: 45%;
	max-height: 650px;
	overflow: hidden;
	background: rgba(255, 151, 0, .8);
	padding: 15% 2.5%;
}

.n_contact1_l h1 {
	font-size: 80px;
	color: #fff;
	opacity: .2;
	text-transform: uppercase;
}

.n_contact_tel {
	font-size: 36px;
	color: #fff;
	padding-left: 90px;
padding-top:40px;
	background: url(../image/n_tel1.png) no-repeat left center;
}

.n_contact_add {
	font-size: 16px;
	color: #fff;
	line-height: 2em;
}

.n_contact_add strong {
	font-size: 20px;
	color: #fff;
}

.n_contact1_r {
	float: right;
	width: 50%;
	max-height: 650px;
	overflow: hidden;
}

#dituContent {
	width: 100%;
	height: 650px;
}


.n_contact {
	display: none;
}

.n_contact h1 {
	font-size: 24px;
	color: #333;
	font-weight: normal;
	margin-bottom: 40px;
}

.n_contact h2 {
	font-size: 26px;
	color: #060001;
	font-weight: normal;
}

.n_contact h3 {
	font-size: 20px;
	color: #333;
	font-weight: normal;
	margin-top: 10px;
}

.n_contact p {
	font-size: 16px;
	color: #666;
	line-height: 2em;
}



.n_map {
	padding: 48px 0 18px 0;
}

.n_title2 {
	font-size: 36px;
	color: #333;
	/*text-align: center;*/
	margin-bottom: 55px;
	font-weight: bold;
	line-height: 28px;
	position: relative;
	z-index: 2;
}

.n_title2 p {}

.n_title2 span {
	display: block;
	font-size: 80px;
	color: #666;
	text-transform: uppercase;
	line-height: 50px;
	/*font-family: 'Arial';*/
	position: absolute;
	z-index: -1;
	opacity: .2;
}

.n_message {
	background: url(../image/message.jpg) no-repeat 0 0;
	background-size: cover;
	padding: 4% 0 4% 0;
	margin: 70px 0 150px 0;
	width: 100%;
}

.mess_intro {
	font-size: 16px;
	color: #666;
	padding: 20px 0 55px 0;
}


.message {}

.message li {
	width: 31%;
	margin: 0 2.333% 0 0;
	float: left;
}

.message p {
	line-height: 2em;
	font-size: 16px;
	color: #333;
	display: none;
}

.message p span {
	color: #ec0000;
	font-size: 14px;
}

.message input {
	background: none;
	line-height: 45px;
	border: 1px solid #666;
	display: block;
	width: 100%;
	outline: none;
	font-size: 1rem;
	color: #000;
	border-radius: 25px;
	text-indent: 15px;
}

.message textarea {
	background: none;
	line-height: 30px;
	border: 1px solid #666;
	display: block;
	width: 100%;
	height: 210px;
	outline: none;
	font-size: 1rem;
	color: #000;
	border-radius: 25px;
	text-indent: 15px;
}

.mess_add {
	width: 65%;
	display: none;
}

.mess_cont {
	width: 100%;
}

.mess_add,
.mess_cont {
	margin-top: 30px;
}

.msgbtn input {
	margin: 80px 0 0 0;
	width: 230px;
	line-height: 60px;
	font-size: 24px;
	color: #fff;
	text-align: center;
	background: #666;
	display: block;
	cursor: pointer;
	border: none;
	border-radius: 30px;
	text-indent: 0;
}

@media (max-width:1199px) {
	.n_message {
		/*margin:50px 0 50px 0;*/
	}
}

@media (max-width:768px) {
	.n_map {
		padding: 30px 0 30px 0;
	}

	.n_contact {
		margin-bottom: 30px;
	}

	.n_title2 {
		margin-bottom: 25px;
	}

	.msgbtn input {
		margin: 30px auto 50px;
	}

	.n_contact1 {
		max-height: 100%;
	}

	.n_contact1_l {
		width: 100%;
		float: none;
	}

	.n_contact1_r {
		width: 100%;
		float: none;
	}

	#dituContent {
		height: 350px;
	}

	.message textarea {
		width: 99%;
	}

	.n_title2 span {
		font-size: 24px;
	}

	.mess_intro {
		padding: 20px 0 25px 0;
	}

	.n_message {
		padding: 10% 0 2% 0;
	}
}

@media (max-width:640px) {
	.message li {
		width: 100%;
		margin: 0 0 20px 0;
	}

	.mess_add,
	.mess_cont {
		margin-top: 0px;
	}

	.message textarea {
		height: 120px;
		width: 98%;
	}

	.message input {
		width: 99%;
	}

	.msgbtn input {
		width: 140px;
	}

	.n_message {}
}




/*印刷应用*/
.n_left1 {
	/*display: flex;  */
}

.n_left1 h3 {
	font-size: 20px;
	color: #666;
	font-weight: normal;
	display: none;
}

.n_ysyy {
	display: flex;
	text-align: center;
	flex-wrap: wrap;
}

.n_ysyy li {

	line-height: ;
	font-size: 16px;
	color: #5a5a5a;
	line-height: 40px;
	cursor: pointer;
	margin: 0 20px;
}

.n_ysyy li.cur {
	color: #ff9700;
}

.n_right {
	width: 100%;
}

.ys_tt {
	display: none;
}

/*.ys_tt h1{*/
/*    font-size: 20px;*/
/*    color: #333;*/
/*    font-weight: normal;*/
/*    margin-bottom: 100px;*/
/*}*/

.n_ys_intro {
	font-size: 20px;
	color: #666;
	text-align: center;
	padding: 40px 0 55px 0;
	/*border-top:1px dashed #eee;*/
	margin: 0px 0 0 0;
}

.n_ys_intro p {
	margin-bottom: 30px;
}

.n_ys_intro img {
	/*width: 90%;*/
}

.yscs {
	border-top: 1px dashed #eee;
	border-bottom: 1px dashed #eee;
	padding: 40px 0 50px 0;
	margin: 0 0 30px 0;
}

.yscs_l {
	float: none;
	float: left;
	width: 25%;
	text-align: center;
	font-size: 30px;
	color: #666;
	padding: 80px 0 0 0;
}

.yscs_l p {
	font-size: 20px;
	color: #999;
}

.yscs_r {
	float: none;
	float: right;
	width: 60%;
}

.yscs_r h3 {
	font-size: 16px;
	color: #666;
	font-weight: normal;
	border-bottom: 1px solid #666;
	line-height: 2em;
}

.yscs_r li {
	font-size: 14px;
	color: #999;
	line-height: 3em;
	border-bottom: 1px dashed #eee;
}

.yscs_r li span {
	display: block;
	float: right;
	padding-right: 5px;
}

.ysbz {
	font-size: 12px;
	color: #ff8f01;
	line-height: 1.4em;
	margin-top: 10px;
}

.ys_intro {
	font-size: 14px;
	color: #999;
}

#swiper-container2 {
	padding-bottom: 70px;
}

#swiper-container2 .swiper-pagination {
	display: block !important;
	bottom: 0 !important;
}

#swiper-container2 .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #d3d3d3;
}

#swiper-container2 .swiper-pagination-bullet-active {
	background: #ff9208;
}

@media (max-width:1199px) {}

@media (max-width:1099px) {
	.n_ys_intro img {
		width: 100%;
	}
}

@media (max-width:768px) {
	.n_ys_intro {
		padding: 35px 0 25px 0;
	}

}

@media (max-width:640px) {
	.n_ysyy li {
		margin: 0 12px;
	}

	/*.ys_tt h1{*/
	/*    margin-bottom:50px;*/
	/*}*/
	#swiper-container2 {
		padding-bottom: 40px;
	}

	.yscs_l {
		float: none;
		width: 100%;
		padding: 0;
	}

	.yscs_r {
		float: none;
		width: 100%;
	}
}

/*news*/
.sort_menu {
	padding-bottom: 10px;
	border-bottom: 1px solid #e5e5e5;
}

.sort_menu h3 {
	font-size: 2rem;
	color: #333;
	font-weight: normal;
	float: left;
}

.sort_menu h3 span {
	display: block;
	font-size: 16px;
	color: #ff920f;
}

.sort {
	float: right;
}

.sort li {
	float: left;
	margin: 0 0 0 60px;
	padding: 0 5px;
	position: relative;
}

.sort li a {
	font-size: 18px;
	color: #333;
	display: block;
	line-height: 3em;
}

.sort li a:hover {
	color: #ff920f;
}

.sort li a .line1 {
	display: none;
}

.sort li:hover a .line1 {
	display: block;
	width: 100%;
	height: 3px;
	background-color: #ff920f;
	position: absolute;
	bottom: -27px;
	display: block;
}

.news_list {}

.news_list li {
	margin: 35px 0 50px 0;
	padding: 2% 2%;
	box-shadow: 0px 0px 16px #e5e5e5;
	width: 96%;
}

.news_list li a.img {
	display: block;
	float: left;
	width: 30%;
}

.news_list li a.img img {
	width: 100%;
}

.news_list li .text {
	float: left;
	width: 67%;
	margin-left: 3%;
}

.news_list li .text h3 a {
	font-size: 22px;
	color: #333;
	font-weight: normal;
	display: block;
	padding-bottom: 15px;
	position: relative;
	width: 100%;
}

.news_list li .text h3 a:after {
	content: '';
	display: block;
	width: 84px;
	height: 3px;
	position: absolute;
	background-color: #c3c3c3;
	bottom: 0;
}

.news_list li .text p {
	font-size: 16px;
	color: #666;
	margin-top: 20px;
	line-height: 2em;
}

.news_list li .text .more1 {
	margin-top: 20px;
}

.news_list li .text .more1 a {
	display: block;
	float: left;
	padding: 6px 26px 6px 12px;
	background: url(../image/more3.jpg) no-repeat 70px center;
	font-size: 14px;
	color: #999;
	border: 1px solid #c3c3c3;
	border-radius: 45px;
}

.news_list li .text .more1 span {
	display: block;
	float: right;
	padding-left: 25px;
	background: url(../image/time1.png) no-repeat left center;
}

.news_list li:hover {
	/*background-color: #ff9618;*/
}

.news_list li:hover h3 a {
	color: #ff9700;

}

.news_list li:hover .text h3 a:after {
	background-color: #ff9700;
}

.news_list li:hover p {
	color: #333;
}

.news_list li:hover .more1 a {
	color: #fff;
	background: url(../image/more3.png) no-repeat 70px center #ff9700;
	border-color: #ff9700;
}

.news_list li:hover .more1 span {
	/*    color: #fff;
    background:url(../images/time2.png) no-repeat left center;*/
}

.news_detail {
	margin-bottom: 3em;
}

.news_detail .content {
	margin-bottom: 3em;
	font-size: 16px;
	color: #666;
}

@media(max-width: 1199px) {
	.news_list li .text p {
		margin-top: 15px;
	}

	.news_list li .text .more1 {
		margin-top: 10px;
	}
}

@media(max-width: 768px) {}

@media(max-width: 768px) {
	.sort_menu h3 {
		float: none;
		text-align: center;
		width: 100%;
	}

	.sort {
		float: none;
	}

	.sort li {
		margin: 0 10px
	}

	.news_list li {
		padding: 0 1% 5% 1%;
		width: 98%;
	}

	.news_list li a.img {
		width: 100%;
		float: none;
	}

	.news_list li .text {
		width: 100%;
		float: none;
		margin: 1em 0 0 0;
	}
}




/*工业应用*/
.n_gyyy1 {}

.left {
	float: left;
	width: 15%;
}

.left h3 {
	font-size: 20px;
	color: #666;
	font-weight: normal;
	padding-bottom: 10px;
	border-bottom: 1px dashed #999;
	width: 100%;
}

.n_gyyy {}

.n_gyyy li {
	display: block;
	line-height: ;
	font-size: 14px;
	color: #5a5a5a;
	border-bottom: 1px dashed #b3b3b3;
	line-height: 40px;
	cursor: pointer;
}

.n_gyyy li.cur {
	color: #ff9700;
}

.right {
	width: 75%;
	float: right;
}

.gy_tt {
	/*display: none;*/
}

.gy_tt h1 {
	font-size: 20px;
	color: #333;
	font-weight: normal;
	margin-bottom: 30px;
}

.n_gy_intro {
	font-size: 14px;
	color: #5a5a5a;
	line-height: 2em;
	width: 98%;
	margin: 30px auto;
	padding-top: 30px;
	border-top: 1px dashed #ccc;
}

.n_gy_intro img {
	width: 100%;
	display: block;
	margin-bottom: 10px;
}

.n_gyyy_tab {
	margin-top: 40px;
	padding: 65px 0;
	border-top: 1px dashed #b3b3b3;
	border-bottom: 1px dashed #b3b3b3;
	margin-bottom: 30px;
	color: #5a5a5a;
}

.n_tab {
	float: left;
}

.n_tab li {
	background: #fff;
	font-size: 14px;
	color: #666;
	text-align: center;
	line-height: 38px;
	width: 208px;
	border: 1px solid #999;
	border-radius: 15px;
	margin-bottom: 22px;
}

.n_tab li.cur {
	background: #ff9700;
	border: 1px solid #ff9700;
	color: #fff;
}

.n_tab_img {
	display: none;
	float: right;
	width: 46%;
}

.n_tab_img img {
	width: 100%;
}

.product_list {
	display: flex;
	flex-wrap: wrap;
}

.product_list li {
	width: 30%;
	margin: 1.65%;
}

.product_list li img {
	width: 100%;
}

.product_list li h3 a {
	font-weight: normal;
	font-size: 16px;
	color: #333;
	text-align: center;
	line-height: 2em;
	display: block;
}

.product_intro3 {
	padding-bottom: 30px;
}

@media (max-width:1199px) {}

@media (max-width:768px) {
	.left {
		float: none;
		width: 100%;
	}

	.left h3 {
		display: none;
	}

	.n_gyyy {}

	.n_gyyy li {
		float: left;
		padding: 0 2%;
		margin: 1%;
		border: none;
		display: inline-block;
		background: #eee;
		color: #333;
	}

	.right {
		float: none;
		width: 100%;
		padding: 2em 0 0 0;
	}
}

@media (max-width:640px) {
	.n_tab {
		float: none;
	}

	.n_tab li {
		float: left;
		width: 47%;
		margin: 1%;
	}

	.n_tab_img {
		float: none;
		width: 100%;
	}
}

/*专业服务*/
.zyfw1 {}

.zyfwl {
	float: left;
	width: 54%;
	overflow: hidden;
}

.zyfwl img {
	width: 100%;
}

.zyfwr {
	float: right;
	width: 40%;
	margin: 0 1% 0 0;
}

.zyfwr h1 {
	font-size: 20px;
	color: #333;
	font-weight: normal;
}

.zyfwr h2 {
	font-size: 28px;
	color: #ff9700;
	font-weight: normal;
	line-height: 1.2em;
	margin: 5px 0 20px 0;
}

.zyfwr p {
	font-size: 16px;
	color: #666;
	line-height: 2em;
}

.zyfw2 {
	padding: 100px 0;
}

.zyfw2 .zyfwl {
	float: right;
}

.zyfw2 .zyfwr {
	float: left;
}

.zyfw3 {}

@media (max-width:1199px) {}

@media (max-width:768px) {
	.zyfwl {
		float: none;
		width: 100%;
	}

	.zyfwr {
		float: none;
		width: 100%;
		margin: 1em 0;
	}

	.zyfw2 {
		padding: 3em 0;
	}

	.zyfw2 .zyfwl {
		float: none;
	}

	.zyfw2 .zyfwr {
		float: none;
	}
}

@media (max-width:640px) {
	.zyfwr h1 {
		font-size: 20px;

	}

	.zyfwr h2 {
		font-size: 18px;
		line-height: 1.5em;
		margin: 5px 0 10px 0;
	}

	.zyfwr p {
		font-size: 14px;
		line-height: 2em;
	}
}

/*job*/
.n_zpxx {
	padding-bottom: 150px;
}

.culture {
	margin-bottom: 1.5em;
}

.culture h2 {
	font-size: 1.75rem;
	color: #333;
	font-weight: normal;
	float: left;
}

.culture h2 b {
	font-size: 0.875rem;
	color: #ef8200;
	font-weight: normal;
	display: block;
}

.tab3 {
	font-size: 18px;
	color: #333;
	padding: 2em 0 1.5em 0;
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px dashed #dbdbdb;

}

.tab3 span {
	display: block;
	float: left;
	line-height: 34px;
}

.tab3 ul {
	float: left;
}

.tab3 li {
	font-size: 14px;
	color: #666;
	padding: 6px 22px;
	margin: 0px 15px;
	display: inline-block;
	text-align: center;
	border: 1px solid #666;
	border-radius: 25px;
	cursor: pointer;
}

.tab3 li:hover {
	color: #fff;
	background-color: #ff9618;
	border-color: #ff9618;
}

.tab3 li.cur {
	color: #fff;
	background-color: #ff9618;
	border-color: #ff9618;
}

.tabs3 {
	margin-top: 25px;
	display: none;
}

.join_l {
	width: 50%;
	float: left;
}

.job_title {
	font-size: 18px;
	color: #333;
	/*display: none;*/
}

.job_title span {
	display: block;
	width: 50%;
	float: left;
}

.join_l h1 {
	margin: 25px 0 15px 0;
	font-size: 18px;
	color: #333;
	font-weight: normal;
}

.join_l p {
	font-size: 14px;
	color: #666;
	line-height: 2em;
}

.join_r {
	width: 40%;
	float: right;
	text-align: center;
}

.join_r h3 {
	font-size: 30px;
	color: #666;
	text-align: center;
	font-weight: normal;
}

.join_code {
	text-align: center;
	margin: 2em 0;
}

.join_code img {
	/*display:block;*/
	/*width: 50%;*/
	/*margin:0 auto;*/
}

.join_r p {
	font-size: 18px;
	color: #ff920f;
}


@media(max-width:1560px) {
	.tab3 li {
		margin: 5px 5px;
	}
}

@media(max-width: 768px) {
	.join_l {
		float: none;
		width: 100%;
	}

	.join_r {
		float: none;
		width: 100%;
		margin-top: 2em;
	}

	.join_code {
		margin: 1em 0;
	}

	.n_zpxx {
		padding-bottom: 80px;
	}
}

@media(max-width: 640px) {
	/*.tab3 li{*/
	/*    float:left;*/
	/*}*/
	/*.tab3 span{*/
	/*    display:block;*/
	/*    float:left;*/
	/*}*/

	.join_code img {
		width: 90%;
	}

	.n_zpxx {
		padding-bottom: 50px;
	}
}


/*修改内页印刷应用*/
.x_ys1_1 {
	display: flex;
	flex-wrap: wrap;
	width: 98%;
	margin: 50px auto 0;
}

h1.x_title1 {
	font-size: 26px;
	color: #221815;
	position: relative;
	font-weight: normal;
	padding-left: 20px;
}

h1.x_title1:before {
	width: 12px;
	height: 26px;
	background: #ff8f01;
	content: '';
	position: absolute;
	left: 0px;
	top: 5px;
}

.x_ys1_1_l {
	width: 57%;
	float: left;
}

.x_ys1_1 ul {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px;
	margin-left: 20px;
}

.x_ys1_1 ul li {
	width: 33.3333%;
	font-size: 16px;
	color: #333;
	margin: 15px 0;
}

.x_ys1_1_l p {
	font-size: 16px;
	color: #666;
	padding-top: 20px;
}

.x_ys1_1_r {
	float: right;
	width: 43%;
}

.x_ys1_1_r img {
	width: 100%;
}

.x_ys1_2 {
	display: flex;
	flex-wrap: wrap;
	background: url(../image/ys1_bg4.jpg) no-repeat;
	width: 96%;
	padding: 70px 2% 200px 2%;
	min-height: 242px;
	margin-bottom: 70px;
}

.x_ys2_2 {
	background: url(../image/ys2_bg4.jpg) no-repeat;
}

.x_ys1_2_r {
	text-align: right;
	width: 100%;
}

.x_ys1_2_r h1.x_title1:before {
	display: none;
}

.x_ys1_2_r h1.x_title1 {
	padding-right: 20px;
	margin-bottom: 140px;
}

.x_ys1_2_r h1.x_title1:after {
	width: 12px;
	height: 26px;
	background: #ff8f01;
	content: '';
	position: absolute;
	right: 0px;
	top: 5px;
}

.x_ys1_2_r ul {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse
}

.x_ys1_2_r ul li {
	font-size: 16px;
	color: #333;
	margin-right: 30px;
}

.x_ys1_3 {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 35px;
}

h1.x_title2 {
	font-size: 26px;
	color: #221815;
	position: relative;
	font-weight: normal;
	padding-left: 30px;
	background: url(../image/lingx.png) no-repeat left center;

}

.x_ys1_3_l {
	width: 60%;
}

.x_ys1_3_l p {
	font-size: 16px;
	color: #666;
	max-width: 530px;
	margin: 25px 0 0 30px;
	line-height: 2em;
}

.x_ys1_3_r {
	width: 40%;
}

.x_ys1_3_r img {
	width: 100%;
}

.x_ys1_4 {
	display: flex;
	flex-wrap: wrap;
	padding-top: 90px;
}

.x_ys1_4_l {
	width: 40%;
}

.x_ys1_4_l img {
	width: 100%;
}

.x_ys1_4_r {
	width: 45%;
	padding-left: 15%;
}

.x_ys1_4_r p {
	font-size: 16px;
	color: #454545;
	margin-top: 30px;
}

.x_ys1_4_r p span {
	display: block;
	font-size: 26px;
	color: #0872a8;
}

.x_ys1_3_l p span {
	display: block;
	font-size: 26px;
	color: #0872a8;
}

.ys2_imgs {
	text-align: center;
	margin-top: 20px;
}

.ys2_imgs img {
	max-width: 100%;
}

h1.x_title3 {
	text-align: right;
	font-size: 26px;
	color: #221815;
	position: relative;
	font-weight: normal;
	padding-right: 20px;

}

h1.x_title3:after {
	width: 12px;
	height: 26px;
	background: #ff8f01;
	content: '';
	position: absolute;
	right: 0px;
	top: 5px;
}

.x_ys1_5 {
	display: flex;
	flex-wrap: wrap;
	padding-top: 85px;
}

.x_ys1_5 .x_ys1_1_l {
	padding-top: 40px;
}

.x_ys1_5 .x_ys1_1_l p {
	font-size: 16px;
	color: #333;
	line-height: 2em;
	margin: 5px 0 0 22px;
	max-width: 420px;
}

.x_ys1_6 {
	background: url(../image/ys1_bg.jpg) no-repeat 0 0;
	min-height: 370px;
	padding-top: 100px;
	margin-bottom: 30px;
}

.x_ys1_6 .text {
	width: 60%;
	margin: 0% auto 0;
	background: rgba(255, 255, 255, .5);
	padding: 5% 10%;
	text-align: center;
}

.x_ys1_6 .text h2 {
	font-size: 26px;
	color: #1f1f1f;
	font-weight: normal;
	position: relative;
	padding: 0 0 15px 0;
	margin-bottom: 15px;
}

.x_ys1_6 .text h2:after {
	content: '';
	position: absolute;
	bottom: 0;
	width: 50px;
	left: 50%;
	margin-left: -25px;
	height: 4px;
	background: #ff8f01;
}

.x_ys1_6 .text p {
	font-size: 16px;
	color: #262626;
	line-height: 2em;
}

.x_ys2_6 {
	background-size: cover;
	padding: 50px 0;
}

.x_ys2_6 .text {
	width: 70%;
	padding: 5% 10%;

}

.x_ys2_6 .text p {
	text-align: left;
}

.x_ys1_7 {
	background: url(../image/ys1_bg2.jpg) no-repeat 0 0;
	min-height: 420px;
	padding-top: 50px;
	text-align: center;
	margin-bottom: 60px;
}

.x_ys1_7 h2 {
	font-size: 26px;
	color: #1f1f1f;
	font-weight: normal;
	position: relative;
	padding: 0 0 15px 0;
	margin-bottom: 15px;
}

.x_ys1_7 h2:after {
	content: '';
	position: absolute;
	bottom: 0;
	width: 50px;
	left: 50%;
	margin-left: -25px;
	height: 4px;
	background: #ff8f01;
}

.x_ys1_7 p {
	font-size: 16px;
	color: #262626;
	line-height: 2em;
	width: 60%;
	margin: 0 auto 0;
}

.x_ys2_7 {
	margin-bottom: 30px;
	min-height: 350px;
}

.x_ys1_8 {
	margin-bottom: 50px;
	text-align: center;
}

.x_ys1_8 h2 {
	font-size: 26px;
	color: #1f1f1f;
	font-weight: normal;
	position: relative;
	padding: 0 0 15px 0;
	margin-bottom: 15px;

}

.x_ys1_8 h2:after {
	content: '';
	position: absolute;
	bottom: 0;
	width: 50px;
	left: 50%;
	margin-left: -25px;
	height: 4px;
	background: #ff8f01;
}

.x_ys1_8 p {
	font-size: 16px;
	color: #262626;
	line-height: 2em;
	width: 60%;
	margin: 0 auto 60px;
}

.x_ys1_8 img {
	width: 100%;
}

.x_ys1_9 {
	background: url(../image/ys1_bg3.jpg) no-repeat;
}

@media(max-width:1199px) {
	.x_ys1_6 {
		background-size: contain;
		padding-top: 70px;
	}

	.x_ys2_6 {
		background-size: cover;
	}

	.x_ys1_6 .text {
		width: 70%;
	}

	.x_ys1_7 {
		background-size: contain;
	}

	.x_ys1_7 p {
		width: 80%;
	}

	.x_ys1_9 {
		background-size: contain;
	}
}

@media(max-width:768px) {
	.x_ys1_2_r h1.x_title1 {
		margin-bottom: 40px;
	}

	.x_ys1_6 {
		min-height: 350px;
		background-size: cover;
	}

	.x_ys1_7 {
		min-height: 350px;
		background-size: cover;
	}

	.x_ys1_9 {
		min-height: 350px;
		background-size: cover;
	}
}

@media(max-width:640px) {
	.x_ys1_1_l {
		float: none;
		width: 100%;
	}

	.x_ys1_1_r {
		float: none;
		width: 100%;
	}

	.x_ys1_1 ul {
		margin-bottom: 20px;
	}

	.x_ys1_1_l img {
		width: 100%;
	}

	.x_ys1_2 {
		width: 100%;
		padding: 30px 0;
		background-size: cover;
		margin-bottom: 20px;
	}

	.x_ys1_2_r ul li {
		width: 100%;
		line-height: 2em;
	}

	.x_ys1_3_l {
		width: 100%;
	}

	.x_ys1_3_r {
		width: 100%;
	}

	.x_ys1_4_l {
		width: 100%;
	}

	.x_ys1_4_r {
		width: 100%;
		padding: 0;
	}

	.x_ys1_5 {
		padding-top: 0px;
	}

	.x_ys1_6 {
		padding: 30px 0;
	}

	.x_ys1_6 .text {
		width: 80%;
		padding: 5% 5%;
	}

	.x_ys1_7 p {
		width: 90%;
	}

	.x_ys1_8 p {
		width: 90%;
		margin: 0 auto 20px;
	}
}










h1.title {
	font-size: 22px;
	color: #333;
	text-align: center;
	padding: 2em 0 0.5em 0;
	font-weight: normal;
}

.info_title {
	text-align: center;
	font-size: 14px;
	color: #666;
	padding-bottom: 1em;
	border-bottom: 1px dashed #dcdcdc;
	margin-bottom: 2em;
}

h3.tag {
	font-size: 16px;
	color: #666;
	font-weight: normal;
}

.page {
	font-size: 16px;
	color: #666;
}

.page a {
	font-size: 16px;
	color: #666;
}

@media(max-width: 768px) {
	h1.title {
		font-size: 18px;
	}
}

/*page*/
.pageController {
	text-align: center;
	color: #505050;
	margin: 0 auto;
	margin: 4em 0;
	line-height: 24px;
}

.pageController a {
	background-color: #FFF;
	vertical-align: middle;
	border: #efefef 1px solid;
	color: #505050;
	padding: 5px 8px;
	margin-right: 3px;
	margin-left: 3px;
}

.pageController a:hover {
	background-color: #ff9618;
	color: #fff;
	text-decoration: none;
	border: #efefef 1px solid;
}

.pageController .currPage {
	background-color: #efefef;
	color: #ff0000;
	border: #efefef 1px solid;
}

.pageController .t1 {
	float: left;
	margin-right: 5px;
	height: 24px;
	line-height: 22px;
	white-space: nowrap;
	display: none;
}

.pageController .t2 {
	vertical-align: middle;
	line-height: 39px;
}

.pageController .t2 #current {
	line-height: 39px;
	background-color: #ff9618;
	vertical-align: middle;
	border: 1px solid #ff9618;
	color: #fff;
	padding: 5px 8px;
	margin-right: 3px;
	margin-left: 3px;
	width: 39px;
}

.pageController .t1 span {
	/*padding-left:4px;
    padding-right:4px;*/
	width: 39px;
}

.pageController select {
	height: 24px;
	vertical-align: middle;
	text-align: center;
	line-height: 24px;
	display: none;
}

.pageController select option {
	vertical-align: middle;
}
.h_num{ background:url(../image/bg1.jpg) fixed no-repeat center top; border-top:100px solid #f7f7f7;border-bottom:25px solid #f7f7f7; position:relative; z-index:2;}
.pad90 { padding: 65px 0;}
.white,.white a{ color:#fff;}
.text-center {
    text-align: center;
}
.container1 {
    width: 1360px;
    margin-right: auto;
    margin-left: auto;
}

	background: red;
	top: 19px;
	left: 100px;
	transform-origin: bottom;
}
.head-index .tel {
  background: url(../image/tel.png) no-repeat left center;
  padding-left: 50px;
  line-height: 16px;
  margin-top: 34px;
}
.fr {
  float: right;
}