@charset "utf-8";
* {
	margin:0;
	padding:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box
}
ul li {
	list-style:none
}
a {
	text-decoration:none
}
.clear {
	clear:both
}
img {
	padding:0;
	margin:0;
	border:0;
}
.clearfix:before, .clearfix:after {
	content:" ";
	display:table
}
.clearfix:after {
	clear:both
}
body {
	font-family:"微软雅黑";
	font-size:14px;
}
header {
	width:100%;
	margin:0 auto;
	position:relative
}
.daohang {
	display:block;
	width:100%;
	margin:0 auto;
	height:115px;
	clear:both;
}
.yx {
	float:left;
}
.yx a {
	display:block;
	padding-top:34px;
}
.yx img {
	width:100%;
	height:auto;
}
.navdaohang {
	float:right;
}
.menupc{
	
}
.menupc li {
	line-height:33px;
	float:left;
	text-align:center;
	position:relative;
}
.menupc li a {
	display:block;
	color:#000;
	text-transform:capitalize;
	padding:0px 18px;
	font-size:14px;
	transition:.5s;
	-moz-transition:.5s;
	-webkit-transition:.5s;
	-o-transition:.5s;
}
.menupc li a:hover {
	color:#fff;
	background-color:#fd0100;
}
.menupc li:hover a {
	color:#fff;
	background-color:#fd0100;
}
.menupc li .current {
	color:#fff;
	background-color:#fd0100;
}
.menupc li a i{
	background:url(../images/jj.png) no-repeat bottom center;
	height:6px;
	width:100%;
	left:0px;
	bottom:-6px;
	position:absolute;
	z-index:999;
	display:none;
}
.menupc li a:hover i{
	display:block;
}
.menupc li:hover a i{
	display:block;
}
.menupc ul{
	background-color:#fff !important;
	position: absolute;
	display:none;
	left: 0;
	top:39px;
	overflow: hidden;
	z-index: 999;
	width:100%;
	box-shadow: 0px 0px 10px #c3bcbe;
}
.menupc ul li{
	float: none;
	position: static;
	text-align: center;
	background:none;
    line-height: 30px;
	width:100%;
}
.menupc ul li a{
	border-bottom: 1px solid rgba(255,255,255,.26);
	display: block;
	font-size: 14px;
	position: static;
	color:#5e5e5e !important;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background-color:#fff !important;
	padding: 0px 10px;
	
}
.menupc ul li a:hover{
	color:#fd0100 !important;
}
.menupc ul li .current{
	color:#fd0100 !important;
}
.menupc ul.subnav {
	display: block;
}
.top{
	overflow:hidden;
	margin:25px 0px;
}
.nation{
	float:right;
}
.nation li{
	float:left;
	padding-left:28px;
	margin-left:10px;
	line-height: 24px;
}
.nation li.cn{
	background:url(../images/cn.jpg) no-repeat left center;
}
.nation li.en{
	background:url(../images/en.jpg) no-repeat left center;
}
.nation li a{
	color:#878484;
	font-size:12px;
}
.search{
	float:right;
	position:relative;
}
.search input{
	outline:none;
}
.forminput1{
	border:1px solid #e9e9e9;
	width:205px;
	line-height:22px;
	color:#afafaf;
	font-size:12px;
	padding-left:10px;
}
.forminput2{
	position:absolute;
	right:14px;
	top:6px;
	border:none;
	text-indent:-99999px;
	width:13px;
	height:13px;
	background:url(../images/search.png) no-repeat right center;
}




