body {
	font-family: "微软雅黑", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.8;
	color: #333;
	background: #fff;
	position: relative;
}

p {
	margin: 0;
	font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
figure {
	color: #444;
	font-weight: 400;
}

::-webkit-selection {
	color: #fff;
	background: #323232;
}

::-moz-selection {
	color: #fff;
	background: #323232;
}

::selection {
	color: #fff;
	background: #323232;
}

.text-lowercase {
	text-transform: lowercase;
}

.text-uppercase,
.initialism {
	text-transform: uppercase;
}

.text-capitalize {
	text-transform: capitalize;
}

a {
	color: #333;
	text-decoration: none;
	transition: none
}

a:focus,
a:hover {
	color: #073784;
	transition: none
}

.bg-main {
	background: #00a0ea;
	border: 1px solid #00a0ea !important
}

.bg-main:hover,
.bg-main:focus {
	border: 1px solid #666 !important;
	background: #666 !important
}

.bg-blue {
	background: #073784 !important;
	border: 1px solid #073784 !important
}

.border-main:hover {
	color: #fff;
	background: #65C2B8;
	border-color: #65C2B8;
}

.passcode {
	border-left: 1px solid #ddd;
	border-radius: 0 4px 4px 0;
	height: 32px;
	line-height: 32px;
	margin: 1px;
	position: absolute;
	right: 5px;
	text-align: center;
	top: 0;
}

.form-group {
	padding-bottom: 15px;
}

ul,
li {
	padding: 0;
	margin: 0;
	list-style: none
}

.not-animated {
	opacity: 0
}

.layout {
	width: 100%;
	clear: both;
	overflow: hidden;
}

header .layout,
footer .layout {
	overflow: visible;
	width: 100%;
}

.red {
	color: #f00
}

.blank30 {
	height: 30px;
	line-height: 30px;
	clear: both
}

.label label {
	font-weight: normal
}

select {
	border-radius: 0px;
	height: 36px;
	line-height: 36px;
	border: solid 1px #5b5b5b;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: #5b5b5b url(../images/sellect-arrow.png) no-repeat 96% center;
	color: #fff;
	width: 100%;
	padding: 0 5px 0 4px;
	color: #fff
}

.zoomimgs {
	display: block;
	width: 100%;
	height: 0;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	background-size: cover !important;
	/*图片不裁切需要全部显示改用background-size:contain，改变图片缩放比例改paddding-bottom的百分比,如图片宽高1:1 100%，4:3 75%，3:4 133.33%*/
}

.piczoomimgs {
	padding-bottom: 100%;
	background-size: contain !important;
}

.piczoomimgs2 {
	padding-bottom: 80.5%;
}

.artzoomimgs {
	padding-bottom: 71%;
}

.casezoomimgs {
	padding-bottom: 75%;
	background-size: cover !important;
}

.chazoomimgs {
	padding-bottom: 75%;
}

.kyzoomimgs {
	padding-bottom: 137%;
}

.ygzoomimgs {
	padding-bottom: 75%;
}

.parzoomimgs {
	padding-bottom: 100%;
}

.linkzoomimgs {
	padding-bottom: 50%;
}

.linkszoomimgs {
	padding-bottom: 63%;
}

.fencaizoomimgs {
	padding-bottom: 80%;
	background-position: center center;
}

.line-big {
	margin-left: -10px;
	margin-right: -10px
}

.line-big .x1,
.line-big .x2,
.line-big .x3,
.line-big .x4,
.line-big .x5,
.line-big .x6,
.line-big .x7,
.line-big .x8,
.line-big .x9,
.line-big .x10,
.line-big .x11,
.line-big .x12,
.line-big .xl1,
.line-big .xl2,
.line-big .xl3,
.line-big .xl4,
.line-big .xl5,
.line-big .xl6,
.line-big .xl7,
.line-big .xl8,
.line-big .xl9,
.line-big .xl10,
.line-big .xl11,
.line-big .xl12,
.line-big .xs1,
.line-big .xs2,
.line-big .xs3,
.line-big .xs4,
.line-big .xs5,
.line-big .xs6,
.line-big .xs7,
.line-big .xs8,
.line-big .xs9,
.line-big .xs10,
.line-big .xs11,
.line-big .xs12,
.line-big .xm1,
.line-big .xm2,
.line-big .xm3,
.line-big .xm4,
.line-big .xm5,
.line-big .xm6,
.line-big .xm7,
.line-big .xm8,
.line-big .xm9,
.line-big .xm10,
.line-big .xm11,
.line-big .xm12,
.line-big .xb1,
.line-big .xb2,
.line-big .xb3,
.line-big .xb4,
.line-big .xb5,
.line-big .xb6,
.line-big .xb7,
.line-big .xb8,
.line-big .xb9,
.line-big .xb10,
.line-big .xb11,
.line-big .xb12 {
	position: relative;
	min-height: 1px;
	padding-right: 10px;
	padding-left: 10px
}

img {
	max-width: 100%
}

#fh5co-wrapper {
	overflow-x: hidden;
}

#fh5co-page {
	position: relative;
	z-index: 2;
	background: #fff;
	overflow-x: hidden;
}

.blank {
	clear: both;
	height: 10px;
	line-height: 10px;
}

.vertical-middle {
	width: 100%;
	height: 100%;
	display: table;
}

.vertical-middle>div {
	display: table-cell;
	vertical-align: middle;
}

.clear {
	clear: both
}

.hoverbtn {
	position: relative;
	width: 100%;
	padding: 10px 20px 10px 10px;
	color: #073784;
	cursor: pointer;
	border: none;
	font-size: 14px;
}

.hoverbtn:after,
.hoverbtn:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	z-index: -2;
}

.hoverbtn:hover {
	z-index: 1;
	background: transparent;
	color: #fff;
}

.hoverbtn:before {
	transition: .3s;
	background: #073784;
	z-index: -1;
	color: #fff;
}

.hoverbtn:hover:after,
.hoverbtn:hover:before {
	width: 100%;
}


/*mobile header begin */
#fh5co-offcanvas,
.fh5co-nav-toggle,
#fh5co-page {}

#fh5co-offcanvas,
.fh5co-nav-toggle,
#fh5co-page {
	position: relative;
}

#fh5co-page {
	z-index: 2;
}

#fh5co-offcanvas {
	display: none;
	right: 0;
	overflow-y: hidden;
	position: fixed;
	z-index: 8;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	padding: 50px 25px 25px 25px;
	border: 0;
}

.offcanvas-visible #fh5co-offcanvas {
	display: block;
}

#fh5co-offcanvas ul {
	padding: 0;
	margin: 0;
	overflow-x: hidden;
	border-radius: 0
}

#fh5co-offcanvas ul li {
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0;
	position: static;
	border-bottom: 1px solid #ecedf4;
}

#fh5co-offcanvas ul li:hover,
#fh5co-offcanvas ul li.current {}

#fh5co-offcanvas ul li i {
	width: 10px;
	text-align: center;
	margin-left: 8px;
	display: inline-block;
}

#fh5co-offcanvas ul li a {
	color: #141b30;
	text-decoration: none !important;
	display: inline;
	position: relative;
	line-height: 44px;
	margin: 0;
	padding: 0px 0 0 2px;
	font-size: 16px;
}

#fh5co-offcanvas ul li a:hover,
#fh5co-offcanvas ul li.current a {
	color: #52a8ff;
}

#fh5co-offcanvas ul li a::after {
	background: #eee;
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0;
	right: 0;
	height: 1px;
}

#fh5co-offcanvas ul li ul {
	margin: 0;
	padding: 0;
	z-index: 6;
	position: relative;
	width: 100%;
	border: 0;
	display: none;
}

#fh5co-offcanvas ul li ul li {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 28px;
}

#fh5co-offcanvas ul li ul li a,
#fh5co-offcanvas ul li.current ul li a {
	background: #fff;
	color: #666;
	display: block;
	padding: 0px 20px 0px 10px;
	margin: 0;
	text-align: left;
	width: 100%;
	line-height: 28px;
	transition: none;
	font-size: 14px;
}

#fh5co-offcanvas ul li ul li a:hover {
	background: #0092de;
	color: #fff;
	transition: none
}

#fh5co-offcanvas ul li ul li a::before,
#fh5co-offcanvas ul li ul li a::after {
	background: none;
	height: 0;
	padding: 0
}

#fh5co-offcanvas ul li ul li ul {
	top: 0
}

.fh5co-nav-toggle {
	cursor: pointer;
	text-decoration: none;
}

.fh5co-nav-toggle.active i::before,
.fh5co-nav-toggle.active i::after {
	background: #fff;
}

.fh5co-nav-toggle:hover,
.fh5co-nav-toggle:focus,
.fh5co-nav-toggle:active {
	outline: none;
	border-bottom: none !important;
}

.fh5co-nav-toggle i {
	position: relative;
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
	*display: inline;
	width: 28px;
	height: 4px;
	color: #e60012;
	font: bold 14px/.4 Helvetica;
	text-transform: uppercase;
	text-indent: -55px;
	background: #333;
	transition: all .2s ease-out;
}

.fh5co-nav-toggle i::before,
.fh5co-nav-toggle i::after {
	content: '';
	width: 28px;
	height: 4px;
	background: #333;
	position: absolute;
	left: 0;
	-webkit-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.fh5co-nav-toggle i::before {
	top: -9px;
}

.fh5co-nav-toggle i::after {
	bottom: -9px;
}

.fh5co-nav-toggle:hover i::before {
	top: -10px;
}

.fh5co-nav-toggle:hover i::after {
	bottom: -10px;
}

.fh5co-nav-toggle.active i {
	background: none;
}

.fh5co-nav-toggle.active i::before {
	background: none
}

.fh5co-nav-toggle.active i::after {
	background: none
}

.fh5co-nav-toggle {
	position: fixed;
	top: 17px;
	right: 10px;
	z-index: 9999999;
	display: block;
	display: none;
	cursor: pointer;
}

.fh5co-nav-toggle.active {
	right: 15px !important;
	top: 15px !important;
	background: url(../images/coo.png) no-repeat left top;
	width: 20px;
	height: 23px;
}

/*mobile header end */

/*scrollbar*/
::-webkit-scrollbar {
	width: 8px;
	height: 6px;
}

::-webkit-scrollbar-track-piece {
	margin-right: 10px;
	background-color: #EEE;
	-webkit-border-radius: 8px;
}

::-webkit-scrollbar-thumb:vertical {
	height: 8px;
	background-color: #DDD;
	-webkit-border-radius: 8px;
}

::-webkit-scrollbar-thumb:horizontal {
	width: 6px;
	background-color: #EEE;
	-webkit-border-radius: 8px;
}

/* header start */
#fh5co-header {
	float: left;
	width: 100%;
	clear: both;
	background: #fff;
}

