html {
	width: 100%;
	font-size: 50px;
}
body {
	font-size:14px;
	font-family:"宋体", Helvetica, sans-serif;
	color: #333;
	width: 100%;
	padding:0;
	margin:0;
	background-color: #333;
}
hr {
	height:2px;
	border:none;
	border-top:1px solid;
}
 input:-ms-input-placeholder, textarea:-ms-input-placeholder {
//ie10+ input和textarea color: #999 !important;
}
 input::-webkit-input-placeholder {
color: #999 !important;
}
 input:-moz-placeholder {
color: #999 !important;
}
input::-moz-placeholder {
color: #999 !important;
}
 input:-ms-input-placeholder {
color: #999 !important;
}
/*h1,h2,h3,h4,h5,h6{font-weight: 400;}*/
table {
	border-collapse:collapse;
	border-spacing:0;
}
img {
	border:0 none;
	max-width: 100%;
	max-height: 100%;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	font-size: 16px;
}
ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, img {
	margin:0;
	padding:0;
}
img, input, button {
	border:none;
	padding:0;
	margin:0;
	outline-style:none;
}
select {
	font-size:12px;
	margin:0;
	padding: 0;
	outline: none;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	-ms-appearance:none;
}
input, textarea {
	font-size:12px;
	margin:0;
	padding: 0;
	outline: none;
}
select, input {
	vertical-align:middle;
}
textarea {
	resize:none;
}
ul, ol {
	list-style:none;
}
select {
	appearance: none;/*清除select下拉框默认样式*/
	-moz-appearance: none;
	-webkit-appearance: none;
	padding-right: 14px;/*为下拉小箭头留出一点位置，避免被文字覆盖*/
	background: url("arrow.png") no-repeat scroll right center transparent;/*自定义图片覆盖原有的下三角符号*/
}
select::-ms-expand {
 display: none;/*清除IE默认下拉按钮，但是测试发现IE10以上有效，IE8，9默认下拉按钮仍旧存在*/
}
.saddress {
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	-ms-appearance:none;
}
img {
	vertical-align:middle;
	font-size:0;
	border: 0;
	outline: none;
	max-width: 100%;
}
select:invalid {
color:#787878;
}
option {
	color: #000;
	font-size:14px;
}
b {
	font-weight: inherit;
}
p {
	font-size: 16px;
	color: #FFF;
}
.clear {
	clear: both;
}
.test {
	border:#000 solid 1px;
	overflow:hidden;
}
.link {
}
.link:hover {
	font-size: 16px;
}
.m-center {
	display: flex;
	justify-content: center;
	align-items: center;
}
.width-100, section, header, footer {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}
.width-1220 {
	width: 1220px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	text-align: center;
}
.width-50 {
	width: 50%;
	overflow: hidden;
	position: relative;
	float: left;
}
.a-background {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 0;
	display: block;
transition: all .5s;
}
.m-slh {
	display:block;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	width: 100%;
}
.m-dhslh {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	width: 100%;
}
.border-bottom {
	border-bottom: 1px solid #efefef;
}
.m-hidden {
	overflow: hidden;
}
.font-big {
	font-size: 110%;
}
.font-s {
	font-size: 90%;
}
.col-000 {
	color: #000;
}
.col-fff {
	color: #fff;
}
.col-red {
	color: #e72427 !important;
}
.col-82b23d {
	color: #82b23d !important;
}
.bg-fff {
	background: #fff;
}
.bg-252526 {
	background: #252526;
}
.bg-f0 {
	background: #f0f0f0 !important;
	padding-bottom: 35px;
}
.text-center {
	text-align: center;
}
select, input, textarea {
	font-size:12px;
	margin:0;
	padding: 0;
	outline: none;
}
select, input {
	vertical-align:middle;
}
textarea {
	resize:none;
}
ul, ol {
	list-style:none;
}
a {
	color:#fff;
	text-decoration:none;
	outline:none;
	font-size: 14px;
}
a:hover {
	color:#d6b781;
	text-decoration:none;
	outline:none;
	font-size: 14px;
}
b {
	font-weight: inherit;
}
p {
	font-size: 16px;
	color: #000;
}
.clear {
	clear: both;
}
.mor a {
	color: #daa01e;
	font-size: 16px;
}
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
}
.li_img {
	display:table;
	text-align:center;
*position:relative;
*overflow:hidden;
}
.li_img a {
	display:table-cell;
	vertical-align:middle;
*position:absolute;
*left:50%;
*top:50%;
}
.li_img a img {
*position:relative;
*left:-50%;
*top:-50%;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
#index {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}
/*header*/
.clear {
	clear: both;
}
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
}
.li_img {
	display:table;
	text-align:center;
*position:relative;
*overflow:hidden;
}
.li_img a {
	display:table-cell;
	vertical-align:middle;
*position:absolute;
*left:50%;
*top:50%;
}
.li_img a img {
*position:relative;
*left:-50%;
*top:-50%;
}
.fl {
	float: left;
}
.fr {
	float: right;
	margin-right: 20px;
}
ul.num_a2 {
	position:absolute;
	top:33%;
	right: 70px;
	z-index:999;
	width:2pc;
	height:366px;
	border-left:1px dashed #fff;
}
ul.num_a2 li {
	position:relative;
	top: -13px;
	right: 9px;
	margin-bottom: 60px;
	height:13px;
}
ul.num_a2 a {
	position: relative;
	top: 10px;
	right: -2px;
	display:block;
	border-radius:50%;
	line-height:10px;
	width: 13px;
	border: 1px solid rgba(255, 255, 255, 0);
	height: 13px;
}
ul.num_a2 .current, ul.num_a2 a:hover {
	width:13px;
	height:13px;
	border:1px solid #fff;
	background-color:hsla(0, 0%, 100%, 0);
}
ul.num_a2 a span {
	transition: all 0.2s;
	position: absolute;
	top:0;
	left: 0;
	margin: 2px;
	width: 7px;
	height:7px;
	border-radius:50%;
	background-color:#fff;
	color:#fff;
	text-indent: -70px;/* width: 70px; */
	font-weight: initial;
	font-size:20px;/* font-family:DIN,PingFang SC,Microsoft YaHei,SimSun,Lato,sans-serif; *//* line-height:45%; *//* -webkit-transition:-webkit-transform .5s ease,background-color .5s ease; *//* transition:transform .5s ease,background-color .5s ease; */
}
ul.num_a2 .current, ul.num_a2 a:hover span {
	font-size:24px
}
/*导航*/
.header {
	width: 100%;
	height: 80px;
	position: absolute;
	z-index: 111;
	top: 0;
	background: url(../images/top_bg.png);
}
.core_top {
	width: 100%;
}
.logo {
	float: left;
	display: table;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10%;
}
.logo a {
	display: table-cell;
	vertical-align: middle;
}
.logo img {
	max-height: 119px;
	max-width: 180px;
}
.eng {
	float: right;
	height: 80px;
	line-height: 80px;
	color: #FFF;
	font-size: 16px;
	padding-left: 10px;
	background: url(../images/tel_icon.png) no-repeat left center;
	padding-right: 10%;
}
.eng a {
	color: #FFF;
	font-weight: bold;
}
@media screen and (min-width:1170px) {
	.img-box>img {
	position: absolute;
	width: 100%;
	left: 50%;
	top:50%;
	transform: translate(-50%, -50%);
	transition: transform 1s;
	max-height: none;
}

 .img-box {
 width: 100%;
 height: 0;
 display: block;
 position: relative;
 overflow: hidden;
}
.nav_li_l {
display: none;
}
.nav {
 height: 80px;
 float: left;
 margin-left: 50px;
}
 .nav>li {
 float: left;
 padding: 0 21px;
 font-size: 14px;
 position: relative;
}
.nav>li>p {
 display: block;
}
.nav>li>p>a {
 color: #FFFFFF;
 line-height: 80px;
}
.nav>li>p>a span {
 padding: 5px 0;
 border-bottom: 2px solid transparent;
 font-size: 14px;
 font-weight: bold;
}
.nav>li.on>p>a span {
 border-bottom: 2px solid #FFFFFF;
}
.nav>li>p>a i {
 display: inline-block;
 vertical-align: middle;
 width: 8px;
 height: 4px;
 background: url(../images/jt_icon.png) no-repeat;
 background-size: 100% 100%;
 margin-left: 7px;
}
 .nav>li ol {
 width: 144px;
 background: #26272b;
 position: absolute;
 left: 50%;
 margin-left: -72px;
 top: 100%;
 padding: 10px 0;
 display: none;
}
.nav>li ol li {
 width: 100%;
 line-height: 3em;
 text-align: center;
}
.nav>li ol li a {
 display: block;
 color: #FFFFFF;
 font-size: 14px;
 font-weight: bold;
}
 .nav>li>p {
 position: relative;
}
.nav>li>p>i {
 width: 100%;
 height: 100%;
 position: absolute;
 top: 0;
 left: 0;
 display: none;
}
 .nav_but {
 width: 30px;
 height: 30px;
 margin-top: 25px;
 display: none;
}
}
.close {
	display: none;
}
.zkclick {
	background: #26272b;
}
/*


/*banner*/
@media screen and (min-width:1170px) {
.n_n img {
 width: 100%;
}
 .banner {
display: none;
}
}
.banner_n {
	width: 100%;
	position: relative;
}
.banner_n_text {
	position: absolute;
	top: 50%;
	color: #fff;
	text-align: center;
	width: 100%
}
.banner_n_text h3 {
	font-size: 50px;
	margin-bottom: 20px;
}
.banner_n_text p {
	font-size: 16px;
}
.banner_nr img {
	width: 100%;
}
/*}*/
@media screen and (min-width:1170px) {
 .banner_nr {
 width: 100%;
}
.banner_nr_p {
 display: none;
}
}
/*预约*/
#cs3 {
	position:fixed;
	right:0;
	bottom:-7px;
	left:0;
	z-index:100;
	margin:auto;
	width:90pt;
	height:40px;
	border-top-right-radius:1pc;
	border-top-left-radius:1pc;
	background:rgba(0, 0, 0, .46);
	text-align:center
}
#cs3 a {
	display:block;
	color:#fff;
	font-size:16px;
	width:90pt;
	height:40px;
	border-top-right-radius:1pc;
	border-top-left-radius:1pc;
}
#cs3 a:hover {
	background:rgba(0, 0, 0, .66)
}
#cs3 .slideDown {
	position:absolute;
	top: 19px;
	left:55px;
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	height: 7px;
	width: 7px;
	-webkit-transform: rotate(135deg);
	border-left: 2px solid transparent;
	border-bottom: 2px solid transparent;
	-webkit-animation: rightan 1s infinite;
	-webkit-animation-fill-mode: both;
}
.ss {
	position:fixed;
	right:0;
	bottom:0px;
	left:0;
	z-index:9999;
	width: 100%;
	background:url("../images/ss_bg.png");

	height: 155px;
}
.core_ss {
	width: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 5%;
	padding-left: 5%;
	padding-top: 50px;
}
.ss p {
	font-size: 24px;
	color: #FFF;
	text-align: center;
	line-height: 35px;
	margin-bottom: 1%;
	margin-top: 1%;
}
.ss ul {
	width: 1006px;
	margin: auto;
}
.ss ul li {
	width: 25%;
	float: left;
	position: relative;
	height:45px;
}
.ss ul li input {
	width: 100%;
	height: 45px;
	border: 1px solid #d1d2d6;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px;
	color: #262729;
	font-size: 14px;
}
.ss ul li.sj input {
	padding-left: 50px;
	padding-top: 2px;
	font-size: 15px;
}
.ss ul li.sj span {
	font-size: 14px;
	color: #000000;
	position: absolute;
	top: 0;
	left: 10px;
	line-height: 45px;
	margin-top: 1px;
}
.ss ul li select {
	width: 100%;
	height: 45px;
	border: 1px solid #d1d2d6;
	padding: 0 10px;
	font-size: 14px;
	width: 100%;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	-ms-appearance:none;
}
.wh {
	width: 100%;
	height: 45px;
	border: 1px solid #d1d2d6;
	padding: 0 10px;
	color: #262729;
	font-size: 14px;
}
.ss .ss_submit {
	border: none;
 background: #;
	color: #FFFFFF;
	line-height:45px;
	text-align:center;
	background-color: #d6b781;
}
.ss .ss_submit a {
	color:#fff
}
.imgbox {
	display: block
}
.imgbox li {
	width: 33%;
	float: left;
}
.imgbox li img {
	width: 90%;
	margin:auto;
	display: block;
transition: .5s all ease;
	position: relative;
}
.imgbox li img:hover {
	transform: scale(1.5);
	z-index: 2;
}
.index_header {
	box-shadow: 0 1px 10px rgba(0, 0, 0, .15);
	background: #fff;
}

