@charset "utf-8";
/* CSS Document */
html,body,body{margin:0;padding:0;border:0;}
body{
	color:#333;
	font:14px "Microsoft YaHei",微软雅黑,arial,sans-serif;
	
	}
body, div, span, object, iframe, h1, h2, h3, h4, p, blockquote, pre, a, address, code,
 b, em, img, dl, dt, dd, ol, ul, li, fieldset, form, label, footer, header, hgroup, nav, section {
    margin: 0;
    padding: 0;
    border: 0;
}
a{text-decoration:none;outline:none;color: #333;}
input{padding:0;margin:0;font-family:'Microsoft YaHei';border: none;}
img{border:none;background:none;border-style: none; }
dl,dd,dt{margin: 0;padding: 0;}
ul,ol,li{list-style-type:none;padding: 0;margin: 0;list-style: none;}
.clearfix:{clear: both;}
h1,h2,h3,h4{margin: 0;padding:0;}
p{
	margin: 0;
	padding: 0;
}
/*产品*/
.C1_title{
	text-align: center;
}
.C1_title p.C1_chinese{
	color: #333;
    font-size: 1.6rem;
}
.C1_title p.C1_english{
	color: #c1c1c1;
    font-size: 1.2rem;
}
.C2_title{padding-top: 26px;}
@media (max-width:1200px) {
	.C1_title p.C1_chinese{font-size: 2rem;}
	.C1_title{margin-top: 40px;margin-bottom: 30px;}
	.C2_title{padding-top: 36px;}
}
@media (max-width:780px) {
	.C1_title p.C1_chinese{font-size: 1.8rem;}
	.C1_title{margin-top: 30px;margin-bottom: 20px;}
	.C2_title{padding-top: 26px;}
}
@media (max-width:580px) {
	.C1_title p.C1_chinese{font-size: 1.6rem;}
	.C1_title{margin-top: 10px;margin-bottom: 10px;}
	.C2_title{padding-top: 16px;}
}
.C1_classification{
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	box-sizing: border-box;
	overflow: hidden;
	margin-top: 2%;
}
.C1_classification > a{
	font-size: 1.4rem;
	color: #333;
	line-height: 40px;
	display:inline-block;
	width: 20%;padding: 0 2%;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre;
}
.C1_pro_all{
	text-align: center;
	margin-top: 8.5%;
}
.C1_pro_all > ul > li{
    width: 96%;
    margin: 0 1%;
    display: inline-block;
    vertical-align: top;
        margin-bottom: 2%;
}
.C1_pro_all > ul > li>a{
	display: block;
}
.C1_pro_all > ul > li>a>.C1_project_img{
	display: flex;
}
.C1_pro_all > ul > li>a>.C1_project_img>img{
	width:100%;height: 100%;
}
.C1_pro_all > ul > li>a .C1_project_info >p{
	
}
.C1_pro_all > ul > li>a .C1_project_info>p.C1_pro_title{
	margin: 0 ;
	padding: 0;
	text-align: left;
    color: #5f5f5f;
    font-size: 1.4rem;
}
.C1_pro_all > ul > li>a .C1_project_info>p.C1_pro_con{
	margin: 0 ;
	padding: 0;
	color: #b3b3b3;
    padding: 2px 0px;
    text-align: left;
    line-height: 16px;
    height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 1.2rem;
}
@media (max-width:1200px){
	.C1_pro_all > ul > li>a .C1_project_info>p.C1_pro_title{ margin-top: 20px;
	font-size: 1.6rem;
	}
	.C1_pro_all > ul > li>a .C1_project_info>p.C1_pro_con{
		height: 62px;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-line-clamp: 4;
	    -webkit-box-orient: vertical;
	    font-size: 1.2rem;
    }
}
@media (max-width:780px) {
	.C1_pro_all > ul > li>a .C1_project_info>p.C1_pro_title{ margin-top: 15px;font-size: 1.4rem;}
	.C1_pro_all > ul > li>a .C1_project_info>p.C1_pro_con{
		height: 46px;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-line-clamp: 3;
	    -webkit-box-orient: vertical;
	    font-size: 1.2rem;
    }
}
@media (max-width:580px) {
	.C1_pro_all > ul > li>a .C1_project_info>p.C1_pro_title{ margin-top: 8px;}
	.C1_pro_all > ul > li>a .C1_project_info>p.C1_pro_con{
		height: 32px;
	    overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-line-clamp: 2;
	    -webkit-box-orient: vertical;
	    font-size: 1.2rem;
    }
}
/*关于我们*/
#mobileabout{
	background-color: #f8f8f8;
}
.C2_content{
	padding: 0 20px;
	color: #929292;
	font-size: 1.3rem;
    line-height: 2.2rem;
    margin-top: 3%;
    text-align: center;
}
/*新闻*/
.C3_classification{
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	box-sizing: border-box;
	overflow: hidden;
	text-align: center;
	width: 60%;
	margin: 0 auto;
}
.C3_classification > a{
	font-size: 1.4rem;
	color: #333;
	line-height: 40px;
	display:inline-block;
	padding: 0 2%;
}
.C3_xinwen{
	width: 95%;
	margin: 0 auto;    margin-top: 4%;
}
.C3_xinwen dl{
	overflow: hidden;
	margin-top: 2%;
}
.C3_xinwen dl >dt{
	background: #428fef;
	text-align: center;
	float: left;width: 20%;
	padding: 10px 2px;    margin-right: 5%;
}
.C3_xinwen dl >dt>p.C3_date{
	font-weight: 600;font-size: 2.4rem;
	color: #fff;
}
.C3_xinwen dl >dt>p.C3_ym{
	color: #fff;font-size: 1.2rem;
}
.C3_xinwen dl >dd{
	float: left;
	width: 70%;
}
.C3_xinwen dl >dd>a{display: block;}
.C3_xinwen dl >dd>a:hover > h1{
	color: #428fef;
}
.C3_xinwen dl >dd>a>h1{
	font-weight: normal;
	font-size: 1.3rem;color: #333;
	  overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre;
}
.C3_xinwen dl >dd>a>span{
	font-size: 1.2rem;color: #666;
	 margin-top: 10px;
    display: block;
    height: 36px;
    overflow: hidden;
    line-height: 18px;
}
/*首页联系我们*/
#contactlist{
	width: 85%;
	margin: 0 auto;
}

