﻿html, body, dl, dd, img, form, div, ul, ol, li, h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	font-size: 13px;
	font-family: '微软雅黑', Arial;
}
ul, ol, li {
	list-style-type: none;
}
img {
	border: 0;
	vertical-align: middle
}
select, input, select {
	vertical-align: middle;
	outline: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
iframe {
	border: none;
}
a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #0093ff;
	text-decoration: none;
}
a:active {
	color: #0093ff;
	text-decoration: none;
}
.c {
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
	visibility: visible;
}
.h {
	display: none;
	visibility: visible;
}
.wrap {
	border: 0;
	padding: 0;
	width: 1200px;
	margin: 0 auto;
*zoom:1;
}
.wrap:after {
	clear: both;
	content: "";
	display: table;
}
.fix {
*zoom:1;
}
.fix:after {
	clear: both;
	content: "";
	display: table;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
/* header */
.section {
	overflow: hidden;
	position: relative!important;
}
.header {
	height: 80px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #efefef;
}
.header h1 {
	width: 154px;
	margin-left: 3px;
}
.logo {
	padding-top: 0px;
}
.header .logo_text {
	width: 163px;
	margin-top: 14px;
	padding-left: 5px;
}
.top {
	text-align: right;
	color: #888888;
	padding-top: 30px;









*position:relative;
*z-index:2;
	padding-right: 42px;
}
.top a {
	color: #888888;
	margin-left: 5px;
}
.top .call {
	background: url("../img/sprite.png") no-repeat 0 0;
	display: inline-block;
	width: 20px;
	height: 16px;
	vertical-align: bottom;
	margin-right: 3px;
	margin-left: 8px;
}
.top .call_tel {
	color: #e31d1a;
}

.top .qq {
	display: inline-block;
	width: 18px;
	height: 16px;
	vertical-align: bottom;
	margin-right: 0px;
	background-image: url(../img/sprite.png);
	background-repeat: no-repeat;
	background-position: -21px -20px;
	margin-left: 15px;
}

.top .email {
	display: inline-block;
	width: 18px;
	height: 16px;
	background: url("../img/sprite.png") no-repeat -20px 0;
	vertical-align: bottom;
	margin-right: 4px;
}
.top .weixin {
	display: inline-block;
	width: 18px;
	height: 16px;
	background: url("../img/sprite.png") no-repeat -60px 0;
	vertical-align: bottom;
	margin-right: 4px;
}
.top .ewm {
	position: relative;
	z-index: 10000;
}
.top .ewm img {
	position: absolute;
	right: 0;
	top: 30px;
	z-index: 999;
	border: 1px solid #ddd;
	padding: 4px;
	background: #fff;
	display: none;
	z-index: 10000;
}



.nav {
	position: relative;
	z-index: 999;
	background: #FFF;
	width: 100%;
	height: 53px;
}
.navbox {
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
}
.nav ul li {
	display: inline-block;
	position: relative;
}
.nav ul li a {
	display: block;
	line-height: 53px;
	height: 53px;
	font-size: 16px;
	color: #888;
	border-bottom: 2px solid #fff;
	margin-left: 23px;
	margin-right:43px;
	position: relative;
}
.nav ul li a i {
	margin-left: 10px;
}
.nav ul li a:hover {
	color: #0e31d1a;
	border-bottom: 2px solid #e31d1a;
}
.n:hover a {
	color: #e31d1a;
}
.nav ul .hover a {
	color: #e31d1a;
	border-bottom: 2px solid #e31d1a;
}
.nav ul li.hover .subnav li a {
	border: none;
	color: 666;
	margin: 0;
}
.nav ul li .subnav {
	position: absolute;
	width: 150px;
	left: -16px;
	top: 52px;
	opacity: 0;
	transition: all .3s ease 0s;
	transform: translate3d(0, 10px, 0);
	visibility: hidden;
	z-index: 100;
	background: #FFF;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
	border-top-width: 2px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #e31d1a;
	border-right-color: #F5F5F5;
	border-bottom-color: #F5F5F5;
	border-left-color: #F5F5F5;	
	
}
.nav ul li .subnav li a {
	display: block;
	width: 150px;
	font-size: 13px;
	text-align: center;
	margin: 0;
	color: #666;
	height: 41px;
	line-height: 41px;
}
.nav ul li .subnav li a:hover {
line-height: 41px;
	border: none;
	color: #555;
	background-color: #efefef;
}
.nav ul li:hover .subnav {
	opacity: 1;
	transform: translate3d(0, 0, 0);
	visibility: visible;
}
.nav form {
	float: right;
	padding-top: 8px;
}
.nav form .ip {
	border: 0;
	border-radius: 20px 0 0 20px;
	padding: 8px 10px 8px 20px;
	vertical-align: middle;
}
.nav form .bnt {
	background: #E74E41;
	border: 0;
	padding: 8px 20px;
	color: #fff;
	vertical-align: middle;
}


.am-animation-slide-bottom {
	-webkit-animation-name: am-slide-bottom;
	animation-name: am-slide-bottom
}

.am-animation-delay-1 {
	-webkit-animation-delay: 1s;
	animation-delay: 1s
}

@font-face {
	font-family: FontAwesome;
	src: url(../fonts/fontawesome-webfont.eot);
	src: url(../fonts/fontawesome-webfont.eot) format('embedded-opentype'), url(../fonts/fontawesome-webfont.woff2) format('woff2'), url(../fonts/fontawesome-webfont.woff) format('woff'), url(../fonts/fontawesome-webfont.ttf) format('truetype');
	font-weight: 400;
	font-style: normal
}
[class*=am-icon-] {
display:inline-block;
font-style:normal
}
[class*=am-icon-]:before {
	display: inline-block;
	font: normal normal normal 1.6rem/1 FontAwesome, sans-serif;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0)
}



