@font-face {
	font-family: '方正正中黑简体';
	/*字体名称*/
/* 	src: url('../css/方正正中黑简体_0.TTF'); */
	/*字体源文件*/
}


/*侧导航*/

.dock {
	position: fixed;
	right: -55px;
	width: 54px;
	z-index: 200;
	transition: all .5s ease-out;
	opacity: .7;
	-moz-opacity: .7;
}

.dock ul.icons {
	position: absolute;
	list-style: none;
	right: 0px;
	padding: 0px;
	width: 54px;
	border: 1px solid #333;
	border-right: none;
	background: #111;
	/*-moz-border-radius: 10px 0 0 10px; -webkit-border-radius: 10px 0 0 10px; border-radius: 10px 0 0 10px;*/
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.dock ul.icons li i {
	display: block;
	position: relative;
	width: 54px;
	height: 54px;
	background: url(../images/Side_navigation.png) no-repeat;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	z-index: 210;
}

.dock ul.icons li p {
	display: block;
	position: absolute;
	top: 50px;
	right: -260px;
	padding: 15px 20px;
	height: 120px;
	color: White;
	line-height: 30px;
	border: 1px solid #333;
	border-right: none;
	background: #111;
	-moz-border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
	-moz-opacity: 0;
	opacity: 1;
	filter: alpha(opacity=1);
	-webkit-transition: all .4s ease-in-out .1s;
	-moz-transition: all .4s ease-in-out .1s;
	-ms-transition: all .4s ease-in-out .1s;
	-o-transition: all .4s ease-in-out .1s;
	transition: all .4s ease-in-out .1s;
	overflow: hidden;
	z-index: 201;
}

.dock ul.icons li.im p a {
	display: block;
	margin-top: 12px;
	width: 100px;
	height: 35px;
	line-height: 32px;
	color: #00dfb9;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #00dfb9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.dock ul.icons li.tel p .callback input {
	float: left;
	padding-left: 35px;
	width: 110px;
	height: 30px;
	font-family: Arial, "微软雅黑";
	font-size: 16px;
	font-weight: bold;
	color: #00dfb9;
	-moz-border-radius: 5px 0px 0px 5px;
	-webkit-border-radius: 5px 0px 0px 5px;
	border-radius: 5px 0px 0px 5px;
	border: 1px solid #00dfb9;
	background: url(../images/phone_icon.png) 10px center no-repeat;
	background-color: transparent;
	outline: none;
}

.dock ul.icons li.tel p .callback input.focus {
	background: url(../images/phone_icon1.png) 10px center no-repeat;
}

.dock ul.icons li.tel p .callback button {
	float: left;
	padding: 0px 9px 2px 9px;
	color: #00dfb9;
	font-size: 16px;
	-moz-border-radius: 0px 5px 5px 0px;
	-webkit-border-radius: 0px 5px 5px 0px;
	border-radius: 0px 5px 5px 0px;
	border: 1px solid #00dfb9;
	border-left: none;
	background: transparent;
	outline: none;
	line-height: 28px;
}

.dock ul.icons li.up i {
	background-position: 0px 0px;
}

.dock ul.icons li.im i {
	background-position: 0px -48px;
}

.dock ul.icons li.im p {
	width: 115px;
}

.dock ul.icons li.tel i {
	background-position: 0px -97px;
}

.dock ul.icons li.tel p {
	top: 50px;
	width: 200px;
	height: 120px;
}

.dock ul.icons li.wechat i {
	background-position: 0px -146px;
}

.dock ul.icons li.wechat p {
	width: 118px;
	height: 118px;
}

.dock ul.icons li.wechat p img {
	width: 100%;
	height: 100%;
}

.dock ul.icons li.down i {
	background-position: 0px -196px;
}

.close {
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	filter: alpha(opacity=20);
}

.dock a.switch {
	position: absolute;
	display: block;
	top: 272px;
	right: 0;
	width: 54px;
	height: 54px;
	background: url(../images/Side_navigation.png) 0 -260px no-repeat;
	cursor: pointer;
	-webkit-transition-delay: .15s;
	-moz-transition-delay: .15s;
	-ms-transition-delay: .15s;
	-o-transition-delay: .15s;
	transition-delay: .15s;
}

.dock a.switch.off {
	background: url(../images/close.png) center 10px no-repeat;
}

.dock ul.icons li:hover p {
	right: 54px;
	opacity: 1;
}


/*头部*/

.head_nav_box{ width: 100%; height: 36px; background: #efefef;}
				.head_nav{ width: 1200px; margin: 0 auto; line-height: 36px; color: #333;}
				.head_nav a:hover{ color: #e4392a;}

.head_box_fix {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	background: #fff;
	height:80px;
	width: 100%;
	display: none;
	background: #fafafa;
}

.head_box_fix .head_logo {
	margin-top:10px;
}

.head_box_fix .head_topnav {
	height: 76px;
}

.head_box_fix .head_topnav div a {
	line-height: 56px;
}

.head_box {
	display: block;
}

.head_top {
	width: 1200px;
	height: 100px;
	margin: 0 auto;
}

.head_box_fix .head_top{
	height: 56px;
}

.head_logo {
	overflow: hidden;
	margin-top: 26px;
}

.head_logo a { 
	display: block;
	
	overflow: hidden;
}

.head_logo span {
	height: 25px;
	width: 1px;
	background: #ddd;
	margin: 7px 12px 0 16px;
}

.head_logo div {
	height:auto;}

.head_logo div p { margin-right:50px; font-size:24px; margin-top:20px;
	font-family: "方正正中黑简体";
	color: #e4392a;
}

.head_logo div>p:first-child+p {
	color: #f60;
	margin-top: 7px;
}

.head_topnav {
	position: relative;
	top: 0;
	left: 0;
}

.head_topnav a {
	float: left;
	margin-left: 48px;
	line-height: 100px;
	font-size: 16px;
	transition: all .5s ease-out;
}

.head_topnav a.color_0a9acf {
	color: #e4392a;
	transition: all .3s ease-out;
}

.head_topnav span {
	position: absolute;
	bottom: 0;
	left: 48px;
	height: 3px;
	background: #e4392a;
	width: 64px;
}


/*服务项目*/

.service_items {
	width: 1200px;
	margin: 0 auto;
}

.service_bt {
	padding-top: 60px;
	display: block;
}

.service_bt img {
	display: block;
	margin: 0 auto;
}.service_b img {
	display: block;
	margin: 0 auto;
}
.service_b p {
	font-size: 18px;
	color: #666666;
	text-align: center;
	margin-top: 38px;
}
.service_bt p {
	font-size: 18px;
	color: #fff;
	text-align: center;
	margin-top: 38px;
}

.service_list {
	margin-top: 40px;
}

.service_list li {
	float: left;
	width: 220px;
	margin: 0 40px;
}

.service_list li a,
.service_list li b,
.service_list li strong {
	display: block;
}

.service_list li strong {
	width: 150px;
	height: 150px;
	position: relative; margin:0 auto;
	top: 0;
	left: 0;
	border: 6px solid #f3f3f3;
	border-radius: 100%;
	box-sizing: border-box;
	background: #fff;
	box-shadow: 0 0 0 30px transparent;
	transition: box-shadow .4s ease-in-out;
}

.service_list li em {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #f05345;
	border-radius: 100%;
	z-index: 5;
	opacity: 0;
	transform: rotateY(0deg);
	transition: all .5s ease-in-out;
}

.service_list li b {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -38px;
	z-index: 6;
	width: 85px;
	height: 56px;
	transition: all .4s ease-in-out;
}

.service_list li .icon_1 {
	background: url(../images/icon_1.png) center no-repeat;
}

.service_list li .icon_2 {
	background: url(../images/icon_2.png) center no-repeat;
}

.service_list li .icon_3 {
	background: url(../images/icon_3.png) center no-repeat;
}

.service_list li .icon_4 {
	background: url(../images/icon_4.png) center no-repeat;
}

.service_list li .icon_5 {
	background: url(../images/icon_5.png) center no-repeat;
}

.service_list li div span {
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 22px;
	font-size: 16px;
	color: #333;
}

.service_list li div p { text-align:center;
	line-height: 24px;
	color: #666;
	margin-top: 18px;
}

.service_list li:hover strong {
	box-shadow: 0 0 0 0 #f3f3f3;
	transition: box-shadow .4s ease-in-out;
}

.service_list li:hover em {
	transform: rotateY(180deg);
	transition: all .5s ease-in-out;
	opacity: 1;
}

.service_list li:hover .icon_1 {
	background: url(../images/icon_1-1.png) center no-repeat;
}

.service_list li:hover .icon_2 {
	background: url(../images/icon_2-1.png) center no-repeat;
}

.service_list li:hover .icon_3 {
	background: url(../images/icon_3-1.png) center no-repeat;
}

.service_list li:hover .icon_4 {
	background: url(../images/icon_4-1.png) center no-repeat;
}

.service_list li:hover .icon_5 {
	background: url(../images/icon_5-1.png) center no-repeat;
}

.down_arrow {
	width: 56px;
	height: 56px;
	margin: 50px auto 0;
	display: block;
	background: url(../images/down_arrow.png) no-repeat;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
}

.down_arrow:hover {
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	background-image: url(../images/down_arrow1.png);
	background-repeat: no-repeat;
}


/*成功案例*/

.Successful_case { background-image:url(../images/aaa.jpg); background-repeat:no-repeat; background-size:cover;
	width: 100%;
	margin-top: 60px;
	padding-bottom: 60px;
}

.Successful_ser {
	
	width: 100%;
	margin-top: 40px;
	padding-bottom: 60px;
}
.Successful_case_bt {
	width: 1200px;
	margin: 0 auto;
}

.case_nav {
	margin: 75px auto 0;
	width: 1185px;
}

.case_nav li {
	float: left;
}

.case_nav li a {
	padding: 10px 15px;
	float: left;
	font-size: 16px;
	color: #333;
	transition: all .5s ease;
	border-radius: 3px;
}

.case_nav li b {
	padding: 0 15px;
	float: left;
	color: #c5c5c5;
	margin-top: 10px;
}

.case_nav li.color_f60 a {
	background: #e4392a;
	color: #fff;
}

.case_nav li:hover a {
	background: #e4392a;
	color: #fff;
	transition: all .5s ease;
}

.case_list,
.case_list_box {
	overflow: hidden;
	padding: 0 2%;
	width: 96%;
}

.case_list ul {
	float: left;
	display: none;
}

.case_list ul.block {
	display: block;
}

.case_list ul li,
.case_list_box li {
	width: 23.5%;
	overflow: hidden;
	height: auto;
	margin: 50px 2% 0 0;
	float: left;
}

.case_list ul>li:nth-child(4n),
.case_list_box ul>li:nth-child(4n) {
	margin-right: 0;
}

.case_list ul li a,
.case_list_box li a {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
/*	background: #000;*/
	transition: all .5s ease-in-out;
}

.case_list ul li a img,
.case_list_box li a img {
	width: 100%;
	height: 100%;
	display: block;
}

.case_list ul li:hover a img,
.case_list_box li:hover a img {
	opacity: 0.8;
	transition: all .5s ease-in-out;
}

.case_list ul li div,
.case_list_box li div {
	margin-top: 17px;
	height: 30px;
}

.case_list ul li div i,
.case_list ul li div b,
.case_list ul li div em,
.case_list_box li div i,
.case_list_box li div b,
.case_list_box li div em {
	float: left;
}

.case_list ul li div i,
.case_list_box li div i {
	width: 100px;
	height: 1px;
	background: #ddd;
	margin-right: 13px;
	margin-top: 10px;
	margin-left: -53px;
	transition: all .5s ease;
}

.case_list ul li div b,
.case_list_box li div b {
	color: #333;
	font-size: 16px;
	margin-right: 18px;
	transition: all .5s ease;
}

.case_list ul li div em,
.case_list_box li div em {
	color: #999;
	font-size: 12px;
	margin-top: 3px;
	transition: all .5s ease;
}

.case_list ul li:hover div i,
.case_list_box li:hover div i {
	transition: all .5s ease;
	margin-left: 0;
}

.case_list ul li:hover div b,
.case_list_box li:hover div b {
	transition: all .5s ease;
	font-size: 20px;
}

.case_list ul li:hover div em,
.case_list_box li:hover div em {
	transition: all .5s ease;
	margin-top: 8px;
}

.case_more {
    width: 145px;
	height: 50px;
	margin: 0px auto 0;
	display: block;
    font-size: 18px;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
}

.case_more:hover {
    color: #e4392a;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
}

.case_more img {
    width: 25px;
    margin-top: 20px;
}

.case_more span {
    position:relative;
    top: -5.5px;
}


/*建站流程*/

.Technological_process {
	width: 1200px;
	margin: 0 auto;
}

.Technological_process_list {
	margin-top: 98px;
}

.Technological_process_list li {
	width: 174px;
	float: left;
	margin-left: 82px;
}

.Technological_process_list>li:first-child {
	margin-left: 0;
}

.Technological_process_list li a {
	display: block;
	width: 120px;
	height: 120px;
	border: 1px solid #ddd;
	border-radius: 50%;
	margin: 0 auto;
}

.Technological_process_list li a img {
	display: block;
	margin: 30px auto;
	width: 68px;
	height: 60px;
	transform: rotate(360deg);
	transition: all .2s ease-in-out;
}

.Technological_process_list li:hover a img {
	transform: rotate(45deg);
	transition: all .2s ease-in-out;
	/*animation: doudong2 5s ease-in-out;*/
}

.Technological_process_list li span {
	display: block;
	text-align: center;
	font-size: 16px;
	color: #333;
	margin-top: 34px;
}

.Technological_process_list li p { text-align:center;
	line-height: 30px;
	color: #666;
	margin-top: 10px;
}


/*@keyframes doudong2{
    0%{
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    10%{
        -webkit-transform: ;
        -ms-transform: ;
        -o-transform: ;
        transform: ;
    }
    2%{
        -webkit-transform: rotate(0deg) ;
        -ms-transform: rotate(0deg) ;
        -o-transform: rotate(0deg) ;
        transform: rotate(0deg) ;
    }
    4%{
        -webkit-transform: rotate(10deg) ;
        -ms-transform: rotate(10deg) ;
        -o-transform: rotate(10deg) ;
        transform: rotate(10deg) ;
    }
    6%{
        -webkit-transform: rotate(0deg) ;
        -ms-transform: rotate(0deg) ;
        -o-transform: rotate(0deg) ;
        transform: rotate(0deg) ;
    }
    8%{
        -webkit-transform: rotate(-10deg) ;
        -ms-transform: rotate(-10deg) ;
        -o-transform: rotate(-10deg) ;
        transform: rotate(-10deg) ;
    }
    10%{
        -webkit-transform: rotate(0deg) ;
        -ms-transform: rotate(0deg) ;
        -o-transform: rotate(0deg) ;
        transform: rotate(0deg) ;
    }
    12%{
        -webkit-transform: rotate(0deg) ;
        -ms-transform: rotate(0deg) ;
        -o-transform: rotate(0deg) ;
        transform: rotate(0deg) ;
    }
    14%{
        -webkit-transform: rotate(10deg) ;
        -ms-transform: rotate(10deg) ;
        -o-transform: rotate(10deg) ;
        transform: rotate(10deg) ;
    }
    16%{
        -webkit-transform: rotate(0deg) ;
        -ms-transform: rotate(0deg) ;
        -o-transform: rotate(0deg) ;
        transform: rotate(0deg) ;
    }
    18%{
        -webkit-transform: rotate(-10deg) ;
        -ms-transform: rotate(-10deg) ;
        -o-transform: rotate(-10deg) ;
        transform: rotate(-10deg) ;
    }
    20%{
        -webkit-transform: rotate(0deg) ;
        -ms-transform: rotate(0deg) ;
        -o-transform: rotate(0deg) ;
        transform: rotate(0deg) ;
    }
    25%{
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}*/


/*我们的客户*/

.Customer_list {
	width: 1200px;
	margin: 56px auto 0;
}

.Customer_list li {
	width: 178px;
	height: 110px;
	border: 1px solid #ddd;
	margin: 16px 0 0 17px;
	float: left;
	position: relative;
	top: 0;
	left: 0;
	background: #fff;
}

.Customer_list li a {
	width: 0;
	height: 0;
	overflow: hidden;
	display: block;
}

.Customer_list li a img {
	width: 100%;
	height: 100%;
}

.Customer_list li i {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}

.Customer_list li a:hover i {
	opacity: 1;
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);
	filter: grayscale(0);
	filter: none;
	-webkit-transform: scale(0.94) translateY(-4px);
	-moz-transform: scale(0.94) translateY(-4px);
	transform: scale(1.1) translateY(-4px);
}


/*新闻动态*/

.News_information {
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 100px;
}

.new_bt {
	margin: 92px auto 0;
	width: 490px;
}

.new_bt ul>li:first-child {
	margin-left: 0;
}

.new_bt li {
	float: left;
	width: 120px;
	height: 34px;
	margin-left: 54px;
}

.new_bt li a {
	display: block;
	width: 120px;
	height: 34px;
	text-align: center;
	color: #333;
	line-height: 34px;
	font-size: 16px;
	border-radius: 17px;
	background: #dddddd;
	transition: all .5s ease-in-out;
}

.new_bt li.color_f60 a {
	background: #e4392a;
	color: #fff;
}

.new_bt li:hover a {
	background: #e4392a;
	color: #fff;
	transition: all .5s ease-in-out;
}

.new_list {
	overflow: hidden;
}

.new_list ul {
	display: none;
}

.new_list ul.block {
	display: block;
}

.new_list li {
	float: left;
	margin: 24px 32px 0 0;
	    width: 1239px;
}

.new_list li:nth-child(2n) {
	margin-right: 0;
}

.new_list li .new_picture {
	width: 274px;
	height: 199px;
	overflow: hidden;
}

.new_list li .new_picture img {
	display: block;
	width: 100%;
	height: 100%;
}

.new_list li .new_text {
	width: 256px;
	height: 159px;
	overflow: hidden;
	background: #ececec;
	padding: 20px 30px 20px 24px;
}

.new_list li .new_text h2 {
	font-size: 16px;
	font-weight: normal;
}

.new_list li .new_text strong {
	font-size: 12px;
	display: block;
	color: #999999;
	margin-top: 16px;
}

.new_list li .new_text p {
	height: 70px;
	color: #666666;
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
	line-height: 25px;
	margin-top: 10px;
}

.new_list li .new_text p:after {
	position: absolute;
	bottom: 0;
	right: 0;
	content: "...";
}

.new_list li .new_text .biaoti {
	display: block;
	width: 100px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	border-radius: 3px;
	margin-top: 14px;
	background: #ddd;
	color: #333;
	transition: all .5s ease-in-out;
}

.new_list li:hover .new_text .biaoti {
	background: #e4392a;
	color: #fff;
	transition: all .5s ease-in-out;
}


/*友情链接*/

.Friendship_link {
	background: #f3f3f3;
	padding: 30px 0;
	margin-top: 54px;
	width: 100%;
}

.Friendship_link_list {
	width: 1200px;
	margin: 0 auto;
}

.Friendship_link_list span {
	float: left;
	width: 70px;
	overflow: hidden;
	line-height: 26px;
}

.Friendship_link_list div {
	float: left;
	width: 1130px;
}

.Friendship_link_list div a {
	line-height: 26px;
	float: left;
	width: 140px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-right: 1px;
	transition: all .5s ease-in-out;
}

.Friendship_link_list div a:hover {
	color: #f60;
	transition: all .5s ease-in-out;
}


/*底部*/

.Foot_box {
	width: 100%;
	height: 200px;
	background: #333;
}

.Foot_center {
	width: 1200px;
	margin: 0 auto;
	height:auto;
	padding-top: 46px;
}

.Foot_Advisory_hotline {
	border-bottom: 1px solid #444;
	border-top: 1px solid #444;
	height: 74px; text-align:center
}

.Foot_share a {
	float: left;
	width: 26px;
	height: 20px;
	margin: 27px 20px 0 0;
}

.Foot_share .qq {
	background: url(../images/foot_icon.png) 3px 0px no-repeat;
	transition: all 0.5s ease-in-out;
}

.Foot_share .weixin {
	background: url(../images/foot_icon.png) -44px 0px no-repeat;
	transition: all 0.5s ease-in-out;
	position: relative;
	top: 0;
	left: 0;
}

.Foot_share .weixin span {
	width: 158px;
	height: 158px;
	border: 1px solid #ccc;
	position: absolute;
	bottom: 48px;
	left: 50%;
	margin-left: -79px;
    display: none;
}

.Foot_share .weixin span img {
	width: 100%;
	height: 100%;
}

.Foot_share .weixin:hover span {
    display: block;
}

.Foot_share .weibo {
	background: url(../images/foot_icon.png) -86px 0px no-repeat;
	transition: all 0.5s ease-in-out;
}

.Foot_contact span,
.Foot_contact a { display:inline-block;
	margin-right: 15px;
}

.Foot_contact span {
	font-size: 18px;
	color: #a7a7a7;
	line-height: 74px;
}

.Foot_contact a {
	width: 120px;
	height: 34px;
	color: #fff;
	line-height: 34px;
	text-align: center;
	border-radius: 17px;
	background: #484848;
	font-size: 16px;
	transition: all .5s ease-in-out;
	margin-top: 20px;
}

.Foot_contact a:hover {
	background: #e4392a;
	transition: all .5s ease-in-out;
}

.Foot_address p {
	text-align: center;
	margin-top: 20px;
	color: #a7a7a7;
}

.Foot_address>p:first-child {
	margin-top: 34px;
}

.Foot_share .qq:hover {
	background: url(../images/foot_icon1.png) 3px 0px no-repeat;
	transition: all 0.5s ease-in-out;
}

.Foot_share .weixin:hover {
	background: url(../images/foot_icon1.png) -44px 0px no-repeat;
	transition: all 0.5s ease-in-out;
}

.Foot_share .weibo:hover {
	background: url(../images/foot_icon1.png) -86px 0px no-repeat;
	transition: all 0.5s ease-in-out;
}


/*案例展示*/

.banner img {
	width: 100%;
	height: 100%;
	display: block;
}


/*案例展示*/

.case_nav_ny {
	width: 1075px;
	margin: 52px auto 0;
}

.case_nav_ny li,
.case_nav_ny a,
.case_nav_ny b {
	float: left;
	color: #333;
}

.case_nav_ny a {
	padding: 10px 15px;
	font-size: 16px;
	border-radius: 3px;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
}

.case_nav_ny li.color_01b3ee a {
	background: #e4392a;
	color: #fff;
}

.case_nav_ny li:hover a {
	background: #e4392a;
	color: #fff;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
}

.case_nav_ny b {
	padding: 0 15px;
	margin-top: 10px;
}


/*分页码*/

.pages {
	width: 700px;
	margin: 100px auto 90px;
}

.pages #Pagination {
	float: left;
	overflow: hidden;
}

.pages #Pagination .pagination {
	height: 36px;
	text-align: right;
}

.pages #Pagination .pagination .prev {
	border-right: none;
}