/*pc-banner-sp*/
@media screen and (min-width:1170px) {
.imgfocus {
 width: 100%;
}
#index {
 width: 100%;
}
.video {
 width: 100%;
}
}
.headeractive {
	/*position: absolute;
  -webkit-animation:headeractive 1s;*/
 transform: translateY(-100%);
	box-shadow: none;
}
@keyframes headeractive {
 from {
opacity: 0;
top:-100%;
}
to {
	opacity: 1;
	top:0%;
}
}
.lang {
	line-height: 24px;
	flex-shrink: 0;
	font-size: 14px;
}
.lang>a {
	display: inline-block;
	padding: 0 11px;
	border-radius: 12px;
	color: #969696;
}
.lang>a:hover, .lang>a.hover {
	background: #e72427;
	color: #fff;
}
/*新导航下拉样式*/
.menu-box {
	position: absolute;
	width:100%;
	left: 0;
	display: none;
	text-align: left;
	box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
	background:url(../images/pc-navbg.jpg) repeat-x top #fff;
	scrollbar-arrow-color: #fff; /*三角箭头的颜色*/
	scrollbar-face-color: #fff; /*立体滚动条的颜色（包括箭头部分的背景色）*/
	scrollbar-3dlight-color: #fff; /*立体滚动条亮边的颜色*/
	scrollbar-highlight-color: #fff; /*滚动条的高亮颜色（左阴影？）*/
	scrollbar-shadow-color: #fff; /*立体滚动条阴影的颜色*/
	scrollbar-darkshadow-color: #fff; /*立体滚动条外阴影的颜色*/
	scrollbar-track-color: #fff; /*立体滚动条背景颜色*/
	scrollbar-base-color:#f00; /*滚动条的基色*/
}
 .menu-box::-webkit-scrollbar {/*滚动条整体样式*/
 width: 2px;     /*高宽分别对应横竖滚动条的尺寸*/
 height: 1px;
}
.menu-box::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
 border-radius: 2px;
 background: #eee;
}
.menu-box::-webkit-scrollbar-track {/*滚动条里面轨道*/
 border-radius: 10px;
 background: #fff;
}
.menu-1 {
	display: flex;
	padding: 1.2rem 0 1.8rem;
}
.menu-2 {
	width: 25%;
padding-left: .6rem;
	border-left: 1px solid #dcdcdc;
	flex-shrink: 0;
	color: #111111;
}
.menu-3 {
	font-size: 14px;
	line-height: 30px;
	padding-bottom: 55px;
}
.menu-8>p {
	font-size: 16px;
	margin: 0 0 15px;
	line-height: 1.5;
background-size: .48rem;
	cursor: pointer;
}
.menu-3 a {
	color: #969696;
	border-bottom: 1px solid #fff;
}
.menu-3 a:hover, .menu-3 a.hover {
	color: #e72427;
	border-color: #e72427;
}
.menu-2>.menu-3:last-child, .menu-4>.menu-5:last-child, .menu-7>.menu-8:last-child {
	padding: 0;
}
.menu-4 {
	width: 20%;
	border-left: 1px solid #dcdcdc;
	flex-shrink: 0;
	font-size: 16px;
	text-align: center;
}
.menu-left {
	border: none;
	padding: 0;
}
.menu-5 {
	display: block;
	padding-bottom: 96px;
}
.menu-6 {
	position: relative;
	width: 70px;
	height: 70px;
	margin: 0 auto 15px;
}
.menu-6>.img {
	position: absolute;
	left: 0;
	top:0;
	right: 0;
	bottom: 0;
	opacity: 0;
transition: all .3s;
}
.menu-5:hover, .menu-5.hover {
	color: #e72427;
}
.menu-5:hover .img, .menu-5.hover .img {
	opacity: 1;
}
.menu-7 {
	width: 20%;
	border-left: 1px solid #dcdcdc;
	flex-shrink: 0;
	padding-left: 30px;
}
.menu-8 {
	display: block;
	color: #111;
}
.menu-8:hover, .menu-8.hover, .menu-10>a:hover, .menu-10>a.hover {
}
{
color: #e72427;
}
.menu-8:hover img, .menu-8.hover img {
	opacity: 1;
	-webkit-filter: grayscale(0);
	filter: none;
}
.menu-box-1 {
	width: 180px;
	left: 50%;
	transform: translateX(65%);
}
.menu-9 {
margin: .6rem auto .0rem 0rem;
	width:100%;
	text-align: center;
}
.menu-10 {
	font-size: 16px;
	line-height: 1;
}
.menu-10>a {
	padding-bottom: 30px;
	display: block;
}
.menu-box-jrwm {
	transform: translateX(-50%);
}
.menu-11 {
	font-size: 14px;
	color: #969696;
	line-height: 22px;
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
}
.menu-11>h4 {
	margin: 0;
	font-size: 20px;
	color: #dcdcdc;
	font-weight: 600;
}
.cp-fh {
	position: absolute;
	left: 50%;
	bottom: 40px;
	font-size: 30px;
	margin-left: -15px;
	color: #999;
	cursor: pointer;
}
.cp-fh:hover {
	color: #777;
}
/*6-4新增修改案例下拉菜单*/
.menu-anli {
	width: 260px;
	left: 50%;
	transform: translateX(-65%);
	height: 452px;
	overflow: hidden;
}
.menu-anli .menu-15 {
	padding: 0 35px 0 70px;
	width: 100%;
	display: block;
	height: auto;
	overflow: hidden;
}
.menu-anli .menu-15>.menu-7 {
	width: 100%;
}
.menu-13.hover {
	color: #e72427;
}
.scroll_main {
	width: 255px;
	height: 402px;
	overflow: hidden;
	position: relative;
	margin: 25px 5px 25px 0;
	border: none;
}
.scroll_wrap {
	height: 100%;
}
.scroll_wrap .scroll_cont p {
	padding: 0;
}
.scroll_wrap .scroll_slider {
	background: rgba(0, 0, 0, .3);
	height: 200px;
}
.menu-anli1 .swiper-scrollbar {
	background: #fff;
}
.scroll_wrap .scroll_bar {
transition: opacity .3s;
	background: #fff;
}
/*移动端导航*/
.phone-nav {
	position: fixed;
	left: 0;
	background: url(/images/nav-xian.png) repeat-x top #fff;
	width: 100%;
font-size: .6rem;
	overflow-y: auto;
transition: all .6s;
	height: 0;
	z-index: 1000;
	line-height: 2rem;
}
.phone-nav>li {
	display: block;
	width: 95.4%;
	border-bottom: 1px solid #e6e6e6;
	margin-left: 4.6%;
}
.phone-nav>li>a {
	display: block;
	background: url(../images/j-1.png) no-repeat 98% center;
	background-size: auto 30%;
	color: #969696;
}
.phone-nav>li>a.hover, .phone-nav>li>a:hover {
	color: #111111;
}
.phone-nav>li>a.active {
	transform: translateX(-50%);
}
.phone-nav-1 {
	height: 100%;
	background: #fff;
	z-index: 2;
transition: transform .6s, opacity .2s;
	opacity: 0;
	overflow-y: auto;
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	transform: translateX(100%);
}
.phone-nav-1.active {
	transform: translateX(0);
	opacity: 1;
}
.phone-nav-1.active a {
	background-image: none;
}
.phone-nav-1>a {
	display: block;
	background: url(../images/j-1.png) no-repeat 98% center;
	background-size: auto 30%;
	border-bottom: 1px solid #e6e6e6;
	margin-left: 4.6%;
	color: #969696;
}
.phone-nav-1>a:hover, .phone-nav-1>a.hover {
	color: #e72427;
}
.fanhui {
	background: url(../images/fh-bg.png) repeat-x;
	padding-left: 4.6%;
	color: #000;
	font-weight: 600;
}
.fanhui>img {
width: .8rem;
	padding-right: 10px;
}
.fanhui>span {
	padding-right:5px;
	font-size: 20px;
	margin-top: 1px;
	color: #999;
}
.phone-nav-1.active a.phone-nav-znqc {
	background-image:url(../images/j-1.png);
	border: none;
	transition: background 0s
}
.phone-nav-1.active a.phone-nav-znqc:hover {
	color: #969696;
}
.phone-nav-1.active a.phone-nav-znqc.hover {
	background-image:url(../images/j-3-znqc.png);
	color: #e72427;
}
.phone-nav-znqc-box {
	margin-left: 4.6%;
	padding-left: 4.6%;/*border-bottom: 1px solid #ddd;*/
padding-bottom: .2rem;
	display: none;
}
.phone-nav-znqc-box>a {
	display: list-item;
	font-size: 90%;
	line-height: 2.5;
	color: #969696;
}
.fanhui2 {
	background: url(../images/fh-bg.png) repeat-x;
	padding-left: 4.6%;
	color: #000;
	font-weight: 600;
}
.fanhui2>img {
width: .8rem;
	padding-right: 10px;
}
/*手机三级*/
.phone-nav-2 {
	height: 100%;
	background: #fff;
	z-index:3;
transition: transform .6s, opacity .2s;
	opacity: 1;
	overflow-y: auto;
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	transform: translateX(100%);
}
.phone-nav-2.active {
	transform: translateX(0);
	opacity: 1;
}
.phone-nav-2>a {
	display: block;
	background: url(../images/j-1.png) no-repeat 98% center;
	background-size: auto 30%;
	border-bottom: 1px solid #e6e6e6;
	margin-left: 4.6%;
	color: #969696;
}
.phone-nav-2>a:hover, .phone-nav-2>a.hover {
	background-image: url(../images/j-3.png);
	background-position-x: 98%;
	color: #e72427;
}
/*交互按钮*/
.btn-ljgd {
	width:180px;
	height: 50px;
	background: rgba(231, 36, 39, .7);
	display: inline-block;
	position: relative;
	font-size: 18px;
	color: #fff;
	line-height:50px;
	border-radius: 25px;
	padding-left: 42px;
	text-align: left;
}
.btn-ljgd:hover {
	background: rgba(231, 36, 39, 1);
	color: #fff;
}
.btn-ljgd>span {
	background: url(../images/djt-1.png) no-repeat 30% center;
	overflow: hidden;
background-size: .3rem auto;
	display: inline-block;
	width: 28px;
	height: 28px;
	position: absolute;
	right: 15px;
	top:50%;
	margin-top:-14px;
transition: background-position .3s;
}
.btn-ljgd>span:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	border:1px solid #fff;
	border-radius: 50%;
	border-left-color: transparent;
