﻿.bf5 {
	min-width: 1200px;
}
.header {
	padding: 0px 0;
	position: relative;
	min-width: 1200px;
}
.header  .logo {
	display: block;
	height: 82px;
	overflow: hidden;
}
.header  .logo a {
	display: block;
}
.header .nav {
	position: absolute;
	right: 100px;
	top: 25px;
	padding: 0 10px;
}
.header .nav:before {
	content: "|";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	line-height: 35px;
	vertical-align: middle;
}
.header .nav:after {
	content: "|";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	line-height: 35px;
	vertical-align: middle;
}
.header .nav ul li {
	display: block;
	float: left;
	
}
.header .nav ul li a {
	display: block;
	margin: 0 20px;
	padding: 0 10px;
	color: #333;
	font-size: 15px;
	height: 35px;
	line-height: 35px;
	position: relative;
}
.header .nav ul li a:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0%;
	height: 2px;
	background: #ac1e23;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.header .nav ul li:hover a::before {
	width: 100%;
}
.header .nav ul li:hover a {
	color: #ac1e23;
}
.header .nav ul li.curr a::before {
	width: 100%;
}
.header .nav ul li.curr a{
	color: #ac1e23;
}

.header .search {
	position: absolute;
	right: 30px;
	top: 36px;
}
.header .search .icons {
	display: block;
	width: 13px;
	height: 14px;
	cursor: pointer;
}
.header .search .icons img {
	display: block;
	width: 100%;
}
.header .search .search-boxs {
	position: absolute;
	right: 30px;
	top: -9px;
	width: 500px;
	display: none;
}
.header .search .search-boxs .input {
	display: block;
	width: 200px;
	border:none;
	background: #999;
	height: 20px;
	line-height: 20px;
	padding: 5px;
	float: right;
	color: #fff;
	font-size: 12px;
}

.header .search .search-boxs .btns {
	float: right;
	height: 30px;
	line-height: 30px;
	background: #ac1e23;
	color: #fff;
	width: 60px;
	border:none;
	display: block;
	cursor: pointer;
}

.header .search .search-boxs input::-webkit-input-placeholder{
    color:#fff;
}
.header .search .search-boxs input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#fff;
}
.header .search .search-boxs input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#fff;
}
.header .search .search-boxs input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#fff;
}

.banners {
	width: 100%;
	display: block;
	max-height: 530px;
	overflow: hidden;
	position: relative;
	min-width: 1200px;
}
.banners .img {
	width: 100%;
	display: block;
}
.banners .img img {
	width: 100%;
	display: block;
	min-width: 1200px;
}
.banners .text {
	display: block;
	position: absolute;
	width: 600px;
	left: 50%;
	top: 40%;
	margin-left: -300px;
	text-align: center;
}
.banners .text h3 {
	font-size: 40px;
	color: #fff;
	font-family: "syst";
}

.banners .text h3 {
	font-size: 40px;
	color: #fff;
	font-family: "syst";
	text-transform: uppercase;
	font-weight: normal;
}

.banners .text span {
	font-size: 24px;
	color: #fff;
	margin-top: 20px;
	display: block;
	font-family: "syst";
}
.banners .text .line {
	width: 60px;
	height: 2px;
	background: #fff;
	margin: auto;
	margin-top: 20px;
}

.space {
	margin-top: 80px;
	height: 720px;
	position: relative;
	padding-bottom: 100px;
	background: url(../img/pro-bg.png) repeat-x;
	background-position: bottom;
}
.space .wrap {
	height: 100%;
}
.space .hd {
	position: absolute;
	left: 0;
	top: 440px;
	width: 100%;
	height: 174px;
	overflow: hidden;
}
.space .hd ul {
	margin-left: -50px;
}
.space .hd ul li {
	display: block;
	float: left;
	width: 255px;
	height: 170px;
	overflow: hidden;
	border:2px solid #fff;
	margin-left: 50px;
	cursor: pointer;
	transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-webkit-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
}
.space .hd ul li.on {
	border:2px solid #ac1e23;
}

.space .hd ul li img {
	width: 100%;
	display: block;
}

.space .bd {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 600px;
	height: 400px;
	overflow: hidden;
}
.space .bd ul li {
	display: block;
	float: left;
	width: 600px;
	height: 400px;
	overflow: hidden;
	z-index: 9;
}
.space .bd ul li img {
	width: 100%;
	display: block;
}
/*.space .bd .bt {
	position: absolute;
	right: 0;
	bottom: 0;
	background: #ac1e23;
	width: 80px;
	height: 80px;
	text-align: center;
	z-index: 99;
	cursor: pointer;
	transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
}
.space .bd .bt:hover i{
	transform: rotate(180deg);
	-ms-transform: rotate(180deg); 
	-webkit-transform: rotate(180deg); 
}
.space .bd .bt:hover {
	background: #9f0f14;
}
.space .bd .bt i {
	width: 24px;
	height: 24px;
	display: inline-block;
	margin-top: 28px;
	transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
}*/
.space .text {
	width: 520px;
	position: absolute;
	right: 0;
	top: 0;
}
.space .text .img {
	float: right;
}
.space .text .st {
	margin-top:40px;
	font-size: 14px;
	color: #797979;
	line-height: 30px;
	height: 180px;
	overflow: hidden;
}
.space .text .st p {
	text-indent: 2rem;
}

.arrowlink {
	height: 40px;
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -200px;
	padding: 0 50px;
	display: block;
	border:1px solid #ddd; 
	overflow: hidden;
	width: 300px;
}
.arrowlink .more {
	display: inline-block;
	text-transform: uppercase;
	font-family: 'hy'; 
	color: #333;
	height: 40px;
	line-height: 40px;
	letter-spacing: 3px;
	position: relative;
	width: 300px;
	text-align: center;
}
.arrowlink .more i {
	font-style: normal;
	filter:alpha(opacity=0.1);  
	-moz-opacity:0.1;  
	-khtml-opacity: 0.1;  
	opacity: 0.1; 
}
.arrowlink .more:before {
	content: attr(data-text);
	position: absolute;
	bottom: -40px;
	width: 100%;
	left: 0;
	color: #999;
	text-align: center;
	transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
}
.arrowlink .more:after {
	content: attr(data-text);
	position: absolute;
	bottom: 0px;
	left: 0;
	color: #333;
	width: 100%;
	text-align: center;
	transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
}
.arrowlink .more:hover::after {
	bottom: 40px;
	color: #999;
}
.arrowlink .more:hover::before {
	bottom: 0px;
	color: #ac1e23;
}

