
html {
	-webkit-text-size-adjust: none;
	word-wrap: break-word;
	word-break: break-all;
	font-size: 10px;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
body {
	margin: 0;
	padding: 0;
	color: #4a4a4a;
	font-size: 1.4rem;
	font-family: "Geogrotesque Md", "Microsoft YaHei", Verdana, sans-serif;
	line-height: 1.5;
	font-weight: 300;
	outline: 0;
}
a {
	text-decoration: none;
	color: #5c5c5c;
	transition: all 0.35s ease 0s;
	outline: 0;
}
a:hover {
	text-decoration: none;
	outline: 0
}
img {
	max-width: 100%;
	height: auto;
	width: auto\9;
	border: 0;
	vertical-align: middle;
}
div, h1, h2, h3, h4, h5, p, form, ul, label, input, textarea, img, span, dl, dt, dd, pre {
	margin: 0px;
	padding: 0;
	outline: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
input, textarea, button, form {
	font-size: 1.4rem;
	font-family: "Microsoft YaHei", Verdana, sans-serif;
	-webkit-appearance: none;
}
li {
	list-style-type: none;
}
.tx-input {
	border: 1px solid #ddd;
	border-radius: 3px;
	line-height: 38px;
	height: 38px;
	width: 100%;
	padding: 0 10px;
}
.input-ma {
	position: relative;
}
ul.breadcrumbs li {
    display: inline;
}
.input-ma img {
	position: absolute;
	right: 5px;
	top: 5px;
	height: 30px!important;
	width: auto!important;
}
.tx-form {
	position: relative;
	line-height: 38px;
}
.tx-textarea {
	border: 1px solid #ddd;
	border-radius: 3px;
	padding: 10px;
	width: 100%;
}
.tx-btn {
	vertical-align: middle;
	-webkit-user-select: none;
	-ms-user-select: none;
	-moz-user-select: none;
}
.tx-btn {
	display: inline-block;
	height: 35px;
	line-height: 35px;
	padding: 0 26px;
	background-color: #009688;
	color: #fff;
	white-space: nowrap;
	text-align: center;
	font-size: 1.4rem;
	border: none;
	border-radius: 2px;
	cursor: pointer;
	opacity: .9;
	filter: alpha(opacity=90)
}
.tx-btn:hover {
	opacity: .8;
	filter: alpha(opacity=80);
	color: #fff
}
.tx-btn:active {
	opacity: 1;
	filter: alpha(opacity=100)
}
.tx-btn-big {
	height: 44px;
	line-height: 44px;
	padding: 0 25px;
	font-size: 1.6rem
}
.tx-btn-small {
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	font-size: 1.4rem
}
.tx-btn-mini {
	height: 22px;
	line-height: 22px;
	padding: 0 5px;
	font-size: 1.4rem
}
.mb5 {
	margin-bottom: 5px
}
.mb10 {
	margin-bottom: 10px
}
.mb15 {
	margin-bottom: 15px
}
.mb20 {
	margin-bottom: 20px
}
.mb30 {
	margin-bottom: 30px
}
.mb40 {
	margin-bottom: 40px
}
.mr10 {
	margin-right: 10px
}
.ml10 {
	margin-left: 10px
}
.f-30 {
	font-size: 3rem
}
.f-22 {
	font-size: 2.2rem;
}
.f-20 {
	font-size: 2rem;
}
.f-18 {
	font-size: 1.8rem;
}
.f-16 {
	font-size: 1.6rem;
}
.f-15 {
	font-size: 1.5rem;
}
.f-14 {
	font-size: 1.4rem;
}
.f-12 {
	font-size: 1.2rem
}
.f-8 {
	font-size: .75em
}
.f-bold {
	font-weight: bold
}
.pd5 {
	padding: 5px
}
.pd10 {
	padding: 10px
}
.pd10-1 {
	padding: 10px 0
}
.pd10-2 {
	padding: 0 10px
}
.pd10-3 {
	padding: 10px 10px 0 10px
}
.pd15 {
	padding: 15px
}
.pd15-1 {
	padding: 15px 0
}
.pd15-2 {
	padding: 0 15px
}
.pd15-3 {
	padding: 15px 15px 0 15px
}
.pd20 {
	padding: 20px
}
.pd20-1 {
	padding: 20px 0
}
.pd20-2 {
	padding: 0 20px
}
.pd20-3 {
	padding: 20px 20px 0 20px
}
.pd40 {
	padding: 40px
}
.pd60 {
	padding: 60px
}
.ta-c {
	text-align: center;
}
.list-nav.mb15.ta-c li {
    display: inline-block;
}
.ta-r {
	text-align: right;
}
.pagebar.ta-c.wow.fadeInUp.mb15.animated li {
	display: inline;
}
.f-red {
	color: #f00
}
.f-wthie {
	color: #fff
}
.f-grenn {
	color: #5FB878
}
.f-yellow {
	color: #FFB800
}
.f-blue {
	color: #1E9FFF;
}
.f-gray {
	color: #888
}
.f-gray1, .f-gray1 a {
	color: #bbb
}
.f-wthie1 a {
	color: #fff;
}
.f-black {
	color: #393D49
}
.bg-gray {
	background-color: #eee
}
.bg-white {
	background-color: #fff
}
.bg-red {
	background-color: #f00
}
.bg-yellow {
	background-color: #FFB800
}
.bg-green {
	background-color: #5FB878
}
.bg-blue {
	background-color: #1E9FFF
}
.bg-black {
	background-color: #393D49
}
.tx-table table {
	width: 100%;
	border-collapse: collapse;
}
.tx-table table th, .tx-table table td {
	border: 1px solid #ddd;
	padding: 10px;
	overflow: hidden;
	text-align: center;
}
.tx-table table th {
	background: #f1f1f1;
}
.border {
	border: 1px solid #f1f1f1;
}
.border-b {
	border-bottom: 1px solid #f1f1f1;
	margin-bottom: 15px;
}
.border-t {
	border-top: 1px solid #f1f1f1;
}
.i60 {
	line-height: 20px;
	height: 60px;
	overflow: hidden
}
.i40 {
	line-height: 20px;
	height: 40px;
	overflow: hidden
}
.i22 {
	line-height: 22px;
	height: 22px;
	overflow: hidden
}
.i18 {
	line-height: 18px;
	height: 18px;
	overflow: hidden
}
.txt-ov {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.lh-50 {
	line-height: 50px;
}
.lh-40 {
	line-height: 40px;
}
.lh-30 {
	line-height: 30px;
}
.wide {
	width: 100%;
	margin: 0 auto;
	max-width: 1200px;
}
.wide::after, .clearfix::after, .row:before, .row:after, .row1:after, .row2:after {
	display: table;
	content: " ";
	clear: both;
}
.row {
	margin-left: -8px;
	margin-right: -8px;
}
[class*='col-'] {
	float: left;
	min-height: 1px;
	padding-left: 8px;
	padding-right: 8px;
	width: 10%;
	position: relative;
}
.col-1 {
	width: 4.1666%;
}
.col-2 {
	width: 8.3332%;
}
.col-3 {
	width: 12.4998%;
}
.col-4 {
	width: 16.6664%;
}
.col-5 {
	width: 20.833%;
}
.col-6 {
	width: 24.9996%;
}
.col-7 {
	width: 29.1662%;
}
.col-8 {
	width: 33.3328%;
}
.col-9 {
	width: 37.4994%;
}
.col-10 {
	width: 41.666%;
}
.col-11 {
	width: 45.8326%;
}
.col-12 {
	width: 50%;
}
.col-13 {
	width: 54.1658%;
}
.col-14 {
	width: 58.3324%;
}
.col-15 {
	width: 64.499%;
}
.col-16 {
	width: 66.6656%;
}
.col-17 {
	width: 70.8322%;
}
.col-18 {
	width: 74.9988%;
}
.col-19 {
	width: 79.1654%;
}
.col-20 {
	width: 83.332%;
}
.col-21 {
	width: 87.4986%;
}
.col-22 {
	width: 91.6652%;
}
.col-23 {
	width: 95.8318%;
}
.col-24 {
	width: 100%;
}
.col-25 {
	width: 20%;
}
.row1 {
	margin-left: -3px;
	margin-right: -3px;
}
[class*='col1-'] {
	float: left;
	min-height: 1px;
	padding-left: 3px;
	padding-right: 3px;
	position: relative;
}
[class*='col2-'] {
	float: left;
	min-height: 1px;
	padding-left: 0;
	padding-right: 0;
	position: relative;
}
.ul-36 li {
	line-height: 36px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ul-30 li {
	line-height: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ul-26 li {
	line-height: 26px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.img-d img, .dp-b {
	display: block;
	width: 100%;
}
.hide {
	display: none;
}
/* 分页条 */
.pagebar a, .pagebar .now-page {
	padding: 0 12px;
	line-height: 30px;
	display: inline-block;
	background-color: #fff;
	margin: 0 3px 3px 0;
	border-radius: 2px;
}
.pagebar a:hover, .pagebar .now-page {
	color: #fff;
}
/* 评论 */
.tx-comments>ul.msg {
	margin-bottom: 8px;
	border: 1px solid #ddd;
	padding: 10px;
	border-radius: 4px;
}
.tx-comments {
	margin-bottom: 10px;
}
ul.msg img.avatar {
	float: left;
	margin-right: 10px;
	border-radius: 4px;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	-webkit-transition: .4s;
	-webkit-transition: -webkit-transform .4s ease-out;
	transition: transform .4s ease-out;
	-moz-transition: -moz-transform .4s ease-out;
}
li.msgname:hover img.avatar, .commons li:hover img {
	transform: rotateZ(60deg);
	-webkit-transform: rotateZ(60deg);
	-moz-transform: rotateZ(60deg)
}
ul.msg li.msgname p.commentname {
	line-height: 23px;
	font-size: 1.2rem;
	margin-bottom: 3px;
}
ul.msg li.msgname small {
	color: #aaa;
	font-size: 1.2rem;
}
ul.msg li.msgname small a, .tx-comment label, .tx-comments label {
	display: none;
}
ul.msg:hover li.msgname small a {
	display: inline-block;
}
ul.msg li ul.msg {
	margin-top: 12px;
	padding: 10px;
	border: 1px solid #ededed;
	border-radius: 4px;
	box-shadow: 0 0 2px rgba(0,0,0,0.05);
}
.tx-comment input {
	line-height: 30px;
	height: 30px;
	font-size: 1.4rem;
	font-family: "Microsoft YaHei", Verdana, sans-serif;
	width: 100%;
	border: 0;
	padding-left: 8px;
}
.tx-comment textarea {
	border: 0;
	height: 120px;
	width: 100%;
	font-size: 1.4rem;
	font-family: "Microsoft YaHei", Verdana, sans-serif;
	display: block;
	padding: 8px;
}
.tx-comment-box {
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 4px;
	position: relative;
	background: #fff;
	margin-bottom: 6px;
}
.tx-comment-ul4 {
	float: left;
	width: 49.5%;
}
.tx-comment-ul3 {
	float: left;
	width: 32.66%;
}
.tx-comment .tx-comment-ul4:nth-child(2n) {
	float: right;
}
.tx-comment .tx-comment-ul3-2 {
	margin: 0 1%;
}
.tx-comment-box img.tx-code {
	position: absolute;
	right: 4px;
	top: 4px;
	height: 30px;
	width: auto;
}
.tx-comment-box input.button {
	border: 0;
	border-radius: 0 0 2px 0;
	line-height: 40px;
	height: 40px;
	width: 100px;
	color: #fff;
	position: absolute;
	right: 0;
	bottom: 0;
}
.tx-comment-textarea {
	width: 100%;
	clear: both;
}
.reply-frm {
	margin-top: 15px;
}
/* 404页面 */
.tx-404 {
	text-align: center;
	background: #fff;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	font-size: 1.4rem;
	color: #888;
}
.tx-404 h2 {
	font-size: 2.4rem;
	font-weight: normal;
	line-height: 1.6;
	color: #222;
	margin: 12px 0;
}
.tx-404 a.return {
	display: inline-block;
	line-height: 50px;
	height: 50px;
	padding: 0 60px;
	background: #FF3A33;
	border-radius: 5px;
	margin-top: 15px;
	color: #fff;
}
.logo-404 {
	background: url(../include/logo.png) no-repeat center center #FFFFFF;
	background-size: auto 60px;
	padding: 60px 0;
	border-bottom: 1px solid #9eaa99;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}
 @keyframes navli {
from {
width:0;
}
to {
width:100%;
}
}
@keyframes servicedl {
from {
height:2px;
}
to {
height:100%;
}
}
@keyframes proboxli {
from {
height:0;
}
to {
height:100%;
}
}
@keyframes proboxi {
from {
bottom:-100%;
}
to {
bottom:50%;
}
}
.box-tx {
	border: 1px solid #f1f1f1;
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
	overflow: hidden;
	background-color: #fff;
	cursor: pointer;
}
.box-tx:hover {
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.1);
	box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
.img-box {
	overflow: hidden;
	display: block;
	position: relative;
	width: 100%;
	height: 0;
}
.img-box[data-ratio="16:9"] {
	padding-top: 72%;
}
.img-box[data-ratio="16:16"] {
	padding-top: 100%;
}
.img-box img {
	-o-object-fit: cover;
	object-fit: cover;
	transition: all 0.6s;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.img-box:hover img {
	transform: scale(1.1);
}
.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 998;
	background-color: #fff;
}
.fixednav {
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.25);
	background-color: rgba(255,255,255,0.97);
}
.header-location {
	height: 70px;
}
.logo {
	padding: 15px 0;
}
.logo img, .logo h1, .logo h2, .logo a {
	height: 50px;
	width: auto;
	display: block;
	line-height: 1;
}
.nav {
	padding: 0 50px;
}
.nav>ul>li {
	float: left;
	position: relative;
	margin-left: 5px;
}
.nav>ul>li>a {
	display: block;
	line-height: 60px;
	height: 80px;
	padding: 10px 17px;
	position: relative;
	font-size: 1.5rem;
}
.nav>ul>li>a:hover, .nav>ul>li.on>a, .nav>ul>li.hover>a {
	background-color: #fafafa;
	line-height: 65px;
}
.nav>ul>li>a::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	height: 2px;
}
.nav>ul>li.on>a::after, .nav>ul>li>a:hover::after, .nav>ul>li.hover>a::after {
	animation: navli 0.5s;
	width: 100%;
}
.nav>ul>li>i {
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -6px;
	-webkit-transition: .4s;
	-webkit-transition: -webkit-transform .4s ease-out;
	transition: transform .4s ease-out;
	-moz-transition: -moz-transform .4s ease-out;
}
.nav>ul>li:hover>i {
	transform: rotateZ(180deg);
	-webkit-transform: rotateZ(180deg);
	-moz-transform: rotateZ(180deg)
}
.nav>ul>li>ul {
	position: absolute;
	left: 0;
	background-color: #fafafa;
	display: none;
}
.nav>ul>li>ul li a {
	white-space: nowrap;
	line-height: 40px;
	padding: 0 20px;
	display: block;
}
.nav>ul>li>ul li a:hover {
	color: #fff;
}
.search-on {
	line-height: 80px;
}
.nav-on {
	display: none;
}
.home-flash .swiper-slide {
	text-align: center;
}
.home-flash .swiper-slide img {
	height: 500px;
	width: 1920px;
	-o-object-fit: cover;
	object-fit: cover;
}
.home-flash .swiper-button-next, .home-flash .swiper-button-prev {
	background-image: none;
	background-color: rgba(0,0,0,0.4);
	color: #fff;
	text-align: center;
	line-height: 44px;
	font-size: 2rem;
	opacity: 0;
	transition: all 0.35s ease 0s;
}
.home-flash:hover .swiper-button-next, .home-flash:hover .swiper-button-prev {
	opacity: 1;
}
.home-pd {
	padding: 10px 0;
	overflow: hidden;
}
.home-pd1 {
	padding: 40px 0 25px 0;
	overflow: hidden;
}
.home-bg {
	background-image: url(img/home-bg.png)!important;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
}
.home-title h2 {
	position: relative;
}
.home-title h2::after {
	content: "";
	display: block;
	position: absolute;
	bottom: -6px;
	left: 50%;
	width: 40px;
	height: 4px;
	margin-left: -20px;
	border-radius: 10px;
}
.home-color .home-title *, .list-bg .home-title * {
	color: #fff;
	text-shadow: 0 1px #888;
}
.home-btn {
	display: inline-block;
	overflow: hidden;
	line-height: 40px;
	padding: 0 80px;
	border-width: 1px;
	border-style: solid;
	position: relative;
	border-radius: 2px;
}
.home-btn::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 150%;
	height: 100%;
	z-index: -1;
	-webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
	-webkit-transform-origin: 0% 100%;
	transform-origin: 0% 100%;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s, background-color 0.3s;
	transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
}
.home-btn:hover::before {
	opacity: 1;
	-webkit-transform: rotate3d(0, 0, 1, 0deg);
	transform: rotate3d(0, 0, 1, 0deg);
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.home-btn:hover {
	color: #fff;
}
.home-color .home-btn {
	border: 1px solid #fff;
	color: #fff;
}
.home-color .home-btn:hover::before {
	background-color: #fff;
}
.service-box {
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.05);
	padding: 30px;
	border: 1px solid #eee;
	background-color: #fff;
	position: relative;
	cursor: pointer;
	transition: all 0.35s ease 0s;
}
.service-box>div {
	position: relative;
	z-index: 10;
}
.service-box::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	z-index: 8;
}
.index-service dd:nth-child(1) .service-box::after {
	background-color: #009688;
}
.index-service dd:nth-child(2) .service-box::after {
	background-color: #1E9FFF;
}
.index-service dd:nth-child(3) .service-box::after {
	background-color: #5FB878;
}
.index-service dd:nth-child(4) .service-box::after {
	background-color: #FF5722;
}
.service-box:hover * {
	color: #fff;
}
.service-box:hover::after {
	animation: servicedl 1s;
	height: 100%;
}
.service-box i.fa {
	font-size: 4rem;
	margin: 15px 0;
}
.pro-box>a {
	display: block;
	position: relative;
	overflow: hidden;
}
.pro-box>a::after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
	display: block;
	content: "";
	background-color: rgba(0,0,0,0.5);
	z-index: 10;
}
.pro-box:hover a::after {
	animation: proboxli 0.6s;
	height: 100%;
}
.pro-box>a>i {
	display: block;
	color: #fff;
	position: absolute;
	left: 50%;
	bottom: -100%;
	z-index: 11;
	text-align: center;
	margin-left: -30px;
	margin-bottom: -30px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 4rem;
}
.pro-box:hover i {
	animation: proboxi 0.8s;
	bottom: 50%;
}
.news-box {
	position: relative;
	padding-left: 145px;
	min-height: 100px;
}
.news-box>a {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 140px;
	overflow: hidden;
}
.news-box>a>img {
	width: 100%;
	height: 100px;
}
.home-around {
	position: relative;
	overflow: hidden;
}
.home-around .home-fl-bg {
	position: absolute;
	top: 0;
	width: 50%;
	height: 100%;
	color: #fff;
	text-shadow: 0 1px #888;
}
.home-about {
	min-height: 300px;
	background-color: #dffafd;
}
.home-about .home-fl-bg {
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
	right: 50%;
	padding: 80px 80px 0 0;
	z-index: 10;
}
.home-about .home-fr-txt {
	padding: 80px 0 65px 80px;
	position: relative;
	z-index: 11;
}
.home-about>i {
	display: block;
	position: absolute;
	right: 50%;
	top: 0;
	height: 100%;
	width: 50%;
	z-index: 9;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
}
.home-contact {
	min-height: 300px;
	background-color: #f0f3ef;
}
.home-contact .home-fl-bg {
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
	left: 50%;
	padding: 80px 0 0 80px;
	z-index: 10;
}
.home-contact .home-fr-txt {
	padding: 80px 80px 65px 0;
	position: relative;
	z-index: 11;
}
.home-contact>i {
	display: block;
	position: absolute;
	left: 50%;
	top: 0;
	height: 100%;
	width: 50%;
	z-index: 9;
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
}
.info-con iframe {
	display: block;
	margin: 0 auto;
	width: 600px!important;
	height: 400px!important;
	margin-bottom: 20px;
}
.home-case .swiper-container {
	background-color: #fff;
}
.home-case .swiper-container .swiper-slide a {
	display: block;
	padding: 10px;
	border: 1px solid #eee;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.05);
	text-align: center;
}
.home-case .swiper-container .swiper-slide a h3 {
	padding: 10px 10px 0 10px;
}
.home-case .swiper-container .swiper-slide a:hover {
	background-color: #f9f9f9;
}
.home-case .swiper-button-prev, .home-case .swiper-button-next {
	background-image: none;
	text-align: center;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	line-height: 44px;
	opacity: 0;
	transition: all 0.35s ease 0s;
	z-index: 99;
}
.home-case:hover .swiper-button-prev, .home-case:hover .swiper-button-next, .info-flash:hover .swiper-button-prev, .info-flash:hover .swiper-button-next {
	opacity: 1;
}
.home-case .swiper-button-prev, .info-flash .swiper-button-prev {
	left: 0;
}
.home-case .swiper-button-next, .info-flash .swiper-button-next {
	right: 0;
}
.user-box {
	position: relative;
	padding-top: 50px;
}
.user-box>a {
	display: block;
	position: absolute;
	left: 50%;
	top: 0;
	width: 100px;
	height: 100px;
	margin-left: -50px;
	border: 3px solid #eee;
	border-radius: 50%;
}
.user-box:hover>a {
	border-width: 3px;
	border-style: solid;
}
.user-box>a img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
}
.user-box>div {
	background-color: #fff;
	border: 3px solid #f9f9f9;
	padding: 60px 20px 20px 20px;
	border-radius: 5px;
	transition: all 0.35s ease 0s;
}
.user-box:hover>div {
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
	border-width: 3px;
	border-style: solid;
}
.home-links ul li {
	display: inline-block;
	margin: 0 5px 10px 5px;
}
.footer {
	background: url(/wp-content/themes/hfrxjg/images/footer-bg.jpg) no-repeat 0 0;
	background-size: cover;
	color: #999;
	line-height: 1.8
}
.footer>.wide {
	padding: 40px 0 25px 0;
}
.footer a {
	color: #888;
}
.copy {
	padding: 15px 0;
	background-color: rgba(0,0,0,0.5);
	color: #999;
}
.jszc {
	display: none;
}
.search-box {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	display: none;
}
.search-off {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
	z-index: 80;
}
.search-con {
	position: absolute;
	z-index: 90;
	left: 50%;
	top: 200px;
	width: 500px;
	margin-left: -250px;
	padding: 30px 30px 20px 30px;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.05);
	background-color: rgba(255,255,255,0.9);
}
.search-con form {
	display: block;
	border-width: 1px;
	border-style: solid;
	height: 40px;
	position: relative;
	padding-right: 80px;
}
.search-con form input {
	width: 100%;
	padding: 0 10px;
	line-height: 38px;
	border: 0;
}
.search-con form button {
	position: absolute;
	right: 0;
	top: 0;
	width: 80px;
	text-align: center;
	line-height: 39px;
	height: 39px;
	border: 0;
	color: #fff;
}
.left-li li {
	float: left;
	margin: 0 10px 10px 0;
}
.search-con>a {
	display: block;
	position: absolute;
	right: -10px;
	top: -10px;
	width: 20px;
	height: 20px;
	color: #fff;
	z-index: 90;
	text-align: center;
	border-radius: 50%;
}
.list-bg {
	padding: 80px 0;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: cover;
}
.side-box dl {
	margin-bottom: 15px;
	background-color: #fff;
	border: 1px solid #f1f1f1;
	padding: 15px;
}
.side-box dl dt {
	font-size: 1.8rem;
	padding-bottom: 8px;
	margin-bottom: 10px;
	border-bottom: 1px solid #f1f1f1;
}
.side-box dl dd ul::after {
	display: block;
	content: "";
	clear: both
}
.side-box dl dd ul li {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 2
}
.side-box dl#divArchives ul li, .side-box dl#divTags ul li, .side-box dl#divFavorites ul li, .side-box dl#divLinkage ul li, .side-box dl#divCatalog ul li, .side-box dl#divLinkage ul li {
	float: left;
	width: 48%
}
.side-box dl#divArchives ul li:nth-child(2n), .side-box dl#divTags ul li:nth-child(2n), .side-box dl#divFavorites ul li:nth-child(2n), .side-box dl#divLinkage ul li:nth-child(2n), .side-box dl#divCatalog ul li:nth-child(2n), .side-box dl#divLinkage ul li:nth-child(2n) {
	float: right
}
.side-box dl table {
	width: 100%;
	border-collapse: collapse
}
.side-box dl table th, .side-box dl table td {
	border: 1px solid #ddd;
	padding: 5px;
	overflow: hidden;
	text-align: center
}
.side-box dl table caption {
	margin-bottom: 10px
}
.side-box dl table td a {
	color: #FF0000
}
.side-box dl#divSearchPanel dd form {
	display: block;
	position: relative;
	height: 40px;
	width: 100%;
	padding-right: 50px
}
.side-box dl#divSearchPanel dd>div input[type="text"] {
	width: 100%;
	border: 0;
	padding: 0 10px;
	line-height: 30px;
	background-color: #eee
}
.side-box dl#divSearchPanel dd>div input[type="submit"] {
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	border: 0;
	border-radius: 0;
	padding: 0;
	background-color: #f00;
}
.list-nav a {
	display: inline-block;
	line-height: 40px;
	background-color: #fff;
	border-width: 1px;
	border-style: solid;
	border-radius: 3px;
	margin: 0 3px 6px 3px;
	padding: 0 15px;
}
.list-nav a:hover, .list-nav a.on {
	color: #fff;
}
.info-title {
	padding-bottom: 15px;
	border-bottom: 1px dashed #f1f1f1;
}
.info-con {
	line-height: 1.8;
	font-size: 1.6rem;
	font-weight: normal;
}
.info-con a {
	text-decoration: underline;
}
.info-con p, .info-con h2, .info-con h3, .info-con h4 {
	margin-bottom: 0.8em;
}
.info-con ol li {
	list-style: decimal;
}
.info-con h2, .info-con h3 {
	border-left-style: solid;
	border-left-width: 3px;
	background-color: rgba(102, 128, 153, 0.03);
	padding: 6px 20px;
	font-size: 1.8rem;
}
.info-con img, .info-con iframe {
	max-width: 100%!important;
}
.info-con img {
	height: auto!important;
	display: block;
	margin: 0 auto;
}
.info-con h3 {
	font-size: 1.6rem;
}
.info-con blockquote {
	border-left: 10px solid rgba(102, 128, 153, 0.075);
	background-color: rgba(102, 128, 153, 0.05);
	border-radius: 0 5px 5px 0;
	padding: 15px 20px;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0.6em;
	color: #666;
}
.info-tag {
	line-height: 36px;
}
.info-tag a {
	display: inline-block;
	margin-right: 3px;
	padding: 0 10px;
	background-color: #f1f1f1;
	border-radius: 2px;
}
.info-tag a:hover {
	color: #fff;
}
.info-pro-img img {
	width: 100%;
	height: 246px;
}
.info-pro-txt ul li {
	position: relative;
	min-height: 22px;
	line-height: 22px;
	padding-left: 80px;
	color: #999;
}
.info-pro-txt ul li>span {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	color: #555;
}
.info-pro-txt ul li.introduction {
	max-height: 66px;
	overflow: hidden;
}
.fixed-kefu {
	position: fixed;
	left: 50%;
	margin-left: 615px;
	bottom: 40px;
	z-index: 999;
}
.fixed-kefu>ul>li {
	width: 50px;
	height: 50px;
	margin-bottom: 5px;
	position: relative;
}
.fixed-kefu>ul>li>a {
	display: block;
	color: #fff;
	border-radius: 2px;
	outline: 0
}
.fixed-kefu>ul>li>a:hover, .fixed-kefu>ul>li.on>a {
	opacity: 0.9;
}
.fixed-kefu>ul>li>a>i {
	display: block;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 2.2rem;
}
.fixed-kefu>ul>li>a>span {
	line-height: 20px;
	text-align: center;
	padding: 5px 8px;
	font-size: 1.3rem;
}
.fixed-kefu>ul>li>a>span, .fixed-kefu li>a:hover>i, .fixed-kefu li.on>a>i {
	display: none;
}
.fixed-kefu>ul>li>a:hover>span, .fixed-kefu>ul>li.on>a>span {
	display: block;
}
.fixed-kefu li ul {
	position: absolute;
	right: 55px;
	bottom: -25px;
	white-space: nowrap;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
	background: #fff;
	padding: 15px;
	border-style: solid;
	border-width: 1px;
	border-radius: 4px;
	display: none;
}
.fixed-kefu li ul>i {
	position: absolute;
	right: -5px;
	bottom: 45px;
	display: block;
}
.qq-kefu li a {
	position: relative;
	display: inline-block;
	padding: 0 10px 0 25px;
	height: 22px;
	line-height: 22px;
	font-size: 1.2rem;
	color: #1f495d;
	background: url(img/qq2.png) repeat 0 0;
}
.qq-kefu li a::after {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 23px;
	height: 22px;
	background: url(img/qq1.png) repeat 0 0;
}
.qq-kefu li a::before {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 7px;
	height: 22px;
	background: url(img/qq3.png) repeat 0 0;
}
.fixed-kefu li ul.weixin-qrcode {
	padding-left: 165px;
	min-height: 200px;
}
.weixin-qrcode li:first-child {
	position: absolute;
	left: 15px;
	top: 15px;
}
.weixin-qrcode li:nth-child(2) {
	margin-left: 10px;
}
.weixin-qrcode img, .weixin-qrcode li {
	overflow: hidden;
	width: 150px;
}
.fixed-kefu li ul.call-box {
	bottom: 0;
	padding: 0 20px;
	height: 50px;
	line-height: 50px;
	font-size: 2rem;
	color: #fff;
}

