@charset "utf-8";

/* CSS Document */
html,
body {
	height: auto;
	padding: 0;
	margin: 0;
	font-size: 16px;
	font-family: "微软雅黑", "arial", "Helvetica", "Helvetica Neue";
	color: #5a5a5a;
	line-height: 1.5;
	text-align: center;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input,
textarea {
	font-family: "微软雅黑", "arial", "Helvetica", "Helvetica Neue";
	color: #1b1c20;
	outline: none;
}

input:focus,
textarea:focus {
	outline: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dd,
dt {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #5a5a5a;
}

a:hover {
	color: #ff6600;
	text-decoration: none;
}

a img {
	border: 0;
}

img {
	max-width: 100%;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #7f7f7f;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #7f7f7f;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #7f7f7f;
}

.font60 {
	font-size: 60px;
}

.font58 {
	font-size: 58px;
}

.font50 {
	font-size: 50px;
}

.font46 {
	font-size: 46px;
}

.font40 {
	font-size: 40px;
}

.font36 {
	font-size: 36px;
}

.font35 {
	font-size: 35px;
}

.font33 {
	font-size: 33px;
}

.font30 {
	font-size: 30px;
}

.font29 {
	font-size: 29px;
}

.font28 {
	font-size: 28px;
}

.font27 {
	font-size: 27px;
}

.font25 {
	font-size: 25px;
}

.font24 {
	font-size: 24px;
}

.font22 {
	font-size: 22px;
}

.font20 {
	font-size: 20px;
}

.font19 {
	font-size: 19px;
}

.font18 {
	font-size: 18px;
}

.font16 {
	font-size: 16px;
}

.font15 {
	font-size: 15px;
}

.font14 {
	font-size: 14px;
}

.wrap {
	padding-top: 98px;
	overflow: hidden;
}

.con {
	max-width: 1600px;
	width: 83.33%;
	margin: 0 auto;
	overflow: hidden;
}

@media only screen and (max-width:1920px) {
	.font60 {
		font-size: 3.1vw;
	}

	.font58 {
		font-size: 3vw;
	}

	.font50 {
		font-size: 2.6vw;
	}

	.font46 {
		font-size: 2.4vw;
	}

	.font40 {
		font-size: 2vw;
	}

	.font36 {
		font-size: 1.87vw;
	}

	.font35 {
		font-size: 1.8vw;
	}

	.font33 {
		font-size: 1.7vw;
	}

	.font30 {
		font-size: 1.56vw;
	}

	.font29 {
		font-size: 1.5vw;
	}

	.font28 {
		font-size: 1.45vw;
	}

	.font27 {
		font-size: 1.4vw;
	}

	.font25 {
		font-size: 1.3vw;
	}

	.font24 {
		font-size: 1.37vw;
	}

	.font22 {
		font-size: 1.34vw;
	}

	.font20 {
		font-size: 1.14vw;
	}

	.font19 {
		font-size: 0.94vw;
	}

	.font18 {
		font-size: 0.93vw;
	}

	.font16 {
		font-size: 0.8vw;
	}

	.font15 {
		font-size: 0.78vw;
	}

	.font14 {
		font-size: 0.73vw;
	}

	.wrap {
		padding-top: 5.1vw;
	}
}

@media only screen and (max-width:828px) {
	.font60 {
		font-size: 36px;
	}

	.font58 {
		font-size: 32px;
	}

	.font50 {
		font-size: 30px;
	}

	.font40 {
		font-size: 28px;
	}

	.font36 {
		font-size: 24px;
	}

	.font35 {
		font-size: 24px;
	}

	.font33 {
		font-size: 22px;
	}

	.font30 {
		font-size: 20px;
	}

	.font29 {
		font-size: 18px;
	}

	.font28 {
		font-size: 16px;
	}

	.font27 {
		font-size: 16px;
	}

	.font25 {
		font-size: 16px;
	}

	.font24 {
		font-size: 16px;
	}

	.font22 {
		font-size: 16px;
	}

	.font20 {
		font-size: 16px;
	}

	.font19 {
		font-size: 16px;
	}

	.font18 {
		font-size: 14px;
	}

	.font16 {
		font-size: 14px;
	}

	.font15 {
		font-size: 12px;
	}

	.font14 {
		font-size: 12px;
	}

	.con {
		width: auto;
		margin: 0 1em;
	}

	.wrap {
		padding-top: 58px;
	}

}

/*头部*/
.headerW {
	position: fixed;
	z-index: 500;
	left: 0;
	top: 0;
	width: 100%;
	height: 98px;
	transition: all 1s;
	background-color: #fff;
	-moz-box-shadow: 0 3px 4px rgb(0 0 0 / 0.05);
	-webkit-box-shadow: 0 3px 4px rgb(0 0 0 / 0.05);
	box-shadow: 0 3px 4px rgb(0 0 0 / 0.05);
}

.header {
	height: 100%;
	margin: 0 auto;
}

.header .con {
	height: 100%;
	overflow: visible;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header .logo {}

.header .logo img {
	display: block;
	width: 108px;
	height: auto;
	transition: all 1s;
}

.header .logoName {
	font-size: 36px;
	color: #ff6600;
	font-weight: bold;
}

.header .logoName img {
	height: 70px;
	width: 400px;
}

.header .logoName a {
	color: #ff6600;
}


.header .c-switch {
	display: none;
	width: 18px;
	height: 13px;
	cursor: pointer;
	/* position: absolute; left: 15px; top: 50%; margin-top: -10px; */
}

.header .c-switch i {
	position: relative;
	display: block;
	height: 2px;
	background: #ff6600;
	-webkit-transition#ff6600: all 0.3s;
	transition: all 0.3s;
}

.header .c-switch i:nth-child(1) {
	top: 0;
}

.header .c-switch i:nth-child(3) {
	bottom: 0;
}

.header .c-switch i:nth-child(2) {
	margin: 4px 0;
}

.header .c-switch.show i:nth-child(2) {
	opacity: 0;
}

.header .c-switch.show i:nth-child(1) {
	top: 6px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.header .c-switch.show i:nth-child(3) {
	bottom: 6px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

@media only screen and (max-width:1920px) {
	.headerW {
		height: 5.1vw;
	}

	.header .logoName {
		font-size: 1.87vw;
	}
}

@media only screen and (max-width:828px) {
	.headerW {
		height: 58px;
		transition: all 0s;
	}

	.header {
		width: 100%;
		justify-content: space-between;
	}

	.header .logo {
		width: 76.8%;
	}

	.header .logoName {
		font-size: 20px;
	}

	.header .c-switch {
		display: block;
	}
}

/*头部导航*/
.navW {
	flex: 1;
	height: 100%;
}

.nav {
	height: 100%;
}

.nav>ul {
	height: 100%;
	display: flex;
	justify-content: flex-end;
	align-items: flex-start;
}

.nav>ul>li {
	height: 80%;
	position: relative;
	font-size: 23px;
	z-index: 100;
	cursor: pointer;
	padding: 0 41px;
	top: 20%
}

.nav>ul>li:last-child {
	padding-right: 0;
}

.nav>ul>li>a,
.nav>ul>li>span {
	position: relative;
	z-index: 0;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	color: #5a5a5a;
}

.nav>ul>li>a::after {
	content: "";
	display: block;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	position: absolute;
	bottom: 0;
	left: 50%;
	right: auto;
	margin-left: 0;
	height: 0.15em;
	width: 0;
	background-color: #ff6600;
}

.nav>ul>li:hover>a {
	color: #ff6600;
}

.nav>ul>li:hover>a::after {
	width: 2.7em;
	margin-left: -1.35em
}

.nav>ul>li.cur>a {
	color: #ff6600;
}

.nav>ul>li.cur>a::after {
	width: 2.7em;
	margin-left: -1.35em
}

@media only screen and (max-width:1920px) {
	.nav>ul>li {
		padding: 0 2.1vw;
		font-size: 1.19vw;
	}
}

.nav .sub_nav {
	display: none;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -4em;
	width: 8em;
	text-align: center;
	background: rgba(255, 255, 255, 0.95);
	font-size: 0.9em;
	-moz-box-shadow: 0 10px 10px rgba(0, 0, 0, .08);
	-webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, .08);
	box-shadow: 0 10px 10px rgba(0, 0, 0, .08);
	font-size: 0.9;
}

.nav .sub_nav li {
	line-height: 3em;
	height: 3em;
	border-top: 1px solid #eee;
	position: relative;
}

.nav .sub_nav li a {
	color: #7d7d7d;
	padding: 0 0.5em;
	display: block;
	position: relative;
	z-index: 0;
}

.nav .sub_nav li a:hover {
	color: #ff6600;
}

.nav .sub_nav li section {
	display: none;
	position: absolute;
	background: #fff;
	right: -120px;
	width: 120px;
	top: 0;
}

.nav .sub_nav li:hover section {
	display: block;

}

.navM {
	display: none
}

.navM {
	display: none;
}

@media only screen and (max-width:828px) {
	.navW {
		display: none;
	}

	.navM {
		position: fixed;
		z-index: 400;
		right: 0;
		left: 0;
		top: 58px;
		padding: 0 0.6em;
		overflow-y: auto;
		background-color: #fff;
		display: none;
		font-size: 14px;
		line-height: 3.6;
		text-align: left;
		overflow-y: auto;
		height: calc(100vh - 58px);
		overflow-y: auto;
	}

	.navM ul {}

	.navM li {
		padding: 0 1em;
		border-top: 1px solid #ececec;
		position: relative;
		z-index: 0;
	}

	.navM li:first-child {
		border-top: 0;
	}

	.navM ul ul {
		height: 0;
		overflow: hidden;
		transition: height 2s;
		font-size: 12px;
		line-height: 3.4em;
	}

	.navM ul ul li {
		border-top: 0;
	}

	.navM ul ul li a {
		text-indent: 1em;
		border-top: 0;
		color: #707070;
	}

	.navM ul ul li a:hover {
		color: #1a6f7d;
	}

	.navM a {
		color: #1b1c20;
		display: block;
	}

	.navM a:hover {
		font-weight: bold;
		color: #1a6f7d;
	}

	.navM li .title {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.navM li .arrow {

		height: 1em;
		width: 1em;
		background: url(../images/arr.svg) center center no-repeat;
		background-size: 0.8em auto;
	}

	.navM li.show .arrow {

		transform: rotate(180deg);
		-ms-transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
	}

	.navM li.show ul {
		height: auto;
		border-top: 1px solid #ececec;
	}

	.navM li.show ul .sub_nav_p {
		padding-left: 2em;
		display: flex;
		justify-content: flex-start;
		align-items: stretch;
		flex-wrap: wrap;
		text-align: center;
		line-height: 1.2;
		padding-bottom: 1.2em;
	}

	.navM li.show ul .sub_nav_p a {
		text-indent: 0;
	}

	.navM li.show ul .sub_nav_p li {
		padding-top: 1em;
		width: 32%;
		margin-right: 2%;
	}

	.navM li.show ul .sub_nav_p li:nth-child(2n) {
		margin-right: 0;
	}

	.navM li.show ul .sub_nav_p .pic {
		display: block;
		position: relative;
		z-index: 0;
		padding-top: 70%;
		width: 70%;
		margin: 0 auto 0.5em;
	}

	.navM li.show ul .sub_nav_p .pic img {
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		object-fit: contain;
	}

}

/*banner*/
.topPicBox {
	position: relative;
	z-index: 0;
	height: 389px;
	width: 100%;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.topPicBox img {
	position: absolute;
	z-index: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	overflow: hidden;
	left: 0;
	top: 0;
}

.topPicBox .txtb {
	position: relative;
	z-index: 1;
	width: 100%;
	color: #fff;
}

.topPicBox .txtb .txt {
	border-left: 6px solid #ffae00;
	padding-left: 14px;
	text-align: left;
	letter-spacing: 0.15em;
}

.topPicBox .txtb .name {
	line-height: 1.1em;
}

.topPicBox .txtb .intro {
	color: #dadada;
	margin-top: 0.7em;
	line-height: 1.1em;
}

@media only screen and (max-width:1920px) {
	.topPicBox {
		height: 20.2vw;
	}

	.topPicBox .txtb .txt {
		border-left: 0.3vw solid #ffae00;
		padding-left: 0.73vw;
	}
}

@media only screen and (max-width:828px) {
	.topPicBox {
		height: 36vw;
	}

	.topPicBox .txtb .txt {
		border-left: 0.6vw solid #ffae00;
		padding-left: 1.5vw;
	}
}

.posiBox {
	background-color: #eef2f5;
}

.posiBox .con {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

.posiBox .subNav {
	margin-right: 3em;
}

.posiBox .subNav ul {
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
}

.posiBox .subNav li {}

.posiBox .subNav a {
	position: relative;
	z-index: 0;
	color: #333;
	padding: 0 2em;
	line-height: 5;
	height: 5em;
	overflow: hidden;
	display: block;
}

.posiBox .subNav a:hover {
	color: #009241;
}

.posiBox .subNav a::before {
	position: absolute;
	left: 0;
	margin-top: -0.5em;
	top: 50%;
	height: 1em;
	width: 1px;
	background-color: #cccccc;
	display: block;
	content: "";
}

.posiBox .subNav li:first-child a::before {
	display: none;
}

.posiBox .subNav a::after {
	transition: all 0.5s;
	display: block;
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	height: 3px;
	width: 0;
	background-color: #009241;
}

.posiBox .subNav a:hover::after {
	width: 100%;
	left: 0;
}

.position {
	text-align: left;
	color: #555;
	text-align: left;
	padding: 1.8em 0 1.7em;
}

.position a {
	display: inline-block;
	color: #555;
}

.position a:hover {
	color: #555;
}

.position .icon {
	width: 1.4em;
	height: 1.4em;
	position: relative;
	z-index: 0;
	top: -0.1em;
	margin-right: 0.2em;
	display: inline-block;
	vertical-align: middle;
	background: url(../images/home.png) no-repeat center center / contain;
}

@media only screen and (max-width:828px) {
	.posiBox .con {
		display: block;
	}

	.posiBox .subNav {
		margin-right: 0;
	}

	.posiBox .subNav ul {
		flex-wrap: wrap;
	}

	.posiBox .subNav li {
		width: 33.3%;
	}

	.posiBox .subNav a {
		padding: 0;
	}

	.position {
		font-size: 0.9em;
		border-top: 1px solid #dddddd;
	}
}

.moreBtn {
	padding: 1px 3.7em 0 2em;
	margin: 2.7em auto 0;
	background-color: #ee1b1a;
	font-size: 18px;
	font-weight: bold;
	line-height: 2.8;
	color: #fff;
	border: 1px solid #ee1b1a;
	display: inline-block;
	transition: all 0.5s;
}

.moreBtn:hover {
	color: #ee1b1a;
	background-color: #fff;
}

.moreBtn::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 3.5em;
	height: 1em;
	margin-right: 2.5em;
	background: url(../images/dot.png) center center no-repeat;
	background-size: contain;
	position: relative;
	top: -1px;
}

.moreBtn:hover::before {
	background-image: url(../images/dot_red.png);
}


/*底部*/
.footer {
	padding: 2em 0 3em;
	background: #fafafa;
	text-align: left;
}

.footer .ftit {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 2px solid #e6e6e6;
}

.footer .ftit .gotop {
	color: #404040;
}

.footer .ftit .gotop:hover {
	color: #ff6600;
}

.footer .fname {
	padding-bottom: 0.5em;
	text-align: left;
	font-weight: bold;
	color: #ff6600;
}

.footer .fInfo {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

.footer .ftxt {
	margin-top: 3.4em;
	width: 55.3%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
}

.footer .fmess {
	margin-top: 3.4em;
	width: 39.5%;
}

.footer .fnav {
	width: 58.3%;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}

.footer .fadd {
	width: 39.6%;
}

.footer .fnav dl {
	padding: 0;
	margin-right: 1em;
	flex: 1;
}

.footer .fnav dt {
	color: #ff6600;
	font-size: 1.25em;
	line-height: 1.2;
	margin-bottom: 1.4em;
	margin-right: 1em;
	font-weight: bold;
}

.footer .fnav dd {
	line-height: 2;
}

.footer .fnav dd a {
	color: #787878;
}

.footer .fnav dd a:hover {
	color: #ff6600;
}

.footer .fnav .list2 {
	max-width: 10em;
	margin: 0 auto 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
}

.footer .fnav .list2 li {
	margin-right: 1.6em;
}

.footer .fadd .tit {
	font-weight: bold;
	color: #ff6600;
	font-size: 1.25em;
	line-height: 1.2;
	margin-bottom: 1.4em;
}

.footer .fadd .txt {
	line-height: 1.8;
	color: #5b5b5b;
}

.footer .fmess .tit {
	font-weight: bold;
	color: #ff6600;
	font-size: 1.25em;
	line-height: 1.2;
	margin-bottom: 0.9em;
}

.footer .fmess .form form {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}

.footer .fmess dl {
	line-height: 1.7;
	margin-top: 6px;
	width: 100%;
	border: 1px solid #afafaf;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer .fmess dl.dl_s {
	width: 48.6%;
}

.footer .fmess dl .dl_content {}

.footer .fmess dl dt {
	padding: 0 0.3em;
	color: #787878;
	font-style: italic;
}

.footer .fmess dl dd {
	flex: 1;
	padding-right: 0.3em;
}

.footer .fmess dl .input,
.footer .fmess dl .textarea {
	font-size: 1em;
	width: 100%;
	line-height: 2.4;
	height: 2.4em;
	border: 0;
	outline-width: 0;
	background-color: #f9f9f9;
}

.footer .fmess dl .textarea {
	line-height: 1.3;
	height: 2.6em;
}

.footer .fmess dl.dl_content {
	height: auto;
	display: block;
}

.footer .fmess dl.dl_content dd {
	padding: 0 0.3em;
}

.footer .fmess .btnSubmit {
	line-height: 2;
	border: 0;
	outline-width: 0;
	cursor: pointer;
	text-align: center;
	display: block;
	width: 9.6em;
	color: #fff;
	background-color: #ff6600;
}

.footer .fmess .btnW {
	margin-top: 2em;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer .fmess .btnW .txts {
	color: #4b4b4b;
	margin-right: 1em;
}

.footer .btn {
	margin-top: 2em;
	color: #fff;
}

.footer .btn:hover {
	color: #fff;
}

.footer .copyright {
	width: 100%;
	margin-top: 5.3em;
	text-align: left;
	display: block;
}


.con iframe {
	width: 100%;
	height: 360px;
	margin-top: 30px;
}





@media only screen and (max-width:828px) {
	.footer .fInfo {
		display: block;
	}

	.footer .ftxt {
		width: 100%;
	}

	.footer .fmess {
		width: 100%;
	}


	.con iframe {
		width: 100%;
		height: 250px;
		margin-top: 30px;
	}
}

@media only screen and (max-width:580px) {
	.footer .ftxt {
		display: block;
	}

	.footer .fnav {
		width: 100%;
	}

	.footer .fadd {
		margin-top: 3em;
		width: 100%;
	}
}


.page {
	margin-top: 0;
	text-align: center;
	color: #9b9b9b;
	line-height: 2;
}

.page a {
	border: 1px solid #d6d6d6;
	display: inline-block;
	color: #9b9b9b;
	padding: 0.1em 1em 0;
	margin: 0.4em 0.2em 0;
}

.page a:hover {
	border: 1px solid #ff6600;
	color: #ff6600;
}

.page .dot {
	display: inline-block;
	padding: 0 0.55em;
}

.page .cur {
	display: inline-block;
	background-color: #ff6600;
	color: #fff;
}

.page .cur:hover {
	background-color: #ff6600;
	color: #fff;
}

.page .prev {
	display: inline-block;
	font-family: "宋体";
}


.page .next {
	display: inline-block;
	font-family: "宋体";
}



.newDBox {
	padding: 55px 0 0px;
}

.newDBox .title {
	font-weight: normal;
	text-align: center
}

.newDBox .about {
	color: #707070;
	margin-top: 1.3em;
	padding: 1.3em 0 0;
	border-top: 1px solid #d9d9d9;
	text-align: center
}

.newDBox .about span {
	display: inline-block;
	margin: 0 0.7em;
}

.newDBox .about a {
	color: #707070;
}

.newDBox .content {
	margin-top: 2.5em;
	line-height: 25px;
	text-align: left;
	color: #666;
}

.newDBox .content p {
	margin-top: 0.8em;
}

@media only screen and (max-width:828px) {
	.newDBox .title {
		font-weight: bold;
		font-size: 20px;
	}
}


.pageTurn {
	margin-top: 70px;
	border-bottom: 1px solid #d9d9d9;
}

.pageTurn ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.pageTurn li {
	margin: 1.2em 0;
	text-align: left;
	width: 45%;
	height: 1.5em;
	line-height: 1.5em;
	overflow: hidden;
	color: #707070;
}

.pageTurn li:nth-child(2) {
	text-align: right;
}

.pageTurn li a {
	color: #707070;
}

.pageTurn li a:hover {
	color: #003f97;
}

@media only screen and (max-width:828px) {
	.pageTurn ul {
		display: block;
	}

	.pageTurn li {
		width: 100%;
	}

	.pageTurn li:nth-child(2) {
		text-align: left;
	}

	.pull-right {
		display: none
	}
}




.tel {
	margin-left: 20px;
}

.tel s {
	display: inline-block;
	width: 30px;
	height: 30px;
	vertical-align: bottom;
}

.tel span {
	display: inline-block;
	font-size: 1.5vw;
	margin-left: 5px;
	font-weight: 700;
	line-height: 34px;
	color: #ff6600;
}

.icon {
	background: url(../images/icon_red.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
}

@media only screen and (max-width:1200px) {
	.tel {
		display: none
	}
}


.pull-right {
	font-size: 1.3vw;
	color: #ff6600;
	position: absolute;
	top: 0.1rem;
	right: 0.3rem;

}

@media only screen and (max-width:1200px) {
	.header .logoName img {
		height: 50px;
		width: 300px;
	}
}