.prev {
	position: absolute;
	left: 0;
	top: 0;
	height: 40px;
	width: 50px;
	text-align: center;
}
.prev span {
	background: url(../img/arrow2.png) no-repeat;
	width: 18px;
	height: 9px;
	margin-top: 15px;
	display: inline-block;
}
.prev:hover span {
	background: url(../img/arrow2-H.png) no-repeat;
}
.next {
	position: absolute;
	right: 0;
	top: 0;
	height: 40px;
	width: 50px;
	text-align: center;
	transform: rotate(180deg);
	-ms-transform: rotate(180deg); /* IE 9 */
	-webkit-transform: rotate(180deg); /* Safari and Chrome */
}
.next span {
	background: url(../img/arrow2.png) no-repeat;
	width: 18px;
	height: 9px;
	margin-top: 15px;
	display: inline-block;
}
.next:hover span {
	background: url(../img/arrow2-H.png) no-repeat;
}

.campus {
	width: 100%;
	height: 576px;
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.campus .left {
	padding-top: 60px;
	width: 530px;
}
.campus .left .st {
	display: block;
	margin-top: 60px;
	font-size: 14px;
	color: #797979;
	line-height: 30px;
	height: 150px;
	overflow: hidden;
}
.campus .right {
	width: 600px;
	padding-top: 100px;
}
.campus .right .bd {
	width: 100%;
	display: block;
	height: 400px;
	overflow: hidden;
	position: relative;
	border:1px solid #ccc;
}
.campus .right .bd ul li {
	width: 100%;
	height: 400px;
	display: flex;
	align-items: center;
}
.campus .right .bd ul li img {
	width: 100%;
	display: block;
}
.switch {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 150px;
	height: 40px;
	background-color:rgba(255,255,255,1);
}

.mores {
	background-color: #ac1e23;
	padding: 14px 25px;
	display: inline-block;
	text-transform: uppercase;
	color: rgba(255,255,255,0.8);
	font-size: 12px;
	position: relative;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.mores:before {
	content: "";
	display: block;
	width: 90%;
	height: 80%;
	border:1px solid rgba(255,255,255,0.6);
	position: absolute;
	left: 4%;
	top: 8%;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.mores:hover::before {
	border:1px solid rgba(255,255,255,1);
	border-radius: 3px;
}
.mores:hover {
	color: rgba(255,255,255,1);
}

.footer {
	background-color: #2b2c2e;
	width: 100%;
	min-width: 1200px;
}
.footer .top {
	height: 60px;
	line-height: 60px;
	border:1px solid #424242;
}
.footer .top ul li {
	display: block;
	float: left;
}
.footer .top ul li a {
	display: block;
	padding-right:40px;
	color: #fff;
	font-size: 14px;
	position: relative;
}
.footer .top ul li a:before {
	content: "";
	display: block;
	position: absolute;
	left: -20px;
	top: 50%;
	margin-top: -5px;
	width: 1px;
	height: 10px;
	background-color: #fff;
}
.footer .top ul li:first-child a::before {
	display: none;
}
.footer .top ul li a:hover {
	color: #e9131a;
}
.footer .center {
	display: block;
	border:1px solid #424242;
}
.footer .center .left {
	display: block;
	padding-top: 10px;
}

.footer .center .left .evm {
	display: block;
}
.footer .center .left .evm img {
	width: 70px;
	height: 70px;
	border:3px solid #fff;
	display: block;
	margin-top: 10px;
}
.footer .center .left .phone1 {
	display: block;
	padding: 0 10px;
	margin: 0 20px;
	position: relative;
	margin-top: 50px;
}
.footer .center .left .phone1:before {
	width: 1px;
	background:rgba(255,255,255,0.3);
	height: 20px;
	content: "";
	display: block;
	left: 0;
	top: 0;
	position: absolute;
}
.footer .center .left .phone1:after {
	width: 1px;
	background:rgba(255,255,255,0.3);
	height: 80px;
	content: "";
	display: block;
	right: 0;
	top: 0;
	position: absolute;
}
.footer .center .left .phone2 {
	color: rgba(255,255,255,0.5);
	font-size: 12px;
	margin-top: 50px;
}
.footer .center .left .phone2 span {
	display: block;
}
.footer .center .left .phone2 b {
	display: block;
	font-size: 26px;
	font-family: "Arial";
	margin-top: 5px;
	color: #fff;
}
.footer .center .left .phone2 i {
	font-style: normal;
	display: block;
	margin-top:5px;
}

.footer .center .cen {
	padding: 70px 10px 70px 30px;
	font-size: 14px;
	color: rgba(255,255,255,0.5);
	width: 370px;
	margin-left: 30px;
	border-left: 1px solid  #424242;
	border-right: 1px solid  #424242;
}
.footer .center .cen span  {
	display: block;
	height: 30px;
	line-height: 30px;
	padding-left: 30px;
	overflow: hidden;
	background: url(../img/footer-icon1.png) no-repeat left center;
}
.footer .center .cen i  {
	display: block;
	
	font-style: normal;
	line-height: 30px;
	padding-left: 30px;
	overflow: hidden;
	background: url(../img/footer-icon2.png) no-repeat left center;
}
.footer .center .right {
	display: block;
	margin-top: 60px;
	margin-left: 30px;
}
.footer .center .right label {
	display: block;
	font-size: 12px;
	color: #fff;
	margin-bottom: 15px;
}
.footer .center .right .input {
	width: 290px;
	height: 25px;
	line-height: 25px;
	border:none;
	padding:5px;
	color: #fff;
	background: #515151;
}
.footer .center .right .btns {
	display: block;
	height: 35px;
	line-height: 35px;
	color: #fff;
	background: #ac1e23;
	font-size: 14px;
	border:none;
	width: 80px;
	cursor: pointer;
}
.footer .bottom {
	display: block;
	height: 45px;
	line-height: 45px;
	padding: 5px 0;
	background: #1f1f1f;
	font-size: 12px;
	color: rgba(255,255,255,0.5);
}

.ftitle {
	position: absolute;
	top: 50px;
	left: 50%;
	margin-left: -670px;
	width: 17px;
	display: block;
	text-transform: uppercase;
	color: #939393;
}
.ftitle span {
	margin-top: 10px;
	display: block;
	transform: rotate(90deg);
	-ms-transform: rotate(90deg); /* IE 9 */
	-webkit-transform: rotate(90deg); /* Safari and Chrome */
}
.ftitle i {
	display: block;
	width: 17px;
	height: 101px;
	background: url(../img/ftitle-img.png) no-repeat;
}
.title {
	display: block;
}
.title h3 {
	display: block;
	font-family: "syst";
	font-size: 24px;
	font-weight: normal;
}
.title h3 span {
	display: inline-block;
	background: #ac1e23;
	color: #fff;
	border-radius: 50%;
	width: 33px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	margin-right: 5px;
	vertical-align: middle;
	font-size: 22px;
}
.title h3 i {
	font-style: normal;
	display: inline-block;
	margin-top: 2px;
	vertical-align: middle;
}
.title .st {
	display: block;
	margin-top: 10px;
	font-size: 12px;
	color: #c8c8c8;
	text-transform: uppercase;
}
.subtitle {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding-left: 13px;
	background: url(../img/home.png) no-repeat left center;
}
.subtitle a {
	display: inline-block;
	margin:0 10px;
	color: #333;
}
.subtitle a:hover {
	color: #ac1e23;
}
.subtitle span {
	display: inline-block;
	color: #999;
	margin-left: 10px;
}
.pro-list {
	display: block;
	background: #fff;
	padding-bottom: 30px;
}
.pro-list ul li {
	display: block;
	float: left;
	margin-left: 36px;
	margin-top: 30px;
	width: 350px;
	position: relative;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.pro-list ul li a {
	display: block;
}
.pro-list ul li .img {
	width: 350px;
	height: 230px;
	overflow: hidden;
	display: flex;
    align-items: center;
}
.pro-list ul li .img img {
	width: 100%;
	display: block;
	transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
}

.pro-list ul li .st {
	display: block;
	font-size: 16px;
	color: #333;
	text-align: right;
	padding: 0 20px 0 50px;
	height: 55px;
	line-height: 55px;
	overflow: hidden;
	background: #f5f5f5;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.pro-list ul li  .add {
	display: block;
	position: absolute;
	left: 0;
	bottom: 35px;
	width: 50px;
	height: 50px;
	background: #ac1e23;
	text-align: center;
	transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
}
.pro-list ul li  .add:before {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 0;
	margin-top: 15px;
	width: 1px;
	height: 20px;
	background: #fff;
}
.pro-list ul li  .add:after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -10px;
	width: 20px;
	height: 1px;
	background: #fff;
}
.pro-list ul li:hover {
	box-shadow: 0px 0px 10px #ccc;
}
.pro-list ul li:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.pro-list ul li:hover .st {
	color: #fff;
	background:  #ac1e23;
}


.join {
	width: 100%;
	height: 230px;
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.join .st {
	display: block;
	font-size: 16px;
	color: #333;
	letter-spacing: 2px;
	position: absolute;
	left: 0;
	top: 111px;
	height: 35px;
	line-height: 35px;
	width: 360px;
	overflow: hidden;
}
.join .t-t {
	display: block;
	display: block;
	font-size: 18px;
	color: #333;
	position: absolute;
	left: 460px;
	top: 80px;
	font-family: "syst";
	height: 70px;
	line-height: 35px;
	width: 680px;
	overflow: hidden;
}


.careers .boxs {
	width: 100%;
	position: relative;
	margin-top: 30px;
}
.careers .boxs .list {
	background: #fff;
	border-left: 3px solid #ac1e23;
	height: 50px;
	position: relative;
	cursor: pointer;
}
.careers .boxs .list h3 {
	float: left;
	font-size: 18px;
	color: #333;
	padding-left: 20px;
	line-height: 50px;
}
.careers .boxs .list i {
	float: right;
	padding-right: 20px;
	display: block;
	margin-top: 10px;
}
.careers .boxs .list span {
	display: block;
	position: absolute;
	top: 10px;
	right: 20px;
	display: none;
	transform: rotate(90deg);
	-ms-transform: rotate(90deg); /* IE 9 */
	-webkit-transform: rotate(90deg); /* Safari and Chrome */
}
.careers .boxs .st {
	position: absolute;
	top: 0px;
	line-height: 50px;
	color: #fff;
	font-size: 15px;
	right: 70px;
	display: none;
}
.careers .boxs .listed {
	display: none;
	margin-top: 2px;
	padding: 40px 30px;
	background: #fff;
}

.careers .boxs .listed .ls {
	width: 49%;
	display: inline-block;
}
.careers .boxs .listed .ls h3 {
	font-size: 14px;
	color: #333;
}
.careers .boxs .listed .ls p {
	margin-top: 10px;
	line-height: 30px;
	font-size: 14px;
}
.careers .boxs .listed .ls .ls_content {
	margin-top: 10px;
	line-height: 30px;
	font-size: 14px;
}

.careers .boxs .addlist {
	background: #ac1e23;
}
.careers .boxs .addlist h3 {
	color: #fff;
}
.careers .boxs .addlist i {
	display: none;
}
.careers .boxs .addlist span {
	display: block;
}
.careers .boxs .addlist .st {
	display: block;
}

.our {
	display: block;
	width: 470px;
}
.our .top {
	display: block;
}
.our .top .st {
	display: block;
	color: #333;
	font-size: 15px;
	letter-spacing: 2px;
	position: absolute;
	bottom: 20px;
	left: 0;
}
.our .bottom {
	display: block;
	background: #fff;
	margin-top: 50px;
	padding: 20px 40px;
	border:1px solid #ddd;
}
.our .bottom ul li {
	display: block;
	border-bottom: 1px solid #eee;
	padding: 30px 0;
	font-size: 15px;
	line-height: 25px;
	padding-left: 40px;
	position: relative;
}
.our .bottom ul li:nth-child(1):before {
	content: "";
	background: url(../img/link-icon1.png) no-repeat;
	width: 26px;
	height: 26px;
	display: block;
	position: absolute;
	left: 0;
	top: 32px;
}
.our .bottom ul li:nth-child(2):before {
	content: "";
	background: url(../img/link-icon2.png) no-repeat;
	width: 26px;
	height: 26px;
	display: block;
	position: absolute;
	left: 0;
	top: 32px;
}
.our .bottom ul li:nth-child(3):before {
	content: "";
	background: url(../img/link-icon3.png) no-repeat;
	width: 26px;
	height: 26px;
	display: block;
	position: absolute;
	left: 0;
	top: 32px;
}
#maps {
	width: 730px;
	height: 400px;
	box-shadow: 0 0 10px #ddd;
	position: absolute;
	right: 0;
	top: 60px;
}

.ourTwo {
	width: 100%;
	height: 301px;
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	margin-top: 60px;
}
.ourTwo .st {
	position: absolute;
	display: block;
	font-size: 14px;
	color: #7b7b7b;
	line-height: 40px;
	height: 160px;
	overflow: hidden;
	left: 800px;
	top: 150px;
	width: 420px;
}

.our .bt {
	position: absolute;
	right: -80px;
	bottom: 0;
	background: #ac1e23;
	width: 80px;
	height: 80px;
	text-align: center;
	z-index: 99;
	cursor: pointer;
	transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
}
.our .bt:hover i{
	transform: rotate(180deg);
	-ms-transform: rotate(180deg); 
	-webkit-transform: rotate(180deg); 
}
.our .bt:hover {
	background: #9f0f14;
}
.our .bt i {
	width: 24px;
	height: 24px;
	display: inline-block;
	margin-top: 28px;
	transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
}

.about {
	display: block;
	width: 100%;
	position: relative;
}

.about-index {
	display: block;
	position: absolute;
	width: 60%;
	left: 40%;
	top: 80px;
}
.about-index .boxs {
	background: #fff;
	border:1px solid #e5e5e5;
	padding: 30px 3%;
	width: 94%;
	min-width: 650px;
	overflow: hidden;
}
.about-index .list {
	display: block;
	width: 720px;
	height: 340px;
	overflow: hidden;	
}
.about-index .list ul li {
	display: block;
	height: 45px;
	padding: 5px 0;
	line-height: 45px;
	overflow: hidden;
	position: relative;
}
.about-index .list ul li a {
	display: block;
	color: #333;
}
.about-index .list ul li:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 60px;
	height: 1px;
	background: #e8e8e8;
	transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
}
.about-index .list ul li:hover::before {
	width: 100%;
	background: #ac1e23;
}
.about-index .list ul li:hover a{
	color: #ac1e23;
}


.about .bt {
	position: absolute;
	left: 0%;
	bottom: -80px;
	background: #ac1e23;
	width: 80px;
	height: 80px;
	text-align: center;
	z-index: 99;
	cursor: pointer;
	transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
}
.about .bt:hover i{
	transform: rotate(180deg);
	-ms-transform: rotate(180deg); 
	-webkit-transform: rotate(180deg); 
}
.about .bt:hover {
	background: #9f0f14;
}
.about .bt i {
	width: 24px;
	height: 24px;
	display: inline-block;
	margin-top: 28px;
	transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
}
.about2 {
	height: 530px;
	position: relative;
	margin-top: -10px;
}
.about2-index {
	display: block;
	position: absolute;
	left: 0;
	width: 68%;
	border:1px solid #eee;
	top: 0;
	left: 24%;
	padding:50px 4%;
	background: #fff;
}
.about2-index .boxs {
	width: 900px;
	overflow: hidden;
}

.about2-index .boxs .sted {
	display: block;
	position: relative;
}
.about2-index .boxs .sted:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 16px;
	height: 11px;
	background: url(../img/text-icon1.png) no-repeat;
}
.about2-index .boxs .sted:after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	height: 62px;
	background: url(../img/text-icon2.png) no-repeat;
}
.about2-index .boxs .sted span {
	font-size: 18px;
	color: #232323;
	display: block;
	line-height: 30px;
	font-family: "syst";
	padding: 0 50px;
}
.about2-index .boxs .sted strong {
	display: block;
	margin-top: 10px;
	font-size: 14px;
	color: #999;
	line-height: 30px;
	padding: 0 20px 0 50px;
	font-weight: normal;
}
.about2-index .boxs .list {
	margin-top: 80px;
}
.about2-index .boxs .list .t-t {
	font-size: 14px;
	line-height: 50px;
	margin-left: 90px;
	width: 520px;
	overflow: hidden;
}

