﻿.container-fluid {
	max-width: 1400px !important;
}

.overflow {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.tr3 {
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.tr4 {
	transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	-webkit-transition: all 0.4s;
}
.tr5 {
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s
}
.tr6 {
	transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	-webkit-transition: all 0.6s
}
.tr8 {
	transition: all 0.8s;
	-moz-transition: all 0.8s;
	-ms-transition: all 0.8s;
	-o-transition: all 0.8s;
	-webkit-transition: all 0.8s
}
.sizeCover {
	background-position: 50% 50%;
	background-size: cover;
}
.clearfix:before, .clearfix:after {
	display: table;
	content: '';
}
.clearfix:after {
	clear: both;
}
.clearfix {
*zoom:1;
}
.vertical_center {
	display: table-cell;
	vertical-align: middle;
}

header .logo {
	background: url(../images/j1.jpg) repeat;
	/*max-height: 124px;*/
	overflow: hidden;
	padding: 10px 0;
}
header .logo .txt {
	background: url(../images/tu1.png)no-repeat left 13px;
	padding-left: 42px;
	margin-top: 32px;
}
header .logo .txt h4 {
	color: #7D0504;
	font-size: 27px;
	font-family: 'Arial';
	line-height: 30px;
	font-weight: bold;
}
header .logo .txt span {
	color: #353535;
	font-size: 13px;
	line-height: 22px;
	font-weight: 400;
}
header .logo .img2 {
	margin-top: 8.5px;
}
/*pc导航*/
header nav {
	background: #fff;
	position: relative;
	border-top: 1px solid #eeeeee;
	box-shadow: 0 1px 5px rgba(0,0,0,0.1);
	z-index: 10;
}
header nav ul {
}
header nav ul li {
	position: relative;
	float: left;
	width: 12.5%;
	text-align: center;
}
header nav ul li > a {
	position: relative;
	text-align: center;
	line-height: 55px;
	display: block;
	color: #000000;
	font-size: 15px;
	width: 100%;
	background: #fff;
}
header nav ul li > a:before {
	content: "";
	width: 1px;
	height: 100%;
	background: #eeeeee;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
}
header nav ul li:last-of-type > a:after {
	content: "";
	width: 1px;
	height: 100%;
	background: #eeeeee;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
}
header nav ul li .ul {
	position: absolute;
	display: none;
	padding: inherit;
	padding-top: 0px;
	left: 0;
	top: 100%;
	z-index: 100;
	width: 100%;
}
header nav ul li .ul .li {
	float: none;
	position: relative;
	width: 100%;
	font-size: 14px;
	background: rgba(255,255,255,0.9);
	line-height: 46px;
	height: 46px;
	overflow: hidden;
	padding: 0 5px;
	color: #000000;
	border-top: 1px solid rgba(0,0,0,0.1);
}
header nav ul li:hover > a {
	color: #fff;
	background: #7D0504;
}
header nav ul li.active > a {
	color: #fff;
	background: #7D0504;
}
header nav ul li .ul .li:hover {
	background: #7D0504;
	color: #fff;
}
/*移动导航*/
header .sjdnav {
	display: none;
	width: 140px;
	height: auto;
	position: absolute;
	right: 0;
	top: 98px;
	z-index: 2000;
}
header .sjdnav ul {
	padding: 0;
	margin: 0;
}
header .sjdnav li {
	width: 100%;
	background: rgba(0,0,0,0.55);
	text-align: center;
	font-size: 15px;
	line-height: 40px;
	border-bottom: 1px solid rgba(255,255,255,0.2)
}
header .sjdnav li a {
	display: block;
	color: #fff;
}
header .sjdnav li a:hover {
	background: #7D0504;
}
header .ydd_btn {
	width: 40px;
	cursor: pointer;
	position: absolute;
	z-index: 2000;
	top: 41px;
	right: 15px;
}
header .ydd_btn span {
	display: block;
	width: 100%;
	height: 4px;
	background: #7D0504;
}
header .ydd_btn span.span02 {
	margin: 4px 0;
}
header .ydd_btn.click {
	background: none;
}
header .ydd_btn.click span {
	background: #7D0504;
}
header .ydd_btn.click span.span01 {
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	position: relative;
	top: 8px;
	margin-top: 0px;
}
header .ydd_btn.click span.span02 {
	margin: 4px 0;
}
header .ydd_btn.click span.span03 {
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	position: relative;
	top: -8px;
	margin-top: 0px;
}
header .ydd_btn.click span.span02 {
	width: 0;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
.mainbottom {
	padding-bottom: 30px;
}


.title {
	text-align: center;
	font-size: 0;
	margin: 30px 0 30px 0;
}
.title .txt {
	display: inline-block;
	position: relative;
}
.title .txt:after {
	content: "";
	width: 31px;
	height: 32px;
	position: absolute;
	left: -50px;
	;
	bottom: 7px;
	background: url(../images/j2.png)no-repeat center center/contain;
}
.title .txt:before {
	content: "";
	width: 31px;
	height: 32px;
	position: absolute;
	right: -50px;
	bottom: 7px;
	background: url(../images/j3.png)no-repeat center center/contain;
}
.title .txt h5 {
	color: #222222;
	font-size: 12px;
	font-family: 'Arial';
	text-transform: uppercase;
	margin-top: 8px;
	line-height: 14px;
}
.title .txt h4 {
	color: #000000;
	font-size: 28px;
	font-weight: bold;
}
.title .txt h4 span {
	color: #333;
}
.title .tt {
	color: #888888;
	font-size: 13px;
	line-height: 20px;
	margin-top: 10px;
}


.main2 .img {
	width: 44%;
	float: left;
	position: relative;
}
.main2 .img img {
	height: 307px;
}
.main2 .img .img1 {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: calc(100% - 26px);
	z-index: 5;
}
.main2 .img .img2 {
	margin: 21px 0 0 26px;
	position: relative;
	z-index: 10;
}
.main2 .ttbox {
	width: 56%;
	float: left;
	padding-left: 28px;
	overflow: hidden;
}
.main2 .ttbox .tt {
	text-align: left;
	font-size: 0;
	margin-top: 21px;
	position: relative;
}
.main2 .ttbox .tt .tt1 {
	display: inline-block;
	color: #151515;
	font-size: 20px;
	font-weight: bold;
	position: relative;
	line-height: 25px;
}
.main2 .ttbox .tt .tt1:before {
	content: "";
	width: 700px;
	height: 1px;
	background: #e4d5d8;
	position: absolute;
	left: 103%;
	top: 0;
	bottom: 0;
	margin: auto 0;
	z-index: 5;
}
.main2 .ttbox .tt .tt2 {
	width: 72px;
	line-height: 25px;
	background: #7D0504;
	text-align: center;
	font-size: 12px;
	color: aliceblue;
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 18px;
	z-index: 10;
}
.main2 .ttbox .tt .tt2:hover {
	
}
.main2 .ttbox .tt3 {
	font-size: 14px;
	line-height: 25px;
	color: #555555;
	max-height: 125px;
	overflow: hidden;
	margin: 10px 0;
}
.main2 .ttbox .lb3 .list {
	background: #fff;
	padding: 3px;
	display: block;
}

img {
    max-width: 100%;
}

.main2 .img .img2:hover .sizeCover, .main2 .ttbox .lb3 .list:hover .sizeCover, .news_con .zhang .imgbox .list:hover .img .sizeCover, .main6 .lb5 .list:hover .img .tr3, .main5 .lb4 .list:hover .img .sizeCover, .nyxw .list:hover .img .sizeCover {
	transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	cursor: pointer;
}



.main1 .lb2 .container-fluid {
	max-width: 1400px !important
}
.main1 .lb2 .list {
	display: block;
	position: relative;
	background: #fff;
	padding: 40px 20px;
	border: 1px solid #e9e9e9;
	margin: 5px 10px 15px 10px;
	box-shadow: 0 6px 11px rgba(0,0,0,0.2);
	border-radius: 8px;
}
.main1 .lb2 .list .img {
	border-radius: 100%;
	overflow: hidden;
	width: 124px;
	height: 124px;
	background: #8adb24 url(../images/f5.png)no-repeat center center;
	position: relative;
	margin: 0 auto;
}
.main1 .lb2 .list .tt {
	text-align: center;
	padding: 10px 0 18px 0;
	position: relative;
}
.main1 .lb2 .list .tt:before {
	content: "";
	width: 26px;
	height: 1px;
	background: #000000;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
}
.main1 .lb2 .list .tt .tt1 {
	font-size: 19px;
	color: #000000;
	font-weight: bold;
	line-height: 48px;
}
.main1 .lb2 .list .tt .tt2 {
	font-size: 13px;
	color: #666666;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
}
/*.main1 .lb2 .swiper-slide:nth-child(1) .list .img {
	background: #59baff url(../images/f1.png)no-repeat center center;
}
.main1 .lb2 .swiper-slide:nth-child(2) .list .img {
	background: #fe7eac url(../images/f2.png)no-repeat center center;
}
.main1 .lb2 .swiper-slide:nth-child(3) .list .img {
	background: #ff5e5c url(../images/f3.png)no-repeat center center;
}
.main1 .lb2 .swiper-slide:nth-child(4) .list .img {
	background: #ffbc54 url(../images/f4.png)no-repeat center center;
}
.main1 .lb2 .swiper-slide:nth-child(5) .list .img {
	background: #8adb24 url(../images/f5.png)no-repeat center center;
}*/

.main1 .lb2 .swiper-slide:nth-child(1) .list .img {
	background:  url(../images/f1.png)no-repeat center center;
}
.main1 .lb2 .swiper-slide:nth-child(2) .list .img {
	background:  url(../images/f2.png)no-repeat center center;
}
.main1 .lb2 .swiper-slide:nth-child(3) .list .img {
	background:  url(../images/f3.png)no-repeat center center;
}
.main1 .lb2 .swiper-slide:nth-child(4) .list .img {
	background:  url(../images/f4.png)no-repeat center center;
}
.main1 .lb2 .swiper-slide:nth-child(5) .list .img {
	background:  url(../images/f5.png)no-repeat center center;
}
.main1 .lb2 .swiper-slide:nth-child(6) .list .img {
	background:  url(../images/f6.png)no-repeat center center;
}
.main1 .lb2 .swiper-slide:nth-child(7) .list .img {
	background:  url(../images/f7.png)no-repeat center center;
}

.main1 .lb2 .list:hover .img {
	transform: rotate(360deg);
}

.swiper-container333 {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}



.main6 .lb5 .swiper-button-prev, .main6 .lb5 .swiper-button-next {
	background: #7D0504 url(../images/tu14.png)no-repeat center center;
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	font-size: 22px;
	color: #1a83ff;
	margin-top: -24px;
	transition: all 0.3s;
	opacity: 0.7;
}
.main6 .lb5 .swiper-button-next {
	background: #7D0504 url(../images/tu15.png)no-repeat center center;
}
.main6 .lb5 .list {
	display: block;
	padding: 10px;
	border: 1px solid #e5dfdc;
	background: #fff;
	padding-bottom: 0;
	background: #fff;
}
.main6 .lb5 .list .tt {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	line-height: 54px;
	text-align: center;
	padding: 0 7px;
}
.main6 .lb5 .list:hover {
	background: #7D0504;
	border-color: #7D0504;
}
.main6 .lb5 .list:hover .tt {
	color: #fff;
}


.news_con .zhang .imgbox {
	width: 50%;
	float: left;
}
.news_con .zhang .imgbox .list {
	display: block;
	padding-bottom: 24px;
	border-bottom: 1px dashed #bbbbbb;
	margin-bottom: 24px;
}
.news_con .zhang .imgbox .list .img {
	width: 250px;
	float: left;
}
.news_con .zhang .imgbox .list:hover .txt h4 {
	color: #7D0504;
}
.news_con .zhang .imgbox .list .txt {
	width: calc(100% - 250px);
	float: left;
	padding-left: 25px;
	padding-right:15px;
}
.news_con .zhang .imgbox .list .txt h4 {
	color: #000000;
	font-size: 18px;
	font-weight: bold;
	line-height: 26px;
}
.news_con .zhang .imgbox .list .txt h5 {
	color: #6a6a6a;
	font-size: 12px;
	margin: 10px 0;
}
.news_con .zhang .imgbox .list .txt .tt {
	color: #333;
	line-height: 24px;
	height: 72px;
	overflow: hidden;
}
.news_con .zhang .imgbox ul {
	font-size: 0;
	text-align: center;
	margin: 0 -3px;
}
.news_con .zhang .imgbox ul li {
	width: calc(33.33% - 6px);
	line-height: 44px;
	background: #fff;
	text-align: center;
	color: #000000;
	font-size: 14px;
	display: inline-block;
	border: 1px solid #dddddd;
	margin: 0 3px;
}
.news_con .zhang .imgbox ul li:hover {
	background: #7D0504;
	border-color: #7D0504;
	color: aliceblue;
}
.news_con .zhang .imgbox ul li.active {
	background: #7D0504;
	border-color: #7D0504;
	color: aliceblue;
}
.news_con .zhang .txtbox {
	width: 50%;
	float: left;
	padding-left: 30px;
	height: 418px;
	overflow: hidden;
}
.news_con .zhang .txtbox .list {
	position: relative;
}
.news_con .zhang .txtbox .list h4 {
	color: #353535;
	line-height: 48px;
	padding: 0 70px 0 25px;
	position: relative;
	font-size: 14px;
	cursor: pointer;
}
.news_con .zhang .txtbox .list h4:before {
	content: "+";
	color: #7D0504;
	font-size: 22px;
	font-weight: bold;
	line-height: 48px;
	position: absolute;
	right: 25px;
	top: 0;
}
.news_con .zhang .txtbox .list .list2 {
	border-bottom: 1px dashed #bbbbbb;
	padding: 0 25px;
	padding-bottom: 0;
	margin-bottom: 0;
	height: 0;
	display: block;
	overflow: hidden;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	opacity: 0;
}
.news_con .zhang .txtbox .list .list2 h5 {
	color: #353535;
	font-size: 17px;
	line-height: 26px;
	height: 52px;
	overflow: hidden;
	margin: 15px 0 11px 0;
}
.news_con .zhang .txtbox .list .list2 .txt {
	color: #909090;
	font-size: 14px;
	line-height: 25px;
	height: 75px;
	overflow: hidden;
}
.news_con .zhang .txtbox .list.active h4 {
	color: #fff;
	background: #7D0504;
}
.news_con .zhang .txtbox .list.active h4:before {
	content: "-";
	color: #fff;
}
.news_con .zhang .txtbox .list.active .list2 {
	display: block;
	height: 174px;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	opacity: 1;
	padding-bottom: 16px;
	margin-bottom: 10px;
}

.main7 .zhang .ttbox {
	width: 46%;
	float: left;
}
.main7 .zhang .ttbox div:nth-child(1) {
	line-height: 24px;
	max-height: 72px;
	overflow: hidden;
	color: #333333;
}
.main7 .zhang .ttbox div:nth-child(2) {
	line-height: 26px;
	max-height: 130px;
	overflow: hidden;
	margin: 15px 0 10px 0;
}
.main7 .zhang .ttbox .gd {
	display: block;
	width: 128px;
	line-height: 40px;
	color: aliceblue;
	font-size: 12px;
	text-align: center;
	background: #333333;
	transition: all 0.3s;
}
.main7 .zhang .ttbox .gd:hover {
	background: #7D0504;
	color: aliceblue;
	transition: all 0.3s;
}
.main7 .zhang .form {
	width: 54%;
	float: left;
	padding-left: 30px;
}
.main7 .zhang .form form input {
	width: 100%;
	line-height: 39px;
	height: 41px;
	border: 1px solid #aeaeae;
	padding: 0 15px;
	background: fixed;
	margin-bottom: 10px;
}
.main7 .zhang .form form input:nth-child(1), .main7 .zhang .form form input:nth-child(2) {
	width: calc(50% - 5px);
	float: left;
}
.main7 .zhang .form form input:nth-child(2) {
	margin-left: 10px;
}
.main7 .zhang .form form textarea {
	min-width: 100%;
	max-width: 100%;
	line-height: 26px;
	height: 116px;
	border: 1px solid #aeaeae;
	padding: 9px 15px;
	background: fixed;
	margin-bottom: 9px;
}
.main7 .zhang .form form button {
	width: 100%;
	border: 0;
	line-height: 40px;
	background: #7D0504;
	text-align: center;
	color: aliceblue;
	transition: all 0.3s;
}
.main7 .zhang .form form button:hover {
	opacity: 0.88;
	transition: all 0.3s;
}


@media (max-width:767px) {

.diy_top_wrap_wk{ display:none;} 
 
header .ydd_btn {
	top: 38px;
}
header .sjdnav {
	top: 90px;
}
header .logo .img img {
	height: 75px;
}


.main2 .ttbox .tt .tt2 {
	display: none;
}
.main2 .img {
	width: 100%;
	float: none;
	padding: 0;
	margin-top: -8px;
}
.main2 .img .img2 {
	margin: 0;
	padding-left: 15px;
	padding-top: 15px;
}
.main2 .img img {
	height: auto;
}
.main2 .ttbox {
	width: 100%;
	float: none;
	padding: 0;
	margin-top: 10px;
}


.main1 .lb2 .list {
	padding: 20px 15px;
	box-shadow: 0 0 0 #fff;
	border-radius: 8px;
	margin: 1px;
}
.main1 .lb2 .list .tt {
	padding: 0;
	padding-top: 5px;
	padding-bottom: 11px;
}
.main1 .lb2 .list .tt .tt1 {
	font-size: 16px;
	line-height: 36px;
}

.main6 .lb5 .list .tt {
	font-size: 15px;
	font-weight: 400;
	line-height: 24px;
	height:48px;
}

.mainbottom {
	padding-bottom: 15px;
}

.main7 .zhang .ttbox {
	width: 100%;
	float: none;
}
.main7 .zhang .form {
	width: 100%;
	float: none;
	padding: 0;
	margin-top: 25px;
}
.main7 .zhang .form form input {
	line-height: 36px;
	height: 38px;
}
.news_con .zhang .imgbox {
	width: 100%;
	float: none;
}
.news_con .zhang .txtbox {
	width: 100%;
	float: none;
	padding: 0;
	margin-top: 30px;
}

.news_con .zhang .imgbox .list {
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.news_con .zhang .imgbox .list .img {
	width: 130px;
}
.news_con .zhang .imgbox .list .img img {
	height: 100px;
}
.news_con .zhang .imgbox .list .txt {
	width: calc(100% - 130px);
	padding-left: 20px;
}
.news_con .zhang .imgbox .list .txt h4 {
	font-size: 15px;
	font-weight: 400;
	line-height: 20px;
	margin-top: 5px;
}
.news_con .zhang .imgbox .list .txt h5 {
	font-size: 11px;
	margin: 7px 0;
}
.news_con .zhang .imgbox .list .txt .tt {
	line-height: 22px;
	height: 44px;
}
.news_con .zhang .imgbox ul li {
	line-height: 34px;
}
.news_con .zhang .txtbox {
	padding-left: 0;
	height: 350px;
	margin-top: 13px;
}
.news_con .zhang .txtbox .list h4 {
	line-height: 40px;
	padding: 0 60px 0 20px;
}
.news_con .zhang .txtbox .list h4:before {
	font-size: 20px;
	line-height: 40px;
	right: 20px;
}
.news_con .zhang .txtbox .list .list2 {
	padding: 0 20px;
}
.news_con .zhang .txtbox .list .list2 h5 {
	font-size: 15px;
	line-height: 22px;
	height: 44px;
	margin: 10px 0 8px 0;
}
.news_con .zhang .txtbox .list .list2 .txt {
	font-size: 14px;
	line-height: 22px;
	height: 66px;
}
.news_con .zhang .txtbox .list.active .list2 {
	height: 145px;
}


}

 @media (max-width:600px) {
header .logo {
	padding: 22px 0 20px 0
}
header .logo .img img {
	height: 75px;
}
header .ydd_btn {
	top: 55px;
}
header .sjdnav {
	top: 79px;
}
}