/*手机导航*/
.phone-nav {
	position:absolute;
	font-size:30px;
	right:15px;
	top:0px;
	line-height:80px;
	display:none;
	color:#666;
}
.header a[href="#page"] {
	display:none!important;
}
.mm-opened .header a[href="#page"] {
	display:block!important;
}
.mm-opened .header a[href="#mmenu"] {
	display:none!important;
}
#mmenu {
	z-index:9999;
}
#mmenu li .home-search {
	float:left;
	margin-left:20px;
	width:90%;
	background-color:#fff;
	padding-left:0;
	overflow:hidden;
	margin-top:10px;
	position:relative
}
#mmenu li .home-search .keyword {
	text-align:left;
	border:0;
	box-shadow:0;
	border-radius:0;
	width:90%;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-o-border-radius:0;
	-mz-border-radius:0;
	font-size:14px;
	color:#999;
	line-height:20px;
	vertical-align:top;
	padding:6px 86px 6px 10px;
	-webkit-appearance:none;
	background-color:#fff;
	border:1px solid #ccc
}
#mmenu li .home-search .keyword:focus {
	transition:border linear .2s, box-shadow linear .5s;
	-moz-transition:border linear .2s, -moz-box-shadow linear .5s;
	-webkit-transition:border linear .2s, -webkit-box-shadow linear .5s;
	outline:0;
	border:1px solid #0a78bc;
}
#mmenu li .home-search .btn-sub {
	top:0;
	border:0;
	right:0;
	color:#e20008;
	width:42px;
	height:34px;
	line-height:34px;
	text-align:center;
	position:absolute;
	cursor:pointer;
	border-radius:0;
	background:#d64544 url(../images/search3.png) no-repeat center center;
}
.container-fluid {
	margin-left:auto;
	margin-right:auto;
	padding:0 15px;
}

@media(max-width:1200px) {
	.phone-nav {
		display:block;
	}
	.navdaohang {
		display:none;
	}
}



