﻿@charset "utf-8";
/*============================ 初始化样式 ============================*/
* {
	margin:0;
	padding:0;
}
body {
	color:#333;
	font-size:16px;
	font-family:Helvetica, "Pingfang SC", "Microsoft YaHei", STHeiti, Verdana, Arial, Tahoma, sans-serif;
}
li {
	list-style:none;
}
.h30 {
	height:30px;
}
.h50 {
	height:50px;
}
.wrap {
	max-width: 1200px;
	width: 1200px;
	margin: 0 auto;
}
.fl {
	float:left
}
.fr {
	float:right
}
a, a:link {
	color:#333;
	text-decoration:none;
}
a:hover {
	color:#e4011f;
	text-decoration:none;
}
.clear:after {
	content:'';
	display:block;
	clear:both;
}
.clear {
	height:0px;
	clear:both;
}
.pc {
	display:block;
}
.wap {
	display:none;
}
/*============================ 公共部分 ============================*/



/*========================================= 首页 =====================================*/

.tops {
	height:38px;
	line-height:38px;
	font-size:14px;
	color:#fff;
	background:#2b2e33;
}
.top {
	overflow:hidden;
}
.toplt {
	background:url(../images/ico1.png) no-repeat left center;
	padding-left:20px;
	float:left;
}
.toplt span {
	display:inline-block;
	padding-right:5px;
}
.toprt {
	float:right;
}
.navs {
	position:relative;
}
.logo {
	float:left;
	padding:25px 0;
}
.navs .nav_ul {
	width:770px;
	float:right;
	margin-top:25px;
}
.navs .nav_ul li {
	width:110px;
	text-align:center;
	float:left;
}
.navs .nav_ul li a {
	display:block;
	height:44px;
	line-height:44px;
	font-size:17px;
}
.navs .nav_ul li.active a {
	background:#e4011f;
	color:#fff;
}
/*=========================== banner ===========================*/


.bannerA {
	width:100%;
	height:463px;
	overflow:hidden;
	position:relative;
}
.banner {
	width:100%;
	height:463px;
	overflow:hidden;
	position:relative;
}
.banner ul li {
	width:100%;
	height:100%;
	overflow:hidden;
	position:absolute;
	left:0px;
	top:0px;
}
.banner ul li a {
	height:100%;
	display:block;
}
.banner .hd {
	width:100%;
	height:14px;
	text-align:center;
	position:absolute;
	bottom:25px;
	z-index:100;
}
.banner .hd span {
	width:30px;
	height:3px;
	display: inline-block;
	margin: 2px 4px;
	text-indent: -999px;
	cursor: pointer;
	background-color: rgba(255, 255, 255, 0.5);
	overflow:hidden;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
}
.banner .hd span.on {
	background:#fff;
}
.Ibanner {
	width:100%;
	overflow:hidden;
	position:relative;
}
.nav-sort {
	width:240px;
	height:465px;
	background:#e4011f;
	margin-left:-600px;
	position:absolute;
	left:50%;
	top:0px;
	z-index:999;
}
.nav-sort li {
	height:65px;
	text-align:center;
	line-height:65px;
	border-bottom:solid 1px #ff6e81;
	position:relative;
}
.nav-sort li i {
	display:inline-block;
	width:23px;
	height:23px;
	background:url(../images/ico3.png) no-repeat;
	float:left;
	position:absolute;
	left:25px;
	top:20px;
}
.nav-sort li a {
	display:block;
	font-size:18px;
	color:#fff;
}
.nav-sort li:nth-child(7n) {
border-bottom:none;
}
.nav-sort li:before {
	content:'';
	display:block;
	width:8px;
	height:15px;
	background:url(../images/ico2.png) no-repeat;
	position:absolute;
	right:30px;
	top:25px;
}
.nav-sort li i.ico1 {
	background-position:-5px -18px;
}
.nav-sort li i.ico2 {
	background-position:-5px -49px;
}
.nav-sort li i.ico3 {
	background-position:-5px -81px;
}
.nav-sort li i.ico4 {
	background-position:-5px -114px;
}
.nav-sort li i.ico5 {
	background-position:-5px -147px;
}
.nav-sort li i.ico6 {
	background-position:-5px -179px;
}
.nav-sort li i.ico7 {
	background-position:-5px -212px;
}
.nav-sort li i.ico8 {
	background-position:-5px -245px;
}
/*=========================== banner end ===========================*/


