/* Unessential CSS - Just here to make this sample page prettier */

@font-face {
	font-family:  "century gothic";
	src: url(../font/tt0140m_.ttf);
}

@font-face {
	font-family:  "century gothic";
	src: url(../font/bd.ttf);
}

html,
body {
	height: 100%;
}

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	/* Firefox */
	-webkit-box-sizing: border-box;
	/* Safari */
}

body {
	position: relative;
	margin: 0;
	font-size: 14px;
	font-family:  "century gothic", Arial, "Microsoft Yahei";
	line-height: 2;
}

.wrapper {
	margin: 0 auto;
	max-width: 1400px;
	/* padding: 1px 3em; */
	height: 100%;
}

header {
	/* background-color: #000;  */
	height: 80px;
	position: fixed;
	z-index: 9999;
	width: 100%;
	top: 0px;
	transition: all 0.3s ease;
	display: none;
}

header:after {
	content: " ";
	display: table;
	clear: both;
}

.brand,
h1,
h2,
h3 {
	/* font-family: 'Roboto Condensed', sans-serif; */
	font-weight: 400;
	letter-spacing: 1px;
}

h4,
h5,
h6 {
	letter-spacing: 1px;
}

h1 {
	font-size: 28px;
}

.main .dev-output pre {
	overflow: auto;
	max-height: 500px;
	background-color: #EBF4FD;
	padding: 0 1em 1em;
}

.brand {
	float: left;
	height: 80px;
}

.brand p {
	margin: 0;
}

.rm-nav {
	letter-spacing: 1px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	/* Firefox */
	-webkit-box-sizing: border-box;
	/* Safari */
}

.logo {
	font-size: 1.4em;
	line-height: 40px;
	margin: 20px 0 0;
	width: 185px;
	height: auto;
	text-align: center;
	font-weight: bold;
	letter-spacing: 2px;
	display: block;
	float: left;
	text-decoration: none;
	color: #fff;
	padding: 0;
	transition: all 0.3s ease;
}


/* .rm-toggle.rm-button {
    margin-top: 25px;
} */

.rm-css-animate.rm-menu-expanded {
	max-height: none;
	display: block;
}

.rm-container.rm-layout-expanded {
	float: right;
}

.rm-nav li a,
.rm-top-menu a {
	padding: .75rem 1rem;
	font-size: .9em;
	line-height: 1.5rem;
	text-transform: uppercase;
}

.rm-layout-expanded .rm-nav>ul>li>a,
.rm-layout-expanded .rm-top-menu>.rm-menu-item>a {
	height: 40px;
	line-height: 40px;
	font-size: 14px;
}

.main {
	background-image: url("../images/cloud.jpg");
	background-position: center top;
	background-repeat: repeat-x;
	min-height: 100%;
	padding-top: 1px;
}

.tagline {
	width: 360px;
	font-size: 1.75em;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 1.2;
	text-align: center;
	margin: 275px auto;
	color: #1A88D3;
}

.tagline strong {
	font-size: 1.3em;
}

.dev-output {
	background-color: #e1eaf3;
	/* fall-back */
	background-color: rgba(255, 255, 255, .85);
	color: #000;
	padding: 2em;
	margin-bottom: 2em;
}

.rm-toggle.rm-button {
	background-image: url(../img/menu-btn.png);
}

.header2 {
	background: #fff;
}

.header2 .rm-menu-item a {
	color: #333;
}

.header2 .rm-layout-contracted .rm-menu-item a {
	color: #fff;
}

.header2 .logo .logo0 {
	display: none;
}

.header2 .logo .logo1 {
	display: block;
}

.header4 .rm-menu-item a {
	color: #333;
}

.header4 .logo .logo0 {
	display: none;
}

.header4 .logo .logo1 {
	display: block;
}

.header4 .rm-layout-contracted .rm-menu-item a {
	color: #fff;
}

.header5 .rm-menu-item a {
	color: #333;
}

.banner {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.banner .swiper-container .swiper-wrapper .swiper-slide img {
	width: 100%;
	display: block;
}

.banner .swiper-pagination {
	width: 100%;
	bottom: 10px;
}

.banner .swiper-pagination-bullet {
	margin: 0 5px;
}

.banner .swiper-pagination-bullet-active {
	background: #cc0001;
}

.logo1 {
	display: none;
}

@media (min-width: 961px) {
	header {
		overflow: hidden;
	}
	.rm-menu {
		background: transparent !important;
	}
	.rm-lighten li li li a,
	.rm-lighten li li a:focus,
	.rm-lighten li li a:hover,
	.rm-lighten li li.rm-hover a,
	.rm-lighten .rm-menu-expanded li a:focus,
	.rm-lighten .rm-menu-expanded li a:hover,
	.rm-lighten .rm-menu-item .rm-menu-item .rm-menu-item a,
	.rm-lighten .rm-menu-item .rm-menu-item a:focus,
	.rm-lighten .rm-menu-item .rm-menu-item a:hover,
	.rm-lighten .rm-menu-item .rm-menu-item.rm-hover a,
	.rm-lighten .rm-menu-expanded li a:focus,
	.rm-lighten .rm-menu-expanded li a:hover {
		background: transparent !important;
	}
	.rm-nav {
		border-bottom: 1px solid #fff;
	}
	.header4 .rm-nav {
		border-bottom: 1px solid #333;
	}
	.header5 .rm-nav {
		border-bottom: 1px solid #333;
	}
	.rm-nav ul li.cut {
		border-bottom: 2px #fff solid;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		/* Firefox */
		-webkit-box-sizing: border-box;
		/* Safari */
	}
	.header4 .rm-nav ul li.cut {
		border-bottom: 2px #333 solid;
	}
	.header5 .rm-nav ul li.cut {
		border-bottom: 2px #333 solid;
	}
	.rm-nav {
		margin-top: 30px;
	}
	.header2 {
		box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
	}
	.header2 .rm-nav ul li.cut {
		border-bottom: 2px #cc0001 solid;
	}
	.header4 .rm-nav ul li.cut {
		border-bottom: 2px #333 solid;
	}
	.header5 .rm-nav ul li.cut {
		border-bottom: 2px #333 solid;
	}
	.header2 .logo {
		margin: 10px 0 0;
	}
}

@media (max-width: 960px) {
	header {
		height: 60px;
		background: #fff;
	}
	.brand {
		float: left;
		height: 60px;
	}
	.logo {
		margin: 10px 0 0;
		width: 145px;
	}
	.logo img {
		width: 100%;
	}
	.rm-toggle {
		background-color: transparent !important;
		margin: 14px !important;
	}
	.banner {
		margin-top: 60px;
	}
	.logo0 {
		display: none;
	}
	.logo1 {
		display: block;
	}
	.rm-toggle.rm-button {
		background-image: url(../img/menu-btn1.png);
	}
}

@media (max-width: 1400px) {
	.logo {
		margin-left: 10px;
	}
}

.licheng {
	margin: 0 auto;
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	/* Firefox */
	-webkit-box-sizing: border-box;
	/* Safari */
}

.licheng-m {
	padding: 90px 0;
	margin: 0 auto;
	width: 100%;
	max-width: 1400px;
}

.licheng-t {
	width: 100%;
}

.licheng-t .licheng-t1 {
	display: block;
	margin: 0 auto;
}

.licheng-t .licheng-t2 {
	display: none;
	text-align: center;
}

.licheng-b {
	width: 100%;
	max-width: 860px;
	margin: 0 auto;
	margin-top: 35px;
}

.licheng-b p {
	text-align: center;
	font-size: 18px;
}

.licheng-n {
	width: 100%;
	max-width: 860px;
	margin: 0 auto;
	margin-top: 35px;
	height: auto;
	overflow: hidden;
	padding: 0;
}

.licheng-n li {
	list-style-type: none;
	width: 25%;
	float: left;
}

.licheng-n li h2 {
	font-size: 40px;
	text-align: center;
	font-weight: bolder;
	margin: 10px 0;
	line-height: 1;
}

.licheng-n li:last-child h2 {
	font-size: 60px;
}

.licheng-n li h2 .value {
	display: inline-block;
	font-size: 60px;
	font-weight: 900;
	padding: 0 5px;
}

.licheng-n li p {
	font-size: 14px;
	text-align: center;
	margin-top: 0px;
}

.licheng #J_dotLine {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: -1;
}

@media (max-width: 960px) {
	.licheng {
		padding-left: 15px;
		padding-right: 15px;
	}
	.licheng-n li {
		list-style-type: none;
		width: 50%;
		float: left;
	}
	.licheng-t .licheng-t1 {
		display: none;
	}
	.licheng-t .licheng-t2 {
		display: block;
	}
	.licheng-b p {
	text-align: center;
	font-size: 16px;
}
}

@media (max-width: 500px) {
	.licheng-n li h2 {
		font-size: 20px;
		text-align: center;
		font-weight: bolder;
		margin: 10px 0;
		line-height: 1;
	}
	.licheng-n li:last-child h2 {
		font-size: 40px;
	}
	.licheng-n li h2 .value {
		display: inline-block;
		font-size: 40px;
		font-weight: 900;
		padding: 0 5px;
	}
	.licheng-b p {
	text-align: center;
	font-size: 15px;
}
}

.case-all {
	margin: 0 auto;
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	padding-top: 120px;
	min-height: 600px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	/* Firefox */
	-webkit-box-sizing: border-box;
	/* Safari */
}

.case-all-back {
	width: 100%;
	height: 600px;
	position: absolute;
	left: 0px;
	top: 0px;
	background: url(../img/bg1.jpg) no-repeat center center;
	background-size: cover;
	z-index: -1;
}

.case-all-main {
	margin: 0 auto;
	width: 100%;
	max-width: 1420px;
	height: auto;
	overflow: hidden;
}

.case-t {
	margin: 0 auto;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 80px;
	padding-left: 10px;
	padding-right: 10px;
	max-width: 1420px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	/* Firefox */
	-webkit-box-sizing: border-box;
	/* Safari */
}

.case-t a {
	color: #fff;
	display: inline-block;
	float: right;
	font-size: 16px;
	height: 60px;
	line-height: 60px;
}

.case-t a span {
	display: block;
	margin: 0 10px;
	height: 1px;
	background: #fff;
	width: 80px;
	float: left;
	margin-top: 30px;
}

.case-t a b {
	display: block;
	float: left;
	font-weight: 500;
}

.case-t h1 {
	display: inline-block;
	float: right;
	margin: 0px;
	margin-right: 20px;
}

.case-t h1 img {
	width: 250px;
}

.case-lb {
	width: 100%;
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	/* Firefox */
	-webkit-box-sizing: border-box;
	/* Safari */
}

