@charset "utf-8";
* {
	margin: 0;
	padding: 0;
	list-style: none;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

code,
kbd,
pre,
samp {
	font-family: courier new, courier, monospace;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

legend {
	color: #000;
}

fieldset,
img {
	border: 0;
}

button,
input,
select,
textarea {
	font-size: 100%;
}

a {
	text-decoration: none;
}

address,
cite,
dfn,
em,
var {
	font-style: normal;
}

ul,
ol {
	list-style: none;
}

small {
	font-size: 12px;
}

.clearfix {
	clear: both;
}

.header_bg {
	width: 100%;
	height: 150px;
	background-color: #e1e7e7;
}

.header_bg .header {
	width: 1200px;
	height: 60px;
	margin: 0 auto;
	padding: 38px 0;
}

.header_bg .header .logo {
	float: left;
	width: auto;
	/* height: 60px; */
}

.header_bg .header .logo a {
	display: block;
	width: 100%;
	height: 100%;
}

.header_bg .header .logo a img {
	    display: block;
    width: auto;
    height: 59px;
    margin-top: 9px;
}

.header_bg .header .nav {
	width: auto;
	float: left;
	/* margin-left: 260px; */
    /* margin-top: -18px; */
	margin-left: 150px;
	margin-top: 8px;
}

.header_bg .header .nav a {
	display: block;
	float: left;
	line-height: 30px;
	font-size: 18px;
	font-weight: bold;
	color: #a0afa8;
	margin-left: 40px;
}

.header_bg .header .header_icon {
	float: right;
	height: 24px;
	margin: 3px 0;
}

.header_bg .header .header_icon .header_public {
	width: 24px;
	height: 24px;
	float: left;
	border: none;
	outline: none;
}

.header_bg .header .header_icon .search {
	background: url(../images/search.png);
}

@keyframes myfirst{
	100% {opacity: 1; right:0px; top:0px;}
}

.search_mask {
	width: 100%;
	height: 100%;
	position: fixed;
	top: -100%;
	right: -100%;
	background-color: #e1e7e7;
	opacity: 0;
	z-index: 999;
	-webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.search_bg {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

.searchOff {
	width: 24px;
	height: 24px;
	background: url(../images/off.png);
	float: right;
	margin-top: 60px;
}

.search_search {
	width: 420px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.search_search form {
	width: 420px;
	height: 54px;
	margin: 0 auto;
	background-color: #67756c;
	border-radius: 27px;
}

.search_search form input[type="text"] {
	width: 342px;
	height: 54px;
	border: none;
	float: left;
	background: none;
	padding-left: 24px;
	outline: none;
	color: #fff;
	font-size: 18px;
	line-height: 54px;
}

.search_search form input::-webkit-input-placeholder {
	color: #fff;
	line-height: 54px;
}

.search_search form input:-moz-placeholder {
	color: #fff;
	line-height: 54px;
}

.search_search form input::-moz-placeholder  {
	color: #fff;
	line-height: 54px;
}

.search_search form input:-ms-input-placeholder  {
	color: #fff;
	line-height: 54px;
}

.search_search form input[type="submit"] {
	width: 54px;
	height: 54px;
	border: none;
	font-size: 0;
	background: url(../images/search-search.png);
	background-repeat: no-repeat;
	background-position: center center;
	outline: none;
}

.search_hot {
	width: auto;
	display: table;
	margin: 0 auto;
	height: auto;
	margin-top: 20px;
}

.search_hot p {
	font-size: 18px;
	font-weight: bold;
	color: #a0afa8;
	float: left;
}

.search_hot a {
	font-size: 18px;
	font-weight: bold;
	color: #a0afa8;
	margin: 0 5px 0 0;
}

.header_message {
	float: left;
	width: 32px;
	height: 24px;
	margin-left: 30px;
}

.header_message a {
	display: block;
	width: 100%;
	height: 100%;
}

.header_message img {
	display: block;
	width: 100%;
	height: 100%;
}

.header_nav {
	width: 27px !important;
	background: url(../images/nav.png);
	margin-left: 40px;
}

.nav_mask {
	width: 100%;
	height: 100%;
	position: fixed;
	top: -100%;
	right: -100%;
	background-color: #e1e7e7;
	opacity: 0;
	z-index: 998;
}

.nav_bg {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

.navOff {
	width: 24px;
	height: 24px;
	background: url(../images/off.png);
	float: right;
	margin-top: 60px;
}

.nav_bg ul {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.nav_bg ul li {
	width: 100%;
	height: 46px;
	line-height: 46px;
	color: #a0afa8;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}

.nav_bg ul li a {
	color: #a0afa8;
}

.banner_bg {
	position: relative;
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: none;
	touch-action: none;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
	zoom: 1;
}

.slick-track:before, .slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

.slick-slide img {
	display: block;
	width: 100%;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-prev, .slick-next {
	position: absolute;
	display: none;
	height: 40px;
    width: 40px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    color: transparent; 
    bottom: 60px;
    margin-top: -10px;
    padding: 0;
    border: none;
    outline: none;
    z-index: 99;
}

.slick-prev:focus, .slick-next:focus {
	outline: none;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
	
}

.slick-prev {
	left: 60px;
	background: url(../images/banner_left.png);
}

.slick-next {
	left: 120px;
	background: url(../images/banner_right.png);
}

.slick-dots {
	/*position: absolute; */
    top: 50%;
    right: 60px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0px;
    /*width: 20px;*/
    transform: translate(-50%, 0);
}

.slick-dots li { 
    position: relative;
    display: inline-block; 
    height: 20px;
    width:20px;
    margin: 30px 0 0;
    border: 4px solid #fff;
    border-radius: 10px;
    box-sizing: border-box;
    vertical-align: middle;
    padding: 0px; 
    cursor: pointer;
    opacity: 0.5;
    box-sizing: border-box;
}

.slick-dots li:nth-child(1) {
	margin: 0;
}

.slick-dots li button { 
    border: 0;
    background: transparent; 
    display: block; 
    outline: none;
    line-height: 0;
    font-size: 0;
    color: transparent;
    padding: 5px;
    cursor: pointer;
    outline: none;
}

.slick-dots li.slick-active {
	width: 20px;
	height: 20px;
	border-radius: 12px;
	border: 4px solid #fff;
	background: none;
	box-sizing: border-box;
	opacity: 1;
}

.banner_dots {
	width: auto;
	height: auto;
	position: absolute;
	bottom: 60px;
	left: 50%;
	transform: translate(-50%, 0);
}

.banner_dots div span {
	display: block;
	float: left;
	font-weight: bold;
	margin-left: 18px;
	line-height: 1;
	color: #a0afa8;
}

.banner_dots div span:nth-child(1) {
	margin-left: 0;
}

.product_categories_bg {
	width: 100%;
	height: auto;
	margin: 60px auto 0;
}

.product_categories {
	width: 1014px;
	height: auto;
	margin: 0 auto;
}

.product_categories_title {
	width: 100%;
	height: auto;
}

.product_categories_title h1 {
	font-size: 36px;
	font-weight: bold;
	color: #666;
	text-align: center;
	line-height: 1;
}

.product_categories_title p {
	font-size: 14px;
	color: #666;
	text-align: center;
	line-height: 1;
	margin: 10px auto 0;
}

.product_categories_title hr {
	width: 60px;
	height: 2px;
	margin: 10px auto 0;
	background: #a0afa8;
	border: none;
}

.product_categories ul {
	width: 840px;
	height: 98px;
	padding: 0 87px;
	margin: 40px auto 0;
	border-radius: 49px;
	background-color: #d4d4d4;
}

.product_categories ul li {
	width: 120px;
	height: auto;
	float: left;
	margin: 18.5px 45px;
}

.product_categories_li_title {
	width: 194px;
	margin: 0 auto;
	height: 40px;
	line-height: 40px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 26px;
	color: #666;
}

.product_categories_li_title a {
	display: block;
	width: 100%;
	height: 100%;
	color: #666;
}

.product_categories_li_el {
	width: 100px;
	height: 21px;
	margin: 0 auto;
	text-align: center;
	line-height: 21px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	color: #666;
}

.product_categories_li_title a:hover {
	color: #a0afa8;
}

.about_bg {
	width: 100%;
	height: auto;
	margin: 60px auto 0;
}

.about {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.about_left {
	float: left;
	width: 600px;
	height: auto;
	margin: 97px 0 57px;
}

.about_left hr {
	float: left;
	width: 1px;
	height: 336px;
	background-color: #000;
	float: left;
	border: none;
}

.about_title {
	width: 350px;
	height: auto;line-height: 1;
	margin: 30px 0 0 40px;
	font-size: 24px;
	color: #000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.about_content {
	width: 350px;
	height: auto;
	margin: 30px 0 0 40px;
	font-size: 14px;
	line-height: 24px;
	color: #666 !important;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
}

.about_content a {
	color: #666 !important;
}

.about_content p {
	color: #666 !important;
}

.about_content span {
	color: #666 !important;
}

.about_content p {
	color: #666 !important;
}

.about_more {
	width: 168px;
	height: 47px;
	border-radius: 24.5px;
	line-height: 49px;
	text-align: center;
	border: 1px solid #a0afa8;
	margin: 30px 0 0 40px;
	-webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.about_more a {
	display: block;
	width: 170px;
	height: 49px;
	color: #a0afa8;
	-webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.about_more:hover {
	background-color: #a0afa8;
	border: none;
}

.about_more:hover a {
	color: #fff;
}

.about_right {
	width: 600px;
	height: 450px;
	float: right;
	margin: 40px 0 0;
}

.about_right img {
	display: block;
	width: 100%;
	height: 450px;
	object-fit: cover;
}

.product_bg {
	width: 100%;
	height: auto;
	margin: 60px auto 0;
}

.product {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.product ul {
	display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    margin: 20px 0 0;
}

.product ul li {
	width: 380px;
	height: auto;
	margin: 20px 0 0;
}

.product_pic {
	width: 380px;
	height: 285px;
}

.product_pic img {
	display: block;
	width: 380px;
	height: 285px;
	object-fit: cover;
}

.product_content {
	width: 380px;
	height: 119px;
	background: #fff;
	overflow: hidden;
}

.product_info {
	width: 360px;
	padding: 16px 10px;
	background: #fff;
	-webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    position: absolute;
}

.product_title {
	width: 360px;
	text-align: center;
	margin: 0 auto;
	line-height: 24px;
	font-size: 16px;
	color: #191919;
	overflow: hidden;
	text-overflow: ellipsis;
	word-spacing: normal;
}

.product_title a {
	color: #191919;
}

.product_con {
	width: 360px;
	line-height: 21px;
	font-size: 14px;
	color: #191919;
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 0 auto;
}

.product_more {
	width: 98px;
	height: 32px;
	background-color: #a0afa8;
	border-radius: 6px;
	text-align: center;
	line-height: 32px;
	margin: 10px auto 0;
	font-size: 14px;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    opacity: 0;
}

.product_more a {
	color: #fff;
}

.product ul li:hover .product_info {
	margin-top: -50px;
}

.product ul li:hover .product_more {
	opacity: 1;
}

.html_more {
	text-align: center;
	line-height: 1;
	margin-top: 24px;
	font-size: 16px;
	color: #666666;
}

.html_more a {
	color: #666;
	-webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.html_more a:hover {
	color: #a0afa8;
}

.news_bg {
	width: 100%;
	height: 624px;
	margin: 60px auto 0;
	position: relative;
}

.news_img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 624px;
	z-index: -1;
}

.news_img img {
	width: 100%;
	height: 624px;
	object-fit: cover;
}

.news_ym {
	width: 100%;
	height: 624px;
	margin: 0 auto;
	background-color: rgba(255,255,255,0.9);
}

.news {
	width: 1200px;
	height: 500px;
	padding: 60px 0;
	margin: 0 auto;
}

.news_xw {
	width: 1200px;
	height: 395px;
	margin: 40px auto 0;
	position: relative;
}

.news_news {
	width: 1200px;
	height: 395px;
	overflow: hidden;
}

.news_xw ul {
	width: 1200px;
	overflow: hidden;
}

.news_xw ul li {
	width: 230px;
	padding: 30px;
	height: 335px;
	background-color: #fff;
	float: left;
	margin-right: 10px;
	-webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.news_te {
	line-height: 21px;
	font-size: 14px;
	color: #666;
	-webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.news_title {
	margin-top: 20px;
	line-height: 28px;
	font-size: 20px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.news_title a {
	color: #666;
	-webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.news_time {
	margin-top: 20px;
	line-height: 21px;
	font-size: 14px;
	color: #666;
	-webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.news_xw ul li hr {
	width: 230px;
	height: 1px;
	background-color: #666;
	margin-top: 20px;
	border: none;
	-webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.news_content {
	width: 230px;
	margin-top: 20px;
	line-height: 21px;
	font-size: 14px;
	color: #666;
	word-break: break-all;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	-webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    height: 84px;
}

.news_more {
	width: 100px;
	height: 40px;
	background-color: #ececec;
	margin-top: 60px;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	-webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.news_more a {
	color: #666;
	-webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.news_xw ul li:hover {
	background-color: #a0afa8;
}

.news_xw ul li:hover .news_te {
	color: #fff;
}

.news_xw ul li:hover .news_title {
	color: #fff;
}

.news_xw ul li:hover .news_title a {
	color: #fff;
}

.news_xw ul li:hover .news_time {
	color: #fff;
}

.news_xw ul li:hover hr {
	background-color: #fff;
}

.news_xw ul li:hover .news_content {
	color: #fff;
}

.news_xw ul li:hover .news_more {
	background-color: #fff;
}

.news_xw ul li:hover .news_more a {
	color: #a0afa8;
}

.news_btn {
	position: absolute;
	top: 186.5px;
	width: 13px;
	height: 22px;
}

.news_btn_left {
	background: url(../images/news_btn_left.png);
	left: -33px;
}

.news_btn_right {
	right: -33px;
	background: url(../images/news_btn_right.png);
}

.fu_banner {
	width: 100%;
	height: 597px;
	margin: 60px auto 0;
}

.fu_banner img {
	display: block;
	width: 100%;
	height: 597px;
	object-fit: cover;
}

.case_bg {
	width: 100%;
	height: auto;
	margin: 60px auto 0;
}

.case {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.case ul {
	margin: 40px auto 0;
}

.case ul li {
	width: 300px;
	float: left;
	position: relative;
	overflow: hidden;
}

.case ul li:nth-child(1) {
	height: 510px;
}

.case ul li:nth-child(2) {
	height: 255px;
}

.case ul li:nth-child(3) {
	height: 255px;
}

.case ul li:nth-child(4) {
	height: 510px;
	float: right;
}

.case ul li:nth-child(5) {
	width: 600px;
	height: 255px;
}

.case ul li img {
	display: block;
	width: 300px;
	object-fit: cover;
}

.case ul li:nth-child(1) img {
	height: 510px;
}

.case ul li:nth-child(2) img {
	height: 255px;
}

.case ul li:nth-child(3) img{
	height: 255px;
}

.case ul li:nth-child(4) img{
	height: 510px;
}

.case ul li:nth-child(5) img{
	width: 600px;
	height: 255px;
}

.case_title {
	width: 100%;
	height: 100%;
	position: absolute;
	top: -100%;
	left: 0;
	background: rgba(0,0,0,0);
	text-align: center;
	-webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.case ul li:nth-child(1) .case_title {
	left: -100%;
    top: 0;
}

.case ul li:nth-child(2) .case_title {
	left: 0;
}

.case ul li:nth-child(3) .case_title {
	left: 0;
}

.case ul li:nth-child(4) .case_title {
	right: -100%;
    left: 100%;
    top: 0;
}

.case ul li:nth-child(5) .case_title {
	left: 0;
	bottom: -100%;
	top: 100%;
}

.case_title a {
	display: block;
	width: 90%;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #fff;
}

.case ul li:nth-child(1) .case_title a {
	line-height: 510px;
}

.case ul li:nth-child(2) .case_title a {
	line-height: 255px;
}

.case ul li:nth-child(3) .case_title a {
	line-height: 255px;
}

.case ul li:nth-child(4) .case_title a {
	line-height: 510px;
}

.case ul li:nth-child(5) .case_title a {
	line-height: 255px;
}

.case ul li:hover .case_title {
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
}

.footer_bg {
	width: 100%;
	height: auto;
	margin: 60px auto 0;
	background-color: #f5f5f5;
}

.footer {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	padding: 20px 0;
}

.footer_p {
	font-size: 14px;
	color: #666;
	line-height: 30px;
	text-align: center;
}

.footer_p a {
	color: #666;
}

.footer_p span {
	color: #ff0000;
}

.footer_p a:hover {
	color: #a0afa8;
}

.inside_banner {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.inside_banner img {
	display: block;
	width: 100%;
	height: auto;
}

.inside_currentl_bg {
	width: 100%;
	height: 40px;
	background: #f7f7f7;
	box-shadow: 0px 2px 4px rgba(203, 203, 203, 0.52);
	-webkit-box-shadow: 0px 2px 11px rgba(203, 203, 203, 0.52);
	-moz-box-shadow: 0px 2px 4px rgba(203, 203, 203, 0.52);
	margin-bottom: 30px;
}

.inside_currentl {
	width: 1200px;
	height: 40px;
	margin: 0 auto;
}

.inside_currentl_left {
	float: left;
	line-height: 40px;
	color: #999;
	font-size: 12px;
}

.inside_currentl_left:before {
	font-family: 'FontAwesome';
	content: "\f015";
	font-size: 16px;
	color: #a0afa8;
	margin-right: 5px;
}

.inside_currentl_left a {
	color: #999;
}

.inside_currentl_right {
	float: right;
	width: 240px;
	height: 20px;
	margin-top: 10px;
	border-radius: 15px;
	border: 1px solid #999999;
}

.inside_currentl_right form {
	width: 100%;
	height: 20px;
}

.inside_currentl_right form input[type="text"] {
	width: 180px;
	height: 20px;
	background: none;
	border: none;
	float: left;
	padding-left: 20px;
	font-size: 12px;
	color: #999;
	outline: none;
}

.inside_currentl_search_icon {
	width: 20px;
	height: 20px;
	background: none;
	border: none;
	line-height: 20px;
	outline: none;
}

.inside_currentl_search_icon:before {
	font-family: 'FontAwesome';
	content: "\f002";
	font-size: 16px;
	color: #a0afa8;
	margin-right: 5px;
}

.inside_content_bg {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.inside_content {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}

.inside_content_left {
	width: 227px;
	float: left;
}

.inside_content_left h4 {
	margin-top: 20px;
	display: block;
	font-weight: normal;
	color: #fff;
	font-size: 16px;
	background: #a0afa8;
	text-indent: 36px;
	line-height: 40px;
	height: 40px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.inside_content_left div {
	background: #eee;
	padding-bottom: 25px;
}

.inside_content_left ul {
	padding: 0 10px;
	border-bottom: 2px solid #a0afa8;
}

.inside_content_left ul li {
	line-height: 40px;
	font-size: 14px;
	padding-left: 25px;
	border-bottom: 1px dotted #ccc;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.inside_content_left ul li a {
	color: #666;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.inside_content_left ul li a:hover {
	color: #a0afa8;
}

.inside_content_right {
	float: right;
	width: 923px;
}

.inside_content_location {
	margin-top: 10px;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}

.inside_content_location h4 {
	text-align: center;
	width: auto;
	float: left;
	font-weight: bold;
	line-height: 40px;
	font-size: 18px;
	border-bottom: 3px solid #a0afa8;
	color: #333
}

.inside_content_aboutMain {
	width: 100%;
	height: auto;
}

.inside_content_info {
	padding: 20px;
	font-size: 16px;
	color: #333;
	line-height: 26px;
}

.inside_intro {
	margin-top: 10px;
	padding: 10px;
	background: #fafafa;
	line-height: 26px;
	font-size: 14px;
}

.inside_c4_list_time{
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 20px;
	margin: 15px 0;
}

.inside_c4_list_timel{
	height: 70px;
	background: #a0afa8;
	border-radius: 4px;	
	width: 80px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	margin-right: 14px;
}

.inside_c4_list_timel > h1{
	font-size: 30px;
	color: #fff;
}

.inside_c4_list_timel > h2{
	height: 1px;
	background: #fff;
	margin-top: 5px;
	margin-bottom: 2px;
}

.inside_c4_list_timel >span{
	font-size: 12px;
	color: #fff;
	
}

.inside_c4_con{
	display: inline-block;
	width: 740px;
	padding: 0 10px;
	height: 70px;
}

.inside_c4_con > a {
	display: block;
}

.inside_c4_con >a>h3 {
	font-size: 18px;
	color: #333;
	margin-bottom: 6px;font-weight: normal;
}

.inside_c4_con >a>div {
	font-size: 12px;
	color: #666;
	line-height: 20px;
}

.inside_c4_list_timel:hover div.inside_c4_con {
	background: #eee;
}

.inside_c4_img {
	overflow: hidden;
	border-bottom: 1px solid #e5e5e5;
	margin: 15px 0;
}
.inside_c4_img >span{
	width: 160px;
	height: 120px;
	text-align: center;
	display: table-cell;
	float: left;
	margin-right: 20px;
}
.inside_c4_img >span >a{
	display: block;
}
.inside_c4_img >span >a>img{
	max-width: 160px;
	max-height: 120px;
	display: inline-block;
	margin: 0 auto;
	vertical-align: middle;
}
.c4_img_cont{
	float: left;
	width: 740px;
}
.inside_c4_img_cont > h3{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: pre;font-weight: normal;
}
.inside_c4_img_cont > h3 >a{
	font-size: 18px;
	color: #333;
	display: block;
	margin-bottom: 6px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: pre;
}
.inside_c4_img_cont > h3 >a:hover{
	color: #a0afa8;
}

.inside_icon_time,.inside_icon_eye {
	display: inline-block;
	font-size: 12px;
	color: #999;
}

.inside_icon_time {
	background: url(../images/time.png)no-repeat  center left;
	padding-left: 22px;
	line-height: 14px;
	margin-right: 20px;
}

.inside_icon_eye {
	background: url(../images/eye.png)no-repeat  center left;
	padding-left: 25px;
	line-height: 14px;
}

.inside_c4_neirong{
	font-size: 14px;
	color: #666;
	line-height: 24px;
	margin-top: 5px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.inside_c4_neirong >a {
	display: block;
	color: #333;
}

.inside_c4_neirong:hover >a {
	color: #a0afa8;
}

.page {
	margin-top: 20px;
}

.pagination {
	height: 40px;
	padding: 20px 10px;
}

.pagination li {
	padding: 0;
	line-height: none;
	height: auto;
	border-bottom: 0;
	background: none;
	float: left;
	margin: 0 !important;
	border-radius: 0 !important;
}

.pagination a {
	display: block;
	float: left;
	margin-right: 10px;
	padding: 2px 12px;
	height: 24px !important;
	border: 1px #cccccc solid;
	background: #fff;
	text-decoration: none;
	color: #808080;
	font-size: 12px;
	line-height: 24px;
	border-radius: 6px;
	width: 30PX !important;
	text-align: center;
}

.pagination .disabled a,
.pagination .ellipsis a {
	border: 1px solid #ddd;
	color: #ddd;
	cursor: not-allowed;
	width: 30px;
	height: 30px;
	text-align: center;
}

.pagination .disabled a:hover,
.pagination .ellipsis a:hover {
	border: 1px solid #ddd;
	color: #ddd
}

.pagination a:hover {
	color: #a0afa8;
	border: 1px #a0afa8 solid;
}

.pagination a.cur {
	border: none;
	background: #df1600;
	color: #fff;
}

.pagination p {
	float: left;
	padding: 2px 12px;
	font-size: 12px;
	height: 24px;
	line-height: 24px;
	color: #bbb;
	border: 1px #ccc solid;
	background: #fcfcfc;
	margin-right: 8px;
}

.pagination p.paginationRemark {
	border-style: none;
	background: none;
	margin-right: 0px;
	padding: 4px 0px;
	color: #666;
}

.pagination p.paginationRemark b {
	color: red;
}

.pagination p.paginationEllipsis {
	border-style: none;
	background: none;
	padding: 4px 0px;
	color: #808080;
}

.pagination .active a {
	background: #a0afa8;
	color: #fff
}

.c3_pro_detail h2.c4_title_info{
	font-size: 18px;
	color: #333;
	text-align: center;
	line-height: 50px;
	margin-bottom: 5px;
}

.c3_pro_detail .c4_flzdf{
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	text-align: center;
}
.c3_pro_detail .c4_flzdf > ul >li{
	line-height: 26px;
	text-align: center;
	font-weight: normal;
	color: #808080;
	display: inline-block;
	height: 26px;
	overflow: hidden;
	font-size: 12px;
	padding: 10px 0;
	margin: 0 5px;
}

.c4_four_related .c4_related_xgcp{
	margin-top: 20px;
}
.c4_four_related .c4_related_xgcp >h3{
	border-bottom: 2px solid #a0afa8;
	font-size: 16px;
	padding-bottom: 5px;
	color: #333;
}
.c4_four_related .c4_related_xgcp >ul.xiangguanchanpin{
	display: flex;
	display: -webkit-flex;
	justify-content: space-around;
}
.c4_four_related .c4_related_xgcp >ul >li.c4_xgcp{
	text-align: center;
	margin-top: 20px;
}
.c4_four_related .c4_related_xgcp >ul >li.c4_xgcp > div{
	max-width: 180px;
	max-height: 135px;
	margin: 0 8px;
}
.c4_four_related .c4_related_xgcp >ul >li.c4_xgcp > div > a>img{
	width: 100%;
}
.c4_four_related .c4_related_xgcp >ul >li.c4_xgcp >h3>a{
	font-size: 12px;
	color: #333;    display: block;
	width: 180px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: pre;
}
.c4_four_related .c4_related_xgcp > ul >li.c4_xgcp >h3>a:hover{
	color: #a0afa8;
	text-decoration: underline;
}
.c4_four_related .c4_related_xgcp > ul.xiangguanxinwen{
	display: flex;display: -webkit-flex;
	flex-wrap:wrap;justify-content: space-between;
}
.c4_four_related .c4_related_xgcp > ul.xiangguanxinwen:after {content: "";width: 26%; }
.c4_four_related .c4_related_xgcp > ul >li.c4_xgxw{
	margin-top: 15px;
	width: 26%;
}
.c4_four_related .c4_related_xgcp >ul >li.c4_xgxw >a{
	font-size: 12px;
	color: #666;
	border-bottom: 1px dashed #eee;
	padding-bottom: 8px;
	display: block;
	padding-left: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: pre;
}
.c4_four_related .c4_related_xgcp >ul >li.c4_xgxw >a:hover{
	color: #a0afa8;
	text-decoration: underline;
}

.c3_shangxia{
	overflow: hidden;
}
.c3_shangxia > p.shangyipian{
	float: left;
}
.c3_shangxia >p.xiayipian{
	float: right;
}
.c3_shangxia >p.xiayipian a {
	color: #000;
}

.c3_shangxia > p.shangyipian:hover >a{
	color: #a0afa8;
	text-decoration: underline;
}
.c3_shangxia > p.xiayipian:hover >a{
	color: #a0afa8;
	text-decoration: underline;
}
.c3_shangxia{
	color: #999;
	font-size: 12px;
	line-height: 20px;
	margin: 20px 0;
}

.c3_page-tag {
	height: auto;
	line-height: 30px;
	color: #999;
	border-top: 1px dashed #eee;
	border-bottom: 1px dashed #eee;
	margin: 15px 0;
}

.c3_page-tag a {
	color: #999;
}

.inside_product ul {
	overflow: hidden;
	padding-top: 20px;
}

.inside_product ul li {
	float: left;
	margin: 10px 12px;
}

.inside_product ul li a {
	display: block;
	padding: 1px;
	background: #eee;
	font-size: 14px;
	color: #333;
	width: 280px;
	height: 240px;
}
.inside_product ul li a > div{
	
}
.inside_product ul li a > div>img{
	width: 280px;
	height: 210px;    object-fit: cover;
}
.inside_product ul li a:hover {
	color: #fff;
	background: #a0afa8;
}

.inside_product ul li a p {
	text-align: center;
	line-height: 24px;
}

.c3_p_box{
	width: 400px;
	height: 300px;
	display: inline-block;
	margin-right: 60px;
	line-height: 300px;
}
.c3_p_box >img{
	    display: block;
	max-width: 400px;
	max-height: 300px;
}
.c3_p_xq{
	width: 325px;
	display: inline-block;
	text-align: center;
}
.c3_p_xq > h1{
	font-size: 18px;
	color: #333;
    text-align: center;
    line-height: 50px;
    margin-bottom: 5px;
}
.c3_p_xq > h2{
	height: 1px;
	background: #cccccc;
    
}
.c3_p_xq  >ul > li{
	font-size: 14px;
	color: #666;
	line-height: 30px;
	border-bottom: 1px dashed #eee;
	padding-top: 15px;
	text-align: center;
	padding-bottom: 2px;
}
.c3_p_xq  >ul > li >a{
	font-size: 14px;
	color: #666;
	line-height: 30px;
}
.c3_p_xq  >ul > li:nth-last-child(1){
	border: none;
}
.c3_p_xq  >ul >a{
	display: inline-block;
    width: 112px;
    height: 40px;
    background: #a0afa8;
    color: #fff;
    line-height: 40px;
    text-align: center;
    margin-top: 32px;
}

.detail_excerpt{
	background:#e8e8e8 ;  ;
	font-size: 12px;
	color: #333;
	padding: 10px 20px;
	line-height: 20px;
    margin: 10px 0 30px 0;
}
.detail_excerpt1{
	border: 1px solid #e5e5e5;
	font-size: 12px;
	color: #333;
	padding: 10px 20px;
	line-height: 20px;
    margin: 30px 0;
    background: #ececec;
}

.c3_shangxia > p.shangyipian a {
	color: #000;
}

.message{
	width: 555px;
	height: auto;
	overflow: hidden;
	margin: 40px auto 0;
}
.message div{
	margin:5px 0;
	width: auto;
	height: auto;
	overflow: hidden;
	font-family: "微软雅黑";
}
.message div input[type="text"]{
	width: 550px;
	height: 45px;
	background: #f1f1f1;
	padding-left: 15px;
	line-height: 45px;
	font-size: 14px;
	color: #666;
	font-family: "微软雅黑";
	border: none;
}
.message div textarea{
	width: 550px;
	height: 200px;
	line-height: 40px;
	font-size: 14px;
	color: #666;
	font-family: "微软雅黑";
	line-height: 45px;
	background: #f1f1f1;
	border: none;
	padding-left: 15px;
}
.message div input[type="submit"]{
	width: 555px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background: #a0afa8;
	color: #fff;
	cursor: pointer;
	border: none;
}
.ts_code{
	width: 370px !important;
	float: left;
}
.message div img{
	height: 45px;
	float: right;
}

.newsli ul li {
	border-bottom: 1px dashed #ccc;
}

.newsli ul li  {
	font-weight: normal;
	display: block;
	
	text-indent: 10px;
	margin: 5px 0;
}

.newsli ul li  a {
	color: #4d4d4d;line-height: 30px;
	font-size: 14px;
	display: block;
	width: 85%;overflow: hidden;text-overflow: ellipsis;
	white-space: pre;
}

.newsli ul li a:hover {
	color: #a0afa8;
}

@font-face {
	font-family: 'FontAwesome';
	src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
	src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal;
}