/* 初始化 */
@charset "utf-8";
* {
	box-sizing: border-box;
}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, fieldset, lengend, button, input, textarea, th, td, figure {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
body {
	line-height: 1.5;
	font-size: 16px;
	text-align: justify;
	background: rgb(245, 247, 249);
	min-width: 1200px;
	overflow-x: hidden;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color:transparent;
	font-family:"PingFang", "Helvetica", "微软雅黑", "Microsoft YaHei", "simsun", "Arail";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
ul, ol, li {
	list-style: none;
}
.h20 {
	height:20px;
}
.h30 {
	height:30px;
}
.fl{ float:left}
.fr{ float:right}
a {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
}
em, i {
	font-style: normal;
}
select, select:hover {
	outline: none;
	border-color: #000;
}
body, button, input, select, textarea, *:focus {
	outline: none;
}
a:hover, a:active, a:visited {
	text-decoration: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
.clearfix, .clearfix:before, .clearfix:after, ul:before, ul:after {
	display: block;
	content: '';
	clear: both;
}
.clear {
	clear: both;
}
.wrapper {
	width: 1300px;
	margin: 0 auto;
}
.wrapper1000 {
	width: 1000px;
	margin: 0 auto;
}
section {
}
section h3, .introduce h2 {
	font-size: 36px;
	text-align: center;
	color: #333;
	letter-spacing: 2px;
}
section h3 span {
	color: #c91111;
}
section h4 {
	text-align: center;
	color: #555;
	font-size: 18px;
	text-transform: uppercase;
}
section h5 {
	text-align: center;
	color: #333;
	font-size: 24px;
}
.line {
	width: 50px;
	height: 3px;
	background: #e4011f;
	left: 50%;
	position: relative;
	margin: 15px 0 20px -25px;
}
.h100 {
	height:100px;
}
.h60 {
	height:60px;
}
.h80 {
	height:80px;
}
.h30 {
	height:30px;
}
/* head  */

header {
	width: 100%; 
	background: #fff;
	position: fixed;
	z-index: 999;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
}
#menu {
	position: relative;
}
#menu h1 {
	width: 320px;
	height: 70px;
	margin-top: 15px;
	float: left;
	font-size: 0;
	background: url("../images/logo.png") no-repeat left center/contain;
}


.nav_main {
	width:900px;
	height: 100px;
	line-height: 100px;
	z-index: 3; float:right;
}
.nav .list {
	width: 100%;
	margin:0 auto;
	height: 100px;
	line-height: 100px;
	position: relative;
}
.nav_main .nav {
	margin: 0 auto;
}
.nav_main .nav li {
	float:left;
	width: 150px;
	display: block;
	position: relative;
	z-index: 10;
	font-size: 16px;
	text-align: center;
}
.nav_main .nav li:first-child {
	background:#e4011f; color:#fff !important;
}
.nav_main .nav li:first-child a{
	color:#fff !important;
}
.nav_main .nav li:first-child.hover {
	color:#fff;
}
.nav_main .nav li a {
	display: block;
	color:#000;
	font-size:16px;
}
.nav_main .nav li a:hover, .nav_main .nav li a.hover, .nav_main .nav li #hover2 {
	background: #e4011f; color:#fff;
}
.nav_main .nav dl {
	width: 160px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 100px;
	z-index: 12;
}
.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: 49px;
	height: 49px;
	text-align: left;
	position: relative;
	z-index: 12;
	display: block;
	width: 100%;
}
.nav_main .nav dl dd:first-child {
	border: none;
}
.nav_main .nav dl dd a {
	color: #666;
	font-size: 16px;
	padding: 0;
	width: 100%;
	text-align:center;
}
.nav_main .nav dl dd a:hover, .nav_main .nav dl dd a.hover {
	background: #e4011f;
	color: #fff;
}
/* head  end*/