/*=========================== 热门搜索 ===========================*/
.Isearchbox {
	height:50px;
	line-height:50px;
	overflow:hidden;
	border-bottom:1px solid #e7e7e7;
	background:#f8f8f8;
}
.hotkey {
	width:900px;
	height:50px;
	overflow:hidden
}
.hotkey span {
	color:#F00;
	font-weight:bold;
	font-size:15px;
}
.hotkey a {
	font-size:15px;
}
.search_box {
	width:280px;
	overflow:hidden;
	margin-top:10px;
}
.search_top {
	margin-top:20px !important;
}
.form_left {
	width:220px;
	float:left;
}
.form_right {
	width:60px;
	float:right;
}
.input_class_on {
	border:1px solid #e4011f;
	font-size:16px;
	height:30px;
	width:100%;
	min-width:200px;
	color:#c30505
}
.input_class_out {
	border:1px solid #dbdee1;
	font-size:15px;
	height:30px;
	width:100%;
	min-width:200px;
	color:#b7b7b7
}
.input_sub {
	border:1px solid #e4011f;
	font-size:16px;
	height:32px;
	width:100%;
	background:#e4011f;
	color:#FFF;
}
/*=========================== 热门搜索 end ===========================*/



/*=========================== Ititle ===========================*/
.Ititle {
	width:100%;
	border-bottom:solid 1px #e7e7e7;
	margin:40px 0;
	text-align:center;
	position:relative;
}
.Ititle_box {
	width:1200px;
	margin:0 auto;
	padding-bottom:20px;
}
.Ititle_box h3 {
	font-size:30px;
	font-weight:normal;
	color:#333;
}
.Ititle_box h4 {
	font-size:30px;
	text-transform:Uppercase;
	font-weight: normal;
}
.Ititle_box:before {
	content:'';
	display:block;
	width:65px;
	height:2px;
	background:#e4011f;
	position:absolute;
	left:48%;
	bottom:0px;
}
/*=========================== title ===========================*/
.title {
	width:1200px;
	overflow:hidden;
	margin:60px auto;
	text-align:center;
}
.title h2 {
	font-size:32px;
	color:#3c3c3c;
	font-weight:normal;
}
.title p {
	color:#3c3c3c;
	line-height:30px;
	font-size:15px;
}
.tltles h2 {
	color:#fff;
}
/*=========================== title ===========================*/

.Ipic_rolling {
	width:1200px;
	height:224px;
	overflow:hidden;
	margin:0 auto 40px;
	position:relative;
	border:solid 1px #e5e5e5;
	border-right:none;
}
.Ipic_rolling ul {
	width:9999px;
	height:224px;
}
.Ipic_rolling li {
	width:239px;
	text-align:center;
	border-right:solid 1px #e5e5e5;
	float:left;
}
.Ipic_rolling li i {
	width:113px;
	height:113px;
	display:inline-block;
	margin:20px 0;
}
.Ipic_rolling li h3 {
	font-size:16px;
	color:#3c3c3c;
	font-weight:normal;
}
.Ipic_rolling li p {
	color:#999;
	font-size:16px;
	padding:10px 0 20px;
}
.Ipic_rolling .pic_pre, .Ipic_rolling .pic_next {
	width:30px;
	height:61px;
	background:url(../images/ico9.png);
	position:absolute;
	top:80px;
	z-index:99;
	cursor:pointer;
}
.Ipic_rolling .pic_pre {
	left:0;
}
.Ipic_rolling .pic_next {
	background-position:-32px 0px;
	right:0;
}
/*=========================== 首页公司简介 ===========================*/



