@charset "utf-8";
.details{padding-bottom: 20px;}
/*公共样式*/
* {
	margin: 0;
	padding: 0;
}

html {
	font-size: 14px;
	line-height: 1.5;
	font-family: Arial, Helvetica, Verdana, "Microsoft Yahei";
	background: #fff;
	color: #333;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	width: 100%;
	height: 100%;
	max-width: 780px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

body {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	background: #f7f7f7;
}

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

a {
	text-decoration: none;
	color: #333;
	transition: all .6s ease;
	cursor: pointer;
}

a:hover {
	/* color: #EB3D16 !important; */
}

em,
i {
	font-style: normal;
}

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

img {
	border: 0;
	max-width: 100%;
	height: auto;
}

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

input,
textarea,
select,
button {
	border: 0;
	outline: 0;
	font-family: Arial, Helvetica, Verdana, "Microsoft Yahei";
	color: #333;
}

input[type="button"],
input[type="text"],
input[type="submit"] {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

input,
input:focus,
input:active {
	user-select: text;
}

textarea {
	resize: none;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: ".";
	*zoom: 1;
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}

.plr10 {
	padding: 0 10px;
}

.wrapper {
	margin: 0 15px;
	position: relative;
}

.transform {
	transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	-webkit-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}

.sitecontent {
	height: 100%;
	background: #f7f7f7;
	position: relative;
	z-index: 96;
}

.scrollView {
	height: calc(100% - 140px);
	overflow-x: hidden;
	overflow-y: auto;
	position: relative;
}

.npagePage {
	min-height: calc(100% - 82px);
	overflow: hidden;
	position: relative;
}

.border {
	border: 1px solid #ddd;
	box-sizing: border-box;
}

.hide {
	display: none;
}

.scrollview_white {
	background-color: #fff !important;
}

/*字体*/
@font-face {
	font-family: 'HELVETICANEUELTPRO-THEX';
	src: url('../fonts/helveticaneueltpro-thex.eot');
	src: url('../fonts/helveticaneueltpro-thex.eot') format('embedded-opentype'), url('../fonts/helveticaneueltpro-thex.woff') format('woff'), url('../fonts/helveticaneueltpro-thex.ttf') format('truetype'), url('../fonts/helveticaneueltpro-thex.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'iconfont';
	src: url('../fonts/iconfont.eot');
	src: url('../fonts/iconfont.eot') format('embedded-opentype'), url('../fonts/iconfont.woff2') format('woff2'), url('../fonts/iconfont.woff') format('woff'), url('../fonts/iconfont.ttf') format('truetype'), url('../fonts/iconfont.svg#iconfont') format('svg');
}

.iconfont {
	display: inline-block;
	font: 14px/1 iconfont;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/*加载特效*/
.loader-mask {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	z-index: 9999999;
}

.loader {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 50px;
	height: 50px;
	font-size: 0;
	color: #282828;
	display: inline-block;
	margin: -25px 0 0 -25px;
	text-indent: -9999em;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}

.loader div {
	width: 50px;
	height: 50px;
	background-color: #282828;
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	opacity: .5;
	border-radius: 50%;
	-webkit-animation: ballPulseDouble 2s ease-in-out infinite;
	animation: ballPulseDouble 2s ease-in-out infinite;
}

.loader div div:last-child {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}

@-webkit-keyframes ballPulseDouble {

	0%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes ballPulseDouble {

	0%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

/*头部*/
.header {
	height: 70px;
	background: #fff;
	box-shadow: 0 0px 48px 0 rgba(0, 0, 0, .1);
	position: relative;
	z-index: 999999;
}

.sp_nav {
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 20px;
	right: 15px;
	margin-top: 4px;
	z-index: 11112;
}

.sp_nav i {
	display: block;
	background: #eb3d16;
	width: 30px;
	height: 2px;
	position: absolute;
	left: 0;
	transition: all ease .35s;
}

.sp_nav i:nth-of-type(1) {
	top: 0;
}

.sp_nav i:nth-of-type(2) {
	top: 10px;
}

.sp_nav i:nth-of-type(3) {
	top: 20px;
}

.sp_nav.sp_nav_se i:nth-of-type(1) {
	top: 10px;
	transform: rotate(45deg);
}

.sp_nav.sp_nav_se i:nth-of-type(2) {
	width: 0;
}

.sp_nav.sp_nav_se i:nth-of-type(3) {
	top: 10px;
	transform: rotate(-45deg);
}

.nav {
	width: 100%;
	height: calc(100% - 140px);
	position: fixed;
	left: 0;
	top: -100%;
	z-index: 11113;
	transition: top ease .35s;
	margin-top: 30px;
}

.nav.nav_show {
	top: 40px;
}

.nav>ul {
	min-width: 320px;
	max-width: 780px;
	height: 100%;
	margin: 0 auto;
	background: #eee;
	position: relative;
	overflow-y: auto;
}

.nav ul li {
	border-top: 1px solid #ddd;
	margin-left: 20px;
	line-height: 40px;
	font-size: 14px;
	position: relative;
}

.nav>ul>li:first-child {
	border-top: 0 none;
}

.nav ul li a {
	height: 44px;
	line-height: 44px;
	display: block;
	padding-right: 45px;
	color: #666;
}

.nav ul li ul {
	display: none;
}

.nav ul li i {
	display: block;
	width: 30px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	border-left: 1px solid #ddd;
	padding: 0 6px;
	position: absolute;
	right: 0;
	top: 9px;
}

.nav ul li i span {
	font-size: 14px;
	transition: all .5s;
}

.nav ul li i span:before {
	content: "\eeaa";
}

.nav_xjb img {
	height: 15px;
	transition: .3s;
}

.nav_btndown img {
	transform: rotate(90deg);
}

/*内页菜单*/
.dropmenu {
	min-height: 45px;
	margin-bottom: 20px;
	position: relative;
	z-index: 3;
}

.dropmenu .label {
	padding: 0 20px;
	height: 45px;
	line-height: 45px;
	background: #222224;
	color: #fff;
	font-size: 15px;
}

.dropmenu .label .iconfont {
	float: right;
	font-size: 16px;
	margin-top: 15px;
}

.dropmenu .label .iconfont:before {
	content: "\e60e";
}

.dropmenu ul {
	width: 100%;
	height: 0;
	overflow-y: auto;
	position: absolute;
}

.dropmenu ul li {
	width: 100%;
	border-bottom: 1px solid #2f2e35;
}

.dropmenu ul li a {
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0 50px;
	color: #bbb;
	background: rgba(17, 17, 17, .9);
	font-size: 13px;
}

.dropmenu ul li.active a {
	background: #000;
	color: #fff;
}

.dropmenu.open .label .iconfont {
	transform: rotate(180deg);
}

/*公共样式*/
.wrapper {
	margin: 0 15px;
}

.home_title {
	font-size: 24px;
	text-align: center;
	color: #000;
	font-weight: bold;
}

.home_title span {
	color: #223adf;
}

.home_title em {
	color: #ff7600;
}

.home_line {
	text-align: center;
	font-size: 0;
	text-align: center;
}

.home_line span {
	display: inline-block;
	font-size: 16px;
	text-transform: uppercase;
	color: #666;
	position: relative;
	padding: 0 10px;
	margin-bottom: 12px;
}

.home_line span:before,
.home_line span:after {
	display: block;
	content: "";
	width: 40px;
	height: 1px;
	background: #999;
	position: absolute;
	top: 50%;
	margin-top: -1px;
}

.home_line span:before {
	left: -40px;
}

.home_line span:after {
	right: -40px;
}

.clear {
	clear: both;
}

/*底部*/
.foot_copy {
	width: 100%;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
	padding: 16px 0;
	color: #fff;
	background: #151515;
}

.foot_copy a {
	color: #8e8e8e;
}

.footer {
	width: 100%;
	position: relative;
	z-index: 990;
}

.footer ul {
	height: 70px;
	background: #fff;
	margin: 0 auto;
}

.footer li {
	background-color: #eb3d16;
	position: relative;
	width: 25%;
	height: 70px;
	float: left;
	font-size: 13px;
	text-align: center;
	position: relative;
}

.footer li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #666;
}

.footer li i {
	display: block;
	width: 100%;
	height: 26px;
	line-height: 26px;
	padding-top: 15px;
	font-size: 22px;
}

.footer li p {
	height: 20px;
	line-height: 20px;
	margin-top: 2px;
	color: #fff;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

.footer li i img {
	height: 30px;
	/* width: 35px; */
	position: absolute;
	left: 37%;
	left: calc(50% - 17.5px);
	top: 10px;
}

.clearfix {
	clear: both;
}



.header {
	position: relative;
}

.ss {
	position: absolute;
	left: 0px;
	top: 25px;
	height: 20px;
	width: 20px;
}

.ss img {
	height: 100%;
}

.logo {
	width: 180px;
	height: 40px;
	margin: 0 auto;
	line-height: 70px;
}

.logo img {
	height: 100%;
	margin-top: 15px;
}


/**搜索***/

.ss_bg {
	visibility: hidden;
	opacity: 0;
	position: fixed;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, .7);
	top: 0;
	left: 0;
	z-index: 111;
	transition: .5s;
}

.ss_k {
	margin: 0 auto;
	width: 80%;
	/* position: relative; */
	align-items: center;
	display: flex;
	height: 100%;
}

.ss_k .box {
	position: relative;
}

.ss_k .gb {
	height: 50px;
	position: absolute;
	top: -50px;
	right: 0;
}

.ss_k .gb img {
	height: 50px;
}

.ss_k form {
	width: 100%;
}

.ss_k input {
	/* max-width: 400px; */
	width: 100%;
	height: 50px;
	border-radius: 5px;
	padding-left: 35px;
	box-sizing: border-box;
	background: url(../images/ss.png) no-repeat #fff;
	background-position: 8px 15px;
	background-size: 20px;
}

.show {
	visibility: inherit;
	opacity: 1;
}

/***轮播***/
.banner .slick-dots li.slick-active button {
	background: #eb3d16;
}
.banner img{
	width: 100%;
}



.m4 {
	margin-right: 4%;
}

.title {
	padding: 30px 0;
	text-align: center;
}

.title p {
	font-size: 25px;
	font-weight: bold;
	margin: 0px 0;
	color: #EB3D16;
}

.title span {
	font-size: 16px;
	color: #b5b5b5;
	margin-bottom: 5px;
	display: block;
}

.title i {
	display: block;
	width: 40px;
	background: #EB3D16;
	height: 2px;
	margin: 0 auto;
	margin-top: 5px;
}




.products {
	background: #fff;
	padding-bottom: 30px;
}

.pro_item {
	margin: 1%;
	width: 48%;
	float: left;
}

.pro_item .desc {
	width: 100%;
	height: 35px;
	background: #EB3D16;
	text-align: center;
	line-height: 35px;
}

.pro_item .img {
	height: 0;
	padding-bottom: 85%;
	overflow: hidden;
	border: 1px solid #e6e6e6;
	border-bottom: 0;
}

.pro_item a {
	color: #fff;
}

.products .more {
	text-align: center;
	color: #848484;
	display: block;
	margin-top: 30px;
	font-size: 15px;
	font-weight: 500;
}

.products .more span {
	border-bottom: 1px solid #848484;
}


.company {
	margin-bottom: 50px;
}

.com_item {
	width: 48%;
	float: left;
	background: #fff;
	margin-top: 4%;
	height: 200px;
	box-sizing: border-box;
	padding: 0 15px;
	text-align: center;
}

.com_item .icon {
	height: 50px;
	width: 52px;
	display: block;
	background: url(../images/com_icon.png) no-repeat;
	background-size: 247.2px 49.2px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

.com_item .icon1 {
	background-position: 3px 0;
}

.com_item .icon2 {
	background-position: -65px 0;
}

.com_item .icon3 {
	background-position: -130px 0;
}

.com_item .icon4 {
	background-position: -196px 0;
}


.equ {
	background: #fff;
	margin-top: 50px;
	padding-bottom: 80px;
}

.equ .title span {
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	margin: 5px 0;
	color: #222;
	display: inline-block;
}

.equ .title .black {
	color: #EB3D16;
}

.equ .title .small {
	font-size: 16px;
	color: #b5b5b5;
	margin-bottom: 5px;
	display: block;
	font-weight: normal;
}

.equ_sel ul li {
	width: 50%;
	box-sizing: border-box;
	text-align: center;
	background: #fff;
	float: left;
	color: #222;
	height: 40px;
	line-height: 40px;
	border: 1px solid #EB3D16;
}

.equ_sel .li1 {
	border-right: none;
	border-bottom: none;
}

.equ_sel .li2 {

}

.equ_sel .li3 {

}

.equ_body .swiper-container {
	width: 100%;
	height: 100%;
}

.equ_body .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.equ_body{
	margin-top: 15px;
}
.equ_lb{
	/* display: none; */
}
.equ .swiper-container{
	overflow: visible;
}
.equ .swiper-container-horizontal>.swiper-pagination-bullets{
	bottom: -25px !important;
}
.equ .swiper-pagination-bullet-active{
	background: #EB3D16;
}
.equ .on{
	background: #EB3D16;
	color: #fff;
}


.rest{
	background: #EB3D16;
	padding-bottom: 50px;
}
.rest .title p{
	color: #fff;
}
.rest .title i{
	background: #fff;
}

.rest_item{
	text-align: center;
	width: 50%;
	float: left;
	border: 1px solid #ef6445;
	box-sizing: border-box;
	height: 150px;
}
.rest_item .icon{
	background: url(../images/rest_icon.png) no-repeat;
	background-size: 102.2px 30.8px;
	display: block;
	width: 35px;
	height: 35px;
	background-position: 3.5px 0;
	margin: 0 auto;
	margin-top: 25px;
	margin-bottom: 15px;
}
.rest_item .icon3{
	background-position: -30px 0;
}
.rest_item .icon4{
	background-position: -68px 0;
}
.rest_item span{
	display: block;
	color: #fff;
	font-size: 14px;
	padding: 0 5px;
}
.rest_item p{
	display: block;
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 30px;
	color: #fff;
}




.about{
	padding-bottom: 50px;
	background: #fff;
}
.about .img img{
	width: 100%;
}
.about .desc .t{
	text-align: center;
	color: #EB3D16;
	font-weight: bold;
	font-size: 16px;
	margin: 25px 0 13px 0;
}
.about .desc p{
	font-weight: 500;
	padding-bottom: 20px;
}
.about .more{
	text-align: center;
}
.about a{
	color: #848484;
	border-bottom: 1px solid #848484;
}
.about_img .slick-dots{
	bottom: 0px;
	background: rgba(0,0,0,.3);
	padding: 5px 0;
}
.about .slick-dots li button{
	height: 12px;
	width: 12px;
	background: rgba(255,255,255,.4);
}
.about .slick-dots li.slick-active button{
	background: #EB3D16;
}
.about_img img{
	width: 100%;
}



.news{
	margin-bottom: 40px;
}
.news_1{
	background: #fff;
}
.news_body .tt{
	background: #EB3D16;
	height: 35px;
	line-height: 35px;
	color: #fff;
	box-sizing: border-box;
}
.news_body .tt span{
	padding-left: 10px;
	font-size: 15px;
}
.news_body .tt a{
	float: right;
	padding-right: 10px;
	color: #fff;
	font-size: 12px;
	line-height: 40px;
}
.news_1{
	margin-bottom: 10px;
}
.news_1 ul{
	padding-bottom: 1px;
	
}
.news_1 ul li{
	min-height: 35px;
	box-sizing: border-box;
	padding-left: 50px;
	background: url(../images/new.png) no-repeat;
	background-size: 30px;
	background-position: 10px 5px;
	margin: 15px 0;
	padding-right: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.news_body .quest{
	background: #fff;
}
.news_body .quest ul{
	padding-bottom: 1px;
}
.news_body .quest ul li{
	box-sizing: border-box;
	padding: 0 10px;
	margin: 15px 0;
}
.news_body .quest ul li span{
	display: block;
}
.news_body .quest ul li .wen{
	color: #EB3D16;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.news_body .quest ul li .da{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.lxwm{
	padding-top: 40px;
	background: #222;
	text-align: center;
	color: #919191;
}
.lxwm .img{
	width: 180px;
	margin: 0 auto;
}
.lxwm .img img{
	width: 100%;
}
.lxwm p{
	font-size: 15px;
	color: #a9a9a9;
	padding-top: 5px;
}
.lxwm .ewm{
	width: 100px;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 20px;
}
.lxwm .ewm img{
	width: 100%;
}
.lxwm ul li{
	margin: 10px;
	box-sizing: border-box;
}
.lxwm .bq{
	border-top: 1px solid #2e2e2e;
	color: #a9a9a9;
	padding: 15px 0;
}

@media screen and (max-width:350px) {
	.com_item{
		height: 240px;
	}
}

.main2 {

	width: 100%;

}

/*--/主体 end--*/

.left {

}

.right {

}

/*--/分栏 end--*/

.tit_1 {

	line-height: 35px;

	font-size: 18px;

	text-align: center;

	letter-spacing: 4px;

	background: url(../images/bg_0.png) center center no-repeat;

}

.tit_2 {

	line-height: 35px;

	font-size: 18px;

	color: #fff;

	text-align: center;

	letter-spacing: 4px;

	background: url(../images/bg_3.png) center center no-repeat;

}

.tit_3 {

	font-size: 14px;

	height: 30px;

	line-height: 30px;

	color: #666;

	margin: 10px 10px 10px 10px;

	background: #f4f4f4;

}

.tit_3 h3 {

	float: left;

	font-size: 16px;

	color: #fff;

	padding: 0 15px;

	font-weight: bold;

	background: #ec1705;

}

.tit_3 span {

	float: right;

	padding-right: 10px;

}

.tit_4 {

	font-size: 14px;

	font-weight: bold;

	padding: 5px 0 10px 0;

	border-bottom: 1px #aaa solid;

}

/*--/标题 tit--*/

.g_box1 {

	width: 100%;

	margin-bottom: 10px;

}

.g_box2 {

	width: 100%;

	margin-bottom: 10px;

	padding: 50px 0 10px 0;

	background: url(../images/bg_4.jpg) center top no-repeat #2566b7;

	background-size: auto 50px;

}

.g_box3 {

	width: 100%;
	padding: 10px 0;
	margin-bottom: 10px;
}

.g_list1 {
	margin:0 10px;
	 overflow:hidden

}

.g_list1 li {
	float: left;
	width: 46%;
	margin: 10px 1.4% 0 1.4%;
	border: 1px #f2f2f2 solid;
	text-align: center;
	line-height: 22px;
	overflow: hidden;
}
.g_list1 li img {
	width: 100%;
	padding: 2px;
	display: block;
	margin: 0 auto 5px auto;
	background: #fff;
}

.g_list1 li p {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 30px;

	line-height: 30px;
	background: #fff;
}

.g_list1 li a {

	position: relative;

	display: block;

	padding: 2px;

	height: 150px;

	background-position: center -20px;

}

.g_list1 li a:hover img {

	border-color: #fc7a22;

}









.g_list2 {

	margin: 5px 10px 0 10px;

	line-height: 40px;

	font-size: 16px;

}

.g_list2 li {

	height: 40px;

	overflow: hidden;

	text-indent: 15px;

	border-bottom: 1px #ddd dashed;

	background: url(../images/ico_2.jpg) 3px center no-repeat;

}

.g_list2 li span {

	float: right;

	font-size: 14px;

	color: #888;

}

.g_list1 b, .g_list2 b {

	font-weight: normal;

}

.g_con {

	padding: 0 15px;

}

.g_con h1 {

	color: #000;

	font-size: 22px;

	line-height: 30px;

	padding: 10px 0 5px;

	text-align: left;

	text-shadow: 1px 1px 1px #fff;

}

.g_con .info {

	color: #666;

	font-size: 12px;

	padding-bottom: 8px;

	border-bottom: 1px #ddd solid;

}

.g_con .pic {

	text-align: center;

	padding-top: 5px;

}

.g_con .pic img {

	padding: 6px;

	border: 1px #ddd solid;

	box-sizing: border-box;

	height: auto;

	max-width: 100%;

	vertical-align: middle;

}

.g_con .txt1 {

	line-height: 26px;

	font-size: 14px;

	color: #333;

	padding-top: 15px;

}

/* .g_con .txt1 p, .g_con .txt1 div { */
.g_con .txt1 p {

	padding-bottom: 15px;

}

.g_con .txt1 img {

	border: 0 none;

	box-sizing: border-box;

	height: auto !important;

	max-width: 100% !important;

	vertical-align: middle;

}

.g_con .txt2 {

	width: 100%;
}

.g_con .txt2 h1 {

	color: #000;

	text-align: center;

	font-size: 18px;

	line-height:25px;

	padding: 8px 0 5px 0;

}

.g_con .txt2 p {

	height: 40px;

	line-height: 40px;

	color: #fff;

	text-align: center;

	font-size: 16px;

	font-weight: bold;

}

.g_con .txt2 p a {

	color: #fff;

	display: block;

	height: 100%;

	background: url(../images/bg_f1.png) 20px center no-repeat #f21702;

	background-size: auto 25px;

	border-radius: 5px;

}

.g_con .txt2 p a:hover {

	background-color: #333;

}












/*--/布局 grid--*/

.b_box1 {

	margin: 5px 10px 0 10px;

	line-height: 33px;

	font-size: 14px;

}

.b_box1 li {

	height: 33px;

	overflow: hidden;

	text-indent: 10px;

	background: url(../images/hx.png) 0 center no-repeat;

	background-size: 5px 9px;
	border-bottom:1px dotted #f2f2f2;

}

.b_box1 li span {

	float: right;

	color: #333;

}

.b_box1 li a {

	color: #333;

}

.b_box2 {

	padding: 10px 10px 010px;

	line-height: 28px;

	font-size: 14px;

}

.b_box2 img {

	float: left;

	height: 140px;

	width: 187px;

	margin: 0 15px 0 0;

}

.b_box2 a {

	color: #f60;

}

.b_box3 {

	width: 100%;

	padding: 20px 0 0 0;

}

.b_box3 li {

	float: left;

	width: 20%;

	padding-top: 16%;

	height: 32px;

	line-height: 32px;

	text-align: center;

	font-size: 15px;

	color: #999;

}

.b_box3 li:hover {

	color: #fc7a22;

	cursor: pointer;

}

.b_box3 .l1 {

	background: url(../images/p1.jpg) center top no-repeat;

	background-size: 80%;

}

.b_box3 .l1:hover {

	background-image: url(../images/p1_h.jpg);

}

.b_box3 .l2 {

	background: url(../images/p2.jpg) center top no-repeat;

	background-size: 80%;

}

.b_box3 .l2:hover {

	background-image: url(../images/p2_h.jpg);

}

.b_box3 .l3 {

	background: url(../images/p3.jpg) center top no-repeat;

	background-size: 80%;

}

.b_box3 .l3:hover {

	background-image: url(../images/p3_h.jpg);

}

.b_box3 .l4 {

	background: url(../images/p4.jpg) center top no-repeat;

	background-size: 80%;

}

.b_box3 .l4:hover {

	background-image: url(../images/p4_h.jpg);

}

.b_box3 .l5 {

	background: url(../images/p5.jpg) center top no-repeat;

	background-size: 80%;

}

.b_box3 .l5:hover {

	background-image: url(../images/p5_h.jpg);

}

.b_box4 {

	border-top: 1px #ddd solid;

	margin: 10px 10px 0 10px;

	padding-top: 10px;

	color: #888;

	line-height: 24px;

}

/*--/盒子 box--*/

.u_ {

}

/*--/元件 unit--*/

.slideBox {

	width: 100%;

	height: 190px;

	position: relative;

	overflow: hidden;

	margin: 0 auto 10px auto;

	padding-top: 60px;/*max-width:640px;*/

	/* 设置焦点图最大宽度*/

}

.slideBox .hd {

	position: absolute;

	bottom: 10px;

	

	z-index: 1; width:100%; text-align:center

}

.slideBox .hd li {

	display: inline-block;

	width: 10px;

	height: 10px;

	border-radius: 8px;

	border: 1px #fff solid;

	text-indent: -9999px;

	overflow: hidden;

	margin: 0 3px;

	filter: alpha(opacity=80);

	-moz-opacity: 0.8;

	-khtml-opacity: 0.8;

	opacity: 0.8;

}

.slideBox .hd li.on {

	border-color: #fff;

	background: #fff;

	filter: alpha(opacity=100);

	-moz-opacity: 1;

	-khtml-opacity: 1;

	opacity: 1;

}

.slideBox .bd {

	position: relative;

	z-index: 0;

}

.slideBox .bd li {

	height: 190px;

	position: relative;

	text-align: center;

}

.slideBox .bd li a {

	display: block;

	height: 100%;

	line-height: 100%;

	overflow: hidden;

	background-size: auto 190px !important;

}

.slideBox .bd li p {

	position: absolute;

	left: 0;

	bottom: 0;

	height: 35px;

	width: 100%;

	text-align: left;

	text-indent: 10px;

	line-height: 35px;

	overflow: hidden;

	text-overflow: ellipsis;

	white-space: nowrap;

	background: #000;

	color: #fff;

	filter: alpha(opacity=80);

	-moz-opacity: 0.8;

	-khtml-opacity: 0.8;

	opacity: 0.8;

}

/*--/功能 function--*/

.dede_pages {

	width: 100%;

	padding: 15px 0 5px 0;

}

.dede_pages ul {

	text-align: center;

	padding: 0;

	line-height: 28px;

}

.dede_pages ul li {

	display: inline-block;

	font-size: 14px;

	height: 28px;

	margin: 5px 1px 0 1px;

	padding: 0 10px;

	color: #333;

	background: #eee;

	border-radius: 4px;

}

.dede_pages ul li a {

	color: #333;

	height: 28px;

	display: inline-block;

}

.dede_pages ul li:hover {

	text-decoration: none;

	color: #fff;

	background-color: #fc7a22;

}

.dede_pages ul li:hover a {

	color: #fff;

}

.dede_pages ul li:hover a:hover {

	color: #fff;

	text-decoration: none;

}

.dede_pages ul li.thisclass {

	background-color: #fc7a22;

	color: #fff;

}

.dede_pages ul li.thisclass a {

	color: #fff !important;

}

.dede_pagess {

	float: none;

	overflow: hidden;

	text-align: center;

}

.dede_pagess ul {

	display: inline-block;

	margin: 0 auto;

	clear: both;

	padding: 0 0 5px 0;

	text-align: center;

	white-space: nowrap;

}

.dede_pagess ul li {

	float: left;

	margin: 0 2px;

	padding: 3px 8px;

	border: 1px solid #ddd;

	border-radius: 4px;

}

.dede_pagess li a {

	float: none;

	display: inline;

}

.dede_pagess li a:hover {

	text-decoration: underline;

}

.dede_pagess .thisclass {

	font-weight: bold;

	border: none;

	color: #fff;

	border: 1px #fc7a22 solid;

	background-color: #fc7a22;

	border-radius: 4px;

}

.dede_pagess .thisclass a {

	color: #fff;

}

.nav1 {

	border-left: 1px #fff solid;

	border-right: 1px #fff solid;

	border-top: 1px #fff solid;

	overflow: hidden;

	margin: 0 10px;

}

.nav1 ul {

	font-size: 14px;

}

.nav1 ul li {

	float: left; 

	height: 30px;

	overflow: hidden;

	text-align: center;

	line-height: 30px;

	border-bottom: 1px #fff solid;

	background: #f4f4f4;

}

.nav1 ul li a {

	display: block;

	height: 100%;padding-left:10px; padding-right:10px;

	color: #333;

	background: url(../images/bg_x.jpg) right 0 repeat-y;

}

.nav1 ul li a:hover {

	color: #333;

	background-color: #ddd;

}

.nav1 .on {

	color: #fff !important;

	background-color: #666 !important;

}



.pagesDiv {clear:both;width:100%;margin:0 auto;line-height:25px;padding:10px 0px 50px 0px;}
.pages {height:30px;color:#666666;margin-top:5px;text-align:center;}
.pages a:link,.pages a:visited {color:#666666;}
.pages a,.pages a:link {text-decoration:none;padding:2px 5px;border:1px solid #DDDDDD;background:#FFFFFF;margin:0px 2px;font-size:12px;color:#666666;text-align:center;}
.pages a:hover {background:#e2431c;color:#FFFFFF;border:1px solid #e2431c;text-decoration:none;text-align:center;padding:2px 5px;}
.pages .cpb {font-weight:bold;color:#FFFFFF;background:#e2431c;border:1px solid #e2431c;text-align:center;margin:0px 2px;padding:2px 5px;}
.pages .intext {width:30px;border:1px solid #7F9DB9;height:19px;line-height:19px;}
.pagination {text-align:center;}
.pagination li {display:inline-block;color:#333333;margin:0px 5px 0px 0px;vertical-align:middle;}
.pagination li a {float:left;display:block;height:25px;line-height:25px;padding:0 10px;font-size:13px;border:1px solid #dddddd;color:#555555;text-decoration:none;}
.pagination li a:hover {background:#e2431c;color:#ffffff;}
.pagination li a.thisclass {background:#e2431c;color:#ffffff;border:1px solid #e2431c;cursor:default;}
.pagination li a.thisclass:hover {background:#e2431c;color:#ffffff;border:1px solid #e2431c;cursor:default;}
.pagination li .pageinfo {line-height:21px;padding:12px 10px 12px 16px;color:#999999;}
.pagination li .pageinfo strong {color:#555555;font-weight:normal;}
.pagination table {text-align:center;margin:10px 0px 0px 25%;}
.pagination table td {padding:0px 2px;}
#pages {text-align:right;}
#pages a {display:inline-block;height:33px;line-height:30px;background:#ffffff;border:1px solid #e3e3e3;text-align:center;color:#333333;padding:0 14px;}
#pages a.a1 {background:url('../images/pages.png') no-repeat 0 5px;padding:0 5px;}
#pages a:hover {background:#f1f1f1;color:#000000;text-decoration:none;}
#pages span {display:inline-block;height:33px;padding:0 14px;line-height:30px;background:#e2431c;border:1px solid #e2431c;color:#ffffff;text-align:center;}
#pages .noPage {display:inline-block;height:22px;line-height:22px;background:url('../images/titlebg.png') repeat-x 0 -55px;border:1px solid #e3e3e3;text-align:center;color:#a4a4a4;}