﻿@CHARSET "UTF-8";
/* for footer */
.footer{
	background: #F3F3F3;
	padding-top: 70px;
	margin-top: 0 !important;
}

.footer .company_name span:nth-child(1){
	font-size: 22px;
	font-weight: bold;
	color: #2B2B2B;
	display: block;
}

.footer .company_name span:nth-child(2){
	font-size: 20px;
	color: #2B2B2B;
	display: block;
	margin-top:5px;
}

.footer .contact_info{
	height: auto;
	overflow: hidden;
	margin: 25px 0;
}

.footer .contact_info>div{
	padding: 0px !important;
}

.footer .contact_info>div:nth-child(1) span{
	display: block;
	font-size: 16px;
}

.footer .code span{
	display: block;
	text-align: center;
}

.footer .code div{
	float: right;
	margin-left: 40px;
}

.footer .col-lg-6:nth-child(1){
	margin-top: 98px;
}

.footer .copyright-div{
	border-top: 1px solid #ccc;
	padding-top: 10px;
}

@media(max-width: 768px) {
	#header .navbar-brand img {
		height: 62px;
	}
	 
	#header .navbar-brand {
		padding: 0px 0;
	}
	
	#header .navbar-default .navbar-header {
		height: 62px;
	}
	
	.banner-container{
		margin-top:62px;
	}
	
	.jssorslider-container .navigator{
		display: none;
	}
}

@media (min-width: 768px) {
	#header {
		height: 75px;
	}
	
	#header .navbar-default {
		height: 75px;
	}
	
	#header .navbar-default .navbar-header {
		height: 74px;
	}
	
	#header .navbar-brand {
		padding: 0px 15px;
	}
	
	#header .navbar-brand img {
		height: 75px;
	}
	
	.caret{
		display: none;
	}
	
	.navbar-nav>li>.dropdown-menu{
		min-width: 97px !important;
	    border-radius: 7.2px;
	    text-align: center;
	    line-height: 25px;
	    right: 0 !important;
	    padding: 0;
	}
	
	.navbar-nav>li>.dropdown-menu li{
		margin: 10px 0;
	}
	
	.dropdown-menu>li>a{
		color: rgba(118,118,118,1);
		padding: 3px 0px;
	}
	
	.navbar-default .collapse .navbar-nav>li>a  {
		border: none;
		padding: 27.5px 0px;
		margin: 0 15px;
		height: 75px;
		font-size: 16px;
	}
	
	.navbar-default .collapse .navbar-nav>li.open>a{
		border-top: none;
	}
	
	.navbar-default .collapse .navbar-nav>li.active>a, 
		#header .navbar-default .collapse .navbar-nav>li:hover>a {
		border-top: none;
		border-bottom: 2px solid #508DE9;
	}

	.contact-info{
		padding: 90px 40px 60px 40px;
		position: absolute;
		top: 0;
		right: 0;
		background: rgba(255,255,255,0.92);
		width: 482px;
		height: 700px;
		margin-top: 175px;
		margin-right: 22%;
	}
}

