
/*媒体查询，参考部分Bootstrap框架*/
/*当页面>=1600px时，超大屏幕，主要是PC端*/
@media (min-width:1600px) {
/*--------banner图-----------*/
#banner .swiper-slide {
	/*height: 650px;*/
}
/*------图片左右滚动箭头-----*/
.owl-carousel .owl-controls .owl-nav div {
	left: -35px;
}
.owl-carousel .owl-controls .owl-nav div.owl-next {
	right: -35px;
}
}

@media (min-width:1440px) and (max-width:1599px) {
/*--------banner图-----------*/
#banner .swiper-slide {
	/*height: 500px;*/
}
/*------图片左右滚动箭头-----*/
.owl-carousel .owl-controls .owl-nav div {
	left: -15px;
}
.owl-carousel .owl-controls .owl-nav div.owl-next {
	right: -15px;
}
.logo {
  padding-top:10px;
}
.logo img {
  height: 80px;
}
/*.menu ul li:last-child{
  margin-left: 100px;
}*/
.menu ul li {
  margin-left: 50px;
}

}

@media (min-width:1280px) and (max-width:1440px) {
/*--------banner图-----------*/
#banner .swiper-slide {
	/*height: 500px;*/
}
/*------图片左右滚动箭头-----*/
.owl-carousel .owl-controls .owl-nav div {
	left: -15px;
}
.owl-carousel .owl-controls .owl-nav div.owl-next {
	right: -15px;
}
.logo {
  padding-top:10px;
}
.logo img {
  height: 80px;
}
/*.menu ul li:last-child{
  margin-left: 70px;
}*/
.menu ul li {
  margin-left: 35px;
}

.container {
	max-width: 100%;
	margin: 0 auto;
	padding: 0 5%;
}

figure.effect-oscar h2 {
	margin: 20% 0 10px 0;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

figure.effect-oscar figcaption::before,
figure.effect-oscar p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(0);
	transform: scale(0);
	font-size:14px;
	line-height:24px;
	padding-top:10px;
}
}

/*当页面大于1200px时，大屏幕，主要是PC端*/
@media (min-width:1024px) and (max-width:1279px) {
/*---------头部文件---------*/
#header .top {
	padding: 15px 0;
}
#header .top img {
	max-height: 40px;
}
/*-------菜单-------*/
ul.menu > li > a {
	padding: 0 25px;
}
/*--------banner图-----------*/
#banner .swiper-slide {
	/*height: 500px;*/
}
/*----内页焦点图----*/
#dituContent {
	height: 350px;
}
.logo {
  padding-top:10px;
}
.logo img {
  height: 80px;
}
/*.menu ul li:last-child{
  margin-left: 15px;
}*/
.menu ul li {
  margin-left: 25px;
}

#wrapper7 .col span p {
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
}

@media screen and (max-width:1023px) {
/*---------头部文件---------*/
.header-warp { display:none;}
#header {
	/*position: fixed;*/
	top: 0;
	left: 0;
	right: 0;
	z-index: 11;
	border: none;
	-webkit-box-shadow: 0 0px 3px #a1a1a1;
	-moz-box-shadow: 0 0px 3px #a1a1a1;
	-o-box-shadow: 0 0px 3px #a1a1a1;
	box-shadow: 0 0px 3px #a1a1a1;
	
}
#container {
	padding-top: 60px; padding: 0 2%;
}
#header .top {
	padding: 0 0 10px 0;display:block; background-color:#1a343d;
}
#header .top img {
	max-height: 60px;
}
#header .logo-txt, #header .tel, nav.main-menu {
	display: none;
}
/*----返回顶部与banner导航箭头----*/
#floatqq, .swiper-button-next, .swiper-button-prev {
	display: none;
}
.btn-icon {
	display: block;
}
/*------响应式菜单-----*/
.wsmenuexpandermain, .bigmegamenu {
	display: block;
}
/*--------banner图-----------*/
#banner .swiper-slide {
	/*height: 400px;*/
}
main#index > section {
	padding: 40px 0;
}

