﻿@charset "utf-8";

input {
	-webkit-appearance: none
}

@font-face {
	font-family:"DINPro-Light_0";src:url("../font/DINPro-Light_0.woff2") format("woff2"),url("../font/DINPro-Light_0.woff") format("woff"),url("../font/DINPro-Light_0.ttf") format("truetype"),url("../font/DINPro-Light_0.eot") format("embedded-opentype"),url("../font/DINPro-Light_0.svg") format("svg")
}

@font-face {
	font-family:"DIN-BOLD";src:url("../font/DIN-BOLD.woff2") format("woff2"),url("../font/DIN-BOLD.woff") format("woff"),url("../font/DIN-BOLD.ttf") format("truetype"),url("../font/DIN-BOLD.eot") format("embedded-opentype"),url("../font/DIN-BOLD.svg") format("svg")
}

#bgvid{
  pointer-events: none;
}

textarea {
	-webkit-appearance: none
}

.container {
	width: 1259px;
	margin: 0 auto
}

@media (max-width:1199px) {
	.container {
		width: 100%;
		padding: 0 15px
	}
}

@-webkit-keyframes myfirst {
	0% {
		top: 100px;
		opacity: 0
	}

	100% {
		top: 0;
		opacity: 1
	}
}

@keyframes myfirst {
	0% {
		top: 100px;
		opacity: 0
	}

	100% {
		top: 0;
		opacity: 1
	}
}

@-webkit-keyframes myfirst2 {
	0% {
		left: -30px;
		opacity: 0
	}

	100% {
		left: 0;
		opacity: 1
	}
}

@keyframes myfirst2 {
	0% {
		left: -30px;
		opacity: 0
	}

	100% {
		left: 0;
		opacity: 1
	}
}

