@charset "utf-8";

/* CSS Document */
* {
	margin: 0;
	padding: 0;
	word-wrap: break-word;
}

body {
	font: 12px Arial, "微软雅黑";
	color: #333;
	-webkit-font-smoothing: antialiased;
	min-width: 1200px;
	position: relative;
	height: 100%;
}

a {
	color: #000;
	text-decoration: none;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s
}

a:hover {
	text-decoration: none;
	color: #FF0000;
}

a img,
img {
	border: none;
	display: block;
	margin: 0 auto;
}

div,
ul,
li,
p,
form {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

em {
	font-style: normal;
	font-weight: normal;
}

h3,
h4 {
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
}

.clear {
	clear: both;
	height: 0px;
}

.blank10 {
	height: 20px;
	overflow: hidden;
	clear: both;
}

.blank {
	height: 10px;
	overflow: hidden;
	clear: both;
}

textarea,
input {
	outline: medium;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.manubox {
	width: 1200px;
	margin: 0 auto;
}

/* CSS Document end */
.fr-header {
	height: 80px;
	width: 100%;
	border-bottom: 1px solid #c8c8c8;
	position: relative;
}

.fr-logo {
	float: left;
	margin-left: 5%;
	padding: 15px 0px;
}

.fr-right {
	float: right;
	margin-right: 5%;
	height: 40px;
	padding: 20px 0px;
}

.fr-right a {
	height: 40px;
	display: inline-block;
	float: left;
	padding: 0px 10px;
}

.fr-right .search {
	width: 40px;
	background: url(../images/search.svg) no-repeat center center;
	background-size: 20px 20px;
}

.fr-right .search:hover {
	background: url(../images/search-hover.svg) no-repeat center center;
	background-size: 20px 20px;
}

.fr-right .lang {
	line-height: 40px;
	font-size: 15px;
	color: #888888;
	padding-left: 20px;
	position: relative;
	padding-right: 25px;
}

.fr-right .lang:before {
	content: "";
	display: block;
	width: 1px;
	background: #888888;
	height: 18px;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -9px;
}

.fr-right .lang:after {
	content: "";
	background: url(../images/down_arrow.png);
	display: block;
	width: 11px;
	height: 20px;
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -10px;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s
}

.fr-right .lang:hover {
	color: #FF0000;
}

.fr-right .lang:hover:after {
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
}

.fr-menu {
	width: 700px;
	height: 80px;
	margin: 0 auto;
	position: absolute;
	right: 20%
}

.fr-menu ul {
	overflow: hidden;
}

.fr-menu ul li {
	float: left;
	width: 100px;
	text-align: center;
	line-height: 80px;
	font-size: 14px;
}

.fr-menu ul li a {
	color: #555555;
	display: block;
	position: relative;
}

.fr-menu ul li a:hover {
	color: #FF0000;
}

.fr-menu ul li a:before {
	content: "";
	display: block;
	width: 0%;
	left: 50%;
	height: 2px;
	background: #FF0000;
	position: absolute;
	bottom: -1px;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-o-transition: 0.5s;
}

.fr-menu ul li a:hover:before {
	width: 100%;
}

.searchbox {
	height: 40px;
	background: #FFF;
	width: 100%;
	padding: 20px 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}

.fr-menu ul li.currclass a:before {
	width: 100%;
}

.searchbox span {
	float: left;
	width: 40px;
	height: 40px;
	display: block;
	background: url(../images/close.svg)no-repeat center center;
	background-size: 20px 20px;
	cursor: pointer;
}

.searchbox #key {
	width: 600px;
	height: 40px;
	border: 0;
	margin-left: 20px;
	float: left;
}

.searchbox #btn {
	height: 40px;
	width: 40px;
	border: 0;
	background: url(../images/search.svg) no-repeat center center;
	background-size: 20px 20px;
	cursor: pointer;
}

/**幻灯图片 **/
.ban_bg {
	height: 600px;
	width: 100%;
	position: relative;
}

.ban_bg .bgitem {
	position: absolute;
	top: 0;
	display: block;
	height: 600px;
	width: 100%;
}

.ban_bg .btn {
	bottom: 5px;
	position: absolute;
	z-index: 7;
	width: 100%;
	text-align: center;
}

.ban_bg .btn span.cur {
	background: #FF0000;
}