.about2 .imgs {
	position: absolute;
	width: 200px;
	height: 302px;
	display: block;
	right: 50%;
	bottom: 0;
	margin-right: -600px;
}

.social {
	margin-top: 40px;
	padding-bottom: 80px;
	margin-bottom: 70px;
	width: 100%;
}
.social .bd {
	display: block;
}
.social .bd ul li {
	display: block;
	float: left;
	overflow: hidden;
	margin-left: 20px;
	position: relative;
}
.social .bd ul li a {
	display: block;
}
.social .bd ul li:hover .boxs {
	border:20px solid #f2e9dd;
}
.social .bd ul li .boxs {
	background: #fff;
	padding: 20px 20px;
	width: 195px;
	height: 195px;
	display: block;
	border:20px solid #f7f7f7;
}
.social .bd ul li .boxs img {
	width: 100%;
	height: 100%;
	display: block;
}
.social .bd ul li .st {
	display: block;
	margin-top: 20px;
	font-size: 16px;
	color: #333;
	height: 30px;
	line-height: 30px;
	text-align: center;
}
.social .bd ul li .num {
	display: block;
	width: 45px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	background: #ac1e23;
	font-family: "syst";
	color: #fff;
	font-size: 20px;
	position: absolute;
	bottom: 30px;
	left: 0;
}