/*--------首页小标题-----*/
main>section hgroup {
	margin: 0 auto 25px;
}
main>section hgroup>h2, #wrapper2 h2 {
	font-size: 2.4rem;
}
/*-----------第二部分，公司简介----*/
#wrapper2 p {
	font-size: 1.5rem;
	line-height: 1.7;
	margin-bottom: 10px;
}
#wrapper2 a.more {
	font-size: 1.5rem;
}
#wrapper2 a.more::after {
	font-size: 1.7rem;
}
/*-----底部信息---*/
footer .scan {
	display: none;
}
footer .contact {
	width: 55%;
}
footer .service {
	width: 35%;
}
/*--------底部--------*/
footer {
	padding: 40px 0px 30px 0px;
}
#dituContent {
	height: 350px;
	border: #ccc solid 1px;
}
/*------内页与公共部分------*/
aside {
	display: none;
}
#content {
	padding: 20px 0;
}
#content .left {
	width: 100%;
	margin: 0;
	border: 0 none;
}
/*--------公司简介页边距----*/
#content .left-info {
	padding: 20px;
}
/*------新闻详情页----*/
#content .news-info .new-tit p.p2 {
	display: none;
}
.news-info .news-body .proimgs {
	margin-bottom: 20px;
}
/*------新闻列表页----*/
#content hgroup {
	min-height: 400px;
	height: auto !important;
	height: 400px;
	overflow: visible;
}
#content hgroup>figure h3 {
	padding-left: 15px;
	font-size: 1.7rem;
}
#content hgroup>figure figcaption p {
	height: 52px;
	overflow: hidden;
	padding: 0px 0px 0px 15px;
}
#content hgroup>figure>figcaption>span {
	font-size: 1.3rem;
	padding-left: 15px;
}


#wrapper7 .col {
	padding-bottom: 10px;
	position: relative;
	transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	width:48%;
	float:left;
	margin:1% ;
}

#wrapper7 .col span p {
	font-size: 1.2rem;
	font-weight: normal;
	text-align:left;
	line-height: 22px;
	width: 100%;
	text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}


.tianyuanpic li{ margin:1%; width:48%; float:left;}
.tianyuanpic li:nth-child(3n){ margin:1%; width:48%; float:left;}
#content .solution_width {
	width:100%;
	float:left;
}
#content .xgnew{ display:block; width:100%; margin-left:0;}

.news-info .news-body .content1 { padding:10px; overflow:hidden; margin-bottom:30px;}
.news-info .news-body .content2 { padding:10px; overflow:hidden; margin-bottom:30px;}
.news-info .news-body .content1 .img{width:100%; padding-left:0; padding-bottom:15px;}
.news-info .news-body .content2 .img2{width:100%; padding-right:0;padding-bottom:15px;}
.news-info .news-body .content1 p{padding-top:10px; font-size:14px; line-height:26px;}
.news-info .news-body .content2 .condes{padding-top:5px; font-size:14px; line-height:26px;}
.news-info .news-body .content2 .condes p{ margin-bottom:10px;}
.news-info .news-body .content1 h2,.news-info .news-body .content2 h2{text-align:left; padding-bottom:0;}

#content .left-info  .left-info2 { width:100%; margin-right:0; float:left;}
#content .left-info  .left-info3 { width:100%; float:left; padding-top:40px; display:none;}
}

/*在768 和 991 像素之间的屏幕里，小屏幕，主要是PAD */
@media screen and (max-width:768px) {
/*解决iphone横屏时字体变大问题*/
body {
	-webkit-text-size-adjust: 100%;
}
.container {
	padding: 0 4%;
}
.row, #catapro .cata-list {
	margin-right: -5px;
	margin-left: -5px;
}
footer .row {
	margin-right: -10px;
	margin-left: -10px;
}
main>.wrapper {
	position: relative;
}
main {
	background-color: #fff;
}
#banner {
	width: 100%;
	overflow: hidden;
	padding-top:0;
}
/*--------banner图-----------*/
#banner .swiper-slide {
	/*height: 300px;*/
}
#catapro .category-list {
	display: none;
}
#catapro .tab-box {
	margin: 0;
	width: 100%;
}
/*--------产品系列列表---------*/
#catapro .cata-list {
	margin-right: -5px;
	margin-left: -5px;
	width: 100%;
}
#catapro .cata-list ul li {
	width: 50%;
}
#catapro .cata-list ul li div {
	margin: 0 5px;
}
#catapro .cata-list ul li div h3 {
	font-size: 1.5rem;
}
#catapro .cata-list .bmore{ display:none;}
/*--------新品推荐与列表---------*/
#wrapper7 .row, #innews .row, #inabout .row {
	margin: 0 -5px;
}
#innews .col, #inabout .col {
	padding: 0 5px;
}
main#index > section {
	padding: 30px 0;
}

