html {
	overflow-y: scroll;
	font-family: "微软雅黑";
}
input,textarea{
	font-family: "微软雅黑";
}
.main {
	/*background: url(../images/bg.jpg) center 0 repeat-x #d9e1e4; */
	background: transparent;
}

.main .content {
	width: 980px;
	padding: 20px;
	margin: 0 auto;
	background: #fff;
	overflow: hidden;
	line-height: 22px;
}
.main .header{
    z-index: 100;
    margin: 0px auto;
    padding: 0px;
    border-bottom: #d0dde2 1px solid;
    border-top: #d0dde2 1px solid;
}
.main .header .content {
/* 	width: 100%; */
}
.main .content .list-content p img{
			display: block;
				width: 90%;
				margin: 10px auto;
			}
.main .header .content h1 {
	color: #92abb5;
	font-weight: normal;
	display: inline-block;
}

.main .header .content .header-top {
	height: 40px;
	line-height: 40px;
	box-sizing: border-box;
	width: 900px;
	margin: 0 auto;
}

.main .header .content .header-top h1 {
	text-transform: capitalize;
}

.main .header .content .header-top ul {
	float: right;
}

.main .header .content .header-top ul li {
	float: left;
	margin-left: 10px;
	cursor: pointer;
}
.main .header .content .header-top ul li a{
	color: #353535;
}
.main .header .content .header-top ul li a:hover{
	color: rgba(100, 194, 158, 1);
}
/* .main .header .nav { */
/* 	background: #8194ac; */
/* 	height: 60px; */
/* 	box-sizing: content-box; */
/* } */

/* .main .header .nav>ul { */
/* 	height: 60px; */
/* 	width: 980px; */
/* 	margin: 0 auto; */
/* } */

/* .main .header .nav>ul:before, */
/* .main .header .nav>ul:after { */
/* 	content: " "; */
/* 	display: table; */
/* } */

/* .main .header .nav>ul>li { */
/* 	float: left; */
/* 	position: relative; */
/* } */

/* .main .header .nav ul li { */
/* 	cursor: pointer; */
/* } */

/* .main .header .nav ul li a { */
/* 	display: inline-block; */
/* 	width: 150px; */
/* 	height: 60px; */
/* 	text-align: center; */
/* 	color: #fff; */
/* 	line-height: 60px; */
/* 	box-sizing: content-box; */
/* 	font-size: 20px; */
/* 	text-transform: capitalize; */
/* } */

/* .main .header .nav>ul>li ul.ul-child { */
/* 	position: absolute; */
/* 	top: 60px; */
/* 	left: 0; */
/* 	width: 100%; */
/* 	height: 0; */
/* 	overflow: hidden; */
/* 	z-index: 999; */
/* 	transition: all .3s ease-in; */
/* 	-moz-transition: all .3s ease-in; */
/* 	-webkit-transition: all .3s ease-in; */
/* } */

/* .main .header .nav>ul>li ul.ul-child li { */
/* 	background: #8194ac; */
/* 	border-top: 1px solid #637891; */
/* } */
/* .main .header .nav>ul>li ul.ul-child li:first-child{ */
/* 	border-top: none; */
/* } */
/* .main .header .nav ul li.active>a, */
/* .main .header .nav ul li:hover>a { */
/* 	background: #93abc7; */
/* 	transition: all .3s ease-in; */
/* 	-moz-transition: all .3s ease-in; */
/* 	-webkit-transition: all .3s ease-in; */
/* } */

/* .main .header .nav>ul>li:hover ul.ul-child { */
/* 	height: 200px; */
/* } */


.main .content .banner {
	height: 410px;
	overflow: hidden;
/* 	position: relative; */
}

.main .content .banner img {
	width: 100%;
	height:auto !important;
}
.main .content .banner h1{
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: 30px;
	color: #aab448;
	font-size: 45px;
	text-align: right;
	text-transform: capitalize;
}
.main .content .banner h1 span.subtitle,
.main .content .banner h1 small{
	display: block;
}
.main .content .banner h1 span.subtitle{
	font-size: 30px;
}
.main .content .banner h1 small{
	font-size: 16px;
	font-family: "微软雅黑";
}
.main .content ul.ul-block {
	overflow: hidden;
	margin-top: 40px;
}

.main .content ul.ul-block li {
	width: 300px;
	height: 140px;
	float: left;
	margin-left: 20px;
}

.main .content ul.ul-block li:first-child {
	margin-left: 0;
	background: #a6c4dd;
}

.main .content ul.ul-block li:nth-child(2) {
	background: #f2b1b0;
}

.main .content ul.ul-block li:nth-child(3) {
	background: #a6dcd8;
}


/**图文**/

.main .content .figure {
	position: relative;
	height: 340px;
	overflow: hidden;
	margin-top: 50px;
}

.main .content .figure img {
	width: 440px;
	height: auto;
}

