/* 清除样式 */

body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
select,
table,
td,
textarea,
th,
ul {
	margin: 0;
	padding: 0;
}

button,
input,
select,
textarea {
	outline: 0;
}

textarea {
	resize: none;
}

ul,
li {
	list-style: none;
}

img {
	outline: 0;
	border: none;
	display: block;
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: none;
}

input {
	border-radius: 0px;
	outline: none;
	box-shadow: none;
	-webkit-appearance: none;
}

a {
	color: #333333;
	text-decoration: none;
	transition: all .3s;
}

a:hover {
	text-decoration: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
	margin: 0;
	padding: 0;
}

body {
	position: relative;
	font-size: 12px;
	min-width: 320px;
	color: #333333;
	background: #fff;
	position: relative;
}

* {
	box-sizing: border-box;
	transition: all linear .25s;
}

.all {
	width: 100%;
	background: #f7f7f7;
	position: relative;
}

@media all and (max-width: 750px) {
	.zzc {
		display: none;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, .5);
		z-index: 990;
		transition: none;
	}
}

.all_w {
	width: 1200px;
	margin: 0 auto;
}

.all_w1 {
	width: 1200px;
	margin: 0 auto;
}

@media all and (max-width: 1200px) {
	.all_w {
		width: 100%;
		margin: 0 auto;
	}

	.all_w1 {
		width: 95%;
		margin: 0 auto;
	}
}

.header {
	width: 100%;
}

.header_t {
	width: 100%;
	background: #008d84;
	position: relative;
}

.header_t .wrap {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 90px;
}

.header_t .wrap .logo {
	width: 250px;
}

.header_t .wrap .logo img {
	width: 100%;
}

.header_t .wrap .right {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	align-items: center;
}

.header_t .wrap .globe {
	width: 25px;
	margin-right: 15px;
	cursor: pointer;
}

.header_t .wrap .globe:hover {
	opacity: 0.6;
}

.header_t .wrap .globe img {
	width: 100%;
}

