/* 字体引用 */

@font-face {
 font-family: "iconfont";
 src: url("../font/BAHNSCHRIFT.TTF") format("truetype");
 font-weight: normal;
 font-style: normal;
}
/* 字体引用 End */

/* banner YangFangLing 2019年7月2日 */

.banner {
	clear: both;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 450px;
	overflow: hidden;
}
.banner .hd {
	position: absolute;
	left: 50%;
	bottom: 20px;
	text-align: center;
}
.banner .hd li {
	display: inline-block;
	float:left;
 *display:line;
 *zoom:1;
	margin: 0 5px;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	cursor: pointer;
	background: url(../images/banner_Box01.png) no-repeat center center;
}
.banner .hd li.cur {
	background: url(../images/banner_Box02.png) no-repeat center center;
}
.banner .bd, .banner .bd ul {
	height: 450px;
}
.banner .bd li {
	position: relative;
	width: 100%;
	height: 450px;
}
.banner .bd li a {
	display: block;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -975px;
	width: 1920px;
	height: 450px;
}
.banner .num {
	font-family: "iconfont";
	position: absolute;
	right: 65px;
	top: 220px;
	color: #fff;
	text-align: right;
	overflow: hidden;
	background: url(../images/banner_line.png) no-repeat 7px 39px;
}
.banner .num span {
	display: block;
	font-size: 30px;
	line-height: 60px;
}
.banner .num em {
	display: block;
	font-size: 16px;
	line-height: 60px;
}
/* banner End */



/* 哪种方案吸引客流 YangFangLing 2019年7月2日 */

.Passenger {
	padding: 55px 0;
	overflow: hidden;
	background-color: #fff;
}
.Passenger-Con {
	margin-top: 40px;
}
.Passenger-Con ul li {
	float: left;
	width: 270px;
	margin-left: 40px;
	text-align: center;
	background: url(../images/PassengerImg.png) no-repeat center center;
	height: 295px;
}
.Passenger-Con ul li:first-child {
	margin-left: 0;
}
.Passenger-Con ul li h3 {
	font-size: 24px;
	color: #c8102e;
	margin-top: 65px;
}
.Passenger-Con ul li p {
	font-size: 16px;
	color: #333;
	line-height: 25px;
	margin-top: 10px;
}
.Passenger-Con ul li i {
	font-size: 18px;
	color: #fff;
	display: block;
	margin-top: 20px;
}
 .Passenger-Con ul li:nth-child(1) {
 animation: fadeinB 0.5s linear;
}
 .Passenger-Con ul li:nth-child(2) {
 animation: fadeinB 1s linear;
}
 .Passenger-Con ul li:nth-child(3) {
 animation: fadeinB 1.5s linear;
}
 .Passenger-Con ul li:nth-child(4) {
 animation: fadeinB 2s linear;
}
.Passenger-Text {
	text-align: center;
	margin-top: 55px;
}
.Passenger-Text h3 {
	font-size: 30px;
	color: #333;
}
.Passenger-Text h3 b {
	color: #c8102e;
}
.Passenger-Text p {
	font-size: 12px;
	color: #333;
	margin-top: 8px;
}
.Passenger-Text a {
	display: block;
	border-radius: 50px;
	border: 1px #dedede solid;
	width: 170px;
	height: 45px;
	line-height: 45px;
	margin: 25px auto 0;
	font-size: 16px;
	color: #333;
}
.Passenger-Text a i {
	width: 30px;
	height: 24px;
	display: inline-block;
 *display: inline;
 *zoom: 1;
	vertical-align: middle;
	background: url(../images/PassengerBox.png) no-repeat center center;
	margin-right: 10px;
}
/* 哪种方案吸引客流 End */



/* 内容标题 YangFangLing 2019年7月2日 */

/* 内容标题 End */



/* 按钮效果 YangFangLing 2019年7月2日 */