.pages #Pagination .pagination .prev,
.pages #Pagination .pagination .next {
	float: left;
	padding: 10px 13px;
	border: 1px solid #ddd;
	color: #666666;
	cursor: pointer;
}

.pages #Pagination .pagination a,
.pages #Pagination .pagination span {
	float: left;
	display: inline;
	padding: 10px 13px;
	border: 1px solid #ddd;
	color: #666666;
	font-size: 14px;
	cursor: pointer;
	margin-left: 10px;
}

.pages #Pagination .pagination .current {
	background: #e4392a;
	color: #fff;
	border: 1px solid #e4392a;
}

.pages #Pagination .pagination .pagination-break {
	padding: 9px 11px;
	border-left: 1px solid #ddd;
	background: none;
	cursor: default;
}

.pages .searchPage {
	float: left;
}

.pages .searchPage .page-sum {
	padding: 10px 13px 10px 24px;
	color: #666;
	font-size: 14px;
}

.pages .searchPage .page-go {
	padding: 10px 0;
	color: #666;
	font-size: 14px;
	padding: 10px 0\9;
}

.pages .searchPage .page-go input {
	width: 50px;
	height: 34px;
	margin: 0 5px;
	padding-left: 5px;
	border: 1px solid #e4e4e4;
}

.pages .searchPage .page-btn {
	margin: 9px 0 5px 5px;
	padding: 10px 7px;
	background: #e4392a;
	border-radius: 2px;
	color: #ffffff;
	font-family: Arial, 'Microsoft YaHei';
	font-size: 14px;
	text-decoration: none;
}