.header_t .wrap .phone {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header_t .wrap .phone .img {
	width: 30px;
}

.header_t .wrap .phone .img:hover {
	opacity: 0.6;
}

.header_t .wrap .phone .img img {
	width: 100%;
}

.header_t .wrap .phone .text {
	width: 100%;
	margin-left: 10px;
}

.header_t .wrap .phone .text p {
	color: #fff;
	font-size: 13px;
	line-height: 25px;
}

.header_t .language {
	width: 100%;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background: #fff;
	z-index: 10000;
	display: none;
	transition: none;
}

.header_t .language .language_wrap {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding: 20px 0 40px;
}

.header_t .language .language_wrap dl {
	margin-top: 20px;
	width: 20%;
}

.header_t .language .language_wrap dl dt {
	color: #333;
	font-size: 16px;
	line-height: 25px;
	font-weight: bold;
}

.header_t .language .language_wrap dl dd {
	font-size: 14px;
	color: #999;
	line-height: 25px;
}

.header_t .language .language_wrap dl dd a {
	color: #999;
}

.header_t .language .language_wrap dl dd a:hover {
	color: #008d84;
}

@media all and (max-width:1200px) {
	.header_t .language .language_wrap {
		width: 95%;
		padding: 0 0 20px
	}
}

@media all and (max-width:750px) {
	.header_t .language .language_wrap dl {
		margin-top: 20px;
		width: 33%;
	}
}

.cd_btn {
	width: 30px;
	display: none;
}

@media all and (max-width:750px) {
	.cd_btn {
		width: 20px;
		height: 21px;
		display: block;
		position: relative;
		margin-top: 5px;
	}

	.cd_btn .line1 {
		position: absolute;
		left: 0;
		top: 0;
		width: 20px;
		height: 1.5px;
		background: #fff;
		transition: all ease .25s;
	}

	.cd_btn .line2 {
		position: absolute;
		left: 0;
		top: 8px;
		width: 20px;
		height: 1.5px;
		background: #fff;
		transition: all ease .25s;
	}

	.cd_btn .line3 {
		position: absolute;
		left: 0;
		top: 16px;
		width: 20px;
		height: 1.5px;
		background: #fff;
		transition: all ease .25s;
	}

	.cd_btn .line1_1 {
		position: absolute;
		left: 0;
		top: 8px;
		width: 20px;
		height: 1.5px;
		background: #fff;
		transform: rotate(45deg);
		transition: all ease .25s;
	}

	.cd_btn .line2_1 {
		width: 20px;
		height: 1.5px;
		background: #fff;
		opacity: 0;
		transition: all ease .25s;
	}

	.cd_btn .line3_1 {
		position: absolute;
		left: 0;
		top: 8px;
		width: 20px;
		height: 1.5px;
		background: #fff;
		transform: rotate(-45deg);
		transition: all ease .25s;
	}
}

.header_nav {
	width: 100%;
	background: #334048;
	position: relative;
}

.header_nav ul {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
}

.header_nav ul li {
	margin: 0 20px;
}

.header_nav ul li>a {
	display: block;
	color: #fff;
	font-size: 18px;
	line-height: 43px;
	border-bottom: 2px solid rgba(0, 0, 0, 0);
	transition: none;
	text-align: center;
}

.header_nav ul li>a:hover {
	font-weight: bold;
	border-bottom: 2px solid #fce041;
}

.header_nav ul .on a {
	font-weight: bold;
	border-bottom: 2px solid #fce041;
}

.header_nav ul li .content {
	width: 100%;
	background: #fff;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	z-index: 999;
	transition: none;
	display: none;
}

.header_nav ul li .content .fashion_c{
	width: 100%;
	height: 300px;
}
.header_nav ul li .content .fashion_c ul li{
	position: relative;
	right: 33%;
	padding: 50px;
}
.header_nav ul li .content .fashion_c ul li a img{
	width: 150px;
	height: 150px;
}
.header_nav ul li .content .fashion_c ul li a h3{
	color: #199690;
}
@media all and (max-width:750px) {
	.header_nav ul li .content {
		display: none !important;
	}
}

.header_nav ul li .content .wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.header_nav ul li .content .wrap .list {
	width: 25%;
	padding: 50px 0;
	padding-right: 50px;
}

.header_nav ul li .content .wrap .list a {
	display: block;
	width: 100%;
	color: #333;
	line-height: 45px;
	border-bottom: 1px dashed #ddd;
	font-size: 16px;
	text-align: center;
}

.header_nav ul li .content .wrap .list a:hover {
	background: #008d84;
	color: #fff;
}

.header_nav ul li .content .wrap .text {
	width: 75%;
	padding: 50px 0;
	padding-left: 50px;
}

.header_nav ul li:nth-child(2) .content .wrap .text .text_it:nth-child(n+2) {
	display: none;
}

.header_nav ul li:nth-child(2) .content .wrap .text .text_item {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.header_nav ul li:nth-child(2) .content .wrap .text .text_item .left {
	width: 52%;
}

.header_nav ul li:nth-child(2) .content .wrap .text .text_item .left dl {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.header_nav ul li:nth-child(2) .content .wrap .text .text_item .left dl dd {
	width: 48%;
	margin-top: 15px;
}

.header_nav ul li:nth-child(2) .content .wrap .text .text_item .left dl dd a {
	color: #333;
	font-size: 16px;
	line-height: 25px;
}

.header_nav ul li:nth-child(2) .content .wrap .text .text_item .left p {
	color: #999;
	font-size: 14px;
	line-height: 25px;
	min-height: 100px;
}

.header_nav ul li:nth-child(2) .content .wrap .text .text_item .left .more {
	width: 150px;
	display: block;
	line-height: 35px;
	color: #333;
	font-size: 14px;
	border: 1px solid #ddd;
	text-align: center;
	margin-top: 20px;
}

.header_nav ul li:nth-child(2) .content .wrap .text .text_item .left .more:hover {
	color: #fff;
	background: #008d84;
	border: 1px solid #008d84;
}

.header_nav ul li:nth-child(2) .content .wrap .text .text_item .left dl dd a:hover {
	color: #008d84;
}

.header_nav ul li:nth-child(2) .content .wrap .text .text_item .right {
	width: 45%;
	overflow: hidden;
}

.header_nav ul li:nth-child(2) .content .wrap .text .text_item .right img {
	width: 100%;
	transition: all .8s ease 0s;
}

.header_nav ul li:nth-child(2) .content .wrap .text .text_item .right img:hover {
	transform: scale(1.1, 1.1);
}
/* 新增加开始 */
.header_nav ul li:nth-child(3) .content .wrap .text .text_it:nth-child(n+2) {
	display: none;
}

.header_nav ul li:nth-child(3) .content .wrap .text .text_item {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.header_nav ul li:nth-child(3) .content .wrap .text .text_item .left {
	width: 52%;
}

.header_nav ul li:nth-child(3) .content .wrap .text .text_item .left dl {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.header_nav ul li:nth-child(3) .content .wrap .text .text_item .left dl dd {
	width: 48%;
	margin-top: 15px;
}

.header_nav ul li:nth-child(3) .content .wrap .text .text_item .left dl dd a {
	color: #333;
	font-size: 16px;
	line-height: 25px;
}

.header_nav ul li:nth-child(3) .content .wrap .text .text_item .left p {
	color: #999;
	font-size: 14px;
	line-height: 25px;
	min-height: 100px;
}

.header_nav ul li:nth-child(3) .content .wrap .text .text_item .left .more {
	width: 150px;
	display: block;
	line-height: 35px;
	color: #333;
	font-size: 14px;
	border: 1px solid #ddd;
	text-align: center;
	margin-top: 20px;
}

.header_nav ul li:nth-child(3) .content .wrap .text .text_item .left .more:hover {
	color: #fff;
	background: #008d84;
	border: 1px solid #008d84;
}

.header_nav ul li:nth-child(3) .content .wrap .text .text_item .left dl dd a:hover {
	color: #008d84;
}

.header_nav ul li:nth-child(3) .content .wrap .text .text_item .right {
	width: 45%;
	overflow: hidden;
}

.header_nav ul li:nth-child(3) .content .wrap .text .text_item .right img {
	width: 100%;
	transition: all .8s ease 0s;
}

.header_nav ul li:nth-child(3) .content .wrap .text .text_item .right img:hover {
	transform: scale(1.1, 1.1);
}
/* 新增加结束 */
.header_nav ul li .content .wrap .text .text_item {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.header_nav ul li .content .wrap .text .text_item .left {
	width: 45%;
	overflow: hidden;
}

.header_nav ul li .content .wrap .text .text_item .left img {
	width: 100%;
	transition: all .8s ease 0s;
}

.header_nav ul li .content .wrap .text .text_item .left img:hover {
	transform: scale(1.1, 1.1);
}

.header_nav ul li .content .wrap .text .text_item .right {
	width: 52%;
}

.header_nav ul li .content .wrap .text .text_item .right p {
	color: #999;
	font-size: 14px;
	line-height: 25px;
	min-height: 100px;
}

.header_nav ul li .content .wrap .text .text_item .right .more {
	width: 150px;
	display: block;
	line-height: 35px;
	color: #333;
	font-size: 14px;
	border: 1px solid #ddd;
	text-align: center;
	margin-top: 20px;
}

.header_nav ul li .content .wrap .text .text_item .right .more:hover {
	color: #fff;
	background: #008d84;
	border: 1px solid #008d84;
}

@media all and (max-width:850px) {
	.header_nav ul li {
		margin: 0 10px;
	}
}

@media all and (max-width:750px) {
	.header {
		height: 55px;
	}

	.header_fixed {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		z-index: 9999;
	}

	.header_t .wrap {
		height: 55px;
	}

	.header_t .wrap .phone {
		margin-right: 15px;
	}

	.header_t .wrap .phone .img {
		width: 25px;
	}

	.header_t .wrap .phone .text {
		display: none;
	}

	.header_t .wrap .logo {
		width: 150px;
	}

	.header_nav {
		position: fixed;
		left: -250px;
		top: 55px;
		width: 250px;
		background: #fff;
		height: 100%;
		transition: all ease .25s;
		z-index: 9999;
	}

	.header_nav1 {
		position: fixed;
		left: 0;
		top: 55px;
		width: 250px;
		background: #fff;
		box-shadow: 0 3px 6px 3px rgba(0, 0, 0, .1);
		height: 100%;
		transition: all ease .25s;
		z-index: 9999;
	}

	.header_nav ul {
		display: block;
	}

	.header_nav ul li a {
		color: #334048;
		line-height: 45px;
	}

	.header_nav ul li dl {
		display: none !important;
	}
}

.footer {
	width: 100%;
}

.footer_link ul li a {
	margin-left: 15px;
	font-size: 12px;
	height: 25px;
	line-height: 25px;
}
.footer_link ul li:first-child{
	color: #333333;
	font-size: 12px;
}
.footer_link ul li a:hover {
	color: crimson;
	text-decoration: underline;
}
.footer_link {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 5px;
}

/*.footer_link p {
	font-size: 13px;
	font-weight: bold;
	color: #c3c3c3;
}*/

.footer_link ul {
	/*margin-top: 15px;*/
}

.footer_link ul li {
	font-size: 12px;
	color: #fefefe;
	float: left;
	margin-right: 4px;
	line-height: 30px;
}

.footer_link ul li a {
	color: #ababab;
}
.footer1 {
	width: 100%;
	padding: 30px 10px 30px;
	background: #008d84;
}

.footer1 ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

/*.footer1 ul li {
    width: 20%;
}*/

.footer1 .list {
	float: left;
	width: 10%;
}

.footer1 .list1 {
	width: 17%;
	margin-right: 20px;
}

.footer1 .list.contact {
	width: 33%;
}
.footer1 .contact dl dd.dd_under a:hover{
	color: #f4a351;
}
.footer1 .wx {
	width: 20%;
}


.footer1 ul li .tit {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	position: relative;
	line-height: 60px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.footer1 ul li .tit a {
	color: #fff;
}

.footer1 ul li .tit:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 30px;
	height: 1px;
	background: #fff;
	font-weight: normal;
}

.footer1 ul li dl {
	margin-top: 15px;
}

.footer1 ul li dl dd {
	line-height: 28px;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #ffffff;
}

.footer1 ul li dl dd a {
	color: #fff;
	font-size: 13px;
}

.footer1 ul li .erweima {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.footer1 ul li .erweima>div {
	width: 48%;
	margin-top: 15px;
}

.footer1 ul li .erweima>div img {
	width: 100%;
}

.footer1 ul li .erweima>div p {
	color: #fff;
	font-size: 12px;
	line-height: 25px;
	text-align: center;
}

.footer2 {
	width: 100%;
	background: #199690;
}

.footer2 p {
	color: #fff;
	font-size: 13px;
	line-height: 15px;
	padding: 10px 0;
	text-align: center;
}

.footer2 p a {
	color: #fff;
}

@media all and (max-width:850px) {
	.footer1 ul li:nth-child(2) {
		display: none;
	}

	.footer1 ul li:nth-child(3) {
		display: none;
	}

	.footer1 ul li {
		width: 30%;
	}
}

@media all and (max-width:480px) {

	.footer1 .list {
		float: left;
		width: 100%;
	}

	.footer1 .list1 {
		width: 170%;
		margin-right: 20px;
	}

	.footer1 .list.contact {
		width: 100%;
	}

	.footer1 .wx {
		width: 100%;
	}

	.footer1 ul li {
		width: 100%;
	}

	.footer1 ul li .erweima>div {
		width: 23%;
	}

	.footer1 ul li .tit {
		text-align: center;
	}

	.footer1 ul li .tit:after {
		left: 50%;
		margin-left: -15px;
	}

	.footer1 ul li dl dd {
		text-align: center;
	}

	.footer1 {
		width: 100%;
		padding: 15px 10px 15px;
		background: #008d84;
	}
}

.mbx_nav {
	width: 100%;
	margin-top: 20px;
}

.mbx_nav .wrap {
	color: #333;
	font-size: 13px;
	text-align: right;
	border-bottom: 1px solid #ddd;
	line-height: 25px;
}

.mbx_nav .wrap a {
	color: #333;
}

.mbx_nav .wrap a:hover {
	color: #008d84;
}

@media all and (max-width:750px) {
	.mbx_nav {
		margin-top: 10px;
	}
}

.header .logo:before {
	display: none !important;
}

.header .logo:after {
	display: none !important;
}

.yd_nav {
	display: none;
}

@media all and (max-width:750px) {
	.yd_nav {
		display: block;
		width: 300px;
		overflow: hidden;
		background: rgb(219, 219, 219);
		position: fixed;
		height: 100%;
		z-index: 9999;
		top: 55px;
		left: -300px;
		transition: all ease .25s;
	}

	.yd_nav1 {
		display: block;
		width: 300px;
		overflow: hidden;
		background: rgb(219, 219, 219);
		position: fixed;
		height: 100%;
		z-index: 9999;
		top: 55px;
		left: 0;
		box-shadow: 0 3px 6px 3px rgba(0, 0, 0, .1);
		transition: all ease .25s;
	}

	.yd_nav dl {
		background: rgb(219, 219, 219);
		padding: 20px;
		width: 100%;
		height: 100%;
		z-index: 9999;
		transition: all ease .25s;
	}

	.fist_nav {
		position: absolute;
		left: 0;
		top: 0;
	}

	.second_nav {
		position: absolute;
		left: 100%;
		top: 0;
	}

	.third_nav {
		position: absolute;
		left: 100%;
		top: 0;
	}

	.yd_nav .second_nav dt {
		color: #333;
		font-size: 16px;
		padding: 10px 0;
		cursor: pointer;
	}

	.yd_nav .second_nav dt span {
		color: #333;
		font-size: 16px;
		font-family: "宋体";
		cursor: pointer;
		width: 30px;
		text-align: center;
	}

	.yd_nav .third_nav dt {
		color: #333;
		font-size: 16px;
		padding: 10px 0;
		cursor: pointer;
	}

	.yd_nav .third_nav dt span {
		color: #333;
		font-size: 16px;
		font-family: "宋体";
		cursor: pointer;
		width: 30px;
		text-align: center;
	}

	.yd_nav dl dd {
		width: 100%;
		padding: 10px 0;
		border-bottom: 1px solid rgba(0, 0, 0, .15);
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.yd_nav dl dd a {
		color: #333;
		font-size: 16px;
	}

	.yd_nav dl dd span {
		display: block;
		color: #333;
		font-size: 16px;
		font-family: "宋体";
		cursor: pointer;
		width: 30px;
		text-align: center;
	}

	.turn_l1 {
		left: -300px;
	}

	.turn_l2 {
		left: 0px;
	}

	.turn_l3 {
		left: -300px;
	}
}

@media all and (max-width:480px) {
	.yd_nav dl {
		padding: 10px;
	}
}


.fixed_right {
	position: fixed;
	right: 0;
	top: 50%;
	margin-top: -75px;
	z-index: 100;
	display: none;
	transition: none;
}

.fixed_right ul {}

.fixed_right ul li {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	background: rgba(0, 0, 0, .5);
	cursor: pointer;
}

.fixed_right ul .phone {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	right: -120px;
	top: 0;
	transition: all ease .25s;
}

.fixed_right ul .phone:hover {
	background: #199690;
	right: 0px;
}

.fixed_right ul .phone .img {
	width: 50px;
	padding: 12.5px;
}

.fixed_right ul .phone .img img {
	width: 100%;
}

.fixed_right ul .phone .phone_t {
	width: 120px;
	color: #fff;
	font-size: 14px;
}

.fixed_right ul .zixun {
	position: absolute;
	top: 55px;
	right: 0px;
	width: 50px;
}

.fixed_right ul .zixun:hover {
	background: #199690;
}

.fixed_right ul .zixun a {
	display: block;
	color: #fff;
	font-size: 14px;
	padding: 5px 0;
}

.fixed_right ul .zixun a p {
	text-align: center;
}

.fixed_right ul .top {
	padding: 12.5px;
	position: absolute;
	top: 110px;
	right: 0px;
	width: 50px;
}

.fixed_right ul .top:hover {
	background: #199690;
}

.fixed_right ul .top img {
	width: 100%;
}

@media all and (max-width:480px) {
	.fixed_right ul .phone {
		display: none;
	}

	.fixed_right ul .zixun {
		display: none;
	}

	.fixed_right {
		position: fixed;
		right: 0;
		top: 70%;
		margin-top: -25px;
		z-index: 100;
		display: none;
		transition: none;
	}
}