.am-icon-angle-down:before {
	content: "\f107"
}
.banner {
	width: 100%;
	overflow: hidden;
	position: relative;
	height: 560px;
}
.banner .pic {
	position: relative;
	height: 100%;
}
.banner .pic li {
	float: left;
	width: 100%;
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
}
.banner .pic li a {
	display: block;
	width: 100%;
	height: 560px;
}
.banner .list {
	text-align: center;
	position: absolute;
	bottom: 40px;
	width: 100%;
}
.banner .list li {
	display: inline-block;
*zoom:1;
*display:inline;
	width: 50px;
	border-bottom: 2px solid #fff;
	height: 20px;
	margin: 0 7px;
	cursor: pointer;
}
.banner .list .on {
	border-bottom: 2px solid #cf0502;
}
/* home service */
.home_title {
	text-align: center;
	padding-top: 50px;
}
.service_text {
	font-size: 14px;
	color: #222222;
	text-align: center;
	width: 580px;
	margin: 0px auto;
	height: 30px;
	line-height: 30px;
	margin-top: 14px;
}
.serve_column {
	margin-right: -60px;
	margin-top: 30px;
	overflow: hidden;
}
.serve_column ul {
	width: 1260px;
	padding-bottom: 10px;
*padding-bottom:30px;
}
.serve_column li {
	float: left;
	width: 272px;
	height: 390px;
	background: #ffffff;
	margin-right: 40px;
	margin-bottom: 40px;
}
.serve_column li dt.pic {
	border: 1px solid #fff;
	width: 270px;
	height: 200px;
	overflow: hidden;
	position: relative;
}
.serve_column li dt.pic img {
	position: absolute;
	left: 0px;
	top: 0px;
}
.serve_column li dt.t {
	height: 66px;
	line-height: 66px;
}
.serve_column li dt.t a {
	font-size: 18px;
	color: #000000;
	font-weight: normal;
}
.serve_column li dt.t a:hover {
	color: #e31d1a;
}
.serve_column dd {
	color: #666666;
	font-size: 12px;
	font-family: "宋体";
	line-height: 24px;
	width: 270px;
	z-index: 1;
	position: relative;
	transition-delay: 0.2s;
}
.service_foot {
	height: 80px;
	text-align: center;
	background-color: #E6E6E6;
	color: #e31d1a;
	font-size: 24px;
	line-height: 80px;
}
/* home service js init */
.home_title {
	position: relative;
	top: -200px;
}
.service_text {
	position: relative;
	left: -110%;
}
.serve_column {
	position: relative;
	bottom: -450px;
}
/* home cases */
.succeed_title {
	text-align: center;
	padding-top: 55px;
}
.success_text {
	color: #222222;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
	margin-top: 12px;
}
.portfolio-grid {
	width: 100%;
	margin-top: 20px;
}
.thumbnail img.cases_img {
	width: 100%;
}
.thumbnail {
	overflow: hidden;
	position: relative;
	display: inline-block;
	float: left;
	width: 24%;
	width: 23.49%\9;
	margin: 0.5%;
}
.thumbnail a.thumbnail_a:hover {
	cursor: url('../images/index201601/more.cur'), crosshair;
	cursor: url('../images/index201601/cases_shi.png') 40 40, crosshair;
}
.projectinfo {
	position: absolute;
	z-index: 2;
	top: -60px;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(126,127,115);
	background: rgba(126,127,115,0.4);
	height: 0\9;
}
.thumbnail .meta {
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: left;
	overflow: hidden;
}
.thumbnail .meta h4 {
	font-size: 18px;
	padding-left: 2%;
	font-weight: normal;
	width: 60%;
}
.thumbnail .meta h4 a {
	color: #000;
}
.thumbnail .meta .fr {
	width: 38%;
	text-align: right;
}
.thumbnail .meta .fr a {
	display: inline-block;
	padding: 0px 2px;
	padding-right: 12px;
	width: 20px;
	height: 60px;
}
.thumbnail .meta .fr a.cases_a_pc {
	background: url(../img/cases_ico_pc_b.png) no-repeat center;
}
.thumbnail .meta .fr a.cases_a_phone {
	background: url(../img/cases_ico_phone_b.png) no-repeat center;
}
.thumbnail:hover .meta {
	background-color: #cf0502;
}
.thumbnail:hover .meta h4 a {
	color: #fff;
}
.thumbnail:hover .meta .fr a.cases_a_pc {
	background: url(../img/cases_ico_pc_w.png) no-repeat center;
}
.thumbnail:hover .meta .fr a.cases_a_phone {
	background: url(../img/cases_ico_phone_w.png) no-repeat center;
}
.btn_cases_more {
	border: 1px solid #e31d1a;
	margin: 50px auto;
	text-align: center;
	width: 120px;
}
.btn_cases_more a {
	line-height: 36px;
	color: #e31d1a;
	font-size: 12px;
	font-family: "宋体";
	width: 120px;
	height: 36px;
	display: block;
	transition: all 0.5s;
	-moz-transition: all 0.5s; /* Firefox 4 */
	-webkit-transition: all 0.5s; /* Safari and Chrome */
	-o-transition: all 0.5s; /* Opera */
}
.btn_cases_more a:hover {
	background-color: #e31d1a;
}
.btn_cases_more a:hover {
	color: #fff;
}