/*二级导航*/

.Two_level_navigation_box {
	height: 55px;
	border-bottom: 1px solid #ddd;
}

.Two_level_navigation {
	width: 1200px;
	margin: 0 auto;
}

.Two_level_navigation a {
	float: left;
	width: 120px;
	height: 56px;
	text-align: center;
	line-height: 56px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	font-size: 16px;
	color: #333;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
}

.Two_level_navigation>a:first-child,
.Two_level_navigation>a:first-child+a {
	border-right: none;
}

.Two_level_navigation a.color_f60 {
	background: #e4392a;
	color: #fff;
}

.Two_level_navigation a:hover {
	background: #e4392a;
	color: #fff;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
}


/*网络推广*/

.Network_promotion {
	width: 1200px;
	margin: 75px auto 94px;
}

.Network_promotion .Network_promotion_tu {
	width: 522px;
	height: 392px;
	overflow: hidden;
}

.Network_promotion .Network_promotion_tu img {
	width: 100%;
	height: 100%;
	display: block;
}

.Network_promotion_text {
	width: 582px;
	overflow: hidden;
	margin-right: 96px;
}

.Network_promotion_text h2 {
	font-size: 24px;
	font-weight: normal;
	margin: 64px 0 0 25px;
}

.Network_promotion_text div {
	font-size: 14px;
	color: #666666;
	line-height: 26px;
	margin-top: 34px;
}

