@charset "utf-8";

/* CSS Document */

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html,
body {
	-webkit-text-size-adjust: none;
	height: 100%;
	position: relative;
}

body,
nav,
dl,
dt,
dd,
p,
h1,
h2,
h3,
h4,
ul,
ol,
li,
input,
button,
select,
textarea {
	margin: 0;
	padding: 0;
}

.dis {
	display: none;
}

.bk {
	display: block;
}

em,
i {
	font-style: normal;
}

body {
	font-family: 'Microsoft YaHei', '微软雅黑', "SimSun", Arial, sans-serif;
	font-size: 16px;
	font-style: normal;
	background-color: #fff;
	color: #666;
	min-width: 1200px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

ul,
ol,
li {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

a {
	text-decoration: none;
	color: #666;
	cursor: pointer;
}

a:hover {
	cursor: pointer;
	text-decoration: none;
}

a:visited {
	color: #666;
}

img {
	vertical-align: middle;
	border: none;
	-ms-interpolation-mode: bicubic;
}

button,
input,
select,
textarea {
	font-size: 100%;
	vertical-align: middle;
	outline: none;
}

textarea {
	resize: none;
}

.wid1200 {
	width: 1200px;
	margin: 0 auto;
}

.wid1070 {
	width: 1070px;
	margin: 0 auto;
}

input::-webkit-input-placeholder {
	color: #a0a0a0;
}

input:-moz-placeholder {
	color: #a0a0a0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {
	width: 100%;
	height: 0px;
	clear: both;
	font-size: 0px;
	line-height: 0px;
	zoom: 1;
	overflow: hidden;
}

.clear:before,
.clear:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.flt {
	float: left;
}

.rt {
	float: right;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.flexed {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.f1 {
	color: #fff;
}

.f2 {
	color: #262626;
}

.f3 {
	color: #e92d2d;
}

.f4 {
	color: #999;
}

.f12 {
	font-size: 12px;
}

.f14 {
	font-size: 14px;
}

.f18 {
	font-size: 18px;
}

.f20 {
	font-size: 20px;
}

.f24 {
	font-size: 24px;
}

.f30 {
	font-size: 30px;
}


/*新闻列表。。。。。。。。。。start*/


/*头部css 开始*/

.news_list_header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	background: #fff;
	padding: 0 60px;
	z-index: 99;
	overflow: hidden;
	min-width: 1200px;
}

.logo {
	width: 150px;
}

.index_nav {
	padding-left: 500px;
}

.index_nav {
	height: 80px;
}

.index-nav-top2 li {
	margin: 10px !important;
}

.index-nav-top2 li .a123 {
	line-height: 60px !important;
}

.index-nav-top2 li .a123:hover {
	color: #e92d2d !important;
}

.index_nav li {
	float: left;
	margin: 0 32px;
	height: 100%;
	position: relative;
}

.index_nav li .a1 {
	padding-top: 5px;
	line-height: 75px;
	display: block;
	font-size: 16px;
}

.index_nav li .line {
	display: block;
	position: absolute;
	width: 0px;
	height: 0px;
	background-color: #e92d2d;
	top: 77px;
	left: 50%;
}

.index_nav li:hover>.a1,
.nav li.on>.a1 {
	color: #e92d2d;
}

.index_nav li.on .line {
	height: 3px !important;
	width: 100% !important;
	left: 0 !important;
}

.phone>div {
	width: 27px;
	height: 27px;
	margin-right: 10px;
	margin-top: 4px;
}

.focus-picture {
	margin-top: 80px;
	width: 100%;
	height: 300px;
	position: relative;
	overflow: hidden;
}

.focus-picture img {
	width: 1920px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -960px;
}


/*头部css 结束*/

.bread {
	justify-content: center;
	-webkit-justify-content: center;
}

.bread>a {
	display: block;
	height: 40px;
	width: 150px;
	line-height: 40px;
	border-radius: 20px;
	margin: 50px 20px;
	background: #f5f5f5;
	color: #333;
	font-size: 16px;
	text-align: center;
}

#dowebok {
	-webkit-animate-duration: 2s; //动画持续时间
	-webkit-animate-delay: 1s; //动画延迟时间
	-webkit-animate-iteration-count: 2; //动画执行次数
}

.bread .active {
	background: #e92d2d;
	color: #fff !important;
}

.breada{
	background: #e92d2d;
}
.bread a:hover {
	background: #e92d2d;
	color: #fff;
}

.newsList {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.newsList ul {
	margin-right: -15px;
	overflow: hidden;
}

.newsList ul li {
	float: left;
	position: relative;
	width: 390px;
	margin-right: 15px;
	margin-bottom: 20px;
}

.newsList ul>li:hover {
	box-shadow: 4px 4px 6px #d4d1d1;
}

.newsList ul li>a {
	display: block;
	position: relative;
	width: 100%;
}

.newsList ul li>a img {
	width: 100%;
	height: auto;
}

.newsTitle {
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 30px;
	overflow: hidden;
	color: #fff;
	line-height: 30px;
	text-align: center;
	padding: 0 20px;
	
}
.newsTitle p{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:1;
	color: #fff;
}
.newsList ul li>div {
	width: 100%;
	padding: 20px;
}

.newsList ul li:hover>div {
	background: #e92d2d;
	color: #fff;
}

.newsList ul li>div p {
	font-size: 14px;
	line-height: 22px;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.publishTime {
	overflow: hidden;
	font-size: 12px;
	padding: 20px 0;
}

.publishTime a {
	float: left;
	padding-right: 20px;
	background: url(../images/detail-pic.png)no-repeat 52px center;
}

.newsList ul>li:hover .publishTime a {
	color: #fff;
	background: url(../images/details_active.png)no-repeat 52px center;
}

.publishTime span {
	float: right;
}


/*分页器css*/

.paging {
	margin: 35px auto;
	padding: 10px 0;
	background: #fff;
	overflow: hidden;
	position: relative;
}

.paging div {
	float: left;
	position: relative;
	left: 50%;
}

.paging ul {
	float: left;
	position: relative;
	left: -50%;
}

.paging li {
	float: left;
	margin: 0 5px;
}

.paging li a {
	display: block;
	padding: 7px 14px;
	background: #f5f5f5;
	border: 1px solid #dcdcdc;
	border-radius: 3px;
	float: left;
	color: #999;
}

.paging li:first-child a,
.paging li:last-child a {
	padding: 7px 10px;
}

.paging li.active a {
	background: #e92d2d !important;
	color: #fff !important;
}

.paging .xiangzuo,
.paging .xiangyou {
	width: 37px;
	height: 37px;
	background: #f5f5f5 url(../images/xiangzuo.jpg)no-repeat center;
	padding: 0 !important;
}

.paging .xiangyou {
	background: #f5f5f5 url(../images/xiangyoujiantou.jpg)no-repeat center !important;
}


/*底部css*/

.footer {
	border-top: 2px solid #e92d2d;
	width: 100%;
	background: #333;
}

.footer_top {
	height: 225px;
	padding: 25px 35px 10px 40px;
	align-items: flex-start;
	-webkit-align-items: flex-start;
}

.footer_top_lt {
	width: 890px;
	align-items: flex-start;
	-webkit-align-items: flex-start;
}

.footer_top_lt dl dt {
	font-size: 16px;
	line-height: 40px;
	color: #fff;
	position: relative;
	margin-bottom: 10px;
}

.footer_top_lt dl dt:before {
	content: "";
	position: absolute;
	left: -13px;
	top: 12px;
	width: 3px;
	height: 18px;
	background-color: #e92d2d;
}

.footer_top_lt dd {
	line-height: 26px;
	color: #7c7c7c;
	font-size: 12px;
}

.footer_top_lt dd .dizhi {
	display: block;
	width: 172px;
	word-break: break-all;
}

.footer_top_lt dd a:hover {
	color: #fff;
}

.footer_top_rt>p {
	margin: 8px auto 5px;
}

.foot_middle,
.foot_bottom {
	font-size: 12px;
	color: #7c7c7c;
	text-align: center;
}

.foot_middle {
	line-height: 45px;
}

.foot_bottom {
	width: 100%;
	min-width: 1200px;
	line-height: 35px;
	background: #262626;
}

.foot_middle a:hover,
.foot_bottom a:hover {
	color: #fff;
}


/*首页轮播css*/


/*右侧联系方式css*/

#follow {
	position: fixed;
	top: 45%;
	right: 20px;
	z-index: 9998;
	width: 50px;
	height: 211px;
	background: #262626;
	border-radius: 23px;
	padding-top: 20px;
}
#follow ul li {
	text-align: center;
	position: relative;
	cursor: pointer;
	padding: 11px 0;
	height: 45px;
}
#follow ul li:hover{
	background: rgba(0, 0, 0, 0.5);
}
/*#follow ul li:first-child{
	border-radius: 5px 5px 0 0;
}*/
.follow_i_new:hover{
	background: rgba(0, 0, 0, 0.5);
	border-radius: 0 0 5px 5px;
}

#follow ul li span {
	background: rgba(0, 0, 0, 0.5);
	padding: 7px;
	position: absolute;
	right: -150px;
	width: 120px;
	height: 50px;
	display: block;
	top: -2px;
	color: #fff;
	font-size: 12px;
	border-radius: 5px;
}
#follow ul li:first-child span{
	padding-top: 15px;
}
#follow ul li span em,
#follow ul li p em {
	position: absolute;
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 10px solid rgba(0, 0, 0, 0.5);
	right: -10px;
	top: 50%;
	margin-top: -5px;
}
#follow ul li p img{
	width: 120px;
	height: 120px;
	margin: 5px auto 7px
}
#follow ul li p {
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	background: rgba(0, 0, 0, 0.5);
	padding: 7px 8px 2px 8px;
	position: absolute;
	right: -280px;
	top: -35px;
	width: 150px;
	height: 160px !important;
	border-radius: 5px;
}

#follow .follow_i {
	text-align: center;
	display: block;
	width: 100%;
	padding:12px 0 6px;
	cursor: pointer;
}


/*联系我们页面CSS*/