figure.effect-oscar p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(0);
	transform: scale(0);
	font-size:16px;
	line-height:30px;
	padding-top:20px;
	display:none;
}

/*--------首页小标题-----*/
main>section hgroup {
	margin: 0 auto 15px;
}
main>section hgroup>h2, #wrapper2 h2 {
	font-size: 2.4rem;
}
/*-----公司简介----*/
#wrapper2 {
	height:300px;
}
#wrapper2 img {
	width: 100%;
	padding: 0;
	margin-bottom: 10px;
}
#wrapper2 .dcon {
	background-color:rgba(0,0,0,0.5); padding:50px 0 0 0; overflow:hidden; width:100%;height:300px;
}


#wrapper2 .content h2 {
	margin-bottom: 10px;
	text-align: center;
}
#wrapper2 p {
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 10px;
	letter-spacing:1px;
}
#wrapper2 .button {
	text-align: center;
}
/*------新闻中心-----*/
#wrapper5 .post-content h2 {
	font-size: 1.6rem;
	margin-bottom: 12px;
}
#wrapper5 .post-content {
    padding: 20px;
}
#wrapper5 .news-left {
	margin: 0;
	width: 100%;
	margin-bottom: 20px;
}
#wrapper5 .contact-right {
	width: 100%;
}
#wrapper5 .news-list ul li {
	background: url(../images/news-dot.jpg) no-repeat left center;
	line-height: 2.5;
	border-bottom: 1px dashed #BABABA;
	padding-left: 25px;
	width:100%;
	margin-right:0;
	float: none;
}

#wrapper7 .col {
	padding-bottom: 10px;
	width:98%;
	margin:1%;
}
#wrapper7 .col div {
	transition: .3s;
	position: relative;
	border:3px solid #f5f5f5;
	box-shadow: 0 0 0 0 rgba(0,0,0,.16);
	width:40%;
	float:left;
	padding-right:2%;
}
#wrapper7 .col span {
	transition: .3s;
	position: relative;
	border:3px solid #f5f5f5;
	box-shadow: 0 0 0 0 rgba(0,0,0,.16);
	width:58%;
	float:left;
}
#wrapper7 .col span h3 {
	font-size: 1.6rem;
	padding-bottom: 15px;
	text-align:left;
	width: 100%;
	overflow: hidden;  /*溢出内容设为隐藏*/
	white-space: nowrap; /*强制文本单行显示*/
	text-overflow: ellipsis; /*设置溢出文本显示为省略标记*/
}
#wrapper7 .col span p {
  -webkit-line-clamp: 3;
  line-clamp: 3;
}
#wrapper7 .bmore{ display:none;}

#innews .post-content h2 {
	font-size: 1.6rem;
	margin-bottom: 12px;
}
#innews .post-content {
    padding: 20px;
}
#innews .news-left {
	margin: 0;
	width: 100%;
	margin-bottom: 20px;
}
#innews .contact-right {
	width: 100%;
}
#innews .news-list ul li {
	background: url(../images/news-dot.jpg) no-repeat left center;
	line-height: 2.5;
	border-bottom: 1px dashed #BABABA;
	padding-left: 25px;
	width:100%;
	margin-right:0;
	float: none;
}
#innews .bmore{ display:none;}

#branches li {
max-width:none;
}

#branches ul a {
width:48%;
margin:1% 1% 0 1% !important;
}