/* home solutions */
.home_solutions {
	background: url(../img/solutions_bg.jpg) no-repeat top center;
	height: 707px;
}
.home_solutions_title {
	text-align: center;
	padding-top: 55px;
}
.home_solutions_text {
	color: #222222;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
	margin-top: 12px;
}
.home_solutions_list {
	width: 1200px;
	margin: 30px auto;
	overflow: hidden;
}
.home_solutions_list_inner {
	width: 1400px;
}
.home_solutions_list dl {
	float: left;
	width: 204px;
	margin-right: 63px;
	padding: 25px;
	text-align: center;
	padding-top: 54px;
	padding-bottom: 35px;
	position: relative;
	z-index: 3;
}
.home_solutions_list dt {
	z-index: 1;
	position: relative;
	margin-left: 32px;
}
.home_solutions_list dd.bg {
	position: absolute;
	z-index: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 0;
	width: 100%;
	transition: all 0.5s;
	-moz-transition: all 0.5s; /* Firefox 4 */
	-webkit-transition: all 0.5s; /* Safari and Chrome */
	-o-transition: all 0.5s; /* Opera */
}
.home_solutions_list dd.t {
	line-height: 30px;
	height: 30px;
	margin: 16px 0px;
	z-index: 1;
	position: relative;
}
.home_solutions_list dd.t a {
	color: #000000;
	font-size: 18px;
	transition-delay: 0.2s;
}
.home_solutions_list dd.spec {
	color: #666666;
	font-size: 12px;
	font-family: "宋体";
	line-height: 24px;
	width: 204px;
	z-index: 1;
	position: relative;
	transition-delay: 0.2s;
}
.home_solutions_list dl:hover {
}
.home_solutions_list dl:hover dd.t a {
	color: #fff;
}
.home_solutions_list dl:hover dd.bg {
	height: 370px;
}
.home_solutions_list dl:hover dd.spec {
	color: #fff;
}
dl.solu_dl_0 dd.bg {
	background-color: #cf0502;
}
dl.solu_dl_1 dd.bg {
	background-color: #5ea927;
}
dl.solu_dl_2 dd.bg {
	background-color: #1a8fd1;
}
dl.solu_dl_3 dd.bg {
	background-color: #b57dd1;
}
dl.solu_dl_0 dt a {
	display: block;
	width: 140px;
	height: 140px;
	background: url(../img/s_1.png) no-repeat 0 0;
	transition: all 0.5s;
	-moz-transition: all 0.5s; /* Firefox 4 */
	-webkit-transition: all 0.5s; /* Safari and Chrome */
	-o-transition: all 0.5s; /* Opera */
	;
	transition-delay: 0.3s;
}
dl.solu_dl_0:hover dt a {
	background: url(../img/s_1.png) no-repeat 0 -140px;
}
dl.solu_dl_1 dt a {
	display: block;
	width: 140px;
	height: 140px;
	background: url(../img/s_2.png) no-repeat 0 0;
	transition: all 0.5s;
	-moz-transition: all 0.5s; /* Firefox 4 */
	-webkit-transition: all 0.5s; /* Safari and Chrome */
	-o-transition: all 0.5s; /* Opera */
	;
	transition-delay: 0.3s;
}
dl.solu_dl_1:hover dt a {
	background: url(../img/s_2.png) no-repeat 0 -140px;
}
dl.solu_dl_2 dt a {
	display: block;
	width: 140px;
	height: 140px;
	background: url(../img/s_3.png) no-repeat 0 0;
	transition: all 0.5s;
	-moz-transition: all 0.5s; /* Firefox 4 */
	-webkit-transition: all 0.5s; /* Safari and Chrome */
	-o-transition: all 0.5s; /* Opera */
	;
	transition-delay: 0.3s;
}
dl.solu_dl_2:hover dt a {
	background: url(../img/s_3.png) no-repeat 0 -140px;
}
dl.solu_dl_3 dt a {
	display: block;
	width: 140px;
	height: 140px;
	background: url(../img/s_4.png) no-repeat 0 0;
	transition: all 0.5s;
	-moz-transition: all 0.5s; /* Firefox 4 */
	-webkit-transition: all 0.5s; /* Safari and Chrome */
	-o-transition: all 0.5s; /* Opera */
	;
	transition-delay: 0.3s;
}
dl.solu_dl_3:hover dt a {
	background: url(../img/s_4.png) no-repeat 0 -140px;
}
.btn_solutions_more {
	width: 120px;
	height: 36px;
	border: 1px solid #555;
	margin: 50px auto;
	text-align: center;
}
.btn_solutions_more a {
	line-height: 36px;
	color: #555;
	font-size: 12px;
	font-family: "宋体";
	width: 120px;
	height: 36px;
	display: block;
	stransition: all 0.5s;
	-moz-transition: all 0.5s; /* Firefox 4 */
	-webkit-transition: all 0.5s; /* Safari and Chrome */
	-o-transition: all 0.5s; /* Opera */
}
.btn_solutions_more a:hover {
	background-color: #555;
}
.btn_solutions_more a:hover {
	color: #fff;
}
/*home_news*/
.home_news_title {
	text-align: center;
	padding-top: 55px;
}
.home_news_text {
	color: #222222;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
	margin-top: 12px;
}
.home_news_list {
	background-color: #F0F0F0;
	margin-top: 0px;
	padding-bottom: 10px;
	padding-top: 4px;
}
.home_news_list_inner {
	width: 1400px;
}
.home_news_item {
	width: 334px;
	height: 140px;
	padding: 0 25px;
	margin-top: 20px;
	margin-bottom: 10px;
	float: left;
	border: 1px solid #666;
	margin-right: 20px;
	overflow: hidden;
	position: relative;
	z-index: 2;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}