transition: all .3s
}
.btn-ljgd:hover>span {
	background-position-x: right;
}
.btn-ljgd:hover>span:after {
	border-top-color: transparent;
	transform: rotate(135deg);
}
.btn-ljgd2 {
	background: none;
 border: 1px solid #;
 color: #;
}
.btn-ljgd2>span {
	background-image: url(../images/djt-2.png);
}
.btn-ljgd2>span:after {
border-color: #;
	border-left-color: transparent;
}
.btn-ljgd2:hover {
	background: none;
color: #;
box-shadow: 0 0 0 2px #;
}
.btn-ljgd3 {
	background: none;
	border: 1px solid #FFF;
	color: #FFF;
}
.btn-ljgd3:hover {
	background: none;
	color: #FFF;
	box-shadow: 0 0 0 1px #FFF;
}
.btn-ljgd3>span {
	background-image: url(../images/djt-3.png);
}
.btn-ljgd3>span:after {
	border-color: #FFF;
	border-left-color: transparent;
}
.btn-ljgd4 {
	background: url(../images/btn-bg1.png) no-repeat center;
	background-size: 100% 100%;
}
.btn-ljgd4:hover {
	background-image:url(../images/btn-bg2.png);
}
/*10.24*/
.btn-ljgd5 {
	width: 198px;
	height: 50px;
	border: 1px solid rgba(255, 255, 255, .6);
	border-radius: 25px;
	position: relative;
	font-size: 18px;
	color:rgba(255, 255, 255, .6);
	line-height: 50px;
	border-radius: 25px;
	padding-left: 28px;
	text-align: left;
}
.btn-ljgd5:hover {
	color: #fff;
	opacity: 1;
	border: 2px solid #fff;
	cursor: pointer;
}
.btn-ljgd5:hover>span {
	opacity: 1;
}
.btn-ljgd5>span {
	background: url(../images/icon_video.png) no-repeat 30% center;
	overflow: hidden;
	display: inline-block;
	width: 28px;
	height: 28px;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -14px;
 transition: background-position .3s;
	opacity: .6;
	background-size: 100% 100%;
}
.btn-ljgd5>span:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
}