.btn-wave {
	position: relative;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	overflow: hidden;
}
.btn-wave:before {
	content: '';
	display: block;
	width: 120%;
	height: 0;
	padding: 60% 0;
	background-color: #c8102e;
	border-radius: 50%;
	position: absolute;
	left: -10%;
	top: 50%;
	-webkit-transform: translateY(-50%) scale(0);
	transform: translateY(-50%) scale(0);
	z-index: -1;
}
.btn-wave:hover:before {
	-webkit-animation: btnWave 2s ease;
	animation: btnWave 2s ease infinite;
	-webkit-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
 @-webkit-keyframes btnWave {
 0% {
 -webkit-transform: translateY(-50%) scale(0);
 transform: translateY(-50%) scale(0);
}
 50% {
 opacity: 1;
}
 100% {
 opacity: 0;
 -webkit-transform: translateY(-50%) scale(1);
 transform: translateY(-50%) scale(1);
}
}
 @keyframes btnWave {
 0% {
 -webkit-transform: translateY(-50%) scale(0);
 transform: translateY(-50%) scale(0);
}
 50% {
 opacity: 1;
}
 100% {
 opacity: 0;
 -webkit-transform: translateY(-50%) scale(1);
 transform: translateY(-50%) scale(1);
}
}
/* 按钮效果 End */



/* 名泓优势 YangFangLing 2019年7月2日 */

.Advantage {
	padding: 55px 0;
	overflow: hidden;
	background: url(../images/Advantage_Bg.jpg) center center;
}
.Advantage-Con {
	margin-top: 70px;
}
.Advantage-Con .item {
	background-color: #fff;
	margin-top: 40px;
	position: relative;
}
.Advantage-Con .item:first-child {
	margin-top: 0;
}
.Advantage-Con .item .pic {
	float: left;
	width: 600px;
	height: 330px;
	overflow: hidden;
}
.Advantage-Con .item .pic img {
	width: 600px;
	height: 330px;
	display: block;
}
.Advantage-Con .item .text {
	float: right;
	padding: 60px;
	width: 480px;
	height: 210px;
}
.Advantage-Con .item .text i {
	font-size: 48px;
	color: #fff;
	font-family: "iconfont";
	width: 90px;
	height: 90px;
	background-color: #c8102e;
	text-align: center;
	line-height: 90px;
	position: absolute;
	left: 30px;
	top: -30px;
	z-index: 9;
}
.Advantage-Con .item .text h3 {
	font-weight: normal;
	font-size: 24px;
	color: #333;
}
.Advantage-Con .item .text h3 b {
	color: #c8102e;
}
.Advantage-Con .item .text p {
	font-size: 12px;
	color: #999;
	margin-top: 8px;
}
.Advantage-Con .item .text ul {
	margin-top: 20px;
}
.Advantage-Con .item .text ul li {
	font-size: 14px;
	color: #333;
	margin-top: 15px;
	background: url(../images/AdvantageBox.png) no-repeat center left;
	padding-left: 30px;
}
.Advantage-Con .item .text ul li:first-child {
	margin-top: 0;
}
 .Advantage-Con .item:nth-child(2) .pic {
 float: right;
}
 .Advantage-Con .item:nth-child(2) .text i {
 left: auto;
 right: 30px;
}
 .Advantage-Con .item:nth-child(1) {
 animation: fadeinL 1s ease-out backwards;
}
 .Advantage-Con .item:nth-child(2) {
 animation: fadeinR 1s ease-out backwards;
}
 .Advantage-Con .item:nth-child(3) {
 animation: fadeinB 1s ease-out backwards;
}
.Advantage-Box {
	width: 95px;
	height: 25px;
	border-radius: 50px;
	background-color: #fff;
	position: absolute;
	left: 250px;
	bottom: 25px;
	z-index: 9;
	line-height: 25px;
	text-align: center;
}
.Advantage-Box ul li {
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background-color: #dedede;
	display: inline-block;
 *display: inline;
 *zoom: 1;
	margin: 0 3px;
	cursor: pointer;
	text-indent: 999px;
	overflow: hidden;
}
.Advantage-Box ul li.cur {
	background-color: #c8102e;
}
/* 名泓优势 End */



/* 灯光学院 YangFangLing 2019年7月2日 */











.News-List {
	margin-top: 25px;
}
.News-Group .item {
	display: block;
	float: left;
	margin-left: 37px;
	width: 375px;
	animation: flipinX 1s ease-out backwards;
}
.News-Group .item:first-child {
	margin-left: 0;
}
.News-Group .pic {
	width: 375px;
	height: 235px;
	overflow: hidden;
}
.News-Group .pic img {
	display: block;
	width: 375px;
	height: 235px;
	transition: all 0.5s linear;
}
.News-Group .text {
	padding-top: 25px;
	overflow: hidden;
}
.News-Group .text h3 {
	height: 35px;
	line-height: 35px;
	font-weight: normal;
	font-size: 16px;
	color: #333;
	overflow: hidden;
}
.News-Group .text p {
	margin: 8px 0 24px;
	height: 48px;
	line-height: 24px;
	font-size: 14px;
	color: #666;
	overflow: hidden;
}
.News-Group .date {
	position: relative;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	font-weight: bold;
	color: #666;
	background: url(../images/news_box01.png) no-repeat right center;
}
.News-Group .date:after, .News-Group .date:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 1px;
	content: "";
}
.News-Group .date:after {
	z-index: 1;
	width: 100%;
	background: #dededf;
}
.News-Group .date:before {
	z-index: 2;
	width: 0;
	background: #c8102e;
}
.News-Group .item:hover h3 {
	color: #c8102e;
}
.News-Group .item:hover .date {
	border-color: #c8102e;
	color: #c8102e;
	background-image: url(../images/news_box02.png);
}
.News-Group .item:hover .date:before {
	width: 100%;
	transition: all 0.5s;
}
.News-Group .item:hover .pic img {
	transform: scale(1.1);
}
/* 灯光学院 End */