.ban_bg .btn span {
	background: #000000;
	cursor: pointer;
	display: inline-block;
	margin-left: 5px;
	height: 12px;
	width: 12px;
	border-radius: 100%;
	text-indent: -9999cm;
}

/**幻灯图片 end **/
.fr-product {
	width: 1200px;
	margin: 0 auto;
	margin-top: 50px;
	overflow: hidden;
	margin-bottom: 30px;
}

.fr-product ul li {
	float: left;
	width: 285px;
	margin-right: 20px;
	margin-bottom: 30px;
}

.fr-product ul li:nth-child(4n) {
	margin-right: 0px;
}

.fr-product ul li .divimg {
	border: 1px solid #9ca7ae;
	width: 283px;
	height: 245px;
	display: table;
}

.fr-product ul li .divimg dd {
	display: table-cell;
	width: 283px;
	height: 245px;
	vertical-align: middle;
	text-align: center;
	font-size: 24px;
	color: #757575;
}

.fr-product ul li .divimg dd img {
	max-width: 100%;
	max-height: 100%;
}

.fr-product ul li .divintro {
	height: 80px;
	padding: 15px 0px;
	box-sizing: border-box;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	position: relative;
}

.fr-product ul li .divintro h3 {
	color: #262626;
	font-size: 15px;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	margin-top: 12px;
}

.fr-product ul li .divintro p {
	color: #807f7f;
	font-size: 14px;
	margin-top: 5px;
	display: none;
}

.fr-product ul li:hover .divintro h3 {
	color: #FF0000;
}

.fr-product ul li:hover .divintro {
	padding-left: 15px;
	box-shadow: -2px 0px 4px #EEE, 0px 10px 10px #EEE;
}

.fr-product ul li .divintro:before {
	content: ">";
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -15px;
	font-family: "宋体";
	font-weight: bold;
	color: #888888;
	border-radius: 100%;
	box-shadow: 0px 0px 4px #CCC;
	text-align: center;
	line-height: 30px;
	opacity: 0;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s
}

.fr-product ul li:hover .divintro:before {
	opacity: 1;
}

/**产品分类  end**/
.fr-about {
	height: 698px;
	background: #eceef3;
	width: 100%;
}

.fr-news-box,
.fr-about-box {
	width: 1200px;
	margin: 0 auto;
	padding-top: 30px;
	overflow: hidden;
}

.fr-title {
	padding: 25px 0px;
	position: relative;
	margin-bottom: 40px;
}

.fr-title:before,
.fr-title:after {
	content: "";
	display: block;
	width: 233px;
	height: 1px;
	background: #cacbcf;
	position: absolute;
	left: 50%;
	margin-left: -116px;
}

.fr-title:before,
.fr-title p:before {
	top: 0px;
}

.fr-title:after,
.fr-title p:after {
	bottom: 0px;
}

.fr-title p {
	text-align: center;
	padding: 0px 96px;
	font-size: 14px;
	line-height: 30px;
	color: #6d6d6d;
}

.fr-title p:before,
.fr-title p:after {
	content: "";
	display: block;
	width: 16px;
	height: 1px;
	background: #FF0000;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	z-index: 1;
}

.fr-about-list .list-box {
	float: left;
	width: 285px;
	background: #FFF;
	margin-right: 20px;
	position: relative;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	top: 0px;
}

.fr-about-list .list-box a {
	display: block;
}

.fr-about-list .list-box:nth-child(4n) {
	margin-right: 0px;
}

.list-box .boxp {
	padding: 25px 0px;
	margin: 0px 15px;
	border-bottom: 1px solid #eceef3;
}

.list-box .boxp h3 {
	font-size: 15px;
}

.list-box .boxp p {
	color: #9b9a9a;
	margin-top: 10px;
}

.list-box .boxintro {
	margin: 30px 15px;
	line-height: 24px;
	color: #848484;
}

.list-box:after {
	content: "";
	display: block;
	width: 0px;
	height: 3px;
	background: #FF0000;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s
}

.list-box:hover:after {
	width: 100%;
}

.list-box:hover {
	top: -15px;
}

.list-box .list-boxp {
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	overflow: hidden;
}

.list-box:hover .list-boxp {
	box-shadow: 0px 12px 32px rgba(0, 0, 0, 0.1);
}

