﻿/* CSS Document */
* {
	padding: 0;
	margin: 0;
}
html {
	overflow: -moz-scrollbars-vertical;
	scrollbar-face-color: #e8e8e8;
	scrollbar-shadow-color: #c1c1bb;
	scrollbar-highlight-color: #c1c1bb;
	scrollbar-3dlight-color: #ebebe4;
	scrollbar-darkshadow-color: #ebebe4;
	scrollbar-track-color: #f4f4f0;
	scrollbar-arrow-color: #cacab7;
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, p, input, img {
	padding: 0;
	margin: 0;
}
div, ul, li {
	list-style: none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
a {
	text-decoration: none;
	color: #222;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	outline: none;
}
a:hover {
	text-decoration: none;
	color: #e60012;
noOutline:expression(this.onFocus=this.blur());
}
:focus {
	outline: 0;
}
.clear {
	margin: 0;
	padding: 0;
	clear: both;
}
table {
	BORDER-COLLAPSE: collapse;
	border-spacing: 0;
}
img {
	display: block;
	border: 0;
	width: 100%;
}
b {
	font-weight: 700;
}
i, em {
	font-style: normal;
}
button, input, select, textarea, radio {
	display: block;
	margin: 0;
	padding: 0;
	outline: none;
	background-color: transparent;
	border: 0;
	border-radius: none;
	-webkit-font-smoothing: antialiased;
	-webkit-appearance: none;
	appearance: none;
}
button {
	cursor: pointer;
}
.clearfix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-table;
}
*html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
*+html .clearfix {
	min-height: 1%;
}
 input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color:#666;
opacity:1;
}
input:-moz-placeholder, textarea:-moz-placeholder {
color:#666;
opacity:1;
}
input::-moz-placeholder, textarea::-moz-placeholder {
color:#666;
opacity:1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
color:#666;
opacity:1;
}
body {
	font-size: 14px;
	color: #222;
	font-family: "微软雅黑", Verdana, Geneva, sans-serif;
	padding: 0;
	margin: 0;
	background: #fbfaf9;
}
.main {
	position: relative;
	margin: 0 auto;
	width: 95%;
	max-width: 1250px;
}
.page-down{position:fixed; bottom:10px; right:10px; opacity:1; cursor:pointer;}
@media screen and (max-width:768px) {
.main {
	width: 92%;
}
}
/***头部***/