/* 方案构造 YangFangLing 2019年7月2日 */

.Program {
	padding: 55px 0;
	overflow: hidden;
	background: url(../images/Program_Bg.jpg) no-repeat center center;
	height: 887px;
	position: relative;
}
.Program-Com {
	position: relative;
}
.Program-Com ul li {
	width: 113px;
	height: 113px;
	position: absolute;
}
.Program-Com ul li .tit span {
	display: block;
	font-size: 18px;
	color: #333;
	font-weight: bold;
	text-align: center;
	padding-top: 35px;
	background: url(../images/ProgramBox01.png) no-repeat center center;
	width: 113px;
	height: 78px;
	position: relative;
	z-index: 1;
}
.Program-Com ul li .tit span i {
	display: block;
	width: 50px;
	margin: 0 auto;
	color: #333;
	font-weight: bold;
}
.Program-Com ul li:hover .tit span i {
	color: #fff;
}
.Program-Com ul li .tit:after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	animation: light 3s linear infinite;
}
 .Program-Com ul li:nth-child(1) {
 top: 200px;
 left: 90px;
}
 .Program-Com ul li:nth-child(2) {
 top: 350px;
 left: 380px;
}
 .Program-Com ul li:nth-child(3) {
 top: 270px;
 right: 400px;
}
 .Program-Com ul li:nth-child(4) {
 top: 360px;
 right: 100px;
}
.Program-Com ul li:hover span {
	color: #fff;
	background: url(../images/ProgramBox02.png) no-repeat center center;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	position: relative;
	z-index: 9;
}
.Program-Com ul li:hover .text {
	display: block;
}
.Program-Com ul li .text {
	border-radius: 5px;
	background-color: #fff;
	padding: 40px 50px;
	width: 480px;
	height: 145px;
	z-index: 1;
	position: absolute;
	z-index: 5;
	left: 60px;
	top: 55px;
	display: none;
}
.Program-Com ul li .text h3 {
	font-size: 24px;
	color: #000;
}
.Program-Com ul li .text p {
	font-size: 18px;
	color: #666;
	line-height: 25px;
	margin-top: 20px;
}
 .Program-Com ul li:hover:nth-child(3) .text {
 left: auto;
 right: 60px;
}
 .Program-Com ul li:hover:nth-child(4) .text {
 left: auto;
 right: 60px;
}
.Program-Box {
	position: absolute;
	left: 50%;
	bottom: 55px;
	width: 1200px;
	margin-left: -600px;
	text-align: center;
	animation: fadeinB 1s ease-out backwards;
}
.Program-Box p {
	font-size: 24px;
	text-align: center;
	color: #fff;
}
.Program-Box a {
	display: block;
	border-radius: 50px;
	background-color: #c8102e;
	width: 150px;
	height: 45px;
	line-height: 45px;
	margin: 20px auto 0;
	font-size: 16px;
	color: #fff;
}
.Program-Box a i {
	width: 30px;
	height: 24px;
	display: inline-block;
 *display: inline;
 *zoom: 1;
	vertical-align: middle;
	background: url(../images/PassengerBox02.png) no-repeat center center;
	margin-right: 10px;
}
 @keyframes light {
 0%, 50%, 100% {
 transform: scale(1.1);
}
 25%, 75% {
 transform: scale(0.8);
}
}
/*首页服务流程*/