.Network_promotion .ml {
	margin-right: 96px;
}

.mr {
	margin-right: 0;
}

.Trusteeship {
	margin-top: 100px;
}


/*联系我们*/

.Contact_us {
	width: 1200px;
	margin: 70px auto 110px;
}

.Contact_information {
	width: 520px;
}

.Leaving_message {
	width: 580px;
}

.Greet h2 {
	font-size: 20px;
	font-weight: normal;
	margin-left: 10px;
}

.Greet p {
	margin-top: 24px;
	line-height: 24px;
	color: #666;
	margin-left: 10px;
}

.Contact_address {
	margin-top: 50px;
}

.Contact_address p {
	padding-left: 50px;
	margin-top: 25px;
	height: 26px;
	line-height: 26px;
}

.Contact_address .phone {
	background: url(../images/Contact_us.png) 10px 0 no-repeat;
}

.Contact_address .fixtel {
	background: url(../images/dianhua.png) 10px 3px no-repeat;
}

.Contact_address .mailbox {
	background: url(../images/Contact_us.png) 10px -42px no-repeat;
}

.Contact_address .address {
	background: url(../images/Contact_us.png) 10px -80px no-repeat;
}

.ewm {
	width: 158px;
	height: 158px;
	overflow: hidden;
	margin-top: 70px;
}