/**.fr-about end**/
.fr-title p span {
	font-size: 15px;
	color: #000;
}

.slider {
	position: relative;
}

.slider button {
	width: 60px;
	height: 60px;
	border: 0;
	background: url(../images/ico_img01.png);
	cursor: pointer;
	font-size: 36px;
	text-indent: -999cm;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	top: 50%;
	margin-top: -25px;
	position: absolute;
	outline: medium;
}

.slider .slick-prev {
	background-position: -38px 3px;
	left: 0px;
}

.slider .slick-next {
	background-position: -86px 3px;
	right: 0px;
}

.slider .slick-prev:hover {
	background-position: -38px -60px;
}

.slider .slick-next:hover {
	background-position: -86px -60px;
}

.slider .slick-list {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}

.slider .slick-slide {
	float: left;
}

.slider .slick-slide a {
	display: block;
	overflow: hidden;
}

.slider .slick-slide a .left {
	float: left;
	width: 270px;
	height: 320px;
	position: relative;
	background-size: cover;
	margin-left: 80px;
	border: 1px solid #DDD
}

.slider .slick-slide a .left img {
	display: block;
}

.slider .slick-slide a .left .imgp {
	position: absolute;
	background: #FFF;
	width: 100px;
	height: 60px;
	bottom: 20px;
	padding: 10px 30px 10px 30px;
}

.slider .slick-slide a .left .imgp p {
	font-size: 30px;
	color: #999;
	border-bottom: 1px solid #ebe8e8;
	padding-bottom: 0px;
	font-weight: normal;
	font-family: "HelveticaNeueLTPro-ThEx", Arial;
}

.slider .slick-slide a .left .imgp span {
	color: #acacac;
	padding: 5px 0px;
	display: block;
	font-size: 14px;
}

.slider .slick-slide a .right {
	float: right;
	width: 510px;
	margin-right: 80px;
	height: 320px;
	position: relative;
}

.slider .slick-slide a .right h3 {
	font-size: 18px;
	line-height: 80px;
	font-weight: normal;
	border-bottom: 1px solid #ecebeb;
}

.slider .slick-slide a .right p {
	padding: 30px 0px;
	font-size: 14px;
	line-height: 26px;
	color: #8b8b8b;
}

.slider .slick-slide a .right span {
	display: block;
	width: 140px;
	height: 40px;
	background: #5c5b5b;
	text-align: center;
	color: #FFF;
	line-height: 40px;
	bottom: 50px;
	position: absolute;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.slider .slick-slide a:hover .right span {
	background: #FF0000;
}

.fr-parnter {
	margin-top: 100px;
}

.fr-parnter-box {
	width: 1200px;
	margin: 0 auto;
	text-align: center;
}

.fr-parnter-box ul li {
	float: left;
	width: 178px;
	height: 68px;
	border: 1px solid #DDD;
	margin-right: 24px;
	margin-bottom: 24px
}

.fr-parnter-box ul li p {
	display: table;
	width: 100%;
	height: 100%;
}

.fr-parnter-box ul li p span {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}

.fr-parnter-box ul li:nth-child(6n) {
	margin-right: 0;
}

.fr-parnter-box ul li img {
	max-width: 178px;
	max-height: 68px;
}

.fr-parnter-box .more {
	display: inline-block;
}

.fr-parnter-box .more a {
	display: inline-block;
	background: #DDD;
	display: block;
	padding: 12px 45px;
	border: 1px solid #DDD;
}

.fr-parnter-box .more a:hover {
	background: #333;
	color: #FFF;
}

.fr-foot {
	background: #efefef;
	height: 239px;
	margin-top: 60px;
}

.fr-foot-box {
	width: 1200px;
	margin: 0 auto;
	height: 163px;
	overflow: hidden;
}

.fr-foot-box .box {
	float: left;
	font-size: 14px;
	color: #838181;
	line-height: 30px;
	margin-right: 50px;
	padding: 51px 0px;
}

.fr-foot-box .boxweixin {
	float: right;
	padding: 8px;
	text-align: center;
	line-height: 26px
}

.fr-foot-m {
	height: 76px;
	background: #3c3c3c;
	text-align: center;
	line-height: 76px;
	font-size: 14px;
	color: #838181;
}

.fr-foot-m a {
	margin-left: 20px;
	color: #838181;
}

/**底部浮动**/
#online_lx {
	width: 192px;
	height: auto;
	border-radius: 5px;
	background-color: #fff;
	-webkit-box-shadow: 0 5px 9px rgba(4, 0, 0, .17);
	box-shadow: 0 5px 9px rgba(4, 0, 0, .17);
	position: fixed;
	right: 10px;
	bottom: 180px;
	z-index: 99999;
}