#logo {}

#logo img {
	height: auto;
	margin: 5px 0;
	webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}


.top_head_left {
	float: left;
	width: auto;
	height: auto;
	overflow: hidden;
	margin-right: 1.5%;
}

.top_head_center {
	float: left;
	margin-top: 5px;
	width: 330px;
	height: auto;
	overflow: hidden;
}

.top_head_center img {
	float: left;
	margin-right: 10px;
}

.top_head_center span {
	display: block;
}

.top_head_center span.p1 {
	font-size: 18px;
	margin-top: 17px;
	font-weight: 600;
}

.top_head_center span.p2 {
	font-size: 14px;
	color: #666;
}

.top_head_right {
	float: right;
	width: 300px;
	height: auto;
	overflow: hidden;
}

.top_head_right i {
	color: #0e75c8;
	font-size: 30px;
	float: left;
	border: 1px solid #0e75c8;
	border-radius: 50%;
	margin-right: 10px;
	margin-top: 28px;
	display: block;
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
}

.top_head_right span {
	display: block;
}

.top_head_right span.p1 {
	font-size: 18px;
	margin-top: 20px;
}

.top_head_right span.p2 {
	font-size: 28px;
	color: #d50a13;
	font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
	line-height: 28px;
}



.move {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
}

#pcNav {
	background: #073784;
	webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

#pcNav ul {
	float: left;
	width: 100%;
	text-align: center;
}

#pcNav ul li {
	float: left;
	position: relative;
	width: calc(100% / 7);
}

#pcNav ul li i {
	display: none;
}

#pcNav ul li a {
	display: block;
	line-height: 55px;
	font-size: 16px;
	color: #fff;
}

#pcNav ul li.current a {
	color: #fff;
	background: #d50a13;
}

#pcNav ul li.current a,
#pcNav ul li a:hover {
	color: #fff;
	background: #d50a13;
}

#pcNav ul ul {
	position: absolute;
	left: 0px;
	top: 55px;
	z-index: 5;
	width: 100%;
	background: #d50a13;
	display: none;
}

#pcNav ul ul li {
	float: left;
	width: 100%;
}

#pcNav ul ul li a {
	font-size: 14px;
	color: #fff !important;
	padding: 5px 10px;
	text-align: center;
	line-height: 2;
	border-bottom: 1px solid #ddd;
	background: #073784;
	margin: 0;
}

#pcNav ul ul li a:hover {
	background: #f8f8f8;
	color: #073784 !important;
	border-bottom: 1px solid #f8f8f8;
}


/*首页轮换图片 begin*/

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
	outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

.flexslider {
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1
}

.flexslider .slides>li {
	display: none;
	-webkit-backface-visibility: hidden;
}

.flexslider .slides img {
	width: 100%;
	display: block;
}

.flex-pauseplay span {
	text-transform: capitalize;
}

.slides:after {
	content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

html[xmlns] .slides {
	display: block;
}

* html .slides {
	height: 1%;
}

.no-js .slides>li:first-child {
	display: block;
}

.flex-control-nav {
	position: absolute;
	bottom: 20px;
	z-index: 2;
	width: 100%;
	text-align: center;
}

.flex-control-nav li {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 4px;
	*display: inline;
	zoom: 1;
}

.flex-control-nav a {
	display: inline-block;
	cursor: pointer;
	width: 12px;
	height: 12px;
	float: left;
	text-indent: -2000px;
	background: #fff;
	border-radius: 50%
}

.flex-control-nav .flex-active {
	background: #073784;
}

.flex-direction-nav {
	position: absolute;
	z-index: 3;
	width: 100%;
	top: 50%;
}

.flex-direction-nav li a {
	display: block;
	width: 21px;
	height: 46px;
	cursor: pointer;
	text-indent: -999em;
	position: absolute;
	top: 50%;
	margin-top: -23px;
}

.flex-direction-nav li a.flex-prev {
	left: 35px;
	background: url("../images/icon-loop.png") no-repeat left 50%;
	opacity: 1;
}

.flex-direction-nav li a.flex-next {
	right: 35px;
	background: url("../images/icon-loop.png") no-repeat right 50%;
	opacity: 1;
}

.flex-direction-nav li a.flex-next:hover {
	background: url("../images/icon-loop.png") no-repeat right 50%;
	opacity: 0.75;
}

.flex-direction-nav li a.flex-prev:hover {
	background: url("../images/icon-loop.png") no-repeat left 50%;
	opacity: 0.75;
}

.newsslider a:active,
.newsslider a:focus {
	outline: none;
}

.newsslider {
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
}

.newsslider .slides>li {
	display: none;
	-webkit-backface-visibility: hidden;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	height: 380px;
}

.newsslider .slides>li a {
	display: block;
	height: 100%
}

.newsslider .slides li .overlay {
	font-size: 14px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: auto;
	line-height: 45px;
	background: #073784;
	opacity: 0.9;
	text-align: center
}

.newsslider .slides img {
	width: 100%;
	display: block;
}

.newsslider .slides:after {
	content: "\0020";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.newsslider .flex-control-nav {
	display: none
}

.newsslider .flex-direction-nav {
	position: absolute;
	z-index: 3;
	width: 100%;
	top: 50%;
	display: block
}

.newsslider .flex-direction-nav li a {
	display: block;
	cursor: pointer;
	text-indent: -999em;
	position: absolute;
	top: 50%;
	width: 28px;
	height: 50px;
	line-height: 50px;
	font-size: 0px;
	padding: 0;
	margin: -25px 0 0;
	opacity: 1;
	text-align: left;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	background: none;
	background: rgb(0, 0, 0, 0.2)
}

.newsslider .flex-direction-nav li a:before {
	display: inline-block;
	font-family: "FontAwesome";
	font-weight: normal;
	font-style: normal;
	vertical-align: baseline;
	line-height: 50px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 24px;
	cursor: pointer;
}

.newsslider .flex-direction-nav li a:hover {
	background: rgb(0, 0, 0, 0.5)
}

.newsslider .flex-direction-nav li a.flex-prev {
	left: 20px;
	text-indent: 5px;
}

.newsslider .flex-direction-nav li a.flex-prev:before {
	content: "\f104";
}

.newsslider .flex-direction-nav li a.flex-next {
	right: 20px;
	text-indent: 6px;
}

.newsslider .flex-direction-nav li a.flex-next:before {
	content: "\f105"
}

.newsslider .slides li .overlay p {
	line-height: 45px;
	color: #fff;
	font-size: 16px;
}

/* home */
.home_top {}

.home_top h3 {
	display: inline-block;
	font-size: 32px;
	font-weight: bold;
	color: #333;
	line-height: 1;
	width: 100%;
	margin-top: 15px;
}

.home_top h4 {
	display: inline-block;
	font-size: 16px;
	color: #aaa;
	line-height: 1.5;
	text-transform: uppercase;
	position: relative;
	margin-top: 5px;
}

/*.home_top h4:before,.home_top h4:after{content:'';display:block;width:78px;height:1px;background:#ddd;position:absolute;top:50%;}
.home_top h4:before{left:-93px;}
.home_top h4:after{right:-93px;}*/


/* 首页 我们的产品 */
#fh5co-pro {
	padding: 70px 0;
	background: #f1f1f1;
	background: url(../images/indpbg.jpg) no-repeat center;
	background-size: cover;
}

.pro_top {}

.pro_top h3 {
	margin-top: 0;
}

.pro_top h4 {}

.pro_top h4:before,
.pro_top h4:after {
	display: none;
}

.pro_con {
	margin-top: 50px;
}

.pro_item {}

.pro_item a {
	display: block;
	width: 100%;
	position: relative;
	background: #fff;
	transition: all 300ms;
	box-shadow: 1px 2px 8px rgba(0, 0, 0, 0);
}

.pro_item a:hover {
	box-shadow: 1px 3px 10px rgba(202, 199, 199, 0.5);
	transform: translateY(-3px);
	transition: all 300ms;
}

.pro_item_img {
	width: 100%;
	overflow: hidden;
}

.pro_item_table {
	display: table;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 15px 250px 15px 50px;
}

.pro_item_cell {
	display: table-cell;

	vertical-align: middle;
}

.pro_item_title {
	padding: 10px;
	float: left;
	background: #fff;
}

.pro_item_title h3 {
	color: #000;
	font-size: 16px;
	text-align: center;
	line-height: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-bottom: 1px solid #F3F3F3;
	padding-bottom: 12px;
}

.pro_item_title .desc {
	color: #666;
	margin-top: 10px;
	height: auto;
	overflow: hidden;
	font-size: 14px;

	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.pro_item_title h4 {
	width: 100%;
	color: #ccc;
	font-size: 20px;
	line-height: 1.3;
	text-transform: uppercase;
}

.pro_item_des {
	width: 100%;
	margin-top: 15px;
	text-align: justify;
	font-size: 14px;
	color: #eee;
	line-height: 1.75;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.pro_item_more {
	margin: 10px 0;
	line-height: 1.5;
	padding-bottom: 12px;
}

.pro_item:hover .piczoomimgs2 {
	transition: transform 1s ease 0s;
	transform: scale(1.1);
}

.pro_more {
	margin-top: 30px;
}

.pro_item_more .l_more {
	width: 73%;
}

.pro_item_more .r_more {
	width: 25%;
	text-align: right;
	padding: 10px 20px 10px 10px;
}

.home_more a {
	display: inline-block;
	width: 150px;
	height: auto;
	line-height: 46px;
	background-color: #0864b3;
	color: #fff;
	transition: all 300ms;
	padding: 0;
	text-align: center
}

.home_more a:before {
	background: #073784;
}

/* 首页 产品优势 */
#fh5co-adv {
	padding: 30px 0;
	background: #f1f1f1;
}

.adv_con {
	position: relative;
}

#fh5co-adv .media.media-x .imgs {
	margin-right: 0px;
	width: 100%;
	text-align: center;
}

.adv_item_box .imgs img {
	width: 62px;
}

.adv_item_box .media-body h3 {
	color: #073784;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.adv_item_box .desc {
	color: #333;
	text-align: center;
}

/* 首页 关于我们 */
#fh5co-about {
	padding: 105px 0 115px 0;
	background: url(../images/ggbj.jpg) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
}