.yz-banner-img {
	margin-top: 80px;
	width: 100%;
	height: 300px;
	position: relative;
	overflow: hidden;
}

.yz-banner-t {
	margin-top: 80px;
	width: 100%;
	height: 300px;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}

.yz-banner-img img {
	width: 100%;
	height: 100%;
}

.yz-banner-t em {
	font-size: 24px;
	color: #fff;
	font-family: "微软雅黑";
	display: block;
	text-align: center;
	line-height: 72px;
}

.yz-banner-t h2 {
	font-size: 50px;
	color: #e5e5e5;
	font-family: "Myriad Pro";
	text-align: center;
	line-height: 84px;
}

.yz-lifs {
	width: 1200px;
	height: 565px;
	margin: 0 auto;
	margin-top: 10px;
	overflow: hidden;
}

.yz-lifs-logo {
	width: 1200px;
	height: 254px;
	margin-top: 10px;
	background: url(../images/lx-logbj_05.jpg) no-repeat center;
	text-align: center;
}

.yz-lifs-logo h3 {
	font-size: 36px;
	font-weight: normal;
	color: #eb4242;
	font-family: "微软雅黑";
	line-height: 44px;
	padding-top: 70px;
}

.yz-lifs-logo span {
	font-size: 20px;
	color: #f44f4f;
	font-family: "微软雅黑";
	line-height: 29px;
}

.yz-lifs-logo em {
	display: block;
	font-size: 24px;
	color: #262626;
	font-family: "微软雅黑";
	line-height: 97px;
	padding-top: 14px;
}

.yz-lifs-nav {
	width: 1200px;
	height: 200px;
}

.yz-lifs-nav ul li {
	float: left;
	width: 291px;
	margin-top: 3px;
	margin-right: 12px;
	height: 200px;
	font-size: 16px;
	color: #595959;
	font-family: "微软雅黑";
	line-height: 29px;
}

.yz-lifs-nav ul li:last-child {
	margin-right: 0;
}

.yz-lifs-nav ul li a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	text-align: center;
}

.yz-lifs-nav ul li a:hover {
	background-color: #f44f4f;
}

.yz-lifs-nav ul li a:hover p {
	color: #fff;
}

.yz-lifs-nav ul li a span {
	display: block;
	width: 291px;
	height: 107px;
}

.yz-lifs-nav ul li a p {
	color: #595959;
	line-height: 54px;
	font: 16px "微软雅黑";
	padding-top: 10px;
}

.yz-lifs-nav ul li a p:last-child {
	padding-top: 0;
	translate(100px)
}

.yz-lifs-nav ul li:nth-child(1) a span {
	background: url(../images/yz-lxnva.png) no-repeat center 34px;
	background-size: 40px 70px;
}

.yz-lifs-nav ul li a:hover span {
	animation: myJoveLx 0.8s;
}

@keyframes myJoveLx {
	100% {
		scale(1.03)
	}
}

.yz-lifs-nav ul li:nth-child(1) a:hover span {
	background: url(../images/yz-lxnav1.png) no-repeat center 34px;
	background-size: 40px 70px;
}

.yz-lifs-nav ul li:nth-child(2) a span {
	background: url(../images/yz-lxnav.png) no-repeat center 43px;
	background-size: 84px 54px;
}

.yz-lifs-nav ul li:nth-child(2) a:hover span {
	background: url(../images/yz-nav-you1.png) no-repeat center 43px;
	background-size: 84px 54px;
}

.yz-lifs-nav ul li:nth-child(3) a span {
	background: url(../images/yz-lxnav-qq.png) no-repeat center 38px;
	background-size: 66px 66px;
}

.yz-lifs-nav ul li:nth-child(3) a:hover span {
	background: url(../images/yz-lxnavqq1.png) no-repeat center 38px;
	background-size: 66px 66px;
}

.yz-lifs-nav ul li:nth-child(4) a span {
	background: url(../images/yz-lxnavd.png) no-repeat center 41px;
	background-size: 67px 66px;
}

.yz-lifs-nav ul li:nth-child(4) a:hover span {
	background: url(../images/yz-lanavd-1.png) no-repeat center 41px;
	background-size: 67px 66px;
}

.yz-chche {
	width: 1200px;
	height: 401px;
	margin: 0 auto;
	overflow: hidden;
}

.yz-chche-top {
	width: auto;
	height: 79px;
	background: #f5f5f5 url(../images/chche_18.jpg) no-repeat left top;
}

.yz-chche-top em {
	padding-left: 82px;
	font-size: 24px;
	color: #595959;
	font-family: "微软雅黑";
	line-height: 79px;
}

.yz-chche-topr {
	float: right;
	width: 147px;
	height: 39px;
	margin-top: 21px;
	margin-right: 24px;
	background: url(../images/yz-suo_23.jpg) no-repeat left top;
}

.yz-chche-topr p {
	padding-left: 51px;
	font-size: 20px;
	color: #f44f4f;
	font-family: "微软雅黑";
	line-height: 39px;
}

.yz-chche-bot {
	width: 1199px;
	height: 200px;
	margin-top: 44px;
	border-left: 1px solid #cccccc;
}

.yz-chche-bot ul li {
	width: 398px;
	height: 198px;
	float: left;
	border: 1px solid #cccccc;
	border-left: none;
}

.yz-chche-bot ul li h4 {
	margin-left: 28px;
	margin-top: 11px;
	font-weight: normal;
	font-size: 24px;
	color: #4c4c4c;
	font-family: "微软雅黑";
	line-height: 53px;
}

.yz-chche-bot ul li p {
	margin-left: 28px;
	font-size: 16px;
	color: #666666;
	font-family: "微软雅黑";
	line-height: 48px;
}

.yz-foott-img {
	width: 100%;
	height: 650px;
	position: relative;
	overflow: hidden;
	background: #214369 url(../images/yz-nav2_18.jpg) no-repeat center;
}

.yz-foott-img img {
	width: 100%;
	height: 100%;
	z-index: 1;
}

.yz-font-tlb {
	width: 100%;
	height: 650px;
	position: absolute;
	left: 0;
	top: 0;
}

.yz-tlb-in {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	z-index: 99;
}

.yz-tlb-in .yz-tlb {
	float: right;
	width: 470px;
	height: 562px;
	border-radius: 4px;
	background-color: #FFFFFF;
	margin: 48px 10px 0 0;
	z-index: 99;
	text-align: center;
}

.yz-tlb p {
	font-size: 24px;
	color: #1a1a1a;
	font-family: "微软雅黑";
	line-height: 79px;
}

.yz-tlb input {
	width: 409px;
	height: 44px;
	color: #999999;
	font-size: 16px;
	font-family: "微软雅黑";
	padding-left: 20px;
	line-height: 44px;
	margin-bottom: 20px;
	border-radius: 3px;
	border: none;
	background-color: #f2f2f2;
}

.yz-tlb input:last-child {
	color: #FFFFFF;
	background-color: #eb4242;
	cursor: pointer
}

.yz-tlb input:last-child :hover {}

.yz-tlb textarea {
	width: 409px;
	height: 188px;
	color: #999999;
	font-size: 16px;
	font-family: "微软雅黑";
	padding-left: 20px;
	line-height: 44px;
	margin-bottom: 20px;
	border-radius: 3px;
	border: none;
	background-color: #f2f2f2;
}


/*新闻详情CSS*/

#news-bj {
	background-color: #f5f5f5;
}

.yz-xw-banner1-img {
	margin-top: 80px;
	width: 100%;
	height: 300px;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.yz-xw-banner1-img h2 {
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	font-family: arial;
	font-size: 76.79px;
	font-weight: bold;
	line-height: 300px;
	justify-content: center;
	position: absolute;
	left: 0px;
	top: 0px;
}

.yz-xw-banner1-img h2 span {
	color: #ff0909;
}

.yz-xw-banner1-img img {
	width: 100%;
	height: 100%;
}

.yz-xw-banner-topnav {
	width: 1200px;
	height: 64px;
	margin: 0 auto;
	overflow: hidden;
}

.yz-xw-banner-topnav ul li {
	float: left;
	color: #808080;
	font-size: 12px;
	font-family: "微软雅黑";
	line-height: 64px;
}

.yz-xw-banner-topnav ul li a[target]:hover {
	color: #ff0909;
}

.yz-xw-banner-topnav ul li:last-child {
	font-size: 12px;
	font-family: "微软雅黑";
	line-height: 64px;
}

.yz-xw-mian1 {
	width: 1341px;
	margin: 0 auto;
	background: #FFFFFF;
	height: auto;
	margin-bottom: 19px;
	overflow: hidden;
}

.yz-xw-mian1-in {
	width: 1200px;
	margin: 0 auto;
}

.yz-xw-mian1-in-l {
	float: left;
}

.yz-xw-mian1-in-top {
	width: 824px;
	height: 192px;
	padding-left: 2px;
	overflow: hidden;
	text-align: center;
}

.yz-xw-mian1-in-top-d {
	width: 824px;
	height: 12px;
	border-bottom: 1px dashed #cccccc;
}

.yz-xw-mian1-in-top h3 {
	color: #4c4c4c;
	font-size: 26px;
	font-family: "微软雅黑";
	line-height: 59px;
	margin-top: 50px;
	overflow: hidden;
}

.yz-xw-mian1-in-top em {
	margin-right: 34px;
	padding-left: 22px;
	color: #737373;
	font-size: 16px;
	font-family: "微软雅黑";
	line-height: 47px;
	overflow: hidden;
}

#time-em1 {
	background: url(../images/date_05.jpg) no-repeat left center;
}

#time-em2 {
	background: url(../images/date_07.jpg) no-repeat left center;
}

#time-em3 {
	background: url(../images/date_09.jpg) no-repeat left center;
}

.yz-xw-mian1-in-jianjie {
	width: 826px;
	height: auto;
	overflow: hidden;
	background-color: #eef3f9;
	margin-bottom: 19px;
	overflow: hidden;
}

.yz-xw-mian1-in-jianjie p {
	padding: 31px 30px 20px 43px;
	color: #737373;
	font-size: 14px;
	font-family: "微软雅黑";
	line-height: 21px;
	overflow: hidden;
}