#olx_head {
	padding: 18px;
	line-height: 16px;
	height: 16px;
	background: #236ffb;
	border-radius: 5px 5px 0 0;
	color: #fff;
	font-size: 14px;
}

#olx_head i {
	font-size: 18px;
	color: #fff;
	cursor: pointer;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	float: right;
}

#olx_qq li a {
	padding: 12px 30px;
	height: 18px;
	line-height: 18px;
	background: #f5f5f5;
	color: #353434;
	display: block;
	border-bottom: #fff 1px solid;
	transition: all ease-out .3s;
	font-size: 12px;
}

#olx_qq li a:hover {
	background: #EEE;
	color: #236FFB;
}

#olx_qq li a i {
	color: #A5A5A5;
	font-size: 16px;
	vertical-align: middle;
	margin-right: 18px;
	transition: all ease-out .3s;
}

#olx_qq li a:hover i {
	color: #236FFB;
}

#olx_tel {
	padding: 20px 30px;
}

#olx_tel div {
	color: #434343;
	line-height: 14px;
	height: 14px;
	margin-bottom: 10px;
}

#olx_tel div i {
	font-size: 18px;
	margin-right: 20px;
	vertical-align: middle;
}

#olx_tel p {
	line-height: 18px;
	font-family: "HELVETICANEUELTPRO-THEX";
	font-size: 14px;
	color: #6D6D6D;
}

.ashare {
	position: fixed;
	width: 40px;
	right: 10px;
	bottom: 40px;
	overflow: hidden;
	z-index: 99999;
}

.ashare li {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}

.ashare li a {
	color: #FFF;
	display: block;
	font-size: 18px;
}

.ashare li a i {
	display: block;
	height: 40px;
	line-height: 40px;
}

.ashare li.gotop {
	background: #000;
}

.ashare li.weixin {
	background: #24b727;
}

.ashare li.weibo {
	background: #ea493c;
}

.ashare li.tel {
	background: #236ffb;
	position: relative;
}

#container {
	position: fixed;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, .6);
	overflow-y: auto;
	z-index: 100;
	display: none;
}

.qrcodebox {
	width: 220px;
	height: auto;
	padding: 20px 20px 0 20px;
	background: #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -110px;
	margin-top: -140px;
}

.qrcodebox p {
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	color: #000;
}

/**公司介绍内容**/

.bg-banner {
	height: 320px;
	width: 100%;
}

.content {
	width: 1200px;
	margin: 0 auto;
}

.bouttitle,
.pater {
	width: 100px;
	background: #1a6fa6 url(../images/atitle.png) no-repeat bottom center;
	height: 270px;
	position: relative;
	top: -60px;
	padding-top: 30px;
	color: #FFF;
	padding-left: 15px;
}

.bouttitle {
	float: left;
}

.bouttitle h3,
.pater h3 {
	font-size: 12px;
	font-weight: normal;
	position: relative;
	line-height: 40px;
}

.bouttitle h3:before,
.pater h3:before {
	content: "";
	display: block;
	width: 40px;
	border-bottom: 2px dotted #FFF;
	position: absolute;
	bottom: 0px;
}

.bouttitle p,
.pater p {
	font-size: 16px;
	line-height: 40px;
}

.aboutbox .right,
.fr-pater .left {
	width: 900px;
	margin-top: 30px;
}

.aboutbox .right {
	float: right;
}

.fr-pater .left {
	float: left;
}

.aboutbox .right .tt,
.fr-pater .left .tt {
	font-size: 16px;
	font-weight: bold;
}

.aboutbox .right .tt:before,
.fr-pater .left .tt:before {
	content: "";
	border-left: 3px solid #1A6FA6;
	float: left;
	height: 15px;
	display: block;
	margin-right: 10px;
	margin-top: 3px;
}

