@charset "utf-8";
/* CSS Document */

/*--初始化CSS--*/

html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {
	margin: 0;
	padding: 0;
}
fieldset, img {
	border: none;
	display: block;
}
address, caption, cite, code, dfn, th, var {
	font-style: normal;
	font-weight: normal;
}
ul, ol {
	list-style: none;
}
input {
	padding-top: 0;
	padding-bottom: 0;
	font-family: "微软雅黑";
}
 input::-moz-focus-inner {
border:none;
padding:0;
}
select, input {
	vertical-align: middle;
}
select, input, textarea {
	font-size: 14px;
	margin: 0;
}
input[type="text"], input[type="password"], textarea {
	outline-style: none;
	-webkit-appearance: none;
}
textarea {
	resize: none;
	font-family: "微软雅黑";
}
table {
	border-collapse: collapse;
}
body {
	padding: 0;
	font: 14px "微软雅黑", "宋体", "Arial Narrow", HELVETICA;
	background-color: #ffffff;/* overflow-y:scroll;*/
}
.clear {
	clear: both;
	height: 0;
	font-size: 0;
	overflow: hidden;
}
a {
	text-decoration: none;
	color: #333;
}
/*--首页--*/

/*--顶部--*/

.top {
	width: 100%;
	height: 41px;
	border-bottom: 1px solid #ebebeb;
}
.top_con {
	width: 1200px;
	height: 41px;
	margin: 0 auto;
}
.top_left {
	width: 600px;
	height: 41px;
	float: left;
	color: #666;
	line-height: 41px;
}
.top_right {
	width: 237px;
	height: 41px;
	float: right;
}
.top_right a {
	width: 79px;
	height: 41px;
	line-height: 41px;
	color: #666;
	background: url(../images/d_xian.gif) no-repeat right;
	display: block;
	float: left;
	text-align: center;
}
.logo {
	width: 1200px;
	height: 113px;
	background: url(../images/logo.jpg) no-repeat;
	margin: 0 auto;
}
/*--导航--*/

.nav {
	width: 100%;
	height: 53px;
	background: #202020;
	position: relative;
	z-index: 9;
}
.nav_con {
	width: 1200px;
	height: 53px;
	margin: 0 auto;
}
.nav_con ul li {
	width: 133px;
	height: 53px;
	background: url(../images/nav_xian.gif) no-repeat left;
	float: left;
	position: relative;
}
.nav_con ul li a {
	width: 133px;
	height: 53px;
	text-align: center;
	display: block;
	font-size: 16px;
	color: #fff;
	line-height: 53px;
}
.nav_con ul li a:hover {
	width: 133px;
	height: 57px;
	background: url(../images/nav_he.png) no-repeat;
}
/*--搜索--*/

.sou {
	width: 100%;
	height: 79px;
	background: url(../images/sou_xian.gif) repeat-x;
}
.sou_con {
	width: 1200px;
	height: 70px;
	margin: 0 auto;
}
.sou_left {
	width: 600px;
	height: 70px;
	float: left;
	line-height: 70px;
}
.sou_left h3 {
	font-size: 14px;
	color: #333;
	float: left;
	margin-right: 5px;
}
.sou_left a {
	padding: 0px 10px;
}
.sou_right {
	width: 283px;
	height: 70px;
	float: right;
	padding-top: 18px;
	box-sizing: border-box;
}
.sou_right .input1 {
	width: 233px;
	height: 33px;
	background: none;
	border: 1px solid #ddd;
	padding: 0px 5px;
	float: left;
	box-sizing: border-box;
}
.sou_right .input2 {
	width: 50px;
	height: 33px;
	background: #db3717;
	border: none;
	float: left;
	color: #fff;
	cursor: pointer;
}
/*--产品--*/