@media screen and (max-width: 1198px) {
html {
	font-size: 9px;
}
.wide {
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
}
.row {
	margin-left: -5px;
	margin-right: -5px;
}
[class*='col-'] {
	padding-left: 5px;
	padding-right: 5px;
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-13, .col-14, .col-15, .col-16, .col-17, .col-18, .col-19, .col-20, .col-21, .col-22, .col-23, .col-24, .col-25 {
	width: auto;
}
.col-m-1 {
	width: 4.1666%;
}
.col-m-2 {
	width: 8.3332%;
}
.col-m-3 {
	width: 12.4998%;
}
.col-m-4 {
	width: 16.6664%;
}
.col-m-5 {
	width: 20.833%;
}
.col-m-6 {
	width: 24.9996%;
}
.col-m-7 {
	width: 29.1662%;
}
.col-m-8 {
	width: 33.3328%;
}
.col-m-9 {
	width: 37.4994%;
}
.col-m-10 {
	width: 41.666%;
}
.col-m-11 {
	width: 45.8326%;
}
.col-m-12 {
	width: 50%;
}
.col-m-13 {
	width: 54.1658%;
}
.col-m-14 {
	width: 58.3324%;
}
.col-m-15 {
	width: 64.499%;
}
.col-m-16 {
	width: 66.6656%;
}
.col-m-17 {
	width: 70.8322%;
}
.col-m-18 {
	width: 74.9988%;
}
.col-m-19 {
	width: 79.1654%;
}
.col-m-20 {
	width: 83.332%;
}
.col-m-21 {
	width: 87.4986%;
}
.col-m-22 {
	width: 91.6652%;
}
.col-m-23 {
	width: 95.8318%;
}
.col-m-24 {
	width: 100%;
}
.header .wide {
	padding: 0;
}
.header-location {
	height: 50px;
}
.logo {
	padding: 5px 60px;
	width: 100%;
	position: relative;
	z-index: 1;
	text-align: center;
}
.logo img, .logo h1, .logo h2, .logo a {
	height: 40px;
	text-align: center;
}
.logo img {
	display: inline-block;
}
.search {
	position: absolute;
	right: 10px;
	top: 0;
	text-align: right;
	width: 50px;
	height: 50px;
	z-index: 10;
}
.search-on {
	line-height: 50px;
	font-size: 17px;
}
.nav-on {
	position: absolute;
	display: block;
	width: 50px;
	left: 10px;
	top: 0;
	line-height: 50px;
	z-index: 10;
	font-size: 17px;
}
.nav {
	position: fixed;
	top: 51px;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: scroll;
	padding: 0;
	display: none;
}
.nav>ul {
	background-color: rgba(255,255,255,0.98);
}
.nav>ul>li {
	width: 100%;
	margin: 0;
}
.nav>ul>li>a {
	line-height: 40px;
	padding: 0 15px;
	height: 40px;
	border-bottom: 1px solid #f1f1f1;
}
.nav>ul>li>a:hover, .nav>ul>li.on>a, .nav>ul>li.hover>a {
	line-height: 40px;
}
.nav>ul>li>i {
	position: absolute;
	right: 0;
	top: 0;
	line-height: 40px;
	width: 40px;
	text-align: center;
	background-color: #f6f6f6;
	margin: 0;
}
.nav>ul>li>ul {
	position: relative;
	width: 100%;
}
.search-con {
	left: 3%;
	top: 80px;
	width: 94%;
	margin: 0;
	padding: 10px 10px 5px 10px;
}
.home-flash .swiper-slide img {
	height: auto;
}
.home-pd1 {
	padding: 10px 0 0px 0;
}
.home-pd {
	padding: 15px 0;
}
.mb15, .mb20, .side-box dl {
	margin-bottom: 10px;
}
  .list-nav a{
      /* display: inline-block; */
 line-height: 15px;
    /* background-color: #fff; */
    /* border-width: 1px; */
    /* border-style: solid; */
    /* border-radius: 3px; */
margin: 0;
 padding: 0 5px;
  
  }
.mb10 {
	margin-bottom: 5px;
}
.pd15 {
	padding: 10px;
}
.pd20 {
	padding: 15px;
}
.pd20-3 {
	padding: 15px 15px 5px 15px;
}
.footer {
	padding: 15px 0 54px 0;
}
.footer > .wide {
	padding: 0 10px;
}
.footer dl dd {
	text-align: center;
}
.list-bg {
	padding: 40px 0;
}
.home-around .home-fl-bg {
	width: 100%;
	text-align: center;
}
.home-around .wide {
	padding: 70px 10px 10px 10px;
}
.home-around .row {
	margin: 0
}
.home-about, .home-contact {
	min-height: 10px;
}
.home-about .home-fl-bg, .home-contact .home-fl-bg {
	right: 0;
	padding: 10px;
	left: 0;
}
.home-about .home-fr-txt, .home-contact .home-fr-txt {
	padding: 10px;
	background-color: #fff;
	width: 100%;
}
.fixed-kefu {
	bottom: 0;
	left: 0;
	margin: 0;
	width: 100%;
}
.fixed-kefu > ul > li {
	float: left;
	margin: 0;
	height: auto;
	position: static;
}
.fixed-kefu > ul > li > a {
	border-radius: 0;
	border-right: 1px solid #fff;
	padding: 8px;
}
.fixed-kefu>ul>li>a>i {
	line-height: 20px;
	height: auto;
}
.fixed-kefu>ul>li>a>span, .fixed-kefu li>a:hover>i, .fixed-kefu li.on>a>i {
	display: block;
}
.fixed-kefu>ul>li>a>span {
	padding: 0;
	line-height: 18px;
	height: 18px;
	overflow: hidden;
}
.fixed-kefu li ul {
	right: 0;
	bottom: 55px;
	width: 100%;
	padding: 10px;
}
.fixed-kefu li ul.weixin-qrcode {
	padding: 5px;
	min-height: 1px;
}
.weixin-qrcode li:nth-child(2) {
	margin: 0;
}
.weixin-qrcode li {
	width: 50%;
	margin: 0;
	padding: 5px;
}
.weixin-qrcode li:first-child {
	position: relative;
	top: auto;
	left: auto;
}
.fixed-kefu li ul.call-box {
	display: none!important;
}
.home-about>i, .home-contact>i {
	left: 0;
	right: 0;
	width: 100%;
}
}

@media screen and (max-width: 460px) {
.service-box {
	padding: 15px;
}
.info-fx {
	float: left;
	margin-bottom: 5px;
}
}

@media screen and (max-width: 320px) {
.news-box p.f-gray {
	display: none;
}
.news-box > a {
	width: 80px;
}
.news-box > a > img {
	height: 60px;
}
.news-box {
	padding-left: 90px;
	min-height: 60px;
}
.news-box .pd10 {
	padding: 5px;
}
}