.yz-xw-mian1-in-maint {
	width: 826px;
	height: auto;
	overflow: hidden;
}

.yz-xw-mian1-in-maint p {
	line-height: 27px;
	color: #666666;
	font-size: 14px;
	font-family: "微软雅黑";
}

.yz-xw-mian1-in-maint img {
	padding: 12px 17px 14px 10px;
	overflow: hidden;
}

.yz-xw-mian1-in-maint em {
	line-height: 98px;
	color: #919191;
	font-size: 14px;
	font-family: "微软雅黑";
	padding-left: 25px;
	overflow: hidden;
}

.yz-xw-mian1-in-fenxiang {
	width: 826px;
	height: 97px;
	overflow: hidden;
	margin-top: 50px;
}

.yz-xw-fenxiang-in {
	
	width: 100%;
	height: 97px;
	border-top: 1px dashed #cccccc;
	border-bottom: 1px dashed #cccccc;
	overflow: hidden;
}

.yz-xw-fenxiang-in em {
	display: block;
	float: left;
	line-height: 97px;
	color: #4c4c4c;
	font-size: 14px;
	font-family: "微软雅黑";
	margin-left: 23px;
	margin-right: 10px;
}

.yz-xw-fenxiang-in ul {
	display: block;
	float: left;
}

.yz-xw-fenxiang-in ul li {
	float: left;
	width: 36px;
	height: 97px;
	margin-right: 15px;
}

.yz-xw-fenxiang-in ul li a {
	display: block;
	width: 36px;
	/*height: 97px;*/
	height: 36px;
	border-radius: 100%;
	overflow: hidden;
	background: #d9d9d9;
	margin-top: 31px;
	position: relative;
}
.yz-xw-fenxiang-in ul li a img{
	width: 65%;
	height: 65%;
	transform: translate(-50%,-50%);
	position: absolute;
	top: 50%;
	left: 50%;
}
.yz-xw-fenxiang-in ul li a:hover{
	background: #e92d2d;
}/*
.yz-xw-fenxiang-in ul li:nth-child(1) {
	background: url(../images/news-icon_03.png) no-repeat center;
	background-size:36px 36px ;
}

.yz-xw-fenxiang-in ul li:nth-child(1) :hover {
	background: url(../images/news-icon1_03.jpg) no-repeat center;
}

.yz-xw-fenxiang-in ul li:nth-child(2) {
	background: url(../images/news-icon_05.jpg) no-repeat center;
}

.yz-xw-fenxiang-in ul li:nth-child(2) :hover {
	background: url(../images/news-icon1_05.jpg) no-repeat center;
}

.yz-xw-fenxiang-in ul li:nth-child(3) {
	background: url(../images/news-icon_07.jpg) no-repeat center;
}

.yz-xw-fenxiang-in ul li:nth-child(3) :hover {
	background: url(../images/news-icon1_07.jpg) no-repeat center;
}*/

.yz-xw-fanhui {
	float: right;
	width: 118px;
	height: 97px;
	margin-right: 7px;
	background: url(../images/fanhui_22.jpg) no-repeat left center;
}

.yz-xw-fanhui a {
	display: block;
	color: #fff;
	width: 118px;
	height: 35px;
	border-radius: 17px;
	margin-top: 31px;
	font-size: 10.5px;
	font-family: "微软雅黑";
	line-height: 35px;
	padding-left: 47px;
}

.yz-xw-fenxiang-bot {
	width: 826px;
	height: 135px;
	overflow: hidden;
}

.yz-xw-fenxiang-bot ul li {
	color: #4c4c4c;
	font-size: 12px;
	font-family: "微软雅黑";
	line-height: 35px;
	line-height: 94px;
	float: left;
}
.yz-xw-fenxiang-bot ul li:last-child{
	float: right;
}

.yz-xw-fenxiang-bot ul li a {
	color: #4c4c4c;
	font-size: 12px;
	font-family: "微软雅黑";
	line-height: 94px;
}

.yz-xw-fenxiang-bot ul li a:hover {
	color: red;
}

#yz-xyp {
	float: right;
}

.yz-xw-mian1-in-r {
	float: right;
}

.yz-wzbq {
	width: 319px;
	height: 172px;
	margin-top: 66px;
	margin-right: 2px;
	overflow: hidden;
}

.yz-wzbq h5 {
	width: 321px;
	height: 48px;
	overflow: hidden;
	color: #4c4c4c;
	font-size: 20px;
	font-family: "微软雅黑";
	line-height: 48px;
	background-color: #f8f8f8;
	
	padding-left: 15px;
	position: relative;
}
.yz-wzbq h5:after{
	content: "";
	display: block;
	width: 3px;
	height: 30px;
	background: #e92d2d;
	position: absolute;
	left: 0;
	top: 10px;
}

.yz-bq-a {
	width: 319px;
	min-height: 124px;
	overflow: hidden;
	padding-top: 20px;
}

.yz-bq-a a {
	display: inline-block;
	font-size: 13px;
	height: 35px;
	color: #737373;
	font-family: "微软雅黑";
	line-height: 33px;
	text-align: center;
	padding: 0 18px;
	border: 1px solid #d9d9d9;
	border-radius: 2px;
	margin: 0 10px 3% 1px;
	transition: all 0.3s;
}

.yz-bq-a a:hover p {
	transform: scale(1.1, 1.1);
}

@keyframes textdh {
	50% {
		background-color: rgba(225, 9, 9, 0.5);
	}
}

.yz-bq-a a:hover {
	color: #FFFFFF;
	border: 1px solid #ff0909;
	background-color: #ff0909;
	animation: textdh 0.2s;
}

.yz-rmwz {
	width: 319px;
	height: auto;
	overflow: hidden;
}

.yz-rmwz h5 {
	width: 321px;
	height: 48px;
	overflow: hidden;
	color: #4c4c4c;
	font-size: 20px;
	font-family: "微软雅黑";
	line-height: 48px;
	background-color: #f8f8f8;
	position: relative;
	padding-left: 15px;
	margin-bottom: 18px;
}
.yz-rmwz h5:after{
	content: "";
	display: block;
	width: 3px;
	height: 30px;
	background: #e92d2d;
	position: absolute;
	left: 0;
	top: 10px;
}
.yz-xhal h5:after{
	content: "";
	display: block;
	width: 3px;
	height: 30px;
	background: #e92d2d;
	position: absolute;
	left: 0;
	top: 10px;
}
.yz-rmwz ul li {
	width: 318px;
	height: auto;
	margin-bottom: 14px;
	border-bottom: 1px dashed #e7e7e7;
	overflow: hidden;
}
.yz-rmwz ul li:hover{
	box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
}
.yz-rmwz ul li a {
	display: block;
	text-align: left;
}

.yz-rmwz ul li:last-child {
	border-bottom: none;
}

.yz-rmwz ul li a:hover p {
	color: red;
	text-decoration: underline;
}

.yz-rmwz-l {
	float: left;
	display: inline-block;
	width: 112px;
	height: 73px;
	overflow: hidden;
	margin-top: 4px;
}
.yz-rmwz-l img{
	width: 100%;
	height: 100%;
}
.yz-rmwz-r {
	float: right;
	display: inline-block;
	width: 195px;
	height: 78px;
	padding-top: 5px;
}

