@charset "utf-8";

/* CSS Document */
html {
	height: 100%;
}

body {
	font-family: "宋体";
	font-size: 14px;
	color: #333;
	line-height: 24px;
	color: #333;
	background-color: #fff;
	overflow-x: hidden;

}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
em,
dt,
form,
fieldset,
blockquote,
p,
body,
span {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-family: inherit;
	list-style: none;
	font-weight: normal;
	font-style: normal;
}

select,
input,
textarea {
	border-radius: 0;
	-webkit-border-radius: 0;
	color: #555555;
}

input:focus {
	outline: none;
}

input,
button,
select,
textarea {
	outline: none;
	/*-webkit-appearance:none;*/
	/*强制去除表单自带的样式*/
}

textarea {
	resize: none;
	/*-webkit-appearance:none;*/
	/*强制去除textarea自带的样式*/
}

textarea,
input,
select {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
}

a {
	color: #333;
	text-decoration: none;
	transition: all .2s ease-in-out;
}

a:hover {
	color: #02468d;
	text-decoration: none;
}

a:active,
a:focus {
	outline: 0;
	color: #02468d;
	text-decoration: none;
}

img {
	border: 0;
	vertical-align: middle;
}


.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.clearfix {
	zoom: 1;
}

.ellipsis {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

header {
	width: 100%;
	position: relative;
	z-index: 10;
	height: 86px;
}

.logo {
	/*float: left;*/
	/*width: 238px;*/
	/*margin: 28px 0;*/
}

.logo img {
    width: 30%;
	/*display: block;*/
	max-width: 100%;
}

.header-center {
	border-left: 1px solid #dedede;
	color: #363636;
	margin: 47px 0;
	margin-left: 15px;
	padding-left: 15px;
}

.header-center span {
	font-size: 24px;
	font-weight: bold;
}

.header-center small {
	display: block;
	font-size: 18px;
}

.header-right {
	float: right;
	margin: 15px 0 0 0;
}

.header-right i {
    margin: 8px 0 0 0;
	float: left;
}

.header-right span {
    margin: 21px 0 0 0;
	font-size: 20px;
	float: left;
	padding-left: 10px;
	font-weight: bold;
	color: #02468d;
}

.header-right span p {
	line-height: 25px;
	font-weight: bold;
	margin-top: 0px;
	font-size: 20px;
	color: #02468d;
}

.welcome {
	height: 40px;
	line-height: 40px;
	background: #f3f3f3;
	border-bottom: 1px solid #E7E7E7;
}

.welcome span {
	float: left;
	color: #666;
	font-size: 13px;
}

.welcome p {
	float: right;
	color: #666;
	font-size: 13px;
}

.welcome p a {
	color: #666;
}

.welcome p a:hover {
	color: #02468d;
}

/*BANNER*/
.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-slide img {
	width: 100%;
	object-fit: cover;
	height: auto;
}

.home-tag {
	overflow: hidden;
	border: 5px solid #02468d;
	margin-top: 30px;
}

.home-tag ul {
	overflow: hidden;
	background: #02468d;
}

.home-tag ul li {}

.home-tag ul li a {
	float: left;
	font-size: 15px;
	background: url(../images/pro_bg.gif) no-repeat;
	height: 37px;
	line-height: 37px;
	text-align: center;
	border-right: 1px solid #e8e8e8;
	border-radius: 0 5px 5px 0;
	margin: 10px;
	padding: 0 15px 0 20px;
}

.home-tag ul li:nth-of-type(1) {
	text-align: center;
	font-size: 26px;
	color: #FFF;
	border-bottom: 1px solid #d92c2d;
	padding: 29px 0;
	font-weight: bold;
}

.home-tag ul li:nth-of-type(2) {
	border-bottom: 2px solid #eaeaea;
	padding: 20px;
	background: #FFF;
}

.home-tag .tag-tel {
	padding: 20px 0;
	overflow: hidden;
	font-size: 18px;
	background: #FFF;
}

.home-tag .tag-tel dd {}

.home-tag .tag-tel dd i {
	font-size: 26px;
	margin-right: 10px;
}

.home-tag .tag-tel dd b {
	color: #02468d;
}

@media(max-width:1599px) {
	.home-tag ul li:nth-of-type(1) {
		padding: 59px 0;
	}
}

@media(max-width:1200px) {
	.home-tag ul li:nth-of-type(1) {
		font-size: 22px;
	}
}

.home-bt {
	overflow: hidden;
	text-align: center;
	margin: 30px 0;
}

.home-bt span {
	color: #02468d;
	font-size: 30px;
	line-height: 50px;
	padding-bottom: 28px;
	margin-bottom: 10px;
	font-weight: bold;
}

.home-bt h3 {
	color: #02468d;
	font-size: 30px;
	line-height: 50px;
	padding-bottom: 28px;
	margin-bottom: 10px;
	font-weight: bold;
}

.home-bt h1 {
	color: #02468d;
	font-size: 30px;
	line-height: 50px;
	font-weight: bold;
}

.home-bt span b {
	color: #333;
}

.home-bt small {
	display: block;
	font-size: 16px;
	line-height: 36px;
	color: #666;
}

@media(max-width:768px) {
	.home-bt span {
		font-size: 22px;
	}

	.home-bt small {
		font-size: 14px;
	}

	#shoujiduan1 {
		display: block !important;
	}

	.biaoge1 {
		display: none;
	}

	.product_img img {
		height: auto;
	}
}

/*图片列表展示*/
.picbg {
	padding-bottom: 40px;
}

.pic {
	overflow: hidden;
}

.pic ul {
	margin: 0;
	overflow: hidden;
}

.pic ul li {
	width: 100%;
	float: left;
	margin-bottom: 30px;
	border: 1px solid #e6f2ff;
	padding: 10px;
}

.pic ul li .list-img {
	height: 260px;
	position: relative;
	overflow: hidden;
	background: #FFF;
}

.pic ul li .list-img img {
	width: auto;
	height: auto;
	max-height: 100%;
	display: block;
	margin: 0 auto;
	object-fit: cover;
	-webkit-transition: all 2s ease;
	-moz-transition: all 2s ease;
	-o-transition: all 2s ease;
	transition: all 2s ease;
}

.pic ul li .list-img img:hover {
	transform: scale(1.2);
}

.pic ul li p {
	font-size: 18px;
	text-align: center;
	padding: 15px 0;
	font-weight: bold;
	background: #e6f2ff;
}

@media(max-width:991px) {
	.pic ul li .list-img {
		height: auto;
	}
}