.news {
	display: block;

	margin-top: 30px;	
}
.news ul li {
	display: block;
	background: #fff;
	margin-bottom: 25px;
	padding:20px;
	position: relative;
	border:1px solid #fff;
}
.news ul li a {
	display: block;
	position: relative;
	z-index: 999;
}
.news ul li .img {
	display: block;
	width: 250px;
	height: 160px;
	overflow: hidden;
}
.news ul li .img img {
	width: 100%;
	height: 100%;
	display: block;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.news ul li .time {
	display: block;
	position: absolute;
	left: 300px; 
	top: 50px;
	font-size: 14px;
	color: #909090;
	text-align: center;
}
.news ul li .time b {
	display: block;
	color: #333;
	font-size: 40px;
	font-weight: normal;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.news ul li .text {
	display: block;
	position: absolute;
	left: 400px; 
	top:5px;
	right: 0px;
	font-size: 14px;
	color: #909090;
	padding:0 40px;
	height: 140px;
}
.news ul li .text i {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.news ul li .text i:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 10px;
	width: 1px;
	height: 45px;
	background: #bfbfbf;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.news ul li .text i:after {
	content: "";
	display: block;
	position: absolute;
	top: 10px;
	left: 0;
	width: 45px;
	height: 1px;
	background: #bfbfbf;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.news ul li .text strong:before {
	content: "";
	display: block;
	position: absolute;
	bottom: -15px;
	right: 10px;
	width: 1px;
	height: 45px;
	background: #bfbfbf;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.news ul li .text strong:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -5px;
	right: 0;
	width: 45px;
	height: 1px;
	background: #bfbfbf;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.news ul li .text h3 {
	color: #404040;
	font-size: 18px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	margin-top: 25px;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.news ul li .text .st {
	margin-top: 15px;
	height: 50px;
	line-height: 25px;
	display: block;
	overflow: hidden;
}

.news ul li:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.news ul li:hover h3 {
	color: #ac1e23;
}
.news ul li:hover .time b {
	color: #ac1e23;
}
.news ul li:hover i:before {
	background: #ac1e23;
}
.news ul li:hover i:after {
	background: #ac1e23;
}
.news ul li:hover strong:before {
	background: #ac1e23;
}
.news ul li:hover strong:after {
	background: #ac1e23;
}

.btn-border-o:before, .btn-border-o:after {
	content: '';
	border-style: solid;
	position: absolute;
	z-index: 5;
	border-radius: 3px;
	box-sizing: content-box;
	transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-webkit-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
}
.btn-border-o:before {
  width: 0;
  height: 100%;
  border-width: 1px 0 1px 0;
  top: -1px;
  left: 0;
  -webkit-transition-delay: 0.05s;
   transition-delay: 0.05s;
}
.btn-border-o:after {
  width: 100%;
  height: 0;
  border-width: 0 1px 0 1px;
  top: 0;
  left: -1px;
}
.btn-border-o:hover:before {
  width: 100%;
}
.btn-border-o:hover:after {
  height: 100%;
}
.btn-border-o.btn-purple:before, .btn-border-o.btn-purple:after {
  border-color: #ac1e23;
}

.news-show {
	margin-top: 50px;
	background: #fff;
	padding:60px 50px;
}

.news-show h3 {
	text-align: center;
	font-size: 30px;
	line-height: 30px;
}
.news-show .st {
	margin-top: 30px;
	font-size: 14px;
	text-align: center;
}
.news-show .con {
	margin-top: 50px;
	line-height: 30px;
	width: 100%;
	overflow: hidden;
}
.news-show .con img {

}

.news-show .sts {
	float: left;
	width: 50%;
	font-size: 16px;
	height: 40px;
	line-height: 40px;
}
.news-show .sts a {
	display: inline-block;
	color: #333;
	margin-left: 10px;
	width: 370px;
	text-align: center;
	padding: 0 15px;
	background: #f4f4f4;
	font-size: 14px;
	overflow: hidden;
	vertical-align: middle;
}
.news-show .sts a:hover {
	background: #a4494b;
	color: #fff;
}


/*  index  */
.banner {
	display: block;
	height: 100vh;
	overflow: hidden;
	min-width: 1200px;
}
.banner .swiper-slide {
	width: 100%;
	height: 100vh;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 99;
	position: relative;
}
.banner .swiper-slide a {
	display: block;
	width: 100%;
	height: 100%;
}
.banner .swiper-pagination-bullet-active {
	background: #ff0000 !important;
}
.banner .swiper-pagination-bullet {
	background: #fff;
	width: 33px;
	height: 8px;
	border-radius: 0;
	opacity: 1;
}
.mt100 {
	margin-top: 100px;
}
.banner .swiper-pagination {
	bottom: 30px!important;
}
.banner .text {
	position: absolute;
	top: 32%;
	width: 1200px;
	left: 50%;
	margin-left: -600px;
	z-index: 99;
}

.index-header {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
}
.index-header .logo img {
	background-color: #fff;
}

.index-header .nav ul li a {
	color: #fff;
}
.index-header .nav ul li:hover a{
	color: #fff;
}
.index-header .nav ul li.curr a {
	color: #fff;
}
.index-header .nav:before {
	color: #fff;
}
.index-header .nav:after {
	color: #fff;
}

.banner-fixed {
	position: absolute;
	width: 1200px;
	background:#fff;
	padding: 20px 0;
	left: 50%;
	height: 40px;
	margin-left: -600px;
	bottom: 0;
	z-index: 999; 
}

.banner-fixed .mouse {
	display: block;
	position: absolute;
	width: 16px;
	left: 50%;
	height: 28px;
	margin-left: -8px;
	top: 0%;
	cursor: pointer;
	margin-top: 20px;
	animation: zzz 1s linear infinite;
	-webkit-animation: zzz 1s linear infinite;
	animation-direction:alternate;
-webkit-animation-direction:alternate; /* Safari 和 Chrome */
}

.banner-fixed .phone {
	position: absolute;
	right: 50px;
	font-size: 24px;
	color: #666;
	top:50%;
	margin-top: -20px;
	height: 40px;
	line-height: 40px;
	padding-left: 40px;
	background: url(../img/phone.png) no-repeat left center;
}

@keyframes zzz
{
from {margin-top: 20px;}
to {margin-top: 33px;}
}

@-webkit-keyframes  zzz
{
from {margin-top: 20px;}
to {margin-top: 33px;}
}

.banner-fixed .arrow {
	position: absolute;
	height: 30px;
	top: 30px;
	left: 40px;
	width: 90px;
}
.banner-fixed .swiper-button-next,.banner-fixed .swiper-button-prev{
	width: 9px;
	height: 17px;
	background-size: 9px 17px;
	margin-top: -9px;
}
.banner-fixed .swiper-button-next:before {
	content: "";
	width: 30px;
	height: 30px;
	border:1px solid #333;
	border-radius: 50%;
	display: block;
	position: absolute;
	left:50%;
	top: 50%;
	margin-top: -16px;
	margin-left: -16px;
}

.banner-fixed .swiper-button-prev:before {
	content: "";
	width: 30px;
	height: 30px;
	border:1px solid #333;
	border-radius: 50%;
	display: block;
	position: absolute;
	left:50%;
	top: 50%;
	margin-top: -16px;
	margin-left: -16px;
}
.banner-fixed .swiper-button-prev:hover::before {
	border:1px solid #ac1e23;
}
.banner-fixed .swiper-button-next:hover::before {
	border:1px solid #ac1e23;
}

.indexCon {
	display: block;
	width: 100%;
	min-width: 1200px;
	background: url(../img/indexCon-bg.png) repeat-y;
}
.cuture {
	position: relative;
	padding-bottom: 50px;
}
.cuture .img {
	padding-top: 100px;
}
.cuture .wrap {
	position: relative;
	z-index: 999;
}
.cuture .left {
	width: 600px;
	height: 390px;
	position: relative;
}
.cuture .left .hd {
	position: absolute;
	left: -40px;
	top: 250px;
	width: 17px;
	text-align: center;
}
.cuture .left .hd ul li {
	display: block;
	width: 5px;
	height: 5px;
	margin: auto;
	background: #ac1e23;
	border-radius: 50%;
	margin-top:23px;
	position: relative;
	cursor: pointer;
}
.cuture .left .hd ul li.on:before {
	content: "";
	display: block;
	width: 25px;
	height: 25px;
	border:1px solid #ac1e23;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -13px;
	margin-left: -13px;
	filter:alpha(opacity=100);  
	-moz-opacity:1;  
	-khtml-opacity: 1;  
	opacity: 1;
}

.cuture .left .hd ul li:before {
	content: "";
	display: block;
	width: 25px;
	height: 25px;
	filter:alpha(opacity=0);  
	-moz-opacity:0;  
	-khtml-opacity: 0;  
	opacity: 0;
	border:1px solid #ac1e23;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -13px;
	margin-left: -13px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.cuture .left .bd {
	width: 600px;
	height: 390px;
	overflow: hidden;
}
.cuture .left .bd img {
	width: 100%;
	display: block;
	height: 100%;
}
.cuture .left .bd ul li {
	width: 100%;
	height: 390px;
	display: block;
}
.cuture .right {
	width: 480px;
	padding: 0 60px;
	background: #fff;
	height: 390px;
	position: relative;
}
.cuture .right:before {
	content: "";
	display: block;
	background: url(../img/cuture-icon.png) no-repeat;
	width: 25px;
	height: 26px;
	position: absolute;
	right: 10px;
	top: 10px;
}

.cuture .right:after {
	content: "";
	display: block;
	background: url(../img/cuture-icon.png) no-repeat;
	width: 25px;
	height: 26px;
	position: absolute;
	right: 10px;
	bottom: 10px;
	transform: rotate(90deg);
	-ms-transform: rotate(90deg); /* IE 9 */
	-webkit-transform: rotate(90deg); /* Safari and Chrome */
}
.cuture .right h3 {
	display: block;
	margin-top: 50px;
	font-size: 24px;
	font-family: "syst";
	font-weight: normal;
}
.cuture .right .st {
	font-size: 12px;
	color: #ccc;
	margin-top: 10px;
	text-transform: uppercase;
}

.pubtext {
	margin-top: 60px;
	font-size: 14px;
	color: #666;
	line-height: 35px;
	position: relative;
}
.pubtext:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	width: 30px;
	height: 1px;
	top: -10px;
	background: #cecece;
}

.pubtext:after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	width: 30px;
	height: 1px;
	bottom: -10px;
	background: #cecece;
}

.cuture .list {
	margin-top: 100px;
	margin-left: 80px;
}
.cuture .list .title b {
	font-size: 18px;
	font-weight: normal;
	margin-left: 10px;
	position: relative;
	padding-left: 30px;
}
.cuture .list .title b:before {
	content:"";
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -1px;
	width: 15px;
	height: 2px;
	background: #333;
}
.cuture .imgs {
	position: absolute;
	width: 50%;
	right: 0%;
	height: 925px;
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 9;
	top: 0;
}

.cuture .ftitle {
	top: 400px;
	margin-left: -640px;
}

.inLine {
	position: absolute;
	top: -100px;
	width: 17px;
	left: 50%;
	margin-left: -580px;
	z-index: 999;
}
.inLine i {
	width: 17px;
	height: 101px;
	display: block;
	background: url(../img/ftitle-img.png) no-repeat;
}
.inLine i:last-child {
	transform: rotate(180deg);
	-ms-transform: rotate(180deg); /* IE 9 */
	-webkit-transform: rotate(180deg); /* Safari and Chrome */
}
.inAbout {
	background: #f7f7f7;
	padding: 150px 0 120px 0;
	position: relative;
	min-width: 1200px;
}

.inAbout .list {
	display: block;
}
.inAbout .list ul {
	margin-left: -12%;
}
.inAbout .list ul li {
	display: block;
	float: left;
	width: 13%;
	margin-left: 12%;
	text-align: center;
}
.inAbout .list ul li:first-child {
	text-align: left;
}
.inAbout .list ul li .st {
	display: block;
}
.inAbout .list ul li .st .num {
	font-size: 56px;
	font-family: "syst";
	display: inline-block;
	font-weight: bold;
	position: relative;
	height: 60px;
	line-height: 60px;
	color: #333;
}
.inAbout .list ul li .st i {
	display: inline-block;
	margin-left: 10px;
	position: absolute;
	right: -75px;
	top: 0;
	width: 60px;
	font-size: 14px;
	font-family: "微软雅黑";
	font-weight: normal;
	font-style: normal;
	text-align: left;
}
.inAbout .list ul li .st i:before {
	content: "";
	width: 1px;
	height: 12px;
	background: #666;
	position: absolute;
	top: 8px;
	left: 5px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg); /* IE 9 */
	-webkit-transform: rotate(45deg); /* Safari and Chrome */
}
.inAbout .list ul li .st i:after {
	content: "";
	width: 1px;
	height: 12px;
	background: #666;
	position: absolute;
	bottom: 8px;
	left: 5px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg); /* IE 9 */
	-webkit-transform: rotate(45deg); /* Safari and Chrome */
}