.ewm img {
	display: block;
	width: 100%;
	height: 100%;
}

.Leaving_message p {
	margin-left: 20px;
}

.Leaving_message input {
	margin: 10px 0 40px;
	width: 565px;
	background: #efefef;
	height: 40px;
	border-radius: 20px;
	outline: none;
	padding-left: 15px;
}

.Leaving_message textarea {
	height: 183px;
	background: #efefef;
	border-radius: 20px;
	margin-top: 10px;
	width: 540px;
	border: none;
	padding: 10px 20px;
	line-height: 24px;
	resize: none;
	outline: none;
}

.Leaving_message .Submit {
	width: 184px;
	height: 54px;
	outline: none;
	color: #fff;
	background: #e4392a;
	border-radius: 27px;
	margin: 35px 0 0;
	font-family: "微软雅黑";
	font-size: 16px;
	padding: 0;
}


/*新闻内容*/

.News_content {
	width: 1200px;
	margin: 0 auto;
}

.News_content h2 {
	text-align: center;
	font-size: 20px;
	font-weight: normal;
	margin-top: 88px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 30px;
}

.News_content .time {
	margin-top: 26px;
	color: #666;
	text-align: center;
}

.new_text {
	color: #666;
	line-height: 26px;
	color: #666;
}

.new_text img {
	margin: 0 auto;
	display: block;
}

.News_content .new_text * {
	font-family: "Microsoft YaHei" !important;
}

.News_content .new_text h2 {
	font-size: 20px !important;
	font-weight: bold !important;
	border: 0 !important;
	font-family: "Microsoft YaHei" !important;
}

.News_content .new_text h3 {
	font-size: 16px !important;
	font-weight: bold !important;
	border: 0 !important;
	font-family: "Microsoft YaHei" !important;
	margin-top: 15px !important;
	margin-bottom: 15px !important;
}

.News_content .new_text div, .News_content .new_text p {
	font-size: 16px !important;
	line-height: 30px !important;
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	font-family: "Microsoft YaHei" !important;
}

.News_content .new_text p {
	text-indent: 2em;
	letter-spacing: 0.5px;
	margin-top: 15px !important;
	margin-bottom: 15px !important;
}

.News_content .new_text img {
	margin-top: 25px !important;
	margin-bottom: 25px !important;
}

.News_content .new_text ul li {
	margin-top: 25px !important;
	margin-bottom: 25px !important;
}


