
/* index 2016-1-14 */
html, body, h1, h2, h3, h4, h5, h6, hr, p, img, blockquote, dl, dt, dd, div, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td {
	margin:0; padding:0; border: 0;
}
body {
	font-size: 12px;
	font-family: '微软雅黑', Arial;
    -moz-user-select:none;  /* Firefox私有属性 */
    -webkit-user-select:none;  /* WebKit内核私有属性 */
    -ms-user-select:none;  /* IE私有属性(IE10及以后) */
    -khtml-user-select:none;  /* KHTML内核私有属性 */
    -o-user-select:none;  /* Opera私有属性 */
    user-select:none;  /* CSS3属性 */
}
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-top: 30px;
	width: 1200px;
	margin: 0 auto;
	position:relative;
*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;
	margin-top:26px;
}
.img{
	z-index: 10;
	top: 10%;
	left: 25%;
}
#close{
	position: absolute;
	right: 45px;
	top: 65px;
	color: #fff;
}
/* header */
.section {
	overflow: hidden;
}
.header {
	font-size:12px;
	color:#888;
}
.hd_cont {
	width: 1200px;
	margin: 0 auto;
	height: 104px;
	overflow: hidden;
	padding: 20px 0;
}
.hd_cont .hd_logo {
	height:104px;
	float:left;
	padding: 12px 0;
}
.hd_cont .hd_name {
	float:left;
	color:#000;
}
.hd_cont .hd_name h3 {
	font-size: 26px;
	line-height:54px;
	margin-left:10px;
}
.hd_cont .hd_tel {
	float: right;
	margin-top: 28px;
	width: 320px;
}
.hd_cont .hd_telicon {
	width:52px;
	height:52px;
	float:left;
	margin-right:8px;
	background-image:url(../image/toptel.png);
}
.hd_cont .hd_tel p {
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	color: #2073cf;
	float:left;
	height: 52px;
}
.hd_cont .hd_tel span{
	display:block;
	font-size:20px;
	font-weight: bold;
	color:#bf2722; !important
}
/*导航*/
.nav_main {
	width: 100%;
	height: 56px;
	line-height: 56px;
	background: url(../image/nav_bg.jpg) repeat-x top center;
	position: relative;
	z-index: 3;
}
.nav .list {
	width: 102%;
	margin: 0 auto;
	height: 54px;
	line-height: 54px;
	position: relative;
}
.nav_main .nav {
	width: 1200px;
	margin: 0 auto;
}
.nav_main .nav li {
	float: left;
	width: 120px;
	height: 56px;
	line-height: 56px;
	display: block;
	position: relative;
	z-index: 10;
	font-size: 16px;

	text-align: center;
}
.nav_main .nav li a {
	display: block;
	color: #fff;
	font-size: 16px;
	background: url(../image/nav_tag.jpg) no-repeat left center;
}
.nav_main .nav li:first-child,.nav_main .nav li:first-child a {
	background: none;
}
.nav_main .nav li a:hover, .nav_main .nav li a.hover, .nav_main .nav li.hover {
	background: #0D6598;
}
.nav_main .nav dl {
	width: 100%;
	position: absolute;
	left: 0;
	top: 56px;
	z-index: 12;
	border-top: 0;
}
.nav_main .nav dl {
	position: absolute;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0, direction=120, strength=5);
	opacity: 0;
	visibility: hidden;
	transition: all .6s ease 0s;
	transform: translate3d(0, 10px, 0);
	-moz-transform: translate3d(0, 10px, 0);
	-webkit-transform: translate3d(0, 10px, 0);
}
.nav_main .nav li:hover dl {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}
.nav_main .nav dl dd {
	line-height: 50px;
	height: 50px;
	text-align: left;
	position: relative;
	z-index: 12;
	display: block;
	width: 100%;
	border-top: 1px solid #fff;
}
.nav_main .nav dl dd:first-child {
	border: none;
}
.nav_main .nav dl dd a {
	color: #fff;
	font-size: 14px;
	padding: 0;
	width: 100%;
	background: #0082df;
	text-align: center;
}
.container { width: 1200px; margin: 0 auto; }
.container:before, .container:after { content: " "; display: block; height: 0; clear: both; visibility: hidden; }
.clearListStyle { margin: 0; padding: 0; list-style: none; }
.clearListStyle li { margin: 0; padding: 0; list-style: none; }
.clearfix:before, .clearfix:after { content: " "; display: block; height: 0; clear: both; visibility: hidden; }
/* bar */
.fbar { min-width: 1200px; padding: 30px 0; background-color: #F8F8F8; }
.fbar li { float: left; width: 20%; height: 100px; text-align: center; border-left: 1px solid #DDD; box-sizing: border-box;}
.fbar li:first-child { border-left: none; }
.fbar li .img { height: 48px; line-height: 48px; overflow: hidden; margin-top: 10px; font-size: 48px; font-family: arial; font-weight: bold; color: #1364bf; }
.fbar li .txt { margin-top: 16px; font-size: 14px;}
/* service */
.service { margin-top: 40px; }
.service .service-item { height: 260px; margin-top: 20px; background-color: #FFF; border: 1px solid #EEE; text-align: center; }
.service .service-item .service-hd { width: 20%; height: 100%; float: left; background-color: #29cc5f; color: #FFF; }
.service .service-item .service-hd h1 { font-size: 28px; margin: 30px 0 0; line-height: 1; }
.service .service-item .service-hd h1 a { color: #fff; }
.service .service-item .service-hd .desc { font-size: 14px; margin: 20px 30px 0; height: 110px;}
.service .service-item .service-hd .more { color: #FFF; display: block; margin: 15px auto 0; width: 120px; height: 36px; border-radius: 4px; border: 1px solid #FFF; line-height: 34px; }
.service .service-item .service-hd.yingxiao { background-color: #f28518; }
.service .service-item .service-hd.website { background-color: #3388ff; }
.service .service-item .service-hd.jingjia { background-color: #b57dd1; }
.service .service-item .service-hd.shipin { background-color: #000; }
.service .service-item ul { float: left; width: 80%; height: 100%; }
.service .service-item li { width: 25%; height: 100%; float: left; border-left: 1px solid #eee; box-sizing: border-box;}
.service .service-item li:hover { box-shadow: inset 0 0 30px rgba(0, 0, 0, 0.1); }
.service .service-item li:first-child { border-left: none; }
.service .service-item li .img { margin: 40px 0 0; }
.service .service-item li .img img { height: 50px; }
.service .service-item li .name { font-size: 18px; font-weight: bold; margin-top: 15px; color: #333; }
.service .service-item li .desc { margin: 15px 30px 0; color: #666; line-height: 22px; }
.service .service-item li .more { font-size: 12px; margin-top: 20px; display: block; }
/* youshi */
.youshi { min-width: 1200px; height: 660px; position: relative; margin-top: 70px; background: #1364bf url(../image/bg_faq.jpg) no-repeat center top; overflow: hidden; }
.youshi .container { height: 100%; position: relative; }
.youshi .ystit { width: 350px; height: 350px; margin: 0 auto; padding-top: 155px; position: relative; }
.youshi .ystit:before, .youshi .ystit:after, .youshi .ystit .yuan { content: ""; animation: yuan 3s ease-out infinite; width: 330px; height: 330px; opacity: 0; border-radius: 50%; box-shadow: 0 0 10px rgba(255, 255, 255, 0.5); background: rgba(255, 255, 255, 0.8); position: absolute; left: 10px; top: 165px; }
.youshi .ystit:after { animation-delay: 1s; }
.youshi .ystit .yuan { animation-delay: 2s; }
.youshi .ystit img { position: relative; z-index: 2; }
.youshi .item { width: 320px; cursor: pointer; transition: all .4s; padding: 20px; background-color: rgba(255, 255, 255, 0.1); border-radius: 3px; color: #FFF; position: absolute; }
.youshi .item .name { font-size: 30px; line-height: 1; }
.youshi .item .name .img { display: inline-block; width: 40px; margin-right: 20px; text-align: center; vertical-align: middle; margin-top: -3px; }
.youshi .item:hover { background-color: rgba(255, 255, 255, 0.2); box-shadow: 2px 3px 8px rgba(0, 0, 0, 0.2); transform: translate3d(10px, 10px, 0); }
.youshi .item .desc { margin: 10px 0 0 60px; line-height: 22px; }
.youshi .item.it01 { left: 70px; top: 84px; }
.youshi .item.it02 { left: 0; top: 264px; }
.youshi .item.it03 { left: 70px; top: 444px; }
.youshi .item.it04 { right: 70px; top: 84px; }
.youshi .item.it05 { right: 0; top: 264px; }
.youshi .item.it06 { right: 70px; top: 444px; }
@keyframes yuan { 0% { transform: scale(1); opacity: 0; }
  50% { opacity: .2; }
  100% { transform: scale(1.5); opacity: 0; } }
/* home service */
.home_title {
	text-align: center;
	padding-top: 50px;
}
.service_text {
	color: #222222;
	text-align: center;
	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;
	text-align:center;
}
.serve_column li dt.t a {
	font-size: 18px;
	color: #000000;
	font-weight: normal;
}
.serve_column li dt.t a:hover {
	color: #15909c;
}
.serve_column dd {
	color: #666666;
	text-align:center;
	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: #399ef0;
	color: #fff;
	font-size: 24px;
	line-height: 80px;
	letter-spacing:2px;
}
/* home service js init */
.title h3{
	font-size:24px;
}
.title p{
	font-size:14px;
}
.text{
	font-size:18px;
}
.home_title {
	
}
.service_text {
	
}
.serve_column {
	
}
/* youshi */
.ys{
	width:1200px;
	margin:0 auto;
	overflow:hidden;
	padding-top:50px;
}
.ystitle{
	text-align:center;
}
.ystitle p{
	margin:5px 0;
}
.ysbody{
	width:1200px;
	overflow:hidden;
	margin:0 auto;
	padding-top:50px;
	padding-bottom:30px;
}
.ysbody_a{
	
}
.ysbody_b{
	width:370px;
	height:250px;
	float:left;
	margin-left:20px;
	margin-bottom:20px;
	text-align:center;
}
.ysbody_b a{
	display:black;
	margin:0 auto;
	width:105px;
	height:105px;
}
.ysbody_b h3{
	margin:10px 0;
	font-size:18px;
}
.ysbody_b p{
	width:240px;
	margin:0 auto;
	color:#666;
	font-size:14px;
	line-height:22px;
}
/* home cases */
.succeed_title {
	text-align: center;
	padding-top: 55px;
}
.success_text {
	color: #222222;
	text-align: center;
	line-height: 30px;
	margin-top: 12px;
}
.succeed_body{
	width:1400px;
	overflow:hidden;
	margin:0 auto;
}
.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('/skin/images/index201601/more.cur'), crosshair;
	cursor: url('/skin/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;
	float: right;
	margin-top: 0;
}
.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(../image/cases_ico_pc_b.png) no-repeat center;
}
.thumbnail .meta .fr a.cases_a_phone {
	background: url(../image/cases_ico_phone_b.png) no-repeat center;
}
.thumbnail:hover .meta {
	background-color: #2eafbb;
}
.thumbnail:hover .meta h4 a {
	color: #fff;
}
.thumbnail:hover .meta .fr a.cases_a_pc {
	background: url(../image/cases_ico_pc_w.png) no-repeat center;
}
.thumbnail:hover .meta .fr a.cases_a_phone {
	background: url(../image/cases_ico_phone_w.png) no-repeat center;
}
.btn_cases_more {
	border: 1px solid #15909c;
	margin: 50px auto;
	text-align: center;
	width: 120px;
}
.btn_cases_more a {
	line-height: 36px;
	color: #15909c;
	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: #15909c;
}
.btn_cases_more a:hover {
	color: #fff;
}
/* team */
#demo {
	overflow:hidden; 
	margin:10px 0;
}
#indemo {
	float: left;
	width: 800%;
}
#demo1, #demo2 {
    float: left;
}
#demo1 li, #demo2 li {
    float: left;
	margin:4px;
}
#demo1 li a, #demo2 li a {
	display: block;
	border: 1px solid #ebf2f9;
	zoom: 1;
	overflow: hidden;
}
.boximg {
	margin:3px;
}
.boxtxt{
	text-align:center;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
}
/* home solutions */
.home_solutions {
	background: url(../image/solutions_bg.jpg) no-repeat top center;
	height: 707px;
}
.home_solutions_title {
	text-align: center;
	padding-top: 55px;
}
.home_solutions_text {
	color: #222222;
	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;
	padding: 54px 18px 35px;
	text-align: center;
	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: #2eafbb;
}
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_4 dd.bg {
	background-color: #ff7e00;
}
dl.solu_dl_0 dt a {
	display: block;
	width: 140px;
	height: 140px;
	background: url(../image/s_1.png) no-repeat;
	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(../image/s_1.png) no-repeat 0 -140px;
}
dl.solu_dl_1 dt a {
	display: block;
	width: 140px;
	height: 140px;
	background: url(../image/s_2.png) no-repeat;
	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(../image/s_2.png) no-repeat 0 -140px;
}
dl.solu_dl_2 dt a {
	display: block;
	width: 140px;
	height: 140px;
	background: url(../image/s_3.png) no-repeat;
	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(../image/s_3.png) no-repeat 0 -140px;
}
dl.solu_dl_3 dt a {
	display: block;
	width: 140px;
	height: 140px;
	background: url(../image/s_4.png) no-repeat;
	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(../image/s_4.png) no-repeat 0 -140px;
}
dl.solu_dl_4 dt a {
	display: block;
	width: 140px;
	height: 140px;
	background: url(../image/s_5.png) no-repeat;
	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_4:hover dt a {
	background: url(../image/s_5.png) no-repeat 0 -140px;
}
.btn_solutions_more {
	width: 120px;
	height: 36px;
	border: 1px solid #555;
	margin: 30px 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*/
.index_news{
	width:1200px;
	margin:0 auto;
	overflow:hidden;
}
.index_news_item{
	width:900px;
	overflow:hidden;
}
.index_news_item ul{
	width:430px;
	margin-left:20px;
	float:left;
}
.index_news_item ul li{
	height:38px;
	line-height:38px;
	font-size:14px;
	border-bottom:1px solid #CCCCCC;
}
.index_news_item ul li a{
	
}
.index_news_item ul li span{
	float:right;
}
.home_news_title {
	text-align: center;
	padding-top: 55px;
}
.home_news_text {
	color: #222222;
	text-align: center;
	line-height: 30px;
	margin-top: 12px;
}
.home_news_list {
	padding-bottom: 10px;
}
.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;
	background:#15909c;
	/* 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(../image/news_ico_time.png) no-repeat center 20px;
	padding-top: 58px;
	font-size: 12px;
	font-family: "宋体";
	color: #ff0;
}
.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: #ff0;
	font-size: 18px;
	text-align: center;
}
.home_news_item dl dd.spec {
	width: 334px;
	overflow: hidden;
}
.home_news_item dl dd.spec a {
	color: #fff;
	font-size: 12px;
	font-family: "宋体";
	line-height: 24px;
}
.home_news_item:hover {
	border: 1px solid #15909c;
	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: #fff;
}
.home_news_item:hover dl dt {
}
.btn_news_more {
	border: 1px solid #15909c;
	margin: 30px auto;
	text-align: center;
	width: 120px;
}
.btn_news_more a {
	line-height: 36px;
	color: #15909c;
	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: #15909c;
}
.btn_news_more a:hover {
	color: #fff;
}
/* home partner */

.home_partner_title {
	text-align: center;
	padding-top: 55px;
}
.home_partner_text {
	color: #222222;
	text-align: center;
	line-height: 30px;
	margin-top: 12px;
}
.home_partner_list {
	width: 1200px;
	margin: 40px auto;
	padding-bottom: 20px;
}
.home_partner_list ul {
	border-collapse: collapse;
	overflow: hidden;
	border-left: 1px solid #e6e6e6;
	border-top: 1px solid #e6e6e6;
	box-sizing: border-box; 
}
.home_partner_list ul li {
	width: 239.8px;
	height: 138px;
	float: left;
	border-bottom: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	box-sizing: border-box; 
}
.home_partner_list ul li .partner_box {
	position: relative;
	z-index: 1;
}
.home_partner_list ul li .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 {
	background: #2eafbb;
	margin-top: 40px;
	padding-top: 38px;
	padding-bottom: 60px;
}
.contact h2 {
	margin-bottom: 28px;
}
.contact h2 a {
	font-size: 18px;
	color: #fff;
	font-weight: normal;
}
.home_about,.home_service,.home_contact{
	margin-left:54px;
}
.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 {
	color: #eeeeee;
	line-height: 28px;
	font-family: "宋体";
}
.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 {
	
}
.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 img {
	float: left;
	margin-right: 18px;
}
.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;
}
.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 img{
	
}
.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("../image/sprite.png") no-repeat 0 -20px;
}
.home_contact li .weibo {
	background: url("../image/sprite.png") no-repeat -20px -20px;
}
.home_contact li .email {
	background: url("../image/sprite.png") no-repeat -40px -20px;
}
.home_contact li .weixin {
	background: url("../image/sprite.png") no-repeat -80px -20px;
}
.home_contact li .call {
	background: url("../image/sprite.png") no-repeat -0px -0px;
}
.home_contact li a {
	color: #ddd;
}
.blogroll {
	line-height: 28px;
	color: #999;
	text-align: center;
	padding: 30px 0;
}
.blogroll a {
	color: #999;
	display: inline-block;
}
.blogroll a:hover {
	color: #333;
}
.blogroll .copyright {
	font-size:14px;
}

 @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;
}