#C6_footer{
	font-size: 1.0rem;color: #999;
	width: 85%;margin: 0 auto;text-align: center;
	margin-top: 2%;
	padding-bottom: 60px;
}
#C6_footer>a{font-size: 1.0rem;color: #999;}
/**/
/*底部*/

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot');
  src: url('../fonts/fontawesome-webfont.eot') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2') format('woff2'), url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.am-navbar {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50px;
  line-height: 50px;
  z-index: 1010;
}
.am-navbar ul {
  padding-left: 0;
  margin: 0;
  list-style: none;
  width: 100%;
}
.am-navbar .am-navbar-nav {
  padding-left: 8px;
  padding-right: 8px;
  text-align: center;
  overflow: hidden;
}
.am-navbar .am-navbar-nav li {
  display: table-cell;
  width: 1%;
  float: none;
}
.am-navbar-nav {
  position: relative;
  z-index: 1015;
}
.am-navbar-nav a {
  display: inline-block;
  width: 100%;
  height: 49px;
  line-height: 20px;
}
.am-navbar-nav a img {
  display: block;
  vertical-align: middle;
  height: 24px;
  width: 24px;
  margin: 4px auto 0;
}
.am-navbar-nav a [class*="am-icon"] {
  width: 24px;
  height: 24px;
  margin: 4px auto 0;
  display: block;
  line-height: 24px;
}
.am-navbar-nav a [class*="am-icon"]:before {
  font-size: 22px;
  vertical-align: middle;
}
.am-navbar-nav a .am-navbar-label {
  padding-top: 2px;
  line-height: 1;
  font-size: 12px;
  display: block;
  word-wrap: normal;
  /* for IE */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.am-navbar-more [class*="am-icon-"] {
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
.am-navbar-more.am-active [class*="am-icon-"] {
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg);
}
.am-navbar-actions {
  position: absolute;
  bottom: 49px;
  right: 0;
  left: 0;
  z-index: 1009;
  opacity: 0;
  -webkit-transition: .3s;
  transition: .3s;
  -webkit-transform: translate(0, 100%);
      -ms-transform: translate(0, 100%);
          transform: translate(0, 100%);
}
.am-navbar-actions.am-active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.am-navbar-actions li {
  line-height: 42px;
  position: relative;
}
.am-navbar-actions li a {
  display: block;
  width: 100%;
  height: 40px;
  -webkit-box-shadow: inset 0 1px rgba(220, 220, 220, 0.25);
          box-shadow: inset 0 1px rgba(220, 220, 220, 0.25);
  padding-left: 20px;
  padding-right: 36px;
}
.am-navbar-actions li a :after {
  font-family: "FontAwesome", sans-serif;
  content: "\f105";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 20px;
}
.am-navbar-actions li a img {
  vertical-align: middle;
  height: 20px;
  width: 20px;
  display: inline;
}
#am-navbar-qrcode {
  width: 220px;
  height: 220px;
  margin-left: -110px;
}
#am-navbar-qrcode .am-modal-bd {
  padding: 10px;
}
#am-navbar-qrcode canvas {
  display: block;
  width: 200px;
  height: 200px;
}
.am-with-fixed-navbar {
  padding-bottom: 54px;
}
/**
  * Navbar Theme: default
  * Author: hzp (hzp@yunshipei.com)
  */