.rightintro {
	padding-top: 30px;
	line-height: 30px;
	font-size: 14px;
	padding-left: 13px;
	padding-bottom: 30px;
	color: #434343;
}

.conab {
	height: 500px;
	padding: 50px 0px;
}

.fr-pater {
	margin-top: 60px;
}

.pater {
	float: right;
}

.leftintro {
	padding-top: 30px;
	padding-left: 13px;
	overflow: hidden;
}

.leftintro ul li {
	float: left;
	width: 198px;
	height: 88px;
	margin-right: 29px;
	border: 1px solid #DDD;
	margin-bottom: 20px;
}

.leftintro ul li:nth-child(4n) {
	margin-right: 0px;
}

.leftintro ul li p {
	display: table;
	width: 100%;
	height: 100%;
}

.leftintro ul li p span {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
}

.leftintro ul li p span img {
	max-width: 100%;
	max-height: 100%;
}

.procon {
	width: 1200px;
	margin: 0 auto;
}

.pronav {
	background: #FFF;
	line-height: 20px;
	text-align: center;
	position: relative;
	top: -30px;
	height: 122px;
}

.pronav ul {}

.pronav ul li {
	border-bottom: 1px solid #DDD;
	width: 200px;
	float: left;
	height: 60px;
	position: relative;
}

.pronav ul li a {
	display: block;
	color: #5C5B5B;
	height: 60px;
}

.pronav ul li:hover {
	background: #FF0000;
}

.pronav ul li:hover a {
	color: #FFF;
}

.pronav ul li a p {
	display: table;
	width: 100%;
	height: 100%;
}

.pronav ul li a p span {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
}

.pronav ul li div ul {
	display: block;
}

.pronav ul li div ul p {
	border-top: 1px solid #DDD;
}

.pronav ul li div ul p a {
	height: 40px;
	line-height: 40px;
}

.pronav ul li div ul p a:hover {
	color: #333;
	background: #EEE;
	display: block;
}

.pronav ul li div {
	background: #FF0000;
	display: none;
	z-index: 1;
	position: absolute;
	width: 100%;
}

.probox ul li {
	float: left;
	width: 285px;
	margin-right: 20px;
	margin-bottom: 20px
}

.probox ul li:nth-child(4n) {
	margin-right: 0px;
}

.protitle {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	padding: 30px 0px;
	position: relative
}

.protitle:after {
	content: "";
	width: 50px;
	border-bottom: 2px solid #FF0000;
	display: block;
	margin: 0 auto;
	margin-top: 20px;
}

.probox ul li a {
	display: block;
	position: relative;
}

.probox ul li a .divimg {
	display: table;
	width: 283px;
	height: 245px;
	border: 1px solid #DDD;
	overflow: hidden
}

.probox ul li a .divimg p {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
}