.about_con {
	float: left;
	width: 100%;
	font-size: 14px;
	line-height: 2;
	text-align: center;
	margin-top: 42px;
	padding: 0 190px;
}

.about_more {
	margin-top: 80px;
}

#fh5co-about .head_top h3 {
	font-size: 32px;
	color: #fff;
	letter-spacing: 3px;
	font-weight: bold;
	display: inline-block;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 25px;
}

#fh5co-about .head_top h3:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	height: 1px;
	width: 100%;
}

#fh5co-about .head_top h4 {
	letter-spacing: 10px;
	font-size: 16px;
	color: #fff;
	font-weight: bold
}

#fh5co-about .home_more {
	margin-top: 30px;
}

#fh5co-about .home_more a {
	background: #073784;
	border-color: #073784
}

#fh5co-about .home_more a:hover {
	color: #fff
}

#fh5co-about .about_jianjie {
	color: #fff;
}

/* 首页 在线留言 */
#fh5co-book {
	padding: 140px 0 90px 0;
	background: url(../images/book_bg.jpg) no-repeat center;
	background-attachment: scroll;
	background-size: cover;
	background-attachment: fixed;
}

.book_left {
	float: left;
	width: 54%;
}

.book_right {
	float: left;
	width: 46%;
}

.book_left h3 {
	float: left;
	width: 100%;
	font-size: 44px;
	color: #fff;
	font-weight: bold;
	line-height: 1.5;
}

.book_left h4 {
	float: left;
	width: 100%;
	font-size: 14px;
	color: #999;
	font-weight: bold;
	line-height: 1.5;
}

.book_left span {
	float: left;
	width: 100%;
	font-size: 14px;
	color: #fff;
	line-height: 2;
	margin-top: 40px;
	padding-right: 240px;
}

.book_right .book_input,
.book_right .book_text {
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	border: 1px solid #999;
}

#fh5co-about-two {
	padding: 50px 0;
}

#fh5co-about-two .show-con {
	position: relative;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

#fh5co-about-two .show-con .com {
	color: #fff;
	padding: 20px;
}

#fh5co-about-two .show-con .com h3 {
	color: #1a1a1a;
	font-size: 32px;
	font-weight: bold;
}

#fh5co-about-two .show-con .com .desc {
	color: #1a1a1a;
	font-size: 16px;
	margin: 0px 0 30px
}

#fh5co-about-two .show-con .com .intro {
	color: #1a1a1a;
	margin-bottom: 25px;
}

#fh5co-about-two .show-con .com .intro,
#fh5co-about-two .show-con .com .intro p {
	line-height: 2
}

#fh5co-about-two .show-con .media-img {
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
}

#fh5co-about-two .home_more a:before {
	background: #073784;
	color: #fff;
}

#fh5co-about-two .home_more a:hover {
	color: #fff;
}

/* 首页 行业资讯 */
#fh5co-news {
	padding: 70px 0;
}

.news_con {
	float: left;
	width: 100%;
	margin-top: 75px;
}

.news_item {
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
}

.news_item a {
	padding: 0px;
	webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.news_item_img {
	overflow: hidden;
}

.news_item_right {}

.news_item_time {
	font-size: 12px;
	color: #999;
	line-height: 1;
	margin-top: 8px;
}

.news_item_title {
	font-size: 16px;
	font-weight: bold;
	color: #444;
	line-height: 1.75;
	margin-top: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news_item_des {
	font-size: 14px;
	color: #666;
	line-height: 1.72;
	margin-top: 9px;
	height: 48px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.nritem {
	margin-left: 20px;
}

.news_item_more {
	font-size: 14px;
	color: #999;
	line-height: 1;
	margin-top: 30px;
}

.news_item_title:hover {
	color: #073784;
}

.news_item_more:hover {
	color: #073784;
}

.news_item:hover a {
	transform: translateY(-8px);
}


/* 底部 begin*/
footer {
	background: url(../images/footer-bg.jpg)center no-repeat;
	background-size: cover;
	font-size: 16px;
	color: #fff;
	padding: 50px 0 50px 0;
	line-height: 1.58;
}

footer a {
	color: #666
}

footer a:hover {
	color: #666;
}

footer .container {
	padding: 0 4px;
}

.footer-right {
	float: right;
}

.footer-ico {
	display: block;
	margin-top: 43px;
}

.footer-ico img {
	max-height: 58px;
}

.copyright {
	display: block;
	margin-top: 8px;
}

footer .item3 h3 {
	color: #fff;
	font-size: 16px;
	margin-bottom: 5px;
	font-weight: 600;
}

footer a {
	color: #fff;
}

footer .item3 p {
	line-height: 2
}

footer .item1 .foot-img img {
	max-width: 100%;
}

footer .item i {
	display: inline-block;
	font-size: 16px;
	margin-right: 5px;
	width: 20px;
}

footer .foot-bot {
	border-top: 1px solid #444;
	margin-top: 38px;
}

.footer-wechat {
	float: right;
	text-align: center;
	margin-top: 17px;
}

.footer-wechat img {
	width: 98px;
	height: auto;
}

.footer-wechat span {
	display: block;
	line-height: 1.57;
	margin-top: 12px;
	color: #aaa;
}

footer .item2 {
	text-align: center;
	margin: 30px 0 0 50px
}

footer .social {
	text-align: left;
	margin: 0px 0 15px
}

footer .social li {
	display: block;
	float: left;
	margin-right: 10px;
	height: 36px;
}

footer .social li a {
	margin-top: 0px;
	display: inline-block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	margin-right: 2px;
	transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-o-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	margin-bottom: 0
}

footer .social li a:before {
	background: 0 0
}

footer .social li:hover a {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
}

footer .social #f-weixin-id,
footer .social #f-douyin-id {
	position: relative
}

footer .social .weixint-content {
	background-clip: padding-box;
	border: 1px solid rgba(204, 213, 219, 0.8);
	border-radius: 4px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
	left: -34px;
	min-height: 32px;
	padding: 0;
	position: absolute;
	text-align: left;
	bottom: 46px;
	white-space: normal;
	width: 116px;
	z-index: 1800;
	background: #fff;
}

footer .social .weixint-content:before {
	position: absolute;
	bottom: -9px;
	left: 42px;
	width: 0;
	height: 0;
	content: '';
}

footer .social .weixint-content:after {
	position: absolute;
	bottom: -8px;
	left: 42px;
	width: 0;
	height: 0;
	border-right: 8px solid transparent;
	border-top: 8px solid #fff;
	border-left: 8px solid transparent;
	content: '';
}

footer .social .weixint-content img {
	width: 110px;
	height: 110px;
}

.ewm {
	width: 120px;
	height: auto;
	overflow: hidden;
	float: right;
}

.ewm span {
	display: block;
}

.ewm img {
	max-width: 100%;
}


/* 底部 end*/

/* main */
.noInfo {
	padding: 0 15px;
}

.main2 {
	padding: 20px 0 0;
}

.main {
	float: left;
	width: 100%;
	overflow: hidden;
	padding: 50px 0;
}

.main_list {
	float: left;
	width: 100%;
	text-align: center;
	/* margin-bottom: 50px; */
}

.main_list ul {
	float: left;
	width: 100%;
	overflow: hidden;
}

.main_list ul li {
	display: inline-block;
	margin: 0 7.5px 0px 7.5px;
}

.main_list ul li a {
	display: block;
	padding: 0 22px;
	line-height: 44px;
	font-size: 16px;
	color: #333;
	background: #f5f5f5;
	border-radius: 3px;
	webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.main_list ul li a.current,
.main_list ul li a:hover {
	background: #073784;
	color: #fff;
}

.pagination li {
	margin: 0 3px;
}




/*left*/
#left {
	width: 100%;
	float: left;
}

.left_list {
	width: 100%;
	float: left;
	box-shadow: 0px 0px 5px #ccc;
	margin-bottom: 20px;
	display: none;
}

.left_top {
	width: 100%;
	height: 60px;
	line-height: 60px;
	float: left;
	background: #073784;
}

.left_top h3 {
	float: left;
	line-height: 60px;
	font-size: 22px;
	font-family: "微软雅黑";
	color: #FFF;
	padding-left: 22px;
}

.left_con {
	padding: 0px;
	line-height: 24px;
	width: 100%;
	background: #fff;
	float: left;
	border: 1px solid #e5e5e5;
	border-top: none;
}

.type_list {
	width: 100%;
	float: left;
}

.type_list ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.type_list li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	height: 43px;
	line-height: 43px;
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
}

.type_list li a {
	color: #333;
	background: url(../images/left_0.png) no-repeat right center;
	font-size: 14px;
	display: block;
	margin: 0 22px;
	height: 43px;
}

.type_list li a:hover {
	color: #073784;
	background: url(../images/left_1.png) no-repeat right center;
}

.type_list li a.current {
	color: #073784;
	background: url(../images/left_1.png) no-repeat right center;
}

.type_list li.second_cat {}

/*end*/

/* right */
#right {
	float: left;
	width: 100%;
}

.right_top {
	float: left;
	width: 100%;
	height: auto;
	line-height: 35px;
	text-align: left;
	margin-bottom: 10px;
	margin-top: -30px;
	border-bottom: 1px solid #ddd;
}

.right_top span {
	float: left;
	font-size: 14px;
	color: #666;
}

.right_top span i {
	font-size: 14px;
	margin-right: 3px;
}

.right_top span a {
	color: #666;
	padding: 0 4px;
}

.right_top span a:hover {
	color: #52a8ff;
}

.right_con {
	float: left;
	width: 100%;
	min-height: 350px;
	margin-bottom: 20px;
}

.right_con img {
	max-width: 100%;
	height: auto;
}


/* 内页 begin*/
/*.zoomimgs{transition: transform 1s ease 0s;transform: scale(1); }
.zoomimgs:hover{transition: transform 1s ease 0s;transform: scale(1.2);}*/

.page-img-list {
	position: relative
}

.page-img-list .overlay {
	position: absolute;
	height: 45px;
	line-height: 45px;
	width: 100%;
	text-align: center;
	bottom: 0;
	background: #000;
	opacity: 0.6
}

#fh5co-content_show .detail .overlay p {
	position: relative;
	line-height: 45px;
}

#fh5co-content_show .detail a .overlay p {
	color: #fff
}


/*分页*/
.table span {
	margin-right: 10px;
}

.content_detail .pager {
	padding: 0;
	margin: 0;
	font-size: 14px;
}