.case-box {
	width: 330px;
	height: 460px;
	position: absolute;
	right: 120px;
	top: 50%;
	margin-top: -230px;
}

.case-black {
	background: #333;
	padding: 60px 30px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	/* Firefox */
	-webkit-box-sizing: border-box;
	/* Safari */
}

.case-black a {
	text-decoration: none;
}

.case-black h1 {
	color: #fff;
	font-size: 20px;
	line-height: 36px;
	margin: 0px;
	font-weight: 900;
}
.case-black h3{
	color: #fff;
	font-size: 20px;
	line-height: 36px;
	margin: 0px;
	font-weight: 900;
}

.case-black p {
	color: #fff;
	font-size: 14px;
}

.case-black span {
	background: #fff;
	display: block;
	width: 36px;
	height: 4px;
	margin: 20px 0;
}

.case .swiper-pagination-fraction,
.case .swiper-pagination-custom,
.case .swiper-container-horizontal>.swiper-pagination-bullets {
	color: #fff;
	top: 0px;
}

.case .swiper-container-horizontal>.s-box .swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%;
}

.case-lb .swiper-scrollbar {
	height: 1px;
	z-index: 999;
	background: #fff;
	top: 34px;
	left: 15px;
	width: calc(100% - 30px);
}

.case-lb .swiper-scrollbar-drag {
	height: 3px;
	background: #cc0001;
	top: -1px;
}

.case-lb .swiper-button-prev,
.case-lb .swiper-button-next {
	position: absolute;
	bottom: 0px;
	top: auto;
	width: 10px !important;
	height: 16px !important;
	margin-top: 0px;
	z-index: 10;
	cursor: pointer;
	background-size: 10px 16px !important;
	background-position: center;
	background-repeat: no-repeat;
}

.case-lb .swiper-button-prev {
	left: 0px;
	background-image: url(../img/a1.png);
}

.case-lb .swiper-button-next {
	right: 0px;
	background-image: url(../img/a2.png);
}

.case-box1 {
	width: 160px;
	height: 42px;
	position: absolute;
	bottom: 40px;
	left: 50%;
	margin-left: -80px;
}

.case-lb .swiper-button-prev.swiper-button-disabled,
.case .swiper-button-next.swiper-button-disabled {
	opacity: 1;
}

.case-lb .swiper-pagination-fraction,
.case-lb .swiper-pagination-custom,
.case-lb .swiper-container-horizontal>.swiper-pagination-bullets {
	color: #fff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	/* Firefox */
	-webkit-box-sizing: border-box;
	/* Safari */
}

.case-l {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-top: 60px;
}

.case-l ul {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-left: 0px;
}

.case-l ul li {
	width: calc(33.3% - 10px);
	height: auto;
	overflow: hidden;
	float: left;
	margin-left: 10px;
	/* padding-bottom: 35px; */
	margin-bottom: 20px;
	position: relative;
	transition: all 0.5s ease;
	list-style-type: none;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	/* Firefox */
	-webkit-box-sizing: border-box;
	/* Safari */
}

.case-l ul li .case-l-box {
	width: 100%;
	height: auto;
	overflow: hidden;
	float: left;
	padding-right: 10px;
	margin-left: 0px;
	margin-right: 0px;
	padding-bottom: 8px;
	position: relative;
	transition: all 0.5s ease;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	/* Firefox */
	-webkit-box-sizing: border-box;
	/* Safari */
}

.case-l ul li .case-l-pic {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	box-shadow: 3px 3px 3px #bbb;
}

.case-l ul li .case-l-pic img {
	display: block;
	width: 100%;
}

.case-l ul li .red {
	font-size: 12px;
	height: 100%;
	text-align: center;
	width: 100%;
	margin: 0px;
	background: rgba(204, 0, 1, 0.8);
	transition: all 0.5s ease;
	color: #000;
	position: absolute;
	left: 0px;
	bottom: -290px;
}

.case-l2 ul li .red {
	bottom: -300px;
}

.case-l ul li .red h2 {
	font-size: 20px;
	text-align: center;
	margin-top: 20%;
	color: #fff;
}
/*.case-l ul li h3{color: #333333;width: calc(100% - 20px);
	margin: 0 auto;
	font-size: 14px;margin-top: 20px;	overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}*/
.case-l ul li .red h3 {
	font-size: 14px;
	text-align: center;
	color: #fff;
}

.case-l2 ul li .red h2 {
	margin-top: 22%;
}

.case-l ul li:hover .red {
	bottom: 0px;
}

.case-l ul li:hover .case-l-pic {
	box-shadow: 3px 0px 3px #bbb;
}

.case-l ul li .case-l2-txt{
	color: #333333;
	font-size: 14px;
	height: 72px;
	line-height: 24px;
	width: calc(100% - 20px);
	margin: 0 auto;
	margin-top:20px;
	margin-bottom: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	 display: -webkit-box;
  -webkit-line-clamp: 3; /* 限制在一个块元素显示的文本的行数 */
 -webkit-box-orient: vertical; /* 垂直排列 */
  word-break: break-all;  /* 内容自动换行 */
}

@media (max-width: 960px) {
	.case-lb {
		display: none;
	}
	.case-l ul li {
		width: calc(50% - 10px)
	}
	.case-all-back {
		height: 300px;
	}
	.case-t {
		margin-bottom: 0px;
	}
	.case-l2 ul li .red h2 {
	margin-bottom: 0px; margin-top: 20%
}
	.case-l2 ul li .red h3 {
	margin-bottom: 0px; margin-top: 0px;
}
}

@media (max-width: 600px) {
	.case-t a {
		display: block;
		float: none;
		text-align: right;
	}
	.case-t a span {
		float: right;
	}
	.case-t a b {
		float: right;
	}
	.case-t h1 {
		display: block;
		float: none;
		text-align: right;
	}
	.case-all {
		padding-top: 60px;
	}
	.case-t {
		padding-bottom: 0px;
	}
	.case-all-back {
		height: 240px;
	}


}
@media (max-width: 450px) {
	

.case-l ul li {
    width: calc(100% - 10px);
}
}
.wecan {
	padding-top: 80px;
	padding-bottom: 50px;
	width: 100%;
	overflow: hidden;
	height: auto;
	background: url(../img/bg2.jpg) no-repeat center center;
	background-size: cover;
}

.wecan .licheng-b {
	margin-bottom: 25px
}

.wecan .licheng-b p {
	color: #fff;
}

.wecan ul {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
	text-align: center;
	padding: 0;
}

.wecan ul li {
	display: inline-block;
	width: 400px;
	margin-left: 25px;
	margin-right: 25px;
	overflow: hidden;
	height: auto;
	margin-top: 25px;
	margin-bottom: 25px;
	position: relative;
}

.wecan ul li h4 {
	width: 100%;
	left: 0px;
	font-size: 18px;
	line-height: 40px;
	position: absolute;
	bottom: 15%;
	color: #fff;
	font-weight: 500;
	z-index: 1
}

.wecan ul li img {
	display: block;
	width: 100%;
}

.wecan .licheng-t2 {
	color: #fff;
}

.wecan-w {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	background: rgba(255, 255, 255, 1);
	filter: alpha(opacity:0);
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	transition: all 0.5s ease;
	z-index: 2;
	padding: 50px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	/* Firefox */
	-webkit-box-sizing: border-box;
	/* Safari */
}

.wecan-w:hover {
	filter: alpha(opacity:100);
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
}

.wecan-w h5 {
	color: #999;
	font-weight: 500;
	font-size: 16px;
	margin-bottom: 20px;
	text-align: left;
}

.wecan-w a {
	display: block;
	padding-top: 18px;
	background: url(../img/m1.png) no-repeat top left;
	font-size: 16px;
	text-align: left;
	color: #000;
	text-decoration: none;
	position: absolute;
	bottom: 50px;
	left: 50x;
}

.wecan-w a:hover {
	color: #cc0001;
}

.wecan-box {
	position: absolute;
	width: calc(100% - 100px);
	height: 40%;
	bottom: 100px;
}

.wecan-box .swiper-container {
	width: 100%;
	height: 100%;
}

.wecan-box .swiper-slide {
	font-size: 16px;
	line-height: 32px;
	height: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 20px;
	text-align: left;
}

.wecan-box .swiper-slide p {
	margin: 0px;
}

@media (max-width: 1400px) {
	.wecan ul li {
		width: 300px;
	}
	.wecan-w {
		padding: 20px;
	}
	.wecan-w h5 {
		margin-top: 0px;
	}
	.wecan-box {
		width: calc(100% - 40px);
	}
}

@media (max-width: 960px) {
	.wecan .licheng-t {
		padding-left: 15px;
		padding-right: 15px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		/* Firefox */
		-webkit-box-sizing: border-box;
		/* Safari */
	}
	.wecan .licheng-b {
		padding-left: 15px;
		padding-right: 15px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		/* Firefox */
		-webkit-box-sizing: border-box;
		/* Safari */
	}
}

.news {
	width: 100%;
	overflow: hidden;
	height: auto;
	max-width: 1400px;
	margin: 0 auto;
	padding-top: 80px;
	padding-bottom: 80px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	/* Firefox */
	-webkit-box-sizing: border-box;
	/* Safari */
}

.news .case-t a {
	color: #000;
}

.news .case-t span {
	background: #000;
}

.news-main-l {
	float: left;
	width: 500px;
	height: auto;
	overflow: hidden;
}

.news-main-r {
	float: left;
	width: calc(100% - 500px);
	height: auto;
	overflow: hidden;
}

.news-main-r .swiper-container {
	padding-bottom: 30px;
}

.news-main-r .swiper-container .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 0px;
}

.news-main-r .swiper-slide ul {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-left: 0px;
}

.news-main-r .swiper-slide ul li {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.news-main-r .swiper-slide ul li .n-tip {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 20px 0;
}

.news-main-r .swiper-slide ul li .n-tip h3 {
	margin: 0px;
	float: left;
	font-size: 18px;
	line-height: 36px;
	transition: all 0.5s ease;
	color: #000;
}

.news-main-r .swiper-slide ul li .n-tip span {
	display: block;
	margin-right: 0px;
	height: 1px;
	width: 0px;
	float: left;
	background: #cc0001;
	margin-top: 17px;
	transition: all 0.5s ease;
}

.news-main-r .swiper-slide ul li:hover .n-tip span {
	margin-right: 10px;
	width: 40px;
}

.news-main-r .swiper-slide ul li:hover .n-tip h3 {
	color: #cc0001;
}

.news-main-r .swiper-slide ul li .time {
	font-size: 16px;
	color: #a7a7a7;
	display: block;
	margin: 0px 0;
}

.news-main-r .swiper-slide ul li p {
	font-size: 14px;
	color: #3d3d3d;
	width: 100%;
	margin: 0px 0;
}

.news-main-r .swiper-pagination {
	text-align: right;
}

.news-main-r .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	border-radius: 0;
}