.product {
	width: 100%;
	height: 945px;
	background: url(../images/cp_bg.jpg) no-repeat top center;
	margin-top: 33px;
}
.product_con {
	width: 1200px;
	height: 945px;
	margin: 0 auto;
}
.product_bt {
	width: 1200px;
	height: 333px;
	position: relative;
}
.product_bt ul {
	width: 940px;
	height: 98px;
	position: absolute;
	top: 206px;
	left: 290px;
}
.product_bt ul li {
	height: 76px;
	float: left;
	padding: 22px 25px 0px;
}
.product_bt ul li span {
	width: 40px;
	height: 22px;
	display: block;
	margin: 0 auto;
	margin-bottom: 5px;
}
.span1 {
	background: url(../images/fen1.gif) no-repeat;
}
.product_bt ul li:hover .span1 {
	background: url(../images/fen1_h.gif) no-repeat;
}
.span2 {
	background: url(../images/fen2.gif) no-repeat;
}
.product_bt ul li:hover .span2 {
	background: url(../images/fen2_h.gif) no-repeat;
}
.span3 {
	background: url(../images/fen3.gif) no-repeat;
}
.product_bt ul li:hover .span3 {
	background: url(../images/fen3_h.gif) no-repeat;
}
.span4 {
	background: url(../images/fen4.gif) no-repeat;
}
.product_bt ul li:hover .span4 {
	background: url(../images/fen4_h.gif) no-repeat;
}
.span5 {
	background: url(../images/fen5.gif) no-repeat;
}
.product_bt ul li:hover .span5 {
	background: url(../images/fen5_h.gif) no-repeat;
}
.span6 {
	background: url(../images/fen6.gif) no-repeat;
}
.product_bt ul li:hover .span6 {
	background: url(../images/fen6_h.gif) no-repeat;
}
.product_bt ul li p {
	font-size: 14px;
	color: #333;
	text-align: center;
}
.product_bt ul li:hover p {
	color: #ff2600;
}
.product_bt ul li:hover {
	background: url(../images/jiao_h.gif) no-repeat center 76px;
}
.product_nr {
	width: 1200px;
	height: 580px;
	margin-top: 37px;
}
.product_nr ul {
	width: 1225px;
}
.product_nr ul li {
	width: 385px;
	height: 257px;
	float: left;
	margin-bottom: 26px;
	margin-right: 23px;
	position: relative;
}
.product_nr ul li img {
	width: 385px;
	height: 257px;
}
.strengthMain li {
	float: left;
	width: 385px;
	height: 257px;
	overflow: hidden;
	background: #000;
	position: relative;
}
.strengthMain li img {
	width: 385px;
	height: 257px;
}
.strengthMain li .font {
	width: 385px;
	height: 163px;
	top: 285px;
	left: 0;
	position: absolute;
	;
	text-align: center;
	font-size: 16px;
	padding-top: 95px;
	background: rgba(0,0,0,0.3);
}
.strengthMain li .font h3 {
	font-weight: normal;
	font-size: 16px;
	color: #fff;
	line-height: 50px;
}
.strengthMain li .font::before, .strengthMain li .font::after {
	position: absolute;
	content: '';
	opacity: 0;
	transition: all 0.8s;
}
.strengthMain li .font::before {
	top: 25px;
	right: 15px;
	bottom: 25px;
	left: 15px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: scale(0, 1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0
}
.strengthMain li .font::after {
	top: 15px;
	right: 25px;
	bottom: 15px;
	left: 25px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	transform: scale(1, 0);
	transform-origin: 100% 0;
}
.strengthMain li:hover .font::before, .strengthMain li:hover .font::after {
	opacity: 1;
	transform: scale(1);
	transition: all 0.8s;
}
.strengthMain li:hover .font {
	top: 0;
}
.strengthMain li .font p {
	width: 36px;
	height: 1px;
	background: #fff;
	margin: 0 auto;
}
/*--问--*/

.wen {
	width: 100%;
	height: 587px;
	background: url(../images/wen.jpg) no-repeat center;
}
.youshi {
	width: 100%;
	height: 1447px;
	background: url(../images/youshi.jpg) no-repeat center;
	margin-top: 58px;
}
.banner_x {
	width: 100%;
	height: 158px;
	background: url(../images/banner_x.jpg) no-repeat center;
}
/*--案例--*/

.case {
	width: 1200px;
	height: 450px;
	margin: 0 auto;
	margin-top: 85px;
}
.case_bt {
	width: 430px;
	height: 112px;
	margin: 0 auto;
}
.case_bt h3 {
	font-weight: normal;
	font-size: 30px;
	line-height: 30px;
	text-align: center;
	color: #ff2a00;
	margin-bottom: 12px;
}
.case_bt i {
	font-style: normal;
	width: 300px;
	height: 23px;
	background: url(../images/case_xian.gif) repeat-x;
	display: block;
	margin: 0 auto;
	margin-bottom: 6px;
}
.case_bt i span {
	width: 94px;
	height: 23px;
	background: #fff;
	text-align: center;
	font-size: 16px;
	color: #333;
	line-height: 23px;
	display: block;
	margin: 0 auto;
}
.case_bt p {
	color: #666;
	text-align: center;
	line-height: 30px;
}
/* 水平滚动

------------------------------ */

.scroll_horizontal {
	position: relative;
	width: 1200px;
	height: 255px;
	margin-top: 41px;
}
.scroll_horizontal .box {
	overflow: hidden;
	position: relative;
	width: 1200px;
	height: 255px;
	margin: 0 auto;
}
.scroll_horizontal .list {
	overflow: hidden;
	width: 9999px;
}
.scroll_horizontal .list li {
	float: left;
	width: 305px;
	height: 255px;
	text-align: center;
}
.scroll_horizontal .plus,  .scroll_horizontal .minus {
	position: absolute;
	top: 110px;
	width: 22px;
	height: 32px;
	cursor: pointer;
}
.scroll_horizontal .plus {
	left: -50px;
	background: url(../images/zuo.gif) no-repeat;
}
.scroll_horizontal .minus {
	right: -50px;
	background: url(../images/you.gif) no-repeat;
}
.scroll_horizontal .list li img {
	width: 283px;
	height: 255px;
}
.scroll_horizontal .list li .bt {
	width: 283px;
	height: 27px;
	background: rgba(255,255,255,0.4);
	position: absolute;
	bottom: 0;
	transition: all 0.5s;
}
.scroll_horizontal .list li:hover .bt {
	height: 255px;
}
.scroll_horizontal .list li .bt span {
	width: 283px;
	height: 27px;
	line-height: 27px;
	text-align: center;
	font-size: 14px;
	color: #333;
	position: relative;
	transition: all 0.5s;
}
.scroll_horizontal .list li:hover .bt span {
	background: #ff2600;
	color: #fff;
	font-size: 14px;
	padding: 5px 10px;
	position: relative;
	top: 120px;
}
/*--客户--*/

.kehu {
	width: 100%;
	height: 275px;
	background: #f7f7f7;
	overflow: hidden;
}
.kehu_con {
	width: 1200px;
	height: 275px;
	margin: 0 auto;
}
.kehu_bt {
	width: 1200px;
	height: 55px;
	background: url(../images/kehu.gif) no-repeat;
	margin-top: 39px;
}
#marquee1 {
	width: 1200px;
	height: 93 px;
	overflow: hidden;
	margin-top: 47px;
}
#marquee1 ul li {
	float: left;
	width: 214px;
	height: 93px;
	margin-right: 32px;
}
#marquee1 ul li img {
	width: 214px;
	height: 93px;
}
/*--服务--*/

