@charset "unf-8";
*{
    box-sizing: border-box;
}

#wrap {width: 100%; margin: 0 auto;}

/*header*/
#header {
    max-width: 1920px; margin: 0 auto;
}
#header .menu {
   width: 100%;
}
#header .menu ul {
    float: right;
}
#header .menu ul li{
    float: left;
    margin-left: 25px;
}
#header .menu ul li a{
    float: right; padding: 10px; height: 30px;
}

/*nav*/
#nav {
    max-width: 1920px; margin: 0 auto;height: 85px; line-height: 50px;}
#nav .nav_log{ 
    padding-top: 40px; padding-bottom: 40px; text-align: center; 
     
}

#nav .nav_sub ul li {
        width: 310px;
        float: left; 
        text-align: center;
        position: relative;
        z-index: 1; 
     
}
#nav .nav_sub ul li a {color: #777; text-align: center; }
#nav .nav_sub>ul>li:nth-child(3) a {
    color: skyblue;
}
#nav .nav_sub>ul>li:nth-child(3) .nav_sub1 a{color: #777;}
#nav .nav_sub>ul>li:nth-child(4) a {
    color: hotpink;
}
#nav .nav_sub>ul>li:nth-child(4) .nav_sub1 a{color: #777;}
#nav .nav_sub ul li:hover .nav_sub1{
    opacity: 0.5;
    display: block;
}
#nav ul li:hover .nav_sub li a{color: #111; }

#nav ul li .nav_sub1{
    display: none; z-index: 1;
    position: absolute;
}
#nav_sub li {width: 100%; background: #eee;}
#nav ul li .nav_sub1 li:hover { background: #111;
    
}
#nav ul li .nav_sub1 li:hover a{ color: #fff;
    
}

/*container*/
        #container {
            position: relative; top: 200px;
            width: 100%;
            margin-top: 100px;
            height: 1600px;
            margin: 0 auto;
        }
        #container > join {
            margin: 0 auto;
            max-width: 1200px;
        }
        #join > .join_title {
            width: 100%;
            position: relative;
            text-align: center;
            padding: 40px 0;
            margin-top: 20px;
            margin-bottom: 20px;
        }
        #join > .join_title > h3 {
            font-size: 46px;
        }
        #join > .join_title > h3:after {
            position: absolute; left: 0; right: 0;
            margin-left: auto;
            margin-right: auto;
            content: '';
            display: block;
            width: 70px;
            height: 5px;
            background: hotpink;
        }
        #join_box {
            max-width: 800px;
            margin: 0 auto 80px auto;
            position: relative;
        }
        #join_box:after {
            content: '';
            display: block;
            clear: both;
        }
        #join_box > h4 {
            font-size: 20px;
        }
        form {
            max-width: 700px;
            position: relative;
            margin: 0 auto;
            padding: 50px 0;
        }
        form > p > span {
            width: 20%;
            display: inline-block;
            line-height: 50px;
        }
        form > p input[type="text"]{
            height: 35px;
        }
        form > p input[type="password"]{
            height: 35px;
        }
        form > p > select {
            height: 35px;
        }
        form > p input[type="button"]{
            height: 35px; line-height: 35px;
            padding: 0 10px;
            border: 1px solid #bbbbbb;
        }
        .condition {
            width: auto;
            font-size: 14px;
        }
        .choice {
            width: auto;
            height: 20px;
            font-size: 12px;
            padding-left: 20%;
            line-height: 0;
        }
        form > .join_terms {
            margin: 50px auto 0 auto;
            border: 1px;
        }
        form > .join_terms > li {
            position: relative;
            line-height: 80px;
            padding-left: 30px;
            font-size: 16px;
            border-bottom: 1px solid #bbb;
        }
        form > .join_terms > li:nth-child(4) {
            border: 0;
        }
        form > .join_terms > li input[type="checkbox"] {
            width: 17px;
            height: 17px;
        }
        form > .join_terms > li > span {
            padding-left: 20px;
        }
        form > .join_terms > li > .join_down {
            position: absolute;
            top: 25px;
            right: 50px;
            cursor: pointer;
            transition: all 0.5s;
        }
        .on {
            transform: rotate(180deg);
            transition: all 0.5s;
        }
        form > .join_terms > li > textarea {
            font-size: 12px;
            position: relative;
            z-index: 10;
            width: 93%;
        }
        .join_btn {
            display: block;
            margin: 0 auto;
            text-align: center;
            width: 150px;
            height: 50px;line-height: 50px;
            background: #39528a;
            color: #fff;
        }

/*footer*/
#footer{
    margin-top: 00px;
    height: 200px;
}
#footer .outer {
    max-width: 1200px;
    margin: 0 auto;
    
}

#footer .outer .img{
    float: left;
    
}
#footer .outer p{
    font-size: 13px;
    float: right;
    padding-top: 10px;
    line-height: 1.5;
    
}
#footer .outer1 {
    max-width: 1200px;
    margin: 0 auto;
    height: 220px;
}
#footer .boder {
    width: 100%;
    height: 5px;
    background: #111;
}
#footer .boder1 {
    width: 100%;
    height: 100px;
    background: #111;
}

#footer .outer1 .outer_1 {
    float: left;
    margin-top: 30px;
    margin-bottom: 60px;
    font-size: 13px;
    line-height: 2;
}
#footer .outer1 .outer_2 {
    float: left;
    margin-top: 30px;
    margin-bottom: 60px;
    font-size: 13px;
    line-height: 1.5;
    padding-left: 80px;
}
#footer .outer1 .outer_3 {
    float: left;
    margin-top: 30px;
    margin-bottom: 60px;
    font-size: 13px;
    line-height: 1.5;
    padding-left: 80px;
  
}