.news-main-r .swiper-pagination-bullet-active {
	height: 20px;
	background: #cc0001;
}

@media (max-width: 960px) {
	.news-main-l {
		float: none;
		width: 100%;
		height: auto;
		overflow: hidden;
		display: none;
	}
	.news-main-l img {
		display: block;
		margin: 0 auto;
	}
	.news-main-r {
		float: left;
		width: calc(100% - 0px);
		height: auto;
		overflow: hidden;
		padding-left: 15px;
		padding-right: 15px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		/* Firefox */
		-webkit-box-sizing: border-box;
		/* Safari */
	}
}

.huoban {
	padding-bottom: 80px;
	padding-top: 80px;
	background: url(../img/bg3.jpg) no-repeat center center;
	background-size: cover;
}

.huoban-box {
	margin: 0 auto;
	width: 100%;
	max-width: 1400px;
	height: auto;
	position: relative;
}

.huoban-l {
	margin: 0 auto;
	width: 100%;
	max-width: 1400px;
	height: auto;
	position: relative;
}

.huoban-box .case-t h1 img {
	width: 300px;
}

.huoban-box .swiper-slide img {
	display: block;
	width: 100%;
}

.huoban-box .swiper-button-prev,
.huoban-box .swiper-button-next {
	width: 30px;
	height: 90px;
	margin-top: -45px;
	background-size: 30px 90px;
}

.huoban-box .swiper-button-next,
.huoban-box .swiper-container-rtl .swiper-button-prev {
	background-image: url(../img/a3.png);
	right: -50px;
}

.huoban-box .swiper-button-prev,
.huoban-box .swiper-container-rtl .swiper-button-next {
	background-image: url(../img/a4.png);
	left: -50px;
}

@media (max-width: 1600px) {
	.huoban-box {
		margin: 0 auto;
		width: 100%;
		max-width: 1000px;
		height: auto;
		position: relative;
	}
	.huoban-l {
		margin: 0 auto;
		width: 100%;
		max-width: 1000px;
		height: auto;
		position: relative;
	}
}

@media (max-width: 1200px) {
	.huoban-box {
		margin: 0 auto;
		width: 100%;
		max-width: 800px;
		height: auto;
		position: relative;
	}
	.huoban-l {
		margin: 0 auto;
		width: 100%;
		max-width: 800px;
		height: auto;
		position: relative;
	}
}

@media (max-width: 1000px) {
	.huoban-box {
		margin: 0 auto;
		width: 100%;
		max-width: 600px;
		height: auto;
		position: relative;
	}
	.huoban-l {
		margin: 0 auto;
		width: 100%;
		max-width: 600px;
		height: auto;
		position: relative;
	}
}

@media (max-width: 760px) {
	.huoban-box {
		margin: 0 auto;
		width: 100%;
		max-width: 400px;
		height: auto;
		position: relative;
	}
	.huoban-l {
		margin: 0 auto;
		width: 100%;
		max-width: 400px;
		height: auto;
		position: relative;
	}
}

@media (max-width: 600px) {
	.huoban .case-t {
		margin-bottom: 40px;
	}
}

@media (max-width: 530px) {
	.huoban-box {
		margin: 0 auto;
		width: 100%;
		max-width: 100%;
		height: auto;
		position: relative;
	}
	.huoban-l {
		margin: 0 auto;
		width: 100%;
		max-width: 300px;
		height: auto;
		position: relative;
	}
	.huoban-box .swiper-button-prev,
	.huoban-box .swiper-button-next {
		width: 15px;
		height: 45px;
		margin-top: -22px;
		background-size: 15px 45px;
	}
	.huoban-box .swiper-button-next,
	.huoban-box .swiper-container-rtl .swiper-button-prev {
		background-image: url(../img/a3.png);
		right: -20px;
	}
	.huoban-box .swiper-button-prev,
	.huoban-box .swiper-container-rtl .swiper-button-next {
		background-image: url(../img/a4.png);
		left: -20px;
	}
}

.ck {
	margin: 80px auto;
	width: 100%;
	max-width: 1400px;
	height: auto;
	position: relative;
	background: #cc0001;
	overflow: hidden;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	/* Firefox */
	-webkit-box-sizing: border-box;
	/* Safari */
}

.ck-box {
	padding-top: 86px;
	padding-bottom: 86px;
	border: 0px solid #fff;
	margin: 0px;
	width: calc(100% - 0px);
	transition: all 0.5s ease;
	padding-left: 336px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	/* Firefox */
	-webkit-box-sizing: border-box;
	/* Safari */
}

.ck:hover .ck-box {
	padding-top: 50px;
	padding-bottom: 50px;
	margin: 36px;
	width: calc(100% - 72px);
	border: 1px solid #fff;
	padding-left: 300px
}

.ck-box h1 {
	margin: 0;
	text-align: left;
	font-size: 62px;
	font-weight: bolder;
	color: #fff;
	margin-bottom: 20px;
}

.ck-box span {
	color: #fff;
	font-size: 16px;
}

.ck-box p {
	color: #fff;
	font-size: 28px;
	margin: 0;
	 word-break:break-all;
}

.ck-box p b {
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	font-family: ' century gothic';
}

.ck-box ul {
	padding: 0px;
	overflow: hidden;
	height: auto;
	margin-top: 20px;
}

.ck-box ul li {
	width: 156px;
	height: 156px;
	border: 2px solid #fff;
	border-radius: 50%;
	list-style-type: none;
	float: left;
	margin-right: 36px;
	box-sizing: border-box;
	transition: all 0.5s ease;
	overflow: hidden;
	position: relative;
	-moz-box-sizing: border-box;
	/* Firefox */
	-webkit-box-sizing: border-box;
	/* Safari */
}

.ck-box ul li:hover {
	background: rgba(255, 255, 255, 0.4);
}

.ck-bt {
	position: absolute;
	display: block;
	width: 233;
	height: 199;
	top: 50%;
	left: 0px;
	margin-top: -100px;
}

.ck-box ul li .img01 {
	position: absolute;
	left: 0px;
	top: 0px;
	transition: all 0.3s ease;
	filter: alpha(opacity:100);
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
}

.ck-box ul li .img02 {
	position: absolute;
	left: 0px;
	top: 0px;
	transition: all 0.3s ease;
	filter: alpha(opacity:0);
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
}

.ck-box ul li:hover .img01 {
	position: absolute;
	left: 0px;
	top: 0px;
	filter: alpha(opacity:0);
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
}

.ck-box ul li:hover .img02 {
	position: absolute;
	left: 0px;
	top: 0px;
	filter: alpha(opacity:100);
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
}

.ck-box ul li:hover {
	background: rgba(255, 255, 255, 0);
	border: 2px solid #333;
}

.ck-box ul li.ck-box-g2:hover {
	background: rgba(255, 255, 255, 0);
	border: 1px solid #333;
	border-radius: 5px;
}

@media (max-width: 960px) {
	.ck-bt {
		position: absolute;
		display: block;
		width: 233;
		height: 199;
		top: 0px;
		left: 50%;
		margin-left: -100px;
		margin-top: 0px;
	}
	.ck-box {
		padding-top: 226px;
		padding-bottom: 86px;
		border: 0px solid #fff;
		margin: 0px;
		width: calc(100% - 0px);
		transition: all 0.5s ease;
		padding-left: 76px;
		padding-right: 76px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		/* Firefox */
		-webkit-box-sizing: border-box;
		/* Safari */
	}
	.ck:hover .ck-box {
		padding-top: 190px;
		padding-bottom: 50px;
		margin: 36px;
		width: calc(100% - 72px);
		border: 1px solid #fff;
		padding-left: 40px;
		padding-right: 40px;
	}
	.ck-box h1 {
		margin: 0;
		text-align: left;
		font-size: 36px;
		font-weight: bolder;
		color: #fff;
		margin-bottom: 20px;
	}
	.ck-box ul li {
		width: 20%;
		height: auto;
		margin-right: 5%;
	}
	.ck-box ul li img {
		width: 100%;
		height: auto;
		display: block;
	}
	.ck-box p {
		font-size: 18px
	}
}

@media (max-width: 600px) {
	.ck-box {
		padding-top: 226px;
		padding-bottom: 86px;
		padding-left: 56px;
		padding-right: 56px;
	}
	.ck:hover .ck-box {
		padding-top: 190px;
		padding-bottom: 50px;
		margin: 36px;
		width: calc(100% - 72px);
		border: 1px solid #fff;
		padding-left: 20px;
		padding-right: 20px;
	}
	.ck-box h1 {
		font-size: 20px;
	}
	.ck-box ul li {
		width: 30%;
		height: auto;
		margin-right: 3%;
	}
	.ck-box ul li img {
		width: 100%;
		height: auto;
		display: block;
	}
	.ck-box span {
		color: #fff;
		font-size: 14px;
	}
	.ck-box p {
		font-size: 16px;
	}
}

.link {
	width: 100%;
	max-width: 1400px;
	height: auto;
	position: relative;
	margin: 0 auto;
	margin-bottom: 80px;
	overflow: hidden;
}

.link-l {
	width: 500px;
	float: left;
	height: auto;
	overflow: hidden;
}

.link-l span {
	width: 80px;
	height: 2px;
	margin-right: 40px;
	display: block;
	float: left;
	background: #000;
	margin-top: 45px;
}

.link-l t11 {
	display: block;
	float: left;
}

.link-r {
	width: calc(100% - 500px);
	float: left;
	height: auto;
	overflow: hidden;
}

.link-r .link-btn {
	float: left;
	font-size: 18px;
	color: #666;
	padding: 5px 0;
	margin-right: 36px;
	border-bottom: 2px solid #333;
	border-bottom-color: rgba(0, 0, 0, 0);
	cursor: pointer;
}

.link-r .link-t {
	width: 100%;
	border-bottom: 1px #333 solid;
	height: auto;
	overflow: hidden;
}

.link-box {
	padding-top: 15px;
	display: none;
}

.link-box span {
	display: inline-block;
	margin-right: 25px;
	margin-bottom: 4px;
	font-size: 14px;
}

@media (max-width: 960px) {
	.link-l {
		width: 100%;
		float: none;
		height: auto;
		overflow: hidden;
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 30px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		/* Firefox */
		-webkit-box-sizing: border-box;
		/* Safari */
	}
	.link-r {
		width: calc(100% - 0px);
		float: none;
		height: auto;
		overflow: hidden;
		padding-left: 15px;
		padding-right: 15px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		/* Firefox */
		-webkit-box-sizing: border-box;
		/* Safari */
	}
}

