﻿@charset "utf-8";
/* CSS Document */

body {
	width: 100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#fbfbfb;
}
.wrap{
	width: 100%;
	position: relative;
}
@font-face {
  font-family: 'iconfont';
  src: url('../font/iconfont.eot'); /* IE9*/
  src: url('../font/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../font/iconfont.woff') format('woff'), /* chrome、firefox */
  url('../font/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url('../font/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}
.w1230{
	width: 1230px;
	margin: 0 auto;
}
.search_box{
	width: 100%;
	height: 380px;
}
.min_box{
	width: 440px;
	text-align: center;
	position: absolute;
	left: 50%;
	margin-left: -220px;
	top: 80px;
}
.fadeInB{
	font-size: 42px;
    color: #4875ab;
    line-height: 42px;
    margin-bottom: 40px;
    text-align: center;
	font-weight: normal;
}
.kf_mod_searchBox {
    position: relative;
    width: auto;
}
.kf_mod_searchBox .searchBar {
    width: 100%;
    height: 40px;
    position: relative;
    background-color: #fff;
}
.searchBar input {
    border: 1px solid #4875ab;
    background-color: transparent;
    height: 38px;
    line-height: 38px;
    width: 87%;
    padding-left: 2%;
    padding-right: 10%;
    font-size: 14px;
    color: #666;
    -webkit-transition: border-color .3s;
    transition: border-color .3s;
    position: absolute;
    left: 0;
    top: 0;
	outline: 0;
}
.searchBar input:focus{
	border-color: #67acff;
}
.kf_mod_searchBox .searchBar button {
    width: 60px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    border: none;
    cursor: pointer;
    background-color: #4875ab;
	color: #fff;
}
.searchBar button:hover{
	background-color: #538acc;
    transition: all .4s;
}
.iconfont {
    font-family: iconfont!important;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: .2px;
    -moz-osx-font-smoothing: grayscale;
}
.searchBox p {
    font-size: 13px;
    margin-top: 10px;
    margin-left: 11px;
}
.searchBox p a{
	margin-right: 10px;
	color: #666;
	text-decoration: none;
}
.searchBox p a:hover{
	color: #4875ab;
}

.blue_box{
	width: 100%;
	padding-top: 30px;
	padding-bottom: 180px;
	background-color: #4875ab;
	position: relative;
}
.user{
    color: #fff;
    font-size: 14px;
	padding-top: 10px;
	text-align: center;
}
.user span,.user a{
    margin: 0 10px;
}
.user a{
    color: #fff;
}

.reg_list{
	width: 100%;
	height: 260px;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
}
.reg{    
	float: left;
	position: relative;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s,-webkit-transform .4s;
}
.reg:hover{
	-webkit-transform: translate3D(0,-15px,0);
    transform: translate3D(0,-15px,0);
}

.reg .item {
    display: block;
    width: 190px;
    height: 210px;
    background-color: #fff;
    margin: 0 13px;
	padding: 15px;
	text-decoration: none;
}

.item span{
	font-size: 18px;
	color: #4875ab;
	line-height: 50px;
}
.item .iconcon{
	vertical-align:bottom;
	margin-left: 10px;
	margin-right: 5px;
}
.item p{
	color: #333;
	font-size: 14px;
	line-height: 26px;
	margin-top: 26px;
}
.item .in_btn{
	width: 110px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	background-color: #4875ab;
	margin-top: 32px;
}
.in_btn:hover{
	background-color: #568ed1;
    transition: all .4s;
}
.item1 a{
	display: block;
	float: left;
	width: 90px;
	height: 30px;
	line-height: 30px;
	background-color: #4875ab;
	color: #fff;
	border-radius: 3px;
	text-align: center;
	margin-top: 5px;
}
.item1 a:hover{
	text-decoration: none;
	background-color: #568ed1;
    transition: all .4s;
}
.item1 .btn_02{
	float: right;
}
.item1 .btn_03{
	width: 190px;
	margin: 10px auto 0;
}
.item5{
	text-align: center;
}
.item5 .ewm{
	width: 140px;
	margin-bottom: 10px;
}
.item5 p{
	margin-top: 0px!important;
	text-align: left;
}
.item5 p a{
	color: #333;
}
.item5 p a:hover{
	color: #4875ab;
	text-decoration: none;
}
.item5 p img{
	width: 24px;
	vertical-align: bottom;
	margin-right: 6px;
}

/*密码取回系统*/
.min_boxC{
	width: 1160px;
	padding-top: 40px;
	padding-bottom: 40px;
	position: absolute;
	left: 50%;
	margin-left: -580px;
	top: 70px;
	box-shadow: 0px 0px 8px 3px #c5c5c5;
}
.fadeInC{
	font-size: 42px;
    color: #4875ab;
    line-height: 42px;
    margin-top: 40px;
    margin-bottom: 20px;
    text-align: center;
	font-weight: normal;
}
.pas_box1{
	width: 100%;
	height: 480px;
}
.bz_list{
	width: 600px;
	height: 62px;
	overflow: hidden;
	margin: 0 auto;
	background: url(../images/bz_bg0.png) center 0px no-repeat;
}
.bz_list2{
	background: url(../images/bz_bg1.png) center 0px no-repeat;
}
.bz_list3{
	background: url(../images/bz_bg2.png) center 0px no-repeat;
}
.bz_list4{
	background: url(../images/bz_bg3.png) center 0px no-repeat;
}
.bz_list li{
	width: 25%;
	height: 60px;
	float: left;
	text-align: center;
}
.bz_list li p{
	color: #999999;
	font-size: 12px;
	margin-top: 5px;
}
.bz_list li .bz_yep{
	background: url(../images/bz_yep.png) center no-repeat;
}
.bz_ture p{
	color: #62be92!important;
}
.bz_list .bz_y{
	width: 40px;
	height: 40px;
	line-height: 37px;
	font-size: 16px;
	color: #535353;
	margin: 0 auto;
	background: url(../images/bz_no.png) center no-repeat;
}
.bz_list .onw p{
	font-size: 14px;
}
.bz_list .onw .bz_y,.bz_list .onw p{
	color: #009c51;
}
.table{
	margin: 30px auto 0;
	font-size: 14
}
.table tr{
	line-height: 68px;
}
.table .text{
	width: 103px;
	text-align: right;
	font-size: 16px;
	color: #333;
}
.notice{
	text-align: left;
	color: #dc5050;
}
.table .input,.btn_td{
	width: 300px;
}
.table .input .count{
	width: 260px;
	height: 36px;
	border: 1px solid #5590c2;
	padding-left: 12px;
	color: #333;
	font-size: 14px;
	outline: none;
}
.table input:focus{
	border-color: #67acff;
}
.input .yzm_put{
	width: 140px;
	height: 36px;
	border: 1px solid #5590c2;
	padding-left: 12px;
	color: #333;
	font-size: 14px;
	outline: none;
}
.input img{
	width: 108px;
	height: 36px;
	margin-left: 12px;
}
.tice{
    margin-left:10px;
    color: #09b026;
}
.tice img{
    margin-right:2px;
    vertical-align:middle;
}
.qd_btn{    
    display: block;
    width: 260px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    background-color: #4875ab;
    margin: 10px auto 0;
    cursor: pointer;
    border: none;
}
.qd_btn:hover{
	text-decoration: none;
	background-color: #538acc;
    transition: all .4s;
}

.table2{
	margin: 30px auto 0;
	font-size: 14px;
}
.table2 tr{
	line-height: 30px;
}
.table2 .text{
    width:23px;
}
.table2 .input{
	width: 320px;
	text-align: left;
	color: #555555;
	line-height: 30px;
}
.table2 .count{
	width: 186px;
	height: 30px;
	border: 1px solid #5590c2;
	padding-left: 12px;
	color: #333;
	font-size: 14px;
	outline: none;
}
.input .yzm_put2{
	width: 126px;
	height: 30px;
	border: 1px solid #5590c2;
	padding-left: 12px;
	color: #333;
	font-size: 14px;
	outline: none;
}
.lih_46{
	line-height: 50px!important;
}
.hq_yzm{
	color: #fff;
	padding: 5px;
	background-color: #4875ab;
	margin-left: 5px;
}

.table3{
	margin: 30px auto 0;
	font-size: 14
}
.table3 tr{
	line-height: 50px;
}
.table3 .text{
	width: 103px;
	text-align: right;
	font-size: 16px;
	color: #333;
}
.table3 .input,.btn_td{
	width: 230px;
}
.table3 .input .count{
	width: 210px;
	height: 36px;
	border: 1px solid #5590c2;
	padding-left: 12px;
	color: #333;
	font-size: 14px;
	outline: none;
}
.table3 input:focus{
	border-color: #67acff;
}
.table3 .qd_btn{
	width: 225px;
}
.yzm_sm{
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #555555;
	position: absolute;
	bottom: 12px;
}

.ture_box{
	text-align: center;
	line-height: 48px;
	margin-top: 30px;
}
.ture_box h1{
	color: #19bf6f;
	font-size: 24px;
	font-weight: normal;
}
.ture_box p{
	font-size: 18px;
	color: #555;
}
.ture_box .back{
	display: block;
	width: 260px;
	height: 36px;
	line-height: 36px;
	background-color: #4875ab;
	color: #fff;
	font-size: 16px;
	text-align: center;
	margin: 40px auto 0;
}
.back:hover{
	text-decoration: none;
	background-color: #538acc;
    transition: all .4s;
}


.table4{
	margin: 30px auto 0;
	font-size: 14
}
.table4 tr{
	line-height: 40px;
}
.table4 .text{
	width: 158px;
	text-align: right;
	font-size: 14px;
	color: #555;
}
.table4 .input,.btn_td{
	width: 230px;
}
.table4 .input .count{
	width: 210px;
	height: 32px;
	border: 1px solid #5590c2;
	padding-left: 12px;
	color: #333;
	font-size: 14px;
	outline: none;
}
.table4 .qd_btn{
	width: 225px;
}
.table4 .way{
	width: 224px;
	height: 32px;
	outline: none;
	cursor: pointer;
	font-size: 14px;
}
.min_boxC .mail_sm{
	text-align: center;
	color: #555;
	font-size: 18px;
	line-height: 48px;
	margin-top: 60px;
}
.qd_mail{
	margin: 40px auto 0;
}



.stop_yzm{
    padding: 8px;
	line-height: 30px;
	background-color: #999;
	margin-left: 5px;
	text-align: center;
	color: #f3f3f3!important;
	font-size: 12px;
	cursor: default;
	text-decoration: none!important;
    pointer-events:none;

}

.foot a{
	color: #fff;
}
.blbl {
    animation: myfirst 1s infinite ease-in-out;
    -webkit-animation: myfirst 1s infinite ease-in-out;
}
@keyframes myfirst
{
    50% {box-shadow: 0 0 50px #ffffff inset;}

}
@-webkit-keyframes myfirst /* Safari 与 Chrome */
{
    50% {box-shadow: 0 0 50px #ffffff inset;}
}

label{
	cursor: pointer;
}
button{
	outline: 0;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.mr_l_no{
	margin-left: 0!important;
}
.mrl_20{
	margin-left: 20px!important;
}

 .default {
      background-color:#eeeeee;
        }

        .weak {
            background: #FF0000;
        }

        .medium {
            background: #FF9900;
        }

        .strong {
            background: #33CC00;
        }

       #PassWord2 span {
            display: inline-block;
            width: 30px;
            height: 15px;
            line-height: 15px;
            text-align: center;
            margin-top:20px;
            color:#fff;
            
        }
         #PassWord4 span {
            display: inline-block;
            width: 30px;
            height: 15px;
            line-height: 15px;
            text-align: center;
            margin-top:20px;
            color:#fff;
            
        }