.ISolve {
	height: 650px;
	background:url(../images/solution_bg.jpg) no-repeat center;
	background-size:cover;
	overflow: hidden;
	margin:auto
}
.solveContainer {
	width:100%;
}
.solveMenu {
	width: 140px;
	height: 100%;
	float:left;
}
.solveMenu a {
	display: block;
	padding: 17px 0;
	position: relative;
	color: #3d3d3d;
}
.solveMenu a h4 {
	font-size: 18px;
	line-height: 36px;
}
.solveMenu a .line {
	width: 60px;
	height: 2px;
}
.solveMenu a .line::before {
display: block;
content: '';
width: 0;
height: 2px;
background: #0079e6;
transition: .4s;
}
.solveMenu a.on h4 {
	font-weight: bold;
}
.solveMenu a.on .line::before {
width: 60px;
transition: .4s;
}
.solveMenu a:hover h4 {
	font-weight: bold;
}
.solveMenu a:hover .line::before {
width: 60px;
transition: .4s;
}
.solveContent {
	width:960px;
	float:right;
}
.solveList {
}
.solveList li {
	width: 33.3%;
	float:left;
	margin:10px 0;
}
.solveList li a {
	display: block;
	padding: 16px 30px 16px 60px;
	position: relative;
}
.solveList li a .icon {
	width: 24px;
	height: 24px;
	position: absolute;
	top: 20px;
	left: 20px;
}
.solveList li a .icon img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
transition: .4s;
}
.solveList li a:hover {
	background: #fff;
	box-shadow:0px 4px 16px 0px rgba(17, 120, 225, 0.1);
 transition: .4s;
}
.solveList li p {
	font-size:15px;
	line-height:28px;
}
.solveCase {
	height: 93px;
	border-top: 1px dashed #cdd7ea;
	margin: 30px 0;
}
.solveCase ul li {
	float: left;
	width: 20%;
	height: 100%;
	padding: 20px 0;
}
.solveCase ul li a {
	display: block;
	width: 150px;
	height: 52px;
	position: relative;
	margin: 0 auto;
}
.solveCase ul li a img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
transition: .4s;
}
.solveMoreBtn {
	text-align:center;
	margin:0 auto
}
.solveMoreBtn a {
	display: inline-block;
	vertical-align: top;
	line-height: 24px;
	font-size: 16px;
	font-weight:bold;
}
.solveMoreBtn a:hover {
	color: #1178e1;
transition: .4s;
}
/*=========================== 首页公司简介 ===========================*/
.Iabout {
	overflow:hidden;
}
.Iabout_hui {
	background:#ebf2fc;
}
.Iabout_content {
	line-height:36px;
	font-size:16px;
}
.Iabout_content p {
	line-height:30px;
	font-size:16px;
}
.abouts {
	width:800px;
	overflow:hidden;
	margin:40px auto;
}
.abouts li {
	width:33.33%;
	float:left;
	text-align:center;
}
.abouts h4 {
	font-size:50px;
	color:#e4011f;
	position:relative;
}
.abouts h4 strong {
	display:inline-block;
	font-size:36px;
	line-height:20px;
	position:relative;
	top:-15px;
}
.abouts span {
	color:#807D7D;
	display:inline-block;
	font-size:16px;
}
/*=========================== 首页公司简介 end ===========================*/

