
html{
	overflow: scroll;
}


.banners {
	width: 1920px;
	position: relative;
	left: 50%;
	margin-left: -960px;
	height: 350px;
}

.banners2 {
	height: 590px;
}

section.mainVertion {
	width: 1200px;
	position: relative;
	left: 50%;
	margin-left: -600px;
}

ul.newsList {
	width: 100%;
	display: table;
	padding-top: 40px;
}

ul.newsList li {
	width: 1920px;
	position: relative;
	left: 50%;
	margin-left: -960px;
	display: table;
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
}

ul.newsList li article {
	width: 1200px;
	padding: 40px 0;
	margin: 0 auto;
	border-bottom: 1px dotted #D2D2D2;
	display: table;
}

ul.newsList li article img {
	float: left;
}

ul.newsList li article .texd {
	float: right;
	width: 892px;
}

ul.newsList li article h4 {
	font-size: 16px;
	color: #363636;
}

ul.newsList li article font {
	display: block;
	padding-top: 5px;
	font-size: 13px;
	color: #999999;
	font-family: arial;
}

ul.newsList li article i {
	display: block;
	margin: 13px 0;
	width: 40px;
	height: 2px;
	background-color: #E2E2E2;
}

ul.newsList li article p {
	font-size: 13px;
	color: #666666;
	line-height: 1.7;
}

ul.newsList li article span {
	display: block;
	width: 120px;
	height: 38px;
	margin-top: 22px;
	border: 1px solid #E2E2E2;
	text-align: center;
	line-height: 38px;
	font-size: 13px;
	color: #666666;
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
}

ul.newsList li:hover {
	background-color: #F3F2F2;
}

ul.newsList li:hover article span {
	background-color: #E77600;
	border-color: #E77600;
	color: #fff;
}

.pagination {
	width: 100%;
	padding: 80px 0;
}

.pagination a {
	display: inline-block;
	padding: 5px 12px;
	background-color: #F8F8F8;
	font-size: 13px;
	float: left; margin-right: 10px;
}

.pagination span {
	display: inline-block;
	padding: 0 15px;
	font-size: 14px;
}

.pagination a:hover,
.pagination a.current {
	background-color: #E77600;
	color: #fff;
}

article.newsLft {
	float: left;
	width: 854px;
	padding-top: 80px;
}

article.newsLft aside.newTit {
	width: 100%;
	text-align: center;
}

article.newsLft aside.newTit h3 {
	font-size: 22px;
	color: #363636;
}

article.newsLft aside.newTit h4 {
	width: 100%;
	margin: 20px 0 0 0;
	padding: 10px 0;
	background-color: #F9F9F9;
}

article.newsLft aside.newTit h4 font {
	font-size: 13px;
	color: #999999;
	margin: 0 30px;
}

article.newsLft p {
	margin-top: 30px;
	font-size: 13px;
	line-height: 2;
	color: #666666;
}
article.newsLft img{
	max-width: 100%;
}
article.newsLft dl {
	width: 100%;
	margin-top: 30px;
	border: 1px solid #DFDFDF;
	display: table;
}

article.newsLft dl dt {
	float: left;
	width: 49%;
}

article.newsLft dl dt img {
	width: 100%;
	display: block;
	height: auto;
}

article.newsLft dl dd {
	float: left;
	width: 49%;
	font-size: 13px;
	color: #666666;
	line-height: 2;
	text-indent: 2em;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 75px 60px;
}

div.fybook {
	width: 100%;
	margin-top: 50px;
	padding: 50px 0;
	border-top: 1px solid #E2E2E2;
}

div.fybook a {
	display: block;
	font-size: 13px;
	color: #666666;
	margin-bottom: 15px;
}

div.fybook a:hover {
	color: #E77600;
}

article.newsRit {
	float: right;
	width: 262px;
	border: 1px solid #E0E0E0;
	margin-top: 80px;
}

article.newsRit h3 {
	font-size: 15px;
	color: #363636;
	font-weight: bold;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	width: 100%;
	border-bottom: 1px solid #DFDFDF;
	padding: 15px 0 15px 25px;
}

article.newsRit a {
	display: block;
	position: relative;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 15px 25px;
	font-size: 13px;
	color: #666666;
	line-height: 1.7;
}

article.newsRit a:before {
	position: absolute;
	left: 15px;
	top: 2px;
	content: '·';
	font-size: 25px;
	color: #666;
}