/* body1 服务项目*/
.service-box ul {
	margin: 20px -15px 0;
}
.service-box ul li {
	float: left;
	width: 295px;
	height: 250px;
	padding-top: 35px;
	margin: 20px 15px;
	text-align: center;
	border-radius: 10px;
	vertical-align: top;
	background: #fff;
	color: #666;
	cursor: pointer;
	box-shadow: 0px 6px 20px rgba(217, 217, 217, 0.75);
 -webkit-transition: all .3s;
 -moz-transition: all .3s;
 -ms-transition: all .3s;
 -o-transition: all .3s;
 transition: all .3s;
}
.service-box ul li:before {
	margin-top: 30px;
}
.service-box ul li:hover, .service-box ul li.active {
	background: #ff4933;
}
.service-box ul li:hover i, .service-box ul li:hover h4, .service-box ul li:hover p, .service-box ul li.active i, .service-box ul li.active h4, .service-box ul li.active p {
	color: #fff!important;
}
.service-box ul li i {
	font-size: 36px;
}
.service-box ul li h4 {
	font-size: 18px;
	font-weight: bold;
	color: #555;
	margin: 10px 0;
}
.service-box ul li p {
	font-size: 15px;
	color: #333;
}
.service-box ul li:nth-child(1) i {
 color: #fff;
}
.service-box ul li:nth-child(2) i {
 color: #00ceff;
}
.service-box ul li:nth-child(3) i {
 color: #f6d220;
}
.service-box ul li:nth-child(4) i {
 color: #7f96e0;
}
.service-box ul li:nth-child(5) i {
 color: #f6d220;
}
.service-box ul li:nth-child(6) i {
 color: #7f96e0;
}
.service-box ul li:nth-child(7) i {
 color: #4cba91;
}
.service-box ul li:nth-child(8) i {
 color: #00ceff;
}
/* body1 服务项目 end*/



/* body3 about */
.iAbout {
	background: #2b2b2b; min-width:1300px;

}
.distribution {
	background: url(../images/map.png) no-repeat center/contain;
}
.distribution h3, .distribution h4 {
	color: #fff;
}
.num-box {
	margin-top: 30px;
}
.num-box ul li {
	float: left;
	padding: 0 40px;
	color: #f6d220;
	border-right: 1px solid rgba(246, 210, 32, 0.25);
	text-align: center;
}
.num-box ul li:last-child {
	border: none;
}
.num {
	font-size: 42px;
}
.des {
	color: #eee;
}
.china-map {
}
.iabout_content {
	font-size:16px;
	color:#FFF;
	line-height:35px;
	padding-top:25px;
}
.content_sty {
	font-size:16px;
	color: #333;
	line-height:35px;
	padding-top:25px;
}
/* body3 about end*/

/*****案例*****/

.case-list {
	margin: 0 -10px 35px; min-width:1300px;
}
.case-list ul li {
	float: left;
	width: 409px;
	margin: 0 15px 20px;
 -webkit-transition: all .3s;
 -moz-transition:  all .3s;
 -ms-transition:  all .3s;
 -o-transition:  all .3s;
 transition:  all .3s;
}
.case-list ul li:hover {
	-webkit-transform: translate3d(0, -3px, 0);
	-moz-transform: translate3d(0, -3px, 0);
	-ms-transform: translate3d(0, -3px, 0);
	-o-transform: translate3d(0, -3px, 0);
	transform: translate3d(0, -5px, 0);
	box-shadow: 0px 6px 20px rgba(217, 217, 217, 0.75);
}
.case-list .case-pic span {
	display: block;
	height: 220px;
	background-color: #ddd;
	background-size: cover;
	background-position: center;
}
.case-list .case-info {
	padding: 10px 15px 15px;
	border: 1px solid #f2f2f2;
	background: #fff;
}
.case-list .case-info .title {
	color: #222;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	white-space: nowrap;
	width: 100%; text-align:center;
}
.case-list .case-info .meta {
	font-size: 14px;
	color: #999;
	margin-bottom: 8px;
	height:85px;
}
.case-list .case-info .memo {
	font-size: 14px;
	color: #999;
	margin-bottom: 8px;
	height:85px;
}
.case-list .case-info button {
	font-size: 14px;
	width: 100px;
	height: 30px;
	display: inline-block;
	border: 1px solid #ddd;
	border-radius: 15px;
	text-align: center;
	line-height: 28px;
	color: #999;
	background: none;
	cursor: pointer;
 -webkit-transition: all .3s;
 -moz-transition: all .3s;
 -ms-transition: all .3s;
 -o-transition: all .3s;
 transition: all .3s;
}
.case-list ul li:hover button {
	background: #ff4933;
	border-color: #ff4933;
	color: #fff;
}
/*****foot*****/