/*
将dcss容器里的所有元素设为默认值
*/
.News_content .new_text html,.News_content .new_text address,.News_content .new_text blockquote,.News_content .new_text body,.News_content .new_text dd,.News_content .new_text div,
.News_content .new_text dl,.News_content .new_text dt,.News_content .new_text fieldset,.News_content .new_text form,.News_content .new_text frame,.News_content .new_text frameset,
.News_content .new_text h1,.News_content .new_text h2,.News_content .new_text h3,.News_content .new_text h4,.News_content .new_text h5,.News_content .new_text h6,.News_content .new_text noframes,
.News_content .new_text ol,.News_content .new_text p,.News_content .new_text ul,.News_content .new_text center,.News_content .new_text dir,.News_content .new_text hr,.News_content .new_text menu, 
.News_content .new_text pre { display: block }
.News_content .new_text li { display: list-item }
.News_content .new_text head { display: none }
.News_content .new_text table { display: table }
.News_content .new_text tr { display: table-row }
.News_content .new_text thead { display: table-header-group }
.News_content .new_text tbody { display: table-row-group }
.News_content .new_text tfoot { display: table-footer-group }
.News_content .new_text col { display: table-column }
.News_content .new_text colgroup { display: table-column-group }
.News_content .new_text td,.News_content .new_text  th { display: table-cell; }
.News_content .new_text caption { display: table-caption }
.News_content .new_text th { font-weight: bolder; text-align: center }
.News_content .new_text caption { text-align: center }
.News_content .new_text body { margin: 8px; line-height: 1.12 }
.News_content .new_text h1 { font-size: 2em; margin: .67em 0;line-height: 1.5em }
.News_content .new_text h2 { font-size: 1.5em; margin: .75em 0;line-height: 1.5em }
.News_content .new_text h3 { font-size: 1.17em; margin: .83em 0;line-height: 1.5em }
.News_content .new_text h4 { font-size: 1.09em; margin: 1.12em 0;line-height: 1.5em }
.News_content .new_text h4,.News_content .new_text p,.News_content .new_text blockquote,.News_content .new_text ul,.News_content .new_text fieldset, .News_content .new_text form,.News_content .new_text ol,.News_content .new_text dl,.News_content .new_text dir,.News_content .new_text menu { margin: 1.12em 0 }
.News_content .new_text h5 { font-size: .83em; margin: 1.5em 0;line-height: 1.5em }
.News_content .new_text h6 { font-size: .75em; margin: 1.67em 0;line-height: 1.5em }
.News_content .new_text h1, .News_content .new_text h2, .News_content .new_text h3, .News_content .new_text h4, .News_content .new_text h5, .News_content .new_text h6, .News_content .new_text b,.News_content .new_text strong { font-weight: bolder }
.News_content .new_text blockquote { margin-left: 40px; margin-right: 40px }
.News_content .new_text i, .News_content .new_text cite, .News_content .new_text em,.News_content .new_text var,.News_content .new_text address { font-style: italic }
.News_content .new_text pre, .News_content .new_text tt,.News_content .new_text  code,.News_content .new_text  kbd,.News_content .new_text samp { font-family: monospace }
.News_content .new_text pre { white-space: pre }
.News_content .new_text button,.News_content .new_text textarea,.News_content .new_text input,.News_content .new_text object,.News_content .new_text select { display:inline-block; }
.News_content .new_text big { font-size: 1.17em }
.News_content .new_text small, .News_content .new_text sub, .News_content .new_text sup { font-size: .83em }
.News_content .new_text sub { vertical-align: sub }
.News_content .new_text sup { vertical-align: super }
.News_content .new_text table { border-spacing: 2px; }
.News_content .new_text thead, .News_content .new_text tbody,.News_content .new_text tfoot { vertical-align: middle }
.News_content .new_text td, .News_content .new_text th { vertical-align: inherit }
.News_content .new_text s, .News_content .new_text strike,.News_content .new_text  del { text-decoration: line-through }
.News_content .new_text hr { border: 1px inset }
.News_content .new_text ol, .News_content .new_text ul,.News_content .new_text  dir, .News_content .new_text menu, .News_content .new_text dd { margin-left: 40px }
.News_content .new_text ol { list-style-type: decimal }
.News_content .new_text ol ul,.News_content .new_text ul ol, .News_content .new_text ul ul, .News_content .new_text ol ol { margin-top: 0; margin-bottom: 0 }
.News_content .new_text u,.News_content .new_text ins { text-decoration: underline }
.News_content .new_text br:before { content: "A" }
.News_content .new_text :before, .News_content .new_text :after { white-space: pre-line }
.News_content .new_text center { text-align: center }
.News_content .new_text abbr,.News_content .new_text acronym { font-variant: small-caps; letter-spacing: 0.1em }
.News_content .new_text :link,.News_content .new_text :visited { text-decoration: underline }
.News_content .new_text :focus { outline: thin dotted invert }
.News_content .new_text BDO[DIR="ltr"] { direction: ltr; unicode-bidi: bidi-override }
.News_content .new_text BDO[DIR="rtl"] { direction: rtl; unicode-bidi: bidi-override }
.News_content .new_text *[DIR="ltr"] { direction: ltr; unicode-bidi: embed }
.News_content .new_text *[DIR="rtl"] { direction: rtl; unicode-bidi: embed }
@media print {
    .News_content .new_text h1 { page-break-before: always }
    .News_content .new_text h1,.News_content .new_text h2,.News_content .new_text h3,.News_content .new_text h4,.News_content .new_text h5,.News_content .new_text h6 { page-break-after: avoid }
    .News_content .new_text ul,.News_content .new_text ol,.News_content .new_text dl { page-break-before: avoid }
}

.Article {
	margin: 47px auto 70px;
	width: 1200px;
}

.Article a {
	display: block;
}

.Article .Next_article {
	margin-top: 18px;
}


/*案例内容*/

.case_content {
	width: 1200px;
	margin: 54px auto 0;
}

.case_content h2 {
	font-size: 24px;
	font-weight: normal;
	margin-top: 55px;
}

.describe {
	line-height: 30px;
	margin-top: 30px;
	color: #666;
}

.introduce {
	margin-top: 46px;
}

.introduce div {
	font-size: 16px;
	line-height: 38px;
}

.introduce div a {
	float: left;
	width: 38px;
	height: 38px;
	margin-left: 12px;
}

.introduce div .jprev {
	background: url(../images/jt1.png) 0 0 no-repeat;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
}