.yz-rmwz-r p {
	color: #808080;
	font-size: 16px;
	font-family: "微软雅黑";
	line-height: 23px;
	transition: all 0.2s;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.yz-rmwz-r em {
	display: inline-block;
	padding-left: 21px;
	color: #808080;
	font-size: 12px;
	font-family: "微软雅黑";
	line-height: 24px;
	padding-right: 5px;
}

.yz-rmwz-em1 {
	background: url(../images/yz-chakan_18.jpg) no-repeat left center;
}

.yz-rmwz-em2 {
	float: right;
}

.yz-xhal {
	width: 321px;
	height: 545px;
	overflow: hidden;
}

.yz-xhal h5 {
	width: 321px;
	height: 48px;
	overflow: hidden;
	color: #4c4c4c;
	font-size: 20px;
	font-family: "微软雅黑";
	line-height: 48px;
	background-color: #f8f8f8;
	position: relative;
	padding-left: 15px;
	margin-bottom: 7px;
}

.yz-xhal h5 span {
	float: right;
	padding-right: 11px;
	text-align: right;
	font-size: 14px;
	color: #666666;
	line-height: 48px;
}

.yz-xhal ul {
	margin-left: 4px;
}

.yz-xhal ul li {
	width: 317px;
	height: 245px;
	overflow: hidden;
}

.yz-xhal ul li a {
	display: block;
}

.yz-xhal ul li a:hover img {
	transform: scale(1.02, 1.02);
}

.yz-xhal ul li a:hover p {
	color: red;
	transform: scale(1.05, 1.05);
}

.yz-xhal-img {
	width: 317px;
	height: 198px;
	overflow: hidden;
}
.yz-xhal-img img{
	width: 100%;
	height: 100%;
}
.yz-xhal ul li a p {
	color: #000000;
	font-size: 16px;
	font-family: "微软雅黑";
	line-height: 47px;
	text-align: center;
}

.yz-foot-nav {
	width: 1200px;
	height: 40px;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 66px;
	margin-top: 66px;
}

.yz-foot-nav ul {
	margin-left: 417px;
}

.yz-foot-nav ul li {
	
	float: left;
	margin-right: 7px;
}
.yz-foot-nav li:last-child a{
	width: 55px;
}
.yz-foot-nav li:first-child a{
	width: 55px;
}
.yz-foot-nav li a{
	width: 40px;
	height: 40px;
	display: block;
	color: #b3b3b3 !important;
	font-size: 14px;
	line-height: 40px;
	font-family: "宋体";
	text-align: center;
}
.yz-foot-nav li a:hover{
	background: #e92d2d;
	color: #FFFFFF !important;
}
.yz-foot-nav .active{
	background: #e92d2d;
	
}
.yz-foot-nav .active a{
	color: #FFFFFF !important;
}

.yz-foot-nav ul li a {
	display: block;
	transition: all 0.3s;
}
.yz-foot-nav-bj{
	background: #E6E6E6;
}


.yz-tj-mian {
	width: 1341px;
	height: 341px;
	background: #ffffff;
	overflow: hidden;
	margin: 0 auto;
}

.yz-tj-mian-in {
	width: 1200px;
	margin: 0 auto;
	height: 341px;
	overflow: hidden;
}

.yz-tj-mian-in h3 {
	display: inline;
	line-height: 54px;
	margin-left: 10px;
	font-size: 20px;
	font-family: "微软雅黑";
}

.yz-tj-mian-in ul li {
	float: left;
	width: 286px;
	height: 222px;
	border: 1px solid #d9d9d9;
	margin-right: 17px;
	overflow: hidden;
}

.yz-tj-mian-in ul li:last-child {
	margin-right: 0px;
}

.yz-tj-mian-in ul li a {
	display: block;
}

.yz-tj-mian-in ul li a p {
	text-align: center;
	color: #000000;
	line-height: 43px;
	margin-left: 10px;
	font-size: 16px;
	font-family: "微软雅黑";
}

.yz-tj-mian-in ul li a:hover img {
	transform: scale(1.05, 1.05);
}

.yz-tj-mian-in-img {
	width: 284px;
	height: 177px;
	overflow: hidden;
}

.yz-tj-mian-in-img img {
	width: 100%;
}

.yz-tj-mian-in em {
	float: right;
	text-align: right;
}

.yz-tj-mian-in em a {
	display: block;
	background: url(../images/yz-huan_19.jpg) no-repeat left center;
	margin-top: 18px;
	margin-right: 15px;
	padding-left: 25px;
	font-size: 14px;
	font-family: "微软雅黑";
}


/*案例列表*/

.yz-anli-mian {
	width: 1200px;
	margin: 0 auto;
}

.yz-al-top {
	width: 100%;
	margin: 0 auto;
	height: 288px;
	margin-top: 80px;
	overflow: hidden;
	text-align: center;
}

.yz-al-top h2 {
	line-height: 85px;
	font-size: 30px;
	font-family: "微软雅黑";
	color: #262626;
	margin-top: 80px;
}

.yz-al-top h2 span {
	color: #e92d2d;
	font-size: 46px;
	line-height: 85px;
}

.yz-al-top p {
	line-height: 24px;
	font-size: 20px;
	font-family: "微软雅黑";
	color: #666666;
}

.yz-al-banner {
	width: 100%;
	height: 71px;
	overflow: hidden;
}

.yz-al-banner-in {
	width: 100%;
	height: 37px;
	overflow: hidden;
}

.yz-al-banner-in ul {
	display: inline-block;
	width: 806px;
	height: 37px;
	border-bottom: 1px solid #d9d9d9;
}

.yz-al-banner-in ul li {
	float: left;
	margin-right: 20px;
	height: 37px;
	text-align: center;
}

.ul-li-border {
	border-bottom: 2px solid #e92d2d;
	color: #e92d2d;
}

.yz-al-banner-in ul li a {
	height: 37px;
	display: block;
	font-size: 16px;
	font-family: "微软雅黑";
	color: #404040;
	padding: 0 20px;
}

.yz-al-banner-in ul li a:hover {
	border-bottom: 2px solid #e92d2d;
	color: #e92d2d;
}

.yz-al-banner-in-li1 {
	border-bottom: 2px solid #e92d2d;
	color: #e92d2d !important;
}

.yz-al-banner-inr {
	width: 200px;
	height: 35px;
	overflow: hidden;
	float: right;
	border-bottom: 1px solid #a6a6a6;
	margin-right: 3px;
}

.yz-al-banner-inr input {
	display: block;
	width: 200px;
	height: 35px;
	font-size: 12px;
	line-height: 34px;
	font-family: "微软雅黑";
	color: #a6a6a6;
	padding-left: 14px;
	background: url(../images/yz-als.png) no-repeat right center;
	background-size:18px 18px;
	border: none;
}

.yz-al-img-nav {
	width: 1200px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}

.yz-al-img-nav ul {
	width: 100%;
	height: 306px;
	margin-bottom: 10px;
}

.yz-al-img-nav ul li {
	float: left;
	margin-bottom: 20px;
}

.yz-al-img-nav ul li a {
	display: block;
	width: 393px;
	height: 306px;
	position: relative;
	margin-left: 7px;
	overflow: hidden;
	z-index: 2;
}

.yz-al-img-nav ul li a span {
	display: block;
	width: 100%;
	height: 246px;
	overflow: hidden;
}

.yz-al-img-nav ul li a p {
	font-size: 14px;
	color: #4c4c4c;
	line-height: 24px;
	font-family: "微软雅黑";
	padding-top: 8px;
	padding-left: 10px;
}

.yz-al-img-nav ul li a em {
	font-size: 12px;
	color: #666666;
	line-height: 24px;
	font-family: "微软雅黑";
	padding-left: 10px;
}

.yz-al-img-nav ul li a span img {
	width: 100%;
}

.yz-al-img-nav ul li a:hover span img {
	transform: scale(1.02);
}

.yz-al-img-nav ul li a:hover p {
	color: #fff;
}

.yz-al-img-nav ul li a:hover em {
	color: #b2b2b2;
}

.yz-al-img-nav ul li a:hover div:last-child {
	display: block;
}

.yz-al-img-nav ul li a div:last-child {
	display: none;
}

.yz-al-img-nav ul li a div:last-child p {
	padding-top: 180px;
	font-size: 14px;
	text-align: center;
	color: #fff;
	line-height: 0;
	transition: all 0.5s;
}

.yz-al-img-nav ul li a:hover div:last-child p {
	animation: myJovo 0.3s;
}

@keyframes myJovo {
	0% {
		padding-top: 230px;
	}
	100% {
		padding-top: 180px;
	}
}

.yz-al-img-nav ul li a:hover div {
	background-color: #171717;
}

.yz-al-img-nav-bot {
	width: 100%;
	height: 60px;
}

#yz-al-img-nav-float {
	width: 393px;
	height: 246px;
	background: rgba(0, 0, 0, 0.2) url("../images/yz-touming-bj.png") no-repeat center top !important;
	position: absolute;
	top: 0;
}


/*pc案例详情*/

.yz-pc-mian {
	width: 1300px;
	height: auto;
	margin: 0 auto;
	margin-top: 160px;
	overflow: hidden;
	margin-bottom: 50px;
}

.yz-pc-mian-l {
	height: auto;
	width: 930px;
	float: left;
	display: inline-block;
}

.yz-pc-mian-l img {
	width: 100%;
}

.yz-pc-mian-r {
	float: right;
	width: 370px;
	height: 669px;
	overflow: hidden;
	display: inline-block;
}

.yz-pc-mian-r1 {
	width: 328px;
	height: auto;
	margin-left: 42px;
	overflow: hidden;
}

.yz-pc-mian-r1 h3 {
	font: 22px "微软雅黑";
	color: #e92d2d;
	font-weight: bold;
	margin-bottom: 13px;
}

.yz-pc-mian-r1 em {
	font: 14px "微软雅黑";
	color: #404040;
	line-height: 36px;
	display: block;
}

.yz-pc-mian-r1 em span {
	color: #808080;
}

.yz-pc-mian-r1 p {
	font: 14px "微软雅黑";
	color: #808080;
	line-height: 24px;
	margin-top: 10px;
}

.yz-pc-mian-r1 p span {
	color: #404040;
}

.yz-pc-mian-r1 ul {
	margin-left: 46px;
	margin-top: 35px;
}

.yz-pc-mian-r1 ul li {
	float: left;
}

.yz-pc-mian-r1 ul li a {
	display: block;
	width: 88px;
	height: 29px;
	border: 1px solid #999999;
	font: 14px "微软雅黑";
	color: #808080;
	border-radius: 14px;
	text-align: center;
	line-height: 27px;
	margin-right: 52px;
}

.yz-pc-mian-r1 ul li a:hover {
	border: none;
	background: #e92d2d;
	color: #ffffff;
	line-height: 29px;
}

.yz-pc-mian-r2 {
	height: 95px;
	width: 328px;
	margin-left: 42px;
	overflow: hidden;
}

.yz-pc-mian-r2 h3 {
	font: 14px "微软雅黑";
	color: #404040;
	line-height: 42px;
	margin-top: 13px;
	width: 46px;
	background: url(../images/yz-pc-bq_06.jpg) no-repeat right center;
}

.yz-pc-mian-r2 ul {
	margin-left: 1px;
}

.yz-pc-mian-r2 ul li {
	float: left;
	margin-right: 10px;
}

.yz-pc-mian-r2 ul li a {
	display: block;
	width: 74px;
	height: 26px;
	text-align: center;
	font: 12px "微软雅黑";
	color: #6c6c6c;
	line-height: 24px;
	border: 1px solid #cccccc;
	border-radius: 2px;
}

.yz-pc-mian-r2 ul li:last-child {
	margin-right: 0;
}

.yz-pc-mian-r2 ul li a:hover {
	color: #ffffff;
	line-height: 26px;
	border: none;
	background: #e92d2d;
}

.yz-pc-mian-r3 {
	height: 240px;
	width: 315px;
	overflow: hidden;
	margin-left: 42px;
}

.yz-pc-mian-r3 h2 {
	padding-left: 9px;
	font: 18px "微软雅黑";
	color: #262626;
	line-height: 43px;
	display: inline-block;
	background: url(../images/ewd-bian_10.jpg) no-repeat left center;
}

.yz-pc-mian-r3 span {
	font: 12px "微软雅黑";
	color: #999999;
	line-height: 43px;
	display: inline-block;
	float: right;
}

.slideBox {
	width: 311px;
	height: 197px;
	overflow: hidden;
	position: relative;
}

.slideBox .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 13px;
	bottom: 0px;
	z-index: 1;
}

.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.slideBox .hd ul li {
	float: left;
	margin-right: 2px;
	width: 11px;
	height: 2px;
	line-height: 2px;
	text-align: center;
	background: #fff;
	cursor: pointer;
}

.slideBox .hd ul li.on {
	background: #f00;
	color: #e92d2d;
}

