@charset "UTF-8";

* {
	font: inherit;
	font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

*::before,
*::after {
	-webkit-box-sizing: inherit;
	box-sizing: inherit;
}

html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
blockquote,
pre,
form,
fieldset,
table,
th,
td,
span,
input,
textarea {
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

button,
input,
select,
textarea {
	outline: 0;
}

li,
ol,
ul {
	list-style: none;
}

b,
strong {
	font-weight: bold;
}

img {
	vertical-align: middle;
	border: 0;
	max-width: 100%;
}

:focus {
	outline: 0;
}

a {
	color: inherit;
	text-decoration: none !important;
}

a:hover,
a.active {
	color: #0795ee;
}

a {
	text-decoration: none;
}

a:hover,
a:focus {
	color: #0795ee;
	text-decoration: underline;
}
.clear{clear: both;}
.clearfix {
	zoom: 1;
}

.clearfix::after,
.clearfix::before {
	display: table;
	content: "";
}

.clearfix::after {
	clear: both;
}

.transition {
	-webkit-transition: all ease 0.5s;
	transition: all ease 0.5s;
}

.padding-none {
	padding: 0 !important;
}

.border-none {
	border: none !important;
}

.display-none {
	display: none !important;
}

.left-0 {
	left: 0 !important;
}

.fr {
	float: right !important;
}

.fl {
	float: left !important;
}

input {
	outline: 0;
	-webkit-tap-highlight-color: transparent;
	-webkit-appearance: none;
}

input:focus,
textarea:focus {
	outline: 0;
	border: 1px solid #f60;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block;
}

/*文本*/
.text-left {
	text-align: left;
}

.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.text-justify {
	text-align: justify;
}

.text-align-last {
	text-align-last: justify;
}

.s-block {
	display: block !important;
}

.s-inlineblock {
	display: inline-block !important;
}

.s-inline {
	display: inline !important;
}

.container-fluid,
.container {
	padding: 0 8px;
}

/* 其他差异 */
input {
	-webkit-appearance: none;
	padding: 0px;
	vertical-align: middle;
	line-height: normal;
	border: none;
}

/*顶部*/
.top-section {
	background: #f7f7f7;
	border-bottom: 1px solid #ddd;
}

.top-section .top-name {
	float: left;
}

.top-section .top-name p {
	padding: 10px 0;
	color: #999;
	display: inline-block;
}

.top-section .topNav {
	float: right;
}

.top-section .topNav a {
	padding: 10px 0;
	color: #999;
	display: inline-block;
}

.top-section .topNav a:first-child:after {
	content: "|";
	margin: 0 3px;
	color: #999;
	display: inline-block;
}

/*头部*/
.top-contact {
	float: right;
	height: 100%;
	line-height: 100px;
}

.top-contact span {
	font-size: 14px;
	color: #666;
	line-height: normal;
	display: inline-block;
	padding-bottom: 10px;
	border-bottom: 1px solid #666;
}

.top-contact p {
	cursor: pointer;
	display: inline-block;
	color: #0795ee;
	font-size: 30px;
}

.top-contact p a {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.top-contact p:hover a {
	text-decoration: none;
}

.top-contact .topCellNum {
	float: left;
	height: 114px;
	display: flex;
	align-items: center;
}

.top-contact .topCell {
	width: 90px;
	height: 114px;
	float: left;
	margin-left: 10px;
	text-align: center;
	background: #0795ee;
	border-bottom: 5px solid #03446e;
}

.top-contact .topCell i {
	font-size: 30px;
	color: #fff;
	line-height: 114px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

/*头部 导航*/
.header .logo {
	float: left;
	overflow: hidden;
	margin-right: 10px;
}

.logo-box {
	margin-top: 12px;
	margin-bottom: 12px;
}

.logo_name {
	float: left;
}

.logo_name h2 {
	font-size: 24px;
	margin-top: 15px;
	margin-bottom: 10px;
}

.logo_name p {
	font-size: 14px;
	color: #999;
}

.header {
	position: relative;
	z-index: 999;
}

.header .nav-box {
	float: right;
}

.header .nav-box .navbar-toggle {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: #fff;
	margin-right: 0;
}

.header .nav-box .navbar-toggle span {
	display: block;
	width: 100%;
	height: 3px;
	margin: 3px auto;
	background: #0795ee;
}

.nav li a {
	font-size: 16px;
	color: #333;
	display: inline-block;
	padding: 20px 10px;
}

.nav li a:hover {
	background: none;
}

.pc-nav-box .nav {
	text-align: center;
	font-size: 0;
}

.nav li.active a {
	color: #0795ee;
	font-weight: bold;
	border-bottom: 4px solid #0795ee;
}

.nav li .subnav {
	text-align: center;
	position: absolute;
	font-size: 15px;
	background: #fff;
	z-index: -1;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
	top: 100px;
	left: 0;
	width: 100%;
	-khtml-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
	-webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
	border-bottom: 2px solid #0795ee;
	-webkit-transition: all 1s;
	transition: all 1s;
}

.nav li .subnav li {
	display: block;
	opacity: 0;
	-webkit-transform-origin: top center;
	transform-origin: top center;
}

.nav li .subnav li:nth-child(2n-1) {
	background: #f7f7f7;
}

.nav li .subnav li a {
	padding: 10px 0;
	display: block;
	font-size: 14px;
	color: #666;
}

.nav li .subnav li a:hover {
	background: #0795ee;
	color: #fff;
}

.nav>li {
	position: relative;
	display: inline-block;
}

.nav>li:hover .subnav {
	top: 66px;
	width: 100%;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	z-index: 6666;
}

.nav>li:hover .subnav li {
	opacity: 1;
}

.nav>li:hover>a {
	border-bottom: 4px solid #0795ee;
	color: #0795ee;
}
.logo_1 {
	overflow: hidden;
}

.logo_img {
	float: left;
	display: block;
}

.logo_text {
	float: left;
	padding-top: 15px;
}

.logo_text .h3 {
	font-size: 30px;
	color: #;
	font-weight: 800;
	margin: 0;
}

.logo_text span {
	font-size: 15px;
	color: #;
	letter-spacing: 2px;
	line-height: 40px;
}

.top-contact span {
	font-size: 24px;
	font-weight: bold;
	color: #0795ee
}






/*banner*/
.pc-slide {
	position: relative;
	z-index: 2;
}

.carousel-indicators li {
	height: 7px;
	width: 35px;
}

.carousel-indicators .active {
	height: 9px;
	width: 35px;
}

.carousel-control .iconfont {
	font-size: 26px;
	color: #0795ee;
	line-height: 36px;
}

.carousel-control {
	display: none;
	width: 62px;
	height: 62px;
	border-radius: 40px;
	padding: 15px;
	top: 47%;
	margin: 0 20px;
	background: rgba(255, 255, 255, 0.5);
	-webkit-transition: width 0.3s, background-color 0.3s;
	transition: width 0.3s, background-color 0.3s;
	text-shadow: none;
	opacity: 1;
}

.carousel-control:hover h3 {
	opacity: 1;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
	-webkit-transform: translateX(0);
	transform: translateX(0);
}

.carousel-control:hover {
	width: 160px;
	background: #fff;
}

.carousel-control.right {
	background-image: none;
	text-align: right;
}

.carousel-control.left {
	background-image: none;
	text-align: left;
}

.carousel-control .h3 {
	position: absolute;
	top: 0;
	margin: 0;
	color: #000;
	font-weight: normal;
	text-transform: uppercase;
	white-space: nowrap;
	font-size: 16px;
	line-height: 62px;
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, -webkit-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
	color: #0795ee;
}

.carousel-control.left .h3 {
	right: 20px;
}

.carousel-control.right .h3 {
	left: 20px;
}

.carousel:hover .carousel-control {
	display: block;
}

.carousel-inner>.item {
	z-index: -1;
}

/*共用*/
.m-module {
	padding: 50px 0;
}

.sub-name {
	margin-bottom: 40px;
}

.sub-name p {
	color: #333;
	font-size: 36px;
	text-align: center;
	font-weight: 300;
}

.sub-name span {
	color: #808080;
	display: block;
	text-align: center;
	margin-top: 6px;
	margin-bottom: 20px;
}

.sub-name .line {
	width: 100px;
	height: 2px;
	background: #cac9c9;
	margin: 0 auto;
	position: relative;
}

.sub-name .line em {
	display: inline-block;
	width: 45px;
	height: 2px;
	background: #0795ee;
	position: absolute;
	left: 0;
}

.more-btn {
	text-align: center;
}

.more-btn a {
	margin-top: 30px;
	padding: 4px 20px;
	background: #0795ee;
	border-radius: 6px;
	display: inline-block;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.more-btn a:hover {
	background: #fff;
}

/*产品*/
.pro {
	background: #f6f6f6;
	margin-top: 40px;
}

.proSortList {
	border-radius: 10px;
	overflow: hidden;
	text-align: center;
}

.proSortList .sortItem {
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.proSortList .sortItem a {
	color: #2d2f33;
	font-size: 14px;
	display: block;
	font-weight: 300;
	padding: 12px 4px;
}

.proSortList .sortItem:first-child {
	border-radius: 10px 10px 0 0;
}

.proSortList .sortItem:last-child {
	border-radius: 0px 0px 10px 10px;
}

.proSortList .sortItem:hover {
	background: #0795ee;
}

.proSortList .sortItem:hover a {
	color: #fff;
}

.proSortList .sortTitle {
	background: #0795ee;
}

.proSortList .sortTitle a {
	font-size: 18px;
	color: #fff;
	padding: 20px 10px;
}

.pro-name ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.pro-name ul li {
	float: left;
}

.pro-name ul li a {
	font-size: 14px;
	color: #444;
	display: block;
	line-height: 24px;
	padding: 10px 15px 10px 0;
	text-decoration: none;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.pro-list .pro-list-item {
	margin-bottom: 20px;
}

.pro-list .pro-list-item:hover .pro-items {
	-webkit-box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.05);
}

.pro-list .pro-items {
	border-radius: 2px;
	margin-top: 20px;
	border-bottom: 1px solid #eee;
}

.pro-list .pro-items:hover .pro-img .black {
	opacity: 0;
}

.pro-list .pro-items:hover .pro-title::before {
	width: 100%;
}

.pro-list .pro-items:hover h2 {
	color: #0795ee;
}

.pro-list .pro-items:hover .pro-img img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.pro-list .pro-items .pro-img {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.pro-list .pro-items .pro-img img {
	width: 100%;
	-webkit-transition: all 1s;
	transition: all 1s;
}

.pro-list .pro-items .pro-img .black {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.5;
	-webkit-transition: all 1s;
	transition: all 1s;
}

.pro-list .pro-items .pro-title {
	background: #fff;
	position: relative;
}

.pro-list .pro-items .pro-title:before {
	position: absolute;
	bottom: 0;
	content: "";
	width: 6px;
	height: 1px;
	background: #0795ee;
	-webkit-transition: all 1s;
	transition: all 1s;
}

.pro-list .pro-items h2 {
	font-size: 14px;
	color: #666;
	text-align: center;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pro-list .pro-items h2:hover {
	cursor: pointer;
}

/*关于我们*/
.pc-about {
	position: relative;
	margin-top: 40px;
	background-size: cover;
}

.pc-about .black03 {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	left: 0;
	background: rgba(0, 0, 0, 0.55);
}

.pc-about .m-about {
	position: relative;
}

.pc-about .m-about .about-black-left {
	position: absolute;
	right: 100%;
	height: 100%;
	width: 100%;
	top: 0;
}

.pc-about .about-main {
	width: 100%;
	margin-top: 30px;
}

.pc-about .about-main .sub-name {
	margin-bottom: 25px;
}

.pc-about .about-main .sub-name p {
	color: #333;
	text-align: left;
}

.pc-about .about-main .sub-name .line {
	margin: 0;
}

.pc-about .about-main .sub-name span {
	text-align: left;
}

.pc-about .about-img {
	width: 100%;
}

.pc-about .about-cont {
	margin: 15px 0;
	overflow: hidden;
	color: #fff;
	line-height: 28px;
	font-size: 14px;
}

.pc-about .about-cont p {
	text-align: justify;
	color: #666;
	line-height: 28px;
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
	text-indent: 2em;
}

.pc-about .about-cont .more-btn {
	text-align: left;
}

.pc-about .about-cont .more-btn a {
	background: #0795ee;
	border: 1px solid #fff;
	padding: 10px 40px;
	border-radius: 30px;
}

.pc-about .about-cont .more-btn a:hover {
	background: #03446e;
	color: #fff;
}

.pc-about .slick-slide img {
	height: 100%;
	height: 160px;
	display: inline-block;
	border: 1px solid #fff;
}

.Box {
	position: relative;
	margin: 0 -20px;
}

.Box .Box_con {
	position: relative;
	padding-bottom: 60px;
}

.Box .Box_con .btns {
	display: block;
	width: 41px;
	height: 41px;
	position: absolute;
	bottom: 0;
	cursor: pointer;
}

.Box .Box_con .btnl {
	background: url(../images/jtl02.png) no-repeat center;
	right: 80px;
}

.Box .Box_con .btnl:hover {
	background: url(../images/jtl03.png) no-repeat center;
}

.Box .Box_con .btnr {
	background: url(../images/jtr02.png) no-repeat center;
	right: 34px;
}

.Box .Box_con .btnr:hover {
	background: url(../images/jtr03.png) no-repeat center;
}

.slick-prev,
.slick-next {
	position: absolute;
	display: block;
	height: 20px;
	width: 20px;
	line-height: 0;
	font-size: 22px;
	cursor: pointer;
	background: transparent;
	color: transparent;
	margin-top: -10px;
	padding: 0;
	border: none;
	outline: none;
}

.Box .conbox .cur {
	margin: 0 20px;
	text-align: center;
}

.pc-about .slick-next {
	width: 41px;
	height: 41px;
	position: absolute;
	right: 20px;
	bottom: -56px;
	z-index: 200;
}

.pc-about .slick-next:before {
	color: #fff;
	display: inline-block;
	font-family: "FontAwesome";
	height: 41px;
	width: 41px;
	content: "";
	background: url(../images/jtr02.png) no-repeat center center;
}

.pc-about .slick-prev {
	width: 41px;
	height: 41px;
	position: absolute;
	right: 70px;
	bottom: -56px;
	z-index: 200;
}

.pc-about .slick-prev:before {
	display: inline-block;
	height: 41px;
	text-align: center;
	width: 41px;
	content: "";
	background: url(../images/jtl02.png) no-repeat center center;
}

.pc-about .slick-prev:hover {
	background: url(../images/jtl03.png) no-repeat center center;
}

.pc-about .slick-next:hover {
	background: url(../images/jtr03.png) no-repeat center center;
}

/* Shrink */
.hvr-shrink {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}

.hvr-shrink:hover,
.hvr-shrink:focus,
.hvr-shrink:active {
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}

/*新闻*/
.pc-news {
	padding: 50px 0;
}

.pc-news .news_list {
	-webkit-transition: all .6s;
	transition: all .6s;
	position: relative;
	left: 0;
	margin-bottom: 25px;
}

.pc-news .news_list:hover .news_title a {
	color: #0795ee;
}

.pc-news .news_list:hover .news-more {
	opacity: 1;
	right: 0;
}

.pc-news .news_list:hover .time {
	right: 18px;
}

.pc-news .news_list:hover .news_imgbox img {
	opacity: 1;
	-webkit-transform: scale(1.08);
	transform: scale(1.08);
}

.pc-news .news_list .borderBox {
	border: 1px solid #e0e0e0;
}

.pc-news .news_imgbox {
	overflow: hidden;
	float: left;
	width: 50%;
}

.pc-news .news_imgbox img {
	width: 100%;
	opacity: 0.78;
	-webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0ms;
	transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0ms;
}

.pc-news .news_text {
	width: 50%;
	float: left;
	background: transparent;
	position: relative;
}

.pc-news .news_text .time {
	float: right;
	color: #999;
	font-size: 13px;
	-webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0ms;
	transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1) 0ms;
	position: relative;
	margin-top: 5px;
}

.pc-news .news_title {
	padding: 20px;
}

.pc-news .news_title .title_box {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border-bottom: 1px solid #efefef;
	padding-bottom: 15px;
	margin-bottom: 10px;
	position: relative;
}

.pc-news .news_title .title_box i {
	color: #0795ee;
	font-size: 18px;
	margin-right: 10px;
}

.pc-news .news_title a {
	color: #333;
	font-size: 18px;
	line-height: 28px;
}

.pc-news .news_title span {
	display: block;
	font-size: 14px;
	color: #666;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	height: 70px;
	text-align: justify;
}

.pc-news .newsDate {
	padding: 15px 20px;
	color: #fff;
	font-size: 14px;
	display: inline-block;
	background: #0795ee;
}

.pc-news .newsDate span {
	display: block;
}

.pc-news .newsDate .day {
	font-size: 46px;
}

.pc-news .more {
	text-align: center;
	background: none;
	color: #0795ee;
}

.pc-news .more:hover a {
	color: #0795ee;
}

.pc-news .more a {
	font-size: 16px;
}

.pc-news .more a i {
	font-size: 18px;
	margin-left: 5px;
	display: inline-block;
}

.pc-news .more-btn {
	text-align: center;
	display: block;
}

.pc-news .more-btn a {
	padding: 10px 40px;
	color: #fff;
	border-radius: 30px;
	display: inline-block;
}

.pc-news .more-btn a:hover {
	background: #0795ee;
}

/*底部*/
.pc-footer {
	color: #aaa;
	padding: 0;
}

.pc-footer .footer-bg {
	background: #13171b;
}

.pc-footer .footer-bg a {
	color: #aaa;
}

.pc-footer .footer-main {
	padding-top: 20px;
	padding-bottom: 20px;
}

.pc-footer .footer-nav h4 {
	color: #fff;
	margin-bottom: 24px;
}

.pc-footer .footer-nav h4 i {
	display: none;
}

.pc-footer .footer-nav ul {
	text-align: center;
}

.pc-footer .footer-nav ul li {
	padding: 5px 0;
	display: inline-block;
}

.pc-footer .footer-nav ul li a {
	font-size: 14px;
	line-height: 26px;
	display: inline-block;
	text-decoration: none;
	padding: 0 40px;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}

.pc-footer .footer-nav {
	border-bottom: 1px solid #0795ee;
	padding-bottom: 5px;
}

.pc-footer .footer-logo {
	width: 28%;
	padding-right: 5%;
	float: left;
	margin-top: 30px;
	margin-right: 10%;
	padding-left: 3%;
}

.pc-footer .footer-logo .sale {
	margin-top: 10px;
}

.pc-footer .footer-logo .sale ul {
	text-align: left;
}

.pc-footer .footer-logo .sale ul li a {
	font-size: 14px;
}

.pc-footer .footer-contact {
	width: 45%;
	float: left;
	padding-right: 10%;
	margin-top: 15px;
}

.pc-footer .footer-contact ul li {
	padding: 7px 0;
	text-align: left;
	display: block;
}

.pc-footer .footer-contact li i {
	margin-right: 5px;
}

.pc-footer .footer-contact li span {
	font-size: 14px;
}

.pc-footer .footer-scan {
	width: 19%;
	float: right;
	margin-top: 30px;
	text-align: center;
}

.pc-footer .footer-scan ul li {
	display: inline-block;
	text-align: center;
}

.pc-footer .footer-scan ul li p {
	font-size: 14px;
	line-height: 26px;
}

.pc-footer .footer-bottom {
	padding: 20px 0;
	background: #0d1013;
}

.pc-footer .footer-bottom a {
	color: #969696;
}

.pc-footer .footer_code {
	padding: 4px;
	width: 150px;
	height: 150px;
	border: 1px solid #71787c;
}

/*友情链接*/
.m-fd-links {
	border-bottom: 1px solid #0795ee;
	padding-bottom: 8px;
	margin: 20px 0 0;
}

.m-fd-links span {
	font-weight: bold;
}

.m-fd-links a {
	font-size: 14px;
	color: #666;
}

.m-fd-links a:hover {
	color: #0795ee;
}

.m-fd-links a::before {
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
	content: '/';
	color: #0795ee;
	padding: 0 5px;
}

/*手机底部*/
.mobile-footer {
	background: #0795ee;
	padding: 0;
	width: 100%;
	position: fixed;
	bottom: 0;
	display: block;
	overflow: hidden;
	z-index: 999;
}

.mobile-footer .mobile-footlist {
	color: #fff;
	display: inline-block;
	text-align: center;
	border-right: 1px solid #aaa;
}

.mobile-footer .mobile-footlist:last-child {
	border-right: none;
}

.mobile-footer .mobile-footlist a {
	text-align: center;
	font-size: 17px;
	line-height: 55px;
}

.mobile-footer .mobile-footlist a i {
	font-size: 20px;
}

.mobile-footer .footLink i {
	font-size: 26px;
}

/*客服*/
.service {
	position: fixed;
	top: 10px;
	right: -210px;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
	z-index: 999999;
	margin: 200px 0 0 0;
}

.service .online a {
	z-index: 99999;
	position: absolute;
	left: -100px;
	top: 0px;
	display: block;
	overflow: hidden;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
	text-decoration: none;
}

.service .online a span {
	display: block;
	font-size: 80px;
	color: #0795ee;
	background: #fff;
	border-radius: 50%;
	height: 100px;
	width: 100px;
	line-height: 100px;
	text-align: center;
}

.service .online_list {
	width: 210px;
	background: #fff;
	position: relative;
	z-index: 99999;
}

.service .online_list .online-title {
	background: #0795ee;
	text-align: center;
	color: #fff;
}

.service .online_list ul {
	border: 2px solid #0795ee;
}

.service .online_list ul li {
	padding: 10px;
	border-bottom: 1px dashed #eee;
	line-height: 24px;
}

.service .online_list ul li img {
	margin-right: 10px;
}

.service .online_list ul li a {
	text-decoration: none;
	color: #333;
}

#online {
	position: relative;
	z-index: 9;
	top: 0px;
}

#service:hover {
	right: 0;
}

#service:hover #online #online_main {
	left: 80px;
	opacity: 0;
	background: none;
}

.smt {
	text-align: center;
}

/*返回顶部*/
.totop {
	width: 46px;
	height: 46px;
	position: fixed;
	right: 30px;
	bottom: 80px;
	z-index: 9999;
	display: none;
	background: rgba(0, 0, 0, 0.4);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	border-radius: 5px;
	color: #fff;
	text-align: center;
	text-decoration: none;
}

.totop i {
	line-height: 46px;
}

.totop:hover {
	background: #0795ee;
}

.totop:hover i {
	color: #fff;
}

/*媒体查询*/
@media (min-width: 1200px) {
	.container {
		width: 1200px;
	}

	.pro-list .pro-items .pro-img {
		height: 218px;
	}

	.pc-news .news_list {
		margin-bottom: 25px;
	}

	.pc-news .news_imgbox {
		height: 284px;
	}

	.pc-about .m-about {
		overflow: hidden;
		background: url(../images/ab0.jpg) no-repeat;
		padding: 50px 35px 0 40px;
	}

	.pc-about .about-main {
		float: left;
		width: 40%;
		margin-top: 0px;
	}

	.pc-about .about-img {
		float: right;
		width: 55%;
	}
}

@media (min-width: 768px) {
	.header .logo-box {
		float: left;
	}

	.nav-box .navbar-toggle {
		display: none;
	}

	.navbar-collapse {
		padding: 0;
	}

	.navbar-collapse .nav>li {
		width: 12.5%;
		padding: 0 4px;
	}

	.header .logo-box {
		float: left;
	}

	.header .logo-box .logo {
		width: 90px;
		height: 90px;
	}

	.pc-footer {
		background-attachment: fixed;
	}
}

@media (min-width: 992px) {
	.pro .pro_sort ul {
		text-align: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.pro .pro_sort ul li {
		width: 18%;
		display: inline-block;
		margin-bottom: 10px;
		margin-top: 10px;
		margin-right: 1em;
		border-radius: 4px;
	}

	.pro .pro_sort ul li:nth-child(5n) {
		margin-right: 0;
	}

	.pro .pro_sort ul li a {
		border-bottom: none !important;
		padding: 10px 0;
	}

	/*** button 4 ***/
	.set_8_button4 {
		display: inline-block;
		font-weight: 400;
		padding: 0px 25px;
		line-height: 45px;
		text-decoration: none;
		cursor: pointer;
		text-align: center;
		-webkit-transition: background 300ms;
		transition: background 300ms;
	}

	.set_8_button4.outline {
		color: #333;
		overflow: hidden;
		position: relative;
	}

	.set_8_button4.outline:before,
	.set_8_button4.outline:after,
	.set_8_button4.outline .lines:before,
	.set_8_button4.outline .lines:after {
		background-color: #0795ee;
		content: "";
		height: 2px;
		left: 0;
		position: absolute;
		top: 0;
		-webkit-transition: -webkit-transform 300ms;
		transition: -webkit-transform 300ms;
		transition: transform 300ms;
		transition: transform 300ms, -webkit-transform 300ms;
		width: 100%;
	}

	.set_8_button4.outline:before {
		bottom: 0;
		top: auto;
	}

	.set_8_button4.outline .lines {
		display: block;
		height: 100%;
		left: 0;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 0;
	}

	.set_8_button4.outline .lines:before,
	.set_8_button4.outline .lines:after {
		height: 100%;
		width: 2px;
	}

	.set_8_button4.outline .lines:after {
		left: auto;
		right: 0;
	}

	.set_8_button4:hover:before {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}

	.set_8_button4:hover:after {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}

	.set_8_button4:hover .lines:before {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}

	.set_8_button4:hover .lines:after {
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.pro-list .pro-items .pro-img {
		height: 170px;
	}

	.pc-about .slick-slide img {
		height: 130px;
	}

	.pc-news .news_imgbox {
		height: 227px;
	}

	.pc-footer .footer-nav ul li a {
		padding: 0 29px;
	}

	.proSortList .sortItem a {
		padding: 10px 4px;
	}

	.pro-list {
		padding: 20px 0;
	}

	.pc-news .news_title .title_box {
		padding-bottom: 5px;
	}

	.pc-news .news_title {
		padding: 12px 20px 10px;
	}
}

@media (max-width: 992px) {
	.pc-news .news_imgbox {
		width: 100%;
	}

	.pc-news .news_text {
		width: 100%;
	}

	.pc-news .news_title {
		padding: 12px 20px 10px;
	}

	.pc-news .news_title .title_box {
		padding-bottom: 5px;
	}

	.pc-news .more {
		margin-bottom: 10px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.navbar-collapse .nav>li {
		padding: 0;
		width: 12%;
		text-align: center;
	}

	.navbar-collapse .nav>li a {
		font-size: 14px;
	}

	.prosort-list ul li a {
		padding: 5px 8px;
	}

	.pro .pro_sort .footer-nav h4 {
		background: #185a9b;
		color: #fff;
		position: relative;
		margin-bottom: 10px !important;
		padding: 15px 0;
		text-align: left;
		font-size: 18px !important;
		padding-left: 15px;
	}

	.pro .pro_sort .sort_list h4 i {
		display: block;
		position: absolute;
		right: 15px;
		cursor: pointer;
		font-size: 16px;
		top: 13px;
		color: #fff;
	}

	.header .logo-box {
		float: left;
		width: 100%;
		max-width: none;
	}

	.header .logo img {
		display: inline-block;
	}

	.header .logo {
		width: 100%;
	}

	.pro-list .pro-items .pro-img {
		height: 278px;
	}

	.pro-list .pro-items .pro-btn {
		left: 20%;
	}

	.pc-news .news_list .news_imgbox {
		height: 176px;
	}

	.pc-about .slick-slide img {
		max-height: 96px;
	}

	.pro-list .pro-items h2 {
		font-size: 14px;
	}

	.pc-news .news-list-item1 .news_title {
		width: 78%;
	}

	.pc-footer .footer-nav ul li a {
		padding: 0 15px;
	}

	.pc-about .m-about .aboutImgBox {
		background-size: 70%;
	}

	.about-main .sub-name {
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 767px) {
	.top-section .container {
		padding: 0;
		text-align: center;
	}

	.top-section .top-contact {
		width: 100%;
		border-left: none;
	}

	.top-section .top-contact p {
		border-right: none;
	}

	.pro-list .pro-items h2 {
		font-size: 14px;
	}

	.pro .pro_sort .sort_list ul li a {
		padding-left: 10px;
	}

	.header .logo img {
		max-width: 100px;
	}

	#navbar {
		position: absolute;
		width: 100%;
		background: #f3f3f3;
		-webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
		box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
		right: 0;
		margin-left: 0;
		margin-right: 0;
		z-index: 666;
		padding: 0;
	}

	.nav li {
		display: block;
		border: none !important;
	}

	.nav li a {
		color: #333;
	}

	.nav li.active a {
		color: #333;
	}

	.nav li .subnav {
		display: none;
		width: 100% !important;
		-moz-opacity: 1 !important;
		-khtml-opacity: 1 !important;
		opacity: 1 !important;
		transform: scale(1) !important;
		-webkit-transform: scale(1) !important;
		-moz-transform: scale(1) !important;
		position: relative;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		margin: 0;
		padding: 0px 20px;
	}

	.nav .dropdown-button {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		width: 50px;
		background: transparent;
		cursor: pointer;
	}

	.sub-name p {
		font-size: 26px;
	}

	.pro-list .pro-items {
		margin-top: 0;
		margin-bottom: 20px;
	}

	.m-module {
		padding: 25px 0;
	}

	.pc-footer .footer-nav,
	.pc-footer .footer-pro,
	.pc-footer .footer-contact,
	.pc-footer .footer-scan {
		width: 100%;
		padding: 0;
	}

	.pc-footer .block_list h4 {
		position: relative;
		margin-bottom: 10px !important;
		padding: 15px 0;
		font-size: 18px !important;
		background: rgba(255, 255, 255, 0.2);
		padding-left: 15px;
	}

	.pc-footer .block_list h4 i {
		display: block;
		position: absolute;
		right: 15px;
		cursor: pointer;
		font-size: 16px;
		top: 13px;
		color: #fff;
	}

	.pc-footer .block_list ul li {
		padding: 5px 0;
	}

	.cont-toggle {
		display: none;
	}

	.footer-scan ul {
		text-align: center;
	}

	.footer-scan ul li {
		margin-right: 4%;
		margin-left: 4%;
	}

	.height {
		height: 56px;
		display: block;
	}

	.header {
		padding: 0 8px;
		background: #0795ee;
	}

	.header .logo_name {
		width: 80% !important;
	}

	.header .logo_name .h2 {
		font-size: 18px;
		line-height: 27px;
		margin: 0;
		color: #fff;
	}

	.footer-bottom .beian span {
		display: block;
	}

	.footer-bottom .beian a {
		display: block;
	}

	.pc-footer .footer-bottom {
		margin-top: 10px;
	}

	.pc-news .news-list-item1 {
		width: 100%;
	}

	.pc-news .news_list {
		width: 100%;
	}

	.pc-news .news_imgbox img {
		opacity: 1;
	}

	.pro-list {
		padding-top: 40px;
	}

	.pc-about .m-about .aboutImgBox {
		background: none;
		padding: 0;
		text-align: center;
	}
}

@media (min-width: 480px) and (max-width: 767px) {
	.pro-list .pro-items .pro-img {
		max-height: 244px;
	}

	.pc-news .news_list .news_imgbox {
		height: 215px;
	}

	.pc-about .slick-slide img {
		height: 86px;
	}
}

@media (max-width: 480px) {
	.pro .pro_sort {
		padding: 0 15px;
	}

	.pro-list .pro-items .pro-img {
		height: 115px;
	}

	.pc-news .news_list .news_imgbox {
		height: 145px;
	}
}

@media (max-width: 375px) {
	.pc-news .news_list .news_imgbox {
		height: 218px;
	}
}

@media only screen and (max-width: 320px) {
	.pro-list .pro-items .pro-btn {
		top: 32%;
		left: 9%;
	}

	.pro-list .pro-items .pro-img {
		height: 100px;
	}

	.pc-news .news_list .news_imgbox {
		height: 184px;
	}

	.pc-about .slick-slide img {
		max-height: 50px;
	}

	.pc-news .news_text .time {
		float: left;
	}

	.pc-news .news_title {
		width: 100%;
	}

	.pc-news .news-list-item1 .news_title {
		width: 78%;
	}

	.mobile-footer .mobile-footlist a i {
		font-size: 19px;
	}
}

@media (min-width: 321px) and (max-width: 480px) {
	.pro-list .pro-items .pro-btn {
		left: 21%;
	}

	.pc-about .slick-slide img {
		height: 66px;
	}
}

/*内页样式*/
.main_title {
	padding: 18px 0;
	border-bottom: 1px solid #eee;
}

.main_title .titbx h2 {
	font-size: 30px;
	color: #0795ee;
	line-height: 42px;
}

.main_title .titbx .titbx-nav {
	float: right;
}

.main_title .localbx {
	text-align: right;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 22px;
}

.main_title .localbx span {
	font-size: 14px;
	color: #999;
}

.main_title .localbx a {
	font-size: 14px;
	color: #555;
}

.left-contact {
	margin-top: 20px;
	padding: 15px;
	background: #0795ee url(../images/contact-bg.png) no-repeat left bottom;
	background-size: cover;
}

.left-contact h4 {
	color: #fff;
	font-size: 22px;
	margin: 20px 0;
}

.left-contact p {
	color: #fff;
	margin: 10px 0;
}

.left-contact p a:hover {
	color: #fff;
}

.more {
	background: #0795ee;
	color: #fff;
	line-height: 32px;
	font-size: 14px;
	display: inline-block;
	padding: 0px 20px;
	margin-top: 5px;
	height: 32px;
}

.more:hover a {
	color: #fff;
}

.n-right .page {
	width: 100%;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #eee;
}

.n-right .page a {
	color: #808080;
	display: inline-block;
	padding: 5px 10px;
	font-size: 14px;
	border: 1px solid #eee;
	text-align: center;
	text-decoration: none;
}

.n-right .page a:hover {
	background: #0795ee;
	border: 1px solid #0795ee;
	color: #fff;
}

.n-right .page a i {
	font-size: 14px;
}

.n-right .page a.selected {
	background: #0795ee;
	border: 1px solid #0795ee;
	color: #fff;
}

.n-right .page_prev {
	border-top: 1px solid #eee;
	padding-top: 20px;
	margin-top: 20px;
}

.n-right .page_prev span {
	color: #0795ee;
}

.n-right .page_prev a {
	color: #333;
}

/*导航*/
button:focus {
	outline: none;
}

.menu-wrap a {
	color: #333;
}

/* Menu Button */
.menu-button {
	z-index: 1000;
	margin: 14px 0 0;
	border: none;
	font-size: 14px;
	color: #666;
	background: transparent;
	text-align: right;
}

.menu-button:hover {
	opacity: 0.6;
}

/* Close Button */
.close-button {
	width: 1em;
	height: 1em;
	position: absolute;
	right: 1em;
	top: 1em;
	overflow: hidden;
	font-size: 20px;
	border: none;
	background: transparent;
	color: transparent;
}

.close-button::before,
.close-button::after {
	content: '';
	position: absolute;
	width: 3px;
	height: 100%;
	top: 0;
	left: 50%;
	background: #bdc3c7;
}

.close-button::before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.close-button::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* Menu */
.menu-wrap {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 50%;
	height: 100%;
	background: #f7f7f7;
	font-size: 1.15em;
	-webkit-transform: translate3d(-500px, 0, 0);
	transform: translate3d(-500px, 0, 0);
	-webkit-transition: -webkit-transform 0.4s;
	transition: -webkit-transform 0.4s;
	transition: transform 0.4s;
	transition: transform 0.4s, -webkit-transform 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	box-shadow: 2px 0 12px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 2px 0 12px rgba(0, 0, 0, 0.3);
	opacity: 0;
}

.menu-wrap .menu-name {
	height: 60px;
	background: #0795ee;
	font-size: 20px;
	text-align: left;
	color: #fff;
	line-height: 60px;
	padding-left: 15px;
}

.menu,
.icon-list {
	height: 100%;
}

.icon-list {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}

.icon-list a {
	display: block;
	padding: 10px;
	text-decoration: none;
	font-size: 14px;
	-webkit-transform: translate3d(0, 500px, 0);
	transform: translate3d(0, 500px, 0);
	border-bottom: 1px dashed #eee;
}

.icon-list a i {
	float: right;
}

.icon-list,
.icon-list a {
	-webkit-transition: -webkit-transform 0s 0.4s;
	transition: -webkit-transform 0s 0.4s;
	transition: transform 0s 0.4s;
	transition: transform 0s 0.4s, -webkit-transform 0s 0.4s;
	-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.icon-list a:nth-child(2) {
	-webkit-transform: translate3d(0, 1000px, 0);
	transform: translate3d(0, 1000px, 0);
}

.icon-list a:nth-child(3) {
	-webkit-transform: translate3d(0, 1500px, 0);
	transform: translate3d(0, 1500px, 0);
}

.icon-list a:nth-child(4) {
	-webkit-transform: translate3d(0, 2000px, 0);
	transform: translate3d(0, 2000px, 0);
}

.icon-list a:nth-child(5) {
	-webkit-transform: translate3d(0, 2500px, 0);
	transform: translate3d(0, 2500px, 0);
}

.icon-list a:nth-child(6) {
	-webkit-transform: translate3d(0, 3000px, 0);
	transform: translate3d(0, 3000px, 0);
}

.icon-list a span {
	margin-left: 10px;
}

/* Shown menu */
.show-menu .menu-wrap {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: -webkit-transform 0.8s;
	transition: -webkit-transform 0.8s;
	transition: transform 0.8s;
	transition: transform 0.8s, -webkit-transform 0.8s;
	-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	opacity: 1;
}

.show-menu .icon-list,
.show-menu .icon-list a {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: -webkit-transform 0.8s;
	transition: -webkit-transform 0.8s;
	transition: transform 0.8s;
	transition: transform 0.8s, -webkit-transform 0.8s;
	-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.show-menu .icon-list a {
	-webkit-transition-duration: 0.9s;
	transition-duration: 0.9s;
}

.show-menu .content::before {
	opacity: 1;
	-webkit-transition: opacity 0.8s;
	transition: opacity 0.8s;
	-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/*产品中心*/
.pro_box {
	margin-top: 40px;
	padding-bottom: 60px;
}

.pro_sort .sort_list {
	background: #f7f7f7;
	padding: 10px;
}

.pro_sort .sort_list h4 {
	color: #000;
	font-size: 22px;
	margin-bottom: 15px;
	margin-top: 10px;
}

.pro_sort .sort_list h4 i {
	display: none;
}

.pro_sort .sort_list ul li a {
	font-size: 14px;
	color: #444;
	display: block;
	line-height: 24px;
	border-bottom: 1px solid #eee;
	padding: 10px 15px 10px 0;
	text-decoration: none;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.pro_sort .sort_list ul li a i {
	margin-right: 8px;
}

.pro_sort .sort_list ul li a:hover {
	color: #0795ee;
}

.all-pro ul li {
	display: block;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.all-pro .pro-li .pro-img-grid {
	overflow: hidden;
}

.all-pro .pro-li .pro-img {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.all-pro .pro-li .pro-img img {
	width: 100%;
	max-width: 100%;
	cursor: pointer;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.all-pro .pro-li .pro-img .black {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.2);
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.all-pro .pro-li .pro-img .pro-btn {
	position: absolute;
	top: 42%;
	left: 40%;
	text-align: center;
}

.all-pro .pro-li .pro-img .pro-btn a {
	display: inline-block;
	width: 43px;
	height: 43px;
	background: #0795ee;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

.all-pro .pro-li .pro-img .pro-btn a i {
	color: #fff;
	line-height: 43px;
}

.all-pro .pro-li:hover .pro-btn a {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.all-pro .pro-li:hover .black {
	opacity: 1;
}

.all-pro .pro-li:hover .pro-img img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.all-pro .pro-li h4 a {
	margin: 16px 0px 4px;
	display: block;
	color: #333;
}

.all-pro .pro-li .pro-detail {
	font-size: 14px;
	color: #808080;
	line-height: 24px;
	max-height: 48px;
	overflow: hidden;
	padding: 0 15px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.all-pro .options {
	text-align: left;
	padding: 4px 5px;
	border: 1px solid #eee;
	background: #f3f3f3;
	margin-bottom: 20px;
}

.all-pro .options a {
	text-decoration: none;
	font-size: 24px;
	color: #999;
	margin: 0 5px;
}

.all-pro .options a:hover {
	color: #0795ee;
}

.all-pro .options a.selected {
	color: #0795ee;
}

.pro-grid ul {
	padding: 0;
	margin: 0 -15px;
}

.pro-grid ul li {
	width: 33.33%;
	text-align: left;
	vertical-align: top;
	margin-bottom: 10px;
	float: left;
	background: #fff;
	padding: 0px 10px;
	-webkit-transition: 0.5s all;
	transition: 0.5s all;
}

.pro-grid .pro-li {
	border: 1px solid #fff;
	background: #fff;
	border-radius: 5px;
	padding: 8px;
}

.pro-grid .pro-li .pro-img-grid {
	-webkit-transition-duration: 0.6s;
	transition-duration: 0.6s;
	width: 100%;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.pro-grid .pro-li:hover {
	border: 1px solid #efefef;
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
}

.pro-grid .pro-li h4 a {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	line-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pro-grid .more {
	display: none;
}

.pro-lists ul li {
	overflow: hidden;
	border-top: 1px solid #eee;
	margin-top: 20px;
	padding-top: 20px;
}

.pro-lists ul li:first-child {
	border-top: none;
	padding-top: 0;
	margin-top: 0;
}

.pro-lists .pro-img-grid {
	float: left;
	width: 23%;
	margin-right: 3%;
	border: 1px solid #eee;
}

.pro-lists .pro-li h4 {
	width: 74%;
	float: left;
}

.pro-lists .pro-li h4 a {
	font-size: 16px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pro-lists .pro-li .pro-detail {
	width: 74%;
	float: left;
	overflow: hidden;
	white-space: normal;
	max-height: 48px;
	line-height: 24px;
	font-size: 14px;
	color: #666;
	margin: 10px 0px;
	padding: 0;
}

.pro-lists .pro-li .more {
	float: left;
	margin-top: 20px;
}

.pro-lists .pro-li .more:hover {
	color: #fff;
}

/*产品列表*/
.inner_pro {
	margin-bottom: 30px;
}

.sp-loading {
	text-align: center;
	max-width: 270px;
	padding: 15px;
	border: 5px solid #eee;
	border-radius: 3px;
	font-size: 14px;
	color: #888;
}

/*产品详情*/
/* Element wrapper */
.pro_wrap {
	display: none;
	line-height: 0;
	font-size: 0;
	border-radius: 3px;
	position: relative;
	width: 100%;
}

/* Thumbnails */
.sp-thumbs {
	display: inline-block;
	width: 100%;
	margin-top: 5px;
}

.sp-thumbs a {
	width: 60px;
	height: 60px;
	margin: 4px;
	border: 1px solid #ccc;
}

.sp-thumbs a:link,
.sp-thumbs a:visited {
	overflow: hidden;
	opacity: .5;
	display: inline-block;
	background-size: cover;
	background-position: center;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.sp-thumbs a:hover {
	opacity: 1;
	border: 1px solid #0795ee;
}

/* Styles for the currently selected thumbnail */
.sp-thumbs a:active,
.sp-current {
	opacity: 1 !important;
	position: relative;
	border: 1px solid #0795ee !important;
}

/* Image currently being viewed */
.sp-large {
	position: relative;
	overflow: hidden;
	top: 0;
	left: 0;
	border: 1px solid #eee;
}

.sp-large a img {
	max-width: 100%;
	height: auto;
}

.sp-large a {
	display: block;
}

/* Panning Zoomed Image */
.sp-zoom {
	position: absolute;
	left: -50%;
	top: -50%;
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
	display: none;
}

/* Lightbox */
.sp-lightbox {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: black;
	background: rgba(0, 0, 0, 0.9);
	z-index: 999999;
	display: none;
	cursor: pointer;
}

.sp-lightbox img {
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	max-width: 90%;
	max-height: 90%;
	border: 2px solid #fff;
}

#sp-prev,
#sp-next {
	position: absolute;
	top: 50%;
	margin-top: -25px;
	z-index: 501;
	color: #fff;
	padding: 14px;
	text-decoration: none;
	background: #000;
	border-radius: 25px;
	border: 2px solid #fff;
	width: 50px;
	height: 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: .2s;
	transition: .2s;
}

#sp-prev {
	left: 80px;
}

#sp-prev:before {
	content: '';
	border: 7px solid transparent;
	border-right: 15px solid #fff;
	position: absolute;
	top: 16px;
	left: 7px;
}

#sp-next {
	right: 80px;
}

#sp-next:before {
	content: '';
	border: 7px solid transparent;
	border-left: 15px solid white;
	position: absolute;
	top: 16px;
	left: 18px;
}

#sp-prev:hover,
#sp-next:hover {
	background: #444;
}

.sp-current-big img {
	width: 100%;
}

.sp-large img {
	max-width: none;
}

.pro_text h2 {
	font-size: 22px;
	margin-top: 15px;
	margin-bottom: 20px;
	line-height: 30px;
}

.pro_text p {
	font-size: 14px;
	color: #666;
	margin-top: 10px;
	line-height: 26px;
	text-indent: 2em;
	text-align: justify;
}

.pro_text .zixun {
	display: inline-block;
	width: 120px;
	line-height: 40px;
	background: #0795ee;
	color: #fff;
	text-align: center;
	border-radius: 10px;
	margin-top: 40px;
	margin-right: 20px;
}

.pro_main .row {
	margin-bottom: 30px;
}

.view_title {
	margin: 20px 0;
	color: #fff;
	border-bottom: 2px solid #0795ee;
}

.view_title span {
	display: inline-block;
	background: #0795ee;
	padding: 10px 20px;
}

.pro-interrelated {
	margin-top: 30px;
}

.pro-interrelated p {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
}

.pro-interrelated ul {
	text-align: center;
}

.pro-interrelated ul li {
	display: inline-block;
	width: 24%;
	margin-right: 0.8%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	cursor: pointer;
}

.pro-interrelated ul li:last-child {
	margin-right: 0;
}

.pro-interrelated ul li a {
	font-size: 14px;
}

.pro-interrelated ul li .proViewImg {
	margin-bottom: 6px;
	width: 100%;
	height: 167px;
	overflow: hidden;
	border: 1px solid #ddd;
}

.pro-interrelated ul li .proViewImg img {
	width: 100%;
}

.interrelated {
	margin-top: 30px;
}

.interrelated p {
	font-size: 14px;
}

.interrelated p:first-child {
	font-weight: bold;
	margin-bottom: 15px;
}

.interrelated p a {
	color: #0795ee;
	margin-right: 15px;
}

.interrelated p a:last-child {
	margin-right: 0;
}

/*关于我们*/
.n-right .about_img {
	text-align: center;
}

.n-right .about_img img {
	padding: 4px;
	border: 1px solid #e1e1e1;
}

.n-right .about-cont {
	margin-top: 20px;
	text-indent: 2em;
	line-height: 26px;
	font-size: 14px;
	color: #666;
	text-align: justify;
}

.n-right .about-cont p {
	text-indent: 2em;
	line-height: 26px;
	font-size: 14px;
	color: #666;
	text-align: justify;
}

/*新闻资讯*/
.news-li .news-img-list {
	width: 35%;
	float: left;
	margin-right: 2%;
	border: 1px solid #eee;
	overflow: hidden;
}

.news-li .news-img-list img {
	width: 100%;
}

.news-li .news-text {
	float: left;
	width: 63%;
}

.news-li .news-text h4 {
	color: #333;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news-li .news-text h4 a {
	text-decoration: none;
	color: #333;
}

.news-li .news-text .news-detail {
	color: #999;
	line-height: 26px;
	max-height: 52px;
	overflow: hidden;
	margin-top: 10px;
	margin-bottom: 15px;
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.news-li .news-text .time {
	margin-top: 10px;
}

.news-li .news-text .time span {
	color: #999;
}

.news-li .news-text .time i {
	margin-right: 15px;
	color: #0795ee;
	font-size: 14px;
}

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

.news ul li .more:hover {
	color: #fff;
}

/*新闻详情*/
.news_content .news-text {
	overflow: hidden;
}

.news_content .news-text h3 {
	font-size: 18px;
	text-align: center;
}

.news_content .news-text h3 a {
	color: #333;
}

.news_content .news-text .time {
	text-align: center;
	margin-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eee;
}

.news_content .news-text .time span {
	color: #999;
	font-size: 13px;
}

.news_content .news-text .time span:first-child {
	margin-right: 15px;
}

.news_content .news-text .time i {
	color: #999;
	margin-right: 5px;
}

.news_content .news-text .news-detail {
	margin-top: 15px;
}

.news_content .news-text .news-detail p {
	font-size: 14px;
	color: #666;
	text-align: justify;
	margin-bottom: 10px;
}

/*联系我们*/
.n-right .t-box1 {
	margin-bottom: 20px;
}

.n-right .t-box1 .items {
	text-align: center;
	width: 32.3%;
	padding: 20px 0;
	float: left;
	margin-right: 1%;
}

.n-right .t-box1 .items:last-child {
	margin-right: 0;
}

.n-right .t-box1 .items img {
	margin-bottom: 10px;
}

.n-right .t-box1 .items p {
	font-size: 14px;
	line-height: 28px;
	color: #666;
}

.n-right .t-box1 .items p span {
	font-size: 16px;
	line-height: 34px;
	color: #000;
}

.n-right .map h4 {
	font-size: 22px;
	color: #333;
	padding-bottom: 20px;
	border-bottom: 1px solid #eee;
}

.n-right .map .map_box {
	margin-top: 20px;
}

.message {
	margin-top: 30px;
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
	padding: 30px 20px;
}

.message h4 {
	font-size: 22px;
	color: #333;
	text-transform: uppercase;
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
}

.message p {
	font-size: 13px;
	color: #808080;
	margin: 10px 0px;
}

.message label {
	font-size: 14px;
	color: #666;
	margin-bottom: 5px;
	font-weight: normal;
}

.message label span {
	color: red;
}

.message .input2 {
	color: #666;
	width: 100%;
	border: 1px solid #ddd;
	line-height: 20px;
	margin-bottom: 15px;
	background: #fff;
	padding-left: 10px;
	font-size: 14px;
	height: 40px;
}

.message .input3 {
	color: #666;
	width: 100%;
	height: 130px;
	border: 1px solid #ddd;
	line-height: 20px;
	margin-bottom: 15px;
	background: #fff;
	padding-left: 10px;
	font-size: 14px;
}

.message .input4 {
	color: #666;
	width: 100px;
	height: 40px;
	border: 1px solid #ddd;
	line-height: 20px;
	margin-bottom: 15px;
	background: #fff;
	padding-left: 10px;
	font-size: 14px;
}

.message .form-btn {
	background: #0795ee;
	color: #fff;
	line-height: 38px;
	font-size: 14px;
	font-family: 'poppins-semibold';
	display: inline-block;
	padding: 0px 26px;
	text-transform: uppercase;
	margin-top: 15px;
	border: medium none;
}

.message .form-btn:first-child {
	margin-right: 10px;
}

/*企业图集*/
.pic-item {
	text-align: center;
	cursor: pointer;
}

.pic-img-box {
	width: 100%;
	height: 0;
	padding-bottom: 60%;
	overflow: hidden;
	border: 1px solid #ddd;
	border-radius: 4px;
}

.pic-img {
	display: inline-block;
	width: 100%;
	height: auto;
	padding: 4px;
	line-height: 1.42857143;
	background-color: #fff;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.pic-list p {
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.gallery-mask {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
	opacity: 0;
	visibility: hidden;
}

.gallery-mask .bg-wrap {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2001;
	background-color: rgba(0, 0, 0, 0.3);
	cursor: pointer;
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
	opacity: 0;
}

.gallery-mask .imgbox {
	position: fixed;
	z-index: 2002;
}

.gallery-mask .imgbox img {
	border: 5px solid #fff;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
	-webkit-transform: scale(0, 0);
	transform: scale(0, 0);
}

.showMask {
	opacity: 1;
	visibility: visible;
}

.showMask .bg-wrap {
	opacity: 1;
}

.gallery-mask .imgbox {
	position: relative;
}

.gallery-mask .imgbox i {
	width: 40px;
	height: 40px;
	background: url(../images/close.png) no-repeat;
	position: absolute;
	right: -15px;
	top: -15px;
}

.showMask .imgbox img {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

/*图片详情*/
.full-main {
	text-align: center;
}

.full-main .full-title {
	font-size: 24px;
	color: #333;
	line-height: 32px;
	padding: 10px 0;
}

.full-main .full-img {
	text-align: center;
	margin: 20px 0;
}

.full-main .full-img img {
	max-width: 70%;
	padding: 3px;
	border: 1px solid #e1e1e1;
}

/*供应信息*/
.supply .news-li .news-text {
	width: 100%;
}

.supply .news-li .news-text h4 {
	font-size: 14px;
	float: left;
	width: 84%;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.supply .news-li .news-text h4 a {
	color: #333;
}

.supply .news-li .news-text h4 a:hover {
	color: #0795ee;
}

.supply .news-li .news-text .time {
	margin-top: 0;
	float: right;
	text-align: right;
	width: 15%;
}

.supply ul li {
	padding-bottom: 6px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #e1e1e1;
	position: relative;
	left: 0;
	-webkit-transition: all .6s;
	transition: all .6s;
}

.supply ul li:hover {
	left: 15px;
}

/*供应信息详情*/
.provide {
	padding: 10px 10px 20px;
	background: #f5f5f5;
}

.provide h2 {
	font-size: 18px;
	font-weight: normal;
	color: #0795ee;
	margin: 14px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.provide ul li {
	font-size: 14px;
	color: #666;
	margin-bottom: 10px;
	line-height: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.provide .call {
	display: block;
	font-size: 20px;
	color: #c30000;
	line-height: 40px;
}

.provide .call i {
	font-size: 30px;
	font-weight: bold;
	margin-right: 15px;
}

.interrelated ul li {
	float: left;
	width: 48%;
	margin-right: 1%;
	background: url(../images/xl01.gif) no-repeat left;
	padding-left: 15px;
	height: 28px;
}

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

.interrelated ul li a {
	color: #666;
	font-size: 14px;
	display: block;
	line-height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.interrelated ul li a:hover {
	color: #0795ee;
}

/*自定义关键字*/
.hm-edit-area a {
	color: #666;
}

.m-p-news ul li {
	border-bottom: 1px dashed #e1e1e1;
	padding-bottom: 6px;
	margin-bottom: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.m-p-news ul li a {
	color: #333;
}

.m-p-news ul li a span {
	color: #333;
}

.m-p-news ul li a .title:before {
	content: "·";
	margin-right: 10px;
	font-weight: 700;
}

/*站点地图*/
.m-site-map .map-content-head .hd-title {
	font-size: 26px;
	color: #000;
}

.m-site-map .map-content-main {
	margin: 33px 0 50px;
}

.m-site-map a:hover {
	color: #0795ee !important;
	text-decoration: underline;
}

.m-site-map .map-panl {
	margin-bottom: 18px;
}

.m-site-map .map-panl h3 {
	color: #333;
	font-weight: 700;
	font-size: 18px;
}

.m-site-map .map-columns {
	margin-top: 18px;
	padding-left: 25px;
}

.m-site-map .map-sub-nav li {
	float: left;
	margin-right: 30px;
	margin-bottom: 10px;
}

.m-site-map .map-sub-nav li a {
	display: block;
	color: #5a574f;
}

.m-site-map .map-sub-nav li a:hover:before {
	background: #c30000;
}

.m-site-map .map-long-word .lw-wrap {
	margin-bottom: 20px;
}

.m-site-map .map-long-word .lw-wrap dt {
	margin-bottom: 10px;
	font-weight: 700;
}

.m-site-map .map-long-word .lw-wrap dt a {
	color: #929292;
}

.m-site-map .map-long-word .lw-wrap dd {
	margin-right: 45px;
	margin-bottom: 10px;
	display: inline-block;
}

.m-site-map .map-long-word .lw-wrap dd a {
	color: #929292;
}

.m-site-map .map-infomation li {
	float: left;
	width: 33.33%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 10px;
}

.m-site-map .map-infomation li a {
	color: #929292;
}

/*媒体查询*/
@media only screen and (max-width: 980px) {
	.news-li .news-img-list {
		width: 30%;
	}
}

@media only screen and (max-width: 768px) {
	.main_title .titbx h2 {
		font-size: 26px;
		float: left;
	}

	.pro_sort .sort_list {
		padding: 0;
	}

	.n-right .pro-grid ul li {
		width: 49%;
		-webkit-transition-duration: 0.6s;
		transition-duration: 0.6s;
		-webkit-transition-timing-function: ease-out;
		transition-timing-function: ease-out;
		margin-right: 2%;
	}

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

	.pro_sort {
		background: none;
	}

	.pro-lists .pro-li .pro-detail {
		padding: 5px 0;
		margin: 5px 0;
	}

	.pro-li h4 a {
		margin: 0 0 4px;
	}

	.pro_sort .sort_list h4 {
		margin-top: 0;
	}

	.pro-lists .pro-li .more {
		margin-top: 5px;
	}

	.pro_sort .block_list h4 {
		background: #0795ee;
		color: #fff;
		position: relative;
		margin-bottom: 10px !important;
		padding: 15px 0;
		text-align: left;
		font-size: 18px !important;
		padding-left: 15px;
	}

	.pro_sort .block_list h4 i {
		display: block;
		position: absolute;
		right: 15px;
		cursor: pointer;
		font-size: 16px;
		top: 13px;
		color: #fff;
	}

	.pro-grid ul {
		margin: 0;
	}

	.pro-li {
		padding: 0;
	}

	.cont_toggle {
		display: none;
	}

	.pic-gallery {
		margin-top: 20px;
	}

	.gallery-mask .imgbox {
		padding: 10%;
	}

	.gallery-mask .imgbox i {
		right: 20px;
		top: 20px;
	}

	.supply .news-li .news-text .time {
		width: 100%;
		text-align: left;
		margin-top: 6px;
	}

	.supply .news-li .news-text h4 {
		width: 100%;
	}

	.interrelated ul li {
		width: 100%;
	}

	.pro_box {
		margin-top: 20px;
	}
}

@media screen and (max-width: 480px) {
	.pro-li .pro-img-grid {
		width: 100%;
	}

	.pro_sort {
		padding: 0;
	}

	.n-right {
		padding: 0;
	}

	.pro-lists .pro-li .more {
		margin-top: 5px;
	}

	.pro-li h4 a {
		margin: 10px 0 4px;
	}

	.n-right .pro-grid ul li {
		width: 100%;
		padding: 0;
		margin-right: 0;
	}

	.pro_sort .sort_list {
		padding: 0;
	}

	.pro-lists .pro-li .pro-detail {
		width: 100%;
	}

	.news-li .news-img-list {
		width: 100%;
	}

	.news-li .news-text {
		width: 100%;
		margin-top: 15px;
	}

	.n-right .t-box1 .items {
		width: 49%;
	}

	.pro_text h2 {
		font-size: 17px;
	}

	.all-pro .pro-lists .pro-li .pro-img {
		height: 290px;
	}

	.pro_main .row {
		margin-right: 0;
		margin-left: 0;
	}

	.pro_main .row div.col-sm-6 {
		padding: 0;
	}

	.pro-interrelated ul li {
		width: 48%;
	}
}

@media (min-width: 768px) and (max-width: 1200px) {
	.pro-lists .pro-li .more {
		margin-top: 10px;
	}
}

@media (min-width: 1200px) {
	.pro-grid .pro-li .pro-img {
		height: 210px;
	}

	.pro-lists .pro-li .pro-img {
		height: 159px;
	}

	.news-li .news-img-list {
		height: 182px;
	}

	.sp-large {
		height: 414px;
	}

	.products_main .sp-large {
		height: 337px;
	}
}

@media (min-width: 992px) and (max-width: 1200px) {
	.pro-grid .pro-li .pro-img {
		height: 163px;
	}

	.pro-lists .pro-li .pro-img {
		height: 127px;
	}

	.news-li .news-img-list {
		height: 146px;
	}

	.sp-large {
		height: 326px;
	}

	.products_main .sp-large {
		height: 267px;
	}

	.provide .call {
		font-size: 18px;
	}

	.provide .call i {
		font-size: 24px;
	}

	.pro-interrelated ul li {
		width: 23.8%;
	}

	.pro-interrelated ul li .proViewImg {
		height: 132px;
	}
}

@media (min-width: 767px) and (max-width: 992px) {
	.pro-grid .pro-li .pro-img {
		height: 118px;
	}

	.pro-lists .pro-li .pro-img {
		height: 96px;
	}

	.news-li .news-img-list {
		height: 111px;
	}

	.sp-large {
		height: 243px;
	}

	.pro_text .zixun {
		margin-right: 0;
	}

	.provide .call {
		font-size: 13px;
	}

	.provide .call i {
		font-size: 18px;
	}

	.products_main .sp-large {
		height: 200px;
	}

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

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

	.pro-interrelated ul li {
		width: 23.6%;
	}

	.pro-interrelated ul li .proViewImg {
		height: 100px;
	}
}

@media only screen and (width: 768px) {
	.pro-grid .pro-li .pro-img {
		height: 177px;
	}

	.news-li .news-img-list {
		height: 123px;
	}

	.products_main .sp-large {
		height: 200px;
	}

	.pro-interrelated ul li {
		width: 23.8%;
	}

	.pro-interrelated ul li .proViewImg {
		height: 100px;
	}
}

@media (min-width: 480px) and (max-width: 767px) {
	.pro-grid .pro-li .pro-img {
		max-height: 244px;
	}

	.news-li .news-img-list {
		height: 123px;
	}

	.sp-large {
		height: 396px;
	}

	.pro-interrelated ul li {
		width: 23.6%;
	}

	.pro-interrelated ul li .proViewImg {
		height: 86px;
	}
}

@media (min-width: 321px) and (max-width: 479px) {
	.pro-grid .pro-li .pro-img {
		height: 290px;
	}

	.pro-lists .pro-li .pro-img {
		height: 290px;
	}

	.news-li .news-img-list {
		height: 218px;
	}

	.sp-large {
		height: 357px;
	}

	.products_main .sp-large {
		height: 292px;
	}

	.pro-interrelated ul li .proViewImg {
		height: 132px;
	}
}

@media screen and (max-width: 320px) {
	.pro-lists .pro-li .pro-img {
		height: 245px;
	}

	.news-li .news-img-list {
		height: 185px;
	}

	.sp-large {
		height: 302px;
	}

	.products_main .sp-large {
		height: 233px;
	}

	.n-right .t-box1 .items p {
		font-size: 13px;
	}

	.provide .call {
		font-size: 16px;
	}

	.provide .call i {
		font-size: 18px;
	}

	.pro-interrelated ul li .proViewImg {
		height: 112px;
	}
}






/*友情链接*/
.links{
	width: 100%;
}
.links .linknr{
	max-width: 1200px;
	margin: 0 auto;
	line-height: 50px;
	font-size: 14px;
}
.links .linknr a{
	padding: 5px 10px;
}


.content{
    width: 1200px;
    margin: 0 auto;
}
@media (max-width:900px) {
	.content{
	    width: 100%;
	}
}







/*业务领域*/
.Business {
	width: 100%;
}

.BusinessCenter {
	width: 1200px;
	margin: 0 auto;
}

.ETitle {
	margin:30px auto 30px;
	text-align: center;
}

.ETitle .h1 {
	color: #0795ee;
	font-size: 36px;
	font-weight: bold;
	margin: 0;
}

.ETitle span {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

.BusinessList {
	width: 1200px;
	border-bottom: 1px solid #e6e6e6;
	display: table;
	line-height: 60px;
	text-align: center;
	align-items: center;

}

.BusinessList a {
	display: inline-block;
	width: 150px;
	font-size: 18px;
}

.BusinessList .Current {
	border-bottom: 5px solid #0795ee;
}

.BusinessList .Current,
.BusinessList a:hover {
	color: #0795ee
}

.BusinessShow {
	margin: 30px -20px;
	height: auto;
	display: inline-block;
}

.BusinessShow li {
	width: 285px;
	height: 264px;
	box-shadow: 0 0 12px #ddd;
	float: left;
	margin: 20px 0 0 20px;
}

.ShowImg {
	width: 285px;
	height: 214px;
	overflow: hidden;
}

.ShowImg img {
	width: 285px;
	height: 214px;
	transition: all 0.6s;
}

.ShowName {
	line-height: 50px;
	text-align: center;
	font-weight: normal;
}

.BusinessShow li:hover .ShowName {
	background: #0795ee;
	color: white;
}

.BusinessShow li:hover .ShowImg img {
	transform: scale(1.2);
}

.More {
	margin: 0 auto 50px;
	clear: both;
	width: 163px;
	height: 50px;
}

.More a {
	border: 1px solid #333;
	display: block;
	width: 163px;
	height: 50px;
	line-height: 50px;
	text-align: center;
}

.More a:hover {
	background: #0795ee;
	color: white;
	border: none;
}
@media (max-width:900px) {
	.BusinessCenter{
		width: 100%;
	}
	.ETitle{
		margin: 30px;
	}
	.ETitle .h1{
		font-size: 26px;
	}
	.ETitle span{
		font-size: 18px;
	}
	.BusinessList{
		width: 100%;
	}
	.BusinessList a{
		width: 31%;
		margin: 0 1%;
		line-height: 35px;
		font-size: 16px;
	}
	.BusinessShow{
		margin: 20px 0 0;
	}
	.BusinessShow li{
		width: 48%;
		margin: 0 1%;
		height: 180px;
	}
	.ShowImg{
		width: 100%;
		height: 130px;
	}
	.ShowImg img{
		width: 100%;
		height: 130px;
	}
	.More{
		margin: 10px auto 30px;
	}
}













/*publictitle*/
.publictitle{}
.publictitle .pb_cn{line-height:31px;height:31px;font-size:20px;color:#333;text-align:center;}
.publictitle .pb_title{font-size:36px;text-align:center;font-weight:bold;height:57px;color:#0795ee;line-height:57px;}
.publictitle .sub_title{font-size:20px;height:32px;line-height:32px;color:#333;text-align:center;font-weight:600;letter-spacing:1px;}
.publictitle .pb_line{width:39px;height:2px;background:#0795ee;display:block;margin:0 auto;margin-top:12px;}
/*ground*/
#groundbg{background:#EFEFEF;padding-top:60px;}
#ground{width:1200px;margin:0 auto;padding-bottom:50px;position:relative;}
#ground .groundlist{box-shadow:0 0 6px rgba(0,0,0,.2);margin-top:29px;background:#FFF;padding:35px 35px 54px;height: auto;overflow: auto;}
#ground .groundlist li{width:180px;float:left;padding-top:21px;margin-left:10px;padding-bottom:17px;margin-top:15px;}
#ground .groundlist li:nth-child(6n+1){margin-left:0;}
#ground .groundlist li .g_img{width:67px;height:67px;margin:0 auto;border-radius:50%;}
#ground .groundlist li .g_img.g_img1{background:url(../images/youshiicon1.png) no-repeat center center #0795ee;}
#ground .groundlist li .g_img.g_img2{background:url(../images/youshiicon2.png) no-repeat center center #0795ee;}
#ground .groundlist li .g_img.g_img3{background:url(../images/youshiicon3.png) no-repeat center center #0795ee;}
#ground .groundlist li .g_img.g_img4{background:url(../images/youshiicon4.png) no-repeat center center #0795ee;}
#ground .groundlist li .g_img.g_img5{background:url(../images/youshiicon5.png) no-repeat center center #0795ee;}
#ground .groundlist li .g_img.g_img6{background:url(../images/youshiicon6.png) no-repeat center center #0795ee;}
#ground .groundlist li .g_img.g_img7{background:url(../images/youshiicon7.png) no-repeat center center #0795ee;}
#ground .groundlist li .g_img.g_img8{background:url(../images/youshiicon8.png) no-repeat center center #0795ee;}
#ground .groundlist li .g_img.g_img9{background:url(../images/youshiicon9.png) no-repeat center center #0795ee;}
#ground .groundlist li .g_img.g_img10{background:url(../images/youshiicon10.png) no-repeat center center #0795ee;}
#ground .groundlist li .g_img.g_img11{background:url(../images/youshiicon11.png) no-repeat center center #0795ee;}
#ground .groundlist li .g_img.g_img12{background:url(../images/youshiicon12.png) no-repeat center center #0795ee;}
#ground .groundlist li p{color:#333;font-size:20px;text-align:center;margin-top:14px;}
#ground .groundlist li p span{color:#666;font-family:Arial;font-size:14px;}
#ground .groundlist li:hover{box-shadow:0 0 5px rgba(0,0,0,.7);background:#F5F5F5;cursor:pointer;}
#ground .g_bottom{width:332px;height:48px;background:#0795ee;border-radius:24px; margin: 20px auto 0;}
#ground .g_bottom .g_btn{width:189px;height:48px;line-height:48px;background:#FFF;border:1px solid #d7d7d7;border-radius:24px;display:block;float:left;color:#4f4f4f;font-size:18px;text-align:center;}
#ground .g_bottom p{line-height:48px;height:48px;color:#FFF;font-size:18px;width:100%;text-align: center;}
@media (max-width:900px) {
	#ground{
		width: 100%;
	}
	.publictitle .pb_title{
		font-size: 26px;
	}
	#ground .groundlist{
		padding: 5px;
	}
	#ground .groundlist li{
		width: 48%;
		margin: 0 1% !important;
		padding: 5px 0;
	}
}




/*case*/
.cp_t{font-size: 40px;color: #333;text-align: center;height: 80px;line-height: 40px;overflow: hidden;}
.cp_t a{color: #333;}
.cp_t i{color: #FF4200;}
.cp_t span{display: block;font-size: 20px;font-weight: normal;}
.case{padding:50px 0;background:url(../images/case_bg.jpg) no-repeat bottom center;    background-size: 100% 100%;}
.case h3{margin-top: 40px;height: 66px;text-align: center;font-size: 0;line-height: 16px;}
.case h3 a{color: #333;padding:0 18px;font-size: 16px;}
.case h3 i{color: #ababab;font-size: 16px;}
.case h3 i.none{display: none;}
.case h3 a:hover{color: #0795ee;}
.case_list{height: 450px;position: relative;}
.case_list li{float: left;width: 363px;background: #fff;margin-right: 55px;text-align: center;}
.case_list li i{display:block;height: 272px;overflow: hidden;}
.case_list li img{width: 363px;height: 272px;transition:all 0.5s;}
.case_list li span{display:block;font-size: 20px;color: #333;margin:0 30px 12px;height: 64px;line-height: 64px;border-top:1px solid #d9d9d9;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.case_list li p{font-size: 14px;color: #666;line-height: 22px;padding:0 35px;}
.case_list li i:hover img{transform:scale(1.05);}
.case_list li:hover{box-shadow:0 0 30px rgba(0,0,0,0.15);}
.case_list li:hover span{color: #0795ee;}
.case_list .prev{position: absolute;left: -60px;top: 250px;width: 50px;height: 50px;background:url(../images/prev1.png) no-repeat;z-index: 10;}
.case_list .next{position: absolute;right: -60px;top: 250px;width: 50px;height: 50px;background:url(../images/next1.png) no-repeat;z-index: 10;}
.case_list .prev:hover{background:url(../images/prev1h.png) no-repeat;}
.case_list .next:hover{background:url(../images/next1h.png) no-repeat;}
.case_list .tempWrap{width: 100% !important;}
@media (max-width:900px) {
	.case{
		padding: 30px 0;
	}
	.cp_t{
		font-size: 26px;
		margin: 0 auto 20px !important;
	}
	.case_list .tempWrap{
		max-width: 360px;
		margin: 0 auto;
	}
	.case_list li{
		width: 100%;
		max-width: 363px;
	}
}





/*选择理由*/
.main-title {
  text-align: center;
}
.main-title .h3 {
  text-align: center;
  width: 100%;
  position: relative;
  background: url(../images/tbg.png) no-repeat bottom center;
  height: 95px;
}
.main-title .h3 b {
  color: #3d3d3d;
  font-size: 36px;
  display: block;
  font-weight: 500;
}
.main-title .h3 small {
  color: #7c7c7c;
  font-size: 16px;
  display: block;
  margin-top: -4px;
}
.reason-bar .wm {
    width: 1200px;
    margin: 0 auto;
}
.reason-bar {
  width: 100%;
  min-width: 1200px;
  overflow: hidden;
  height: 658px;
  background: url("../images/reason.jpg") no-repeat center;
  background-attachment: fixed;
  background-size: cover;
}
.reason-bar .main-title {
  margin-top: 40px;
}
.reason-bar .main-title .h3 {
  background: url("../images/line.png") no-repeat bottom center;
}
.reason-bar .main-title .h3 b {
  font-size: 24px;
  color: #fff;
}
.reason-bar .main-title .h3 small {
  color: #0795ee;
  font-size: 32px;
  line-height: 68px;
  margin: 0;
}
.reason-bar ul li {
  width: 288px;
  float: left;
  margin-right: 16px;
  position: relative;
  transition: 500ms ease;
  -webkit-transition: 500ms ease;
}
.reason-bar ul li:hover {
  transform: translateY(-5px);
}
.reason-bar ul li:hover .r-txt b,
.reason-bar ul li:hover .r-txt small {
  transform: translateY(-5px);
}
.reason-bar ul li:last-child {
  margin-right: 0;
}
.reason-bar ul li:nth-of-type(odd) span {
  background: url(../images/dbx.png) no-repeat;
}
.reason-bar ul li:nth-of-type(odd) .r-txt {
  background: #fff;
}
.reason-bar ul li:nth-of-type(even) {
  margin-top: 30px;
}
.reason-bar ul li:nth-of-type(even) span {
  background: url(../images/dbx2.png) no-repeat;
}
.reason-bar ul li:nth-of-type(even) .r-txt {
  background: #0795ee;
}
.reason-bar ul li:nth-of-type(even) .r-txt b {
  color: #fff;
}
.reason-bar ul li:nth-of-type(even) .r-txt small {
  color: #fff;
}
.reason-bar ul li span {
  display: block;
  width: 50px;
  height: 60px;
  font-family: numFont!important;
  text-align: center;
  line-height: 60px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 55px;
  font-size: 20px;
  color: #fff;
}
.reason-bar ul li span:after {
  position: absolute;
  content: '';
  width: 18px;
  height: 1px;
  background: #fff;
  display: block;
  left: 50%;
  transform: translateX(-50%);
  top: 43px;
}
.reason-bar ul li p {
  width: 288px;
  height: 178px;
  overflow: hidden;
}
.reason-bar ul li p img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.reason-bar ul li .r-txt {
  width: 288px;
  height: 178px;
}
.reason-bar ul li .r-txt b {
  display: block;
  font-size: 16px;
  color: #303030;
  text-align: center;
  padding-top: 30px;
  transition: 500ms ease;
  -webkit-transition: 500ms ease;
}
.reason-bar ul li .r-txt small {
  display: block;
  color: #585757;
  font-size: 14px;
  margin: 0 auto;
  width: 242px;
  margin-top: 12px;
  text-align: center;
  line-height: 26px;
  transition: 500ms ease;
  -webkit-transition: 500ms ease;
}
@media (max-width:900px) {
	.reason-bar{
		min-width: unset;
		height: auto;
		padding-bottom: 30px;
	}
	.reason-bar .wm{
		width: 100%;
	}
	.reason-bar .main-title{
		width: 96%;
		margin: 0 auto;
	}
	.reason-bar .main-title .h3{
		background-size: 100% 83%;
		height: 77px;
	}
	.reason-bar .main-title .h3 b{
		font-size: 20px;
	}
	.reason-bar .main-title .h3 small{
		font-size: 26px;
		line-height: 50px;
	}
	.reason-bar ul li{
		width: 48%;
		margin: 0 1% !important;
	}
	.reason-bar ul li span{
		top: 10px;
	}
	.reason-bar ul li .list{
		height: 40px;
	}
	.reason-bar ul li p{
		width: 100%;
		height: auto;
	}
	.reason-bar ul li .r-txt{
		width: 100%;
		height: 195px;
	}
	.reason-bar ul li .r-txt b{
		padding-top: 5px;
	}
	.reason-bar ul li .r-txt small{
		width: 90%;
	}
}





/*案例*/

.biaoti_1{
	font-size: 30px;
	margin-top: 60px;
	text-align: center;
}
.biaoti_1 span{
	color: #0795ee;
}
.biaoti_img img{
	margin: 0 auto;
	display: block;
	margin-top: 10px;
	text-align: center;
}
.biaoti_2{
	text-align: center;
	line-height:40px;
}


.anli_all{
	width: 1200px;
	margin: 0 auto;
	margin-top: 30px;
}
.anli_one{
	width: 600px;
	float: left;
}
.anli_left{
	width: 300px;
	height: 300px;
	float: left;
	background: #efefef;
	padding-top: 60px;
}
.anli_left img{
	display: block;
	margin: 0 auto;
}
.anli_img img{
	width: 300px;
	height: 300px;
	overflow: hidden;
	float: left;
}
.anli_name{
	color: #424242;
	text-align: center;
	font-size: 20px;
	line-height: 50px;
}
.anli_ms{
	color: #808080;
	font-size: 14px;
	text-align: center;
	line-height:26px;
}
.anli_jt img{
	display: block;
	margin: 0 auto;
	margin-top:15px;
	transition: all 1s;
}
.anli_jt:hover img{
	transform:all scale(1.1);
}
.anli_img11{
	width: 900px;
	height: 300px;
	float: left;
}
.anli_one11{
	width: 1200px;
	
}
.anli_left11{
	width: 300px;
	height: 300px;
	float: left;
	background: #0795ee;
	padding-top: 60px;
}
.anli_left11 img{
	display: block;
	margin: 0 auto;
}
.anli_name1{
	color: #fff;
	text-align: center;
	font-size: 20px;
	line-height: 50px;
}
.anli_ms1{
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height:26px;
}
@media (max-width:900px) {
	.biaoti_1{
		margin-top: 30px;
		font-size: 26px;
	}
	.anli_all{
		width: 100%;
		margin-bottom: 30px;
	}
	.anli_one{
		width: 100%;
		margin-bottom: 5px;
	}
	.anli_left{
		width: 48%;
		margin: 0 1%;
		height: 172px;
		padding-top: 17px;
	}
	.anli_left img{
		width: 40px;
		height: auto;
	}
	.anli_img{
		width: 49%;
		margin: 0 0.5%;
		float: left;
		height: 172px;
	}
	.anli_img img{
		width: 100%;
		height: 172px;
	}
	.anli_one11{
		width: 100%;
	}
	.anli_img11{
		width: 49%;
		margin: 0 0.5%;
		float: left;
		height: 172px;
	}
	.anli_img11 img{
		width: 100%;
		height: 172px;
	}
	.anli_left11{
		width: 48%;
		margin: 0 1%;
		height: 172px;
		padding-top: 17px;
	}
	.anli_left11 img{
		width: 40px;
		height: auto;
	}
}




/*横幅板块*/
.hfbk{
	width: 100%;
	background: url(../images/hfbj.jpg) no-repeat;
	background-size: 100%;
	height: 200px;
}
.hfbk .bkwz{
	width: 1200px;
	margin: 0 auto;
	padding-top: 40px;
}
.hfbk .bkwz .bkswz{
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	margin-left: 45px;
}
.hfbk .bkwz .bkxwz{
	color: #fff;
	font-size: 20px;
	margin-left: 260px;
	margin-top: 10px;
}
@media (max-width:900px) {
	.hfbk{
		background-size: 100% 100%;
		height: 90px;
	}
	.hfbk .bkwz{
		width: 100%;
		margin: 0 auto;
		padding-top: 10px;
	}
	.hfbk .bkwz .bkswz{
		font-size: 20px;
		margin: 0;
		text-align: center;
	}
	.hfbk .bkwz .bkxwz{
		margin: 10px 0 0;
		text-align: center;
		font-size: 14px;
	}
}




/*关于我们*/
.about_bj{
	width: 100%;
	height: auto;
	overflow: auto;
	padding-bottom: 30px;
}
.about{
	width: 1200px;
	margin: 0 auto;
	padding: 50px 0;
	font-family: "微软雅黑","黑体";
}
.about .aboutbt{
	text-align: center;
	font-size: 30px;
	color:#0795ee;
	font-weight: bold;
	font-family: "微软雅黑","黑体";
}
.about .gyzt{
	width: 100%;
	margin-top: 30px;
}
.about .gyzt .gyzw{
	width: 55%;
	float: left;
	text-indent: 2em;
	font-size: 16px;
	line-height: 35px;
	margin-top: 10px;
	font-family: "微软雅黑","黑体";
	color: #333;
}
.about .gyzt .gyyt{
	width: 43%;
	float: right;
	height: 365px;
	overflow: hidden;
}
.about .gyzt .gyyt img{
	width: 100%;
}
.focusBox { position: relative; width:100%; height:100%; overflow: hidden; }
.focusBox .pic{ position:relative; z-index:0; }
.focusBox .pic img { width:100%;height: auto; display: block; }
.focusBox .hd { width:100%; position: absolute; bottom: 10px; text-align: center; font-size:0; z-index:1; }
.focusBox .hd li{margin: 0 5px; background: url(../images/dot.png) no-repeat 0 -16px; height: 16px; overflow: hidden; width: 16px; cursor: pointer;
	display:inline-block; *display:inline; zoom:1;  _background: url(../images/dot8.png) no-repeat 0 -16px;
}
.focusBox .hd .on{ background-position:0 0; }
.focusBox .prev,
.focusBox .next { width: 60px; height: 90px; margin: -60px 0 0; display: none; background: url(../images/ad_ctr.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; filter:alpha(opacity=20);opacity:0.2;  }
.focusBox .prev { left: 0; }
.focusBox .next { background-position: 0 -90px; right: 0; }
.focusBox .prev:hover,
.focusBox .next:hover { filter:alpha(opacity=50) !important;opacity:0.5 !important;  }
.abts .aboutbt{
	color: #0795ee;
}
.abts .gyzt .gyzw{
	color: #333;
}
@media (max-width:900px) {
	.about{
		width: 100%;
		height: auto;
		overflow: auto;
		padding: 30px 0 0;
	}
	.about .aboutbt{
		font-size: 26px;
	}
	.about .gyzt{
		margin-top: 20px;
	}
	.about .gyzt .gyzw{
		width: 98%;
		margin: 0 1%;
		font-size: 15px;
		line-height: 25px;
	}
	.about .gyzt .gyyt{
		width: 98%;
		margin: 5px 1% 0;
		height: auto;
	}
}






/*服务流程*/
.w1200 {
    width: 1200px;
    margin: 0 auto;
}
.index_title{height:50px; line-height:50px; margin-top:30px; text-align:center; font-size:36px; font-weight:bold; overflow:hidden;}
.index_title img{vertical-align:middle; padding:0 15px;}
.index_title_blue{height:50px; line-height:50px; margin-top:30px; text-align:center; font-size:36px; font-weight:bold; color:#0795ee; overflow:hidden;}
.index_title_blue img{vertical-align:middle; padding:0 15px;}
.index_title_sub{height:25px; left:25px; margin-bottom:15px; text-align:center; font-size:14px; color:#999; overflow:hidden;}
#index_service{width:100%; padding-bottom:45px;}
#index_service .box .t{height:165px; background:url(../images/line1.png) repeat-x 0 45px;}
#index_service .box .t ul{float:left; width:120px; height:165px; margin:0 15px; overflow:hidden; cursor:pointer;}
#index_service .box .t .img{width:100px; height:100px; margin:0 auto; text-align:center; background:url(../images/sbg_0.png) no-repeat; overflow:hidden; position:relative;display: flex;
    justify-content: center;
    align-items: center;}
#index_service .box .t .name{height:40px; line-height:20px; margin-top:15px; text-align:center; font-size:14px; overflow:hidden;}
#index_service .box .t ul.cur .img{background:url(../images/sbg_1.png) no-repeat;}
#index_service .box .t ul.cur .img img{display:none;}
#index_service .box .t ul.cur .img img.hide{display:block !important;}
#index_service .box .t ul.cur .name{color:#0795ee; font-weight:bold;}
#index_service .box .d{width:1200px; height:340px; padding:50px; background:#ececec; overflow:hidden;}
#index_service .box .d .item{display:none;}
#index_service .box .d .item .img{width:490px; overflow:hidden;}
#index_service .box .d .item .des{width:560px; overflow:hidden;}
#index_service .box .d .item .des .t{height:50px; line-height:50px; font-size:28px; font-weight:bold; color:#0795ee; overflow:hidden;}
#index_service .box .d .item .des .b{height:125px; line-height:25px; margin:12px 0; font-size:16px; overflow:hidden;}
#index_service .box .d .item .des .online{display:block; width:120px; height:36px; line-height:36px; background:url(../images/inquery.jpg) no-repeat; color:#fff; font-size:14px; text-indent:45px; overflow:hidden;}
@media (max-width:900px) {
	#index_service{
		padding-bottom: 30px;
	}
	.index_title{
		font-size: 26px;
		line-height: 35px;
		height: 35px;
	}
	#index_service .box .t{
		height: auto;
		background: unset;
	}
	#index_service .box .t ul{
		width: 21%;
		margin: 0 2%; 
	}
	#index_service .box .t .img{
		width: 100%;
		height: auto;
		background-size: 100% 100% !important;
	}
	#index_service .box .d{
		width: 100%;
		padding: 5px;
		height: auto;
	}
	#index_service .box .d .item .img{
		width: 100%;
	}
	#index_service .box .d .item .des{
		width: 100%;
	}
	#index_service .box .d .item .des .t{
		font-size: 24px;
	}
}




/*首页新闻*/
.iFCB-news {
    padding-top: 12px;
}
.iFCB-u-tt { position: relative; }
.iFCB-u-tt .title { height: 41px; min-height: 41px; background:#eaeaea; line-height: 41px; }
.iFCB-u-tt .title .title_more { position: relative; float: left; min-width: 146px; padding:0 5px; background:url(../images/icon_4.jpg) no-repeat left center #eaeaea; color:#fff; text-align: center; }
.iFCB-u-tt .title .title_more::after {/* position: absolute; bottom:0; right:-44px; width:44px; height: 41px; background:url(icon_5.png) no-repeat; content: "";*/ }
.iFCB-u-tt .title .title_more a { color:#fff; }
.iFCB-u-tt .title .more { float: right; margin-right: 18px; padding-right:13px; background:url(../images/iFCB_sort_ico3.png) no-repeat right center; font-size:14px; }
.iFCB-u-tt .title .more a{color: #727084;}
.iFCB-u-tt .content { padding: 5px 5px; border:1px solid #f0f0f0;width: 100%; }
.TTXW_CONTENT .m-intro .u-tt a{ color: #3b3b3b;}
.TTXW_CONTENT { margin-bottom:30px; padding:0; border:0; background-color: #f7f7f7; overflow:hidden; }
.TTXW_CONTENT .m-intro .u-more a { display: block; background-color: #fff; color: #0795ee; transition:all 0.3s ease-in-out; }
.TTXW_CONTENT .m-intro:hover .u-more a { background-color: #0795ee; color: #fff; }
.TTXW_LIST { border-bottom:1px solid #eee; }
.TTXW_LIST ul li { padding: 10px 20px; border:1px solid #eee; color:#999; border-bottom:0; transition:all 0.3s ease-in-out; }
.TTXW_LIST ul li a { background-image:url(../images/icon_7.gif); background-repeat: no-repeat; background-position:0 45%; }
.TTXW_LIST ul li .u-date { }
.TTXW_LIST ul li:hover { background-color: #0795ee; color:#fff; }
.TTXW_LIST ul li:hover a { left:6px; color: #fff; background-image:url(../images/icon_8.gif); }
.iFCB-PRO-1 {
    width: 100%;
    box-sizing: border-box;
}
.TTXW_CONTENT .m-pic  { float:left; max-width: 40%; min-height:210px; overflow:hidden; }
.TTXW_CONTENT .m-pic  .intro-info-img { width: 100%; height: auto; min-height:210px; transform:scale(1); transition:all 0.3s ease-in-out; }
.TTXW_CONTENT .m-intro { display:block; overflow:hidden; zoom:1; padding: 20px 30px 30px; color: #999; font-size:14px; line-height:22px; }
.TTXW_CONTENT .m-intro .u-tt { margin-bottom:12px; font-size:16px; line-height:40px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; }
.TTXW_CONTENT .m-intro .u-des { margin-bottom:24px; } 
.TTXW_CONTENT .m-intro .u-date {}
.TTXW_CONTENT .m-intro .u-more { width:180px; line-height: 40px; text-align: center; }
		/* 经过效果 */
.TTXW_CONTENT:hover .m-pic img { transform:scale(1.1); }

	/* 新闻列表_PC */
.TTXW_LIST { overflow:hidden; }
.TTXW_LIST ul::after{display:block;content:"";clear:both}
.TTXW_LIST ul li { position: relative; left:0; line-height:40px; }
.TTXW_LIST ul li a { position: relative; display: block; left: 0; padding-left:16px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; transition:all 0.3s ease-in-out; vertical-align: top; }
.TTXW_LIST ul li .u-date { float: right; }

.iFCB-PRO-2 .u-date,
.iFCB-PRO-3 .u-date,
.iFCB-PRO-4 .u-date { padding-right:8px; }
@media (max-width:900px) {
	#div_46212{
		padding-top: 0 !important;
	}
	#div_46213{
		width: 100% !important;
	}
	#div_46216,#div_46217{
		width: 98% !important;
		margin: 0 1% !important;
		float: unset;
	}
	.TTXW_CONTENT{
		margin-bottom: 10px;
	}
	.TTXW_CONTENT .m-pic{
		min-height: unset;
	}
	.TTXW_CONTENT .m-pic .intro-info-img{
		min-height: unset;
		max-height: 150px;
	}
	.TTXW_CONTENT .m-intro{
		padding: 5px;
	}
	.TTXW_CONTENT .m-intro .u-tt{
		line-height: 20px;
		margin-bottom: 5px;
	}
	.TTXW_CONTENT .m-intro .u-des{
		margin-bottom: 10px;
	}
	.TTXW_CONTENT .m-intro .u-more{
		width: 50%;
		line-height: 30px;
		margin: 0 auto;
	}
}




/*友情链接*/
.xlink { padding:0 0 35px;width: 100%;max-width: 1200px;margin: 0 auto;}
.xlink span{ font-size:16px; float:left; font-weight:bold;}
.xlink p{}
.xlink p a{ padding:0 10px;}



/*底部*/
.Bottom {
	width: 100%;
	height: 300px;
	background: #333;
	border-bottom: 1px solid #666;
	overflow:hidden;
}

.BottomCenter {
	width: 1200px;
	height: 300px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	position: relative;
}

.Ewm {
	width: 150px;
	height: 180px;
	text-align: center;
}

.EwmImg {
	width: 150px;
	height: 150px;
}

.EwmImg img {
	width: 150px;
	height: 150px;
}

.Ewm span {
	color: rgba(255, 255, 255, 0.5);
	font-size: 14px;
	line-height: 30px;
}

.B-Contact {
	max-width: 430px;
	height: 150px;
	margin-left: 40px;
	min-width: 320px;
}

.B-TelIco {
	padding-top: 5px;
	float: left;
	margin-right: 15px;
}

.B-Tel {
	height: 70px;
}

.B-TelTxt p:nth-child(1) {
	color: rgba(255, 255, 255, 0.5);
	font-size: 14px;
}

.B-TelTxt p:nth-child(2) {
	font-size: 30px;
	color: white;
	font-weight: bold;
}

.B-Ad {
	color: rgba(255, 255, 255, 0.5);
	font-size: 14px;
	line-height: 30px;
}

.BottomNav {
	max-width: 600px;
	height: 220px;
	display: flex;
	position: absolute;
	right: 0;
	overflow: hidden;
}

.BottomNav li {
	width: 100px;
	text-align: center;
}

.BottomNav li a {
	color: white;
	line-height: 40px;
}

.B-list li a {
	color: rgba(255, 255, 255, 0.5);
	font-size: 14px;
	line-height: 30px;
}

/*版权*/
.Copyright {
	width: 100%;
	height: 52px;
	background: #333;
	line-height: 52px;
	text-align: center;
}

.Copyright span {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
	margin-right: 10px;
}

.Copyright span a {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.5);
}
@media (max-width:900px) {
	.Bottom{
		height: auto;
	}
	.BottomCenter{
		width: 98%;
		margin: 0 auto;
		height: auto;
		padding-top: 10px;
		display: block;
	}
	.Ewm{
		width: 35%;
		height: auto;
		margin: 0 auto;
	}
	.EwmImg{
		width: 100%;
		height: auto;
	}
	.EwmImg img{
		width: 100%;
		height: auto;
	}
	.B-Contact{
		width: 95%;
		height: auto;
		margin: 0 auto;
		min-width: unset;
	}
	.B-Tel{
		height: 58px;
	}
	.B-TelTxt p:nth-child(2){
		font-size: 26px;
	}
	.BottomNav{
		position: unset;
		height: auto;
		display: block;
	}
	.BottomNav li{
		width: 25%;
		float: left;
	}
	.BottomNav li .B-list{
		display: none;
	}
	
	
	
	.Copyright{
		height: auto;
		line-height: 25px;
		padding-bottom: 70px;
	}
}






/*关于我们页面滚动*/
.picMarquee-left{ overflow:hidden; position:relative;  width: 1200px;margin: 20px auto;  }
.picMarquee-left .hd{ overflow:hidden;  height:30px; background:#f4f4f4; padding:0 10px;  }
.picMarquee-left .hd .prev,.picMarquee-left .hd .next{ display:block;  width:5px; height:9px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;
	 cursor:pointer; background:url("../images/arrow.png") no-repeat;}
.picMarquee-left .hd .next{ background-position:0 -50px;  }
.picMarquee-left .hd .prevStop{ background-position:-60px 0; }
.picMarquee-left .hd .nextStop{ background-position:-60px -50px; }

.picMarquee-left .bd{ padding:10px;   }
.picMarquee-left .bd ul{ overflow:hidden; zoom:1; }
.picMarquee-left .bd ul li{ margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center; width: 20%;  }
.picMarquee-left .bd ul li .pic{ text-align:center;padding:2px; border:1px solid #ccc;}
.picMarquee-left .bd ul li .pic img{ width:100%;  display:block;   }
.picMarquee-left .bd ul li .pic a:hover img{ border-color:#999;  }
.picMarquee-left .bd ul li .title{ line-height:24px;   }
/* .zzct .bd ul li .pic{
	height: 331px;
} */
@media (max-width:900px) {
	.InPage{
		padding-top: 0 !important;
	}
	.In-B-Show{
		margin: 20px 0 0 !important;
	}
	.picMarquee-left{
		width: 98%;
		margin: 20px auto 0;
	}
	.picMarquee-left .bd{
		padding: 0;
		width: 700px;
	}
}



/*联系我们*/
.wrapper {
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
}
/* loaction */
.location {
	width: 100%;
	height: 50px;
	line-height: 50px;
	background: #fff;
	position: relative;
	z-index: 9;
	overflow: hidden;
	border-bottom: 1px solid #dedede;
}
.location.chanpin {
	height: 102px;
}
.location .sitepath {
	color: #363636;
	white-space: nowrap;
}
.location .sitepath s {
	width: 12px;
	height: 12px;
	background-position: -489px -213px;
	margin-right: 6px;
}
.location .sitepath a {
	color: #363636;
	padding: 0 5px;
}
.location .sitepath a:hover {
	color: #0795ee;
}
.location .menu {
	height: 52px;
	line-height: 52px;
	position: relative;
	z-index: 1;
}
.location .menu span {
	width: 1px;
	height: 16px;
	margin: 0 16px 0 14px;
	background-position: -206px -36px;
}
.location .menu li {
	padding: 0;
	float: left;
	height: 50px;
	line-height: 50px;
	margin-left: 30px;
	text-align: center;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
	color: #363636;
	display: inline-block;
	position: relative;
}
.location .menu li a {
	display: block;
}
.location.chanpin .menu li {
	margin-left: 0;
	margin-right: 20px;
}
.location .menu li i {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 3px;
	background-color: #0795ee;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.location .menu li .box {
	width: 400px;
	text-align: left;
	position: absolute;
	left: 0;
	top: 60px;
	display: none;
}
.location .menu li .box a {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	vertical-align: top;
	margin-right: 14px;
}
.location .menu li .box a s {
	width: 4px;
	height: 4px;
	border-radius: 100%;
	display: inline-block;
	vertical-align: middle;
	background: #999;
	margin-right: 5px;
}
.location .menu li:hover i, .location .menu li.hover i {
	width: 100%;
	margin-left: -50%;
}
.location .menu li:hover a, .location .menu li.hover a {
	color: #0795ee;
}
.location .menu li:hover .box {
	display: block;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}
.ntpo {
	padding-top: 30px;
	padding-bottom: 30px;
}
.ntpo .t2 {
	padding: 28px 0 48px;
	text-align: center;
}
.ntpo .t2 .titb {
	font-size: 30px;
	margin-bottom: 16px;
}
.ntpo .t2 .txt {
	font-size: 14px;
	line-height: 24px;
}
.ntpo .t2 .txt span {
	font-weight: bold;
	color: #0795ee;
}
.formData {
	padding-bottom: 20px;
	height: auto;
	overflow: auto;
}
.formData .item {
	float: left;
	color: #999;
	font-weight: normal;
	width: 560px;
	height: 50px;
	line-height: 50px;
	border: 1px solid #e5e5e5;
	margin-right: 76px;
	margin-bottom: 30px;
	position: relative;
}
.formData .item label {
	padding-left: 15px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 11;
	text-align: center;
	display: block;
	margin: 0;
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	color: #cccccc;
	font-weight: unset;
}
.formData .item input {
	outline: none;
	line-height: 38px;
	height: 38px;
	font-size: 18px;
}
.formData .item .txt {
	width: 355px;
	height: 50px;
	line-height: 50px;
	display: block;
	background: none;
	padding-left: 70px;
	border: 0 none;
	color: #333;
}
.formData .item .red {
	position: absolute;
	right: 15px;
	top: 0;
	color: #ff0000;
	z-index: 11;
}
.formData .item.mr0 {
	margin-right: 0;
}
.formData .msg-box {
	position: absolute;
	left: 0;
	top: 0px;
}
.formData .liuyan {
	width: 1198px;
	height: 240px;
	border: 1px solid #e5e5e5;
	float: left;
}
.formData .liuyan label {
	text-align: right;
	display: block;
}
.formData .liuyan textarea {
	width: 1178px;
	height: 214px;
	line-height: 28px;
	padding: 12px 10px;
	font-size: 18px;
	font-family: "microsoft yahei";
	color: #333;
	border: 0 none;
	overflow: hidden;
	background: none;
	resize: none;
	display: block;
	outline: none;
}
.formData .bot {
	width: 100%;
}
.formData .sub {
	width: 232px;
	line-height: 46px;
	border: 2px solid #0795ee;
	margin-right: 2px;
	text-align: center;
	background: #0795ee;
	color: #FFF;
	cursor: pointer;
	font-size: 18px;
	display: block;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}
.formData .sub:hover {
	background: none;
	color: #0795ee;
}
.formData .yzm {
	width: 432px;
}
.formData .yzm .txt {
	padding-left: 80px;
}
.formData .yzm img {
	position: absolute;
	right: 3px;
	top: 3px;
	border: 0px;
	display: block;
}
@media (max-width:900px) {
	.w1200{
			width: 100%;
		}
	/*在线留言*/
	.formData {
		width: 98%;
		margin: 0 auto;
	}
	.formData .item{
		width: 99%;
		margin-right: 0;
	}
	.formData .item label{
		width: 16%;
	}
	.formData .item .txt{
		width: 80%;
	}
	.formData .item .red{
		width: 5%;
	}
	.formData .liuyan textarea{
		width: 100%;
		text-indent: unset;
	}
	
	.ntpo{
		padding: 30px 10px;
	}
	.ntpo img{
		width: 98%;
		margin: 0 auto;
	}
}



.jcdq{
	width: 100%;
	margin: 15px 0;
	height: auto;
}
.jcdq .dqbt{
	display: block;
	background-color: #0795ee;
	padding-left: 15px;
	font-size: 18px;
	color: #ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
	undefined: undefined;
}
.jcdq .dqnr{
	border: 1px solid #ddd;
	padding: 10px;
	height: auto;
}
.jcdq .dqnr ul{
	width: 100%;
}
.jcdq .dqnr ul li{
	width: 100%;
	border-bottom: 1px dashed #EAEAEA;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 40px;
	white-space: nowrap;
 overflow: hidden;
 text-overflow: ellipsis;
}
.jcdq .dqnr ul li a{
	width: 100%;
	white-space: nowrap;
 overflow: hidden;
 text-overflow: ellipsis;
}

.jcdq .dqtnr{
	border: 1px solid #ddd;
	padding: 10px;
	height: auto;
	overflow: auto;
}
.jcdq .dqtnr ul{
	width: 100%;
}
.jcdq .dqtnr ul li{
	width: 48%;
	margin: 0 1%;
	float: left;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 40px;
	text-align: center;
}
.jcdq .dqtnr ul li .dqpt{
	width: 100%;
	height: 90px;
}
.jcdq .dqtnr ul li .dqpt img{
	max-width: 100%;
	max-height: 90px;
	width: 100%;
	height: 100%;
}
.jcdq .dqtnr ul li .dqwz{
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}



.mjcdq{
	width: 100%;
	margin: 30px 0;
	height: auto;
	display: none;
}
.mjcdq .mdqbt{
	display: block;
	background-color: #0795ee;
	padding-left: 15px;
	font-size: 18px;
	color: #ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
	undefined: undefined;
}
.mjcdq .mdqnr{
	border: 1px solid #ddd;
	padding: 10px;
	height: auto;
}
.mjcdq .mdqnr ul{
	width: 100%;
}
.mjcdq .mdqnr ul li{
	width: 100%;
	border-bottom: 1px dashed #EAEAEA;
	font-size: 16px;
	line-height: 40px;
}
.mjcdq .mdqnr ul li a{
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}

.mjcdq .mdqtnr{
	border: 1px solid #ddd;
	padding: 10px;
	height: auto;
	overflow: auto;
}
.mjcdq .mdqtnr ul{
	width: 100%;
}
.mjcdq .mdqtnr ul li{
	width: 48%;
	margin: 0 1%;
	float: left;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 40px;
	text-align: center;
}
.mjcdq .mdqtnr ul li .mdqpt{
	width: 100%;
	height: 90px;
}
.mjcdq .mdqtnr ul li .mdqpt img{
	max-width: 100%;
	max-height: 90px;
}
.mjcdq .mdqtnr ul li .mdqwz{
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	
}
@media (max-width:900px) {
	.jcdq{
		display: none;
	}
	.mjcdq{
		display: block;
	}
}



.toolbar {
	width: 52px;
	position: fixed;
	right: 1%;
	top: 50%;
	margin-top: -115px;
	z-index: 999;
}
.toolbar dd {
	width: 51px;
	height: 51px;
	margin-bottom: 1px;
	position: relative;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	margin-top: 4px;
	border: #ebebeb solid 1px;
	background-color: #fff;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.toolbar dd i {
	width: 51px;
	height: 51px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	text-align: center;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.toolbar dd i span {
	width: 35px;
	height: 35px;
	display: block;
	margin: 8px 0 0 8px;
	background: url(../images/rightfixicon.png) no-repeat 0 0;
}
.toolbar dd.gottop {
	display: none;
}
.toolbar .slide-tel {
	display: block;
	width: 0;
	height: 53px;
	line-height: 53px;
	font-size: 24px;
	font-weight: bold;
	font-family: arial;
	color: #FFF;
	position: absolute;
	padding: 0 0 0 53px;
	top: -1px;
	right: -2px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	overflow: hidden;
}
.toolbar .pop {
	position: absolute;
	right: 90px;
	top: -65px;
	background: #1e76e2;
	display: none;
}
.toolbar .pop-code {
	width: 160px;
}
.toolbar .pop-code img {
	width: 160px;
	height: 140px;
	display: block;
	padding: 20px 20px 0;
}
.toolbar .pop-code .ftwxt {
	height: 52px;
	line-height: 26px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	white-space: nowrap;
}
.toolbar .pop-code .ftwxt b {
	display: block;
	font-size: 14px;
	font-weight: normal;
}
.toolbar .qq span {
	background-position: -35px -47px;
}
.toolbar .qq a {
	width: 52px;
	height: 52px;
	cursor: pointer;
	display: block;
}
.toolbar .qq:hover {
	background-color: #1e76e2;
	border-radius: 100%;
}
.toolbar .qq:hover span {
	background-position: 0 -47px;
}
.toolbar .tel span {
	background-position: -35px 0;
}
.toolbar .tel:hover {
	background: #1e76e2;
}
.toolbar .tel:hover span {
	background-position: 0 0;
}
.toolbar .code span {
	background-position: -35px -95px;
}
.toolbar .code:hover {
	background-color: #1e76e2;
	border-radius: 100%;
}
.toolbar .code:hover span {
	background-position: 0 -95px;
}
.toolbar .top span {
	background-position: -35px -142px;
}
.toolbar .top:hover {
	background-color: #1e76e2;
	border-radius: 100%;
}
.toolbar .top:hover span {
	background-position: 0 -142px;
}
.toolbar dd:hover {
}

/*m_toolbar*/
#m_toolbar {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 888;
	height: 10%;
	left: 0;
	display: none;
}
#m_toolbar .list {
	width: 75%;
	margin: 0 auto;
	background: #1e76e2;
	border-radius: 1rem;
	height: 44px;
}
#m_toolbar .list li {
	float: left;
	width: 24.7%;
	text-align: center;
border-right: .01rem solid #328e40;
}
#m_toolbar .list li:last-child {
	border-right: 0;
}
#m_toolbar .list a {
	display: block;
	font-size: 0.22rem;
	color: #fff;
	padding-top: 7px;
	height: 44px;
}
#m_toolbar .list li:first-child a {
	border-radius: 1rem 0 0 1rem;
}
#m_toolbar .list li:last-child a {
	border-radius: 0 1rem 1rem 0;
}
#m_toolbar .list a.hover {
	background: #005197;
}
#m_toolbar .list a s {
	margin-left: auto;
	margin-right: auto;
	width: 30px;
	height: 30px;
	display: block;
	background-size: 1000% auto;
}
#m_toolbar .list a .too-home {
	background-position: 0 0;
}
#m_toolbar .list a .too-qiao {
	background-position: 34% 0;
}
#m_toolbar .list a .too-map {
	background-position: 53% 0;
}
#m_toolbar .list a .too-tel {
background-position: 17% 0;
}
.m_xbg {
	width: 100%;
	display: block;
	position: fixed;
	height: 1.05rem;
	left: 0;
	bottom: 0;
	background: #fff;
	z-index: 880;
}
#m_toolbar .list a s span {
	color: #fff;
padding-top:.9rem;
	text-transform: initial;
	font-style: normal;
}

.sjc{
	width: 92%;
	margin: 0 auto;
}
.sjc .t05{
	width: 200px;
	margin-bottom: 5px;
}.sjc .t05_cons1,.sjc .t05_cons2{
	border-top: solid 1px #d7d7d7;
}
.sjc .t05_cons1 li {
	width: 48%;
	margin: 0 1%;
	float: left;
}
.sjc .nyzxpr dd{
	width: 23%;
}
.m_icon {
    background: url(../images/m_icon.png) no-repeat;
    display: inline-block;
    background-size: 50% auto;
    vertical-align: middle;
}
@media (max-width:900px) {
	.toolbar{
			display: none;
		}
		#m_toolbar{
			display: block;
		}
}





.Detail h3,.tableScrolling h3{
	font-size:18px;
	font-weight: bold;
	padding:5px 0px 5px 0px;
	padding-left:55px;
	color:#0795ee;
	background:url(../images/h3.png)no-repeat 10px;
	box-shadow:2px 2px 10px #0795ee;
	border-radius:30px;
	text-align:left !important;
}

