@charset "utf-8";
/* CSS Document */
* {
	padding: 0px;
	margin: 0px;
}

body {
	width: 100%;
	margin: 0px auto;
	position: relative;
	/*min-width:1210px;*/
	max-width: 1920px;
}

html {
	font: 12px Microsoft YaHei, Arial, sans-serif;
}

a {
	text-decoration: none !important;
}

ol,
ul {
	margin: 0px;
}

ul li {
	list-style: none;
}

img {
	border: none;
}

p {
	margin: 0px;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.ell {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.w1200 {
	width: 1200px;
	margin: 0px auto;
}

.w572 {
	width: 572px;
}

.top_nav {
	height: 110px;
}

.top_nav .logo {
	position: relative;
	top: 21px;
}

.top_nav .in-tx {
	width: 197px;
	height: 33px;
	background: white;
	outline: none;
	border: 1px solid #d2d2d2;
	text-indent: 0.5em;
	font-size: 16px;
	box-sizing: border-box;
	border-radius: 2px;
}

.top_nav .in-tx::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #b1b1b1;
}

.top_nav form label {
	position: relative;
	width: 255px;
	display: block;
	height: 33px;
	top: 38px;
}

.top_nav .sub {
	background: #008ce5;
	color: white;
	outline: none;
	border: none;
	height: 33px;
	font-size: 16px;
	width: 60px;
	text-align: center;
	position: absolute;
	right: 0px;
	border-radius: 2px;
}

.banner img {
	display: block;
	width: 100%;
}

.nav .w1200 {
	padding: 0px 30px;
	width: 1140px;
	margin-top: 26px;
	height: 45px;
	position: relative;
	overflow: hidden;
}

.nav ul li {
	float: left;
	color: #00569e;
	font-size: 25px;
	padding-left: 105px;
	position: relative;
}

.nav ul li:first-child {
	padding-left: 0px;
}

.nav ul li .ic2 {
	position: absolute;
	left: 105px;
	top: 45px;
	display: block;
	transition: all 0.5s;
}

.nav ul li:hover .ic2 {
	top: 4px;
	transition: all 0.5s;
}

.nav ul li:hover .ic1 {
	top: -45px;
	position: relative;
	transition: all 0.5s;
}


/*.nav ul li:first-child+li:hover .ic2{
	top:4px;
	transition: all 0.5s;
}
.nav ul li:first-child+li:hover .ic1{
	top:-45px;
	position: relative;
	transition: all 0.5s;
}

.nav ul li:first-child+li+li:hover .ic2{
	top:4px;
	transition: all 0.5s;
}
.nav ul li:first-child+li+li:hover .ic1{
	top:-45px;
	position: relative;
	transition: all 0.5s;
}*/

.nav ul li a {
	color: #00569e;
}

.nav ul li img {
	display: inline-block;
	top: 4px;
	position: relative;
	margin-right: 10px;
	transition: all 0.5s;
}

.nav2 {
	margin-top: 35px;
	margin-bottom: 30px;
}

.nav2 ul li {
	float: left;
	background: #e46a6a;
	width: 379px;
	text-align: center;
	height: 90px;
	line-height: 90px;
	font-size: 34px;
	border-radius: 6px;
	margin-left: 30px;
}

.nav2 ul li:first-child {
	background: #41aec5;
	margin-left: 0px;
}

.nav2 ul li:first-child+li+li {
	background: #6d9ee1;
}

.nav2 ul li a {
	color: white;
	font-weight: bold;
}

.nav2 ul li img {
	margin-right: 18px;
	position: relative;
	top: 12px;
}

.c1 .left {
	width: 584px;
	height: 357px;
	position: relative;
}

.c1 .bcul li{
	width: 100%;
	height:357px;
	position: relative;
	display: block;
	overflow: hidden;
}
.c1 .bcul li img {
	display: block;
	height:100%;
	min-width:100%;
}
.c1 .bcul li p {
	position: absolute;
	bottom: 0px;
	width: 96%;
	padding: 8px 2%;
	color: white;
	font-size: 18px;
	z-index: 1;
}

.c1 .bcul li p a {
	color: white;
	display: block;
	width: 80%;
}

.c1 .bcul li span {
	position: absolute;
	bottom: 0px;
	width: 100%;
	background: url(yy.png) no-repeat center center;
	height: 76px;
	display: block;
	z-index: 0;
}

.c1 .right {
	width: 582px;
}

.c1 .right .tl {
	font-size: 26px;
	color: #c00000;
	font-weight: bold;
}

.c1 .right .tl a {
	color: #c00000;
}

.c1 .right .txt {
	font-size: 14px;
	color: #737373;
	text-indent: 2em;
	margin: 18px 0px;
	display: inline-block;
}

.c1 .right .txt a {
	color: #e80000;
}

.c1 .right ul li {
	color: #4a4a4a;
	font-size: 18px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-bottom: 14px;
	border-bottom: 1px dashed #d8d8d8;
	margin-top: 6px;
	display: block;
}

.c1 .right ul li:before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	background: url(ic.png) no-repeat center;
	margin-right: 15px;
}