/*=========================== Iproduct ===========================*/
.Iproduct {
	background: url(../images/Ipro_bg.jpg) bottom repeat-x;
}
.Iproduct_class {
	overflow:hidden;
	text-align:center;
}
.Iproduct_class a {
	display:inline-block;
	width:153px;
	height:42px;
	line-height:42px;
	text-align:center;
	background:#303943;
	color:#fff;
	margin:5px 5px;
}
.Iproduct_class a.active {
	background:#e4011f;
}
.Iproduct_content {
	overflow:hidden;
}
.Iproduct_content li {
	width:283px;
	float:left;
	margin:0 20px 20px 0;
	border:1px solid #e7e7e7
}
.Iproduct_content li:hover {
	box-shadow: 0 0 16px 1px rgba(17, 120, 225, 0.16);
transition: .4s;
}
.Iproduct_content li i {
	width:283px;
	height:196px;
	text-align:center;
	display:block;
	background:#fff;
	overflow:hidden;
}
.Iproduct_content li i img {
	width:283px;
	height:196px;
}
.Iproduct_content li p {
	height:40px;
	background:#fff;
	line-height:40px;
	padding:0 20px;
}
.Iproduct_content li:nth-child(4n) {
 margin-right:inherit;
}
/*图片放大*/
.pic_big {
	overflow:hidden;
}
.pic_big img {
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-o-transform:scale(1);
	transform:scale(1);
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.pic_big:hover img {
	-webkit-transform:scale(1.05);
	-moz-transform:scale(1.05);
	-o-transform:scale(1.05);
	transform:scale(1.05);
}
/*限制文字,文字超出显示冒号*/ 
.text-cut {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-moz-text-overflow: ellipsis;
}
/*=========================== Iproduct end===========================*/


/*=========================== Inews ===========================*/
.Inews {
	width:100%;
	margin:40px 0;
}
.Inews_box {
	width:350px;
	overflow:hidden;
	float:left;
	margin-right:70px;
}
.Inews_box .title1 {
	height:40px;
	border-bottom:solid 1px #e5e5e5;
	line-height:40px;
}
.Inews_box .title1 h2 {
	font-size:24px;
	color:#3c3c3c;
	display:inline-block;
	font-weight:normal;
}
.Inews_box .title1 span {
	color:#999;
	text-transform:Uppercase;
	font-size:12px;
	padding-left:10px;
}
.Inews_box .title1 a {
	float:right;
	background:url(../images/ico10.png) no-repeat right center;
	font-size:12px;
	color:#666;
	padding-right:15px;
}
.Inews_box .pics {
	width:350px;
	height:115px;
	margin:20px 0 10px;
}
.Inews_box .cons {
	overflow:hidden;
}
.Inews_box .cons li {
	height:45px;
	line-height:45px;
	border-bottom:dashed 1px #e3e3e3;
	background:url(../images/ico11.png) no-repeat left center;
	padding-left:20px;
}
.Inews_box .cons li a {
	color:#666;
	font-size:15px;
}
.Inews_box .cons li a:hover {
	color:#e4011f;
}
.Inews_box .cons li a span {
	float: right;
}
.Inews_box_right {
	margin-right:inherit;
}
/*=========================== INews end===========================*/

/*=========================== Icustomer ===========================*/
.Icustomer {
	width:1200px;
	overflow:hidden;
	margin:30px auto;
}
.Icustomer .title2 {
	height:40px;
	border-bottom:solid 1px #e5e5e5;
	line-height:40px;
}
.Icustomer .title2 h2 {
	font-size:24px;
	color:#3c3c3c;
	display:inline-block;
	font-weight:normal;
}
.Icustomer .title2 span {
	float:right;
	font-size:14px;
	color:#666;
}
.Icustomer_cons {
	width:1200px;
	margin:20px 0;
	overflow:hidden;
	border-left:1px solid #eee;
	border-top:1px solid #eee;
}
.Icustomer_cons li {
	float:left;
	width:170px;
	height:80px;
	border-right:1px solid #eee;
	border-bottom:1px solid #eee;
	text-align:center;
}
.Icustomer_cons li img {
	padding-top:16px;
	height:50px;
}
/*=========================== Icustomer end ===========================*/


/*=========================== Ilink ===========================*/
.Ilink {
	width:1200px;
	overflow:hidden;
	margin:0 auto;
}
.Ilink .title2 {
	height:40px;
	border-bottom:solid 1px #e5e5e5;
	line-height:40px;
}
.Ilink .title2 h2 {
	font-size:24px;
	color:#3c3c3c;
	display:inline-block;
	font-weight:normal;
}
.Ilink .title2 span {
	float:right;
	font-size:14px;
	color:#666;
}
.link_content {
	margin: 20px 0;
}
/*=========================== foot ===========================*/
.foots {
	background:#2b2e33;
	overflow:hidden;
}
.foot {
	width:1200px;
	overflow:hidden;
	margin:30px auto;
}
.foot_lt {
	width:100%;
	float:left;
}
.foot_lt ul {
	float:left;
	border-right:1px solid #4c5058;
	height:250px;
}
.foot_lt ul li {
	line-height:30px;
	margin-left:35px;
}
.foot_lt ul li a {
	color:#adb4c0;
	font-size:14px;
}
.foot_lt ul li a:hover {
	color: #F00;
}
.foot_lt ul li.as1 {
	color:#fff;
	font-weight:bold;
}
.foot_ul1 {
	width:150px !important;
}
.foot_ul2 {
	width:200px !important;
}
.foot_ul3 {
	width:150px !important;
}
.foot_ul4 {
	width:170px !important;
}
.foot_ul5 {
	width:330px !important;
}
.foot_ul6 {
	border-right: none !important; float:right;
}

.foot_ul6  li {

}

.copybox {
	background:#24272b;
	overflow:hidden;
}
.copyright {
	height:50px;
	line-height:50px;
	color:#adb4c0;
	text-align:center;
	font-size:15px;
}
.copyright p {
	color:#adb4c0;
	text-align:center;
	font-size:16px;
	height:50px;
	line-height:50px;
	font-size:15px;
}
.copyright p a, .copyright p a:link, .copyright a, .copyright a:link {
	color:#adb4c0;
	font-size:15px;
}
.copyright a:hover, .copyright p a:hover {
	color: #e4011f;
}
/*=========================== foot end ===========================*/




/* 数字上下页 */
.page_fanye {
	width:100%;
	height:auto;
	text-align:center;
	padding:40px 0 20px;
	margin:0 auto;
	overflow:hidden;
	clear:both;
}
.page_fanye a {
	line-height:28px;
	font-size:16px;
	text-indent:0px;
	color: #333;
	margin-right:5px;
	padding:0px 10px;
	margin-bottom:5px;
	background:#efefef;
	display: inline-block;
}
.page_fanye span {
	height:24px;
	line-height:20px;
	padding:0 10px 0 5px;
	display: inline-block;
}
.page_fanye span input {
	width:30px;
	height:20px;
}
.page_fanye a.page_home, .page_fanye a.page_home:hover, .page_fanye a.page_end, .page_fanye a.page_end:hover {
	width:60px;
	color:#666666;
}
.page_fanye .current, .page_fanye a:hover {
	color: #fff;
	background:#e4011f;
}
/* 数字上下页 end */


.go_top {
	display: none;
	background: url(../images/top.png) center center/50% no-repeat;
	width: 40px;
	height: 40px;
	cursor: pointer;
	text-align: center;
	background-color: #e4011f;
	border-radius: 50%;
	position: fixed;
	right: 6px;
	bottom: 100px;
	z-index: 99999999999;
}
/* =====================底部手机===================== */
.fix_footer {
	height:50px;
	background-color:#e4011f;
	position: fixed;
	bottom:0;
	left:0;
	z-index:999999;
	width:100%;
}
.fix_footer a {
	float: left;
	width:25%;
	text-align: center;
	overflow: hidden;
	position: relative;
}
.fix_footer img {
	display: inline-block;
	height:24px;
	margin:5px 0 0;
}
.fix_footer strong {
	color:#fff;
	font-size:12px;
	display: block;
	height:20px;
	line-height:20px;
	font-weight:400;
}
.fix_footer .tel img:nth-of-type(2) {
position: absolute;
left:50%;
margin-left:-12px;
-webkit-animation:call 1.5s infinite;
animation:call 1.5s infinite;
}
@-webkit-keyframes call {
 from {
-webkit-transform:scale(1);
opacity:1;
}
to {
	-webkit-transform:scale(2);
	opacity:0;
}
}
.main {
	margin:0 auto;
}
/*========================================= 当前位置 =====================================*/

.weizhi_box {
	background:#eeeeee;
	overflow:hidden;
}
.weizhi {
	height:48px;
	line-height:48px;
	background:url(../images/ico12.png) no-repeat left center;
	padding-left:20px;
}
/*============================ 新闻 ============================*/


.news_left {
	width:880px;
	overflow:hidden;
	float:left;
}
.news_left dl {
	padding:20px 0;
	overflow:hidden;
	border-bottom:dashed 1px #dcdcdc;
	position:relative;
}
.news_left dt {
	width:227px;
	height:145px;
	overflow:hidden;
	float:left;
}
.news_left dt img {
	width:227px;
	height:145px;
}
.news_left dd {
	width:610px;
	float:right;
}
.news_left dd h2 {
	font-size:18px;
	font-weight:normal;
	padding-bottom:10px;
	font-weight:700;
}
.news_left dd p {
	color:#666;
	line-height:30px;
	font-size:15px;
}
.news_left dd span {
	display:block;
	background:url(../images/xw2.png) no-repeat right center;
	position:absolute;
	bottom:30px;
	right:0;
	padding-right:30px;
}
/*============================ 右侧新闻 ============================*/

.body_right {
	width:279px;
	overflow:hidden;
	float:right;
}
.mtp {
	margin-bottom:20px;
}
.yscs {
	overflow:hidden;
	margin-bottom:20px;
}
.yscs h3 {
	font-size:20px;
	color:#333;
	position:relative;
	padding-left:10px;
}
.yscs h3:before {
	content:'';
	display:block;
	width:3px;
	height:22px;
	background:#e4011f;
	position:absolute;
	left:0;
	top:3px;
}
.yscs ul {
	overflow:hidden;
	margin-top:10px;
}
.yscs ul li {
	background:url(../images/xw5.png) no-repeat left center;
	padding-left:15px;
	line-height:30px;
}
.yscs ul li a {
	font-size:15px;
}
.fuwuxm {
	border:solid 1px #e6e6e6;
	overflow:hidden;
	padding:20px;
}
.fuwuxm h3 {
	font-weight:normal;
	color:#f6611f;
}
.fuwuxm_con {
	margin-top:10px;
}
.fuwuxm_con a {
	display:inline-block;
	background:#f2f2f2;
	color:#333;
	font-size:14px;
	padding:1px 5px;
	margin:0 4px 5px;
	line-height:32px;
}
.fuwuxm_con a:hover {
	background:#e4011f;
	color:#FFF;
}
/*===========================新闻详情=================================*/
.news_info {
	width:860px;
	overflow:hidden;
	float:left;
	border:solid 1px #e6e6e6;
	position:relative;
}
.info_title {
	padding:20px 0;
	text-align:center;
	border-bottom:solid 1px #e6e6e6;
}
.info_title h1 {
	font-size:30px;
	font-weight:400;
	color:#333;
}
.info_laiyuan {
	line-height:35px;
	border-bottom:1px solid #e6e6e6;
	color:#888;
	font-size:14px;
	text-align:center;
}
.info_text {
	padding:30px;
	line-height:32px;
	font-size:15px
}
.info_text img {
	max-width:100%;
	padding:10px 0;
}
.info_text a {
	color:#e4011f;
}
.info_text a:hover {
	text-decoration: underline;
}
/*=========================== 联系我们 ===========================*/

.contact_boder {
	border:#e7e7e7 solid 1px;
}
.contact_sty {
	width: 46%;
	margin: 30px auto;
	float:left;
	margin:30px;
}
.contact_sty ul h4 {
	color: rgba(63, 63, 63, 1);
	font-size: 20px;
	font-weight: 800;
	margin: 20px 0 40px 0;
}
.contact_sty ul h4 span {
	color: rgba(63, 63, 63, 1);
	font-size: 16px;
	display: inline-block;
	font-weight: normal;
}
.contact_sty ul li {
	font-size: 16px;
	color: rgba(89, 89, 89, 1);
	margin: 20px 0;
	position: relative;
}
.contact_sty ul li::after {
 content: '\07C';
 float: left;
 margin-right: 20px;
}
.contact_right {
	width:46%;
	float:right
}
.contact_right_map {
	width:100%;
	height:400px;
}
/* 文章类别上下页 */
.fanye {
	width:92%;
	overflow:hidden;
	margin:30px auto;
}
.fanyeA, .fanyeB {
	line-height:2.2;
}
.fanye span {
	color:#666;
}
.fanye a {
	line-height:16px;
	font-size:13px;
	text-indent:0px;
	color:#333;
	margin-right: 5px;
	padding:5px 6px;
	display: inline-block;
}
.fanye a:hover {
	color: #F00;
}
.fanye_bt {
	width:120px;
	height:40px;
	line-height:40px;
	border-radius:2px;
	text-align:center;
	color:#fff !important;
	background:#f54c02;
	display:inline-block;
	position:absolute;
	right:30px;
	bottom:30px;
}
.fanye_bt:hover {
	background:#bf3600;
	color:#fff;
}
/*============================ 关于我们 ============================*/
.ny_ban {
	height:464px;
	position:relative;
}
.about {
	width:1200px;
	overflow:hidden;
	margin:0 auto;
	line-height:2;
}
.guandians {
	width:100%;
	background:#2b2e33;
	overflow:hidden;
}
.guandians .abtitles {
	border-bottom:solid 1px #666;
}
.guandians .abtitle h3, .guandians .abtitle h4 {
	color:#fff;
}
.guandian {
	width:1200px;
	overflow:hidden;
	margin:0 auto;
	color:#fff;
	text-align:center;
}
.contact {
	width:1200px;
	overflow:hidden;
	margin:0 auto 40px;
}
.contact p {
	font-size:16px;
	color:#666;
	text-align:center;
}
/*============================ 成功案例 ============================*/

.case_nav {
	width:100%;
	height:70px;
	background:#f8f8f8;
	border-bottom:solid 1px #e7e7e7;
}
.case_navs {
	width:1200px;
	line-height:68px;
	margin:0 auto;
}
.case_navs a {
	display:inline-block;
	width:170px;
	float:left;
	text-align:center;
	font-size:16px;
}
.case_navs a.on, .case_navs a:hover {
	background:#e7e7e7;
	border-bottom:solid 2px #e4011f;
}
.case {
	width:1200px;
	overflow:hidden;
	margin:40px auto;
}
.case li {
	width:378px;
	float:left;
	margin:0 30px 30px 0;
	border:1px solid #ddd;
}
.case li:hover {
	-webkit-transform: translate3d(0, -6px, 0);
	-ms-transform: translate3d(0, -6px, 0);
	transform: translate3d(0, -6px, 0);
	box-shadow: 0 0 16px 1px rgba(17, 120, 225, 0.16);
transition: .4s;
}
.case li i {
	height:260px;
	display:block;
	text-align:center;
	overflow:hidden;
}
.case li i img {
	width:100%;
}
.case li p {
	font-size:16px;
	color:#666;
	text-align:center;
	line-height:58px;
}
.case li.liA {
	margin-right:inherit;
}
.s_width {
	width:1200PX;
	margin: 0 auto;
}
.bnews_left {
	width:800px;
}
.bnews_right {
	width:280px;
	margin-top:20px;
}
.ssolve {
	width:1200px;
}
.ssolve a {
	background:#e7e7e7;
	color:#000;
	padding:0px;
	line-height:46px;
	font-size:16px;
	margin-right:1%;
	width:19%;
	margin-bottom:10px;
	display:block;
	float:left;
	text-align:center;
}
.ssolve a:hover, .ssolve .on {
	background:#e4011f;
	color:#fff;
}
.solve {
	width:1200px;
	overflow:hidden;
	margin:20px auto;
}
.solve li {
	width:378px;
	float:left;
	margin:0 30px 30px 0;
	background:#fff;
	border:1px solid #ddd;
}
.solve li:hover {
	-webkit-transform: translate3d(0, -6px, 0);
	-ms-transform: translate3d(0, -6px, 0);
	transform: translate3d(0, -6px, 0);
	box-shadow: 0 0 16px 1px rgba(17, 120, 225, 0.16);
transition: .4s;
}
.solve li i {
	height:60px;
	display:block;
	text-align:center;
	overflow:hidden;
	padding-top:30px;
}
.solve li i img {
	width:140px;
	height:50px;
}
.solve li p {
	font-size:16px;
	color:#666;
	text-align:center;
	line-height:50px;
}
.solve li.liA {
	margin-right:inherit;
}