article.newsRit a:hover {
	background-color: #E77600;
	color: #fff;
}

article.newsRit a:hover:before {
	color: #fff;
}

article.address {
	width: 100%;
	display: table;
}

article.address img {
	width: 100%;
	height: auto;
	display: block;
	margin-top: -184px;
	display: none;
}

article.address .maplist {
	width: 100%;
	display: table;
	font-size: 0;
	padding-top: 50px;
}

article.address .maplist li {
	display: inline-block;
	width: 33.333%;
	vertical-align: top;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding-left: 50px;
}

article.address .maplist li font {
	display: block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 20px;
	border-radius: 50%;
	background-color: #E77600;
}

article.address .maplist li i {
	display: block;
	width: 40px;
	height: 2px;
	border-top: 1px solid #E2E2E2;
	margin: 15px 0;
}

article.address .maplist li span {
	display: block;
	width: 100%;
	font-size: 13px;
	color: #666666;
	margin-top: 5px;
}

article.ourphone {
	width: 1920px;
	height: 88px;
	margin-top: 60px;
	position: relative;
	left: 50%;
	margin-left: -960px;
}

article.cutonTh {
	width: 100%;
	display: table;
	padding-top: 170px;
	padding-bottom: 90px;
}

article.cutonTh ul {
	width: 100%;
	display: table;
}

article.cutonTh ul li {
	float: left;
	position: relative;
	width: 32.333%;
	height: 390px;
	text-align: center;
	padding: 0 62px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	background-color: #F2F2F2;
	border: 1px solid #C9C9C9;
	margin-right: 1.2%;
}

article.cutonTh ul li:last-child {
	margin-right: 0;
}

article.cutonTh ul li img {
	position: absolute;
	left: 50%;
	transform: translate3d(-50%, -86px, 0);
}

article.cutonTh ul li h4 {
	font-size: 16px;
	color: #000000;
	padding-top: 80px;
	font-weight: bold;
}

article.cutonTh ul li h5 {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}

article.cutonTh ul li p,article.cutonTh ul li p a{
	width: 100%;
	text-align: left;
	font-size: 15px;
	color: #000000;
	line-height: 2;
	padding:5px 0;
}


article.cutonTh ul li span {
	display: inline-block;
	width: 30px;
	border-top: 1px solid #000;
}

section.mainVertion2 {
	padding-top: 160px;
}

section.mainVertion2 .Tztit {
	width: 100%;
	display: table;
	text-align: center;
}

section.mainVertion2 .Tztit h3 {
	font-size: 24px;
	color: #666666;
}

section.mainVertion2 .Tztit .proNac {
	width: 100%;
	display: table;
}

section.mainVertion2 .Tztit .proNac .leftc {
	float: left;
}

section.mainVertion2 .Tztit .proNac .leftc span {
	display: inline-block;
	position: relative;
	width: 26px;
	height: 3px;
	background-color: #E77600;
	vertical-align: middle;
}

section.mainVertion2 .Tztit .proNac .leftc span:after {
	position: absolute;
	left: 0;
	top: -6px;
	content: '';
	width: 100%;
	height: 3px;
	background-color: #E77600;
}

section.mainVertion2 .Tztit .proNac .leftc span:before {
	position: absolute;
	left: 0;
	bottom: -6px;
	content: '';
	width: 100%;
	height: 3px;
	background-color: #E77600;
}

section.mainVertion2 .Tztit .proNac .leftc font {
	font-size: 13px;
	color: #9F9F9F;
	vertical-align: middle;
	margin-left: 10px;
}

section.mainVertion2 .Tztit .proNac .rightc {
	float: right;
}

section.mainVertion2 .Tztit .proNac .rightc i {
	font-size: 30px;
	color: #9F9F9F;
	vertical-align: middle;
}

section.mainVertion2 .Tztit .proNac .rightc font {
	font-size: 13px;
	color: #9F9F9F;
	vertical-align: middle;
	margin-left: 10px;
}

section.mainVertion2 .Tztit .proNac a:hover i,
section.mainVertion2 .Tztit .proNac a:hover font {
	color: #E77600;
}

section.mainVertion2 .ourlist {
	width: 100%;
	display: table;
	background-color: #fff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 80px;
	margin-top: 30px;
}

section.mainVertion2 .ourlist .lftbox {
	float: left;
	width: 530px;
}