@media (min-width: 1200px){
	.navbar .container,.index_top_center .container,.index_top_bottom .container,.aboutus .container,.footer .container,.section .container{
		width: 1110px;
	}
	
	.section .articles-full-image-image{
		margin-top: 40px;
	}
	
	.section-header-name {
	    margin-left: 16px;
	    bottom: 215px;
	}
	
	#push-wrap-center>div{
		width: 1250px;
		margin: auto;
	}
	
	.breadcrumb{
		width: 1080px;
	}
	
	.article-default article{
		width: 1080px;
		margin: auto;
		padding-top: 50px;
	}
	
	.profile .page-turn{
		margin-top: -70px;
	}
	
	.profile .page-turn{
		width: 50%;
	    height: auto;
	    overflow: hidden;
	    padding-right: 45px;
	}
	
	.section .product-types-item .col-lg-4{
		height: 350px;
	}
	
	.histroy #link-histroy-container{
		background: url(../images/histroy1.jpg) no-repeat;
		height: 700px;
    	background-size: cover;
	}
	
	.histroy .polyline{
		position: relative;
    	bottom: 0px;
    	width: 1000px;
    	margin: auto;
	    text-align: center;
	}
	
	.histroy h3 {
	    margin: 100px 0 60px 0;
	}
	
	.histroy ul{
		width: 1000px;
	    position: relative;
	    height: 500px !important;
	    margin: auto;
	}
	
	.histroy ul li:first-child div.title{
		background: url(../images/circle.png) no-repeat;
		padding-top:50px;
		background-position: 60px 0px;
	}
	
	.histroy ul li:not(:first-child) div.title{
		background: url(../images/circle2.png) no-repeat;
		padding-top:50px;
		background-position: 60px 3px;
	}
	
	.histroy ul li{
		position: relative;
		width: 160px;
		text-align: center;
		position: absolute;
	}
	
	.histroy ul li:nth-child(1){	
		top: -37px;
	    left: 0;
	    float: left;
	}
	
	.histroy ul li:nth-child(2){
	    top: -37px;
	    float: left;
	    left: 19%;
	}
	
	.histroy ul li:nth-child(3){	
	    top: -37px;
	    left: 38%;
	    float: left;
	}
	
	.histroy ul li:nth-child(4){	
	    top: -37px;
	    left: 57%;
	    float: left;
	}
	
	.histroy ul li:nth-child(5){	
	    top: -37px;
	    left: 75%;
	    float: left;
	}
	
	.histroy ul li:nth-child(6){	
	    top: 110px; 
	    float: left;
    	left: 38%;
	}
	
	.histroy ul li:nth-child(7){	
	    top: 110px; 
	    float: left;
	    left: 57%;
	}
	
	.histroy ul li:nth-child(8){	
	    top: 110px; 
	    float: left;
	    left: 75%;
	}
	
	.histroy ul li:nth-child(9){	
	    top: 258px;
	    float: left;
	    left: 38%;
	}
	
	.histroy ul li:nth-child(10){	
	    top: 258px;
	    float: left;
	    left: 57%;
	}
	
	.histroy ul li:nth-child(11){	
	    top: 258px; 
	    float: left;
	    left: 75%;
	}
	
	.histroy #link-histroy-container{
		height: auto;
	    overflow: hidden;
	}
	
	.histroy-bg{
		position: absolute;
		width: 90%;
		left: 50%;
	    margin-left: -45%;
	    top: 215px;
	}
	
	.histroy-bg img:nth-child(1){
		height: 100%;
		
	}
	
	.histroy-bg .polyline img{
		position: relative;
	}
	
	.histroy-bg .polyline{
		text-align: center;
	}
	
	.histroy .histroy-icon{
		display: none;
	}
	
	.histroy .table-responsive{
		display: none;
	}
	
	.profile .link-container li .link-content>div{
		width: 50%;
	} 
	
	.profile .link-container li:nth-child(1) .link-content .description{
		float: right;
	}
	
	.profile .link-container li:nth-child(1) .link-content .image{
		float: left;
	}
	
	.profile .link-container li:nth-child(2) .link-content .description{
		float: left;
	}
	
	.profile .link-container li:nth-child(2) .link-content .image{
		float: right;
	}
	
	.profile .link-container li:nth-child(1) .description{
		padding-left: 70px;
	}	
}

@media(max-width: 1199px) and (min-width:992px){
	.section .product-types-item .col-lg-4{
		height: 290px;
	}
	
	.histroy{
		background: url(../images/histroy2.jpg) no-repeat;
		height: 700px;
    	background-size: cover;
	}
	
	.histroy .polyline{
		display: none;
	}
	
	.histroy ul li{
		width: 200px;
		height: 90px;
		text-align: left;
		margin-right: 46px;
    	margin-bottom: 25px;
	}
	
	.histroy ul li:nth-child(1){
		background: url(../images/monotone_position.png) no-repeat;
		background-position: 0 3px;	
    	padding-left: 15px;
    	float: left;
	}
	
	.histroy ul li:nth-child(2){
	    float: left;
	}
	
	.histroy ul li:nth-child(3){
		background: url(../images/arrowleft.png) no-repeat;
		background-position: 100% 100%;
	    float: left;
	}
	
	.histroy ul li:nth-child(4){
	    float: right;
	}
	
	.histroy ul li:nth-child(5){
	    float: right;
	}
	
	.histroy ul li:nth-child(6){
		background: url(../images/arrowright.png) no-repeat;
		background-position: 0 100%;
	    padding-left: 15px;
	    float: right;
	}
	
	.histroy ul li:nth-child(7){
	    float: left;
	    padding-left: 15px;
	}
	
	.histroy ul li:nth-child(8){
	    float: left;
	}
	
	.histroy ul li:nth-child(9){
		background: url(../images/arrowleft.png) no-repeat;
		background-position: 100% 100%;	
	    float: left;
	}
	
	.histroy ul li:nth-child(10){
	    float: right;
	}
	
	.histroy ul li:nth-child(11){	
	    float: right;
	}
	
	.histroy ul li:nth-child(3) i,.histroy ul li:nth-child(4) i,.histroy ul li:nth-child(9) i,.histroy ul li:nth-child(10) i{
		display: none;
	}
	
	.histroy ul li:nth-child(1) .fa-angle-double-left,.histroy ul li:nth-child(2) .fa-angle-double-left,.histroy ul li:nth-child(5) .fa-angle-double-right,.histroy ul li:nth-child(6) .fa-angle-double-right,
	.histroy ul li:nth-child(7) .fa-angle-double-left,.histroy ul li:nth-child(8) .fa-angle-double-left,.histroy ul li:nth-child(11) .fa-angle-double-right{
		display: none;
	}
	
	.histroy .histroy-info{
		float: left;
		width: 90%;
	}
	
	.histroy .histroy-icon{
		float: right;
		width: 5%;
		color: #fff;
		margin-top: 20px;
	}
	
	.histroy #link-histroy-container{
		height: auto;
	    overflow: hidden;
	}
	
	.histroy-bg{
		width: 768px;
	    margin-top: 100px;
	}
	
	.histroy-bg img:nth-child(1){
		height: 100%;
		
	}
	
	.histroy .table-responsive{
		display: none;
	}
	
	.profile .link-container li .link-content>div{
		width: 50%;
	} 
	
	.profile .link-container li:nth-child(1) .link-content .description{
		float: right;
	}
	
	.profile .link-container li:nth-child(1) .link-content .image{
		float: left;
	}
	
	.profile .link-container li:nth-child(2) .link-content .description{
		float: left;
	}
	
	.profile .link-container li:nth-child(2) .link-content .image{
		float: right;
	}
	
	.profile .link-container li:nth-child(1) .description{
		padding-left: 70px;
	}
}

