﻿*, *: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 */

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;
}

.index_about_v{
	float:left;
	width: 500px;
	height: auto;
}
.index_about_desc{
	float:right; padding:20px 0 0 50px; width:563px;font-size: 18px;line-height: 35px;color: #666;
}

.top {
    text-align: right;
    color: #888888;
    padding: 12px;
}
.top .call {
    background: url(../images/sprite.png) no-repeat 0 0;
    display: inline-block;
    width: 20px;
    height: 16px;
    vertical-align: bottom;
    margin-right: 4px;
}
.top .call_tel {
    color: #15909c;
}
.top .ewm {
    position: relative;
    z-index: 1000;
}
.top a {
    color: #888888;
    margin-left: 8px;
}
.top .weixin {
    display: inline-block;
    width: 18px;
    height: 16px;
    background: url(../images/sprite.png) no-repeat -60px 0;
    vertical-align: bottom;
    margin-right: 4px;
}
.top .ewm:hover img{display: block}
.top .ewm img {
	display: none;
    position: absolute;
    right: 0;
    top: 30px;
    z-index: 999;
    border: 1px solid #ddd;
    padding: 4px;
    background: #fff;
    display: none;
    z-index: 10000;
}


header nav li {
	float: left;
	position: relative;
	white-space: nowrap;
}
header nav li .li {
	display: block;
	overflow: hidden;
	height: 30px;
	padding: 0 25px;
	line-height: 30px;
	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: 30px;
	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(../images/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(../images/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(../images/icon_tb1.png);
}
.in_box2 ul li a .tit.tb2 {
	background-image: url(../images/icon_tb2.png);
}
.in_box2 ul li a .tit.tb3 {
	background-image: url(../images/icon_tb3.png);
}
.in_box2 ul li a .tit.tb4 {
	background-image: url(../images/icon_tb4.png);
}
.in_box2 ul li a .tit.tb5 {
	background-image: url(../images/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(../images/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 0px 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: 0px 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(../images/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: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	height: 40px;
	line-height: 1.2;
	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: #d12e30;
	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;
}

.page_zhanshi_body p{ line-height: 1.5}




.m-b-20 {
    margin-bottom: 20px!important;
}

.m-t-30 {
    margin-top: 30px!important;
}
.sevtxt {
    width: 100%;
    margin: 0 auto;
	position: relative;
	text-align: center
}
.sevtxt span {
    font-size: 30px;
    color: #666;
    text-align: center;
}
.sevtxt span em {
    text-transform: uppercase;
    font-style: normal;
}
.sevea2 {
    margin-top: 5px;
    text-align: center;
    line-height: 30px;
    height: 30px;
    font-size: 13px;
    color: #999;
}

.logos {
    padding-top: 0px;
    padding-bottom: 20px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1400px;
}
.logos__item {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    float: left;
    width: 16%;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
}
.logos__item:hover::before {
    -webkit-transform: scale3d(1,1,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
    transform: scale3d(1,1,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}
.logos__item:hover {
    -webkit-transition: -webkit-filter 0.5s;
    transition: -webkit-filter 0.5s;
    transition: filter 0.5s;
    transition: filter 0.5s,-webkit-filter 0.5s;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
}
.logo__img {
    display: block;
    max-width: 100%;
    height: auto;
}


.home_div3 {
    background: url(/templets/cheerhen/images/home_bg3.jpg) no-repeat center/cover;
    /* height: 659px; */
    padding-bottom: 100px;
}
.div-title {
    text-align: center;
    padding: 55px 0 45px;
}
.sevtxt {
    width: 900px;
    margin: 0 auto;
    position: relative;
}
.sevtxt span {
    font-size: 30px;
    color: #666;
    text-align: center;
}
.sevtxt span em {
    text-transform: uppercase;
    font-style: normal;
}
.sevea2 {
    margin-top: 5px;
    text-align: center;
    line-height: 30px;
    height: 30px;
    font-size: 13px;
    color: #999;
}
.home_div3 ol {
    margin-top: 30px;
}
.home_div3 ol li:first-child {
    margin-left: 135px;
}


.home_div3_box{width:1000px; margin:0 auto}
.home_div3 ol li {
    float: left;
    margin: 0 35px;
    width: 130px;
    height: 130px;
    text-align: center;
    position: relative;
    background: #e6e6e6;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.home_div3 ol li .text {
    width: 130px;
    height: 130px;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    position: relative;
    z-index: 1;
    padding-top: 30px;
}
.home_div3 ol li .text .img {
    font-size: 0;
}
.lins_content img {
    pointer-events: none;
}
.home_div3 ol li .text .t {
    margin-top: 5px;
	font-size: 16px;
	line-height: 1.2;
    color: #666666;
}
.home_div3 ol li:hover {
    background: #e60013;
}
.home_div3 ol li:hover .text .t {
    color: #fff;
}
.clearfloat:after{display:block;clear:both;content:"";visibility:hidden;height:0}
.news_li {
    margin-bottom: 40px;
    width: 47%;
    margin-right: 5%;
}
.news_li .img_Block {
    width: 265px;
    height: 175px;
    overflow: hidden;
    float: left;
    position: relative;
}
.news_li .img_Block a{display: block;overflow: hidden;}
.news_li .img_Block:hover img{
	transform: scale(1.3);
	transition: all  1s;
}
.news_li .img_Block img {
    width: 100%;
    height: auto;
}
.news_li .img_Block .item_mask {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    transform-origin: 50% 0;
    transform: scale(1, 1);
    transition: all ease-out .3s;
}
.news_li .img_Block .item_link_icon {
    display: block;
    width: 38px;
    height: 38px;
    text-align: center;
    font-size: 22px;
    line-height: 38px;
    border: 2px solid rgb(255, 255, 255);
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    transform: translateY(-142px);
    opacity: 0;
    transition: all 0.6s cubic-bezier(.23, 1, .38, 1) .2s;
}
.news_li .img_Block .item_link_icon i {
    color: #fff;
    margin-top: 8px;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.news_li .word_info {
    margin-left: 295px;
    margin-top: 10px;
}
.news_li .word_info .subtitle {
    font-size: 12px;
    color: #BFBFBF;
    border-bottom: 1px dotted #d3d3d3;
    padding-bottom: 10px;
    line-height: 24px;
}
.ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
}
.news_li .word_info .title {
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 16px;
    color: #222;
}
.fa-chain:before, .fa-link:before {
    content: "\f0c1";
}
.news_li .img_Block a:hover {
    color: #ffffff;
}

.news_li .word_info .title:hover{color:#00c0ff}
.news_li .word_info .description {
    height: 90px;
    overflow: hidden;
    margin-top: 20px;
    font-size: 12px;
    color: #878787;
    padding-bottom: 10px;
    line-height: 24px;
}
.phone_index_top{
	display: none;
    height: 33px;
    line-height: 33px;
	background: #c70e0c;
	
    margin: 5px;
    text-align: center;
	border-radius: 8px;
}
.phone_index_top a{color: #fff;}
.fix_bottom {
	display: none;
    position: fixed;
    width: 100%;
    z-index: 99990;
    height: 50px;
    left: 0;
    bottom: 0;
    background: #c70e0c;
}
.fix_bottom div {
    display: inline-block;
    width: 24%;
    text-align: center;
    color: #fff;
    font-size: 12px;
    vertical-align: top;
    height: 50px;
    line-height: 30px;
}
.fix_bottom a {
    width: 100%;
    color: #fff;
    font-size: 12px;
}
.fix_bottom .item img {
    margin-top: 3px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width: 768px){
	.logos__item {
		-webkit-filter: grayscale(100%);
		filter: grayscale(100%);
	}
}
@media (max-width: 768px){
	.footer{margin-bottom:50px;}
	.phone_index_top , .fix_bottom{display: block;}
	.home_div3 ol li:last-child{margin:0 auto;}
	.news_li .img_Block {
		width: 100%;}
		.news_li .word_info {
			margin-left: 0;
			margin-top: 10px;
			width: 100%;
		}
		.news_li .word_info .title{padding-top:20px}
	.demo{display: flex;justify-content: center;}
	.choice p{width:auto!important}
	.choice i.counter{font-size:40px!important;}
	.sevtxt span {
		font-size: 20px;
	}
	.logos__item {
		float: left;
		width: 33%;
	}
	.sevtxt {
		width: 100%;
	}
	.home_div3_box{width:100%;}
	.home_div3 ol {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
	}
	.home_div3 ol li {
		margin: 0 ;
		width: 130px;
		height: 130px;
	}
	.home_div3 ol li .text {
		width: 130px;
		height: 130px;
		padding-top: 30px;
	}
	.home_div3 ol li:first-child {
		 margin-left: 0;
	}
}
@media (min-width: 768px){
	
	.logos__item:before {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: rgba(255,255,255,0.5);
		content: '';
		-webkit-transition: -webkit-transform 0.5s;
		transition: -webkit-transform 0.5s;
		transition: transform 0.5s;
		transition: transform 0.5s,-webkit-transform 0.5s;
		-webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
		transform: scale3d(1,1,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
	}
}