section.mainVertion2 .ourlist .lftbox h4 {
	width: 100%;
	font-size: 18px;
	color: #666666;
	border-bottom: 1px solid #E2E2E2;
	padding-bottom: 15px;
}

section.mainVertion2 .ourlist .lftbox h4 font {
	display: inline-block;
	margin-left: 15px;
	font-size: 14px;
	color: #E77600;
}

section.mainVertion2 .ourlist .lftbox ul {
	display: table;
	width: 100%;
	padding-top: 40px;
}

section.mainVertion2 .ourlist .lftbox ul li {
	float: left;
	width: 255px;
	margin-right: 20px;
}

section.mainVertion2 .ourlist .lftbox ul li:last-child {
	margin-right: 0;
}

section.mainVertion2 .ourlist .lftbox ul li .tops {
	width: 100%;
	height: 42px;
	line-height: 42px;
	background-color: #E77600;
	color: #fff;
	text-align: center;
}

section.mainVertion2 .ourlist .lftbox ul li .tops i {
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
}

section.mainVertion2 .ourlist .lftbox ul li .tops span {
	display: inline-block;
	margin-left: 10px;
	font-size: 12px;
	color: #fff;
}

section.mainVertion2 .ourlist .lftbox ul li .tops span strong {
	font-size: 14px;
	color: #fff;
	font-weight: bold;
}