.inAbout .list ul li .t-t {
	margin-top: 20px;
	font-size: 12px;
	text-transform: uppercase;
	color: #aaa;
}
.inAbout .list ul li .tit {
	margin-top: 5px;
	font-size: 16px;
	text-transform: uppercase;
	color: #333;
}

.inAbout .con {
	margin-top: 80px;
	background: #fff;
	padding: 45px 90px 80px 90px;
	position: relative;
}
.inAbout .con:after {
	content: "";
	display: block;
	background: url(../img/inAbout-img2.png) no-repeat;
	width: 491px;
	height: 365px;
	bottom: 0;
	right: 0;
	position: absolute;
}
.inAbout .con .st {
	line-height: 40px;
	padding-bottom: 20px;
	position: relative;
}
.inAbout .con .st:after {
	content: "";
	width: 50px;
	height: 1px;
	background: #ccc;
	position: absolute;
	left: 0;
	bottom: 0;
}
.inAbout .con .mores {
	position: absolute;
	bottom: -20px;
	left: 90px;
}

.inAbout .links {
	position: absolute;
	right: 0;
	top: 354px;
}
.inAbout .links:hover {
	opacity: 0.9;
}
.inAbout .ftitle {
	top: 400px;
	margin-left: -640px;
}

.display {
	min-height: 1437px;
	position: relative;
}
.display .list {
	display: block;
	height: 380px;
}
.display .list .bd {
	position: absolute;
	left: 50%;
	margin-left: -960px;
	height: 380px;
	overflow: hidden;
}
.display .list .bd ul li {
	display: block;
	max-width:1240px;
	height: 380px;
	overflow: hidden;
}
.display .list .bd ul li img {
	width: 100%;
	display: block;
}
.display .list .hd {
	position: absolute;
	right:0;
	width: 330px;
	height: 380px;
	background: #d4c7b9;
	text-align: center;
}
.display .list .hd ul {
	margin-top: 110px;
}
.display .list .hd ul li {
	display: block;
	margin-bottom: 10px;
	color: #fff;
	font-size: 14px;
	position: relative;
	cursor: pointer;
	height: 30px;
	line-height: 30px;
}
.display .list .hd ul li i {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	height: 30px;
	line-height: 30px;
	color: #333;
	font-style: normal;
}
.display .list .hd ul li i:before {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -4px;
	z-index: 999;
	width: 5px;
	background: url(../img/arrow4.png) no-repeat;
	background-size: 100%;
	height: 10px;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	filter:alpha(opacity=0.1);  
	-moz-opacity:0.1;  
	-khtml-opacity: 0.1;  
	opacity: 0.1; 

}
.display .list .hd ul li i:after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 50%;
	z-index: 999;
	width: 0px;
	height: 1px;
	background: #bea182;
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.display .list .hd ul li.on i:before {
	right: 140px;
	filter:alpha(opacity=1);  
	-moz-opacity:1;  
	-khtml-opacity: 1;  
	opacity: 1; 
}
.display .list .hd ul li.on {
	color: #bea182;
}
.display .list .hd ul li.on i:after {
	width: 140px;
}
.inLine2 {
	position: absolute;
	top: -120px;
	right: 50%;
	margin-right: -435px;
	width: 1px;
	height: 180px;
	background: #f3e9dd;
	z-index: 999;
}
.inLine2:after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -10px;
	bottom: -20px;
	width: 20px;
	height: 20px;
	border:1px solid #f3e9dd;
	border-radius: 50%;
}