.footer {
	background: #000;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 20px 0;
}

.footer ul {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0px;
	max-width: 1400px;
	margin: 0 auto;
}

.footer ul li {
	width: 25%;
	float: left;
	list-style: none;
	height: 56px;
	line-height: 56px;
	font-size: 14px;
	color: #bbb;
	text-align: center;
}

.footer ul li span {
	border: 1px solid #bbb;
	border-radius: 50%;
	text-align: center;
	font-size: 24px;
	display: inline-block;
	color: #fff;
	margin-right: 20px;
	height: 56px;
	width: 56px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	/* Firefox */
	-webkit-box-sizing: border-box;
	/* Safari */
}

.footer ul li b {
	font-weight: 500;
	padding-left: 20px;
	display: inline-block;
	background: url(../img/jia1.png) no-repeat center left;
}

.footer .xian {
	margin: 20px auto;
	height: auto;
	overflow: hidden;
	width: 100%;
	max-width: 1400px;
}

.footer .xian img {
	width: 100%;
	height: 1px;
	display: block;
}

.footer .copy {
	margin: 0px auto;
	height: auto;
	overflow: hidden;
	width: 100%;
	max-width: 1400px;
	text-align: center;
	color: #bbb;
	font-size: 14px;
}

@media (max-width: 960px) {
	.footer ul {
		padding-left: 15px;
		padding-right: 15px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		/* Firefox */
		-webkit-box-sizing: border-box;
		/* Safari */
	}
	.footer ul li {
		width: 50%;
		text-align: left;
		margin-top: 5px;
		margin-bottom: 5px;
		padding-left: 15px;
		padding-right: 15px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		/* Firefox */
		-webkit-box-sizing: border-box;
		/* Safari */
	}
	.footer .copy {
		padding-left: 15px;
		padding-right: 15px;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		/* Firefox */
		-webkit-box-sizing: border-box;
		/* Safari */
	}
}

@media (max-width: 600px) {
	.footer ul li {
		display: none
	}
	.footer .xian {
		display: none
	}
}

.banner-case {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: no-repeat center center;
	background-size: cover;
}

.banner-case ul {
	padding: 180px 0;
	width: 100%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	max-width: 1600px;
}

.banner-case ul li {
	width: 25%;
	float: left;
	list-style-type: none;
}

.banner-case ul li h1 {
	text-align: center;
	color: #fff;
	font-size: 40px;
	margin: 0;
	font-weight: bolder;
	text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}

.banner-case ul li .value {
	display: inline;
	color: #fff;
	font-size: 80px;
	font-weight: 900;
	margin-right: 20px;
	font-family: Arial, "Microsoft Yahei";
}

.banner-case ul li h2 {
	text-align: center;
	color: #fff;
	font-size: 16px;
	margin: 0;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}

.banner-pay {
	height: 160px;
}

.case-nav {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0px;
	max-width: 1400px;
	margin: 40px auto;
}

.case-nav ul {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 0px;
}

.case-nav ul li {
	display: block;
	float: left;
	margin-right: 36px;
	height: auto;
	overflow: hidden;
}

.case-nav ul li a {
	display: block;
	float: left;
	font-size: 14px;
	height: 24px;
	line-height: 24px;
	color: #333;
	text-decoration: none;
	padding-left: 0px;
	transition: all 0.5s ease;
}

.case-nav ul li span {
	display: block;
	float: left;
	width: 0px;
	height: 1px;
	background: #333;
	margin-top: 12px;
	transition: all 0.5s ease;
}

.case-nav ul li:hover a {
	padding-left: 10px;
	color: #cc0001;
}

.case-nav ul li:hover span {
	width: 50px;
	background: #cc0001;
}

.case-nav ul li.cut a {
	padding-left: 10px;
	color: #333;
}

.case-nav ul li.cut span {
	width: 50px;
	background: #333;
}

@media (max-width: 1400px) {
	.case-nav {
		padding-left: 15px;
		padding-right: 15px;
		box-sizing: border-box;
		margin: 40px auto;
		-moz-box-sizing: border-box;
		/* Firefox */
		-webkit-box-sizing: border-box;
		/* Safari */
	}
}

@media (max-width: 960px) {
	.case-nav ul {
		text-align: center;
	}
	.case-nav ul li {
		padding-left: 0;
		margin-left: 10px;
		display: inline-block;
		float: none;
		margin-right: 10px;
	}
	.case-nav ul li span {
		display: none;
	}
	.case-nav ul li.cut a {
		padding-left: 10px;
		color: #cc0001;
	}
	.banner-pay {
		height: 80px;
	}
}

.case-all-list {
	padding-top: 0px;
}

.case-all-list .case-l {
	padding-top: 0px;
}

.case-all-list .case-l ul li {
/*	width: calc(19% - 10px);*/
}

.case-all-list .case-l ul li h4 {
	font-size: 16px;
	line-height: 35px;
	height: 35px;
	text-align: center;
	width: calc(100% - 10px);
	margin: 0px;
	color: #333;
	transition: all 0.5s ease;
}

.case-all-list .case-l ul li .case-l-box {
	padding-bottom: 8px
}

.case-all-list .case-l ul li:hover h4 {
	color: #fff;
	transition: all 0.5s ease;
}

@media (max-width: 700px) {
	.case-all-list .case-l ul li {
		width: calc(50% - 10px);
	}
	.banner-case ul {
		padding: 70px 0 50px 0;
		width: 100%;
	}
	.banner-case ul li {
		width: 50%;
		margin-bottom: 20px;
	}
}

@media (max-width: 450px) {
	.case-all-list .case-l ul li {
		width: calc(100% - 10px);
	}
}

.case-top {
	width: 100%;
	margin: 0 auto;
	margin-top: 150px;
	margin-bottom: 70px;
	height: auto;
	overflow: hidden;
	max-width: 1400px;
}

.case-top-box {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-left: 200px;
	position: relative;
}

.case-top-box h2 {
	margin: 0px;
}

.case-top-box h2 .b1 {
	font-size: 32px;
	color: #fff;
	font-weight: 500;
	margin: 0px;
	padding-right: 20px;
	display: inline-block;
}

.case-top-box h2 .b2 {
	font-size: 20px;
	color: #fff;
	font-weight: 500;
	margin: 0px;
	display: inline-block;
}

.case-top-box span.lin {
	position: absolute;
	display: block;
	width: 180px;
	height: 1px;
	background: #fff;
	left: 0px;
	top: 24px;
}

.case-top-box span.lt {
	display: inline-block;
	margin-right: 10px;
	color: #fff;
	font-size: 14px;
}


.case-top-box  .ll {
	width: 100%;
	padding: 0;
	margin-top: 14px;
	color: #fff;
	font-size: 14px;
}
.case-top-box  .ll span{
margin-right: 10px;
}
.case-top-box .ll a:hover {
	border: 1px solid #fff;
}

.case-top-box  .ll a{
	color: #fff;
	text-decoration: none;
	display: inline-block;
	padding: 5px 10px;
	border-radius: 3px;
	border: 1px solid rgba(255, 255, 255, 0);
	transition: all 0.3s ease;
}

.case-top-box span.lt a {
	color: #fff;
	text-decoration: none;
	display: inline-block;
	padding: 5px 10px;
	border-radius: 3px;
	border: 1px solid rgba(255, 255, 255, 0);
	transition: all 0.3s ease;
}

.case-top-box span.lt b {
	font-weight: 500;
	padding-right: 10px;
}

.case-top-box span.lt a:hover {
	border: 1px solid #fff;
}

.case-main {
	width: 100%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}

.case-txt {
	width: 100%;
	margin: 0 auto;
	margin-top: 60px;
	height: auto;
	overflow: hidden;
	max-width: 1400px;
}

.case-txt h2 {
	font-size: 36px;
	margin: 0px;
	margin-bottom: 40px;
}

.case-txt p {
	font-size: 16px;
	line-height: 2;
}

.case-txt img {
	display: block;
	width: 100%;
	margin: 0 auto;
	margin-top: 40px;
}

.case-pic {
	width: 100%;
	margin: 0 auto;
	margin-top: 60px;
	position: relative;
	height: 700px;
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}

.case-pic-l {
	position: absolute;
	width: 20%;
	height: 100%;
	top: 0px;
	left: 0px;
	background:
}

.case-pic-r {
	position: absolute;
	width: 20%;
	height: 100%;
	top: 0px;
	right: 0px;
	background:
}

.case-pic-wl {
	position: absolute;
	width: 60%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #fff;
}

.case-pic-wr {
	position: absolute;
	width: 60%;
	height: 100%;
	top: 0px;
	right: 0px;
	background: #fff;
}

@media (max-width: 1400px) {
	.case-top {
		padding-left: 15px;
		padding-right: 15px;
	}
	.case-txt {
		padding-left: 15px;
		padding-right: 15px;
	}
	.case-pic {
		height: 600px;
	}
}

@media (max-width: 960px) {
	.case-top-box span.lin {
		display: none;
	}
	.case-top-box {
		padding-left: 0px;
	}
	.case-top {
		margin-top: 70px;
	}
	.case-pic {
		height: 500px;
	}
	.case-txt h2 {
		font-size: 28px;
	}
}

@media (max-width: 600px) {
	.case-top-box h2 .b1 {
		display: block;
	}
	.case-top-box p {
		margin: 0px;
	}
	.case-pic {
		height: 400px;
		margin-top: 40px;
		background-attachment: scroll;
	}
	.case-txt {
		margin-top: 40px;
	}
	.case-top {
		margin-top: 50px;
		margin-bottom: 50px;
	}
	.case-txt h2 {
		font-size: 20px;
	}
}

@media (max-width: 500px) {
	.case-top-box h2 .b1 {
		display: block;
	}
	.case-top-box p {
		margin: 0px;
	}
	.case-pic {
		height: 300px;
		width: calc(100% - 30px);
	}
	.case-txt h2 {
		font-size: 18px;
		margin-bottom: 20px;
	}
	.case-txt img {
		margin-top: 20px;
	}
	.case-txt {
		margin-top: 20px;
	}
	.case-txt p {
		font-size: 14px;
	}
}

.zxgt a {
	text-decoration: none;
}

.zxgt {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 60px;
	position: relative;
	background-size: cover;
}

.zxgt-l {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 50%;
	height: 100%;
	background-size: cover;
}

.zxgt-l-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	border: 1px solid rgba(255, 255, 255, 0);
	transition: all 0.3s ease;
}

.zxgt-l-box:hover {
	left: 20px;
	top: 20px;
	width: calc(100% - 40px);
	height: calc(100% - 40px);
	border: 1px solid #fff;
}

