@charset "utf-8";

.ani {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

/* 首页内容区域 */
.icon-mouse {
	color: #fff;
	position: fixed;
	bottom: 10px;
	left: 50%;
	width: 100px;
	margin-left: -50px;
	text-align: center;
	z-index: 999;
}

.icon-mouse img {
	display: block;
	margin: 0 auto 5px;
	animation: tantiao 2s infinite ease-in-out;
}

.icon_fadeout.icon-mouse {
	bottom: -160px;
}

.banner_item a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.banner_item_bg {
	display: block;
	background: 50% no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
}

.banner_item.active .banner_item_bg {
	animation: banenr_scale 25s ease-out forwards;
}

.banner-inner {
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	opacity: 0;
	transform: translateX(-50%) translateY(-50%);
}

.active.banner_item .banner-inner {
	animation: banner_inner .5s ease-out forwards;
	animation-delay: .5s;
}

.fp-controlArrow {
	display: none;
}

.fp-slidesNav.fp-bottom {
	bottom: 50% !important;
	-webkit-transform: translateY()(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.fp-slidesNav ul {
	position: fixed;
	right: 60px;
}

#fp-nav ul li,
.fp-slidesNav ul li {
	display: block;
	width: auto !important;
	height: auto !important;
	margin: 0 !important;
	margin-right: 4px !important;
}

#fp-nav ul li,
.fp-slidesNav ul li a {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 100% !important;
	margin-bottom: 20px;
}

.fp-slidesNav ul li a .fp-sr-only {
	display: none !important;
}

.fp-slidesNav ul li a span {
	display: block;
	position: relative !important;
	width: 20px;
	height: 20px;
	background: #FFFFFF;
	border-radius: 0 !important;
	margin: 0 !important;
	left: 0 !important;
	top: 0 !important;
	border-radius: 100% !important;
	opacity: .5;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
	width: 20px;
	height: 20px;
	background: #FFFFFF;
	border-radius: 0 !important;
	margin: 0 !important;
	border-radius: 100% !important;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
	width: 20px;
	height: 20px;
	opacity: 1 !important;
}

/* 首页第二屏 */
.section2 {
	background: url(../images/index-001.png) center center / 1920px 100% no-repeat;
}

.section2 .w {
	padding: 110px 40px 0 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
}

.biaoti3 {
	-webkit-transform: scale(.8);
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	-o-transform: scale(.8);
	transform: scale(.8);
	opacity: 0;
}
.section2 .w .neirong {
	width: 1150px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}

.section2 .w .neirong-biaoti h3 {
	color: #333333;
	font-weight: bold;
	font-size: 30px;
	margin-top: 10px;
}

.section2 .w .neirong-biaoti span {
	display: block;
	width: 100px;
	height: 1px;
	background: #ffb32e;
	margin-bottom: 40px;
}

.section2 .w .neirong-biaoti p {
	color: #666666;
	font-size: 14px;
	margin: 10px 0;
}

.section2 .w .center .ell_4 {
	width: 840px;
	height: 120px;
	color: #333333;
	font-size: 16px;
	line-height: 30px;
}

.section2 .w .center a {
	display: block;
	width: 200px;
	height: 66px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #333333;
	color: #333333;
	font-size: 18px;
	text-align: center;
	line-height: 66px;
	margin-top: 35px;
}

.section2 .w .center a img {
	margin-top: 25px;
	margin-left: 10px;
}

.section2 .w .center a .yincang {
	display: none;
}

.section2 .w .center a:hover {
	background: #ffba00;
	border-color: #ffba00;
	color: #FFFFFF;
}

.section2 .w .center a .none {
	display: none;
}

.section2 .w .center a:hover .block {
	display: none;
}

.section2 .w .center a:hover .none {
	display: inline-block;
}

.record_item {
	padding-top: 20px;
}

.record_item:hover {
	background-color: #ffba00;
}

.bdr {
	border-right: 1px solid #FFFFFF;
}

.record_wrap {
	width: 880px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	opacity: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 40px;
}

.active .record_wrap {
	opacity: 1;
	transition-delay: 1.5s;
}

.record_item {
	float: left;
	width: 25%;
	height: 135px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}

.record_item span {
	font-size: 50px;
}

.record_item p {
	font-size: 16px;
}

.active .shishei .biaoti3 {
	transition-delay: .4s;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.active .shishei .neirong {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight;
}

/* 第三屏内容 */
.index-chanpin {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.flex{
	display: flex;
}
.flex-acenter{
	align-items: center;
}
.flex-contenr{
	justify-content: center;
}
.flex-column{
	flex-direction: column;
}
.index-chanpin .neirong h3{
	color: #FFFFFF;
	font-size: 80px;
	font-weight: bold;
}
.index-chanpin .neirong p{
	color: #FFFFFF;
	font-size: 24px;
	line-height: 36px;
	margin: 70px 0 130px;
}
.index-chanpin .anniu,.index-chanpin .neirong{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 60px;
}
.anniu-btn{
	display: block;
	width: 200px;
	height: 66px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border:1px solid #FFFFFF;
	color: #FFFFFF;
	font-size: 18px;
	text-align: center;
	line-height: 66px;
	margin-top: 35px;
	margin-right: 20px;
	padding: 0 !important;
}
.index-chanpin .anniu .anniu-btn{
	background: #ffba00;
	border:1px solid #ffba00;
}
.index-chanpin .anniu a:nth-child(2){
	border: 1px solid #FFFFFF;
	background: none;
}
.anniu-btn img {
	margin-top: 25px;
	margin-left: 10px;
}
.index-chanpin .anniu a:hover {
	background: #ffba00;
	border-color: #ffba00;
	color: #FFFFFF;
}
.anniu-btn:hover{
	border: 1px solid #ffba00;
	background: #ffba00;
}
.index-chanpin .anniu a:nth-child(1):hover{
	border: 1px solid #FFFFFF;
	background: none;
}
.index-chanpin .hd {
	width: 400px;
	height: 100%;
	overflow: hidden;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: 1;
	padding-top: 76px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.index-chanpin .hd ul {
	width: 400px;
	height: 100%;
	overflow: hidden;
	zoom: 1;
}

.index-chanpin .hd ul li {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 25%;
	cursor: pointer;
	background: rgba(255,255,255,.4);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #FFFFFF;
	overflow: hidden;
}
.index-chanpin .hd ul li:nth-child(2){
	background: rgba(255,255,255,.3);
}
.index-chanpin .hd ul li:nth-child(3){
	background: rgba(255,255,255,.2);
}
.index-chanpin .hd ul li:nth-child(4){
	background: rgba(255,255,255,.1);
}
.index-chanpin .hd ul li p{
	font-size: 24px;
	margin-bottom: 25px;
}
.index-chanpin .hd ul li span{
	font-size: 18px;
}
.index-chanpin .hd ul li.on {
	background: #ffba00;
	color: #fff;
}

.index-chanpin .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.index-chanpin .bd ul,
.index-chanpin .bd ul li {
	width: 100%;
	height: 100%;
}

.index-chanpin .bd li {
	zoom: 1;
	vertical-align: middle;
}
/* 首页第四屏内容 */
.section4{
	width: 100%;
	height: 100%;
	background: url(../images/index-003.png) center center / auto 100% no-repeat;
}
.active .index-anli .biaoti3 {
	transition-delay: .4s;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
.index-anli{
	position: relative;
	height: 720px;
	padding: 0 40px 0 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.index-anli .bg{
	position: absolute;
	bottom: 0;
	right: 340px;
}
.index-anli .neirong{
	position: absolute;
	width: 970px;
	height: 100%;
	left: 50%;
	transform: translateX(-50%);
	top: 0;
}
.index-anli .neirong .item{
	position: absolute;
	display: block;
	width: 240px;
	height: 240px;
	left: 240px;
	overflow: hidden;
}
.index-anli .neirong .item2{
	top: 0;
	left: 720px;
}
.index-anli .neirong .item3{
	top: 240px;
	left: 0;
}
.index-anli .neirong .item4{
	top: 240px;
	left: 240px;
}
.index-anli .neirong .item5{
	top: 240px;
	left: 480px;
}
.index-anli .neirong .item6{
	top: 480px;
	left: 240px;
}
.index-anli .neirong .item img{
	width: 100%;
	height: 100%;
	transition:all .3s;/*图片放大过程的时间*/
}
.index-anli .neirong .item:hover img{
	transform: scale(1.1);
}
.index-anli .gengduo{
	position: absolute;
	right: 240px;
	bottom: 160px;
	color: #FFFFFF;
	font-size: 14px;
}
.index-anli .gengduo .anniu-btn{
	margin: 10px 0 0 0 !important;
}
.active .index-anli .neirong .item{
	visibility: visible;
	animation-name: fadeInRight;
}
.active .index-anli .neirong .item2{
	animation-delay: 0.1s;
}
.active .index-anli .neirong .item3{
	animation-delay: 0.2s;
}
.active .index-anli .neirong .item4{
	animation-delay: 0.3s;
}
.active .index-anli .neirong .item5{
	animation-delay: 0.4s;
}
.active .index-anli .neirong .item6{
	animation-delay: 0.5s;
}
/* 首页第五屏幕内容 */
.section5{
	width: 100%;
	height: 100%;
	background: url(../images/index011.png) center center / auto 100% no-repeat;
}
.section5 .index-news{
	overflow: hidden;
}
.section5 .index-news .item{
	width: 30%;
	height: 240px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	-webkit-transform: scale(.8);
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	-o-transform: scale(.8);
	transform: scale(.8);
	opacity: 0;
	overflow: hidden;
}
.active .index-news .item{
	transition-delay: .4s;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
.section5 .index-news .item .imgs{
	width: 100%;
	height: 100%;
	transition:all .3s;/*图片放大过程的时间*/
	cursor: pointer;
}
.section5 .index-news .item:hover .imgs{
	transform: scale(1.1);
}
.section5 .index-news .item2{
	width: 40%;
	background: #333333;
	padding:28px 60px;
}
.section5 .index-news .item2 .tiem{
	color: #999999;
	font-size: 16px;
}
.section5 .index-news .item2 h3{
	color: #ffba00;
	font-size: 24px;
	font-weight: bold;
	margin: 16px 0;
}
.section5 .index-news .item2 .xian{
	width: 100%;
	height: 1px;
	background: #FFFFFF;
	margin-bottom: 14px;
}
.section5 .index-news .item2 .ell_2{
	color: #FFFFFF;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 10px;
}
.section5 .index-news .item3{
	background: #666666;
	padding:20px 50px;
}
.section5 .index-news .item3 .title{
	color: #fffffe;
	font-size: 24px;
	margin-bottom: 10px;
}
.section5 .index-news .item3 .xian{
	width: 30px;
	height: 1px;
	background: #FFFFFF;
}
.section5 .index-news .item3 .ell_2{
	color: #ffffff;
	font-size: 24px;
	margin: 10px 0 40px 0;
	line-height: 36px;
	font-weight: bold;
}
.section5 .index-news .item3 a{
	color: #fffffe;
	font-size: 16px;
}
.section5 .index-news .item4{
	padding: 0 !important;
}
.section5 .index-news .item6{
	background: #999999;
}
.section5 .index-news .item8{
	width: 40%;
	background: #666666;
}
.section5 .index-news .item9{
	display: flex;
	justify-content: center;
	align-items: center;
	background: #333333;
}
/* 首页第六屏幕 */
.section6{
	background: #0073d4;
}
.section6 .index-about{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.section6 .index-about .left,.section6 .index-about .right{
	width: 50%;
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 76px;
}
.section6 .index-about .left .neirong,.section6 .index-about .right .neirong{
	width: 750px;
}
.section6 .index-about .left .neirong{
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 80px;
}
.section6 .index-about .left .neirong .title p{
	color: #ffffff;
	font-size: 36px;
}
.section6 .index-about .left .neirong .title span{
	display: block;
	color: #ffffff;
	font-size: 30px;
	margin-top: 20px;
}
.section6 .index-about .left .neirong .xinxi{
	margin-top: 80px;
}
.section6 .index-about .left .neirong .xinxi p{
	color: #FFFFFF;
	font-size: 18px;
	margin-top: 15px;
}
.section6 .index-about .left .neirong .xian{
	width: 1px;
	height: 100px;
	background: #FFFFFF;
	margin: 50px 0;
}
.section6 .index-about .left .neirong .map{
	width: 100%;
	height: 180px;
}
.section6 .index-about .right{
	background: #FFFFFF;
}
.section6 .index-about .right .neirong{
	position: relative;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 80px;
}
.section6 .index-about .right .neirong .title .xian{
	position: absolute;
	left: 50%;
	margin-top: -35px;
	transform: translateX(-50%);
	width: 100px;
	height: 1px;
	background: #000000;
}
.section6 .index-about .right .neirong .title h3{
	color: #000000;
	font-size: 36px;
}
.section6 .index-about .right .neirong .title p{
	display: block;
	color: #000000;
	font-size: 30px;
	margin-top: 20px;
}
.section6 .index-about .right .neirong img{
	display: block;
	margin: 0 auto;
	width: 124px;
	height: 110px;
	margin-top: 75px;
	margin-bottom: 30px;
}
.section6 .index-about .right .neirong .con{
	color: #000000;
	font-size: 18px;
	line-height: 36px;
	text-indent: 2em;
}
.section6 .index-about .right .neirong .con p{
	height: 355px;
}
.active .index-about .left .neirong{
	visibility: visible;
	animation-name: bounceInLeft;
}
.active .index-about .right .neirong{
	visibility: visible;
	animation-delay: 0.5s;
	animation-name: bounceInRight;
}
/* header区域样式 */
.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 76px;
	background: #FFFFFF;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	z-index: 999;
}

.zhanwei {
	width: 100%;
	height: 76px;
}

.header .w {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 28px;
	padding-right: 40px;
}

.header .logo {
	display: block;
	height: 100%;
}

.header .logo img {
	position: absolute;
	top: 50%;
	max-height: 100%;
	transform: translateY(-50%);
}

.header ul li {
	position: relative;
	margin-left: 70px;
}

.header ul li a {
	line-height: 76px;
	color: #333333;
	font-size: 16px;
}

.header ul .act a {
	color: #ffba00;
}

.header ul .act::after {
	display: block;
	content: '';
	position: absolute;
	left: 0;
	top: 55px;
	width: 100%;
	height: 2px;
	background: #ffba00;
}

/* footer内容样式 */
.footer {
	width: 100%;
	height: 400px;
	background: url(../images/footer-bg.png) center center / 1920px 100% no-repeat;
}

.footer .footer-top {
	height: 320px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 60px;
	padding-left: 10px;
	padding-right: 20px;
}

.footer .footer-top .left h4 {
	color: #ffffff;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 25px;
}

.footer .footer-top .left p {
	color: #ffba00;
	font-size: 48px;
	font-weight: bold;
}

.footer .footer-top .center {
	margin-left: 15px;
}

.footer .footer-top .center .item {
	margin-left: 80px;
}

.footer .footer-top .center .item h3 {
	color: #ffffff;
	font-size: 20px;
	margin-bottom: 25px;
}

.footer .footer-top .center .item a {
	display: block;
	color: #FFFFFF;
	margin-bottom: 10px;
	font-size: 16px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.footer .footer-top .center .item a:hover {
	color: #ffba00;
}

.footer .footer-top .right img {
	width: 194px;
	height: 194px;
}

.footer .footer-bottom {
	margin-top: 20px;
}

.footer .footer-bottom p,
.footer .footer-bottom a {
	display: inline-block;
	color: #ffffff;
	font-size: 14px;
}

.footer .footer-bottom .p2 {
	margin-left: 45px;
}

/* 企业介绍页面内容 */
.banner {
	width: 100%;
	height: 800px;
}

.taber {
	position: relative;
	height: 66px;
	line-height: 66px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}
.taberAct{
	width: 100%;
	position: fixed !important;
	top: 76px;
	left: 0;
	z-index: 999 !important;
}
.taber .w .left a {
	width: 120px;
	position: relative;
	display: block;
	color: #333333;
	font-size: 18px;
	text-align: center;
}

.taber .w .left a::after {
	position: absolute;
	content: '';
	width: 1px;
	height: 10px;
	right: 0;
	top: 28px;
	background: #cdcdcd;
}

.taber .w .left .fh::after {
	display: none;
}

.taber .w .left a:hover {
	color: #ffba00;
}

.taber .w .right {
	color: #333333;
	font-size: 18px;
}

.taber .w .right img {
	margin-top: 26px;
}

.taber .xian {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 2px;
	background: #ffba00;
}

.introduce .introduce-guanyu {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 40px 0;
}

.introduce .introduce-guanyu .w .left {
	width: 790px;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 40px;
}

.biaoti {
	width: auto;
	height: 187px;
	background: url(../images/biaoti-bg.png) no-repeat;
	overflow: hidden;
}

.biaoti h3 {
	color: #ffba00;
	font-weight: bold;
	font-size: 30px;
	margin-top: 40px;
	margin-left: 40px;
}

.biaoti p {
	color: #dddddd;
	font-size: 48px;
	margin-left: 40px;
}

.introduce .introduce-guanyu .w .left .neirong {
	color: #333333;
	font-size: 16px;
	text-indent: 2em;
	line-height: 36px;
	margin-top: 30px;
}

.introduce .introduce-guanyu .w .right {
	position: relative;
	width: 600px;
	height: 695px;
}

.introduce .introduce-guanyu .w .right img {
	position: relative;
	display: block;
	width: 559px;
	height: 653px;
	margin: 20px auto;
}

.introduce .introduce-guanyu .w .right .huang {
	position: absolute;
	top: 0;
	right: 0;
	width: 275px;
	height: 275px;
	background: #ffba00;
}

.introduce .introduce-guanyu .w .right .hui {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 141px;
	height: 141px;
	background: #bfbfbf;
}

.introduce .introduce-linian {
	width: 100%;
	height: 800px;
	background: url(../images/introduce-003.png) center center / 1920px 100% no-repeat;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
}

.introduce .introduce-linian .w .left {
	margin-top: 160px;
	max-width: ;
}

.biaoti2 {
	background: url(../images/biaoti2-bg.png) right no-repeat;
}

.biaoti2 h3,
.biaoti2 p {
	text-align: right;
	margin-right: 40px;
}

.introduce .introduce-linian .w .right {
	margin-top: 100px;
}

.introduce .introduce-linian .w .right .neirong {
	width: 520px;
	color: #333333;
	font-size: 16px;
	text-indent: 2em;
	line-height: 36px;
	float: right;
	margin-top: 50px;
}

.introduce-wenhua-bg,
.introduce-wenhua-bg img {
	max-width: 750px;
}

.introduce-wenhua-bg {
	position: fixed;
	z-index: 2;
	bottom: 0px;
	right: 10%;
}

.introduce,
.footer,
.banner,
.taber {
	position: relative;
	z-index: 3;
}

.taber,
.introduce-guanyu {
	background: #FFFFFF;
}

.introduce-wenhua {
	overflow: hidden;
}

.introduce-wenhua .w {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 40px 100px 40px;
	overflow: hidden;
}

.introduce-wenhua .w .neirong {
	margin-top: 60px;
	overflow: hidden;
}

.introduce-wenhua .w .left .item {
	position: relative;
	margin-top: 45px;
	padding-left: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.introduce-wenhua .w .left .item::after {
	content: '';
	position: absolute;
	left: 0;
	top: 6px;
	width: 12px;
	height: 12px;
	border-radius: 100%;
	background: #ffba00;
}

.introduce-wenhua .w .left .item h3 {
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}

.introduce-wenhua .w .left .item p {
	color: #333333;
	font-size: 16px;
}

.introduce-team {
	width: 100%;
	height: 800px;
	overflow: hidden;
	background: url(../images/introduce-005.png) center center / 1920px 100% no-repeat;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.introduce-team .w {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px;
}

.introduce-team .w .introduce-team-taber .left {
	margin-top: 75px;
}

.introduce-team .w .introduce-team-taber .left div {
	cursor: pointer;
	width: 160px;
	height: 70px;
	text-align: center;
	line-height: 70px;
	background: #FFFFFF;
	color: #333333;
	margin-right: 10px;
	font-size: 24px;
}

.introduce-team .w .introduce-team-taber .left .act {
	color: #FFFFFF;
	background: #ffba00;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
}

.licheng {
	width: 1200px;
	height: auto;
	overflow: hidden;
	position: relative;
	padding: 30px 0;
}

.licheng .hd {
	position: absolute;
	width: 100%;
	height: 40px;
	overflow: hidden;
	margin-top: 38px;
}

.licheng .hd .hengxian {
	width: 1120px;
	height: 2px;
	background: #e8e8e8;
	margin: 0 auto;
	margin-top: 20px;
}

.licheng .hd .prev,
.licheng .hd .next {
	position: absolute;
	display: block;
	width: 40px;
	height: 40px;
	overflow: hidden;
	cursor: pointer;
	background: url(../images/introduce-009.png) no-repeat;
	top: 0;
}

.licheng .hd .next {
	right: 0;
}

.licheng .hd .prev {
	background: url(../images/introduce-007.png) no-repeat;
}

.licheng .hd .prev:hover {
	background: url(../images/introduce-008.png) no-repeat;
}

.licheng .hd .next:hover {
	background: url(../images/introduce-010.png) no-repeat;
}

.licheng .bd {
	width: 1120px;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	margin: 0 auto;
}

.licheng .bd ul {
	position: relative;
	z-index: 99;
	overflow: hidden;
	zoom: 1;
}

.licheng .bd ul li {
	cursor: pointer;
	width: 224px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
}

.licheng .bd ul li .con {
	width: 150px;
	height: auto;
	margin: 0 auto;
	margin-top: 43px;
}

.licheng .bd ul li .con .tc {
	color: #FFFFFF;
	font-size: 24px;
	margin-bottom: 12px;
}

.licheng .bd ul li .con .yuan {
	width: 30px;
	height: 30px;
	background: #0173d4;
	border-radius: 50%;
	border: 4px solid #FFFFFF;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.licheng .bd ul li .con .ell {
	text-align: center;
	color: #FFFFFF;
	font-size: 16px;
	margin-top: 16px;
}

.licheng .bd ul .act .con .tc {
	color: #ffba00;
}

.licheng .bd ul .act .con .yuan {
	border: 4px solid #ffba00;
	background: #ffba00;
}

.licheng .bd ul .act .con .ell {
	color: #ffba00;
}

.introduce-team .w .list {
	width: 900px;
	height: 350px;
	background: #ebebeb;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	margin: 0 auto;
	padding: 50px;
}

.introduce-team .w .list .item {
	width: 100%;
	height: 100%;
	display: none;
	padding: 0 !important;
}

.introduce-team .w .list .act {
	display: block;
}

.introduce-team .w .list .img {
	width: 410px;
	height: 250px;
}

.introduce-team .w .list .img img {
	width: 100%;
	height: 100%;
}

.introduce-team .w .list .right {
	width: 340px;
	height: auto;
	margin-left: 50px;
}

.introduce-team .w .list .right .zhanwei {
	width: 50px;
	height: 6px;
	background: #ffba00;
	margin-bottom: 20px;
}

.introduce-team .w .list .right h3 {
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
}

.introduce-team .w .list .right .ell_7 {
	width: 100%;
	height: 180px;
	color: #333333;
	font-size: 16px;
	text-align: justify;
	line-height: 25px;
}

.introduce-rongyu {
	width: 100%;
	height: auto;
	background: #FFFFFF;
}

.introduce-rongyu .w {
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0 50px 0;
}

.introduce-rongyu .w .biaoti {
	margin-left: 40px;
}

.introduce-rongyu .w .list {
	margin-top: 80px;
}

.introduce-rongyu .w .list .item {
	position: relative;
	width: 280px;
	height: 430px;
	background: #FFFFFF;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	border-radius: 4px;
	overflow: hidden;
	margin-left: 12px;
}

.introduce-rongyu .w .list .item img {
	position: absolute;
	left: 50%;
	top: 50%;
	max-height: 100%;
	transform: translateX(-50%) translateY(-50%);
}

/* 产品展示详情页面样式 */
.product-details {
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-bottom: 30px;
}

.product-details .title {
	position: relative;
	padding: 25px 0;
	color: #333333;
	font-size: 30px;
}

.product-details .title::after {
	content: '';
	position: absolute;
	width: 40px;
	height: 4px;
	background: #ffba00;
	bottom: 0;
	left: 0;
}

.product-details .list {
	overflow: hidden;
	margin-top: 20px;
}

.product-details .list .item {
	position: relative;
	display: block;
	width: 50%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #cdcdcd;
	padding-bottom: 10px;
}

.product-details .list .item .imgs {
	padding-top: 35px;
	margin-bottom: 80px;
}

.product-details .list .item .imgs img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: 460px;
	width: 100%;
}

.product-details .list .item p {
	color: #333333;
	font-size: 18px;
	margin-bottom: 10px;
	height: 25px;
}

.product-details .list .item .neirong {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	color: #FFFFFF;
	background: rgba(0, 115, 212, 0.7);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 35px;
	overflow: hidden;
	opacity: 0;
}

.product-details .list .item .neirong p {
	color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 45px;
}

.product-details .list .item .neirong .neirong-item {
	overflow: hidden;
}

.product-details .list .item .neirong .neirong-item {
	line-height: 34px;
}

.product-details .list .item .neirong .neirong-item .left {
	width: 40%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 25px;
	text-align: left;
}

.product-details .list .item .neirong .neirong-item .right {
	width: 60%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
}

.product-details .list .item:hover .neirong {
	opacity: 1;
}

.product-details-banner {
	width: 100%;
	height: 600px;
	margin-top: 30px;
}

/* 成功案例页面样式 */
.case {
	background: #f0f5fa;
	padding-top: 60px;
	overflow: hidden;
}

.case .list {
	overflow: hidden;
}

.case .list .item {
	position: relative;
	display: block;
	width: 486px;
	height: 260px;
	margin-right: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}

.case .list .item .img,
.case .list .item .img img {
	overflow: hidden;
	width: 100%;
	height: 100%;
}

.case .list .item .text {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #FFFFFF;
	background: rgba(0, 0, 0, 0.54);
}

.case .list .item:nth-child(3n+0) {
	margin-right: 0;
}

.case .list .item:hover img {
	transform: scale(1.1);
	/*以y轴为中心旋转*/
}

.fenye {
	height: 42px;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	margin-top: 40px !important;
	margin-bottom: 30px !important;
}

.fenye .fenye-con {
	display: inline-block;
	width: auto;
	height: auto;
	vertical-align: top;
}

.fenye .fenye-con a {
	display: block;
	float: left;
	min-width: 42px;
	height: 42px;
	background: #FFFFFF;
	color: #333333;
	font-size: 16px;
	text-align: center;
	line-height: 42px;
	margin-right: 20px;
}

.fenye .fenye-con a img {
	display: block;
	margin: 0 auto;
	margin-top: 13.5px;
}

.fenye .fenye-con .active {
	background: #ffba00;
	color: #FFFFFF;
}

.fenye .fenye-con a .yincang {
	display: none;
}

.fenye .fenye-con a:hover .xianshi {
	display: none;
}

.fenye .fenye-con a:hover .yincang {
	display: block;
}

.fenye form {
	display: inline-block;
	line-height: 42px;
	font-size: 14px;
	color: #666666;
	text-align: center;
}

.fenye form input {
	width: 88px;
	height: 42px;
	background: #FFFFFF;
	color: #333333;
	font-size: 14px;
	text-align: center;
	line-height: 42px;
	margin-right: 20px;
	border: none;
	margin: 0 10px;
}

.fenye form button {
	width: 66px;
	height: 42px;
	background: #FFFFFF;
	color: #333333;
	font-size: 14px;
	text-align: center;
	line-height: 42px;
	border: none;
	margin-left: 28px;
}

input[type=number] {
	-moz-appearance: textfield;
	border: none;
}

input:focus {
	outline: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* 产品展示页面样式 */
.product {
	padding-bottom: 40px;
}

.product .w .item {
	width: 100%;
	height: 700px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	margin-top: 40px;
	padding: 150px 130px 0 130px;
}

.product .w .item h3 {
	color: #ffffff;
	font-size: 72px;
	font-weight: bold;
	letter-spacing: 18px;
}

.product .w .item p {
	color: #ffffff;
	font-size: 24px;
	line-height: 40px;
	margin: 50px 0;
}

.product .w .item a {
	display: block;
	width: 200px;
	height: 66px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-size: 18px;
	text-align: center;
	line-height: 66px;
}

.product .w .item a:hover {
	background: #ffba00;
	border-color: #ffba00;
}

.product .w .item a img {
	margin-top: 25px;
	margin-left: 10px;
}

/* 新闻中心页面内容 */
.news {
	width: 100%;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	background: #f0f5fa;
	padding-top: 15px;
}

.news .w .item {
	width: 100%;
	height: 300px;
	overflow: hidden;
	display: block;
	background: #FFFFFF;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	margin-bottom: 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.news .w .item .left,
.news .w .item .left img {
	overflow: hidden;
	width: 375px;
	height: 260px;
}

.news .w .item .left {
	margin: 20px;
}

.news .w .item .left:hover img {
	transform: scale(1.1);
	/*以y轴为中心旋转*/
}

.news .w .item .center {
	width: 830px;
	height: auto;
	margin-left: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 35px;
}

.news .w .item .center h3 {
	color: #333333;
	font-size: 24px;
	margin-bottom: 35px;
}

.news .w .item .center .ell_3{
	display: block;
	height: 72px;
	color: #333333;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 40px;
}

.news .w .item .center .anniu {
	display: block;
	width: 140px;
	height: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #0383f0;
	color: #FFFFFF;
	font-size: 16px;
	text-align: center;
	line-height: 50px;
}

.news .w .item .center .anniu img {
	width: 22px;
	height: 7px;
	margin-top: 20px;
	margin-left: 6px;
}

.news .w .item .right {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 200px;
	height: 100%;
	background: #0383f0;
	color: #FFFFFF;
}

.news .w .item .right p {
	font-weight: bold;
	font-size: 48px;
}

.news .w .item .right span {
	display: block;
	font-size: 14px;
}

/* 新闻详情 */
.news-detials {
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 55px 0 35px 0;
}

.news-detials h2 {
	color: #222336;
	font-size: 26px;
}

.news-detials .xinxi p,
.news-detials .xinxi span {
	display: inline-block;
	color: #999999;
	font-size: 14px;
	margin: 20px 6px;
}

.news-detials .neirong {
	margin-bottom: 40px;
}

.news-detials .neirong img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	margin-bottom: 30px;
}

.news-detials .neirong p {
	color: #333333;
	font-size: 14px;
	line-height: 32px;
	text-indent: 2em;
}

.news-detials .fenyes a {
	display: block;
	width: 50%;
	color: #232337;
	font-size: 14px;
	line-height: 14px;
}

.news-detials .fenyes a p {
	width: 590px;
	padding-left: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.news-detials .fenyes .fr p {
	padding-right: 10px;
}

.news-detials .fenyes .fr img {
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	/* IE 9 */
	-moz-transform: rotate(180deg);
	/* Firefox */
	-webkit-transform: rotate(180deg);
	/* Safari 和 Chrome */
	-o-transform: rotate(180deg);
	/* Opera */
}

.news-detials .fenyes a:hover {
	color: #0383f0;
}

/* 联系我们页面内容 */
.about {
	padding: 90px 0;
}

.about .w {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	padding-right: 40px;
}

.about .w .left {
	width: 710px;
	height: auto;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.about .w .left .item {
	margin-bottom: 115px;
}

.about .w .left .item p {
	color: #333333;
	font-size: 18px;
	margin-top: 18px;
}

.about .w .right {
	width: 750px;
	height: auto;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#allmap {
	width: 100%;
	height: 475px;
	margin-bottom: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #dadada;
	border-radius: 6px;
}

.about .w .liuyan {
	width: 100%;
	height: auto;
	background: #eeeeee;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	border-radius: 6px;
	padding: 60px;
}

.about .w .liuyan h3 {
	color: #333333;
	font-size: 30px;
	margin-bottom: 38px;
}

.about .w .liuyan input {
	width: 45%;
	height: 50px;
	background: #FFFFFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 10px;
	border: 1px solid #d8d8d8;
	padding: 0 10px;
	color: #999999;
	font-size: 16px;
	margin-bottom: 28px;
}

.about .w .liuyan textarea {
	width: 100%;
	height: 150px;
	background: #FFFFFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 10px;
	border: 1px solid #d8d8d8;
	padding: 10px;
	color: #999999;
	margin-bottom: 28px;
	resize: none !important;
	font: 16px "微软雅黑", "Arial Narrow", HELVETICA !important;
}

.about .w .liuyan button {
	width: 300px;
	height: 50px;
	background: #ffba00;
	border-radius: 10px;
	color: #ffffff;
	font-size: 16px;
}

input,
button,
select,
textarea {
	outline: none;
}
.product-banner{
	height: 600px;
	margin: 20px 0;
}
.product-details-kong{
	height: 600px;
	font-size: 72px;
	color: #333333;
	line-height: 600px;
}