﻿/* CSS Document */
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, address, big, cite, code, del, em, font, img, ins, small, strong, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend {
	margin: 0;
	padding: 0;
}
html {
	_background-image: url(about:blank);
	_background-attachment: fixed;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch
}
body {
	line-height: 150%;
	min-height: 100px;
	font-family: "微软雅黑", "Microsoft YaHei", Arial, Tahoma, Helvetica, sans-serif;
	font-size: 14px;
	max-width: 1920px;
	margin: 0 auto;
	color: #333;
	background-color: #fff /*#fef3eb*/;
}
ol, ul, li {
	list-style: none outside none;
	padding: 0;
}
a {
	text-decoration: none;
	color: #333;
}
img {
	border: none;
	vertical-align: middle;
}
table {
	border-collapse: collapse;
}
tr, td, th {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 0;
	padding: 0;
}
i, b, strong, u {
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}
input, textarea, select {
	border: 1px solid #CCC;
	font-family: "微软雅黑", Arial;
	outline: none;
	border: none;
	background: none;
	padding: 0;
}
 input::-ms-clear {
display: none;
}
input::-ms-reveal {
display: none;
}
 input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color: #707070;
opacity: 1;
}
input:-moz-placeholder, textarea:-moz-placeholder {
color:#707070;
opacity: 1;
}
input::-moz-placeholder, textarea::-moz-placeholder {
color:#707070;
opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
color:#707070;
opacity: 1;
}
textarea {
	resize: none;
}
a:focus {
	outline: none;
}
a:hover {
	color: #ff3c00;
}
.fl {
	float: left;
	display: inline;
}
.fr {
	float: right;
	display: inline;
}
.clearfix:after {
	display: block;
	content: "";
	overflow: hidden;
	visibility: hidden;
	clear: both;
	height: 0;
	font-size: 0;
}
.gray {
	color: #999;
}

::-webkit-scrollbar {
width:8px;
background:none;
}

::-webkit-scrollbar-button {
display: none;
}

::-webkit-scrollbar-track {
}

::-webkit-scrollbar-track-piece {
}

::-webkit-scrollbar-thumb {
width:8px;
background:#ff3c00;
border-radius: 8px;
}

::-webkit-scrollbar-corner {
background:none;
}

::-webkit-resizer {
}

