* {
    margin: 0;
    padding: 0
}
#wrap{
    font-family: Arial,Tahoma,Arial,Roboto,”Droid Sans”,”Helvetica Neue”,”Droid Sans Fallback”,”Heiti SC”,sans-self;
   background: url("../img/banner2.jpg") no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-size: cover;
}

em,i {
    font-style: normal
}
li {
    list-style: none
}
img {
    border: 0;
    vertical-align: middle
}
button {
    cursor: pointer
}
a {
    color: #666;
    text-decoration: none
}
a:hover {
    color: #c81623
}
.header{
    line-height: 50px;
}
 nav{
     height: 50px;
     background: #ccc;
}
nav ul li{float: right;
    margin-right: 30px;
 }
.jyf{
    float:left;
    margin-left:40px ;
}
.jyf a{
    font-size:20px;
    color:#ffffff;
    font-weight:700;
    letter-spacing: 2px;
}
.banner{
    height: 600px;
}
.inner{
    text-align: center;
   /* background: black;*/
    margin: 0 auto;
    position:relative;
    max-width: 300px;
    top:160px;
   color:white;
}
.line{
    width: 60%;
   background:#CCC;
    height: 1px;
    margin: 0 auto;
    margin-bottom: 10px;
}
.inner h1{
    margin-bottom: 10px;
	color:white;
	font-family:"微软雅黑", "楷体", "新宋体", "宋体"
}
.inner p{
    line-height: 30px;
    font-size: 18px;
    letter-spacing: 1px;
}
.inner button{
    margin-top: 20px;
    border-radius: 5px;
    padding: 10px 20px;
    background: #c81623;
    border: none;
    color: white;
    outline: none;
    cursor:pointer;
}
.inner button:hover{
    transform: rotate(1080deg) scale(2);
    transition: 2s;
}
.more{
    margin-top: 140px;
}
.content{
    padding-left: 15px;
    padding-right:15px;
    opacity: .9;
}
.part_one{
    text-align: center;
    color: #ffffff;
    background: rgba(67,178,165,1);
    padding-top:65px;
    opacity:0.95 ;
}
.wraper{
    padding: 0 auto;
    max-width: 1080px;
}
.wraper h1{
    padding: 15px 0;
    font-size: 27px;
}
.line_first {
    margin: 15px auto;
    width: 40%;
    background:#FFF;
    height: 1px;
}
.wraper p{
    padding: 15px 0;
    letter-spacing: 1px;
    font-size: 18px;
}
.icon{
    margin: 30px auto;
    padding-bottom:30px;
    margin-bottom:0;
}
.icon .item{
    margin-right:50px;
    border:2px solid green;
    display:inline-block;
    width:80px;
    height:80px;
    transform:rotate(45deg);
}
.icon .item img{
    width:100%;
    height:100%;
    transform:rotate(-45deg);
}
.part_two{
    background:rgb(33,41,50);
 }
.first_left{
    width:41%;
}
.first_left img{
    width:100%;
}
.first>div{
    float:left;
}
.clear_fix:after{
    content:'';
    display: block;
    clear: both;
}
.first_text{
    position: relative;
    top:68px;
    left:50px;
    width:55%;
    color: #ffffff;
}
.first_text .text_right{
    float: right;
}
.first_text h2{
    font-size:24px;
    margin-bottom: 12px;
 }
.first_text .first_tittle{
    font-size: 20px;
    margin-bottom: 15px;
}
.first_text p{
    font-size:18px;
    width: 85%;
}
.first:nth-child(odd){
    background: rgba(255,255,255,.1);
}
.part_three{
    background: #3f3965;
    opacity: 0.9;
    color: white;
}
.three_wrap .three_text{
    padding-top: 65px;
	font-size:14px;
	text-indent:2em;
}
.three_text h2{
    padding-bottom: 20px;
    text-align: center;
}
.three_text .line{
    background: #1a0973;
    width: 55%;
    margin-bottom: 20px;
}
.three_wrap{
    margin:0 auto;
    width: 60%;
}
.card_group{
    margin:0 auto;
}
.card{
    min-height:250px;
    width:50%;
    float:left;
    max-width:250px;
    padding: 30px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing: border-box;
    margin-top: 10px;
    margin-bottom:10px;
	font-size:12px;

}

.card h2{
    text-align: center;
    margin-bottom: 20px;
}
.card:nth-child(1){
    background: rgba(0,0,0,0.05);
 }
.card:nth-child(2){
    background: rgba(0,0,0,0.1);
}
.card:nth-child(3) {
    background: rgba(0, 0, 0, 0.15);
}
.card:nth-child(4) {
    background: rgba(0, 0, 0, 0.2);
}
.card:nth-child(5) {
    background: rgba(0, 0, 0, 0.25);
}
.card:nth-child(6) {
    background: rgba(0, 0, 0, 0.3);
}
.footer{
    background: #333;
    min-height: 200px;
    text-align: center;
    color: white;
	font-size:12px;
}
.share_group{
    display:block;
    width: 1080px;
    margin:0  auto;
    padding: 45px;
}
.share_group li{
    display: inline-block;
    padding: 10px;
}
/*以下为菜单栏的ＣＳＳ*/
.active{
    position: relative;
}
.active span{
    position: absolute;
   height: 4px;
    background: #fff;
    bottom: 5px;
    left: 0;
    width: 100%;
}
.mask{
    display: none;
    position: fixed;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.3);
}
.silder{
    background: #333;
    position: fixed;
    top: 0;
    bottom: 0;
    right: -300px;
    width: 300px;
    transition:.3s;
}
.silder ul li{
    margin-top: 30px;
    padding: 15px;
}
.silder ul li a{
    color: #fff;
}
.silder ul li:hover{
    background:gray;
}
.top{
  height: 50px;
    width: 30px;
    position: fixed;
    right: 30px;
    bottom: 50px;
}
.top p,img{
    width:100%;
    text-align: center;
}