@media(max-width: 991px) and (min-width:768px){
	.navbar-default .collapse .navbar-nav>li>a{
		margin: 0px 13px !important;
	}
	
	#push-wrap-top .index_top_bottom ul{
		margin-top: 20px;
	}
	
	#push-wrap-bottom .col-lg-6{
		margin-bottom: 20px;
	}
	
	#push-wrap-top .index_top_bottom .description{
		padding-right: 0px !important;
	}
	
	.profile li>div {
	    width: 100% !important;
	}
	
	.section .product-types-item .col-lg-4{
		height: 334px;
	}
	
	.histroy{
		background: url(../images/histroy2.jpg) no-repeat;
		height: 700px;
    	background-size: cover;
	}
	
	.histroy .polyline{
		display: none;
	}
	
	.histroy ul li{
		width: 200px;
		height: 90px;
		text-align: left;
		margin-right: 46px;
    	margin-bottom: 25px;
	}
	
	.histroy ul li:nth-child(1){
		background: url(../images/monotone_position.png) no-repeat;
		background-position: 0 3px;	
    	padding-left: 15px;
    	float: left;
	}
	
	.histroy ul li:nth-child(2){
	    float: left;
	}
	
	.histroy ul li:nth-child(3){
		background: url(../images/arrowleft.png) no-repeat;
		background-position: 100% 100%;
	    float: left;
	}
	
	.histroy ul li:nth-child(4){
	    float: right;
	}
	
	.histroy ul li:nth-child(5){
	    float: right;
	}
	
	.histroy ul li:nth-child(6){
		background: url(../images/arrowright.png) no-repeat;
		background-position: 0 100%;
	    padding-left: 15px;
	    float: right;
	}
	
	.histroy ul li:nth-child(7){
	    float: left;
	    padding-left: 15px;
	}
	
	.histroy ul li:nth-child(8){
	    float: left;
	}
	
	.histroy ul li:nth-child(9){
		background: url(../images/arrowleft.png) no-repeat;
		background-position: 100% 100%;	
	    float: left;
	}
	
	.histroy ul li:nth-child(10){
	    float: right;
	}
	
	.histroy ul li:nth-child(11){	
	    float: right;
	}
	
	.histroy ul li:nth-child(3) i,.histroy ul li:nth-child(4) i,.histroy ul li:nth-child(9) i,.histroy ul li:nth-child(10) i{
		display: none;
	}
	
	.histroy ul li:nth-child(1) .fa-angle-double-left,.histroy ul li:nth-child(2) .fa-angle-double-left,.histroy ul li:nth-child(5) .fa-angle-double-right,.histroy ul li:nth-child(6) .fa-angle-double-right,
	.histroy ul li:nth-child(7) .fa-angle-double-left,.histroy ul li:nth-child(8) .fa-angle-double-left,.histroy ul li:nth-child(11) .fa-angle-double-right{
		display: none;
	}
	
	.histroy .histroy-info{
		float: left;
		width: 90%;
	}
	
	.histroy .histroy-icon{
		float: right;
		width: 5%;
		color: #fff;
		margin-top: 20px;
	}
	
	.histroy #link-histroy-container{
		height: auto;
	    overflow: hidden;
	}
	
	.histroy-bg{
		width: 768px;
	    margin-top: 100px;
	}
	
	.histroy-bg img:nth-child(1){
		height: 100%;
		
	}
	
	.histroy .table-responsive{
		display: none;
	}
}