.main .content .figure .figure-words {
	position: absolute;
	left: 460px;
	top: 0;
	right: 0;
	padding:0 10px;
}

.main .content .figure .figure-words h4 {
	font-weight: normal;
	line-height: 50px;
	text-align: center;
	color: #353535;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.main .content .figure .figure-words p {
	line-height: 24px;
	color: #8c9398;
}

.footer {
	background: #f6f6f6;
	color: #333;
	height: 130px;
	line-height: 130px;
	text-align: center;
	width: 980px;
	margin: 0 auto;
}

.main .content .list-channel {
	width: 200px;
}

.main .content .list-channel ul {
	border: 0px solid #e8e8e8;
	border-radius: 4px;
	border-top: none;
	height: 100%;
}

.main .content .list-channel ul li {
	cursor: pointer;
}

.main .content .list-channel ul li a {
	display: block;
	height: 40px;
	line-height: 40px;
	padding-left: 15px;
	color: #6e6e6e;
}

.main .content .list-channel ul li:first-child a {
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	font-weight: bold;
}

.main .content .list-channel ul li.active a,
.main .content .list-channel ul li:hover a {
	background: rgba(100, 194, 158, 0.5);
	color: #fff;
	font-weight: bolder;
}

.main .content .list-content {
	width: 730px;
	min-height: 560px;
	overflow: hidden;
}

/* .main .content .list-content ul { */
/* 	border: 0px solid #e8e8e8; */
/* 	border-radius: 4px; */
/* 	padding: 0 10px; */
/* 	min-height: 560px; */
/* } */

/* .main .content .list-content ul li { */
/* 	overflow: hidden; */
/* 	padding: 10px 0; */
/* 	border-bottom: 1px solid #e8e8e8; */
/* } */

/* .main .content .list-content ul li:last-child { */
/* 	border-bottom: none; */
/* } */

/* .main .content .list-content ul li img { */
/* 	width: 200px; */
/* 	display: inline-block; */
/* 	float: left; */
/* } */

/* .main .content .list-content ul li .li-r { */
/* 	float: left; */
/* 	margin-left: 20px; */
/* 	width: 458px; */
/* } */

/* .main .content .list-content ul li .li-r h4 { */
/* 	font-weight: normal; */
/* 	color: #353535; */
/* 	font-size: 16px; */
/* 	line-height: 25px; */
/* } */
/* .main .content .list-content ul li .li-r p{ */
/* 	color: #8c9398; */
/* 	line-height: 25px; */
/* 	word-spacing: 1; */
/* } */

/**登录注册**/

.login-wrapper {
	width: 400px;
	margin: 0 auto;
	margin-top: 60px;
	color: #fff;
	position: relative;
}

.login-wrapper h4 {
	text-align: center;
	font-size: 25px;
	line-height: 30px;
	font-weight: normal;
	text-transform: uppercase;
}

.login-wrapper .login {
	background: #eceef1;
	border-radius: 8px;
	padding: 32px;
	margin-top: 50px;
}

.login-wrapper .login h5 {
	color: #4db3a5;
	text-transform: capitalize;
	font-size: 26px;
	line-height: 30px;
	font-weight: normal;
	text-align: center;
	margin: 20px auto 35px auto;
}

.login-wrapper .login input[type=text],
.login-wrapper .login input[type=password] {
	width: 100%;
	height: 44px;
	border: none;
	border-radius: 4px;
	background: #dde3ec;
	padding-left: 10px;
	margin-bottom: 15px;
	font-size: 16px;
	color: #999;
	outline: none;
}

.login-wrapper .login a.btn {
	display: inline-block;
	padding: 10px 18px;
	border-radius: 4px;
	text-transform: uppercase;
}

.login-wrapper .login a.btn-blue {
	background: #45b6af;
}

.login-wrapper .login a.btn-white {
	background: #fff;
	color: #6c7a8d;
	text-transform: capitalize;
}

.login-wrapper .login .input-checkbox {
	margin-bottom: 15px;
}

.login-wrapper .login .input-checkbox input[type=checkbox] {
	vertical-align: middle;
}

.login-wrapper .login .input-checkbox label {
	color: #999;
	font-size: 12px;
}

.login-wrapper .login .input-checkbox label a {
	color: #5b9bd1;
}


/**背景颜色**/

.b364150 {
	background: #364150;
}

img.img_100 {
	display: block;
	margin: 10px auto;
}


/**表格*/

.table-view {
	position: relative;
}

.table-view .table-view-cell {
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	position: relative;
}

.table-view .table-view-cell label {
	display: block;
	width: 125px;
	float: left;
}

.table-view .table-view-cell input[type=text],
.table-view .table-view-cell select {
	float: left;
	width: 350px;
	height: 34px;
	line-height: 34px;
	margin-top: 3px;
	border: 1px solid #ccc;
}