.all3 {
	background: #f6f6f6;
	width: 100%;
	height: 510px;
	overflow: hidden;
	position: relative;
}
.all3a {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
}
.index3 {
	text-align: center;
	color: #333;
	font-size:30px;
	padding-top: 80px;
}
.service {
	width:86%;
	margin: auto;
	overflow: hidden;
	margin-top: 40px;
	border: 1px solid #ebebeb;
	background: #fff;
}
.service li {
	width: 16.5%;
	float: left;
	position: relative;
	overflow: hidden;
	border-left: 1px solid #ebebeb;
	height: 270px;
}
 .service li:nth-of-type(1) {
border: none;
}
.service1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition:all 0.4s ease-in-out;
}
.service1 h1 {
	color: #646464;
	font-size: 16px;
	text-align: center;
	line-height: 65px;
}
.service1 img {
	display: block;
	margin: auto;
}
.service1 p {
	color: #646464;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
	width: 80%;
	margin: auto;
	margin-top: 12px;
}
.service1 span {
	width: 90px;
	height: 25px;
	display: block;
	margin: auto;
	border-radius: 13px;
	background: #c7c6c6;
	text-align: center;
	line-height: 25px;
	color: #fff;
	margin-top: 15px;
}
.service1a {
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	background: #cf0929;
	transition:all 0.4s ease-in-out;
}
.service1a h1 {
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 65px;
}
.service1a img {
	display: block;
	margin: auto;
}
.service1a p {
	color: #fff;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
	width: 80%;
	margin: auto;
	margin-top: 12px;
}
.service1a span {
	width: 90px;
	height: 25px;
	display: block;
	margin: auto;
	border-radius: 13px;
	background:#e83552;
	text-align: center;
	line-height: 25px;
	color: #fff;
	margin-top: 15px;
}
.service li:hover .service1 {
	top: 0;
	left: -100%;
}
.service li:hover .service1a {
	top: 0;
	left: 0;
}
.abt {
	width:86%;
	margin-left:auto;
	margin-right:auto;
}
.content100 {
	width:100%;
	margin-left:auto;
	margin-right:auto;
}
.abt dl {
	margin-top: 50px;
	position: relative;
}
.abt dt img {
	display: block;
	width: 100%;
}
.abt dd {
	position: absolute;
	left: 0;
	top: 0;
	width:100%;
}
.abt dd p {
	display: block;
	text-align: center;
	font-size:14px;
	line-height:30px;
	color: #fff;
	padding-top:15%;
	width:80%;
	margin-left:auto;
	margin-right:auto;
}
.abt .more {
	display: block;
	margin: 2.5% auto 0;
	width:145px;
	padding-left: 45px;
	border: 3px solid #fff;
	font-size: 16px;
	color: #fff;
	height: 46px;
	line-height: 46px;
	font-weight: bold;
}
.abt .more img {
	display: inline-block;
	margin-left: 10px;
	width: 22px;
	height: 10px;
	vertical-align: middle;
}
.abt ul {
	margin: 4.5% auto 0;
	width: 39.2%;
	height: 70px;
	border-bottom: 1px solid #686e79;
}
.abt ul li {
	float: left;
	position: relative;
	width: 28%;
	margin-right: 8%;
	height: 70px;
}
.abt ul li:last-child {
	margin-right: 0;
}
.abt li em {
	width: 60px;
	height: 52px;
	display: block;
	overflow:hidden;
	float: left;
}
.abt li em img {
	width: 60px;
	height: 52px;
	display: block;
	transition: all 0.3s;
}
.abt li span {
	display: block;
	font-size: 24px;
	line-height: 24px;
	color: #fff;
	float: right;
	opacity: 0.5;
	padding-top: 3px;
}
.abt li span i {
	display: block;
	font-size: 20px;
	line-height: 16px;
	padding-top: 7px;
}
.abt li:before {
	display: block;
	width: 0px;
	height:2px;
	background: #d10f1a;
	content: "";
	position: absolute;
	left: 0;
	top: 70px;
	z-index: 99;
	transition: all 0.3s;
}
.abt li:hover span {
	opacity:1;
}
.abt li:hover:before {
	width: 100%;
}
 .abt li:hover em img:nth-child(1) {
margin-top:-52px;
}
.title22 {
	margin-bottom: 42px;
	position: relative;
}
.title22:before {
	position: absolute;
	right: 0;
	top: 70px;
	width:40%;
	height: 1px;
	content: "";
	background: #e5e5e5;
	z-index: 100;
}
.title22 h2 {
	font-weight: normal;
}
.title22 h2 img {
	display: block;
	float: left;
	width:auto;
}
.title22 h2 span {
	display: block;
	padding-top: 45px;
	font-size:18px;
	color: #999999;
	line-height: 18px;
	margin-left: -70px;
	float: left;
}
.title22 h2 span em {
	display: block;
	font-size:24px;
	color: #999999;
	line-height: 24px;
	padding-bottom: 6px;
}
.title22 h3 {
	float: right;
	text-align: right;
}
.title22 h3 i {
	font-weight: normal;
	font-size: 12px;
	color: #999999;
	line-height: 14px;
	display: block;
	padding-top: 28px;
}
.title22 h3 a {
	display: block;
	font-size: 18px;
	color: #d10f1a;
	line-height: 18px;
	padding-top: 28px;
	font-weight: normal;
}
.title22 h3 a img {
	display: inline-block;
	width: 13px;
	height: 13px;
	margin-left: 5px;
}
/* 案例展示 YangFangLing 2019年7月3日 */

