body {
	background: #fff;
	font-family: 'Microsoft?YaHei','微软雅黑', sans-serif;
	color: #4e4e4e;
	line-height: 22px;
	margin:0;
	padding:0;
}
img { max-width: 100%; height: auto; width: auto\9; width: auto; }
h1, h2, h3, h4, h5, h6 {
	font-weight: 600;
	/*font-family: 'Open Sans', sans-serif;*/
	color: #575757;
}
h1 {
	font-size: 20px;
	color: #000000;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 14px;
	color: #777;
	font-weight: 400;
	line-height: 26px;
}
h4 {
	font-size: 16px;
}
a {
	color: #666;text-decoration: none;
	/*-webkit-transition: color 300ms, background-color 300ms;
	-moz-transition: color 300ms, background-color 300ms;
	-o-transition: color 300ms, background-color 300ms;
	transition: color 300ms, background-color 300ms;*/
}
a:hover, a:focus {
	color: #d9890b;
}
input{
	outline: none;
}
ul, ol {
	list-style: none;
}
ul {
	padding: 0;
	margin: 0;
}
hr {
	width: 70px;
	border-top: 4px solid #f39c12;
}
.font12{
	font-size: 12px;
}
.btn-primary {
	padding: 8px 20px;
	background: #f39c12;
	color: #fff;
	border-radius: 4px;
	border: none;
	margin-top: 10px;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover {
	background: #db8c0f;
	outline: none;
	box-shadow: none;
}
a:hover, a:focus {
	color: #111;
	text-decoration: none;
	outline: none;
}
.clear{
	clear: both;
}
.top-center{
	min-height: 280px;
}
.center h2, .top-center h2 {
	font-size: 30px;
	margin-top: 0;
	margin-bottom: 20px;
}
.center h3 {
	font-size: 22px;
	margin-top: 0;
	padding-top: 25px;
	margin-bottom: 10px;
	background: url(../image/contact-bg.jpg) repeat-x left top;
}
.media>.pull-left {
	margin-right: 20px;
}
.media>.pull-right {
	margin-left: 20px;
}
body > section {
	padding:0;
}
.center {
	text-align: center;
	padding-bottom: 20px;
}
.top-center {
	background-color: #eeeeee;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #fff;
	margin: 0 auto;
}
.lead {
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
}
 @-webkit-keyframes scaleIn {
 0% {
 opacity: 0;
 -webkit-transform: scale(0);
 transform: scale(0);
}
 100% {
 opacity: 1;
 -webkit-transform: scale(1);
 transform: scale(1);
}
}
 @keyframes scaleIn {
 0% {
 opacity: 0;
 -webkit-transform: scale(0);
 -ms-transform: scale(0);
 transform: scale(0);
}
 100% {
 opacity: 1;
 -webkit-transform: scale(1);
 -ms-transform: scale(1);
 transform: scale(1);
}
}
/*************************
*******Header******
**************************/
.copyrights{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}

.navbar>.container .navbar-brand {
	margin-left: 0;
}
.navbar-brand {
	padding: 0;
	margin: 0;
	margin-top:-20px;
}
.navbar-brand img{
	width: 115px;
	height: 75px;
}
.navbar {
	border-radius: 0;
	margin-bottom: 0;
	padding: 25px 0;
	padding-bottom: 0;
	background:-webkit-gradient(linear, 0 0, 0 50%, from(#dcdcdc), to(#fff));
}
.navbar-nav {
	margin-top: 12px;
}
.navbar-nav>li {
	margin-left: 0px;
	padding-bottom: 0;
}
.navbar-inverse .navbar-nav > li > a {
	padding: 5px 15px;
	margin: 0;
	font-size:14px;
	border-radius: 3px;
	color: #676767;
	line-height: 24px;
	display: inline-block;
}
.navbar-inverse .navbar-nav > li:hover{
	background-color: #1991bb;
	color: #fff;
}
.navbar-inverse .navbar-nav > li:hover>a{color: #fff; display:block;}
.navbar-inverse {
	border: 0;
	box-shadow: 0 2px 2px rgba(0,0,0,0.1);
	padding-bottom: 10px;
}
.navbar-inverse .navbar-brand {
	font-size: 30px;
	line-height: 50px;
	font-weight: 600;
	color: #ddd;
}
.navbar-inverse .navbar-brand i.fa {
	color: #f39c12;
}
.xsxs{ float:left; width:auto;margin-top: 12px;}
.xsxs a{padding: 5px 15px;
    margin: 0;
    font-size: 14px;
    border-radius: 3px;
    color: #676767;
    line-height: 24px;
    display: inline-block;}
	.xsxs a:hover{
	background-color: #1991bb;
	color: #fff;
}
.dh2:hover>.dh3{ display:block; float:left; margin-left:150px; margin-top:-25px;}
.dh3{ display:none !important;}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
	background-color: #e40b20;
	color: #fff;
}
.iconsContent{
	float: right;
	margin: 35px 0 0 10px;
	position: relative;
}
.iconsContent i{
	color: #909090;
	font-size: 20px;
	line-height: 30px;
	margin-right: 15px;
}
.icon-dropdown1,.searchContent{
	
	z-index: 2;
	width: 126px;
	position: absolute;
	border-radius:3px;
	border:0px solid #e6e6e6;
	
	padding:10px;
	margin: 0;
	top:25px;
	right:52px;
	text-align: center;
}
.searchContent{display: none;}
/*.icon-dropdown1,.searchContent{
	display: none;
	z-index: 2;
	width: 126px;
	position: absolute;
	border-radius:3px;
	border: 1px solid #e6e6e6;
	background: #fff;
	padding:10px;
	margin: 0;
	top:34px;
	right: 40px;
	text-align: center;
}*/
.searchContent{
	width: 180px;
	right: -10px;
}
.searchContent i{
	position: absolute;
	right:0;
	top:8px;
	font-size: 12px;
	color: #808080;
	cursor: pointer;
}
/*.icon-dropdown1:before,.searchContent:before{
	content: "";
	position: absolute;
	top: -8px;
	left: 95px;
	width: 0px;
	height: 0px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 8px solid #fff;
	border-bottom-color: #e6e6e6;
}*/
.searchContent:before{
	left: 135px;
}
.icon-dropdown1 li{
	float: left;
	margin-right: 10px;
}
.icon-dropdown1 li:last-child{
	margin-right: 0;
}
.searchInput{
	width: 160px;
	text-indent: 3px;
	font-size: 12px;
}


/*************************
*******首页 Page******
**************************/
#main-slide .item img {
	width: 100%;
}
#main-slide .item .slider-content {
	z-index: 0;
	opacity: 0;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
}
#main-slide .item.active .slider-content {
	z-index: 0;
	opacity: 1;
	-webkit-transition: opacity 100ms;
	-moz-transition: opacity 100ms;
	-o-transition: opacity 100ms;
	transition: opacity 100ms;
}
#main-slide .item.active .slider-content img{
	width: auto;
}
#main-slide .slider-content {
	top: 0;
	left: 0;
	padding: 0;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	color: #fff;
}
#main-slide .carousel-indicators {
	bottom: 10px;
}
.carousel-indicators li {
	width: 14px !important;
	height: 14px !important;
	border: 2px solid #fff !important;
	margin: 1px !important;
}
#main-slide .carousel-control.left, #main-slide .carousel-control.right {
	opacity: 0.3;
	filter: alpha(opacity=30);
	background-image: none;
	background-repeat: no-repeat;
	text-shadow: none;
}
#main-slide .carousel-control.left span {
	/*padding: 15px;*/
}
#main-slide .carousel-control.right span {
	/*padding: 15px;*/
}
#main-slide .carousel-control .fa-angle-left, #main-slide .carousel-control .fa-angle-right {
	position: absolute;
	top: 40%;
	z-index: 5;
	display: inline-block;
}
#main-slide .carousel-control .fa-angle-left {
	left: 0;
}
#main-slide .carousel-control .fa-angle-right {
	right: 0;
}
#main-slide .carousel-control i {
	background: rgba(0,0,0,.7);
	color: #fff;
	line-height: 36px;
	font-size: 32px;
	padding: 10px 8px;
	-moz-transition: all 500ms ease;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