@media(max-width:768px) {
	.pic {
		margin-right: -15px;
		margin-left: -15px;
	}

	.pic dl li {
		margin-bottom: 15px;
	}

	.pic dl li .list-img {
		height: 130px;
	}

	.pic dl li h2 {
		font-size: 13px;
	}

	.home-pro dl dt {
		height: 150px !important;
	}

	.home-pro dl dt img {
		height: 150px !important;
	}

	.home-pro dl dt p {
		text-align: left !important;
		text-indent: 1rem;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		display: block;
	}

	.home-news-img dl dd p {
		text-indent: 1.5rem;
		padding-top: 5px;
	}

	.tab-content .hidden-xs {
		display: block !important;
	}

	.tab-content .hidden-xs.hide {
		display: none !important;
	}
}

.home-pro {
	overflow: hidden;
}

.home-pro dl {
	margin: 0;
	overflow: hidden;
}

.home-pro dl dt {
	position: relative;
	height: 260px;
	margin-bottom: 15px;
	overflow: hidden;
}

.home-pro dl dt img {
	width: auto;
	height: 260px;
	display: block;
	margin: 0 auto;
	-webkit-transition: -webkit-transform 1s;
	transition: transform 1s;
}

.home-pro dl:hover dt img {
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
}

.home-pro dl dt p {
	position: absolute;
	bottom: 0;
	height: 45px;
	background: #11111194;
	width: 100%;
	color: #fff;
	text-align: center;
	line-height: 45px;
	font-size: 18px;
}

.home-pro dl dd {
	width: 100%;
	float: left;
	margin-bottom: 20px;
}

.home-pro dl dd p {
	float: left;
	width: 49%;
	margin-right: 2%;
	text-align: center;
	border: 1px solid #E7E7E7;
	padding: 8px 0;
}

.home-pro dl dd p:last-child {
	margin-right: 0;
	border: 1px solid #02468d;
}

.home-pro dl dd p:last-child a {
	color: #02468d;
}

.home-pro dl dd .list-img {
	border: 1px solid #e7e7e7;
	height: 260px;
	position: relative;
	overflow: hidden;
	background: #FFF;
	margin-bottom: 10px;
}

.home-pro dl dd .list-img img {
	width: 100%;
	height: 260px;
	transition: all 0.6s;
	object-fit: cover;
}

.home-pro dl dd .list-img img:hover {
	transform: scale(1.2);
}

.home-pro dl dd h2 {
	font-size: 14px;
	text-align: center;
	position: absolute;
	bottom: 0;
	height: 40px;
	line-height: 40px;
	left: 0;
	right: 0;
	color: #FFF;
	background-color: rgba(0, 0, 0, 0.6);
}

@media(max-width:991px) {
	.home-pro dl dd .list-img {
		height: 180px;
	}
}

@media(max-width:768px) {
	.home-pro {
		margin-right: -15px;
		margin-left: -15px;
	}

	.home-pro dl dd {
		margin-bottom: 15px;
	}

	.home-pro dl dd .list-img {
		height: 130px;
	}

	.home-pro dl dd h2 {
		font-size: 13px;
	}
}

/*首页滚动图片*/
.owl-stage-outer {
	overflow: hidden;
}

.home-casebg {
	background: #f3f3f3;
}

.item {
	padding: 12px;
	border: 1px solid #f3f3f3;
	background: #FFF;
	cursor: pointer;
}

.item:hover {
	border: 1px solid #02468d;
}

.item span {
	text-align: center;
	display: block;
	line-height: 40px;
	font-size: 14px;
}

.item img {
	max-width: 100%;
}

.item1 {
	background: #FFF;
	cursor: pointer;
}

.item1 span {
	text-align: center;
	display: block;
	line-height: 40px;
	font-size: 14px;
}

.item1 img {
	max-width: 100%;
}

.ad {
	overflow: hidden;
	background: url(../images/ad.jpg) no-repeat center;
	height: 206px;
}

.ad .text {
	overflow: hidden;
	color: #FFF;
	margin: 40px 0px 0px 30px;
}

.ad .text span {
	font-weight: bold;
	font-size: 28px;
}

.ad .text small {
	display: block;
	font-size: 22px;
	padding: 10px 0;
}

.ad .text p {}

.ad .text p a {
	float: left;
	color: #FFF;
	margin-right: 15px;
	border: 1px solid #FFF;
	padding: 5px 18px;
}

@media(max-width:1200px) {
	.ad .text {
		margin: 25px 0;
	}
}

@media(max-width:991px) {
	.ad .text span {
		font-size: 25px;
	}
}

/*首页三大优势*/
.youshi {
	overflow: hidden;
	background: url(../images/ysbg.jpg) no-repeat center top;
}

.ys-bt {
	overflow: hidden;
	background: url(../images/ys01.png) no-repeat top left;
	width: 536px;
	height: 100px;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 40px;
}

.ys-bt span,
.ys-bt h3 {
	float: left;
	color: #FFF;
	font-size: 26px;
	font-weight: bold;
	padding: 0 20px;
}

.ys-bt span b,
.ys-bt h3 b {
	display: block;
	color: #02468d;
	font-size: 40px;
	line-height: 60px;
	padding-left: 30px;
}

.ys-bt p {
	float: left;
	background: #02468d;
	border-radius: 30px;
	color: #FFF;
	padding: 6px 22px;
	margin: 52px 0 0 10px;
	font-size: 16px;
}

.ysbg {
	overflow: hidden;
	background: #FFF;
	box-shadow: 0 0 10px #ccc;
	margin-bottom: 80px;
}

.ys-01 {
	overflow: hidden;
}

.ys-03 {
	overflow: hidden;
	background: url(../images/ys-img03.jpg) no-repeat right;
}

.ys-01 img {
	max-width: 100%;
}

.ys-01 .text,
.ys-03 .text {
	overflow: hidden;
	padding: 30px 20px;
}

.ys-01 .text i,
.ys-03 .text i {
	float: left;
	margin-right: 20px;
}

.ys-01 .text span,
.ys-03 .text span {
	float: left;
}

.ys-01 .text span b,
.ys-03 .text span b {
	font-size: 36px;
}

.ys-01 .text span em,
.ys-03 .text span em {
	display: block;
	text-transform: uppercase;
}

.ys-01 .text span p,
.ys-03 .text span p {
	font-size: 17px;
	line-height: 32px;
	margin: 20px 0;
}

.ys-02 {
	overflow: hidden;
	background: #02468d;
}