.Case {
	padding:80px 0;
	overflow: hidden;
	background-color: #fff;
}
.Case-Con {
	margin-top:20px;
}
.Case-Text {
	text-align: center;
	margin-top: 40px;
}
.Case-Text h3 {
	font-weight: normal;
	font-size: 24px;
	color: #333;
	display: inline-block;
 *display: inline;
 *zoom: 1;
	vertical-align: middle;
	margin-right: 10px;
}
.Case-Text h3 b {
	color: #c8102e;
}
.Case-Text a {
	font-size: 16px;
	color: #333;
	border: 1px #333 solid;
	width: 168px;
	height: 45px;
	line-height: 45px;
	border-radius: 50px;
	display: inline-block;
 *display: inline;
 *zoom: 1;
	vertical-align: middle;
	text-indent: -40px;
	position: relative;
}
.Case-Text a:hover {
	color: #fff;
	background-color:#c8102e;
}
.bk_s{ background-color:#fff;}
.Case-Text a:after {
	content: "";
	width: 45px;
	height: 45px;
	display: block;
	position: absolute;
	right: -1px;
	top: 0;
	background: url(../images/MorebOX.png) no-repeat center center;
}
.Case-Pic {
	margin: 60px 3% 0;
}
.Case-Group {
	overflow: hidden;
}
.Case-Left {
	width: 50%;
	float: left;
	overflow: hidden;
	position: relative;
}
.Case-Left span img {
	display: block;
	width: 100%;
 transition: .8s all;
}
.Case-Left:hover span img {
	transform: scale(1.1);
}
.Case-Left .Text {
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	opacity: 0;
}
.Case-Left .Text2 {
	height:50px;
	line-height:50px;
	width: 100%;
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: center;
	font-size: 20px;
	color: #f0f0f0;
}
.Case-Left:hover .Text2 {
	opacity: 0;
}
.Case-Left:hover .Text {
	opacity: 1;
}
.Case-Left .Text .con {
	width: 300px;
	height: 100px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -150px;
	margin-top: -50px;
}
.Case-Left .Text h3 {
	font-size: 26px;
	color: #fff;
}
.Case-Left .Text p {
	font-size: 15px;
	color: #fff;
}
.Case-Left .Text i {
	width: 100px;
	height: 1px;
	background-color: #fff;
	display: block;
	margin: 20px auto;
}
.Case-Right {
	width: 100%;
}
.Case-Right ul li {
	width:24.8%;
	float: left;
	overflow: hidden;
	position: relative;
	border: 1px #f1f1f1 solid;
}
.Case-Right ul li span img {
	display: block;
	width: 100%;
 transition: .8s all;
}
.Case-Right ul li:hover span img {
	transform: scale(1.1);
}
.Case-Right ul li .Text2 {
	height:50px;
	line-height:50px;
	width: 100%;
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: center;
	font-size: 16px;
	color: #f0f0f0;
}
.Case-Right ul li:hover .Text2 {
	opacity: 0;
}
.Case-Right ul li .Text {
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.7);
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	opacity: 0;
}
.Case-Right ul li:hover .Text {
	opacity: 1;
}
.Case-Right ul li .Text .con {
	width: 300px;
	height: 100px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -150px;
	margin-top: -50px;
}
.Case-Right ul li .Text h3 {
	font-size:20px;
	color: #fff;
}
.Case-Right ul li .Text p {
	font-size: 15px;
	color: #fff;
}
.Case-Right ul li .Text i {
	width: 100px;
	height: 1px;
	background-color: #fff;
	display: block;
	margin: 20px auto;
}
/* 案例展示 End */



