charset "utf-8";
/* CSS Document */
body { font-family: "microsoft yahei", Arial; font-size: 12px; margin:0; padding:0; background:#ffffff; color:#3c3c3c; background:#ffffff;text-align: center;width: 100%;}
* { margin:0; padding:0 ; box-sizing: border-box;}
div, ul, li, h1, h2, h3, h4, h5, h6, img, p, dl, dt, dd, ol, th, td { margin: 0px; padding: 0px; }
li { list-style-type: none; }
form, input, button, option, textarea, select { margin: 0px; padding: 0px; }
input, button, textarea, select { font:100% Tahoma, Helvetica, Arial, sans-serif; }
a { text-decoration: none; cursor:pointer; outline:none; blr:expression(this.onFocus=this.blur());
color:#272727;font-family: "microsoft yahei"; }
span{font-family: "microsoft yahei";}
p{font-family: "microsoft yahei";}
a:link { text-decoration: none; }
a:hover { text-decoration: none; }
a:active { text-decoration: none; }
th { font-weight:normal; }
img { border: 0; }
h1{ color:#33580a; font-weight:normal;line-height: 75px;width: 285px;font-size: 21px;}
h3 { font-size:14px;  font-weight:bold; }
h4 { font-size: 12px;    font-weight:bold; }
.clear { clear: both; }
.copy { font-family:Arial, Helvetica, sans-serif; }
table { font-size:inherit; font:100%; }
img { border:none;  }


.txt-ln1{overflow:hidden;text-overflow:ellipsis;white-space:nowrap; -webkit-box-orient:vertical;-webkit-line-clamp:1}
/*两行文字，多余超出省略*/
.txt-ln2{overflow:hidden; text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:2}
/*三行文字，多余超出省略*/
.txt-ln3{overflow:hidden; text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:3}
/*四行文字，多余超出省略*/
.txt-ln4{overflow:hidden; text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:4}
/*五行文字，多余超出省略*/
.txt-ln5{overflow:hidden; text-overflow:ellipsis;display:-webkit-box; -webkit-box-orient:vertical;-webkit-line-clamp:5}
    

/*//清除浮动*/
.clearfix{
    &:after{
        visibility:hidden;
        display:block;
        height:0;
        font-size:0;
        content:"";
        clear:both;
    }
}

@font-face {
  font-family: 'iconfont';  /* project id 971715 */
  src: url('//at.alicdn.com/t/font_971715_yvkxh0vcqk.eot');
  src: url('//at.alicdn.com/t/font_971715_yvkxh0vcqk.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_971715_yvkxh0vcqk.woff2') format('woff2'),
  url('//at.alicdn.com/t/font_971715_yvkxh0vcqk.woff') format('woff'),
  url('//at.alicdn.com/t/font_971715_yvkxh0vcqk.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_971715_yvkxh0vcqk.svg#iconfont') format('svg');
}

.iconfont {
	font-family: "iconfont" !important;
	font-size: 32px;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}


.container{
	width: 1200px;
	margin: 0 auto;
}


@media only screen and (max-width: 1200px) {
	.container{
	width: 100%;
	margin: 0 auto;
	}
}

.Page{
	min-height: 73vh;
}