.introduce div .home{
	background: url(../images/zhongj_1.png) no-repeat;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
}

.introduce div .jnext {
	background: url(../images/jt1.png) -51px 0 no-repeat;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
}

.works {
	border-top: 1px solid #ddd;
	padding-top: 40px;
}

.introduce div .jprev:hover {
	background: url(../images/jt2.png) 0 0 no-repeat;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
}

.introduce div .home:hover{
	background: url(../images/zhongj_2.png) no-repeat;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
}

.introduce div .jnext:hover {
	background: url(../images/jt2.png) -51px 0 no-repeat;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
}


/*关于我们*/


/*了解我们*/

.Know_us {
	width: 1200px;
	margin: 0 auto;
}

.Know_us h2,
.Know_us b {
	font-weight: normal;
	text-align: center;
	display: block;
	line-height: 100%;
}

.Know_us h2 span {
	display: block;
	font-size: 34px;
	margin-top: 66px;
	line-height: 100%;
}

.Know_us h2 b {
	margin-top: 22px;
	color: #666;
}

.Know_us_introduce {
	margin-top: 40px;
	line-height: 28px;
	color: #666;
}

.service {
	margin-top: 50px;
}

.service ul li {
	float: left;
	width: 340px;
	margin-left: 90px;
	cursor: pointer;
}

.service ul>li:first-child {
	margin-left: 0;
}

.service ul li em {
	display: block;
	width: 153px;
	height: 153px;
	margin: 0 auto;
	border-radius: 100%;
	border: 1px solid #ddd;
	transform: perspective(800px) rotateY(0deg);
	transform-style: preserve-3d;
	transition: all 3s ease;
	
}

.service ul li i{display: block; width: 58px; height: 58px; margin: 47px 0 0 47px; transition: all 3s ease;}

.service ul li .Insist{background: url(../images/Insist.png) center no-repeat;}
.service ul li .innovate{background: url(../images/innovate.png) center no-repeat;}
.service ul li .process{background: url(../images/process.png) center no-repeat;}
/*.service ul li em img{
	text-align: left;
	margin: 47px 0 0 47px;
	position: absolute;
	transition: all 1s ease-in-out;
}*/

.service ul li:hover em{
	transform: perspective(800px) rotateY(360deg);
	transition: all 2s ease;
}

.service ul li:hover .Insist{ 
	background: url(../images/Insist1.png) center no-repeat;
	transition: all 2s ease;
/*	transform: translateZ(150px);*/
}

.service ul li:hover .innovate{ 
	background: url(../images/innovate1.png) center no-repeat;
	transition: all 2s ease;
/*	transform: translateZ(150px);*/
}
.service ul li:hover .process{ 
	background: url(../images/process1.png) center no-repeat;
	transition: all 2s ease;
/*	transform: translateZ(150px);*/
}
/*.service ul li em:hover img{
	transition: all 1s ease;
	transform: translateZ(150px);
}*/

.service ul li p {
	font-size: 16px;
	margin-top: 20px;
	text-align: center;
}

.service ul li div {
	color: #666;text-align: center;
	line-height: 30px;
	height: 120px;
	overflow: hidden;
	margin-top: 25px;
}


/*客户好评*/

.Customers {
	margin-top: 76px;
	background: url(../images/Praise.jpg) no-repeat;
	height: 570px;
	overflow: hidden;
}

.Customers h2,
.Customers h2 b {
	font-weight: normal;
	display: block;
	text-align: center;
	line-height: 100%;
}

.Customers h2 span {
	display: block;
	font-size: 34px;
	color: #fff;
	margin-top: 60px;
	line-height: 100%;
}

.Customers h2 b {
	margin-top: 17px;
	color: #b0b1b5;
}

.Praise {
	width: 1200px;
	margin: 50px auto 0;
}

.Praise_box {
	position: relative;
	top: 0;
	left: 0;
	width: 1012px;
	overflow: hidden;
	height: 340px;
}

.Praise #prev,
.Praise #next {
	display: block;
	width: 104px;
	height: 296px;
}

.Praise #prev {
	background: url(../images/prev.png) 0 center no-repeat;
	width: 84px;
	float: left;
}

.Praise #next {
	background: url(../images/next.png) right center no-repeat;
	float: right;
}

.Praise_box ul {
	position: absolute;
	top: 0;
	left: 0;
}

.Praise_box ul li {
	margin-left: 22px;
	float: left;
}

.Praise_box ul li a {
	display: block;
	width: 313px;
	height: 296px;
	overflow: hidden;
	border: 1px solid #ddd;
}

.Praise_box ul li a img {
	width: 100%;
	height: 100%;
	display: block;
}

.Praise_box ul li p {
	color: #fff;
	margin-top: 20px;
	text-align: center;
}


/*建站指南*/

.guide {
	width: 1200px;
	margin: 0 auto;
}

.guide h2,
.guide h2 b {
	font-weight: normal;
	display: block;
	text-align: center;
	line-height: 100%;
}

.guide h2 span {
	display: block;
	font-size: 34px;
	margin-top: 80px;
	line-height: 100%;
}

.guide h2 b {
	margin-top: 17px;
	color: #666;
}

.guide_nav {
	width: 260px;
	margin: 46px auto 0;
}

.guide_nav a {
	float: left;
	width: 104px;
	height: 32px;
	border: 1px solid #ddd;
	text-align: center;
	line-height: 34px;
	margin: 0 12px;
}

.guide_nav a.color_ddd {
	background: #e4392a;
	color: #fff;
	border: 1px solid #e4392a;
}

.guide_list {
	margin-bottom: 120px;
}

.guide_list .guide_list_content {
/*	display: none;*/
}

.guide_list .guide_list_content.block {
	display: block;
}


/*服务体系*/

.Service_system {
	width: 1200px;
	margin: 0 auto;
}

.Service_system span,
.Service_system b {
	display: block;
}

.Service_system span {
	margin: 68px auto 0;
	width: 151px;
}

.Service_system b {
	color: #666;
	font-size: 16px;
	text-align: center;
	margin-top: 23px;
}

.system_list {
	margin-top: 94px;
}