#main-slide .slider-content h2 {
	font-size: 60px;
	font-weight: 500;
	text-transform: uppercase;
	color: #eee;
}
#main-slide .slider-content h2.white, #main-slide .slider-content h3.white {
	color: #fff;
}
#main-slide .slider-content h3 {
	font-size: 36px;
	font-weight: 300;
	margin-top: 40px;
	text-align: center;
	color: #eee;
}
.slider.btn {
	padding: 6px 20px;
	margin-top: 60px;
	font-size: 16px;
	line-height: 28px;
	border: 0;
	color: #fff;
	background-color: rgba(243,156,18,0.8);
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.slider.btn.btn-default {
	margin-left: 4px;
	background: #ECECEC
}
.slider.btn:hover {
	background-color: rgba(243,156,18,1);
}
.slider.btn:focus, .slider.btn:active:focus, .slider.btn:active:hover {
	outline: none;
}
#feature {
	background: #f2f2f2;
	padding-bottom: 0px;
}
#feature a {
	color: #f39c12;
	font-weight: bold;
	margin-left: 5px;
	text-transform: uppercase;
}
#feature a:hover {
	color: #444;
}
#feature .btn-primary:hover {
	margin-top: 40px;
	padding: 8px 120px;
	background: #f2f2f2;
	color: #666;
	border-radius: 10px 10px 0 0;
	border: 0;
	box-shadow: 0 -10px 10px #ddd;
}
#inner-page {
	padding-bottom: 0;
}
.features {
	padding: 0;
}
.feature-wrap {
	margin-bottom: 35px;
	overflow: hidden;
	text-align: center;
}
.feature-wrap h2 {
	margin-top: 10px;
}
.feature-wrap .pull-left {
	margin-right: 25px;
}
.feature-wrap i.fa {
	font-size: 48px;
	height: 110px;
	width: 110px;
	margin: 3px;
	border-radius: 100%;
	line-height: 110px;
	text-align: center;
	background: #ffffff;
	color: #f39c12;
}
#recent-works .col-xs-12.col-sm-4.col-md-4 {
	padding: 15px;
}
#recent-works {
	padding-bottom: 70px;
}
.recent-work-wrap {
	position: relative;
}
.recent-work-wrap img{
	border: 2px solid #e80e1d;
	border-radius: 4px;
}
.recent-work-wrap-title{
	position: absolute;
	left:0;
	top:50%;
	width: 100%;
	margin-top:-13px;
	color: rgba(255,255,255,1);
	text-align: center;
	font-size: 24px;
	text-shadow: 2px 2px 2px #333;
}
#recent-works .readmore {
	color: #f39c12;
	font-weight: bold;
	margin-left: 5px;
	text-transform: uppercase;
}
#recent-works .readmore:hover {
	color: #444;
}
.recent-work-wrap img {
	width: 100%;
	margin: 0 auto;
}
.recent-work-wrap .recent-work-inner {
	top: 0;
	background: transparent;
	opacity: 1;
	width: 100%;
	border-radius: 0;
	margin-bottom: 0;
	text-align: center;
}
.recent-work-wrap .recent-work-inner h3{
	margin: 10px 0;
	font-size: 24px;
	color: #fff;
}
.recent-work-wrap .recent-work-inner a{
	padding: 10px 40px;
	border: 1px solid #fff;
	color: #fff;
}
.recent-work-wrap .recent-work-inner p{
	margin-bottom: 30px;
}
.recent-work-wrap .overlay {
	position: absolute;
	border-radius: 4px;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: rgba(193,39,21,.9);
	color: #fff;
	vertical-align: middle;
	-webkit-transition: opacity 500ms;
	-moz-transition: opacity 500ms;
	-o-transition: opacity 500ms;
	transition: opacity 500ms;
	padding: 30px;
}
.recent-work-wrap .overlay .preview {
	bottom: 0;
	display: inline-block;
	height: 35px;
	line-height: 35px;
	border-radius: 0;
	background: transparent;
	text-align: center;
	color: #fff;
}
.recent-work-wrap:hover .overlay {
	opacity: 0.9;
}
.case-item{ margin:0 auto; height:auto;
	width: 80%;
	text-align: center;
}
.case-item h4{
	font-size: 26px;
	line-height: 40px;
	margin-top: 30px;
	text-align: center;
	/*text-indent: 30px;*/
	font-weight: normal;
}
.pro-t1{
	margin-top:20px;
	margin-bottom:30px;
	text-align: center;
}
.pro-t2{
	margin: 0 15px 0 15px;
}
.pro-t1 h1{ color:#333;}
.list-content li,.list-content2 li{
	position:relative;
}
.list-content li{
	width: 320px;
	margin:0 65px 30px 0;
	float: left;
}
.list-content2 li{
	width: 33.3%;
	float: left;
	margin-bottom: 30px;
}
.list-content,.list-content2{
	margin-right: -68px;
}
.list-content2 li{
	text-align: left;
}
.list-content li img{
	border:2px solid #e80e1d;
	border-radius: 4px;
}
.list-content2 li img{
	border:2px solid #d1d1d1;
	border-radius: 18px;
}

.list-content li span{
	position:absolute;
	width: 324px;
	line-height: 270px;
	left:0;
	top:0;
	text-align: center;
	font-size: 24px;
	color: #fff;
	text-shadow: 2px 2px 3px #666;
}
.list-content2 li span{
	position:absolute;
	width: 338px;
	line-height: 230px;
	left:0;
	top:0;
	text-align: center;
	font-size: 24px;
	color: #e0430e;
	text-shadow: 2px 2px 3px #666;
}
.list-content .info{
	position: absolute;
	opacity: 0;
	display: block;
	text-align: center;
	z-index: 22;
	background-color:rgba(193,39,21,.9);
	color: #fff;
	padding:60px 10px 0 10px;
	width: 302px;
	height: 208px;
	top:2px;
	left:2px;
}
.list-content .info p{
	margin-bottom: 20px;
	line-height: 20px;
}
.list-content h3{
	font-size: 20px;
	line-height: 40px;
}
.list-content a{
	border:1px solid #fff;
	color:#fff;
	width: 120px;
	padding: 10px 50px;
}
.btn-border a,.btn-border:hover{
	color:#fff;
}
.list-content li:hover .info{
	cursor: pointer;
	opacity: 1;
}

.prolist{margin-left:20px; margin-right:20px; width:254px;display: flex;align-items: center;justify-content: center;}

/*首页产品类别展示 开始*/
.plist_index{ width:1170px; height:auto; margin:20px 0; overflow:hidden; margin:0 auto;}
.plist_index li{position:relative; float:left; width:31.33%; height:auto; margin:1%; overflow:hidden;}
.plist_index li .in_pimg{ position:relative; width:100%; height:220px; overflow:hidden; margin-bottom:15px;}
.plist_index li .in_pimg img{ width:100%; height:100%; transition:all .6s;}
.plist_index li:hover .in_pimg img{ transform:scale(1.2);}
.in_pimg_bg{    display: none; position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,.3);}
.in_pimg_bg p{ color: #fff;
    font-size: 26px;
    /* font-weight: bold; */
    line-height: 30px;
    margin-top: 80px;
    text-align: center;
}
.plist_index li:hover .in_pimg_bg{ background:rgba(0,0,0,.1);}
.pbox{ width: 100%;
    height: 22px;
    line-height: 22px;
    margin: 5px 0;
	font-size:16px;
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;}



