﻿
*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box; padding:0; margin:0;}
body{font-size:16px; padding:0; margin:0;font-family:"微软雅黑";
background:#fff url(/Content/Image/SysPic/bg.png) no-repeat center top;}
html,body{height:100%;}
h1,h2,h3,h4,h5,h6{ font-weight:normal}
li{ list-style-type:none;}
a{ text-decoration:none; color: #333333;}
a:hover{ text-decoration:none;}
img{display:inline-block; vertical-align: middle;max-width: 100%;}
input{outline:none;}
.pull_left{float: left;}
.pull_right{float: right;}
 input::-webkit-input-placeholder{color:#cccccc;}
input::-moz-placeholder{ color:#cccccc;}
input:-moz-placeholder{ color:#cccccc;}
input:-ms-input-placeholder{ color:#cccccc;}

.box{width: 96%; max-width: 1000px;  margin: 0 auto; top:0%; position: relative;margin-top:-10px;}
.boxbg{height: 600px; border-radius: 5px; background: #fff; box-shadow: 0 0 50px rgba(0,0,0,0.1);}

.boxpd{width: 96%; max-width: 570px;  margin: 0 auto; }
.boxpd h1{ color: #5fd7ae; font-size: 36px; text-align: center;padding-top: 50px;}
.boxpd h2{ color:#333333; font-size: 20px; text-align: left;padding-bottom: 20px;padding-top: 3px;}
.boxpd h3{ color: #5fd7ae; font-size: 15px; text-align: center;padding-bottom: 30px;padding-top: 10px;}
.boxpd p{ border-bottom: 1px solid #ddd; position: relative; padding-left: 80px;}
.boxpd label{ position:absolute; left: 0;line-height: 80px; font-size: 18px;}
.boxpd input{ width: 100%; height: 80px; border: none; font-size: 18px;margin-left:30px;}
.boxpd img{ display: inline-block; vertical-align:middle; padding-right:10px;}

.boxpd .btn{width: 540px !important; height: 71px; display: block; text-align: center;
  background: linear-gradient(to right, #48dace , #5fd7ae); /* 标准的语法 */
	line-height: 71px; font-size: 30px; color: #fff; border-radius: 100px;
	
}


.banner{ width:80%;  margin:0 auto;  position:relative; overflow:hidden;}
.banner .pic{width:100%;height: 100%; }
.banner .pic li{ transition: none;  width:100%; z-index:1; display: none; }
.banner .pic li.on{ display:block!important;}