.ys-02 img {
	max-width: 100%;
}

.ys-02 .text {
	overflow: hidden;
	padding: 30px 20px;
	color: #FFF;
}

.ys-02 .text i {
	float: left;
	margin-right: 20px;
}

.ys-02 .text span {
	float: left;
}

.ys-02 .text span b {
	font-size: 36px;
}
::-webkit-scrollbar {

width: 16px;

background-color: #fff;

}

::-webkit-scrollbar-track {

border-radius: 6px;

background-color: #fff;

}

::-webkit-scrollbar-thumb {

border-radius: 4px;

background-color: #f7d4e0;


}

*::-webkit-media-controls-start-playback-button {

display: none ;

-webkit-appearance: none;

}

/**::-webkit-media-controls-panel {*/

/*display: none ;*/

/*-webkit-appearance: none;*/

/*}*/

*::--webkit-media-controls-play-button {

display: none ;

-webkit-appearance: none;

}
.ys-02 .text span em {
	display: block;
	text-transform: uppercase;
}

.ys-02 .text span p {
	font-size: 17px;
	line-height: 32px;
	margin: 20px 0;
}

@media(max-width:1200px) {

	.ys-01 .text i,
	.ys-02 .text i,
	.ys-03 .text i {
		display: none;
	}

	.ys-01 .text span p,
	.ys-02 .text span p,
	.ys-03 .text span p {
		font-size: 15px;
	}
}

@media(max-width:991px) {

	.ys-01 .text i,
	.ys-02 .text i,
	.ys-03 .text i {
		display: block;
	}

	.ys-03 {
		background: none;
	}
}

@media(max-width:768px) {
	.ys-bt {
		width: 100%;
		height: auto;
	}

	.ys-bt span {
		float: none;
		display: block;
	}

	.ys-bt span b {
		padding-left: 60px;
	}

	.ys-bt p {
		float: none;
		margin-top: 20px;
		text-align: center;
		font-size: 22px;
		display: none;
	}

	.col-md-4.col-sm-4.col-xs-12 {
		width: 100%;
	}

	.pic ul li .list-img img {
		height: auto;
	}

	.ys-02 {
		padding: 20px 0;
	}

	.ys-01 .text,
	.ys-02 .text,
	.ys-03 .text {
		padding: 8px 0;
	}

	.ys-01 .text span b,
	.ys-02 .text span b,
	.ys-03 .text span b {
		font-size: 26px;
	}

	.ys-01 .text i,
	.ys-02 .text i,
	.ys-03 .text i {
		display: none;
	}

	.ys-01 .text span p,
	.ys-02 .text span p,
	.ys-03 .text span p {
		font-size: 13px;
	}
}

/*首页合作伙伴*/
.home-hezuobg {
	overflow: hidden;
	background: url(../images/hezuobg.jpg) no-repeat center top;
}

.home-hezuobt {
	overflow: hidden;
	text-align: center;
	margin: 30px 0;
}

.home-hezuobt span,
.home-hezuobt h3 {
	color: #FFF;
	font-size: 30px;
	line-height: 50px;
	padding-bottom: 28px;
	margin-bottom: 10px;
	font-weight: bold;
}

.home-hezuobt small {
	display: block;
	font-size: 16px;
	line-height: 36px;
	color: #FFF;
}

@media(max-width:768px) {
	.home-hezuobt span {
		font-size: 22px;
	}

	.home-hezuobt small {
		font-size: 14px;
	}
}

/*首页关于我们*/
.home-aboutbg {
	overflow: hidden;
	background: url(../images/aboutbg.png) no-repeat center top;
	padding: 50px 0;
}

.home-about {
	overflow: hidden;
}

.home-about h2 {
	border-bottom: 1px solid #E7E7E7;
	padding-bottom: 15px;
	margin-bottom: 15px;
	font-weight: bold;
	color: #02468d;
	line-height: 30px;
	font-size: 18px;
}

.home-about h2 em {
	display: block;
	color: #333;
	font-size: 30px;
	font-weight: bold;
}

.home-about p {
	line-height: 26px;
	font-size: 16px;
	color: #333;
	text-indent: 3rem;
	text-align: justify;
	margin-bottom: 15px;
}

.home-about .more {
	width: 130px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin: 0 auto;
	float: left;
	margin-top: 30px;
	border-radius: 30px;
	border: 1px solid #053e95;
}

.aboutline {
	padding: 40px 20px;
	border: 1px solid #E7E7E7;
	background: #FFF;
}

.home-aboutbg img {
	max-width: 100%;
}

.home-about-ico {
	overflow: hidden;
	padding: 3px 0;
}

.home-about-ico ul li {
	color: #323232;
	background: #fff;
	text-align: center;
	border-left: #eae9ed 1px solid;
	position: relative;
	cursor: pointer;
	margin-top: 10px;
}

.home-about-ico ul li em {
	display: block;
	width: 85px;
	height: 82px;
	line-height: 0;
	overflow: hidden;
	margin: 0 auto 15px;
}