.c1 .right ul li a {
	color: #4a4a4a;
}

.c1 .right ul li:hover a {
	color: #004dff;
}

.tlx {
	color: #000000;
	font-size: 26px;
	font-weight: bold;
	padding-left: 18px;
	padding-bottom: 8px;
	border-bottom: 2px solid #007ae1;
	margin-bottom: 30px;
	margin-top: 35px;
}

.tlx a {
	color: #000000;
}

.tlx:before {
	content: "";
	display: inline-block;
	width: 5px;
	height: 22px;
	background: url(icc.png) no-repeat;
	position: relative;
	margin-right: 18px;
	top: 2px;
}

.img-txt {
	height: 155px;
	overflow: hidden;
	margin-bottom: 32px;
	position: relative;
}

.img-txt .left {
	width: 264px;
	height: 155px;
}

.img-txt .left img {
	display: block;
	width: 100%;
	height: 100%;
}

.img-txt .right {
	width: 286px;
}

.img-txt .right .tlb {
	font-size: 18px;
	color: #0042c9;
	font-weight: bold;
	margin-top: 16px;
	line-height: 26px;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	/* 杩欓噷鏄秴鍑哄嚑琛岀渷鐣� */
	overflow: hidden;
}

.img-txt .right .tlb a {
	color: #0042c9;
}

.img-txt .right .txtc {
	font-size: 16px;
	color: #616161;
	margin-top: 11px;
	line-height: 26px;
}

.img-txt .right .txtc a {
	color: #e00000;
}

.ulcb ul li {
	color: #000000;
	font-size: 18px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 16px;
	padding-left: 20px;
	display: block;
}

.ulcb ul li:before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	background: url(ic.png) no-repeat center;
	margin-right: 20px;
}

.ulcb ul li a {
	color: #000000;
}

.ulcb ul li:hover a {
	color: #004dff;
}

.news-c li {
	padding-left: 106px;
	color: #3c3c3c;
	font-size: 18px;
	height: 44px;
	line-height: 44px;
	background: #f3f3f3;
	margin-bottom: 20px;
	padding-right: 30px;
	position: relative;
	margin-left: 15px;
}

.news-c li a {
	color: #3c3c3c;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news-c li:hover a {
	color: #004dff;
}

.news-c li span {
	position: absolute;
	left: -15px;
	top: -7px;
	width: 95px;
	height: 34px;
	background: #007ae1;
	color: white;
	text-align: center;
	font-weight: bold;
	line-height: 34px;
	border-radius: 4px;
}

.news-c li span.red {
	background: #dd5858;
}

.lj {
	padding: 15px 28px;
	background: #f2f8ff;
}

.lj ul li {
	float: left;
	font-size: 16px;
	color: #222222;
	margin-right: 10px;
	padding: 7px 0px;
}