/* 友情链接 YangFangLing 2019年7月3日 */

.Footer-Text .link {
	margin-top: 20px;
	position: relative;
	z-index: 9;
}
.Footer-Text .link span {
	width: 330px;
	height: 50px;
	line-height: 50px;
	border: 1px #0b3862 solid;
	color: #bdbdbd;
	font-size: 14px;
	cursor: pointer;
	display: block;
	overflow: hidden;
	border-radius: 5px;
}
.Footer-Text .link span i {
	background: url(../images/Link_Icon.png) no-repeat center center;
	width: 7px;
	height: 13px;
	float: right;
	display: block;
	position: relative;
	right: 20px;
	top: 50%;
	margin-top: -6.5px;
}
.Footer-Text .link span a {
	color: #fff;
	font-size: 14px;
	display: block;
	width: 240px;
	border-right: 1px #0b3862 solid;
	float: left;
	padding: 0 20px;
}
.Footer-Text .link .con {
	border: 1px #0d4376 solid;
	position: absolute;
	width: 330px;
	bottom: 50px;
	border-radius: 5px;
}
.Footer-Text .link .con a {
	color: #fff;
	font-size: 14px;
	display: block;
	width: 100%;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background-color: #092f52;
}
.Footer-Text .link .con a:hover {
	background-color: #0d4376;
	color: #fff;
}
/* 友情链接 End *











/**/

/**/

.edgebj {
	padding-top:60px;
	height:700px;
	background: #f7f7f7;
	background:url(../images/ysbg.jpg) no-repeat top;
}
.edge {
	padding-top:42px;
	position: relative;
}
.edge .q {
	position: relative;
	z-index: 1;
	padding-top:30px;
	background:#fff;
	padding-left:60px;
}
.edge .qh {
	width: 100%;
	height: 468px;
	padding-left: 560px;
	position: relative;
	background: #fff;
}
.edge .qh ul {
	height:67px;
}
.edge .qh ul li {
	float:left;
	height:67px;
	margin-left: 74px;
	padding-top: 20px;
	padding-right:40px;
}
.edge .qh ul li.first {
	margin-left:0;
}
.edge .qh ul li i {
	font-size:18px;
	line-height: 18px;
	color:#333333;
	opacity: 0.5;
 transition: .3s;
}
.edge .qh ul li em {
	font-size:16px;
	color:#333333;
	font-weight: bold;
}
.edge .qh ul li.cur {
	padding-top:0;
}
.edge .qh ul li.cur i {
	font-size:40px;
	line-height: 40px;
	color:#c31531;
	opacity: 1;
	border-bottom: 3px solid #c31531;
	padding-bottom: 18px;
	z-index: 100;
	position: relative;
}
.edge .q b {
	display: block;
	width:100%;
	left:60px;
	height:1px;
	background:#bcbcbc;
	position: absolute;
	bottom:1px;
	right:0;
}
.edge .qh dl dt {
	width: 560px;
	height: 468px;
	position: absolute;
	top: -97px;
	right: 701px;
}
.edge .qh dl dt img {
	width: 560px;
	height: 468px;
}
.edge .qh dl dd {
	position: relative;
	background:#fff;
	height: 296px;
	padding-top: 40px;
	padding-left:60px;
}
.edge .qh dl dd span {
	display: block;
	margin-bottom: 34px;
}
.edge .qh dl dd span em {
	display: block;
	font-size:22px;
	color:#333333;
	font-weight: bold;
	margin-bottom: 8px;
}
.edge .qh dl dd span i {
	display: block;
	font-size:13px;
	line-height: 13px;
	color:#999999;
}
.edge .qh dl dd p {
	font-size: 14px;
	color: #666666;
	line-height: 23px;
	margin-bottom: 10px;
}
.edge .qh .jt {
	width:200px;
	height:100px;
	position: absolute;
	bottom:0;
	padding-left:60px;
	z-index: 2;
}
.edge .qh .jt i {
	display: block;
	width:100px;
	height:100px;
	float:left;
}
.edge .qh .jt .prev {
	background:url(../images/prev2.png) no-repeat center;
}
.edge .qh .jt .next {
	background:url(../images/next2.png) no-repeat center;
}
/**/

