/*首页产品类别展示 结束*/













@media (max-width: 1199px) and (min-width: 992px){
	.prolist{margin-left:10px; margin-right:10px; width:200px;display: flex;align-items: center;justify-content: center;}
	.ih-item.circle,.ih-item.circle2 .img{position:relative;width:200px;height:200px;border-radius:50%;/*margin-left:-110px;*/ margin:0 auto;}
	.ih-item.circle2 .img img{border-radius:50%;/*margin-left: 50%;*/border:3px solid #e70010;width:200px;height:200px;}
	.ih-item.circle2, .ih-item.circle2 .img{    position: relative;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    /* margin-left: -110px; */
    margin: 0 auto;}
	}
.ih-item,.ih-item .img{position:relative;width:100%;height:100%;border-radius:50%;/*left:50%;*//*margin-left:-125px;*/}
.ih-item .img:before{position:absolute;display:block;content:'';width:100%;height:100%;border-radius:10px;-webkit-transition:all .35s ease-in-out;-moz-transition:all .35s ease-in-out;transition:all .35s ease-in-out}
.ih-item .img img{border-radius:6px;}
.ih-item .info{position:absolute;top:0;bottom:0;left:0;right:0;text-align:center;border-radius:6px;-webkit-backface-visibility:hidden;backface-visibility:hidden}
.ih-item.circle,.ih-item.circle .img{position:relative;/*width:250px;*/ width:100%;height:288px;/*border-radius:50%*/ margin-bottom:15px;}
.ih-item.circle .img:before{position:absolute;display:block;content:'';width:250px;height:172px;/*border-radius:50%;*/box-shadow:inset 0 0 0 16px rgba(255,255,255,.6),0 1px 2px rgba(0,0,0,.3);-webkit-transition:all .35s ease-in-out;-moz-transition:all .35s ease-in-out;transition:all .35s ease-in-out}
.ih-item.circle .img img{ width:100%;border-radius:50%;}
.cont{ display:block; width:100%; height:100px; line-height:25px; overflow:hidden; font-size:12px; color:#797979;  padding-bottom:15px;}
.ih-item.circle .info{position:absolute;top:0;bottom:0;left:0;right:0;text-align:center;/*border-radius:50%;*/-webkit-backface-visibility:hidden;backface-visibility:hidden}
.ih-item.circle.effect1 .img{position:absolute;top:0;bottom:0;left:0px;right:0;width:auto;height:auto;}
.ih-item.circle.effect1 .img:before{display:none}
.ih-item.circle.effect1.colored .info{background:#1a4a72;background:rgba(26,74,114,.6)}
.ih-item.circle.effect1 .info{/*border:8px solid #fff;*/top:0px;bottom:0;left:0px;/*background:#333; */border-radius:50%;width:100%;height:auto;/*opacity:0;-webkit-transition:all .8s ease-in-out;-moz-transition:all .8s ease-in-out;transition:all .8s ease-in-out*/}
.ih-item.circle.effect1 .info h3{color:#fff;text-transform:uppercase;position:relative;letter-spacing:2px;font-size:24px;margin:0 30px;padding:55px 0 0;height:110px;}
.ih-item.circle.effect1 .info p{color:#bbb;padding:10px 5px;font-style:italic;margin:0 30px;font-size:12px;border-top:1px solid rgba(255,255,255,.5)}
.ih-item.circle.effect1 a:hover .spinner{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg)}
.ih-item.circle.effect1 a:hover .info{opacity:1}
.info-back{top:0px; position:absolute; text-align:center; width:100%;}

.ih-item.circle2,.ih-item.circle2 .img{position:relative;width:254px;height:254px;border-radius:50%;/*margin-left:-110px;*/ margin:0 auto;}
.ih-item.circle2 .img:before{position:absolute;display:block;content:'';width:200px;height:200px;border-radius:50%;box-shadow:inset 0 0 0 16px rgba(255,255,255,.6),0 1px 2px rgba(0,0,0,.3);-webkit-transition:all .35s ease-in-out;-moz-transition:all .35s ease-in-out;transition:all .35s ease-in-out}
.ih-item.circle2 .img img{border-radius:50%;/*margin-left: 50%;*/border:3px solid #e70010;}
.ih-item.circle2 .info{position:absolute;top:0;bottom:0;left:0;right:0;text-align:center;border-radius:50%;-webkit-backface-visibility:hidden;backface-visibility:hidden;}
.ih-item.circle2.effect .img{position:absolute;top:0;bottom:0;left:0px;right:0;width:auto;height:auto; text-align:center;}
.ih-item.circle2.effect .img:before{display:none}



.pop-wrap{position:fixed;margin:0 auto;width:100%;height:100%;left:0;top:0;z-index:10000;}
.pop-wrap > .pop-layout{position:absolute;width:100%;height:100%;background:#000;opacity:0.5;filter:Alpha(opacity=50);left:0;top:0;z-index:9999;}
.pop-wrap > .pop-frame{position:absolute;top:50%;left:50%;z-index:10000;}
.pop-wrap > .pop-frame > .pop-con{position:relative;width:700px;min-height:380px;top:-190px;left:-350px;background:#fff;overflow:hidden;width:600px;left:-300px;top:-320px;}
.pop-wrap .pop-con > .pop-title{margin:0 30px;height:100px;border-bottom:1px #e4dcd0 dashed;overflow:hidden;*zoom:1;}
.pop-wrap .pop-con > .pop-title:after{display:block;content:".";height:0;visibility:hidden;overflow:hidden;clear:both;}
.pop-wrap .pop-title .pop-close{float:right;margin:23px 0 23px 20px;width:24px;height:24px;font-size:24px;color:#dfdfdf;background:url(404.png) no-repeat;font-size:0;text-indent:-9999px;cursor:pointer;}
.pop-wrap .pop-title > strong{float:left;margin:35px 0;height:40px;line-height:40px;font-size:30px;font-weight:100;}
.pop-wrap .pop-con > .pop-main{margin:10px 30px 50px;height:384px;overflow:hidden;text-align:left;*zoom:1;}

.shortcut{position:fixed;height:237px;right:21px;bottom:100px;z-index:1000;}
.shortcut li,.shortcut .shortcut-box .shortcut-item-pic,.shortcut .shortcut-arrow,.shortcut .notice .notice-icon .notice-icon-i{background-image:url(../image/shortcut1.png);background-repeat:no-repeat;}
.shortcut li{display:block;cursor:pointer;width:60px;height:60px;text-align:center;margin-top:-1px;}
.shortcut .shortcut-inner{display:none;left:-220px;padding-right:20px;position:absolute;width:234px;}
.shortcut .shortcut-box{background:none repeat scroll 0 0 #fff;border:1px solid #e0e0e0;padding:10px 0;position:relative;width:222px;display:block;clear:both;zoom:1;}
.shortcut .shortcut-box:after{clear:both;content:" ";display:block;font-size:0;height:0;}
.shortcut .shortcut-box .shortcut-tel{color:#ff6b37;font-size:15px;margin-top:8px;}
.shortcut .shortcut-box .shortcut-item{border-right:1px solid #e0e0e0;color:#888;float:left;padding:0 20px;text-align:center;width:110px;}
.shortcut .shortcut-box .shortcut-item a{color:#888888;font-size:12px;outline:none;}
.shortcut .shortcut-box .shortcut-item-title{color:#666;margin-bottom:4px;font-weight:normal;font-size: 12px;margin-top:4px;}
.shortcut .shortcut-box .shortcut-item-wechat{background-image:url(../image/shortcut1.png);background-position:-65px -141px;width:100px;height:100px;margin:0 auto;}
.shortcut .shortcut-box .shortcut-item-pic{width:62px;height:62px;margin:0 auto}
.shortcut .shortcut-box .weixin .shortcut-item-pic{background-position:-60px -141px;}
.shortcut .shortcut-box .cpzx .shortcut-item-pic{background-position:-60px -5px;}
.shortcut .shortcut-box .jszc .shortcut-item-pic{background-position:-130px -5px;}
.shortcut .shortcut-text{position:absolute;display:block;color:#fff;font-size:14px;font-weight:normal;padding:7px 10px;cursor:pointer;visibility:hidden;}
.shortcut .shortcut-arrow{position:absolute;width:12px;height:15px;right:-9px;top:10px;background-position:-122px -70px;}
.shortcut li:hover{background:#2d2c34;border-color:#2d2c34}
.shortcut li:hover .shortcut-text,.shortcut li.active .shortcut-text{visibility:visible;}
.shortcut li:hover .shortcut-inner,.shortcut li.active .shortcut-inner{display:block}
.shortcut li.dl{background-position:0 0}
.shortcut li:hover.dl{background:#ff5b21;}
.shortcut li.focus{background-position:0 -59px}
.shortcut li:hover.focus{background:#3dbfb6;}
.shortcut li.notice{background-position:0 -118px}
.shortcut li:hover.notice,.shortcut li.active.notice{background:#ffc300;}
.shortcut li.contact{background-position:0 -177px}
.shortcut li:hover.contact{background:#7d77a8;}
.shortcut li.gotop{background-position:0 -236px;}
.shortcut li:hover.gotop{background:#bebebe;}

.shortcut .notice .shortcut-inner{width:472px;height:170px;left:-472px;top:120px;cursor:default;}
.shortcut .notice .shortcut-inner .shortcut-box{width:453px;height:100%;background:#fff;border:0 none;padding:0;}
.shortcut .notice .notice-icon{position:relative;float:left;width:170px;height:100%;background:#ffc300;border:1px solid #ececec;}
.shortcut .notice .notice-icon .notice-icon-i{z-index:4;width:62px;height:67px;position:absolute;background-position:-60px -140px;left:50%;margin-left:-31px;top:50%;margin-top:-33.5px;animation:shake 2s linear infinite;-moz-animation:shake 2s linear infinite;-webkit-animation:shake 2s linear infinite;-o-animation:shake 2s linear infinite;}
.shortcut .notice .notice-icon .notice-icon-round{z-index:3;width:94px;height:94px;border-radius:47px;position:absolute;left:50%;margin-left:-47px;top:50%;margin-top:-47px;background:#fff;}
.shortcut .notice .notice-icon .notice-icon-shadow{z-index:2;width:94px;height:94px;border-radius:47px;position:absolute;left:50%;margin-left:-47px;top:50%;margin-top:-47px;animation:aperture 1.2s linear infinite;-moz-animation:aperture 1.2s linear infinite;-webkit-animation:aperture 1.2s linear infinite;-o-animation:aperture 1.2s linear infinite;background:#fff;opacity:.2;}
.shortcut .notice .notice-text{width:280px;height:100%;background:#fff;display:block;float:left;border:1px solid #ececec;border-left:0 none;color:#666666;font-size:12px;text-align:left;}
.shortcut .notice .notice-text p{font-size:12px;color:#666;line-height:20px;margin:18px;}

/*内页banner背景*/
.banner-bg-a1{background: url(../image/n-banner1.jpg) no-repeat center center;}
.banner-bg-a2{background: url(../image/n-banner2.jpg) no-repeat center center;}
.banner-bg-a3{background: url(../image/n-banner3.jpg) no-repeat center center;}



/*左边三级产品菜单*/
.m-header{font-size:14px;width: 198px;height: 43px;line-height: 43px;color: #fff;background: url(../image/left-menu-bg2.png) no-repeat;text-indent: 22px;margin-bottom: 2px;cursor: pointer;}
.m-header a{color: #fff;}
.m-header .label{font-size: 100%;}
.menu{font-size:12px;padding:5px 0;}
.menu ol {padding:2px 0 5px 15px; border-bottom:#E7E7E7 1px solid; background: #f7f2e5;}
.menu li{    /* text-indent: 25px; */
    font-size: 12px;
    border-bottom: 1px solid #e6e6e6;
    background: url(../image/icon-red3.jpg) no-repeat 10px 10px;
    height: auto;
    line-height: 20px;
    padding-left: 25px;
    padding-top: 10px;
    padding-bottom: 10px;}
.menu li i{color: #646464;;font-style:normal;font-weight: 500;float: right;margin-right: 20px;}
.menu a{color: #3f3f3f;text-decoration: none;}
.menu .h2{margin-top:0;margin-bottom: 0;}
.menu .no {display:none;}
.menu ol a{width: 228px;display: block;line-height: 2em;margin-left: 20px;}

.position-r{position: relative;height:45px;}
.position-r-txt{line-height:45px;  font-size:24px; color:#578005; vertical-align:middle; float:left; background:url(../image/aboutImg1.jpg) left no-repeat; padding-left:45px;}
.aboutimg{position: absolute;bottom: 0;z-index: 0;}
.title-line{background: #ccc;height: 1px; width: 78%;position: absolute;right:0;top: 35px;z-index: -1;}
.sec-menu-btn{margin:10px 15px;}
.left-menu{background-color: #FFFFFF;width: 200px;float: left;padding-bottom: 300px;}
.mar-r-50{margin-right: 0px;}
.border-left-menu{position: relative;border-left:1px solid #f1f1f1;border-right:1px solid #f1f1f1;background: #f9f9f9;}
.left-menu h3{
	font-size: 24px;
	line-height: 30px;
	margin:30px auto;
	text-align: center;
	color:#000;
}
.pro-list li{
	padding:20px 0;
	border-bottom: 1px solid #d2d2d2;
}
.pro-list-img{
	float: left;
	margin: 0;
	padding: 0;
}
.pro-list li h4{
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 35px;
	color: #0f0f0f;
}
.pro-list-text{
	font-size: 12px;
	float: right;
}
.pro-list a:hover{
	text-decoration: underline;
}
.pro-list-btn{
	width: 108px;
	height: 26px;
	line-height: 26px;
	margin-top: 5px;
	border:2px solid #d50011;
	text-align: center;
	color: #d50011;
	cursor: pointer;
	float: right;
}
.pro-list-btn:hover{
	background: #efd0d2;
}
.about-us h2{
	font-size: 22px;
	line-height: 50px;
	color: #434343;
	text-align: center;
	margin-top:20px;
	font-weight: bold;
}
.about-us .content p{
	margin-top:5px;
	margin-bottom: 10px;
}
.about-us .content .indent2{
	text-indent: 2em;
}
.about-us .content{
	padding: 20px 0;
}
.content img{ max-width:100%;}
.about-us .content h3{
	    text-align: center;
    font-size: 22px;
    line-height: 50px;
    height: auto;
    margin: 45px auto 20px auto;
    background: url(../image/line2.jpg) repeat-x left bottom;
    padding-bottom: 15px;
}
.about-us .content h4{
	background: url(../image/content-icon.png) no-repeat left top;
	padding-left:40px;
	font-size: 16px;
	color: #e70012;
	margin:20px 0 10px 0;
	line-height: 22px;
}
.about-us .content p{
	margin-bottom: 15px;
	font-size: 12px;
}
.proimg{
	border: 3px solid #fff;
	box-shadow: 0px 0 8px #888;
	margin-bottom: 20px;
}
.img-responsive img{
	display: block;
	/*width: 100%;
	height: auto;*/
}
.percent60{
	width: 60%;
	margin: 0 auto;
}
.percent90{
	width: 90%;
	margin: 0 auto;
}
.percent95{
	width: 95%;
	margin: 0 auto;
}



/*分页*/
#pageGro{ width:400px; height:25px; margin:0px auto; padding-top:30px;}
#pageGro div,#pageGro div ul li{ font-size:12px; color:#999; line-height:23px; float:left; margin-left:5px;}
#pageGro div ul li{ width:22px; text-align:center; border:1px solid #999; cursor:pointer; padding:0;}
#pageGro div ul li.on{ color:#fff; background:#d3091e; border:1px solid #d3091e;}
#pageGro div ul li.on a{ color:#fff;}
#pageGro .pageUp,#pageGro .pageDown{ width:63px; border:1px solid #999; cursor:pointer;}
#pageGro .pageUp{ text-indent:23px; background:url(../image/pageUp.png) 5px 7px no-repeat;}
#pageGro .pageDown{ text-indent:5px; background:url(../image/pageDown.png) 46px 6px no-repeat;}



/* Testimonials Section */
#testimonials {
	background: url(../image/testimonial-bg.jpg);
	background-size: cover;
	background-attachment: fixed;
	color: #ddd;
	padding: 80px 0;
}
#testimonials H2 {
	color: #ddd;
}
#testimonial {
	padding: 0;
}
#testimonial .item {
	display: block;
	width: 100%;
	height: auto;
}
#testimonial .item p {
	font-weight: 500;
	margin: 0 0 40px 0;
	color: #ddd;
}
.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	filter: Alpha(Opacity=1);
	opacity: 1;
	-webkit-border-radius: 0;
	-moz-border-radius: 20px;
	border-radius: 50%;
	background: #FFFFFF;
	transition: all 0.5s;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);
	opacity: 1;
	background: #f39c12;
}
.owl-theme .owl-controls .owl-page.active span {
	background: #f39c12;
}
#middle {
	FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=##15A216,endColorStr=#fafafa); /*IE*/ 
    background:-moz-linear-gradient(top,#fff,#f1f1f1);/*火狐*/ 
    background:-webkit-gradient(linear, 0% 0%, 0% 100%,from(#fff), to(#f1f1f1));/*谷歌*/ 
    background-image: -webkit-gradient(linear,left bottom,left top,color-start(0, #fff),color-stop(1, #f1f1f1));/* Safari & Chrome*/ 
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fff', endColorstr='#f1f1f1'); /*IE6 & IE7*/ 
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#fff', endColorstr='#f1f1f1')"; /* IE8 */
	/*background: #f8f7f0;*/
	/*border-top:1px solid #e1e1e1;*/
}
#middle .readmore {
	color: #f39c12;
	font-weight: bold;
	text-transform: uppercase;
	float: left;
	margin-top: 30px;
}
#middle .readmore:hover {
	color: #444;
}
#middle h3 {
	font-size: 26px; margin-top:30px;
	/*margin-bottom: 50px;*/
}
#middle i.fa {
	color: #f39c12;
}
#middle .media-body h3 {
	color: #4e4e4e;
	font-size: 18px;
}
.accordion h2 {
	margin-bottom: 25px;
}
.panel-default {
	border-color: transparent;
}
.panel-default>.panel-heading, .panel {
	background-color: #ebebeb;
	border: 0 none;
	box-shadow: none;
}
.panel-default>.panel-heading+.panel-collapse .panel-body {
	background: #f1f1f1;
	color: #4e4e4e;
}
.panel-body {
	padding: 20px;
}
.panel-group .panel+.panel {
	margin-top: 0;
	border-top: 1px solid #d9d9d9;
}
.panel-group .panel {
	border-radius: 8px;
}
.panel-heading {
	border-radius: 0;
}
.panel-title>a {
	color: #4e4e4e;
	font-size: 14px;
}
.accordion-inner img {
	border-radius: 4px;
}
.accordion-inner h4 {
	margin-top: 0;
}
.panel-heading.active {
	background: #ebebeb;
	border-radius: 8px;
}
.panel-heading.active .panel-title>a {
	color: #4e4e4e;
}
a.accordion-toggle i.fa {
	width: 45px;
	line-height: 44px;
	font-size: 20px;
	margin-top: -10px;
	text-align: center;
	margin-right: -15px;
	background: #ebebeb;
	border-radius: 8px;
}
.panel-heading.active a.accordion-toggle i.fa {
	color: #4e4e4e;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
.panel-heading.active a.accordion-toggle.collapsed i.fa {
	color: #fff;
}
#get-started {
	padding: 50px 0 60px 0;
	text-align: center;
	background: #eee;
	border-top: 1px solid #fff;
}


/*************************
********* About Us Page CSS ******
**************************/
.about-us {
	padding-bottom: 30px; padding-top:30px;
}
.about-us h3 {
	color: #4e4e4e;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 30px;
}
.about-us p {
	color: #4e4e4e;
}
.index-about-title{
	display: block;
	position: relative;
	font-size: 24px;
	margin-top:10px;
}
.sec-1-line{
	height: 1px;
	width: 78%;
	background: #d2d2d2;
	position: absolute;
	left: 104px;
	top: 10px;
	z-index: -1;
	overflow: hidden;
}
.more1{
	z-index: 2;
}
.index-about-txt{
	margin-top: 30px;
	line-height: 25px;
	font-size: 12px;
}
.index-about-txt img{
	margin-right: 15px;
	float: left;
}
/*首页新闻*/
.index-news{
	float: left;
	width: 100%;
	position:relative;
}
.index-news-bt{
	height: 36px;
	line-height: 36px;
	margin-bottom: 15px;
	font-size: 22px;
}
.nav>li>a{
	padding:5px 15px;
}
.news-tab{
	height: 36px;
}
.sec-1-line2{
	height: 1px;
	width: 100%;
	background: #d2d2d2;
	position: absolute;
	left: 0;
	top: 36px;
	z-index: -1;
}
.i-news-list li{
	height: auto;
    float: left;
    overflow: hidden;
    font-size: 12px;
    line-height: 35px;
    background: url(../image/line2.jpg) repeat-x left bottom;
    width: 100%;
    position: relative;
}
.i-news-list li img{
	margin: 12px 5px 0 2px; float:left;
}
.i-news-list li a{
	float: left;
    display: block;
    width: 70%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #4e4e4e;
}
.i-news-list li a:hover{
	color:#e70010;
}


/*************************
********* Portfolio CSS ******
**************************/
.portfolio-items, .portfolio-filter {
	list-style: none outside none;
	margin: 20px 0;
	padding: 0;
}
.portfolio-items{
	margin: 10px 0;
}
.portfolio-filter > li {
	display: inline-block;
}
.portfolio-filter > li a {
	background: none repeat scroll 0 0 #FFFFFF;
	font-size: 14px;
	font-weight: 400;
	margin-right: 20px;
	text-transform: uppercase;
	transition: all 0.9s ease 0s;
	-moz-transition: all 0.9s ease 0s;
	-webkit-transition: all 0.9s ease 0s;
	-o-transition: all 0.9s ease 0s;
	border: 1px solid #F2F2F2;
	outline: none;
	border-radius: 3px;
}
.portfolio-filter > li a:hover, .portfolio-filter > li a.active {
	color: #fff;
	background: #f39c12;
	border: 1px solid #f39c12;
	box-shadow: none;
	-webkit-box-shadow: none;
}
.portfolio-filter .btn-default.active.focus, .portfolio-filter .btn-default.active:focus, .portfolio-filter .btn-default.active:hover, .portfolio-filter .btn-default:active.focus, .portfolio-filter .btn-default:active:focus, .portfolio-filter .btn-default:active:hover {
	color: #fff;
	background-color: #f39c12;
	border-color: #f39c12;
	outline: none;
}
.portfolio-items > li {
	float: left;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.portfolio-item {
	margin: 0;
	padding: 15px;
}
/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
	z-index: 2;
}
.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	-moz-transition-duration: 0s;
	-ms-transition-duration: 0s;
	-o-transition-duration: 0s;
	transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
/**************************
********* Pricing Table CSS *
**************************/
.pricing-tables {
	padding: 40px 0 80px 0;
	text-align: center;
}
.pricing-tables .pricing-table {
	border: 1px solid #e4e4e4;
	text-align: center;
	position: relative;
	background-color: #fff;
	border-radius: 8px;
}
.pricing-tables .pricing-table:hover {
	z-index: 2;
	box-shadow: 0 0 12px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 12px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 12px rgba(0,0,0,0.1);
	-o-box-shadow: 0 0 12px rgba(0,0,0,0.1);
}
.pricing-tables .highlight-plan {
	margin: -15px 0;
	margin-right: -1px;
	z-index: 1;
}
.pricing-tables .pricing-table.highlight-plan .plan-name {
	background-color: #f39c12;
	padding: 25px 0;
	border-radius: 8px 8px 0 0;
}
.pricing-tables .pricing-table.highlight-plan .plan-name h3 {
	color: #fff;
}
.pricing-tables .pricing-table.highlight-plan .plan-signup {
	background-color: #f39c12;
	padding: 30px 0;
	border-radius: 0 0 8px 8px;
}
.pricing-tables .pricing-table.highlight-plan .plan-signup .btn-system.border-btn {
	border-color: #fff;
	color: #fff;
}
.pricing-table .plan-name {
	padding: 15px 0;
	box-shadow: 0 0 20px rgba(0,0,0,.04) inset;
	-o-box-shadow: 0 0 20px rgba(0,0,0,.04) inset;
	-moz-box-shadow: 0 0 20px rgba(0,0,0,.04) inset;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,.04) inset;
	border-bottom: 1px solid #eee;
}
.pricing-table .plan-name h3 {
	font-weight: 700;
	color: #666;
	font-size: 22px;
}
.pricing-table .plan-price {
	padding: 25px 0;
}
.pricing-table .plan-price .price-value {
	font-size: 38px;
	line-height: 40px;
	font-weight: 600;
	color: #666;
}
.pricing-table .plan-price .price-value span {
	font-size: 18px;
	font-weight: 300;
	line-height: 18px;
}
.pricing-table .plan-price .interval {
	line-height: 14px;
	color: #999;
	font-size: 13px;
}
.pricing-table.btn-system.border-btn {
	border-color: #f8ba01;
	color: #f8ba01;
}
.pricing-table .plan-list li {
	padding: 8px;
	font-size: 12px;
	border-bottom: 1px solid #eee;
}
.pricing-table .btn-system {
	padding: 5px 15px;
	display: inline-block;
	color: #fff;
	background-color: #f39c12;
	margin-right: 5px;
	font-weight: 300;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	border: 0;
	text-transform: uppercase;
	font-weight: 400;
}
.pricing-table .btn-system:hover, .pricing-table .btn-system.border-btn:hover {
	background-color: #c27c0e;
}
.pricing-table .btn-system:last-child {
	margin-right: 0;
}
.pricing-table .btn-system.border-btn {
	background-color: transparent;
	border: 1px solid;
	box-shadow: none;
	-o-box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.pricing-table .plan-list li:first-child {
	border-top: 1px solid #eee;
}
.pricing-table .plan-signup {
	padding: 25px 0;
}
.pricing-table .plan-signup a {
	text-transform: uppercase;
}
/*************************
********* Contact Us CSS ******
**************************/

#contactForm .text-danger {
	color: #ff3333;
}
.contact_top {
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 2em;
	border-bottom: 2px solid #fff;
}
.contact_details {
	padding: 20px;
	text-align: center;
}
.contact_details i {
	color: #f39c12;
}
.contact_details p {
	padding: 20px 0;
}
.form-group .form-control {
	padding: 7px 12px;
	border-color: #ddd;
	box-shadow: none;
}
.form-group label {
	font-weight: 500;
}
textarea#message {
	resize: none;
	padding: 10px;
	height: 185px;
}

/*产品列表1*/
.list-search{
	background-color: #f1f1f1;
	height: 52px;
	border-bottom: 1px solid rgba(255,255,255,.5);
}
.list-search input[type=text]{
	font-size: 14px;
	width: 280px;
	outline: 0;
	-webkit-appearance: none;
	border:0;
	background: transparent;
	line-height: 42px;
	height: 51px;
	padding-left:10px;
	padding-top:10px;
	border-bottom: 2px solid #fdbb30;
}
.list-search-input{
	position: relative;
    float: right;
    width: 30%;
}
.list-search-btn{
	position: absolute;
	left:250px;
	top:18px;
}
.list-search-btn img{
	transform: rotate(250deg);
}
/*bread*/
.bread-box{
	height: 42px;
	line-height: 42px;
	border-bottom: 1px solid #E8E8E8;
	background: #f2f2f2;
	font-size: 12px;
}
.bg-white{
	background: #FFFFFF;
}
.bread{
	float: left;
    width: 70%;
    background: url(../image/icon-black.png) no-repeat 5px 22px;
    text-indent: 10px;
    line-height: 50px;
}
.bread a{
	color: #515151;
}
/*新闻列表*/
.news-list li{
	height: 42px;
	line-height: 42px;
	background: url(../image/line2.jpg) repeat-x left bottom;
	width:100%;
	position: relative;
	font-size: 14px;
}
.news-list li img{
	margin:-33px 10px 0 2px;
}
.news-list li a{ display:inline-block; width:65%; height:auto; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.news-list li a:hover{
	color:#e70010;
}


/***********************
********* Footer ******
************************/
#footer {   
    color: #a4a1a1;
    background: #1e1d23;
    font-size: 14px;
}
#footer a {
	display: inline-block;
    line-height: 26px;
	color: #a4a1a1;
}
#footer a:hover {
	color: #f6eeee;
}

.text-center p a{display: inline-block; line-height:30px; vertical-align:middle;
	color: #E60115; font-size:12px;
}
#footer .container{
	padding-bottom: 0px;
}
.weixin,.weixin2{
	color: #9c9c9c; margin-left:29px; margin-top:20px;
}
.weixin p,.weixin2 p{
	line-height: 25px;
	margin-bottom: 0;
}
.weixin2 p{
	width: 98px;
	text-align: center;
}
.copyright{
	background: #000;
	height: auto;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
}
.follow-us {
	margin-top: -5px;
	text-align: center;
}
.social-icon {
	padding-top: 6px;
	font-size: 16px;
	text-align: center;
	width: 32px;
	height: 32px;
	border: 2px solid #999;
	border-radius: 50%;
	color: #999;
	margin: 5px;
}
a.social-icon:hover, a.social-icon:active, a.social-icon:focus {
	text-decoration: none;
	color: #f39c12;
	border-color: #f39c12;
}
.footline1{ float:left; width: 23%; height: 220px;}
.footline2{ float:left; width: 43%; height: 220px;}
.footline3{ float:left; width: 34%; height: 280px; overflow:hidden;}
.footline1 h1,.footline2 h1,.footline3 h1{ width:100%; height:40px; line-height:40px; font-size:20px; text-align:left; font-weight: normal;}
.foot_t{ width:100%; height:auto; overflow:hidden;}
.foot_t li{ width:100%; height:35px; line-height:35px;}
.foot_t li span{margin:0 10px;}
.foot_t2{ width:100%; height:auto; overflow:hidden;}
.foot_t2 li{ float:left; width:49%; margin-right:1%; line-height:30px; font-weight: bold; }
.foot_t2 li-child(2n){margin-right:0; margin-left:1%;}
.sp{ margin:0 10px;}
.copyright p a{ display:inline-block;}
.foot_img{ width:100%; height:280px; overflow:hidden;}
.foot_img img{width:100%; height:auto; transition:all .6s; }
.foot_img img:hover{ transform:scale(1.1);}
.com{ width:100%; height:auto; line-height:30px; text-align:left; padding-bottom:15px;}
.com a{ margin-right:20px; display:inline-block;}


.bg{ background:url(../image/3.jpg) repeat-x;}
.pro-list2{ width:100%; height:auto; overflow:hidden; }
.pro-list2-list{ float:left; width:50%; height:auto; padding:20px;}
.pro-list2-list-img{ float:left; width:33%; height:auto; background:url(../image/1.png) center bottom no-repeat; background-size:80% auto; padding-bottom:37px;}
.pro-list2-list-img img{ max-width:100%; border:4px solid #fff; border-radius:50%; box-shadow:0px -3px 12px;}
.pro-list2-list-txt{ width:60%; float:right; height:auto;text-align:center;}
.pro-list2-list-txt h3{ width:100%; line-height:40px; vertical-align:middle; font-size:24px; }
.pro-list2-list-txt img{ width:100%; }
.pro-list2-list-txt p{ line-height:25px; width:100%; height:75px; color:#999; overflow:hidden;}
.pro-list2-list:hover .pro-list2-list-img img{ max-width:100%; border:4px solid #e81f30;}
.pro-list2-list:hover h3{ color:#e81f30;}

/*产品页面 开始*/
.portfolio-itemss{ width:100%; height:auto; overflow:hidden;}
.toptt{
    position: relative;
    width: 100%;
    height: 100px;
	overflow: hidden;
	margin-bottom:50px;
}
.toptt .coinlist {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    width: 100%;
    height: auto;
}
.coinlist li {
    float: left;
    width: 13%;
    height: auto;
    text-align: center;
    padding: 10px 0;
}
.coinlist li:hover,.cover {
    background: #ecebec;
}
.coinlist li .conimg {
    max-width: 100%;
    height: auto;
    transition: 2s;
}
.coinlist li span {
    display: block;
    width: 90%;
    margin: 0 auto;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}
.pro-nav.pro-nav-pills {
    margin: 1.5em 0 0;
}
.pro-nav p span1{
	display: inline-block;
    min-width: 275px;
    height: auto;
	font-size: 16px;
    font-weight: bold;
    line-height: 25px;
    padding: 10px 20px;
    border-radius: 5px;
    color: #fff;
    background: url(../image/prbg.png) no-repeat;
    margin: 10px 0;
}
.pro-nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    border-bottom: 1px dashed #eee;
    overflow: hidden;
}
.pro-nav.pro-nav-pills p span2 {
    float: right;
    margin: 5px 30px;
    padding: 0 5px;
    font-size: 12px;
    line-height: 30px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f7f2f2;
}
.pro-nav li {
    float: left;
    width: 25%;
    height: auto;
}
.pro-nav li .prolistlistimg {
    position: relative;
    width: 90%;
    height: 197px;
    margin: 15px;
    border: 1px solid #ccc;
    overflow: hidden;
}
.pro-nav li .prolistlistimg img {
    width: 100%;
    height: 100%;
    transition: all 0.6s;
}
.pro-nav li:hover img {
    transform: scale(1.2);
}
.prolistlisttext {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 35px;
    text-align: center;
    background: rgba(0,0,0,.6);
    color: #fff;
}
.pro-nav li p {
    width: 90%;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}
.prolistlisttext .tit {
    font-size: 16px;
    font-weight: bold;
    line-height: 35px;
}
.protxt{ width;100%; height:auto; overflow:hidden; margin:20px 0;}
.protxt_t{ width;100%; height:auto; overflow:hidden; margin-bottom:80px;}
.protxt_t .protxt_t_l{ float:left; width:400px; height:300px; overflow:hidden; margin-right:40px;}
.protxt_t .protxt_t_l img{ width:100%; height:100%; overflow:hidden; transition:all .6s;}
.protxt_t .protxt_t_l:hover img{ transform:scale(1.2);}
.protxt_t .protxt_t_r{ float:left; width:62%; height:auto; overflow:hidden;}
.protxt_t .protxt_t_r h2{ 
      width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 40px;
    padding-bottom: 15px;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    margin-top: 0;
    background: url(../image/bg5.jpg) left bottom no-repeat;
	margin-bottom:30px;
}
.pro_title{ width:100%; height:auto; overflow:hidden; margin:10px 0;}
.pro_title p{ line-height:18px;}
.zxzx{
	display:none;
	width: 120px;
    height: 35px;
    line-height: 32px;
    border: 1px solid #ccc;
    text-align: center;
    font-size: 14px;
    margin: 25px 0;
}
.protxt_tel{ width:100%; height:auto; overflow:hidden;    margin-top: 50px; line-height:35px;}
.protxt_tel a span{ margin:0 10px; font-size:24px; font-weight:bold; color:#111;}
.protxt_tel img,.protxt_tel a{ line-height:40px;}
.t3{ margin-left:0px;}
.protxt_inf{
	position:relative;
  width:100%;
  height:auto;
  padding:60px 20px 20px;
  border-top:1px solid #ccc;
}
.tt1{ position:absolute; left:0; top:-40px;}





/*产品页面 结束*/


.mapbox{ width:100%; height:auto; overflow:hidden; background:url(../image/mapbg.png) center no-repeat; padding: 30px 0;}
.meli{ width:100%; height:auto; line-height:35px; margin-bottom:20px; overflow:hidden; font-size:16px;}
.meli .meli_l{ width:135px; float:left; height:auto; margin-right:20px; font-weight:bold;}
.meli .meli_r{ width:80%; float:left;}
.meli .meli_r a,.meli .meli_r span{ margin:0 15px;}






@media (max-width: 767px){.pro-list2-list{ width:100%;}
.pro-list2-list p{ font-size:1em;}
.pro-list2-list h3{ font-size:1.5em; font-weight:bold; line-height:1.5em; margin:0px; padding:0px;}
.pro-list2-list-img{ float:left; width:33%; height:auto; background:url(../image/1.png) center bottom no-repeat; background-size:80% auto; padding-bottom:18px;}
.pro-dh-bg{ font-size:1.5em;}
.case li{ width:100%; margin:10px; height:auto; float:left;}



}
.pro-dh-bg{ width:100%; height:auto; background:#dcdcdc; text-align:center;font-size:1.5em; font-weight:bold ; padding-top:10px; padding-bottom:10px; color:#353535;}
.case{ width:100%; height:auto; float:left; }
.case li{ width:30%; margin:10px; height:auto; float:left;}
.case li img{ float:left; width:100%; height:auto;}
.case li p{ float:left; width:100%; height:auto; font-size:14px;}

.tt-tt{ width:100%; height:auto; float:left; overflow:hidden; font-size:24px; }
.tt-tt i{ display:inline-block; width:6px; height:20px; background:#cc0001; margin-right:10px;}
.tt-con{width:100%; height:auto; float:left; overflow:hidden;}
.tt-list{width:100%; height:auto; float:left; overflow:hidden;}
.tt-list li{ float:left; width:16.666%; padding:15px; height:110px; box-sizing:border-box;}
.tt-list li img{ max-height:100%; max-width:100%;}
@media (max-width:640px){
	.tt-list li {
    float: left;
    width: 33.33%;
    padding: 15px;
    height: 110px;
    box-sizing: border-box;
}
body > section {
    padding: 0px;
}
.navbar-brand img {
    height: 75px;
    max-width: 100%;
    padding-top: 5px;
}
.list-search input[type=text] {
    width: 100%;}
.list-search-btn {
    position: absolute;
    left: 85px;
    top: 18px;
}
.index-about-txt img{ width:50%;}
.plist_index li .in_pimg { height: 130px;}
.plist_index {
    width: 100%;}
.plist_index li { width: 48%;}
.in_pimg_bg p { font-size: 18px;}
.footline1 { width: 52%;}
.footline2 { width: 48%;}
.foot_t2 li { width: 100%;}
.footline3 { width: 60%; height: 205px;}
.toptt {
    position: relative;
    width: 100%;
    height: 335px;
    overflow: hidden;
    margin-bottom: 0px;
}
.toptt .coinlist { display: inline-block;}
.coinlist li { width: 33%;}
.pro-nav.pro-nav-pills p span2 { margin: 20px 10px;}
.pro-nav.pro-nav-pills { margin: 1em 0 0;}	
.pro-nav li { width: 50%;}	
.pro-nav li p {
    width: 100%;
    font-size: 12px !important;
    font-weight: normal !important;
    margin: 0 auto;
    padding: 0 5px;
    text-align: center;
}
.protxt_t .protxt_t_r { width: 97%; padding-left: 3%;}
.protxt_tel span { margin: 0 10px; font-size: 20px;}	
.protxt_inf img{ max-width:100%;}	
.pro-nav li .prolistlistimg { height: 125px;}




	}
@media (max-width: 375px){
.protxt_tel span {
    margin: 0 10px;
    font-size: 18px;
}
.pro-nav li .prolistlistimg { height: 110px;}

.foot_t li span {
    margin: 0;
}



}

@media (max-width: 320px){
.footline1 { width: 100%;height: 160px;}
.footline2{ display:none;}
.footline3 { width: 100%; height: 255px;}
.pro-nav li{ width: 48%;}
p { margin:0px;}

}