/*--------底部--------*/
footer {
	padding: 30px 0px 20px 0px;
}
footer .footer-left, footer .contact {
	width: 100%;
}
footer .service, footer .letter {
	display: none;
}
/*-------------------------*/
#bottom {
	line-height: 1.6;
}
#bottom>.wrapper {
	padding: 10px;
}
#bottom >.wrapper .left {
	width: 100%;
	text-align: center;
}
#bottom >.wrapper .right {
	display: none;
}
/*-------内页焦点图--------*/
#page-banner .content {
	min-height: 150px;
}
#page-banner .content > h2 {
	font-size: 2.4rem;
	letter-spacing:4px;
}
/*------内页与公共部分------*/
.row {
	margin-right: -5px;
	margin-left: -5px;
}
.company-active .col {
	padding: 0 5px;
}
#content {
	padding: 15px 0;
}
.breadcrumb {
	padding: 10px 0;
}
.page-title {
	display: none;
}
.box {
	box-shadow: none;
	overflow: visible;
	background-color: transparent;
}
main>.wrapper > .dl-tit, #content >h1, #content .page {
	display: block;
}
/*------产品列表页----*/
#content .product-cataname{ margin:10px 0 0 0; overflow:hidden; text-align:center;}
#content .product-cataname a{ width:45%; line-height:40px; background-color:#eee;  display:inline-table; margin:0 1% 15px 1%; font-size:14px; }
#content .product-cataname a:hover, #content .product-cataname a.active{ background-color:#333333; color:#fff; }

#content ul.cata-list {
	margin: 0 -8px;
	padding: 0;
}

#content ul.cata-list li {
	width: 100%;
	margin:0;
	padding-bottom:15px;
	border-bottom:1px #CCCCCC dashed;
}
#content ul.cata-list li div {
	text-align: center;
	margin-right:0;
	border: 4px solid #f2f2f2;
	-webkit-transition: all .2s;
	transition: all .2s;
	width:40%;
	float:left;
}

#content ul.product-list {
	margin: 0 -10px;
	padding: 10px 0;
}
#content ul.product-list li {
	width: 48%;
	height: 100%;
	margin:2% 1%;
	padding-bottom:10px;
	border: 2px solid #f2f2f2;
	-webkit-transition: all .4s;
	transition: all .4s;
}
#content ul.product-list li div {
	text-align: center;
	width:100%;
}
#content ul.product-list li:hover {
	border: 2px solid #ccc;
}
#content ul.product-list li img {
	width: 100%;
}

#content ul.product-list2 {
	margin: 0 -10px;
	padding: 10px 0;
}
#content ul.product-list2 li {
	width: 48%;
	height: 100%;
	margin:2% 1%;
	padding-bottom:10px;
	border: 2px solid #f2f2f2;
	-webkit-transition: all .4s;
	transition: all .4s;
}
#content ul.product-list2 li div {
	text-align: center;
	width:100%;
}
#content ul.product-list2 li:hover {
	border: 2px solid #ccc;
}
#content ul.product-list2 li img {
	width: 100%;
}

#content ul.product >li span {
float:left; width:100%; margin-left:0; overflow:hidden;
}
#content ul.product >li span h3 {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 24px;
	padding-bottom: 6px;
}

#content ul.product >li span p {
	font-size: 1.3rem;
	line-height: 22px;
	text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}


#content ul.solution-list {
	margin: 0 -8px;
	padding: 0;
}

#content ul.solution-list li {
	width: 100%;
	margin:0;
	margin-bottom:10px;
	border: 4px solid #f5f5f5;
}
#content ul.solution-list li div {
	text-align: center;
	margin-right:0;
	-webkit-transition: all .2s;
	transition: all .2s;
	width:40%;
	float:left;
	padding:3px;
}

#content ul.solution >li span {
float:left; width:58%; margin-left:2%; overflow:hidden;
}
#content ul.solution >li span h3 {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 24px;
	padding:5px;
}

#content ul.solution >li span p {
	font-size: 1.4rem;
	line-height: 22px;
	padding:5px;
	height:auto;
	width: 100%;
}


#content ul.sclc-list {
	margin: 0 -8px;
	padding: 0;
}

#content ul.sclc-list li {
	width: 48%;
	margin:1%;
	margin-bottom:10px;
	border: 2px solid #f5f5f5;
	float:left;
}
#content ul.sclc-list li:hover {
	border: 2px solid #df6f22;
}
#content ul.sclc-list li div {
	text-align: center;
	margin-right:0;
	-webkit-transition: all .2s;
	transition: all .2s;
	width:100%;
}

#content ul.sclc >li span {
 width:100%;  overflow:hidden;
}
#content ul.sclc >li span h3 {
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 30px;
	padding:5px;
}

#content ul.sclc >li span p {
	font-size: 1.4rem;
	line-height: 22px;
	padding:5px;
	height:auto;
	width: 100%;
}