.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}

.slideBox .bd img {
	width: 311px;
	height: 197px;
	display: block;
}

.yz-r-bj {
	width: 311px;
	height: 197px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.2);
	font: 14px "微软雅黑";
	color: #FFFFFF;
	text-align: center;
	line-height: 197px;
	display: none;
}

.yz-r-bj:after {
	content: "爱斯达床垫";
}

.slideBox:hover .yz-r-bj {
	display: block;
}


/*关于我们*/

.yz-gy-banner1-img {
	width: 100%;
	height: 300px;
	margin-top: 80px;
	position: relative;
	overflow: hidden;
}

.yz-gy-banner1-img img {
	width: 100%;
	height: 100%;
}

.yz-gy-banner1-t {
	width: 100%;
	height: 300px;
	position: absolute;
	top: 0px;
	left: 0px;
	text-align: center;
}

.yz-gy-banner1-t p {
	margin-top: 91px;
	font: 24px "微软雅黑";
	color: #FFFFFF;
	line-height: 36px;
}

.yz-gy-banner1-t h2 {
	font: 50px arial;
	color: #FFFFFF;
	line-height: 116px;
}

.yz-gy-banner {
	width: 100%;
	margin: 0 auto;
	height: 624px;
	background-color: #FFFFFF;
	overflow: hidden;
}

.yz-gy-banner1 {
	width: 1200px;
	margin: 0 auto;
	height: 318px;
	overflow: hidden;
	margin-top: 29px;
}

.yz-gy-banner1 h1 {
	font: 30px "微软雅黑";
	color: #1a1a1a;
	line-height: 73px;
	text-align: center;
	position: relative;
}

.yz-gy-banner1 h1:after {
	content: "";
	width: 60px;
	height: 73px;
	border-bottom: 3px solid #727272;
	position: absolute;
	top: 0;
	left: 47.6%;
}

.yz-gy-banner1 h5 {
	font: 15px "微软雅黑";
	color: #1a1a1a;
	line-height: 51px;
	text-align: center;
}

.yz-gy-banner1 p {
	margin-top: 31px;
	text-indent: 2em;
	font: 14px "微软雅黑";
	color: #404040;
	line-height: 32px;
}

.yz-gy-banner2 {
	width: 1200px;
	margin: 0 auto;
	height: 277px;
	overflow: hidden;
}

.yz-gy-banner2 ul {
	margin-left: 51px;
}

.yz-gy-banner2 ul li {
	width: 206px;
	float: left;
	margin-right: 91px;
}

.yz-gy-banner2 ul li p {
	font: 16px "微软雅黑";
	color: #404040;
	line-height: 86px;
	text-align: center;
}

.yz-gy-banner2 ul li:last-child {
	margin-right: 0px;
}

.yz-gy-banner2 ul li img {
	width: 100%;
}

.yz-gy-banner3 {
	width: 100%;
	height: 654px;
	overflow: hidden;
	background: #c2c2c2 url(../images/yz-gy-bot4_17.jpg) no-repeat center;
}

.yz-gy-banner3-in {
	width: 1200px;
	margin: 0 auto;
	height: 654px;
	overflow: hidden;
}

.yz-gy-banner3-intop {
	width: 1200px;
	height: 201px;
	overflow: hidden;
	text-align: center;
}

.yz-gy-banner3-intop h3 {
	margin-top: 39px;
	font: 30px "微软雅黑";
	color: #FFFFFF;
	line-height: 73px;
	position: relative;
}

.yz-gy-banner3-intop h3:after {
	content: "";
	width: 60px;
	height: 73px;
	border-bottom: 3px solid #FFFFFF;
	position: absolute;
	top: 0;
	left: 47.6%;
}

.yz-gy-banner3-intop p {
	font: 15px "微软雅黑";
	color: #FFFFFF;
	line-height: 52px;
}

.yz-gy-banner3-inbot {
	width: 1200px;
	height: 377px;
	overflow: hidden;
}

.yz-gy-banner3-inbot ul li {
	float: left;
	margin-right: 21px;
}

.yz-gy-banner3-inbot ul li a {
	display: block;
	background-color: #FFFFFF;
	width: 283px;
	height: 377px;
	text-align: center;
	position: relative;
	padding-top: 167px;
	color: #737373;
	position: relative;
	transition: all 0.5s;
}

.yz-gy-banner3-inbot ul li a:hover {
	color: #FFFFFF;
	background-color: #e92d2d;
	animation: myMove 0.6s;
}



.yz-gy-banner3-inbot ul li a div {
	width: 133px;
	height: 133px;
	border-radius: 100%;
	position: absolute;
	top: 60px;
	left: 75px;
}

.yz-gy-banner3-inbot ul li:nth-child(1) a div {
	background: url(../images/yz-gy-bot1.png) no-repeat center;
	transition: all 0.5s;
}

.yz-gy-banner3-inbot ul li:nth-child(1) a:hover div {
	background: url(../images/yz-gy-bot1_18_03.jpg) no-repeat center;
}

.yz-gy-banner3-inbot ul li:nth-child(2) a div {
	background: url(../images/yz-gy-bot1_20_03.jpg) no-repeat center;
	transition: all 0.5s;
}

.yz-gy-banner3-inbot ul li:nth-child(2) a:hover div {
	background: url(../images/yz-gy-bot1_20_031.jpg) no-repeat center;
}

.yz-gy-banner3-inbot ul li:nth-child(3) a div {
	background: url(../images/yz-gy-bot1_22_03.jpg) no-repeat center;
	transition: all 0.5s;
}

.yz-gy-banner3-inbot ul li:nth-child(3) a:hover div {
	background: url(../images/yz-gy-bot1_22_031.jpg) no-repeat center;
}

.yz-gy-banner3-inbot ul li:nth-child(4) a div {
	background: url(../images/yz-gy-bot1_24_03.jpg) no-repeat center;
	transition: all 0.5s;
}

.yz-gy-banner3-inbot ul li:nth-child(4) a:hover div {
	background: url(../images/yz-gy-bot1_24_031.jpg) no-repeat center;
}

.yz-gy-banner3-inbot ul li a h4 {
	font: 18px "微软雅黑";
	line-height: 133px;
	position: relative;
}

.yz-gy-banner3-inbot ul li a:hover h4:after {
	border-bottom: 1px solid #FFFFFF;
}

.yz-gy-banner3-inbot ul li a h4:after {
	content: "";
	width: 50px;
	height: 113px;
	border-bottom: 1px solid #737373;
	position: absolute;
	top: 0;
	left: 41.6%;
}

.yz-gy-banner3-inbot ul li a p {
	font: 14px "微软雅黑";
	line-height: 78px;
}

.yz-gy-banner3-inbot ul li:last-child {
	margin-right: 0px;
}

.yz-gy-banner4 {
	width: 100%;
	background-color: #FFFFFF;
	height: 650px;
	overflow: hidden;
}

.yz-gy-banner4-in {
	width: 1200px;
	margin: 0 auto;
	height: 650px;
	overflow: hidden;
}

.yz-gy-banner4-intop {
	width: 1200px;
	height: 229px;
	overflow: hidden;
	text-align: center;
}

.yz-gy-banner4-intop h3 {
	margin-top: 57px;
	font: 30px "微软雅黑";
	color: #1a1a1a;
	line-height: 73px;
	position: relative;
}

.yz-gy-banner4-intop h3:after {
	content: "";
	width: 60px;
	height: 73px;
	border-bottom: 3px solid #1a1a1a;
	position: absolute;
	top: 0;
	left: 47.6%;
}

.yz-gy-banner4-intop p {
	font: 15px "微软雅黑";
	color: #1a1a1a;
	line-height: 52px;
}

.yz-gy-banner4-inbot {
	width: 1200px;
	height: 421px;
	overflow: hidden;
}

.yz-gy-banner4-inbot ul {
	padding-left: 31px;
}

.yz-gy-banner4-inbot ul li {
	float: left;
	margin-right: 57px;
}

.yz-gy-banner4-inbot ul li:last-child {
	margin-right: 0px;
}

.yz-gy-banner4-inbot ul li a {
	display: block;
	background-color: #FFFFFF;
	width: 182px;
	height: 421px;
	position: relative;
	transition: all 0.1s;
	padding-top: 199px;
}

.yz-gy-banner4-inbot ul li a h4 {
	font: 24px "微软雅黑";
	color: #666666;
	line-height: 74px;
	text-align: center;
	position: relative;
}

.yz-gy-banner4-inbot ul li a p {
	font: 12px "微软雅黑";
	line-height: 25px;
	color: #999999;
}

.yz-inbot-div{
	width: 182px;
	height: 199px;
	position: absolute;
	top: 0px;
	left: 0px;
}
/*.yz-inbot-div1{
	width:100%;
	height: 100%;
	background: url(../images/yz-gu-bot6.png) no-repeat center;
}
.yz-inbot-div2{
	width:100%;
	height: 100%;
	background: url(../images/yz-gu-bot2_1.png) no-repeat center;
	transform: translate(-199px 0) rotate(90deg);
}*/

.yz-gy-banner4-inbot ul li a div {
	width: 182px;
	height: 199px;
	position: absolute;
	top: 0px;
	left: 0px;
}

.yz-gy-banner4-inbot ul li a:hover p {
	color: #1A1A1A;
}

.yz-gy-banner4-inbot ul li a:hover h4 {
	color: #1A1A1A;
}

.yz-gy-banner4-inbot ul li:nth-child(1) a div {
	background: url(../images/yz-gu-bot6.png) no-repeat center;
	transition: all 0.3s;
}

.yz-gy-banner4-inbot ul li:nth-child(1) a:hover div {
	background: url(../images/yz-gu-bot2_1.png) no-repeat center;
}

.yz-gy-banner4-inbot ul li:nth-child(2) a div {
	background: url(../images/yz-gu-bot2_31.jpg) no-repeat center;
	transition: all 0.3s;
}

.yz-gy-banner4-inbot ul li:nth-child(2) a:hover div {
	background: url(../images/yz-gu-bot2_2.png) no-repeat center;
}

