/*引用reset*/
@import url("reset.css");
@import url("animation.css");
@import url("hover.css");
@import url("jquery.fullPage.css");

body {
	font-family: 微软雅黑;
	color: #000;
	font-size: 14px;
	min-width: 1200px;
	background-color:#fff;
}

a {
	color: #fff;
}

a:hover {
	color: #eee;
}

a:visited {
	color: none;
}

a:active {
	color: none;
}

#bd {
	overflow: hidden;
}

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

.clearfix {
	zoom: 1
}

/*main_style*/


.section {
	position: relative;
	/*overflow-x: hidden*/
}

/*.section1 {height: 400px;}
.section2 {height: 1045px; background: #eeeeee;}
.section3 {height: 800px;}
.section4 {height: 485px;}
.section5 {height: 1050px;}
.section6 {height: 605px;}*/

/***************公用样式********************/
.wrap {
	width: 1200px;
	height: 100%;
	margin: auto;
	position: relative;
	display: table
}

.header {
	height: 205px;
	position: relative;
	background: url(../images/header-bg.png) center no-repeat;
}

.header>.wrap {
	position: relative;
	height: auto;
	display: block;
}

.mini-nav p {
	font: 14px/35px "微软雅黑";
	color: #8a8a8a;
	float: left;
	padding-left: 25px;
}

.mini-nav {
	position: relative;
	height: 35px;
	width: 100%;
	/*background: #efefef;*/
}

.mini-nav-right {
	float: right;
	vertical-align: middle;
}

.mini-nav-right a {
	font: 14px/35px "微软雅黑";
	color: #fff;
	margin-left: 20px;
}

.mini-nav-right>a:hover {
	color: #216c9f;
	transition: all 0.3s;
}

.header-title {
	height: 120px;
}

.header-logo {
	float: left;
}

.header-logo a {
	position: relative;
	display: block;
	float: left;
}

.header-logo a:after {
	content: "";
	display: block;
	width: 1px;
	height: 88px;
	background: #252525;
	position: absolute;
	right: -26px;
	top: 15px;
	border-right: 1px solid #000000;
	border-left: 1px solid #2e2e2e;
}

.header-logo a img {
	float: left;
	margin-top: 13px;
}

.header-logo>img {
	float: left;
	margin: 40px 0 0 50px;
}

.header-logo p {
	float: left;
	font: 16px/24px "微软雅黑";
	color: #7f7f7f;
	margin: 35px 0 0 30px;
	position: relative;
}

.header-logo p:before {
	position: absolute;
	content: "";
	left: -15px;
	top: 0;
	width: 1px;
	height: 55px;
	background: #020100;
}

.header-title-right {
	float: right;
	width: 270px;
	margin-top: 40px;
}

.header-title-right p::after {
	content: "";
	display: block;
	width: 1px;
	height: 55px;
	background: #252525;
	position: absolute;
	right: 35px;
	top: 35px;
	border-right: 1px solid #000000;
	border-left: 1px solid #2e2e2e;
}

.header-title-right p:nth-of-type(1) {
	font: 14px/20px "微软雅黑";
	color: #fff;
	text-align: right;
	width: 300px;
}

.header-title-right p span {
	font: 30px/30px "楷体";
	color: #fff;
}

.header-title-right p img {
	float: right;
	/*margin: 10px;*/
	margin-left: 30px;
}

.header-nav {
	height: 50px;
	/*background: #216c9f;*/
}

.header-nav ul li {
	position: relative;
	display: block;
	float: left;
	width: 150px;
	height: 50px;
	/*margin: 0 10px;*/
	text-align: center;
	transition: 1s;
}

.header-nav ul li:after {
	content: "";
	position: absolute;
	right: 0;
	top: 17px;
	width: 1px;
	height: 17px;
	background: #ffca3b;
	border-right: 1px solid #dfa300;
}

.header-nav ul li:last-child:after {
	display: none;
}

.header-nav ul li.nLi:hover {
	background: #181715;
}

.header-nav ul li.nLi:hover a {
	color: #fff;
}