/*footer*/
@media screen and (min-width:1170px) {
.footer {
 font-size: 18px;
 color: #CCC;
 background-color: #1B1B1B;
}
.footer-b {
font-weight: bold;
}

.footer-1 {
 height: 100px;
 width: 90%;
 margin-right: auto;
 margin-left: auto;
 border-bottom-width: 1px;
 border-bottom-style: solid;
 border-bottom-color: #CCC;
}
.footer-nav-li {
 float: left;
 margin-right: 15px;
 margin-left: 15px;
 line-height: 80px;
 height: 100px;
 margin-top: 20px;
 font-weight: bold;
}
.footer-nav-li a {
 size:14px;
 color:#FFF;
}
.footer-2 {
 height: 150px;
 width: 90%;
 margin-right: auto;
 margin-left: auto;
 padding-top: 30px;
}
.footer-l {
 float: left;
 text-align: left;
}
.footer-l i {
 float: left;
 margin-right: 6px;
 margin-bottom: 10px;
 font-size: 20px;
}
.footer-l-i {
 float: left;
 width: 100%;
}
 .footer-l-w {
 float: left;
 text-align: left;
 line-height: 24px;
 size:14px;
 font-weight: bold;
}
.footer-r {
 float: right;
 margin-left: 20px;
}
.footer-r span {
 float: right;
 font-size: 20px;
 margin-left: 10px;
 margin-top: 10px;
}
.footer-3 {
 width: 90%;
 margin-right: auto;
 margin-left: auto;
 text-align: center;
 line-height: 50px;
 height: 100px;
 padding-bottom: 50px;
}
.footer-3 a{
 color:#CCC;
 font-size:16px;
}
.footer-3 a:hoverS{
 color:#CCC;
 font-size:16px;
}
.footer-logo {
 width: 180px;
 float: left;
 margin-top: 30px;
}
.footer-nav {
 float: right;
}
.footer_phone {
display:none;
}
 .froot_cg {
 display: none;
}
.footer_wx{
	float: left;
}
}