@media(max-width: 767px){
	#push-wrap-top .index_top_bottom ul{
		margin-top: 20px;
	}
	
	#push-wrap-bottom .col-lg-6{
		margin-bottom: 20px;
	}
	
	#push-wrap-top .index_top_bottom .description{
		padding-right: 0px !important;
	}
	
	.profile li>div {
	    width: 100% !important;
	}
	
	#map{
		display: none;
	}
	
	.contact{
		height: auto;
		overflow: hidden;
	}
	
	.contact-info{
		padding: 120px 40px 60px 40px;
	}
	
	.histroy{
		background: url(../images/histroy2.jpg) no-repeat;
		height: 300px;
    	background-size: cover;
	}
	
	.histroy .histroy-bg{
		display: none;
	}
	
	.histroy .polyline{
		display: none;
	}
	
	.histroy table td .image{
		display: none;
	}
	
	.histroy .table-responsive{
		margin-top: 60px;
		border: none;
	}
	
	.histroy .table>tbody>tr>td.active{
		background: none;
	}
	
	.histroy .table>tbody>tr>td{
		border-top: none;
		color: #fff;
	}
	
	.histroy .table>tbody>tr>td a{
		color: #fff;
	}
	
	.histroy table td:nth-child(1){	
	    background: url(../images/monotone_position.png) no-repeat !important;
		background-position: 0 10px !important;	
		padding-left: 15px;
	}
	
	.histroy table .histroy-info{
		width: 90%;
		float: left;
	}
	
	.histroy table .histroy-icon{
		width: 5%;
		float: left;
	}
	
	.histroy #link-histroy-container{
		height: auto;
	    overflow: hidden;
	}
	
	.histroy-bg{
		position: absolute;
		width: 90%;
		left: 50%;
	    margin-left: -45%;
	    top: 215px;
	}
	
	.histroy-bg img:nth-child(1){
		height: 100%;
		
	}
	
	.histroy-bg .polyline img{
		position: relative;
	}
	
	.histroy-bg .polyline{
		text-align: center;
	}
}


/* 首页 */
#push-wrap-top .index_top_top{
	background: #F4F4F4;
}

#push-wrap-top .index_top_top ul{
	margin: auto;
	text-align: center;
	font-size: 18px;
	list-style-type: none;
	padding: 24.5px 0;
}

#push-wrap-top .index_top_top ul li{
	display:inline-block;
}

#push-wrap-top .index_top_top ul li:not(:first-child){
	overflow: hidden;
	padding:0 20px;
}

#push-wrap-top .index_top_top ul li>span.a1,#push-wrap-top .index_top_top ul li>span.a2,#push-wrap-top .index_top_top ul li>span.a3,#push-wrap-top .index_top_top ul li>span.a4,#push-wrap-top .index_top_top ul li>span.a5{
	background: url(../images/index_top_top.png) no-repeat;
	overflow: hidden;
	width: 39px;
	height: 34px;
	float: left;
}

#push-wrap-top .index_top_top .content{
	margin-top: 12px;
    display: block;
    float: left;
    margin-left: 12px;
}

#push-wrap-top .index_top_top ul li:not(:first-child):hover{
	color: #F4620D;
	cursor: pointer;
}

#push-wrap-top .index_top_top ul li span.a1{
	background-position: 2px 0px;
}

#push-wrap-top .index_top_top ul li:hover>span.a1{
	background-position: 2px -36px;
}

#push-wrap-top .index_top_top ul li span.a2{
	background-position: -34px -1px;
}

#push-wrap-top .index_top_top ul li:hover>span.a2{
	background-position: -34px -37px;
}

#push-wrap-top .index_top_top ul li span.a3{
	background-position: -66.5px -1px;
}

#push-wrap-top .index_top_top ul li:hover>span.a3{
	background-position: -66.5px -37px;
}

#push-wrap-top .index_top_top ul li span.a4{
	background-position: -100px 0px;
}

#push-wrap-top .index_top_top ul li:hover>span.a4{
	background-position: -100px -36px;
}

#push-wrap-top .index_top_top ul li span.a5{
	background-position: -139px -1px;
}

#push-wrap-top .index_top_top ul li:hover>span.a5{
	background-position: -139px -37px;
}

#push-wrap-top .index_top_top ul .first-line{
	font-size: 21px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2.5px;
}

#push-wrap-top .index_top_top ul .second-line{
	text-align: left;
	font-size: 16px;
}

#push-wrap-top .popover.top{
	margin-top: -34px; 
}

#push-wrap-top .popover.top>.arrow{
	left: 30% !important;
}

#push-wrap-top .index_top_center{
	padding: 40px 0 80px 0;
}

#push-wrap-top .index_top_center .push-header .page-header h3{
	color: #F4620D;
	font-weight: bold;
}

#push-wrap-top .index_top_center .push-header .description{
	text-align: center;
	color: #ccc;
}

#push-wrap-top .index_top_center .col-lg-4 .push-container .bg>span{
	background: url(../images/index_top_center.png) no-repeat;
	overflow: hidden;
	width: 140px;
	height: 83px;
	display: block;
	margin: auto;
}