.lj ul li a {
	color: #222222;
	display: inline-block;
	margin-right: 9px;
}

.qd {
	margin-top: 27px;
}

.qd .left {
	width: 858px;
}

.qd .left ul li {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	height: 79px;
	width: 267px;
}

.qd .left ul li img {
	height: 79px;
	width: 100%;
}

.qd .right {
	width: 316px;
	border: 1px solid #d9d9d9;
	padding: 0px 12px;
	background: url(line.png) no-repeat center center;
}

.qd .right ul li {
	color: #000000;
	font-size: 16px;
	float: left;
	height: 57px;
	line-height: 57px;
	width: 147px;
	padding-left: 11px;
}

.qd .right ul li img {
	margin-right: 6px;
	position: relative;
	top: 3px;
}

.footer {
	text-align: center;
	color: #666666;
	font-size: 16px;
	margin-top: 33px;
	border-top: 3px solid #117ddc;
	padding-top: 40px;
	margin-bottom: 60px;
}

.footer p {
	margin-top: 13px;
}

.bn {
	position: absolute;
	right: 2%;
	z-index: 11;
	bottom: 12px;
}

.bn ul li {
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background: white;
	float: left;
	margin-right: 8px;
}

.bn ul li.on {
	background: #ff0000;
}

.show_message {
	position: fixed;
	right: 38px;
	top: 45%;
	text-align: center;
}

.show_message ul {}

.show_message ul li {
	height: 57px;
	line-height: 70px;
	border-bottom: 1px dashed #e6e6e6;
	text-align: center;
}

.show_message ul li:first-child {
	border-top: none;
}

.show_message ul li img {
	transition: all 0.5s;
}

.show_message ul li:hover img {
	transition: all 0.5s;
	transform: scale(1.05);
}

.show_message>img {
	cursor: pointer;
	transition: all 0.5s;
	margin-top: 15px;
}

.show_message>img:hover {
	transition: all 0.5s;
	transform: scale(1.05);
}

.bdshare-button-style1-24 a,
.bdshare-button-style1-24 .bds_more {
	background: none !important;
	float: none !important;
	padding-left: 0px !important;
}
.tlx span {
    float: right;
    font-size: 16px;
    color: #616161;
    cursor: pointer;
    line-height: 45px;
}