.display .shows {
	margin-top: 100px;
	width: 840px;
	text-align: center;
}

.display .shows .st {
	margin-top: 10px;
	color: #333;
	font-size: 16px;
	letter-spacing: 2px;
}
.display .shows .st b {
	font-weight: normal;
	margin: 0 5px;
	color: #ccc;
	display: inline-block;
}
.display .shows  .t-t {
	display: block;
	margin-top: 40px;
}
.display .shows  .t-t a {
	display: inline-block;
	border-right:1px solid #ccc;
	color: #333;
	padding: 0 20px;
}
.display .shows  .t-t a:last-child {
	border-right:none;
}
.display .shows  .t-t a:hover {
	color: #b2292e;
}

.display .imgs2 {
	position: absolute;
	top:380px;
	right: 50%;
	margin-right: -600px;
	z-index: 99999;
}
.display .imgs2  img {	
	display: block;
}
.display .links {
	position: absolute;
	right: 0;
	top: 380px;
	z-index: 99;
}
.display .links:hover {
	opacity: 0.9;
}
.mt100 {
	margin-top: 100px;
}
.display .imgs3 {
	position: absolute;
	top:380px;
	right: 50%;
	margin-right: -600px;
	z-index: 999;
}
.display .imgs4 {
	position: absolute;
	left: 50%;
	margin-left: -960px;
}

