@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	font-family: microsoft yahei;
	color: #000;
	font-size: 14px
}

img {
	display: block
}

ul {
	list-style: none
}

a {
	text-decoration: none;
	cursor: pointer;
	outline: none
}

body {
	color: #f5f5f5
}

.container {
	margin: 0 auto;
	width: 1220px
}

.block {
	padding: 20px 0
}

.head {
	background: #fff;
	width: 100%;
	border-bottom: 1px solid #ddd;
	height: 80px;
	position: fixed;
	z-index: 3;
}

.head .navbox {
	max-width: 1200px;
	margin: 0 auto
}
.head .navbox .logo{
	float:left;
	margin-top: 20px;
}
.head .nav {
	display: block;
	float: right;
}

.head .nav .nav_pc {
	width: 100%;
}

.head .nav ul li {
	float: left;
	width:120px;
	height:80px;
	position: relative;
	box-sizing: border-box;
	z-index: 999;
	padding-top: 20px;
}

.head .nav ul li .f_a {
	line-height:24px;
	display: block;
	text-align: center;
	font-size: 16px;
	color: #333;
}

.head .nav ul li:hover{
	background-color: #231519;
	transition: all .3s
}
.head .nav ul li:hover .f_a{
	color:#fff;
}
.head .nav ul li .s_navbox {
	display: none;
	position: absolute;
	left: 0;
	top: 80px;
	width: 100%;
	background: #fff;
	z-index: 9999;
	box-sizing: border-box
}

.head .nav ul li .s_navbox .s_a a {
	color: #333;
	font-size: 14px;
	text-transform: uppercase;
	display: block;
	text-align: center;
	padding: 10px 0;
	border-top: 1px solid #fff
}
.head .nav ul li:hover .s_navbox{
	display: block; 
}
.head .nav ul li .s_navbox .s_a a:hover {
	background-color: #231519;
	color: #fff
}

.m_nav {
	display: none
}

.headlf .m_logo {
	display: none
}

.headrg .m_menuimg {
	display: none
}

.active {
	background-color: #cf1322
}

.activ2 {
	background-color: #cf1322
}

.sidenav {
	position: relative;
	width: 180px;
	display: block;
	float: left
}

.sidenav label {
	width: 180px;
	display: block;
	padding-left: 55px;
	box-sizing: border-box;
	background: #128ee3;
	position: relative;
	height: 48px;
	line-height: 48px;
	color: #fff;
	font-size: 16px
}

.sidenav label i {
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	background-size: 20px;
	left: 25px;
	top: 16px
}

.sidenav .side {
	display: inline-block;
	position: absolute;
	top: 48px;
	left: 0;
	z-index: 999;
	width: 180px;
	background: #fff;
	border-top: none;
	background-color: rgba(255,255,255,.95);
	box-sizing: border-box
}

.sidenav .side li {
	position: relative;
	width: 100%;
	padding: 5px 0;
	border-bottom: 1px solid #ccc;
	box-sizing: border-box
}

.sidenav ul.side li:first-child {
	cursor: pointer
}

.sidenav .side li a {
	color: #333;
	height: 40px;
	line-height: 40px;
	padding: 8px 0;
	display: block;
	font-size: 16px
}

.sidenav .side li a:hover {
	background: 0 0;
	color: #0085cd
}

.sidenav .side li a i {
	transition: all .3s ease 0s
}

.sidenav .side li a i.side_t {
	margin-left: 10px;
	width: 40px;
	height: 40px;
	display: inline-block;
	vertical-align: middle;
	background-size: 30px
}

.sidenav .side li a:hover i {
	margin-left: 15px
}

.icon1 {
	background: url(../imgs/sideIcon1.png) no-repeat
}

.icon2 {
	background: url(../imgs/sideIcon1.png) no-repeat
}

.icon3 {
	background: url(../imgs/sideIcon1.png) no-repeat
}

.icon4 {
	background: url(../imgs/sideIcon1.png) no-repeat
}

.icon5 {
	background: url(../imgs/sideIcon1.png) no-repeat
}

.icon6 {
	background: url(../imgs/sideIcon1.png) no-repeat
}

.icon7 {
	background: url(../imgs/sideIcon1.png) no-repeat
}

.sidenav .side li:hover .side_main {
	display: block;
	z-index: 999
}