@-webkit-keyframes myfirst01 {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-200px);
		transform: translateX(-200px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes myfirst01 {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-200px);
		transform: translateX(-200px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@-webkit-keyframes myfirst02 {
	0% {
		opacity: 0;
		-webkit-transform: translateX(200px);
		transform: translateX(200px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes myfirst02 {
	0% {
		opacity: 0;
		-webkit-transform: translateX(200px);
		transform: translateX(200px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@-webkit-keyframes myfirst03 {
	0% {
		opacity: 0;
		-webkit-transform: translateY(100px);
		transform: translateY(100px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes myfirst03 {
	0% {
		opacity: 0;
		-webkit-transform: translateY(100px);
		transform: translateY(100px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@-webkit-keyframes myfirst04 {
	0% {
		opacity: .5;
		-webkit-transform: translateY(-40px);
		transform: translateY(-40px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes myfirst04 {
	0% {
		opacity: .5;
		-webkit-transform: translateY(-40px);
		transform: translateY(-40px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@-webkit-keyframes arrows {
	0% {
		opacity: 1
	}

	100% {
		opacity: 1;
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes arrows {
	0% {
		opacity: 1
	}

	100% {
		opacity: 1;
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-webkit-keyframes arrows2 {
	50% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(.9);
		transform: scale(.9)
	}
}

@keyframes arrows2 {
	50% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(.9);
		transform: scale(.9)
	}
}

header {
	left: 0;
	top: 0;
	width: 100%;
	z-index: 100;
	position: fixed;
	height: 90px;
	border-bottom: solid 1px rgba(255,255,255,0.1)
}

header .logo {
	float: left;
	padding-left: 80px
}

header .tel {
	color: #fff;
	font-size: 24px;
	font-family: arial;
	display: inline-block;
	padding: 35px 0 0 10px
}

header .tel-2 {
	float: left;
	color: #000;
	vertical-align: top
}

header .language {
	float: right;
	height: 90px;
	padding: 0 40px;
	line-height: 90px;
	display: inline-block;
	border-left: solid 1px #6b6d6d;
	border-right: solid 1px #6b6d6d;
	border-left: solid 1px rgba(255,255,255,0.2);
	border-right: solid 1px rgba(255,255,255,0.2)
}

header .language a {
	color: #fff;
	display: inline-block
}

header .language img {
	margin: 38px 10px 0 0
}

header .search {
	float: right;
	width: 100px;
	text-align: center;
	display: inline-block
}

header .search img {
	margin-top: 38px
}

header .searchbox {
	top: 89px;
	right: 0;
	height: 70px;
	width: 100%;
	display: none;
	position: absolute;
	background: rgba(0,0,0,0.6)
}

header .searchbox input {
	width: 300px;
	float: right;
	height: 40px;
	padding: 5px 15px;
	margin-top: 15px;
	background: #fff;
	border: solid 1px #ddd
}

header .searchbox .sbtn {
	float: right;
	height: 40px;
	width: 40px;
	margin-right: 40px;
	line-height: 38px;
	vertical-align: middle;
	text-align: center;
	margin-top: 15px;
	background: #bb342e;
	display: inline-block
}

header .searchbox .sbtn img {
	vertical-align: middle
}

header .nav {
	padding-right: 30px;
	text-align: right;
	float: right
}

header .nav li {
	margin: 0 12px;
	position: relative;
	display: inline-block;
	z-index: 99;
	vertical-align: middle
}

header .nav li:hover .subnav {
	display: block
}

header .nav li:hover .subnav a {
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0)
}

header .nav li>a {
	height: 90px;
	line-height: 90px;
	text-align: center;
	color: #fff;
	display: block;
	padding: 0 10px;
	z-index: 100;
	position: relative;
	font-size: 16px
}

header .nav li>a:before {
	width: 0;
	content: "";
	height: 2px;
	bottom: 0;
	left: 50%;
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease;
	background: #fff;
	position: absolute
}

header .nav li .subnav {
	top: 90px;
	left: -35px;
	background: #fff;
	position: absolute;
	padding-bottom: 30px;
	background-color: rgba(255,255,255,0.7);
	width: 160px;
	z-index: 99;
	display: none
}

header .nav li .subnav:before {
	top: -10px;
	left: 50%;
	margin-left: -5px;
	content: "";
	position: absolute;
	border-bottom: solid 10px #bb342e;
	border-left: solid 10px transparent;
	border-right: solid 10px transparent
}

header .nav li .subnav>a {
	display: block;
	color: #666;
	font-size: 14px;
	text-align: center;
	overflow: hidden;
	padding: 10px 0;
	border-top: solid 1px #eee
}

header .nav li .subnav>a:hover {
	color: #fff;
	background: #bb342e
}

header .nav li .subnav a:first-child {
	border-top: 0
}

header .nav li:hover>a:before {
	left: 0;
	width: 100%
}

.header2 {
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	position: fixed;
	background: rgba(0,0,0,0.9);
	-webkit-transition: all 334ms ease-in-out;
	transition: all 334ms ease-in-out;
	-webkit-animation: 1s dong;
	animation: 1s dong
}

.header2 .nav li .subnav {
	background: #bb342e
}

.header2 .nav li .subnav>a {
	color: #fff
}

.header2 .nav li .subnav>a:hover {
	background: #aa2f2a
}

.header3 {
	background: #fff
}

.header-ny {
	background: #fff;
	height: auto;
	border: 0;
	border-bottom: solid 1px #e1e1e1
}

.header-ny .nav {
	padding-right: 40px
}

.header-ny .nav li>a {
	color: #333
}

.header-ny .nav li>a:before {
	background: #bb342e
}

.header-ny .nav li:hover>a {
	color: #bb342e
}

.header-ny .nav .active>a {
	color: #bb342e
}

.header-ny .nav .active>a:before {
	left: 0;
	width: 100%;
	background: #bb342e
}

.header-ny .language {
	border-color: #d9d9d9
}

.header-ny .language a {
	color: #7f7f7f
}

.header-ny .searchbox {
	background: #fff;
	top: 91px
}

.header-ny .submenu {
	min-height: 60px;
	margin-top: 90px;
	line-height: 58px;
	font-size: 17px;
	text-align: right;
	border-top: solid 1px #e1e1e1
}

.header-ny .submenu a {
	color: #333;
	padding: 0 55px;
	display: inline-block;
	position: relative
}

.header-ny .submenu a:before {
	content: "";
	width: 1px;
	height: 18px;
	top: 50%;
	left: 0;
	margin-top: -9px;
	position: absolute;
	background: #999
}

.header-ny .submenu a:first-child:before {
	display: none
}

.header-ny .submenu a:hover,.header-ny .submenu .cur {
	font-weight: bold;
	color: #bb342e
}

.header-ny .container {
	width: 100%
}

.header-ny .nmenu {
	padding-right: 275px
}

.footer {
	width: 100%;
	padding: 80px 0 50px 0;
	background: #1c1c1c
}

.footer a {
	color: #a8a8a8;
	line-height: 20px;
	margin-top: 15px
}

.footer a:hover {
	color: #fff
}

.footer ul li {
	width: 15%;
	float: left
}

.footer ul li h3 {
	font-size: 16px;
	margin-bottom: 15px;
	font-weight: normal
}

.footer ul li h3 a {
	color: #fff
}

.footer ul li a {
	display: block
}

.footer .addbox {
	width: 25%;
	color: #b4b4b4;
	text-align: right
}

.footer .addbox h3 {
	color: #fff;
	font-size: 16px;
	margin: 0;
	font-weight: normal
}

.footer .addbox .tel {
	color: #fff;
	font-size: 36px;
	line-height: 40px;
	letter-spacing: -3px;
	font-family: "DINPro-Light_0"
}

.footer .copy {
	margin-top: 40px;
	padding: 25px 0;
	color: #bfbfbf;
	border-top: solid 1px #333
}

.footer .copy .container {
	position: relative
}

.footer .links {
	right: 0;
	top: 0;
	position: absolute
}

.footer .links select {
	height: 32px;
	padding: 0 15px;
	background: none;
	color: #8e8e8e;
	border: 0;
	width: 210px;
	font-family: "微软雅黑";
	background: #313131
}

.banner {
	clear: both;
	overflow: hidden;
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 9
}

.banner .pc {
	display: block
}

.banner .mobile {
	display: none
}

.banner .list {
	overflow: hidden;
	display: block
}

.banner li {
	float: left
}

.banner .box {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%
}

.banner .box .middleCenter {
	position: static
}

.banner .pc {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 100vh;
	-webkit-transition: all 4s;
	transition: all 4s
}

.banner .text-01 {
	position: absolute;
	width: 780px;
	height: 270px;
	top: 0;
	bottom: 0;
	left: 50%;
	margin-top: auto;
	margin-bottom: auto;
	margin-left: -855px;
	background: url(../images/text-bg.png) no-repeat center center;
	color: #030303;
	line-height: 83px;
	text-shadow: 2px 2px 0 rgba(255,255,255,0.97);
	padding-top: 55px;
	font-family: 思源黑体 CN;
	-webkit-transform: translateX(-150px);
	-ms-transform: translateX(-150px);
	transform: translateX(-150px);
	opacity: 0;
	-webkit-transition: all 4s;
	transition: all 4s;
	-webkit-animation: moveX 1.5s;
	animation: moveX 1.5s
}

.banner .text-01 .num {
	color: #e31b1c
}

.banner img {
	-webkit-transition: all 4s ease-out;
	transition: all 4s ease-out
}

.banner .p-01 {
	font-size: 82px;
	font-weight: 700;
	-webkit-transform: translateX(-150px);
	-ms-transform: translateX(-150px);
	transform: translateX(-150px);
	opacity: 0;
	-webkit-transition: all 1.5s;
	transition: all 1.5s;
	-webkit-animation: moveX 1.5s;
	animation: moveX 1.5s
}

.banner .p-02 {
	font-size: 57px;
	-webkit-transform: translateX(-150px);
	-ms-transform: translateX(-150px);
	transform: translateX(-150px);
	opacity: 0;
	-webkit-transition: all 1.5s;
	transition: all 1.5s;
	-webkit-animation: moveX 1.5s;
	animation: moveX 1.5s;
	-webkit-transition-delay: .5s;
	transition-delay: .5s
}

.banner .slick-current .pc,.banner .slick-active .pc {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.banner .slick-current img,.banner .slick-active img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.banner .slick-current .text-01,.banner .slick-active .text-01 {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1
}

.banner .slick-current .p-01,.banner .slick-active .p-01 {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1
}

.banner .slick-current .p-02,.banner .slick-active .p-02 {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1
}

.banner .slick-dots {
	bottom: 25px;
	font-size: 0;
	z-index: 999;
	overflow: initial
}

.banner .slick-dots li {
	width: 28px;
	height: 7px;
	margin: 0 2px;
	overflow: hidden;
	float: none
}

.banner .slick-dots li button {
	padding: 0;
	position: absolute;
	width: 100%;
	height: 3px;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	border: 1px #909090 solid;
	background: #909090;
	-webkit-transition: all .5s;
	transition: all .5s
}

.banner .slick-dots li.slick-active button {
	background: transparent;
	border: 1px #e31b1c solid;
	height: 100%
}

.banner .slick-dots li button:before {
	display: none
}

.banner .slick-prev,.banner .slick-next {
	width: 40px;
	height: 40px;
	margin-top: -20px
}

.banner .slick-prev {
	left: 100px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg)
}

.banner .slick-next {
	right: 120px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

#fp-nav ul li,.fp-slidesNav ul li {
	margin-bottom: 8px
}

#fp-nav ul li a,.fp-slidesNav ul li a {
	background: #999;
	border-radius: 100%;
	border: 0;
	width: 10px;
	height: 10px
}

#fp-nav ul li a.active,.fp-slidesNav ul li a.active {
	background: #bb342e;
	border-radius: 100%;
	border: 0;
	width: 10px;
	height: 10px
}

#fp-nav ul li a span,.fp-slidesNav ul li a span {
	display: none
}

#fp-nav ul li .fp-tooltip.right {
	right: 25px
}

#fp-nav ul li .fp-tooltip {
	top: -8px;
	color: #bb342e
}

.home-title {
	color: #d7d7d7;
	font-size: 15px;
	padding-top: 120px;
	text-align: center
}

.home-title .font44 {
	color: #fff;
	font-size: 44px;
	line-height: 50px;
	padding-bottom: 15px;
	font-family: "Source Han Sans CN"
}

.home-video .pic .play {
	margin: auto auto 20px auto
}

.home-video .pic .play img {
	max-height: 80px
}

.home-video .pic .play-text {
	display: block;
	position: absolute;
	text-align: center;
	color: #fff;
	font-size: 24px;
	width: 100%;
	height: 130px;
	top: 0;
	bottom: 0;
	margin: auto
}

.home-product {
	background: #fff
}

.home-product .list {
	height: 100%;
	position: relative
}

.home-product .list ul {
	margin: 0 -10px
}

.home-product .list li {
	min-height: 1080px;
	float: left;
	position: relative;
	width: 33.333%;
	padding: 0 10px
}

.home-product .list li .bgPic {
	min-height: 1080px;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url(../images/pro-bg-1.png);
	background-size: cover
}

.home-product .list li .bgPic:before {
	content: '';
	position: absolute;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 50%;
	z-index: 2;
	background: rgba(34,34,34,0.7);
	-webkit-transition: all .3s;
	transition: all .3s
}

.home-product .list li .bgPic:after {
	content: '';
	position: absolute;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 50%;
	right: 0;
	background: rgba(34,34,34,0.7);
	-webkit-transition: all .3s;
	transition: all .3s
}

.home-product .list li .bgPic-2 {
	background-image: url(../images/pro-bg-2.png)
}

.home-product .list li .bgPic-3 {
	background-image: url(../images/pro-bg-3.png)
}

.home-product .list li .item {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
	color: #fff;
	position: absolute
}

.home-product .list li .biankuang {
	width: 256px;
	margin: 0 auto;
	padding: 30px;
	padding-bottom: 60px;
	margin-top: 50%;
	height: 370px;
	z-index: 10;
	position: relative;
	overflow: hidden;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	border: solid 1px #cc9694;
	border: solid 1px rgba(255,255,255,0.5)
}

.home-product .list li .biankuang .tit {
	font-size: 24px;
	height: 24px;
	overflow: hidden;
	margin-bottom: 20px
}

.home-product .list li .biankuang .hezi {
	color: #fff;
	padding-top: 20px;
	font-size: 15px
}

.home-product .list li .biankuang .hezi span {
	color: #fff;
	font-size: 40px;
	font-family: "DINPro-Light_0"
}

.home-product .list li .biankuang .hezi-2 {
	color: #fff;
	opacity: 0;
	height: 120px;
	overflow: hidden
}

.home-product .list li:hover .biankuang {

	background: rgba(34,34,34,0.7);
}

.home-product .list li:hover .hezi-2 {
	opacity: 1
}

.home-product .list li:hover .bgPic:before {
	opacity: 0
}

.home-product .list li:hover .bgPic:before {
	right: 100%
}

.home-product .list li:hover .bgPic:after {
	left: 100%
}

.home-advantage {
	color: #f8f8f8;
	cursor: pointer;
	font-size: 18px
}

.home-advantage .more {
	display: block;
	background: #fff;
	width: 175px;
	height: 40px;
	color: #bb342e;
	font-size: 14px;
	text-decoration: underline;
	text-align: center;
	margin: 0 auto;
	margin-top: 50px;
	line-height: 40px
}

.home-advantage .more:hover {
	color: #fff;
	background: none;
	text-decoration: none;
	border: solid 1px #fff
}

.home-advantage .home-title {
	padding-top: 70px
}

.home-advantage ul {
	margin-top: 110px
}

.home-advantage li {
	width: 20%;
	float: left;
	position: relative;
	color: #fff;
	text-align: center
}

.home-advantage li .arrows {
	width: 150px;
	height: 150px;
	margin: 0 auto;
	font-size: 50px;
	line-height: 150px;
	border-radius: 100%;
	font-weight: bold;
	letter-spacing: -2px;
	font-family: "DINPro-Light_0"
}

.home-advantage li .tit {
	margin-top: 30px
}

.home-advantage li .arrow-1 {
	top: -20px;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute
}

.home-advantage li .circle-chart__percent {
	font-size: 0
}

.home-case .leftbox {
	width: 710px;
	float: left;
	margin-top: 70px;
	position: relative
}

.home-case .leftbox .content {
	background: #4D4D4D;
	width: 110px;
	height: 96px;
	bottom: 80px;
	right: 0;
	z-index: 9;
	font-size: 18px;
	padding: 15px;
	line-height: 20px;
	color: #fff;
	position: absolute
}

@media (max-width:1600px) {
	.home-case .leftbox .content {
		font-size: 14px
	}
}

.home-case .leftbox .content a {
	display: block;
	color: #fff
}

.home-case .leftbox .content .more {
	width: 77px;
	height: 28px;
	margin-top: 15px;
	display: block;
	line-height: 27px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	border: solid 1px #fff
}

.home-case .leftbox .content a:hover .more {
	color: #fff;
	background: #bb342e
}

.home-case .leftbox .bigimg {
	float: left;
	width: 572px
}

.home-case .leftbox .bigimg .pic {
	width: 572px;
	height: 499px;
	position: relative
}

.home-case .leftbox .smallimg {
	width: 110px;
	float: right
}

.home-case .leftbox .smallimg .pic {
	width: 110px;
	height: 96px;
	cursor: pointer;
	margin-bottom: 7px;
	position: relative
}

.home-case .leftbox .smallimg .pic:before {
	top: 0;
	left: 0;
	z-index: 1;
	content: "";
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	position: absolute;
	background: rgba(187,52,46,0.5)
}

.home-case .leftbox .slick-current .pic:before {
	opacity: 1
}

.home-case .rightbox {
	width: 260px;
	float: right;
	padding-top: 90px
}

.home-case .rightbox .title {
	font-size: 30px;
	color: #fff;
	line-height: 40px;
	font-family: "思源黑体 CN"
}

.home-case .rightbox li {
	margin-top: 13px;
	position: relative
}

.home-case .rightbox li label {
	top: 13px;
	left: 15px;
	position: absolute
}

.home-case .rightbox li input {
	height: 42px;
	padding: 10px;
	width: 100%;
	color: #fff;
	padding-left: 50px;
	background: none;
	border: solid 1px #7a7a7a
}

.home-case .rightbox .btn {
	text-align: center
}

.home-case .rightbox .btn a {
	color: #fff;
	font-size: 18px;
	display: block;
	line-height: 42px;
	background: #bb342e
}

.home-news ul {
	padding-top: 100px
}

.home-news li {
	width: 356px;
	float: left;
	margin-left: 90px
}

.home-news li a {
    color:#fff;
}

.home-news li .txtbox {
	color: #fff;
	height: 194px
}

.home-news li .txtbox .time {
	width: 96px;
	float: left;
	height: 194px;
	font-family: arial;
	border-right: solid 1px #6f6f6f
}

.home-news li .txtbox p:first-child {
	padding-left: 22px
}

.home-news li .txtbox .font72 {
	color: #bb342e;
	font-size: 72px;
	line-height: 80px;
	letter-spacing: -2px
}

.home-news li .txtbox .box {
	width: 234px;
	float: right;
	color: #b9b9b9;
	font-size: 15px;
	text-align: right
}

.home-news li .txtbox .more {
	width: 77px;
	height: 30px;
	color: #fff;
	font-size: 14px;
	font-family: arial;
	text-align: center;
	line-height: 28px;
	border: solid 1px #fff;
	display: inline-block
}

.home-news li .txtbox .tit {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	height: 24px;
	overflow: hidden;
	margin-top: 60px;
	margin-bottom: 10px
}

.home-news li .txtbox .txt {
	height: 48px;
	overflow: hidden;
	text-align: left
}

.home-news li .pic {
	width: 356px;
	height: 174px;
	overflow: hidden;
	margin-top: 30px;
	position: relative
}

.home-news li .pic img {
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.home-news li:hover .pic img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.home-news li:first-child {
	margin-left: 0
}

@-webkit-keyframes dong {
	0% {
		-webkit-transform: translateY(-100px);
		transform: translateY(-100px)
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes dong {
	0% {
		-webkit-transform: translateY(-100px);
		transform: translateY(-100px)
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

.anniu123 {
	width: 34px;
	bottom: 30px;
	position: absolute;
	margin-left: -17px;
	left: 50%;
	z-index: 999;
	cursor: pointer
}

.anniu123 img {
	-webkit-animation: myfirst04 1.5s linear infinite;
	animation: myfirst04 1.5s linear infinite
}

.inside-current {
	margin-top: 100px;
	height: 70px;
	text-align: right;
	line-height: 70px;
	overflow: hidden;
	font-size: 15px;
	color: #8d8d8d;
	border-top: solid 1px #e3e3e3
}

.inside-current a {
	color: #8d8d8d
}

.inside-current a:hover {
	color: #bb342e
}

.inside-current span {
	color: #333
}

.inside-news {
	padding: 250px 0 40px 0
}

.inside-news .leftmenu {
	width: 310px;
	float: left
}

.inside-news .leftmenu .tit {
	color: #333;
	font-size: 44px;
	margin-bottom: 20px;
    height:50px;
    line-height:50px;
    overflow:hidden;
	font-family: "Source Han Sans CN"
}

.inside-news .leftmenu li {
	padding: 15px 0
}

.inside-news .leftmenu li>a {
	font-size: 36px;
	font-family: arial;
    height:48px;
    overflow:hidden;
	line-height: 48px;
    display:block;
	color: #aeaeae
}

.inside-news .leftmenu li>a:hover,.inside-news .leftmenu li .cur {
	color: #bb342e
}

.inside-news .leftmenu li .month {
	display: none;
	padding-top: 15px
}

.inside-news .leftmenu li .month a {
	color: #333;
	display: block;
	font-size: 20px;
	line-height: 36px
}

.inside-news .leftmenu li .month a:hover,.inside-news .leftmenu li .month a.cur {
	color: #bb342e
}

.inside-news .rightbox {
	width: 945px;
	float: right
}

.inside-news .rightbox .title {
	font-size: 20px;
	color: #bb342e
}

.inside-news .rightbox .title span {
	font-size: 60px;
	font-weight: bold;
	font-family: "DINPro-Light_0"
}

.inside-news .rightbox ul {
	padding-left: 90px;
	margin-top: 45px;
	padding-bottom: 65px;
	border-left: solid 1px #dedede
}

.inside-news .rightbox li:first-child {
	padding-top: 40px
}

.inside-news .rightbox li {
	overflow: hidden;
	padding-top: 65px
}

.inside-news .rightbox li .pic {
	float: left;
	height: 174px;
	width: 356px;
	overflow: hidden;
	position: relative
}

.inside-news .rightbox li .pic img {
	-webkit-transition: all 700ms ease;
	transition: all 700ms ease
}

.inside-news .rightbox li .txtbox {
	float: right;
	width: 460px;
	padding-top: 7px
}

.inside-news .rightbox li .txtbox .tit {
	color: #333;
	font-size: 20px;
	height: 24px;
	overflow: hidden;
	margin-bottom: 5px
}

.inside-news .rightbox li .txtbox time {
	color: #bb342e;
	font-family: arial
}

.inside-news .rightbox li .txtbox .txt {
	color: #666;
	height: 48px;
	overflow: hidden;
	font-size: 15px;
	margin-top: 5px
}

.inside-news .rightbox li .txtbox span {
	margin-top: 25px;
	padding: 4px 20px;
	color: #bb342e;
	display: inline-block;
	border: solid 1px #bb342e
}

.inside-news .rightbox li:hover .pic img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.inside-news .rightbox li:hover .txtbox .tit {
	color: #bb342e
}

.inside-news-show {
	font-size: 15px;
	line-height: 26px;
	padding: 90px 0
}

.inside-news-show h1 {
	color: #000;
	font-size: 36px;
	line-height: 40px;
	font-weight: normal
}

.inside-news-show .info {
	color: #989898;
	margin-top: 50px;
	padding: 15px 0;
	margin-bottom: 40px;
	border-top: solid 1px #f1f1f1;
	border-bottom: solid 1px #f1f1f1
}

.inside-news-show .info span {
	padding: 0 50px;
	display: inline-block
}

.inside-news-show dl dt {
	float: left
}

.inside-news-show dl dd {
	float: left;
	width: 1030px;
	padding-top: 10px;
	margin-left: 45px;
	line-height: 30px
}

.inside-news-show dl dd h1 {
	color: #333;
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 20px
}

.inside-page-news {
	padding-top: 40px;
	margin-top: 70px;
	text-align: center;
	border-top: solid 1px #dadada
}

.inside-page-news a {
	color: #444;
	line-height: 50px;
	min-width: 120px;
	display: inline-block;
	text-align: center;
	border: solid 1px #cbcbcb
}

.inside-page-news a:hover {
	color: #bb342e;
	border-color: #bb342e
}

.inside-page-news font:first-child {
	float: left
}

.inside-page-news font:last-child {
	float: right
}

.inside-page-news .return {
	border: 0
}

.inside-page {
	color: #343434;
	margin-top: 80px;
	text-align: center
}

.inside-page a {
	color: #000;
	padding: 0 15px;
    margin:0 2px;
	display: inline-block;
	font-family: arial;
	background: #fff;
	height: 40px;
	font-size: 15px;
	line-height: 38px;
	border: solid 1px #ddd
}

.inside-page a:hover,.inside-page .cpb {
	color: #fff;
	font-weight: bold;
	background: #bb342e
}

.inside-case {
	margin-top: 90px;
	padding: 100px 0;
	background: #ecedf1
}

.inside-case .title {
	font-size: 15px;
	text-align: center;
	font-family: "Source Han Sans CN"
}

.inside-case .font44 {
	color: #333;
	font-size: 44px;
	line-height: 50px;
	padding-bottom: 10px
}

.inside-case ul {
	padding-top: 50px;
	margin: 0 -7px
}

.inside-case ul li {
	width: 300px;
	float: left;
	margin: 7px;
	overflow: hidden
}

.inside-case ul li .pic {
	position: relative
}

.inside-case ul li .pic img {
	max-width: 300px;
	-webkit-transition: all 600ms ease;
	transition: all 600ms ease
}

.inside-case ul li .txtbox {
	padding: 20px;
	padding-top: 10px;
	background: #fff;
	border: solid 1px #ddd
}

.inside-case ul li .txtbox .tit {
	color: #5e5e5e;
	font-size: 17px;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	border-bottom: solid 1px #ddd
}

.inside-case ul li .txtbox .txt {
	color: #777;
	height: 24px;
	margin-top: 10px;
	font-size: 15px;
	overflow: hidden
}

.inside-case ul li:hover .pic img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

.inside-contact {
	font-size: 15px;
	padding: 240px 0 0 0
}

.inside-contact .title {
	text-align: center
}

.inside-contact .font40 {
	font-size: 40px;
	line-height: 40px;
	color: #333;
	padding-bottom: 10px;
	text-align: center;
	font-family: "Source Han Sans CN"
}

.inside-contact ul {
	z-index: 9;
	padding: 100px 0;
	overflow: hidden;
	position: relative;
	background: #fff
}

.inside-contact li {
	width: 25%;
	float: left;
	height: 230px;
	text-align: center;
	border-left: solid 1px #ebebeb
}

.inside-contact li .t1 {
	font-size: 16px;
	margin: 20px 0
}

.inside-contact li .t2 {
	color: #333;
	font-size: 18px;
	margin-bottom: 40px
}

.inside-contact li .t3 {
	color: #c4c4c4;
	font-size: 14px;
	letter-spacing: 3px;
	font-family: arial
}

.inside-contact li:first-child {
	border-left: 0
}

.inside-contact {
	position: relative
}

.contact-map #l-map {
	width: 100%;
	height: 530px
}

.contact-map {
	width: 100%;
	z-index: 1;
	margin-top: 35px;
	position: relative;
	height: 530px
}

.contact-map em {
	font-weight: 700;
	color: #bb342e;
	font-style: normal
}

.inside-jmsq {
	padding: 160px 0;
	padding-top: 340px
}

.inside-jmsq .leftbox {
	width: 550px;
	float: left;
	padding-left: 200px;
	min-height: 460px;
	padding-top: 50px;
	border-right: solid 1px #e3e3e3
}

.inside-jmsq .leftbox .en {
	font-family: arial;
	font-size: 20px
}

.inside-jmsq .leftbox .tel {
	font-size: 40px;
	color: #bb342e;
	line-height: 40px;
	font-weight: bold;
	font-family: "DINPro-Light_0"
}

.inside-jmsq .leftbox .cn {
	font-size: 30px;
	line-height: 30px;
	margin-top: 15px
}

.inside-jmsq .rightbox {
	width: 570px;
	float: left;
	padding-left: 100px
}

.inside-jmsq .rightbox ul {
	margin-top: -25px
}

.inside-jmsq .rightbox li {
	padding-top: 25px
}

.inside-jmsq .rightbox li label {
	color: #333;
	font-size: 17px;
	display: block;
	margin-bottom: 8px
}

.inside-jmsq .rightbox li input,.inside-jmsq .rightbox li select {
	height: 44px;
	width: 100%;
	color: #666;
	font-size: 14px;
	font-family: "微软雅黑";
	padding: 5px 10px;
	background: #f1f1f1;
	border: solid 1px #dddada
}

.inside-jmsq .rightbox li input:focus {
	background: #fff
}

.inside-jmsq .rightbox li select {
	color: #999;
	background: transparent;
	background-image: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: url(../images/sj.png) no-repeat top right #f1f1f1
}

.inside-jmsq .rightbox li select:focus {
	background-color: #fff
}

.inside-jmsq .rightbox li select::-ms-expand {
	display: none
}

.inside-jmsq .rightbox .name {
	width: 150px;
	float: left
}

.inside-jmsq .rightbox .area {
	width: 210px;
	float: right
}

.inside-jmsq .rightbox .add select {
	width: 150px;
	margin-left: 6px
}

.inside-jmsq .rightbox .btn a {
	width: 300px;
	height: 44px;
	font-size: 20px;
	color: #fff;
	background: #c95d58;
	display: inline-block;
	font-weight: 700;
	line-height: 44px;
	text-align: center;
	font-family: "Source Han Sans CN"
}

.inside-jmsq .rightbox .btn a:hover {
	background: #bb342e
}

.inside-jmxz {
	background: #f9f9f9;
	text-align: center;
	padding-top: 100px
}

.inside-jmxz .title {
	color: #333;
	font-size: 44px;
	line-height: 50px;
	padding-bottom: 40px
}

.inside-jmxz li {
	font-size: 16px;
	margin-top: 20px
}

.inside-jmxz li span {
	width: 16px;
	height: 16px;
	color: #fff;
	font-size: 12px;
	line-height: 16px;
	border-radius: 100%;
	font-family: arial;
	margin-right: 5px;
	background: #bb342e;
	display: inline-block
}

.inside-jmxz-2 {
	padding-top: 90px
}

.inside-jmxz-2 .title {
	color: #333;
	font-size: 44px;
	line-height: 50px;
	padding-bottom: 40px;
	text-align: center
}

.inside-jmxz-2 .box {
	height: 380px;
	margin-top: 50px;
	font-size: 15px;
	color: #444;
	position: relative;
	background: url(../images/jmlc-img.jpg) no-repeat top center
}

.inside-jmxz-2 .num {
	font-size: 40px;
	line-height: 40px;
	font-family: "DIN-BOLD"
}

.inside-jmxz-2 .item-1:hover .num,.inside-jmxz-2 .item-2:hover .num,.inside-jmxz-2 .item-3:hover .num,.inside-jmxz-2 .item-4:hover .num,.inside-jmxz-2 .item-5:hover .num,.inside-jmxz-2 .item-6:hover .num,.inside-jmxz-2 .item-7:hover .num,.inside-jmxz-2 .item-8:hover .num,.inside-jmxz-2 .item-9:hover .num {
	color: #bb342e
}

.inside-jmxz-2 .item-1 {
	top: 0;
	left: 0;
	padding: 35px 0 0 40px;
	position: absolute
}

.inside-jmxz-2 .item-2 {
	left: 64px;
	top: 150px;
	width: 280px;
	text-align: center;
	position: absolute
}

.inside-jmxz-2 .item-2 .num {
	margin: 40px 0 15px 0
}

.inside-jmxz-2 .item-2 .t1 {
	text-align: left
}

.inside-jmxz-2 .item-3 {
	left: 250px;
	top: 0;
	width: 280px;
	text-align: center;
	position: absolute
}

.inside-jmxz-2 .item-3 .num {
	margin-top: 10px;
	margin-bottom: 50px
}

.inside-jmxz-2 .item-3 .t1 {
	text-align: left;
	margin-top: 20px
}

.inside-jmxz-2 .item-4 {
	width: 210px;
	left: 415px;
	top: 160px;
	position: absolute;
	text-align: center
}

.inside-jmxz-2 .item-4 .t1 {
	text-align: left;
	padding-left: 50px
}

.inside-jmxz-2 .item-4 .num {
	margin: 35px 0 10px 0
}

.inside-jmxz-2 .item-5 {
	left: 550px;
	top: 40px;
	width: 230px;
	text-align: center;
	position: absolute
}

.inside-jmxz-2 .item-5 .num {
	margin-top: 25px;
	margin-bottom: 35px
}

.inside-jmxz-2 .item-5 .t1 {
	text-align: left;
	margin-top: 20px;
	padding-left: 40px
}

.inside-jmxz-2 .item-6 {
	width: 210px;
	left: 700px;
	top: 160px;
	position: absolute;
	text-align: center
}

.inside-jmxz-2 .item-6 .t1 {
	text-align: left;
	padding-left: 50px
}

.inside-jmxz-2 .item-6 .num {
	margin: 35px 0 10px 0
}

.inside-jmxz-2 .item-7 {
	left: 815px;
	top: 40px;
	width: 230px;
	text-align: center;
	position: absolute
}

.inside-jmxz-2 .item-7 .num {
	margin-top: 15px;
	margin-bottom: 40px
}

.inside-jmxz-2 .item-7 .t1 {
	text-align: left;
	margin-top: 20px;
	padding-left: 60px
}

.inside-jmxz-2 .item-8 {
	width: 210px;
	right: 110px;
	top: 150px;
	position: absolute;
	text-align: center
}

.inside-jmxz-2 .item-8 .t1 {
	text-align: left;
	padding-left: 70px
}

.inside-jmxz-2 .item-8 .num {
	margin: 35px 0 10px 0
}

.inside-jmxz-2 .item-9 {
	right: 0;
	top: 50px;
	width: 130px;
	text-align: center;
	position: absolute
}

.inside-jmxz-2 .item-9 .num {
	margin-top: 15px;
	margin-bottom: 40px
}

.inside-jmxz-2 .item-9 .t1 {
	text-align: right;
	margin-top: 20px
}

.inside-title-1 {
	text-align: center
}

.inside-title-1 .font44 {
	color: #333;
	font-size: 44px;
	line-height: 50px
}

.inside-title-1 .en {
	font-family: arial;
	margin-top: 5px
}

.inside-title-2 {
	text-align: center
}

.inside-title-2 .font44 {
	color: #333;
	font-size: 44px;
	line-height: 50px
}

.inside-title-2 .en {
	margin-top: 15px;
	font-size: 18px
}

.inside-join-1 {
	padding-top: 80px;
	background: #f3f3f3
}

.inside-join-1 ul {
	margin: 0 -14px;
	padding-top: 110px
}

.inside-join-1 li {
	width: 185px;
	height: 315px;
	float: left;
	background: #fff;
	margin: 0 14px;
	padding-top: 40px;
	text-align: center;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	box-shadow: 0 0 10px #ddd
}

.inside-join-1 li .num {
	font-size: 60px;
	line-height: 60px;
	color: #cacaca;
	font-family: "DIN-BOLD"
}

.inside-join-1 li .font20 {
	color: #414141;
	font-size: 20px;
	padding-top: 15px
}

.inside-join-1 li .font15 {
	font-size: 15px;
	position: relative;
	padding: 5px 0 25px 0
}

.inside-join-1 li .font15:before {
	content: "";
	width: 60px;
	height: 2px;
	left: 50%;
	bottom: 0;
	margin-left: -30px;
	position: absolute;
	background: #e60012
}

.inside-join-1 li .iconbox {
	width: 65px;
	margin: 0 auto;
	text-align: center;
	margin-top: 25px;
	display: block;
	position: relative
}

.inside-join-1 li .iconbox .ico {
	display: inline-block
}

.inside-join-1 li .iconbox .ico-h {
	top: 0;
	left: 0;
	opacity: 0;
	position: absolute
}

.inside-join-1 li:hover {
	background: #bb342e;
	-webkit-transform: translateY(-30px);
	-ms-transform: translateY(-30px);
	transform: translateY(-30px)
}

.inside-join-1 li:hover .num,.inside-join-1 li:hover .font20,.inside-join-1 li:hover .font15 {
	color: #fff
}

.inside-join-1 li:hover .num:before,.inside-join-1 li:hover .font20:before,.inside-join-1 li:hover .font15:before {
	background: #fff
}

.inside-join-1 li:hover .iconbox .ico {
	opacity: 0
}

.inside-join-1 li:hover .iconbox .ico-h {
	opacity: 1
}

.inside-join-2 {
	min-height: 1080px;
	padding-top: 90px;
	text-align: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center
}

.inside-join-2 .inside-title-1 .en {
	font-size: 16px
}

.inside-join-2 .pic {
	margin-top: 60px
}

.inside-join-2 .font30 {
	font-size: 30px;
	line-height: 40px;
	color: #333;
	padding: 50px 0
}

.inside-join-2 .txt {
	font-size: 16px;
	padding: 0 180px
}

.inside-join-3 {
	padding-top: 140px
}

.inside-join-3 .txt {
	padding: 0 50px;
	padding-top: 40px
}

.inside-join-3 .font30 {
	padding-top: 20px;
	padding-bottom: 0
}

.inside-join-3 .pic {
	margin-top: 30px
}

.inside-join-4 {
	color: #fff;
	font-size: 16px;
	text-align: center;
	padding-top: 140px
}

.inside-join-4 .inside-title-1 {
	color: #fff
}

.inside-join-4 .inside-title-1 .font44 {
	color: #fff
}

.inside-join-4 .inside-title-1 .en {
	font-size: 16px
}

.inside-join-4 .pic {
	margin: 50px 0
}

.inside-join-5 {
	min-height: 1080px;
	padding-top: 90px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	color: #fff;
	font-size: 16px;
	text-align: center;
	padding-top: 140px
}

.inside-join-5 .inside-title-1 {
	color: #fff
}

.inside-join-5 .inside-title-1 .font44 {
	color: #fff
}

.inside-join-5 .inside-title-1 .en {
	font-size: 16px
}

.inside-join-5 .pic {
	margin: 50px 0
}

.inside-join-6 {
	min-height: 1080px;
	padding-top: 90px;
	background-repeat: no-repeat;
	color: #666;
	font-size: 16px;
	text-align: center;
	padding-top: 260px
}

.inside-join-6 ul {
	padding-top: 190px
}

.inside-join-6 li {
	width: 20%;
	float: left;
	text-align: center
}

.inside-join-6 li .font24 {
	color: #525256;
	font-size: 24px;
	line-height: 30px;
	margin: 30px 0 10px 0
}

.inside-join-6 li:nth-child(2) {
	margin-top: -70px
}

.inside-join-6 li:nth-child(3) {
	margin-top: -90px
}

.inside-join-6 li:nth-child(4) {
	margin-top: -10px
}

.inside-join-6 li:nth-child(5) {
	margin-top: -130px
}

.inside-join-6 .txt {
	padding-top: 100px
}

.inside-product-2 {
	padding-top: 160px;
	background: #f8f8f8
}

.inside-product-2 .container {
	position: relative
}

.inside-product-2 ul {
	padding-top: 80px
}

.inside-product-2 li {
	float: left;
	width: 25%;
	font-size: 15px
}

.inside-product-2 .pic {
	width: 50%;
	text-align: center
}

.inside-product-2 .first,.inside-product-2 .last {
	padding-top: 120px;
	text-align: right
}

.inside-product-2 .font25 {
	color: #333;
	font-size: 25px;
	line-height: 30px;
	padding: 10px 0
}

.inside-product-2 .font48 {
	font-size: 48px;
	line-height: 60px;
	color: #d2453d
}

.inside-product-3 {
	padding-top: 190px
}

.inside-product-3 .box {
	width: 700px;
	margin: 0 auto;
	padding-top: 70px
}

.inside-product-3 .box ul {
	overflow: hidden;
	padding-bottom: 20px
}

.inside-product-3 .box li {
	float: left;
	width: 40%;
	padding-left: 40px;
	font-size: 15px
}

.inside-product-3 .box li .font25 {
	color: #333;
	font-size: 25px;
	line-height: 30px;
	padding: 10px 0
}

.inside-product-3 .box li:first-child {
	width: 60%
}

.inside-product-4 .inside-title-2 {
	padding-bottom: 270px
}

.inside-product-5 .box {
	font-size: 17px;
	line-height: 36px;
	padding-top: 20px
}

.inside-product-5 .font44 {
	color: #333;
	font-size: 44px;
	line-height: 50px;
	padding-top: 80px;
	padding-bottom: 20px
}

.inside-product-6 {
	color: #444;
	font-size: 20px;
	padding-top: 120px;
	line-height: 34px
}

.inside-product-6 .box .txt {
	width: 430px;
	float: left;
	padding-top: 60px;
	padding-left: 30px
}

.inside-product-6 .box .pic {
	width: 753px;
	float: right
}

.inside-product-6 .box-2 {
	margin-top: 35px
}

.inside-product-6 .box-2 .video {
	width: 668px;
	float: left;
	position: relative
}

.inside-product-6 .box-2 .video .play {
	top: 50%;
	left: 0;
	width: 100%;
	margin-top: -30px;
	text-align: center;
	position: absolute
}

.inside-product-6 .box-2 .video .play img {
	max-height: 60px
}

.inside-product-6 .box-2 .txt {
	width: 540px;
	float: right;
	padding-top: 100px
}

.inside-product-7 {
	font-size: 18px;
	line-height: 36px;
	padding-bottom: 180px;
	text-align: center
}

.inside-product-7 .font50 {
	font-size: 50px;
	color: #333;
	padding-bottom: 20px;
	line-height: 60px
}

.inside-about {
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	text-align: left;
	padding: 60px 0
}

.inside-about .inside-title-2 {
	padding-bottom: 40px
}

.inside-about .inside-title-2 .font44 {
	color: #fff
}

.inside-adv {
	padding-top: 100px;
	font-size: 15px;
	color: #444
}

.inside-adv ul {
	padding-top: 100px
}

.inside-adv li {
	width: 20%;
	float: left;
	color: #000;
	font-size: 16px;
	text-align: center
}

.inside-adv li .num {
	font-size: 32px;
	font-family: arial;
	line-height: 40px;
	color: #bb342e;
	padding: 25px 0 10px 0
}

.inside-honor {
	padding-top: 160px
}

.inside-honor .scroll {
	width: 1100px;
	margin: 0 auto;
	margin-top: 40px
}

.inside-honor .slick-dots {
	bottom: 0
}

.inside-honor .slick-dots li button {
	width: 12px;
	height: 12px;
	background: #6f6f6f
}

.inside-honor .slick-dots li.slick-active button {
	background: #bb342e
}

.inside-qyll {
	padding-top: 240px
}

.inside-qyll .inside-title-2 {
	color: #fff
}

.inside-qyll .inside-title-2 .font44 {
	color: #fff
}

.inside-culture {
	color: #fff;
	padding: 0 60px;
	padding-top: 70px;
	position: relative;
	font-size: 15px
}

.inside-culture li {
	width: 15%;
	float: left;
	height: 100%;
	height: 570px;
	line-height: 30px;
	padding: 110px 40px 0 40px;
	position: relative;
	border-right: solid 1px #485f7d;
	border-right: solid 1px rgba(255,255,255,0.15)
}

.inside-culture li:before {
	content: "";
	top: 0;
	left: 50%;
	width: 0;
	height: 100%;
	z-index: 1;
	opacity: 0;
	position: absolute;
	background: rgba(0,0,0,0.5);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease
}

.inside-culture li .font28 {
	font-size: 28px;
	line-height: 40px;
	padding: 20px 0 10px 0
}

.inside-culture li span {
	display: block
}

.inside-culture li span,.inside-culture li p {
	z-index: 2;
	position: relative
}

.inside-culture .active {
	width: 22%
}

.inside-culture .active:before {
	opacity: 1;
	left: 0;
	width: 100%
}

@media (min-width:1300px) and (max-height:900px) {
	header {
		height: 70px
	}

	header .logo img {
		max-height: 70px
	}

	header .tel {
		padding-top: 27px
	}

	header .nav li>a {
		height: 70px;
		line-height: 70px;
		padding: 0 10px;
		font-size: 15px
	}

	header .language {
		padding: 0 20px;
		height: 70px;
		line-height: 70px
	}

	header .search {
		width: 70px
	}

	header .search img {
		margin-top: 27px
	}

	header .language img {
		margin-top: 27px
	}

	.header-ny .submenu {
		margin-top: 70px;
		min-height: 40px;
		font-size: 15px;
		line-height: 38px
	}

	.header-ny .nmenu {
		padding-right: 225px
	}

	.header-ny .submenu a {
		padding: 0 25px
	}

	.inside-title-1 .font44,.inside-jmxz .title,.inside-jmxz-2 .title,.inside-title-2 .font44,.inside-product-5 .font44,.inside-case .font44,.home-title .font44 {
		font-size: 28px;
		line-height: 30px
	}

	.home-product .list li .biankuang .tit {
		font-size: 18px
	}

	.home-case .leftbox {
		margin-top: 40px
	}

	.home-case .rightbox {
		padding-top: 70px
	}

	.home-news ul {
		padding-top: 60px
	}

	.home-news .home-title {
		padding-top: 100px
	}

	.inside-join-1 {
		padding-top: 140px
	}

	.inside-join-1 ul {
		padding-top: 70px
	}

	.inside-join-2 .font30 {
		font-size: 20px;
		line-height: 30px;
		padding-bottom: 30px
	}

	.inside-jmsq {
		padding-top: 240px
	}

	.inside-product-2 .font25 {
		font-size: 20px;
		padding-bottom: 5px
	}

	.inside-product-3 .box li .font25 {
		font-size: 18px;
		padding: 5px 0
	}

	.inside-product-3 .box {
		padding-top: 40px
	}

	.inside-product-6 {
		font-size: 16px;
		line-height: 30px
	}

	.inside-product-7 .font50 {
		font-size: 30px;
		line-height: 30px
	}

	.inside-culture {
		font-size: 14px
	}

	.inside-culture li {
		padding-top: 60px;
		padding-left: 30px;
		padding-right: 30px
	}

	.inside-culture li .font28 {
		font-size: 18px
	}

	.inside-news {
		padding-top: 200px
	}

	.inside-news .leftmenu .tit {
		font-size: 28px
	}

	.inside-news .leftmenu li>a {
		font-size: 30px;
        height: 40px;
		line-height: 40px
	}

	.inside-news .leftmenu li .month a {
		font-size: 16px
	}

	.inside-news .rightbox .title span {
		font-size: 40px
	}

	.inside-news .rightbox li .txtbox .tit {
		font-size: 16px
	}

	.inside-news .rightbox li .txtbox .txt {
		font-size: 14px
	}

	.inside-news .rightbox li .txtbox span {
		padding-top: 2px;
		padding-bottom: 2px
	}

	.inside-current {
		margin-top: 70px
	}

	.inside-news-show h1 {
		font-size: 26px;
		line-height: 30px
	}

	.inside-news-show .info {
		margin-top: 30px
	}

	.inside-contact .font40 {
		font-size: 30px;
		line-height: 30px
	}

	.inside-contact li .t2 {
		font-size: 16px;
		margin-bottom: 20px
	}

	.inside-case {
		margin-top: 70px
	}

	header .logo {
		padding-left: 50px
	}

	#fp-nav.right {
		right: 0
	}
}

@media (max-width:1400px) and (max-height:1050px) {
	header .nav li>a {
		padding: 0 10px;
		font-size: 15px
	}

	header .language {
		padding: 0 20px
	}

	header .search {
		width: 70px
	}

	.header-ny .submenu a {
		padding: 0 25px
	}

	.header-ny .nmenu {
		padding-right: 225px
	}
}

@media (max-width:1380px) and (max-height:768px) {
	.home-product .list li .biankuang {
		margin-top: 37%
	}

	.inside-qyll {
		padding-top: 160px
	}

	.inside-qyll .inside-culture {
		padding: 0 15px;
		padding-top: 30px
	}

	.inside-adv ul {
		padding-top: 100px
	}

	.inside-honor .scroll {
		margin-top: 0
	}

	.inside-honor .scroll img {
		max-width: 70%
	}

	.inside-jmxz-2 .box {
		margin-top: 0
	}

	.inside-join-1 ul {
		padding-top: 40px
	}

	.inside-join-1 li .num {
		font-size: 44px
	}

	.inside-join-1 li .font20 {
		font-size: 16px
	}

	.inside-join-2 .pic {
		margin-top: 30px
	}

	.inside-join-2 .font30 {
		padding: 15px 0;
		font-size: 16px
	}

	.inside-title-1 .font44,.inside-jmxz .title,.inside-jmxz-2 .title,.inside-title-2 .font44,.inside-product-5 .font44,.inside-case .font44,.home-title .font44 {
		font-size: 20px
	}

	.inside-join-2 .inside-title-1 .en,.inside-join-2 .txt {
		font-size: 14px
	}

	.inside-title-1 .en {
		margin-top: 0
	}

	.inside-join-2 .pic {
		max-width: 60%;
		margin: 0 auto;
		margin-top: 20px
	}

	.inside-join-3 .txt {
		padding-top: 10px
	}

	.inside-join-4 {
		font-size: 14px
	}

	.inside-join-4 .pic {
		max-width: 60%;
		margin: 20px auto
	}

	.inside-join-5 {
		font-size: 14px
	}

	.inside-join-5 .pic {
		max-width: 60%;
		margin: 20px auto
	}

	.inside-join-6 {
		font-size: 14px;
		padding-top: 160px
	}

	.inside-join-6 ul {
		padding-top: 140px
	}

	.inside-join-6 li .font24 {
		font-size: 16px
	}

	.inside-contact {
		padding-top: 180px
	}

	.inside-product-2 ul {
		padding-top: 30px
	}

	.inside-product-2 .first,.inside-product-2 .last {
		padding-top: 60px
	}

	.inside-product-2 .pic img {
		max-height: 340px
	}

	.inside-product-2 .last {
		padding-right: 100px
	}

	.inside-title-2 .en {
		font-size: 12px;
		margin-top: 5px
	}

	.inside-product-3 {
		padding-top: 140px
	}

	.inside-product-3 .box {
		padding-top: 10px
	}

	.inside-product-3 .box ul {
		padding-bottom: 0
	}

	.inside-product-3 .box li .font25 {
		font-size: 14px;
		padding: 0
	}

	.inside-product-2 .tu img {
		max-width: 40%
	}

	.inside-product-7 {
		font-size: 16px;
		padding-top: 100px;
		line-height: 24px
	}
}

@media (max-width:1280px) and (max-height:1024px) {
	header .nav li {
		margin: 0 5px
	}

	header .nav li>a {
		padding: 0 5px;
		font-size: 15px
	}

	header .language {
		padding: 0 20px
	}

	header .search {
		width: 70px
	}

	.header-ny .nmenu {
		padding-right: 220px
	}

	.header-ny .submenu a {
		padding: 0 20px
	}

	#fp-nav.right {
		right: 0
	}

	.inside-title-1 .font44,.inside-jmxz .title,.inside-jmxz-2 .title,.inside-title-2 .font44,.inside-product-5 .font44,.inside-case .font44,.home-title .font44 {
		font-size: 28px;
		line-height: 30px
	}

	.home-product .list li .biankuang .tit {
		font-size: 18px
	}

	.home-case .leftbox {
		margin-top: 40px
	}

	.home-case .rightbox {
		padding-top: 70px
	}

	.home-news ul {
		padding-top: 60px
	}

	.home-news .home-title {
		padding-top: 100px
	}

	.inside-join-1 {
		padding-top: 140px
	}

	.inside-join-1 ul {
		padding-top: 70px
	}

	.inside-join-2 .font30 {
		font-size: 20px;
		line-height: 30px;
		padding-bottom: 30px
	}

	.inside-jmsq {
		padding-top: 240px
	}

	.inside-product-2 .font25 {
		font-size: 20px;
		padding-bottom: 5px
	}

	.inside-product-3 .box li .font25 {
		font-size: 18px;
		padding: 5px 0
	}

	.inside-product-3 .box {
		padding-top: 40px
	}

	.inside-product-6 {
		font-size: 16px;
		line-height: 30px
	}

	.inside-product-7 .font50 {
		font-size: 30px;
		line-height: 30px
	}

	.inside-culture {
		font-size: 14px
	}

	.inside-culture li {
		padding-top: 60px;
		padding-left: 30px;
		padding-right: 30px
	}

	.inside-culture li .font28 {
		font-size: 18px
	}

	.inside-news {
		padding-top: 200px
	}

	.inside-news .leftmenu .tit {
		font-size: 28px
	}

	.inside-news .leftmenu li>a {
		font-size: 30px;
		line-height: 40px
	}

	.inside-news .leftmenu li .month a {
		font-size: 16px
	}

	.inside-news .rightbox .title span {
		font-size: 40px
	}

	.inside-news .rightbox li .txtbox .tit {
		font-size: 16px
	}

	.inside-news .rightbox li .txtbox .txt {
		font-size: 14px
	}

	.inside-news .rightbox li .txtbox span {
		padding-top: 2px;
		padding-bottom: 2px
	}

	.inside-current {
		margin-top: 70px
	}

	.inside-news-show h1 {
		font-size: 26px;
		line-height: 30px
	}

	.inside-news-show .info {
		margin-top: 30px
	}

	.inside-contact .font40 {
		font-size: 30px;
		line-height: 30px
	}

	.inside-contact li .t2 {
		font-size: 16px;
		margin-bottom: 20px
	}

	.inside-case {
		margin-top: 70px
	}

	.inside-case ul {
		margin-left: 0;
		margin-right: 0
	}

	.inside-case li {
		margin-left: 5px;
		margin-right: 5px
	}

	.home-product .list li .biankuang {
		margin-top: 70%
	}
}

.fixedfooter {
	bottom: 0;
	left: 0;
	width: 100%;
	position: fixed;
    z-index:9999;
	height: 120px;
	background: url(../images/fixedfooter-bg.png) no-repeat top center
}

.fixedfooter .cloase {
	float: right;
	margin-top: 20px;
	display: inline-block
}

.fixedfooter .message {
	width: 370px;
	float: right;
	padding-top: 15px
}

.fixedfooter .message li {
	margin-top: 12px
}

.fixedfooter .message li span {
	display: block;
	width: 115px;
	float: left;
	margin-left: 4px
}

.fixedfooter .message li span input,.fixedfooter .message li span select {
	width: 100%;
	border: 0;
	height: 29px;
	padding: 3px 10px;
	background: #fff;
	font-size: 14px;
	color: #666;
	font-family: "微软雅黑"
}

.fixedfooter .message li span input[type="submit"] {
	color: #fff;
	background: #1c1c1c
}

/**********IE8***********/

.prompt {
  position: fixed;
  width: 100%;
  height: 100%;
  background: url(../images/ie_sosad.png) no-repeat center 35% #ffffff;
  left: 0;
  bottom: 0;
  display: none;
  z-index: 999;
  filter: alpha(opacity=80);
  opacity: 80;
}
.prompt span {
  position: absolute;
  font-size: 14px;
  font-family: 'Microsoft YaHei';
  top: 55%;
  left: 50%;
  margin-left: -200px;
  width: 400px;
  display: block;
  line-height: 24px;
  color: #666;
}
.prompt span a {
  text-decoration: underline;
}
.prompt_close {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 30px;
  top: 30px;
  background: url(../images/closed.png) no-repeat center center;
  cursor: pointer;
}