.content_detail .pager a {
	border: none;
}

.content_detail .pager a:focus,
.content_detail .pager a:hover {
	color: #f60;
	background: none
}

.content_detail .pager li {
	display: block;
	text-align: left;
	line-height: 200%
}

#fh5co-content_show .pagination .active,
#fh5co-content_show .pagination a:hover {
	background: #e50211;
	color: #fff;
}

#fh5co-content_show .pagination .active a {
	color: #fff
}

#fh5co-content_show .pagination li {
	margin: 0 3px;
}

#fh5co-content_show video {
	max-width: 100%
}

.padding-top-40 {
	padding-top: 42px;
}




/*内页banner*/
.slideshow {
	position: relative;
}

.slideshow::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.35);
	z-index: 2;
}

.slideshow.pro::before {
	display: none;
}

.slideshow .innerbanner_url {
	height: 400px;
	background-size: cover !important;
}

.slideshow .overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%
}

.slideshow .overlay .container {
	width: 100%;
	height: 100%;
	display: table;
	text-align: center
}

.slideshow .overlay .container .line {
	display: table-cell;
	vertical-align: middle
}

.slideshow .overlay .container .line .title {
	text-align: center;
}

.slideshow .overlay .container .line .title h2 {
	font-size: 36px;
	color: #073784;
	line-height: 1.75;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Arial;
}

.slideshow .overlay .container .line .title h2 a {}

.slide_top {
	float: unset;
	display: block;
	margin: 0 auto;
	width: 700px;
	padding: 53px 0;
	background: rgba(82, 168, 255, 0.54);
}

.slide_top h3 {
	color: #fff;
}

.slide_top h4 {
	color: #eee;
}

#fh5co-hero1 {
	display: none
}

/*悬浮链接*/
.suspension .red {
	color: #208cbc
}

.suspension {
	position: fixed;
	z-index: 5;
	right: 0;
	top: 50%;
	margin-top: -120px;
	width: 70px;
	height: 240px;
}

.suspension-box {
	position: relative;
	float: right;
}

.suspension .a {
	display: block;
	width: 44px;
	height: 44px;
	line-height: 44px;
	background-color: #073784;
	margin-bottom: 4px;
	cursor: pointer;
	outline: none;
	text-align: center
}

.suspension .a.active,
.suspension .a:hover {
	background: #efa210;
}

.suspension .a span {
	color: #fff;
	font-size: 23px;
}

.suspension .a-top {
	background: #073784;
	display: none;
}

.suspension .a-top:hover {
	background: #999;
}

.suspension .d {
	display: none;
	width: 223px;
	background: #fff;
	position: absolute;
	right: 67px;
	min-height: 90px;
	border: 1px solid #E0E1E5;
	border-radius: 3px;
	box-shadow: 0px 2px 5px 0px rgba(161, 163, 175, 0.11);
}

.suspension .d .arrows {
	position: absolute;
	width: 8px;
	height: 12px;
	background: url(../images/side_bg_arrow.png) no-repeat;
	right: -8px;
	top: 23px;
}

.suspension .d-service {
	top: 0;
}

.suspension .d-service-phone {
	top: 44px;
}

.suspension .d-qrcode {
	top: 91px;
}

.suspension .d .inner-box {
	padding: 8px 22px 12px;
}

.suspension .d-service-item {
	padding: 14px 0;
}

.suspension .d-service .d-service-item {
	border-bottom: none;
}

.suspension .d-service-item .circle {
	width: 44px;
	height: 44px;
	border-radius: 50%;
	overflow: hidden;
	background: #F1F1F3;
	display: block;
	float: left;
}

.suspension .d-service-item .i-qq {
	width: 44px;
	height: 44px;
	background: url(../images/side_con_icon03.png) no-repeat center 15px;
	display: block;
	transition: all .2s;
	border-radius: 50%;
	overflow: hidden;
}

.suspension .d-service-item:hover .i-qq {
	background-position: center 3px;
}

.suspension .d-service-item .i-tel {
	width: 44px;
	height: 44px;
	background: url(../images/side_con_icon02.png) no-repeat center center;
	display: block;
}

.suspension .d-service-item h3 {
	float: left;
	width: 102px;
	line-height: 44px;
	font-size: 15px;
	margin-left: 12px;
}

.suspension .d-service-item .text {
	float: left;
	width: 102px;
	line-height: 22px;
	font-size: 15px;
	margin-left: 12px;
}

.suspension .d-service-item .text .number {}

.suspension .d-service-intro {
	padding-top: 10px;
}

.suspension .d-service-intro p {
	float: left;
	line-height: 27px;
	font-size: 12px;
	width: 50%;
	white-space: nowrap;
	color: #888;
}

.suspension .d-service-intro i {
	background: url(../images/side_con_icon01.png) no-repeat center center;
	height: 27px;
	width: 14px;
	margin-right: 5px;
	vertical-align: top;
	display: inline-block;
}

.suspension .d-qrcode {
	text-align: center;
}

.suspension .d-qrcode .inner-box {
	padding: 20px 0;
}

.suspension .d-qrcode p {
	font-size: 16px;
	color: #93959c;
}

/*在线客服 end*/

/*手机底部导航*/
#toolbar {
	display: none;
}


/* 产品页 */
.productList {
	float: left;
	width: 100%;
	margin-top: 20px;
}

.productList .line-big {
	margin-left: -13px;
	margin-right: -13px;
}

.pro_list {
	margin-bottom: 20px;
	padding: 0 13px !important;
}

.pro_list_box {
	float: left;
	width: 100%;
	overflow: hidden;
}

.pro_list_box:hover {
	box-shadow: 1px 5px 15px rgba(202, 199, 199, 0.5);
	transition: all 300ms;
}

.pro_list_img {
	float: left;
	width: 100%;
	overflow: hidden;
	border: 1px solid #ddd;
}

.pro_list_img a {
	display: block;
	position: relative;
	height: 300px;
}

.pro_list_img a img {
	position: absolute;
	max-width: 100%;
	max-height: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.pro_list_title {
	float: left;
	width: 100%;
	text-align: center;
	line-height: 1.86;
	margin: 5px 0 15px;
	padding: 0 5px;
}

.pro_list_title a {
	font-size: 18px;
	color: #666;
}

.pro_list_title a:hover {
	color: #336EF4
}

.pro_list_des {
	float: left;
	width: 100%;
	margin-top: 10px;
	font-size: 14px;
	color: #666;
	line-height: 1.714;
	padding: 0 3px;
}


/* 产品详情页 */
.product-detail {
	float: left;
	width: 100%;
	line-height: 2;
	overflow: hidden;
}

.product-detail .margin-big-top {
	margin-top: 30px;
}

.pager {
	text-align: left;
}

.pager li {
	display: block;
	margin-top: 15px;
}

.productImg {}

.productImg img {
	max-width: 100%;
	height: auto;
}

.productRight {
	margin-left: 40%;
	padding-left: 30px;
}

.productTitle {
	float: left;
	width: 100%;
	color: #333;
	font-size: 24px;
	line-height: 33px;
	padding: 20px 0 6px;
}

.productDes {
	float: left;
	width: 100%;
	color: #999;
	line-height: 24px;
	padding: 15px 0 0px;
	font-size: 14px;
}

.detail-title {
	float: left;
	width: 100%;
	border-bottom: 1px solid #ddd;
	position: relative;
	height: 37px;
	margin-top: 40px;
}

.detail-title h3 {
	background: #fff;
	color: #555;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	width: 126px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #fff;
	position: absolute;
	left: 0;
	top: 1px;
}

.description {
	float: left;
	width: 100%;
	min-height: 200px;
	line-height: 2;
}

.shares {
	float: left;
	width: 100%;
	margin-top: 20px;
}

/* 产品相册 start */
.imgnav {
	width: 100%;
	position: relative;
	margin: 0 auto 20px auto;
}

#img {
	z-index: 10;
	width: 100%;
	position: relative;
	text-align: center;
}

#img .img_url {
	display: none;
	width: 100%;
	padding-bottom: 100%;
	background-size: contain !important;
}

#front {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 10;
	cursor: pointer;
	width: 40%;
	height: 100%;
	background: url(../images/blank.gif);
}

#front a {
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -30px;
	display: block;
	background: url(../images/imgslideleft.png) no-repeat;
	width: 60px;
	height: 60px;
	display: none;
	background-size: contain !important;
}

#next {
	display: block;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 10;
	cursor: pointer;
	width: 40%;
	height: 100%;
	background: url(../images/blank.gif);
}

#next a {
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -30px;
	display: block;
	background: url(../images/imgslideright.png) no-repeat;
	width: 60px;
	height: 60px;
	display: none;
	background-size: contain !important;
}

#cbtn {
	background: #EAEBF0;
	position: relative;
	height: 104px;
	border: 1px solid #D6D9DC;
	margin-top: 12px;
	padding: 10px 40px;
}

#cbtn ul {
	position: relative;
	width: 10000px;
	height: 122px;
}

#cbtn ul li {
	float: left;
	cursor: pointer;
	text-align: center;
	margin-right: 10px;
	position: relative;
}

#cbtn ul li .img_url2 {
	width: 80px;
	padding-bottom: 100%;
	background-size: contain !important;
	border: 1px solid #EAEBF0;
}

/*#cbtn ul li img{ width:116px; height:86px; display:block;}
#cbtn ul li tt{ background:#000; color:#FFF; position:absolute; right:4px; bottom:4px; z-index:20; font-family:"宋体" ;font-size:12px; line-height:16px; padding:0 5px;}*/
#cbtn li.hov .img_url2 {
	border: 1px solid #e50211;
}

.ctrl div {
	clear: both;
}

#cSlideUl {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}

.picSildeLeft {
	cursor: pointer;
	position: absolute;
	top: 20px;
	left: 10px;
	z-index: 9;
}

.picSildeRight {
	cursor: pointer;
	position: absolute;
	top: 20px;
	right: 10px;
	z-index: 9;
}

/* 产品相册 end */


/*新闻页*/
.articleList {
	float: left;
	width: 100%;
}

.line-articleList {
	margin-left: -12px;
	margin-right: -12px;
}

.art_list {
	float: left;
	/* width:100%;border-bottom:1px dotted #e5e5e5;padding-bottom:30px; */
	margin-bottom: 24px;
	padding: 0 12px;
	padding-top: 10px;
}

.art_list:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}

.art_list_box {
	float: left;
	width: 100%;
	background: #fff;
	padding: 56px 30px 36px 30px;
	;
	box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.1);
	transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
}

