﻿/*-----------------[初始化]--------------*/
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-tap-highlight-color: transparent;
}
h1,h2,h3,h4,h5,h6,p ,a,span{   
    font-size:100%;   
    font-weight:normal;
    margin:0;
    padding:0;   
    font-style:normal;
} 

html {
    height: 100%;
}
ul,li{
    list-style: none;
}
@font-face {
    font-family: 'iconfont';
    src: url('../fonts/iconfont.eot');
    src: url('../fonts/iconfont.eot') format('embedded-opentype'), 
    url('../fonts/iconfont.woff') format('woff'), 
    url('../fonts/iconfont.ttf') format('truetype'), 
    url('../fonts/iconfont.svg') format('svg')
}

body {
    position: relative;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    font-family: 'Microsoft Yahei', "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    min-width: 320px;
    max-width: 640px;
    background-color: #fff;
}

a {
	text-decoration: none;
    color: #333;
}

a:hover {
    color: #fff;
}

img {
    max-width: 100%;
}

@keyframes head {
    0% {
        opacity: 0;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }
}
.header_zy {
    animation: head 1s forwards;
    -webkit-animation: head 1s forwards;
    animation-delay: .6s;
    -webkit-animation-delay: .6s;
}
.xf18_tc {
    width: 100%;
    /*! left: 7%; */
    top: 16%;
    border-radius: 0px;
    overflow: hidden;
    /*background:;
    box-shadow: 0px 10px 80px 1px #333333;*/
    z-index: 102;
    /*display: none;*/
    z-index: 11112;
}
.xf18_tc img {
    display: block;
    width: 100%;
}
.xd18_gbimg {
    position: absolute;
    width: 30px!important;
    right: 0;
    top: 0;
    padding: 5px;
    box-sizing: border-box;
}
.xf18_tc h2 {
    margin-left: 5%;
    font-size:16px  ;
    line-height: 32px;
    color: #444;
}
.xf18_tc div {
    overflow: hidden;
    width: 100%;
    font-size: 13px;
    line-height: 30px;
    margin: 10px 0;
}
.xf18_tc div li {
    width: 15%;
    float: left;
    border: 1px solid #DCDCDC;
    margin: 0% 0 2% 3%;
    text-align: center;list-style: none;
}
.xf18_tc div .xd18_tcli {
    background-color:rgb(233,173,56) !important;
    color: #ffffff!important;
}
.xf18_tc .xf18dh_box {
    border: 1px solid #DCDCDC;
    margin-left: 5%;
    width: 42%;
    height: 32px;
    line-height: 32px;
    margin-bottom: 10px;
    font-size: 13px;
    padding-left:6px;
    box-sizing: border-box;
}
.xf18_submit {
    display:block;
    margin: 15px auto 15px ;
    margin-top:0;
    background-color: rgb(233,173,56);
    color: #ffffff;
    line-height: 30px;
    font-size: 16px;
    border: none;
    text-align:center;
}
.announceDiv {
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    /*margin-bottom:12px;*/
    background: #fde9d6;
}
.announceDiv a{
    color: #000;
}
.announceDiv li {
    height: 36px;
    line-height: 36px;
}
.announceDiv li img{
    width: 20px;
    margin-right: 5px;
    display: inline-block;
}
.announceDiv li p{
    font-size: 15px;
    display: inline-block;
}
.announceDiv li img,.announceDiv li p{
    vertical-align: middle;
}
.mshadow_window{
    background-size: 100%;
}
    #z1 #z2 #z3 #z4{color: #fff}
    p{margin-bottom: 0;}
    .cont_1 .gallery-top .swiper-slide {
        text-align: center;
    }
    .jj{
        line-height: 22px;
        padding: 0px 0 0px;
        color: #212121;
        }.students_tab{
            background-color: #C6C4C4;
        }
        .students-top .swiper-slide-active{
            background:rgb(233,173,56);
        }
        .students-top .swiper-slide{
            text-align: center;
            color: #fff;
        }
        .students-top p{line-height: 24px;font-size: 14px;}
        .students-top-1 i{
            z-index: 9;

            position: absolute;

            display: block;

            width: 0;

            height: 0;

            top: 131px;

            left: 56px;

            border-top: 10px solid #E9AD38;

            border-right: 5px solid transparent;

            border-left: 5px solid transparent;
        }
        .swiper-pagination-bullet {
            width: 12px;
            height: 12px;
            display: inline-block;
            border-radius: 100%;
            background: #000;
            opacity: .7;
        }
        .swiper-pagination-bullet-active {
            opacity: 1;
            background: #c07e2e;
            width: 24px;
            height: 12px;
            border-radius: 6px;
        }






/*底部表单开始*/

.bmbd{
        float: right;
    width: 100%;
    border-radius: 10px;
    font-size: 14px;
}
.input1{
        height: 60px;
    margin: 0px 5px 15px 0px;
    font-size: 18px;
    color: #757575;
    letter-spacing: 2px;

}

.input1 input{
        width: 100%;
    height: 60px;
    font-size: 18px;
    color: #757575;
    border: #dcdcdc solid 1px;
    margin-left: 6%;
    border-radius: 10px;
    padding-left: 15px;
    line-height: 60px;
}
.input1 select{
        width: 90%;
    height: 60px;
    font-size: 18px;
    color: #757575;
    border: #dcdcdc solid 1px;
    margin-left: 6%;
    border-radius: 10px;
    padding-left: 15px;
    line-height: 60px;
    background-color: #fff;
}
.coolbg{
        width: 80%;
    height: 45px;
    background: #4a4a4a;
    display: block;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 10px;
    box-shadow: 2px 2px 10px #909090;
    color: #FFF;
    line-height: 42px;
    font-size: 26px;
    letter-spacing: 2px;
    margin: 0 auto;
}