.header-nav ul li a {
	/*display: block;*/
	font: 16px/50px "微软雅黑";
	color: #fff;
}

.header-nav ul li.nLi {
	/*position: relative;
	float: left;*/
	/*padding: 0 35px;*/
}

.header-nav ul li.nLi a {
	/*color: #fff;
	font: 16px/45px "微软雅黑";
	color: #fff;*/
}

.header-nav ul li.nLi>span {
	display: block;
	position: absolute;
	right: 0;
	top: 20px;
	transform: rotate(90deg);
	color: #fff;
	transition: 1s;
}

.header-nav ul li.nLi:hover span {
	display: none;
}

.searchbtn {
	position: relative;
	float: right;
	/*top: 12px;*/
	/*margin: 40px 0px 0 0px;*/
	/*border-top: 1px solid #5a5a5a;
	border-bottom: 1px solid #5a5a5a;*/
}

.searchText , .searchText1 {
	position: relative;
	float: left;
	width: 262px;
	height: 32px;
	font-size: 12px;
	line-height: 36px;
	color: #9b9b9b;
	text-indent: 10px;
	outline: none;
	/* background: #fff; */
	border: none;
	/*border: 1px solid #eceaeb;*/
	margin-right: 97px;
	margin-top: 10px;
}

.searchbtn {
	width: 295px;
	height: 40px;
	border-bottom: 1px solid #fff;
}

.searchText {
	outline: none;
	/*padding-left: 15px;*/
	background: none;
}

.searchText::-webkit-input-placeholder {
	font-size: 12px;
	color: #fff;
}

.searchCheck {
	width: 63px;
	height: 32px;
	float: left;
	/*background: #345ea7;*/
	/*background: #B20F10;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;*/
	position: absolute;
	left: 262px;
	top: 10px;
	cursor: pointer;
}

.banner {
	position: relative;
	overflow: hidden;
}

.banner>img {
	position: absolute;
	top: 50%;
	left: 60%;
	transform: translate(-50%, -50%);
	z-index: 10;
}

.banner .hd {
	position: absolute;
	top: 95%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 999;
}

.banner .hd ul li {
	width: 14px;
	height: 14px;
	border-radius: 100%;
	background: #fff;
	float: left;
	margin: 0 5px;
}

.banner .hd ul li.on {
	background: #ffba00;
}

.searchDiv {
	height: 130px;
	position: relative;
	margin-top: -3px;
	/*border:1px solid #d6d6d4;*/
	/*background: url(../images/searchDiv-bg.png) center no-repeat;*/
}

.searchDiv .wrap>div {
	position: relative;
	float: left;
}

.searchDiv-left {
	width: 565px;
	box-sizing: border-box;
	padding-right: 30px;
}

.searchDiv-left:after {
	content: "";
	position: absolute;
	top: 35px;
	right: -1px;
	width: 1px;
	height: 74px;
	background: #423c3c;
}

.searchDiv-left p {
	font: 14px/26px "microsoft yahei";
	color: #fff;
	margin-top: 45px;
}


.searchDiv-mid {
	width: 580px;
	box-sizing: border-box;
	/*padding: 25px 0 0 80px;*/
}

.searchDiv-mid:after {
	content: "";
	position: absolute;
	top: 35px;
	right: -1px;
	width: 1px;
	height: 74px;
	background: #423c3c;
}

.searchDiv-mid {
	float: right;
	width: 340px;
	/*margin-top: 40px;*/
}

.searchDiv-mid p:nth-of-type(1) {
	font: 14px/20px "微软雅黑";
	color: #fff;
	text-align: left;
	width: 300px;
	margin: 40px 0 0 35px;
}

.searchDiv-mid p span {
	font: 30px/30px "楷体";
	color: #fff;
}

.searchDiv-mid p img {
	float: left;
	margin-right: 10px;
	margin-top: -4px;
	/*margin: 10px;*/
	/*margin-left: 30px;*/
}

.searchDiv-right {
	width: 295px;
	box-sizing: border-box;
	padding: 40px 0 0 48px;
}