/*copyright */

.foot_box {
	width:100%;
	background:#2b2b2b;
	height:300px;
	min-width:1300px;
	font-family: "微软雅黑";
}
.foot_ul {
	padding-bottom:50px;
	padding-top:50px;
}
.foot_ul li {
	float:left;
	padding-left:40px;
	padding-right:40px;
	height:200px;
	overflow:hidden;
	font-family: "微软雅黑";
}
.foot_ul li .F_title {
	font-size:18px;
	color:#FFF;
	line-height:50px;
	text-align:left;
	font-family: "微软雅黑";
}
.foot_line {
	background:url(../images/foot_line.png) repeat-y right;
	font-family: "微软雅黑";
}
.hui {
	font-size:14px;
	text-decoration:none;
	color:#fff;
	font-family:"微软雅黑", arial, 宋体;
}
a.hui:link {
	text-decoration: none;
	color:#fff;
	font-family:"微软雅黑", arial, 宋体;
}
a.hui:visited {
	text-decoration: none;
	color:#fff;
	font-family:"微软雅黑", arial, 宋体;
}
a.hui:hover {
	text-decoration: underline;
	color:#ff4933;
	font-family:"微软雅黑", arial, 宋体;
}
.foot_wx {
	float:left;
	text-align: center;
	width:120px;
	margin-right:30px;
	line-height:30px;
	color: #fff;
	font-size:14px
}
.foot_body_content {
	line-height:30px;
	text-align:left;
	font-size:15px;
	color:#fff
}
.foot_body_content1 {
	line-height:30px;
	text-align:left;
	font-size:15px;
	color:#fff
}
.foot_pro_div {
	width:150px;
	float:left;
	text-align:left
}
.copy {
	height:53px;
	background: #e4011f;
	text-align: center;
	color:white;
	width:100%;
	line-height: 53px; min-width:1300px; 
}
/*copyright end*/
/*****foot end *****/


.contact_left {
	float:left
}
.contact_right {
	float:right
}
.sl {
}
.sl li {
	position: relative;
	float: left;
	width: 300px;
	margin-right: 12px;
 transition: .5s;
	background:#FFF
}
.sl li:hover {
}
.sl li a {
	display: block;
	width: 100%;
}
.sl li img {
	width: 100%;
	height: 225px;
}
.sl li p {
	color: #fff;
	font-size: 16px;
	background: #ff7200;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
 transition: .5s;
}
.sl li:hover p {
	background: #ff4933;
	color: #fff;
}
.content_title {
	text-align:center;
}
.content_title h4 {
	font-size:24px;
	text-align:center;
	line-height:50px;
	border-bottom:1px solid #CCC;
}
.content_pic {
	text-align:center;
}
/*****店铺*****/