.zxgt-l-box .txt {
	height: 134px;
	position: absolute;
	width: 100%;
	left: 0px;
	top: 50%;
	margin-top: -67px;
}

.zxgt-l-box h1 {
	color: #fff;
	font-size: 60px;
	text-align: center;
	margin: 0px;
	margin-bottom: 20px;
}

.zxgt-l-box p {
	color: #fff;
	font-size: 16px;
	text-align: center;
	margin: 0px;
}

.zxgt-r {
	width: 50%;
	height: auto;
	overflow: hidden;
	float: right;
}

.zxgt-r .pic {
	width: 50%;
	height: auto;
	overflow: hidden;
	float: left;
	position: relative;
}

.zxgt-r .pic img {
	display: block;
	width: 100%;
}

.zxgt-r .pic .red {
	background: rgba(204, 0, 1, 0.8);
	transition: all 0.5s ease;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	filter: alpha(opacity:0);
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
}

.zxgt-r .pic .red h1 {
	font-size: 20px;
	color: #fff;
	text-align: center;
	margin: 0px;
	margin-bottom: 10px;
}

.zxgt-r .pic .red p {
	font-size: 16px;
	color: #fff;
	text-align: center;
	margin: 0px;
}

.zxgt-r .pic .red .txt {
	height: 64px;
	width: 100%;
	position: absolute;
	left: 0px;
	margin-top: -32px;
	top: 50%;
}

.zxgt-r .pic:hover .red {
	filter: alpha(opacity:100);
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
}

@media (max-width: 850px) {
	.zxgt-l {
		position: relative;
		width: 100%;
		height: 400px;
	}
	.zxgt-r {
		width: 100%;
		float: none;
	}
}

.pay-box {
	width: 100%;
	margin: 0 auto;
	max-width: 1430px;
	padding-right: 15px;
	padding-left: 15px;
	height: auto;
	overflow: hidden;
	margin-bottom: 120px;
}

.pay-box1 {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 40px 0;
	border-bottom: 1px solid #999;
}

.pay-box1 .fs {
	width: 200px;
	padding-left: 15px;
	height: auto;
	overflow: hidden;
	float: left;
}

.pay-box1 .fs h2 {
	margin: 0px;
	margin-top: 10px;
	font-size: 24px;
}

.pay-box1 .fs h3 {
	margin: 0px;
	font-size: 18px;
}

.pay-box1 .zh {
	width: calc(100% - 200px);
	height: auto;
	overflow: hidden;
	float: left;
}

.pay-box1 .zh1 {
	width: 50%;
	height: auto;
	overflow: hidden;
	float: left;
	padding-left: 5%;
}

.pay-box1 .zh1 p {
	margin: 0px;
	float: 18px;
	line-height: 40px;
}

@media (max-width: 1100px) {
	.pay-box1 .zh1 {
		width: 100%;
	}
}

@media (max-width: 650px) {
	.pay-box1 .fs {
		width: 100%;
		margin-bottom: 20px;
	}
	.pay-box1 .zh {
		width: 100%;
	}
	.pay-box1 {
		padding: 20px 0;
	}
}

.serve-box {
	width: 100%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	position: relative;
	background-size: cover;
	background-position: center;
	padding: 120px 0;
}

.serve-box1 {
	padding-top: 200px;
}

.serve-txt {
	width: 100%;
	margin: 0 auto;
	max-width: 1430px;
	padding-right: 15px;
	padding-left: 15px;
	position: relative;
	z-index: 500;
	height: auto;
	overflow: hidden;
	transition: all 0.3s ease;
}

.serve-txt ul {
	width: 100%;
	height: auto;
	overflow: hidden;
	max-width: 400px;
	padding: 0px;
	transition: all 0.3s ease;
}

.serve-txt ul h1 {
	font-size: 30px;
	color: #fff;
	margin: 0px;
	margin-bottom: 20px;
}

.serve-txt ul h2{
	font-size: 30px;
	color: #fff;
	margin: 0px;
	margin-bottom: 20px;
}
.serve-txt ul h4{
	font-size: 24px;
	color: #fff;
	margin: 0px;
	margin-bottom: 40px;
	text-transform: capitalize;
}

.serve-txt ul span {
	display: block;
	width: 80px;
	height: 1px;
	background: #fff;
	margin-bottom: 20px;
}

.serve-txt ul li {
	width: 32%;
	;
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
	display: inline-block;
}

.serve-txt ul li h3 {
	font-size: 14px;
	text-align: center;
	color: #fff;
}

.serve-txt ul li .pic {
	width: 60px;
	height: 50px;
	margin: 0 auto;
	margin-bottom: 10px;
}

.serve-txt ul li .pic img {
	width: 100%;
	display: block;
}

.serve-pic {
	width: 70%;
	height: auto;
	position: absolute;
	right: 40px;
	bottom: 20px;
	max-width: 1100px;
	transition: all 0.3s ease;
}

.serve-pic img {
	display: block;
	width: 100%;
}

.serve-txt ul .more {
	display: block;
	width: 150px;
	height: 42px;
	line-height: 42px;
	transition: all 0.3s ease;
	text-align: center;
	border: 1px solid #fff;
	color: #fff;
	text-decoration: none;
}

.serve-txt ul .more:hover {
	background: #fff;
	color: #333;
}

.serve-box2 .serve-txt ul {
	float: right;
}

.serve-box2 .serve-pic {
	left: 40px;
}

@media (max-width: 1100px) {
	.serve-pic {
		bottom: 100px;
	}
}

@media (max-width: 960px) {
	.serve-box {
		padding: 80px 0;
	}
}

@media (max-width: 800px) {
	.serve-box2 .serve-txt ul {
		float: left;
	}
	.serve-box2 .serve-pic {
		left: auto;
	}
	.serve-box .serve-pic {
		bottom: auto;
		top: 40px;
		right: 20px;
	}
	.serve-txt ul {
		max-width: 800px;
	}
}

.zxgt2 {
	margin-top: 0px;
	text-align: center;
}

.zxgt2 .zxgt-l {
	height: auto;
	position: relative;
	width: 50%;
	overflow: hidden;
	float: left;
}

.zxgt2 img {
	display: block;
	width: 100%;
}

.zxgt2 h1 {
	font-size: 46px;
}

.zxgt2 a {
	display: inline-block;
	width: 150px;
	height: 42px;
	line-height: 42px;
	transition: all 0.3s ease;
	text-align: center;
	border: 1px solid #fff;
	color: #fff;
	text-decoration: none;
	margin: 0 20px;
}

.zxgt2 a:hover {
	background: #fff;
	color: #333;
}

@media (max-width: 1200px) {
	.zxgt2 h1 {
		font-size: 32px;
	}
}

@media (max-width: 900px) {
	.zxgt2 .zxgt-l {
		width: 100%;
	}
	.zxgt2 a {
		width: 100px;
	}
}

@media (max-width: 600px) {
	.zxgt2 h1 {
		font-size: 24px;
	}
	.zxgt2 a {
		width: 100px;
		height: 36px;
		line-height: 36px;
		font-size: 14px;
	}
	.zxgt2 .zxgt-l-box .txt {
		margin-top: -40px;
	}
}

.abo-top {
	width: 100%;
	margin: 0 auto;
	max-width: 1400px;
	padding-top: 200px;
	padding-bottom: 100px;
	height: auto;
	overflow: hidden;
	transition: all 0.3s ease;
}

.abo-top-txt {
	width: 100%;
	position: relative;
	height: auto;
	overflow: hidden;
	transition: all 0.3s ease;
}

.abo-top-txt .box {
	width: 100%;
	position: relative;
	z-index: 300;
	max-width: 800px;
	height: auto;
	overflow: hidden;
	transition: all 0.3s ease;
}

.abo-top-txt .box h1 {
	font-size: 48px;
	color: #fff;
	margin-bottom: 30px;
}

.abo-top-txt .box span {
	display: block;
	width: 100px;
	height: 6px;
	background: #c01920;
	margin-bottom: 30px;
}

.abo-top-txt .box h2 {
	font-size: 24px;
	color: #fff;
	margin-bottom: 30px;
}

.abo-top-txt .box p {
	font-size: 14px;
	color: #fff;
}

.abo-top-txt .pic {
	width: 60%;
	max-width: 760px;
	height: auto;
	position: absolute;
	right: 0px;
}

.abo-top-txt .pic img {
	width: 100%;
	display: block;
}

.abo-top ul {
	padding-top: 20px;
	margin-top: 80px;
	border-top: 1px #fff solid;
	padding-bottom: 0px;
}

.abo-top ul li {
	width: 33%;
	height: auto;
	overflow: hidden;
	float: left;
	text-align: center;
	border-left: 1px solid #fff;
}

.abo-top ul li:first-child {
	border-left: 0px solid #fff;
}

.abo-top ul li h1 span {
	font-size: 24px;
}

.abo-top ul li h1 {
	font-weight: bolder;
}

.abo-top ul li h6 {
	font-size: 18px;
	margin-bottom: 20px;
	color: #fff;
	font-weight: 500;
}