.fuwu {
	width: 1093px;
	height: 528px;
	background: url(../images/fuwu.jpg) no-repeat;
	margin: 35px auto;
}
/*--简介--*/

.profile {
	width: 100%;
	height: 500px;
	background: #f8f8f8;
}
.profile_con {
	width: 1200px;
	height: 500px;
	margin: 0 auto;
	overflow: hidden;
}
.profile_bt {
	width: 828px;
	height: 71px;
	background: url(../images/pro_bt.gif) repeat-x;
	margin: 0 auto;
	margin-top: 52px;
}
.profile_bt h3 {
	font-size: 25px;
	color: #333;
	width: 125px;
	height: 43px;
	line-height: 43px;
	text-align: center;
	background: #f8f8f8;
	margin: 0 auto;
}
.profile_bt p {
	font-size: 16px;
	color: #999;
	text-align: center;
}
.profile_nr {
	width: 1200px;
	height: 320px;
	margin-top: 28px;
}
.profile_nr .sp {
	width: 397px;
	height: 280px;
	background: url(../images/shipin.jpg) no-repeat;
	float: left;
}
.profile_nr .txt {
	width: 787px;
	height: 320px;
	float: right;
}
.profile_nr .txt .c {
	width: 755px;
	height: 166xp;
	float: right;
}
.profile_nr .txt .c h3 {
	font-size: 20px;
	color: #ff0011;
}
.profile_nr .txt .c p {
	color: #666;
	line-height: 30px;
	overflow: hidden;
	margin-top: 10px;
}
.profile_nr .txt .c p a {
	color: #ff0011;
	padding-left: 15px;
}
.profile_nr .txt img {
	width: 573px;
	height: 121px;
	float: left;
	margin-top: 10px;
}
/*--新闻--*/