.yz-gy-banner4-inbot ul li:nth-child(3) a div {
	background: url(../images/yz-gu-bot2_36.jpg) no-repeat center;
	transition: all 0.3s;
}

.yz-gy-banner4-inbot ul li:nth-child(3) a:hover div {
	background: url(../images/yz-gu-bot3.png) no-repeat center;
}

.yz-gy-banner4-inbot ul li:nth-child(4) a div {
	background: url(../images/yz-gu-bot2_38.jpg) no-repeat center;
	transition: all 0.3s;
}

.yz-gy-banner4-inbot ul li:nth-child(4) a:hover div {
	background: url(../images/yz-gu-bot4.png) no-repeat center;
}

.yz-gy-banner4-inbot ul li:nth-child(5) a div {
	background: url(../images/yz-gu-bot2_41.jpg) no-repeat center;
	transition: all 0.3s;
}

.yz-gy-banner4-inbot ul li:nth-child(5) a:hover div {
	background: url(../images/yz-gu-bot5.png) no-repeat center;
}

.yz-gy-banner5 {
	width: 100%;
	height: 687px;
	overflow: hidden;
	background: #ed5757 url(../images/yz-gy-b4_03.jpg) no-repeat center;
}

.yz-gy-banner5-in {
	width: 1200px;
	margin: 0 auto;
	height: 687px;
	position: relative;
}

.slideBox-gy {
	width: 543px;
	height: 300px;
	position: relative;
	border: 1px solid #ddd;
	position: absolute;
	top: 275px;
	left: 150px;
}

.slideBox-gy .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 5px;
	bottom: 5px;
	z-index: 1;
}

.slideBox-gy .hd ul {
	zoom: 1;
	float: left;
}

.slideBox-gy .hd ul li {
	float: left;
	margin-right: 2px;
	width: 15px;
	height: 15px;
	line-height: 14px;
	text-align: center;
	background: rgba(0, 0, 0, 0);
	cursor: pointer;
}

.slideBox-gy .hd ul li.on {
	background: rgba(0, 0, 0, 0);
	color: #fff;
}

.slideBox-gy .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.slideBox-gy .bd li {
	zoom: 1;
	vertical-align: middle;
}

.slideBox-gy .bd img {
	width: 543px;
	height: 300px;
	display: block;
}


/* 下面是前/后按钮代码，如果不需要删除即可 */

.slideBox-gy .prev,
.slideBox-gy .next {
	position: absolute;
	left: 100%;
	top: 50%;
	margin-top: -20px;
	display: block;
	width: 53px;
	height: 41px;
	background: rgba(0, 0, 0, 0.5) url(../images/yz-gy-b5-1_06.png) right 3px no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.slideBox-gy .next {
	left: auto;
	right: 0;
	background-position: left 3px
}

.slideBox-gy .prev:hover,
.slideBox-gy .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.slideBox-gy .prevStop {
	display: none;
}

.slideBox-gy .nextStop {
	display: none;
}

.yz-gy-banner6 {
	width: 100%;
	height: 687px;
	overflow: hidden;
	background: #FFFFFF;
}

.yz-gy-banner6-in {
	width: 1200px;
	margin: 0 auto;
	height: 718px;
	position: relative;
}

.yz-gy-banner6-intop {
	width: 1200px;
	height: 217px;
	overflow: hidden;
	text-align: center;
}

.yz-gy-banner6-intop h3 {
	margin-top: 59px;
	font: 30px "微软雅黑";
	color: #1a1a1a;
	line-height: 73px;
	position: relative;
}

.yz-gy-banner6-intop h3:after {
	content: "";
	width: 60px;
	height: 73px;
	border-bottom: 3px solid #1a1a1a;
	position: absolute;
	top: 0;
	left: 47.6%;
}

.yz-gy-banner6-intop p {
	font: 15px "微软雅黑";
	color: #1a1a1a;
	line-height: 52px;
}

.yz-gy-banner6-inbot {
	width: 1200px;
	height: 421px;
	border: 1px solid #e7e7e7;
	border-bottom: none;
	border-left: none;
	overflow: hidden;
}

.yz-gy-banner6-inbot ul {
	width: 1200px;
	height: 140px;
	border-bottom: 1px solid #e7e7e7;
}

.yz-gy-banner6-inbot ul li {
	width: 239px;
	height: 140px;
	float: left;
	border-left: 1px solid #e7e7e7;
}

.yz-gy-banner6-inbot ul li a {
	display: block;
	position: relative;
	width: 238px;
	height: 139px;
	overflow: hidden;
}

.yz-gy-banner6-inbot ul li a span{
	display: block;
	width: 238px;
	height: 139px;
	transform: translateY(-139px);
	transition: all 0.5s; 
}
.yz-gy-banner6-inbot ul li a>span>img{
	width: 100%;
	height: 100%;
}
.yz-gy-banner6-inbot ul li a:hover span {
	transform: translateY(0);
}
.yz-gy-banner6-inbot ul li a:hover img{
	transform: translateY(0);
}
.yz-gy-banner6-inbot ul li a>img {
	width: 100%;
	height: 100%;
	transform: translateY(-139px);
	transition: all 0.5s; 
}


/*手机案例详情*/

.yz-phone-mian {
	margin-top: 80px;
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	overflow: hidden;
}

.yz-phone-mianin {
	width: 1300px;
	margin: 0 auto;
	height: 100%;
	margin-top: 40px;
}

.yz-phone-mian-l {
	float: left;
	width: 930px;
	height: 100%;
	overflow: hidden;
	margin-bottom:50px;
}

.yz-phone-mian-l img {
	height: 100%;
	width: 100%;
}

.yz-phone-mian-r {
	float: right;
	width: 327px;
	height: 100%;
	margin-bottom: 50px;
}

.yz-phone-mian-r1 h3 {
	font: 22px "微软雅黑";
	color: #e92d2d;
	font-weight: bold;
	margin-bottom: 13px;
}

.yz-phone-mian-r1 em {
	font: 14px "微软雅黑";
	color: #404040;
	line-height: 36px;
	display: block;
}

.yz-phone-mian-r1 em span {
	color: #808080;
}

.yz-phone-mian-r1 p {
	font: 14px "微软雅黑";
	color: #808080;
	line-height: 24px;
	margin-top: 10px;
}

.yz-phone-mian-r1 p span {
	color: #404040;
}

.yz-phone-mian-r1 ul {
	margin-left: 46px;
	margin-top: 16px;
}

.yz-phone-mian-r1 ul li {
	float: left;
}

.yz-phone-mian-r1 ul li a {
	display: block;
	width: 88px;
	height: 29px;
	border: 1px solid #999999;
	font: 14px "微软雅黑";
	color: #808080;
	border-radius: 14px;
	text-align: center;
	line-height: 27px;
	margin-right: 52px;
}

.yz-phone-mian-r1 ul li a:hover {
	border: none;
	background: #e92d2d;
	color: #ffffff;
	line-height: 29px;
}

.yz-phone-erwei {
	width: 127px;
	height: 150px;
	margin: 0 auto;
	text-align: center;
}

.yz-phone-erwei p {
	font: 12px "微软雅黑";
	color: #4c4c4c;
	line-height: 24px;
	display: block;
}

.yz-phone-erwei img {
	width: 100%;
}

.yz-phone-mian-r2 {
	height: 81px;
	width: 327px;
	overflow: hidden;
}

.yz-phone-mian-r2 h3 {
	font: 14px "微软雅黑";
	color: #404040;
	line-height: 45px;
	width: 46px;
	background: url(../images/yz-pc-bq_06.jpg) no-repeat right center;
}

.yz-phone-mian-r2 ul {
	margin-left: 1px;
}

.yz-phone-mian-r2 ul li {
	float: left;
	margin-right: 10px;
}

.yz-phone-mian-r2 ul li a {
	display: block;
	width: auto;
	padding: 0 10px;
	height: 26px;
	text-align: center;
	font: 12px "微软雅黑";
	color: #6c6c6c;
	line-height: 24px;
	border: 1px solid #cccccc;
	border-radius: 2px;
}

.yz-phone-mian-r2 ul li:last-child {
	margin-right: 0;
}

.yz-phone-mian-r2 ul li a:hover {
	color: #ffffff;
	line-height: 26px;
	border: none;
	background: #e92d2d;
	padding: 0 11px;
}

.yz-phone-mian-r3 {
	height: 233px;
	width: 316px;
	margin-left: 5px;
}

.yz-phone-mian-r3 h2 {
	margin-left: -4px;
	padding-left: 9px;
	font: 18px "微软雅黑";
	color: #262626;
	line-height: 43px;
	display: inline-block;
	background: url(../images/ewd-bian_10.jpg) no-repeat left center;
}

.yz-phone-mian-r3 span {
	font: 12px "微软雅黑";
	color: #999999;
	line-height: 43px;
	display: inline-block;
	float: right;
}

.yz-r-bj-bh {
	width: 311px;
	height: 197px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.2);
	font: 14px "微软雅黑";
	color: #FFFFFF;
	text-align: center;
	line-height: 197px;
	display: none;
}

.yz-r-bj-bh:after {
	content: "长沙百货";
}

.slideBox:hover .yz-r-bj-bh {
	display: block;
}


/*产品中心*/

.chanpin-banner {
	width: 100%;
	height: 680px;
	background: #000 url(../images/chanzhongxin_01.gif) no-repeat right top;
	background-size: 100% 100%;
	overflow: hidden;
}

.chanpin-banner-in {
	width: 1200px;
	margin: 0 auto;
	height: 100%;
}

.chanpin-banner-in h3 {
	font-family: "微软雅黑";
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	padding-left: 58px;
	padding-top: 156px;
	line-height: 113px;
	position: relative;
	animation: myChanPin1 1s;
}

@keyframes myChanPin1 {
	0% {
		transform: translate(-500px);
	}
	100% {
		transform: translate(0px);
	}
}

.chanpin-banner-in h3:after {
	display: block;
	content: "";
	width: 45px;
	height: 4px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 58px;
}