@media (max-width: 1430px) {
	.abo-top {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (max-width: 960px) {
	.abo-top {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.abo-top-txt .pic {
		display: none;
	}
	.abo-top-txt .box h1 {
		font-size: 38px;
	}
	.abo-top ul li h1 {
		font-size: 40px;
	}
	.abo-top-txt .box h2 {
		font-size: 20px;
	}
}

@media (max-width: 600px) {
	.abo-top-txt .box h1 {
		font-size: 30px;
	}
	.abo-top ul li h1 {
		font-size: 20px;
	}
	.abo-top ul li h1 span {
		font-size: 16px;
	}
	.abo-top-txt .box h2 {
		font-size: 20px;
	}
	.abo-top ul li h6 {
		font-size: 14px;
	}
	.banner-case ul li .value {
		font-size: 20px;
		margin-right: 5px;
	}
}

.huanjing {
	width: 100%;
	padding: 60px 0 20px 0;
	background: #eaeaea;
	height: auto;
	overflow: hidden;
	transition: all 0.3s ease;
}

.huanjing .hj1 {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	max-width: 1400px;
	margin-bottom: 60px;
}

.huanjing .hj1 .pic {
	width: calc(100% - 450px);
	height: 370px;
	float: left;
	background-size: cover;
	background-position: center;
}

.huanjing .hj1 .txt {
	width: 450px;
	height: 370px;
	float: left;
	overflow: hidden;
	padding: 40px;
	background: #fff;
}

.huanjing .hj1 .txt h3 {
	font-size: 24px;
	margin-bottom: 15px;
	margin-top: 0px;
}

.huanjing .hj1 .txt span {
	display: block;
	width: 50px;
	height: 2px;
	background: #999;
	margin-bottom: 25px;
}

.huanjing .hj1 .txt p {
	font-size: 16px;
}

.huanjing .hj1 .txt h4 {
	font-size: 36px;
	color: #c01920;
	margin-top: -10px;
	margin-bottom: 15px;
}

.huanjing .hj2 .pic {
	float: right;
}

.huanjing .hj2 .txt {
	float: right;
}

.six {
	width: 100%;
	padding: 200px 15px 140px 15px;
	background-size: cover;
	background-position: center;
	height: auto;
	overflow: hidden;
	transition: all 0.3s ease;
	background-attachment: fixed;
}

.six-b {
	width: 100%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	transition: all 0.3s ease;
	text-align: center;
	max-width: 1400px;
}

.six1 {
	width: 15%;
	display: inline-block;
	height: auto;
	overflow: hidden;
}

.six1 img {
	max-width: 90%;
}

.detm {
	width: 100%;
	padding: 80px 15px 80px 15px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	transition: all 0.3s ease;
	max-width: 1400px;
	text-align: center;
}

.detm h3 {
	font-size: 36px;
	margin-top: 0px;
	margin-bottom: 40px;
	font-weight: 100;
}

.detm2 {
	padding-top: 0px;
	padding-bottom: 0px;
}

.detm-b {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 40px;
}

.detm-b img {
	max-width: 100%;
	margin-bottom: 20px;
}

.detm h4 {
	font-size: 24px;
	margin-top: 0px;
	margin-bottom: 20px;
	font-weight: 100;
}

.detm span {
	display: block;
	width: 2px;
	height: 100px;
	background: #d0d0d0;
	margin: 0 auto;
	display: none;
}

.team {
	width: 100%;
	padding: 70px 0;
	height: auto;
	overflow: hidden;
	transition: all 0.3s ease;
	text-align: center;
	background: #eaeaea;
}

.team-box {
	width: 100%;
	height: auto;
	overflow: hidden;
	max-width: 1430px;
	margin: 0 auto;
}

.team-box1 {
	width: 33.3%;
	height: auto;
	overflow: hidden;
	float: left;
}

.team-box2 {
	width: 50%;
	height: auto;
	overflow: hidden;
	padding: 1px;
	float: left;
	position: relative;
}

.team-box3 {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}

.team-box2 img {
	display: block;
	width: 100%;
}

.team-box3 img {
	display: block;
	width: 100%;
}

.team-box4 {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
}

.team-box5 {
	padding: 1px;
}

.team-txt {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 10%;
	top: 0px;
	left: 0px;
}

.team-txt h3 {
	font-size: 60px;
	color: rgba(255, 255, 255, 0.8);
	line-height: 1;
	font-weight: 500;
	margin: 0px;
	text-align: left;
	margin-bottom: 20px;
	position: absolute;
	top: 30px;
	left: 40px;
	line-height: 1.2;
	font-weight: 900;
}

.team-txt h4 {
	font-size: 18px;
	color: #fff;
	line-height: 1;
	font-weight: 500;
	margin: 0px;
	text-align: left;
	margin-bottom: 20px;
	margin-top: 80px;
}

.team-txt p {
	font-size: 14px;
	color: #fff;
	font-weight: 500;
	margin: 0px;
	text-align: left;
	margin-bottom: 20px;
}

.team-pic {
	width: 37px;
	height: 37px;
	right: 10%;
	bottom: 10%;
	position: absolute;
}

.xw-al {
	width: 100%;
	height: auto;
	overflow: hidden;
	max-width: 1430px;
	margin: 0 auto;
	margin-top: 60px;
}

.xw-al-l {
	width: 50%;
	height: auto;
	overflow: hidden;
	float: left;
}

.xw-al-r {
	width: 50%;
	height: auto;
	overflow: hidden;
	float: left;
}

.xw-al h2 {
	color: #c01920;
	font-size: 24px;
	margin: 0px;
}

.xw-al b {
	display: block;
	width: 90%;
	height: 1px;
	margin-top: 15px;
	margin-bottom: 25px;
}

.xw-al b img {
	display: block;
	width: 100%;
	height: 1px;
}

.xw-al-l ul {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-right: 50px;
	padding-left: 0px;
}

.xw-al-l ul li {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 10px;
}

.xw-al-l ul li span {
	display: block;
	font-size: 16px;
	color: #a7a7a7;
	margin-bottom: 0px;
	margin-top: 0px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.xw-al-l ul li h3 {
	font-size: 18px;
	margin-bottom: 0px;
	margin-top: 0px;
	color: #333;
	transition: all 0.3s ease;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.xw-al-l ul li p{
	width: 100%;
	height: 56px;
	font-size: 14px;
	margin-bottom: 0px;
	margin-top: 5px;
	color: #666666;
	    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;

}



.xw-al-l ul li h3:hover {
	color: #c01920;
}

.xw-al-l ul li a {
	text-decoration: none;
}

.xw-al-r .case-l li {
	width: calc(33.3% - 10px);
}

.xw-al-r .case-l {
	padding-top: 0px;
}

.cont-w {
	width: 50%;
	height: auto;
	overflow: hidden;
	float: right;
	background: rgba(255, 255, 255, 0.9);
	padding: 150px 0 50px 0;
}

.cont-t {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-left: 15%;
	max-width: 700px;
	padding-right: 15px;
}

.cont-t .txt {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.cont-t .txt span {
	display: block;
	margin: 0;
	margin-bottom: 10px;
	position: absolute;
	left: 0px;
}

.cont-t .txt p {
	display: block;
	font-size: 24px;
	margin: 0;
	padding-left: 100px;
}

.cont-t .txt .txt1 {
	display: block;
	margin: 0;
	margin-bottom: 30px;
	position: relative;
}

.cont-t ul {
	padding: 0px;
	overflow: hidden;
	height: auto;
	margin-top: 20px;
}

.cont-t ul li {
	width: 30%;
	max-width: 156px;
	height: auto;
	border: 2px solid #000;
	border-radius: 50%;
	list-style-type: none;
	float: left;
	margin-right: 3%;
	box-sizing: border-box;
	transition: all 0.5s ease;
	position: relative;
	overflow: hidden;
	-moz-box-sizing: border-box;
	/* Firefox */
	-webkit-box-sizing: border-box;
	/* Safari */
}

.cont-t ul li .img01 {
	position: absolute;
	left: 0px;
	top: 0px;
	transition: all 0.3s ease;
	filter: alpha(opacity:100);
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
}

.cont-t ul li .img02 {
	position: absolute;
	left: 0px;
	top: 0px;
	transition: all 0.3s ease;
	filter: alpha(opacity:0);
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
}

.cont-t ul li:hover .img01 {
	position: absolute;
	left: 0px;
	top: 0px;
	filter: alpha(opacity:0);
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
}

.cont-t ul li:hover .img02 {
	position: absolute;
	left: 0px;
	top: 0px;
	filter: alpha(opacity:100);
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
}

.cont-t ul li:hover {
	background: rgba(0, 0, 0, 0.4);
}

.cont-t ul li.ck-box-g2:hover {
	border-radius: 5px;
	border-width: 1px;
}

.cont-t ul li img {
	display: block;
	width: 100%;
}

@media (max-width: 1430px) {
	.huanjing .hj1 {
		padding-left: 15px;
		padding-right: 15px;
	}
	.team-box {
		padding-left: 15px;
		padding-right: 15px;
	}
	.xw-al {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (max-width: 1200px) {
	.xw-al-r .case-l li {
		width: calc(50% - 10px);
	}
}

@media (max-width: 960px) {
	.huanjing .hj1 .pic {
		width: 100%;
		float: none;
	}
	.huanjing .hj1 .txt {
		width: 100%;
		float: none;
		height: auto;
	}
	.six1 {
		width: 30%;
		margin-bottom: 20px;
	}
	.six {
		padding: 60px 15px 40px 15px;
	}
	.team-box1 {
		width: 50%;
	}
	.xw-al-r {
		width: 100%;
	}
	.xw-al-l {
		width: 100%;
	}
	.xw-al-l ul {
		padding: 0px;
	}
	.xw-al-l ul li {
		width: 50%;
		float: left;
		padding-right: 20px;
	}
	.cont-w {
		width: 100%;
		padding-top: 50px;
	}
	.cont-t {
		width: 100%;
		height: auto;
		overflow: hidden;
		padding-left: 30px;
		max-width: 700px;
		padding-right: 30px;
	}
	.cont-t .txt p {
		display: block;
		font-size: 20px;
		margin: 0;
		margin-bottom: 20px;
	}
}

@media (max-width: 600px) {
	.huanjing .hj1 .pic {
		height: 200px;
	}
	.huanjing .hj1 .txt h4 {
		font-size: 24px;
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.huanjing .hj1 .txt {
		padding: 20px;
	}
	.huanjing .hj1 {
		margin-bottom: 20px;
	}
	.team-box1 {
		width: 100%;
	}
	.xw-al-l ul li {
		width: 100%;
		padding-right: 0px;
	}
	.xw-al-r .case-l ul li .red h2 {
		margin-top: 14%;
		font-size: 18px;
	}
	.xw-al-r .case-l ul li .red h3 {
		margin-top: 8px;
		font-size: 14px;
	}
	.cont-t .txt p {
		padding-left: 0px;
		padding-top: 40px;
	}
	.cont-t .txt p span {
		top: 0px;
	}
}

.news-all {
	width: 100%;
	height: auto;
	overflow: hidden;
	max-width: 1430px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0 auto;
	margin-top: 50px;
}

.news-left {
	width: 320px;
	height: auto;
	overflow: hidden;
	float: left;
}

.news-right {
	width: 320px;
	height: auto;
	overflow: hidden;
	float: left;
}

.news-center {
	width: calc(100% - 640px);
	height: auto;
	overflow: hidden;
	float: left;
	padding-left: 30px;
	padding-right: 30px;
}

.news-center-box {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}

.news-left img {
	width: 100%;
	display: block;
}

.news-left h6 {
	font-size: 16px;
	margin-top: 50px;
	margin-bottom: 25px;
	line-height: 1;
}

.news-left h1 {
	font-size: 16px;
	color: #30a8e1;
	line-height: 1.3;
	font-weight: 900;
}
.news-left h1 span a{	font-size: 16px;
	color: #30a8e1;
	line-height: 1.3;
	font-weight: 900;text-decoration:none;}
.news-left h1 span:nth-child(3n+3) a {
	font-size: 24px;
}

.news-left h1 span:nth-child(5n+5) {
	font-size: 32px;
}

.news-center-box ul {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

.news-center-box ul li {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px #999 dashed;
}

.news-center-box ul li img {
	width: 100%;
	display: block;
}

.news-center-box ul li h2 {
	font-size: 22px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.news-center-box ul li h3{
	font-size: 22px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.news-center-box ul li h2 a {
	color: #333;
	transition: all 0.3s ease;
	text-decoration: none;
}

.news-center-box ul li h3 a {
	color: #333;
	transition: all 0.3s ease;
	text-decoration: none;
}
.news-center-box ul li h2 a:hover {
	color: #30a8e1;
}
.news-center-box ul li h3 a:hover {
	color: #30a8e1;
}

.news-center-box ul li span {
	font-size: 14px;
	margin-bottom: 20px;
	display: block;
}

.news-center-box ul li span b {
	color: #30a8e1;
	font-weight: 500;
}

.news-center-box ul li p {
	font-size: 16px;
	margin: 0px;
}

.news-center-box ul li p a {
	text-decoration: none;
	font-size: 16px;
	color: #30a8e1;
	display: inline-block;
	padding-right: 20px;
	margin-right: 10px;
	background: url(../img/a5.png) no-repeat center right;
	transition: all 0.3s ease;
}

.news-center-box ul li p a:hover {
	padding-right: 30px;
	margin-right: 0px;
}

.news-right h6 {
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 25px;
	line-height: 1;
}

.news-right ul {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

.news-right ul li {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0px;
	font-size: 16px;
	color: #30a8e1;
	margin-bottom: 10px;
	padding: 0px;
	padding-left: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: url(../img/a6.png) no-repeat center left;
	transition: all 0.3s ease;
}

.news-right ul a {
	text-decoration: none;
}

.news-right ul li:hover {
	color: #c01920;
}

.news-ban {
	width: 100%;
	height: auto;
	max-width: 1200px;
	overflow: hidden;
	text-align: center;
	color: #fff;
	margin: 0 auto;
	padding: 200px 30px 180px 30px;
}

.news-ban h3 {
	font-size: 36px;
}

.news-ban h4 {
	font-size: 24px;
}

.news-center-box .txt-t {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 40px;
}

.news-center-box .txt-t h2 {
	font-size: 32px;
	margin: 0px;
	padding: 0px;
	line-height: 1.5;
	margin-bottom: 20px;
	font-style: italic
}
.news-center-box .txt-t h1{
	font-size: 32px;
	margin: 0px;
	padding: 0px;
	line-height: 1.5;
	margin-bottom: 20px;
	font-style: italic
}
.news-center-box .txt-t p {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	line-height: 1.5;
	color: #666;
}

.news-center-box .txt-t p span {
	display: inline-block;
	margin-right: 30px;
}

.news-center-box .txt-t p span b {
	font-weight: 500;
}

.news-center-box .txt-t p span a {
	text-decoration: none;
	color: #666;
	transition: all 0.3s ease;
}

.news-center-box .txt-t p span a:hover {
	color: #c01920;
}

.news-center-box .txt-c {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 40px;
}

.news-center-box .txt-c p {
	margin: 0px;
	font-size: 16px;
	word-wrap: break-word;
}

.news-center-box .ll {
	width: 100%;
    font-size: 14px;
    margin: 0px;
    padding: 0px;
    color: #666666;
    line-height: 1.5;
    overflow: hidden;
    padding-bottom: 30px;
}
.news-center-box .ll  span {
    display: inline-block;
    margin-right: 30px;
     color: #666;
    padding-top:5px;
}
.news-center-box .txt-b {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.news-center-box .txt-b p {
	margin: 0px;
	margin-bottom: 10px;
	font-size: 16px;
	color: #30a8e1;
}

.news-center-box .txt-b p a {
	text-decoration: none;
	font-size: 16px;
	color: #30a8e1;
	transition: all 0.3s ease;
}

.news-center-box .txt-b p a:hover {
	color: #c01920;
}


.web-left{
    width: calc(100% - 320px);
    height: auto;
    overflow: hidden;
    float: left;

    padding-right: 30px;
}

.web-left-title{
	    position: relative;
    font-weight: 600;
    padding-bottom: 15px;
    font-size: 18px;
    color: #333333;
    border-bottom: 1px solid #e3e4e8; padding-left: 14px; margin-bottom: 20px;
}


.web-left-title:before {
    position: absolute;
    top: 9px;
    left: 0;
    width: 4px;
    height: 18px;
    content: '';
    background: #cc0001;
}
.web-left-900{max-width: 900px;}


.web-left-900 .case-l ul{margin-left: -10px; width: calc(100% + 20px);}
.web-left-900 .case-all{min-height: 0px;}

.web-classify{height: auto; overflow: hidden; margin-bottom: 30px;}
.web-classify a{display: block; width: 100%; height: 50px; line-height: 50px ; background: #ddd; color: #333; 
	text-decoration: none; text-align: center; font-size: 16px; font-weight: 900;  margin-bottom: 10px;
transition: all 0.3s ease; }


.web-keyword a{display: inline-block;  height: 30px; line-height: 30px ; padding:0 8px ;  background: #ddd; color: #333; 
	text-decoration: none; font-size: 14px;  margin-bottom: 10px; border-radius: 5px; margin-right: 5px; margin-bottom: 5px;}



.jiansuo{width: 100%; height: auto; overflow: hidden; border-top: 1px solid #ddd; padding: 30px 0;
box-shadow: 0px 3px 3px rgba(0,0,0,0.1)}

.jiansuo-box{width: 100%; height: auto; overflow: hidden;     max-width: 1400px;
    margin: 0px auto;}
.jiansuo-box ul{width: 100%; height: auto; overflow: hidden;margin: 0px; padding:0px; list-style:none;  }
.jiansuo-box ul li{width: 100%; height: auto; overflow: hidden;  position: relative; padding-left: 80px; min-height: 28px; margin-top: 15px;}

.jiansuo-box ul li b{font-weight: 500; color: #666; position: absolute; left: 0px; top: 0px;}

.jiansuo-box ul li a{  color: #333; text-decoration: none; margin-right: 10px; display: inline-block;}
.jiansuo-box ul li a:hover{  color: #cc0001;}
.jiansuo-box ul li a.cut{  color: #cc0001;}
.jiansuo-box ul li.jiancuo-color{margin-top: 0px;}
.jiansuo-box ul li.jiancuo-color a{height: 20px; width: 30px; display: block; float: left; 
	margin-top: 5px; border-radius: 5px; box-shadow: 0px 0px 3px rgba(0,0,0,0.5); position: relative; }
.jiansuo-box ul li.jiancuo-color a:before{content: " "; display: block;position: absolute; display: none;
 background:url(../img/allcolorcut.png) 100% center; width: 100%; height: 100% ; left: 0px ;top: 0px;}
.jiansuo-box ul li.jiancuo-color a.on:before{display: block;}

.case-all-list-2{margin-top: 60px;}


.logo-tuijian{border-top: 1px solid #aaa; }
.logo-tuijian-1{padding-bottom: 30px;}
.logo-tuijian-tip{text-align: center; font-size: 36px; font-weight: 500; margin-top: 60px; margin-bottom: 30px;}

.logo-tuijian-box{margin: 0 auto;
    width: 100%;
    max-width: 1420px;
    height: auto;
    overflow: hidden;}
.logo-tuijian-box .case-l{padding-top: 0}
@media (max-width: 1400px) {
.jiansuo-box {
    padding-left: 15px;
    padding-right: 15px;}
}



@media (max-width: 1200px) {
	.news-left {
		display: none;
	}
	.web-left{width: 100%; padding-right: 0px; float: none;}
	.web-left-900{max-width: 1200px;}

	.news-right{width: 100%;margin: 0 auto; float: none; margin-top: 20px;}
	.news-right ul li{width: 33.3%; float: left; padding-right: 10%;}
	.news-center {
		width: calc(100% - 0px);
		padding-left: 0px;
	}
	.news-center-box {
		margin: 0 auto;
		
	}




}

@media (max-width: 900px) {

	.news-right ul li{width: 50%; padding-right: 5%;}





}

@media (max-width: 700px) {
	
	.news-center {
		width: calc(100% - 0px);
		padding-right: 0px;
	}
	.news-center-box {
		margin: 0 auto; margin-bottom: 20px;
	}
	.news-ban {
		padding: 50px 30px 50px 30px;
	}
	.news-ban h3 {
		font-size: 28px;
	}
	.news-ban h4 {
		font-size: 18px;
	}
}


@media (max-width: 600px) {

	.news-right ul li{width: 100%; float: none; padding-right: 0px;}

}




.in-part {
	width: 100%;
	height: auto;
	overflow: hidden;
	max-width: 1430px;
	text-align: center;
	min-height: 300px;
	padding: 5px;
	padding: 5px;
	margin: 0 auto;
	margin-bottom: 60px;
	box-sizing: border-box;
	line-height: 1;
	-moz-box-sizing: border-box;
	/* Firefox */
	-webkit-box-sizing: border-box;
	/* Safari */
}

.in-part li {
	width: calc(14% - 20px);
	height: auto;
	overflow: hidden;
	margin: 5px;
	border: 1px #bbb solid;
	transition: all 0.3s ease;
	display: inline-block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	/* Firefox */
	-webkit-box-sizing: border-box;
	/* Safari */
}

.in-part li img {
	display: block;
	width: 100%;
}

.in-part li:hover {
	box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.3);
}

.ce {
	width: 100px;
	height: 400px;
	position: fixed;
	right: 0px;
	bottom: 0px;
	z-index: 99999;
}

.ce a {
	width: 100px;
	height: 100px;
	background: rgba(255, 255, 255, 0.3);
	float: right;
	transition: all 0.3s ease;
}

.ce a .pic {
	width: 100px;
	height: 100px;
	position: relative;
}

.ce a .pic img {
	width: 100%;
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: all 0.3s ease;
}

.ce a .pic .img0 {
	filter: alpha(opacity:100);
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
}

.ce a .pic .img1 {
	filter: alpha(opacity:0);
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
}

.ce a:hover .pic .img0 {
	filter: alpha(opacity:0);
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
}

.ce a:hover .pic .img1 {
	filter: alpha(opacity:100);
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
}

.ce a.ce1 {
	overflow: hidden;
	position: relative;
}

.ce a.ce1 .pic {
	float: left;
}

.ce a.ce1 .txt {
	width: 300px;
	line-height: 100px;
	height: 100px;
	color: #fff;
	text-align: center;
	font-size: 18px;
	position: absolute;
	left: 100px;
	top: 0px;
}

.ce a:hover {
	background: rgba(0, 0, 0, 0.3);
}

.ce a.ce1:hover {
	width: 400px;
}

.ce a.ce2 {
	position: relative;
}

.ce a.ce2 .txt {
	width: 100px;
	height: 100px;
	position: absolute;
	left: -100px;
	top: 0px;
	display: none;
	transition: all 0.3s ease;
	filter: alpha(opacity:0);
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
}

.ce a.ce2 .txt img {
	width: 100px;
	display: block;
}

.ce a.ce2:hover .txt {
	display: block;
	filter: alpha(opacity:100);
	opacity: 1;
	-moz-opacity: 1;
	-khtml-opacity: 1;
}







@media (max-width: 1200px) {
	.in-part li {
		width: calc(16.5% - 12px);
	}
}

@media (max-width: 1000px) {
	.in-part li {
		width: calc(20% - 12px);
	}
}

@media (max-width: 800px) {
	.in-part li {
		width: calc(25% - 12px);
	}
	.ce {
		display: none;
	}
}

@media (max-width: 600px) {
	.in-part li {
		width: calc(33% - 12px);
	}
	.ce {
		display: none !important;
	}
}

.gg {
	position: fixed;
	top: -80px;
}

.pc-header {
	height: 80px;
	position: fixed;
	z-index: 9999;
	width: 100%;
	top: 0px;
	transition: all 0.3s ease;
}

.pc-header-box {
	width: 100%;
	height: auto;
	overflow: hidden;
	max-width: 1400px;
	margin: 0 auto;
}

.pc-header ul {
	float: right;
	margin: 0px;
	padding: 0px;
	margin-top: 30px;
	border-bottom: 1px solid #fff;
	transition: all 0.3s ease;
}

.pc-header ul li {
	float: left;
	font-size: 14px;
	list-style-type: none;
	height: auto;
}

.pc-header ul li a {
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	color: #fff;
	text-decoration: none;
	transition: all 0.3s ease;
}

.pc-header ul li.cut {
	border-bottom: 2px solid #fff;
}

.pc-header1 ul li a {
	color: #333;
}

.pc-header1 ul {
	border-bottom: 1px solid #000;
}

.pc-header1 ul li.cut {
	border-bottom: 2px solid #000;
}

.pc-header2 ul li a {
	color: #333;
}

.pc-header2 ul {
	border-bottom: 1px solid #000;
}

.pc-header2 ul li.cut {
	border-bottom: 2px solid #000;
}

.pc-header2 .logo .logo0 {
	display: none !important;
}

.pc-header2 .logo .logo1 {
	display: block;
}

.pc-header .logo {
	display: block;
	float: left;
	transition: all 0.3s ease;
}

.pc-header .logo img {
	display: none;
}

.pc-header .logo .logo0 {
	display: block;
}

.pc-header-w {
	background: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.pc-header-w ul li a {
	color: #333;
}

.pc-header-w ul {
	border-bottom: 0px solid #fff;
	margin-top: 20px;
}

.pc-header-w ul li.cut {
	border-bottom: 2px #cc0001 solid;
}

.pc-header-w .logo {
	margin-top: 10px;
}

.pc-header-w .logo .logo0 {
	display: none;
}

.pc-header-w .logo .logo1 {
	display: block;
}

@media (max-width: 960px) {
	.pc-header {
		display: none;
	}
	header {
		display: block;
		border-bottom: 1px solid rgba(0, 0, 0, 0.2)
	}
}




ul.in-price{    
	width: 100%;
    height: auto;
    overflow: hidden;
    max-width: 1430px;
    text-align: center;
    padding: 5px;
    padding: 5px;
    margin: 0 auto;
    margin-bottom: 60px;
    box-sizing: border-box;
    line-height: 1;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; font-size:0; word-spacing:-3px;}

ul.in-price li{    
	display: inline-block;  width: 25%;max-width: 350px; padding:  15px; font-size: 16px;word-spacing:0px; vertical-align:top;
}

.in-price-box{width: 100%;  height: auto; overflow: hidden;
 box-shadow: 0px 0px 10px rgba(0,0,0,0.3); border-radius: 5px; margin: 0 auto;}
.in-price-box .top-box{width: 100%; display: block; margin-bottom: 30px;}
.in-price-list{width: 100%;  padding: 0 25px; height: auto; overflow: hidden; text-align: left; }
.in-price-box h6{font-size: 20px !important; text-align: left; margin: 0px; padding: 0px 25px; line-height: 1; font-weight: 500; margin: 15px 0;}
.in-price-list p{padding-left: 20px; position: relative; }
.in-price-list p:before{content:" "; display: block; width: 12px; height: 8px;  position: absolute; left: 0px; top: 3px; 
background: url(../img/price05.png) no-repeat ;background-size: 12px 8px;  }

.in-price-link{width: 90%; display: inline-block; background: #cc0001; color: #fff; margin-bottom: 30px; 
	max-width: 180px; height: 40px; line-height: 40px;border-radius: 5px; text-decoration:none; margin-top: 30px;}




@media (max-width: 960px) {
	ul.in-price li{    width: 50%; }

}

@media (max-width: 600px) {
	ul.in-price li{    width: 100%; }

}



.tuijian{width: 100%; margin-top: 50px;}
.tuijian ul{border-top: 1px solid #ccc; border-left:1px solid #ccc;  }
.tuijian li{width: 33.3% !important; float: left !important; background: none !important;
 padding: 0px !important; font-size: 14px !important; text-align: center; border-right:1px solid #ccc;  border-bottom: 1px solid #ccc; 
 margin-bottom: 0px !important; padding: 5px 0 !important; }

.tuijian h6{position: relative;}
.tuijian h6 a{display: block;position: absolute; right: 0px; top: 0px; color: #999;
 font-size: 14px; text-decoration:none; font-weight: 500; height: 16px; line-height: 16px; padding-left: 20px; 
 background: url(../img/huan1.png) left center  no-repeat;}
.tuijian h6 a:hover{color: #30a8e1; background: url(../img/huan2.png) left center  no-repeat;}

.tuijian.logo-l{margin-top: 0px; margin-bottom: 50px; }
.tuijian.logo-l ul {border-width: 0px; padding:  5px; }
.tuijian.logo-l ul li{width: 100% !important; border-width: 0px; position: relative; padding:0px !important; 
 margin-bottom: 10px !important; box-shadow: 0px 0px 5px rgba(0,0,0,0.3);}
.tuijian.logo-l ul li .red{position: absolute; width: 100%; height: 100%; background: rgba(204, 0, 1, 0.8); left: 0px; top: 0px;
filter:alpha(opacity:0); opacity:0;  -moz-opacity:0;-khtml-opacity: 0;
transition: all 0.3s ease;}
.tuijian.logo-l ul li .red h2{color: #fff; margin: 0px; margin-top: 22%;padding: 0 3%;width: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.tuijian.logo-l ul li .red h3{color: #fff; margin: 0px;}
.tuijian.logo-l ul li:hover .red{filter:alpha(opacity:100); opacity:1;  -moz-opacity:1;-khtml-opacity: 1;}
.tuijian.logo-l ul li img{width: 100%;}
.logo-d-top{margin-bottom: 50px; padding-bottom: 5px; }
.logo-d-top img{display: block;  box-shadow: 0px 0px 8px rgba(0,0,0,0.3); margin-left: 5px; margin-top: 5px; width: 330px; margin-right:60px; float: left; }
.logo-d-top .txt {width: calc(100% - 400px); height: auto; overflow: hidden;padding:0px; padding-top: 40px; float: left;  list-style: none; }
.logo-d-top .txt li{padding-bottom: 10px;  font-size: 16px;}
.logo-d-top .txt li span{font-weight: 900; padding-right: 20px;}
.logo-d-top .txt li b{font-weight: 500; padding-right: 10px;}
.web-left-box .qiatan{  margin-top: 50px; padding: 0px; }
.web-left-box .qiatan li{width: 33.33%; float: left; text-align: center; list-style: none; color: #fff; position: relative; }
.web-left-box .qiatan li span{padding-left: 35px;height: 50px; line-height: 50px; display: inline-block;  background-size: 30px 30px; background-position: left center; background-repeat: no-repeat;}

.web-left-box .qiatan li .erm-box{width: 120px; height: 120px; position: absolute; left: 50%; bottom: 70px; background-color: #fff;
 margin-left: -60px;  padding:5px; display: none;
 box-shadow: 0px 0px 5px rgba(0,0,0,0.3); border-radius: 5px;}
.web-left-box .qiatan li .erm-box img{width: 100%; }
.web-left-box .qiatan li.erm:hover .erm-box {display: block;  }
 .zhuming { margin-top: 50px;
    background: #f3f3f3;  
    margin: 50px 0px 30px 0px;
    padding: 10px 18px;
    color: #fb5050;
}
 .zhuming a{text-decoration:none;}
.logo-np{margin-top: 50px; padding: 0px;}
.logo-np li{width: 50%; height: 30px; line-height: 30px; overflow: hidden;text-overflow:ellipsis;white-space: nowrap;  float: left; color: #333;transition: all 0.3s ease; }
.logo-np li.prev{text-align: right;}
.logo-np li:hover{ color: #990000; }
.logo-np li span{padding-right: 10px;}





.banner-index2{position: relative; margin-top: 50px; display: none;}
.banner-index2 .swiper-pagination{position: absolute; width: 100%; bottom: 15px; left: 0px;}
.banner-index2  .swiper-pagination-bullet{margin-left: 5px; margin-right: 5px;}

.banner-index2 .swiper-pagination-bullet-active{ background-color: #cc0001; }
.banner-index2 .swiper-slide img{display: block;width: 100%;}
@media (max-width: 1200px) {
	.tuijian.logo-l ul li{width: calc(33.33% - 20px) !important; margin:  10px;}


	.banner-index1{display: none;}
	.banner-index2{display: block;}

}


@media (max-width: 800px) {
	.tuijian.logo-l ul li{width: calc(50% - 20px) !important; margin:  10px;}

.logo-d-top img{ width: 240px; margin-right:50px;}
.logo-d-top .txt {width: calc(100% - 300px);}

.licheng-m{padding: 60px 0; padding-top: 40px;}

}

@media (max-width: 600px) {

.logo-d-top img{ width: calc(100% - 10px); margin-right:0px; max-width: 400px;}
.logo-d-top .txt {width: calc(100% - 0px);}

.web-left-box .qiatan li{width: 100%; margin-bottom: 10px;}

.logo-np li{width: 100%;  }
.logo-np li.prev{text-align: left;}

}

@media (max-width: 450px) {
	.tuijian.logo-l ul li{width:100% !important; margin:  0; margin-bottom: 10px;}

}


.gab{width: 100%;text-align: center;padding: 10px 0 15px 0;}
.gab a{display: inline-block;color: #bbb;font-size: 14px;text-decoration: none}
.gab a img{width: 16px;height:auto;display: inline-block;margin-right:5px;vertical-align: middle;}
.gab a p{display: inline-block;vertical-align: middle;}