.sidenav .side .side_main {
	display: none;
	width: 500px;
	background: #fff;
	position: absolute;
	left: 180px;
	top: 0;
	box-shadow: 3px 3px 5px rgba(0,0,0,.1);
	border: 1px #cecece solid;
	z-index: 7
}

.sidenav .side .side_main dl {
	margin: 20px;
	padding: 0
}

.sidenav .side .side_main dl dt {
	font-size: 18px;
	margin-bottom: 10px;
	color: #0173b2;
	font-weight: 700
}


.sidenav .side .side_main dl dt b {
	font-size: 15px
}

.sidenav .side .side_main dl dd {
	margin-bottom: 10px;
	display: inline-block
}

.sidenav .side .side_main dl dd a {
	position: relative;
	display: inline-block;
	color: #777;
	font-size: 14px;
	margin: 0 4px;
	padding: 0 5px;
	border-right: 2px solid #bbb;
	height: auto;
	line-height: 1.5;
	transition: all .2s ease 0s
}

i.icon-hot,i.icon-new {
	display: inline-block;
	height: 9px;
	width: 24px;
	background: url(../imgs/img_public.png) no-repeat;
	vertical-align: middle
}

i.icon-hot {
	background-position: 0 -240px
}

i.icon-new {
	background-position: -40px -240px
}

.sidenav .side .side_main dl dd a span {
	color: #999
}

.sidenav .side .side_main dl dd a:hover {
	background: 0 0;
	color: #cf1322;
	transform: translateY(-2px)
}

.sidenav .side .side_main dl dd a:hover b {
	color: #40adf5
}

.sidenav .side .side_main dl dd a:hover span {
	color: #40adf5
}