.table-view .table-view-cell input[type=radio] {
	width: 30px;
	float: left;
	height: 34px;
	line-height: 34px;
	margin-top: 3px;
	border: 1px solid #ccc;
}

.table-view .table-view-cell textarea {
	width: 350px;
	height: 100px;
	resize: none;
	border: 1px solid #ccc;
}

.table-view .table-view-cell input[type=radio]~label {
	width: 50px;
}

.table-view .table-view-cell span.tip {
	color: #666;
	font-size: 12px;
	float: right;
	display: block;
	width: 125px;
	padding-left: 20px;
}
.intro{
	margin: 50px auto;
}
h1.arrow {
    font-size: 15px;
    text-transform: uppercase;
    color: #353535;
    letter-spacing: 1px;
    background: url(../img/h1-bg.png) no-repeat center bottom;
    padding-bottom: 30px;
    font-weight: bold;
    text-align: center;
}
.intro p {
	text-indent: 28px;
    color: #8c9398;
    word-spacing: 1px;
    line-height: 25px;
    font-size: 14px;
    margin-top: 50px;
}
/****/

.row {
	position: relative;
}
.row:before,.row:after{
	content: "";
	display: table;
}
.row:after{
	clear: both;
	overflow: hidden;
}
.row .row-md-4 {
	position: relative;
	min-height: 1px;
	width: 33.33333333%;
	overflow: hidden;
	float: left;
	padding-right: 15px;
}
.row .row-md-4:last-of-type{
	padding-right: 0;
}

.img {
	position: relative;
	overflow: hidden;
}
.img img {
	display: block;
	width: -webkit-calc(100% + 40px) !important;
	width: calc(100% + 40px) !important;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	-moz-transition: all 0.35s;
	-o-transition: all 0.35s;
	-webkit-transform: translate3d(-40px, 0, 0);
	transform: translate3d(-40px, 0, 0);
	-ms-transform: translate3d(-40px, 0, 0);
}

.overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	display: block;
	z-index: 20;
	background: rgba(100, 194, 158, 0.8);
	overflow: hidden;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.overlay a.expand {
    left: 0;
    right: 0;
    bottom: 47%;
    margin: 0 auto -30px auto;
}
a.expand {
    display: block;
    position: absolute;
    z-index: 100;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 30px;
}
.img:hover img{
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}
.img:hover .overlay {
	opacity: 1;
}
.portfolio-cell h2 {
    font-size: 15px;
    color: #353535;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    height:25px;
    overflow: hidden;
    margin: 10px 18px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.portfolio-cell h2::after {
    content: " ";
    border: solid 2px #3dc9b3;
    display: block;
    width: 35px;
    margin: 25px auto;
}
.portfolio-cell p {
	text-indent: 28px;
    color: #8c9398;
    word-spacing: 1px;
    line-height: 25px;
    font-size: 14px;
}
.delay-05s { animation-delay: 0.5s; -webkit-animation-delay: 0.5s; }
.delay-1s { animation-delay: 1s; -webkit-animation-delay: 1s; }
/**动画**/
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}


ul.card  { 
  list-style:none;
  font-family:"微软雅黑";
  overflow:hidden;
 }
  
ul.card li{
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  }
  
  ul.card  li { 
  float:left;
  width:310px;
  background: none repeat scroll 0% 0% #F6F6F6;
  margin:0 15px 21px 18px;
  padding:5px;
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  box-shadow: 0 1px 1px #CCC;
  }
 
	 
  ul.card  li  p:hover {
	 color:#666
	 }
  
 ul.card  li:hover{
  box-shadow:0 3px 10px #999;
  background:#fff
  }
  
 ul.card  li a:hover{
  display:block;
  overflow:hidden;
  text-decoration:none;
  } 
  
  ul.card  li  h5{
  color:#333;
  font-size:14px;
  padding-left:20px;
  overflow:hidden;
  word-break:break-all;
  white-space:nowrap;
  width:290px;
  height: 20px;
  overflow: hidden;
  } 
 
 ul.card  li p{
	 padding:5px 20px;
	 line-height:1.6;
	 height:32px;
	 color:#99a0a6;
	 font-size:12px;
	 overflow:hidden;
	 } 
 ul.card  li .tips{
	margin:20px 20px 0 auto;
	border-top:1px solid #ddd;
	padding:5px 0 10px auto;
	overflow:hidden;
	*zoom:1;
	color:#999;
	font-size:12px
 
	 }
 ul.card  li a:hover h5{
  color:#c30;
  text-decoration:underline
  } 
  ul.card  li a:hover span{
  color:#666
  } 
 ul.card  li.mr0 { 
  margin-right:0}
  
 ul.card  ul li img{
	  margin:10px 10px 0 10px
	  }
	    table{
	  	padding:0 !important;
	  	width:100% !important;
	  }
	  td{
	  	padding:0 !important;
	  	margin:0 !important;
	  }