#content ul.sclc h2 {
width:100%; margin:0 auto; overflow:hidden; display:block; line-height:45px; padding-left:10px; font-size:18px; background-color:#f9f9f9; margin-bottom:10px; margin-top:20px;
}


#content ul.tech-list {
	margin: 0 -8px;
	padding: 0;
}
#content ul.tech-list li {
	width: 50%;
	margin-bottom: 20px;
}
#content ul.tech-list li div {
	margin: 0 8px;
}

/*-----产品详情页----*/
#content .panel .fl {
	display: none;
}
#content .panel .fr {
	width: 100%;
	padding: 10px 5px;
	background-color: #fff;
	/*border: 1px solid #ddd;*/
}
#content .panel .fr > h1 {
	font-size: 2rem;
	margin-bottom: 8px;
}
#productSlide {
	display: block;
}
#content .panel {
	margin: 0 auto 10px;
}
/*-------产品详情页--------*/
#content .details {
	margin-bottom: 10px;
}
#content .nav-about {
	height: 36px;
	line-height: 36px;
	font-size: 1.5rem;
	margin: 0 auto 10px;
}
#content .nav-tabs a {
	font-size: 1.5rem;
	height: 36px;
	line-height: 36px;
	padding: 0 15px;
	border-right: 1px solid #d9d9d9;
}
#content .tab-content {
	padding: 10px;
}

#content .panel .fr  .catadown {padding-top:35px;}
#content .panel .fr  .catadown a{border:2px solid #333333; border-radius:5px; padding:8px 15px; font-size:18px; font-family:"Times New Roman", Times, serif}
#content .panel .fr  .catadown a:hover{color:#FFFFFF; background-color:#333333; }

.menucon  a{
	width:45%; line-height:40px; background-color:#eee;  display:inline-table; margin:0 1% 15px 1%; font-size:14px;
}

/*-----公司简介---*/
#content .left-info {
	padding: 0;
}
#content .left-info img{
	width: 100%;
	padding: 0;
	margin-bottom: 10px;
}
/*------新闻列表页---*/
#content hgroup>figure {
	padding:10px 0;
	width:100%; margin:0;
}
/*------新闻详情页----*/
#content .news-info .new-tit p.p2 {
	display: none;
}
.news-info .news-body .proimgs {
	margin-bottom: 15px;
}
/*----旋转木马轮播---*/
#content hgroup, #content .news-info, #content .pro-info {
	padding: 0;
}
/*------分页样式------*/
.pagelist, #content .prevnext {
	display: none;
}
#content .page {
	display: block;
}

#dituContent{
	 height:200px;border:#ccc solid 1px;
}
.news-info .xgnew li a{font-size:14px; font-weight:bold; line-height:24px; color:#333333;}

#ingg .gtit{ width:100%; font-weight: 800; font-size: 1.8rem; line-height:30px; text-align:center; text-transform:uppercase; color:#FFFFFF; padding-bottom:25px;}
#ingg  span{  width:100%; float:none; padding-bottom:15px;; text-align:center; display:block;}
#ingg  span a{font-size:14px; padding:6px 25px; border-radius:25px; }

.contact .leftcon {
	width:100%; margin-right:0; float:left; font-size:13px; line-height:24px; margin-bottom:10px;
}
.contact .rightcon {
	width:100%; float:left; overflow:hidden;
}
.contact .input2 {
	width:100%; border:1px solid #ddd; height:50px; line-height:30px; padding:10px; margin-bottom:10px;font-size:14px;
}
.contact .input3 {
	width:100%; border:1px solid #ddd; height:50px; line-height:30px; padding:10px; margin-bottom:10px;font-size:14px;
}
.contact textarea {
	width:100%; border:1px solid #ddd; height:140px; line-height:30px; padding:10px; margin-bottom:10px;font-size:14px;
}
.contact .button {
	width:100%; background-color:#333333; height:50px; line-height:50px; text-align:center; font-size:14px; color:#FFFFFF; margin-bottom:50px;
}

#content ul.cata-list li {
	width: 100%;
	height: 100%;
	margin-bottom:30px;
	background-color:#fff;
}
#content ul.cata-list li .rimg {
	margin-right:0;
	width:96%;
	margin:0 2%;
}
#content ul.product >li .roomcon {
float:left; width:100%; overflow:hidden; padding-top:20px; display:block;border:0;
}
#content ul.product >li .roomcon h3 {
	font-size: 1.8rem; 
	font-weight: normal;
	line-height: 20px;
	padding-bottom: 20px;
}
#content ul.product >li .roomcon span { display:none;}
#content ul.product >li .roomewm { display:none;}
#content ul.product >li .roomem { display:none;}