.form_box{width: 100%;background-size: cover;background-repeat: no-repeat;background-position: center; max-width: 640px;}
.form_box .form{border-radius: 10px;color: #fff;}
.form_box .form ul{padding: 0px 20px 0;}
.form_box .form .li_gender{margin-bottom: 18px;text-align: center;font-size: 0;}
.form_box .form .li_gender label.m{background-image: url("images/ico-hm-1.png");}
.form_box .form .li_gender label.f{background-image: url("images/ico-hm-2.png");}
.form_box .form .li_gender label{position: relative;margin: 0 21px;display: inline-block;width: 60px;height: 80px;background-position: center center;background-repeat: no-repeat;cursor: pointer;-webkit-background-size: 55px auto;background-size: 55px auto;}
.form_box .form .li_gender em{position: absolute;right: 2px;bottom: 0;display: none;width: 17px;height: 17px;background: url(images/ico-checked-1.png) center center no-repeat;-webkit-background-size: 100% 100%;background-size: 100% 100%;}
.form_box .form .li_gender .checked em{display: block;}
.form_box .form .li_gender input{display: none;}
.form_box .form .li_items{border: 1px solid #ccc;margin-bottom: 10px; width: 47%;}
.form_box .form .d1{float: left;width: 100px;height:30px;line-height: 30px;text-align: center;font-size: 16px;border-right: 1px solid #b69978;color: #fff;font-weight:bold;}
.form_box .form .d1 em{color: #f0ac27;}
.form_box .form .d2{padding: 0 13px 0 20px; box-shadow:0 0 1px  inset; margin: 0;}
.form_box .form .inp-form{display: block;width: 100%;height: 35px;line-height: 35px;border: none;font-size: 16px;border-radius: 10px;color: #b6b6b6; background-color: #fff; font-weight: 800;}
.form_box .form .select{position: relative;cursor: pointer;}
.form_box .form .select .cur{background-image: url("/images/ico-three-16.png");display: block;width: 100%;height: 100%;background-position: right center;background-repeat: no-repeat;-webkit-background-size: 8px auto;background-size: 8px auto;}
.form_box .form .select .s-list{overflow: hidden;display: none;height: 146px;padding-top: 0px;margin-top: 0px;padding-bottom: 0px;margin-bottom: 0px;position: absolute;top: 37px;left: -21px;right: -14px;display: none;z-index: 2;background-color: #9f805c;border: 1px solid #b69978;}
.form_box .form .select .s-list a{padding: 0 13px 0 20px;display: block;height: 45px;line-height: 45px;font-size: 16px;color: #fff;-o-transition: .5s;-ms-transition: .5s;-moz-transition: .5s;-webkit-transition: .5s;transition: .5s;}
.form_box .form .select .s-list a:hover{color: #f0ac27;}
.form_box .form .btn-form{border-radius: 9px;margin: 20px auto 0;display: block;width: 140px;height: 45px;line-height: 45px;color: #fff;font-size: 16px;text-align: center;background-color: #dca436;border: none;cursor: pointer;}
.d2 select{background: none;border:none;font-size: 18px;color: #b6b6b6;height: 45px;line-height: 45px;-webkit-appearance: none;-moz-appearance: none;appearance: none;width: 100%; font-weight: 800;}
.d2 select option{background: #fff;color: #333}
.coolbg2{
        width: 60%;
    height: 35px;
    background: rgb(233,173,56);
    display: block;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 10px;
    box-shadow: 2px 2px 10px #909090;
    color: #FFF;
    line-height: 32px;
    font-size: 18px;
    letter-spacing: 2px;
    margin: 0 auto;
}



.xf18_tc1 {
    width: 100%;
    top: 16%;
    border-radius: 0px;
    overflow: hidden;
    z-index: 11112;
    margin-top: 115px;
      }
.xf18_tc1 img {
        display: block;
        width: 100%;
      }
.xd18_gbimg {
        position: absolute;
        width: 30px!important;
        right: 0;
        top: 0;
        padding: 5px;
        box-sizing: border-box;
      }
.xf18_tc1 h2 {
        margin-left: 5%;
        font-size:16px  ;
        line-height: 32px;
        color: #444;
      }
.xf18_tc1 div {
        overflow: hidden;
        width: 100%;
        font-size: 13px;
        line-height: 30px;
      }
.xf18_tc1 div li {
        width: 26%;
        float: left;
        border: 1px solid #DCDCDC;
        margin: 0% 0 2% 3%;
        text-align: center;list-style: none;
      }
.xf18_tc1 div .xd18_tcli {
        background-color:rgb(233,173,56) !important;
        color: #ffffff!important;
      }
.xf18_tc1 .xf18dh_box {
        border: 1px solid #DCDCDC;
        margin-left: 5%;
        width: 42%;
        height: 32px;
        line-height: 32px;
        margin-bottom: 10px;
        font-size: 13px;
        padding-left:6px;
        box-sizing: border-box;
      }
.xf18_submit {
        display:block;
        margin: 15px auto 15px ;
        margin-top:0;
        background-color: rgb(233,173,56);
        color: #fff;
        line-height: 30px;
        font-size: 16px;
        border: none;
        text-align:center;
      }




.c-windows-wb .itemswb .itemwb-top{height:5.5rem;}
