@charset "UTF-8";
/* banner*/
	#banner {
	width: 100%;
	height:100%;
	overflow: hidden;
	position: relative;
}
/*logo*/
.logo{
	position: absolute;
    top: 34px;
    left: 60px;
    z-index: 9999;
}
#banner .wrapper {
	width:800px;
	margin: 0 auto;
	position: relative;
}
#banner_img {
	height: 100%;
	display: block;
	position: relative;
}
#banner_img li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	display: none;
}
#banner_img li.item1 {
	background-image: url(../images/wuhaihua.jpg);
	display: block;
}
#banner_img li.item2 {
	background-image: url(../images/tuzai.jpg);
}
#banner_img li.item3 {
	background-image: url(../images/kaoshipingtai.jpg);
}
#banner_img li.item4 {
	background-image: url(../images/baoxianliandong.jpg);
}
#banner_img li.item5 {
	background-image: url(../images/weishengjd.jpg);
}
#banner_img li.item6 {
	background-image: url(../images/jianyishenbao.jpg);
}
#banner_img li.item7 {
	background-image: url(../images/biaoshi.jpg);
}
#banner_img .ad_img {
	position: absolute;
    /*right: 10px;*/
    top: 230px;
    box-shadow: 0px 0px 50px 9px rgba(0, 0, 0, 0.3);
}
#banner_img  .ad_img_l{
	float: left;
}
/*.demo{
	background: #000;
    width: 100%;
    height: 100%;
    opacity: 0.4;
}
#banner_img .ad_txt {
	width: 500px;
	position: absolute;
	left: 10px;
	top: 236px;
	color: #fff;
	text-shadow: 1px 1px rgba(51,51,51,0.3);
}
#banner_img .ad_txt h2 {
   font-size: 38px;
    font-weight: bold;
    color: #fff;
}
#banner_img .ad_txt p{
	line-height: 28px;
    font-size: 15px;
    color: #fff;
    margin: 14px 0 20px;
}
#banner_img .ad_txt a {
	display: block;
    width: 192px;
    padding: 10px 0;
    border-radius: 4px;
    text-align: center;
    margin-top: 10px;
    background: #15bb9a;
    color: #fff;
    text-decoration: none;
    font-size: 19px;
}
#banner_img .ad_txt a img{
	
}*/
#banner_ctr {
	position: absolute;
	width: 1050px;
	height: 122px;
	margin-left: -524px;
	left: 50%;
	bottom: 130px;
	z-index: 1;
}
#banner_ctr ul {
	width: 1050px;
	height: 122px;
	/*background: url(../images/serv_ico.png) center no-repeat;*/
	position: relative;
}
#banner_ctr li {
	    display: block;
    float: left;
    width: 150px;
    height: 122px;
    cursor: pointer;
    text-align: center;
        color: #fff;
}
#banner_ctr li.first-item {
	background: #fff;
	width: 20px;
	-webkit-border-radius: 20px 0 0 20px;
	-moz-border-radius: 20px 0 0 20px;
	border-radius: 20px 0 0 20px;
	cursor: default;
}
#banner_ctr li.last-item {
	background: #fff;
	width: 20px;
	-webkit-border-radius: 0 20px 20px 0;
	-moz-border-radius: 0 20px 20px 0;
	border-radius: 0 20px 20px 0;
	cursor: default;
}
#drag_ctr {
	position: absolute;
    top: 1px;
    left: 33px;
    width: 84px;
    height: 84px;
    -webkit-border-radius: 120px;
    -moz-border-radius: 120px;
    border-radius: 120px;
    background: #15bb9a;
}
#drag_arrow {
	position: absolute;
	top: -14px;
	left: 20px;
	width: 115px;
	height: 156px;
}
.icon{
	    border: 1px solid #fff;
    border-radius: 120px;
    width: 84px;
    height: 84px;
    margin: 0 auto 16px;
}
.icon img{
	margin-top: 16px;
}
/*login*/
.main_m_r{
	    float: right;
    width: 294px;
    padding: 38px 30px;
    height: 306px;
    background: #fff;
    text-align: center;
}
.main_m_r .mima{
	font-size: 16px;
    height: 32px;
    color: #292929;
    border-bottom: 1px solid #ddd;
    margin-bottom: 34px;
    text-align: left;
}
.main_m_r .mima span{
	border-bottom: 2px solid #000;
    height: 31px;
    display: block;
    width: 66px;
}
.main_m_r p{
	
}
.main_m_r p input{
	height: 42px;
    width: 246px;
    border: 1px solid #e6e6e6;
    margin-bottom: 24px;
    line-height: 42px;
    padding-left: 42px;
    border-radius: 3px;
}
.inp_bg1{
	background:#f3f3f3 url(../images/zhanghao.png) 12px  center no-repeat;
}
.inp_bg2{
	background:#f3f3f3 url(../images/mima.png) 12px  center no-repeat;
}
.inp_bg3{
	height: 40px;
    width: 114px;
    border: 1px solid #cacaca;
    margin-bottom: 0px;
    line-height: 40px;
    padding-left: 8px;
    border-radius: 3px;
    float: left;
    display: block;
}
.login{
	height: 44px;
    width: 290px;
    border: none;
    line-height: 44px;
    border-radius: 3px;
    background: #15bb9a;
    color: #fff;
    font-size: 16px;
    letter-spacing: 2px;
    cursor: pointer;
    transition: .3s all linear;
}
.login:hover{
	background: #0d9278;
	transition: .3s all linear;
}
.main_m_r h2{
	margin-top: 14px;
}
.footer{
	    width: 100%;
    height: 60px;
    position: absolute;
    bottom: 10px;
}
.foot{
    width: 1000px;
    margin: 0 auto;
    height: 60px;
    line-height: 60px;
    color: #fff;
    text-align: center;