.art_img {
	float: left;
	width: 200px;
	overflow: hidden;
}

.art_img img {
	width: 100%;
	height: auto;
	webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	transform: scale(1);
}

.art_right {
	margin-left: 220px;
}

.art_time {
	float: left;
	width: 100%;
	font-size: 14px;
	color: #989898;
	line-height: 1;
	font-weight: bold;
}

.art_title {
	float: left;
	width: 100%;
	line-height: 1.5;
	margin-top: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.art_title a {
	font-size: 16px;
	color: #333;
	font-weight: bold;
}

.art_title a:hover {
	color: #073784;
}

.art_des {
	float: left;
	width: 100%;
	font-size: 14px;
	color: #999;
	line-height: 1.857;
	margin-top: 23px;
	height: 52px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.art_more {
	float: left;
	width: 100%;
	margin-top: 48px;
}

.art_more a {
	color: #999999;
}

.art_img img:hover {
	transform: scale(1.1);
}

.art_list:hover .art_list_box {
	transform: translateY(-10px);
	background: #52a8ff;
}

.art_list:hover .art_time,
.art_list:hover .art_title a,
.art_list:hover .art_des,
.art_list:hover .art_more a {
	color: #fff;
}


/* 新闻详情页 */
.articleTitle {
	float: left;
	width: 100%;
	font-size: 24px;
	color: #1a1a1a;
	line-height: 1.5;
	font-weight: bold;
}

.articleTime {
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
	padding-top: 15px;
	border-bottom: 1px dashed #666;
	padding-bottom: 15px;

}

.articleTime span {
	margin: 0 5px;
	font-size: 12px;
	color: #999;
}

/* 内页 关于我们 */
.page_about_right {
	float: right;
	width: 46.25%;
}

.page_about_left {
	margin-right: 46.25%;
	padding-right: 140px;
}

.page_about_left img {
	max-width: 100%;
}

.page_about_title {
	float: left;
	width: 100%;
	margin-top: 95px;
	position: relative;
}

.page_about_title h4 {
	display: block;
	font-size: 14px;
	color: #bbb;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1.5;
}

.page_about_title h3 {
	display: inline-block;
	font-size: 36px;
	color: #333;
	font-weight: bold;
	line-height: 1.3;
	padding-bottom: 25px;
	border-bottom: 1px solid #ddd;
	margin-top: 5px;
}

.page_about_title:after {
	content: '';
	display: block;
	width: 76px;
	height: 4px;
	background: #52a8ff;
	position: absolute;
	left: 0;
	bottom: -2px;
}

.page_about_con {
	float: left;
	width: 100%;
	font-size: 14px;
	line-height: 2;
	margin-top: 60px;
	text-align: justify;
}

.service {
	float: left;
	width: 100%;
	padding: 100px 0;
	background: #fafafa;
	margin-top: 90px;
}

.service_top h3 {}

.service_con {
	float: left;
	width: 100%;
	margin-top: 80px;
}

.line-service {
	margin-left: -20px;
	margin-right: -20px;
}

.service_item {
	padding: 0 20px;
	margin-bottom: 25px;
}

.service_item a {
	float: left;
	display: block;
	width: 100%;
	text-align: center;
	background: #fff;
	padding: 30px;
	border-bottom: 4px solid #52a8ff;
	webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.service_ico {
	float: left;
	width: 52px;
}

.service_ico img {
	width: 100%;
	height: auto;
}

.service_right {
	margin-left: 75px;
	text-align: left;
}

.service_right h3 {
	float: left;
	width: 100%;
	font-size: 18px;
	color: #333;
	line-height: 1.75;
	font-weight: bold;
	margin-top: 10px;
	overflow: hidden;
}

.service_right span {
	float: left;
	width: 100%;
	margin-top: 15px;
	font-size: 14px;
	color: #666;
	line-height: 2;
	overflow: hidden;
}

.service_item:hover a {
	transform: translateY(-5px);
}

#fh5co-client {
	padding: 0px 0 0px 0;
}

#fh5co-client .home_top {
	margin-bottom: 40px;
}

.client_con {
	float: left;
	width: 100%;
}

.client_item {}

.client_item a {
	display: block;
	width: 100%;
	padding-top: 8px;
}

.client_item_img {
	float: left;
	width: 100%;
	padding-bottom: 56%;
	background-size: contain !important;
	overflow: hidden;
	webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.client_item:hover .client_item_img {
	transform: translateY(-8px);
	box-shadow: 0px 3px 20px rgba(0, 0, 0, 0.08);
}

.home-top-inner {
	border-bottom: 1px solid #F5F5F5;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.about-box {
	line-height: 1.8;
	color: #666;
	padding: 50px 0 20px;
	font-size: 15px;
}

.about-box p {
	line-height: 1.8;
	color: #666
}

.about-imgs {
	margin: 40px 0 0px;
}

.about-imgs p {
	overflow: hidden
}

.about-box .atitle {
	font-size: 24px;
	color: #000;
	font-weight: bold;
	max-width: 390px;
	margin-bottom: 45px;
}

.about-imgs img {
	transition: transform 1s ease 0s;
	transform: scale(1);
}


#about-two {
	background: url(../images/adv_bg.png) no-repeat center center;
	background-size: cover;
}

#about-two .home_top h3 {}

#about-two .home-top-inner {
	border: none
}

#about-two.about-box,
#about-two.about-box p {
	line-height: 2.5
}

#about-two .imgs img {
	width: 80px;
}

#about-two .item_box {
	color: #fff;
	padding: 100px 58px 120px
}

#about-two .item_box1 {
	background-color: rgb(16, 68, 132);
}

#about-two .item_box2 {
	background-color: rgb(45, 73, 106);
}

#about-two .item_box3 {
	background-color: rgb(20, 74, 140);
}

#about-two .item_box h3 {
	font-size: 30px;
	color: #fff;
	margin: 35px 0 25px;
}


#about-two iframe.shipin {
	width: 50%;
	height: 350px;
}


/*article*/
.article-media li {
	border-bottom: 1px solid #F3F3F3;
	padding: 20px 0 30px
}

.article-media li:first-child {
	padding-top: 0
}

.article-media .media .caldata .content {
	padding: 6px 10px;
	background: #284987;
	text-align: center;
	margin-right: 8px;
	color: #fff
}

.article-media .media .caldata .content p {
	text-align: center
}

.article-media .media .caldata .content p.day {
	font-size: 24px;
	color: #fff;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 2px solid #fff;
}

.article-media .media .caldata .content p.mon-year {
	font-size: 13px;
}

.article-media .media .media_img {
	width: 285px;
	margin-right: 20px;
	overflow: hidden;
	transition: transform 1s ease 0s;
}

.article-media .media .media_img:hover {
	transition: transform .5s ease 0s;
}

.article-media .media .media_img img {
	width: 285px;
	transform: scale(1);
	transition: transform 1s ease 0s;
	border: 1px solid #ddd;
}

.article-media .media .media_img:hover img {
	transform: scale(1.1);
	transition: transform 1s ease 0s;
}

.article-media .media .media_img a {
	border-color: -moz-use-text-color;
	border-style: none;
	border-width: medium;
	padding: 0;
}

.article-media .media .media_img a:hover {
	border-color: -moz-use-text-color;
	border-style: none;
	border-width: medium;
	background: #fff4ce none repeat scroll 0 0;
}

.article-media .media .times {
	color: #999;
	font-size: 12px;
	display: inline-block;
	margin-top: 8px;
}

.article-media .media .times span {
	display: inline-block;
	margin-right: 20px;
}

.article-media .media .times a {
	color: #777;
}

.article-media .media-body h3 {
	font-size: 16px;
	margin-bottom: 5px;
}

.article-media .media-body h3 a {
	color: #1a1a1a;
	font-size: 18px;
	line-height: 100%;
}

.article-media .media-body h3 a:hover {
	color: #267de0;
}

.article-media .media-body p.desc {
	color: #666;
	line-height: 24px;
	font-size: 14px;
}

.article-media .media-body p.cmore {
	margin: 12px 0 6px;
}



/* 内页 联系我们 */
.page_box {
	padding: 0 15px;
	overflow: visible;
}

.page_title {
	float: left;
	width: 100%;
	position: relative;
	padding-bottom: 22px;
	clear: both;
	margin-top: 20px;
	text-align: left;
}

.page_title h3 {
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.75;
	text-transform: uppercase;
}

.page_title h4 {
	width: 100%;
	font-size: 28px;
	font-weight: bold;
	line-height: 1;
	color: #f6f5f5e6;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	text-transform: uppercase;
}

.page_contact {
	float: left;
	width: 100%;
	box-shadow: 0px 2px 20px rgba(68, 68, 68, 0.08);
	padding: 50px 50px 50px 50px;
	margin: 0 0 60px 0;
	border-radius: 7px;
}

.page_contact i {
	display: inline-block;
	width: 25px;
	color: #666;
}

.page_contact p {
	line-height: 2;
}

.page_contact_l {
	float: left;
}

.page_wechat {
	float: right;
	padding-left: 120px;
	text-align: center;
	border-left: 1px solid #f3f3f3;
}

.page_wechat img {
	/* border: 1px solid #dcdcdc; */
	max-width: 450px;
}

.page_wechat span {
	display: block;
	margin-top: 10px;
	color: #999;
}

.page_book {
	float: left;
	width: 100%;
}

.book_list {
	margin-bottom: 12px;
}

.book_input {
	float: left;
	width: 100%;
	border-radius: 0;
	height: 44px;
	line-height: 20px;
	padding: 12px 12px;
	border: 1px solid #eee;
	overflow: hidden;
	color: #666;
}

.book_text {
	float: left;
	width: 100%;
	border-radius: 0;
	height: 124px;
	line-height: 20px;
	padding: 12px 12px;
	border: 1px solid #eee;
	overflow: hidden;
	color: #666;
}

.book_btn {
	float: right;
	margin-right: 0;
	padding: 7px 20px;
	background: #52a8ff;
	border: 1px solid #52a8ff;
}


@media (min-width: 1200px) {
	.container {
		padding: 0;
	}
}

@media screen and (max-width:1680px) {}

