* {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}
a {
    color: #666;
    text-decoration: none;
    font-weight: 700;
}
/*a:hover {
    color: #c81623;
    text-decoration: underline;
}*/

#wrap{
    background: url(../img/banner.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    /*把背景图片放大到适合元素容器的尺寸，图片比例不变，但是要注意，超出容器的部分可能会裁掉。*/
}
.head_er{
	height: 50px;
	background: #c2e128;
    line-height: 50px;
}
nav ul li{
	float: right;
	margin-right: 30px;
}
/*nav ul li:nth-child(1){
	float: left;
}*/
nav ul li.q1{
    float: left;
    margin-left: 20px;
}
nav ul .q1 a{
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2px;
}
/*第二节：个人资料部分*/
.banner .inner{ 
    width: 300px;
    height: 450px;
     background: #C2E128;
    text-align: center;
    margin: 50px auto; 
    padding-top: 10px;
    color: #fff;
}
.banner .inner .line_1{
    width: 60%;
    height: 2px;
    background: #fff;
    margin: 0px auto;
}
.banner .inner h1{
    margin-top: 30px;
    margin-bottom: 10px;
}
.banner .inner .line_2{
    width: 60%;
    height: 2px;
    background: #fff;
    margin: 20px auto;
  

}
.banner .inner p{
    line-height: 30px;
    font-size: 18px;
    letter-spacing: 1px;
    margin-top: 10px;
}
/*第三节：制作按钮部分*/
.banner .inner button{
    margin-top: 40px;
    margin-bottom: 100px;
    background: #e85e17;
    padding: 10px 20px;
    color: #eee;
    font-size: 18px;
    font-weight: 700;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
.banner .inner button:hover{
    transform: rotate(1800deg) scale(3);
    transition: 5s;

}

/*春花样式的制作*/
.chunhua{
    height:400px;
    background: rgba(71,176,164,0.8);
    text-align: center;
    padding-top: 30px;
}
.chunhua .w1 h2{
    color: #fff;
    margin-bottom: 30px;
   
}
.chunhua .w1 .line_3{
    width: 80%;
    height: 3px;
    background: #fff;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
}
.chunhua .w1 p{
    color: #fff;
}
/*Svg图标部分制作*/
.chunhua .biao{
    width: 600px;
    height: 100px;
    /*border: 1px solid red;*/
    margin: 0 auto;
    margin-top: 50px;
}
.chunhua .biao img{
    width: 80px;
    height: 80px;
    border: 2px solid green;
    transform: rotate(-45deg);
    margin: 10px 50px;
}
.chunhua .biao img:hover{
    transform: scale(1.2);
}

/*内容布局样式的制作*/
.zhanshi_1{
    height: 400px;
    background: #3c434a;
}
.zhanshi_1 .zhanshi_1_left{
    width: 50%;
    height: 100%;
    float: left;
    /*border: 1px solid blue;*/
}
.zhanshi_1 .zhanshi_1_left img{
    width: 100%;
    height: 100%;
}
.zhanshi_1 .zhanshi_1_right{
    text-align: center;
    padding-top: 30px;
    color: #fff;
}
.zhanshi_1 .zhanshi_1_right h3{
    margin-top: 20px;
    margin-bottom: 30px;
}
.zhanshi_1 .zhanshi_1_right p{
    text-indent: 2em;
    text-align: left;
}
/*展示区域制作 */
.zhanshi_2{
    height: 400px;
    background: #3c434a;
    /*border: 1px solid gold;*/
}
.zhanshi_2 .zhanshi_2_left{
    width: 55%;
    height: 100%;   
    float: left;
    color: #fff;
    /*border: 1px solid green;*/
    text-align: center;
   
}
.zhanshi_2 .zhanshi_2_left h3{
    margin-top: 38px;
    margin-bottom: 30px;
}

.zhanshi_2 .zhanshi_2_right{
    width: 45%;
    height: 100%;
    float: right;
    /*border: 1px solid red;*/
}
.zhanshi_2 .zhanshi_2_right img{
    width: 100%;
    height: 100%;
}
.zhanshi_2 .zhanshi_2_left p{ 
    text-indent: 2em;
    text-align: left;
}
/*文章区域实现的制作*/
.zhao{
    /*height: 600px;*/
    overflow: hidden;
    border: 1px solid red;
    background: rgba(67,62,102,0.8);
}
.zhao .zhao_top{
    width: 800px;
    /*border: 1px solid gold;*/
    margin: 0 auto;
    color: #fff;
    padding-top: 30px;
}
.zhao .zhao_top h1{
    text-align: center;
}
.zhao .zhao_top .zhao_line{
    width: 90%;
    height: 2px;
    background: #fff;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
}
.zhao .zhao_top .dang{
    text-align: justify;/*两端对齐*/
}
/*照片墙制作开始*/
.zhao .zhao_bottom{
    width: 980px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 30px;
    /*border: 1px solid gold;*/
}
.zhao .zhao_bottom li{
    float: left;
    margin: 25px 30px;
}
.zhao .zhao_bottom img{
    width: 80%;
    height: 80%;
    border-radius: 5px;
}
.zhao .zhao_bottom li:nth-child(1){
    transform: rotate(0deg);
}
.zhao .zhao_bottom li:nth-child(2){
    transform: rotate(0deg);
}
.zhao .zhao_bottom li:nth-child(3){
    transform: rotate(0deg);
}
.zhao .zhao_bottom li:nth-child(4){
    transform: rotate(0deg);
}
.zhao .zhao_bottom li:nth-child(5){
    transform: rotate(0deg);
}
.zhao .zhao_bottom li:nth-child(6){
    transform: rotate(0deg);
}
.zhao .zhao_bottom li:hover{
    transform: rotate(0deg) scale(1.2);
}
/*底部内容的制作*/
.foot{
    height: 200px;
    color: #fff;
    background: #333;
    padding-top: 60px;
    
}
.foot .foot_top{
    width: 420px;
    margin: 0 auto;
    border: 1px solid green;
}
.foot .foot_top li{
    float: left;
    margin-left: 10px;
}
.foot .copy{
    width: 300px;
    margin: 50px auto;
    /*border: 1px solid gold;*/
    text-align: center;
}
/*底部内容的制作结束*/

/*顶部菜单选项卡开始*/
.head_er .active{
    position: relative;
    border: 1px solid red;
}
.head_er .active span{
    width: 100%;/*是它父级li的100%*/
    height: 4px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 5px;
}
/*顶部菜单下划线结束*/

/*点击侧单栏开始*/
.mask{
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.5);
    
}
.celan{ 
    background: #333;
    position: fixed;
    right: -300px;
    top: 0;
    bottom: 0;
    width: 300px;
    transition: 1.5s;
}
.celan ul li{
   margin-top: 30px;
   padding: 15px;
}
.celan ul li:hover{
    background: green;
}
.celan ul li a{
    color: #fff;
    font-size: 14px;
}
/*点击侧单栏结束*/

/*小火箭开始*/
.top{
    width: 50px;
    height: 30px;
    position: fixed;
    right: 30px;
    bottom: 50px;
}
.top p,img{
    width: 100%;
    text-align: center;
}