#content ul.cata-list li .msimg {
	margin-right:0;
	width:96%;
	margin:0 2%;
}
#content ul.product >li .mscon {
float:left; width:100%; overflow:hidden; padding-top:20px; display:block;border:0;
}
#content ul.product >li .mscon h3 {
	font-size: 1.8rem; 
	font-weight: normal;
	line-height: 20px;
	padding-bottom: 20px;
}
#content ul.product >li .mscon span { display:none;}
#content ul.product >li .msem { display:none;}


.morepic{ margin-top:10px; overflow:hidden;}
.morepic li{ margin:1% ; width:98%; float:left;}
.morepic li:nth-child(2n){ margin:1% ; width:98%; float:left; float:left;}
.morepic li img{ width:100%;}

.meishipic{ margin-top:10px; overflow:hidden;}
.meishipic li{ margin:1% ; width:98%; float:left;}
.meishipic li:nth-child(3n){ margin:1% ; width:98%; float:left;}
.meishipic li img{ width:100%;}

.tianyuanpic{ overflow:hidden;}
.tianyuanpic li{margin:1% ; width:98%; float:left;}
.tianyuanpic li:nth-child(3n){ margin:1% ; width:98%; float:left;}
.tianyuanpic li img{ width:100%; border:1px solid #f2f2f2;}
.tianyuanpic li span{ width:100%; text-align:center; line-height:40px; display:block;}
}

/*在480 和 767像素之间的屏幕里，超小屏幕，主要是手机 */
@media screen and (max-width:480px) {
/*--------banner图-----------*/

/*-----焦点图----*/
.swiper-button-prev, .swiper-button-next {
	display: none !important;
}
main#index > section {
	padding: 20px 0;
}
/*-------底部文件---------*/
footer h3 {
	margin-bottom: 10px;
}
footer .about p {
	line-height: 1.7;
}
#bottom > .wrapper .left span {
	padding: 0;
	display: block;
}

/*------产品列表页----*/
#content ul.cata-list {
	margin: 0 -5px;
}
#content ul.cata-list li {
	margin-bottom: 15px;
}
#content ul.cata-list li div {
	margin: 0 5px;
}
#content ul.cata-list > li h3 {
	line-height: 38px;
}
/*------内页与公共部分------*/
#content {
	padding: 10px 0;
}
/*-----产品详情页----*/
#content .panel .fr>h1 {
	font-size: 1.6rem;
	line-height: 1.7;
	margin-bottom: 8px;
}
/*----公司简介---*/
#content .profile>h1 {
	font-size: 2.0rem;
	margin-bottom: 6px;
}
#content .profile>h2 {
	font-size: 1.8rem;
	margin-bottom: 6px;
}
#content .profile>h3 {
	font-size: 1.6rem;
	margin-bottom: 4px;
}
#content .profile>p {
	margin-bottom: 10px;
}
#content .profile table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 8px;
}
/*-----内页新闻列表-----*/
#content hgroup>figure img {
	width: 30%;
}
#content hgroup>figure figcaption {
	width: 100%;
}
#content hgroup>figure h3 {
	font-size: 1.5rem;
	padding: 0 0px 0px 12px;
}
#content hgroup>figure figcaption p {
	font-size: 1.4rem;
	line-height: 22px;
	height: 25px;
	overflow: hidden;
	padding: 0 0px 0px 12px;
}
#content hgroup>figure>figcaption>span {
	font-size: 1.2rem;
	color: #999;
	padding-left: 12px;
}
/*----新闻详情页----*/
#content .news-info .new-tit h1 {
	font-size: 2rem;
	font-weight:bold;
}
.news-info .news-body {
	font-size: 1.5rem;
	padding: 0 0px 10px;
}
.news-info .news-body p {
	margin-bottom: 12px;
}
#content .news-info .new-tit p.p1 {
	display: none;
}
#content .news-info .new-tit p.p2 {
	display: block;
}
}