.chanpin-banner-in p {
	font-family: "微软雅黑";
	font-size: 16px;
	color: #fff;
	padding-left: 58px;
	padding-top: 25px;
	line-height: 31px;
	animation: myChanPin2 1.3s;
}

@keyframes myChanPin2 {
	0% {
		transform: translate(-700px);
	}
	100% {
		transform: translate(0px);
	}
}

.chanpin-banner-in a {
	display: block;
	width: 214px;
	height: 59px;
	margin: 71px 0 0 54px;
	border-radius: 26px;
	border: 1px solid #fff;
	text-align: center;
	line-height: 57px;
	font-family: "微软雅黑";
	font-size: 16px;
	color: #fff;
	animation: myChanPin3 1s;
}

@keyframes myChanPin3 {
	0% {
		transform: translateY(300px);
	}
	100% {
		transform: translateY(0px);
	}
}

/*.chanpin-banner-in a:hover {
	box-shadow:-0px 8px 8px rgba(255, 255, 255, 0.6) inset,
				0px 0px 8px 8px rgba(255, 255, 255, 0.6) inset;
	border: none !important;
	line-height: 59px;
}*/

.chanpin-banner2 {
	width: 100%;
	height: 680px;
	background: #000 url(../images/chanpin2_02.gif) no-repeat right top;
	background-size: 100% 100%;
	overflow: hidden;
}

.chanpin-banner2-in {
	width: 1200px;
	margin: 0 auto;
	height: 100%;
}

.chanpin-banner2 .chanpin-banner2-in h3 {
	font-family: "微软雅黑";
	font-size: 40px;
	font-weight: bold;
	color: #333;
	padding-left: 696px;
	padding-top: 156px;
	line-height: 113px;
	position: relative;
	animation: myChanPin4 1s;
}

@keyframes myChanPin4 {
	0% {
		transform: translate(500px);
	}
	100% {
		transform: translate(0px);
	}
}

.chanpin-banner2 .chanpin-banner2-in h3:after {
	display: block;
	content: "";
	width: 45px;
	height: 4px;
	background: #333;
	position: absolute;
	bottom: 0;
	left: 696px;
}

.h3after h3:after {
	background: #fff !important;
}

.h3after1 h3:after {
	background: #333 !important;
}

.chanpin-banner2-in p {
	font-family: "微软雅黑";
	font-size: 16px;
	color: #333333;
	padding-left: 696px;
	padding-top: 25px;
	line-height: 31px;
	animation: myChanPin5 1.3s;
}

@keyframes myChanPin5 {
	0% {
		transform: translate(600px);
	}
	100% {
		transform: translate(0px);
	}
}

.chanpin-banner2-in a {
	display: block;
	width: 214px;
	height: 59px;
	margin: 71px 0 0 691px;
	border-radius: 26px;
	border: 1px solid #333;
	text-align: center;
	line-height: 57px;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #333333;
	animation: myChanPin6 1.2s;
}

@keyframes myChanPin6 {
	0% {
		transform: translateY(300px);
	}
	100% {
		transform: translateY(0px);
	}
}

/*.chanpin-banner2-in a:hover {
	box-shadow:-0px 8px 8px rgba(255, 255, 255, 0.6) inset,
				0px 0px 8px 8px rgba(255, 255, 255, 0.6) inset;
	border: none !important;
	line-height: 59px;
}*/


/*首页第一页*/

#swiper1index .swiper-pagination-bullet {
	width: 36px;
	height:3px;
	display: inline-block;
	border-radius: 0;
	opacity: .2;
	background: none;
	background-color: #fff;
}
#swiper1index .swiper-pagination-bullet-active {
	opacity: 1;
	background: #ED1F23;
}