.am-navbar-default a {
  color: #fff;
}
.am-navbar-default .am-navbar-nav {
  background-color: #428fef;
}
.am-navbar-default .am-navbar-actions {
  background-color: #0d86c4;
}
.am-navbar-default .am-navbar-actions a {
  border-bottom: 1px solid #0b6fa2;
}
.am-pagination {
  position: relative;
}
.am-icon-phone:before {
  content: "\f095";
}

.am-icon-qrcode:before {
    content: "\f064";
}
.am-icon-download:before {
    content: "\f041";
}



============================================================================= */
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot');
  src: url('../fonts/fontawesome-webfont.eot') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2') format('woff2'), url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/* Component
============================================================================= */
[class*="am-icon-"] {
  display: inline-block;
  font-style: normal;
}
[class*="am-icon-"]:before {
  display: inline-block;
  font: normal normal normal 1.6rem/1 "FontAwesome", sans-serif;
  /*font-weight: normal; // 2
  font-style: normal; // 2
  vertical-align: baseline; // 3
  line-height: 1; // 4*/
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}
.am-icon-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}
[class*="am-icon-"].am-fl {
  margin-right: .3em;
}
[class*="am-icon-"].am-fr {
  margin-left: .3em;
}
.am-icon-sm:before {
  font-size: 150%;
  vertical-align: -10%;
}
.am-icon-md:before {
  font-size: 200%;
  vertical-align: -16%;
}
.am-icon-lg:before {
  font-size: 250%;
  vertical-align: -22%;
}
/* Modifier: `.am-icon-btn`
============================================================================= */
.am-icon-btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  width: 48px;
  height: 48px;
  font-size: 24px;
  line-height: 48px;
  border-radius: 50%;
  background-color: #eee;
  color: #555555;
  text-align: center;
  /**
   * Hover
   * 1. Apply hover style also to focus state
   * 2. Remove default focus style
   */
  /* Active */
}
.am-icon-btn:hover,
.am-icon-btn:focus {
  /* 1 */
  background-color: #f5f5f5;
  color: #333333;
  text-decoration: none;
  outline: none;
  /* 2 */
}
.am-icon-btn:active {
  background-color: #ddd;
  color: #333333;
}
.am-icon-btn.am-primary,
.am-icon-btn.am-secondary,
.am-icon-btn.am-success,
.am-icon-btn.am-warning,
.am-icon-btn.am-danger {
  color: #fff;
}
.am-icon-btn.am-primary {
  background-color: #0e90d2;
}
.am-icon-btn.am-secondary {
  background-color: #3bb4f2;
}
.am-icon-btn.am-success {
  background-color: #5eb95e;
}
.am-icon-btn.am-warning {
  background-color: #F37B1D;
}
.am-icon-btn.am-danger {
  background-color: #dd514c;
}
.am-icon-btn-sm {
  width: 32px;
  height: 32px;
  font-size: 16px;
  line-height: 32px;
}
.am-icon-btn-lg {
  width: 64px;
  height: 64px;
  font-size: 28px;
  line-height: 64px;
}
/* Modifier: `.am-icon-fw` Fixed width
============================================================================= */
.am-icon-fw {
  width: 1.25em;
  text-align: center;
}
/* Icon mapping
============================================================================= */
#mobile_share{position:fixed;right:0;bottom:90px;
width: 123px;z-index: 99999;background: #fff;padding: 0;overflow: hidden;-webkit-transition: all 0.3s ease-in-out;  transition: all 0.3s ease-in-out;-webkit-transform: translateX(100%);}
#mobile_share h2.title{text-align:center;line-height:30px;height:30px;background: #717577;color: #fff;font-size:14px;}
#mobile_share .share_item{padding: 8px;background: #fff;border: 1px solid #f1f1f1;}
#mobile_share .share_item li{display: block;overflow:hidden;margin: 8px 0;border-bottom: 1px solid #f1f1f1;padding-bottom: 8px;}
.share-link {display: block;margin:0 auto;width: 105px;overflow: hidden;line-height: 32px;font-size: 12px;padding-left: inherit;}
.share-link i{background: url(../img/share_icon.png) no-repeat;background-size: 200px 32px;width:32px;height:32px;display: block;margin-right: 20px;float: left;}
.share-link span{display:inline-block;}
.share-weibo i{background-position:0 0;}
.share-renren i{background-position:-42px 0;}
.share-douban i{background-position:-84px 0;}
.share-qweibo i{background-position:-126px 0;}
.share-qzone i{background-position:-168px 0;}
.share-weixin {display: block;margin:0 auto;width: 105px;overflow: hidden;line-height: 32px;font-size: 12px;padding-left: inherit;}
.share-weixin i{background:url(../img/share_icon2.png) no-repeat;background-size:32px 32px;
	width:32px;height:32px;display: block;margin-right: 20px;float: left;}