@media screen and (max-width:1199px) {
	.mid-nav .xb3 {
		float: left;
		text-align: left
	}

	.mid-nav .ur-here {
		text-align: left
	}

	.mid-nav .submenu li:first-child {
		padding-left: 0
	}

	.mid-nav .submenu li:first-child a {
		padding-left: 0
	}

	.slides-txt a {
		float: none;
		margin: 13px auto 0;
		text-align: center;
		display: block
	}

	/* home */
	.home_top h3 {
		font-size: 30px;
		margin-top: 10px;
	}

	.home_top h4 {
		font-size: 14px;
	}

	.pro_des {
		margin-top: 0;
	}

	.pro_top h3 {
		margin-top: 0;
	}

	.pro_top h4 {}

	.pro_item_title h3 {
		font-size: 16px;
	}

	.pro_item_title h4 {
		font-size: 14px;
	}

	.pro_item:nth-child(2) .pro_item_title h3,
	.pro_item:nth-child(3) .pro_item_title h3 {
		font-size: 16px;
	}

	.pro_item:nth-child(2) .pro_item_title h4,
	.pro_item:nth-child(3) .pro_item_title h4 {
		font-size: 14px;
	}

	.pro_item_table {
		padding: 15px 50px 15px 50px;
	}

	.book_left h3 {
		font-size: 32px;
	}

	.book_left span {
		padding-right: 60px;
	}

	/* footer */
	.footer-ico {
		margin-top: 0;
	}

	.footer-right {
		float: left;
		width: 100%;
	}

	.footer-nav-item1 {
		width: 100%;
		border-bottom: 1px solid #353535;
		margin-bottom: 30px;
		margin-right: 0;
	}

	.footer-nav-item1 h3 {
		display: none;
	}

	.footer-nav-item1 ul {
		margin-top: 25px;
	}

	.footer-nav-item1 ul li {
		float: left;
		margin-right: 30px;
		border-bottom: 0;
	}

	.copyright {
		float: left;
		width: 100%;
		padding: 0 0 20px;
	}

	/* 内页 关于我们 */
	.page_about_left {
		padding-right: 60px;
	}

	.page_about_title h4 {
		font-size: 12px;
	}

	.page_about_title h3 {
		font-size: 28px;
		padding-bottom: 20px;
	}

	.page_about_con {
		margin-top: 40px;
	}

	.page_about_title {
		margin-top: 70px;
	}

	/* 产品页 */
	.pro_list_title {
		margin-top: 15px;
	}

	.pro_list_title h3 {
		font-size: 24px;
	}

	.pro_list_title h4 {
		font-size: 12px;
	}


	.about-imgs {
		margin: 0px;
	}

	#about-two iframe.shipin {
		width: 100%;
		height: 200px;
	}


}

@media screen and (max-width:1000px) {
	.line-big {
		margin-left: -10px;
		margin-right: -10px
	}

	.line-big .x1,
	.line-big .x2,
	.line-big .x3,
	.line-big .x4,
	.line-big .x5,
	.line-big .x6,
	.line-big .x7,
	.line-big .x8,
	.line-big .x9,
	.line-big .x10,
	.line-big .x11,
	.line-big .x12,
	.line-big .xl1,
	.line-big .xl2,
	.line-big .xl3,
	.line-big .xl4,
	.line-big .xl5,
	.line-big .xl6,
	.line-big .xl7,
	.line-big .xl8,
	.line-big .xl9,
	.line-big .xl10,
	.line-big .xl11,
	.line-big .xl12,
	.line-big .xs1,
	.line-big .xs2,
	.line-big .xs3,
	.line-big .xs4,
	.line-big .xs5,
	.line-big .xs6,
	.line-big .xs7,
	.line-big .xs8,
	.line-big .xs9,
	.line-big .xs10,
	.line-big .xs11,
	.line-big .xs12,
	.line-big .xm1,
	.line-big .xm2,
	.line-big .xm3,
	.line-big .xm4,
	.line-big .xm5,
	.line-big .xm6,
	.line-big .xm7,
	.line-big .xm8,
	.line-big .xm9,
	.line-big .xm10,
	.line-big .xm11,
	.line-big .xm12,
	.line-big .xb1,
	.line-big .xb2,
	.line-big .xb3,
	.line-big .xb4,
	.line-big .xb5,
	.line-big .xb6,
	.line-big .xb7,
	.line-big .xb8,
	.line-big .xb9,
	.line-big .xb10,
	.line-big .xb11,
	.line-big .xb12 {
		position: relative;
		min-height: 1px;
		padding-right: 10px;
		padding-left: 10px
	}

	.mid-nav .leftbar h3 {
		text-align: left;
		text-indent: 20px;
	}

	#fh5co-content_show .leftcon {
		width: 185px;
		margin-right: -185px;
	}

	#fh5co-content_show .rightcon .con {
		margin-left: 205px;
	}

	.mid-nav .submenu li a {
		background-position: 10px center;
		display: block;
		padding: 12px 22px;
	}

	.mid-nav .submenu li a.current,
	.mid-nav .submenu li a:hover {
		background-position: 159px center;
	}

	.show-product .item .media-img {
		max-width: 220px;
	}

	.padright .margin-big-top {
		margin-top: 0
	}

	.tab-con li a {
		width: 70%
	}

	.mid-nav .leftbar h3 {
		padding-left: 0
	}

	.mid-nav .leftbar h3 img {
		display: none
	}

	.slides-txt span {
		margin: 0
	}

	.slides-txt a {
		margin: 15px 0 0
	}

	footer .footer-top .item1 {
		margin-right: 0px;
		border-right: none
	}

	footer .footer-top .foot-nav li {
		width: 33.3333333%
	}

	#fh5co-header .tel span {
		display: block
	}

	#fh5co-header .tel {
		background-position: 50px top;
		line-height: 1.2
	}

	/* header */
	#pcNav ul li a {
		margin: 0;
		font-size: 14px;
	}

	/* 首页 */
	.home_top h3 {
		font-size: 24px;
	}

	#fh5co-pro {
		padding: 70px 0;
	}

	.pro_top h3,
	#fh5co-about-two .show-con .com h3 {
		font-size: 24px;
	}

	.pro_des {
		width: 100%;
		margin-top: 10px;
	}

	.pro_con {
		margin-top: 30px;
	}

	.pro_item:nth-child(2) .pro_item_img span {
		padding-bottom: 80.5%;
	}

	.pro_item_more {
		margin-top: 30px;
	}

	#fh5co-about {
		padding: 70px 0;
	}

	.about_con {
		margin-top: 40px;
		padding: 0;
	}

	.about_more {
		margin-top: 40px;
	}

	#fh5co-book {
		padding: 70px 0;
	}

	.book_left {
		width: 100%;
	}

	.book_right {
		float: left;
		width: 100%;
		margin: 30px 0 0 0;
		padding: 0;
	}

	.book_left h3 {
		font-size: 28px;
	}

	.book_left span {
		margin-top: 30px;
		padding: 0;
	}

	#fh5co-news {
		padding: 10px 0;
	}

	.article-media .media .media_img {
		width: 225px;
	}

	.article-media .media .media_img img {
		width: 225px;
	}


	/* 内页 联系我们 */
	.page_wechat {
		float: left;
		border: 0;
		padding: 0;
		margin-top: 30px;
	}

	/* 内页 关于我们 */
	.page_about_title {
		margin-top: 15px;
	}

	.page_about_title h3 {
		font-size: 24px;
	}

	.page_about_con {
		margin-top: 30px;
	}

	.page_about_left {
		padding-right: 45px;
	}

	.service {
		padding: 70px 0;
		margin-top: 70px;
	}

	#fh5co-client {
		padding: 70px 0 30px 0;
	}

	/* 内页 */
	.main {
		padding: 70px 0;
	}

	.main_list {
		margin-bottom: 50px;
	}

	/* 产品页 */
	.adv_bg {
		background: none
	}

	.adv_item:nth-child(2n) a {
		padding-left: 0px;
		padding-right: auto;
	}

	.adv_item a {
		padding-right: 0px;
		text-align: center
	}

	.adv_item_box span {
		float: none;
		text-align: center
	}

	#about-two .item_box {
		padding: 50px 20px 50px;
	}

	#about-two .item_box h3 {
		font-size: 24px;
	}

}