.system_list li {
	float: left;
	margin: 0 63px;
}

.system_list li p {
	text-align: center;
	margin-top: 20px;
}

.system_list li.bak_f60 em {
	opacity: 1;
}

.system_list li.bak_f60 .icon_1 {
	background: url(../images/icon_16.png) center no-repeat;
}

.system_list li.bak_f60 .icon_2 {
	background: url(../images/icon_17.png) center no-repeat;
}

.system_list li.bak_f60 .icon_3 {
	background: url(../images/icon_18.png) center no-repeat;
}

.system_list li.bak_f60 .icon_4 {
	background: url(../images/icon_19.png) center no-repeat;
}

.system_list li.bak_f60 .icon_5 {
	background: url(../images/icon_20.png) center no-repeat;
}

.system_Carousel {
	margin-top: 44px;
	height: 446px;
	width: 1200px;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
}

.system_Carousel a {
	display: block;
	position: absolute;
	top: 0;
	width: 600px;
	height: 446px;
	background: #000;
	opacity: 0;
	filter: alpha(opacity: 0);
	z-index: 2;
}

.system_Carousel #up a {
	left: 0;
}

.system_Carousel em {
	display: block;
	width: 54px;
	height: 446px;
	z-index: 3;
	position: absolute;
	top: 0;
	display: none;
}

.system_Carousel #up em {
	background: url(../images/zuo.png) 0 center no-repeat;
	left: 0;
}

.system_Carousel #down a {
	right: 0;
}

.system_Carousel #down em {
	background: url(../images/you.png) 0 center no-repeat;
	right: 0;
}

.system_Carousel ul {
	position: absolute;
	top: 0;
	left: 0;
}

.system_Carousel ul li {
	float: left;
	width: 1200px;
	height: 446px;
}

.system_list li a,
.system_list li b,
.system_list li strong {
	display: block;
}

.system_list li strong {
	width: 170px;
	height: 170px;
	position: relative;
	top: 0;
	left: 0;
	border: 1px solid #e3e3e3;
	border-radius: 100%;
	box-sizing: border-box;
	background: #eee;
	box-shadow: 0 0 0 30px transparent;
	transition: box-shadow .4s ease-in-out;
}

.system_list li em {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #e4392a;
	border-radius: 100%;
	z-index: 5;
	opacity: 0;
	transform: rotateY(0deg);
	transition: all .5s ease-in-out;
}

.system_list li b {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -38px;
	z-index: 6;
	width: 75px;
	height: 49px;
	transition: all .4s ease-in-out;
}

.system_list li .icon_1 {
	background: url(../images/icon_11.png) center no-repeat;
}

.system_list li .icon_2 {
	background: url(../images/icon_12.png) center no-repeat;
}

.system_list li .icon_3 {
	background: url(../images/icon_13.png) center no-repeat;
}

.system_list li .icon_4 {
	background: url(../images/icon_14.png) center no-repeat;
}

.system_list li .icon_5 {
	background: url(../images/icon_15.png) center no-repeat;
}

.system_list li:hover .icon_1 {
	background: url(../images/icon_16.png) center no-repeat;
}

.system_list li:hover .icon_2 {
	background: url(../images/icon_17.png) center no-repeat;
}

.system_list li:hover .icon_3 {
	background: url(../images/icon_18.png) center no-repeat;
}

.system_list li:hover .icon_4 {
	background: url(../images/icon_19.png) center no-repeat;
}

.system_list li:hover .icon_5 {
	background: url(../images/icon_20.png) center no-repeat;
}

.system_list li:hover strong {
	box-shadow: 0 0 0 0 #f3f3f3;
	transition: box-shadow .4s ease-in-out;
}

.system_list li:hover em {
	transform: rotateY(180deg);
	transition: all .5s ease-in-out;
	opacity: 1;
}


/*服务优势*/

    .Service_advantage {
	margin-top: 30px;
	width: 100%;
	background:url(../images/xhe.jpg); background-repeat:no-repeat; background-size:cover;
	padding: 20px 0 48px;
}

.advantage {
	width: 1200px;
	margin: 60px auto 0;
}

.advantage h2 span,
.advantage h2 b {
	display: block;
}

.advantage h2 span {
	margin: 60px auto 0;
	width: 152px;
}

.advantage h2 b {
	margin-top: 22px;
	font-size: 16px;
	color:#e5e5e5;
	text-align: center;
}

.advantage_list {
	margin-top: 80px;
}

.advantage_list li {
	width: 360px;
	height: 360px;
	float: left;
	cursor: pointer;
	margin: 0 20px;
}

.advantage_list li b {
	display: block;
	width: 360px;
	height: 220px;
	overflow: hidden;
}

.advantage_list li b img {
	width: 100%;
	height: 100%;
	display: block;
}

.advantage_list li .advantage_miaoshu p { color:#e5e5e5;
	font-size: 16px;
	margin-top: 16px;
	text-align: center;
}

.advantage_list li .advantage_miaoshu div { 
	margin: 15px 14px 0;text-align: center;
	color: #e5e5e5;
	line-height: 26px;
}


/*服务特色*/

.Service_features {
	width: 1200px;
	margin: 0 auto;
}

.Service_features h2 span,
.Service_features h2 b {
	display: block;
}

.Service_features h2 span {
	width: 151px;
	margin: 82px auto 0;
}

.Service_features h2 b {
	text-align: center;
	margin-top: 23px;
	color: #666;
	font-size: 16px;
}

.Service_features .xuqiu {
	margin-top: 75px;
}

.Service_features .xuqiu img {
	display: block;
	margin: 0 auto;
}


/*case*/
.post-home{ float:left; margin-left:10px; margin-right:10px; width:277px; text-align:center; position:relative; margin-bottom:15px;}
.post-thumbnail1{ width:100%}
.i_tuijian{ display:block; text-align:center; line-height:340px; font-style:normal; display:none; position:absolute; top:80px;background-image:url(../images/bg_hover1.png); background-repeat: no-repeat; background-position:center; left:15px; right:18px; bottom:80px; text-align:center; color:#fff}
.post-home a:hover .i_tuijian{ display:block}