.slider {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.slideBox .hd {
	height: 10px;
	z-index: 1;
	overflow: hidden;
	position: absolute;
	left: 50%;
	bottom: 20px;
	transform: translateX(-50%);
}

.slideBox .hd ul {
	text-align: center;
	padding-top: 5px
}

.slideBox .hd ul li {
	cursor: pointer;
	float: left;
	margin-right: 5px;
	width: 30px;
	height: 10px;
	line-height: 14px;
	text-align: center;
	background: #fff
}

.slideBox .hd ul .on {
	background: #00a2ff;
	color: #fff
}

.slideBox .bd {
	position: relative;
	z-index: 0
}

.slideBox .bd li img {
	width: 100%;
	vertical-align: top;
}
/***************首页产品********************/
.home-product{
	padding:30px 0;
}
.home-product .home-title, 
.home-product .home-title span {
    color: #333;
}
.home-pro-list{
	width:96%;
	margin:0 auto;
	overflow: hidden;
}
.home-pro-list li{
	width:16%;
	float:left;
	margin:0 0.333%;
	text-align: center;
}
.hpl-image{
	display:block;
	border-radius: 3px;
	overflow: hidden;
}
.hpl-title{
	display:block;
	font-size:16px;
	line-height: 28px;
	padding:15px;
}

.tabs > DIV {
	/*border-top: 1px solid #c7c7c7*/
	margin-top: 10px;
	background: white !important;
	/*border-bottom: 4px solid #E95855 !important;*/
}


.tabs UL.horizontal {
	list-style: none outside none;
	margin: 0;
	text-align: center;
	padding:30px 0;
}

.tabs .horizontal LI {
	background: #fff;
	display: inline-block;
	border-right: 1px solid #231915;
    position: relative;
}
.tabs .horizontal LI:last-child{
	border:none;
}
.tabs .horizontal LI:before{
	position: absolute;
    bottom: -10px;
    left: 35%;
    display: block;
    width: 0px;
    content: '';
    height: 4px;
    background: #231915;
    border-radius: 3px;
    transition: width 300ms;
}
.tabs .horizontal A {
	display: block;
    color: #333;
    font-size:20px;
    text-align: center;
	padding: 5px 24px;
	text-decoration: none;
}
.tabs .horizontal A span {
    display: block;
    font-size: 16px;
}
.tabs .horizontal LI:hover:before,
.tabs .horizontal LI.active:before {
    width: 30%;
}
/***********首页工程案例************/
.home-case{
	background:#231519;
	padding:50px 0;
}
.home-title{
	font-size:30px;
	color:#fff;
	text-align: center;
}
.home-title span{
	color:#fff;
	display:block;
	padding-top:15px;
	font-size:24px;
}
.home-case ul{
	overflow:hidden;
	margin:30px 0;
}
.home-case ul li a{
	display:block;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom:15px;
}
.home-case ul li a img{
	transition:all 300ms;
}
.home-case ul li a:hover img{
	opacity: 0.6;
	transform: scale(1.1);
	transition:all 300;
}
.case-more{
	position: relative;
	display:block;
	margin:0 auto;
	background: #fff;
	color:#333;
	width:100px;
	line-height: 25px;
	text-align: center;
	border-radius:15px;
	overflow: hidden;
}
.case-more span{
	position: relative;
    overflow: hidden;
    display: inline-block;
    line-height: 25px;
    text-align: center;
    opacity: 0.01;
    color: inherit;
    transform: translate3d(0, -10px, 0);
    transition: 0.22s;
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}
.case-more:hover span{
	opacity: 1;
    top:3px;
    transform: translate3d(0, 0, 0);
}
.case-more .button-original-content {
    position: absolute;
    z-index: 1;
    opacity: 1;
    top: 3px;
    left:0;
    right: 0;
    display: block;
    padding: inherit;
    transform: translate3d(0, 0, 0);
    letter-spacing: 0.12em;
    min-width: inherit;
    background-color: transparent;
}
.case-more:hover .button-original-content {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
    transition-delay: 0s !important;
}


.home-profile{
	padding:50px 0;
}
.home-profile .home-title,
.home-profile .home-title span{
	color:#333;
}
.home-profile p{
	display:block;
	max-width: 100%;
	text-align:center;
	padding:30px 15px;
}
.home-more{
	display:block;
	margin:0 auto;
	background: #121212;
	color:#fff;
	width:100px;
	line-height:30px;
	text-align: center;
	border-radius:15px;
}

.home-news{
	background:#efefef;
	padding:50px 0;
}
.home-news .home-title,
.home-news .home-title span{
	color:#333;
}
.home-news ul{
	margin-top: 100px;
	margin-bottom: 30px;
}
.home-news ul li .hn-con{
	display:block;
	position: relative;
	width:100%;
	height:100%;
	background:#ccc;
	padding:50px 30px;
	cursor: pointer;
	transition: all 300ms;
	min-height: 266px;
}
.home-news .home-time{
	position:absolute;
	top:-50px;
	background: #231915;
	border-radius: 6px;
	padding:30px 15px;
	font-size:24px;
	color:#fff;
	text-align: center;
	line-height: 30px;
	transition: all 300ms;
}
.home-news .home-time span{
	color:#fff;
	display:block;
	text-align: right;
}
.home-news .hn-con h3{
	font-size:20px;
	padding-top: 10px;
	color:#121212;
}
.home-news .hn-con p{
	color:#666;
	line-height:24px;
}
.home-news ul li:hover .hn-con{
	background:#231915;
}
.home-news ul li:hover .home-time{
	background:#fff;
	color:#231915;
}
.home-news ul li:hover .home-time span{
	color:#231915;
}
.home-news ul li:hover h3{
	color:#fff;
}
.home-news ul li:hover p{
	color:rgba(255,255,255,.8);
}


/***********************页脚***********************/
.foot-info{
	margin-top: 30px;
	background:#121212 url(../images/ditu.png) center no-repeat;
	padding:10vh 10vw 20vh;
}
.foot-info h2{
	color:#fff;
}
.foot-info p{
	color:rgba(255,255,255,.6);
	font-size:0.8vw;
	line-height: 1.5;
}
.foot-info li{
	float:left;
	margin-right: 10px;
}
.foot-info ul li a p {
    position: absolute;
    display: none;
    margin-left: -120px;
    margin-top: -180px;
}
.wx_2wm:hover p,
.sj_2wm:hover p{
    display: block;
}
.copyright{
	text-align: center;
	background:#f0f0f0;
}
.copyright p{
	line-height:50px;
	margin-bottom: 0;
}
.in-banner{
	width:100%;
}
/********************公司简介*******************/
.inside-nav{
	text-align:center;
	color:#231915;
	width:40%;
	margin:0 auto;
	margin-bottom: 30px;
}
.inside-nav h3{
	margin:0;
}
.inside-nav ul{
	margin:20px 0;
	overflow: hidden;
	height:55px;
}
.inside-nav ul li{
	display:block;
	width:25%;
	float:left;
	border-right:1px solid #231915;
	position: relative;
}
.inside-nav ul li:last-child{
	border-right:none;
}
.inside-nav ul li a{
	display:block;
	color:#333;
	font-size:18px;
	text-align: center;
}
.inside-nav ul li a span{
	display:block;
	font-size:12px;
}
.inside-nav ul li:before{
	position: absolute;
	bottom: -10px;
	left: 35%;
	display:block;
	width:0px;
	content: '';
	height:4px;
	background: #231915;
	border-radius: 3px;
	transition: width 300ms;
}
.inside-nav ul li:hover:before{
	width:30%;
	transition: width 300ms;
}
.inside-nav ul li.sub_on:before{
	width:30%;
}



/*******荣誉********/
.honor-con{
	text-align:center;
	line-height: 30px;
	font-size:16px;
}
.honor-con ul{
	overflow:hidden;
}
.honor-con ul li{
	margin-bottom:30px;
}
.honor-con ul li img{
	transition:transform 300ms ease-in-out;
}
.honor-con ul li:hover img{
	transform: scale(1.1);
	transition:transform 300ms ease-in-out;
}
.honor-con h4{
	color:#231915;
	font-size:16px;
	line-height: 24px;
}
.honor-con .horn-image{
	border-radius: 5px;
	overflow: hidden;
}

/*******文化活动********/
.culture-con ul{
	margin:10vh;
}
.culture-con ul li{
	text-align: center;
	margin-bottom: 20px;
}
.culture-con ul li p{
	font-size:20px;
	line-height: 40px;
	margin-bottom: 0;
}

/**************产品列表****************/
.pro-con ul li{
	margin-top:30px;
}
.product-counter-inner {
    padding: 15px;
    background-color: #231915;
    border-radius: 9px 9px 0 0;
	text-align: center;
}
.product-counter-inner .title {
    color: #ffffff;
	font-size: 20px;
	margin:0;
}
.product-image a {
    display: block;
    transition: 0.32s cubic-bezier(0.55, 0.06, 0.68, 0.19) all;
}
.pro-con ul li:hover .product-image a{
     box-shadow: 0 5px 10px 0 rgba(76, 82, 99, 0.5);
}


/********************解决方案***********************/
.solu-con li{
	margin-top:30px;
	overflow: hidden;
}
.solu-con li .cat-image img{
	transition: all 300ms;
}
.solu-con li:hover .cat-image img{
	transform: scale(1.1);
	transition: all 300ms;
}
.cat-image {
    display: block;
}
.cat-title{
    padding:15px 30px;
    font-size: 16px;
    font-weight: 600;
    display: block;
    margin: 0 auto;
	text-align: center;
}

/*************新闻中心**************/
.dn-box{
    margin: 0 0 24px;
    background: #f0f0f0;
	overflow: hidden;
}
.dn-box .dfl {
    overflow: hidden;
}
.dn-box .dfr {
    position: relative;
    color: #000000;
}
.img-box {
    display: block;
    width: 100%;
    height: 100%;
    transition: all .4s ease;
}
.dn-box .dfr .dfr-box {
    width: 100%;
    height: 100%;
    padding:5vh 45px;
}
.dn-box .dfr .dnp1 {
    font-family: 'gothb';
}
.dn-box .dfr .dnp2 {
    font-size: 20px;
    line-height: 32px;
    margin: 10px 0 28px;
}
.dn-box .dfr .dn-wen {
	font-size:14px;
    line-height: 24px;
    color: #666666;
}
.dn-box .dfr .dn-more {
    width: 136px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: relative;
    background: #939291;
    font-size: 12px;
}
.dn-box .dfr .dn-more:before {
    content: '';
    position: absolute;
    width: 0;
    height: 100%;
    background: #231915;
    top: 0;
    left: 0;
    transition: all .2s ease;
}
.dn-box .dfr .dn-more a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
	margin-top: 20px;
    z-index: 3;
    transition: all .4s ease;
    color: #FFFFFF;
    font-family: 'goth';
}
.dn-box .dfr .dn-more:hover:before {
    width: 100%;
}