/*新闻*/

.news {
	padding-bottom:80px;
	padding-top:80px;
}
.news .conleft {
	width: 48%;
}
.news .con_top {
	overflow: hidden;
	position: relative;
	background-color:#e6e6e6;
	height:40px;
}
.news .con_top .newstl {
	float: left;
	font-size: 20px;
	margin-right: 15px;
	width:20%;
	text-align:center;
	background-color:#c8102e;
	height:40px;
	line-height:40px;
}
.news .con_top .newstl a {
	color: #fff;
}
.news .con_top .newstr {
	float: right;
	font-size: 16px;
	text-align:center;
	width:15%;
	height:40px;
	line-height:40px;
}
.news .con_top .newstr a {
	color: #1e1e1e;
}
.news .con_top .newstr a:hover {
	color: #c8102e;
}
.news .con_top em {
	display: block;
	font-size: 13px;
	margin-right: 26px;
	font-weight: bold;
}
.news .conleft .cjwt {
	position: relative;
	height: 480px;
	overflow: hidden;
}
.news .conleft .cjwt ul li {
	padding: 20px 0 20px 0px;
	border-bottom: 1px solid #ebebeb;
}
.news .conleft .cjwt ul li dl dt {
	height: 24px;
	line-height: 24px;
	margin-bottom: 5px;
	font-size: 14px;
}
.news .conleft .cjwt ul li dl dt a {
	color: #1e1e1e;
}
.news .conleft .cjwt ul li dl dd {
	font-size: 14px;
	line-height: 20px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 50px;
}
.news .conleft .cjwt ul li dl:hover dt a {
	color: #c8102e;
}
.news .conright {
	width:48%;
}



.news .conright .cjwt {
	position: relative;
	height: 480px;
	overflow: hidden;
}
.news .conright .cjwt ul li {
	padding: 20px 0 20px 0px;
	border-bottom: 1px solid #ebebeb;
}