.home-about{
	width:100%;
	margin:0 auto;
}
.index_title{
	margin-top:55px;
	overflow:hidden;
	text-align:center;
}
.index_title h3{
	font-size:36px;
	color:#c5c5c5;
	font-weight:normal;
	margin-bottom:5px;
	text-transform:uppercase;
}
.index_title p{
	font-size:24px;
	color:#fd0100;
	background:url(../images/title.png) no-repeat center center;
}
.about_con{
	margin:35px 0px;
	overflow:hidden;
}
.about_con_fl{
	margin-bottom:25px;
	overflow:hidden;
}
.about_con_fl_t{
	color:#4e4e4e;
	line-height:30px;
	margin-bottom:20px;
}
.about_con_fl_b{
	overflow:hidden;
}
.about_con_fl_b li{
	margin-bottom:25px;
	overflow:hidden;
	padding: 0px;
}
.about_con_fl_b li a{
	display:block;
}
.about_con_fl_b li a img{
	width:116px;
	height:116px;
	border-radius:180px;
	background-color:#ffffff;
	margin-left:auto;
	border:1px dashed #fd0100;
	margin-right:auto;
	margin-bottom:15px;	
}
.img1{
	display:block;
}
.img1_h{
	display:none;
}
.about_con_fl_b li a p{
	text-align:center;
	color:#4e4e4e;
	font-size:16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.about_con_fl_b li a:hover img{
	background-color:#fd0100;
}
.about_con_fl_b li a:hover .img1{
	display:none;
}
.about_con_fl_b li a:hover .img1_h{
	display:block;
}
.about_con_fl_b li a:hover p{
	color:#fd0100;
}
.about_con_fr{
	margin-bottom:25px;
	overflow:hidden;
}
.about_con_fr video{
	width:100%;
	margin:0 auto;
	height:350px;
}

.home-pro{
	width:100%;
	margin:0 auto;
	background:url(../images/probg.jpg) repeat-y top center;
	min-height:825px;
	background-size:cover;
}
.pro_con{
	margin-top:50px;
	overflow:hidden;
}
.pro_con li{
	overflow:hidden;
}
.pro_con li a{
	display:block;
}
.pro_img{
	overflow:hidden;
	padding:4px;
	background-color:#fff;
	border:1px solid #dfdfdf;
}
.pro_img img{
	width:100%;
	height:auto;
	transform: translateZ(0px);
    transition: transform 1s ease 0s;
	transition: .5s;
}
.pro_txt{
	padding:15px 0px;
	overflow:hidden;
}
.pro_txt p{
	text-align:center;
	color:#fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.pro_con li a:hover .pro_img img{
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.pro_con li a:hover .pro_txt p{
	color:#fd0100;
}
.index_more{
	margin:40px auto;
	overflow:hidden;
}
.index_more a{
	display:block;
	width:170px;
	margin:10px auto;
	line-height:43px;
	border:1px solid #fd0100;
	background-color:#fd0100;
	color:#fff;
	text-align:center;
	border-radius:25px;
	transition: 1s;
    -moz-transition: 1s;
    -webkit-transition: 1s;
    -o-transition: 1s;
}
.index_more a:hover{
	box-shadow:0 0 0 .2rem rgba(253, 1, 0, .4);
}

.home-news{
	width:100%;
	margin:0 auto;
}
.news_con{
	margin-top:50px;
	overflow:hidden;
	margin-bottom:20px;
}
.news_con_fl{
	margin-bottom:25px;
	overflow:hidden;
}
.news_con_fl a{
	display:block;
}
.news_img{
	overflow:hidden;
	padding:4px;
	border:1px solid #dfdfdf;
}
.news_img img{
	width:100%;
	height:auto;
	transform: translateZ(0px);
  	transition: transform 1s ease 0s;
	transition: .5s;
}
.news_txt{
	margin-bottom:25px;
	overflow:hidden;
}
.news_txt h3{
	font-size:18px;
	color:#000;
	font-weight:normal;
	margin-bottom:10px;
}
.news_txt em{
	font-size:12px;
	color:#aaa;
	font-style:normal;
}
.news_txt p{
	color:#aaa;
	font-size:14px;
	line-height:30px;
	border-top:1px dashed #ccc;
	padding-top:10px;
	margin:10px 0px;
}
.news_txt span{
	color:#fd0100;
	font-size:14px;
}
.news_con_fl a:hover .news_img img{
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.news_con_fl a:hover .news_txt h3{
	color:#fd0100;
}
.news_con_fr{
	margin-bottom:25px;
	overflow:hidden;
}
.news_con_fr li{
	
}
.news_con_fr li a{
	display:block;
	line-height:30px;	
    padding: 5px 13px;
	overflow:hidden;
	box-shadow:0px 0px 10px #fff;
}
.news_con_fr li a p{
	float:left;
	color:#646464;
	font-size:14px;
	background:url(../images/n.jpg) no-repeat left center;
	width:70%;
	padding-left:16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news_con_fr li a span{
	float:right;
	color:#bbb;
	font-size:12px;
}
.news_con_fr li a:hover{
	background-color:#fd0100;
	border-radius:5px;
	box-shadow:0px 0px 10px #feb5b5;
}
.news_con_fr li a:hover p{
	color:#fff;
	background:url(../images/n_h.jpg) no-repeat left center;
}
.news_con_fr li a:hover span{
	color:#fff;
}


.home-equipment{
	width:100%;
	margin:0 auto;
	background-color:#f3f3f3;
	overflow:hidden;
}
.equ_con{
	margin-top:50px;
	overflow:hidden;
}
.equ_con li{
	overflow:hidden;
}
.equ_con li a{
	display:block;
}
.equ_img{
	overflow:hidden;
	padding:4px;
	background-color:#fff;
	border:1px solid #dfdfdf;
}
.equ_img img{
	width:100%;
	height:auto;
	
	transform: translateZ(0px);
    transition: transform 1s ease 0s;
	transition: .5s;
}
.equ_txt{
	padding:15px 0px;
	overflow:hidden;
}
.equ_txt p{
	text-align:center;
	color:#4e4e4e;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.equ_con li a:hover .equ_img img{
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.equ_con li a:hover .equ_txt p{
	color:#fd0100;
}

footer{
	width:100%;
	margin:0 auto;
}
.footer1{
	background-color:#2f2f2f;
	padding:35px 0px;
	overflow:hidden;
}
.footer1_fl{
	margin-bottom:25px;
	overflow:hidden;
}
.footer1_fl li{
	overflow:hidden;
	line-height:30px;
	float:left;
	width:95px;
	margin: 0px 5px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.footer1_fl li a{
	display:block;
	color:#fff;
	font-size:16px;
	text-align:center;
	background:url(../images/title1.jpg) no-repeat bottom center;
	padding-bottom:5px;
}
.menulist{
	margin-top:10px;
}
.menulist li{
	float:none;
	margin:0;
	line-height:25px;
}
.menulist li a{
	display:block;
	color:#dedede;
	font-size:12px;
	background:none;
}
.menulist li a:hover{
	color:#fd0100;
}
.footer1_fc{
	margin-bottom:25px;
	overflow:hidden;
	color:#fff;
}
.footer1_fc h3{
	font-size:18px;
	margin-bottom:5px;
	line-height:30px;
}
.footer1_fc p{
	line-height:30px;
}
.footer1_fr{
	margin-bottom:25px;
	overflow:hidden;
}
.footer1_fr img{
	display:block;
	max-width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}
.footer1_fr p{
	text-align:center;
	color:#808080;
	margin-top:20px;
}
.footer2{
	padding:30px 0px;
	overflow:hidden;
	background-color:#212121;
}
.footer2 p{
	text-align:center;
	line-height:30px;
	color:#fff;
}
.footer2 p a{
	color:#fff;
}



/*关于我们*/
.inner-main{
	width:100%;
	margin:30px auto;
	overflow:hidden;
}
.inner_fl{
	margin-bottom:25px;
	overflow:hidden;
}
.inner_fls{
	background-color:#f3f3f3;
	padding:26px;
	overflow:hidden;
}
.inner_fls h3{
	font-size:20px;
	color:#e10100;
	font-weight:normal;
}
.inner_fls h3:after{
	content:'';
	display:block;
	width:100%;
	height:1px;
	background-color:#e0e0e0;
	margin-top: 15px;
    margin-bottom: 10px;
}
.inner_fls li{
	margin-bottom:5px;
	overflow:hidden;
	line-height:25px;
}
.inner_fls li a{
	display:block;
	color:#3d3d3d;
	background:url(../images/j.png) no-repeat right center;
}
.inner_fls li a:hover{
	color:#e10100;
	background:url(../images/j_h.png) no-repeat right center;
}
.inner_fls li .current{
	color:#e10100;
	background:url(../images/j_h.png) no-repeat right center;
}
.inner_fr{
	margin-bottom:25px;
	overflow:hidden;
}
.inner_fr_title{
	border-bottom:1px solid #e9e9e9;
	padding-bottom:10px;
	overflow:hidden;
}
.inner_fr_title p{
	float:left;
	font-size:20px;
	color:#282828;
	line-height:30px;
}
.inner_fr_about{
	margin:35px 0px;
	overflow:hidden;
	line-height:30px;
	color:#737373;
	padding:0px 10px;
	overflow:hidden;
}
.inner_fr_about img{
	display:block;
	max-width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}


/*生产设备*/
.inner_fr_equ{
	margin:35px 0px 0px 0px;
	overflow:hidden;
}
.inner_fr_equ li{
	overflow:hidden;
}
.inner_fr_equ li a{
	display:block;
}
.inner_fr_equ li a:hover .equ_img img{
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.inner_fr_equ li a:hover .equ_txt p{
	color:#fd0100;
}
/*分页*/
.pagination{
	text-align:center;
	padding:10px 0px;
	color:#666;
	clear:both;
}
.pagination a{
	display:inline-block ;
    color: #666;
	border:1px solid #D9D9D9;
    text-align: center;
    text-transform: capitalize;
	padding:0px 10px;
	line-height:28px;
	background-color:#fff;
	margin:0px 10px;
}
.pagination a:hover{
	color:#fff;
	background-color:#e10314;
	border:1px solid #e10314;
}
.pagination a.active {
	display:inline-block ;
	color:#fff;
	background-color:#e10314;
	border:1px solid #e10314;
}

/*生产设备详情*/
.inner_fr_equshow{
	margin:35px 0px;
	overflow:hidden;
}
.show_title{
	text-align: center;
    padding-bottom: 15px;
	border-bottom:1px solid #dcdcdc;
}
.show_title h3{
	font-size: 24px;
    font-weight:normal;
    text-align: center;
    color: #333;
	padding-bottom: 20px;
}
.show_title span{
	color:#949494;
	margin:0px 10px;
	font-size:14px;
	padding-left:20px;
}
.browse{
	background:url(../images/browse.png) no-repeat left center;
}
.date{
	background:url(../images/date.png) no-repeat left center;
}

.show_content{
	line-height:26px;
	color:#4c4c4c;
	padding:30px 10px;
	border-bottom:1px solid #dcdcdc;
}
.show_content img{
	margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    height: auto;
}
.show_back{
	padding-top:20px;
}
.show_back_fl{
	margin-bottom:20px;
	overflow:hidden;
}
.show_back_fl li{
	margin-bottom:10px;
	line-height:25px;
	color:#4d4d4d;
	width:75%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.show_back_fl li a{
	color:#868686;
}
.show_back_fl li a:hover{
	color:#e10100;
}
.show_back_fr{
	margin-bottom:20px;
	overflow:hidden;
	padding:0;
}
.show_back_fr a{
	display:block;
	line-height:46px;
	color:#fff;
	font-size:16px;
	background: #e10100 url(../images/return.png) no-repeat 20px center;
	padding-right:25px;
    text-align: right;
}


/*产品展示*/
.inner_fr_pro{
	margin:35px 0px 0px 0px;
	overflow:hidden;
}
.inner_fr_pro li{
	overflow:hidden;
}
.inner_fr_pro li a{
	display:block;
}
.ipro_txt{
	padding:15px 0px;
	overflow:hidden;
}
.ipro_txt p{
	text-align:center;
	color:#737373;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.inner_fr_pro li a:hover .pro_img img{
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.inner_fr_pro li a:hover .ipro_txt p{
	color:#fd0100;
}


/*产品详情*/
.inner_fr_proshow{
	margin:35px 0px;
	overflow:hidden;
}


/*新闻中心*/
.inner_fr_news{
	margin:35px 0px 0px 0px;
	overflow:hidden;
}
.inner_fr_news li{
	margin-bottom:25px;
	padding-bottom:25px;
	border-bottom:1px dashed #d6d6d6;
	overflow:hidden;
}
.inner_fr_news li a{
	display:block;
}
.news_txt1{
	margin-bottom:10px;
	overflow:hidden;
	line-height:25px;
}
.news_txt1 p{
	float:left;
	width:70%;
	font-size:16px;
	color:#000;
	background:url(../images/newsli.jpg) no-repeat left center;
	padding-left:15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news_txt1 span{
	float:right;
	color:#bbb;
}
.news_txt2 p{
	line-height:25px;
	color:#828282;
	padding-left: 15px;
}
.news_txt2 p span{
	color:#e10100;
}
.inner_fr_news li a:hover .news_txt1 p{
	color:#e10100;
}

/*新闻详情*/
.inner_fr_newsshow{
	margin:35px 0px;
	overflow:hidden;
}

/*人才招聘*/
.inner_fr_talent{
	margin:35px 0px 0px 0px;
	overflow:hidden;
}
.services-list {
	
}
.services-list li {
	list-style: none;
	margin-bottom: 10px;
}
.service-title{
	cursor: pointer;
	outline:none;
}
.service-title a{
	padding:0px 25px;
	background-color:#e9e9e9;
	color:#5d5d5d;
	display:block;
	min-height: 50px;
    line-height: 50px;
}
.service-title a:hover{
	background-color:#e10100;
	color:#fff;
}
.service-title a.active { 
	background-color:#e10100;
	color:#fff; 
}
.service-title p{
	float:left;
	font-size:16px;
	text-transform:uppercase;
}
.service-title .fr{
	float:right;
	background:url(../images/fr.png) no-repeat right center;
	width:30px;
	height:30px;
	margin-top:10px;
}
.service-title a:hover .fr{
	float:right;
	background:url(../images/frhover.png) no-repeat right center;
	width:30px;
	height:30px;
	margin-top:10px;
}
.service-title a.active .fr{ 
	float:right;
	background:url(../images/frhover.png) no-repeat right center;
	width:30px;
	height:30px;
	margin-top:10px;
}
.service-content {
	background: #fff;
	color: #7b7b7b;
	overflow: hidden;
	width:100%;
	border: 1px solid #e9e9e9;
	padding:0px 30px;
}
.service-info-image {
	padding:20px 0px;
	border-bottom:1px dashed #ccc;
	overflow:hidden;
}
.service-info-image p{
	font-size:14px;
	color:#151515;
	line-height:30px;
}
.service-info-image span{
	font-size:14px;
	color:#7b7b7b;
}
.service-info-text {
	margin:20px 0px 30px 0px;
}
.service-info-text h3{
	font-size:14px;
	color:#151515;
	font-weight:normal;
	padding-left:15px;
	margin-bottom:10px;
}
.service-info-text p{
	font-size:14px;
	color:#7b7b7b;
	padding:0px 15px;
	line-height:30px;
}

/*客户留言*/
.inner_fr_feedback{
	margin:35px 0px;
	overflow:hidden;
}
.inner_fr_feedback p{
	padding: 15px 0px;
	color:#e10100;
	background-color:#e6e6e6;
	text-align:center;
	line-height: 25px;
	text-align:center;
	font-size:16px;
	text-transform:uppercase;
	margin-bottom:40px;
}

/*联系我们*/
.inner_fr_contact{
	margin:35px 0px;
	overflow:hidden;
}
.contact_fl{
	margin-top:50px;
	margin-bottom:25px;
	overflow:hidden;
	color:#3e3e3e;
	font-size:16px;
	line-height:30px;
	padding:0;
}
.contact_fr{
	margin-bottom:25px;
	overflow:hidden;
}
.inner_fr_contact img{
	display:block;
	max-width:100%;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}


/*在线客服*/
.floating_ck {
	position:fixed;
	right:0;
	bottom:0;
}
.floating_ck dl dd {
	position:relative;
	width:78px;
	height:78px;
	border-radius:5px;
	background-color:#005ba1;
	margin-bottom:2px;
	text-align:center;
	cursor:pointer;
	padding-top:10px;
}
.floating_ck dd img{
	display: block;
    margin: 0 auto;
}
.floating_ck dd a {
	color:#fff;
	font-size: 16px;
}
.floating_ck dl dd:hover {
	background-color:#fd0100;
}
.floating_ck dl dd:hover .floating_left {
	display:block;
}
.floating_ck dd span {
	color:#fff;
	display:block;
	padding-top:54px;
}
.floating_left {
	position:absolute;
	left:-90px;
	top:0px;
	width:100px;
	height:78px;
	background-color:#fd0100;
	display:none;
}
.floating_left img {
	color:#fff;
	padding-top:5px;
	float:left;
	padding-left:5px;
}
.kfphone{
	display:none;
}
.kfpc{
	display:block;
}






@media(max-width:320px) {
	
}

@media(max-width:414px) {
	.menulist{
		display:none;
	}
	.footer1_fl li{
		width:95px;
	}
	.footer1_fl li a{
		background:none;
	}
}
	
@media(max-width:700px) {
	.footer1_fc{
		text-align:center;
	}
}

@media(max-width:768px) {
	.about_con_fl_b li{
		padding: 0px 15px;
	}
	.contact_fl{
		padding:0px 15px;
		margin-top:0;
	}
	.kfphone{
		display:block;
	}
	.kfpc{
		display:none;
	}
}

@media(max-width:1200px) {
	.daohang{
		height:80px;
	}
	.yx a {
		padding-top: 17px;
	}
	.show_content img{
		display:block;
		margin-right: auto;
		margin-left: auto;
		max-width: 100%;
		height: auto;
	}
}





