.index-2-main {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.index-main2-top {
	margin-top: 120px;
	width: 100%;
	height: 214px;
}

.index-main2-top h3 {
	text-align: center;
	color: #fff;
	line-height: 43px;
	font-size: 30px;
	font-family: "微软雅黑";
}

.index-main2-top p {
	text-align: center;
	color: #fff;
	line-height: 30px;
	font-size: 16px;
	font-family: "微软雅黑";
}

.index-main2-bottom {
	width: 100%;
}

.index-main2-bottom ul li {
	float: left;
	margin-right: 24px;
	margin-bottom: 26px;
}

.index-main2-bottom ul li:last-child {
	margin-right: 0;
	
}

.index-main2-bottom ul li a {
	padding-top: 21px;
	display: block;
	width: 220px;
	height: 161px;
	position: relative;
	overflow: hidden;
	z-index: 99;
	transition: all 0.5s; 
}
.index-main2-li{
	width: 77px;
	margin: 0 auto;
	height: 77px;
	border-radius: 100%;
	border: 2px solid #fff;
}
.index-main2-img {
	width: 77px;
	margin: 0 auto;
	height: 77px;
	border-radius: 100%;
	border: 2px solid #f64c4c;
}

.index-main2-img img {
	width: 100%;
	
}

.index-main2-bottom ul li{
	background: #fff;
	position: relative;
}
.index-main2-bottom .bjbj1{
	width: 100%;
	height: 0px;
	background: #f64c4c;
	position: absolute;
	top: 50%;
	transition: all 0.5s; 
	
}
.index-main2-bottom ul li:hover .bjbj1{
	height: 100%;
	animation: myIndexBj 1s;
	top:0;
	
}
@keyframes myIndexBj{
	0%{}
	100%{}
}
.index-main2-bottom ul li a:hover p {
	padding-top: 77px;
	color: #fff;
}

.index-main2-bottom ul li a:hover span {
	display: block;
}

.index-main2-bottom ul li a:hover .index-main2-img {
	display: none;
}

.index-main2-bottom ul li a span {
	width: 77px;
	height: 77px;
	display: none;
	position: absolute;
	top: 21px;
	left: 72px;
	transition: all 0.5s; 
}

.index-main2-bottom ul li a span img {
	width: 100%;
}

.index-main2-bottom ul li a p {
	text-align: center;
	color: #f64c4c;
	line-height: 64px;
	font-size: 16px;
	font-family: "微软雅黑";
	transition: color 0.5s;
}

.index-main3-2 {
	width: 1200px;
	margin: 0 auto;
	height: 35px;
	padding: 0 53px 0 58px;
	margin-bottom: 20px;
	margin-top: 120px;
	position: relative;
}

.index-main3-2 span {
	display: block;
	position: absolute;
	top: 0;
	right: 53px;
}

.index-main3-2 span a {
	display: block;
	line-height: 35px;
	color: #4d4d4d;
	font: 16px "微软雅黑";
}

.index-main3-2 span a:hover {
	color: #e92d2d;
}

.index-main3-2 ul li {
	float: left;
	margin-right: 35px;
}

.index-main3-2 ul li a {
	display: block;
	height: 33px;
	line-height: 33px;
	color: #4d4d4d;
	font: 16px "微软雅黑";
	position: relative;
}

.index-main3-2 ul li a:hover {
	color: #e92d2d;
}

.index-main3-2 ul li a:hover .index-main3-2a {
	display: block;
	color: #e92d2d;
}

/*.index3-caes1{
	position: absolute;
	left: 0;
	bottom: -20px;
}*/

/*.index-main3-2a1{
	color: #e92d2d !important;
}*/
.index-main3-2 .activ{
	color: #e92d2d !important;
}
.index-main3-2 .activ:after{
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background: #e92d2d;
	position: absolute;
	bottom: 0;
}
.index-main3-2a {
	display: none;
	width: 100%;
	height: 2px;
	background: #e92d2d;
	position: absolute;
	bottom: 0;
}


/*第三屏幕内容*/

.index-3-main {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
}

.index-main3-top {
	width: 100%;
	height: 72px;
	padding-top: 80px;
	text-align: center;
}

.index-main3-top h3 {
	color: #f64c4c;
	font: 30px "微软雅黑";
	line-height: 43px;
}

.index-main3-top p {
	color: #f64c4c;
	font: 16px "微软雅黑";
	line-height: 29px;
}

.index-main3-3 {
	width: 1100px;
	margin: 0 auto;
	height: 296px;
	position: relative;
	overflow: hidden;
}

.index-main3-3 ul li {
	float: left;
	margin-right: 19px;
	margin-bottom: 19px;
}

.index-main3-3 ul li:last-child {
	margin-right: 0;
}

.index-main3-3 ul li a {
	display: block;
	width: 353px;
	height: 277px;
	overflow: hidden;
	background: #fff;
}

.index-main3-3 ul li a:hover span {
	display: block;
	background: rgba(0, 0, 0, 0.3);
}

.index-main3-3 ul li a:hover .index-main3-in-p {
	background: #000;
}

.index-main3-3 ul li a:hover .index-main3-in-p h4 {
	color: #fff;
	animation: myIndexmain3h 0.6s;
}

/*@keyframes myIndexmain3h {
	0% {
		transform: translate(-400px);
	}
	100% {
		transform: translate(0px);
	}
}*/

.index-main3-3 ul li a:hover .index-main3-in-p p {
	color: #b2b2b2;
	animation: myIndexmain3 0.8s;
}

/*@keyframes myIndexmain3 {
	0% {
		transform: translateY(200px);
	}
	100% {
		transform: translateY(0px);
	}
}*/

.index-main3-in-p {
	width: 100%;
	height: 54px;
}

.index-main3-in-p h4 {
	color: #4c4c4c;
	font: 13.29px "微软雅黑";
	line-height: 21px;
	padding-left: 9px;
	padding-top: 8px;
}

.index-main3-in-p p {
	color: #666;
	font: 11.39px "微软雅黑";
	line-height: 19px;
	padding-left: 9px;
}

.index-main3-in-img {
	width: 100%;
	height: 223px;
	overflow: hidden;
}

.index-main3-in-img img {
	width: 100%;
	height: 100%;
	transition: all 0.6s;
}

.index-main3-3 ul li a:hover .index-main3-in-img img {
	transform: scale(1.1);
}

.index-main3-3 a span {
	display: none;
	width: 353px;
	height: 223px;
	position: absolute;
	top: 0;
	z-index: 2;
}

.index-main3-3 a span img {
	width: 100%;
	height: 100%;
}



.index-main3-3 a span p {
	color: #fff;
	width: 353px;
	padding-top: 205px;
	text-align: center;
	position: absolute;
	top: 0;
	transform: translateY(-45px)
}
.index-main3-3 a:hover span p{
	animation: myIndex4in 0.5s;
}
@keyframes myIndex4in{
	0%{transform: translateY(50px);}
	0%{transform: translateY(0);}
}
/*44444*/

.index-main4 {
	width: 1200px;
	margin: 0 auto;
	height: 100%;
	overflow: hidden;
}

.index-main41 {
	width: 100%;
	height: 299px;
	overflow: hidden;
}

.index-main411 {
	width: 100%;
	height: 209px;
	overflow: hidden;
	text-align: center;
}

.index-main411 h4 {
	padding-top: 76px;
	color: #fff;
	font: 29px "微软雅黑";
	line-height: 42px;
}

.index-main411 p {
	color: #fff;
	font: 26px "微软雅黑";
	line-height: 28px;
}

.index-main42 {
	width: 100%;
	height: auto;
	overflow: hidden;
}


.index-main412 {
	width: 100%;
	height: 36px;
	text-align: center;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.index-main412 ul li {
	float: left;
	margin-right: 69px;
}

.index-main412 ul li:last-child {
	margin-right: 0;
}

.index-main412 ul li a {
	display: block;
	width: 109px;
	height: 36px;
	border-radius: 16px;
	color: #FFFFFF;
	font: 14px "微软雅黑";
	line-height: 36px;
}

.index-main412 .activ {
	background: #e92d2d;
}
.index-main412 li a:hover {
	background: #e92d2d;
}

.index-main412-a {
	background: #e92d2d;
}

.index-main42-in {
	width: 100%;
	height: 397px;
	position: relative;
	overflow: hidden;
	padding-left: 56px;
}

.picScroll-left {
	position: relative;
	width: 100%;
	height: auto;
}

.picScroll-left .hd .next {
	display: block;
	width: 34px;
	height: 34px;
	background: url(../images/a-zuo.png) no-repeat;
	background-size: 34px 34px;
	position: absolute;
	left: -36px;
	top: 180px;
	z-index: 9;
}

.picScroll-left .hd .prev {
	display: block;
	width: 34px;
	height: 34px;
	background: url(../images/a-you.png) no-repeat;
	background-size: 34px 34px;
	position: absolute;
	right: 0;
	top: 180px;
	z-index: 9;
}

.picScroll-left .bd ul li {
	margin: 0 8px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: left;
}

.picScroll-left .bd ul li .pic {
	text-align: center;
	width: 354px;
	height: 257px;
	overflow: hidden;
	position: relative;
}
.picScroll-left .bd ul li .pic p{
	width: 100%;
	height: 27px;
	background: rgba(0, 0, 0, 0.4);
	line-height: 27px;
	color: #fff;
	font-size: 14.47px;
	font-family:"微软雅黑";
	position: absolute;
	bottom: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.picScroll-left .bd ul li .pic img {
	width: 354px;
	height: 257px;
	display: block;
	transition: all 0.6s; 
}
.picScroll-left .bd ul li:hover .pic img {
	transform: scale(1.1);
}
.picScroll-left .bd ul li:hover .pic p {
	animation: myIndex4p 0.4s;
}
/*@keyframes myIndex4p{
	0%{transform: translate(400px)}
	100%{transform: translate(0px)}
}*/
.picScroll-left .bd ul li:hover .title{
	background: #e92d2d;
} 
.picScroll-left .bd ul li:hover .title p{
	color: #fff;
} 
.picScroll-left .bd ul li:hover .title em{
	color: #fff;
} 
.picScroll-left .bd ul li:hover .title em:last-child{
	color: #fff;
} 
.picScroll-left .bd ul li .title {
	width: 354px;
	height: 140px;
	overflow: hidden;
	background: #fff;
	padding: 16px 20px 0 20px;
}
.picScroll-left .bd ul li .title p{
	color: #807e7e;
	font:12.65px "微软雅黑";
	line-height: 20px;
}
.picScroll-left .bd ul li .title  em{
	display: inline-block;
	color: #4b4b4b;
	font:10.85px "微软雅黑";
	margin-top: 30px;
	padding-right: 18px;
	line-height: 20px;
	background: url(../images/detail-pic.png) no-repeat right center;
}
.picScroll-left .bd ul li .title  em:last-child{
	background: none;
	float: right;
	color: #838383;
}
.picList-in{
	display: block;
}
.index-main42-bota {
	display: block;
	width: 125px;
	margin: 0 auto;
	height: 45px;
	margin-top: 85px;
	border-radius: 22px;
	font-size: 14px;
	color: #fff !important;
	line-height: 45px;
	padding-left: 28px;
	background: #e92d2d;
	position: relative;
	transition: all 0.5s;
}
.index-main42-bota:hover{
	width: 143px;
}
.index-main42-bota img {
	width: 19px;
	height: 9px;
	position: absolute;
	top: 19px;
	right: 10px;
}
.section{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.index-main42-bota:hover img {
	animation: myIndex4-botimg 1s infinite;
}

/*@keyframes myIndex4-botimg {
	0% {
		transform: translate(-15px);
	}
	100% {
		transform: translate(10px);
	}
}*/


/*5555555555555555555555555*/

.index-main5 {
	width: 1200px;
	margin: 0 auto;
	height: 100%;
	overflow: hidden;
}

.index-main5-top {
	width: 100%;
	height: 246px;
	text-align: center;
}

.index-main5-top h3 {
	font: 29px "微软雅黑";
	line-height: 42px;
	padding-top: 74px;
	color: #e92d2d;
}

.index-main5-top p {
	font: 16px "微软雅黑";
	line-height: 30px;
	color: #e92d2d;
}

.index-main5-bot {
	z-index: 2;
	height: auto;
	width: 100%;
	padding-left: 40px;
}

.index-main5-bot ul li {
	float: left;
	margin-right: 30px;
	margin-bottom: 29px;
}

.index-main5-bot ul li:last-child {
	margin-right: 0;
}

.index-main5-bot ul li a {
	display: block;
	width: 200px;
	height: 200px;
}

.index-main5-bot ul li a img {
	width: 100%;
	transition: all 0.4s;
}

.index-main5-bot ul li a:hover img {
	transform: scale(1.1);
	box-shadow: 0.1px 0.1px 3px 3px rgba(0, 0, 0, 0.1);
}


/*66666666666666*/

.index-main6 {
	width: 100%;
	margin: 0 auto;
	height: 100%;
	text-align: center;
	position: absolute;
	top: 0;
}

.index-main62 {
	width: 1200px;
	margin: 0 auto;
	height: 119px;
	margin-top: 503px;
	padding: 0 20px 0 30px;
}

.index-main62 ul li {
	float: left;
	margin: 0 29px;
}

.index-main62 ul li a {
	width: 229px;
	height: 119px;
	display: block;
	overflow: hidden;
	background: #3a3a3b;
}

.index-main62 ul li a:hover {
	background: #e93434;
}
.index-main62 ul li a:hover p{
	
}
.index-main62 ul li a p {
	color: #ccc;
	font: 14px "微软雅黑";
	line-height: 60px;
	text-align: center;
}

.index-main62 ul li a img {
	display: block;
	margin: 0 auto;
}

.index-main63 {
	width: 125px;
	margin: 0 auto;
	height: 38px;
	margin-top: 95px;
	background: #e93434 url(../images/a1-qq.png) no-repeat 12px center;
	position: relative;
	background-size: 18px 18px;
	border-radius: 4px;
}

.index-main63 a {
	width: 125px;
	height: 38px;
	color: #fff !important;
	font-family: "微软雅黑";
	font-size: 18px;
	line-height: 38px;
	padding-left: 25px;
}

.index-main63 img {
	width: 33px;
	height: 33px;
	transform: translateX(-50%);
	position: absolute;
	bottom: -23px;
	left: 55%;
	animation: myIndex6img 1.5s infinite;
}

@keyframes myIndex6img {
	0% {
		transform: translateY(0px);
	}
	50% {
		transform: translateY(20px);
	}
	100% {
		transform: translateY(0px)
	}
}


/*背景图*/

.section4 {
	background: url(../images/inde-top2-bj_02.jpg) 50%;
}

.section5 {
	background: url(../images/index-main2-bj_04.jpg) 50%;
}

.section6 {
	background: url(../images/a-index4-bj_02.jpg) 50%;
}

.section7 {
	background: url(../images/a-index5-bj_03.jpg) 50%;
}

.section8 {
	background: url(../images/a-index6-bj_02.jpg) 50%;
}





/*5.2修改*/
#swiper1index{
	width: 101%;
	height: 100%;
	z-index: 1;
}
#swiper1index .swiper-slide{
	width: 100%;
	height: 100%;
	position: relative;
}
#swiper1index img{
	width: 100% ;
	height: 100% ;
}





.index-news-lb{
	width: 100%;
	height: 20px;
	overflow: hidden;
	position: absolute;
	bottom: 140px;
	z-index: 9999;
}
.txtScroll-top1 .bd{
	display: inline-block;
	float: left;
	width: auto;
}
.infoList{
	width: auto !important;
	display: inline-block;
	float: left;
}
.txtScroll-top1{ 
	overflow:hidden; 
	position:absolute;
	left: 50%;
	transform: translateX(-50%); 
	width: auto;
}
.txtScroll-top1 p{
	display: inline-block;
	float: left;
	font-size: 14px;
	line-height: 20px;
	color: #e92d2d;
}
.txtScroll-top1 p:last-child{
	
}
.txtScroll-top1 p a{
	font-size: 14px;
	line-height: 20px;
	color: #e92d2d;
	display: inline-block;
	float: left;
	padding-left: 5px;
}

.txtScroll-top1 .bd a{
	font-size: 14px;
	line-height: 20px;
	color: #fff;
}




.clear{
	clear: both;
}
.footer a{
	transition: all 0.3s;
}
.footer a:hover{
	color: #fff;
}
.nres-list-navTop{
	background-color: #e92d2d !important;
	color: #FFFFFF !important;
}



