@media screen and (max-width:760px) {
	#fh5co-header .logo img {
		width: 420px;
	}

	#quirydialog .qdialog-head {
		width: 360px
	}

	#fh5co-offcanvas .nav {
		display: block;
		borer: none
	}

	.fh5co-nav-toggle {
		display: block;
	}

	#fh5co-header .logo {
		padding: 8px;
	}

	.article-media .media .media_img {
		width: 150px;
		margin-right: 12px;
	}

	.article-media .media .media_img img {
		width: 150px;
	}

	.article-media .media .desc {
		height: auto;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}

	#fh5co-content_show {
		padding: 0 0 30px;
	}

	#fh5co-content_show .leftcon {
		width: 100%;
		margin-right: 0px;
	}

	#fh5co-content_show .rightcon .con {
		margin-left: 0px;
		padding: 0 10px;
		margin-top: 30px;
	}

	.ur-here {
		display: none
	}

	.mid-nav {
		border-bottom: none
	}

	.mid-nav .container {
		padding: 0
	}

	.mid-nav .leftbar {
		background: none;
		margin-bottom: 30px;
		height: 50px;
	}

	.mid-nav .leftbar ul.submenu {
		clear: both;
		border: none;
	}

	.leftbar {
		background: #000;
	}

	.mid-nav .leftbar h3 {
		display: none
	}

	.mid-nav .leftbar h4 {
		display: block;
		float: right;
		width: 50%;
		background: #e50211;
		height: 50px;
		line-height: 50px;
		text-align: center;
		color: #fff;
		font-size: 16px;
	}

	.mid-nav .leftbar button {
		z-index: 99;
		float: left;
		width: 50%;
		height: 50px;
		line-height: 50px;
		padding: 0;
		margin: 0;
		border: none;
		border-radius: 0;
		background: #000;
		color: #fff;
		font-size: 16px;
		text-align: left;
		text-indent: 12px;
	}

	.mid-nav .leftbar button span {
		display: inline-block;
		margin-left: 0px;
	}

	.mid-nav .submenu li {
		float: none;
		background: #fff;
		padding: 0;
	}

	.mid-nav .submenu li a,
	.mid-nav .submenu li:first-child a {
		background-position: 25px center;
		padding: 12px 18px;
	}

	.mid-nav .submenu li a.current,
	.mid-nav .submenu li a:hover {
		background: #e50211;
		color: #fff
	}

	.mid-nav .submenu li:last-child {
		border-bottom: 1px solid #e2e2e2;
	}

	#fh5co-hero,
	.SonlineBox,
	.flex-direction-nav {
		display: none
	}

	#fh5co-hero1 {
		display: block
	}

	#fh5co-about .head_top h3 {
		font-size: 24px;
	}

	.suspension {
		display: none
	}

	#china-map {
		height: 500px;
	}

	.flex-control-nav {
		bottom: 10px;
	}

	.index-box .about .desc {
		padding-right: 0px;
	}

	.tab-nav li {
		width: 33.333333%;
		text-align: center
	}

	.tab-nav li a {
		padding: 8px 0
	}

	.index-box .tab-more {
		display: none
	}

	.show-product .item .media-img {
		border: 1px solid #ddd;
		max-width: 100%;
	}

	.footer-top .item1 .addr {
		margin: 0
	}

	#fh5co-header .header-box .tnav-bg {
		position: static;
		height: auto;
		line-height: auto;
		margin-bottom: 10px;
	}

	.top-nav li a.first-level:after,
	.top-nav li.current a.first-level:after {
		display: none
	}

	#fh5co-offcanvas ul li.lan {
		float: none
	}

	#fh5co-offcanvas ul li.lan {
		line-height: 32px;
		margin: 0;
		padding: 0;
		float: left !important
	}

	#fh5co-offcanvas ul li.lan a {
		font-size: 16px;
		margin: 0px 5px 0 0;
		display: inline-block;
		border: none
	}

	#fh5co-offcanvas ul li.lan a::after {
		display: none
	}

	.solution-inner .media-img {
		text-align: center
	}

	.tab-con li a {
		width: 78%
	}

	.con-boxs .ur-here {
		margin-top: 30px;
	}

	.product-box .cat-nav li a {
		font-size: 15px;
		padding: 0 7px
	}

	.adv_item_box.media {
		margin-bottom: 30px;
	}

	/*手机底部导航*/
	.blank55 {
		height: 55px;
		line-height: 1px;
		clear: both;
	}

	#toolbar {
		color: #fff;
		width: 100%;
		height: 54px;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 6;
		background: #181919;
		display: block;
	}

	#toolbar a {
		width: 100%;
		color: #fff;
		display: block;
		padding: 5px 0 0 0;
		line-height: 23px;
		font-size: 14px;
	}

	#toolbar a span {
		font-size: 22px;
		display: block;
	}

	/* 2021.07.03 */
	/* header */
	#logo img {
		height: 45px;
		margin: 7.5px 0;
	}

	.nritem {
		margin-left: 0
	}

	.newsslider .slides>li {
		height: 280px;
	}

	.news_item_title,
	#fh5co-about-two .show-con .com .desc {
		font-size: 14px;
	}

	.news_item_des {
		font-size: 12px;
		height: 38px;
	}

	.adv_item_box .media-body h3 {
		font-size: 16px;
	}

	#fh5co-about .head_top h3 {
		font-size: 18px;
	}

	#fh5co-about-two .show-con .com {
		color: #fff;
		padding: 10px;
		font-size: 14px;
	}

	footer .item {
		margin-left: 10px;
		margin-right: 10px;
	}

	footer .item2 {
		margin: 0px 10px 15px;
	}

	/* 首页 */
	.home_top h4:before,
	.home_top h4:after {
		width: 60px;
	}

	.home_top h4:before {
		left: -75px;
	}

	.home_top h4:after {
		right: -75px;
	}

	#fh5co-pro {
		padding: 50px 0;
	}

	#fh5co-about {
		padding: 50px 0;
	}

	#fh5co-book {
		padding: 30px 0;
	}

	#fh5co-news {
		padding: 30px 0;
	}

	#fh5co-about-two {
		padding: 30px 0 30px 0;
	}

	.home_top h4 {
		font-size: 12px;
	}

	.pro_item_table {
		padding: 15px;
	}

	.pro_item_title h3 {
		font-size: 15px;
		padding-bottom: 0px;
	}

	.pro_item:nth-child(2) .pro_item_title h3,
	.pro_item:nth-child(3) .pro_item_title h3 {
		font-size: 15px;
		padding-bottom: 0px;
	}

	.home_more a,
	.home_more span {
		width: 100%;
		height: 34px;
		line-height: 34px;
		color: #fff;
	}

	.pro_item:nth-child(3) .pro_item_img span {
		padding-bottom: 50%;
	}

	.piczoomimgs2 {
		padding-bottom: 70%;
	}

	.pro_item:nth-child(2) .pro_item_img span {
		padding-bottom: 70%;
	}

	.about_con {
		margin-top: 30px;
	}

	.book_left h3 {
		font-size: 24px;
	}

	.book_left h4 {
		font-size: 12px;
	}

	.news_con {
		margin-top: 30px;
	}



	/* footer */
	footer {
		padding: 30px 0 0;
	}

	.footer-left {
		display: none;
	}

	.footer-right {
		display: none;
	}

	.copyright {
		padding: 5px 0 0;
		border-top: 0;
		margin-top: 0;
	}


	/* 产品页 */
	.main_list {
		display: none;
		margin-bottom: 30px;
	}

	.pro_list_img {
		width: 100%;
	}

	.pro_list_box {
		float: left;
		width: 100%;
		padding: 0;
		margin: 0;
	}

	.pro_list_title {
		margin-top: 15px;
	}

	.pro_list {
		margin-bottom: 15px;
	}

	.pro_list:last-child {
		margin-bottom: 0;
	}

	.pro_list_des {
		margin-top: 15px;
	}

	.pro_list_line {
		margin-top: 15px;
	}

	.pro_list_more {
		margin-top: 12px;
	}

	.pro_list_more a {
		text-align: center;
	}


	/* 相册 */
	#cbtn {
		display: none;
	}

	#front a,
	#next a {
		display: block;
		width: 40px;
		height: 40px;
	}


	/* 内页 */
	.slideshow .innerbanner_url {
		height: 150px;
	}

	.slideshow .overlay .container .line .title h2 {
		font-size: 20px;
	}

	.slide_top {
		width: 100%;
		padding: 20px 0;
	}

	.icon-navicon {
		margin-bottom: 0px;
	}

	.right_top2 {
		display: none;
	}

	.productImg {
		width: 100%;
	}

	.productRight {
		float: left;
		width: 100%;
		padding: 0;
		margin: 0;
	}

	.productTitle {
		margin-top: 15px;
		font-size: 16px;
	}

	.shares {
		display: none;
	}

	.right_top {
		margin-bottom: 10px;
		margin-top: -20px;
	}

	.main {
		padding: 20px 0;
	}

	.main_list ul li {
		margin: 0;
		width: 100%;
		border-bottom: 1px dashed #e5e5e5;
	}

	.main_list ul li:last-child {
		border: 0;
	}

	/* 新闻页 */
	.art_img {
		width: 100px;
	}

	.art_right {
		margin-left: 115px;
	}

	.art_more {
		display: none;
	}

	.art_title {
		margin-top: 15px;
	}

	.art_title a {
		font-size: 14px;
	}

	.art_des {
		margin-top: 10px;
	}

	.line-articleList {
		margin-left: -10px;
		margin-right: -10px;
	}

	.art_list {
		border-bottom: 1px dotted #e5e5e5;
		padding: 20px 10px;
	}

	.art_list:first-child {
		padding-top: 0;
	}

	.art_list_box {
		padding: 0;
		box-shadow: unset;
		padding-top: 0;
	}

	.art_list:last-child {
		padding-bottom: 0;
		margin-bottom: 0;
	}

	.art_list:hover .art_list_box {
		margin-top: 0;
		background: #fff;
	}

	.art_list:hover .art_title a {
		color: #52a8ff;
	}

	.art_list:hover .art_time {
		color: #989898;
	}

	.art_list:hover .art_des {
		color: #999;
	}


	/* 新闻详情页 */
	.articleTitle {
		font-size: 16px;
	}

	.articleTime {
		font-size: 12px;
		margin-bottom: 5px;
	}

	/* 首页 */


	/* 内页 联系我们 */
	.page_box {
		padding: 0;
	}

	.page_contact {
		padding: 35px 15px 25px 15px;
		margin: 10px 0 40px 0;
	}

	.page_title {
		margin-top: 10px;
	}

	.page_title h3 {
		font-size: 18px;
	}

	.page_book {
		margin: 10px 0 20px 0;
	}

	/* 内页 关于我们 */
	.service {
		padding: 50px 0 25px 0;
		margin-top: 50px;
	}

	.service_con {
		margin-top: 30px;
	}

	.line-service {
		margin-left: -10px;
		margin-right: -10px;
	}

	.service_item {
		padding: 0 10px;
	}

	.service_right h3 {
		font-size: 16px;
	}

	.page_about_left {
		float: left;
		width: 100%;
		padding: 0;
		margin: 30px 0 0 0;
	}

	.page_about_right {
		width: 100%;
	}

	.page_about_title {
		margin-top: 0;
	}

	#fh5co-client {
		padding: 50px 0 10px 0;
	}

	footer {
		overflow: hidden
	}

	.about-box {
		padding: 10px 0 0px;
	}


}

@media screen and (max-width:480px) {
	.article-media .media .caldata .content {
		padding: 5px;
	}

	.article-media .media .media_img {
		margin-right: 10px;
	}

	#fh5co-content_show .article-media li {
		padding: 10px 0px;
	}

	.article-media .media-body h3 {
		line-height: 100%;
		font-size: 14px;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
	}

	.article-media .media-body h3 a {
		font-size: 16px;
		line-height: 150%
	}

	.mid-nav .leftbar h4 {
		display: none;
	}

	.mid-nav .leftbar button {
		width: 100%;
	}

	#fh5co-header .header-box .xl4 {
		width: 100% !important
	}

	.tab-con li a {
		width: 100%
	}

	.tab-con li span {
		display: none
	}

	.slides-txt {
		font-size: 18px;
	}

	.product-box .item h3 {
		font-size: 16px;
	}

	.slides-txt span,
	.slides-txt a {
		font-size: 14px;
		display: block
	}

	.project-box .slick-slide h3 {
		font-size: 14px;
	}

	.about-box .content,
	.list-news-box .item .media .media-body h3 a {
		font-size: 14px;
	}

	.top-nav li a {
		font-size: 15px;
		margin-right: 12px;
	}

	.top-nav li {
		line-height: 26px;
	}
}

/* 内页 end*/

/* ======置顶 ======*/
.backToTop {
	display: none;
	width: 35px;
	height: 35px;
	position: fixed;
	_position: absolute;
	right: 5px;
	bottom: 60px;
	_bottom: "auto";
	cursor: pointer;
	z-index: 7;
	background: #666 url(../images/icon-gotop-fixed.png) no-repeat center center;
	border-radius: 50%
}