#push-wrap-top .index_top_center .col-lg-4:hover>.push-container{
	border: 1px solid #518CE9;
}

#push-wrap-top .index_top_center .col-lg-4:hover>.push-container .bg{
	background-color: #518CE9;
}

#push-wrap-top .index_top_center .col-lg-4 .push-container span.name{
	color: #333;
}

#push-wrap-top .index_top_center .col-lg-4:hover>.push-container span{
	color: #fff;
}

#push-wrap-top .index_top_center .col-lg-4 .push-container .name{
	font-size: 18px;
	display: block;
}

#push-wrap-top .index_top_center .col-lg-4:hover>.push-container .description{
	color: #494949;
}

#push-wrap-top .index_top_center .col-lg-4:nth-child(1) .push-container .bg>span{
	background-position: -128px 0px;
}

#push-wrap-top .index_top_center .col-lg-4:nth-child(1):hover>.push-container .bg>span{
	background-position: -128px -64px;
}

#push-wrap-top .index_top_center .col-lg-4:nth-child(2) .push-container .bg>span{
	background-position: 5px 0px;
}

#push-wrap-top .index_top_center .col-lg-4:nth-child(2):hover>.push-container .bg>span{
	background-position: 5px -64px;
}

#push-wrap-top .index_top_center .col-lg-4:nth-child(3) .push-container .bg>span{
	background-position: -255px 0px;
}

#push-wrap-top .index_top_center .col-lg-4:nth-child(3):hover>.push-container .bg>span{
	background-position: -255px -64px;
}

#push-wrap-top .index_top_center .col-lg-4 .push-container .bg{
	height: 180px;
	padding-top: 40px;
}

#push-wrap-top .index_top_center .col-lg-4 .push-container .bg h4{
	margin-top: 10px;
}

#push-wrap-top .index_top_center .col-lg-4 .push-container .bg .alias{
	margin: 0;
	font-size: 12px;
}

#push-wrap-top .index_top_center .col-lg-4 .push-container{
	text-align: center;
	border: 1px solid #a9a9a9;
    border-radius: 12px;
    overflow: hidden;
}

#push-wrap-top .index_top_center .col-lg-4 .page-header{
	width: 100%;
	margin: 0;
}

#push-wrap-top .index_top_center .media-list .media-left,#push-wrap-top .index_top_center .media-list .more{
	display: none;
}

#push-wrap-top .index_top_center .col-lg-4 .push-container .description{
	padding: 30px 30px 15px 30px;
	color: #777;
}

#push-wrap-top .index_top_bottom{
	background: url(../images/aboutus.jpg) no-repeat;
	background-size: cover;
	padding: 80px 0 65px 0;
}

#push-wrap-top .index_top_bottom .description{
	font-size: 16px;
	line-height: 35px;
	padding-right: 60px;
}

#push-wrap-top .index_top_bottom .page-header{
	margin-left: 0px;
}

#push-wrap-top .index_top_bottom a .name{
	color: #fff;
	font-size: 24px;
	font-weight: bold;
}

#push-wrap-top .index_top_bottom a .alias{
	color: #fff;
	font-size: 18px;
}

#push-wrap-top .index_top_bottom{
	color: #fff;
}

#push-wrap-top .index_top_bottom ul{
	list-style-type: none;
	line-height: 25px;
	font-size: 16px;
}

#push-wrap-top .index_top_bottom ul li{
	margin-bottom: 52px;
}

#push-wrap-top .index_top_bottom ul li>span.abouticon1,#push-wrap-top .index_top_bottom ul li>span.abouticon2,#push-wrap-top .index_top_bottom ul li>span.abouticon3{
	background: url(../images/abouticon.png) no-repeat;
	width: 55px !important;
	height: 50px !important;
	overflow: hidden;
    float: left;
    margin-right: 25px;
}

#push-wrap-top .index_top_bottom ul li>span.abouticon1{
	background-position: 0 4px;
}

#push-wrap-top .index_top_bottom ul li>span.abouticon2{
	background-position: 0 -98px;
}

#push-wrap-top .index_top_bottom ul li>span.abouticon3{
	background-position: 0 -200px;
}

.page-header{
	border-bottom: none;
}

#push-wrap-center{
	background: #F5F5F5;
	padding: 10px 0 65px 0;
}

#push-wrap-center .push-tab-body-item{
	height: auto;
	overflow: hidden;
}

#push-wrap-center .push-header .page-header h3 a{
	color: #F4620D;
	font-weight: bold;
}

#push-wrap-center .push-header .description{
	text-align: center;
	color: #ccc;
}

.push-thread-tab .tabcontent {
	display: none;
}

.push-thread-tab .push-body .push-tab-header {
	margin: 30px 15px !important;
	text-align:center;
}

.push-thread-tab .push-body .push-tab-header .push-tab-header-item.active {
	padding: 5px 15px;
	background: #518CE9;
	color: #fff;
	border-radius: 2px;
}
	