.probox ul li a .divimg p img {
	max-width: 283px;
	max-height: 245px;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.probox ul li a .divintro {
	text-align: center;
	height: 60px;
	background: #DDD;
	display: table;
	width: 100%;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.probox ul li a .divintro h3 {
	font-weight: normal;
	color: #444;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.probox ul li a:hover .divintro {
	background: #F00
}

.probox ul li a:hover .divintro h3 {
	color: #FFF;
}

.probox ul li a:hover .divimg p img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.proshow {
	padding-top: 50px;
	overflow: hidden;
}

.proshow .left {
	float: left;
	width: 314px;
}

.leftnav {
	position: relative;
}

.leftnav ul {
	width: 314px;
	top: 0;
}

.leftnav ul li {
	height: 60px;
	display: table;
	width: 100%;
	border-bottom: 1px solid #DDD;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}

.leftnav ul li a {
	height: 60px;
	display: table-cell;
	text-align: center;
	line-height: 24px;
	vertical-align: middle;
	font-size: 14px;
	color: #555
}

.leftnav ul li.cur {
	background: #FF0000;
}

.leftnav ul li.cur a {
	color: #FFF;
}

.leftnav ul li:hover {
	background: #FF0000;
}

.leftnav ul li:hover a {
	color: #FFF;
}

.proshow .right {
	width: 800px;
	float: right;
	font-size: 14px;
	color: #555;
	line-height: 30px;
	padding: 10px
}

.proshow .right table {
	border-bottom: 1px solid #DDD;
	border-left: 1px solid #DDD;
}

.proshow .right table tr td {
	border-top: 1px solid #DDD;
	border-right: 1px solid #DDD;
	padding-left: 8px
}

.proshow .right p img {
	max-width: 500px;
	box-shadow: 0 0 20px #DDD;
	border-radius: 5px;
}

.newmenu {
	text-align: center;
	font-size: 13px;
	position: relative;
	top: -30px;
}

.newmenu a {
	display: inline-block;
	padding: 25px 65px;
	background: #FFF;
	border-bottom: 1px solid #DDD;
	color: #555
}

.ennewmenu a {
	padding: 25px 45px;
}

.newmenu a:hover {
	background: #FF0000;
	color: #FFF;
}

.newmenu a.currclass {
	background: #FF0000;
	color: #FFF;
}

.fc-list table tr td img{
	max-width: 400px;
}

.fc-list table tr td{
	padding: 10px;
}

.newslist {
	padding: 50px 0px;
}

.newslist .listbox {
	border-bottom: 1px solid #DDD;
	overflow: hidden;
	padding: 30px 0px;
}

.newslist .listbox a {
	display: block;
	overflow: hidden
}

.newsimg {
	width: 250px;
	height: 160px;
	background-size: cover;
	float: left;
}

.newspp {
	float: left;
	margin-left: 30px;
	width: 600px;
	position: relative;
	height: 160px;
}

.newspp h3 {
	font-size: 15px;
	color: #333;
	transition: all 0.2s;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
}

.listbox a:hover h3 {
	color: #FF0000;
}

.newspp span.date {
	line-height: 40px;
	display: block;
	color: #666;
}

.newspp p {
	line-height: 24px;
	color: #444;
}

.newspp span.more {
	position: absolute;
	display: block;
	padding: 7px 35px;
	border: 1px solid #DDD;
	bottom: 0px;
	color: #444;
}

.newcon .content {
	color: #666;
	line-height: 26px;
	font-size: 13px;
}

.share {
	margin-top: 60px;
	border-top: 1px solid #DDD;
	padding: 40px 0px;
}

.share .bshare-custom a {
	float: left;
	padding-left: 17px;
}

.share .bshare-custom span {
	float: left;
}

.share .bshare-custom {
	overflow: hidden;
	padding-bottom: 30px;
}

.pagelist {
	font-size: 15px;
	line-height: 30px;
}

.pagelist a {
	color: #666;
}

.newslist table {
	margin: 20px;
	border-bottom: 2px solid #FF0000;
	border-left: 1px solid #CCC;
	font-size: 13px;
	color: #666;
}

.newslist table tr td {
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	padding: 8px;
	line-height: 30px;
}

.lianxi {
	overflow: hidden;
}

.feedback {
	height: 500px;
	background: #EEE;
	margin-top: 50px;
	padding: 50px 0px
}

.feedback ul {
	width: 1000px;
	border: 1px solid #CCC;
	margin: 0px auto;
	padding: 50px 0px;
}

.feedback form {
	display: block;
	height: 80%
}

.feedback ul li {
	width: 340px;
	margin: 0 auto;
	margin-bottom: 20px;
}

.feedback ul li .textbox {
	padding: 0px 8px;
	width: 322px;
	height: 46px;
	border: 1px solid #CCC;
	background: 0;
	font-size: 14px;
	color: #444444;
}

.feedback ul li:hover .textbox,
.feedback ul li:hover textarea {
	border: 1px solid #24b727;
}

.feedback ul li textarea {
	padding: 8px;
	width: 322px;
	height: 86px;
	border: 1px solid #CCC;
	background: 0;
	font-size: 14px;
	color: #444444;
}

.feedback .btn {
	margin: 0 auto;
	width: 200px;
	margin-top: 20px;
}

.feedback .btn button {
	cursor: pointer;
	width: 200px;
	border: 0;
	background: #666;
	color: #FFF;
	font-size: 16px;
	height: 40px;
	font-family: "微软雅黑";
}

.lianbox {
	padding: 100px 0px;
	overflow: hidden;
	border-top: 1px solid #EEE;
}

.lianbox li {
	float: left;
	width: 300px;
	padding-top: 155px;
	text-align: center;
	background: url(../images/1481259976527.jpg);
	line-height: 30px;
	font-size: 14px;
	color: #666;
	font-weight: bold;
}

.lianbox li:nth-child(1) {
	background-position: 0px 0px;
}

.lianbox li b {
	font-size: 16px;
}

.lianbox li:nth-child(2) {
	background-position: -900px 0px;
}

.lianbox li:nth-child(3) {
	background-position: -300px 0px;
}

.lianbox li:nth-child(4) {
	background-position: -600px 0px;
}

.licheng {
	height: 600px;
	background: #EEE;
	margin-top: 50px;
}

.licheng .libox {
	width: 1200px;
	margin: 0 auto;
	height: 600px;
	position: relative;
}

.libox .bouttitle {
	float: right;
}

.libox .listt {
	width: 800px;
	float: left;
	height: 540px;
	position: absolute;
	overflow: hidden;
}

.libox .listtnew:before {
	content: "";
	height: 100%;
	width: 8px;
	background: #D7D8D8;
	position: absolute;
	left: 115px;
	top: 0px;
}

.listtnew {
	position: absolute;
	width: 100%;
	padding-bottom: 50px;
}

.listtnew .tbox {
	width: 450px;
	height: 80px;
	margin-left: 150px;
	position: relative;
	margin-top: 45px;
	background: #09C;
	border-radius: 10px;
	padding: 0px 20px;
}

.listtnew .tbox .left {
	width: 110px;
	height: 50px;
	line-height: 50px;
	position: absolute;
	left: -150px;
	top: 50%;
	margin-top: -25px;
	font-size: 16px;
	color: #999;
}

.listtnew .tbox .left:before {
	content: "";
	height: 1px;
	width: 20px;
	background: #ccc;
	position: absolute;
	right: 0px;
	top: 50%;
}

.listtnew .tbox .left:after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid #6dc410;
	position: absolute;
	border-radius: 100%;
	background: #FFF;
	top: 50%;
	margin-top: -10px;
	right: -20px;
}

.listtnew .tbox .right {
	height: 100%;
	color: #FFF;
	line-height: 30px;
	font-size: 14px;
}

.listtnew .tbox .right p {
	display: table;
	height: 100%;
	width: 100%;
}

.listtnew .tbox .right p span {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	width: 100%;
}

.boxx {
	padding: 30px 0px;
}

.con-about .left {
	width: 100px;
	font-size: 20px;
	font-weight: bold;
	height: 400px;
	border: 1px solid #F00;
	margin-left: 54px;
	box-sizing: border-box;
	padding: 35px;
	position: relative;
	float: left;
	text-align: center;
}

.con-about .left strong {
	display: block;
	position: relative;
	padding-bottom: 15px;
}

.con-about .left strong:after {
	content: "";
	width: 1px;
	height: 100px;
	background: #DDD;
	position: absolute;
	left: 50%;
	bottom: -140px;
}

.con-about .left strong span {
	display: block;
	position: absolute;
	font-weight: bold;
	color: #CCC;
	font-size: 16px;
	width: 28px;
	bottom: -170px;
}

.con-about .right {
	float: right;
	width: 900px;
	font-size: 14px;
	line-height: 30px;
	color: #666;
}

.fl {
	height: 500px;
	background: #DDD;
	margin-top: 30px;
}

.fl-title {
	text-align: center;
	padding: 30px 0px;
}

.fl-title h3 {
	font-size: 18px;
	font-weight: 600;
	color: #000;
	letter-spacing: 2px;
}

.fl-title p {
	color: #999;
	line-height: 24px;
	letter-spacing: 2px;
}

.fl-title span {
	display: block;
	background: url(../images/fl-title.png) no-repeat center center;
	height: 30px;
	line-height: 30px;
}

.fl-title span:before {
	font-size: 20px;
	color: #999
}

.fc-list ul li {
	float: left;
}

.fc-list ul li {
	float: left;
	width: 178px;
	height: 88px;
	margin-right: 24px;
	border: 1px solid #FFF;
	margin-bottom: 20px;
}

.fc-list ul li:nth-child(6n) {
	margin-right: 0px;
}

.fc-list ul li p {
	display: table;
	width: 100%;
	height: 100%;
}

.fc-list ul li p span {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
	text-align: center;
}

.fc-list ul li p span img {
	max-width: 178px;
	max-height: 88px;
}
