/* 布局 */
*{
    margin: 0;
    padding: 0;
}
.container {
    width: 100%;
 }
 
 @media (min-width:576px) {
    .container {
        max-width: 540px;
        margin: 0 auto;
    }
 }
 
 @media (min-width:768px) {
    .container {
        max-width: 720px;
        margin: 0 auto;
    }
 }
 
 @media (min-width:992px) {
    .container {
        max-width: 960px;
        margin: 0 auto;
    }
 }
 
 @media (min-width:1200px) {
    .container {
        max-width: 1200px;
        margin: 0 auto;
    }
 }
 .margin_dtyle {
    margin-bottom: 68px;
	margin-top: 100px;
}
.layer_star {
    display: -webkit-box; /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box; /* Firefox 17- */
    display: -webkit-flex; /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex; /* Firefox 18+ */
    display: -ms-flexbox; /* IE 10 */
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: center
}

.layer_nostar {
    display: -webkit-box;
    display: -moz-box; 
    display: -webkit-flex; 
    display: -moz-flex; 
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
}

.layer_center {
    display: -webkit-box;
    display: -moz-box; 
    display: -webkit-flex; 
    display: -moz-flex; 
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center
}

.layer_nocenter {
    display: -webkit-box;
    display: -moz-box; 
    display: -webkit-flex; 
    display: -moz-flex; 
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
}

.layer_end {
    display: -webkit-box;
    display: -moz-box; 
    display: -webkit-flex; 
    display: -moz-flex; 
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    align-items: center
}

.layer_noend {
    display: -webkit-box;
    display: -moz-box; 
    display: -webkit-flex; 
    display: -moz-flex; 
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
}

.layer_between {
    display: -webkit-box;
    display: -moz-box; 
    display: -webkit-flex; 
    display: -moz-flex; 
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    /* align-items: center */
}

.layer_nobetween {
    display: -webkit-box;
    display: -moz-box; 
    display: -webkit-flex; 
    display: -moz-flex; 
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}

.flex_star {
    display: -webkit-box;
    display: -moz-box; 
    display: -webkit-flex; 
    display: -moz-flex; 
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    align-items: flex-start
}

.flex_center {
    display: -webkit-box;
    display: -moz-box; 
    display: -webkit-flex; 
    display: -moz-flex; 
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    align-items: center
}

.flex_warp {
    display: -webkit-box;
    display: -moz-box; 
    display: -webkit-flex; 
    display: -moz-flex; 
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap
}
.main{
    width: 100%;
    height: 100%;
}
.main_top{
    width: 100%;
    height: 100vh;
    background: url(images/dlbg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main_left{
    width: 50%;
    background-image: linear-gradient(to right, #296de4 , #4caef4);
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    box-shadow: 0 0 50px #1584ca;
}
.main_top_con{
   /*height: 720px;*/
}
img{
    width: 100%;
    height: 100%;
}

.img1{
    width: 90%;
}


.main_right{
    width: 50%;
    background: #fff;
    padding: 32px 0;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    box-shadow: 0 0 50px #1584ca;
}
.title{
    text-align: center;
    color: #555;
    font-size: 28px;
    margin-top: 0px;
}
.bottom_con{
    width: 23%;
    background: #fff;
    box-shadow: 5px 5px 5px gainsboro;
    margin: 40px 35px;
    border-radius: 11px;
}
.bottom_con_img{
    width: 100px;
    height: 100px;
    margin:30px  auto;
}
.bottom_con p:nth-child(2){
    color: #333;
    font-size: 18px;
    margin: 0  0 44px;
}
.bottom_con p:nth-child(3){
    color: #566166;
    font-size: 14px;
    margin: 0 24px 74px;
    line-height: 24px;
}
.bottom_bg{
    background: url(images/zy7.png);
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: 50px;
}
.bottom_img{
    width: 600px;
    height: 400px;
    margin: 0 40px;
}
.bottom_right{
    background: #fff;
    width: 516px;
    height: 246px;
    border-radius: 10px;
    box-shadow:0 0 50px #cce0ed;
}
.bottom_padding{
    padding: 100px 0;
}
.bottom_right p{
    color: #566166;
    font-size: 16px;
    margin: 0 0 0 54px;
    line-height: 38px;
}
.bottom_right p:nth-child(1){
    color: #333;
    font-size: 20px;
    margin: 55px 0 27px 54px;
}
.footer{
    height: 100px;
    background: #3f5163;
}
.footer_left{
    width: 50%;
}
.footer_left P{
    color: #fff;
    opacity: 0.6;
    font-size: 14px;
}
.footer_right{
    width: 50%;
}
.footer_right p{
    color: #fff;
    font-size: 20px;
}
.footer_img{
    width: 100px;
    height: 60px;
}
.user_img{
    width: 15px;
    height: 15px;
}
.pwd_img{
    width: 15px;
    height: 15px;
}
.inputLi{
    width: 50%;
    cursor: pointer;
    margin:39px auto;
}
.inputLi .to_login{
    cursor: pointer;
}
.inputLi input{
    outline: none;
    border: none;
    width: 100%;
    height: 40px;
    padding-left: 20px;
    color: #204c96;
}
.border_bottom{
    border-bottom: 1px solid #98b6e9;
}
.inputLi button{
    width: 300px;
    height: 45px;
    color: #fff;
    background: #204c96;
    border: none;
    outline: none;
    border-radius: 30px;
}

.inputLi1 button{
    width: 300px;
    height: 45px;
    color: #fff;
    background: #204c96;
    border: none;
    outline: none;
    border-radius: 30px;
}

.logo{
    width: 300px;
    height: 30px;
    margin: auto;
}
.width_style{
    width: 300px;
    margin: auto;
    font-size: 14px;
    color: #204c96; 
    margin: 20px auto;
    margin-top: -4%;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #6f91c9;
  }
  ::-moz-placeholder { /* Firefox 19+ */
    color: #6f91c9;
  }
  :-ms-input-placeholder { /* IE 10+ */
    color: #6f91c9;
  }
  :-moz-placeholder { /* Firefox 18- */
    color: #6f91c9;
  }