.home-about-ico ul li em img {
	width: 85px;
	height: 164px;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.home-about-ico ul li span {
	display: block;
	color: #333;
	font-size: 14px;
}

.home-about-ico ul li:hover em img {
	margin-top: -82px;
}

.home-about-ico ul li:first-child {
	border: none;
}



/*首页新闻样式*/
.home-news-bt {
	overflow: hidden;
	line-height: 50px;
	border-bottom: 1px solid #E7E7E7;
}

.home-news-bt span {
	float: left;
	font-size: 20px;
	font-weight: bold;
	margin-right: 25px;
	position: relative;
	cursor: pointer;
}

.home-news-bt span.active,
.home-news-bt span:hover {
	color: #02468d;
}

.home-news-bt span:hover:after,
.home-news-bt span.active:after {
	width: 100%;
	height: 2px;
}

.home-news-bt span:after {
	content: "";
	width: 0;
	background-color: #02468d;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	transition: all .5s;
}

.home-news-bt p {
	float: right;
}

.tab-content .home-news-img {
	width: 100%;
	float: left;
}

.tab-content .home-news-img dl:nth-child(2n) {
	margin-right: 0;
}

.tab-content .home-news-img dl {
	width: 48%;
	float: left;
	margin-right: 4%;
	border-bottom: 1px solid #e6f2ff;
	padding: 10px 0;
}

.home-news-img {
	overflow: hidden;
	padding: 15px 0;
}

.home-news-img dl dd {
	float: left;
}

.home-news-img dl dd p {
	font-size: 18px;
	font-weight: bold;
}

.home-news-img dl dd time {
	display: block;
	color: #999;
	padding: 5px 0;
}

.home-news-img dl dd>span {
	color: #737373;
	margin: 0;
	line-height: 24px;
	text-align: justify;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.home-news-img dl dd img {
	width: 100%;
	height: 100px;
}

.tab-content {
	overflow: hidden;
}

.tab-content ul {
	margin: 10px 0;
}

.tab-content ul li {
	height: 32px;
	line-height: 32px;
}

.tab-content ul li a {
	color: #737373;
}

.tab-content ul li a:hover {
	color: #02468d;
}

.tab-content ul li time {
	float: right;
	color: #999;
}

.faq-bt {
	background: #053e95;
	height: 50px;
	line-height: 50px;
	margin-bottom: 15px;
	text-align: center;
}

.faq-bt span {
	color: #FFF;
	font-size: 17px;
}

.faq-tj {
	clear: both;
	max-height: 115px;
	overflow: hidden;
}

.faq-tj img {
	max-width: 100%;
}

.faq-list {
	overflow: hidden;
	width: 100%;
	height: 390px;
	margin-top: 15px;
}

.faq-list li {
	padding: 10px 5px;
	border-bottom: 1px dashed #e6f2ff;
}

.faq-list li p {
	position: relative;
	font-size: 15px;
	font-weight: bold;
	padding-left: 30px;
	line-height: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}

.faq-list li span {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	font-size: 14px;
	position: relative;
	padding-left: 30px;
}

.faq-list li p:before {
	position: absolute;
	content: '';
	left: 0;
	width: 24px;
	height: 35px;
	background: url(../images/q.png) no-repeat left center;
	background-size: 100%;
}

.faq-list li span:before {
	position: absolute;
	content: '';
	left: 0;
	width: 25px;
	height: 22px;
	background: url(../images/a.png) no-repeat left center;
	background-size: 100%;
}

/*内页样式*/
.subnavbg {
	overflow: hidden;
	background: #206eb6;
	padding: 5px 0;
	clear: both;
	margin-bottom: 30px;
}

.sub-banner {
	overflow: hidden;
}

.sub-banner img {
	max-width: 100%;
}

.here {
	float: left;
	color: #fff;
	height: 42px;
	line-height: 42px;
	font-size: 15px;
	position: relative;
	padding-left: 25px;
}

.here span {
	font-size: 25px;
	position: absolute;
	left: 0;
	top: -1px;
}

.here a {
	color: #fff;
	padding: 0 3px;
}

.here a:hover {
	color: #f4a129;
}

/*关于我们*/
.about {
	overflow: hidden;
}

.about p {
	text-indent: 3rem;
	margin-bottom: 20px;
	text-align: justify;
}

.about-l {
	overflow: hidden;
	padding: 0;
}

.about-l img {
	max-width: 100%;
}

.about-r {
	line-height: 28px;
	text-align: justify;
	font-size: 16px;
}

/*企业文化*/
.Culture {
	overflow: hidden;
}

.Culture ul li {
	height: 280px;
	text-align: center;
	padding: 0;
	padding-top: 30px;
}

.Culture ul li span {
	font-size: 26px;
}

.Culture ul li p {
	font-size: 16px;
	padding: 5px 20px;
	line-height: 26px;
}

.Culture ul li i {
	display: block;
	font-size: 48px;
}

.Culture ul li:nth-of-type(1) {
	background: #02468d;
	color: #FFF;
}

.Culture ul li:nth-of-type(3) {
	background: url(../images/wenhua01.jpg) no-repeat;
}

.Culture ul li:nth-of-type(5) {
	background: #02468d;
	color: #FFF;
}

.Culture ul li:nth-of-type(6) {
	background: #F3F3F3;
}

@media(max-width:991px) {
	.Culture ul li {
		height: 200px;
		padding-top: 0;
	}

	.Culture ul li p {
		font-size: 15px;
		padding: 6px;
	}

	.Culture ul li:nth-of-type(3) {
		background-size: cover;
	}
}

@media(max-width:768px) {
	.about .col-xs-12 {
		padding: 0;
	}

	.about .col-xs-12 img {
		margin-bottom: 20px;
	}

	.Culture ul li span {
		font-size: 22px;
	}

	.Culture ul li p {
		font-size: 14px;
		padding: 20px 6px;
		line-height: 20px;
	}

	.Culture ul li:nth-of-type(3) {
		background-size: cover;
	}

	.news_pre {
		width: 100% !important;
		margin-bottom: 15px;
	}

	.Details-conent {
		padding: 15px 0 !important;
	}

	.pro-right {
		padding: 0 !important;
		margin-bottom: 30px;
	}

	.con-FangDa {
		padding: 0 !important;
	}

	.pro-right .gk dl dt {
		width: 100% !important;
	}

	.pro-right .gk dl dd {
		width: 100% !important;
	}
}

/*新闻样式*/
.news {
	overflow: hidden;
}

.news ul {
	margin: 0;
}

.news ul li:first-child {
	border-top: 1px solid #e6f2ff;
}

.news ul li {
	overflow: hidden;
	border-bottom: 1px solid #e6f2ff;
	margin-bottom: 30px;
	padding: 20px;
}

.news ul li h2 {
	color: #333;
	font-size: 24px;
}

.news ul li time {
	display: block;
	padding: 15px 0;
	color: #999;
}

.news ul li p {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: #333;
	font-size: 20px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	font-weight: bold;
	letter-spacing: 2px;
}

.news ul li:hover p {}

.news ul li span {
	color: #666;
	line-height: 26px;
	display: block;
	text-align: justify;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.news ul li .news-img {
	overflow: hidden;
	padding: 0;
}

.news ul li:hover .news-img img {}

.news ul li .news-img img {
	width: 100%;
	height: 180px;
	object-fit: cover;
	-webkit-transition: all 2s ease;
	-moz-transition: all 2s ease;
	-o-transition: all 2s ease;
	transition: all 2s ease;
}

.news ul li .more {
	color: #fff;
	float: right;
	margin-top: 32px;
	padding: 5px 12px;
	background-color: #B6B6B6;
}

.news ul li:hover .more {}

/*联系我们*/
.contact-wx {
	overflow: hidden;
	text-align: center;
}

.contact-wx img {
	max-width: 100%;
}

.contact-wx span {
	display: block;
	font-size: 15px;
	line-height: 40px;
}

/*产品详情页多图*/
.con-FangDa {
	height: auto;
}

.con-fangDaIMg {
	position: relative;
}

.con-fangDaIMg>img {
	max-height: 100%;
	max-width: 100%;
}

.con-fangDaIMg .img_top {
	position: relative;
	overflow: hidden;
}

.con-fangDaIMg .img_bottom {
	position: relative;
	overflow: hidden;
}

/*设置选择图片容器*/
.con-FangDa-ImgList {
	margin-top: 10px;
	overflow: hidden;
}

.con-FangDa-ImgList>li {
	float: left;
	cursor: pointer;
	border: 1px solid #ccc;
	text-align: center;
	margin-bottom: 8px;
	margin-right: 2%;
}

.con-FangDa-ImgList>li:last-child {
	margin-right: 0;
}

.con-FangDa-ImgList>li>img {
	vertical-align: top;
	display: inline;
	width: 80px;
	height: 60px;
}

.con-FangDa-ImgList>.active {
	border-color: #d70813;
}

.pro-right {
	font-size: 16px;
}

.pro-right h1 {
	color: #02468d;
	font-size: 28px;
	border-bottom: 1px solid #ccc;
	line-height: 48px;
	margin: 0;
}

.pro-right .gk {
	line-height: 26px;
	padding: 20px 0;
	font-size: 16px;
}

.pro-right .gk dl {
	width: 100%;
	display: table;
	height: auto;
}

.pro-right .gk dl dt {
	margin-bottom: 15px;
	font-size: 16px;
	color: #02468d;
	float: left;
	width: 20%;
}

.pro-right .gk dl dd {
	margin-bottom: 15px;
	font-size: 15px;
	float: left;
	width: 80%;
	text-align: justify;
}

.pro-right .tel {
	line-height: 26px;
	padding: 10px 0;
	font-size: 22px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.pro-right .tel a:last-child {
	float: right;
}

.pro-right .zixun {
	overflow: hidden;
	margin-top: 20px;
}

.pro-right .zixun a {
	float: left;
	width: 150px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	margin-right: 15px;
	border-radius: 3px;
	background: #02468d;
	color: #FFF;
	text-align: center;
}

@media(max-width:768px) {
	.pro-right .tel {
		font-size: 18px;
	}

	.pro-right .zixun a {
		width: 120px;
		margin-right: 10px;
	}

	.con-fangDaIMg .swiper-container {
		padding: 10px 0;
	}

	.nav-tabs {
		margin-bottom: 20px;
		display: flex;
		box-sizing: border-box;
		white-space: nowrap;
		padding-bottom: 0.2rem;
		overflow-x: auto;
		padding: 10px 0;
		border: none !important;
	}

	.nav-tabs>li {
		width: 50%;
	}

	.nav-tabs>li>a {
		padding: 10px 22px;
		background: #03478d;
		color: #fff;
		border-right: none !important;
		border: 1px solid #ffffff;
	}

	.nav-tabs>li.active>a {
		border-color: #ffffff !important;
	}

	.home-news-img dl dd {
		padding: 0;
	}

	.home-news-img dl dd p a {
		font-weight: normal;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		display: block;
		width: 95%;
	}

	.home-news-img dl:nth-child(2n) dd p {
		text-indent: 0rem;
	}

	.nav-tabs p a {
		color: #fff;
	}

	.nav-tabs p {
		float: right;
		display: block !important;
		background: #03478d;
		border: 1px solid #fff;
		padding: 0 20px;
	}

	.news ul li {
		padding: 20px 0;
		margin-bottom: 0;
	}

	.newbox .col-xs-12 {
		padding: 0;
	}

	.news ul li p {
		padding-top: 15px;
	}
}

.cs-bt {
	overflow: hidden;
	border-bottom: 1px solid #e6f2ff;
	height: 50px;
	line-height: 50px;
}

.cs-bt span {
	font-size: 22px;
	color: #02468d;
}

.Details {
	overflow: hidden;
}

.Details ul {
	display: flex;
	justify-content: center;
	padding: 10px 0;
	border-top: 1px solid #e6f2ff;
	border-bottom: 1px solid #e6f2ff;
}

.Details ul li {
	font-size: 15px;
	padding: 0 28px;
	position: relative;
	display: inline-block;
}

.Details ul li span {
	font-size: 28px;
	position: absolute;
	left: 0;
	top: -9px;
}

.Details h1 {
	text-align: center;
	line-height: 38px;
	padding: 20px 0;
	font-size: 28px;
	margin: 0;
}

.Details dt {
	text-align: center;
	display: block;
	line-height: 60px;
	font-size: 15px;
	color: #666;
	border-top: 1px solid #E7E7E7;
	border-bottom: 1px solid #E7E7E7;
}

.Details dt small {
	padding: 0 10px;
	font-weight: bold;
}

.Details-conentbox {
	border: 1px solid #e6f2ff;
	padding: 20px;
	margin-bottom: 30px;
}

.Details-conent {
	overflow: hidden;
	padding: 15px;
	line-height: 26px;
	font-size: 15px;
	text-indent: 2em;
	letter-spacing: 5px;
	line-height: 30px;
}

.Details-conent ul {
	width: 94%;
	margin: 0 auto;
	display: table;
	margin-top: 15px;
	margin-bottom: 30px;
}

.Details-conent ul li {
	width: 49%;
	float: left;
	margin-top: 2%;
	margin-right: 2%;
	border-radius: 3px;
	overflow: hidden;
}

.Details-conent ul li img {
	width: 100%;
	max-width: 100%;
	height: auto;
	object-fit: cover;
}

.Details-conent ul li:nth-child(2n) {
	margin-right: 0;
}

.Details-conent dl {
	display: table;
	border: 1px solid #e6f2ff;
	width: 100%;
}

.Details-conent dl dd {
	width: 50%;
	float: left;
	border-bottom: 1px dashed #e6f2ff;
	line-height: 45px;
	color: #02468d;
}

.Details-conent dl dd:nth-child(5) {
	border-bottom: none;
}

.Details-conent h2 {
	text-indent: 0;
	margin: 15px 0;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #02468d;
	position: relative;
	padding: 15px 0;
	text-indent: 3rem;
	color: #02468d;
}

.Details-conent h2:before {
	position: absolute;
	width: 10px;
	height: 10px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	content: '';
	display: block;
	margin: 8px 0 0 7px;
	float: left;
	background: -webkit-linear-gradient(left, #268ccc, #02468d);
	background: -o-linear-gradient(right, #f0aeb0, #f9545a);
	background: -moz-linear-gradient(right, #f0aeb0, #f9545a);
	background: linear-gradient(to right, #2488c9, #02468d);
}

.Details-conent h3 {
	font-size: 18px;
	margin: 15px 0;
	color: #333;
	font-weight: normal;
	border-left: 5px solid #206eb6;
	padding-left: 5px;
}

.Details-conent>div,
.Details-conent>p {
	margin: 10px 0;
	line-height: 26px;
	text-align: justify;
	font-size: 16px;
	color: #333;
	margin-bottom: 15px;
}

.Details-conent img {
	max-width: 99%;
	display: block;
	margin: 15px auto;
}

.leftpro_tj {
	overflow: hidden;
	margin-bottom: 20px;
}

.leftpro_tj h2 {
	color: #FFF;
	background: #02468d;
	border-top: 5px solid #f29a29;
	line-height: 28px;
	text-align: center;
	padding: 18px 0;
	font-size: 28px;
}

.leftpro_tj h2 i {
	font-size: 26px;
}

.leftpro_tj ul {
	border: 1px solid #e6f2ff;
	padding: 15px;
}

.leftpro_tj ul li {
	border: 1px solid #e6f2ff;
	margin-bottom: 30px;
}

.leftpro_tj ul li .list-img {
	position: relative;
	height: 190px;
	overflow: hidden;
}

.leftpro_tj ul li .list-img img {
	transition: all 0.6s;
}

.leftpro_tj ul li .list-img img:hover {
	transform: scale(1.2);
}

.leftpro_tj ul li span {
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	display: block;
	background: #e6f2ff;
}

/*友情链接*/
.link {
	overflow: hidden;
	padding: 15px 0;
	border-top: 1px solid #F5F5F5;
}

.link span {
	color: #02468d;
	font-size: 18px;
	font-weight: bold;
}

.link ul {
	margin: 2px 0px;
}

.link ul li {
	float: left;
	color: #666;
	line-height: 30px;
}

.link ul li a {
	color: #222;
	display: block;
	margin: 0px 7px;
	font-size: 14px;
	padding: 0px 6px;
	border-radius: 10px;
	box-shadow: 0 0 10px 0#aaa;
}

.link ul li a:hover {
	color: #02468d;
}

.link ul li i {
	padding: 0 8px;
	font-style: normal;
}

/*左侧分类列表样式*/
.leftnav {
	overflow: hidden;
	background: #02468d;
	border-top: 5px solid #f29a29;
	margin-bottom: 20px;
}

.leftnav h2 {
	color: #FFF;
	font-size: 28px;
	padding: 18px 0;
	text-align: center;
}

.leftnav h2 i {
	font-size: 26px;
}

.leftnavlist {
	background: #FFF;
	border: 1px solid #02468d;
}

.leftnavlist ul {
	margin-bottom: 20px;
}

.leftnavlist ul>span {
	display: block;
	border-bottom: 1px solid #02468d;
	font-size: 18px;
	color: #fff;
	height: 60px;
	line-height: 60px;
	font-weight: bold;
	text-align: center;
	background: #02468d;
}

.leftnavlist ul li {
	border-bottom: 1px solid #e6f2ff;
	margin: 0 20px;
}

.leftnavlist ul li a {
	display: block;
	height: 48px;
	line-height: 48px;
	color: #222;
	font-size: 15px;
	padding-left: 40px;
}

.leftnavlist ul li p:last-child a {
	border-bottom: none;
}

.leftnavlist ul li p a {
	padding-left: 15px;
	border-bottom: 1px dashed #e6f2ff;
	font-size: 18px;
}

.leftnavlist ul li p.cur a {
	color: #02468d;
}

.leftnavlist ul li h3.cur a {
	color: #02468d;
}

.leftnavlist ul li a i {
	font-size: 12px;
}

.leftnavlist ul li a:hover {
	color: #02468d;
}

.leftnavlist ul li .leftmenu_h {
	color: #02468d;
}

.leftnavlist ul li h4 {
	border-bottom: 1px dashed #dfdfdf;
	margin: 0 20px;
}

.leftnavlist ul li h4:last-child {
	border-bottom: none;
}

.leftnavlist ul li h4 a {
	display: block;
	height: 48px;
	line-height: 48px;
	color: #333;
	font-size: 15px;
	padding-left: 20px;
}

.leftnavlist ul li h4 a:hover {
	color: #02468d;
}

@media(max-width:1200px) {
	.leftnav h2 {
		font-size: 22px;
		padding: 15px 0;
	}

	.leftnav h2 i {
		font-size: 20px;
	}
}

.left_bot {
	padding: 20px;
	line-height: 26px;
	color: #333;
	background: #e6f2ff;
}

@media(max-width:1200px) {
	.left_bot {
		padding: 10px;
	}
}

/*底部版权*/
footer {
	overflow: hidden;
	background: #1e1e1e;
	padding-bottom: 20px;
}

.footmenu {
	overflow: hidden;
	border-bottom: 1px solid #323232;
}

.footmenu ul {}

.footmenu ul li {}

.footmenu ul li a {
	float: left;
	color: #ccc;
	line-height: 60px;
	height: 60px;
	padding: 0 36px;
}

.footmenu ul li a:hover {
	color: #02468d;
}

.bot-logo {
	overflow: hidden;
	padding: 20px;
}

.bot-logo img {
	max-width: 220px;
}

.bot-logo span {
	display: block;
	color: #ccc;
	font-size: 17px;
	margin: 10px 0;
}

.bot-logo p {
	color: #ccc;
	font-size: 29px;
	display: flex;
	line-height: 57px;
}

.bot-logo p i {
	font-size: 40px;
}

.wx {
	text-align: center;
	padding: 20px 0;
}

.wx img {
	max-width: 70%;
}

.wx span {
	color: #ccc;
	display: block;
	padding-top: 10px;
}

.copy {
	color: #ccc;
	padding: 20px 0;
	line-height: 26px;
}

.copy a {
	color: #ccc;
}

.copy a:hover {
	color: #02468d;
}

@media(max-width:1599px) {
	.footmenu ul li a {
		padding: 0 30px;
	}
}

@media(max-width:1400px) {
	.footmenu ul li a {
		padding: 0 25px;
	}
}

@media(max-width:1200px) {
	.footmenu ul li a {
		padding: 0 13px;
	}

	.bot-logo img {
		max-width: 100%;
	}

	.bot-logo span {
		font-size: 18px;
	}

	.bot-logo p {
		font-size: 26px;
	}

	.bot-logo p i {
		font-size: 30px;
	}
}

@media(max-width:991px) {
	.footmenu ul li a {
		padding: 0 12px;
	}

	.wx {
		margin-left: -30px;
	}
}

@media(max-width:768px) {
	.copy {
		margin-left: -30px;
		margin-right: -30px;
		padding: 20px 0 40px 0;
	}

	.f2_form .layui-form .f2_div_input .f2_input {
		width: 100% !important;
		margin-right: 0 !important;
	}

	.Details-conent img {
		max-width: 100% !important;
	}

	.Details ul {
		display: table !important;
	}

	.Details ul li {
		margin-bottom: 5px;
	}

	.Details h1 {
		text-align: left;
		line-height: 30px;
		font-size: 20px;
	}
}

/*右边浮动*/
.zx-service {
	position: fixed;
	right: 0px;
	top: 80%;
	z-index: 10000;
	right: 20px;
}

.service-box {
	background-color: #fff;
	border-radius: 5px;
	width: 90px;
	margin-bottom: 8px;
	box-shadow: 0px 2px 3px #929ea9;
}

.service-box span {
	display: block;
}

.service-box span.text {
	background: url(../images/kf01.png) no-repeat;
	height: 47px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	position: relative;
	z-index: 10;
}

.service-box ul {
	margin-top: -7px;
}

.service-box li {
	border-bottom: 1px solid #efefef;
	text-align: center;
	position: relative;
}

.service-box li em {
	font-size: 12px;
	color: #757575;
}

.service-box li a {
	display: block;
	padding-top: 6px;
	padding-bottom: 10px;
}

.service-box li:first-child a {
	padding-top: 14px;
}

.service-box li:last-child a {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.service-box li a:hover {
	background: #f9f9f9;
}

.service-box li a:hover em {
	color: #02468d;
}

.service-box ul li:last-child {
	border: none;
}

.service-box li p {
	position: absolute;
	left: -212px;
	width: 210px;
	top: 0;
	background: #fff;
	box-shadow: 0 0 10px rgb(0 0 0 / 20%);
	display: none;
	font-size: 18px;
	font-weight: bold;
	color: #02468d;
	padding: 10px 0px;
}

.service-box li:hover p {
	display: block;
}

.service-arrow {
	box-shadow: 0px 2px 2px #d6d6d6;
	border: 1px solid #ddd;
	border-radius: 5px;
	width: 90px;
	background: url(../images/kf05.png) no-repeat center center #fff;
	height: 40px;
	cursor: pointer;
}

.service-arrow a {
	display: block;
	width: 90px;
	height: 45px;
}

.swiper-container {
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

.con-fangDaIMg .gallery-top .swiper-slide {
	margin-right: 0 !important;
}

.con-fangDaIMg .gallery-thumbs .swiper-slide {
	margin-right: 0 !important;
	margin-right: 10px !important;
}

.con-fangDaIMg .gallery-top .swiper-pagination {
	color: #fff;
	font-size: 15px;
}

.con-fangDaIMg .gallery-top .swiper-pagination .swiper-pagination-current {
	color: #fff;
	font-size: 20px;
}

.swiper-slide {
	background-size: cover;
	background-position: center;
}

.gallery-top {
	height: 80%;
	width: 100%;
}

.swiper-container.gallery-thumbs {
	height: 20%;
	padding: 10px 0;
	padding-right: 41px;
}

.gallery-thumbs .swiper-slide {
	width: 25% !important;
	height: 100%;
	opacity: 0.4;
}

.gallery-thumbs .swiper-slide-thumb-active {
	opacity: 1;
}

/* 联系我们 */
.warp {
	width: 1200px;
	display: block;
	margin: 0 auto;
}

.title_h3 {
	width: 100%;
	padding-top: 100px;
	margin-bottom: 30px;
}

.title_h3 h3 {
	font-size: 34px;
	color: #000000;
	line-height: 34px;
	text-align: center;
	position: relative;
}

.title_h3 p {
	font-size: 15px;
	font-weight: 400;
	color: #666666;
	line-height: 22px;
	text-align: center;
	margin-top: 30px;
}

.f2_list {
	padding: 30px 0;
	border: 1px solid #EAEAEA;
	background: #fff;
	overflow: hidden;
	position: relative;
	z-index: 1;
	margin-bottom: -150px;
}

.f2_list ul li {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 0 26px;
	height: 260px;
}

.f2_list ul li .f2_list_img {
	width: 35px;
	margin-bottom: 30px;
}

.f2_list ul li:last-child .f2_list_img {
	margin-top: 40px;
}

.f2_list ul li .f2_list_img img {
	width: 100%;
}

.f2_list ul li .f2_list_text {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 100%;
}

.f2_list ul li .f2_list_text p {
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	line-height: 33px;
	margin-bottom: 10px;
}

.f2_list ul li .f2_list_text h3,
.f2_list ul li .f2_list_text h3 a {
	font-size: 20px;
	color: #333333;
	line-height: 33px;
	text-align: center;
	word-break: break-word;
	word-wrap: break-word;
	width: 100%;
}

.f2_form {
	width: 100%;
	margin-top: 60px;
	margin-bottom: 80px;
}

.f2_form .layui-form {
	width: 90%;
	margin: auto;
}

.f2_form .layui-form .f2_div_input {
	width: 100%;
}

.fix:before,
.fix:after,
.clear {
	display: table;
	clear: both;
	content: '';
}

.f2_form .layui-form .f2_div_input .f2_input:nth-child(2) input {
	padding-left: 140px;
	background: url(../images/f2_icon1.png) no-repeat center left 10px;
}

.f2_form .layui-form .f2_div_input .f2_input {
	width: 49.1%;
	float: left;
	margin-right: 1.8%;
	position: relative;
	background: #F6F6F6;
	margin-bottom: 20px;
}

.f2_form .layui-form .f2_div_input .f2_input label {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 60px;
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
}

.f2_form .layui-form .f2_div_input .f2_input i {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 16px;
	font-weight: 400;
	color: #FB0D1B;
	right: 27px;
}

.f2_form .layui-form .f2_div_input .f2_input input {
	height: 64px;
	width: 100%;
	background: url(../images/f2_icon4.png) no-repeat center left 10px;
	border: 0;
	padding-left: 106px;
	padding-right: 40px;
	font-size: 16px;
	font-weight: 400;
	color: #666666;
}

.f2_form .layui-form .f2_div_input .f2_input img {
	position: absolute;
	right: 10px;
	top: 10px;
}

.f2_form .layui-form .f2_div_input .f2_input:nth-child(2n) {
	margin-right: 0;
}

.f2_form .layui-form .f2_tearme {
	width: 100%;
	position: relative;
	background: #F6F6F6;
	margin-bottom: 30px;
}

.f2_form .layui-form .f2_tearme label {
	position: absolute;
	top: 24px;
	left: 60px;
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
}

.f2_form .layui-form .f2_tearme textarea {
	width: 84.5%;
	height: 200px;
	background: url(../images/f2_icon3.png) no-repeat top 32px left 10px;
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	border: 0;
	padding: 30px;
	padding-left: 140px;
	overflow: hidden;
	resize: none;
}

.layui-textarea {
	min-height: 100px;
	height: auto;
	line-height: 20px;
	padding: 6px 10px;
	resize: vertical;
}

.layui-input,
.layui-textarea {
	display: block;
	width: 100%;
	padding-left: 10px;
}

.layui-input,
.layui-select,
.layui-textarea {
	height: 38px;
	line-height: 1.3;
	line-height: 38px\9;
	border-width: 1px;
	border-style: solid;
	background-color: #fff;
	border-radius: 2px;
}

.f2_form .layui-form .f2_buttom {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.f2_form .layui-form .f2_buttom input {
	width: 240px;
	height: 64px;
	background: #066bb8;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 33px;
}

input[type="button"],
input[type="submit"] {
	cursor: pointer;
}

.layui-btn {
	display: inline-block;
	height: 38px;
	line-height: 38px;
	padding: 0 18px;
	background-color: #009688;
	color: #fff;
	white-space: nowrap;
	text-align: center;
	font-size: 14px;
	border: none;
	border-radius: 2px;
	cursor: pointer;
}

input,
select,
textarea {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border: 0;
	outline: none;
	line-height: normal !important;
	border-radius: 0;
}

.f2_form .layui-form .f2_div_input .f2_input:nth-child(3) input {
	background: url(../images/f2_icon5.png) no-repeat center left 10px;
}

.f2_form .layui-form .f2_div_input .f2_input:nth-child(4) input {
	background: url(../images/f2_icon2.png) no-repeat center left 10px;
}

/* 联系我们 end */


/* 新闻推荐 */
.left_newbox {
	border: 1px solid #ddd;
	margin-bottom: 20px;
}

.left_newbox h3 {
	color: #FFF;
	background: #02468d;
	border-top: 5px solid #f29a29;
	line-height: 28px;
	text-align: center;
	padding: 18px 0;
	font-size: 28px;
}

.left_new_list {
	/* border: 1px solid #E7E7E7; */
	padding: 15px;
}

/*.left_new_list dl:first-child{*/
/*    padding:0;*/
/*}*/
.left_new_list dl {
	width: 100%;
	padding: 10px 0;
	display: table;
	height: auto;
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #e6f2ff;
}

/*.left_new_list dl:first-child dt {*/
/*    width: 100%;*/
/*    height: auto;*/
/*}*/
.left_new_list dl dt {
	width: 44%;
	float: left;
	border: 1px solid #e6f2ff;
	object-fit: cover;
	height: 75px;
	border-radius: 3px;
	overflow: hidden;
}

/*.left_new_list dl:first-child dt img {*/
/*    transition: all 0.6s;*/
/*    width: 100%;*/
/*    object-fit: cover;*/
/*}*/
/*.left_new_list dl:first-child dd {*/
/*    width: 100%;*/
/*    font-size: 13px;*/
/*    line-height: 40px;*/
/*    text-align: center;*/
/*    display: block;*/
/*    border-top: none;*/
/*    position: absolute;*/
/*    background: #333333a6;*/
/*    color: #fff;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*}*/
/*.left_new_list dl:first-child dd p {*/
/*    overflow: hidden;*/
/*    text-overflow: ellipsis;*/
/*    white-space: nowrap;*/
/*    display: block;*/
/*}*/
.left_new_list dl dd {
	width: 55%;
	float: left;
	margin-left: 0;
}

.left_new_list dl dd p {
	padding: 0 11px;
	font-size: 16px;
	text-align: justify;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.left_new_list dl dd span {
	padding: 0 10px;
	margin-top: 10px;
	display: block;
}

/* 新闻推荐 end */

/* 问答推荐 */
.left_qabox {
	border: 1px solid #ddd;
	margin-bottom: 20px;
}

.left_qabox h3 {
	color: #FFF;
	background: #02468d;
	border-top: 5px solid #f29a29;
	line-height: 28px;
	text-align: center;
	padding: 18px 0;
	font-size: 28px;
}

.left_qa_list {
	padding: 15px;
}

.left_qa_list dl {
	position: relative;
	width: 100%;
}

.left_qa_list dl dd {
	height: 40px;
	line-height: 40px;
	padding-left: 30px;
	background: url(../images/xiangang_img.png) no-repeat 15px 12px;
	position: relative;
	font-size: 15px;
	display: block;
	width: 100%;
	margin: 0;
}

.left_qa_list dl dd:before {
	content: "1";
	position: absolute;
	left: 0;
	font-size: 19px;
	top: -1px;
	color: #f29a29;
	font-weight: bold;
}

.left_qa_list dl:nth-child(2) dd:before {
	content: "2";
	position: absolute;
	left: 0;
	font-size: 19px;
	top: -1px;
	color: #f29a29;
	font-weight: bold;
}

.left_qa_list dl:nth-child(3) dd:before {
	content: "3";
	position: absolute;
	left: 0;
	font-size: 19px;
	top: -1px;
	color: #f29a29;
	font-weight: bold;
}

.left_qa_list dl:nth-child(4) dd:before {
	content: "4";
	position: absolute;
	left: 0;
	font-size: 19px;
	top: -1px;
	color: #f29a29;
	font-weight: bold;
}

.left_qa_list dl:nth-child(5) dd:before {
	content: "5";
	position: absolute;
	left: 0;
	font-size: 19px;
	top: -1px;
	color: #f29a29;
	font-weight: bold;
}

.left_qa_list dl:nth-child(6) dd:before {
	content: "6";
	position: absolute;
	left: 0;
	font-size: 19px;
	top: -1px;
	color: #f29a29;
	font-weight: bold;
}

.left_qa_list dl dd p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}

/* 问答推荐 end */

.tab-content>.tab-pane>a {
	width: 140px;
	height: 40px;
	display: block;
	margin: 20px auto;
	text-align: center;
	line-height: 40px;
	background: #02468d;
	color: #fff;
	letter-spacing: 2px;
	border-radius: 20px;
}