::-webkit-scrollbar:horizontal {
height:9px;
}
.w80 {
	width: 79%;
	margin: 0 auto;
	overflow: hidden;
}
.pt {
	padding: 4% 0
}
/*header*/
.header {
	position: relative;
	z-index: 10;
	transition: transform 0.5s ease 0s;
	height: 76px;
	width: 100%;
	padding-top: 24px;
	background-color: #fff;
	transition: padding 0.3s ease 0s, transform 0.5s ease 0s;
	/*position: fixed;*/
	left: 0;
	top: 0;
}
.fixed {
	position: fixed;
	left: 0;
	top: 0;
	box-shadow: 2px 2px 10px rgba(0,0,0,.1);
}
.header .extra-nav h1 {
	font-size: 14px;
}
.header .nav-list .nav {
	line-height: 40px;
	font-size: 14px;
	padding-top: 10px;
}
.header .nav-list .nav a.tit-a {
	color: #333;
	display: inline-block;
	line-height: 40px;
}
.header .nav-list .nav a.tit-a:hover {
	color: #ff3c00;
}
.header .nav-list .nav li {
	padding-left: 36px;
	height: 40px;
	padding-bottom: 22px;
	transition: all 0.3s ease 0s;
	position: relative;
	float: left;
}
.header .nav-list .nav li.cur a.tit-a {
	color: #ff3c00;
}
.header .nav-list .nav .line {
	display: inline-block;
	width: 1px;
	height: 11px;
	background-color: #ccc;
	float: left;
	margin-left: 33px;
	margin-top: 16px;
}
.header .nav-list .nav li .sub-nav {
	position: fixed;
	top: 100px;
	left: 0;
	width: 100%;
	background-color: #fff;
	height: 50px;
	z-index: 2;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	display: none;
}
.header .nav-list .nav li:nth-child(2) .sub-nav dl {
	float: right;
	width: 520px;
}
.header .nav-list .nav li:nth-child(3) .sub-nav dl {
	float: right;
	width: 650px;
}
.header .nav-list .nav li .sub-nav dd {
	margin-left: 50px;
	font-size: 14px;
	line-height: 47px;
	padding-top: 4px;
	position: relative;
	float: left;
}
.header .nav-list .nav li .sub-nav dd a {
}
.header .nav-list .nav li .sub-nav dd a {
	display: inline-block;
	color: #777;
}
.header .nav-list .nav li .sub-nav dd i {
	display: block;
	width: 0;
	position: absolute;
	left: 50%;
	bottom: 0;
	height: 3px;
	background-color: #333;
}
.header .nav-list .nav li .sub-nav dd:hover a {
	color: #333;
}
.header .nav-list .nav li .sub-nav dd:hover i {
	left: 0;
	width: 100%;
	transition: all 0.4s ease 0s;
}
.header .m-btn {
	width: 22px;
	height: 20px;
	padding: 12px;
	display: none;
	cursor: pointer;
	margin-top: 3px;
}
.header .m-btn .box {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.header .m-btn .line {
	display: block;
	width: 100%;
	height: 2px;
	background-color: #1d1d1d;
	position: absolute;
	left: 0;
	transition: width 0.3s ease 0s;
}
.header .m-btn .line1 {
	width: 12px;
	top: 0;
}
.header .m-btn .line2 {
	width: 20px;
	top: 6px;
}
.header .m-btn .line3 {
	width: 16px;
	top: 13px;
}
.header .m-btn.cur .line1, header .m-btn.cur .line2, header .m-btn.cur .line3 {
	width: 100%;
}
.m-sub-menu.show {
	right: 0;
	transition: all 0.44s ease 0s;
}
.m-sub-menu {
	position: fixed;
	right: -100%;
	width: 66%;
	top: 0;
	z-index: 100;
	height: 100%;
	background-color: #fff;
	transition: all 0.64s ease 0s;
}
.m-sub-menu .top-box {
	line-height: 60px;
	background-color: #333;
	zoom: 1;
}
.m-sub-menu .top-box .stt {
	display: inline-block;
	font-size: 16px;
	color: #acacac;
	margin-left: 8.2%;
	font-family: "Base-font";
}
.m-sub-menu .top-box .close {
	display: inline-block;
	width: 17px;
	height: 17px;
	background: url(../images/ico_37.png) no-repeat center;
	margin-right: 7.8%;
	margin-top: 22px;
	cursor: pointer;
}
.m-sub-menu .list-wrap ul {
	width: 100%;
}
.m-sub-menu .list-wrap li {
	line-height: 60px;
	width: 100%;
	border-bottom: 1px solid #f2f2f2;
	display: block;
	float: left;
}
.m-sub-menu .list-wrap li .col-box {
	display: block;
	width: 84%;
	padding: 0 7.8% 0 8.2%;
}
.m-sub-menu .list-wrap .tit {
	font-size: 16px;
	color: #666;
}
.m-sub-menu .list-wrap .point {
	display: inline-block;
	width: 8px;
	height: 12px;
	background: url(../images/ico_38.png) no-repeat center;
	margin-top: 26px;
}
.m-sub-menu .sec-sub-list {
	position: absolute;
	right: -100%;
	top: 60px;
	width: 100%;
}
.m-sub-menu .sec-sub-list .return-fir {
	display: block;
	width: 84%;
	padding: 0 7.8% 0 8.2%;
	line-height: 60px;
	background-color: #333;
}
.m-sub-menu .sec-sub-list .return-fir p {
	padding-left: 18px;
	color: #fff;
	font-size: 18px;
	background: url(../img/ico_42.png) no-repeat left center;
}
.m-sub-menu .sec-sub-list .boxs {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.4s ease 0s;
	background-color: #fff;
}
.m-sub-menu .sec-sub-list .boxs.show {
	left: -100%;
}
.m-sub-menu .sec-sub-list ul, .m-sub-menu .sec-sub-list li {
	width: 100%;
}
.m-sub-menu .sec-sub-list li {
	line-height: 60px;
	border-bottom: 1px solid #f2f2f2;
}
.m-sub-menu .sec-sub-list li a {
	display: block;
	width: 84%;
	padding: 0 7.8% 0 8.2%;
	font-size: 16px;
	color: #666;
}
.ban {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.ban .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 5px;
	bottom: 5px;
	z-index: 1;
}
.ban .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}
.ban .hd ul li {
	float: left;
	margin-right: 2px;
	width: 15px;
	height: 15px;
	line-height: 14px;
	text-align: center;
	background: #fff;
	cursor: pointer;
}
.ban .hd ul li.on {
	background: #f00;
	color: #fff;
}
.ban .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.ban .bd li {
	zoom: 1;
	vertical-align: middle;
}
.ban .bd img {
	width: 100%;
	display: block;
}
.index-title {
	text-align: center;
	padding-bottom: 40px;
}
.index-title h2 {
	font-size: 36px;
	margin-bottom: 40px;
	line-height: 50px;
	color: #000;
	text-transform: uppercase;
	position: relative;
}
.index-title h2:after {
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
	width: 60px;
	height: 2px;
	margin: 0 auto;
	background: #F85A16;
	content: '';
}
.index-title p {
	color: #666;
	font-size: 20px;
}
.servce .servce-wrap {
	position: relative;
	width: 100%;
}
.servce .list .cont {
	padding: 40px 30px;
	text-align: center;
	webkit-box-shadow: 0px 10px 23px -10px rgba(0, 0, 0, 0.43);
	-moz-box-shadow: 0px 10px 23px -10px rgba(0, 0, 0, 0.43);
	-ms-box-shadow: 0px 10px 23px -10px rgba(0, 0, 0, 0.43);
	-o-box-shadow: 0px 10px 23px -10px rgba(0, 0, 0, 0.43);
	box-shadow: 0px 10px 23px -10px rgba(0, 0, 0, 0.43)
}
.servce .list i {
	display: inline-block;
	padding: 5px;
}
.servce .list h3 {
	text-transform: uppercase;
	font-size: 20px;
	letter-spacing: 2px;
	font-weight: bold;
	position: relative;
	margin: 15px 0;
}
.servce .list h3:after {
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	width: 40px;
	height: 2px;
	margin: 0 auto;
	background: #F85A16;
	content: '';
}
/*案例 */
.wrap-box {
	position: relative;
}
.wrap-box .list-case {
	margin-top: 45px;
}
.wrap-box .list-case ul, .ad-news ul, .list-case .swiper-wrapper {
	position: relative;
	margin: 0 -1%;
}
.wrap-box .list-case li, .case .swiper-slide {
	width: 31.3333%;
	margin: 0 1%;
	transition: box-shadow 0.3s ease 0s;
	margin-bottom: 20px;
	float: left;
	position: relative;
	overflow: hidden;
}
.wrap-box.list-case .img {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	z-index: 2;
}
.wrap-box .list-case .img img.up-pic {
	transform: translateZ(0px);
	transition: transform 0.3s ease 0s;
	width: 100%;
	overflow: hidden;
}
.wrap-box .list-case .up-graybox {
	z-index: 3;
}
.wrap-box .list-case .img:hover img.up-pic {
	transform: scale(1.05, 1.05);
	transition: transform 0.6s ease 0s;
}
.wrap-box .list-case .img:hover .up-graybox {
	opacity: 1;
}
.wrap-box .list-case .cont-wrap {
	width: 86.5%;
	padding: 20px 6.5% 0;
	border: 1px solid #f2f2f2;
	margin-top: -1px;
}
.swiper-wrapper .list-case .tit {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	word-wrap: break-word;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	display: -webkit-box !important;
}
.swiper-wrapper .list-case .cont .gray {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	word-wrap: break-word;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box !important;
}
.wrap .list-case .intr {
	display: block;
	line-height: 22px;
	font-size: 13px;
	height: 52px;
	color: #666;
}
.wrap .up-graybox {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all 0.4s ease 0s;
}
.wrap .up-graybox .bgbox {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.wrap .swiper-case img {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	z-index: 2;
}
.wrap .up-graybox .stit {
	font-size: 16px;
	line-height: 30px;
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -15px;
	color: #fff;
}
.wrap .up-graybox .line {
	display: inline-block;
	width: 100px;
	height: 1px;
	background-color: #f2f2f2;
	position: absolute;
	left: 50%;
	margin-left: -50px;
	margin-top: 0;
	transition: all 0.6s ease 0s;
	background-image: none;
}
.wrap .up-graybox .linet {
	top: 0;
}
.wrap .up-graybox .lineb {
	bottom: 0;
}
.wrap .up-graybox .out-ico {
	display: none;
	width: 26px;
	height: 26px;
	position: absolute;
	right: 20px;
	top: 20px;
}
.wrap .up-graybox:hover .line {
	width: 6px;
	margin-left: -3px;
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.wrap .img-box a {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
}
.wrap .img-box img {
	width: 100%;
	transform: translateZ(0px);
	transition: transform 0.3s ease 0s;
}
.wrap .img-box a:hover img {
	transform: scale(1.05, 1.05);
	transition: transform 0.6s ease 0s;
}
.wrap .img-box a:hover .up-graybox {
	opacity: 1;
	filter: alpha(opacity=1);
}
.wrap .list-case .tit {
	line-height: 32px;
	font-size: 18px;
}
.wrap .list-case .tit a {
	display: inline-block;
	color: #333;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	word-wrap: break-word;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	display: -webkit-box !important;
}
.wrap .list-case .tit a:hover {
	color: rgba(244,9,13,1.00)
}
.pagination {
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	width: 100%;
	height: 10px;
}
.pagination span {
	display: inline-block;
	width: 8px;
	height: 8px;
	border: 1px solid #dadada;
	border-radius: 50%;
	margin: 0 5px;
	vertical-align: top;
}
.pagination span.swiper-pagination-bullet-active {
	border: 1px solid #3b3b3b;
	background: none;
}
.ad-mk-b {
	background: #f9f9fb url(../images/bg2.jpg) top center no-repeat;
}
.ad-mk-b ul.ad-ys {
	width: 100%;
	overflow: hidden;
	padding: 30px 0;
	margin: 0 -1%;
}
.ad-mk-b ul.ad-ys li {
	width: 19%;
	margin: 0 1%;
	float: left;
	display: inline-block;
	text-align: center;
	background-color: #fff;
	padding: 2%;
	position: relative
}
.ad-mk-b ul.ad-ys li .shuzi {
	width: 66px;
	height: 66px;
	line-height: 66px;
	font-size: 26px;
	color: #ff3c00;
	font-weight: bold;
	position: relative;
	top: -30px;
	left: 50%;
	margin-left: -33px;
	background: #fff;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	z-index: 3;
	position: absolute;
}
.ad-mk-b ul.ad-ys li .img {
	margin-top: -2%;
	width: 100%;
	margin-bottom: 16px;
	background-color: #f5f5f5;
	z-index: 1;
}
.ad-mk-b ul.ad-ys li .img img {
	width: 100%;
}
.ad-mk-b ul.ad-ys li b {
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 12px
}
.ad-mk-b ul.ad-ys li font {
	color: #ff3c00
}
.ad-mk-b .about-serve {
	background-color: #ff3c00
}
.ad-mk-b .about-serve ul {
	padding: 3% 5% 2%;
}
.ad-mk-b .about-serve li {
	display: inline-block;
	width: 24%;
	text-align: center;
}
.ad-mk-b .about-serve li b {
	font-size: 48px;
	color: #fff;
	font-family: "华文细黑";
}
.ad-mk-b .about-serve li p {
	padding-top: 5px;
	color: #ffd594;
}
.ad-mk-b .ys-list ul {
	position: relative;
	margin: 1.5% -1%;
	width: 100%;
}
.ad-mk-b .ys-list li, .ad-a .ad-service ul li {
	width: 48%;
	margin: 0.5% 1%;
	display: inline-block;
	float: left;
	background-color: #fff;
	box-shadow: 2.5px 4.33px 15px 0px rgba(0, 0, 0, 0.05);
	position: relative;
}
.ad-mk-b .ys-list li .ys-wrap, .ad-a .ad-service .ys-wrap {
	padding: 30px 160px 30px 30px;
}
.ad-mk-b .ys-list li b, .ad-a .ad-service .ys-wrap .tit-d {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	display: block;
}
.ad-mk-b .ys-list li .icon {
	width: 60px;
	height: 60px;
	box-shadow: 5px 5px 10px 0 rgba(0,0,0,.1);
	position: absolute;
	top: 25px;
	right: 50px;
	border-radius: 60px;
}
.ad-mk-b .ys-list li .icon {
	top: 35px;
}
.ad-mk-b .ys-list li.ab-s1 .icon {
	background: url(../images/ab-s1.png) no-repeat;
	background-size: cover;
}
.ad-mk-b .ys-list li.ab-s2 .icon {
	background: url(../images/ab-s2.png) no-repeat;
	background-size: cover;
}
.ad-mk-b .ys-list li.ab-s3 .icon {
	background: url(../images/ab-s3.png) no-repeat;
	background-size: cover;
}
.ad-mk-b .ys-list li.ab-s4 .icon {
	background: url(../images/ab-s4.png) no-repeat;
	background-size: cover;
}
.whq-news {
	background-color: #f5f5f5
}
.news-list {
	margin-top: 30px;
}
.news-list ul {
	/* width: 960px; */
	margin: 0 -1%;
}
.news-list ul li {
	list-style: none;
	float: left;
	width: 48%;
	margin: 0 1%;
	position: relative;
	transition: 0.4s 0s;
	-webkit-transition: 0.4s 0s;
	margin-bottom: 30px;
	border-bottom: 1px solid #eee;
	box-sizing: border-box;
}
.news-list ul li:hover {
	-webkit-box-shadow: 0px 7px 17px 3px #ccc;
	-moz-box-shadow: 0px 7px 17px 3px #ccc;
	box-shadow: 0px 7px 17px 3px #ccc;
}
.news-list ul li a {
	display: block;
}
.news-list ul li .news-text {
	position: relative;
}
.news-list ul li .time {
	color: #666;
	position: absolute;
	height: 120px;
	width: 120px;
	left: 0;
	top: 0;
	border-left: 1px solid #e6e6e6;
	text-align: center;
	background: #F85A16;
	padding: 25px 0;
	box-sizing: border-box;
}
.news-list ul li .time h4 {
	font-size: 40px;
	color: #fff;
	line-height: 40px;
	font-weight: 100;
	margin: 0;
}
.news-list ul li .time p {
	font-size: 14px;
	color: #fff;
	line-height: 30px;
}
.news-list ul li .text {
	float: left;
	color: #333;
	padding-left: 140px;
	box-sizing: border-box;
	width: 100%;
	min-height: 64px;
	min-height: 120px;
	padding-top: 20px;
	background: #fff;
}
.news-list ul li .text h2 {
	font-size: 20px;
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news-list ul li .text p {
	color: #666;
	font-size: 14px;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news-list ul li .text .more p {
	color: #F85A16;
	font-size: 12px;
}
.contact-info {
	width: 100%;
	overflow: hidden;
}
.contact-info .list {
	float: left;
	width: 50%;
	height: 400px;
	padding: 60px 0;
	box-sizing: border-box;
}
.contact-info .list1 {
	background: #222;
}
.contact-info .list2 {
	background: #F85A16;
}
.index-business {
	width: 80%;
	float: right;
}
.index-contact {
	width: 80%;
	float: left;
	padding-left: 60px;
	box-sizing: border-box;
}
.index-contact-title {
	margin-bottom: 30px;
}
.index-contact-title h2 {
	font-size: 40px;
	color: #f5f5f5;
}
.index-contact-title h2 span {
	color: #ddd;
	font-size: 14px;
	text-transform: uppercase;
	margin-left: 15px;
}
.index-business-text p {
	float: left;
	width: 48%;
	font-size: 14px;
	color: #ddd;
	line-height: 35px;
}
.index-contact-text h3 {
	font-size: 16px;
	color: #fff;
}
.index-contact-text p {
	color: #fff;
	float: left;
	width: 48%;
}
.index-contact-text .pic {
	margin-top: 20px;
}
.index-contact-text span {
	display: block;
	font-size: 12px;
	line-height: 40px;
	text-align: center;
	width: 111px;
}
.footer {
	background: #1a1a1a;
	padding: 10px 0;
}
.footer-copyright {
	float: left;
}
.footer-copyright p {
	margin-bottom: 0;
}
.footer-copyright small {
	display: block;
	color: #ccc;
	font-size: 14px;
	line-height: 25px;
}
.footer-copyright a {
	color: #828282;
}
.footer-nav {
	float: right;
}
.footer-nav ul {
	margin-top: 10px;
}
.footer-nav ul li {
	display: inline-block;
}
.footer-nav ul li a {
	color: #eee;
	margin-left: 30px;
	padding-top: 5px;
	line-height: 45px;
}
.footer-nav ul li a:hover, .footer-nav ul li.active a {
	box-sizing: border-box;
	border-top: 2px solid #F85A16;
	color: #F85A16;
}
.content {
}
.content .left-wrap {
	width: 70%;
	background: #f8f8f8;
}
.content .left-wrap .img {
	text-align: center;
	padding: 5% 0;
}
.content .left-wrap .img img {
	width: 100%;
}
.content .right-wrap {
	width: 30%;
	text-align: left;
}
.content .right-wrap .article {
	padding: 5%;
}
.content .right-wrap .article .lb {
	padding: 15px 0;
	border-top: 1px dashed #eee;
	border-bottom: 1px dashed #eee;
	margin: 15px 0;
}
.content .right-wrap .article .page-up {
	padding-bottom: 15px;
	border-bottom: 1px dashed #eee;
}
.content .right-wrap .article .page-up a {
	display: block;
}
.copyright {
	clear: both;
	font-family: Arial;
	color: #787878;
	padding-top: 22px;
	text-align: center;
	padding: 20px 0;
}
.news-wrap {
	background-color: #f6f6f6;
	padding: 5% 0
}
.news-wrap .list-wrap .n-box {
	width: 31.5%;
	background-color: #fff;
}
.news-wrap .list-wrap .cont {
	width: 85.4%;
	padding: 25px 7.3%;
}
.news-wrap .list-wrap .cont span {
	display: block;
}
.news-wrap .list-wrap .cont .date {
	display: block;
	padding-right: 30px;
	border-right: 1px solid #ececec;
}
.news-wrap .list-wrap .cont .day {
	font-size: 50px;
	line-height: 50px;
	font-family: "Base-font";
	color: #333;
}
.news-wrap .list-wrap .cont .year {
	line-height: 26px;
	color: #999;
}
.news-wrap .list-wrap .cont-box {
	width: 67%;
	margin-left: 6%;
	margin-top: -4px;
}
.news-wrap .list-wrap .cont-box .tit {
	font-size: 16px;
	line-height: 28px;
}
.news-wrap .list-wrap .cont-box .font {
	font-size: 12px;
	line-height: 20px;
	padding: 3px 0;
}
body.index {
	background-color: #f6f6f6;
}
.main-wrap {
	padding: 5% 0;
}
.newsBox li {
	transition: all 0.4s ease 0s;
	width: 48%;
	margin: 0 1% 2%;
	display: inline-block;
	float: left;
	background-color: #fff;
}
.newsBox ul {
	position: relative;
	margin: 0 -1%;
	width: 100%;
}
.newsBox li .con {
	padding: 5% 0 5% 5%;
}
.newsBox li a {
	width: 100%;
	display: block;
}
.newsBox li img {
	width: 222px;
	height: 140px;
	display: block;
	margin-right: 30px;
}
.newsBox li h6 {
	color: #333;
	font-size: 20px;
	margin: 0px 0 15px;
	transition: all ease 300ms;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	word-wrap: break-word;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	display: -webkit-box !important;
}
.newsBox li .txt {
	color: #666;
	line-height: 24px;
	height: 48px;
	padding-right: 6%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	word-wrap: break-word;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -webkit-box !important;
}
.newsBox li .time {
	width: 20%;
	font-family: arial;
	font-size: 20px;
	color: #97908c;
	text-align: center;
	vertical-align: middle;
}
.newsBox li .time .day {
	font-size: 36px;
	line-height: 45px;
	display: block;
}
.newsBox li:hover {
	box-shadow: 0 5px 10px rgba(0,0,0,.1);
}
.newsBox li:hover h6 {
	color: #ff3c00;
	text-indent: 10px;
	transition: all 0.4s ease 0s;
}
.newsBox li:hover .time .day span {
	background: #6d6d6d;
}
.newsBox li:hover .time .day strong {
	background: #ff0000;
	color: #fff;
}
.newsBox li img {
	width: auto;
}
.first-box .about-recom .bot-link .point {
	font-size: 12px;
}
.first-box .about-serve {
	width: 88%;
	padding: 38px 0 0 0;
}
.first-box .about-serve li {
	display: inline-block;
	width: 30%;
}
.first-box .about-serve li .counter {
	font-size: 48px;
	color: #ff3c00;
	font-family: "华文细黑";
	background-image: -webkit-linear-gradient(bottom, #ffd594, #ff3c00);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.first-box .about-serve li span {
	font-size: 14px;
}
.first-box .about-serve li p {
	padding-top: 5px;
}
.about .right-wrap {
	background-color: #fff;
	width: 50%;
}
.about .left-wrap {
	background-color: #f9f9f9;
	width: 50%;
}
.about .at-wrap {
	padding: 12% 8%;
}
.about .right-wrap p {
	text-indent: 2em;
	line-height: 25px;
	font-size: 16px;
	padding-bottom: 5px;
}
.about .left-wrap h1 {
	font-size: 30px;
	text-align: center;
	font-weight: 600;
}
.about .left-wrap .cx {
	font-size: 18px;
	color: #666;
	line-height: 50px;
	text-align: center;
	letter-spacing: 3px;
	margin: 10px 0;
}
.about .about-serve {
	display: inline-block;
	margin: 0 auto;
	text-align: center;
}
.articleBox .left-wrap {
	width: 70%;
	background: #f8f8f8;
}
.articleBox .right-wrap {
	width: 30%;
	text-align: left;
}
.articleBox h1 {
	text-align: center;
	padding: 5%;
	line-height: 35px;
	font-size: 26px;
	border-bottom: 1px solid #eee;
}
.articleBox h1 p.tc {
	font-size: 12px;
	padding-top: 2%;
}
.articleBox .art-body {
	padding: 3% 0;
	font-size: 16px;
	line-height: 200%;
}
.articleBox .art-body img {
	max-width: 1000px;
	margin: 0 auto;
}
.articleBox strong {
	font-weight: bold;
	font-size: 18px;
	padding: 5px 0;
}
.articleBox .page-up {
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	padding: 15px;
	margin: 15px 0 0 0;
}
.articleBox .page-up li {
	display: block;
	line-height: 30px;
}
.articleBox .page-up li a {
	display: inline-block;
}
.articleBox .xgBox {
	padding: 4% 0;
}
.articleBox .xgBox .tit {
	font-size: 18px;
	font-weight: 700;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.main-wrap .tit-box {
	text-align: center;
	position: relative;
}
.wrap .tit-box h4 {
	font-size: 36px;
	margin-bottom: 30px;
	color: #333;
	line-height: 50px;
	font-weight: normal;
}
.wrap .tit-box h4:after {
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
	width: 60px;
	height: 2px;
	margin: 0 auto;
	background: #F85A16;
	content: '';
}
.link {
	padding: 15px 0;
	background-color: #f1f1f1;
}
#ttkefuminily {
	z-index: 10;
}
.cndns-right {
	position: fixed;
	right: 1px;
	top: 50%;
	margin-top: -100px;
	z-index: 100
}
.cndns-right-meau {
	position: relative;
}
.cndns-right-btn {
	width: 48px;
	height: 48px;
	border: 1px solid #ddd;
	text-align: center;
	display: block;
	margin-bottom: 6px;
	position: relative;
	background-color: #fff
}
.cndns-right-btn span {
	color: #848484;
	font-size: 26px;
	line-height: 48px;
}
.cndns-right-btn sup {
	display: block;
	min-width: 24px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	color: #fff;
	border-radius: 50%;
	background-color: #ff6800;
	position: absolute;
	left: -12px;
	top: -12px;
}
.cndns-right-btn p {
	color: #ff6800;
	font-size: 14px;
	line-height: 18px;
	padding-top: 5px;
	display: none;
}
.cndns-right-meau:hover .cndns-right-btn span {
	display: none
}
.cndns-right-meau:hover .cndns-right-btn p {
	display: block;
}
.meau-car .cndns-right-btn {
	border-color: #ff6800;
	margin-bottom: 20px;
}
.meau-car.cndns-right-meau:hover .cndns-right-btn {
	background-color: #ff6800
}
.meau-car.cndns-right-meau:hover .cndns-right-btn span {
	color: #fff;
	display: block;
}
.meau-car .cndns-right-btn span {
	color: #ff6800;
}
.meau-sev .cndns-right-btn {
	border-color: #ff6800;
	background: url(../images/02index-banner-8.gif) no-repeat #ff6800 center;
}
.meau-sev .cndns-right-btn p {
	color: #fff
}
.meau-sev .cndns-right-btn span {
	color: #fff
}
.meau-top .cndns-right-btn span {
	font-size: 12px;
	line-height: 12px;
	padding-top: 10px;
	display: block
}
.meau-top .cndns-right-btn i {
	display: block;
	color: #999
}
.meau-top.cndns-right-meau:hover .cndns-right-btn {
	background-color: #ff6800
}
.meau-top.cndns-right-meau:hover .cndns-right-btn span {
	display: block;
	color: #fff
}
.meau-top.cndns-right-meau:hover .cndns-right-btn i {
	color: #fff;
}
.cndns-right-box {
	position: absolute;
	top: -15px;
	right: 48px;
	padding-right: 25px;
	display: none;
}
.cndns-right-box .box-border {
	border: 1px solid #ccc;
	border-top: 4px solid #ff6800;
	padding: 20px;
	background-color: #fff;
	-webkit-box-shadow: 0 3px 8px rgba(0,0,0,.15);
	-moz-box-shadow: 0 3px 8px rgba(0,0,0,.15);
	box-shadow: 0 3px 8px rgba(0,0,0,.15);
	position: relative
}
.cndns-right-box .box-border .arrow-right {
	display: block;
	width: 13px;
	height: 16px;
	background: url(../images/arrow.png) no-repeat;
	position: absolute;
	right: -13px;
	top: 26px;
}
.cndns-right-box .box-border .sev-t span {
	font-size: 42px;
	float: left;
	display: block;
	line-height: 56px;
	margin-right: 20px;
	color: #d3d3d3
}
.cndns-right-box .box-border .sev-t p {
	float: left;
	color: #ff6800;
	font-size: 24px;
	line-height: 28px;
}
.cndns-right-box .box-border .sev-t p i {
	display: block;
	font-size: 14px;
	color: #aaa;
}
.cndns-right-box .box-border .sev-b {
	padding-top: 15px;
	margin-top: 15px;
	border-top: 1px solid #e4e4e4
}
.cndns-right-box .box-border .sev-b h4 {
	color: #666;
	font-size: 14px;
	font-weight: normal;
	padding-bottom: 15px;
}
.cndns-right-box .box-border .sev-b li {
	width: 90%
}
.cndns-right-box .box-border .sev-b li a {
	display: inline-block;
	color: #999;
	font-size: 13px;
	padding-left: 43px;
	background: url(../images/q1.gif) no-repeat left 3px;
	line-height: 36px;
}
.cndns-right-box .box-border .sev-b li a:hover {
	color: #ff6800
}
.meau-sev .cndns-right-box .box-border {
	width: 230px;
}
.meau-contact .cndns-right-box .box-border {
	width: 230px;
}
.cndns-right-meau:hover .cndns-right-box {
	display: block
}
.meau-code .cndns-right-box {
	top: inherit;
	bottom: -35px;
}
.meau-code .cndns-right-box .box-border {
	width: 156px;
	text-align: center;
	border-top: 1px solid #ccc;
}
.meau-code .cndns-right-box .box-border i {
	display: block;
	color: #f66e06;
	font-size: 16px;
	line-height: 16px;
}
.meau-code .cndns-right-box .box-border .arrow-right {
	top: inherit;
	bottom: 50px;
}
.meau-sev .cndns-right-btn .demo-icon {
	display: none;
}
.meau-sev:hover .cndns-right-btn {
	background: #ff6800
}
.meau-zs .cndns-right-btn {
	background-color: #ff6800;
	color: #fff;
	margin-top: 80px;
	border-color: #ff6800
}
.meau-zs .cndns-right-btn span {
	color: #fff
}
.meau-zs .cndns-right-btn p {
	color: #fff
}
