﻿*, *:before, *:after {
	margin: 0;
	padding: 0;
	font-style: normal;
	list-style: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html, body {
	-webkit-touch-callout: none;
	-webkit-text-size-adjust: none;
	width: 100%;
	height: 100%;
}
body {
	font-size: 13px;
	line-height: 1;
	color: #5a5a5a;
	font-family: "Microsoft YaHei", "SimSun", "Helvetica Neue", Arial, Helvetica, sans-serif;
	overflow-x: hidden;
	position: relative;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	left: 0px;
}
a {
	color: #5a5a5a;
	text-decoration: none;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}
a:active {
	outline: 0;
}
a:hover {
	outline: 0;
	color: #fb373a;
	cursor: pointer;
	text-decoration: none;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clearfix {
	width: 100%;
	clear: both;
	line-height: 0;
	display: block;
	overflow: hidden;
	zoom: 1;
	font-size: 0;
	content: '.';
}
.clear:after {
	width: 100%;
	clear: both;
	line-height: 0;
	display: block;
	overflow: hidden;
	zoom: 1;
	font-size: 0;
	content: '.';
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	margin: auto;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
em, i {
	font-style: normal;
}
img {
	vertical-align: middle;
}
input, select, textarea {
	font-family: "Microsoft YaHei", "simsun", "Helvetica Neue", Arial, Helvetica, sans-serif;
}
textarea {
	overflow: auto;
}
input:focus, textarea:focus, button:focus, select:focus {
	outline: 0;
}
 input::-ms-clear {
 display: none;
}
section {
	width: 100%;
	max-width: 1230px;
	padding: 0 15px;
	margin: 0 auto;
	position: relative;
}
section:after {
	width: 100%;
	clear: both;
	line-height: 0;
	display: block;
	overflow: hidden;
	zoom: 1;
	font-size: 0;
	content: '';
}
/* header */
.linklink{padding-top:30px; text-align:left; max-width:1230px; margin:0 auto;}
.linklink a{padding-right:6px;}
header {
	position: fixed;
	z-index: 9999;
	width: 100%;
	left: 0px;
	background: #ffffff;
	-moz-boxx-shadow: 0 0 5px #aaa9a9;
	-moz-box-shadow: 0 0 5px #aaa9a9;
	box-shadow: 0 0 5px #aaa9a9;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}
header section {
	height: 98px;
}
header .logo {
	position: absolute;
	left: 15px;
	top: 50%;
	margin-top: -27px;
}
header .logo img {
	width: auto;
	height: 54px;
}
header nav {
	float: right;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}
header nav li {
	float: left;
	position: relative;
	white-space: nowrap;
}
header nav li .li {
	display: block;
	overflow: hidden;
	height: 98px;
	padding: 0 25px;
	line-height: 20px;
	text-align: center;
}
header nav li .li span {
	display: block;
	overflow: hidden;
	padding: 30px 0 0 0;
}
header nav li .li em {
	text-transform: capitalize;
}
header nav li .sub {
	display: none;
	position: absolute;
	left: 0px;
	top: 98px;
	background: #fb373a;
	min-width: 100%;
	text-align: center;
}
header nav li .sub a {
	display: block;
	overflow: hidden;
	color: #ffffff;
	line-height: 35px;
	font-size: 12px;
}
header nav li .sub a:hover {
	background: #d12e30;
}
header nav li:hover .li {
	background: #fb373a;
	color: #ffffff;
}
header nav li.on .li {
	background: #d12e30;
	color: #ffffff;
}
header .navbut {
	position: absolute;
	right: 15px;
	top: 50%;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: right;
	font-size: 24px;
	margin-top: -15px;
	display: none;
}
/* footer */

footer {
	background: #3a3a3c;
	overflow: hidden;
	padding: 40px 0;
	color: #aaa9a9;
	line-height: 24px;
}
footer a {
	color: #aaa9a9;
}
footer a:hover {
	color: #fb373a;
}
footer .box {
	float: left;
	padding: 0 0 0 70px;
}
footer .box.w1 {
	width: 26%;
	padding: 0;
}
footer .box.w2 {
	width: 17%;
}
footer .box.w3 {
	width: 23%;
}
footer .box.w4 {
	width: 17%;
	text-align: center;
	color: #ffffff;
	line-height: 40px;
	padding-top: 15px;
}
footer .tit {
	background: url(icon_footline.png) left bottom no-repeat;
	padding: 0 0 15px 0;
	overflow: hidden;
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 15px 0;
}
footer .tit em {
	text-transform: uppercase;
	font-size: 12px;
	display: block;
	overflow: hidden;
}
footer .lx li {
	overflow: hidden;
	position: relative;
	padding: 0 0 0 32px;
	margin: 5px 0 0 0;
}
footer .lx li i {
	position: absolute;
	left: 0px;
	top: 2px;
	font-size: 20px;
	width: 25px;
	text-align: center;
}
footer .lx li:first-child {
	margin: 0;
}
.footer {
	background: #272728;
	overflow: hidden;
	text-align: center;
	padding: 15px 0;
	line-height: 1.8;
	color: #7c7c7c;
}
.footer a {
	color: #7c7c7c;
}
.footer a:hover {
	color: #fb373a;
}
.backtop {
	position: fixed;
	right: 10px;
	bottom: 10px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	line-height: 38px;
	text-align: center;
	background: #aaa9a9;
	color: #ffffff;
	font-size: 24px;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	cursor: pointer;
	z-index: 6666;
}
.backtop:hover {
	background: #fb373a;
}
/* index */

.webtit {
	overflow: hidden;
	position: relative;
	font-weight: bold;
	line-height: 20px;
}
.webtit .bt {
	width: 50%;
	float: right;
	font-size: 40px;
	color: #fb373a;
	padding: 0 0 0 5px;
	line-height: 48px;
}
.webtit .ms {
	width: 50%;
	float: left;
	text-align: right;
	font-size: 15px;
	line-height: 20px;
	padding: 0 5px 0 0;
	padding-top: 4px;
}
.webtit .ms em {
	font-size: 12px;
	text-transform: uppercase;
}
.webtit .mo {
	position: absolute;
	right: 0px;
	bottom: 0px;
	font-weight: normal;
	font-size: 15px;
}
.in_box1 {
	padding: 40px 0 20px 0;
	overflow: hidden;
}
.in_box2 {
	background: url(bj_in1.jpg) center top no-repeat;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	overflow: hidden;
	padding: 40px 0;
}
.in_box2 ul {
	margin: 0 -10px;
}
.in_box2 ul li {
	width: 20%;
	float: left;
	padding: 0 10px;
	position: relative;
}
.in_box2 ul li a {
	display: block;
	overflow: hidden;
	background: #ffffff;
	padding: 10px;
	-moz-border-radius: 10px 20px 20px 5px;
	-webkit-border-radius: 10px 20px 20px 5px;
	border-radius: 10px 20px 20px 5px;
	-moz-boxx-shadow: 5px 5px 20px #aaa9a9;
	-moz-box-shadow: 5px 5px 20px #aaa9a9;
	box-shadow: 5px 5px 20px #aaa9a9;
	color: #aaa9a9;
	position: relative;
	z-index: 1;
}
.in_box2 ul li a:hover {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	z-index: 2;
}
.in_box2 ul li a .tit {
	overflow: hidden;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left top;
	height: 74px;
	padding: 20px 0 0 70px;
	margin: 0 0 5px 0;
}
.in_box2 ul li a .tit span {
	display: block;
	overflow: hidden;
	font-size: 18px;
	color: #53b0ef;
	padding: 0 0 5px 0;
}
.in_box2 ul li a .tit em {
	display: block;
	overflow: hidden;
}
.in_box2 ul li a .tit.tb1 {
	background-image: url(icon_tb1.png);
}
.in_box2 ul li a .tit.tb2 {
	background-image: url(icon_tb2.png);
}
.in_box2 ul li a .tit.tb3 {
	background-image: url(icon_tb3.png);
}
.in_box2 ul li a .tit.tb4 {
	background-image: url(icon_tb4.png);
}
.in_box2 ul li a .tit.tb5 {
	background-image: url(icon_tb5.png);
}
.in_box2 ul li a .info {
	text-align: center;
	height: 104px;
	line-height: 26px;
}
.in_box2 ul li a .info span {
	width: 50%;
	float: left;
}
.in_box2 ul li a .info p {
	display: block;
	overflow: hidden;
}
.in_box3 {
	background: url(bj_in2.jpg) center top no-repeat;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	overflow: hidden;
	padding: 35px 0;
	text-align: center;
}
.in_box3 ul {
	display: inline-block;
}
.in_box3 ul li {
	float: left;
	overflow: hidden;
	font-size: 15px;
	white-space: nowrap;
}
.in_box3 ul li img {
	height: 55px;
	width: auto;
	margin-bottom: 10px;
}
.in_case {
	margin: 30px -3px;
	position: relative;
	overflow: hidden;
}
.in_case li {
	float: left;
	padding: 3px;
	text-align: center;
	overflow: hidden;
	width: 33.3333333333%;
}
.in_case li a {
	display: block;
	overflow: hidden;
	font-size: 15px;
}
.in_case li a .pic {
	display: block;
	overflow: hidden;
}
.in_case li a .pic img {
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.in_case li a span {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 26px;
}
.in_case li a:hover .pic img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
}
.in_liy {
	overflow: hidden;
	padding: 30px 100px;
}
.in_liy li {
	min-height: 150px;
	width: 70%;
	float: left;
	overflow: hidden;
	position: relative;
	padding: 0 0 0 170px;
}
.in_liy li .pic {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 150px;
	height: 150px;
	text-align: center;
	color: #ffffff;
	border: 10px solid #fefbfb;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	font-weight: bold;
	font-size: 15px;
}
.in_liy li .pic .fd {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}
.in_liy li .pic .fd b {
	font-size: 25px;
	display: block;
	overflow: hidden;
	padding: 40px 0 10px 0;
}
.in_liy li .info {
	font-size: 15px;
	line-height: 26px;
}
.in_liy li .info .bt {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	padding: 35px 0 10px 0;
	border-bottom: 4px dotted #fb373a;
	margin: 0 0 5px 0;
}
.in_liy li:nth-child(even) {
	float: right;
	text-align: right;
	padding: 0 170px 0 0;
}
.in_liy li:nth-child(even) .pic {
	left: auto;
	right: 0px;
}
.in_liy li:nth-child(even) .info .bt {
	border-bottom: 4px dotted #53b0ef;
}
.in_ser {
	overflow: hidden;
	margin: 25px -5px;
}
.in_ser li {
	float: left;
	width: 14.28571428571429%;
	padding: 5px;
}
.in_ser li a {
	display: block;
	overflow: hidden;
}
.in_ser li a img {
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.in_ser li a:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
}
/* box_page */

.box_page {
	overflow: hidden;
	padding: 50px 0;
}
.box_page .tit {
	text-align: center;
	overflow: hidden;
	padding: 0 0 30px 0;
	white-space: nowrap;
}
.box_page .tit .cen {
	display: inline-block;
	line-height: 28px;
}
.box_page .tit em {
	font-size: 50px;
	color: #fb373a;
	float: left;
	height: 60px;
	line-height: 60px;
	display: block;
	overflow: hidden;
	padding: 0 5px 0 0;
}
.box_page .tit span {
	font-size: 26px;
	display: block;
	overflow: hidden;
	padding: 2px 0 0 0;
}
.box_page .tit p {
	font-size: 18px;
}
.box_page .about {
	line-height: 1.8;
}
.box_page .about .about_left {
	font-size: 20px;
	line-height: 48px;
	width: 47%;
	float: left;
}
.box_page .about .about_right {
	width: 47%;
	float: right;
	padding: 12px 0 0 0;
}
.box_page #allmap {
	width: 100%;
	height: 600px;
	border: 1px solid #aaa9a9;
}
.box_page .contact {
	font-size: 15px;
	overflow: hidden;
	padding: 30px 0 0 0;
	line-height: 2;
}
.box_page .contact span {
	font-size: 18px;
	font-weight: bold;
}
.box_page .contact .contact_left {
	float: left;
	width: 25%;
}
.box_page .contact .contact_cen {
	float: left;
	width: 60%;
	padding: 0 10%;
}
.box_page .contact .contact_right {
	float: left;
	width: 15%;
}
/* caselist */

.caselist {
	margin: -3px;
	position: relative;
	overflow: hidden;
}
.caselist li {
	float: left;
	padding: 3px;
	text-align: center;
	overflow: hidden;
	width: 33.3333333333%;
}
.caselist li a {
	display: block;
	overflow: hidden;
	font-size: 15px;
}
.caselist li a .pic {
	display: block;
	overflow: hidden;
}
.caselist li a .pic img {
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
  height:200px;
}
.caselist li a span {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 26px;
}
.caselist li a:hover .pic img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
}
/* pagebody */

.pagebody {
	overflow: hidden;
	line-height: 1.8;
}
.pagebody img {
	max-width: 100%;
	height: auto;
}
/* view */

.view {
	overflow: hidden;
	line-height: 1.8;
	padding: 10px 0 0 0;
}
.view .view_bt {
	overflow: hidden;
	text-align: center;
	font-size: 24px;
}
.view .view_cs {
	overflow: hidden;
	text-align: center;
}
.view .view_cs span {
	margin: 0 10px;
	
}
.view .view_video {
	overflow: hidden;
	padding: 25px 0;
}
.view .view_video iframe {
	height: 500px;
}
.view .body {
	overflow: hidden;
	font-size:14px;
	line-height:28px;
	padding-top:15px;
	color:#333;
}
.view .body img {
	max-width: 100%;
	height: auto;
}
.view .view_tit {
	padding: 0 0 20px 0;
	overflow: hidden;
	font-weight: bold;
}
.view .view_li {
	overflow: hidden;
	padding: 25px 0;
	border-bottom: 1px solid #aaa9a9;
	margin: 0 0 30px 0;
}
.view .view_li li {
	overflow: hidden;
	padding: 2px 0;
}
/* xhxun */

.xhxun li {
	overflow: hidden;
	padding: 30px 0 0 0;
}
.xhxun li .bt {
	line-height: 1;
	overflow: hidden;
}
.xhxun li .bt em {
	font-size: 50px;
	color: #cdcbcb;
	padding: 0 20px 0 0;
}
.xhxun li .bt span {
	font-size: 20px;
}
.xhxun li .info {
	padding: 15px 0;
}
.xhxun li .pic {
	overflow: hidden;
}
.xhxun li:first-child {
	padding: 0px;
}
/* dede_pages */

.dede_pages {
	text-align: center;
	overflow: hidden;
	padding: 30px 0 0 0;
	margin: -4px;
	position: relative;
}
.dede_pages .pagelist {
	display: inline-block;
}
.dede_pages .pagelist li {
	float: left;
	margin: 4px;
}
.dede_pages .pagelist li a {
	display: block;
	overflow: hidden;
	border: 1px solid #aaa9a9;
	padding: 0 12px;
	line-height: 30px;
}
.dede_pages .pagelist li.thisclass a {
	background: #fb373a;
	color: #ffffff;
	border: 1px solid #fb373a;
}
/* all */

.wrap {
	padding-top: 98px;
	position: relative;
	left: 0px;
	width: 100%;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.main {
	padding: 50px 0;
	overflow: hidden;
}
.main .webwz {
	text-align: right;
	overflow: hidden;
	line-height: 1.6;
	padding: 0 0 10px 0;
}
.main .main_left {
	width: 20%;
	float: left;
}
.main .main_left .tit {
	font-size: 15px;
	border-bottom: 8px solid #5a5a5a;
	overflow: hidden;
	padding: 0 0 10px 0;
	font-weight: bold;
}
.main .main_left .tit span {
	font-size: 22px;
	padding: 0 20px 0 0;
}
.main .main_left .menu {
	padding: 10px 0 30px 0;
}
.main .main_left .menu li {
	border-bottom: 1px dotted #aaa9a9;
	line-height: 44px;
	font-size: 15px;
}
.main .main_left .menu li:last-child {
	border-bottom: 1px solid #aaa9a9;
}
.main .main_left .menu li.on a {
	color: #fb373a;
}
.main .main_left .lecon {
	background: #f5f6f7;
	overflow: hidden;
	line-height: 1.6;
	font-size: 15px;
}
.main .main_left .lecon .bt {
	text-align: center;
	overflow: hidden;
	font-size: 22px;
	color: #ffffff;
	background: url(bj_menu.png) no-repeat;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
	padding: 15px 0;
}
.main .main_left .lecon .line {
	border-bottom: 1px dotted #aaa9a9;
	overflow: hidden;
	padding: 15px;
}
.main .main_left .lecon .wz {
	position: relative;
	padding: 13px 15px 0 35px;
	overflow: hidden;
}
.main .main_left .lecon .wz i {
	font-size: 20px;
	position: absolute;
	left: 15px;
	top: 15px;
}
.main .main_left .lecon .ewm {
	padding: 30px 15px;
	overflow: hidden;
	text-align: center;
	font-size: 12px;
}
.main .main_left .lecon .ewm img {
	max-width: 100%;
	height: auto;
	margin-bottom: 5px;
}
.main .main_left .lecon .yk {
	padding: 0 15px 15px 15px;
	font-weight: bold;
	display: block;
	overflow: hidden;
	line-height: 22px;
}
.main .main_left .lecon .yk span {
	float: left;
	padding: 0 10px 0 0;
}
.main .main_left .lecon .yk img {
	height: 22px;
	width: auto;
}
.main .main_right {
	width: 75%;
	float: right;
}
.main .main_right .tit {
	height: 80px;
	margin-bottom: 20px;
}
.main .main_right .tit .fl {
	font-size: 15px;
	color: #757474;
	height: 80px;
	padding: 0 10px 0 0;
	border-bottom: 2px solid #fb373a;
}
.main .main_right .tit .fl span {
	font-size: 35px;
	color: #fb373a;
	display: block;
	overflow: hidden;
	padding: 0 0 8px 0;
}
/* banner */

.banner {
	width: 100%;
	height: 590px;
	overflow: hidden;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	-o-background-size: auto 100%;
	background-size: auto 100%;
	background-repeat: no-repeat;
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
.banner2 {
	height: auto;
	text-align: center;
}
.banner.banp {
	height: auto;
}
.banner.banp .abpic {
	position: absolute;
	left: 0px;
	bottom: 0px;
	right: 0px;
}
.banner.banc {
	height: 360px;
	background-position: left center;
}
.banner.banc .box {
	width: 100%;
	font-size: 25px;
	color: #ffffff;
	line-height: 1.6;
}
.banner.banc .box .tit {
	overflow: hidden;
	padding: 0 0 25px 0;
}
.banner.banc .box .tit span {
	font-size: 50px;
	color: #fb373a;
}
.banner.bans {
	background-position: left center;
	background-repeat: no-repeat;
}
.banner.bans .box {
	width: 100%;
	background: rgba(125, 125, 125, 0.3);
	line-height: 1.6;
	padding: 30px 0;
}
.banner.bans .box .kj {
	float: right;
	text-align: center;
	font-size: 14px;
	color: #fff;
}
.banner.bans .box .kj span {
	font-size: 56px;
}
.banner.banser {
	height: 360px;
	background-position: center center;
}
.banner.banser.ser1 .box .kj {
	float: right;
}
.banner.banser.ser2 {
	background-position: right center;
}
.banner.banser.ser3 .box .kj {
	float: right;
}
.banner.banser.ser4 {
	background-position: right center;
}
.banner.banser.ser4 .box .kj {
	color: #5a5a5a;
}
.banner.banser.ser4 .box .kj .more {
	border: 1px solid #5a5a5a;
	color: #5a5a5a;
}
.banner.banser.ser5 .kj {
	float: right;
}
.banner.banser .box {
	width: 100%;
	overflow: hidden;
}
.banner.banser .box .kj {
	width: 45%;
	color: #ffffff;
	font-size: 15px;
	line-height: 1.8;
	overflow: hidden;
}
.banner.banser .box .kj .tit {
	font-size: 20px;
	color: #78716a;
	line-height: 1.4;
	text-transform: uppercase;
	padding: 0 0 20px 0;
}
.banner.banser .box .kj .tit span {
	font-size: 30px;
	color: #fb373a;
}
.banner.banser .box .kj .tit span.bai {
	color: #ffffff;
}
.banner.banser .box .kj .more {
	margin: 20px 0 0 0;
	display: block;
	font-size: 12px;
	padding: 0 10px;
	border: 1px solid #ffffff;
	float: left;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	line-height: 30px;
	color: #ffffff;
}
.banner.banser .box .kj .more i {
	margin-left: 5px;
}
.banner.banser .box .kj .more:hover {
	background: #ffffff;
	color: #fb373a;
	border: 1px solid #fb373a;
}
.tmbj {
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 4444;
	background: rgba(0, 0, 0, 0.3);
	display: none;
}
/* in_news */
.in_news {
	margin: -12px;
	overflow: hidden;
}
.in_news .box {
	width: 33.3333333%;
	float: left;
	padding: 12px;
	margin-bottom: 25px;
}
.in_news .bor {
	border: 1px solid #ccc;
	padding: 0 15px 15px 15px;
	overflow: hidden;
}
.in_news .bor .tit {
	height: 40px;
	line-height: 42px;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	margin-bottom: 15px;
}
.in_news .bor .tit span {
	font-size: 18px;
	color: #43a08b;
	float: left;
}
.in_news .bor .tit .more {
	float: right;
	color: #888;
	text-transform: uppercase;
}
.in_news .bor .tit .more:hover {
	color: #43a08b;
}

.in_news .bor dl dt {
	margin-bottom: 15px;
	overflow: hidden;
	line-height: 28px;
	text-align: center;
	font-size: 14px;
}
.in_news .bor dl dt .pic {
	display: block;
	overflow: hidden;
	margin-bottom: 10px;
}
.in_news .bor dl dt .pic img {
	width: 100%;
	transition: all 0.7s;
}
.in_news .bor dl dt .pic img:hover {
	transform: scale(1.1);
}
.in_news .bor dl dt .bt {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	line-height: 20px;
}
.in_news .bor dl dt p {
	height: 80px;
	line-height: 20px;
	display: block;
	overflow: hidden;
	color: #888;
	margin: 10px 0 15px 0;
}
.in_news .bor dl dt .more {
	display: block;
	overflow: hidden;
	float: right;
	color: #43a08b;
	line-height: 20px;
}
.in_news .bor dl dt .more:hover {
	color: #ff6200;
}
.in_news .bor dl dd {
	line-height: 34px;
}
.in_news .bor dl dd a {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	padding-left: 10px;
}
.in_news .bor dl dd a:before {
	content: "";
	width: 0;
	height: 0;
	border-top: 3px solid transparent;
	border-left: 4px solid #555555;
	border-bottom: 3px solid transparent;
	margin-top: -3px;
	position: absolute;
	left: 0px;
	top: 50%;
}
.in_news .bor dl dd span {
	float: right;
	color: #888;
}
/* in_case */
.in_case .tab {
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	padding: 0 0 30px 0;
	overflow: hidden;
}
.in_case .tab li {
	margin: 0 10px;
}
.in_case .tab li a {
	display: block;
	overflow: hidden;
	line-height: 34px;
	padding: 0 20px;
	background: #cccccc;
	border-radius: 40px;
	min-width: 96px;
	text-align: center;
}
.in_case .tab li:hover a, .in_case .tab li.on a {
	background: #43a08b;
	color: #fff;
}

.view .sxfx {
  margin: 20px 0;
  overflow: hidden;
  line-height: 22px;
  padding: 0 200px 0 0;
  position: relative;
  color: #888;
}
.view .sxfx a {
  color: #888;
}
.view .sxfx a:hover {
  color: #025ea9;
}
.view .sxfx p {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.view .sxfx .bdsharebuttonbox {
  position: absolute;
  right: 0px;
  top: 4px;
}

.view .xgxw {
  overflow: hidden;
}
.view .xgxw .tit {
  position: relative;
  overflow: hidden;
  height: 34px;
  margin-bottom: 10px;
}
.view .xgxw .tit:before {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 2px;
  background: #dddddd;
  content: "";
}
.view .xgxw .tit span {
  height: 34px;
  display: block;
  overflow: hidden;
  border-bottom: 2px solid #fb373a;
  padding: 0 10px;
  float: left;
  font-size: 18px;
  position: relative;
  z-index: 1;
}
.view .xgxw ul {
  overflow: hidden;
  margin: 0 -10px;
}
.view .xgxw ul li {
  width: 50%;
  padding: 0 10px;
  float: left;
}
.view .xgxw ul li a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 28px;
  padding: 0 0 0 15px;
  position: relative;
  font-size: 12px;
}
.view .xgxw ul li a:before {
  width: 3px;
  height: 3px;
  background: #666666;
  position: absolute;
  content: "";
  left: 4px;
  top: 50%;
  margin-top: -2px;
}