section.mainVertion2 .ourlist .lftbox ul li .ico {
	width: 100%;
	height: 84px;
	margin-top: 20px;
	background-color: #F2F2F2;
	padding: 15px 0 0 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

section.mainVertion2 .ourlist .lftbox ul li .ico i {
	display: inline-block;
	vertical-align: middle;
	font-size: 40px;
	color: #E77600;
}

section.mainVertion2 .ourlist .lftbox ul li .ico font {
	display: inline-block;
	vertical-align: middle;
	padding-left: 14px;
	font-size: 36px;
	font-family: 'Reducto Condensed ssi';
}

section.mainVertion2 .ourlist .lftbox ul li .ico span {
	display: inline-block;
	padding-top: 10px;
	padding-left: 10px;
	vertical-align: middle;
	font-size: 12px;
	color: #A7A7A7;
}

section.mainVertion2 .ourlist .ritbox {
	float: right;
}

section.mainVertion2 .bez {
	width: 100%;
	display: table;
	padding: 38px 0;
}

section.mainVertion2 .bez p {
	padding-left: 80px;
	font-size: 14px;
	color: #666666;
}

section.mainmap {
	position: relative;
	left: 50%;
	margin-left: -960px;
	width: 1920px;
	height: 952px;
	background: url(../images/bgsr1.jpg) no-repeat center center;
	background-size: cover;
}

section.page4 {
	width: 1310px;
	height: 484px;
	position: relative;
	left: 50%;
	margin-left: -655px;
	padding-top: 80px;
}

section.page4 .page4Lft {
	float: left;
	width: 394px;
	margin-top: 50px;
	position: relative;
}

section.page4 .page4Lft .hlj {
	height: 300px;
}

section.page4 .ourList {
	width: 288px;
	margin-top: 40px;
	margin-left: 74px;
	transform: scale(0.5);
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	opacity: 0;
	transition: all .3s ease 0s;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	position: absolute;
        display:none;
}

section.page4 .ourList.xs {
	transform: scale(1.0);
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	opacity: 1;
        display:table;

}

section.page4 .ourList li {
	width: 100%;
}

section.page4 .ourList li:last-child a {
	border: none;
}

section.page4 .ourList li a {
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding-left: 15px;
	border-bottom: 1px solid #E4E4E4;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

section.page4 .ourList li a font {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #fff;
}

section.page4 .ourList li a i {
	display: inline-block;
	vertical-align: middle;
	color: #CFCFCF;
	font-size: 42px;
	padding-left: 8px;
	opacity: 0;
	transition: all .4s ease-in 0s;
	-webkit-transition: all .4s ease-in 0s;
	-moz-transition: all .4s ease-in 0s;
	-o-transition: all .4s ease-in 0s;
}

section.page4 .ourList li a:hover {
	background-color: #fff;
	/*box-shadow: 1px 3px 6px #ccc;*/
	transform: translateY(-2px);
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	-o-transform: translateY(-2px);
	border-color: transparent;
}

section.page4 .ourList li a:hover font {
	color: #666666;
}

section.page4 .ourList li a:hover i {
	opacity: 1;
	padding-left: 50px;
}

section.page4 .theMoney {
	width: 100%;
	display: block;
	font-size: 0;
	padding-top: 30px;
}

section.page4 .theMoney dl {
	width: 25%;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}

section.page4 .theMoney dl dt {
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
}

section.page4 .theMoney dl dd {
	display: inline-block;
	padding-top: 15px;
	font-size: 14px;
	color: #fff;
}

section.page4 .theMoney dl dt.cc1 {
	background-color: #88B788;
}

section.page4 .theMoney dl dt.cc2 {
	background-color: #90B1DA;
}

section.page4 .theMoney dl dt.cc3 {
	background-color: #E1AF6D;
}

section.page4 .theMoney dl dt.cc4 {
	background-color: #E7AD85;
}

section.page4 .page4Rit {
	float: right;
	width: 728px;
	height: 404px;
	margin-top: 35px;
	background: url(../images/in_maps.png) no-repeat center center;
	background-size: 100% 100%;
}

section.page4 .page4Rit .mapList {
	width: 100%;
	height: 100%;
	position: relative;
}

section.page4 .page4Rit .mapList li {
	position: absolute;
}

section.page4 .page4Rit .mapList li small {
	display: block;
	position: absolute;
	cursor: pointer;
}

section.page4 .page4Rit .mapList li .boxs {
	width: 260px;
	height: 106px;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0px 4px 10px #ccc;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 18px 22px;
	position: absolute;
	left: 150px;
	top: -4px;
	transform: scale(0.5);
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-o-transform: scale(0.5);
	transition: all .4s ease 0s;
	-webkit-transition: all .4s ease 0s;
	-moz-transition: all .4s ease 0s;
	-o-transition: all .4s ease 0s;
	opacity: 0;
}

section.page4 .page4Rit .mapList li .boxs em {
	display: block;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-right: 7px solid #fff;
	position: absolute;
	top: 20px;
	left: -7px;
}

section.page4 .page4Rit .mapList li .boxs h5 {
	width: 100%;
	font-size: 14px;
	color: #666666;
	border-bottom: 1px solid #EDEDED;
	padding-bottom: 15px;
	display: table;
}

section.page4 .page4Rit .mapList li .boxs i {
	float: right;
	font-size: 24px;
	color: #E77600;
	margin-top: -7px;
}

section.page4 .page4Rit .mapList li .boxs p {
	font-size: 14px;
	color: #666666;
	margin-top: 15px;
}
section.page4 .page4Rit .mapList li:hover .boxs,
section.page4 .page4Rit .mapList li.active .boxs {
	transform: scale(1.0);
	-webkit-transform: scale(1.0);
	-moz-transform: scale(1.0);
	-o-transform: scale(1.0);
	opacity: 1;
}

section.page4 .page4Rit .mapList li.mp1 small {
	width: 88px;
	height: 60px;
	left: 38px;
	top: 6px;
}

section.page4 .page4Rit .mapList li.mp2 small {
	width: 63px;
	height: 63px;
	left: 0px;
	top: 108px;
}

section.page4 .page4Rit .mapList li.mp3 small {
	width: 63px;
	height: 63px;
	left: 44px;
	top: 202px;
}

section.page4 .page4Rit .mapList li.mp4 small {
	width: 63px;
	height: 63px;
	left: 613px;
	top: 56px;
}

section.page4 .page4Rit .mapList li.mp5 small {
	width: 40px;
	height: 42px;
	left: 366px;
	top: 280px;
	z-index: 9;
}

section.page4 .page4Rit .mapList li.mp6 small {
	width: 40px;
	height: 85px;
	left: 330px;
	top: 286px;
}

section.page4 .page4Rit .mapList li.mp7 small {
	width: 48px;
	height: 48px;
	left: 558px;
	top: 254px;
}

section.page4 .page4Rit .mapList li.mp8 small {
	width: 59px;
	height: 70px;
	left: 597px;
	top: 313px;
}


section.page4 .page4Rit .mapList li.mp9 small {
	width: 50px;
	height: 50px;
	left: 371px;
	top: 325px;
}
section.page4 .page4Rit .mapList li.mp10 small {
	width: 50px;
	height: 50px;
	left: 18px;
	top: 174px;
}

section.page4 .page4Rit .mapList li.mp2 .boxs {
	left: 90px;
	top: 108px;
}

section.page4 .page4Rit .mapList li.mp3 .boxs {
	left: 110px;
	top: 206px;
}

section.page4 .page4Rit .mapList li.mp4 .boxs {
	left: 380px;
	top: 78px;
}

section.page4 .page4Rit .mapList li.mp5 .boxs {
	left: 422px;
	top: 277px;
}

section.page4 .page4Rit .mapList li.mp6 .boxs {
	left: 387px;
	top: 319px;
}

section.page4 .page4Rit .mapList li.mp7 .boxs {
	left: 270px;
	top: 246px;
}

section.page4 .page4Rit .mapList li.mp8 .boxs {
	left: 318px;
	top: 300px;
}

section.page4 .page4Rit .mapList li.mp9 .boxs {
	left: 448px;
	top: 317px;
}
section.page4 .page4Rit .mapList li.mp10 .boxs {
	left: 45px;
	top: 86px;
}

section.page4 .page4Rit .mapList li.mp8 .boxs em,
section.page4 .page4Rit .mapList li.mp7 .boxs em,
section.page4 .page4Rit .mapList li.mp4 .boxs em {
	right: -14px;
	left: auto;
	border-right: 7px solid transparent;
	border-left: 7px solid #fff;
}

article.lxTit {
	width: 100%;
	text-align: center;
	display: table;
	padding-top: 190px;
}

article.lxTit h4 {
	font-size: 40px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}

article.lxTit p {
	padding-top: 10px;
}

article.lxTit p font {
	display: inline-block;
	vertical-align: middle;
	margin: 0 20px;
	font-size: 18px;
	color: #fff;
}

article.lxTit p i {
	display: inline-block;
	vertical-align: middle;
	width: 118px;
	height: 1px;
	border-top: 1px solid #fff;
}

section.Intro {
	width: 1920px;
	height: auto;
	padding-bottom:50px;
	position: relative;
	left: 50%;
	margin-left: -960px;
	background: url(../images/bh1.jpg) no-repeat center center;
	background-size: cover;
}

section.Intro .jianjie img{max-width:100%}
section.Intro .jianjie table,section.Intro .jianjie tr,section.Intro .jianjie td{border:1px solid #fff;color:#fff;}
section.Intro .jianjie td{vertical-align: middle; text-align: center;white-space: nowrap;word-break: keep-all;padding:5px 3px;}

section.Intro .jianjie {
	width: 70%;
	margin: 0 auto;
	display: table;
	/*text-align: center;*/
	padding-top: 50px;
}

section.Intro .jianjie h4 {
	font-size: 18px;
	color: #fff;
	padding-top: 20px;
}

section.Intro .jianjie h5 {
	padding-top: 5px;
	color: #fff;
	color: rgba(255, 255, 255, 0.4);
	text-transform: uppercase;
}

section.Intro .jianjie p {
	font-size: 14px;
	color: #fff;
	line-height: 2;
}

section.Intro .jianjie i {
	display: inline-block;
	width: 40px;
	height: 3px;
	background-color: #fff;
	margin: 15px 0;
}

.NumContent {
	height: inherit;
	display: inherit;
	overflow: hidden;
	position: relative;
	line-height: inherit;
	font-size: inherit;
}

.NumContent>div {
	line-height: inherit;
	color: inherit;
	font-size: inherit;
	display: inline-block;
}

.NumContent>div>div {
	line-height: inherit;
	color: inherit;
	font-size: inherit;
}

.NumContent>div:nth-child(1) {
	transition: all 1.5s cubic-bezier(.35, .75, .55, 1);
}

.NumContent>div:nth-child(2) {
	transition: all 1.5s cubic-bezier(.35, .75, .55, 1) .2s;
}

.NumContent>div:nth-child(3) {
	transition: all 1.5s cubic-bezier(.35, .75, .55, 1) .4s;
}

.NumContent>div:nth-child(4) {
	transition: all 1.5s cubic-bezier(.35, .75, .55, 1) .6s;
}

.NumContent>div:nth-child(5) {
	transition: all 1.5s cubic-bezier(.35, .75, .55, 1) .8s;
}

.nub {
	font-size: 60px;
	color: #fff;
	line-height: 60px;
	height: 60px;
	display: inline-block;
}

.IndexList {
	width: 1200px;
	margin: 0 auto;
	display: table;
}

.IndexList ul {
	font-size: 0;
	padding-top: 80px;
}

.IndexList li {
	display: inline-block;
	width: 25%;
	text-align: center;
	position: relative;
}

.IndexList li:after {
	position: absolute;
	content: '';
	right: 0;
	top: 0;
	height: 100%;
	border-right: 1px solid #fff;
	border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.IndexList li:last-child:after {
	display: none;
}

.IndexList li i {
	font-size: 16px;
	color: #fff;
}

.IndexList li span {
	display: block;
	font-size: 16px;
	color: #fff;
	letter-spacing: 4px;
	padding-top: 10px;
}

.IndexList li .jh {
	color: #fff;
	display: block;
	font-size: 20px;
	padding-top: 5px;
	position: absolute;
	right: 68px;
	text-align: center;
	text-transform: uppercase;
	top: -12px;
}

div.mouseFous {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 5%;
	text-align: center;
	z-index: 9;
}

div.mouseFous a {
	font-size: 45px;
	color: #fff;
	animation: tds 1s ease-in-out 0s infinite alternate;
	-webkit-animation: tds 1s ease-in-out 0s infinite alternate;
}

@keyframes tds {
	0% {
		opacity: 0.3;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0.3;
	}
}

@-webkit-keyframes tds {
	0% {
		opacity: 0.3;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0.3;
	}
}

@-moz-keyframes tds {
	0% {
		opacity: 0.3;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0.3;
	}
}

@-o-keyframes tds {
	0% {
		opacity: 0.3;
	}
	50% {
		opacity: 1;
	}
	100% {
		opacity: 0.3;
	}
}

section.history {
	width: 1920px;
	height: 1023px;
	position: relative;
	left: 50%;
	margin-left: -960px;
	background: url(../images/bh2.jpg) no-repeat center center;
	background-size: cover;
}

div.subhtis {
	display: table;
	width: 1142px;
	padding: 80px 0 0;
	margin: 80px auto 0;
	background: url(../images/sxs.png) repeat-y top center;
}

div.subhtis dl {
	float: left;
	width: 51%;
	display: table;
}

div.subhtis dl dt {
	float: right;
}

div.subhtis dl dt span {
	display: inline-block;
	width: 105px;
	height: 105px;
	border-radius: 50%;
	text-align: center;
	line-height: 105px;
	font-size: 50px;
	color: #fff;
	position: relative;
	z-index: 9;
	float: left;
	margin-right: 40px;
}

div.subhtis dl dt span:after {
	position: absolute;
	content: '';
	left: -10px;
	top: -10px;
	width: 125px;
	height: 125px;
	border-radius: 50%;
	background-color: #fff;
	background-color: rgba(255, 255, 255, .2);
	z-index: -2;
}

div.subhtis dl dt span:before {
	position: absolute;
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #DEAE35;
	z-index: -1;
}

div.subhtis dl dt i {
	float: right;
	margin-top: 50px;
	margin-right: 6px;
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #999999;
}

div.subhtis dl dd {
	float: left;
	text-align: right;
	width: 382px;
	padding-top: 10px;
}

div.subhtis dl dd h4 {
	font-weight: bold;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
}

div.subhtis dl dd p {
    text-align:justify;
	color: #9FA4AA;
	padding-top: 7px;
	line-height: 1.7;
	font-size: 13px;
}

div.subhtis dl:nth-child(2n) {
	float: right;
}

div.subhtis dl:nth-child(2n) dt {
	float: left;
}

div.subhtis dl:nth-child(2n) dt i {
	float: left;
	margin-left: 7px;
}

div.subhtis dl:nth-child(2n) dt span {
	float: right;
	margin-right: auto;
	margin-left: 40px;
}

div.subhtis dl:nth-child(2n) dd {
	float: right;
	text-align: left;
}

div.subhtis dl:nth-child(4n-1) dt span:before {
	background-color: #E77600;
}

div.subhtis dl:nth-child(4n-2) dt span:before {
	background-color: #E77600;
}

div.subhtis dl:nth-child(4n-1) dt i {
	background-color: #E77600;
}

div.subhtis dl:nth-of-type(1) {
	transform: translateX(-150px);
	-webkit-transform: translateX(-150px);
	-moz-transform: translateX(-150px);
	-o-transform: translateX(-150px);
	opacity: 0;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}

div.subhtis dl:nth-of-type(2) {
	transform: translateX(150px);
	-webkit-transform: translateX(150px);
	-moz-transform: translateX(150px);
	-o-transform: translateX(150px);
	opacity: 0;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}

div.subhtis dl:nth-of-type(3) {
	transform: translateX(-150px);
	-webkit-transform: translateX(-150px);
	-moz-transform: translateX(-150px);
	-o-transform: translateX(-150px);
	opacity: 0;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}

div.subhtis dl:nth-of-type(4) {
	transform: translateX(150px);
	-webkit-transform: translateX(150px);
	-moz-transform: translateX(150px);
	-o-transform: translateX(150px);
	opacity: 0;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}

div.subhtis dl:nth-of-type(5) {
	transform: translateX(-150px);
	-webkit-transform: translateX(-150px);
	-moz-transform: translateX(-150px);
	-o-transform: translateX(-150px);
	opacity: 0;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}

div.subhtis dl:nth-of-type(6) {
	transform: translateX(150px);
	-webkit-transform: translateX(150px);
	-moz-transform: translateX(150px);
	-o-transform: translateX(150px);
	opacity: 0;
	transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}

div.subhtis.active dl {
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-o-transform: translateX(0px);
	opacity: 1;
}

section.ourTeams {
	width: 1920px;
	position: relative;
	left: 50%;
	margin-left: -960px;
	background-color: #EAEAEA;
	padding: 80px 0;
}

article.lxTit2 h4 {
	color: #241714;
}

article.lxTit2 p font {
	color: #241714;
}

article.lxTit2 p i {
	border-color: #241714;
}

div.attractions {
	width: 1200px;
	margin: 0 auto;
	padding: 50px 0 100px;
}

div.attractions .swiper-slide {
	height: auto;
	overflow: hidden;
}

.attractionA{ text-align: center;}
.attractionA .swiper-wrapper{ display: inline-block !important;}
.attractionA .swiper-slide{ width: auto !important; margin:0 10px; display: inline-block !important;}


div.attractions .swiper-slide img {
	display: block;
	height: auto;
	width: 100%;
}

div.attractions .swiper-slide article {
	width: 100%;
	height: 23%;
	position: absolute;
	left: 0;
	bottom: 0px;
	background-color: #fff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 20px 38px;
	transform: translateY(74%);
	-webkit-transform: translateY(74%);
	-moz-transform: translateY(74%);
	-o-transform: translateY(74%);
	transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
}

div.attractions .swiper-slide article h3 {
	font-size: 18px;
	color: #383838;
}

div.attractions .swiper-slide article h4 {
	font-size: 12px;
	color: #818181;
	padding-top: 4px;
}

div.attractions .swiper-slide article p {
	font-size: 13px;
	line-height: 1.7;
	padding-top: 5px;
	color: #fff;
}

div.attractions .swiper-slide article h3,
div.attractions .swiper-slide article h4 {
	/*padding-left: 77px;*/
	text-align: center;
	transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
}

div.attractions .swiper-slide:hover article {
	transform: translateY(0%);
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-o-transform: translateY(0%);
	background-color: #D67006;
	background-color: rgba(215, 113, 7, .9);
}

div.attractions .swiper-slide:hover article h3,
div.attractions .swiper-slide:hover article h4 {
	padding-left: 0px;
	color: #fff;
}

div.attractions .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: none;
	border: 1px solid #E77600;
	opacity: 1;
}

div.attractions .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #E77600;
}

section.partners {
	width: 100%;
	position: relative;
	left: 50%;
	margin-left: -50%;
	background-color: #fff;
	padding-bottom: 100px;
}

section.partners .partnerss {
	width: 100%;
	padding-top: 90px;
}

section.partners .partnerss .swiper-slide {
	height: 166px;
	text-align: center;
	line-height: 166px;
	border: 1px solid #ECECEC;
}

section.partners .partnerss .swiper-slide img {
	display: inline-block;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	filter: grayscale(100%);
	transition: all .4s linear 0s;
	-webkit-transition: all .4s linear 0s;
	-moz-transition: all .4s linear 0s;
	-ms-transition: all .4s linear 0s;
}

section.partners .partnerss .swiper-slide:hover img {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	filter: grayscale(0%);
}

section.maxhistory {
	width: 100%;
	position: relative;
	left: 50%;
	margin-left: -50%;
	padding-bottom: 100px;
	background-color: #fff;
}

div.ourhistory {
	width: 1100px;
	margin: 0 auto;
	/* padding-top: 70px;*/
}

div.ourhistory .swiper-slide {
	text-align: center;
	z-index: 2;
	cursor: pointer;
}

div.ourhistory .swiper-slide:after {
	position: absolute;
	left: 0;
	top: 23px;
	z-index: -1;
	content: '';
	width: 100%;
	height: 1px;
	background-color: #D3D1D0;
}

div.ourhistory .swiper-slide font,
div.ourhistory .swiper-slide span,
div.ourhistory .swiper-slide i {
	display: block;
}

div.ourhistory .swiper-slide i {
	width: 14px;
	height: 9px;
	background: url(../images/sj.png) no-repeat center center;
	margin: 0 auto 10px;
	opacity: 0;
}

div.ourhistory .swiper-slide font {
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #BBBBBB;
	margin: 5px auto;
}

div.ourhistory .swiper-slide span {
	font-size: 14px;
	font-family: 'arial';
}

div.hdm {
	width: 1220px;
	margin: 0 auto;
	position: relative;
}

div.hdm .swiper-button-prev {
	width: 23px;
	height: 23px;
	margin-top: -14px;
	background: url(../images/fit1.png) no-repeat center center;
}

div.hdm .swiper-button-next {
	width: 23px;
	height: 23px;
	margin-top: -14px;
	background: url(../images/fit2.png) no-repeat center center;
}

div.ourhistory .swiper-slide.swiper-slide-active font {
	width: 13px;
	height: 13px;
	background-color: #E77600;
}

div.ourhistory .swiper-slide.swiper-slide-active i {
	opacity: 1;
}

div.sliderBox {
	padding-top: 70px;
}

div.sliderBox .hg1,
div.sliderBox .hg2 {
    filter: grayscale(100%) brightness(300%);
    border: 1px solid #deae35;
    padding: 10px;
}

div.sliderBox .swiper-slide {
	transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
}

div.sliderBox .swiper-slide img {
	display: block;
	width: 100%;
	/* height: auto; */
}

div.sliderBox .swiper-slide span {
	position: absolute;
	left: 50%;
	margin-left: -64px;
	top: 50%;
	margin-top: 42px;
	display: block;
	width: 120px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	background-color: #3C3C3C;
	border: 4px solid #F2F1F1
}

div.sliderBox .swiper-slide p {
	width: 100%;
	height: 130px;
	text-align: center;
	padding: 45px 20px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	background-color: #F2F1F1;
	color: #000;
	font-size: 14px;
	line-height: 1.7;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

div.sliderBox .swiper-slide.swiper-slide-active {
	transform: translateY(-20px);
	-webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	-o-transform: translateY(-20px);
	box-shadow: 1px 3px 4px #ccc;
}

div.sliderBox .swiper-slide.swiper-slide-active span {
	background-color: #E77600;
}

section.partners {
	padding-bottom: 0;
}

div.manylogo {
	width: 100%;
	display: block;
	margin-top: 70px;
}

div.manylogo ul {
	width: 100%;
	display: table;
	font-size: 0;
}

div.manylogo ul li {
	display: inline-block;
	vertical-align: top;
	width: 20%;
}

div.manylogo ul li img {
	width: 100%;
	height:250px;
	display: block;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
}

div.manylogo ul li:hover img {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
}

.maxins {
	width: 1200px;
	margin: 0 auto;
	display: table;
}

.maxins aside {
	text-align: center;
	width: 100%;
	margin-top: 30px;
	display: table;
}

.maxins aside a {
	display: inline-block;
	width: 120px;
	height: 32px;
	line-height: 32px;
	border: 1px solid #ccc;
	color: #666;
	font-size: 13px;
	margin:5px;
}

.maxins aside a:hover,
.maxins aside a.on {
	background-color: #E77600;
	border-color: #E77600;
	color: #fff;
}

.souyes {
	width: 100%;
	display: table;
	padding-top: 100px;
}

.souyes ul {
	width: 100%;
	margin: 0 auto;
}

.souyes ul li {
	width: 100%;
	padding: 40px 0;
	display: table;
	border-bottom: 4px solid transparent;
	transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
}

.souyes ul li article {
	width: 1200px;
	margin: 0 auto;
}

.souyes ul li article h3 {
	font-size: 15px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #7E7E7E;
	color: #000;
}

.souyes ul li article p {
	line-height: 1.8;
	color: #7E7E7E;
	font-size: 13px;
	margin-top: 10px;
}

.souyes ul li:hover {
	background-color: #E77600;
	border-bottom: 4px solid #26499C;
}

.souyes ul li:hover h3 {
	color: #fff;
	border-color: #fff;
}

.souyes ul li:hover p {
	color: #fff;
}