.share-weixin span{display:inline-block;}

/*内页页码*/
#page {
	height: 40px;
	padding: 20px 0px;
	padding-bottom: 60px;
}

#page a {
	display: block;
	float: left;
	margin-right: 10px;
	padding: 2px 12px;
	height: 24px;
	border: 1px #cccccc solid;
	background: #fff;
	text-decoration: none;
	color: #808080;
	font-size: 12px;
	line-height: 24px;
}

#page a:hover {
	border: 1px #808080 solid;
}

#page a.cur {
	border: none;
	background: #808080;
	color: #fff;
}

#page 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;
}

#page p.pageRemark {
	border-style: none;
	background: none;
	margin-right: 0px;
	padding: 4px 0px;
	color: #666;
}

#page p.pageRemark b {
	color: #808080;
}

#page p.pageEllipsis {
	border-style: none;
	background: none;
	padding: 4px 0px;
	color: #808080;
}
/*内页上一篇下一篇*/
 .pn{background: #f3f3f3;padding: 5px;line-height: 30px;border: 1px solid #d9d9d9;color: #666; text-align:left;font:400 14px/30px "微软雅黑"; margin-top:5px;}
 .pn a{font:400 14px/24px "微软雅黑";}
  /*留言*/
input{
	-webkit-box-sizing: border-box;-moz-box-sizing: border-box; 
	-ms-box-sizing: border-box;-o-box-sizing: border-box;x-sizing: border-box;}
.message_div{width:100%; margin:0 auto; text-align:left; padding:5px;}
.message_div input{}
.item input,textarea{background:  #e8e8e8;border: none;vertical-align: middle;width: 100%;height: 30px;line-height: normal;padding: 2px;padding-left: 8px; font-size: 12px;color: #333; text-align:left; margin-top:8px;}
.submit{background:#5D5D5D;  line-height:35px; font:400 14px/35px "微软雅黑"; color:#fff; width:100%; margin-top:10px;}
textarea.content{height:40px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box; -ms-box-sizing: border-box;-o-box-sizing: border-box;x-sizing: border-box; padding-top:5px;}
.code{text-align:left;}
.code input{width:50%;}
.code img{vertical-align: middle;display: inline; margin-top:8px;}