.display .text {
	position: absolute;
	right: 50%;
	margin-right: -600px;
	z-index: 999;
	top: 0;
}
.display .text .boxs {
	margin-right: 330px;
	width: 470px;
	background: #f2e9dd;
	height: 295px;
}
.display .text .boxs .st {
	padding-top: 70px;
	padding-left: 120px;
}

.display .textTitle .t-t {
	margin-top: 10px;
	margin-left: 120px;
}
.display .textTitle .t-t span {
	display: block;
	font-size: 16px;
	color: #333;
}
.display .textTitle .t-t i {
	font-style: normal;
	margin-top: 10px;
	font-size: 14px;
	color: #999;
	padding-bottom: 20px;
	display: block;
	position: relative;
}
.display .textTitle .t-t i:after {
	content: "";
	width: 15px;
	height: 2px;
	background: #c7c1b9;
	display: block;
	position: absolute;
	bottom: 0;
}

.display .imgs2 .boxs {
	width: 330px;
	background: #f2e9dd;
	height: 300px;
}
.display .imgs2 .boxs .st {
	padding-left: 70px;
	padding-top: 70px;
}
.display .imgs2 .textTitle .t-t {
	margin-left: 80px;
}
.display .imgs5 {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -600px;
	z-index: 9999999;

}

.display .imgs5 .boxs {
	width: 400px;
	background: #f2e9dd;
	height: 250px;
}
.display .imgs5 .boxs .st {
	padding-left: 110px;
	padding-top: 40px;
}
.display img {
	display: block;
}
.display a {
	display: block;
}

.display .boxs:hover .t-t span {
	color: #b2292e;
}
.display .boxs:hover .t-t i {
	color: #b2292e;
}
.display .boxs:hover .t-t i:after {
	background: #b2292e;
}


.infor {
	margin-top: -250px;
	position: relative;
	padding-bottom: 100px;
}
.infor .bgs {
	position: absolute;
	width: 50%;
	left: 0;
	height: 100%;
	background: #fff;
	top: 0;
	z-index: 99;
}
.infor .tit {
	padding-top: 350px;
	text-align:center;
	position: relative;
	z-index: 9999;
}
.infor .tit h3 {
	font-size: 60px;
	color: #333;
	font-family: "syst";
	font-weight: normal;
}
.infor .tit span {
	display: block;
	font-size: 16px;
	margin-top: 5px;
}

.infor .newsboxs {
	margin-top: 80px;
	position: relative;
	padding-bottom: 150px;
	z-index: 9999;
}	
.infor .newsboxs .swiper-slide {
	position: relative;
	margin-top: 60px !important;
}
.infor .newsboxs .swiper-slide:hover .time b{
	color: #b2292e;
}
.infor .newsboxs .swiper-slide:hover .time b{
	color: #b2292e;
}
.infor .newsboxs .swiper-slide:hover .st {
	border-left: 1px solid #b2292e;
}
.infor .newsboxs .swiper-slide:hover .st h3{
	color: #b2292e;
}
.infor .newsboxs .swiper-slide:hover .st .t-t{
	color: #545454;
}
.infor .newsboxs .time {
	width: 80px;
	font-size: 12px;
	color: #333;
	text-align: center;
}
.infor .newsboxs .time b {
	display: block;
	font-size: 50px;
	color: #000;
	font-weight: normal;
}
.infor .newsboxs .st {
	position: absolute;
	left: 110px;
	right: 0;
	top: 8px;
	padding-left:30px;
	border-left: 1px solid #ccc;
}
.infor .newsboxs .st h3 {
	display: block;
	font-size: 18px;
	font-weight: normal;
	color: #333;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
}
.infor .newsboxs .st .t-t {
	height: 50px;
	line-height: 25px;
	overflow: hidden;
	color: #999;
}
.infor .newsboxs .lines {
	position: absolute;
	top: 0;
	left: 50%;
	width: 71px;
	margin-left: -35px;
	height: 85%;
	background: url(../img/news-bg.png)repeat-y;
}

.about-index .list p {
	line-height: 50px;
	font-size: 14px;
}

/*   ADD  */
.original {
	display: block;
}
.original ul {
	margin-left: -35px;
}
.original ul li {
	display: block;
	float: left;
	margin-top: 40px;
	margin-left: 35px;
}
.original ul li .imgs {
	display: block;
	width: 273px;
	height: 300px;
	box-sizing: border-box;
	background: #fff; 
	padding:20px 0; 
}
.original ul li .imgs img {
	display: block;
	width: 230px;
	height: 260px;
	overflow: hidden;
	margin: auto;
}
.original ul li .imgs:hover {
	background: #f2e9dd;
}

.original ul li .text {
	display: block;
	text-align: center;
	margin-top: 10px;
	height: 30px;
	line-height: 30px;
	color: #333;
	overflow: hidden;
	font-size: 16px;
}

.cityEd {
	display: block;
	position: relative;
	height: 685px;
}
.consing {
	display: block;
	width: 66.666%;
	box-sizing: border-box;
	padding-right: 60px;
	padding-top: 50px;
}

