@charset "utf-8";
/* CSS Document */
/*轮播图*/
.lunbo{
	height:500px;
	position:relative;
	width:100%;
}
.hp-content{
	width:1400px;
	height:500px;
	margin:0px auto;
}
.hp-main-img{
	height:500px;
}
.lunbo ul{
	margin:0px auto;
	position:relative;
	width:444px;
	height:34px;
	top:-18px;
}
.lunbo ul li{
	display:inline-block;
	list-style:none;
	background-color:#FFF;
	float:left;
	height:30px;
	padding:2px;
	border-radius:2px;
	margin:0px 5px;
}
.lunbo ul li:hover{
	cursor:pointer;
}
.state{
	margin-top:-10px;
}
.hp-main-img .gray {
	filter: Gray();
}
/*首页主要内容*/
.home-page{
	width:1200px;
	text-align:center;
	margin:10px auto;
	margin-top:40px;
}
.home-page-top{
	overflow:hidden;}
.home-page-2{
	float:left;
	width:542px;
	margin-left:25px;
	margin-top:15px;
	}
.home-page-2 p{
	text-indent:2em;
	font-family:"微软雅黑";
	font-size:14px;
	line-height:25px;}
.home-page-2 span{
	color:#f08200;
	font-size:18px;}
.home-page-3{
	float:right;}
.hp-content-main{
	width:1200px;
	margin:25px auto;
	margin-bottom:50px;
	overflow:hidden;;}
.hp-content-left{
	float:left;}

.hp-left-content{
	width:300px;
	height:315px;
	background:url(../img/rectangle1.png) no-repeat;
	margin-left:23px;
	margin-top:-18px;
	padding-top:10px;
	text-align:center;
	}
.hp-left-content img{
	padding-bottom:5px;}
.hp-left-contant {
	text-align:left;
	padding:0px 24px;
	height:144px;
	position:relative;
	overflow:hidden;
	width:330px;
	}
#colee1,#colee2{
	height:154px;
}
.hp-left-contant p{
	background:url(../img/bullet-black.png) no-repeat;
	line-height:25px;
	background-position:0px 11px;
	padding-left:10px;
	}
.hp-left-contant a{
	color:#000;
	font-family:"微软雅黑";
	font-size:14px;}
.hp-left-contant a:hover{
	color:#F00;
	}
.hp-center-contant a:hover{
	color:#F00;}
.hp-left-buttom {
	margin-left:310px;	
	}
.hp-left-buttom a{
	font-size:12px;
	font-family:"微软雅黑";
	color:#a75521;
}
.hp-left-buttom a:hover{
	color:#F00;}
.hp-content-center{
	float:left;
	margin-left:-15px;}
.hp-center-content{
	width:300px;
	height:315px;
	background:url(../img/rectangle2.png) no-repeat;
	margin-left:23px;
	margin-top:-18px;
	padding-top:10px;
	text-align:center;
	}
.hp-center-content img{
	padding-bottom:5px;}
.hp-center-contant {
	text-align:left;
	padding:0px 24px;
	height:144px;
	position:relative;
	overflow:hidden;
	width:330px;
	}
.hp-center-contant p{
	background:url(../img/bullet-black.png) no-repeat;
	line-height:25px;
	padding-left:10px;
	background-position:0px 11px;
	}
.hp-center-contant a{
	color:#000;
	font-family:"微软雅黑";
	font-size:14px;}
.hp-center-buttom{
	margin-left:310px;
	}
.hp-center-buttom a{
	font-size:12px;
	font-family:"微软雅黑";
	color:#a75521;
}
.hp-center-buttom a:hover{
	color:#F00;}
.hp-content-right{
	float:left;
	margin-left:-10px;
	}
#inroll a{
	display:block;}
#inroll span{
	float:right;
}
#inrow a{
	display:block;}
#inrow span{
	float:right;}
.img-green{
	background:url(../img/sh-5yh.png) no-repeat;
	width:290px;
	height:210px;
}
/*登录模块*/


.awesome-left{
	padding-top:55px;
}
.awesome-left a.hvr-bounce-to-left1{
	width:200px;
	height:52px;
	color: #fff;
	margin-left:50px;
	display: inline-block;
	font-size: 14px;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	}
.awesome-left a.hvr-bounce-to-left1:hover{
	text-decoration:none;
	color:#f08200;
	}


.hvr-bounce-to-left1 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}
.hvr-bounce-to-left1:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-bounce-to-left1:hover:before, .hvr-bounce-to-left1:focus:before, .hvr-bounce-to-left1:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
   border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	-ms-border-radius:5px;
	 
  display: block;
}
.login-c{
	background: url(../img/c-before.png) no-repeat;
}
.login-s{
	margin-top:25px;
	background: url(../img/s-before.png) no-repeat;
}

.login-c:before {  background: url(../img/s-before.png) no-repeat;}
.login-c:hover:before, .login-c:focus:before, .login-c:active:before{ background:url(../img/c-after.png) no-repeat;}
.login-s:before {  background: url(../img/c-before.png) no-repeat;}
.login-s:hover:before, .login-s:focus:before, .login-s:active:before{ background:url(../img/s-after.png) no-repeat;}