.navcopy .w1200 a{
	  width: auto !important; 
    float:none;
    background:none;
     color:#00569e;
}
.nav.navcopy {
    background: url(nav_bg.png) repeat-x top center;
    height:auto;
    line-height:normal;
}
@media only screen and (max-width:1199px) {
	.top_nav {
		height: 75px;
	}
	.w572 {
		width: 48%;
		position: relative;
	}
	.img-txt .left {
		position: absolute;
		left: 0px;
		width: 42%;
		overflow: hidden;
	}
	.img-txt .right {
		width: 54%;
	}
	.img-txt .right .tlb {
		margin-top: 0px;
	}
	.img-txt .left img {
		width: auto;
		display: block;
		margin: 0px auto;
	}
	.top_nav .left {
		width: 70%;
	}
	.top_nav .left img {
		width: 90%;
	}
	.top_nav .right {
		width: 30%;
	}
	.top_nav .w1200 {
		height: 100%;
		display: -webkit-box;
		-webkit-box-align: center;
		-webkit-box-pack: center;
		display: flex;
		align-items: center;
		justify-content: center;
		/*padding: 0px 2%;*/
		position: relative;
		width: 100%;
		max-width: 900px;
	}
	.nav .w1200 {
		/*padding: 0px 2%;*/
		width: 900px;
		padding: 0px;
	}
	.top_nav .logo {
		top: 0px;
	}
	.top_nav form label {
		top: 0px;
	}
	.nav ul li {
		padding-left:4.5%;
	}
	.nav2 ul li {
		width: 31%;
		margin-left: 3.5%;
		height: auto;
		line-height: initial;
		padding: 0.5% 0px 1.5% 0px;
	}
	.c1 .right .txt {
		margin: 3% 0px;
	}
	.c1 .left {
		width: 48.4%;
		height:300px;
	}
	.c1 .bcul li,
	.c1 .bcul li img {
		height:300px;
	}
	.c1 .right {
		width: 48.4%;
	}
	.c1 .right ul li {
		/*    margin-top: 0.1rem;*/
		padding-bottom: 9px;
	}
	.img-txt {
		height: 118px;
		margin-bottom: 18px;
	}
	.img-txt .right .txtc {
		height: 55px;
		overflow: hidden;
	}
	.news-c li {
		margin-bottom: 12px;
	}
	.tlx {
		margin-top: 22px;
	}
	.qd .left {
		width: 60%;
	}
	.qd .left ul li {
		height: auto;
		width: 31.2%;
		margin-right: 2%;
		margin-bottom: 0.1rem;
	}
	.qd .left ul li img {
		display: block;
		height: auto;
	}
	.qd .right {
		width: 37%;
		background-size: 100% 100%;
	}
	.qd .right ul li {
		padding: 0px;
		width: 48%;
		padding-left: 2%;
		height: 36px;
		line-height: 36px;
	}
	.w1200 {
		width: 100%;
		max-width: 900px;
	}
	.ulcb ul li {
		font-size: 16px;
		margin-top:20px;
	}
	.news-c li {
		font-size: 16px;
	}
	.img-txt .right .tlb {
		font-size: 16px;
	}
	.img-txt .right .txtc {
		font-size: 14px;
		line-height: initial;
	}
	.tlx {
		font-size: 24px;
	}
	.lj{
		margin-top:25px;
	}
	.c1 .right .tl {
		font-size: 24px;
	}
	.c1 .right ul li {
		font-size: 16px;
	}
	.c1 .bcul li p {
		font-size: 16px;
	}
	.nav2 ul li {
		font-size: 30px;
	}
	.nav2 ul li img {
		width: 15%;
	}
	.nav ul li{
		font-size:23px;
	}
	.nav ul li:first-child{
		padding-left:2.5%;
	}
	.nav ul li .ic2{
		left:40px;
	}
	.nav ul li:first-child .ic2{
		left:25px !important;
	}
}

@media only screen and (max-width:768px) {
	
}

/*鏂板鏍峰紡2022-6-1*/
.dress-box ul li{
    float: left;
    font-size: 20px;
    color: #ffffff;
    background: url(dress-bg.jpg) no-repeat center center;
    height: 50px;
    line-height: 50px;
    /* padding: 0px 41px; */
    margin: 0px 1%;
    width: 126px;
    margin-top:2%;
    text-align: center;
}
.dress-box ul li a{
	color:#ffffff;
}
.all-dress>.tlx{
	margin-bottom:10px;}
	
	

/* footer */
.foot {text-align: center; font-size: 16px; line-height:34px;padding: 20px 0;border-top:1px solid #999999;margin-top:40px;}
.foot img { margin: 0 15px;}
.foot p { margin-top: 15px;}
.foot a { color: #333;}
.foot a:hover { text-decoration: underline; color: #A71113;}
.n_foot {border-top:1px solid #eee;}
.pages { width: 100%; clear:both; text-align: center; font-size: 18px;}
.pages a { color: #333; background: #eee; padding: 0 10px; line-height:40px; display: inline-block; margin: 0 5px;}
.pages a:hover { background: #333; color: #fff;}
.pages span {padding: 0 15px; line-height:40px; display: inline-block;background:#333333; color: #fff;}
.head .nav1{border-top: 2px solid #A71113;margin: 13px 0 0 0;}
.mbx {height: 62px;border-bottom: 1px solid #ECECEC;line-height: 62px;font-size: 14px;color: #adadad; font-size: 14px;}
.mbx1 {height: 30px;border-bottom: 1px solid #ECECEC;}
.mbx a { color: #333; text-decoration: none;}
.mbx a:hover { color: #A31D1D; text-decoration: underline;}