.backToTop:hover {
	background-color: #333;
}


.huoban {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 0px auto 0;
	padding: 70px 0;
	background: #fff url(../images/huoban_bj.jpg) no-repeat center center;
}

.huoban_box {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 50px auto 0;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	gap: 30px;
}

.huoban_list {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 20px;
	background: #fff;
}

.huoban_list img {
	width: 100%;
}


.banquan {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #333;
	padding: 5px 0;
	color: #ddd;
	font-size: 14px;

}

.banquan a {
	color: #ddd;
	font-size: 14px;
}

.links_box {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #333;
	padding: 5px 0;
	color: #ddd;
	font-size: 14px;
}

.links {
	width: 100%;
	height: auto;
	overflow: hidden;
	color: #ddd;
	font-size: 14px;
}

.links a {
	color: #ddd;
	font-size: 14px;
}

.fl {
	float: left;
}

.fr {
	float: right;
}


.youshi {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.youshi_box {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 50px;
}

.youshi_list {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.youshi_list img {
	max-width: 80px;
	display: block;
	margin: 0px auto;
}

.youshi_list span {
	display: block;
	text-align: center;
}

.youshi_list span.youshi_t1 {
	color: #073784;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.youshi_list span.youshi_t2 {
	color: #333;
	text-align: center;
}


@media screen and (max-width:1200px) {


	.huoban {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 30px auto 0;
		padding: 30px 0;
		background: #fff url(../images/huoban_bj.jpg) no-repeat center center;
	}

	.huoban_box {
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 30px auto 0;
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 20px;
	}

	.huoban_list {
		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 20px;
		background: #fff;
	}

	.huoban_list img {
		width: 100%;
	}

	.ewm {
		width: 120px;
		height: auto;
		overflow: hidden;
		float: initial;
		margin: 10px auto;
	}

	.ewm span {
		display: block;
	}

	.ewm img {
		max-width: 100%;
	}

	.banquan {
		display: none;
	}

	.links_box {
		display: none;
	}




	.youshi {
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.youshi_box {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		gap: 10px;
	}

	.youshi_list {
		width: 100%;
		height: auto;
		overflow: hidden;
	}

	.youshi_list img {
		max-width: 50px;
		display: block;
		margin: 0px auto;
	}

	.youshi_list span {
		display: block;
		text-align: center;
	}

	.youshi_list span.youshi_t1 {
		color: #073784;
		font-size: 15px;
		font-weight: bold;
		text-align: center;
	}

	.youshi_list span.youshi_t2 {
		font-size: 11px;
		color: #333;
		text-align: center;
	}


}







/* 所谓的推荐阅读 */

.pro-title1 {
	overflow: hidden;
	margin-bottom: 4px;
}

.pro-tt {
	font-size: 18px;
	color: #333;
	float: left;
	padding-left: 10px;
	border-left: 4px solid #073784;
}

.pro-title1 a {
	color: #333;
	font-size: 16px;
	padding: 2px 6px;
}

.pro-title1 span {
	float: right;
}

.news-all {
	overflow: hidden;
	margin-top: 10px;
}

.news-re {
	margin-top: 10px;
	overflow: hidden;
	margin-bottom: 30px;
}

.ct-1 {
	float: left;
	padding: 5px 10px;
	width: 47%;
	height: auto;
	overflow: hidden;
	margin-right: 3%;
	display: block;
	border-bottom: 1px dashed #333;
	margin-bottom: 5px;
}

.pro-content1 {
	font-size: 15px;
	line-height: 30px;
	height: auto;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 65%;
	float: left;
}

.time {
	/* float: right; */
	color: #333;
	font-size: 15px;
	line-height: 30px;
	height: auto;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 30%;
	text-align: right;
}

.pro-ex1 {
	overflow: hidden;
	margin-top: 20px;
}

.box11 {
	display: block;
}

.pro-ex1 .box11 {
	width: calc((100% - 80px)/4);
	margin: 0 10px;
	float: left;
}

@media screen and (min-width: 1200px) {
	.box11 img {
		width: 100%;
		height: auto;
		/* padding: 0 10%; */
		border: #ccc 1px solid;
	}
}

@media screen and (max-width: 768px) {
	.box11 img {
		width: 100%;
		height: 130px;
		/* padding: 0 10%; */
		border: #ccc 1px solid;
	}
}

.box-tt {
	font-size: 15px;
	color: #333;
	text-align: center;
	line-height: 40px;
	height: auto;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ct-1:hover .pro-content2 {
	color: #333;
}

.ct-1:hover .time {
	color: #333;
}

.ct-1:hover .pro-content1 {
	color: #333;
}

.box11:hover .box-tt {
	color: #333;
}


@media(max-width:992px) {
	.box11 img {
		padding: 0;
	}
}

@media(max-width:768px) {
	.news-details {
		padding: 30px 0;
	}

	.news-tt-1 {
		font-size: 18px;
	}

	.text-right p {
		font-size: 14px;
		line-height: 28px;
	}

	.last-text,
	.next-text,
	.return {
		font-size: 14px;
		width: 180px;
	}

	/***********推荐系列********/
	.pro-tt {
		font-size: 16px;
	}

	.ct-1 {
		width: 100%;
	}

	.pro-ex1 .box11 {
		width: calc((100% - 40px)/2);
	}

	.pro-title1 a {
		font-size: 14px;
	}

	.pro-content1 {
		font-size: 14px;
	}

	.time {
		font-size: 14px;
	}
}

@media(max-width:530px) {
	.page-nav a {
		font-size: 12px;
	}

	/***********新闻内页********/
	.news-tt-1 {
		font-size: 16px;
	}

	.news-time1 a {
		font-size: 12px;
	}

	.last-text,
	.next-text,
	.return {
		width: 160px;
	}

	/***********推荐系列********/
	.pro-ex1 .box11 {
		width: calc((100% - 40px)/2);
		margin: 0 10px;
		margin-bottom: 10px;
	}

	.box-tt {
		font-size: 14px;
	}

	.pro-title1 a {
		font-size: 13px;
	}

	.time {
		font-size: 13px;
	}

	.pro-detail-box-tit {
		font-size: 14px;
	}
}

@media(max-width:380px) {
	.time {
		width: 32%;
	}
}



.banner_txt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 3;
	font-weight: 600;
	font-size: 60px;
	color: #fff;
	text-align: center;
}

.banner_txt span {
	display: block;
	font-size: 30px;
	font-weight: 400;
}


@media(max-width:768px) {

	body {
		font-family: "微软雅黑", Arial, Helvetica, sans-serif;
		font-size: 14px;
		font-weight: normal;
		line-height: 1.8;
		color: #333;
	}




	footer {
		background: url(../images/footer-bg.jpg)center no-repeat;
		background-size: cover;
		font-size: 14px;
		color: #fff;
		padding: 50px 0 50px 0;
		line-height: 1.58;
	}
}





.nmain_left {
	float: left;
	width: 270px;
	height: auto;
	overflow: hidden;
	margin-right: 30px;
}

.nmain_left_title {
	width: 100%;
	height: 80px;
	background: #073784;
	background-size: cover;

	margin-bottom: 10px;
}

.nmain_left_title span {
	display: block;
	text-align: center;
}

.nmain_left_title span.nmain_left_title_t1 {
	text-transform: uppercase;
	font-family: impact;
	color: #fff;
	font-size: 40px;
	padding-top: 10px;
}

.nmain_left_title span.nmain_left_title_t2 {
	color: #fff;
	font-size: 28px;
	font-weight: 600;
}

.nmain_left_title span.nmain_left_title_t3 {
	color: #fff;
	font-size: 28px;
	font-weight: 600;
	line-height: 80px;
}

.nmain_left_nav {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
}


.nmain_left_nav_one {
	background: #eee;
	line-height: 50px;
	text-indent: 40px;

	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.nmain_left_nav.active .nmain_left_nav_one {
	background: #073784;
}

.nmain_left_nav.active .nmain_left_nav_one a {
	display: block;
	color: #fff;
	font-weight: 600;
}

.nmain_left_nav:hover .nmain_left_nav_one {
	background: #073784;
}

.nmain_left_nav:hover .nmain_left_nav_one a {
	display: block;
	color: #fff;
	font-weight: 600;
}


.nmain_left_nav_two {
	width: 100%;
	height: auto;
	overflow: hidden;
	line-height: 50px;
	border: 1px solid #eee;
	box-sizing: border-box;
	text-indent: 40px;
}

.nmain_left_nav_two ul li {
	float: left;
}

.nmain_left_nav_two li {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.nmain_left_nav_two li a {
	display: block;
	font-size: 16px;
}

.nmain_left_nav:hover .nmain_left_nav_two li:hover a {
	color: #073784;
}

.nmain_left_nav_two li.on {
	color: #073784;
	background: #fff;
}

.nmain_left_nav_two li.on a {
	color: #073784;
}


.nmain_left_contact {
	width: 100%;
	height: auto;
	overflow: hidden;
	border: 1px solid #ddd;
	box-sizing: border-box;
	padding: 10px;
}

.nmain_left_contact p {

	line-height: 30px;
	font-size: 16px;
	border-bottom: 1px dashed #cccc;
}

.nmain_left_contact p i {
	font-style: normal;
	color: #fff;
	font-size: 16px;
}



#right_pro {
	width: calc(100% - 300px);
	height: auto;
	overflow: hidden;
	float: right;
}


@media(max-width:768px) {

	.nmain_left {
		display: none;
	}

	#right_pro {
		width: 100%;
		height: auto;
		overflow: hidden;
		float: left;
	}

	.pro_list_title a {
		font-size: 14px;
	}
}




.slideshow.pro img.pc {
	display: block;
}

.slideshow.pro img.wap {
	display: none;
}

@media(max-width:1200px) {

	.slideshow.pro img.pc {
		display: none;
	}

	.slideshow.pro img.wap {
		display: block;
	}

}

@media(max-width:768px) {

	/*内页banner*/
	.slideshow {
		position: relative;
		height: 150px;
	}

	.slideshow::before {
		position: absolute;
		content: "";
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, 0.35);
		z-index: 2;
	}

	.slideshow.pro::before {
		display: none;
	}


	.slideshow img {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}


	.banner_txt {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);

		font-weight: 600;
		font-size: 20px;
		color: #fff;
	}


	.banner_txt span {
		display: block;
		font-size: 16px;
		font-weight: 400;
	}

}