.news {
	width: 1200px;
	height: 597px;
	margin: 0 auto;
	padding: 43px 0px;
	box-sizing: border-box;
}
.news_bt {
	width: 630px;
	height: 80px;
	margin: 0 auto;
}
.news_bt h3 {
	font-size: 25px;
	color: #333;
	text-align: center;
	line-height: 35px;
}
.news_bt p {
	font-size: 14px;
	color: #999;
	text-align: center;
	line-height: 40px;
}
.fxui-tab {
	margin-top: 30px;
}
.fxui-tab-hand {
	width: 420px;
	height: 30px;
	margin: 0 auto;
}
.fxui-tab-tit {
	display: block;
	float: left;
	width: 108px;
	height: 30px;
	border: 1px solid #e4e4e4;
	text-align: center;
	margin: 0 15px;
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
}
.fxui-tab-hand .curr {
	background: #ff2600;
	color: #fff;
}
.fxui-tab-nav {
	margin-top: 55px;
	width: 1200px;
	overflow: hidden;
}
.fxui-tab-nav ul {
	width: 1225px;
}
.fxui-tab-nav ul li {
	width: 281px;
	height: 290px;
	float: left;
	margin-right: 25px;
	border-right: 1px solid #ededed;
	padding-right: 25px;
	box-sizing: border-box;
}
.fxui-tab-nav ul li h3 {
	font-size: 16px;
	color: #333;
	width: 256px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.fxui-tab-nav ul li span {
	color: #999;
	line-height: 30px;
}
.fxui-tab-nav ul li i {
	width: 29px;
	height: 2px;
	background: #333;
	display: block;
	margin-top: 3px;
}
.fxui-tab-nav ul li p {
	width: 256px;
	height: 60px;
	line-height: 30px;
	color: #666;
	overflow: hidden;
	margin-top: 20px;
}
.fxui-tab-nav ul li img {
	width: 256px;
	height: 103px;
	margin-top: 10px;
}
.fxui-tab-nav ul li div {
	width: 256px;
	height: 22px;
	background: url(../images/news.gif) no-repeat;
	margin-top: 10px;
	transition: all 0.5s;
	overflow: hidden;
}
.fxui-tab-nav ul li:hover div {
	background: url(../images/news_h.gif) no-repeat;
}
.fxui-tab-nav ul li div i {
	width: 0px;
	height: 1px;
	background: #ffa721;
	margin-top: 12px;
	margin-left: 22px;
	display: block;
	transition: all 0.5s;
}
.fxui-tab-nav ul li:hover div i {
	width: 243px;
}
/*--底部--*/

.footer {
	width: 100%;
	height: 400px;
	background: #333;
	
}
.footer_con {
	width: 1200px;
	height: 400px;
	margin: 0 auto;
	overflow: hidden;
}
.footer_nav {
	width: 1125px;
	height: 25px;
	margin: 0 auto;
	margin-top: 55px;
}
.footer_nav a {
	width: 125px;
	height: 21px;
	display: block;
	float: left;
	text-align: center;
	line-height: 21px;
	color: #8b8b8b;
	font-size: 15px;
	background: url(../images/foot.gif) no-repeat right;
}
.footer_nav a:hover {
	color: #ff2600;
}
.footer .xin {
	width: 1200px;
	height: 135px;
	margin-top: 40px;
}
.logo_di {
	width: 263px;
	height: 85px;
	background: url(../images/logo_di.jpg) no-repeat;
	float: left;
	margin-top: 10px;
}
.ma_di {
	width: 96px;
	height: 96px;
	background: url(../images/ma.jpg) no-repeat;
	float: left;
	margin-left: 22px;
	margin-top: 13px;
}
.footer .xin p {
	color: #8b8b8b;
	line-height: 30px;
	margin-left: 25px;
	float: left;
}
.links {
	width: 1200px;
	height: 42px;
	border: 1px solid #4a4a4a;
	padding: 0 20px;
	box-sizing: border-box;
	margin-top: 20px;
}
.links span {
	float: left;
	color: #fff;
	line-height: 40px;
}
.links a {
	color: #fff;
	padding: 0 15px;
	line-height: 40px;
}
/*--浮窗--*/

.fu_c {
	width: 100%;
	height: 94px;
	background: #d0000e;
	position: fixed;
	bottom: 0px;
	display: none;
}
.fu_c_con {
	width: 1200px;
	height: 94px;
	margin: 0 auto;
	background: #d0000e;
}
.fu_c_left {
	width: 531px;
	height: 94px;
	float: left;
	background: url(../images/fu_c.jpg) no-repeat;
}
.fu_c_right {
	width: 525px;
	height: 94px;
	float: right;
	padding-top: 19px;
	box-sizing: border-box;
	background: url(../images/ll.gif) no-repeat 110px 55px;
}
.fu_c_right .input1 {
	width: 132px;
	height: 26px;
	line-height: 26px;
	border: none;
	background: #fff;
	float: left;
	font-size: 14px;
	color: #999;
	padding: 0 8px;
	margin-right: 17px;
	box-sizing: border-box;
}
.fu_c_right .input2 {
	width: 82px;
	height: 23px;
	background: #ffa721;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 23px;
	border: none;
	cursor: pointer;
	margin-top: 10px;
}
/*--简介--*/

.nav_x {
	width: 100%;
	height: 60px;
	background: url(../images/nav_x.gif) repeat-x;
}
.nav_x_con {
	width: 1200px;
	height: 60px;
	margin: 0 auto;
	background: url(../images/dingwei.gif) no-repeat;
	color: #333;
	font-size: 15px;
	line-height: 55px;
	padding-left: 30px;
	box-sizing: border-box;
}
.nav_x_con a {
	padding: 0px 5px;
	color: #333;
}
.nav_x_con a span {
	color: #d0000e;
}
.banner_about {
	width: 100%;
	height: 350px;
	background: url(../images/banner_about.jpg) no-repeat center;
}
.about {
	width: 1200px;
	height: auto;
	padding-bottom: 50px;
	padding-top: 30px;
	margin: 0 auto;
}
.about_bt {
	width: 369px;
	height: 40px;
	margin: 0 auto;
}
.about_bt a {
	width: 156px;
	height: 38px;
	line-height: 38px;
	border: 1px solid #d6d6d6;
	display: block;
	float: left;
	font-size: 15px;
	color: #333;
	text-align: center;
	margin: 0 13px;
	position: relative;
}
.about_bt a i {
	width: 0px;
	height: 38px;
	background: #ececec;
	transition: all 0.5s;
	float: left;
	position: absolute;
	left: 50%;
}
.about_bt a:hover i {
	width: 156px;
	position: absolute;
	left: 0px;
	z-index: -1;
}
.about_bt a.thiss_class {
	width: 158px;
	height: 40px;
	border: none;
	background: #d2000e;
	color: #fff;
}
.about_con {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	color: #333;
	font-size: 15px;
	line-height: 36px;
	text-indent: 2em;
	padding-top: 40px;
	padding-bottom: 50px;
}
.about_con_di {
	width: 1200px;
	height: 276px;
	background: url(../images/about_di.jpg) no-repeat;
	margin-bottom: 10px;
}
.wenhua_tu {
	width: 1200px;
	height: 260px;
	background: url(../images/wenhua.jpg) no-repeat;
	margin-top: 60px;
	margin-bottom: 60px;
}
.wenhua_con {
	width: 1200px;
	height: auto;
	color: #333;
	font-size: 15px;
	line-height: 36px;
	padding-bottom: 50px;
}
.contact_bt {
	width: 400px;
	height: 50px;
	line-height: 50px;
	margin: 0 auto;
	text-align: center;
	color: #333;
	font-size: 20px;
	font-weight: bold;
	margin-top: 60px;
}
.contact_con {
	width: 1200px;
	height: 240px;
	background: #e3e3e3;
	margin-top: 35px;
}
.contact_left {
	width: 380px;
	height: 240px;
	float: left;
	padding-left: 75px;
	box-sizing: border-box;
	line-height: 33px;
	color: #333;
	font-size: 15px;
	padding-top: 36px;
	box-sizing: border-box;
}
.contact_mid {
	width: 448px;
	height: 198px;
	background: url(../images/cont.jpg) no-repeat;
	float: left;
	margin-top: 22px;
	margin-left: 15px;
}
.contact_right {
	width: 184px;
	height: 183px;
	background: url(../images/ma.jpg) no-repeat;
	float: right;
	margin-right: 60px;
	margin-top: 28px;
}
.ditu {
	width: 1200px;
	height: 300px;
	border: 3px solid #eaeaea;
	box-sizing: border-box;
	margin-top: 25px;
}

.news1_con_nr img{margin: 0 auto;}

.footer a{color:#8b8b8b;}