.nd-title {
    border-bottom: 1px solid #E1E1E1;
    color: #333;
    padding: 0 0 25px;
	text-align: center;
}
.nd-title h2{
	font-size: 26px;
    margin: 0 0 10px;
}
.nd-con .dn-box3 a {
    display: block;
    float: left;
    width: 33.333%;
    height: 68px;
    line-height: 68px;
    border: 1px solid #DBDBDB;
    color: #888888;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    transition: all .4s ease;
    font-family: 'gothb';
}
.nd-con .dn-box3 a:hover {
    background: #231915;
    color: #FFFFFF;
}

.pro-text{
	border-right:1px solid #231915;
}

@media screen and (max-width:1600px) and (min-width:1200px) {
	.nav ul li .f_a {
		font-size: 14px
	}

	.nav ul li .s_navbox .s_a a {
		font-size: 12px
	}

	.foot_top ul {
		margin-left: 60px
	}

	.nav ul li .s_navbox .s_a {
		width: 100%
	}
}




@media screen and (max-width:1024px) and (min-width:0px) {
	.container {
		margin: 0 auto;
		width: 100%;
	}
	.home-news ul li .hn-con{
		margin-bottom: 80px;
	}
	.home-news ul li:nth-child(3) .hn-con{
		margin-bottom:0;
	}
	.msgNum {
		display: none
	}

	.slider {
		margin-top: 44px
	}

	.head {
		display: none
	}

	.m_img {
		display: block;
		height: 44px;
		background: #fff;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 9999;
		border-bottom: 1px solid #ddd;
		overflow: hidden
	}

	.m_img .headlf {
		padding-top: 2px;
		padding-left: 5px;
		float: left
	}

	.m_img .headlf .m_logo {
		height: 40px;
		display: block
	}

	.m_img .headrg {
		padding-right: 5%;
		padding-top: 14px;
		float: right
	}

	.m_img .headrg a .m_menuimg {
		height: 16px;
		vertical-align: top;
		display: block
	}

	.m_nav {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 0;
		height: 0;
		overflow: hidden;
		z-index: 10000
	}

	.m_nav .closecover {
		position: absolute;
		width: 100%;
		height: 100%;
		background: #0b0d19;
		filter: alpha(opacity=0);
		opacity: 0;
		left: 0;
		top: 0;
		z-index: 1
	}

	.m_nav .closeicon {
		position: absolute;
		width: 20%;
		left: 30px;
		top: 5%;
		z-index: 100;
		text-align: center;
		filter: alpha(opacity=0);
		opacity: 0
	}

	.m_nav .m_navList {
		position: absolute;
		width: 80%;
		right: 0;
		top: 0;
		background: #0b0d19;
		height: 100%;
		z-index: 100;
		right: -80%;
		overflow-y: scroll
	}

	.m_nav .m_navList ul {
		padding-left: 5%;
		padding-right: 5%
	}

	.m_nav .m_navList ul li {
		border-bottom: 1px solid #232530
	}

	.m_nav .m_navList ul li a {
		display: block;
		height: 45px;
		color: #fff;
		line-height: 45px;
		padding-left: 5%;
		font-size: 16px
	}

	.m_nav .m_navList ul li .m_f_a {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%
	}

	.m_nav .m_navList ul li .m_f_a a {
		flex: 1
	}

	.m_nav .m_navList ul li .m_f_a i {
		width: 40px;
		height: 35px;
		box-sizing: border-box;
		padding: 0 5px;
		display: block
	}

	.icon {
		background: url(../imgs/plus.png) 100% no-repeat;
		background-position: 50% 50%;
		-webkit-transition: all 0s;
		-moz-transition: all 0s;

		transition: all 0s
	}

	.icon_on {
		background: url(../imgs/reduce.jpg) 50% no-repeat!important;
		background-position: 50% 50%;
		-webkit-transition: all 0s;
		-moz-transition: all 0s;
		transition: all 0s
	}

	.m_nav .m_navList ul li .m_s_nav {
		display: none;
		width: 100%
	}

	.m_nav .m_navList ul li .m_s_nav a {
		display: block;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		padding-left: 10%;
		overflow: hidden;
		white-space: nowrap;
		width: 90%;
		text-overflow: ellipsis
	}
	.tabs .horizontal LI{width:33.33%;}
	.home-pro-list li{
		width:100%;
		float:none;
	}
	
}