.header {
	width: 100%;
}
.header_bar {
	background: #f5f5f5;
	width: 100%;
	overflow: hidden;
	padding: 5px 0;
	border-bottom: 1px #ddd solid;
	font-size: 12px;
}
.header_bar_left {
	width: 40%;
	float: left;
	line-height: 24px;
}
.header_bar_right {
	width: 50%;
	float: right;
}
.header_bar_right ul {
	overflow: hidden;
}
.header_bar_right ul li {
	line-height: 24px;
	float: right;
	margin-left: 20px;
}
.header_bar_right ul li img {
	height: 16px;
	width: auto;
	display: inline;
	vertical-align: middle;
	margin-right: 5px;
}
.header_top {
	height: 80px;
	background: #fff;
}
.header-logo {
	float: left;
	margin-top: 16px;
	width: 40%;
}
.header-logo img {
	width: auto;
	height: 54px;
	float: left;
	margin-right: 10px;
}
.header-logo h2 {
	font-size: 14px;
	line-height: 26px;
	margin-top: 2px;
}
.header-logo h2 b {
	display: block;
	font-weight: 700;
	font-size: 22px;
	color: #0a51a1;
	text-transform: uppercase;
}
.header-right {
	position: relative;
	float: right;
	margin-top: 18px;
	width: 18%;
	text-align: left;
}
.header-tel {
	background: url(../image/tel.png) left center no-repeat;
	background-size: 45px;
	padding-left: 50px;
}
.header-tel p {
	font-size: 14px;
	line-height: 22px;
}
.header-tel .header-phone {
	font-size: 24px;
	font-family: Tahoma, Geneva, sans-serif;
	color: #f40000;
}
.header-nav {
	height: 50px;
	background: -webkit-linear-gradient(bottom, #0a51a1, #0a51a1);
	border-bottom: 1px #fff solid;
}
.header-nav ul {
}
.header-nav ul li {
	position: relative;
	float: left;
	line-height: 20px;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	padding: 0 39px;
	color: #fff;
	border-right: 1px rgba(255,255,255,0.3) solid;
	margin: 15px 0;
}
.header-nav ul li:first-child {
	border-left: 1px rgba(255,255,255,0.3) solid;
}
.header-nav ul li:last-child {
}
.header-nav ul li a {
	position: relative;
	display: block;
	color: #fff;
}
.header-nav ul li a:hover {
	color: #ffe400!important;
}
.header-nav ul li:hover a {
	color: #ffe400!important;
}
.header-nav-right {
	float: right;
	width: 25%;
	line-height: 50px;
	font-size: 18px;
	text-align: center;
}
.header-nav-right a {
	color: #e60012;
}
#menu:before, #menu:after {
	content: "";
	display: table;
}
#menu:after {
	clear: both;
}
#menu {
	zoom: 1;
}
#menu li:hover > a {
	color: #e60012;
}
*html #menu li a:hover {
	color: #e60012;
}
#menu ul {
	margin: 15px 0 0 0;
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 37px;
	width: 160px;
	z-index: 1;
	background: none;
	background-color: rgba(8,72,143,0.95);
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	margin-left: -80px;
	left: 50%;
}
#menu li:hover > ul {
	opacity: 1;
	visibility: visible;
	margin: 0px 0 0 0;
	margin-left: -80px;
}
#menu ul li:hover > ul {
	opacity: 1;
	visibility: visible;
	margin: 0;
}
#menu ul li {
	margin: 0;
	padding: 10px 15px;
	width: 100%;
	height: auto;
	line-height: 20px;
	background: none;
	border-bottom: 1px solid rgba(255,255,255,0.15);
	text-align: center;
	text-transform: capitalize;
	border-left: 0;
	font-weight: normal;
	box-sizing: border-box;
	font-weight: normal;
	font-size: 14px;
	border-right: 0;
}
#menu ul li a {
	display: block;
	color: #fff!important;
}
#menu ul li:hover {
	color: #ffe400!important;
}
#menu ul li:hover a {
	color: #ffe400!important;
}
#menu ul li:last-child {
	border-bottom: 0;
}
#menu ul li ul {
	top: 0px;
	left: 0px;
	margin: 0 0 0 160px;
	display: block;
}
#menu ul li ul li {
	padding: 10px 10px;
}
#menu ul li ul li a {
	display: block;
	color: #fff!important;
}
#menu ul li ul li:hover a {
	color: #e60012!important;
}
#menu ul li:hover > ul {
	opacity: 1;
	visibility: visible;
	margin: 0 0 0 160px;
}
.m-header {
	display: none;
}
 @media screen and (max-width:1024px) {
.header-logo h2 {
	font-size: 18px;
	margin-top: 0px;
}
.header-right {
	width: 50%;
}
}
 @media screen and (max-width:768px) {
.header {
	display: none;
}
.m-header {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(255,255,255,1);
	z-index: 99;
}
.m-header .main {
	margin: 0 auto;
	width: 96%;
	height: 45px;
	overflow: hidden;
}
.m-header-logo {
	float: left;
	width: 85%;
	margin-top: 8px;
	font-size: 14px;
}
.m-header-logo img {
	height: 28px;
	width: auto;
	float: left;
	margin-right: 5px;
}
.m-header-logo h2 {
	font-size: 12px;
	line-height: 16px;
	height: 32px;
	text-transform: uppercase;
	overflow: hidden;
}
.m-header-logo h2 b {
	display: block;
	font-weight: 700;
	font-size: 14px;
	color: #333;
}
.nav-btn {
	position: relative;
	float: right;
	margin: 14px -9px 0 0;
	width: 50px;
	height: 30px;
	cursor: pointer;
}
.nav-btn span {
	position: absolute;
	left: 10px;
	display: block;
	width: 30px;
	height: 3px;
	background: #014b9c;
	transition: all ease 0.35s;
}
.nav-btn span:nth-of-type(1) {
	top: 0;
}
.nav-btn span:nth-of-type(2) {
	top: 8px;
}
.nav-btn span:nth-of-type(3) {
	top: 16px;
}
.nav-btn-se span:nth-of-type(1) {
	top: 10px;
	transform: rotate(45deg);
}
.nav-btn-se span:nth-of-type(2) {
	width: 0
}
.nav-btn-se span:nth-of-type(3) {
	top: 10px;
	transform: rotate(-45deg);
}
.m-nav {
	position: fixed;
	top: -100%;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: calc(100%);
	font-size: 14px;
	line-height: 42px;
	background: #eee;
	overflow: auto;
	overflow-x: hidden;
	transition: top ease 0.35s;
	opacity: .95;
}
.nav-show {
	top: 45px;
}
.nav-show ul {
	border-bottom: 1px #ddd solid;
}
.m-nav ul li i {
	position: absolute;
	top: 5px;
	right: 0px;
	border-left: 1px #ddd solid;
	height: 30px;
	padding: 0 17px 0 17px;
}
.m-nav ul li i svg {
	transform: rotate(-90deg);
	transition: all ease 0.35s;
}
.m-nav ul li .m-nav-i-se svg {
	transform: rotate(0deg);
}
.m-nav ul li {
	position: relative;
	padding-left: 20px;
	line-height: 40px;
	font-size: 14px;
	border-top: 1px #ddd solid;
}
.m-nav ul li img {
	height: 20px;
	width: auto;
	margin-right: 10px;
	float: left;
	margin-top: 12px;
}
.m-nav ul li ul {
	display: none;
}
.m-nav ul li a {
	color: #000;
	width: 80%;
	display: block;
}
.m-nav ul li ul li a {
	display: block;
	font-size: 14px;
	color: #6a6a6a;
	line-height: 36px;
	text-align: left;
}
.m-nav ul li i svg {
	width: 20px;
	height: 20px;
	fill: #555;
}
.m-nav ul li .m-nav-i-se svg {
	fill: #008cd6;
}
.m-nav ul li ul li>ul {
	margin-left: 10px;
}
}
/***banner***/
.banner {
	width: 100%;
	display: block;
	position: relative;
	height: auto;
	overflow: hidden;
	background: url(../image/loading.gif) 50% no-repeat;
	margin-top: 1px;
}
#bannermob {
	display: none;
	height: 300px;
	margin-top: 45px;
}
#bannerpc {
	display: block;
	height: 600px;
	background: #000; z-index:-1
}
.swiper-slide {
	position: relative;
	background-position: center!important;
	background-size: cover!important;
}
.flex-control-nav {
	position: absolute;
	bottom: 15px;
	left: 50%;
	margin-left: -150px;
	padding: 4px 0 2px;
	z-index: 2;
	width: 300px;
	text-align: center;
}
.flex-control-nav li {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 5px;
*display:inline;
	zoom: 1;
}
.flex-control-nav a {
	display: inline-block;
	width: 14px;
	height: 14px;
	line-height: 40px;
	overflow: hidden;
	background: url(https://www.longrand.com.cn/images/bpng02.png) no-repeat;
	cursor: pointer;
}
.flex-control-nav .flex-active {
	background: url(https://www.longrand.com.cn/images/bpng01.png) no-repeat;
}
.flex-direction-nav {
	position: absolute;
	z-index: 3;
	width: 100%;
	top: 50%;
	margin-top: -30px;
}
.flex-direction-nav li a {
	position: absolute;
	display: block;
	width: 28px;
	height: 48px;
	overflow: hidden;
	cursor: pointer;
}
.flex-direction-nav li a.flex-prev {
	left: 10px;
	background: url(../image/prev.png) center center no-repeat;
}
.flex-direction-nav li a.flex-next {
	right: 10px;
	background: url(../image/next.png) center center no-repeat;
}
.slide-txt1 {
	position: absolute;
	text-align: left;
	color: #fff;
	top: 50%;
	transform: translateY(-50%);
	width: 800px;
	box-sizing: border-box;
	left: 15%;
	background: rgba(0,0,0,0.6);
	padding: 30px;
	display: none;
}
.slide-txt1 .p1 {
	font-size: 36px;
	line-height: 45px;
	font-weight: 700;
	font-family: Tahoma, Geneva, sans-serif;
	margin-bottom: 10px;
	transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-o-transform: scale(1, 1);
}
.slide-txt1 .p2 {
	font-size: 18px;
	line-height: 30px;
}
.slide-txt1 .p3 {
	margin-top: 40px;
}
.slide-txt1 .p3 a {
	display: inline-block;
	padding: 0 40px;
	height: 42px;
	line-height: 42px;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	border: 2px #fff solid;
	border-radius: 50px;
	font-weight: 700;
}
.slide-txt1 .p3 a:hover {
	opacity: 0.8;
}
.swiper-pagination-bullet {
	background: #fff;
	opacity: 1;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active {
	opacity: 0.5;
}
@media screen and (max-width:768px) {
#bannermob {
	display: block;
}
#bannerpc {
	display: none;
}
.flex-control-nav {
	position: absolute;
	bottom: 10px;
	z-index: 2;
	left: 50%;
	margin-left: -150px;
	padding: 1px 0;
	z-index: 2;
	width: 300px;
	text-align: center;
}
.flex-control-nav li {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 4px;
*display:inline;
	zoom: 1;
}
.flex-control-nav a {
	display: inline-block;
	width: 8px;
	height: 8px;
	line-height: 30px;
	overflow: hidden;
	background: url(https://www.longrand.com.cn/images/bpng04.png) no-repeat;
	cursor: pointer;
}
.flex-control-nav .flex-active {
	background: url(https://www.longrand.com.cn/images/bpng03.png) no-repeat;
}
.flex-direction-nav {
	position: absolute;
	top: 35%;
	z-index: 3;
	width: 100%;
	display: none;
}
.flex-direction-nav li a {
	position: absolute;
	display: block;
	width: 15px;
	height: 29px;
	overflow: hidden;
	cursor: pointer;
}
.flex-direction-nav li a.flex-prev {
	left: 10px;
	background: url(../image/prev.png) center center no-repeat;
}
.flex-direction-nav li a.flex-next {
	right: 10px;
	background: url(../image/next.png) center center no-repeat;
}
.slide-txt1 {
	position: absolute;
	text-align: left;
	color: #fff;
	top: 50%;
	transform: translateY(-50%);
	width: 80%;
	padding: 5%;
	box-sizing: border-box;
	left: 50%;
	margin-left: -40%;
	display: none;
}
.slide-txt1 .p1 {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 10px;
	transform: scale(1, 1.2);
	-ms-transform: scale(1, 1.2);
	-webkit-transform: scale(1, 1.2);
	-moz-transform: scale(1, 1.2);
	-o-transform: scale(1, 1.2);
}
.slide-txt1 .p2 {
	font-size: 14px;
	line-height: 24px;
}
.slide-txt1 .p3 {
	margin-top: 10px;
}
.slide-txt1 .p3 a {
	margin: 0 2px;
	width: 100px;
	height: 22px;
	line-height: 22px;
	font-size: 12px;
}
.swiper-container-mob {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1
}
.swiper-pagination-mob {
	position: absolute;
	text-align: center;
	transition: .3s opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10;
}
}
/***img***/
.imgbox {
	overflow: hidden;
}
.imgbox img {
	transition: clip 0.3s cubic-bezier(0, .3, .6, 1), transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease, -webkit-clip 0.3s cubic-bezier(0, .3, .6, 1);
}
a:hover .imgbox img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.imgbox:hover img {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
/***htitle***/
.htitle {
	margin: 0 auto 20px;
	width: 60%;
	max-width: 1250px;
	text-align: center;
	box-sizing: border-box;
}
.htitle h2 {
	position: relative;
	font-size: 32px;
	text-transform: uppercase;
	font-weight: 700;
	color: #242424;
	margin-bottom: 5px;
}
.htitle h2:before, .htitle h2:after {
	display: inline-block;
	vertical-align: middle;
	margin: -5px 10px 0 10px;
	content: "";
	width: 40px;
	height: 2px;
	background: #555;
}
.htitle h3 {
	font-size: 14px;
	color: #666;
	line-height: 22px;
}
@media screen and (max-width:768px) {
.htitle {
	margin: 0 auto 10px;
	width: 92%;
}
.htitle h2 {
	font-size: 20px;
}
.htitle h2:before, .htitle h2:after {
	display: none;
}
}
.div_more {
	text-align: center;
}
.more {
	display: inline-block;
	margin: 30px auto 0;
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	padding: 5px 45px;
	text-align: center;
	text-transform: uppercase;
	color: #222;
	background: #f5f5f5;
	border-radius: 50px;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	font-weight: 700;
	border: 1px #ddd solid;
}
.more a {
	color: #FFF
}
.more:hover {
	color: #fff;
	background: #e60012;
}
.more:hover a {
	color: #fff;
}
.more_white {
	display: inline-block;
	margin: 30px auto 0;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	padding: 0 30px;
	text-align: center;
	text-transform: uppercase;
	color: #0a51a1;
	border-radius: 25px;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	background: #FFF;
	font-weight: 700;
}
.more_white:hover {
	background: #e60012;
	color: #FFF;
}
 @media screen and (max-width:768px) {
.more {
	margin: 20px auto 0;
	height: 35px;
	line-height: 35px;
	padding: 0 25px;
	font-size: 12px;
	font-weight: 700;
}
.more_white {
	margin: 20px auto 0;
}
}
/***mod2***/
.mod2 {
	position: relative;
	background: #fff;
	overflow: hidden;
	padding: 60px 0;
}
.mod2_prod {
	display: flex;
	align-items: stretch;
}
.mod2_prod_left {
	float: left;
	margin-right: 3%;
	width: 22%;
	border: 1px #ddd solid;
	background: #fff;
	box-sizing: border-box;
	padding: 1.5%;
}
.mod2_prod_left h2 {
	background: -webkit-linear-gradient(bottom, #0a51a1, #0a51a1);
	border-radius: 4px;
	line-height: 18px;
	font-weight: 700;
	padding: 15px 15px 15px 25px;
	text-align: left;
	width: 100%;
	box-sizing: border-box;
	font-size: 18px;
	color: #FFF;
}
.mod2_prod_left ul {
	overflow: hidden;
	margin-bottom: 20px;
}
.mod2_prod_left ul li {
	background: #f8f8f8 url(../image/circle.png) 10px center no-repeat;
	padding: 13px 5px 13px 30px;
	font-size: 16px;
	line-height: 18px;
	border-bottom: 1px #ddd dotted;
}
.mod2_prod_right {
	float: right;
	width: 75%;
}
.mod2_prod_right ul {
	letter-spacing: -8px;
}
.mod2_prod_right ul li {
	letter-spacing: normal;
	vertical-align: top;
	width: 31.33%;
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	padding: 15px;
	border: 1px #ddd solid;
	box-shadow: 0 0px 6px 0 #e7e7e7;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.mod2_prod_right ul li:not(:nth-of-type(3n)) {
margin-right:3%;
}
.mod2_prod_right ul li:nth-child(n+4) {
	margin-top: 3%;
}
.mod2_prod_right ul li h2 {
	background: -webkit-linear-gradient(bottom, #0a51a1, #0a51a1);
	border-radius: 4px;
	line-height: 18px;
	padding: 10px 0;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	margin-top: 10px;
	font-size: 14px;
	color: #FFF;
}
.mod2_prod_txt {
	box-sizing: border-box;
	background: #f5f5f5;
	padding: 10px 15px;
	box-sizing: border-box;
	width: 90%;
	margin: 0 auto;
}
.mod2_prod_txt h3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	line-height: 24px;
	font-size: 14px;
	color: #333;
}
.mod2_prod_right ul li:hover h2 {
	background: #e60012;
}
 @media screen and (max-width:768px) {
.mod2 {
	padding: 30px 0;
}
.mod2_prod_left {
	display: none;
}
.mod2_prod_right {
	float: none;
	width: 100%;
}
.mod2_prod_right ul {
	letter-spacing: -8px;
}
.mod2_prod_right ul li {
	letter-spacing: normal;
	vertical-align: top;
	width: 47.5%;
	box-sizing: border-box;
	position: relative;
	display: inline-block;
	padding: 8px;
	border: 1px #ddd solid;
	box-shadow: 0 0px 6px 0 #e7e7e7;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.mod2_prod_right ul li:not(:nth-of-type(3n)) {
margin-right:0;
}
.mod2_prod_right ul li:not(:nth-of-type(2n)) {
margin-right:5%;
}
.mod2_prod_right ul li:nth-child(n+3) {
	margin-top: 5%;
}
.mod2_prod_right ul li h2 {
	background: -webkit-linear-gradient(bottom, #0a51a1, #0a51a1);
	border-radius: 4px;
	line-height: 18px;
	padding: 10px 0;
	text-align: center;
	width: 100%;
	box-sizing: border-box;
	margin-top: 10px;
	font-size: 14px;
	color: #FFF;
}
.mod2_prod_txt {
	box-sizing: border-box;
	background: #f5f5f5;
	padding: 10px 15px;
	box-sizing: border-box;
	width: 90%;
	margin: 0 auto;
}
.mod2_prod_txt h3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	line-height: 24px;
	font-size: 14px;
	color: #333;
}
.mod2_prod_right ul li:hover h2 {
	background: #e60012;
}
}
/***mod3***/
.mod3 {
	position: relative;
	background: url(../image/aboutus.jpg) center center no-repeat;
	overflow: hidden;
	display: flex;
	align-items: stretch;
	padding: 80px 0;
}
.mod3_left {
	float: left;
	width: 50%;
	box-sizing: border-box;
	color: #FFF;
}
.mod3_left h2 {
	font-size: 32px;
	text-transform: uppercase;
	font-weight: 700;
}
.mod3_left h3 {
	width: 30px;
	height: 2px;
	background: #fff;
	margin: 15px 0;
}
.mod3_left_txt {
	line-height: 28px;
}
.mod3_left_tel {
	margin-top: 15px;
	background: url(../image/tel2.png) left center no-repeat;
	background-size: 45px;
	font-size: 45px;
	font-family: Tahoma, Geneva, sans-serif;
	padding-left: 50px;
	color: #ffde00;
}
.mod3_left_txt2 {
	font-size: 24px;
	font-weight: 700;
	margin-top: 10px;
}
.mod3_left_btn {
	margin-top: 15px;
	font-size: 14px;
	background: #FFF;
	border-radius: 5px;
	display: inline-block;
	padding: 8px 20px;
	font-weight: 700;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.mod3_left_btn span {
	font-family: "宋体", Arial, Helvetica, sans-serif;
}
.mod3_left_btn a {
	color: #333;
}
.mod3_left_btn:hover {
	background: #ffde00;
	color: #FFF;
}
.mod3_right {
	float: right;
	width: 50%;
	box-sizing: border-box;
}
 @media screen and (max-width:768px) {
.mod3 {
	display: block;
	padding: 30px 0;
	background: #003c9a;
}
.mod3_left {
	float: none;
	width: 100%;
}
.mod3_right {
	float: none;
	width: 100%;
	margin-top: 20px;
}
.mod3_left h2 {
	font-size: 24px;
}
.mod3_left h3 {
	width: 30px;
	height: 2px;
	background: #fff;
	margin: 10px 0;
}
.mod3_left_txt {
	line-height: 26px;
}
.mod3_left_tel {
	margin-top: 15px;
	background: url(../image/tel2.png) left center no-repeat;
	background-size: 30px;
	font-size: 32px;
	padding-left: 40px;
	color: #ffde00;
}
.mod3_left_txt2 {
	font-size: 18px;
	margin-top: 10px;
}
}
.mod4 {
	position: relative;
	background: #f5f5f5;
	overflow: hidden;
	padding: 60px 0;
}
.mod4 ul {
	letter-spacing: -8px;
	overflow: hidden;
}
.mod4 ul li {
	letter-spacing: normal;
	vertical-align: top;
	display: inline-block;
	box-sizing: border-box;
	text-align: center;
	width: 21.25%;
}
.mod4 ul li:not(:nth-of-type(4n)) {
margin-right:5%;
}
.mod4 ul li:nth-child(n+5) {
	margin-top: 5%;
}
.mod4 ul li .imgbox {
	border-radius: 10px;
}
.mod4 ul li h2 {
	font-size: 18px;
	font-weight: 700;
	color: #003c9a;
	margin: 10px 0;
}
.mod4 ul li .mod4_txt {
	line-height: 24px;
}
@media screen and (max-width:768px) {
.mod4 {
	padding: 30px 0;
}
.mod4 ul li {
	width: 47.5%;
}
.mod4 ul li:not(:nth-of-type(4n)) {
margin-right:0;
}
.mod4 ul li:not(:nth-of-type(2n)) {
margin-right:5%;
}
.mod4 ul li:nth-child(n+3) {
	margin-top: 5%;
}
.mod4 ul li h2 {
	font-size: 14px;
	margin: 5px 0;
}
}
.mod7 {
	position: relative;
	background: #fff;
	overflow: hidden;
	padding: 60px 0;
}
.mod7 ul {
	letter-spacing: -8px;
	overflow: hidden;
	margin-top: 35px;
}
.mod7 ul li {
	letter-spacing: normal;
	vertical-align: top;
	display: inline-block;
	box-sizing: border-box;
	text-align: center;
	width: 15%;
}
.mod7 ul li:not(:nth-of-type(6n)) {
margin-right:2%;
}
.mod7 ul li:nth-child(n+7) {
	margin-top: 2%;
}
.mod7 ul li p {
	font-size: 14px;
	margin: 10px 0;
}
.mod7 ul li img {
	border: 1px #ddd solid;
	padding: 5%;
	box-sizing: border-box;
}
@media screen and (max-width:768px) {
.mod7 {
	padding: 30px 0;
}
.mod7 ul {
	margin-top: 15px;
}
}
/***mod5***/
.mod5 {
	position: relative;
	background: #f5f5f5;
	overflow: hidden;
	padding: 60px 0;
}
.voice li {
	float: left;
	width: 100%;
	position: relative;
	display: block;
	padding: 25px;
	line-height: 25px;
	background-color: #f8f8f8;
	border: 1px solid #ddd;
	box-shadow: 0 0px 2px 0 #e7e7e7;
	box-sizing: border-box;
	border-radius: 5px;
}
.voice li:hover {
	border-color: #e00516;
}
.voice li:hover .voice-name {
	color: #e00516;
}
.voice .imgbox {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.voice-date {
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #0157a7;
	z-index: 3;
	padding: 4px 15px;
}
.voice-name {
	font-size: 16px;
	font-weight: bold;
	margin-top: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	line-height: 24px;
	margin-bottom: 10px;
}
.voice-txt {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	line-height: 24px;
}
.swiper-button-next.index-area-next {
	top: 40%;
	right: -40px;
	width: 45px;
	height: 45px;
	background-image: none;
	background: url(https://www.longrand.com.cn/images/next_l.png) no-repeat;
	background-size: cover;
}
.swiper-button-prev.index-area-prev {
	top: 40%;
	left: -40px;
	width: 45px;
	height: 45px;
	background-image: none;
	background: url(https://www.longrand.com.cn/images/prev_l.png) no-repeat;
	background-size: cover;
}
.news_index_btn {
	width: 200px;
	height: 35px;
	line-height: 35px;
	background: #004c99;
	color: #FFF;
	border-radius: 25px;
	text-align: center;
	font-size: 12px;
	font-weight: 700;
	margin: 35px auto 0;
}
.news_index_btn:hover {
	background: #e00516;
}
.index_news {
	display: block;
}
.index_news_m {
	display: none;
}
.voice {
	display: block;
}
.voice_m {
	display: none;
}
 @media screen and (max-width:768px) {
.mod5 {
	padding: 40px 0;
}
.index_news {
	display: none;
}
.index_news_m {
	display: block;
	width: 80%;
	margin: 0 auto;
}
.voice {
	display: none;
}
.voice_m {
	display: block;
}
.voice_m li {
	float: left;
	width: 100%;
	position: relative;
	display: block;
	padding: 15px;
	line-height: 25px;
	background-color: #f8f8f8;
	border: 1px solid #ddd;
	box-shadow: 0 0px 2px 0 #e7e7e7;
	box-sizing: border-box;
	border-radius: 5px;
}
.news_index_btn {
	width: 70%;
	margin: 20px auto 20px;
}
}
.mod6 {
	position: relative;
	background: url(../image/msnback.jpg) center top no-repeat;
	background-size: cover;
	overflow: hidden;
	padding: 60px 0;
}
.footer_msg {
	width: 100%;
}
.footer_msg h2 {
	font-size: 24px;
	line-height: 40px;
	font-weight: 700;
	text-align: center;
	color: #FFF;
	line-height: 28px;
}
.footer_msg ul {
	margin-top: 35px;
	overflow: hidden;
}
.footer_msg ul li {
	overflow: hidden;
	float: left;
}
.footer_msg ul li p {
	margin-bottom: 15px;
	overflow: hidden;
}
.footer_msg ul li:nth-of-type(1) {
	width: 33%;
	margin-right: 2%;
}
.footer_msg ul li:nth-of-type(2) {
	width: 53%;
	margin-right: 2%;
}
.footer_msg ul li:nth-of-type(3) {
	width: 10%;
}
.msg_input {
	float: left;
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding: 0 4%;
	background: #fff;
	box-sizing: border-box;
}
.msg_textarea {
	float: left;
	width: 100%;
	height: 95px;
	line-height: 30px;
	padding: 1% 2%;
	background: #fff;
	box-sizing: border-box;
	font-family: Arial, Helvetica, sans-serif;
}
.msg_submit {
	width: 100%;
	height: 95px;
	line-height: 30px;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
	background: #e60012;
	font-family: Arial, Helvetica, sans-serif;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	box-sizing: border-box;
	padding: 0 8%;
	font-weight: 700;
}
.msg_submit:hover {
	background: #d10010;
	color: #fff;
}
@media screen and (max-width:768px) {
.mod6 {
	padding: 30px 0;
}
.footer_msg ul li:nth-of-type(1) {
	width: 100%;
	margin-right: 0
}
.footer_msg ul li:nth-of-type(2) {
	width: 100%;
	margin-right: 0;
}
.footer_msg ul li:nth-of-type(3) {
	width: 100%;
	margin-top: 5%;
}
.msg_submit {
	width: 100%;
	height: 45px;
	line-height: 45px;
	font-size: 18px;
}
.footer_msg h2 {
	font-size: 14px;
	line-height: 40px;
	font-weight: 700;
	text-align: center;
	color: #FFF;
	line-height: 28px;
}
.footer_msg ul {
	margin-top: 15px;
	overflow: hidden;
}
}
.contact_msg {
	width: 100%;
	border: 1px #ddd solid;
	margin-top: 50px;
	padding: 50px 30px;
	box-sizing: border-box;
	background: #fff;
}
.contact_msg input {
	border: 1px #ddd solid;
	background: #f8f8f8;
	box-sizing: border-box;
}
.contact_msg textarea {
	border: 1px #ddd solid;
	background: #f8f8f8;
	box-sizing: border-box;
}
.contact_msg .msg_submit {
	background: #0a51a1!important;
}
.contact_msg .msg_submit:hover {
	background: #e60012!important;
}
.contact_msg h2 {
	font-size: 24px;
	line-height: 40px;
	font-weight: 700;
	text-align: center;
	line-height: 28px;
	color: #0a51a1;
}
.contact_msg ul {
	margin-top: 25px;
	overflow: hidden;
}
.contact_msg ul li {
	overflow: hidden;
	float: left;
}
.contact_msg ul li p {
	margin-bottom: 15px;
	overflow: hidden;
}
.contact_msg ul li:nth-of-type(1) {
	width: 33%;
	margin-right: 2%;
}
.contact_msg ul li:nth-of-type(2) {
	width: 53%;
	margin-right: 2%;
}
.contact_msg ul li:nth-of-type(3) {
	width: 10%;
}
@media screen and (max-width:768px) {
.contact_msg {
	margin-top: 30px;
	padding: 15px;
}
.contact_msg h2 {
	font-size: 18px;
}
.contact_msg ul {
	margin-top: 10px;
	overflow: hidden;
}
.contact_msg ul li:nth-of-type(1) {
	width: 100%;
	margin-right: 0
}
.contact_msg ul li:nth-of-type(2) {
	width: 100%;
	margin-right: 0;
}
.contact_msg ul li:nth-of-type(3) {
	width: 100%;
	margin-top: 5%;
}
}
/***footer***/
.footer {
	position: relative;
	background: #222;
	overflow: hidden;
	padding: 60px 0;
	color: #FFF;
}
.footer a {
	color: #FFF;
}
.footer a:hover {
	text-decoration: underline;
	opacity: 1;
}
.footer_left {
	float: left;
	width: 68%;
	overflow: hidden;
	line-height: 24px;
	box-sizing: border-box;
}
.footer_nav {
	float: left;
	width: 100%;
}
.footer_nav dl {
	float: left;
	margin-right: 5%;
}
.footer_nav dl:nth-child(1) {
	width: 47%;
	padding-left: 2%;
}
.footer_nav dl:nth-child(2) {
	width: 150px;
	text-align: center;
	padding-left: 9%;
	margin-top: 40px;
}
.footer_nav dl:nth-child(2) img {
	width: 150px!important;
	display: block;
	margin-bottom: 6px;
}
.footer_nav dl a:hover {
	opacity: 0.8;
}
.footer_nav dt {
	margin-bottom: 5px;
	font-size: 18px;
	line-height: 28px;
	font-weight: 700;
	border-bottom: 1px #555 dotted;
	padding-bottom: 10px;
}
.footer_nav dd {
	font-size: 14px;
	line-height: 36px;
	background: url(../image/dian.png) left center no-repeat;
	padding-left: 10px;
}
#prod_dd {
	width: 50%;
	float: left;
	box-sizing: border-box;
}
.footer_right {
	float: right;
	width: 32%;
	overflow: hidden;
	line-height: 24px;
	box-sizing: border-box;
}
.footer_contact {
	width: 100%;
}
.footer_contact h2 {
	margin-bottom: 5px;
	font-size: 18px;
	line-height: 28px;
	font-weight: 700;
	border-bottom: 1px #555 dotted;
	padding-bottom: 10px;
}
.footer_contact img {
	width: auto;
	display: inline-block;
	margin-bottom: 20px;
}
.footer_contact dl {
}
.footer_contact dt {
	line-height: 30px;
	font-size: 18px;
}
.footer_contact dd {
	margin-top: 20px;
	padding-left: 28px;
	line-height: 24px;
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: top left;
	font-size: 14px;
}
.footer_contact dd:nth-child(4) {
	background-image: url(../image/ico_address.png);
}
.footer_contact dd:nth-child(1) {
	background-image: url(../image/ico_tel.png);
}
.footer_contact dd:nth-child(2) {
	background-image: url(../image/ico_fax.png);
}
.footer_contact dd:nth-child(3) {
	background-image: url(../image/ico_email.png);
}
.footer-copyright {
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	text-align: center;
	margin-top: 40px;
}
@media screen and (max-width:768px) {
.footer {
	padding: 25px 0;
}
.footer_left {
	width: 100%;
	overflow: hidden;
	font-size: 14px;
	line-height: 24px;
	margin: 0;
	box-sizing: border-box;
	background: #eaeaea;
	display: none;
}
.footer_nav dl {
	float: left;
	width: 100%;
}
.footer_nav dl:nth-child(1) {
	width: 100%;
}
.footer_nav dl:nth-child(2) {
	width: 100%;
}
.footer_nav dl:nth-child(3) {
	width: 100%;
}
.footer_contact h2 {
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
}
.footer_contact dd {
	margin-top: 20px;
	font-size: 14px;
}
.footer_right {
	float: none;
	width: 100%;
	padding: 5%;
	box-sizing: border-box;
}
.footer-copyright {
	margin-top: 20px;
	height: auto;
	line-height: 20px;
	font-size: 10px;
}
}
/************内页banner*************/
.ban {
	width: 100%;
	position: relative;
}
.ban .addiv {
	position: absolute;
	text-align: center;
	color: #FFF;
	top: 50%;
	transform: translateY(-50%);
	font-size: 20px;
	width: 800px;
	left: 50%;
	margin-left: -400px;
}
.ban .addiv h2 {
	font-size: 32px;
	line-height: 35px;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	margin-bottom: 15px;
	font-weight: 700;
}
.ban .addiv h2:before, .ban .addiv h2:after {
	display: inline-block;
	vertical-align: middle;
	margin: -5px 10px 0 10px;
	content: "";
	width: 50px;
	height: 2px;
	background: #fff;
}
#mob {
	display: none;
}
#pc {
	display: block;
}
@media screen and (max-width:768px) {
.ban {
	margin: 45px auto 0;
	width: 100%;
	position: relative;
}
#pc {
	display: none;
}
#mob {
	display: block;
}
.ban .addiv {
	margin-top: 0px;
	font-size: 14px;
	top: 50%;
	line-height: 24px;
	width: 80%;
	margin-left: -40%;
}
.ban .addiv h2 {
	font-size: 18px;
	line-height: 24px;
	-webkit-line-clamp: 1;
	margin-bottom: 5px;
}
.ban .addiv h2:before, .ban .addiv h2:after {
	display: none;
}
}
/*--------内页路径--------*/
.weizhi {
	overflow: hidden;
	width: 100%;
	font-size: 14px;
	line-height: 30px;
	color: #585858;
	border-bottom: 1px #ddd solid;
	box-sizing: border-box;
	margin-bottom: 20px;
	padding-bottom: 5px;
}
.weizhi a {
	color: #585858;
}
.weizhi a:hover {
	color: #e60012;
}
.span_right {
	font-size: 14px;
	float: right;
}
.span_page {
	width: 20px;
	height: 20px;
	background: url(../image/icon5.png) no-repeat left center;
	margin-right: 5px;
	display: -webkit-inline-box;
	vertical-align: middle;
}
.span_root {
	width: 3px;
	height: 5px;
	background: url(../image/dian.png) no-repeat left center;
	margin: 0 8px;
	display: -webkit-inline-box;
	vertical-align: middle;
}
@media screen and (max-width:768px) {
.weizhi {
	line-height: 20px;
}
.span_right {
	font-size: 12px;
}
}
/****************************公用****************************/
.wrap {
	margin: 0 auto;
	width: 100%;
	display: inline-block;
	position: relative;
}
.lymain {
	position: relative;
	margin: 20px auto;
	width: 95%;
	max-width: 1250px;
	overflow: hidden;
}
@media screen and (max-width:768px) {
.wrap {
	padding: 0;
	width: 100%;
}
.lymain {
	width: 100%;
	margin: 0 auto;
	padding: 3%;
	border-radius: 0px;
	box-shadow: none;
	box-sizing: border-box;
}
}
#onseca {
	background: #0157a7;
	color: #FFF;
}
#onseca a {
	background: #0157a7;
	color: #FFF;
}
#onsec {
	color: #e60012;
}
#onsec a {
	color: #e60012;
}
.margintop50 {
	margin-top: 30px;
}
.margintop100 {
	margin-top: 100px;
}
/*内页子导航*/
#lmlb {
	width: 100%;
	padding: 30px 0 25px 0;
	background-color: #f8f8f8;
}
.lmlb {
	overflow: hidden;
	width: 95%;
	max-width: 1250px;
	margin: 20px auto 0;
	display: none;
}
.lmlb ul {
	letter-spacing: -8px;
}
.lmlb ul li {
	letter-spacing: normal;
	vertical-align: top;
	display: inline-block;
	text-align: center;
	padding: 0px 30px;
	margin: 0 10px 10px 0;
	line-height: 45px;
	background: #828282;
	border-radius: 5px;
	color: #FFF;
	font-size: 14px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.lmlb ul li:hover {
	background: #e60012;
	color: #FFF;
}
.lmlb ul li a {
	color: #fff;
}
#lmlbonsec {
	color: #fff;
	background: #e60012;
}
#lmlbonsec a {
	color: #fff;
	background: #e60012;
}
#lmlbonsec2 {
	color: #ff6701;
}
#lmlbonsec2 a {
	color: #ff6701;
}
@media screen and (max-width: 768px) {
#lmlb {
	width: 100%;
	padding: 25px 0 10px 0;
}
.lmlb {
	overflow: hidden;
	width: 90%;
	margin: 0 auto;
}
.lmlb ul {
	margin: 0;
	padding: 0;
}
.lmlb ul li {
	padding: 0px 10px;
	margin: 0 5px 10px 0;
	line-height: 40px;
	font-size: 14px;
}
.lmlb ul li:hover {
	color: #ff6701;
}
}
/*内页子导航下面的选择项*/
.lymenu {
	width: 96%;
	max-width: 1250px;
	margin: 0 auto;
	position: relative;
	display: table;
	z-index: 999;
}
.lymenu ul {
	width: 240px;
	float: left;
	display: inline-block;
	text-align: center;
}
.lymenu ul li h2 {
	padding: 12px 25px 12px 0px;
	border-bottom: 2px #555 solid;
	font-size: 14px;
	cursor: pointer;
	margin-top: 20px;
	background: url(../image/line.png) right 18px no-repeat;
	background-size: 15px;
	box-sizing: border-box;
}
@media screen and (max-width: 768px) {
.lymenu {
	display: none;
}
}
/*分页*/
.page {
	text-align: center;
	padding: 30px 0 0 0; /*margin-top:20px;border:1px solid #D9D9D9;background:#fff; */
}
.page a {
	display: inline-block;
	border: 1px #ddd solid;
	font-size: 16px;
	padding: 8px 20px;
	margin: 0 2px;
	font-family: "宋体";
	line-height: 20px;
	height: 20px;
}
.page a:hover {
	background: #111c36;
	color: #fff;
}
.page-num-current {
	background: #111c36;
	color: #fff;
}
.nlxwm {
	padding: 10px;
	line-height: 28px;
	border: 1px solid #e2e2e2;
	font-size: 14px
}
.nlxwm b {
	display: block
}
@media screen and (max-width: 768px) {
.page {
	padding: 8px 0;
	margin-top: 10px;
}
.page a {
	font-size: 12px;
	padding: 3px 8px;
	margin: 0;
}
}
.lytext {
	margin: 0 auto 80px;
	text-align: center;
}
.lyhtitle {
	position: relative;
	font-size: 32px;
	margin-bottom: 10px;
}
.lytext_txt {
	margin: 0 auto;
	width: 80%;
	line-height: 28px;
	font-size: 14px;
	text-align: center;
}
@media screen and (max-width:768px) {
.lytext {
	margin: 30px auto;
}
.lytext_txt {
	line-height: 24px;
	font-size: 14px;
	width: 92%;
}
.lyhtitle {
	font-size: 24px;
}
}
/*左右框架*/
.mainleft {
	float: left;
	width: 20%;
	overflow: hidden;
	padding: 0.5%;
}
.mainleft_main {
	background: #fff;
	box-shadow: 0 0px 5px 0 #ddd;
	box-sizing: border-box;
	border: 0px #ddd solid;
}
.mainleft_title {
	font-size: 18px;
	padding: 15px 20px;
	font-weight: 700;
	color: #FFF;
	background: #0a51a1;
}
.margintop40 {
	margin-top: 40px;
}
.mainright {
	float: right;
	width: 76%;
	overflow: hidden;
	box-shadow: 0 0px 5px 0 #ddd;
	margin: 0.5%;
	box-sizing: border-box;
	background: #fff;
	border: 0px #ddd solid;
}
@media screen and (max-width:768px) {
.mainleft {
	float: none;
	width: 100%;
	padding: 0;
	display: none;
}
.mainleft_title {
	font-size: 16px;
	line-height: 24px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.mainright {
	float: none;
	width: 98%;
	padding: 0;
	margin: 0.5%;
}
}
.leftlist {
	overflow: hidden;
	margin: 0 auto 50px;
}
.leftlist ul {
	margin-bottom: 0;
}
.leftlist ul li {
	background: #ffffff url(../image/dian.png) 15px center no-repeat;
	border-bottom: dotted 1px #dddddd;
	border-top: 0;
	padding: 0;
}
.leftlist ul li a {
	padding-left: 14px;
	font-size: 14px;
	display: block;
	line-height: 18px;
	position: relative;
	padding: 15px 10px 15px 30px;
	font-weight: 700;
}
.list {
	overflow: hidden;
	margin: 0 auto;
}
.list ul {
	margin-bottom: 0;
}
.list ul li {
	background-color: #ffffff;
	border-bottom: dotted 1px #dddddd;
	border-top: 0;
	padding: 0;
	background-image: none;
}
.list ul li a {
	padding-left: 14px;
	font-size: 14px;
	display: block;
	line-height: 18px;
	position: relative;
	padding: 15px 10px 15px 30px;
	font-weight: 700;
}
.list ul li .inactive {
	background: url(../image/off.png) no-repeat 10px center;
}
.list ul li .inactives {
	background: url(../image/on.png) no-repeat 10px center;
}
.list ul li ul {
	display: none;
}
.list ul li ul li {
	border-left: 0;
	border-right: 0;
	background: #efefef url(../image/dian_prod.png) 15px center no-repeat;
	border-color: #cccccc;
	padding-left: 15px;
	color: #333;
}
.list ul li ul li .inactive {
	background: none;
}
.list ul li ul li .inactives {
	background: none;
}
.list ul li ul li a {
	color: #333;
	font-weight: normal;
}
.list ul li ul li ul {
	display: none;
}
.list ul li ul li a {
	padding-left: 15px;
	font-size: 14px;
}
.list ul li ul li ul li {
	background-color: #d6e6f1;
	border-color: #ddd;
}
.last {
	background-color: #d6e6f1;
	border-color: #6196bb;
}
.list ul li ul li ul li a {
	color: #515151;
	padding-left: 15px;
	font-size: 14px;
}
.gbtxt a {
	font-size: 14px;
	font-weight: normal!important;
	background: #f8f8f8 url(../image/dian_prod2.png) 30px center no-repeat;
	border-bottom: 1px #ddd dotted;
	padding: 5px 5px 5px 45px!important;
}
 @media screen and (max-width:768px) {
.main_about {
	width: 90%;
	margin: 0 auto;
	padding-bottom: 3%;
}
.mainright {
	float: none;
	width: 100%;
	padding: 0;
	margin: 20px 0 0 0;
}
.mainleft {
	float: none;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	margin-left: 0;
	margin-top: 10%;
	display: none;
}
.mainleft_title {
	font-size: 16px;
	line-height: 24px;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
.mainleft ul li {
	line-height: 22px;
	margin: 0;
	font-size: 14px;
	padding: 8px 5px 8px 40px;
}
}
/*about us*/
.about_txt {
	line-height: 26px;
	font-size: 14px;
	overflow: hidden;
	padding: 40px;
	box-sizing: border-box;
}
.about_txt img {
	max-width: 100%;
	width: auto;
	margin: 0;
	display: inline-block;
}
.aboutimg {
	float: right;
	width: auto;
	max-width: 40%;
}
.about_txt h2 {
	font-size: 20px;
	margin-bottom: 10px;
	border-bottom: 1px #b3b3b3 dotted;
	padding-bottom: 10px;
	font-weight: 700;
	text-transform: uppercase;
}
.about_txt b, .about_txt strong {
	color: #0a51a1;
	font-size: 14px;
}
.about_txt td {
	padding: 4px;
	line-height: 18px;
	font-size: 14px;
}
.about_txt p, .about_txt span {
	line-height: 30px!important;
	font-size: 14px;
}
.about_txt td {
	padding: 2px;
	font-size: 14px!important;
	border: 1px #CCCCCC solid;
}
.about_txt td p, .about_txt td span {
	font-size: 14px!important;
}
.about_txt ul {
	letter-spacing: -8px;
	margin: 20px 0 0 0;
}
.about_txt ul li {
	letter-spacing: normal;
	vertical-align: top;
	display: inline-block;
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
	border: 1px #ddd dotted;
	background: #f8f8f8;
}
.about_txt ul li:not(:nth-of-type(2n)) {
margin-right:0;
}
.about_txt ul li:nth-child(n+2) {
	margin-top: 3%;
}
.about_txt ul li h3 {
	font-size: 16px;
	font-weight: 700;
}
 @media screen and (max-width:768px) {
.about_txt {
	line-height: 24px;
	font-size: 14px;
	margin-top: 20px;
	padding: 20px;
	margin: 0;
}
.about_txt img {
	max-width: 100%;
	width: auto;
	margin: 0 0 10px 0;
	display: inline-block;
	height: auto!important;
}
.about_txt table {
	display: block;
	display: -webkit-box;
	width: auto!important;
	white-space: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
}
.about_txt h2 {
	font-size: 18px;
	text-transform: uppercase;
	padding-bottom: 10px;
	margin-bottom: 10px;
	font-weight: 700;
}
}
/*资质证书*/
.cert {
	padding: 3%;
}
.cert h2 {
	color: #0157a7;
	font-size: 24px;
	margin-bottom: 20px;
	border-bottom: 1px #ddd dotted;
	padding-bottom: 10px;
	font-weight: 700;
	text-transform: uppercase;
}
.certul {
	letter-spacing: -8px;
}
.certul li {
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	width: 31.33%;
	border: 1px #ddd solid;
	padding: 1.5%;
	box-sizing: border-box;
	background: #f5f5f5;
}
.certul li:hover {
	color: #F90;
}
.certul li:not(:nth-of-type(3n)) {
margin-right:3%;
}
.certul li:nth-child(n+4) {
	margin-top: 3%;
}
.certul li .mask, .certul li .view {
	position: absolute;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	opacity: 0;
}
.certul li .mask {
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
}
.certul li .view {
	top: 50%;
	left: 50%;
	margin: -26px 0 0 -24px;
	width: 48px;
	height: 48px;
	background: url(../image/view.png) no-repeat;
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.certul li .title {
	height: 36px;
	line-height: 18px;
	font-size: 14px;
	color: #555457;
	text-align: center;
	padding: 10px 20px;
	overflow: hidden;
	background: #f5f5f5;
}
.certul li a:hover .mask, .certul li a:hover .view {
	opacity: 1;
}
.certul li a:hover .view {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}
.certul li a {
	position: relative;
	display: block;
}
@media screen and (max-width: 768px) {
.cert {
}
.cert h2 {
	font-size: 18px;
}
.certul {
	overflow: hidden;
	margin-top: 10px;
}
.certul li {
	width: 31.33%;
}
.certulimg {
	width: 90%;
	display: block;
	overflow: hidden;
	padding: 5%;
}
.certul li img {
	width: 100%;
}
.certul li:not(:nth-of-type(4n)) {
margin-right:0;
}
.certul li:not(:nth-of-type(3n)) {
margin-right:3%;
}
.certul li:nth-child(n+4) {
	margin-top: 3%;
}
.certul li .mask, .certul li .view {
	display: none;
}
}
/*contact us*/
.contact_top {
	margin: 30px auto 0;
	overflow: hidden;
}
.contact_top ul {
	overflow: hidden;
	letter-spacing: -8px;
}
.contact_top ul li {
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	width: 48.75%;
	box-sizing: border-box;
	text-align: left;
	border: 1px #ddd solid;
	padding: 30px 30px 30px 100px;
	font-size: 16px;
	line-height: 20px;
	min-height: 100px;
}
.contact_top ul li:not(:nth-of-type(2n)) {
margin-right:2.5%;
}
.contact_top ul li:nth-child(n+3) {
	margin-top: 2%;
}
.contact_top ul li p {
	color: #e60012;
	font-size: 18px;
	margin-bottom: 10px;
}
.contact1 {
	background: #fff url(../image/ico_address2.png) 30px center no-repeat;
	background-size: 48px;
}
.contact2 {
	background: #fff url(../image/ico_tel2.png) 30px center no-repeat;
	background-size: 48px;
}
.contact3 {
	background: #fff url(../image/ico_whatsup2.png) 30px center no-repeat;
	background-size: 48px;
}
.contact4 {
	background: #fff url(../image/ico_fax2.png) 30px center no-repeat;
	background-size: 48px;
}
.contact5 {
	background: #fff url(../image/ico_email2.png) 30px center no-repeat;
	background-size: 48px;
}
.contact6 {
	background: #fff url(../image/ico_skype2.png) 30px center no-repeat;
	background-size: 48px;
}
.contact {
	line-height: 28px;
	font-size: 14px;
	overflow: hidden;
}
.contact_txt {
	line-height: 30px;
	font-size: 14px;
	margin-bottom: 40px;
}
.contact_txt:last-child {
	margin-bottom: 0;
}
.contact_txt img {
	max-width: 100%;
	width: auto;
	margin: 10px 0;
}
.contact_txt b, .contact_txt strong {
	color: #e60013;
	font-size: 18px;
	font-weight: normal;
}
.contact_txt h2 {
	font-size: 20px;
	font-weight: 700;
	color: #0a51a1;
	margin-bottom: 5px;
}
 @media screen and (max-width: 768px) {
.contact_top {
	margin: 15px auto 0;
}
.contact_top ul li {
	width: 100%;
	padding: 20px 20px 20px 60px;
	font-size: 14px;
	line-height: 20px;
	min-height: 0;
}
.contact_top ul li:not(:nth-of-type(2n)) {
margin-right:0;
}
.contact_top ul li:nth-child(n+2) {
	margin-top: 3%;
}
.contact_top ul li p {
	color: #e60012;
	font-size: 18px;
	margin-bottom: 5px;
}
.contact1 {
	background: #fff url(../image/ico_address2.png) 15px center no-repeat;
	background-size: 32px;
}
.contact2 {
	background: #fff url(../image/ico_tel2.png) 15px center no-repeat;
	background-size: 32px;
}
.contact3 {
	background: #fff url(../image/ico_whatsup2.png) 15px center no-repeat;
	background-size: 32px;
}
.contact4 {
	background: #fff url(../image/ico_fax2.png) 15px center no-repeat;
	background-size: 32px;
}
.contact5 {
	background: #fff url(../image/ico_email2.png) 15px center no-repeat;
	background-size: 32px;
}
.contact6 {
	background: #fff url(../image/ico_skype2.png) 15px center no-repeat;
	background-size: 32px;
}
.contact {
	padding: 0;
}
.contact_txt h2 {
	font-size: 18px;
	font-weight: 700;
}
}
/*案例*/
.researchlist {
	padding: 3%;
}
.researchlistul {
	letter-spacing: -8px;
}
.researchlistul li {
	overflow: hidden;
	position: relative;
	width: 22.75%;
	vertical-align: top;
	letter-spacing: normal;
	display: inline-block;
	box-sizing: border-box;
	padding-bottom: 25px;
	padding: 2%;
	background: #fff;
	border: 1px #ddd solid;
}
.researchlistul li {
	border-bottom: 3px #0157a7 solid!important;
}
.researchlistul li:hover {
	border-bottom: 3px #e60012 solid!important;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.10);
}
.researchlistul li:not(:nth-of-type(4n)) {
margin-right:3%;
}
.researchlistul li:nth-child(n+5) {
	margin-top: 3%;
}
.researchlistul li img {
	width: 100%;
	display: block;
}
.researchlistul li h2 {
	margin: 10px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	line-height: 20px;
	font-size: 18px;
	color: #0157a7;
	line-height: 24px;
	font-weight: 700;
}
.researchlistul li:hover h2 {
	color: #e60012;
}
.researchlistul li div {
	line-height: 22px;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	color: #666;
}
#research_more {
	margin-top: 20px;
	width: 100px;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	text-align: center;
	border-radius: 5px;
	float: left;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	border: 1px #ddd solid;
	background: #fff;
}
#research_more:hover {
	color: #e60012;
	border: 1px #e60012 solid;
}
@media screen and (max-width:768px) {
.researchlistul {
	letter-spacing: -8px;
	display: block;
	align-items: none;
	margin-top: 0;
}
.researchlistul li {
	width: 47.5%;
	float: none;
	margin-top: 0px;
	padding: 10px;
	margin-bottom: 10px;
}
.researchlistul li:not(:nth-of-type(4n)) {
margin-right:0;
}
.researchlistul li:not(:nth-of-type(2n)) {
margin-right:5%;
}
.researchlistul li:nth-child(n+3) {
	margin-top: 3%;
}
.researchlistul li img {
	margin-bottom: 2%;
	display: block;
	float: none;
	margin-right: 0;
	width: 100%;
	max-width: 100%;
}
.researchlistul li h2 {
	font-size: 18px;
	margin-bottom: 5px;
}
.researchlistul li h2 a {
	font-size: 18px
}
#research_more {
	width: 100%;
	background: #0157a7;
	color: #FFF;
	margin-top: 10px;
}
}
/*新闻2*/
.newslist {
	padding: 40px;
}
.newslistul {
}
.newslistul li {
	overflow: hidden;
	padding: 2.5%;
	border: 1px #ddd dotted;
	background: #fbfbfb;
	position: relative;
	margin-bottom: 20px;
}
.newslistul li:last-child {
	margin-bottom: 0;
}
.newslistul li:hover {
	background: #fff; /*box-shadow:0 0 10px 0 #ddd;*/
}
.newslistul li:hover h2 a {
	color: #e60012;
}
.newslistul li:hover #research_more {
	border: 1px #e60012 solid;
	color: #e60012;
}
.newslistul li .imgbox {
	width: auto;
	max-width: 30%;
	margin-right: 2%;
	float: left;
}
.newslistul li h2 {
	font-size: 18px;
	margin-bottom: 10px;
	font-weight: 700;
}
.newslistul li .divtxt {
	color: #666;
	line-height: 24px;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
@media screen and (max-width:768px) {
.newslist {
	margin-top: 0px;
	padding: 0;
}
.newslistul li {
	padding: 3%;
}
.newslistul li img {
	margin: 0 0 2% 0;
	display: inline;
	float: left;
	width: 100%;
	max-width: 100%;
}
.newslistul li h2 {
	font-size: 16px;
	margin-bottom: 5px;
}
.newslistul li .divtxt {
	-webkit-line-clamp: 3;
	line-height: 20px;
}
.newslistul li .imgbox {
	width: auto;
	max-width: 45%;
	margin-right: 2%;
	float: left;
}
}
/*新闻详情页*/
.newsshow {
	line-height: 30px;
	font-size: 14px;
	overflow: hidden;
	padding: 30px;
	background: #FFF;
	border: 1px #ddd solid;
	box-sizing: border-box;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.10);
}
.news_xxjs {
	line-height: 30px!important;
	font-size: 14px!important;
	font-weight: normal!important;
	margin: 0 auto;
	overflow-x: auto;
}
.news_xxjs p, .news_xxjs span {
	line-height: 30px!important;
	font-size: 14px;
}
.news_xxjs td {
	padding: 5px;
	font-size: 14px!important;
	border: 1px #CCCCCC solid!important;
	line-height: 20px!important;
}
.news_xxjs td p, .news_xxjs td span {
	font-size: 14px!important;
	line-height: 20px!important;
}
.news_xxjs table {
}
.news_xxjs img {
	width: auto;
	height: auto;
	overflow: scroll;
	margin: 0 auto;
	display: inline;
	padding: 10px 0;
}
.news_title {
	text-align: center
}
.news_title h1 {
	color: #0157a7;
	font-size: 24px;
	margin-bottom: 10px;
	border-bottom: 1px #ddd dotted;
	padding-bottom: 10px;
	font-weight: 700;
}
.pubdate {
	line-height: 20px;
	margin: 0 0 20px 0;
	OVERFLOW: hidden;
	color: #999999;
	font-size: 12px;
	text-align: center
}
.pubdate span {
	margin: 0px 20px 0 0;
}
.pubdate a {
	color: #999999;
}
.pubdate a:hover {
	color: #f08619;
}
.pubdate1 {
	height: 20px;
	line-height: 20px;
	margin: 10px 0 20px 0;
	OVERFLOW: hidden;
	text-align: center;
	color: #999999;
}
.pagelist {/*border: 1px solid #ccc;*/
	overflow: hidden;
	background-color: #666;
	padding: 1px 5px 1px 5px;
	color: #ffffff;
}
.red {/*border: 1px solid #ccc;*/
	overflow: hidden;
	background-color: #f08300;
	color: #ffffff;
	font-weight: bold;
	padding: 1px 6px 1px 6px;
}
.pubdatenews {
	border: #ddd 1px solid;
	height: 26px;
	line-height: 26px;
	margin: 10px auto;
	OVERFLOW: hidden;
	text-align: center;
	background: #f5f5f5;
}
.pubdatenews2 {
	border: #ddd 1px solid;
	height: 26px;
	line-height: 26px;
	margin: 10px auto;
	OVERFLOW: hidden;
	text-align: center;
	background: #f5f5f5;
}
/*相关资讯*/
.Information {
	overflow: hidden;
	margin-top: 40px;
	background: #f8f8f8;
}
.Information h4 {
	padding-left: 10px;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
	color: #555;
	border-bottom: 1px solid #ccc;
	background: #fff;
}
.Information ul {
	padding: 0px;
}
.Information li {
	border-bottom: 1px dotted #DCDCDC;
	line-height: 22px;
	padding: 10px 0;
}
.Information li span {
	float: right;
	color: #999999;
	padding-left: 10px;
	padding-right: 10px;
}
.Information li {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
@media screen and (max-width: 768px) {
.newsshow {
	padding: 15px;
	margin-top: 0px;
}
.news_title h1 {
	font-size: 18px;
	padding-bottom: 10px;
	line-height: 26px;
}
.newsindex {
	overflow: hidden;
	margin: 0px auto;
}
.newsleft {
	float: left;
	width: 100%;
}
.newsright {
	display: none;
}
.news_xxjs table {
	display: block;
	display: -webkit-box;
	width: auto;
	white-space: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
}
.newsshow2 {
	float: none;
}
.news_xxjs2 {
	padding: 20px;
	width: 100%;
	float: none;
}
.news_xxjs p, .news_xxjs span {
	line-height: 24px!important;
	font-size: 14px;
}
.news_xxjs td {
	padding: 0px 5px;
	font-size: 12px!important;
	border: 1px #CCCCCC solid;
}
.news_xxjs td p, .news_xxjs td span {
	font-size: 12px!important;
}
.news_xxjs img {
	width: auto;
	height: auto;
	margin: 0 auto;
	display: inline;
	padding: 10px 0;
	max-width: 100%;
}
}
/*product*/
.prodcate_list {
	margin-top: 30px;
}
.prodcate_list ul {
	letter-spacing: -8px;
	overflow: hidden;
}
.prodcate_list ul li {
	letter-spacing: normal;
	vertical-align: top;
	width: 48.5%;
	box-sizing: border-box;
	position: relative;
	background: rgba(1,86,167,1);
	display: inline-block;
}
.prodcate_list ul li:not(:nth-of-type(2n)) {
margin-right:3%;
}
.prodcate_list ul li:nth-child(n+3) {
	margin-top: 3%;
}
.prodcate_list_txt {
	color: #fff;
	font-size: 14px;
	padding: 6%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 60%;
	line-height: 24px; /*background:-webkit-gradient(linear, left bottom, left top, from(rgba(0,0,0,0.9)), to(rgba(0, 0, 0, 0)))*/
	box-sizing: border-box;
}
.prodcate_list_txt h2 {
	font-size: 24px;
	color: #FFF;
	font-weight: 700;
	margin-bottom: 20px;
}
.prodcate_list_txt .ptxt {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}
 @media screen and (max-width:768px) {
.prodcate_list {
	margin-top: 15px;
}
.prodcate_list ul li {
	width: 100%;
}
.prodcate_list ul li:not(:nth-of-type(2n)) {
margin-right:0%;
}
.prodcate_list ul li:nth-child(n+2) {
	margin-top: 5%;
}
.prodcate_list_txt {
	padding: 6%;
	width: 80%;
}
.prodcate_list_txt h2 {
	font-size: 18px;
	margin-bottom: 5px;
}
.prodcate_list_txt .ptxt {
	-webkit-line-clamp: 3;
}
}
/*产品型号列表*/
.productlist {
	margin: 0;
	padding: 40px;
	border: 1px #ddd solid;
	box-sizing: border-box;
}
.productlist h3 {
	font-size: 24px;
	text-align: left;
	border-bottom: 1px #ddd dotted;
	padding-bottom: 10px;
	margin-bottom: 20px;
	font-weight: 700;
}
.lartxt {
	line-height: 28px;
	margin-bottom: 50px;
}
.productlistul {
	letter-spacing: -8px;
	overflow: hidden;
}
.productlistul li {
	letter-spacing: normal;
	vertical-align: top;
	position: relative;
	width: 30%;
	display: inline-block;
	box-sizing: border-box; text-align:center;
}
.productlistul li .imgbox{margin-bottom:10px}
.productlistul li a{font-size:15px;}
.productlistul li:not(:nth-of-type(3n)) {
margin-right:5%;
}
.productlistul li:nth-child(n+4) {
	margin-top: 5%;
}
.productlistul li:hover {
	background: #fff; /*box-shadow:0 0 10px 0 #ddd;*/
}
.productlistul li:hover h2 a, .productlistul li:hover #research_more {
	color: #e60012;
}
.productlistul li:hover #research_more {
	color: #075eb1;
	border: 1px #075eb1 solid;
}
.productlistul li .imgbox {
	width: 100%;
	float: left;
	display: inline;
}
.productlistul li .div_txt {
	line-height: 24px;
	font-size: 14px;
	width: 57%;
	float: right;
}
.productlistul li .div_txt h2 {
	font-size: 18px;
	margin: 20px 0 10px 0;
	font-weight: 700;
}
.productlistul li .div_txt .prodnotes {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;
	padding-right: 10px;
}
 @media screen and (max-width:768px) {
.productlist {
	padding: 20px;
}
.productlist h3 {
	font-size: 18px;
}
.lartxt {
	line-height: 24px;
	margin-bottom: 20px;
}
.productlistul {
	margin-bottom: 20px;
}
.productlistul li {
	float: left;
	width: 47.5%
}
.productlistul li:not(:nth-of-type(3n)) {
margin-right:0;
}
.productlistul li:not(:nth-of-type(2n)) {
margin-right:5%;
}
.productlistul li:nth-child(n+3) {
	margin-top: 5%;
}
.productlistul li .imgbox {
	width: 100%;
	display: inline;
	margin-right: 0;
	margin-bottom:6px;
}
.productlistul li .div_txt {
	width: 100%;
	float: none;
}
.productlistul li .div_txt .prodnotes {
	display: none;
}
.productlistul li .div_txt h2 {
	font-size: 14px;
	margin: 10px 0 0 0;
	font-weight: normal;
	line-height: 20px;
}
}
.productlist_more {
	margin: 20px 0px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
	background-color: #0157a7;
	text-align: center;
	border-radius: 5px;
	cursor: pointer;
	padding: 0 30px;
	display: inline-block;
}
.productlist_more:hover {
	background-color: #e60012;
}
.productlist_more_right {
	margin-right: 15px;
}
@media screen and (max-width:768px) {
.productlist_more {
	margin: 10px 0px 0px 0px;
	width: 45%;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
	background-color: #0157a7;
	text-align: center;
	border-radius: 5px;
	cursor: pointer;
	padding: 0px;
	display: inline-block;
	float: left;
	margin-right: 5%;
	display: none;
}
}
.prodmore {
	display: inline-block;
	margin-top: 20px;
	float: left;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
	background-color: #0157a7;
	text-align: center;
	border-radius: 5px;
	cursor: pointer;
	margin-right: 10px;
	padding: 0 30px;
}
.prodmore:hover {
	background-color: #e60012;
}
@media screen and (max-width:768px) {
.prodmore {
	float: none;
	font-size: 12px;
	color: #fff;
	margin: 0 2%;
	width: 46%;
	padding: 0;
}
}
/*产品详情页的底部*/
.cpshow {
	margin: 0;
	padding: 40px;
	box-sizing: border-box;
}
.cpshowtop {
	overflow: hidden; padding-bottom:20px;
}
.cpshowtop img {
	width: auto;
	max-width: 100%;
}
.cpshowtop h2 {
	font-size: 24px;
	line-height: 30px;
	border-bottom: 1px #ddd dotted;
	padding-bottom: 20px;
	font-weight: 700; text-align:center; margin-bottom:20px;
}
.cpshowtop h2 p {
	float: left;
	line-height: 45px;
	font-size: 12px;
	color: #999;
	display: block;
}
.cpshowtop_tags {
	line-height: 24px;
	padding: 20px;
	background: #fafafa;
	border: 1px #ddd solid;
	margin: 10px 0 0 0;
}
.cpshowtop_div {
	line-height: 35px;
	padding-top: 5px;
}
.ptitle2 {
	margin: 0 0 10px 0;
	padding: 0px;
	background: #0a51a1;
	padding: 15px 20px;
	font-size: 16px;
	line-height: 20px;
	box-sizing: border-box;
	font-weight: 700;
	color: #FFF;
	border-radius: 5px;
}
.ptitle2margintop40 {
	margin-top: 60px;
}
@media screen and (max-width: 768px) {
.cpshow {
	margin: 0px auto;
	padding: 15px;
}
.cpshowtop h2 {
	font-size: 18px;
	line-height: 30px;
	padding-bottom: 10px;
	margin-top: 20px; margin-bottom:10px;
}
.ptitle2 {
	margin: 0 0 10px 0;
	padding: 0px;
	background: #0a51a1;
	padding: 10px 20px;
	font-size: 14px;
	line-height: 20px;
	box-sizing: border-box;
	font-weight: 700;
	color: #FFF;
	border-radius: 5px;
}
.ptitle2margintop40 {
	margin-top: 30px;
}
}
.relatedul {
	overflow: hidden;
	letter-spacing: -8px;
	margin-top: 15px;
}
.relatedul li {
	display: inline-block;
	overflow: hidden;
	width: 31.33%;
	letter-spacing: normal;
	vertical-align: top;
	box-sizing: border-box;
	background: #FFF;
	border: 1px #ddd solid;
}
.relatedul li:not(:nth-of-type(3n)) {
margin-right:3%;
}
.relatedul li .imgbox {
	width: 100%;
	float: none;
}
.relatedul li .imgbox img {
	padding: 0;
	display: block;
}
.relatedul li p {
	font-size: 14px;
	text-align: center;
	margin: 10px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
@media screen and (max-width: 768px) {
.relatedul {
	margin-top: 15px;
}
.relatedul li {
	width: 47.5%;
}
.relatedul li:not(:nth-of-type(3n)) {
margin-right:0;
}
.relatedul li:not(:nth-of-type(2n)) {
margin-right:5%;
}
.relatedul li:nth-child(n+3) {
	margin-top: 5%;
}
}
/*--------在线留言--------------*/
.guestbook2 {
	width: 100%;
	margin: 25px auto 0;
	padding: 0;
}
.guestbook2 h4 {
	font-size: 24px;
	margin: 10px 0px;
}
.guestbook2 ul {
	overflow: hidden;
}
.guestbook2 ul li {
	overflow: hidden;
	margin-bottom: 8px;
	float: left;
	width: 100%;
}
.guestbook2 ul li p {
	margin-top: 5px;
}
.box22 {
	width: 100%;
	border: 1px #ddd solid;
	line-height: 30px;
	padding: 4px 10px;
	box-sizing: border-box;
	background: #f5f5f5;
}
.box44 {
	width: 100%;
	border: 1px #ddd solid;
	line-height: 30px;
	padding: 4px 10px;
	box-sizing: border-box;
	background: #f5f5f5;
}
.box33 {
	width: 100%;
	border: 1px #ddd solid;
	line-height: 24px;
	padding: 4px 10px;
	font-family: Verdana, Microsoft YaHei, Arial, Helvetica, sans-serif;
	box-sizing: border-box;
	background: #f5f5f5;
}
.sub_gestbook2 {
	background-color: #555;
	border: none;
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 5px;
}
.sub_gestbook2:hover {
	background: #d7180f;
}
 @media screen and (max-width: 768px) {
.guestbook2 {
	width: 100%;
	margin: 10px auto 0;
	padding: 0;
}
.guestbook {
	width: 94%;
	margin: 0 auto;
}
.box2 {
	width: 100%;
}
.box4 {
	width: 100%;
}
.box3 {
	width: 100%;
}
}
.sitemap {
	overflow: hidden;
	background: #FFF;
	padding: 30px;
	border: 1px #ddd solid;
}
.sitemap h2 {
	font-size: 18px;
	font-weight: bold;
	color: #173c96;
	margin-bottom: 10px;
}
.sitemap h2 a {
	color: #173c96;
}
.sitemap h2 a:hover {
	color: #e60012;
}
.sitemap ul {
	overflow: hidden;
	margin-bottom: 30px;
	padding: 10px 10px;
	background: #fafafa;
	border: 1px #ddd dotted;
}
.sitemap ul h3 {
	font-size: 18px;
	padding-bottom: 5px;
	border-bottom: 1px #ddd dotted;
	margin-bottom: 5px;
	line-height: 24px;
}
.sitemap ul li {
	float: left;
	width: auto;
	margin-right: 25px;
	font-size: 14px;
	line-height: 24px;
}
@media screen and (max-width:768px) {
.sitemap {
	padding: 0.15rem;
}
}
.page404 {
	width: 100%;
	margin: 300px 0 200px 0;
	text-align: center;
}
.page404 img {
	width: auto;
	display: inline-block;
}
@media screen and (max-width:768px) {
.page404 {
	width: 80%;
	margin: 100px 10%;
	text-align: center;
}
.page404 img {
	width: auto;
	max-width: 100%;
	display: inline-block;
}
}