.news .conright .cjwt ul li strong{ width:78px; height:78px; display:block; font-family:Arial; text-align:center;}
.news .conright .cjwt ul li strong b{ font-size:34px; color:#999; font-weight:normal; display:block; margin-top:10px; display:block;}
.news .conright .cjwt ul li strong em{ font-style:normal; color:#bbb;}
.hsc_str{ border:1px solid #dadada; float:left;}
.news .conright .cjwt ul li:hover strong{ color:#c8102e;}
.news .conright .cjwt ul li:hover strong b{ color:#c8102e;}
.news .conright .cjwt ul li:hover strong em{ color:#c8102e;}
.news .conright .cjwt ul li:hover .hsc_str{ border:1px solid #c8102e;}


.news .conright .cjwt ul li dl{
	float:right;
	width:85%;
}
.news .conright .cjwt ul li dl dt {
	height: 24px;
	line-height: 24px;
	margin-bottom: 5px;
	font-size: 14px;
}
.news .conright .cjwt ul li dl dt a {
	color: #1e1e1e;
}
.news .conright .cjwt ul li dl dd {
	font-size: 14px;
	line-height: 20px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 50px;
}
.news .conright .cjwt ul li dl:hover dt a {
	color: #c8102e;
}











.tit i {
	display:block;
	width:141px;
	height:155px;
	float:left;
	margin-right: 10px;
	position: relative;
	left:36%;
}
.tit i img {
	width:141px;
	height:155px;
}
.so_con {
	padding-top:60px;
	width:94%;
	margin-left: auto;
	margin-right:auto;
}
.so_con li {
	float: left;
	width:19.6%;
	margin-right:0.5%;
	position: relative;
	overflow: hidden;
}
.so_con li:last-child {
	margin-right: 0;
}
.so_con li img {
	width: 100%;
	display: block;
}
.so_con li a>em {
	position: absolute;
	left: 0;
	top: 0;
	padding: 0 10.4%;
	padding-top: 10.4%;
	font-size: 30px;
	color: #fff;
	line-height: 30px;
	display: block;
	font-weight: normal;
}
.so_con li a>em span {
	display: block;
	font-size: 16px;
	color: #fff;
	height:60px;
	line-height:20px;
	padding-top: 30px;
    padding-bottom: 100px;
	background: url(../images/so_yuan.png) no-repeat left bottom;
}
.so_con li a>div {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.6);
	box-sizing: border-box;
	padding: 18.2% 10% 0;
	font-family: '微软雅黑';
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	opacity: 0;
	transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
}
.so_con li:hover div {
	opacity: 1;
	transform: translateY(0);
	-webkit-transform: translateY(0);
}
.so_con li:hover a>em {
	display: none;
}
.so_con li a>div> i {
	display: block;
	font-size:20px;
	color:#ffffff;
	opacity: 0.2;
	font-weight: bold;
}
.so_con li a>div>em {
	font-size: 30px;
	color: #fff;
	line-height: 30px;
	display: block;
	font-weight: normal;
}
.so_con li a>div em span {
	display: block;
	font-size: 16px;
	color: #fff;
	height:90px;
	line-height:20px;
	padding-top: 4.6%;
	padding-bottom:3%;
}
.so_con li a>div p {
	font-size: 14px;
	line-height:20px;
	color: #fff;
	opacity: 0.8;
}
.so_con li a>div b {
	display: block;
	margin-top: 5%;
	width:60%;
	padding-left: 5.5%;
	border: 2px solid #fff;
	font-size: 16px;
	color: #fff;
	height: 46px;
	line-height: 46px;
}
.so_con li a>div b img {
	display: inline-block;
	margin-left: 5%;
	width: 22px;
	height: 10px;
	vertical-align: middle;
}





.linkUsLy{width:100%;margin-top:12px}
.linkUsLy .mainCon{width:100%;height:520px;background:url(../images/TInpage/linkUsLyBg.jpg) no-repeat top;padding-bottom:20px;position:relative}
.linkUsLy .mainCon .box{width:500px;margin-left:620px;padding-top:55px}
.linkUsLy .mainCon .box input{width:408px;height:58px;line-height:58px;padding:0 70px 0 20px;border:none;border:1px solid #e5e5e5;font-size:16px;color:#999;margin-bottom:20px;outline:0;font-size:16px;color:#999}
.linkUsLy .mainCon .box .input1{background:url(../images/TInpage/linkUsLy_icon01.png) no-repeat 452px center}
.linkUsLy .mainCon .box .input2{background:url(../images/TInpage/linkUsLy_icon02.png) no-repeat 452px center}
.linkUsLy .mainCon .box textarea{width:408px;height:80px;padding:0 70px 0 20px;border:none;border:1px solid #e5e5e5;font-size:16px;color:#999;margin-bottom:20px;outline:0;font-size:16px;color:#999;padding-top:20px;background:url(../images/TInpage/linkUsLy_icon03.png) no-repeat 452px 20px;resize:none}
.linkUsLy .mainCon .box a{display:block;height:60px;text-align:center;width:100%;font-size:22px;color:#fff;line-height:60px;background:#0066a1;text-decoration:none}
.linkUsLy .mainCon .title{position:absolute;top:66px;left:70px}
.linkUsLy .mainCon .title h3{font-size:24px;color:#0066a1}
.linkUsLy .mainCon .title p{font-size:20px;color:#b8b8b8;font-family:arial;margin-top:2px}
.linkUsLy .mainCon li{margin-bottom:20px;color:#777;height:60px;list-style:none}
.linkUsLy .mainCon label{display:inline-block;float:left;line-height:60px;height:58px;width:77px;border:1px solid #dedede;border-right-width:0;text-align:center;background:#fff}
.linkUsLy .mainCon .iptTxt{float:left;width:252px;border:1px solid #dedede;height:16px;line-height:16px;padding:10px 0;outline:0;text-indent:1em;background:#fff;color:#333}
.linkUsLy .mainCon li.yzm .iptTxt{float:left;width:130px;margin-bottom:0}
.contact-us1200 cite{display:block}
.linkUsLy .mainCon cite{float:left}
.linkUsLy .mainCon cite img{width:110px;margin-left:10px;margin-top:10px}
.linkUsLy .mainCon cite #spChgVerCode{display:inline;text-align:left;font-size:14px;color:#000;background:0 0}