.searchDiv-right .share {
	height: 30px;
}

.searchDiv-right .share .bdsharebuttonbox {
	float: left;
}

.searchDiv-right .share a {
	float: left;
	display: block;
	width: 64px;
	height: 64px;
	background: url(../images/share-icon.png) no-repeat;
	padding: 0;
	margin: 0;
}

.searchDiv-right .share a+a {
	margin-left: 27px;
}

.searchDiv-right .share a:nth-of-type(1) {
	background-position: 0 0;
}

.searchDiv-right .share a:nth-of-type(2) {
	background-position: -89px 0;
}

.searchDiv-right .share a:nth-of-type(3) {
	background-position: -180px 0;
}

.searchDiv-right .share span {
	font: bold 14px/14px "微软雅黑";
	color: #3a3a3a;
	margin-left: 12px;
}

.searchDiv-right .share p {
	clear: both;
	font: bold 28px/35px "微软雅黑";
	color: #3a3a3a;
}

.sec-title {
	padding: 80px 0 40px 0;

}

.sec-title p:nth-of-type(1) {
	font: bold 30px/40px "microsoft yahei";
	color: #353535;
	text-align: center;
}

.sec-title p:nth-of-type(2) {
	font: bold 16px/26px "microsoft yahei";
	color: #353535;
	text-align: center;
	background: url(../images/sec-tit-bg.png) center no-repeat;
}

.sec-title p:nth-of-type(3) {
	font: 12px/26px "microsoft yahei";
	color: #989898;
	text-align: center;
}

.sec1-body {
	position: relative;
	width: 100%;
	height: 205px;
	box-sizing: border-box;
	padding-top: 27px;
	/* background: url(../images/sec1-slide-bg.png) center no-repeat; */
}

.sec1-body ul li {
	position: relative;
	width: 155px !important;
	height: 130px;
	/*background: #fff;*/
	box-sizing: border-box;
	/*padding: 20px;*/
	margin: 0 30px;
}

.sec1-body ul li .sec1-pic {
	width: 155px;
	height: 91px;
}

.sec1-body ul li .sec1-pic img {
	width: 100%;
	height: 100%;
}

.sec1-body ul li p {
	text-align: center;
	font: 14px/26px "microsoft yahei";
	color: #fff;
	margin-top: 10px;
}

.sec1-body .tempWrap {
	margin: 0 auto;
}

.sec1-body>.prev,
.sec1-body>.next {
	position: absolute;
	display: block;
	width: 19px;
	height: 34px;
}

.sec1-body>.prev {
	background: url(../images/prev.png) center no-repeat;
	top: 35%;
	left: 3%;
	transform: translate(-50%, -50%);
}

.sec1-body>.next {
	background: url(../images/next.png) center no-repeat;
	top: 35%;
	right: 3%;
	transform: translate(-50%, -50%);
}

