
/*banner*/


.fullSlide {
	width: 100%;
	position: relative;
	height: 760px;
	background: #fff;
	overflow: hidden;
	top: -80px;
}
.fullSlide .bd {
	width: 100%;
	height: 760px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.fullSlide .bd ul {
	width: 100% !important;
}
.fullSlide .bd li {
	width: 100% !important;
	height: 760px;
	overflow: hidden;
	text-align: center;
}
.fullSlide .bd li a {
	display: block;
	height: 760px;
}
.fullSlide .hd {
	width: 100%;
	position: absolute;
	z-index: 2;
	bottom: 40px;
	left: 0;
	height: 30px;
	text-align: center;
}
.fullSlide .hd ul {
	text-align: center;
}
.fullSlide .hd ul li {
	cursor: pointer;
	display: inline-block;
	zoom: 1;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	margin: 12px;
	overflow: hidden;
	line-height: 99px;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
	border: 1px solid #fff;
}
.fullSlide .hd ul .on {
	background: #fff;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}
.fullSlide .next {
	width: 65px;
	height: 65px;
	position: absolute;
	top: 50%;
	z-index: 2;
	background: url(../images/bannerR.png) no-repeat center;
	filter: alpha(opacity=80);
	-moz-opacity: .8;
	opacity: .8;
	-webkit-transition: all .5s linear;
	transition: all .5s linear;
	right: 4%;
}
.fullSlide .prev {
	width: 65px;
	height: 65px;
	position: absolute;
	top: 50%;
	z-index: 2;
	background: url(../images/bannerL.png) no-repeat center;
	filter: alpha(opacity=80);
	-moz-opacity: .8;
	opacity: .8;
	-webkit-transition: all .5s linear;
	transition: all .5s linear;
	left: 4%;
}
/*title*/





.title {
	float: left;
	padding: 0 15px;
	line-height: 36px;
	height: 30px;
	border-left: 2px solid #dddddd;
	border-right: 2px solid #dddddd;
	position: relative;
	background: #fff;
}
.title h3 {
	padding-left: 58px;
	font-size: 30px;
	color: #444444;
	font-weight: bold;
	top: -5px;
	position: relative;
}
.title h3 a {
	font-size: 30px;
	color: #444444;
	font-weight: bold;
}
.title h3 i {
	font-size: 14px;
	color: #666;
}
.title_more {
	float: right;
	width: 150px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	border: 1px solid #dddddd;
	position: relative;
}
.title_more a {
	display: block;
	font-size: 16px;
	color: #333;
}
.title_more::after {
	position: absolute;
	left: -795px;
	top: 18px;
	width: 795px;
	height: 1px;
	content: "";
	z-index: -1;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	background: #dddddd;
}
/*product*/


.product {
	margin: -10px auto 0 auto;
	width: 1280px;
}
.product .pro_t {
	height: 38px;
}
.product .pro_t .title h3 {
	background: url(../images/pro_t.png) no-repeat left center;
}
.product .pro_list {
	width: 1280px;
	margin: 50px auto 0 auto;
	height: 60px;
}
.product .pro_list .pro_l {
	float: left;
	width: 120px;
	height: 60px;
	background: url(../images/pro_xt.png) no-repeat right center;
}
.product .pro_list .pro_l a {
	display: block;
	font-size: 22px;
	color: #333;
	margin-top: 2px;
}
.product .pro_list .pro_l a i {
	display: block;
	font-size: 14px;
	color: #333;
	text-transform: uppercase;
}
.product .pro_list ul {
	float: right;
	width: 1280px;
}
.product .pro_list ul li {
	float: left;
	width: 230px;
	height: 60px;
	background: url(../images/pro_xt.png) no-repeat right center;
	margin-left: 25px;
	position: relative;
}
.product .pro_list ul li a {
	display: block;
	height: 60px;
	margin-right: 10px;
}
.product .pro_list ul li a img {
	float: left;
	width: 56px;
	height: 56px;
	border: 2px solid #dddddd;
	border-radius: 50%;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	margin-right: 15px;
	display: block;
	position: relative;
	top: -7px;
}
.product .pro_list ul li a span {
	font-size: 16px;
	color: #333333;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	margin-top: 0px;
}
.product .pro_list ul li a span i {
	display: block;
	font-size: 12px;
	color: #999999;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 5px;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.product .pro_list ul li.on a img {
	border: 2px solid #ff7d01;
}
.product .pro_list ul li.on a span {
	font-size: 18px;
	color: #ff7d01;
	font-weight: bold;
}
.product .pro_list ul li.on a span i {
	color: #ff7d01;
}
.product .pro_box {
	margin: 50px auto 0 auto;
	width: 1360px;
}
.product .pro_box ul li {
	float: left;
	width: 280px;
	margin: 0 50px 20px 0;
}
.product .pro_box ul li .pic {
	width: 280px;
	height: 251px;
	background: #fff;
	-webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
	box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
}
.product .pro_box ul li .pic img {
	margin: 0px auto;
	/* width: 264px; */
	/* height: 194px; */
	display: block;
}
.product .pro_box ul li .txt {
	height: 50px;
	line-height: 50px;
	position: relative;
	padding: 0 25px;
}
.product .pro_box ul li .txt::after {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 2px;
	height: 35px;
	content: "";
	z-index: -1;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	background: #dddddd;
}
.product .pro_box ul li .txt a {
	font-size: 16px;
	color: #333333;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.product .pro_box ul li .txt a i {
	font-size: 20px;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	margin-right: 35px;
	float: left;
}
.product .pro_box ul li.on .txt a {
	color: #ff7d01;
	font-weight: bold;
}
.product .pro_box ul li.on .txt a i {
	color: #ff7d01;
}
.product .pro_box ul li.on .txt::after {
	background: #ff7d01;
}
/*ys*/





.ys_bg {
	width: 100%;
	height: 860px;
	margin: 35px auto 0 auto;
	background: url(../images/ys_bg.jpg) no-repeat center;
}
.ys_bg .ys {
	width: 1280px;
	margin: 0 auto;
	padding-top: 60px;
}
.ys_bg .ys .ys_t {
	height: 38px;
	position: relative;
	z-index: 5;
}
.ys_bg .ys .ys_t .title {
	background: #fbfbfb;
}
.ys_bg .ys .ys_t .title h3 {
	background: url(../images/ys_t.png) no-repeat left center;
}
.ys_bg .ys .ys_box {
	margin: 45px auto 0 auto;
	position: relative;
}
.ys_bg .ys .ys_box .hd {
	float: left;
	width: 380px;
	margin-top: 65px;
}
.ys_bg .ys .ys_box .hd ul li {
	position: relative;
	height: 145px;
}
.ys_bg .ys .ys_box .hd ul li::after {
	position: absolute;
	z-index: 3;
	left: 0px;
	top: 0px;
	width: 12px;
	height: 12px;
	content: "";
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	background: url(../images/buttom6.png) no-repeat center;
}
.ys_bg .ys .ys_box .hd ul li.ys1::after {
	position: absolute;
	left: 1115px;
	top: 545px;
}
.ys_bg .ys .ys_box .hd ul li.ys2::after {
	position: absolute;
	left: 1140px;
	top: 400px;
}
.ys_bg .ys .ys_box .hd ul li.ys3::after {
	position: absolute;
	left: 1165px;
	top: 255px;
}
.ys_bg .ys .ys_box .hd ul li.ys4::after {
	position: absolute;
	left: 1190px;
	top: 110px;
}
.ys_bg .ys .ys_box .hd ul li.on::after {
	background: url(../images/buttom5.png) no-repeat center;
}
.ys_bg .ys .ys_box .hd ul li em {
	display: block;
	width: 35px;
	height: 2px;
	background: #999999;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.ys_bg .ys .ys_box .hd ul li .txt {
	margin-top: 28px;
}
.ys_bg .ys .ys_box .hd ul li .txt span {
	float: left;
	display: block;
	width: 42px;
	height: 42px;
	margin-right: 15px;
	margin-top: 5px;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.ys_bg .ys .ys_box .hd ul li .txt h5 {
	float: left;
}
.ys_bg .ys .ys_box .hd ul li .txt h5 b {
	font-size: 24px;
	color: #333;
	font-weight: normal;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	font-weight: bold;
}
.ys_bg .ys .ys_box .hd ul li .txt h5 i {
	font-size: 17px;
	color: #666;
	font-weight: normal;
	/* margin-left: 15px; */
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.ys_bg .ys .ys_box .hd ul li .txt h5 p {
	font-size: 14px;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 3px;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.ys_bg .ys .ys_box .hd ul li.ys1 .txt span {
	background: url(../images/ys_ico1.png) no-repeat center;
}
.ys_bg .ys .ys_box .hd ul li.ys2 .txt span {
	background: url(../images/ys_ico2.png) no-repeat center;
}
.ys_bg .ys .ys_box .hd ul li.ys3 .txt span {
	background: url(../images/ys_ico3.png) no-repeat center;
}
.ys_bg .ys .ys_box .hd ul li.ys4 .txt span {
	background: url(../images/ys_ico4.png) no-repeat center;
}
.ys_bg .ys .ys_box .hd ul li.on em {
	background: #ff7d01;
	width: 120px;
}
.ys_bg .ys .ys_box .hd ul li.on .txt h5 b {
	color: #ff7d01;
	font-weight: bold;
}
.ys_bg .ys .ys_box .hd ul li.on .txt h5 b i {
	color: #ff7d01;
}
.ys_bg .ys .ys_box .hd ul li.on .txt h5 p {
	color: #ff7d01;
}
.ys_bg .ys .ys_box .hd ul li.ys1.on .txt span {
	background: url(../images/ys_ico11.png) no-repeat center;
}
.ys_bg .ys .ys_box .hd ul li.ys2.on .txt span {
	background: url(../images/ys_ico22.png) no-repeat center;
}
.ys_bg .ys .ys_box .hd ul li.ys3.on .txt span {
	background: url(../images/ys_ico33.png) no-repeat center;
}
.ys_bg .ys .ys_box .hd ul li.ys4.on .txt span {
	background: url(../images/ys_ico44.png) no-repeat center;
}
.ys_bg .ys .ys_box .bd {
	float: right;
	width: 860px;
}
.ys_bg .ys .ys_box .bd ul li {
	float: left;
	width: 860px;
	height: 645px;
	position: relative;
}
.ys_bg .ys .ys_box .bd ul li .txt {
	position: absolute;
	z-index: 5;
	left: 0px;
	bottom: 0px;
	width: 380px;
	height: 350px;
	background: url(../images/ys_nr.png) no-repeat center;
	padding: 0 40px;
}
.ys_bg .ys .ys_box .bd ul li .txt h5 {
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	margin-top: 50px;
	overflow: hidden;
}
.ys_bg .ys .ys_box .bd ul li .txt h5 i {
	font-size: 12px;
	color: #fff;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 15px;
}
.ys_bg .ys .ys_box .bd ul li .txt h5 img {
	float: left;
	margin-right: 20px;
}
.ys_bg .ys .ys_box .bd ul li .txt em {
	display: block;
	width: 1px;
	height: 25px;
	background: #fff;
	margin: 20px 0 15px 2px;
}
.ys_bg .ys .ys_box .bd ul li .txt p {
	font-size: 16px;
	color: #fff;
	line-height: 42px;
}
.ys_bg .ys .ys_box .bd ul li .num {
	position: absolute;
	left: 385px;
	top: 490px;
	font-size: 150px;
	color: #d7d7d7;
	font-weight: bold;
	font-family: 'Times New Roman', Times, serif;
	writing-mode: tb-rl;
	z-index: 1;
}
.ys_bg .ys .ys_box .bd ul li .ys_img {
	float: right;
	margin-right: -150px;
	width: 860px;
	height: 550px;
}
.ys_bg .ys .ys_box .bd ul li .ys_img img {
	width: 720px;
	height: 495px;
}
.ys_bg .ys .ys_box .next {
	position: absolute;
	right: 230px;
	top: 610px;
	cursor: pointer;
	width: 20px;
	height: 12px;
	background: url(../images/left.png) no-repeat center;
}
.ys_bg .ys .ys_box .prev {
	position: absolute;
	right: 0px;
	top: 610px;
	cursor: pointer;
	width: 20px;
	height: 12px;
	background: url(../images/right.png) no-repeat center;
}
/*case*/


.case {
	width: 1280px;
	margin: 65px auto 0 auto;
}
.case .case_t {
	height: 38px;
}
.case .case_t .title h3 {
	background: url(../images/case_t.png) no-repeat left center;
}






.case .case_box {
	width: 1280px;
	height: 480px;
	margin: 30px auto 0 auto;
	position: relative;
	background: url(../images/case_bg.jpg) no-repeat center;
}
.case .case_box .bd {
	float: right;
	width: 1190px;
}
.case .case_box .bd ul li {
	float: left;
	width: 1190px;
	margin: 15px 10px;
}
.case .case_box .bd ul li .pic {
	float: left;
	width: 600px;
	height: 450px;
	background: #fff;
	-webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
	box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
}
.case .case_box .bd ul li .pic img {
	width: 580px;
	height: 430px;
	margin: 10px;
}
.case .case_box .bd ul li .txt {
	float: right;
	width: 510px;
	margin-top: 45px;
}
.case .case_box .bd ul li .txt a {
	font-size: 24px;
	color: #333333;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.case .case_box .bd ul li:hover .txt a {
	color: #ff7d01;
	font-weight: bold;
}
.case .case_box .bd ul li .txt a i {
	display: block;
	font-size: 14px;
	color: #999999;
}
.case .case_box .bd ul li .txt p {
	font-size: 14px;
	color: #666;
	line-height: 30px;
	height: 90px;
	overflow: hidden;
	margin-top: 33px;
}
.case .case_box .bd ul li .txt em {
	display: block;
	width: 58px;
	height: 2px;
	background: #ff7d01;
	margin-top: 45px;
}
.case .case_box .hd {
	float: left;
	width: 50px;
	height: 400px;
	background: url(../images/case_xt.png) no-repeat left center;
	margin-top: 40px;
	position: relative;
}
.case .case_box .hd ul li {
	width: 34px;
	height: 80px;
	background: url(../images/buttom4.png) no-repeat left center;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	opacity: 0;
	position: relative;
}
.case .case_box .hd ul li::after {
	position: absolute;
	left: -5px;
	top: -30px;
	content: "01";
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.case .case_box .hd ul li:nth-child(1)::after {
	content: "01";
}
.case .case_box .hd ul li:nth-child(2)::after {
	content: "02";
	top: -110px;
}
.case .case_box .hd ul li:nth-child(3)::after {
	content: "03";
	top: -190px;
}
.case .case_box .hd ul li:nth-child(4)::after {
	content: "04";
	top: -270px;
}
.case .case_box .hd ul li:nth-child(5)::after {
	content: "05";
	top: -350px;
}
.case .case_box .hd ul li.on {
	opacity: 1;
	height: 80px;
}
.case .case_box .num {
	position: absolute;
	left: -5px;
	top: 450px;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.case .case_box .tel {
	position: absolute;
	left: 770px;
	top: 385px;
	background: url(../images/tel1.png) no-repeat left center;
	padding-left: 50px;
	font-size: 18px;
	color: #ff7d01;
	font-weight: bold;
	line-height: 32px;
}
.case .case_show {
	width: 1360px;
	margin: 40px auto 0 auto;
}
.case .case_show ul li {
	float: left;
	width: 382px;
	margin-right: 65px;
}
.case .case_show ul li .pic {
	width: 382px;
	height: 278px;
	-webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
	box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
}
.case .case_show ul li .pic a {
	width: 364px;
	height: 260px;
	margin: 9px;
	overflow: hidden;
	display: inline-block;
}
.case .case_show ul li .pic img {
	width: 364px;
	height: 260px;
	overflow: hidden;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.case .case_show ul li:hover .pic img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.case .case_show ul li .txt {
	height: 55px;
	line-height: 55px;
}
.case .case_show ul li .txt h5 a {
	font-size: 16px;
	color: #333333;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	float: left;
	width: 300px;
}
.case .case_show ul li .txt .more {
	float: right;
	display: block;
	font-size: 14px;
	color: #999999;
}
.case .case_show ul li:hover .txt h5 a {
	color: #ff7d01;
	font-weight: bold;
}
/*about*/





.ab_bg {
	width: 100%;
	height: 930px;
	margin: 50px auto 0 auto;
	background: url(../images/ab_bg.jpg) no-repeat top center;
	overflow: hidden;
}
.ab_bg .about {
	width: 1280px;
	margin: 0 auto;
	height: 577px;
	position: relative;
}
.ab_bg .about .ab_img {
	float: left;
	width: 893px;
	height: 577px;
	margin-left: -320px;
}
.ab_bg .about .ab_img img {
	width: 893px;
	height: 577px;
}
.ab_bg .about .ab_r {
	float: right;
	width: 645px;
	padding-top: 80px;
}
.ab_bg .about .ab_r .ab_t {
	text-align: right;
	background: url(../images/ab_t.png) no-repeat top right;
	height: 115px;
}
.ab_bg .about .ab_r .ab_t h3 {
	font-size: 30px;
	color: #333;
	font-weight: bold;
	padding-top: 72px;
	letter-spacing: 4px;
}
.ab_bg .about .ab_r .txt {
	margin-top: 85px;
}
.ab_bg .about .ab_r .txt h5 {
	font-size: 24px;
	color: #333;
	font-weight: bold;
}
.ab_bg .about .ab_r .txt span {
	font-size: 14px;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	display: block;
	letter-spacing: 3px;
	margin-top: 3px;
}
.ab_bg .about .ab_r .txt p {
	font-size: 16px;
	color: #666;
	line-height: 40px;
	height: 120px;
	overflow: hidden;
	margin-top: 20px;
}
/*fc*/





.fc {
	width: 1280px;
	margin: 0 auto;
	position: relative;
}
.fc .fc_list {
	position: absolute;
	right: 0px;
	top: -42px;
}
.fc .fc_list ul li {
	float: left;
	width: 218px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #dddddd;
	margin: 0 40px 0 30px;
	position: relative;
	z-index: 5;
	padding-left: 30px;
}
.fc .fc_list ul li a {
	display: block;
	padding-left: 66px;
	font-size: 18px;
	color: #333333;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.fc .fc_list ul li.fc1 a {
	background: url(../images/ab1.png) no-repeat 25px center;
}
.fc .fc_list ul li.fc2 a {
	background: url(../images/ab2.png) no-repeat 25px center;
}
.fc .fc_list ul li.fc3 a {
	background: url(../images/ab3.png) no-repeat 25px center;
}
.fc .fc_list ul li::after {
	position: absolute;
	left: 0px;
	top: 0px;
	content: "";
	z-index: -1;
	width: 0px;
	height: 40px;
	background: #ff7d01;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.fc .fc_list ul li.casehover {
	border: 1px solid #ff7d01;
}
.fc .fc_list ul li.casehover::after {
	width: 100%;
}
.fc .fc_list ul li.casehover a {
	color: #fff;
}
.fc .fc_list ul li.fc1.casehover a {
	background: url(../images/ab11.png) no-repeat 25px center;
}
.fc .fc_list ul li.fc2.casehover a {
	background: url(../images/ab22.png) no-repeat 25px center;
}
.fc .fc_list ul li.fc3.casehover a {
	background: url(../images/ab33.png) no-repeat 25px center;
}
.fc .fc_box {
	width: 1360px;
	margin: 0 auto;
	padding-top: 50px;
}
.fc .fc_box ul li {
	float: left;
	width: 300px;
	margin-right: 33px;
}
.fc .fc_box ul li .pic {
	width: 296px;
	height: 196px;
	background: #eeeeee;
	border: 2px solid #eeeeee;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.fc .fc_box ul li .pic img {
	width: 282px;
	height: 182px;
	margin: 7px;
}
.fc .fc_box ul li .txt {
	height: 50px;
	line-height: 50px;
	text-align: center;
}
.fc .fc_box ul li .txt a {
	font-size: 14px;
	color: #666;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.fc .fc_box ul li.on .txt a {
	color: #ff7d01;
}
.fc .fc_box ul li.on .pic {
	background: #fff;
	border: 2px solid #ff7d01;
}
/*news*/


.news {
	margin: 0px auto 0 auto;
	width: 1280px;
	position: relative;
}
.news .news_t {

	height: 38px;
}
.news .news_t .title h3 {
	background: url(../images/news_t.png) no-repeat left center;
}
.news .news_list {
	position: absolute;
	left: 0px;
	top: 88px;
	z-index: 5;
}
.news .news_list ul li {
	width: 210px;
	height: 150px;
	background: #f8f8f8;
	margin-bottom: 15px;
	position: relative;
	z-index: 5;
}
.news .news_list ul li a {
	text-align: center;
	font-size: 20px;
	color: #333333;
	display: block;
	padding-top: 50px;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.news .news_list ul li a i {
	display: block;
	font-size: 14px;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 5px;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.news .news_list ul li::after {
	position: absolute;
	left: 0px;
	top: 0px;
	content: "";
	z-index: -1;
	width: 0px;
	height: 150px;
	background: #ff7d01;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.news .news_list ul li.casehover::after {
	width: 100%;
}
.news .news_list ul li.casehover a {
	color: #fff;
}
.news .news_list ul li.casehover a i {
	color: #fff;
}
.news .news_box {
	margin: 50px auto 0 auto;
}
.news .news_box .news_top {
	width: 1060px;
	margin-left: 220px;
	height: 315px;
}
.news .news_box .news_top ul li {
	float: left;
	width: 490px;
	height: 125px;
	border-bottom: 1px solid #dddddd;
	padding-top: 30px;
	margin-left: 40px;
	position: relative;
}
.news .news_box .news_top ul li .time {
	float: left;
	width: 60px;
	height: 60px;
	background: url(../images/xt.png) no-repeat right center;
	text-align: center;
	margin-top: 17px;
	margin-left: -5px;
	padding-right: 5px;
}
.news .news_box .news_top ul li .time span {
	display: block;
	font-size: 24px;
	color: #333;
	line-height: 33px;
}
.news .news_box .news_top ul li .time i {
	display: block;
	font-size: 16px;
	color: #999999;
}
.news .news_box .news_top ul li .txt {
	float: right;
	width: 400px;
}
.news .news_box .news_top ul li .txt .txt_t {
	height: 25px;
	line-height: 25px;
}
.news .news_box .news_top ul li .txt .txt_t h5 a {
	font-size: 16px;
	color: #333;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	float: left;
	width: 320px;
}
.news .news_box .news_top ul li .txt .txt_t .more {
	display: block;
	width: 16px;
	height: 10px;
	background: url(../images/more.png) no-repeat center;
	margin-top: 7px;
	float: right;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.news .news_box .news_top ul li .txt p {
	font-size: 14px;
	color: #999999;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	margin-top: 15px;
}
.news .news_box .news_top ul li::after {
	position: absolute;
	left: 0px;
	bottom: 0px;
	content: "";
	z-index: -1;
	width: 0px;
	height: 1px;
	background: #ff7d01;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.news .news_box .news_top ul li:hover::after {
	width: 100%;
}
.news .news_box .news_top ul li:hover .txt .txt_t h5 a {
	color: #ff7d01;
	font-weight: bold;
}
.news .news_box .news_top ul li:hover .txt .txt_t .more {
	background: url(../images/more1.png) no-repeat center;
}
.news .news_box .list {
	margin: 40px auto 0 auto;
	width: 1360px;
	height: 360px;
}
.news .news_box .list ul li {
	float: left;
	width: 400px;
	height: 360px;
	margin-right: 40px;
}
.news .news_box .list ul li .pic {
	width: 400px;
	height: 225px;
	background: #fff;
	-webkit-box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
	box-shadow: 0 0 8px 6px rgba(0, 0, 0, .05);
}
.news .news_box .list ul li .pic img {
	width: 384px;
	height: 209px;
	margin: 8px;
}
.news .news_box .list ul li .txt {
}
.news .news_box .list ul li .txt h5 {
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #dddddd;
	position: relative;
}
.news .news_box .list ul li .txt h5 a {
	font-size: 16px;
	color: #333;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	float: left;
	width: 290px;
}
.news .news_box .list ul li .txt h5 span {
	font-size: 14px;
	color: #999999;
	display: block;
	float: right;
}
.news .news_box .list ul li .txt p {
	font-size: 14px;
	color: #999999;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	margin-top: 10px;
}
.news .news_box .list ul li .txt h5::after {
	position: absolute;
	left: 0px;
	bottom: 0px;
	content: "";
	z-index: -1;
	width: 0px;
	height: 1px;
	background: #ff7d01;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.news .news_box .list ul li.on .txt h5::after {
	width: 100%;
}
.news .news_box .list ul li.on .txt h5 a {
	font-weight: bold;
	color: #ff7d01;
}
/*links*/





.links_bg {
	width: 100%;
	height: 81px;
	padding-top: 20px;
	margin: 60px auto 0 auto;
	background: url(../images/links_bg.jpg) repeat center;
}
.links_bg .links {
	width: 1280px;
	margin: 0 auto;
}
.links_bg .links .links_t {
	float: left;
	width: 160px;
	height: 60px;
	background: url(../images/links_xt.jpg) no-repeat right center;
}
.links_bg .links .links_t span {
	display: block;
	font-size: 40px;
	color: #ff7d01;
	font-weight: bold;
	font-family: 'Times New Roman', Times, serif;
	font-family: "Bodoni Bd BT";
	text-transform: uppercase;
	line-height: 35px;
}
.links_bg .links .links_t i {
	display: block;
	font-size: 18px;
	color: #333;
	font-weight: bold;
	margin-top: 3px;
	letter-spacing: 5px;
}
.links_bg .links .yq {
	float: right;
	width: 1105px;
	margin-top: 18px;
}
.links_bg .links .yq a {
	margin-right: 36px;
	font-size: 18px;
	color: #666;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.links_bg .links .yq a:hover {
	color: #ff7d01;
	transform: translateX(10px);
	-webkit-transform: translateX(10px);
	-o-transform: translateX(10px);
}