.push-thread-tab .push-body .push-tab-header li{
	margin-right: 20px;
	cursor: pointer;
	display:inline;
	padding: 5px 15px;
	font-size: 16px;
    color: #000;
}
	
.push-thread-tab .push-body .push-tab-header li .radius2{
	color: #787878;
}
	
.push-thread-tab .push-body .tabcontent.active {
	display: block;
}
	
.push-thread-tab .push-tab-body-article .image img {
    width: 100%;
}
	
.push-thread-tab .push-body .push-tab-body-item .push-tab-body-article .title{
	font-size: 18px;
	text-align: center;
	background: #fff;
	height: 62px;
	line-height: 62px;
}
	
.push-thread-tab .push-body .push-tab-body-item .push-tab-body-article .title a{
	color: #777;
}
	
.push-thread-tab .background{
	display: none;
	opacity: 0.6;
	background: #000;
	top: 0;
	width: 100%;
	bottom: 0;
}
	
.push-thread-tab .push-body .push-tab-body-item .push-tab-body-article .all:hover>.image .background,.push-body .push-tab-body-item .push-tab-body-article .all:hover>.icon,.push-body .push-tab-body-item .push-tab-body-article .all:hover>.case_description{
	display: block;
}
	
.push-thread-tab .push-body .push-tab-body-item .push-tab-body-article .all:hover>.title{
	background: #518CE9;
	color: #fff;
}
	
.push-thread-tab .push-body .push-tab-body-item .push-tab-body-article .all:hover>.title a{
	color: #fff;
}
	
.push-thread-tab .icon{
	display:none;
	width: 20%;
	height: 52px;
	text-align: center;
	font-size: 20px;
	top: 50%;
	left: 50%;
	margin-left: -10%;
	margin-top: -57px;
}

.push-thread-tab .all a{
	color: #fff;
}

.push-thread-tab .icon i{
	width: 52px;
	height: 52px;
	line-height: 52px;
	background: #518CE9;
	border-radius: 26px;
}

.push-thread-tab .case_description {
	display: none;
	color: #fff;
	text-align: center;
	top: 50%;
	left: 50%;
	width: 60%;
	margin-left: -30%;
}

#push-wrap-bottom{
	padding: 35px 0 60px 0;
}

#push-wrap-bottom .title a:hover{
	color: #518CE9 !important;
}

#push-wrap-bottom .title a:hover i{
	color: #518CE9 !important;
}

#push-wrap-bottom .push-thread-list h3{
	text-align: center;
}

#push-wrap-bottom .push-thread-list h3 a{
	color: #F4620D;
	font-weight: bold;
}

#push-wrap-bottom img{
	width: 100%;
}

#push-wrap-bottom .push-header .description{
	text-align: center;
	color: #ccc;
}

#push-wrap-bottom .media-list .introduction{
	display:none;
}

#push-wrap-bottom .push-thread-sub-datelist-first .push-header .page-header{
	border: none;
	position: absolute;
	z-index: 222;
	background: #528BE9;
	width: 66px;
	height: 66px;
	padding: 9px;
	top: -30px;
}

#push-wrap-bottom .push-thread-sub-datelist-first .push-header .page-header a{
	color: #fff;
}

#push-wrap-bottom #push-wrap-bottom-left{
	position: relative;
}

#push-wrap-bottom #push-wrap-bottom-right{
	position: relative;
}

#push-wrap-bottom .push-thread-sub-datelist-first .media-list a{
	font-size: 16px;
	color: #777;
}

#push-wrap-bottom .push-thread-sub-datelist-first .media-list a i{
	font-size: 14px;
	color: #ccc;
	margin-right: 10px;
}

#push-wrap-bottom .push-thread-sub-datelist-first .media-list .date{
	color: #ccc;
	font-size: 16px;
}

.push-thread-sub-datelist-first .more>span a{
	border: 1px solid #777;
	border-radius: 5px;
	padding: 2px 25px;
	font-size: 12px !important;
}

.push-thread-sub-datelist-first .more>span a:hover{
	border: 1px solid #528BE9;
	color: #528BE9 !important;
}

/* 新闻资讯 */
.breadcrumb{
	background: #fff;
	margin: auto;
	height: 65px;
	padding: 0px;
}


.breadcrumb li{
	height:65px;
	line-height: 65px;
}

.breadcrumb li:last-child{
	float:right;
}

.breadcrumb>li+li:before{
	display: none;
}

.section-position-default{
	background: #fff;
	height: 65px;
}

.section-left{
	display:none;
}

.section-header .section-header-name h1{
	font-size: 34px;
	text-shadow: 0px 8px 12px #000;
}

.section-header .section-header-name .hr{
	width: 40px;
	height: 3px;
	background: #fff
}