.consing h4 {
	font-size: 18px;
	color: #333;
	margin: 10px 0;
}

.consing ul li {
	display: block;
	float: left;
	margin-right: 30px;
	height: 45px;
	line-height: 45px;
}
.consing ul li a {
	display: block;
	font-size: 14px;
	color: #5b5b5b;
}
.cityEd .left-bg {
	position: absolute;
	left: 0;
	top: 0;
	background: #fff;
	width: 60.4%;
	height: 600px;
	z-index: 9;
	border:1px solid #ece8e8;
	border-left: none;
}
.cityEd .wrap {
	z-index: 999;
	position: relative;
}

.cityEd .img {
	position: absolute;
	right: 0;
	top: 0;
}
.cityEd .bg {
	position: absolute;
	right: 0;
	bottom:-200px;
}

.cityEd .bt {
	left: 60.4%;
	margin-left: -80px;
	bottom: 3px;
}

.cityOld {
	display: block;
	position: relative;
}
.cityOld .wrap {
	z-index: 999;
}
.cityOld .imgs {
	display: block;
	position: absolute;
	left: 0;
	top: 35px;
}
.cityOld .text {
	margin-left: 302px;
}
.cityOld .text .consing {
	padding-left: 40px;
	width: 100%;
	padding-top: 15px;
}

.cityOld .right-bg {
	position: absolute;
	right: 0;
	top: 0;
	background: #fff;
	width: 68.3%;
	height: 380px;
	z-index: 9;
	border:1px solid #ece8e8;
	border-left: none;
}

.cityMaps {
	margin-top: 60px;
}
.cityMaps  .left {
	width: 120px;
	padding-top: 170px;
}

.cityMaps  .left .tit {
	display: block;
	margin-bottom: 80px;
}
.cityMaps  .left .tit h4 {
	font-size: 60px;
	color: #444;
	text-align: center;
	position: relative;
}
.cityMaps  .left .tit i {
	position: absolute;
	top:-10px;
	right: 0;
	font-size: 30px;
	color: #444;
	font-style: normal;
}
.cityMaps  .left .tit span {
	display: block;
	text-align: center;
	color: #383838;
	font-size: 22px;
	margin-top: 15px;
}

.cityMaps  .right {
	margin-right: 100px;
	width: 788px;
	height: 653px;
	position: relative;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}


.circle1,
.pointBoxs1 {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: 89px 0 0 -4px;
	width: 11px;
	height: 11px;
	border-radius:50%;
	background-color: #db595e;
}

.circle2,
.pointBoxs2 {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: 204px 0 0 -23px;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background-color: #db595e;
}

.circle3,
.pointBoxs3 {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: 85px 0 0 150px;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background-color: #db595e;
}

.circle4,
.pointBoxs4 {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: 25px 0 0 250px;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background-color: #db595e;
}

.circle5,
.pointBoxs5 {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: 89px 0 0 -30px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #ed888c;
}

.circle6,
.pointBoxs6 {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: 129px 0 0 -10px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #ed888c;
}

.circle7,
.pointBoxs7 {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: 60px 0 0 10px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #ed888c;
}

.circle8,
.pointBoxs8 {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: 100px 0 0 30px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #ed888c;
}

.circle9,
.pointBoxs9 {
	position: absolute;
	left: 50%;
	top: 50%;
	margin:75px 0 0 20px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #ed888c;
}

.circle10,
.pointBoxs10 {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: 119px 0 0 30px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #ed888c;
}

.circle11,
.pointBoxs11 {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: 110px 0 0 -30px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #ed888c;
}

.circle12,
.pointBoxs12 {
	position: absolute;
	left: 50%;
	top: 50%;
	margin:55px 0 0 270px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #ed888c;
}

.circle13,
.pointBoxs13 {
	position: absolute;
	left: 50%;
	top: 50%;
	margin:45px 0 0 260px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #ed888c;
}

.circle14, 
.pointBoxs14 {
	position: absolute;
	left: 50%;
	top: 50%;
	margin:60px 0 0 255px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #ed888c;
}


.circle15, 
.pointBoxs15 {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: 160px 0 0 -45px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #ed888c;
}

.circle16, 
.pointBoxs16 {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: 180px 0 0 -50px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #ed888c;
}

.circle17, 
.pointBoxs17 {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: 185px 0 0 -25px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #ed888c;
}

.circle18, 
.pointBoxs18 {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: 210px 0 0 -10px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #ed888c;
}

.circle19, 
.pointBoxs19 {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: 200px 0 0 -5px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #ed888c;
}

.circle20, 
.pointBoxs20 {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: 225px 0 0 -10px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #ed888c;
}

.circle21, 
.pointBoxs21 {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: 195px 0 0 -20px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #ed888c;
}

.circle22, 
.pointBoxs22 {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: 195px 0 0 10px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #ed888c;
}

.circle23, 
.pointBoxs23 {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: 190px 0 0 -40px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #ed888c;
}

.circle24, 
.pointBoxs24 {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: 192px 0 0 20px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #ed888c;
}

.circle25, 
.pointBoxs25 {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: 212px 0 0 10px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #ed888c;
}

.circle26, 
.pointBoxs26 {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: 252px 0 0 -25px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #ed888c;
}

.circle27, 
.pointBoxs27 {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: 242px 0 0 -30px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #ed888c;
}

.circle28, 
.pointBoxs28 {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: 222px 0 0 -50px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #ed888c;
}

.circle29, 
.pointBoxs29 {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: 232px 0 0 -40px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #ed888c;
}

.circle30, 
.pointBoxs30 {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: 230px 0 0 10px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #ed888c;
}
.point {
	-webkit-animation: circle 2s linear infinite;
	animation: circle 2s linear infinite;
}

.pointing {
	-webkit-animation: circle 1.5s linear infinite;
	animation: circle 1.5s linear infinite;
	-webkit-filter: blur(1px);
	filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='1');
}


@-webkit-keyframes circle {
	/* Safari and Chrome */
	from {
	opacity: 1;
	-webkit-transform: scale(0);
	}
	to {
	opacity: 0;
	-webkit-transform: scale(3.5);
	}
}

.inAbout .list ul li:hover .num  {
	color: #ac1e23;
}
.inAbout .list ul li:hover .tit  {
	color: #ac1e23;
}

.original ul li {
	position: relative;
}
.original ul li .add {
    display: block;
    position: absolute;
    left: 0;
    bottom: 35px;
    width: 50px;
    height: 50px;
    background: #ac1e23;
    text-align: center;
    transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -webkit-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
}
.original ul li  .add:before {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 0;
	margin-top: 15px;
	width: 1px;
	height: 20px;
	background: #fff;
}
.original ul li  .add:after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -10px;
	width: 20px;
	height: 1px;
	background: #fff;
}