body {
	background: white;
}
a:focus, a:hover {
    color: #333;
}
.clearfix {
	clear: both;
}
.clearfix:after, .clearfix:before {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* 上一页.下一页 */
.prevNext_page{ margin:10px auto 0; text-align:center; }
.prevNext_page a{ padding:5px 8px; border:1px solid #efefef; border-radius:3px; background:#fafafa; color:#666; margin-right:8px; }
.prevNext_page a.current{ color:#fff; background:#009688; border:1px solid #009688; }
.prevNext_page a:hover{ color:#fff; background:#009688; border:1px solid #009688; }
.prevNext_page a.hui{ color:#ccc; }
.prevNext_page a.hui:hover{ color:#ccc; background:#fafafa; border:1px solid #efefef;}
.prevNext_page font{ color:#999999; font-size:13px; font-style:italic; }
.prevNext_page font em{ margin:0 3px; }
/*头部样式*/
.navbar{
	margin-bottom: 0;
	border-radius: 0;
	background-size: contain;
	padding: 40px 0;
	border: 0;
}
.navbar .navbar-nav .active {
	color: #333333; /*basic color*/
	font-weight: bold;
}
.navbar .navbar-nav li>a:hover{
	color: #333333; /*basic color*/
}
.navbar-brand {
	padding: 0;
}
.navbar .logo{
	display: block;
	margin-right: 20px;
}
.navbar .logo .logo_img{
	max-width: 200px;
	height: 50px;
}
.nav_opone {
	margin: 5px 15px 0;
}
.nav_opone_img {
    display: inline-block;
    background: url(../img/phone_icon.png) no-repeat;
    background-size: 100% 100%;
    width: 40px;
    height: 40px;
    vertical-align: middle;
}
.nav_opone a {
	display: inline-block;
}
.nav_opone a span {
    color: #333333; /*basic color*/
    vertical-align: middle;
    font-size: 20px;
}
.navbar-default .navbar-nav {

}
.navbar-nav>li {
	float: left;
	width: 110px;
	padding: 0 5px;
	text-align: center;

}
.navbar-default .navbar-nav>li>a{
	margin: 5px 0;
	padding: 0;
	line-height: 40px;
	font-size: 16px;
	color: #656464;
	transition: all .3s;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #ffedee;
}
.navbar-toggle {
    padding: 7px 7px;
	border: 0;
}
.navbar-toggle .icon-bar {
    width: 30px;
    height: 4px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #333333; /*basic color*/
}

/*banner*/
.carousel .ellipse {
	position: absolute;
	width: 370px;
	height: 150px;
	background: #FFFFFF;
	border-radius: 50%;
	bottom: -105px;
	left: 0;
	right: 0;
	margin-left: auto;
  	margin-right: auto;
}
.carousel-inner img {
	margin: auto;
}
/*首页-关于我们*/
.dian {
	margin-top: 10px;
}
.dian .xiao_dian {
	width: 5px;
	height: 5px;
	border-radius: 100%;
	background: #333333; /*basic color*/
	margin: 7px auto;
}
.dian .da_dian {
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background: #333333; /*basic color*/
	margin: 0 auto;
}
.about {
	padding-top: 20px;
}
.about_mian {
	// margin-top: 45px;
	font-size: 16px;
	display: inline-block;
}
.about_mian p {
	line-height: 30px;
	padding: 0 10px;
}
.about img {
	max-width: 100% !important;
	height: auto;
	margin: 0 auto;
	padding: 10px;
}
.about_tit_box {
	padding: 0 10px;
	position: relative;
}
.about_tit_box .content_tit {
	width: 407px;
    height: 35px;
    margin: 30px auto 0;
    border: 1px solid #333333; /*basic color*/
    color: #333333; /*basic color*/
    text-align: center;
    padding: 0 20px;
	border-radius: 20px;
}
.about_tit_box .content_tit .content_zi {
	position: relative;
	top: -14px;
	font-size: 22px;
	padding: 0 20px;
	display: inline-block;
	background: white;
	color: #333333; /*basic color*/
}
.content_tit .content_zi label {
	font-size: 14px;
}
/*首页-产品展示*/
.show {
	background: #f8f8f8;
	padding: 20px 0;
	margin-top: 90px;
}
.show_tit_box {
	padding: 0 10px;
}
.show_tit_box .content_tit {
	width: 407px;
    height: 35px;
    margin: 30px auto 0;
    border: 1px solid #333333; /*basic color*/
    color: #333333; /*basic color*/
    text-align: center;
    padding: 0 20px;
	border-radius: 20px;
}
.show_tit_box .content_tit .content_zi {
	position: relative;
	top: -14px;
	font-size: 22px;
	padding: 0 20px;
	display: inline-block;
	background: #f8f8f8;
	color: #333333; /*basic color*/
}
.lantern {
  background-color: #f8f8f8;
  padding: 30px 0 20px;
  text-align: center;
  font-size: 14px;
}
.show .show_more {
	display: block;
    font-size: 14px;
    color: #fff;
    width: 100px;
    height: 30px;
    margin: 0 auto;
    line-height: 30px;
    text-align: center;
    background: #333333; /*basic color*/
}
.lantern p {
	padding: 8px 0;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.lantern .show_img {
	position: relative;
	width: 100%;
	height: 270px;
	background: #fff;
}
.lantern .show_img img{
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.lantern .pro-next,
.lantern .pro-prev {
  height: 36px;
  line-height: 46px;
  text-align: center;
  background: #333333; /*basic color*/
  margin-top: 40px;
  transition: all .3s;
}
.lantern .pro-next i,
.lantern .pro-prev i {
  display: inline-block;
  line-height: 36px;
  font-size: 30px;
  color: #FFFFFF;
}
.lantern .pro-next.swiper-button-disabled,
.lantern .pro-prev.swiper-button-disabled {
  opacity: 0.8;
}
/*首页-新闻*/
.news {
	padding-top: 20px;
}
.news_tit_box {
	padding: 0 10px;
}
.news_tit_box .content_tit {
	width: 407px;
    height: 35px;
    margin: 30px auto 0;
    border: 1px solid #333333; /*basic color*/
    color: #333333; /*basic color*/
    text-align: center;
    padding: 0 20px;
	border-radius: 20px;
}
.news_tit_box .content_tit .content_zi {
	position: relative;
	top: -14px;
	font-size: 22px;
	padding: 0 20px;
	display: inline-block;
	background: white;
	color: #333333; /*basic color*/
}

.news .news_content {
	margin-top: 30px;
}
.news .news_content ul li {
	margin-bottom: 40px;
}
.news .news_content ul li h3 a{
	font-size: 18px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	font-weight: bold;
}
.news .news_content ul li h3 a:hover {
	color: #333333; /*basic color*/
	cursor: pointer;
}
.news .news_content ul li h3 span{
	margin-top: 7px;
	font-size: 14px;
	color: #666;
}
.news .news_content ul li p {
	line-height: 2em;
	color: #666;
	font-size: 16px;
	margin-top: 15px;
}
/*留言板*/
.word {
	padding-top: 20px;
}
.word_mian {
	border: 1px solid #333333; /*basic color*/
	border-radius: 10px;
	padding: 20px 225px;
	margin-top: 30px;
}
.word_tit_box {
	padding: 0 10px;
}
.word_tit_box .content_tit {
	width: 407px;
    height: 35px;
    margin: 30px auto 0;
    border: 1px solid #333333; /*basic color*/
    color: #333333; /*basic color*/
    text-align: center;
    padding: 0 20px;
	border-radius: 20px;
}
.word_tit_box .content_tit .content_zi {
	position: relative;
	top: -14px;
	font-size: 22px;
	padding: 0 20px;
	display: inline-block;
	background: white;
	color: #333333; /*basic color*/
}
.word_mian form input {
	width: 100%;
	height: 50px;
	font-size: 18px;
	display: block;
	margin: 0 auto;
	border-radius: 5px;
    border: 1px solid #cccccc;
    margin-bottom: 25px;
    padding-left: 10px;
}
.word_mian form textarea {
	width: 100%;
	height: 130px;
	font-size: 18px;
	display: block;
	margin: 0 auto;
	border-radius: 5px;
    border: 1px solid #cccccc;
    padding: 10px;
    resize: none;
}
.word_mian form .go_btn {
	display: block;
    background: #333333; /*basic color*/
    color: #FFFFFF;
    width: 145px;
    height: 40px;
    border: none;
    outline: none;
    font-size: 18px;
    margin: 0 auto;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    padding: 0;
    margin-top: 20px;
}
/*底部*/
.footer {
	position: relative;
	width: 100%;
	background: #191919;
	padding: 20px 0;
	margin-top: 100px;
}
.footer .footer_img {
    width: 400px;
    height: 100px;
    margin: auto;
    position: absolute;
    top: -30px;
    background: #191919;
    border-radius: 50%;
    left: 0;
    right: 0;
    z-index: -1;
}

.footer .footer_nav {
	padding: 5px 0;
	text-align: center;

}
.footer .footer_nav li{
	display: inline-block;
	border-right: 1px solid #868585;
	line-height: 14px;
}
.footer .footer_nav li:last-child{
	border: none;
}
.footer a {
	color: #868585;
}
.footer .footer_nav li a {
	font-size: 14px;
    padding: 0 15px;
}
.footer .friendship {
	text-align: center;
}

.footer .friendship a {
	font-size: 14px;
    padding: 0 5px;
}
.footer p {
	padding: 5px 0;
	text-align: center;
	font-size: 14px;
	color: #868585;
}
.footer .build{
	background: #333333; /*basic color*/
	color: #fff;
}
.footer .build a{
	padding: 0 5px 0 0;
	color: #fff;
}

/*关于我们*/
.subpage_box .subpage_l {
	background: #f8f8f8;
	padding: 0;
	position: relative;
}
.subpage_l .p-title {
	width: 200px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: rgba(255, 87, 98, 0.8);
    font-size: 21px;
    color: #ffffff;
    position: absolute;
    top: -60px;
    z-index: 99;
}
.subpage_one {
	padding: 30px 0 45px;
}
.subpage_one li {
	max-width: 200px;
	margin-bottom: 20px;
	padding: 0 45px;
	overflow: hidden;
}
.subpage_one li:hover{
	opacity: 0.8;
}
.subpage_one li a{
	width: 100%;
	height: 45px;
    line-height: 45px;
    display: block;
    background-color: #333333; /*basic color*/
    text-align: center;
    color: white;
    font-size: 16px;
}
.subpage_one li a.active{
	opacity: 0.7;
}
.subpage_two li {
	padding: 25px 15px;
    border-top: 1px solid #d2d2d2;
    color: #515151;
    font-size: 16px;
    text-align: center;
}
.subpage_two li a:hover {
	color: #333333; /*basic color*/
}
.subpage_r {
	padding-left: 30px;
}
.subpage_r .position {
	text-align: right;
	font-size: 14px;
    color: #777;
    padding: 30px 0;
    border-bottom: solid 1px #eee;
}
.subpage_r .position a {
	color: #777;
}
.subpage_r .position a:hover {
	 color: #333333; /*basic color*/
}
.about_img {
	padding: 25px 0;
}
.about_r_zi {
	padding: 15px 15px;
	font-size: 16px;
}
.about_r_zi p {
	padding-bottom: 10px;
	line-height: 30px;
}
.about_box img{
	max-width: 100% !important;
	margin: 0 auto;
}
/*新闻中心*/
.news_ul li {
	border-bottom: 1px dashed  #C0C0C0;
	padding: 25px 0;
}
.news_ul .news_date {
	width: 110px;
    padding: 13px 0;
	text-align: center;
    line-height: 32px;
    color: #999;
    border-radius: 5px;
}
.news_ul .news_date h4 {
    font-size: 16px;
    margin-bottom: 10px;
}
.news_ul .news_date p {
	font-size: 26px;
}
.news_ul .news_tit h3 {
	margin-bottom: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.news_ul .news_tit h3 a{
	font-size: 17px;
	font-weight: bold;
}
.news_ul .news_tit h3 a:hover {
	color: #333333; /*basic color*/
}
.news_ul .news_tit p {
	color: #999;
	font-size: 14px;
	margin-bottom: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.news_ul .news_img {
	padding: 0;
}
.news_ul .news_img span{
	display: block;
	float: right;
    width: 120px;
	height: 85px;
    background-color: #f5f5f5;
	border-radius: 5px;
}
/*分页*/
.paging {
	padding: 10px 0;
	text-align: center;
}
.paging ul li {
    display: inline-block;
    color: #777;
    font-size: 14px;
}
.paging ul li a, .paging ul li span {
    color: #555;
    margin: 3px;
    border-radius: 50%;
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
	border-radius: 50%;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    margin-left: 0;
	border-radius: 50%;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
	color: #ffffff;
    background-color: #333333; /*basic color*/
    border-color: #333333; /*basic color*/
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
	color: #ffffff;
    background-color: #333333; /*basic color*/
    border-color: #333333; /*basic color*/
}
/*新闻详情*/
.details_box {
	padding-bottom: 25px;
}
.details_box .details_tit {
    line-height: 26px;
    padding: 30px 10px 20px;
    font-size: 24px;
    text-align: center;
    font-weight: bold;
}
.details_box .details_information {
	color: #666666;
    padding: 5px 0 15px;
	text-align: center;
}
.details_box .details_information span{
	margin: 0 10px;
}
.details_box .details_content {
    font-size: 16px;

}
.details_box .details_content p {
	padding: 7px 0;
	line-height: 30px;
}
.details_box .details_content a {
    color: #000;
    text-decoration: underline;
}
.details_box .details_content  img {
	max-width: 100% !important;
	margin: 0 auto;
}

.chapter {
	padding: 20px 10px;
}
.chapter p{
	padding: 5px 0;
	font-size: 14px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.chapter a:hover{
	color: #333333; /*basic color*/
}
/*产品中心*/
.show_box ul {
	padding-top: 20px;
}
.show_box ul li {
	margin: 10px 0 10px;
}
.show_box ul li a{
	width: 100%;
	display: inline-block;
    transition: all 0.4s ease-in-out;
    font-size: 18px;
    color: #565656;
    text-align: center;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}
.show_box ul li a div {
	position: relative;
	height: 298px;
	width: 100%;
}
.show_box ul li a p {
	height: 50px;
	line-height: 50px;
	padding: 0 5px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.show_box ul li a div img{
	max-width: 100%;
    max-height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.show_box ul li a:hover{
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.5) !important;
    transform: translateY(-7px);
    color: #ff5762 ;
}
/*产品详情*/
.details_box .show_details_tit {
	color: #515151;
    font-size: 20px;
    text-align: center;
    padding-top: 30px;
}

.details_box .show_details_content {
    font-size: 16px;
}
.details_box .show_details_content p {
	line-height: 30px;
}
.details_box .show_details_content .details_img img {
	max-width: 100%;
	margin: 0 auto 10px auto;
}

/*案例详情*/
.details_box .case_details_tit {
	color: #515151;
    font-size: 20px;
    text-align: center;
    padding-top: 30px;
}
.details_box .case_information {
	color: #666666;
    font-size: 16px;
    padding: 15px 0 25px;
}
.details_box .case_details_content {
    font-size: 16px;
}
.details_box .case_details_content p {
	line-height: 30px;
}
.details_box .case_details_content .details_img img {
	max-width: 100%;
	margin: 0 auto 10px auto;
}
/*加盟中心*/
.join_img {
	margin: 25px 0 20px;
}
.join_box .join_img img{
	max-width: 100%;
	margin: 0 auto;
}
.join_box p {
	font-size: 16px;

}
.join_box ul {
	margin: 10px 0;
}
.join_box ul li {
	width: 100%;
	font-size: 16px;

}
/*联系我们*/
.contact_mian {
	padding: 20px 60px;
}
.contact_mian .contact_mian_tit {
	line-height: 26px;
	margin-bottom: 20px;
	font-size: 14px;
	text-align: center;
}
.contact_mian form input {
	width: 100%;
	height: 40px;
	font-size: 16px;
	display: block;
	margin: 0 auto;
	border-radius: 5px;
    border: 1px solid #cccccc;
    margin-bottom: 25px;
    padding-left: 10px;
}
.contact_mian form textarea {
	width: 100%;
	height: 130px;
	font-size: 16px;
	display: block;
	margin: 0 auto;
	border-radius: 5px;
    border: 1px solid #cccccc;
    padding: 10px;
    resize: none;
}
.contact_mian form .go_btn {
	display: block;
    background: #333333; /*basic color*/
    color: #FFFFFF;
    width: 145px;
    height: 40px;
    border: none;
    outline: none;
    font-size: 16px;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    padding: 0;
    margin-top: 20px;
}
.submit-div {
	position: relative;
	width: 145px;
    height: 40px;
	margin: 0 auto;
}

.contact-text {
    padding: 20px 15px;
    margin: 10px 60px 40px;
	font-size: 14px;
    text-align: center;
    border: 3px solid #555;
}
.contact-text span {
	display: inline-block;
	margin: 0 10px 10px 0;
}
.contact-text span:FIRST-CHILD {
	font-size: 16px;
	font-weight: bold;
}
.contact-text p {
	margin-bottom: 10px;
}
.banner_common img {
    width: 100%;
    max-height: 350px;
}
@media (min-width: 768px){
	.navbar-default .navbar-nav>li a::before {
	    top: 0;
	    left: 0;
	}
	.navbar-default .navbar-nav>li a::after {
	    bottom: 0;
	    right: 0;
	}
	.navbar-default .navbar-nav>li a::before, .navbar-default .navbar-nav>li a::after {
	    content: '';
	    position: absolute;
	    width: 0;
	    height: 0;
	    border: 2px solid transparent;
	    box-sizing: border-box;
	}
	.navbar-default .navbar-nav>li a:hover::before, .navbar-default .navbar-nav>li a:hover::after {
	    width: 100%;
	    height: 100%;
	}
	.navbar-default .navbar-nav>li a:hover::before {
	    border-top-color: #333333; /*basic color*/
	    border-right-color: #333333; /*basic color*/
	    -webkit-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
	    transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
	}
	.navbar-default .navbar-nav>li a:hover::after {
	    border-bottom-color: #333333; /*basic color*/
	    border-left-color: #333333; /*basic color*/
	    -webkit-transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
	    transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
	}
}

@media (max-width: 768px){
	/*头部*/
	.navbar{
	    padding: 0;
    	background-image: none;
	}
	.navbar-header {
		padding: 0;
		background: white;
	}
	.navbar-collapse {
		background: white;
	}
	.navbar .logo .logo_img {
	    max-width: 200px;
	    height: 40px;
	    margin: 5px 10px;
	}
	.navbar .logo {

	}
	.navbar-default .navbar-nav {
		margin: 0;
		background: #333333; /*basic color*/
	    clear: both;
		width: 100%;
	}
	.navbar-default .navbar-nav li{
	    width: 25%;
	    padding: 0;
	    border-right: 1px solid #5a5a5a;
	    border-bottom: 1px solid #5a5a5a;
	}
	.navbar-default .navbar-nav>li>a{
	    line-height: 30px;
		margin: 0;
		padding: 0;
	    font-size: 14px;
	    color: #ffffff;
		text-align: center;
		border-bottom: 1px solid #333333; /*basic color*/
	}
	.navbar .navbar-nav .active, .navbar .navbar-nav li>a:hover {
		opacity: .8;
		color: #fff;
		font-weight: normal;
		background: #333333; /*basic color*/
		border-bottom: 1px solid #fff;
	}
	.nav_opone {
	    margin: 5px 20px 0 0;
	    float: right;
	}
	.nav_opone_img {
	}
	.m_t {
		margin-top: 50px;
	}
	.footer {
		padding: 10px;
		margin-top: 30px;
		background: #1d1c18;
	}
	.footer p{
		font-size: 14px;
	    color: #999;
	    line-height: 20px;
	    text-align: center;
	}
	.fixed_footer {
		width: 100%;
	    height: 35px;
	    overflow: hidden;
	    position: fixed;
	    bottom: 0;
	    z-index: 998;
	    background: #333333; /*basic color*/
	}
	.fixed_footer ul li {
		text-align: center;
	}
	.fixed_footer ul li:nth-child(1){
		border-right: 1px solid #ff868e;
	}
	.fixed_footer ul li img {
		width: 20px;
		display: inline-block;
	    margin-right: 5px;
	    position: relative;
	    top: -2px;
	}
	.fixed_footer ul li a {
		font-size: 14px;
    	letter-spacing: 2px;
    	display: block;
	    color: #fff;
	    height: 35px;
	    line-height: 35px;
	}
	.fixed_footer ul li:first-child a {
		background: url(../img/m_index.png) no-repeat 18px center;
    	background-size: 17px 17px;
	}
	.fixed_footer ul li:last-child a {
		background: url(../img/m_b_phone.png) no-repeat 18px center;
    	background-size: 17px 17px;
	}
	.footer .friendship {
	    margin: 0;
	    padding: 10px 0 10px;
	}
	/*swiper*/
	.lantern  a .show_img{
	  width: 100%;
	  height: 150px;
	}
	.lantern  a div img{
	}
	/*首页*/
	.about_tit_box {
		padding: 0 10px;
		background: white;
	}
	.about_tit_box .content_tit {
		width: 100%;
	    height: 20px;
	    margin: 30px auto 0;
	    border: 0;
	    color: #333;
	    font-weight: bold;
	}
	.about_tit_box .content_tit .content_zi {
		position: relative;
		top: -11px;
		background: white;
		font-size: 16px;
	}
	.show_tit_box .content_tit {
		width: 100%;
	    height: 20px;
	    margin: 30px auto 0;
	    border: 0;
	    color: #333;
	    font-weight: bold;
	}
	.show_tit_box .content_tit .content_zi {
		position: relative;
		top: -11px;
		background: #f8f8f8;
		font-size: 16px;
	}
	.lantern {
	    padding: 10px 0 20px;
	}
	.content_tit .content_zi label {
		font-size: 12px;
		color: #333333; /*basic color*/
	}
	.news_tit_box .content_tit {
		width: 100%;
	    height: 20px;
	    margin: 30px auto 0;
	    border: 0;
	    color: #333;
	    font-weight: bold;
	}
	.news_tit_box .content_tit .content_zi {
		position: relative;
		top: -11px;
		font-size: 16px;
	}
	.news .news_content {
	    margin-top: 20px;
	}
	.word_tit_box .content_tit {
		width: 100%;
	    height: 20px;
	    margin: 30px auto 0;
	    border: 0;
	    color: #333;
	    font-weight: bold;
	}
	.word_tit_box .content_tit .content_zi {
		position: relative;
		top: -11px;
		font-size: 16px;
		display: inline-block;
		background: white;
	}
	.m_index_tit {
		text-align: center;
		font-size: 20px;
		color: #333333; /*basic color*/
	}
	.about {
		padding: 10px 0 20px;
	}
	.about_mian {
		margin-top: 5px;
		font-size: 14px;
	}
	.about .about_more {
		display: block;
	    font-size: 14px;
	    color: #fff;
	    width: 100px;
	    height: 30px;
	    margin: 0 auto;
	    line-height: 30px;
	    text-align: center;
	    margin-top: 20px;
	    background: #333333; /*basic color*/
	}
	.show {
		margin-top: 0;
		padding: 10px 0 20px;
	}
	.news {
		width: 100%;
	    padding: 10px 15px 20px;
	}
	.news .news_content ul li {
		padding-bottom: 20px;
		margin-bottom: 20px;
		border-bottom: 1px solid #ddd;
	}
	.news .news_content ul li h3 a{
		font-size: 16px;
		vertical-align:text-top;
	}
	.news .news_content ul li p {
		margin-top: 0;
		font-size: 14px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
	}
	.news_content .news_more {
		display: block;
	    font-size: 14px;
	    color: #fff;
	    width: 100px;
	    height: 30px;
	    margin: 0 auto;
	    line-height: 30px;
	    text-align: center;
	    background: #333333; /*basic color*/
	}
	.word {
		padding-top: 10px;
	}
	/*关于我们*/
	.subpage_r {
		padding: 0;
	}
	.subpage_r .position {
		height: 40px;
	    line-height: 40px;
	    padding: 0 10px 0 30px;
	    background: url(../img/dw.png) no-repeat 10px center;
	    text-align: left;
	    font-size: 14px;
	    color: #1a1a1a;
	}
	.subpage_r .position a {
		color: #1a1a1a;
	}
	.subpage_r .position img {
		display: inline-block;
	    margin-right: 4px;
	    width: 12px;
	    position: relative;
	    top: 0;
	}
	.subpage_r .about_tit {
		padding: 20px 0 20px;
	}
	.subpage_r .about_tit h3{
		font-size: 24px;
		color: #666;
		text-align: center;
	}
	.subpage_r .about_tit p{
		font-size: 20px;
		color: #333333; /*basic color*/
		text-align: center;
	}
	.subpage_r .about_r_zi {
		padding: 15px 15px;
		font-size: 15px;
	}
	.about_box img{
		max-width: 100%;
		margin: 0 auto;
		padding: 0 0 10px;
	}
	/*新闻中心*/
	.news_ul li {
		padding: 10px 15px;
	}
	.news_ul .news_tit {
		padding: 0;
	}
	.news_ul .news_tit h3 a {
		font-size: 16px;
	}
	/*新闻详情*/
	.details_box {
		padding-bottom: 10px;
	}
	.details_box .details_information ul li {
		text-align: center;
	}
	.details_content {
		padding: 0 10px;
	}
	.details_content .details_img img{
		width: 100%;
	}
	.details_content .details_img p {
		text-indent: 0;
		overflow: hidden;
		text-overflow:ellipsis;
		white-space: nowrap;
	}
	.chapter {
	}

	/*产品中心*/
	.show_box ul {
		padding: 15px 0 0;
    	margin: 0;
	}
	.show_box ul li a div {
		width: 100%;
		height: 150px;
	}
	.show_box ul li a div img {
	}
	.show_box ul li a {
		font-size: 14px;
	}
	.show_box ul li a p {
		height: 40px;
		line-height: 40px;
	}
	/*产品详情*/
	.show_details_content {
		padding: 0 10px;
	}
	/*案例详情*/
	.details_box .case_information ul li {
		text-align: center;
	}
	.case_details_content {
		padding: 0 10px;
	}
	/*加盟*/
	.join_tit {
		padding: 20px 0 10px;
	}
	.join_tit h3{
		font-size: 24px;
		color: #666;
		text-align: center;
	}
	.join_tit p{
		font-size: 16px;
		color: #333333; /*basic color*/
		text-align: center;
		text-indent: 0;
	}
	.join_box{
		padding: 0 10px 20px;
	}
	/*联系我们*/
	.contact_mian {
		padding: 20px 20px 20px;
	}
	.contact_mian form {

	}
	.contact_mian .m_contact_englishtit .x_l {
		width: 25%;
		height: 1px;
	    display: inline-block;
	    margin: 0 auto;
	    background: #a9a9a9;
	    position: relative;
	    top: -5px;
	}
	.contact_mian .m_contact_englishtit .x_r {
		width: 25%;
		height: 1px;
	    display: inline-block;
	    margin: 0 auto;
	    background: #a9a9a9;
	    position: relative;
	    top: -5px;
	}
	.contact_mian .m_contact_englishtit p{
		font-size: 20px;
	    color: #999;
	    text-align: center;
	    line-height: 30px;
	    margin: 0 10px;
	    display: inline-block;
	}
	.m_contact_tit{
		text-align: center;
		font-size: 20px;
		color: #333333; /*basic color*/
	}
	.details_box .details_tit {
	    font-size: 18px;
	}
	.contact-text {
	    margin: 0 0 20px;
	}
	.subpage_one {
	    padding: 0 10px;
	}
	.subpage_one li {
	    margin: 3px 0;
	    padding: 0;
	    display: inline-block;
	}
	.subpage_one li a {
	    display: block;
		height: auto;
		line-height: inherit;
	    padding: 5px 10px;
	    background: #fff;
		border: 1px solid #eee;
	    font-size: 14px;
		color: #333;
	}
	.news_ul .news_img span{
		width: 85px;
	}
}