/*  */
.sec2-body ul {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.sec2-body ul li {
	box-sizing: border-box;
	width: 25%;
	height: 158px;
	padding: 0 32px;
	border-left: 1px solid #cccccc;
}
.sec2-body ul li span {
	display: block;
	width: 51px;
	height: 51px;
}
.sec2-body ul li:nth-of-type(1) span{
	background: url(../images/fw1.png) no-repeat 0;
}
.sec2-body ul li:nth-of-type(2) span{
	background: url(../images/fw2.png) no-repeat 0;
}

.sec2-body ul li:nth-of-type(3) span{
	background: url(../images/fw3.png) no-repeat 0;
}

.sec2-body ul li:nth-of-type(4) span{
	background: url(../images/fw4.png) no-repeat 0;
}

.sec2-body ul li:nth-of-type(5) span{
	background: url(../images/fw5.png) no-repeat 0;
}

.sec2-body ul li:nth-of-type(6) span{
	background: url(../images/fw6.png) no-repeat 0;
}
.sec2-body ul li:nth-of-type(7) span{
	background: url(../images/fw7.png) no-repeat 0;
}

.sec2-body ul li:nth-of-type(8) span{
	background: url(../images/fw8.png) no-repeat 0;
}





.sec2-body ul li+li+li+li+li {
	padding-top: 20px;
	border-top: 1px solid #cccccc;
}

.sec2-body ul li:nth-of-type(1),
.sec2-body ul li:nth-of-type(5) {
	border-left: 0px solid #cccccc;
}

.sec2-body ul li p:nth-of-type(1) {
	font: 16px/26px "microsoft yahei";
	color: #3a3a3a;
}

.sec2-body ul li p:nth-of-type(2) {
	font: 14px/24px "microsoft yahei";
	color: #6a6a6a;
}

.section3 {
	height: 740px;
}

.sec3-body {
	text-align: center;
}

.sec3-body video {
	margin: 0 auto;
	outline: none;
	object-fit: fill;
}

.swiper {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.current-swiper {
	width: 950px;
	height: 455px;
	margin: 0 auto;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	position: relative;
	z-index: 99;
}

.left-swiper {
	position: absolute;
	left: 0;
	top: 67px;
	z-index: 1;
}

.right-swiper {
	position: absolute;
	right: 0;
	top: 67px;
	z-index: 1;
}

.nocurrent-swiper {
	width: 950px;
	height: 320px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.nocurrent-swiper:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(237, 240, 240, 0.9);
	z-index: 99;
}

.swiper-button-prev {
	width: 46px;
	height: 46px;
	color: #979797;
	left: 50px;
	border: none;
}

.swiper-button-prev:focus {
	outline: none;
}

.swiper-button-next {
	width: 46px;
	height: 46px;
	color: #979797;
	right: 50px;
	border: none !important;
}

.swiper-button-next:focus {
	outline: none;
}

/*  */
.section4 {
	height: 1660px;
	background: url(../images/sec4-bg.png) center no-repeat;
	margin-top: -130px;
}

.sec4-tit {
	text-align: center;
	margin-top: 350px;
}

.sec4-info {
	width: 881px;
	height: 157px;
	margin: 0 auto;
	margin-top: 70px;
	background: #ffba00;
	box-sizing: border-box;
	padding: 40px 25px;
}

.sec4-info p {
	font: bold 16px/26px "microsoft yahei";
	color: #fff;
}

.sec4-info p:nth-of-type(2) {
	margin-top: 25px;
}

.sec4-info p img {
	float: left;
	margin: 2px 10px 0 0;
}

.sec4-list {
	position: relative;
	height: 490px;
	background: url(../images/sec4-list-bg.png) 10px 0px no-repeat;
	margin-top: -10px;
}

.sec4-list ul {
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	padding: 0 40px;
	padding-top: 125px;
}

.sec4-list ul li {
	width: 165px;
	height: 165px;
	border-radius: 100%;
	background: #fff;
	box-sizing: border-box;
	padding: 50px 0 0 0;
	transition: 1s;
}

.sec4-list ul li p {
	text-align: center;
	transition: 1s;
}

.sec4-list ul li p:nth-of-type(1) {
	position: relative;
	font: bold 30px/30px "microsoft yahei";
	color: #3a3a3a;
}

.sec4-list ul li p:nth-of-type(1):before {
	content: "";
	position: absolute;
	top: 50%;
	left: 23px;
	width: 33px;
	height: 1px;
	background: #3a3a3a;
	transition: 1s;
}

.sec4-list ul li p:nth-of-type(1):after {
	content: "";
	position: absolute;
	top: 50%;
	right: 23px;
	width: 33px;
	height: 1px;
	background: #3a3a3a;
	transition: 1s;
}

.sec4-list ul li p:nth-of-type(2) {
	font: bold 16px/20px "microsoft yahei";
	color: #3a3a3a;
	margin-top: 15px;
}

.sec4-list ul li.on {
	background: #ffba00;
}

.sec4-list ul li.on p {
	color: #fff;
}

.sec4-list ul li.on p:after,
.sec4-list ul li.on p:before {
	background: #fff;
}

.sec4-list>a {
	display: block;
	width: 164px;
	height: 62px;
	background: #fff;
	text-align: center;
	font: 14px/62px "microsoft yahei";
	color: #3a3a3a;
	border-radius: 62px;
	position: absolute;
	bottom: 10px;
	left: 45%;
	transform: 1s;
}

.sec4-list>a:hover {
	background: #ffba00;
	color: #fff;
}

.sec4-slogan {
	width: 100%;
	margin: 60px auto 30px;
}

.sec4-contact {
	width: 920px;
	height: 38px;
	margin: 0 auto;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 38px;
}

.sec4-contact::after {
	content: "";
	height: 0;
	clear: both;
	visibility: hidden;
	display: block;
}

.sec4-contact dt {
	float: left;
	height: 38px;
	line-height: 38px;
}

.sec4-contact dd {
	float: left;
	font-size: 30px;
	font-weight: bold;
	margin-left: 100px;
}

.sec4-contact a {
	float: right;
	font-size: 14px;
	color: #FFFFFF;
	display: block;
	width: 136px;
	text-align: center;
	height: 38px;
	background-color: #ffba00;
	border-radius: 5px;
	transform: 1s;
}

.sec4-contact a:hover {
	background-color: #FFFFFF;
	color: #ffba00;
}

/* 客户见证 */


.sec5  {
	width: 1200px;
	height: 290px;
	background: url(../images/sec5-bg1.png) no-repeat 0;
	margin: 0 auto;
}





.sec5 dt {
	font: 18px;
}

.sec5 dd {
	width: 80px;
	height: 5px;
	background-color: #FFFFFF;
	margin: 24px auto;
}

.sec5 p {
	font-size: 14px;
	line-height: 30px;
}



/*  */
.sec-6 {
	width: 1200px;
	margin: 0 auto;
	height: 505px;
}

.sec-6-info {
	width: 1100px;
	margin: 0 auto;
}

.sec-6-l {
	float: left;
	box-shadow: 0px 0px 12px #888888;
	width: 340px;
	height: 450px;
	overflow: hidden;
}
.sec-6-l img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.sec-6-r {
	float: right;
	width: 710px;
	color: #5a5a5a;
}

.sec-6-r em {
	font-size: 22px;
	position: relative;
	top: 25px;
	left: 60px;
}

.sec-6-content {
	margin-top: 130px;
}

.sec-6-content p {
	font-size: 14px;
	line-height: 30px;
}

.sec-6-content a {
	color: #F4C11C;
}

.sec-6-content span {
	position: relative;
	left: 470px;
	top: 45px;
	display: block;
	width: 200px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #181715;
	font-size: 24px;
	color: #FFFFFF;

}

.sec-6-content span::after {
	content: "";
	background: url(../images/sec6-phone.png) no-repeat 10px 5px #F4C11C;
	width: 50px;
	height: 50px;
	position: relative;
	right: -200px;
	top: -50px;
	display: block;
}

/*  */
.sec-7 {
	margin-top: 50px;
}

.sec-7-info {
	width: 1040px;
	margin: 0 auto;
	overflow: hidden;
}

.sec-7-info .swiper-button-next {
	right: 0;
	top: 450px !important;
}

.sec-7-info .swiper-button-prev {
	left: 0;
	top: 450px !important;
}

.sec-7-info p {
	text-align: center;
	margin-top: 38px;
}
.sec-7-info img{
	width: 255px;
	height: 375px;
}
.sec-7-info a {
	color: #FFFFFF;
}
/* news */
.section8 {
	margin: 50px auto;
}

.sec-8::before {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.news {
	float: left;
	width: 625px;
}
.news:last-child {
	margin-right: 0
}

 .news {
	width: 575px;
	margin-right: 50px
}

 .n_nav {
	overflow: hidden;
	border-bottom: 2px solid #eee;
}

 .n_nav ul {
	overflow: hidden
}

 .n_nav ul li {
	float: left;
	margin-right: 20px
}

 .n_nav ul li a {
	font-size: 20px;
	color: #b3b3b3;
	display: inline-block;
	line-height: 30px;
	height: 30px;
}

 .n_nav ul li a:hover,
 .n_nav ul li.cur a {
	font-weight: bold;
	color: #ffba00;
	border-bottom: 2px solid #ffba00
}

 .n_span {
	margin-top: 20px;
	display: inline-block;
	float: right
}

 .n_span a {
	display: inline-block;
	padding-right: 30px;
	font-family: Arial;
	font-size: 14px;
	color: #b3b3b3;
	text-transform: uppercase
}

 .news_c {
	overflow: hidden;
	margin-top: 25px;
}

 .news_c dl:first-child {
	overflow: hidden;
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
	padding-bottom: 30px
}

 .news_c dl:first-child dt {
	display: block;
	font-size: 0;
	float: left;
	width: 150px;
	margin-right: 20px;
	height: 110px;
	overflow: hidden
}

 .news_c dl:first-child dt img {
	width: 100%
}

 .news_c dl:first-child dd {
	overflow: hidden
}

 .news_c dl:first-child dd h4 {
	font-weight: normal;
	height: 40px;
	overflow: hidden;
	background: none;
	padding-left: 0
}

 .news_c dl:first-child dd h4 a {
	font-size: 16px;
	color: #3a3a3a;
	height: 40px;
	line-height: 40px;
	overflow: hidden
}

 .news_c dl:first-child dd h4 a:hover,
 .news_c ul li a:hover,
 .n_span a:hover {
	color: #ffba00
}

 .news_c dl:first-child dd p {
	display: block;
	color: #7a7a7a;
	opacity: 0.6;
	font-size: 14px;
	height: 52px;
	line-height: 26px;
	margin-top: 5px;
	overflow: hidden
}
.news_c dl:first-child span {
	position: relative;
	left: 320px;
	bottom: 15px;
}
.news_c dl:first-child span a{
	color: #7a7a7a;
}
.news_c dl:first-child span a:hover{
	color: #ffba00;
}
 .news_c dl {
	overflow: hidden;
	margin: 30px 0;
}

 .news_c dl dt {
	display: none
}

 .news_c dl dt img {
	width: 100%
}

 .news_c dl dd {
	overflow: hidden
}

 .news_c dl dd h4 {
	overflow: hidden;
	font-weight: normal;
	height: 30px;
	line-height: 30px;
	padding-left: 19px;
	background: url(../images/news-list.png) no-repeat left 6px
}

 .news_c dl dd h4 i {
	display: inline-block;
	float: right;
	color: #8a8a8a;
	opacity: 0.6;
	font-size: 14px;
	font-family: Arial;
	width: 100px;
	margin-left: 20px;
	text-align: right
}

 .news_c dl dd h4 a {
	color:#3a3a3a;
	font-size: 14px;
	display: block;
	overflow: hidden;
	height: 30px;
	text-overflow: ellipsis;
	white-space: nowrap
}

 .news_c dl dd h4 a:hover {
	color: #ffba00
}

 .news_c dl dd p {
	display: none
}




.question {
	float: right;
	width: 425px;
}
.question dt {
	height: 22px;
	text-indent: 36px;
	margin: 40px 0 25px;
	font-size: 16px;
	color: 3a3a3a;
	background: url(../images/Q.png) no-repeat 0;
}
.question dt a {
	color: #3a3a3a;
}
.question dt a:hover {
	color: #ffba00
}
.question dd {
	text-indent: 36px;
	line-height: 26px;
	font-size: 14px;
	color: #7a7a7a;
	background: url(../images/A.png) no-repeat 0px 0;
}


/* 友情链接 */
.link {
	width: 1197px;
	height: 120px;
	border: 1px solid #9c9c9c;
}

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

.link span {
	background: url(../images/sec9-bg.png) no-repeat 0;
	width: 165px;
	height: 120px;
	border-right: 1px solid #9c9c9c;
	display: block;
	float: left;
}

.idx-link ul {
	width: 950px;
	float: right;
	margin: 25px 0;
}

.idx-link ul li {
	float: left;
	width: 100px;
	margin-right: 15px;
}

.idx-link ul li a {
	color: #8a8a8a;
	font-size: 14px;
	line-height: 35px;
}

.idx-link ul li a:hover {
	color: #01448c;
	transition: 1s;
}

/*  */
.section9 {
	background: url(../images/bot-nav-bg.png) no-repeat center;
	height: 200px;
	margin: 50px auto 0;
}



/*  */
.footer {
	position: relative;
	height: 290px;
	background: #181715;
}

.footer-body>div {
	height: 270px;
	float: left;
}

.footer-info p {
	font: 14px/30px "微软雅黑";
	color: #fff;
}

.footer-info p:nth-of-type(1) {
	margin-top: 40px;
}

.footer-info p:nth-of-type(1) a {
	color: #fff;
}

.idx-form {
	margin: 40px 0 0 110px;
}

.idx-form .form_name {
	box-sizing: border-box;
	width: 200px;
	height: 40px;
	padding-left: 15px;
}

.idx-form .form_tel {
	box-sizing: border-box;
	width: 200px;
	height: 40px;
	padding-left: 15px;
	float: right;
}

.idx-form .form_message {
	box-sizing: border-box;
	width: 420px;
	height: 85px;
	/*margin-top: 15px;*/
	padding-left: 15px;
	padding-top: 15px;
	resize: none;
}

.idx-form .msg-type {
	font: 14px/14px "微软雅黑";
	color: #fff;
	padding: 8px 0px;
}

.idx-form .msg-type input {
	margin-left: 10px;
}

.idx-form .msg-type input+input {
	margin-left: 10px;
}

.idx-form .submit {
	display: block;
	width: 420px;
	height: 37px;
	background: #ffba00;
	color: #fff;
	text-align: center;
	line-height: 37px;
	margin-top: 10px;
}

.footer-ewm img {
	width: 150px;
	height: 150px;
	margin: 40px 0 0 100px;
}

.footer-ewm p {
	font: 14px/14px "微软雅黑";
	color: #fff;
	text-align: center;
	margin: 22px 0 0 100px;
}

.footer .share {
	height: 30px;
	margin-top: 10px;
}

.footer .share .bdsharebuttonbox {
	float: left;
}

.footer .share a {
	float: left;
	display: block;
	width: 30px;
	height: 30px;
	background: url(../images/footer-share-icon.png) no-repeat;
	padding: 0;
	margin: 0;
}

.footer .share a+a {
	margin-left: 10px;
}

.footer .share a:nth-of-type(1) {
	background-position: 0 0;
}

.footer .share a:nth-of-type(2) {
	background-position: -40px 0;
}

.footer .share a:nth-of-type(3) {
	background-position: -80px 0;
}

.footer .share span {
	font: 14px/14px "微软雅黑";
	color: #fff;
	margin-top: 5px;
	float: left;
}

.footer .share p {
	clear: both;
	font: bold 28px/35px "微软雅黑";
	color: #3a3a3a;
}



.footer-nav {
	height: 50px;
	box-sizing: border-box;
	position: relative;
	top: 130px;
}

.footer-nav ul li {
	float: left;
	height: 50px;
	display: table;
	position: relative;
	transition: 0.3s;
}

.footer-nav ul li:after {
	position: absolute;
	top: 18px;
	right: 0px;
	background: #fff;
	content: "";
	display: block;
	width: 2px;
	height: 15px;
}

.footer-nav ul li:last-of-type:after {
	display: none;
}

.footer-nav ul li a {
	display: block;
	width: 150px;
	line-height: 50px;
	height: 50px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	transition: all 0.3s;
}


/* 侧边栏 */













@-webkit-keyframes leftright {
	0% {
		left: 0%
	}

	50% {
		left: 5%
	}

	100% {
		left: 0%
	}
}

@keyframes leftright {
	0% {
		left: 0%
	}

	50% {
		left: 5%
	}

	100% {
		left: 0%
	}
}

@keyframes rotate {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}
