﻿@font-face {
  font-family: 'DIN';
  src: url('../fonts/DIN-MEDIUM_1.OTF');
  font-weight: normal;
  font-style: normal; 
} 
body {
	font-family: "微软雅黑";
	color: #000;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: none;
}
ul, li, p, h1, h2, h3, h4, h5, h6 {
	list-style: none;
	padding: 0;
	margin: 0;
}
html, body {
	position: relative;
	height: 100%;
}
.hid {
	opacity: 0.0!important;
	-webkit-transform: translateY(30px)!important;
	transform: translateY(30px)!important;
	-webkit-transition-timing-function: cubic-bezier(.41, .2, .38, .8)!important;
	transition-timing-function: cubic-bezier(.41, .2, .38, .8)!important;
	-webkit-transition-property: opacity, -webkit-transform!important;
	transition-property: opacity, transform!important;
	-webkit-transition-duration: .44s!important;
	transition-duration: .44s!important
}
.hid.lz {
	opacity: 1.0!important;
	-webkit-transform: translateY(0) translateZ(0)!important;
	transform: translateY(0) translateZ(0)!important
}
body {
	background: #f5f5f5!important;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000;
	margin: 0;
	padding: 0;
}
.header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	/*background:#fff;*/
	z-index: 999;
	height: .8rem;
	padding: 0 30px;/*background: rgba(28, 35, 39, 0.8);*/
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