.list-group-item{
	border: none;
	padding: 0px;
	font-size: 18px;
	border-radius: 0px !important;
	float: left;
	margin-left: 60px;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover{
	border-bottom: 2px solid #528BE9 !important;
	background: none;
}

.section-pager a{
	background: #fff;
	border: 1px solid #777;
	border-radius: 5px;
	font-size: 18px;
	color: #777;
	padding:2px 5px;

	line-height: 30px;
	margin: 0 5px;
}
.page-status{ display:none}
.section-pager a.page-num-current{
	background: #fff;
	color: #FD8E4E;
	border: 1px solid #FD8E4E;
}

.fa-angle-right{
	margin: 0 10px;
}

#wrap .section .articles-full-image-image .articles-list-item-info{
	background:rgba(80,139,233,0.72);
	position: absolute;
	color: #fff;
	width: 295px;
	height: 58px;
	left: 5px;
	bottom: 0px;
	font-size: 20px;
	line-height: 58px;
	margin-bottom: 48px;
}

#wrap .section .articles-full-image-image .articles-list-item-info .title a{
	background: none;
	color: #fff;
	height: 58px;
    line-height: 58px;
}

.media:first-child{
	margin-top: 15px;
}

#wrap .section .articles-full-detail-detail .media-top img{
	min-width: 100% !important;
	margin-left: 0;
	height: 220px;
}

.section-articles .articles-layout .articles-item .articles-list-item-body{
	background: #fff;
	border-bottom: 1px solid #CACACA;
}

.section-articles .articles-layout .articles-item .articles-list-item-body .introduction{
	color: 6d6d6d;
	border-bottom: 1px solid #dddddd;
	padding-bottom: 20px;
	white-space: nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	max-width: 300px;
	margin: auto;
}

.articles-list-media .articles-item .title{
	margin: 30px 18px;
	white-space: nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
	max-width: 300px;
}

.section-articles .articles-layout .articles-item .date{
	margin: 15px 0 15px 18px;
	color: #b1b1b1;
}

.articles-list-media .articles-item{
	border: none;
}

.articles-full-detail-detail .col-lg-4:hover>.articles-item-body{
	background: #518CE9;
}

.articles-full-detail-detail .col-lg-4:hover>.articles-item-body h4,.articles-full-detail-detail .col-lg-4:hover>.articles-item-body p,.articles-full-detail-detail .col-lg-4:hover>.articles-item-body .info,.articles-full-detail-detail .col-lg-4:hover>.articles-item-body a{
	color: #fff;
}

.article-default article .date{
	display: none;
}

/* 关于我们 */
.aboutus{
	background: none !important;
	padding-top: 65px;
}

.profile{
	padding-top: 50px; 
	padding-bottom: 46px;
}

.profile .link-title{
	margin-top: 20px;
}

.profile .link-container{
	list-style-type: none;
	margin-top: 60px;
	height: auto;
    overflow: hidden;
}

.profile h3:first-child{
	color: #518EEA;
	font-weight: bold;
}

.profile .description{
	font-size: 16px;
	line-height: 26px;
    padding-right: 45px;
}

.profile .link-container li:nth-child(2) .description{
	margin-top: 60px;
}

.profile .link-title{
	text-align: center;
}

.profile .link-title li{
	display: inline-block;
	font-size: 17px;
	margin: 0 17px;
}

.profile .link-title li span{
	height: 23px;
	line-height: 23px;
	display: block;
	padding: 0px 7px;
    border-radius: 4px;
    cursor: pointer;
}

.profile .link-content{
	display: none !important;
}

.profile .page-turn>div{
	width:auto; 
	display:inline-block !important; 
	display:inline; 
	float: right;
}
	
span.active{
	color: #fff;
	background: rgba(80,139,233,1);
	border-radius: 2px;
}
	
.profile .link-container li div.active{
	display: block !important;
}

.aboutus h3{
	text-align: center;
	font-size: 30px;
}

.histroy{
	position: relative;
}

.histroy .page-turn,.team .page-turn{
	display: none;
}

.histroy ul li img{
	display: none;
}

.histroy ul{
	list-style-type: none;
	color: #fff;
}

.histroy h3{
	color: #fff;
}

.honour{
	padding: 85px 0 60px 0;
}

.honour ul{
	height: auto;
	overflow: hidden;
	margin-top: 35px;
	text-align: center;
}

.honour ul li{
    padding: 0 10px;
	overflow: hidden;
}

.honour .title,.team .title{
	display: none;
}

.page{
	text-align: center;
}

#page_navigation{
	height: auto;
	overflow: hidden;
	width: auto;
    display: inline-block !important;
    display: inline;
}

#page_navigation a{
	height: 18px;
	width: 18px;
	border-radius: 9px;
	background: #C3C3C3;
	display: block;
	float: left;
	margin: 0 15px;
}