.home_news_item dl {
	text-align: center;
	position: absolute;
	top: 0;
	transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
}
.home_news_item dl dt {
	background: url(../img/news_ico_time.png) no-repeat center 20px;
	padding-top: 58px;
	font-size: 12px;
	font-family: "宋体";
	color: #444444;
}
.home_news_item dl dd.t {
	margin: 10px 0;
	width: 334px;
	height: 46px;
	line-height: 46px;
	overflow: hidden;
}
.home_news_item dl dd.t a {
	color: #000;
	font-size: 18px;
	text-align: center;
}
.home_news_item dl dd.spec {
	width: 334px;
	overflow: hidden;
}
.home_news_item dl dd.spec a {
	color: #666;
	font-size: 12px;
	font-family: "宋体";
	line-height: 24px;
}
.home_news_item:hover {
	border: 1px solid #e31d1a;
	padding: 10px 25px;
	margin-top: 10px;
	margin-bottom: 0;
}
.home_news_item:hover dl {
	top: -70px;
}
.home_news_item:hover dl dd.t a {
	color: #e31d1a;
}
.home_news_item:hover dl dt {
}
.btn_news_more {
	border: 1px solid #e31d1a;
	margin: 50px auto;
	text-align: center;
	width: 120px;
}
.btn_news_more a {
	line-height: 36px;
	color: #e31d1a;
	font-size: 12px;
	font-family: "宋体";
	width: 120px;
	height: 36px;
	display: block;
	transition: all 0.5s;
	-moz-transition: all 0.5s; /* Firefox 4 */
	-webkit-transition: all 0.5s; /* Safari and Chrome */
	-o-transition: all 0.5s; /* Opera */
}
.btn_news_more a:hover {
	background-color: #e31d1a;
}
.btn_news_more a:hover {
	color: #fff;
}
/* home partner */
.home_partner_title {
	text-align: center;
	padding-top: 55px;
}
.home_partner_text {
	color: #222222;
	font-size: 14px;
	text-align: center;
	line-height: 30px;
	margin-top: 12px;
}
.home_partner_list {
	width: 1200px;
	margin: 40px auto;
	padding-bottom: 20px;
}
.home_partner_list table {
	border-collapse: collapse;
	border: 1px solid #e6e6e6;
}
.home_partner_list table td {
	width: 238px;
	height: 138px;
	border: 1px solid #e6e6e6;
}
.home_partner_list table td .partner_box {
	width: 196px;
	height: 100px;
	padding: 19px 44px;
	position: relative;
	z-index: 1;
}
.home_partner_list table td .partner_box2:hover {
	border: 8px solid #f6f6f6;
	padding: 11px 36px;
}
.partner_box .cont1 {
	width: 150px;
	height: 100px;
	position: absolute;
	top: 19px;
	left: 44px;
	z-index: 2;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
.partner_box .cont2 {
	width: 150px;
	height: 100px;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	position: absolute;
	top: 19px;
	left: 44px;
	z-index: 1;
	transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
}
.partner_box:hover .cont1 {
	transform: rotateY(180deg);
	z-index: 1;
alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	-ms-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
}
.partner_box:hover .cont2 {
	transform: rotateY(360deg);
	z-index: 2;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	-ms-transform: rotateY(360deg);
	-moz-transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
}
.partner_box:hover .cont2 {
	z-index: 2;
}
.partner_box .cont1 {
	transition: all .5s linear 10ms;
}
.partner_box .cont2 {
	transition: all .5s linear 10ms;
}
/* footer */
.contact {
	margin-top: 0px;
	padding-top: 38px;
	padding-bottom: 30px;
	color: #FFFFFF;
	background-color: #444444;
}
.contact h2 {
	margin-bottom: 28px;
}
.contact h2 a {
	font-size: 18px;
	color: #fff;
	font-weight: normal;
}
.home_about {
	width: 250px;
}
.home_about dt {
	margin-bottom: 24px;
}
.home_about dt a {
	font-size: 18px;
	color: #fff;
	font-weight: normal;
}



.home_about dd {
	line-height: 24px;
	font-family: "宋体";
	color: #ddd;
}


.home_about dd a {
	color: #ddd;
	font-weight: normal;
}



.home_about .more {
	color: #fff;
	display: inline-block;
	border: 1px solid #cccccc;
	line-height: 38px;
	padding: 0 24px;
	margin-top: 12px;
}
.home_about .more:hover {
	border-color: #fff;
}
.home_case {
	width: 300px;
	margin-left: 48px;
	
}
.home_case li {
	border-top: 1px solid #ccc;
	height: 52px;
	padding: 14px 0;
}
.home_case li:first-child {
	border: 0;
	padding-top: 3px;
}

.home_case li p {
	margin-right:20px;
	text-align:center;
	color:White;
	line-height:36px;
	float:left;
	width:130px;
}

.home_case li p img {
	width:120px;
	height:120px;
	behavior: url(PIE.htc);
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	float: left;
	margin-right: 25px;
	margin-left: 0px;
}
.home_case h5 {
	margin-top: -5px;
	line-height: 28px;
}
.home_case h5 a {
	font-size: 14px;
	color: #fff;
	font-weight: normal;
}
.home_case .text {
	line-height: 22px;
}
.home_case .text a {
	color: #dddddd;
	font-family: "宋体";
}
.home_case .label {
	color: #cccccc;
	line-height: 28px;
}
.home_service {
	width: 230px;
	margin-left: 45px;
}
.home_service a.sub {
	font-size: 12px;
	color: #fff;
	line-height: 38px;
	width: 98px;
	display: inline-block;
	border: 1px solid #cccccc;
	text-align: center;
	margin-right: 12px;
	margin-bottom: 12px;
	margin-top: 3px;
}
.home_service a.sub:hover {
	border-color: #fff;
}
.home_contact {
	margin-left: 40px;
}
.home_contact li {
	color: #ddd;
	margin-bottom: 14px;
}
.home_contact li i {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 10px;
	vertical-align: middle;
}
.home_contact li .addres {
	background: url("../img/sprite.png") no-repeat 0 -20px;
}
.home_contact li .weibo {
	background: url("../img/sprite.png") no-repeat -20px -20px;
}
.home_contact li .email {
	background: url("../img/sprite.png") no-repeat -40px -20px;
}
.home_contact li .weixin {
	background: url("../img/sprite.png") no-repeat -80px -20px;
}
.home_contact li .call {
	background: url("../img/sprite.png") no-repeat -0px -0px;
}
.home_contact li a {
	color: #ddd;
}
.blogroll {
	line-height: 28px;
	color: #CCCCCC;
	text-align: center;
	background-color: #222222;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
.blogroll a {
	color: #999;
	display: inline-block;
}
.blogroll a:hover {
	color: #333;
}
.blogroll .copyright {
	margin-top: 16px;
}



/* right contact */
.right_contact {
	position: fixed;
	bottom: 60px;
	right: 0px;
	width: 40px;
	display: none;
	z-index: 100000;
}
.right_contact .r_qq {
	background: url(../img/contact_qq.png) no-repeat center #ececec;
	width: 40px;
	height: 40px;
	cursor: pointer;
}
.right_contact .r_tel {
	background: url(../img/contact_tel.png) no-repeat center #ececec;
	width: 40px;
	height: 40px;
	cursor: pointer;
}
.right_contact .r_close {
	background: url(../img/contact_close.png) no-repeat center #f9f9f9;
	width: 40px;
	height: 40px;
	cursor: pointer;
}
.right_contact .r_close:hover {
	background: url(../img/contact_close2.png) no-repeat center #43bcc7;
	cursor: pointer;
}
.right_contact .r_show {
	background: url(../img/contact_h.jpg) no-repeat center;
	width: 40px;
	height: 40px;
	cursor: pointer;
}
.right_contact .right_hide {
	display: none;
}
.right_contact .sel .r_qq {
	background: url(../img/contact_qq2.png) no-repeat center #43bcc7;
}
.right_contact .sel .r_tel {
	background: url(../img/contact_tel2.png) no-repeat center #43bcc7;
}
.right_contact .r_sub {
	display: none;
	position: absolute;
	right: 40px;
	top: 0px;
	background-color: #43bcc7;
	padding: 20px;
	line-height: 34px;
	z-index: 100000;
}
.right_contact .r_sub_tel {
	width: 110px;
	top: 40px;
}
.right_contact .r_sub_tel span {
	display: block;
	font-size: 14px;
	color: #fff;
	font-family: "微软雅黑";
}
.right_contact .r_top {
	background: url(../img/contact_top.png) no-repeat center #f9f9f9;
	width: 40px;
	height: 40px;
	cursor: pointer;
	display: none;
}
.right_contact .r_top:hover {
	background: url(../img/contact_top2.png) no-repeat center #43bcc7;
}

.wpc {
	width: 1260px;
	margin: 0 auto;
	position: relative;
}


/*indexbox1*/
.indexbox1 {
		width: 1140px;
	overflow: hidden;
	padding-top: 20px;
	padding-right: 40px;
	padding-bottom: 50px;
	padding-left: 50px;
}

.indexbox1 .indexbox1_gun {
	margin: 35px 0 0 0;
	padding: 0 3px;
	position: relative;
}
.indexbox1 .indexbox1_gun li {
	background: #f4f4f4;
	overflow: hidden;
	width: 280px;
	float: left;
	margin: 0 18px;
}
.indexbox1 .indexbox1_gun li .pic {
	display: block;
	overflow: hidden;
	position: relative;
}
.indexbox1 .indexbox1_gun li .pic img {
	width: 100%;
	height: 200px;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.indexbox1 .indexbox1_gun li .pic i {
	width: 100%;
	height: 200px;
	background: url(../images/icon_yuanj.png) center center no-repeat rgba(0,0,0,0.5);
	position: absolute;
	top: -100%;
	left: 0px;
	z-index: 1;
	display: block;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.indexbox1 .indexbox1_gun li .nr {
	overflow: hidden;
	height: 120px;
}
.indexbox1 .indexbox1_gun li .nr .bt {
	overflow: hidden;
	height: 24px;
	display: block;
	padding: 0 0 0 18px;
	color: #fd6c01;
	font-size: 16px;
	font-weight: bold;
	margin: 15px 0 10px 0;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	text-align: center;
}
.indexbox1 .indexbox1_gun li .nr p {
	display: block;
	height: 40px;
	line-height: 20px;
	overflow: hidden;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
}
.indexbox1 .indexbox1_gun li .nr .yc {
	overflow: hidden;
	text-align: center;
	padding: 8px 18px;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.indexbox1 .indexbox1_gun li .nr .yc a {
	display: block;
	overflow: hidden;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	width: 105px;
	line-height: 28px;
	background: #fff;
	-moz-box-shadow: 0px 0px 5px #fff;
	-webkit-box-shadow: 0px 0px 5px #fff;
	box-shadow: 0px 0px 5px #fff;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}
.indexbox1 .indexbox1_gun li .nr .yc .zx {
	float: left;
}
.indexbox1 .indexbox1_gun li .nr .yc .xx {
	float: right;
}
.indexbox1 .indexbox1_gun li .nr .yc a:hover {
	background: #fd6c01;
	color: #fff;
}
.indexbox1 .indexbox1_gun li:hover .nr .yc {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.indexbox1 .indexbox1_gun li:hover .nr .bt {
	margin: 8px 0 0 0;
}
.indexbox1 .indexbox1_gun li:hover .pic i {
	top: 0px;
}
.indexbox1 .indexbox1_gun .prev, .indexbox1 .indexbox1_gun .next {
	display: block;
	width: 23px;
	height: 37px;
	position: absolute;
	top: 50%;
	margin-top: -18px;
	background-image: url(../images/icon_lr4.png);
	background-repeat: no-repeat;
}
.indexbox1 .indexbox1_gun .prev {
	background-position: left bottom;
	left: -30px;
}
.indexbox1 .indexbox1_gun .prev:hover {
	background-position: left top;
}
.indexbox1 .indexbox1_gun .next {
	background-position: right bottom;
	right: -40px;
}
.indexbox1 .indexbox1_gun .next:hover {
	background-position: right top;
}



/* right_contact_201601 */
.right_contact_201601 {
	position: fixed;
	bottom: 300px;
	right: 0px;
	width: 60px;
	height: 240px;
	z-index: 100000;
	background: url(../img/right_bg.png) no-repeat;
}
.right_contact_201601 li {
	position: relative;
	cursor: pointer;
	width: 60px;
	height: 60px;
}
.right_contact_201601 li .hover {
	display: none;
}
.right_contact_201601 .li_top {
	width: 60px;
	height: 60px;
	background: url(../img/right_1.png) no-repeat;
}
.right_contact_201601 .li_tel {
	width: 238px;
	height: 60px;
	background: url(../img/right_2_h.png) no-repeat;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.right_contact_201601 .li_tel .text {
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	padding-left: 60px;
	padding-top: 6px;
}
.right_contact_201601 .li_qq {
	width: 238px;
	height: 60px;
	background: url(../img/right_3_h.png) no-repeat;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.right_contact_201601 .li_qq .text {
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	padding-left: 60px;
	padding-top: 6px;
}
.right_contact_201601 .li_close {
	width: 60px;
	height: 60px;
	background: url(../img/right_4.png) no-repeat;
}
.right_contact_201601 .li_tel:hover {
	margin-left: -178px;
	width: 238px;
	height: 60px;
	background: url(../img/right_2_h.png) no-repeat;
}
.right_contact_201601 .li_qq:hover {
	margin-left: -178px;
	width: 238px;
	height: 60px;
	background: url(../img/right_3_h.png) no-repeat;
}
.right_contact_201601 li:hover .hover {
	display: block;
}



.inner{ width:1200px; margin:0 auto; min-width: 1200px;}
.quotes{
	background-color: #F0F0F0;
	background-repeat: repeat;
	height: 540px;
	padding-top: 22px;
	padding-right: 0;
	padding-bottom: 70px;
	padding-left: 0;
}
.quotes_title{font-size: 36px;color: #333333;font-weight: lighter;line-height: 53px;text-align: center;}
.quotes_title p{font-size: 16px;color: #6a6a6a;line-height: 36px;}
.quotes ul{margin-top: 37px;}
.quotes li{width: 510px;float: left;padding: 30px 40px;background: #fff;margin-bottom: 20px;}
.quotes li img{float: left;border-radius: 100%;border: 1px solid #eaeaea;margin-right: 18px;}
.quotes li span{display: block;padding-top:8px;font-size: 18px;color: #282828;font-weight: bold;}
.quotes li span b{color: #db2642;padding-left: 5px;}
.quotes li span p{
	font-size: 13px;
	color: #535353;
	font-weight:lighter;
}
.quotes li.on{margin-left: 20px;}
.quotes li:hover img{background: #fff;}
.quotes li.li1:hover{background: #ee685d;}
.quotes li.li2:hover{background: #33cc99;}
.quotes li.li3:hover{background: #e9c108;}
.quotes li.li4:hover{background: #12b7f5;}
.quotes li.li5:hover{background: #3361ad;}
.quotes li.li6:hover{background: #cc0000;}

.quotes li:hover{color:#fff;-webkit-box-shadow:0 8px 16px rgba(0,0,0,.1);box-shadow:0 8px 16px rgba(0,0,0,.1);/*-webkit-transform:translate3d(0,-2px,0);transform:translate3d(0,-2px,0);*/}
.quotes li:hover span,
.quotes li:hover span b,
.quotes li:hover span p
{color: #fff;}


/* right nav */
#fp-nav {
	position: fixed;
	z-index: 100000;
	top: 50%;
	opacity: 1;
}
#fp-nav.right {
	right: 17px;
}
#fp-nav.left {
	left: 17px;
}
#fp-nav ul li, .fp-slidesNav ul li {
	display: block;
	width: 14px;
	height: 13px;
	margin: 7px;
	position: relative;
}
.fp-slidesNav ul li {
	display: inline-block;
}
#fp-nav ul li a, .fp-slidesNav ul li a {
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
}
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span {
	background: #ccc;
}
#fp-nav ul li a span, .fp-slidesNav ul li a span {
	top: 2px;
	left: 2px;
	width: 8px;
	height: 8px;
	border: 1px solid #ccc;
	background: rgba(0, 0, 0, 0);
	border-radius: 50%;
	position: absolute;
	z-index: 1;
}
 @media all and (max-width:1199px) {
.wrap {
	border: 0;
	padding: 0;
	width: 968px;
	margin: 0 auto;
*zoom:1;
}
/*index
//home service*/
.header .logo_text {
	display: none;
}
.home_solutions_list dl {
	margin-right: 0px;
}
.home_solutions .wrap {
	width: 1000px;
}
.home_partner tr td:nth-child(5) {
	display: none;
}
.home_news_list .wrap {
	width: 800px;
}
.home_news_list_inner {
	width: 1000px;
}
.serve_column ul {
	width: 824px;
	margin: 0px auto;
}
.serve_column li {
	float: left;
	width: 272px;
	height: 390px;
	background: #ffffff;
	margin: 10px 95px 20px 45px;
}
/*home_news*/
.hn_main {
	width: 450px;
	position: relative;
	padding-bottom: 28px;
	margin-top: 40px;
}
.hn_column {
	width: 480px;
	margin-top: 30px;
}
.top_news_img {
	width: 450px;
	height: 194px;
}
.hn_column .text {
	padding: 15px 20px;
	line-height: 24px;
	height: 110px;
	color: #fff;
	display: none;
	border-top: 1px solid #7c9bad;
}
.home_service {
	display: none;
}