/*宸︿晶logo*/
.header .left {
	width: 12%;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.header .left .img1 {
	height: 53px;
	margin-top: 6px;
	-webkit-transition: 0.5s;
	display: block;
    -moz-transition: 0.5s;
    font-family: "微软雅黑";
    -o-transition: 0.5s;
    transition: 0.5s;
}
.header .left .img2 {
	display: none;
	height: 53px;
	margin-top: 6px;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
/*鍙充晶*/
.header .nav {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	height: 100%;
	line-height: .8rem;
	display: block;
}
.header .navbar_nav li {
	float: left;
	position: relative;
	display: block;
}
.header .navbar_nav li:after {
	content: "";
	width: 0;
	height: 1px;
	background: #ffffff;
	position: absolute;
	bottom: .4rem;
	right: 1rem;
	transition: all 0.5s ease 0s;
}
.header .navbar_nav li:hover:after {
	width: .3rem;
}
.header.on .navbar_nav li:after {
	content: "";
	width: 0;
	height: 1px;
	background: #c20000;
	position: absolute;
	bottom: .33rem;
	right: 1rem;
	transition: all 0.5s ease 0s;
}
.header.on .navbar_nav li:hover:after {
	width: .3rem;
}
.header .navbar_nav li a {
	text-decoration: none;
	height: 100%;
	padding: 0 45px;
	display: block;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	color: #ffffff;
	font-size: 16px;
}
.header .navbar_nav li:hover a {
	color: #ffffff;
}
.header .navbar_nav li.dropdown {
	display: inherit;
	position: relative;
}
.header .navbar_nav li.dropdown .jt {
	width: 20px;
	height: 20px;
	background: url(../images/top.png) no-repeat;
	background-size: 100% 100%;
	display: block;
}
.header .navbar_nav li.dropdown .dropdown_menu {
	display: none;
	position: absolute;
	top: 50px;
	width: 100%;
	background: #fff;
	box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
	width: 120%;
	left: -10%;
}
.header .navbar_nav li.dropdown .dropdown_menu a {
	font-size: 14px;
	color: #666;
	padding: 0 10px;
	line-height: 40px;
	text-align: center;
	background: #fff;
	margin-bottom: 2px;
}
.header .navbar_nav li.dropdown:hover .dropdown_menu {
	display: block;
	background: #f3f3f3;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.header .navbar_nav li.dropdown:hover .dropdown_menu a {
	color: #666;
}
.header .navbar_nav li.dropdown:hover .dropdown_menu a:hover {
	color: #fff;
	background: orange;
}

/*鐧借壊鑳屾櫙鐨勫ご閮�*/
.header.on {
	background:rgba(255,255,255,0.95);
	height:.65rem;
	line-height:.65rem;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
	/*border-bottom: 1px solid #ececec;*/
}
.header.on .left a img {
    height: 53px;
    margin-top: 6px;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.header.on .navbar_nav li{
	line-height:.65rem;
}
.header .navbar_nav li{
	line-height:.8rem;
}
.header.on .nav{
	height:80px;
	line-height:80px;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.header.on .navbar_nav li a{
	font-size:16px;
}
.header.on .left .img1 {
	display:none;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.header.on .left .img2 {
	display:block;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.header.on .navbar_nav li a {
	color: #333;
}
.header.on .navbar_nav li:hover a {
	color: #ce0000;
}
#navToggle {
	display: none;
}
.tel{
	float:right;
	text-decoration:none;
	margin-top:.30rem;
	margin-left:40px;
	line-height:28px;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	display: none;
}
.tel:hover{
	text-decoration:none;
}
.tel span{
	text-decoration:none;
	color:#ce0000;
	font-size:18px;
	width: 22px;
	height: 23px;
	background: url(../images/search.png) no-repeat;
	float:left;
}
.header.on .tel{
	margin-top:.20rem;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
}
.header.on .tel span{
	background: url(../images/search-1_1.png) no-repeat;;
	float:left;
}
.m_nav {
	position: fixed;
	top: 0px;
	box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
	width: 100%;
	height: 100%;
	background: #fff;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	z-index: 1000;
	opacity: 1;
	visibility: visible;
	margin-top: 0;
	overflow-y: auto;
	transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
	top: 0;
	transform: translateX(100%);
}
.m_nav.open {
	transform: translateX(0);
}
.m_nav .top {
	height: 60px;
	padding: 20px;
	box-sizing: border-box;
}
.m_nav .top .closed {
	width: 30px;
	height: 30px;
	vertical-align: middle;
	float: right;
	cursor: pointer;
}
.m_nav .logo {
	width: 100%;
	margin: 0 auto;
}
.m_nav .logo img {
	height: 50px;
	display: block;
	margin: 30px auto;
}
.m_nav .ul {
	margin-top: 10px;
}
.m_nav .ul li {
	padding: 0 20px;
	border-bottom: 1px solid #f5f5f5;
	transform: translateY(0);
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
	opacity: 0;
}
.m_nav.open .ul li {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.m_nav .ul li:nth-child(1) {
	-webkit-transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(2) {
	-webkit-transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(3) {
	-webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(4) {
	-webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(5) {
	-webkit-transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(6) {
	-webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li a {
	display: block;
	text-decoration: none;
	color: #333;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	width: 100%;
}
.m_nav .ul li .dropdown_menu {
	display: none;
}
.m_nav .ul li.dropdown.active .dropdown_menu {
	display: block;
}
.m_nav .ul li .dropdown_menu a {
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 0 40px;
	box-sizing: border-box;
	border-bottom: 1px solid #f5f5f5;
}
.m_nav .ul li .dropdown_menu a:last-child {
	border: none;
}
.banner {
	width: 100%;
}
.banner img {
	width: 100%;
}
.item img{
	width:100%;
}
.header .container{
	max-width: 1280px;
}
.data-list{
	width:100%;
	float: left;
}
.data-list ul{
	width:100%;
	display: block;
	margin-top: 1.2rem;
}
.data-list ul li{
	float:left;
	margin:0 0px;
	margin-right: 1.01rem;
}
.data-list ul li:nth-child(4){
	margin-right: 0;
}
.data-list ul li dt{
	float:left;
	line-height:1rem;
	font-size:.8rem;
	vertical-align: bottom;
	font-weight:normal;
	margin-left:0;
	font-family: DIN;
}
.data-list ul li dd{
	float:left;
	font-size:.18rem;
	font-weight:normal;
	line-height:.26rem;
	margin: 0;
	margin-left: .05rem;
}
.data-list ul li dd span{
	float:left;
	margin:28px 0 0 10px;
}
.data-list dl{
	width:87%;
	margin:0 auto;
}
.data-list dl dt{
	float:left;
	font-size:14px;
	font-weight:normal;
	margin-top:3%;
}
.data-list dl dt span{
	margin-right:10px;
	vertical-align:middle;
	margin-top:-2px;
	float:left;
}
.data-list dl dt a{
	color:#666;
}
.data-list dl dd{
	float:right;
	margin-top:2.4%;
}
.data-list dl dd a.collection{
	display:inline-block;
	border-radius:4px;
	width:80px;
	height:37px;
	line-height:37px;
	vertical-align:middle;
	background:#ce0000;
	font-size:14px;
	text-align:center;
	margin:0 5px;
	color:#fff;
}
.data-list dl dd a.the-left{
	display:inline-block;
	border-radius:4px;
	width:80px;
	height:37px;
	line-height:37px;
	vertical-align:middle;
	border:1px solid #666;
	font-size:14px;
	background:url(../images/l-img.png) no-repeat center center;
	text-align:center;
	margin:0 5px;
	color:#333;
}
.data-list dl dd a.the-right{
	display:inline-block;
	border-radius:4px;
	width:80px;
	height:37px;
	margin:0 5px;
	background:url(../images/r-img.png) no-repeat center center;
	vertical-align:middle;
	line-height:37px;
	border:1px solid #666;
	font-size:14px;
	text-align:center;
	color:#333;
}
.team{
	position: relative;
	width: 100%;
	float: left;
	display: block;
}
.team-title{
	position: absolute;
	top: 2.82rem;
	padding-left: .8rem;
	text-align: right;
	z-index: 88888;
}
.team-title:before{
	content: "";
    width: 50px;
    height: 2px;
    background: #ce0000;
    position: absolute;
    bottom:1.1rem;
    left: 0;
    transition: all 0.5s ease 0s;
}
.team-title h3{
	font-size:1.5rem;
	color: #ce0000;
	margin: 0;
	font-family: DIN;
	display: block;
}
.team-title h3 span{
	font-size:.22rem;
	color: #ffffff;
	margin: 0;
	margin-right: .43rem;
	font-weight: normal;
	display: block;
}
.team-list{
	width: 90%;
	float: right;
	margin-top: 1.4rem;
	overflow: hidden;
}
.team-list ul{
	display: flex;
	margin: 0;
}
.team-list ul li{
	display: block;
	margin: 0;
	float: left;
	width: 20%;
	border-right: 5px solid #ffffff;
}
.team-list ul li img{
	display:block;
	width: 100%;
}
.about{
	width:80%;
	margin:0 auto;
	margin-top:1.4rem;
	overflow:hidden;
}
.about-title{
	width:100%;
	float:left;
	margin-top:0%;
	font-size:.5rem;
	font-family:"微软雅黑";
}
.about-n{
	width:100%;
	float:left;
	margin-top:.7rem;
	font-size:.18rem;
	font-family:"微软雅黑";
	line-height:.3rem;
	color: #666666;
}
.about-n .a-content1{
	width: 47%;
	margin: 0;
	float: left;
}
.about-n .a-content2{
	width: 47%;
	margin: 0;
	float: right;
}
.about-m{
	width:100%;
	float:left;
	margin-top:.95rem;
	font-size:16px;
	font-family:"微软雅黑";
	line-height:32px;
}
.about-m h3{
	margin: 0;
	display: block;
	text-align:center;
	font-size: .5rem;
	color: #333333;
}
.about-m ul{
	width:100%;
	float:left;
	text-align: center;
}
.about-m ul li{
	width:2.6rem;
	display: inline-block;
	border:.1rem solid #ebebeb;
	height: 2.6rem;
	border-radius: 50%;
	vertical-align: middle;
	text-align: center;
	margin: 0 6%;
	margin-top: .85rem;
}
.about-m ul li dt{
	display: inline-block;
	margin:.38rem 0 0 0rem;
	vertical-align: middle;
}
.about-m ul li dd{
	display: inline-block;
	margin:.4rem 0 0 0rem;
	vertical-align: middle;
}
.about-m ul li dd h1{
	width:.2rem;
	float:left;
	margin:0;
	font-family:"微软雅黑";
	line-height:.25rem;
	font-size:.2rem;
	color: #333333;
	margin-top:0%;
}
.about-m ul li dd p{
	width:100%;
	float:left;
	margin:0;
	font-family:"微软雅黑";
	font-size:14px;
	margin-top:1%;
}
.link{
	width:100%;
	float:left;
	margin-top:1.2rem;
	font-size:16px;
	font-family:"微软雅黑";
	line-height:32px;
}
.link h3{
	width: 80%;
	margin: 0 10%;
	display: block;
	text-align:left;
	font-size: .5rem;
	color: #333333;
}
.link ul{
	float:left;
	padding: 0 6%;
	text-align: center;
}
.link ul li{
	width:18%;
	display: inline-block;
	height: .85rem;
	float: left;
	vertical-align: middle;
	text-align: center;
	margin: 0 1%;
	margin-top: .85rem;
}
.link ul li img{
	width: 100%;
	display: block;
	-webkit-filter: grayscale(100%);
  	-moz-filter: grayscale(100%);
  	-ms-filter: grayscale(100%);
  	-o-filter: grayscale(100%);
  	filter: grayscale(100%);
  	filter: gray;
  	transition: all 0.5s ease 0s;
}
.link ul li:hover img{
	width: 100%;
	display: block;
	-webkit-filter: grayscale(0%);
  	-moz-filter: grayscale(0%);
  	-ms-filter: grayscale(0%);
  	-o-filter: grayscale(0%);
  	filter: grayscale(0%);
  	filter: gray;
  	-webkit-transform:scale(1.1);
  	-ms-transform:scale(1.1);
  	-moz-transform:scale(1.1);
  	-o-transform:scale(1.1);
  	transform:scale(1.1);
  	transition: all 0.5s ease 0s;
}
.reservation-n{
	position: relative;
	width: 100%;
	float: left;
	display: block;
	padding-bottom: 3.5rem;
}
.reservation-n .reservation{
	position: absolute;
	bottom: 1.14rem;
	z-index: 8888;
}
.reservation-list{
	width: 90%;
	float: right;
	height: 6.15rem;
	background:url(../images/bottom-bg.jpg) no-repeat;
	background-size: cover;
	margin-top: .4rem;
}
.about-cass{
	width:100%;
	margin:0 auto;
	background:#fff;
	overflow:hidden;
	padding-bottom:1%;
	margin-top:3%;
}
.about-cass-title{
	width:100%;
	text-align:center;
	line-height:40px;
	font-weight:bold;
	font-family:"微软雅黑";
	font-size:30px;
	margin-top:4%;
}
.about-cass-n{
	width:100%;
	font-family:"微软雅黑";
	margin-top:4%;
}
.m{
	width:100%;
	float:left;
	background:#fff;
	margin-top:3px;
	overflow:hidden;
}
.about-d{
	width:87%;
	margin:0 auto;
	margin-top:4%;
	overflow:hidden;
	padding-bottom:4%;
}
.about-d-title{
	width:100%;
	float:left;
	margin-top:0%;
	font-size:26px;
	font-family:"微软雅黑";
}
.about-d-n{
	width:100%;
	float:left;
	margin-top:2%;
	font-size:16px;
	font-family:"微软雅黑";
	line-height:32px;
}
.detail-list{
	width:87%;
	margin:0 auto;
	margin-top:4%;
	overflow:hidden;
	padding-bottom:4%;
}
.detail-list-title{
	width:100%;
	float:left;
	text-align:center;
	margin-top:5%;
	position:relative;
}
.detail-list-title h1{
	font-size:26px;
	margin:0 auto;
	position:relative;
	width:400px;
	
}
.detail-list-title h1:after{
	content: "";
    width: 100px;
    height: 1px;
    background: #e0e0e0;
    position: absolute;
    bottom: 17px;
    left: 0;
    transition: all 0.5s ease 0s;
}
.detail-list-title h1:before{
	content: "";
    width: 100px;
    height: 1px;
    background: #e0e0e0;
    position: absolute;
    bottom: 17px;
    right: 0;
    transition: all 0.5s ease 0s;
}
.detail-list-n{
	width:100%;
	float:left;
	margin-top:3%;
}
.top-height{
	margin-top:0%;
}
.flexslider {
	width: 100%;
	margin: 0;
	padding: 0;
	padding-bottom:3%;
}
.flexslider .slides > li {
	display: none;
	position: relative;
} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
	width: 100%;
	display: block;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
/* Clearfix for the .slides element */

.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .slides {
	display: block;
}
* html .slides {
	height: 1%;
}
/* No JavaScript Fallback */

/* If you are not using another script, such as Modernizr, make sure you

 * include js that eliminates this class on page load */

.no-js .slides > li:first-child {
	display: block;
}
/* FlexSlider Default Theme

*********************************/

.flexslider {
	border: 0px solid #fff;
	position: relative;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	zoom: 1;
}
.flexslider .slides {
	zoom: 1;
}
.flexslider .slides > li {
	position: relative;
}
/* Suggested container for "Slide" animation setups. Can replace this with your own, if you wish */

.flex-container {
	zoom: 1;
	position: relative;
}
/* Caption style */

/* IE rgba() hack */

.flex-caption {
	background: none;
-ms-filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000, endColorstr=#4C000000);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#4C000000, endColorstr=#4C000000);
	zoom: 1;
}
.flex-caption {
	width: 96%;
	padding: 2%;
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,.3);
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0,0,0,.3);
	font-size: 14px;
	line-height: 18px;
}
/* Direction Nav */

.flex-direction-nav li a {
	width: 22px;
	height: 41px;
	margin: 0px 0 0;
	display: block;
	position: absolute;
	top: 43%;
	text-indent: -9999px;
	cursor: pointer;
}
.flex-direction-nav li a.next {
	background-position: -22px 0px;
	right: 100px;
}
.flex-direction-nav li a.prev {
	background-position: 0 0;
	left: 100px;
}
.flex-direction-nav li a.disabled {
	opacity: .3;
	filter: alpha(opacity=30);
	cursor: default;
}
/* Control Nav */

.flex-control-nav {
	position: absolute;
	bottom: 0px;
	right:0%;
	text-align: right;
}
.flex-control-nav li {
	margin: 0 3px;
	display: inline-block;
	zoom: 1;
*display: inline;
}
.flex-control-nav li:first-child {
	margin: 0 3px
}
.flex-control-nav li a {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	display: block;	
	font-size:12px;
	filter: alpha(opacity=66);
	-moz-opacity: 0.66;
	-khtml-opacity: 0.66;
	opacity: 0.66;
	color:#0077b5;
	text-indent:-99999em;
	text-align:left;
	background:#b5b5b5;
	cursor: pointer;
}
.flex-control-nav li a:hover {
}
.flex-control-nav li a.active {
	cursor: default;
	height:10px;
	width: 10px;
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	color:#15539e;
	background:#ce0000;
	margin-right:0;
	-khtml-opacity: 1;
	opacity: 1;
}
.flex-control-nav{
	width:100%;
	text-align:center;
}
.slides_title{
	width:100%;
	float:left;
}
.slides_title ul{
	width:101%;
	float:left;
	margin:0;
}
.slides_title ul li{
	width:19%;
	float:left;
	margin:0;
	margin-right:1%;
	height:auto;
	position:relative;
}
.slides_title ul li dt{
	width:100%;
	float:left;
	margin:0;
}
.slides_title ul li dt img{
	width:100%;
	display:block;
	float:left;
	margin:0;
	height:100%;
}
.slides_title ul li dd.color{
	width:90%;
	float:left;
	background:#000;
	opacity:0.6;
	height:87%;
	margin:5%;
	position:absolute;
	top:0;
	opacity:0;
	-webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.slides_title ul li dd{
	width:90%;
	float:left;
	margin:5%;
	height:90%;
	position:absolute;
	text-align:center;
	top:0;
	opacity:0;
	-webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.slides_title ul li:hover dd{
	-webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
	opacity:1;
}
.slides_title ul li:hover dt{
	background:#000;
}
.slides_title ul li:hover dt img{
	-webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
	opacity:0.5;
}
.slides_title ul li:hover dd.color{
	-webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
	opacity:0.6;
}
.slides_title ul li dd h1{
	width:100%;
	text-align:center;
	font-size:18px;
	color:#fff;
	padding-bottom:0;
	margin-bottom:0;
	line-height:20px;
	margin-top:20%;
}
.slides_title ul li dd span{
	width:20px;
	height:2px;
	display:inline-block;
	text-align:center;
	color:#fff;
	margin:0;
	line-height:20px;
	padding:0;
	background:#ce0000;
}
.slides_title ul li dd p{
	width:100%;
	text-align:center;
	font-size:14px;
	color:#cacaca;
	margin-top:1%;
}
.about-service{
	width:100%;
	float: left;
	background:url(../images/fwlc-bg.jpg) no-repeat center;
	background-size:cover;
	overflow:hidden;
	height: 8.78rem;
	padding-bottom:2%;
	position: relative;
	margin-top:.4rem;
}
.about-service-title{
	width:100%;
	text-align:center;
	line-height:.4rem;
	font-family:"微软雅黑";
	font-size:.5rem;
	font-weight: normal;
	color: #cccccc;
	margin-top:1rem;
}
.about-service-n{
	width:100%;
	font-family:"微软雅黑";
	margin-top:.7rem;
	min-height:6rem;
	background:url(../images/fwlc-bg1.png) no-repeat center .67rem;
}
.about-service-n ul{
	width:95%;
	margin:0 2.5%;
	float:left;
}
.about-service-n ul li{
	width:14.2%;
	float:left;
	margin-top:10px;
	text-align:center;
	vertical-align: middle;
}
.about-service-n ul li span{
	width:24px;
	height:24px;
	display:inline-block;
	border-radius:50%;
	border:2px solid #999999;
	vertical-align: middle;
	position:relative;
	background: #222220;
	margin: 0;
	margin-top: -1rem;
}
.about-service-n ul li:hover span{
	border:2px solid #d20000;
	background: #d20000;
	transition: all 0.5s ease 0s;
}
.about-service-n ul li dd{
	width:100%;
	float:left;
	margin:0;
	vertical-align: middle;
}
.about-service-n ul li dd.as-01{
	margin-top:2.08rem;
}
.about-service-n ul li dd.as-02{
	margin-top:2.55rem;
}
.about-service-n ul li dd.as-03{
	margin-top:1.3rem;
}
.about-service-n ul li dd.as-05{
	margin-top:.75rem;
}
.about-service-n ul li dd.as-06{
	margin-top:2.45rem;
}
.about-service-n ul li dd.as-07{
	margin-top:2.34rem;
}
.about-service-n ul li dd h1{
	font-size:.18rem;
	-webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
	font-weight:normal;
	color:#ffffff;
	margin:0;
}
.about-service-m{
	position: absolute;
	bottom: -.2rem;
	width: 100%;
	z-index: 8888;
}
.about-service-m ul{
	display: block;
	width: 100%;
	text-align: center;
}
.about-service-m ul li{
	display: inline-block;
	margin: 0 9%;
}
.about-service-m ul li i{
	display: inline-block;
	width: .9rem;
	height: .9rem;
	border-radius: 50%;
	position: relative;
}
.about-service-m ul li i.m1{
	background: url(../images/m1.png) no-repeat center center #ce0000;
	background-size: .4rem;
}
.about-service-m ul li i.m2{
	background: url(../images/m2.png) no-repeat center center #ce0000;
	background-size: .35rem;
}
.about-service-m ul li i.m3{
	background: url(../images/m3.png) no-repeat center center #ce0000;
	background-size: .38rem;
}
.about-service-m ul li span{
	font-size: .16rem;
	display:inline-block;
	width: 100%;
	position: relative;
	float: left;
	margin-top: -.1rem;
	color: #ffffff;
}
.ul-list{
	width:87%;
	margin:0 auto;
	position: relative;
}
.ul-list:after{
	content: "";
	display: inline-block;
	width: .03rem;
	height: 1.18rem;
	background: #ce0000;
	position: absolute;
	left: 50%;
	bottom:-.6rem;
	z-index: 888;
}
.ul-list ul{
	width:100%;
	float:left;
	text-align: center;
	margin-top: .6rem;
	margin-bottom: .2rem;
}
.ul-list ul li{
	display: inline-block;
	padding:0 18px;
	height:.38rem;
	overflow:hidden;
	color:#999999;
	line-height:.38rem;
	text-align:center;
	font-size:.18rem;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.ul-list ul li a{
	color:#999999;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    text-decoration: none;
}
.ul-list ul li.cur{
	background:#ce0000;
	color:#fff;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.ul-list ul li:hover{
	background:#ce0000;
	color:#fff;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.ul-list ul li.cur a{
	color:#fff;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.ul-list ul li:hover a{
	color:#fff;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.newslist{
	width:90%;
	margin:0 auto;
}
.newslist dl{
	padding: 0 1.5%;
	width: 100%;
	display: block;
	float: left;
	margin-bottom: 0;
}
.newslist dl dt{
	width: 62.5%;
	height: 5.5rem;
	float: left;
	position: relative;
}
.newslist dl dt .news-bg{
	width:100%;
	height: 100%;
}
.newslist dl dt span{
	position: absolute;
	top: 1.3rem;
	font-size: .16rem;
	color: #333333;
	border-radius: 22px;
	line-height: .33rem;
	background: #ffffff;
	padding: 0 20px;
	height: .33rem;
	left: 1.15rem;
}
.newslist dl dt h3{
	position: absolute;
	top: 2.1rem;
	font-size: .36rem;
	color: #ffffff;
	line-height: .5rem;
	left: 1.15rem;
	right: 1.2rem;
}
.newslist dl dt a{
	position: absolute;
	top: 3.58rem;
	font-size: .18rem;
	color: #ffffff;
	font-weight: normal;
	left: 1.15rem;
}
.newslist dl dd{
	width: 35%;
	height: auto;
	margin: 0;
	float: right;
	background: #ffffff;
	height: 5.50rem;
}
.newslist dl dd img{
	width: 100%;
	display: block;
	height: 2.8rem;
}
.newslist dl dd span{
	margin: 0;
	float: left;
	margin-top: .34rem;
	display:inline-block;
	font-size: .16rem;
	color: #ffffff;
	border-radius: 22px;
	line-height: .33rem;
	background: #333333;
	padding: 0 20px;
	height: .33rem;
	margin-left: .4rem;
}
.newslist dl dd h3{
	margin: 0;
	display:block;
	float: left;
	width: 80%;
	margin-top: .2rem;
	font-size: .2rem;
	color: #333333;
	line-height: .32rem;
	margin-left: .4rem;
}
.newslist dl dd h3 a{
	color: #333333;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.newslist dl dd:hover h3 a{
	color: #d20000;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.newslist dl dd p{
	margin: 0;
	display:block;
	float: left;
	width: 85%;
	margin-top: .1rem;
	font-size: .16rem;
	color: #777777;
	line-height: .32rem;
	margin-left: .4rem;
}
.newslist dl dd a.more1{
	margin-top: .25rem;
	font-size: .18rem;
	width: 36px;
	height: 9px;
	text-indent: -9999em;
	background: url(../images/more.png) no-repeat -36px center;
	transition: all 0.5s ease 0s;
	float: left;
	color: #333;
	font-weight: normal;
	margin-left: .4rem;
}
.newslist dl dd:hover a.more1{
	margin-top: .25rem;
	font-size: .18rem;
	width: 36px;
	height: 9px;
	text-indent: -9999em;
	background: url(../images/more.png) no-repeat 0 center;
	transition: all 0.5s ease 0s;
	float: left;
	color: #333;
	font-weight: normal;
	margin-left: .4rem;
}
.newslist ul{
	width:100%;
	float:left;
	margin: 0;
}
.newslist ul li{
	width:47%;
	margin:0 1.5%;
	background:#fff;
	min-height:2rem;
	margin-top: .4rem;
	float:left;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.newslist ul li:hover{
	box-shadow: #e6e6e6 0px 0px 20px 0px;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.newslist ul li dt{
	width:25%;
	/*border-right:1px solid #d2d2d2;*/
	float:left;
	text-align:center;
	min-height:125px;
	line-height: none;
	margin-top:6%;
}
.newslist ul li dt h1{
	width:100%;
	text-align:center;
	font-size:50px;
	margin-top:-.06rem;
	margin-bottom: 0;
	padding-bottom: 0;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.newslist ul li:hover dt h1{
	color: #ce0000;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.newslist ul li:hover dt span{
	color: #ce0000;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.newslist ul li dt span{
	width:100%;
	text-align:center;
	font-size:16px;
	display: block;
	color:#777777;
	font-weight:normal;
}
.newslist ul li dd{
	width:70%;
	float:right;
	margin:0;
	margin-top:6%;
	margin-right:5%;
}
.newslist ul li dd h2{
	font-size:.2rem;
	width:100%;
	font-weight:bold;
	margin-bottom: 0;
	height: .23rem;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.newslist ul li dd h2 a{
	color:#333;
	text-decoration: none;
}
.newslist ul li dd h2 a:hover{
	color:#333;
	text-decoration: none;
}
.newslist ul li dd p{
	font-size:14px;
	width:100%;
	display: block;
	color:#999999;
	line-height:.24rem;
	margin: 0;
	margin-top: .15rem;
	height: .48rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.newslist ul li dd label{
	font-size:14px;
	width:36px;
	height: 9px;
	color:#666666;
	background: url(../images/more.png) no-repeat -36px center;
	display: block;
	margin: 0;
	line-height:24px;
	margin-top: .25rem;
	transition: all 0.5s ease 0s;
}
.newslist ul li:hover dd label{
	background: url(../images/more.png) no-repeat 0 center;
	transition: all 0.5s ease 0s;
}
.ul-list-d{
	width:87%;
	margin:0 auto;
	background:#fff;
	min-height:80px;
	overflow:hidden;
}
.ul-list-d ul{
	width:70%;
	float:left;
	margin-top:1.7%;
	margin-left:2%;
}
.ul-list-d ul li{
	float:left;
	padding:0 18px;
	height:32px;
	overflow:hidden;
	color:#999999;
	line-height:32px;
	border-radius:16px;
	text-align:center;
	font-size:14px;
}
.ul-list-d ul li a{
	color:#999999;
}
.ul-list-d ul li.cur{
	float:left;
	background:#ce0000;
	color:#fff;
}
.ul-list-d ul li.cur a{
	color:#fff;
}
.ul-list-d label{
	float:right;
	margin-top:1.7%;
	line-height:33px;
	font-size:14px;
	margin-right:2%;
}
.ul-list-d label a{
	color:#999999;
}
.ul-list-d label span{
	width:24px;
	height:24px;
	border-radius:50%;
	background:url(../images/line-l.png) no-repeat center center #ce0000;
	float:right;
	margin:4px 0 0 5px;
}
.page{
	width:87%;
	margin:0 auto;
	text-align:center;
	padding-bottom:4%;
}
.page a.page-l{
	display:inline-block;
	width:100px;
	height:32px;
	line-height:32px;
	border-radius:15px;
	background:#fff;
	margin:0 5px;
	font-size:14px;
	color:#666666;
	box-shadow: #d9d9d9 2px 2px 10px 0px;
}
.page a.page-l label{
	width:24px;
	height:24px;
	border-radius:50%;
	background:url(../images/line-l.png) no-repeat center center #ce0000;
	float:left;
	margin:4px 0 0 5px;
}
.page a.page-l span{
	padding-right:6px;
}
.page a.page-r{
	display:inline-block;
	width:100px;
	height:32px;
	margin:0 5px;
	line-height:32px;
	border-radius:15px;
	background:#fff;
	font-size:14px;
	color:#666666;
	box-shadow: #d9d9d9 2px 2px 10px 0px;
}
.page a.page-r label{
	width:24px;
	height:24px;
	border-radius:50%;
	background:url(../images/line-r.png) no-repeat center center #ce0000;
	float:right;
	margin:4px 5px 0 0;
}
.page a.page-r span{
	padding-left:6px;
}
.page a.ul-l{
	display:inline-block;
	width:32px;
	height:32px;
	margin:0 5px;
	line-height:32px;
	border-radius:50%;
	background:#fff;
	font-size:14px;
	color:#666666;
	box-shadow: #d9d9d9 2px 2px 10px 0px;
}
.case{
	background-color: #ffffff;
}
.case a{
	width: 25%;
	float: left;
	height:3.1rem;
	overflow: hidden;
    position: relative;
	background-size: cover;
	background-repeat: no-repeat;
    background-position: center;
	
}
.case a:hover .overlay-con{
   opacity: 1;
   filter: alpha(opacity=1)
}
.case a img{
	width: 100%;
	height:100%;
}
.case .overlay-con{
      position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
   /* background-color: rgba(170,31,40,0.9);*/
    background-color: rgba(0,0,0,0.8);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    text-align: center;
    color: #fff;

}
.case .overlay-con:after {
    content: "";
    width: 0%;
    height: 1px;
	margin:5% 5% 5% 5%;
	background:#ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease 0s;
	-webkit-transform: scaleX(0);
}
.case .overlay-con:hover:after {
    content: "";
    width: 90%;
    height: 1px;
	margin:5% 5% 5% 5%;
	background:#ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease 0s;
	-webkit-transform: scaleX(1);
	transform: scaleX(1)
}
.case .overlay-con:before {
    content: "";
    width: 0%;
    height: 1px;
	margin:5% 5% 5% 5%;
	background:#ffffff;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.5s ease 0s;
	-webkit-transform: scaleX(0);
}
.case .overlay-con:hover:before {
    content: "";
    width: 90%;
    height: 1px;
	margin:5% 5% 5% 5%;
	background:#ffffff;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.5s ease 0s;
	-webkit-transform: scaleX(1);
	transform: scaleX(1)
}
.case span.inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	display:inline-block;
}
.case span.inner:after {
    content: "";
    width: 1px;
    height: 0%;
	margin:5% 5% 5% 5%;
	background:#ffffff;
    position: absolute;
	display:block;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease 0s;
	-webkit-transform: scaleY(0);
}
.case span.inner:hover:after {
    content: "";
    width: 1px;
    height: 85.2%;
	margin:5% 5% 5% 5%;
	background:#ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease 0s;
	-webkit-transform: scaleY(1);
	transform: scaleY(1)
}
.case span.inner:before {
    content: "";
    width: 1px;
    height: 0%;
	margin:5% 5% 5% 5%;
	background:#ffffff;
    position: absolute;
	display:block;
    top: 0;
    right: 0;
    transition: all 0.5s ease 0s;
	-webkit-transform: scaleY(0);
}
.case span.inner:hover:before {
    content: "";
    width: 1px;
    height: 85.2%;
	margin:5% 5% 5% 5%;
	background:#ffffff;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.5s ease 0s;
	-webkit-transform: scaleY(1);
	transform: scaleY(1)
}
.case .overlay-con:before {
    content: "";
    width: 0%;
    height: 1px;
	margin:5% 5% 5% 5%;
	background:#ffffff;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.5s ease 0s;
	-webkit-transform: scaleX(0);
}
.case .overlay-con:hover:before {
    content: "";
    width: 90%;
    height: 1px;
	margin:5% 5% 5% 5%;
	background:#ffffff;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 0.5s ease 0s;
	-webkit-transform: scaleX(1);
	transform: scaleX(1)
}
.case .overlay-con h2{
	font-weight: normal;
	font-size: .24rem;
	position: relative;
	top: 50%;
	margin-top: -1em;
}
.case .overlay-con p{
  font-size: 1.166em;
}
.sils{
	text-align: center;
	width: 100%;
	margin-top: .5rem;
	padding-bottom: .8rem;
}
.sils img{
	display: inline-block;
}
.sils h3{
	display: block;
	text-align: center;
	font-size: .2rem;
	margin-bottom: 0;
	font-family: "微软雅黑";
}
.sils h4{
	display: block;
	text-align: center;
	font-size: .25rem;
	line-height: .35rem;
	margin-bottom: 0;
}
.sils a{
	display: inline-block;
	height: .45rem;
	line-height: .45rem;
	padding: 0 .35rem;
	font-size: .16rem;
	color: #ffffff;
	font-family: "微软雅黑";
	text-decoration: none;
	background: #d20000;
	border-radius: 20px;
}
.sils a:hover{
	display: inline-block;
	height: .45rem;
	line-height: .45rem;
	padding: 0 .35rem;
	font-size: .16rem;
	color: #ffffff;
	font-family: "微软雅黑";
	text-decoration: none;
	background: #d20000;
	border-radius: 20px;
}
/*.site-map {
    padding-bottom: .9rem;
}

.site-map dl {
    height: auto;
    overflow: hidden;
    padding-bottom: .1rem;
    margin-bottom: 0;
}
.site-map dl dt {
    padding-top: .4rem;
    border-bottom: 1px solid #ececec;
}
.site-map dl dt a {
    font-size: .22rem;
    color: #333;
    display: block;
    padding-bottom: .2rem;
}
.site-map dl dd {
    padding-top: .16rem;
}
.site-map dl dd a {
    font-size: .18rem;
    color: #333;
    float: left;
    width: 25%;
    line-height: .4rem;
    margin: 0;
    padding: 0;
}
.site-map dl.con dd a {
    font-size: .18rem;
    color: #333;
    float: left;
    width: 16.6666%;
    line-height: .4rem;
    margin: 0;
    padding: 0;
}*/
.sitemap{width:86%; margin: 0 7%; padding-bottom:80px; padding-top:.8rem;}
.sitemap-title{width:100%; float:left; padding-bottom:20px; border-bottom:1px solid #ececec;}
.sitemap-title h2{width:100%; float:left; margin-bottom: 0; font-size:26px; color:#333333; font-family:"微软雅黑"; }
.sitemap-title span{width:100%; float:left; font-size:24px; color:#e4e4e4; font-family:"微软雅黑"; text-transform:uppercase; margin-top:-5px; }
.sitemap-n{width:100%; float:left; padding-bottom:10px;}
.sitemap-n ul{width:100%; float:left;}
.sitemap-n ul li{width:100%; float:left; margin-top:25px; padding-bottom:25px; border-bottom:1px dotted #ccc;}
.sitemap-n ul li h3{width:100%; float:left; font-size:18px; margin-bottom: 0; color:#333333; font-family:"微软雅黑";}
.sitemap-n ul li a{display:block; float:left; font-size:16px; color:#8d8d8d; margin:15px 15px 0 0; width:13%; font-family:"微软雅黑";}
.sitemap-n ul li a:hover{text-decoration:underline;}
.sitemap-n ul li.map1{width:58%; float:left; margin-top:25px; padding-bottom:25px; border-bottom:0;}
.sitemap-n ul li.map1 a{display:block; float:left; font-size:16px; color:#8d8d8d; margin:15px 15px 0 0; width:46%; font-family:"微软雅黑";}
.sitemap-n ul li.map2{width:40%; float:left; margin-top:25px; padding-bottom:25px; border-bottom:0;}
.sitemap-n ul li.map2 a{display:block; float:left; font-size:16px; color:#8d8d8d; margin:15px 0 0 0; width:50%; font-family:"微软雅黑";}


.more-case{
	width: 100%;
	float: left;
	text-align: center;
	padding-bottom: .30rem;
	/*margin: .8rem 0;*/
	margin: .3rem 0;
}
.more-case a{
	display: inline-block;
	font-size: .18rem;
	width: 1.28rem;
	line-height: 1.18rem;
	border-radius: 50%;
	color: #666666;
	text-decoration: underline;
	height: 1.28rem;
	/*border: 2px dotted #cccccc;
	transition: all 0.5s ease 0s;
	-webkit-transform:rotate(0deg);*/
	position: relative;
}
.more-case a:before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    border: 2px dotted #cccccc;
	transition: all 0.5s ease 0s;
	-webkit-transform:rotate(0deg);
}
.more-case a:hover:before {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    border: 2px dotted #ce0000;
	-webkit-transform:rotate(180deg);
}
.more-case a:hover{
	display: inline-block;
	font-size: .18rem;
	width: 1.28rem;
	line-height: 1.18rem;
	transition: all 0.5s ease 0s;
	border-radius: 50%;
	color: #666666;
	text-decoration: underline;
	height: 1.28rem;
	/*border: 2px dotted #ce0000;
	-webkit-transform:rotate(180deg);*/
}
.more-case a:hover{
	color: #666666;
}
.contact{
	width: 100%;
	display: block;
	float: left;
	margin-top: 1.7rem;
}
.contact-l{
	width: 5rem;
	float: left;
	margin-left: 2rem;
}
.contact-l h2{
	display: block;
	width: 100%;
	float: left;
	font-family: arial;
	color: #ce0000;
	text-decoration: underline;
	font-size: .5rem;
	margin: 0;
}
.contact-l p.content1{
	display: block;
	width: 100%;
	font-size: .18rem;
	color: #666666;
	line-height: .3rem;
	margin: 0;
	margin-top:.4rem;
	float: left;
}
.contact-l h3{
	display: block;
	width: 100%;
	float: left;
	font-family: arial;
	color: #333333;
	font-size: .18rem;
	margin: 0;
	margin-top:.6rem;
}
.contact-l p.content2{
	display: block;
	width: 100%;
	font-size: .18rem;
	color: #666666;
	line-height: .3rem;
	margin: 0;
	margin-top:.2rem;
	float: left;
}
.contact-l h4{
	display: block;
	width: 100%;
	float: left;
	font-family: arial;
	color: #ce0000;
	font-size: .2rem;
	margin: 0;
	margin-top:.5rem;
}
.contact-l p.content3{
	display: block;
	width: 100%;
	font-size: .2rem;
	color: #666666;
	line-height: .3rem;
	margin: 0;
	margin-top:.2rem;
	float: left;
}
.contact-r{
	width: 5rem;
	float: right;
	margin-right: 2rem;
}
.contact-r h3{
	display: block;
	width: 100%;
	line-height: .3rem;
	float: left;
	color: #666666;
	font-size: .22rem;
	margin: 0;
}
.contact-r ul{
	width: 100%;
	float: left;
	margin-top:.3rem;
}
.contact-r ul li{
	display:block;
	width: 100%;
	float: left;
	margin-top:.12rem;
}
.contact-r ul li input{
	display:block;
	width: 100%;
    height: .6rem;
    border: 1px solid #f5f5f5;
    line-height: .6rem;
    padding: 0 .2rem;
    background: #f5f5f5;
    color: #777777;
    font-size: .16rem;
    float: left;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}
.contact-r ul li textarea{
	display:block;
	width: 100%;
    height: 1.3rem;
    border: 1px solid #f5f5f5;
    line-height: .22rem;
    padding: .15rem .2rem;
    background: #f5f5f5;
    color: #777777;
    font-size: .16rem;
    float: left;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
}
.contact-r ul li a.submit{
	display:block;
	border: 2px solid #d83333;
	line-height: .56rem;
	font-size: .18rem;
	text-align: center;
	color: #ce0000;
}
.map{
	width: 100%;
	float: left;
	display: block;
	background: #fafafa;
	border-top: 1px solid #ededed;
}
.map .title{
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 1rem;
}
.map .title h3{
	display: block;
	margin: 0;
	font-size: .36rem;
	color: #323232;
	font-weight: normal;
}
.map .title span{
	display: block;
	margin: 0;
	font-size: .26rem;
	color: #323232;
	font-weight: normal;
}
.map .content{
	display: block;
	width: 100%;
	text-align: center;
	margin-top: .7rem;
	height: 7.3rem;

}
.reservation{
	width: 100%;
	float: left;
	display: block;
	text-align: center;
}
.reservation dl{
	display: inline-block;
	margin: 0;
	width:2.2rem;
	margin-top: -1rem;
}
.reservation dl dt{
	display: block;
	height: 1rem;
	background: #ce0000;
}
.reservation dl dt span{
	display: block;
	padding: .27rem;
	font-size: .18rem;
	color: #ffffff;
	font-weight: normal;
	font-family: "微软雅黑";
	line-height: .26rem;
}
.reservation dl dd{
	display: block;
	padding: .2rem 0;
	border:3px solid #ce0000;
}
.reservation dl dd a{
	display: block;
	padding: .27rem;
	background: url(../images/tel-bg1.png) no-repeat center top;
	background-size: .5rem;
	padding-top: .7rem;
	text-decoration: underline;
	font-size: .18rem;
	color: #ce0000;
	margin-top: .2rem;
	line-height: .26rem;
}
.colorlist {
	display: block;
	width: auto;
	margin: 0 7%;
	float: inherit;
	margin-top: .5rem;
	overflow: hidden;
}
.colorlist dl{
	width: 30%;
	float: left;
	margin: 0 1.6%;
	margin-top: .8rem;
	margin-bottom: .3rem;
}
.colorlist dl dt{
	width:100%;
	float: left;
	position: relative;
}
.colorlist dl dt span{
	width:2.25rem;
	height:2.25rem;
	display: block;
	border-radius: 50%;
	float: left;
	margin-left: .3rem;
}
.colorlist dl dt em{
	width:2.25rem;
	height:2.25rem;
	display: block;
	opacity: .3;
	border-radius: 50%;
	float: left;
	position: absolute;
	top: 0;
	left: 1.3rem;
}
.colorlist dl dd{
	width:100%;
	float: left;
	text-align: center;
	position: relative;
	font-size: .26rem;
	margin-top: .5rem;
}
.case-content2{
	width: 78%;
	margin: 0 auto;
	/*background: url(../images/monitor-bg1.png) no-repeat;*/
    background-size: 100% auto;
    background: #333333;

    border-radius: 25px;
    margin-bottom: 1.5rem;
    position: relative;
    padding: .35rem;
}
.case-content2-1{
	width: 100%;
	/*background: #ffffff;*/
}
.case-content2-2{
	width: 100%;
	background: #ffffff;
}
.case-content2-2 img{
	width: 100%;
	display: block;
}
.contentlist{
	margin-top: 80px;
	text-align: center;
}
.contentlist img{
	width: 98%;
	display: inline-block;
	box-shadow: #a9a9a97a 1px 1px 12px 0px;
}
.detail-list label{
	text-align: center;
	width: 100%;
	display: block;
	margin-top: 50px;
	float: left;
}
.detail-list label a.advisory{
	display: inline-block;
	width: 165px;
	height: 42px;
	line-height: 42px;
	font-size: 15px;
	color:#ffffff;
	border-radius: 22px;
	background: #ce0000;
	text-align: center;
}
.detail-m{
	width: 86%;
	margin: 0 auto;
	overflow: hidden;
}
.detail{
	width: 68%;
    float: left;
    background: #fff;
	margin-top:0%;
	overflow:hidden;
}

.detail-title{
	width: 87%;
    margin: 0 auto;
	margin-top:5%;
	overflow:hidden;
	padding-bottom:2%;
}
.detail-title h1{
	width:100%;
	text-align:left;
	font-size:.3rem;
	margin: 0;
	border-bottom:1px solid #e5e5e5;
	padding-bottom: .25rem;
}
.detail-title p{
	width:100%;
	text-align:left;
	font-size:14px;
	margin: 0;
	margin-top:.25rem;
	color:#999999;
}
.detail-title p span{
	margin:0 0px;
}
.detail-n{
	width: 87%;
    margin: 0 auto;
	margin-top:3.5%;
	overflow:hidden;
	line-height:30px;
	font-size:14px;
	border-bottom:1px solid #e5e5e5;
	padding-bottom:2%;
}
.detail-n p{
	margin: 0;
}
.detail-page{
	width: 85%;
    margin: 0 auto;
	margin-top:3%;
	overflow:hidden;
	padding-bottom:2%;
}
.detail-page ul{
	width:50%;
	float:left;
	margin: 0;
}
.detail-page ul li{
	width:100%;
	line-height:30px;
	font-size:14px;
	float:left;
	color:#666666;
}
.detail-page ul li a{
	color:#666666;
}
.d-title{
	width: 87%;
    margin: 0 auto;
	margin-top:2%;
	padding-bottom:8%;
	overflow:hidden;
}
.d-title a.title-t{
	height:30px;
	padding:0 20px;
	background:#e1eff3;
	line-height:30px;
	margin-right:20px;
	text-align:center;
	display:inline-block;
	font-size:14px;
	color:#666666;
	border-radius:4px;
}
.qyzx{
	width: 30%;
	float: right;
	background: #ffffff;
	padding-bottom: .3rem;
}
.qyzx h3{
	margin: 0 .23rem;
	display: block;
	margin-top: .16rem;
	font-size: .24rem;
	color: #444444;
	padding: .18rem 0;
	font-weight: normal;
	border-bottom: 1px solid #e7e7e7;
}
.qyzx ul{
	margin: 0 .23rem;
	display: block;
}
.qyzx ul li{
	display: block;
	width: 100%;
	border-bottom:1px dashed #e7e7e7;
	padding: .18rem 0;
}
.qyzx ul li a{
	display: block;
	font-size: .18rem;
	color: #444444;
}
.qyzx ul li span{
	display: block;
	color: #999999;
	font-size: .14rem;
	margin-top: .07rem;
}
.news-d{
	width: 100%;
	float: left;
	margin-top: 1rem;
	margin-bottom: 1.3rem;
}
.news-d h3{
	width: 100%;
	float: left;
	font-size: .33rem;
	color: #333333;
	font-weight: normal;
	margin: 0;
}
.news-d ul{
	width: auto;
	display: block;
	float: none;
	margin: 0 -1.5%;
}
.case-d{
	width: 80%;
	margin: 0 auto;
	margin-top: 2.2rem;
	overflow:hidden;
}
.case-d dl{
	display: block;
	position: relative;
}
.case-d dl dt{
	width: 3.8rem;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
.case-d dl dt h3{
	font-size: .36rem;
	color: #333333;
	line-height: .46rem;
	font-weight: normal;
	margin: 0;
}
.case-d dl dt span{
	display:block;
	margin: 0;
	font-size: .16rem;
	font-weight: normal;
	color: #777777;
	font-family: Myriad Pro;
	margin-top: .55rem;
}
.case-d dl dt p{
	display:block;
	margin: 0;
	font-size: .18rem;
	color: #999999;
	margin-top: .15rem;
	font-weight: normal;
}
.case-d dl dd{
	display: block;
	margin-left: 5rem;
	position: relative;
}
.case-d dl dd h3{
	font-size: .36rem;
	color: #444444;
	font-weight: normal;
	position: absolute;
	line-height: .34rem;
	top: .03rem;
}
.case-d dl dd p{
	color: #666666;
	font-weight: normal;
	margin-left: 1.4rem;
	font-size: .18rem;
	line-height: .32rem;
	text-align: justify;
}
.case-content1{
	display: block;
	width: 100%;
	float: left;
	position: relative;
	margin-top: .9rem;
	padding-bottom: 5.5rem;
}
.case-bg{
	width: 100%;
	height: 9.22rem;
}
.monitor{
	width: 80%;
	margin: 0 10%;
	background: url(../images/monitor-bg.png) no-repeat;
	background-size:100% auto;
	height: 10rem;
	position: absolute;
	top: 4.7rem;
	z-index: 888;
}
.monitor-c{
	margin: .32rem;
}
.case-color{
	width: 100%;
	display: block;
}
.case-color .title{
	width: 100%;
	text-align: center;
	display: block;
}
.case-color .title h3{
	display: block;
	margin: 0;
	color: #333333;
	font-size: 1.05rem;
	font-family: arial;
	opacity: .1;	
	line-height: .83rem;
}
.case-color .title span{
	display: block;
	margin: 0;
	color: #333333;
	font-size: .46rem;
}
.case-color .content{
	margin: 0 14%;
	display: block;
	text-align: center;
	overflow: hidden;
	color: #666666;
	font-size: .18rem;
	line-height: .3rem;
	padding-top: .5rem;
	padding-bottom: .85rem;
}
.case-color1{
	width: 100%;
	display: block;
}
.case-color1 .title{
	width: 100%;
	text-align: center;
	display: block;
}
.case-color1 .title span{
	display: block;
	margin: 0;
	color: #333333;
	font-size: .46rem;
}
.case-color1 .content{
	margin: 0 11%;
	display: block;
	text-align: center;
	overflow: hidden;
	color: #666666;
	font-size: .18rem;
	line-height: .3rem;
	padding-top: .3rem;
	padding-bottom: 1.4rem;
}
.video-compose{
	width: 100%;
	display: block;
	background: #f5f5f5;
	margin-bottom: .3rem;
	padding-top: 1.5rem;
	vertical-align: bottom;
	position: relative;
}
.compose-01{
	width: 65%;
	margin-left: 9%;
	background-size: 100% auto;
	position: relative;
	bottom:-.47rem;
	vertical-align: bottom;
}
.compose-01 label{
	width: 100%;
	margin: 0;
	position: relative;
	z-index: 888;
}
.compose-01 label img{
	width: 100%;
}
.compose-01 span{
	width: 74.2%;
	margin: 0;
	left: 13%;
	top: 7.6%;
	position: absolute;
	z-index: 888;
}
.compose-01 span img{
	width: 100%;
}
.compose-02{
	width: 32%;
	margin-left: 50%;
	background-size: 100% auto;
	position:absolute;
	bottom:-.40rem;
	vertical-align: bottom;
}
.compose-02 label{
	width: 100%;
	margin: 0;
	position: relative;
	z-index: 888;
}
.compose-02 label img{
	width: 100%;
}
.compose-02 span{
	width: 91.4%;
	margin: 0;
	left: 4.3%;
	top: 5.6%;
	position: absolute;
	z-index: 888;
}
.compose-02 span img{
	width: 100%;
}
.compose-03{
	width: 10.5%;
	margin-left: 79%;
	background-size: 100% auto;
	position:absolute;
	bottom:-.40rem;
	vertical-align: bottom;
}
.compose-03 label{
	width: 100%;
	margin: 0;
	z-index: 888;
	position: relative;
}
.compose-03 label img{
	width: 100%;
}
.compose-03 span{
	width: 82.4%;
	margin: 0;
	left: 10%;
	top: 5.1%;
	position: absolute;
	
}
.compose-03 span img{
	width: 100%;
}
.case-more{
	width: 100%;
	display: block;
	text-align: center;
	margin-bottom: .5rem;
}
.case-more a{
	display: inline-block;
	font-size: .17rem;
	color: #333333;
	font-family: "微软雅黑 light";
}
.case-more a.angle-left{
	background: url(../images/ag-left.png) no-repeat center left;
	padding-left: .2rem;
	background-size: .07rem auto;
}
.case-more a.angle-right{
	background: url(../images/ag-right.png) no-repeat center right;
	padding-right: .2rem;
	background-size: .07rem auto;
}
.case-more a:hover{
	text-decoration: none;
	color: #d20000;
}
.case-more span{
	display: inline-block;
	width: .18rem;
	height: .18rem;
	margin: 0 .4rem;
	background: url(../images/sb.png) no-repeat;
	background-size: 100% auto;
	vertical-align: middle;
	margin-top: .38rem;
}
.case-bottom{
	display: block;
	width: 100%;
	background: #f6f6f6;
	overflow: hidden;
	padding-bottom: .95rem;
}
.case-bottom .title{
	display: block;
	width: 100%;
	margin-top: .95rem;
}
.case-bottom .title h2{
	display: block;
	width: 100%;
	font-size: .4rem;
	font-weight: normal;
	color: #333333;
	text-align: center;
	font-family: "微软雅黑 light";
}
.case-bottom .content{
	display: block;
	width:86%;
	margin: 0 7%;
	margin-top: .35rem;
}
.case-bottom .content ul{
	display: block;
	margin: 0;
}
.case-bottom .content ul li{
	display: block;
	margin: 0 2%;
	width: 29.3%;
	float: left;
	background: #ffffff;
}
.case-bottom .content ul li dt{
	width: 100%;
}
.case-bottom .content ul li dt img{
	width: 100%;
}
.asid_share{position:fixed;width:.84rem;bottom:15%;right:0;z-index:890;}
*html #asid_share{position:absolute;top:expression(documentElement.scrollTop + "px");margin:300px 0 0 0;}
.asid_share .asid_share_box{width:100%;margin-bottom:3px;background: url(../images/f-topbg.svg) no-repeat center .15rem rgba(76,76,76,0.9); background-size: .25rem; text-align:center; display: none;}
.asid_share .asid_share_box a{display:block; color: #ffffff; font-family: "微软雅黑"; font-size: .14rem; height:.84rem; padding-top:.45rem;}
.asid_share .asid_share_box a:hover{text-decoration:none;}
.asid_share .asid_share_box1{width:100%;margin-bottom:3px; background: url(../images/ad.svg) no-repeat center .15rem rgba(76,76,76,0.9); background-size: .32rem; text-align:center;}
.asid_share .asid_share_box1 a{display:block; color: #ffffff; font-family: "微软雅黑"; font-size: .14rem; height:.84rem; padding-top:.48rem;}
.asid_share .asid_share_box1 a:hover{text-decoration:none;}
.asid_share .asid_share_box2{width:100%;margin-bottom:3px; background: url(../images/tel.png) no-repeat center .12rem rgba(76,76,76,0.9); background-size: .28rem; text-align:center;}
.asid_share .asid_share_box2 a{display:block; color: #ffffff; font-family: "微软雅黑"; font-size: .14rem; height:.84rem; padding-top:.48rem;}
.asid_share .asid_share_box2 a:hover{text-decoration:none;}
.asid_share .asid_share_box3{width:100%;margin-bottom:3px; background: url(../images/qq.png) no-repeat center .15rem rgba(76,76,76,0.9); background-size: .29rem; text-align:center;}
.asid_share .asid_share_box3 a{display:block; color: #ffffff; font-family: "微软雅黑"; font-size: .14rem; height:.84rem; padding-top:.48rem;}
.asid_share .asid_share_box3 a:hover{text-decoration:none;}
.asid_share .asid_share_box4{width:100%;margin-bottom:3px; background: url(../images/ad01.svg) no-repeat center .15rem rgba(76,76,76,0.9); background-size: .36rem; text-align:center;}
.asid_share .asid_share_box4 a{display:block; color: #ffffff; font-family: "微软雅黑"; font-size: .14rem; height:.84rem; padding-top:.48rem;}
.asid_share .asid_share_box4 a:hover{text-decoration:none;}
.asid_share_triangle1{
	display: block; 
	position: absolute;
	width: 3.19rem;
	height: 1.17rem;
	background: #ca0000;
	right: .84rem;
	top: 0;
	display: none;
}
.asid_share_triangle1{
	display: block; 
	position: absolute;
	width: 3.19rem;
	height: 1.17rem;
	background: #ca0000;
	right: .84rem;
	top: 0;
	display: none;
}
.triangle1{
	display: none; 
	position: absolute;
	width: 1.15rem;
	height: .63rem;
	background: #e4d8cc;
	right: .84rem;
	top: .68rem;
}
.qrcode_msg{
	line-height: 22px;
	padding: .1rem 0;
}
.weixin_close {
    background: #a58667;
    display: inline-block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    text-decoration: none;
}
.weixin_close:hover{
	color: #ffffff;
	text-decoration: none;
}

.asid_share_triangle1 h2{
	width: .48rem;
	height: .48rem;
	float: left;
	margin: .3rem 0 0 .3rem;
}
.asid_share_triangle1 h2 img{
	width: 100%;
	display: block;
}
.asid_share_triangle1 h3{
	float: left;
	position: absolute;
	margin-left: .9rem;
	text-align: left;
	font-size: .3rem;
	color: #ffffff;
	margin-top: .3rem;
	font-family: arial;
}
.asid_share_triangle1 h3 a{
	margin: 0!important;;
	font-size: .3rem!important;
	color: #ffffff!important;
	padding-top: 0!important;
}
.asid_share_triangle1 h3 span{
	font-size: .12rem;
	display: block;
	padding-bottom: .05rem;
}
.asid_share .asid_share_box1:hover .asid_share_triangle1{
	display:block;
}
.asid_share .asid_share_box2:hover .asid_share_triangle1{
	display:block;
}
.asid_share .asid_share_box1:hover{
	background: url(../images/ad.svg) no-repeat center .15rem #ca0000; background-size: .32rem;
}
.asid_share .asid_share_box2:hover{
	background: url(../images/tel.png) no-repeat center .12rem #ca0000; background-size: .28rem;
}
.asid_share .asid_share_box3:hover{
	background: url(../images/qq.png) no-repeat center .15rem #ca0000; background-size: .29rem;
}
.asid_share .asid_share_box4:hover{
	background: url(../images/ad01.svg) no-repeat center .15rem #ca0000; background-size: .36rem;
}
.asid_wechat{
	top: .67rem;
	display: block;
  position: absolute;
  width: auto;
  height:auto;
  background: #ca0000;
  right: .84rem;
  display: none;
  padding: 0;
  margin: 0;
}
.asid_wechat label{
	display: block;
	padding: .1rem;
	margin: 0;
}
.asid_wechat img{
	display: block;
	overflow: hidden;
	width: 150px;
}
.asid_qq{
	top: 1.75rem;
	display: block;
  position: absolute;
  background: #ca0000;
  right: .84rem;
  display: none;
  padding: 0;
  margin: 0;
  height: .83rem;
  line-height: .83rem;
}
.asid_qq h2,.asid_qq h3{
	margin-top: .23rem;
}
.asid_qq h2 img{
	width: .35rem;
}
.asid_tel{
	top: .87rem;
	display: block;
  position: absolute;
  background: #ca0000;
  right: .84rem;
  display: none;
  padding: 0;
  margin: 0;
}
.bottom{
	position: relative;
	width:100%;
	overflow:hidden;
	background: #fff;
	float:left;
}
.case-bottom .content ul li dd{
	width: 100%;
	padding:0 0 5% 0;
	margin: 0;
}
.case-bottom .content ul li dd h3{
	width: 90%;
	font-size: .26rem;
	padding: 25px 0;
	color: #333333;
	margin: 0 5%;
	border-bottom: 1px solid #eeeeee;
	background: url(../images/cl.svg) no-repeat center right;
}
.case-bottom .content ul li dd h3 a{
	color: #333333;
}
.case-bottom .content ul li dd p{
	width: 90%;
	font-size: .16rem;
	color: #666666;
	margin: 0 5%;
	line-height: 33px;
	margin-top: 3%;
}
.case-bottom .content ul li dd p em{
	margin-right:10px;
}
.case-bottom .content ul li dd p span{
	margin-right:10px;
	width: 2px;
	height: 15px;
	background: #D20000;
	float: left;
	margin-top: .1rem;
}

.foot{
	position: relative;
	width:100%;
	top:15%;
	float:left;
	background: url(../images/lc-bg.jpg) no-repeat center top;
  background-size: auto 100%;
	height: 4.6rem;
}
.foot h1{
	width:100%;
	text-align:center;
	top:0;
	font-size:.4rem;
	color:#333333;
	font-weight: normal;
	margin: 0;
	margin-top: 1rem;
}
.foot div{
	width:100%;
	font-size:14px;
	float:left;
	margin-top:.55rem;
	text-align: center;
}
.foot div ul{
	width:84%;
	font-size:14px;
	margin-bottom: 0;
	display: inline-block;
}
.foot div ul li{
	width:33.333%;
	font-size:14px;
	float:left;
	padding: 0 10px;
}
.foot div ul li span select{
	width:100%;
	height:.7rem;
	border:1px solid #ffffff;
	line-height:.7rem;
	padding:0 20px;
	font-size:.16rem;
	float:left;
	-webkit-transition: all 1s ease-out;
  	-moz-transition: all 1s ease-out;
  	-o-transition: all 1s ease-out;
  	transition: all 1s ease-out;
  	box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.foot div ul li span .am-selected{
	margin-top: 0;
}
.foot div ul li span .am-selected .am-btn{
	padding: 0;
	font-size: .16rem;
	height: .7rem;
  border: 1px solid #ffffff;
  line-height: .7rem;
  background: #ffffff;
  padding: 0 20px;
}
.am-dropdown.am-active .am-btn-default.am-dropdown-toggle {
    background-image: none;
    background-color: #ffffff!important;
}
.am-btn-default.am-active, .am-btn-default:active, .am-btn-default:focus, .am-btn-default:hover, .am-dropdown.am-active .am-btn-default.am-dropdown-toggle {
    color: #444;
    border-color: #ffffff!important;
}
.foot div ul li span .am-selected .am-btn span{
	font-size: .16rem;
	height: .68rem;
}
.am-btn:active:focus, .am-btn:focus{
	outline: 0px auto -webkit-focus-ring-color!important;
}
.am-btn:active{
	-webkit-box-shadow:inherit!important;
 	box-shadow:inherit!important;
}
.foot div ul li span .am-selected-content{
	margin-top: .1rem;
}
.foot div ul.am-selected-list{
	width: 100%;
}
.foot div ul.am-selected-list li{
	width: 100%;
	cursor: pointer;
	text-align: left;
  padding: 5px 10px;
}
.am-selected-hint{
	display: none;
}
.am-icon-caret-down{
	background:url(../images/down_1.svg) no-repeat center;
	background-size: .12rem;
	width:10px;
}
.am-active .am-icon-caret-down{
	background:url(../images/down_2.svg) no-repeat center;
	background-size: .12rem;
	width:10px;
}
.am-icon-caret-down:before{
	    content: ""!important;
}
.am-icon-check{
	display: none!important;
}
.foot div ul li span input{
	width:100%;
	height:.7rem;
	border:1px solid #ffffff;
	line-height:.7rem;
	padding:0 20px;
	font-size:.16rem;
	float:left;
	-webkit-transition: all 1s ease-out;
  	-moz-transition: all 1s ease-out;
  	-o-transition: all 1s ease-out;
  	transition: all 1s ease-out;
}
.foot h3{
	width:100%;
	text-align:center;
	display: block;
	font-size:.35rem;
	color:#333333;
	float: left;
	margin-top: .37rem;
}
.foot h3 a{
	width:.74rem;
	display:inline-block;
	height:.74rem;
	border-radius:50%;
	border:1px solid #ffffff;
	text-align:center;
	/*background:url(../images/arrow01.png) no-repeat center center;*/
	text-decoration: none;
}
.foot h3 a span{
	display: block;
	border-radius: 50%;
	background: #ffffff;
	width: 80%;
	height: 81%;
	margin: 10%;
	font-size: .15rem;
	color: #333333;
	font-family: "微软雅黑";
	line-height: .57rem;
	text-decoration: none;
}
.foot h3 a:hover{
	text-decoration: none;
	border: 1px solid #d20000;
	transition: all 0.5s ease 0s;
}
.foot h3 a:hover span{
	text-decoration: none;
	background: #d20000;
	transition: all 0.5s ease 0s;
	color: #ffffff;
}
.foot-1{
	width:100%;
	padding-top:.7rem;
	float:left;
	background: #ffffff;
	padding-bottom: .8rem;
}
.foot-1 div{
	margin-left: -.24rem;
	font-size:.16rem;
	float:left;
	color: #666666;
}
.foot-1 div ul{
	width:100%;
	margin:0 auto;
	text-align: center;
	font-size:.16rem;
	display: inline-block;
}
.foot-1 div ul li{
	font-size:14px;
	display: inline-block;
	margin:0 1.3rem;
	text-align: left;
}
.foot-1 div ul li span{
	width:100%;
	font-size:.16rem;
	float:left;
	line-height:24px;
	margin:0 10%;
	margin-top:.3rem;
}
.foot-1 div ul li em{
	border-top:2px solid #333333;
	height:1px;
	margin-left:10%;
	margin-bottom:0px;
	display:block;
	width:100px;
}
.foot-1 div ul li span label{
	font-size:24px;
	line-height:8px;
	font-family:Arial, Helvetica, sans-serif;
	margin: 0;
	margin-top:15px;
}
.foot-2{
	width:100%;
	float: left;
	background: #f5f5f5;
	height: 1.3rem;
}
	
.foot-2 div{
	width:90%;
	margin: 0 1.3rem;
	font-size:.14rem;
	float:left;
	margin-top:.35rem;
}
.foot-2 div ul{
	width:100%;
	margin:0 0%;
	font-size:.14rem;
	float:left;
}
.foot-2 div ul li{
	width:90%;
	font-size:.14rem;
	float:left;
	margin:0 0;
}
.foot-2 div ul li span{
	width:100%;
	font-size:.15rem;
	float:left;
	color:#666666;
	line-height:32px;
	margin:0 0;
	margin-top:0;
}
.foot-2 div ul li span a{
	color:#333;
}
 @media screen and (min-width: 1930px) {
.header .container {
    max-width: 83%;
    padding: 0;
}
.team-title{
	padding-left: .85rem;
}
.team-title h3 span{
	margin-right: .15rem;
}
.data-list ul li{
	margin-right: 2.31rem;
}
.about-m ul{
	width: 95%;
	margin:0 2.5%;
	margin-bottom: 1rem;
}
.case a{
	height: 3.4rem;
}
.case-bg{
	background-size: 100% auto!important;
}
.foot{
	background-size: 100% auto;
}
.case-content1{
	padding-bottom: 8rem;
}
.monitor{
	height: 12rem;
}
}
 @media screen and (max-width: 1920px) {
.header .container {
    max-width: inherit;
    padding: 0 4%;
}
}
 @media screen and (max-width: 1680px) {
.about-service-n ul li dd.as-01{
	margin-top:2.38rem;
}
.about-service-n ul li dd.as-02{
	margin-top:2.43rem;
}
.about-service-n ul li dd.as-03{
	margin-top:1.0rem;
}
.about-service-n ul li dd.as-05{
	margin-top:.58rem;
}
.about-service-n ul li dd.as-06{
	margin-top:2.18rem;
}
.about-service-n ul li dd.as-07{
	margin-top:2.44rem;
}
}
 @media screen and (max-width: 1600px) {
.about-service-n ul li dd.as-01{
	margin-top:2.45rem;
}
.about-service-n ul li dd.as-02{
	margin-top:2.35rem;
}
.about-service-n ul li dd.as-03{
	margin-top:.9rem;
}
.about-service-n ul li dd.as-05{
	margin-top:.58rem;
}
.about-service-n ul li dd.as-06{
	margin-top:2.08rem;
}
.about-service-n ul li dd.as-07{
	margin-top:2.52rem;
}
}
 @media screen and (max-width: 1440px) {
.about-service-n ul li dd.as-01{
	margin-top:2.82rem;
}
.about-service-n ul li dd.as-02{
	margin-top:2.4rem;
}
.about-service-n ul li dd.as-03{
	margin-top:.84rem;
}
.about-service-n ul li dd.as-05{
	margin-top:.44rem;
}
.about-service-n ul li dd.as-06{
	margin-top:1.95rem;
}
.about-service-n ul li dd.as-07{
	margin-top:2.8rem;
}
}
 @media screen and (max-width: 1366px) {
.about-service-n ul li dd.as-01{
	margin-top:2.98rem;
}
.about-service-n ul li dd.as-02{
	margin-top:2.38rem;
}
.about-service-n ul li dd.as-03{
	margin-top:.80rem;
}
.about-service-n ul li dd.as-05{
	margin-top:.45rem;
}
.about-service-n ul li dd.as-06{
	margin-top:1.88rem;
}
.about-service-n ul li dd.as-07{
	margin-top:2.92rem;
}
}
 @media screen and (max-width: 1280px) {
.about-service-n ul li dd.as-01{
	margin-top:3.15rem;
}
.about-service-n ul li dd.as-02{
	margin-top:2.38rem;
}
.about-service-n ul li dd.as-03{
	margin-top:.73rem;
}
.about-service-n ul li dd.as-05{
	margin-top:.38rem;
}
.about-service-n ul li dd.as-06{
	margin-top:1.72rem;
}
.about-service-n ul li dd.as-07{
	margin-top:3rem;
}
}
 @media screen and (max-width: 1200px) {
	 .header .navbar_nav li a{
		 padding:0 40px;
	 }
	.news-r-list ul li dd{
		width:78%;
	}
	.newslist{
		min-height: 2.5rem;
	}
 }
 @media screen and (max-width: 1152px) {
.about-service-n ul li dd.as-01{
	margin-top:3.38rem;
}
.about-service-n ul li dd.as-02{
	margin-top:2.28rem;
}
.about-service-n ul li dd.as-03{
	margin-top:.66rem;
}
.about-service-n ul li dd.as-05{
	margin-top:.33rem;
}
.about-service-n ul li dd.as-06{
	margin-top:1.52rem;
}
.about-service-n ul li dd.as-07{
	margin-top:3.1rem;
}
}
@media screen and (max-width: 1024px) {
	 .header .navbar_nav li a{
		 padding:0 35px;
	}
	.header .left .img1,.header.on .left a img{
		height: .43rem;
    		margin-top:.16rem;
	}
	.tel span,.header.on .tel span{
		width: .22rem;
		height: .23rem;
		background-size: 100%;
	}
	.tel,.header.on .tel{
		margin-top: .28rem;
	}
	.header .navbar_nav li a,.header.on .navbar_nav li a{
		font-size: 15px;
	}
	.foot-1 div ul li{
		   margin: 0 1rem;
	}
	.foot-2 div {
    margin: 0 1rem;
    margin-top: .35rem;
	}
	.foot-2 div ul li span{
		line-height: .4rem;
	}
	.newslist ul li dd p{
		line-height: .33rem;
		height: .68rem;
	}
	.newslist ul li{
		min-height: 2.2rem;
	}
	.ul-list ul li{
		font-size: .22rem;
	}
	.data-list ul li{
		margin-right: 7%;
	}
	.about-m ul li dt img{
		width: 55%;
	}
	.about-m ul li dd {
    		display: inline-block;
    		margin: .5rem 0 0 0rem;
    		vertical-align: middle;
	}
	.asid_share{position:fixed;width:1.04rem;bottom:15%;right:0;z-index:890;}
.asid_share .asid_share_box a{display:block; color: #ffffff; font-family: "微软雅黑"; font-size: 12px; height:1.04rem; padding-top:.55rem;}
.asid_share .asid_share_box1 a{display:block; color: #ffffff; font-family: "微软雅黑"; font-size: 12px; height:1.04rem; padding-top:.58rem;}
.asid_share .asid_share_box2 a{display:block; color: #ffffff; font-family: "微软雅黑"; font-size: 12px; height:1.04rem; padding-top:.58rem;}
.asid_share .asid_share_box3 a{display:block; color: #ffffff; font-family: "微软雅黑"; font-size: 12px; height:1.04rem; padding-top:.58rem;}
.asid_share .asid_share_box4 a{display:block; color: #ffffff; font-family: "微软雅黑"; font-size: 12px; height:1.04rem; padding-top:.58rem;}

.asid_share .asid_share_box1{width:100%;margin-bottom:3px; background: url(../images/ad.svg) no-repeat center .15rem rgba(76,76,76,0.9); background-size: .42rem; text-align:center;}

.asid_share .asid_share_box2{width:100%;margin-bottom:3px; background: url(../images/tel.png) no-repeat center .18rem rgba(76,76,76,0.9); background-size: .34rem; text-align:center;}

.asid_share .asid_share_box3{width:100%;margin-bottom:3px; background: url(../images/qq.png) no-repeat center .18rem rgba(76,76,76,0.9); background-size: .39rem; text-align:center;}

.asid_share .asid_share_box4{width:100%;margin-bottom:3px; background: url(../images/ad01.svg) no-repeat center .18rem rgba(76,76,76,0.9); background-size: .46rem; text-align:center;}

.asid_share .asid_share_box1:hover{
	background: url(../images/ad.svg) no-repeat center .15rem #ca0000; background-size: .42rem;
}
.asid_share .asid_share_box2:hover{
	background: url(../images/tel.png) no-repeat center .18rem #ca0000; background-size: .34rem;
}
.asid_share .asid_share_box3:hover{
	background: url(../images/qq.png) no-repeat center .18rem #ca0000; background-size: .39rem;
}
.asid_share .asid_share_box4:hover{
	background: url(../images/ad01.svg) no-repeat center .18rem #ca0000; background-size: .46rem;
}
.asid_tel {
    top: 1.09rem;
    right: 1.04rem;
    height: 1.32rem;
}
.asid_wechat{
	top: .9rem;
	right: 1.04rem;
}
.asid_wechat img {
    display: block;
    overflow: hidden;
    width: 100px;
}
.asid_qq {
    top: 2.17rem;
    display: block;
    position: absolute;
    background: #ca0000;
    right: 1.04rem;
    display: none;
    padding: 0;
    margin: 0;
    height: 1.04rem;
}
.asid_qq h2, .asid_qq h3 {
    margin-top: .35rem;
}
 }
 @media screen and (max-width: 992px) {
.tel{
	display:none;
}
.site-map dl dd a {
    font-size: .18rem;
    color: #333;
    float: left;
    width: 45%;
    line-height: .4rem;
    margin: 0;
    padding: 0;
}
.site-map dl.con dd a {
    font-size: .18rem;
    color: #333;
    float: left;
    width: 33.33%;
    line-height: .4rem;
    margin: 0;
    padding: 0;
}
.header .left a img,.header.on .left a img{
	height:27px;
	margin-top:13px;
}
.header {
	padding: 0 10px;
	height:55px;
}
.header #navToggle {
	height: 100%;
	padding: 9px 15px;
	margin-right: -15px;
	display: inline-block;
	float: right;
}
.header #navToggle span {
	position: relative;
	width: 25px;
	height: 1px;
	margin-top: 19px;
}
.header #navToggle span:before,  .header #navToggle span:after {
	content: '';
	position: relative;
	width: 100%;
	height: 1px;
	left: 0;
}
.header #navToggle span,  .header #navToggle span:before,  .header #navToggle span:after {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	display: block;
	background: #4f4f4f;
}
.header #navToggle span:before {
	top: 8px;
}
.header #navToggle span:after {
	bottom: 10px;
}
.header #navToggle.open span:before {
	top: 10px;
	-webkit-transform: translateY(-11px) rotate(-45deg);
	-moz-transform: translateY(-11px) rotate(-45deg);
	-ms-transform: translateY(-11px) rotate(-45deg);
	-o-transform: translateY(-11px) rotate(-45deg);
	transform: translateY(-11px) rotate(-45deg);
}
.header #navToggle.open span:after {
	bottom: 12px;
	-webkit-transform: translateY(10px) rotate(45deg);
	-moz-transform: translateY(10px) rotate(45deg);
	-ms-transform: translateY(10px) rotate(45deg);
	-o-transform: translateY(10px) rotate(45deg);
	transform: translateY(10px) rotate(45deg);
}
.header #navToggle.open span {
	background: none;
}
.header #navToggle.open span:before,  .header #navToggle.open span:after {
	background: #4f4f4f;
}
.header .nav {
	display: none;
}
.banner img {
	height: 600px;
	object-fit: cover;
}
.case a{
	width: 50%;
	height: 4.1rem;
}

.overlay .service .cont{
	width:60%;
}
.overlay .service{
	width:100%;
	height:auto;
	padding-bottom:7%;
}
.overlay .service .cont dl dt{
	width:100%;
	float:left;
	margin-top:45px;
}
.overlay .service .cont dl dt h1{
	width:70px;
	height:70px;
	float:left;
}
.overlay .service.bg .cont dl dt h1{
	width:70px;
	height:70px;
	float:left;
}
.overlay .service .cont dl dt h1 span img{
	margin:12px 0 0 0;
}
.overlay .service .cont dl dt h2,.overlay .service.bg .cont dl dt h2{
	width:50%;
	float:left;
	margin-top:8px;
	position:relative;
	margin-left:17%;
	text-align:left;
}
.overlay .service .cont dl dt h1 span,.overlay .service.bg .cont dl dt h1 span{
		 line-height:70px;
}
.overlay .service .cont dl dt h1 span.icon-PC,.overlay .service .cont dl dt h1 span.icon-dianshang,.overlay .service .cont dl dt h1 span.icon-shouji{
		  font-size:2.4rem;
}
.overlay .service .cont dl dt h1 span.icon-weixin{
		font-size:2.1rem;
}
.data-list ul li {
    margin-right: 0;
    width: 50%;
}
.data-list ul {
    margin-top: .5rem;
}
.team-list {
    margin-top: .6rem;
}
.team-title h3{
	font-size: 1.1rem;
}
.case-d{
	width: 88%;
}
.case-d dl dd{
	margin-left: 4.2rem;
}
.case-bg {
    width: 100%;
    height: 7.22rem;
}
.case-content1{
	margin-top: .1rem;
	padding-bottom: 3rem;
}
.monitor{
	top: 2.7rem;
	height: 7.5rem;
}
.monitor-c {
    margin: .23rem;
}
.colorlist dl dt span,.colorlist dl dt em{
    width: 2rem;
    height: 2rem;
    margin-left: 0;
}
.colorlist dl dt em{
	left: 1rem;
}
.case-color .content{
	text-align: justify;
	margin: 0 10%;
}
.video-compose{
	padding-top: 1rem;
}

.foot div ul li h1{
	background:none;
}
.foot h1,.foot div ul,.foot-1 div ul{
	width: 90%;
    margin: 0 5%;
}
.foot h1{
	margin-top: .8rem;
}
.foot div ul li{
	padding: 0;
}
.foot{
	height: 6.7rem;
}
.overlay .service .cont dl dd{
	display:none;
}
.overlay .service .cont dl dt h2:after{
	content: "";
    width: 40px;
    height: 2px;
    position: absolute;
    bottom: -25px;
    left: 0%;
    transition: all 0.5s ease 0s;
}
.overlay .service.bg .cont dl dt h2:after{
		background: #ffffff;
}
.overlay .service .cont dl dt h2:after{
		background: #666666;
}
.index_main .section3{
	height:auto!important;
	width: 100%;
}

.foot div ul li{
	width:100%;
	margin-bottom:20px;
}
.foot div ul li h1,.foot div ul li span{
	width:100%;
	margin:0;
}
.foot div ul li span{
	margin-top:10px;
}
.foot-1 div ul li{
	width:100%;
	margin: 0;
	margin-bottom:20px;
}
.foot-1 div{
	margin-left: 0;
	width: 100%;
}
.foot-1 div ul li em{
	margin-left:0;
}
.foot-1 div ul li span{
	width:100%;
	margin:0;
	margin-top: 15px;
}
.foot-2 div {
    margin: 0 5%;
    margin-top: .35rem;
}
.foot-2 div ul li span{
	margin-top:0;
	line-height: .3rem;
}
.foot-2 div ul li{
	width:100%;
	margin:0;
	padding-bottom:20px;
}
.foot-1 h1 a{
	width:55px;
	height:55px;
}
.newslist dl{
	padding: 0;
}
.newslist dl dt{
	margin: 0;
	width: 100%;
}
.newslist dl dd{
	width: 100%;
	margin: 0;
	margin-top: 15px;
	height: auto;
	padding-bottom: 20px;
}
.newslist dl dd span,.newslist dl dt span{
	height: 24px;
	line-height: 24px;
}
.newslist dl dd h3,.newslist ul li dd h2,.newslist ul li dt span{
	font-size: 14px;
}
.newslist dl dd h3,.newslist dl dd p{
	width: 90%;
}
.newslist dl dd p,.newslist ul li dd p{
	font-size: 12px;
}
.newslist dl dd img{
	height: auto;
}
.newslist ul li{
	width: 100%;
	margin: 0;
	margin-top: 15px;
}
.newslist ul li{
	min-height: inherit;
	padding-bottom: 15px;
}
.newslist ul li dt h1{
	font-size: 30px;
}
.page{
	font-size: 14px;
}
.page a{
	margin-top:15px!important;
}
.about-service-n ul li dd.as-01{
	margin-top:2.58rem;
}
.about-service-n ul li dd.as-02{
	margin-top:1.22rem;
}
.about-service-n ul li dd.as-03{
	margin-top:.40rem;
}
.about-service-n ul li dd.as-05{
	margin-top:.10rem;
}
.about-service-n ul li dd.as-06{
	margin-top:.72rem;
}
.about-service-n ul li dd.as-07{
	margin-top:1.75rem;
}
.contact-l {
    width: 90%;
    float: left;
    margin-left: 5%;
}
.contact-r {
    width: 90%;
    float: right;
    margin-right: 5%;
    margin-top: 5%;
}
.detail-page ul{
	width: 100%;
}
.detail-m {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
}
.team-list ul{
	display: flex;
}
.team-list{
	overflow: hidden;
}
.team-title{
	z-index: 8888;
	padding-left: 1.2rem;
}
.team-title:before{
	bottom: 0.9rem;
}
.sitemap{padding-top:103px;}
	.sitemap-n ul li a{width:44%;}
	.sitemap-n ul li.map1,.sitemap-n ul li.map2{width:100%;}
	.sitemap-n ul li.map1 a,.sitemap-n ul li.map2 a{width:50%; margin-right:0;}

}
 @media screen and (max-width: 640px) {
.clinlink{display:none}    
.tel{
	display:none;
}
.header .left a img,.header.on .left a img{
	height:27px;
	margin-top:13px;
}
.header {
	padding: 0 10px;
	height: .85rem;
}
.header .left .img1, .header.on .left a img {
    height: .63rem;
    margin-top: .2rem;
}
.header #navToggle {
	height: 100%;
	padding: 9px 15px;
	margin-right: -15px;
	display: inline-block;
	float: right;
	font-size: 14px;
}
.team-list ul{
	display: flex;
}
.team-list{
	overflow: hidden;
}
.team-title{
	z-index: 8888;
}
.team-title:before {
    content: "";
    width: .65rem;
    height: 2px;
    background: #ce0000;
    position: absolute;
    bottom: .85rem;
    left: 0;
    transition: all 0.5s ease 0s;
}
.header #navToggle span {
	position: relative;
	width: 25px;
	height: 1px;
	margin-top: .24rem;
}
.header #navToggle span:before,  .header #navToggle span:after {
	content: '';
	position: relative;
	width: 100%;
	height: 1px;
	left: 0;
}
.header #navToggle span,  .header #navToggle span:before,  .header #navToggle span:after {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	display: block;
	background: #4f4f4f;
}
.header #navToggle span:before {
	top: 8px;
}
.header #navToggle span:after {
	bottom: 10px;
}
.header #navToggle.open span:before {
	top: 10px;
	-webkit-transform: translateY(-11px) rotate(-45deg);
	-moz-transform: translateY(-11px) rotate(-45deg);
	-ms-transform: translateY(-11px) rotate(-45deg);
	-o-transform: translateY(-11px) rotate(-45deg);
	transform: translateY(-11px) rotate(-45deg);
}
.header #navToggle.open span:after {
	bottom: 12px;
	-webkit-transform: translateY(10px) rotate(45deg);
	-moz-transform: translateY(10px) rotate(45deg);
	-ms-transform: translateY(10px) rotate(45deg);
	-o-transform: translateY(10px) rotate(45deg);
	transform: translateY(10px) rotate(45deg);
}
.header #navToggle.open span {
	background: none;
}
.header #navToggle.open span:before,  .header #navToggle.open span:after {
	background: #4f4f4f;
}
.header .nav {
	display: none;
}
.case a {
    width: 100%;
    height: 5.3rem;
}
.banner img {
	height: 600px;
	object-fit: cover;
}
.overlay .service .cont{
	width:60%;
}
.overlay .service{
	width:100%;
	height:auto;
	padding-bottom:5%;
}
.overlay .service .cont dl dt{
	width:100%;
	float:left;
	margin-top:25px;
}
.overlay .service:hover .cont dl dd ul{
	opacity: 1;
	-webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
.overlay .service:hover .cont dl dt{
  -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
.overlay .service .cont dl dt h1{
	width:70px;
	height:70px;
	float:left;
}
.overlay .service.bg .cont dl dt h1{
	width:70px;
	height:70px;
	float:left;
}
.overlay .service .cont dl dt h1 span img{
	margin:12px 0 0 0;
}
.overlay .service .cont dl dt h2,.overlay .service.bg .cont dl dt h2{
	width:50%;
	float:left;
	margin-top:8px;
	position:relative;
	margin-left:17%;
	text-align:left;
}
.overlay .service .cont dl dt h1 span,.overlay .service.bg .cont dl dt h1 span{
		 line-height:70px;
}
.overlay .service .cont dl dt h1 span.icon-PC,.overlay .service .cont dl dt h1 span.icon-dianshang,.overlay .service .cont dl dt h1 span.icon-shouji{
		  font-size:2.4rem;
}
.overlay .service .cont dl dt h1 span.icon-weixin{
		font-size:2.1rem;
}
.overlay .service .cont dl dt h2,.overlay .service.bg .cont dl dt h2{
	font-size: 24px;
}
.overlay .service .cont dl dd{
	display:none;
}
.overlay .service .cont dl dt h2:after{
	content: "";
    width: 40px;
    height: 2px;
    position: absolute;
    bottom: -25px;
    left: 0%;
    transition: all 0.5s ease 0s;
}
.overlay .service.bg .cont dl dt h2:after{
		background: #ffffff;
}
.overlay .service .cont dl dt h2:after{
		background: #666666;
}
.index_main .section3{
	height:auto!important;
	width: 100%;
}
.about-n .a-content1,.about-n .a-content2{
	width: 100%;
}
.about-n .a-content2{
	margin-top: 15px;
	font-size: 14px;
	line-height: 24px;
}
.about-n{
	margin-top: .3rem;
	font-size: 14px;
	line-height: 24px;
}
.about-service-n ul li dd.as-01{
	margin-top:0;
}
.about-service-n ul li dd.as-02{
	margin-top:0;
}
.about-service-n ul li dd.as-03{
	margin-top:0;
}
.about-service-n ul li dd.as-05{
	margin-top:0;
}
.about-service-n ul li dd.as-06{
	margin-top:0;
}
.about-service-n ul li dd.as-07{
	margin-top:0;
}
.about-service-n ul li{
	width: 33.33%;
}
.about-service-m{
	position: relative;
	    bottom: 0;
}
.about-service{
	height: auto;
}
.detail{
	margin-bottom: 15px;
}
.news-d {
    width: 100%;
    float: left;
    margin-top: .5rem;
    margin-bottom: .5rem;
}
.detail,.qyzx{
	width: 100%;
}
.link ul li{
	width: 48%;
}
.case-bottom .content {
    display: block;
    width: 90%;
    margin: 0 5%;
    margin-top: .35rem;
}
.case-bottom .content ul li{
	width: 100%;
	margin: 0;
	margin-bottom: 20px;
}
.case-bottom .content ul li dd p span{
	margin-top: .17rem;
	height: 13px;
}
.case-color1 .title{
	width: 90%;
	margin: 0 5%;
}
.case-content2{
	width: 90%;
	padding: .25rem;
	margin-bottom: 1rem;
}
.case-color .content {
    text-align: justify;
    margin: 0 5%;
    font-size: 13px;
    line-height: .38rem;
}
.case-d {
    margin: 0 auto;
    margin-top: 1.5rem;
    overflow: hidden;
}
.colorlist dl dt span, .colorlist dl dt em {
    width: 1rem;
    height: 1rem;
    margin-left: 0;
}
.case-bg {
    width: 100%;
    height: 5rem;
}	
.monitor-c {
    margin: .14rem;
}
.case-d dl dt{
	width: 100%;
	position: relative;
}
.case-d dl dd {
    margin-left: 0rem;
    margin-top: .4rem;
}
.case-d dl dd p{
	font-size: 13px;
	line-height: 24px;
	margin-left: 0;
}
.item img {
    height: 100%;
}
.header.on{
	height: .85rem;
}
.case-d dl dd h3{
	display: none;
}
.case-color1 .content {
    margin: 0 5%;
    font-size: 13px;
    line-height: .38rem;
    text-align: justify;
}
.case-bottom .content ul li dd p em{
	font-size: 13px;
}
.reservation-list {
    width: 90%;
    float: right;
    height: 3.15rem;
}
.data-list ul li {
    margin-right: 0;
    width: 100%;
}
.data-list ul li dd span {
    float: left;
    margin: .32rem 0 0 10px;
}
.asid_share{position:fixed;width:1.34rem;bottom:15%;right:0;z-index:890;}
.asid_share .asid_share_box a{display:block; color: #ffffff; font-family: "微软雅黑"; font-size: 12px; height:1.34rem; padding-top:.75rem;}
.asid_share .asid_share_box1 a{display:block; color: #ffffff; font-family: "微软雅黑"; font-size: 12px; height:1.34rem; padding-top:.78rem;}
.asid_share .asid_share_box2 a{display:block; color: #ffffff; font-family: "微软雅黑"; font-size: 12px; height:1.34rem; padding-top:.78rem;}
.asid_share .asid_share_box3 a{display:block; color: #ffffff; font-family: "微软雅黑"; font-size: 12px; height:1.34rem; padding-top:.78rem;}
.asid_share .asid_share_box4 a{display:block; color: #ffffff; font-family: "微软雅黑"; font-size: 12px; height:1.34rem; padding-top:.78rem;}

.asid_share .asid_share_box1{width:100%;margin-bottom:3px; background: url(../images/ad.svg) no-repeat center .18rem rgba(76,76,76,0.9); background-size: .52rem; text-align:center;}

.asid_share .asid_share_box2{width:100%;margin-bottom:3px; background: url(../images/tel.png) no-repeat center .22rem rgba(76,76,76,0.9); background-size: .42rem; text-align:center;}

.asid_share .asid_share_box3{width:100%;margin-bottom:3px; background: url(../images/qq.png) no-repeat center .18rem rgba(76,76,76,0.9); background-size: .49rem; text-align:center;}

.asid_share .asid_share_box4{width:100%;margin-bottom:3px; background: url(../images/ad01.svg) no-repeat center .22rem rgba(76,76,76,0.9); background-size: .56rem; text-align:center;}

.asid_share .asid_share_box1:hover{
	background: url(../images/ad.svg) no-repeat center .18rem #ca0000; background-size: .52rem;
}
.asid_share .asid_share_box2:hover{
	background: url(../images/tel.png) no-repeat center .22rem #ca0000; background-size: .42rem;
}
.asid_share .asid_share_box3:hover{
	background: url(../images/qq.png) no-repeat center .18rem #ca0000; background-size: .49rem;
}
.asid_share .asid_share_box4:hover{
	background: url(../images/ad01.svg) no-repeat center .22rem #ca0000; background-size: .56rem;
}
.asid_tel {
    top: 1.41rem;
    right: 1.34rem;
    height: 1.32rem;
}
.asid_wechat{
	top: .9rem;
	right: 1.34rem;
}
.asid_wechat img {
    display: block;
    overflow: hidden;
    width: 100px;
}
.asid_qq {
    top: 2.78rem;
    display: block;
    position: absolute;
    background: #ca0000;
    right: 1.34rem;
    display: none;
    padding: 0;
    margin: 0;
    height: 1.35rem;
}
.asid_qq h2, .asid_qq h3 {
    margin-top: .5rem;
}
.asid_share{position:fixed;width:1.34rem;bottom:15%;right:0;z-index:890;}
.asid_share .asid_share_box a{display:block; color: #ffffff; font-family: "微软雅黑"; font-size: 12px; height:1.34rem; padding-top:.75rem;}
.asid_share .asid_share_box1 a{display:block; color: #ffffff; font-family: "微软雅黑"; font-size: 12px; height:1.34rem; padding-top:.78rem;}
.asid_share .asid_share_box2 a{display:block; color: #ffffff; font-family: "微软雅黑"; font-size: 12px; height:1.34rem; padding-top:.78rem;}
.asid_share .asid_share_box3 a{display:block; color: #ffffff; font-family: "微软雅黑"; font-size: 12px; height:1.34rem; padding-top:.78rem;}
.asid_share .asid_share_box4 a{display:block; color: #ffffff; font-family: "微软雅黑"; font-size: 12px; height:1.34rem; padding-top:.78rem;}

.asid_share .asid_share_box1{width:100%;margin-bottom:3px; background: url(../images/ad.svg) no-repeat center .18rem rgba(76,76,76,0.9); background-size: .52rem; text-align:center;}

.asid_share .asid_share_box2{width:100%;margin-bottom:3px; background: url(../images/tel.png) no-repeat center .22rem rgba(76,76,76,0.9); background-size: .42rem; text-align:center;}

.asid_share .asid_share_box3{width:100%;margin-bottom:3px; background: url(../images/qq.png) no-repeat center .18rem rgba(76,76,76,0.9); background-size: .49rem; text-align:center;}

.asid_share .asid_share_box4{width:100%;margin-bottom:3px; background: url(../images/ad01.svg) no-repeat center .22rem rgba(76,76,76,0.9); background-size: .56rem; text-align:center;}

.asid_share .asid_share_box1:hover{
	background: url(../images/ad.svg) no-repeat center .18rem #ca0000; background-size: .52rem;
}
.asid_share .asid_share_box2:hover{
	background: url(../images/tel.png) no-repeat center .22rem #ca0000; background-size: .42rem;
}
.asid_share .asid_share_box3:hover{
	background: url(../images/qq.png) no-repeat center .18rem #ca0000; background-size: .49rem;
}
.asid_share .asid_share_box4:hover{
	background: url(../images/ad01.svg) no-repeat center .22rem #ca0000; background-size: .56rem;
}
.asid_tel {
    top: 1.41rem;
    right: 1.34rem;
    height: 1.32rem;
}
.asid_wechat{
	top: .9rem;
	right: 1.34rem;
}
.asid_wechat img {
    display: block;
    overflow: hidden;
    width: 100px;
}
.asid_qq {
    top: 2.78rem;
    display: block;
    position: absolute;
    background: #ca0000;
    right: 1.34rem;
    display: none;
    padding: 0;
    margin: 0;
    height: 1.35rem;
}
.asid_qq h2, .asid_qq h3 {
    margin-top: .5rem;
}
.foot div ul li{
	width:100%;
	margin-bottom:20px;
}
.foot div ul li h1,.foot div ul li span{
	width:100%;
	margin:0;
}
.foot h3 a{
	width:.86rem;
	height:.86rem;
}
.foot h3 a span{
	line-height: .67rem;
}
.foot div ul li span{
	margin-top:10px;
}
.foot-1 div ul li{
	width:100%;
	margin-bottom:20px;
}
.foot-1 div ul li em{
	margin-left:0;
}
.foot-1 div ul li span{
	width:100%;
	margin:0;
	margin-top: 15px;
}
.foot-2 div ul li span{
	margin-top:0;
}
.foot-2 div ul li{
	width:100%;
	margin:0;
	padding-bottom:20px;
}
.foot-1 h1 a{
	width:55px;
	height:55px;
}
.foot div ul li span .am-selected .am-btn span{
	margin: 0;
}
.ul-list ul{
	font-size: 14px;
	margin-top: 1.1rem;
    margin-bottom: .4rem;
}
.ul-list ul li{
	font-size: 12px;
	margin-bottom: 8px;
	height: 28px;
	line-height: 28px;
}
.newslist dl{
	padding: 0;
}
.newslist dl dt{
	margin: 0;
	width: 100%;
}
.newslist dl dd{
	width: 100%;
	margin: 0;
	margin-top: 15px;
	height: auto;
	padding-bottom: 20px;
}
.newslist dl dd span,.newslist dl dt span{
	height: 24px;
	line-height: 24px;
}
.newslist dl dt span,.newslist dl dt h3,.newslist dl dt a{
	left: .4rem;
}
.newslist dl dd h3,.newslist ul li dd h2,.newslist ul li dt span{
	font-size: 14px;
}
.newslist ul li dd h2{
	font-size: 16px;
	height: .33rem;
}
.newslist ul li dt{
	min-height: 98px;
}
.newslist dl dd p,.newslist ul li dd p{
	font-size: 12px;
}
.newslist dl dd img{
	height: auto;
}
.newslist ul li{
	width: 100%;
	margin: 0;
	margin-top: 15px;
}
.newslist ul li{
	min-height: inherit;
	padding-bottom: 15px;
}
.newslist ul li dt h1{
	font-size: 30px;
}
.page{
	font-size: 14px;
}
.page a{
	margin-top:15px!important;
}
.ul-list{
	width: 90%;
	overflow: hidden;
}
.ul-list ul{
	overflow-x: auto;
	display:list-item;
}
.ul-list ul li{
	width: 32.28%;
}
.sitemap{padding-top:70px;}
	.sitemap-n ul li a{width:44%;}
	.sitemap-n ul li.map1,.sitemap-n ul li.map2{width:100%;}
	.sitemap-n ul li.map1 a,.sitemap-n ul li.map2 a{width:100%;}

}

 @media screen and (max-width: 320px) {
.overlay .service .cont {
    width: 70%;
}
.overlay .service .cont dl dt {
    width: 100%;
    float: left;
    margin-top: 34px;
}
.newslist ul li dd h2 {
    font-size: 16px;
    height: .39rem;
}
.newslist ul li dt {
    min-height: 60px;
}
.newslist ul li dd p {
    line-height: .36rem;
    height: .68rem;
}
}
