﻿@charset "UTF-8";
/* CSS Document */
*:after, *:before {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
}
html {
	font-size: 14px;
	overflow-x: hidden;
}
body {
	color: #5a5a5a;
	font-size: 1rem;
}
a {
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
a:active, a:hover {
	color: #0c5daa;
}
img {
	width: auto;
	max-width: 100%;
}
hr {
	margin-top: 1.4rem;
	margin-bottom: 1.4rem;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
i {
	position: relative;
	top: 2px;
}
p{
	margin: .5rem 0
}
.bgcolor {
	background: #f5f5f5
}
.text-primary {
	color: #0c5daa;
}
.text-warning {
	color: #0d5eaa;
}
.bg-info {
	background: #0c5daa;
}
.btn-info {
	color: #fff;
	background: #0c5daa;
	border: 1px solid #0c5daa;
	border-radius: 5px;
	padding: .7rem 1.5rem;
}
.btn-info:hover, .btn-info:focus {
	color: #fff;
	text-decoration: none;
	outline: 0;
	background: #0c5daa;
}
.btn-warning {
	color: #fff;
	background: #fd7e23;
	border: 1px solid #fd7e23;
	border-radius: 0;
	padding: .52rem 1.5rem;
}
.btn-warning:hover, .btn-warning:focus {
	color: #fff;
	text-decoration: none;
	outline: 0;
	background: #fd7e23;
}
.btn i {
	top: 0;
}
.font span{
	cursor:pointer;
}
/*表单*/
form {
	display: block;
	margin-top: 0em;
}
.form-group {
	margin-bottom: 1.5rem;
}
label {
	display: inline-block;
	margin-bottom: 0.5rem;
}
.form-control {
	display: block;
	width: 100%;
	padding: 0.7rem 1.375rem;
	font-size: 1rem;
	line-height: 1;
	color: #666;
	background-color: #ffffff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 2px;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
select.form-control:not([size]):not([multiple]) {
	height: 2.8rem;
}
select.form-control {
	min-width: 6rem;
	padding: .4375rem 1rem;
	border: 1px solid #d4d4d4;
	color: #666;
	border-radius: 0;
}
.form-group .file-upload-default {
	visibility: hidden;
	position: absolute;
}
.input-group {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
}
.input-group > .form-control:not(:last-child), .input-group > .custom-select:not(:last-child) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.form-group .file-upload-info {
	background: transparent;
}
.input-group > .form-control, .input-group > .custom-select, .input-group > .custom-file {
	position: relative;
	flex: 1 1 auto;
	width: 1%;
	margin-bottom: 0;
}
/*表单结束*/
/*logo+电话*/
.logo {
	margin-top: 1.25rem;
	font-family: 微软雅黑;
	line-height: 1.4;
    display:flex;
}
.logo a{
        height: 100%;
}
.logo span{
        height: 100%;
}
.logo img {
	/*height: 60px;*/
	width: auto;	
     height: 100%;
}
.icon-nlogo{
    font-size:62px;
    float:left;
}
.navtop{
	float: left;
	width: 180px;
	height: 27px;
	line-height: 24px;
	text-align: center;
	background: url(Images/icon1.jpg) top center no-repeat;
	color: #fff;
}
.navtop a {
	color: #fff;
	margin: 0 .5rem;
}
.rel {
	float: left;
	background: url(Images/icon2.png) right center no-repeat;
	background-size: 15%;
	margin-top: 1.25rem;
	margin-right: 2rem;
	padding-right: 3.8rem;
	text-align: right;
	color: #979bad;
}
/*热线后加样式*/
.rel .text-warning {
	font-size: 28px;
	font-weight: bold;
	line-height: 24px;
}
.rel h5{
	font-size: 18px;
}
.rel span{
	font-size: 12px;
}
/*logo响应式+电话*/
@media all and (max-width: 1199px) {
	.logo{
		height: 3.5rem;
		margin-top: 1.2rem
	}
	.logo img{
		    width: auto;
	}
	.logo h4 {
	    font-size: 50px;
    padding-top: 0;
	}
	.logo p{
		font-size: .913rem;
		padding-left: 0;
	}
	.rel{
		margin: 1.4rem 1rem 0 0;
		font-size: 1rem;
	}
}
@media all and (max-width: 992px) {
	.logo img {
		    width: auto;
	}
	.logo h4 {
	    font-size: 50px;
    padding-top: 0;
	}
}

@media all and (max-width: 541px) {
	.logo {
		height: 2.2rem;
		margin-top: .6rem
	}
	.logo img {
		    width: auto;
		margin-top: 3px;
	}
	.logo h4 {
	font-size: 34px;
    padding-top: 0.5%;
	}
}
/*主菜单*/
.navbar {
	height: 6.5rem;
	/*border-top: 4px solid rgb(0, 91, 172);顶部蓝线去掉*/
}
.navbg {
	height: 3.125rem;
	background: #0c5daa;
	overflow: hidden;
}
.nav-toggle {
	right: 1.6rem;
	position: absolute;
	top: 0;
	display: inline-block;
	color: #0c5daa;
	line-height: 6rem;
	font-size: 1.7rem;
	height: 6.5rem;
	text-align: center;
}
.mask-bg {
	position: fixed;
	width: 100%;
	display: none;
	opacity: 0;
	height: 100%;
	height: 100vh;
	background-color: rgba(0, 0, 0, .7);
	overflow: hidden;
	z-index: 899;
	top: 0;
	left: 0;
}
.mask-bg.active {
	display: block;
	opacity: 1;
}
.nav>ul>li {
	float: left;
	width: 16.666%;
	margin: 0;
	line-height: 3.2rem;
	position: relative;
	text-align: center;
}
.nav>ul>li>ul {
	position: absolute;
}
.nav>ul>li>a {
	width: 100%;
	display: inline-block;
	font-size: 1.15rem;
	position: relative;
	color: #fff;
}
.nav>ul>li.current >a, .nav>ul>li> a:hover {
	color: #fff;
	background: #209bdb;
}

.nav li:hover> ul {
	display: block;
}
.nav ul li ul li a {
	display: block;
	width: 100%;
	text-align: center;
	color: 0d5eaa;
	font-size: 1.05rem;
	line-height: 45px
}
.nav ul li ul li a:hover {
	text-decoration: none;
	color: #fff;
	background: #0c5daa;
}
.nav ul li {
	position: relative;
}
.nav ul li .arrow {
	display: none
}
.nav> ul > li > ul li ul:before {
	display: block;
	margin: 0px auto;
	text-align: center;
	position: absolute;
	top: 18px;
	left: -15px;
	content: "";
	width: 0;
	height: 0;
	border-bottom: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid transparent;
	border-left: 5px solid #fff;
}
.nav> ul > li > ul li ul:hover:before {
	border-left: 5px solid #0c5daa;
}
/*二级ul样式*/
.nav ul li ul {
	background-color: #fff;
	display: none;
	position: absolute;
	left: 0;
	top:3.8rem;
	z-index: 2;
	width: 100%;
	box-shadow: 0 0 15px rgba(0,0,0,.1)
}
.nav ul li ul li ul {
	left: 100%;
	top: 0px;
	display: none;
}/*三级以后ul样式*/

/*手机端*/
@media all and (max-width: 1199px) {
	.navbar {
		height: 6.5rem;
		padding: 0 1.5rem;
	}
}

@media all and (max-width:992px) {
	.navbg{
		height: auto;
		background-color: transparent
	}
	.nav {
		position: fixed;
		z-index: 900;
		top: 0px;
		right: 0px;
		width: 0px;
		background: #fff;
		height: 100%;
		height: 100vh;
		opacity: 0;
		transition: all 0.2s linear;
		overflow-y: auto
	}
	.nav.active {
		opacity: 1;
		width: 300px;
		max-width: 70%
	}
	.nav ul li {
		width: 100%;
		height: auto;
		line-height: normal;
		text-align: left;
		position: relative;
	}
	.nav ul li ul {
		top:inherit;
		box-shadow: 0 0 0;
		position: inherit;
	} /*二级ul样式*/
	.nav ul li a {
		padding-left: 30px;
		display: block;
		font-size: 1.05rem;
		line-height: 3.5;
		color: #5a5a5a;
		border-bottom: 1px solid #dcdcdc
	}

	.nav ul li ul li ul {
		left: 0;
	}
	.nav ul li ul li a {
		padding-left: 3rem;
		font-size: 1rem;
		text-align: left;
		background-color: #f5f5f5
	}
	.nav ul li ul li ul li a {
		padding-left: 4rem;
		background-color: #f9f9f9
	}
	.nav ul li ul li ul li li a {
		padding-left: 5rem;
	}
	.nav ul li ul li a:hover {
		background-color: #f5f5f5;
		color: #0c5daa;
	}
	.nav ul li .arrow {
		display: inline-block;
		position: absolute;
		right: 0;
		top: 0px;
		width: 50px;
		height: 50px;
		line-height: 50px;
		text-align: center;
	}
	.nav ul li .arrow:after {
		content: '';
		font-family: 'FontAwesome';
		content: "\f105";
		color: #ccc;
		font-size: 1.5rem
	}
	.nav ul li ul li .arrow {
		height: 45px;
		line-height: 45px;
	}
	.nav>ul>li.current >a, .nav>ul>li> a:hover{
		background-color: transparent;
		color: #0c5daa;

	}
	.nav ul li ul, .nav li:hover> ul {
		display: none;
	}
	.nav ul li.active > ul {
		display: block
	}
	.nav ul li.active > .arrow {
		transform: rotate(90deg)
	}
}

@media all and (max-width: 541px) {
	.navbar {
		height: 4rem;
		padding: 0 1rem;
	}
	.nav-toggle {
		line-height: 4rem;
		height: 4rem;
		font-size: 1.4rem;
		right: 1.2rem;
	}
}
/*幻灯片*/
.swiper-container {
	width: 100%;
	height: 450px;
	position: relative;
}
.swiper-container_02{
	height: 380px;
}
.swiper-container .slidebg {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
}
.swiper-pagination-bullet-active {
	background: #fff;
}
.sliderfont{
	width: 400px;
	text-align: center;
	padding-top: 10%
}
.sliderfont h3{
	border-radius: 3px;
	background-color: #0c5daa;
	padding: .8rem 1rem;
	color: #fff
}
.sliderfont p{
	line-height: 30px;
	border-radius: 30px;
	font-weight: bold;
	border: 2px solid #0c5daa;
	margin: 1.5rem 0
}
/*响应式幻灯片*/
@media all and (max-width: 1199px) {
	.swiper-container {
		height: 350px;
	}
	.sliderfont{
		padding-top: 8%
	}
}

@media all and (max-width: 992px) {
	.swiper-container {
		height: 240px;
	}
	.sliderfont{
		width: 40%;
		padding-top: 8%
	}
}

@media all and (max-width: 541px) {
	.swiper-container {
		height: 150px;
	}
	.swiper-button-prev:before, .swiper-container-rtl .swiper-button-next:before, .swiper-button-next:before, .swiper-container-rtl .swiper-button-prev:before {
		display: none
	}
	.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
		bottom: .5rem
	}
	.sliderfont h3{
		font-size: 1.1rem;
		margin-bottom: 1rem;
	}
	.sliderfont p{
		font-size: .875rem;
		border: 0;
		padding: 0;
		margin: 0;
	}
	.swiper-container .swiper-slide .slidebg{
		background-position-x: 45%;
		background-size: cover;
	}

}
/*搜索*/
.search .float-left{
	overflow: hidden;
	line-height: 35px;
	height: 35px;
	padding-left: 0;
}
.search .form-group{
	margin-bottom: 0;
}
.search .icon{
	float: left;
	color: #fff;
	font-size: .875rem;
	padding-top: .5rem;
	width: 27px;
	height: 37px;
	margin-right: .5rem;
	background: url(Images/icon3.png) center no-repeat;
}
.search input{
	border-radius: 0;
	border: 0px;
	padding-top: .65rem

}
.search a{
	margin-right: 1rem
}
/*响应式搜索*/
@media all and (max-width: 1199px) {
	.search{
		padding: 1.5rem 2rem
	}
}
@media all and (max-width: 541px) {
	.search{
		padding: 1rem 2.2rem
	}
	.search input{
		padding-bottom: .6rem;
	}
}
/*大标题*/
.heading {
	font-family: Calibri;
	margin-bottom: 3rem;
}
.headingbg{
	background: url(Images/icon4.png) center no-repeat;
	background-size: contain;
	height: 7rem;
}
.headingbg01{
	background: url(Images/icon6.png) center no-repeat;
	background-size: contain;
	height: 4.2rem;
}
/*响应式大标题*/
@media all and (max-width: 1199px) {
	.heading {
		margin-bottom: 2rem;
	}
	.headingbg{
		height: 4.5rem
	}
	h3 .font-size-26{
		font-size: 1.3rem
	}
	.headingbg01{
		height: 3rem
	}
}

@media all and (max-width: 541px) {
	.heading {
		margin-bottom: 1.2rem;
	}
	.headingbg{
		height: 4rem
	}
	h3 .font-size-26{
		font-size: 1.1rem
	}
	.headingbg01{
		height: 2.5rem
	}
}
/*查看更多*/
.Lmore {
	display: inline-block;
	width: 12rem;
	height: 3.5rem;
	background: #0c5daa;
	text-align: center;
	line-height: 3.5rem;
	margin: 1.5em auto 0;
	-webkit-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}
.Lmore:hover {
	background-color: #fd7e23;
}
.Lmore a {
	display: inline-block;
	width: 100%;
	height: 100%;
	color: #fff;
}
.Lmore:hover a {
	color: #fff
}

/*响应式查看更多*/
@media all and (max-width: 541px) {
	.Lmore {
		width: 10rem;
		height: 2.5rem;
		line-height: 2.5rem;
	}
}
/*产品*/
.product{margin-top: 25px;}
.proudclass {
	width: 100%;
	clear: both;
	text-align: center;
}
.proudclass .title {
	width: 100%;
	padding: 1.2rem 0;
	display: inline-table;
}
.proudclass .title i{
	background: #fff;
	color: #0c5daa;
	font-size: .913rem;
	width: 2rem;
	line-height: 2rem;
	margin-right: 1rem;
	height: 2rem;
	border-radius: 50%;
	top:-.3rem
}
.proudclass ul {
	display: inline-block;
	*display:inline;
	width: 100%;
}
.proudclass ul>li {
	float: left;
	width: 100%;
	position: relative;
	padding: 0 1.5rem
}
.proudclass ul>li a {
	width: 100%;
	display: inline-block;
	padding: 1.4rem 0;
	position: relative;
}

.proudclass ul>li a:hover {
	color: #0c5daa;
}
.proudclass ul>li a:before {
	font-family: 'FontAwesome';
	content: "\f138";
	height: 1.5rem;
	position: absolute;
	left: .5rem;
}
.proudclass ul>li ul{
	position: absolute;
	left:100%;
	top:10px;
	z-index: 10;
	/*width: 10rem;*/
	background: #fff;
	border: 1px solid #ccc;
	padding-top: 0;
	padding-bottom: 0;
	display: none
}
.proudclass ul>li:hover ul{
	display: inline-block
}
.proudclass ul>li ul li a{
	font-size: .913rem;
	padding: 1rem 0
}
.proudclass ul>li ul li a:before{
	display: none;
}
.proudclass ul>li ul li:last-child a{
	border-bottom: 0;
}
.Cmore{
	width: 100%;
	background: url(Images/bg01.jpg) center no-repeat;
	background-size: cover;
	padding: 80px 0;
	margin-top: 10px;
	text-align: center;
}
.Cmore a{
	color: #fff;
}
.prod-list {
	clear: both;
	margin: 0 -.7rem 0 0
}
.prod-list .title{
	background: #fff;
	height: 60px;
	margin: 0 20px 32px 0;
}
.prod-list .title h6{
	line-height: 60px;
	width: 20%;
	text-align: center;
	position: relative
}

.prod-list .title h6:before{
	content: '';
	width: 0;
	height: 0;
	border-width: 7px;
	border-style: solid;
	border-color:#0c5daa transparent transparent transparent;
	position: absolute;
	bottom:-13px;
	left:50%;
	margin-left: -7px;
}
.prod-list .rel{
	margin-top: .7rem;
}
.prod-list ul{
	min-width: 945px;
	display: flex;
	flex-flow: wrap;
}

.prod-list ul li {
	/*width: 222px;
	height: 202px;*/
	float: left;
	padding: 0;
	margin: 0;
	border: 0;
}
.prod-list ul li .prodimg{
	width: 100%;
	height: auto;
	margin-bottom: .5rem;
	display: flex;
	justify-content: center;
	align-items: Center;
	overflow: hidden;
	/*border: 1px solid #ddd;*/
	background: #fff;
}
.prod-list ul li .prodimg img {
	width: auto;
	/*height: 158px;*/
}
.prod-list ul li .prodimg:hover img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transition:all 1s ease-in-out;
}
.prod-list ul li p.font-size-16{
	font-size: 14px;
}
/*响应式产品*/
@media all and (max-width: 1199px) {
	.container-index{
		padding-right: 0;
	}
	.proudclass{
		margin-bottom: 1.5rem;
		/*margin-top:20px;
		display: none;*/
	}
	.proudclass ul>li a:before{
		position: absolute;
		left: 16%;
		font-size: 10px;
	}
	.prod-list ul{
		min-width: unset;
		margin-top: 20px;
		display: inline-block;
	}
	.prod-list ul .indexpoductdetail{
		width: 25%;
	}
	.prod-list ul li .prodimg {
		height: 100%;
	}
	.product>.padding-0{padding-top:25px; min-width:unset;}
	.prod-list ul li p.font-size-16{
		font-size: 14px;
	}

}

@media all and (max-width: 992px) {
	.row-index{
		margin: 0;
	}
	.container-index{
		padding-left: 0;
	}
	.container-index .pagebox{
		padding-bottom: 40px;
	}
	.product .col-lg-10{
		padding: 0;
	}
	.prod-list {
		margin: 0 -.7rem;
	}
	.prod-list ul{
		min-width: unset;
		margin-top: 15px;
	}
	.prod-list ul li .prodimg {
		height: 25%;
	}
	.prod-list ul li{
		width: 25%;
		height: 25%;
		overflow: hidden;
		padding: 0 10px;
	}
	.Cmore, .proudclass ul>li:hover ul{
		display: none;
	}
	.proudclass{
		margin-bottom: 1.5rem;
		margin-top:20px;
		display: none;
	}
	.proudclass .title{
		padding: 1rem 0
	}
	.proudclass ul{
		padding: .5rem 0
	}
	.proudclass ul>li{
		padding: 0;
		width: 33.33%;
	}
	.proudclass ul>li a{
		padding: .5rem 0;
		border-bottom: 0;
	}
	.prod-list .title{
		height: 50px;

	}
	.prod-list .title h6{
		line-height: 50px;
	}
	.prod-list .rel{
		margin-top: .3rem;
	}
	.prod-list .rel h5{
		font-size: 1.1rem
	}
	.product{margin-top: 0;}
	.product>.padding-0{ padding-top:0;min-width: unset;}

	.prod-list ul li p.font-size-16{
		font-size: 14px;
	}

}

@media all and (max-width: 541px) {
	.product{margin-top: 0;}
	.proudclass{
		display: none;
	}
	.prod-list .title h6{
		width: 30%;
	}
	.proudclass .title{
		padding: .7rem 0
	}
	.proudclass .title i{
		font-size: .75rem;
		width: 1.5rem;
		line-height: 1.5rem;
		margin-right: .5rem;
		height: 1.5rem;
		top:-.2rem
	}
	.prod-list .title{
		height: 45px;

	}
	.prod-list .title h6{
		line-height: 45px;
	}
	.prod-list .title h5{
		font-size: 14px;
	}
	.prod-list .title span{
		font-size: 8px;
	}
	.prod-list ul{
		min-width: unset;
		display: flex;
	}
	.prod-list ul li{
		width: 50% !important;
		height: 50%;
		overflow: hidden;
	}
	.prod-list ul li .prodimg {
		height: auto;
	}
	.prod-list ul li p.font-size-16{
		font-size: 10px;
		margin-top: 0;
	}
	/*右侧产品列表*/
	.row{width: 100%;
		margin: 0;
	}
	.container{padding: 0;}
	.container .padding-bottom-60{padding-bottom: 0;}
	.container .padding-bottom-80{padding-bottom: 30px;}
	.product>.padding-0{padding: 0;
		min-width: unset;
	}

}
/*荣誉展示*/
.row_honor{
	padding-top:50px;margin-bottom:50px;
}
/*优势*/
.advantage{}
.timeline {
	position: relative;
	width: 100%;
	margin: 0 auto;
	display: inline-table;
}
.timeline .timebgT, .timeline .timebgB{
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #a5a5a5;
	position: absolute;
	left:50%;
	margin-left: -8px;
	top:0;
	z-index: 11
}
.timeline .timebgB{
	top:inherit;
	bottom:0;
}
.timeline:after {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -2px;
	background-color: rgba(0,0,0,.2);
	height: 100%;
	width: 2px;
	border-radius: 2px;
	display: block;
}
.timeline .timeline-row {
	position: relative;
	display: inline-table;
	width: 100%;
	z-index: 10;
	margin: 1rem 0;
}
.timeline .timeline-row .timeline-icon {
	position: absolute;
	top: 100px;
	left: 50%;
	margin-left: -33px;
	width: 65px;
	height: 65px;
	border-radius: 50%;
	background-color: #fff;
	text-align: center;
	overflow: hidden;
	line-height: 60px;
	font-size: 3rem;
	font-weight: bold;
	border: 2px solid rgba(0,0,0,.2);
	z-index: 100;
}
.timeline .timeline-row .timeline-content {

	width: 49%;
	background-color: #fff;
	color: #333;

}
.timeline .Tleft{
	float: left;
	padding-right: 30px;
}
.timeline .Tright{
	float: right;
	padding-left: 30px;
}
.timeline .Tright.TrightR{
	padding-left: 50px
}
.timeline .panel-body{
	margin-left: 125px;
}
.timeline .panel-no{
	float: left;
	width: 100px;
	background: url(Images/icon5.png) center no-repeat;
	background-size: cover;
	height: 50px;
	color: #fff;
	line-height: 50px;
	font-size: 2.5rem;
	text-align: center;
	font-weight: bold;
	margin-top: 1.5rem
}
.timeline .panel-img img{
	height: 20rem;
}
.timeline .panel-img .panel-img-01{
	display: block;
}
.timeline .panel-img .panel-img-02{
	display: none;
}

/*响应式时间轴*/
@media all and (max-width: 1199px) {
	.timeline{
		padding: 0 20px;
	}
	.timeline .panel-img img{
		height: 15rem;
	}
	.timeline .panel-body h4 span{
		font-size: 1rem;
	}
	.timeline .panel-body .txt-gd{
		padding-right: 20px;
	}
	.timeline .panel-body .txt-gd-03{
		padding-right: 20px;
	}
	.timeline .panel-no{
		margin-top: 1rem;
	}
	.timeline .timeline-row .timeline-content.padding-top-60{
		padding-top: 3rem;
	}
	.timeline .panel-img .panel-img-01{
		display: block;
	}
	.timeline .panel-img .panel-img-02{
		display: none;
	}
}

@media all and (max-width: 992px) {
	.timeline{
		padding: 0 20px;
	}
	.timeline .panel-no{
		display: none;
	}
	.timeline .panel-body{
		margin-left: 0;
	}
	.timeline .panel-body .txt-gd{
		padding-right: 20px;
	}
	.timeline .panel-body .txt-gd-03{
		padding-right: 20px;
	}
	.timeline .panel-img .panel-img-01{
		display: block;
	}
	.timeline .panel-img .panel-img-02{
		display: none;
	}
}

@media all and (max-width: 541px) {

	.timeline{padding: 0 20px;}
	.timeline .timeline-row .timeline-icon{
		width: 45px;
		height: 45px;
		line-height: 45px;
		font-size: 1.5rem;
		margin-left: -22px;
		top:50px
	}
	.timeline .panel-img img{
		width: 100%;
		height:auto;
	}
	.timeline .panel-img .panel-img-01{
		display: none;
	}
	.timeline .panel-img .panel-img-02{
		display: block;
	}
	.timeline .timeline-row .timeline-content.padding-top-60{
		padding-top: 0;
	}
	.timeline .timeline-row .timeline-pl{
		padding-left: 30px;
	}
	.timeline .panel-body h4 span{
		display: none;
	}
	.timeline .panel-body p{
		font-size: 10px;
	}
	.timeline .panel-body .txt-gd-03{
		padding-right: 0;
	}
	.timeline .panel-body .txt-gd{
		padding-right: 0;
	}
    h4.text-primary{
    font-size: 120%;
    }

}
/*关于我们*/
.about{
	min-width: 1200px;
	flex-direction: row;
}
.about .aboutimg img{
	border: 5px solid #fff;
}
.about .aboutfont{
	padding-top: 20px;
}

.about .aboutfont:after{
	left:inherit;
	top:inherit;
	bottom:0;
	right:0;
	border: 0;
	border-bottom: 3px solid #fff;
	border-right: 3px solid #fff;

}
.about .Lmore{
	border: 2px solid #fff;
}
.about .Lmore:hover{
	background-color: transparent
}


/*响应式关于我们*/
@media all and (max-width: 1199px) {
	.container-index-about .about {
		min-width: unset;
	}
	.container-index-about .about .aboutimg{
		flex: 1;
	}
	.container-index-about .about .aboutfont{
		flex: 1;
		padding: 20px 40px 30px;
	}
}
@media all and (max-width: 992px) {
	.container-index-about .about {
		min-width: unset;
		flex-direction: column;
		align-items: center;
	}
	.container-index-about .about .aboutimg{
		width: 90%;
		margin-top: 40px;
	}
	.container-index-about .about .aboutimg img{
		width: 100%;

	}
	.container-index-about .about .aboutfont{
		padding: 20px 40px 30px;
		width: 100%;
	}
}

@media all and (max-width: 541px) {
	.about{
		padding: 0;
		min-width: unset;
		flex-direction: column;
	}
	.about .aboutimg{
		flex: 1;
	}
	.about .aboutimg img{
		border: 10px solid #0c5daa;
		padding: 0;
	}

	.about .aboutfont{
		padding: 0 20px;
		flex: 1;
	}
	.aboutfont h5{
		text-align: center;
		font-size: 1.4rem;
	}
	.about .aboutfont br{
		display: none;
	}
	.about .Lmore{
		margin: 20px 0;
	}
	.about .aboutfont:before{
		left:0;
		top:0;
	}
	.row_honor {
		margin-bottom: 30px;
	}
}

/*新闻列表*/
/* ---- Tabs ---- */
.tabs-wrapper {
	display: table;
	width: 100%;
}
.tab-item {
	clear: both;
	padding: 1rem 0;
}
.tabs-container {
	float: left;
	position: relative;
	display: block;
	width: 100%;
}
.tabs-wrapper .tab-content {
	padding: 1rem 1.8rem;
	line-height: 200%;
	border: 1px solid #ccc;
	border-top: 0;
}
ul.tabs {
	height: 50px;
	width: auto;

}
ul.tabs li {
	float: left;
	width: 50%;
	text-align: center;
}
ul.tabs li a {
	height: 50px;
	line-height: 50px;
	text-decoration: none;
	display: block;
	outline: none;
	color: #0c5daa;
	font-size: 1.1rem;
	font-weight: 600;
	background: #f5f5f5;
}

ul.tabs li a:hover {
	color: #0c5daa;
}
ul.tabs li.active {
	background-color: #0c5daa;
}
ul.tabs li.active a {
	color: #fff;
	background-color: #0c5daa;
}
ul.tabs li.active {
	z-index: 1;
}
.Listbox li{
	width: 100%;
	border-bottom: 1px dashed #ccc;
	width: 100%;
	display: inline-table;
	padding: .8rem 0 .5rem
}
.Listbox li:last-child{
	border-bottom: 0;
}
.Listbox-2 li:last-child {
	border-bottom: 1px dashed #ccc;
}
/*响应式新闻*/
@media all and (max-width: 992px) {
	.tabs-wrapper .tab-content{
		padding: .5rem 1.5rem 1rem 1.5rem;
		line-height: 170%;
	}
}


@media all and (max-width: 541px) {
	.tabs-wrapper .tab-content{
		padding: .5rem 20px;
		line-height: 150%;
	}
	.Listbox li h6{
		font-size: 1.1rem;
		width: 100%;
	}
	.tabs-wrapper .tab-content .float-right{
		float: left;
		padding-top: 6px;
	}
}

/*荣誉*/

.enterprise {
	width: 100%;
	height: 310px;
	position: relative;
	margin: 2rem 0;
	overflow: hidden;
}
.enterprise ul {
	width: 100%;
	height: 100px;
	position: relative;
}
.enterprise ul li {
	float: left;
	list-style: none;
	padding-right:1.5rem;
}
.enterprise ul li img {
	display: inline-block;
	height: 310px
}
.enterprise *, .enterpriser *:after, .enterprise *:before, .scroll-pane *{
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
}
/*响应式合作伙伴*/
@media all and (max-width: 1199px) {
	.enterprise{
		margin: 0;
	}
	.enterprise, .enterprise ul li img {
		height: 250px;
	}
}

@media all and (max-width: 541px) {
	.enterprise, .enterprise ul li img {
		height: 200px;
	}
}

/*底部*/
.footerbg {
	font-size: 1.1rem;
	background: #0c5daa;
	color: #fff;
}
.footer {
	width: 100%;
	display: inline-table;
	padding: 1.5rem 0;
}
.footer a {
	color: #fff;
	padding: 0 1rem;
}
.rights {
	background: rgba(0,0,0,.1);
	text-align: center
}
.footer .footer_tel{
	margin-bottom: 30px;
}
.footer .footer_tel span{
	font-size: 14px; margin: 10px 0 25px 0;font-weight:500;
}
.footer .footer_tel p {
	line-height:30px;font-size: 14px;
}
.footer .footer_addr span{
	padding-right: 15px;
}
/*底部响应式*/
@media all and (max-width: 1199px) {
	.footer {
		padding:.5rem 1rem 1rem
	}

}

@media all and (max-width: 992px) {
	.footerbg {
		font-size: 1rem
	}

}

@media all and (max-width: 541px) {
	.footer{
		padding: 0;
		display:block;
	}
	.footer a{
		padding: 0 .2rem
	}
	.footer .col-xs-12{
		padding: 0 1.2rem
	}
	.footer .padding-20{
		padding: 1rem 0
	}
	.footer .col-xs-12.rights{
		padding: .8rem 0;
		margin-top: 0;
	}
	.footer-br{
		display: block;
		margin-top: 10px;
	}
	.footer .footer_tel{
		margin-bottom: 15px;
		margin-top: 0;
	}
	.footer .footer_tel span{
		display: block;
		margin: 0;
	}
	.footer .footer_tel p{
		line-height: 24px;
	}
	.footer .footer_addr{
		font-size: 10px;
	}
	.footer .footer_addr span{
		display: block;
		padding-right: 0;
	}
}
/*返回顶部*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 12px;
	right: 12px;
	overflow: hidden;
	width: 50px;
	height: 50px;
	border: none;
	text-indent: -9999px;
	background: url(../css/images/ui.totop.png) no-repeat left top;
	background-size: cover;
	z-index: 190;
}
#toTop:hover {
	background: url(../css/images/ui.totop.png) no-repeat left -50px;
	background-size: cover;
}
/*响应式返回顶部*/
@media all and (max-width: 541px) {
	#toTop {
		width: 40px;
		height: 40px;
	}
	#toTop:hover {
		background-position: left -40px;
		background-size: cover;
	}
}
/*在线客服*/
.online-service {
	position: fixed;
	right: 0;
	top: 30%;
	z-index: 500
}
.serviceS {
	width: 53px;
	height: 90px;
	background: url(Images/service2.png) center no-repeat;
	position: absolute;
	right: 0;
	top: 55px;
	color: #fff;
	font-size: .913rem;
	text-align: center;
	padding-top: 52px;
	padding-left: 8px;
}
.serviceH {
	width: 190px;
	height: 300px;
	background: url(Images/service1.png) right center no-repeat;
	position: absolute;
	right: -240px;
	top: 0;
}
.serviceH .Lfont {
	float: left;
	width: 75px;
	color: #fff;
	padding: 130px 20px;
	text-align: center;
	font-size: .913rem
}
.serviceH i {
	color: #0a569b;
}
.serviceH .Rfont {
	margin-left: 85px;
	padding-top: 80px;
}
.serviceH .Rfont li {
	padding: .2rem 0;
}
.online-service:hover .serviceS {
	right: -55px
}
.online-service:hover .serviceH {
	right: 0
}
/*响应式在线客服*/
@media all and (max-width: 1199px)  {
	.online-service {
		display:none;
	}
}
@media all and (max-width: 992px)  {
	.online-service {
		display:none;
	}
}

@media all and (max-width: 541px)  {
	.online-service {
		display:none;
	}
}
/*响应式通用样式*/
@media all and (max-width: 1199px) {
	*, *:after, *:before {
		transition: none;
		-webkit-transition:none;
		-moz-transition: none;
		-o-transition: none;
	}
	h2 {
		font-size: 2.5rem;
	}
	h3 {
		font-size: 1.8rem;
	}
	h4 {
		font-size: 1.5rem;
	}
	h6,h5 {
		font-size: 1.3rem
	}
	/*.pagebox {
        padding: 2rem 1.5rem
    }*/

}

@media all and (max-width: 992px) {
	h2 {
		font-size: 2rem;
	}
	h3 {
		font-size: 1.6rem;
	}
	h6 {
		font-size: 1.2rem
	}
}

@media all and (max-width: 541px) {
	h2 {
		font-size: 1.6rem;
	}
	h3 {
		font-size: 1.4rem;
	}
	h4 {
		font-size: 1.3rem;
	}
	h6 {
		font-size: 1.1rem;
	}
	/*	.pagebox {
            padding: 1.5rem 1.2rem
        }*/
}
@media all and (max-width: 320px) {
	html {
		font-size: 12px;
	}
}