.modal-xsm {
	width: 200px;
	margin: 50px auto;
}
.to-top {
width: .96rem;
height: .96rem;
	position: fixed;
	right: 40px;
	bottom: 40px;
	z-index: 90;
transition: all .5s;
	background: rgba(68, 68, 68, .1);
	border-radius: 50%;
	cursor: pointer;
	display: none;
}
.to-top>.m-center {
	width: 100%;
	height: 100%;
}
.to-top:hover {
	background: rgba(68, 68, 68, .3);
}
.wxbox {
	width: 100px;
	height: 105px;
	background-image: url(../images/rwmbg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 8px 0px 0px 0px;
	position: absolute;
	margin-top: 35PX;
	transform: translate3d(-35%, -59%, 0);
	z-index: 10;
}
.wxbox img {
	width:100%;
}
.banner-page .swiper-pagination-bullet {
width: .8rem;
height: .06rem;
	border-radius: 0;
	background: #fff;
margin: 0 .3rem !important;
}
.banner-page {
	bottom: 1.2rem !important;
line-height:.06rem;
height: .06rem;
}
.addtime_type {
	overflow: hidden;
 padding-top:.8rem;
}
.addtime_type p {
	float:left;
}
.news_type {
	float: right;
	background: #707070;
	color: #fff;
 padding: .05rem .2rem;
}
.new-4>.text:hover .news_type {
	background: #e72427;
}
/*guanyu*/

.mor {
	margin-bottom: 50px;
	font-size: 16px;
}
.delay-1 {
animation-delay: .1s !important;
}
.delay-2 {
animation-delay: .2s !important;
}
.delay-3 {
animation-delay: .3s !important;
}
.delay-4 {
animation-delay: .4s !important;
}
.delay-5 {
animation-delay: .5s !important;
}
.delay-6 {
animation-delay: .6s !important;
}
.delay-7 {
animation-delay: .7s !important;
}
.delay-8 {
animation-delay: .8s !important;
}
.delay-9 {
animation-delay: .9s !important;
}
.delay-10 {
	animation-delay: 1s !important;
}
.index-2 .swiper-slide-active .wo {
animation: fadeInUp 1s backwards .5s;
}
/*内页banner*/
.nr-banner {
	height: 530px;
	overflow: hidden;
	text-align: center;
	color: #fff;
font-size: .4rem;
}
.nr-banner .width-1220 {
	display:flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	flex-direction: column;
}
.nr-banner .width-1220 p {
	width:525px;
}
.nr-banner h1 {
	font-size: 1rem;
margin: 0 0 .4rem;
}
.nr-banner p {
	line-height: 36px;
}
/*二级页面导航*/
.nr-nav {
	height: 1.4rem;
	line-height: 1.4rem;
	font-size: 16px;
	color: #969696;
	overflow: visible;
	z-index: 2;
}
.nr-nav-left {
	float: left;
	font-size: 22px;
	color: #111;
}
.nr-nav-right {
	float: right;
}
.nav-right-1 {
	float: left;
}
.right-nav-1 {
	float: left;
}
.right-nav-1>a, .nr-nav-xl {
	position: relative;
margin: 0 .5rem;
	display: inline-block;
	color: #969696;
}
.right-nav-1>a:after, .nr-nav-right1 a:after {
	content: '';
	width: 0;
	height: 3px;
	background: #e72427;
	position: absolute;
	left: 0;
	bottom: 0px;
transition: all .3s;
}
.nav-right-2 {
	float: left;
}
.right-nav-1>a:hover, .right-nav-1>a.hover, .nr-nav-xl>div>a:hover, .nr-nav-xl>div>a.hover, .nr-nav-right1 a.hover, .nr-nav-right1 a:hover {
	color: #e72427;
}
.nr-nav-right1 a.hover {
	color: #e72427 !important;
}
.right-nav-1>a:hover:after, .right-nav-1>a.hover:after, .nr-nav-right1 a.hover:after, .nr-nav-right1 a:hover:after {
	width: 100%;
}
.nr-nav-xl {
	background: url(../images/jt-6.jpg) no-repeat right center;
	padding-right: 20px;
	cursor: pointer;
}
.nr-nav-xl>div {
	position: absolute;
	background: #fff;
	text-align: center;
	line-height: 2;
	padding:10px 20px;
	border-radius: 5px;
	border: 1px solid #efefef;
	display: none;
	white-space: nowrap;
	left: 50%;
	transform: translateX(-50%);
}
.nr-nav-xl>div>a {
	color: #969696;
	display: block;
}
.nr-nav-xl:hover, .nr-nav-xl.hover {
	color: #111;
}
.nr-nav-right1 {
	float: right;
}
.nr-nav-right1>li {
	float: left;
padding:0 .5rem;
}
.nr-nav-right1>li>a {
	position: relative;
	display: inline-block;
	cursor: pointer;
}
.nr-nav-right1>li:last-child {
	padding-right: 0;
}
.nrnav-box {
	background: #fff;
	border:none;
}
.nrnav-box.active {
	position:fixed;
	z-index: 10;
	border-bottom: 1px solid #ccc;
}
/*分页*/
.page {
	text-align: center;
}
.page>a {
width: .8rem;
height: .8rem;
	background: #f3f3f3;
	display: inline-block;
	font-size: 16px;
	color:#cecece;
line-height: .8rem;
	border-radius: 50%;
	opacity: .6;
margin: 0 .25rem;
	vertical-align:middle
}
.page>a.hover, .page>a:hover {
	opacity: 1;
	color: #111;
}
.page .news-page {
	background: none;
	height: 1.2rem;
	width: 1rem;
	display: inline-block;
	top: 50%;
	left: 50%;
	position: relative;
	transform:translate(-50%, -50%);
}
.page .current {
 width: .8rem;
 height: .8rem;
	background: #dedede;
	display: inline-block;
	color:#FFF;
	font-size: 16px;
 line-height: .8rem;
	border-radius: 50%;
	opacity: .6;
 margin: 0 .1rem;
	vertical-align: middle;
}
.page>a:first-child {
margin-right:.6rem;
	background-color: #FFF;
}
.page>a:last-child {
margin-left:.6rem;
	color: #FFF;
}
.m-prev, .m-next {
	width: 1.4rem;
	height: 1.4rem;
	background: url(../images/prev.png);
	background-size:100%;
	left: 3.5%;
	transform: translateY(-50%);
	margin: 0;
}
.m-next {
	background-image: url(../images/next.png);
	right: 3.5%;
	left: auto;
}
/*申请试用*/
textarea::-webkit-input-placeholder {
         /* placeholder颜色  */
         color: #dcdcdc;
}
.sqsy {
	background: #fff;
	padding: 1rem 1.8rem;
font-size: .32rem;
	line-height: 1.75;
	color: #969696;
}
.form-title {
font-size: .56rem;
	text-align: center;
	color: #191919;
	margin: 0 0 1.2rem;
	font-weight: normal;
}
.m-form1 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.m-form2 {
	width: 46.17%;
	flex-shrink: 0;
margin-bottom: .56rem;
}
.m-form2 input, .m-form2 textarea {
	display: block;
	width: 100%;
	font-size: 125%;
	color: #000;
border-radius: .2rem;
	line-height: 1;
padding: .22rem .5rem;
	border: 1px solid #dcdcdc;
}
.m-form2 input:focus, .m-form2 textarea:focus {
	border-color: #E72427;
	box-shadow: 0 0 1px 1px rgba(231, 36, 39, .5);
	outline:none;
}
.m-form2 label {
	font-weight: 400;
}
.m-form2 label>span {
	font-size: 80%;
	color: #E72427;
padding-right: .1rem;
}
.m-form2 textarea {
padding: .4rem .5rem;
	height:auto;
	font-size: 14px;
	line-height: 1.5;
}
.m-form3 {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: flex-end;
margin-top: .5rem;
	font-size: 112.5%;
}
.m-form3 .btn {
padding:.3rem 2.4rem;
	font-size: 111%;
	background-color: #E72427;
	border: none;
border-radius: .2rem;
}
.m-form3 .btn:hover {
	background-color: #ef4345;
}
.formcode label {
	width:100%;
}
.formcode input {
	width:58.5%;
	float:left;
}
.formcode img {
	height:47px;
	float:left;
	border:1px solid #cccccc;
margin-left:.5rem;
}
.sqsy-text {
	border-top: 1px solid #E72427;
	margin-top: 1.2rem;
	padding-top: 1.2rem;
	overflow: hidden;
}
.sqsy-text span {
padding-right: .25rem;
	color:#e72427;
}
.sqsy-text h2 {
font-size: .48rem;
	color: #191919;
margin: 0 0 .4rem;
	font-weight: normal;
}
.sqsy-left {
	padding-right: 70px;
}
.sqsy-right {
	padding-left: 40px;
}
.sqsy-text1 {
	display: flex;
	justify-content: space-between;
}
.sqsy-text1>div {
	width: 45%;
}
.sqsy-text1>div>h4 {
	font-size: 18px;
	color: #E72427;
	font-weight: 500;
margin-top: .1rem;
}
.wxopen {
	display: none;
	background-color:rgba(0, 0, 0, 0.8);
	height:100%;
	width:100%;
	position: fixed;
	z-index: 10000;
}
.wxopen img {
	width: 72%;
	margin-top: 3rem;
	margin-left: 3rem;
}
.next {
	-webkit-animation: next 1s 1s ease-in-out infinite;
}
@-webkit-keyframes next {
 0% {
-webkit-transform: translateY(0);
}
 50% {
-webkit-transform: translateY(-10px);
}
 100% {
-webkit-transform: translateY(0);
}
}
/*产品菜单改*/
.menulist {
	float:left;
	font-size:16px;
	color:#707070;
	width:230px;
	height:580px;
	overflow:hidden;
	border-right: 1px solid #ececec;
	padding:8px 0px;
}
.menulist p {
	line-height: 20px;
	padding-left: 70px;
	margin: 24px 0px;
	cursor: pointer;
}
.menulist p:hover {
	border-right:2px solid #e72427;
	color:#e72427;
}
.menu4 {
	display: none;
	float:left;
	margin-left:40px;
	margin-top:28px;
}
.menu5 {
	bottom: 0px;
	position: absolute;
	transform: translate(0, 35%);
	margin-left: 40px;
	left: 230px;
}
.menu5 span {
padding-left: .1rem;
	color: #969696;
}
.menu5 p a {
	color: #e72427;
	border-bottom: 1px solid #e72427;
}
/*.menu5 p a:link{color: #e72427;text-decoration: underline;}*/
/*.menu5 p:hover a{color: #e72427;text-decoration: underline !important;}*/
/*.menu5 p a:visited{color: #e72427;text-decoration: underline;}*/

.menulist .hover {
	border-right:2px solid #e72427;
	color:#e72427;
}
.menulistbox {
	display: flex;
	width:630px;
	height:580px;
	display: none;
	left: 50%;
	transform: translateX(-44.5%);
}
.hxjs-con-item .width-50 img {
	width:100%;
	height:auto;
}
/*2019-2-22修改导航菜单样式*/
.menu-12 {
	display: none;
	margin-bottom: 15px;
}
.menu-zhcs {
	color: #707070;
	font-weight: 500;
	padding-bottom: 3px;
	cursor: pointer;
transition: color .3s
}
.menu-zhcs span, .menu-13 .mui-icon {
	float: right;
	font-size: 20px;
	position: relative;
	top:5px;
transition: all .2s ease-in-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.menu4 {
	width: 316px;
	overflow: hidden;
}
.menu-zhcs.hover {
	color: #e72427;
}
.menu-zhcs.hover span, .menu-13.hover span {
	transform: rotate(90deg);
}
.menu-13 .mui-icon {
	top:3px;
}
.menu-14 {
	padding-left: 1em;
	display: none;
}
.menu-14 a {
	display: flex;
	font-size: 16px;
	color: #969696;
	line-height: 1.5;
	margin-bottom: 15px;
}
.menu-14 a>.img {
	width: 24px;
	height: 24px;
	overflow: hidden;
	flex-shrink: 0;
	position: relative;
	margin-right: 15px;
}
.menu-14 a>.img>img {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top:0;
}
.menu-14 a>.img>img:last-child {
	opacity: 0;
transition: all .2s ease-in-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.menu-14 a:hover>.img>img:last-child {
	opacity: 1;
}
.menu-14 a:hover {
	color: #e72427;
}
.menu-15 {
	display: flex;
	padding: 56px 100px 50px;
	height: 100%;
}
.menu-15>.menu-7 {
	width: 50%;
	flex-shrink: 0;
	height: 100%;
	overflow: hidden;
	position: relative;
}
/*关于我们*/
.about_w {
	font-size: 36px;
	line-height: 50px;
	color: #333;
	text-align: center;
	width: 100%;
	margin-top: 100px;
	margin-bottom: 50px;
}
 @media screen and (min-width:1170px) {
 .aboutus_img {
 width: 55%;
 height: 550px;
 background-image: url(../images/DSC057531.jpg);
 background-repeat: no-repeat;
 background-position: right bottom;
 display: block;
 float: left;
}
.aboutus {
 float: left;
 width: 45%;
 background-color: #141b24;
 height: 550px;
}
.gyst-2 {
 height: 550px;
 display: flex;
 align-items: center;
 font-size: 18px;
 line-height: 1.78;
 color: #FFF;;
 background-color: #999;
}
.gyst-2 .text {
 max-width: 610px;
 float: left;
 position: relative;
 z-index: 1;/*padding-right: 50px;*/
 text-align: justify;
 margin-right: 30px;
 margin-left: 10%;
}
 .gyst-2 .text h1 {
 color: #FFF;
 font-size:32px;
margin: 0 0 .8rem;
font-weight: 400;
 margin-top: 20%;
}
.gyst-2 .text p {
 color: #FFF;
font-size:18px;
}
.about_fw {
 width: 100%;
 display: block;
 padding-right: 10%;
 padding-left: 10%;
 background-image: url(../images/zb_h.jpg);
 background-repeat: no-repeat;
 background-position: center center;
 height: 500px;
 background-color: #222222;
}
.about_fw_d {
}
}
.cp-title {
	background: #b53032;
	color: #fff;
font-size: .8rem;
	text-align: center;
}
.cp-title2 {
	background: url(../images/tiaowen.jpg);
	color: #e72427;
	background-size: auto 100%;
}
.cp-title3 {
	background: url(../images/sensear_shape_titlebg.jpg);
	color: #e72427;
}
.cp-1 {
	position: relative;
	overflow: hidden;
}
.zy {
	background-attachment: scroll;
	background-clip: initial;
	background-origin: initial;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/zy_bj.jpg);
	width: 100%;
	padding-top: 100px;
	padding-bottom: 100px;
	height: 100%;
}
.zy_w {
	width: 90%;
	margin-right: 5%;
	margin-left: 5%;
	display: block;
	overflow: hidden;
}
.bg-1 {
	background-image: url(../images/1.jpg);
}
.bg-1, .bg-2, .bg-3, .bg-4, .bg-5, .bg-6, .bg-7, .bg-8, .bg-9, .bg-10 {
	background-attachment: scroll;
	background-clip: initial;
	background-color: rgba(0, 0, 0, 0);
	background-origin: initial;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.ptb-110 {
	padding: 110px 0
}
.single-fun-factor {
	position: relative;
	float: left;
	width: 25%;
}
.single-fun-factor:after {
	border-right: solid #ffffff;
	margin-right:-1px;
	content: "";
	height: 100%;
	position: absolute;
	right: -16px;
	top: 0;
	width: 1px;
}
.fun-factor-area .col-md-3:last-child .single-fun-factor::after {
 display: none;
}
.single-fun-factor > h1 {
	font-size: 20px;
	text-align: center;
}
@media screen and (min-width:1170px) {
.single-fun-factor > h4 {
 line-height: 20px;
 padding-top: 21px;
 font-size: 18px;
 font-family: "宋体";
}
.single-fun-factor > h1, .single-fun-factor > h4 {
 color: #ffffff;
 font-weight: 400;
 line-height: 20px;
 text-transform: uppercase;
 font-size: 18px;
 text-align: center;
 width: 60%;
 margin-right: auto;
 margin-left: auto;
}
}




/*新闻*/
@media screen and (min-width:1170px) {
	.space_n{
	margin-top: 30px;
	font-size: 24px;
	color: #FFF;
	width: 100%;
}
.space_map{
	position:static;
	max-width:1200px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	overflow: hidden;
	width: 100%;
}
.space_nn{
	width: 100%;
	margin-top: 30px;
	font-size: 24px;
	color: #FFF;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	line-height: 70px;
	margin-bottom: 30px;
}
.space_ico{
	width: 100%;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #666;
}
.space_ico ul li{
	float: left;
	width: 70px;
	margin-top: 50px;
	margin-bottom: 50px;
	margin-right: 17px;
	margin-left: 17px;
}
.space_i{
	width: 100%;
}
.space_w{
	width:100%;
	text-align: center;
	float: left;
	font-size: 14px;
	color:#CCC
}
.index-hzhb{
	font-size: /*.44rem*/22px;
	color: #707070;
	padding-top: 30px;
	padding-right: 5%;
	padding-left: 5%;
}
.space_map{
	position:static;

	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	overflow: hidden;
	width: 100%;
}
.iframejt{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.new-2 .img-box {
padding-bottom:0;
width: 730px;
float: left;
height: 420px;
}
.new-2>.text {
 border: 1px solid #efefef;
 float: left;
 width: 490px;
 height: 420px;
 padding: 1.2rem;
 background-color: #FFF;
 background-image: url(../images/index-4.jpg);
 background-repeat: no-repeat;
 background-position: 95% 90%;
 color: #333;
}
.new-1 {
padding: 1.2rem 0 1.6rem;
font-size: 16px;
color: #969696;
line-height: 1.625;
}
.new-2 {
width: 100%;
overflow: hidden;
}
 .text a {
 color: #333;
}
.new-2>.text>a.m-dhslh {
font-size: .48rem;
 line-height: 1.5;
 max-height: 4.5em;
 -webkit-line-clamp: 3;
 color: #333;
}
.new-2>.text>div.m-dhslh {
margin: .6rem 0;
 text-align: left;
}
.new-2:hover .img-box>img {
transform: translate(-50%, -50%) scale(1.05);
}
 .new-3 {
margin: 1.2rem -2.5% .8rem;
overflow: hidden;
}
.new-4 {
width: 45%;
margin: 2.5%;
border: 1px solid #efefef;
float: left;
}
.new-4>.img-box {
padding-bottom: 65.517%;
}
.new-4>.text {
padding: .8rem;
background: #fff;
transition: all .5s;
position: relative;
z-index: 2;
border-top: 1px solid #efefef;
}
.new-4>.text>a.m-dhslh {
font-size: .48rem;
line-height: 1.5;
height: 3em;
}
.new-4>.text>div.m-dhslh {
height:0;
transition: all .5s;
}
.new-4:hover {
box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.new-4:hover>.img-box>img {
left: 50%;
top: 50%;
transform:translate(-50%, -50%) scale(1.05);
}
.new-4:hover>.text {
margin-top: -4.25em;
}
.new-4:hover>.text>div.m-dhslh {
height: 4.25em;
padding-top: 1em;
}
.new-4>.text>p {
padding-top: .8rem;
}
.new-4:hover>.text1 {
margin-top: -2.784rem;
}
.new-4:hover>.text1>div.m-dhslh {
height: 8.7em;
padding-top: 1em;
}
.new-4>.text1>p {
padding-top: .8rem;
}
}
.text1 a {
	cursor: default;
}
.red {
	color:#e72427;
}
/*媒体报道*/
.mtbd-1>.text {
	border: none;
	background: none;
}
.mtbd-a {
	display:inline-block;
	float: right;
	background: #707070;
	color: #fff;
padding: 2px .26rem;
	margin-top: -2px;
}
.mtbd-a:hover, .new-4:hover .mtbd-a {
	background: #e72427;
	color: #fff;
}
/*新闻详情*/
.new-fh {
	font-size:22px;
	line-height: 3.18;
}
.new-fh>a {
	color: #111;
}
.new-fh>a>img {
	margin: -2px 15px 0 0;
}
.new-nr {
	font-size: 16px;
	line-height: 2;
	color: #707070;
}
.new-title {
	font-size: 32px;
margin: 1.2rem 0 .6rem;
	color: #111;
}
.new-time {
	font-size: 18px;
	padding-bottom: 1rem;
	color: #969696;
}
.new-nr-con {
	padding: 1rem 0;
	overflow: hidden;
}
.new-nr-con p {
	margin-bottom: 0.5rem;
}
.case_info {
	font-size:0.44rem;
}
/*常见问题*/
.con {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	width: 100%;
	padding-right: 10%;
	padding-left: 10%;
}
.con_n {
	margin-top: 0;
	margin-right: 10%;
	margin-bottom: 0;
	margin-left: 10%;
	width: 80%;
	background-color: #FFF;
	padding-right: 10%;
	padding-left: 10%;
	overflow: visible;
	position: relative;
}
.n_n {
	height: 100%;
	width: 100%;
	text-align: center;
}
.n_n img {
	max-width: 680px;
}
.faq_ss {
	padding-bottom:60px;
	margin-top: 30px;
	width: 100%;
}
.faq_ss li {
	position:relative;
	margin-bottom:10px;
}
.faq_ss li .p_title {
	background:#9c9c9c;
	position:relative;
	color:#FFF;
}
.faq_ss li .p_title .h2 {
	position:relative;
	z-index:1;
	cursor:pointer;
	line-height:24px;
	width: 100%;
	padding-top: 14px;
	padding-right: 46px;
	padding-bottom: 14px;
	padding-left: 40px;
}
.faq_ss li .p_title .h2 span {
	font-size:20px;
	font-weight:bold;
	padding-right:20px;
}
.faq_ss li .p_title.current {
	background:#d6b781;
}
.faq_ss li .p_title .tou {
	position: absolute;
	display:block;
	right:0;
	top:0;
	width:46px;
	font-size:14px;
	height:60px;
	text-align: center;
	background:url(/images/zx_06.png) no-repeat center center;
}
.faq_ss li .p_title.current .tou {
	background:url(/images/zx_03.png) no-repeat center center;
}
.faq_ss li .yaoq_box {
	height:0;
	overflow:hidden;
	position:relative;
	background-color: #f8f8f8;
	width: 100%;
}
.faq_ss li .yaoq_box .txt_b1 {
	padding:30px 60px 20px 40px;
	font-size:16px;
	line-height:26px;
}
.faq_ss li .yaoq_box .txt_b1 .zaop {
	font-size:18px;
	padding-bottom:20px;
}
.faq_ss li .yaoq_box .txt_b1 .zaop span {
	float:left;
	display:block;
	margin-right:80px;
	color:#333;
}
.faq_ss li .yaoq_box .txt_b1 .zaop span em {
	color:#00762c;
}
.faq_ss li .yaoq_box .txt_b1 .bt3 {
	font-size:18px;
	font-weight:bold;
	line-height:50px;
	width: 100%;
}
.faq_ss li .yaoq_box .txt_b1 .txt_pt {
	margin-bottom:20px;
	line-height:28px;
}
.faq_ss li .yaoq_box .txt_b1 a {
	font-size:14px;
	height:22px;
	line-height:22px;
	border-bottom: solid 1px #c80814;
	color:#c80814;
	float:left;
}
.program {
	box-sizing: content-box;
	border: 0px;
	font-size: 16px;
	vertical-align: baseline;
	background: rgb(248, 248, 248);
	color: rgb(100, 100, 100);
	font-family: 微软雅黑, Arial;
}
.joinus_dz {
	width: 100%;
	padding-right: 10%;
	padding-left: 10%;
	margin-top: 30px;
	font-size: 16px;
	color: #333;
}
.hyzs {
	width: 100%;
	background-color: #F0F0F0;
	padding-top: 80px;
}
/*浮动客服*/
#floatDivBoxs {
	width:230px;
	background:#fff;
	position:fixed;
	top:75%;
	right:0;
	z-index:999;
}
#floatDivBoxs .floatDtt {
	width:100%;
	height:64px;
	line-height:64px;
	background:#d6b781;
	color:#fff;
	font-size:18px;
	text-indent:22;
	position:relative;
	text-align: left;
	font-weight: bold;
}
#floatDivBoxs .floatDqq {
	padding:0 14px;
}
#floatDivBoxs .floatDqq li {
	height:64px;
	line-height:64px;
	font-size:15px;
	border-bottom:1px solid #d6b781;
	padding:0 0 0 50px;
}
#floatDivBoxs .floatDtxt {
	font-size:18px;
	color:#333;
	padding:12px 14px;
}
#floatDivBoxs .floatDtel {
	padding:0 0 15px 10px;
}
#floatDivBoxs .floatDtel img {
	display:block;
}
#floatDivBoxs .floatDbg {
	width:100%;
	height:20px;
	background:url(../images/online_botbg.jpg) no-repeat;
	box-shadow:-2px 0 3px rgba(0, 0, 0, 0.25);
}
.floatShadow {
	background:#fff;
	box-shadow:-2px 0 3px rgba(0, 0, 0, 0.25);
}
#rightArrow {
	width:62px;
	height:64px;
	background:url(../images/online_arrow.jpg) no-repeat;
	position:fixed;
	top:75%;
	right:230px;
	z-index:999;
}
#rightArrow a {
	display:block;
	height:45px;
}
._editor {
	margin-right: auto;
	margin-left: auto;
	width: 678px;
}
.news_ny_title {
	font-size: 24px;
	padding-top: 50px;
	padding-bottom: 30px;
}
.clearfix:before, .clearfix:after {
	content: '';
	display: table;
}
.clearfix:after {
	clear: both;
}
.container > section {
	font-size: 1.25em;
	min-height: 100%;
	padding-top: 2em;
	padding-right: 0;
	padding-bottom: 2em;
	padding-left: 0;
	background-color: #EAEAEA;
}
.news_list_page {
	color: #FFF;
	margin-top: 70px;
	font-size: 16px;
	float: left;
	width: 100%;
}
.news_list_page a {
	color: #FFF;
	font-size: 16px;
}