.dian-list {
	margin: 0 -10px 5px;
}
.dian-list ul li {
	float: left;
	width: 285px;
	margin: 0 10px 20px;
 -webkit-transition: all .3s;
 -moz-transition:  all .3s;
 -ms-transition:  all .3s;
 -o-transition:  all .3s;
 transition:  all .3s;
}
.dian-list ul li:hover {
	-webkit-transform: translate3d(0, -3px, 0);
	-moz-transform: translate3d(0, -3px, 0);
	-ms-transform: translate3d(0, -3px, 0);
	-o-transform: translate3d(0, -3px, 0);
	transform: translate3d(0, -5px, 0);
	box-shadow: 0px 6px 20px rgba(217, 217, 217, 0.75);
}
.dian-list .dian-pic span {
	display: block;
	height: 210px;
	background-color: #ddd;
	background-size: cover;
	background-position: center;
}
.dian-list .dian-info {
	padding: 10px 15px 15px;
	border: 1px solid #f2f2f2;
	background: #fff;
}
.dian-list .dian-info .title {
	color: #222;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	white-space: nowrap;
	width: 100%;
}
.dian-list .dian-info button {
	font-size: 14px;
	width: 100px;
	height: 30px;
	display: inline-block;
	border: 1px solid #ddd;
	border-radius: 15px;
	text-align: center;
	line-height: 28px;
	color: #999;
	background: none;
	cursor: pointer;
 -webkit-transition: all .3s;
 -moz-transition: all .3s;
 -ms-transition: all .3s;
 -o-transition: all .3s;
 transition: all .3s;
}
.dian-list ul li:hover button {
	background: #ff4933;
	border-color: #ff4933;
	color: #fff;
}
/*分页*/
.fenye {
	text-align:center;
	color:#666;
	font-size:14px;
	line-height:30px;
	padding:20px 0;
}
.fenye .rows {
	color:#666;
	font-size:13px;
	padding:0 10px;
}
.fenye .current {
	display:inline-block;
	margin:0 3px;
	padding:0 10px;
	border:1px solid #003466;
	color:#666;
	font-size:14px;
	height:28px;
	line-height:27px;
	border-radius:5px;
	background-color:#003466;
	color:#fff;
}
.fenye .num, .fenye .next {
	display:inline-block;
	margin:0 3px;
	padding:0 10px;
	border:1px solid #ddd;
	color:#666;
	font-size:14px;
	height:28px;
	line-height:27px;
	border-radius:5px;
}
.fenye .num:hover, .fenye .next:hover, {
 background-color:#003466;
 color:#fff;
 border:1px solid #003466;
}
/*header_nav*/


/*****案例*****/

.Honor-list {
	margin: 0 -1px 35px; min-width:1300px;
}
.Honor-list ul li {
	float: left;
	width: 290px;
	margin: 0 15px 20px;
 -webkit-transition: all .3s;
 -moz-transition:  all .3s;
 -ms-transition:  all .3s;
 -o-transition:  all .3s;
 transition:  all .3s;
}
.Honor-list ul li:hover {
	-webkit-transform: translate3d(0, -3px, 0);
	-moz-transform: translate3d(0, -3px, 0);
	-ms-transform: translate3d(0, -3px, 0);
	-o-transform: translate3d(0, -3px, 0);
	transform: translate3d(0, -5px, 0);
	box-shadow: 0px 6px 20px rgba(217, 217, 217, 0.75);
}
.Honor-list .Honor-pic span {
	display: block;
	height: 200px;
	background-color: #ddd;
	background-size: cover;
	background-position: center;
}
.Honor-list .Honor-info {
	padding: 10px 15px 15px;
	border: 1px solid #f2f2f2;
	background: #fff;
}
.Honor-list .Honor-info .title {
	color: #222;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	white-space: nowrap;
	width: 100%; text-align:center;
}

/*新闻列表*/

.news_list {
}
.news_list li {
	border-bottom: 1px dashed #e4e4e4;
	padding:25px;
	background: url(../images/ico2.png) 20px center no-repeat;
}
.news_list li .lMore {
	width: 95px;
	height: 95px;
	background:#545454;
	text-align: center;
	margin-top: 35px;
}
.news_list li .lMore .one {
	color: #fff;
	display: block;
	font-size: 23px;
	padding-top: 20px;
}
.news_list li .lMore .two {
	color: #fff;
	font-size: 15px;
}
.news_list li .title {
	width: 730px;
	margin-left: 30px;
	margin-top: 35px;
}
.news_list li .title a {
	font-size: 17px;
	color: #333;
	line-height: 35px;
}
.news_list li .title p {
	color: #999;
	font-size: 14px;
	line-height: 26px;
}
.news_list li:hover .lMore {
	background: #e4011f
}
.news_list li:hover .title a {
	padding-left: 13px;
	color: #ff4933
}
.news_AddDate{ text-align:center; line-height:30px; margin-bottom:20px; font-size:16px; color:#666;}