#tabpage_navigation{
	height: auto;
	overflow: hidden;
	width: auto;
    display: inline-block !important;
    display: inline;
    margin-top: 40px;
}

#tabpage_navigation a{
	height: 12px;
	width: 30px;
	border-radius: 9px;
	background: #C3C3C3;
	display: block;
	float: left;
	margin: 0 15px;
}

#tabpage_navigation18{
	height: auto;
	overflow: hidden;
	width: auto;
    display: inline-block !important;
    display: inline;
}

#tabpage_navigation18 a{
	height: 18px;
	width: 18px;
	border-radius: 9px;
	background: #C3C3C3;
	display: block;
	float: left;
	margin: 0 15px;
}

.active_page{
	background: #F4620D !important;
}

.honour .page{
	text-align: center;
	margin-top: 40px;
}

.honour .page #a3 a{
	width: 16px;
	height: 16px;
	border-radius: 8px;
	display: inline-block;
	background: #C3C3C3;
	margin: 0 12px;
}

.team{
	padding: 65px 0 105px 0;
}

.team ul{
	list-style-type: none;
	margin-top: 50px;
}

.team ul li{
	overflow: hidden;
	padding: 0;
	height: 237px;
	
}

.team ul li img{
	overflow-x: hidden;
    overflow-y: hidden;
    transition-delay: 0s;
    transition-duration: 1s;
    transition-property: all;
    transition-timing-function: ease;
}

.team ul li:hover img{
	transform: scale(1.2, 1.2);
	-ms-transform:scale(1.2, 1.2); 
    -moz-transform:scale(1.2, 1.2); 	
    -webkit-transform:scale(1.2, 1.2); 
    -o-transform:scale(1.2, 1.2); 
}


/* 联系我们 */
.contact-info{
	color: #6F6F6F;
}

.contact-info h3{
	font-size: 22px;
	text-align: center;
	font-weight: bold;
}

.wechat span{
	display: block;
}

.contact-info>span{
	font-size: 12px;
	text-align: center;
}

.contact-info div{
	font-size: 16px;
	margin-top: 25px;
}

.contact-info .wechat{
	margin: 65px 0 50px;
}

.BMap_bubble_content{
	font-size: 12px;
}

/* 产品 */
.section{
	background: #F5F5F5;
}

.section .container-fluid .col-lg-12{
	padding: 0px;
}

.list-group-item a:hover{
	color: #518CE9;
}

.product-types-default .product-types-item .product-types-header{
	border-bottom: none;
}

.second-typetitle{
	border: 2px solid #FD8E4E;
	height: 100%;
	padding-left: 35px;
}

.section .second-articletitle{
	position: relative;
    top: -30px;
    height: 30px;
    line-height: 30px;
    background: #fff;
    opacity: 0.7;
    width: 100%;
    font-size: 16px;
    color: #000;
}

.section .product-types{
	margin-top: 70px;
}

.product-types-default .product-types-item{
	margin-bottom: 26px;
}

.breadcrumb a:hover{
	color: #518CE9;
}

.section .product-types-header span{
	display: block;
}

.section .product-types-header span:nth-child(1){
	font-size: 24px;
	margin-top: 60px;
}

.section .product-types-header span:nth-child(2){
	font-size: 16px;
	margin-top: 5px;
}

.section-body, .article-container{
	padding-top: 0;
}

.products .section-products{
	margin-top: 40px;
}

.products .product-background{
	display: none;
	opacity: 0.6;
	background: #000;
	width: 100%;
	top: 0;
	bottom: 0;
}
	
.products .product_description{
	display: none;
	color: #fff;
	text-align: center;
	top: 40%;
	left: 50%;
	width: 60%;
	margin-left: -30%;
}

.products .product_description a{
	color: #fff;
}
	
.products .productall:hover>.products-item-info .title a{
	background: #518CE9;
	color: #fff;
}
	
.products .productall .title a{
	height: 46px;
	line-height: 46px;
	font-size: 16px;
	background: #fff;
	border-radius: 0;
}
	
.products .articles-list-thumbnail .thumbnail{
	margin-bottom: 0;
}
	
.products .productall:hover>.productimg .product-background,.products .productall:hover>.product_description,.push-body .push-tab-body-item .push-tab-body-article .all:hover>.case_description{
	display: block;
}

.product-types-default .product-types-item .product-types-sub-ul h5{
	position: absolute;
	bottom: 0;
	margin: 0;
	height: 30px;
	line-height: 30px;
	background: rgba(255,255,255,0.7);
	text-align: center;
	width: 100%;
}

.product-default .article-default{
	margin-top: 40px
}

div.article-default .article-body img{
	max-width: 800px;
}

div.article-full p img{
	width: 100% !important;
}

#kefu01 {
      width: 90px;
      height: 245px;
      background-image: url(/images/kefu.gif);
      position: absolute;
      right: 0;
      bottom:calc(50% - 75px);
    }