* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font: 12px/20px 'Microsoft Yahei Regular', 'Microsoft Yahei';
    color: #222;
}

body,
dl,
dd,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

img {
    border: 0;
    vertical-align: middle;
}

em,
strong {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

a {
    background-color: transparent;
    color: #2196f3;
    text-decoration: none;
}

a:active,
a:hover {
    outline: 0;
}


/*to enable resizing for IE*/

input,
textarea,
select {
    *font-size: 100%;
}

.clearfix,
.row {
    clear: both;
}

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
    content: " ";
    display: table;
}

.clearfix:after,
.row:after {
    clear: both;
}

.form-group div.hr {
    border: none;
    padding-top: 0;
    padding-bottom: 32px;
    margin: 16px 0;
}


/*------------public------------*/

.text-right {
    text-align: right;
}

.row {
    /* margin-left: -8px;
    margin-right: -8px; */
    margin-bottom:15px;
}

.col-md-1,
.col-md-2,
.col-md-11,
.col-md-3,
.col-md-5,
.col-md-4,
.col-md-8,
col-md-11 {
    float: left;
}

.col-md-1,
.col-md-2,
.col-md-11,
.col-md-3,
.col-md-5,
.col-md-4,
.col-md-8,
col-md-11 {
    position: relative;
    min-height: 1px;
    padding-left: 8px;
    padding-right: 8px;
}

.col-md-1 {
    width: 8.33333333%
}

.col-md-2 {
    width: 16.66666667%
}

.col-md-3 {
    width: 25%;
}

.col-md-4 {
    width: 33.33333333%;
}

.col-md-5 {
    width: 41.66666667%;
}

.col-md-8 {
    width: 66.66666667%;
}

.col-md-11 {
    width: 100%
}


/*------formPublic-------------*/

.control-label {
    display: inline-block;
    max-width: 100%;
    font-weight: bold;
    font-size: 14px;
    padding: 6px 8px 6px 16px;
    text-align: right;
    color: #333;
    margin-right: 0;
}

.form-control {
    display: block;
    width: 100%;
    height: 32px;
    padding: 4px;
    font-size: 12px;
    line-height: 20px;
    color: #222222;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #9ABCE5;
    border-radius: 2px;
}

.form-control:focus {
    border-color: #2196f3;
    outline: 0;
}

.form-control::-moz-placeholder {
    color: #BBD5EF;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #BBD5EF;
}

.form-control::-webkit-input-placeholder {
    color: #BBD5EF;
}


/*------------publicBtn---------------*/

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    outline: none !important;
    padding: 6px 8px;
    font-size: 14px;
    line-height: 20px;
    border-radius: 2px;
    min-width: 80px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    font-family: 'Microsoft Yahei'
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn:hover,
.btn:focus,
.btn.focus {
    color: #222222;
    text-decoration: none;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-primary {
    color: #fff;
    background-color: #2196f3;
    border: none;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active {
    color: #ffffff;
    background-color: #0d86ea;
    border-color: none;
}

.btn-primary:active,
.btn-primary.active {
    background-image: none;
}

.btn-default {
    color: #222222;
    background-color: #ffffff;
    border: 1px solid #efefef;
    padding: 5px 8px;
}

.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active {
    color: #222222;
    background-color: #efefef;
    border-color: none;
}


/*-----------------------------------------------------------------��¼---------------------------------------------------------------*/

body {
    min-width: 1136px;
}

div.card.denglu-card {
    width: 330px;
    height: auto;
    padding: 42px 36px 12px 36px;
    top: 20%;
    right: 100px;
    position: absolute;
    border-radius: 5px;
    left: 60%;
    background-color: #fff;
    margin-bottom: 16px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.denglushouye {
    background-position: center 50px;
    position: relative;
    height: 100%;
    width: 100%;
    background-color: #fff;
    display: table;
    vertical-align: middle;
    margin: 0 auto;
}

.denglushouye .center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 692px;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}

.denglushouye .top_area {
    height: 125px;
}
.denglushouye .nav_area{
	height: 44px;
	background: #02662e;
}
.denglushouye .center_area {
    height: 300px;
    margin: 0 auto;
    border:1px solid #000;
}
.denglushouye .content_center_area {
    height: 300px;
    margin: 0 auto;
}

.denglushouye .content_center_area_zl {
    height: 520px;
    margin: 0 auto;
}

.denglushouye .content_center_area_fa {
    height: 640px;
    margin: 0 auto;
}
.content_center_area_gw{
	height: 60px;
    margin: 0 auto;
}
.denglushouye .content_bottom_area {
    height: 300px;
    margin: 0 auto;
}

.denglushouye .bottom_area {
    height: 40px;
    background: #F4F5F6;
    margin-top: 80px;
}

.denglu-card .form-horizontal {
    padding-bottom: 0px;
}

div.card.denglu-card p {
    padding-top: 0px;
    color: #fe3f80;
    position: relative;
    margin: 0px auto 0px 32px;
}

.denglu-card p>a {
    color: #02A8F3;
    font-weight: normal;
}

.denglu-card .btn {
    background-color: #497ECD;
    height: 35px;
    border-radius: 4px;
    width: 258px;
    margin-left: 8px;
    margin-bottom: 4px;
}

.denglu-card .btn:hover {
    color: #fff;
}

.denglu-card .md-https,
.denglu-card .md-timer-auto {
    color: #9ABCE5;
    font-size: 22px;
    vertical-align: middle;
    position: absolute;
    top: 4px;
    left: 14px;
}

.denglu-card span.validate {
    width: 23px;
    height: 20px;
    display: block;
    margin-left: -11px;
}

.denglu-card .md-arrow-forward {
    font-size: 22px;
}

.denglu-card .form-lg .form-control {
    padding-left: 29px;
}

.zclist .form-control.has-error,
.denglu-card .form-control.has-error,
.change-psd .has-error,
.psdmail .has-error {
    border: 1px solid #f44336;
}

.card.denglu-card .footer {
    text-align: center;
}

.card.denglu-card .footer * {
    color: #497ECD;
    padding-right: 8px;
    padding-left: 8px;
}

.card.denglu-card .border-left {
    border-left: 1px solid #cecece;
    font-weight: normal;
}

.psdmail h6 {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 4px;
    line-height: 24px
}

.psdmail .btn,
.psdmail .btn:hover {
    color: white;
    background-color: #02a8f3;
}

.zclist .row,
.change-psd .row {
    margin-bottom: 10px;
}

.denglu-card .row {
    margin-bottom: 19px;
}

.zclist .text-right a {
    float: left;
    font-size: 14px;
    line-height: 33px;
}

.zclist .form-group p,
.change-psd p,
.psdmail p {
    margin: 0px auto 0px 141px;
    color: #f44336;
}

.change-psd p {
    margin: 0px auto 0px 101px;
}

.showSweetAlert.sweet-alert .form-group input {
    display: inline-block;
}

.showSweetAlert.sweet-alert .form-group button {
    height: 43px;
    margin-top: 10px;
    background-color: #02a8f3;
}

.change-psd .form-group,
.psdmail-yzm .form-group {
    text-align: center;
}

.change-psd .hr .btn,
.psdmail-yzm .hr .btn {
    color: white;
    background-color: #02a8f3;
}

.error_msg {
    display: none;
}

span.validate {
    display: none;
    margin-top: 6px;
}

span.validate.ok {
    width: 23px;
    height: 20px;
    display: block;
    background-image: url(../images/ok.png);
}

span.validate.no {
    width: 20px;
    height: 20px;
    display: block;
    background-image: url(../images/no.png);
}

.b-red {
    border: 1px solid red;
}

.verify * {
    display: none;
}

.verify .show {
    display: block;
    width: 100px;
    height: 32px;
    float: right;
}

.verify button {
    font-size: 11px;
}

.denglu-card>h2 {
    color: #3E50B4;
    display: inline-block;
    margin: 0px auto 26px 0px;
    line-height: -24px;
    vertical-align: 20%;
    font-size: 24px;
}

.zclist input[name="code"] {
    width: 107px;
}

.psdmail .hr .btn {
    width: 452px;
}

.denglu-card>img.dl_img {
    display: inline-block;
    margin: 0px 0px 0px 8px;
}

.carousel {
    position: relative;
    width: 100%;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden
}

.carousel-inner>.item {
    position: relative;
    display: none;
    -webkit-transition: .6s ease-in-out left;
    -o-transition: .6s ease-in-out left;
    transition: .6s ease-in-out left
}

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    line-height: 1
}

@media all and (transform-3d),
( -webkit-transform-3d) {
    .carousel-inner>.item {
        -webkit-transition: -webkit-transform .6s ease-in-out;
        -o-transition: -o-transform .6s ease-in-out;
        transition: transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        perspective: 1000px
    }
    .carousel-inner>.item.active.right,
    .carousel-inner>.item.next {
        left: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    .carousel-inner>.item.active.left,
    .carousel-inner>.item.prev {
        left: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    .carousel-inner>.item.active,
    .carousel-inner>.item.next.left,
    .carousel-inner>.item.prev.right {
        left: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block
}

.carousel-inner>.active {
    left: 0
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%
}

.carousel-inner>.next {
    left: 100%
}

.carousel-inner>.prev {
    left: -100%
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0
}

.carousel .carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    line-height: 1;
    width:100%;
    height: 501px;
    margin-top: 0px;
    position: relative;
}

.center-block .carousel .carousel-inner > .item > a > img,
.carousel-inner > .item > img {
    position: absolute;
}

.center-block .carousel-inner > .item {
    height: 501px;
}

.layui-layer .layui-layer-title,
.layui-layer .overflow .layui-layer-title {
    background-color: transparent;
    border-bottom: 0;
    padding: 0 24px;
    height: 80px;
    line-height: 80px;
    font-size: 16px;
}

.layui-layer-content {
    margin: 0 24px;
    overflow: visible;
}

.overflow.layui-layer {
    overflow: visible;
}

.layui-layer {
    border-radius: 2.5px;
}

.layui-layer-page .layui-layer-content {
    overflow-x: hidden!important;
}

span.validate.no {
    width: 20px;
    height: 20px;
    display: block;
    background-image: url("../images/no.png");
}

.zclist .errorText,
.psdmail .errorText,
.change-psd .errorText {
    font-size: 12px;
    color: #f44336;
    vertical-align: middle;
    line-height: 28px;
}

.top_logo {
    background-image: url("../images/login-logo.png");
    width: 295px;
    height: 57px;
    display: inline-block;
    margin: 35px 3% 0px 20px;
    float: left;
}

.top_title {
    display: inline-block;
    font-size: 36px;
    font-weight: 500;
    color:#02662e;
}

.top_by{
	/* background-image: url("../images/by.png"); */
    width: 290px;
    height: 35px;
    display: inline-block;
    margin: 45px 0px 0px 5%;
}

.top_xxbj{
    /* background-image: url("../images/xxbj.png"); */
    width: 29%;
    height: 125px;
    display: inline-block;
    float: right;
}

.nav_w986 {
    width:90%;
   
}
.nav_w986 li{
    float:left;
    font-size:14px;
    font-family: Microsoft Yahei;
    font-weight:bold;
    padding:0 25px;
    line-height: 40px;
}
.nav_w986 li a{
    color : #FFFFFF;
}


.bottom_tip_img {
    background-image: url("../images/prompt.png");
    width: 75px;
    height: 80px;
    display: inline-block;
    margin-left: 65px;
    margin-top: 21px;
}

.bottom_tip_text {
    display: inline-block;
    vertical-align: top;
    margin-top: 33px;
    margin-left: 16px;
    font-size: 12px;
    font-weight: 600;
}

.bottom_tip_copyright {
    margin-left: 35%;
    margin-top: 9px;
    font-size: 12px;
    text-align: center;
    color: #999999;
    height: 100%;
    display: inline-block;
    float: left;
}

.login-dis-none {
    display: none;
}

.margin-left-4{
    margin-left:4px;    
}

.margin-left-8{
    margin-left:8px;	
}

.margin-right-8{
    margin-right:8px;    
}

.margin-right-4{
    margin-right:4px;    
}

.margin-right-32{
    margin-right:32px;    
}

.margin-bottom-12{
    margin-bottom: 12px!important;
}
.head-language{
	right: 0px;
    float: right;
    margin-top: 34px;
    font-size: 12px;
}

.login-title{
	display: inline;
    font-size: 20px;
    font-weight: 700;
    color: #497ECD;
    margin-left: 8px;
}

.login-footer-color{
	color: #666666;
}  

.height-28{
	height: 28px;
}

.line-height-28{
    line-height: 28px; 
}
 
.text-decoration-underline{
    text-decoration: underline;
}

.width-60 {
	width:60px;
}

.width-180 {
    width:180px;
}

.login-username-msg{
	display: inline-block;
	vertical-align: top;
}

.w987{
	background:#02662e;
	width:4px;
	heiht:10px;
}

.p-16 {
	padding:16px;
}
.p-t-12 {
	padding-top:6px;
}

.p-l-12 {
    padding-left:6px;
}

.font-size-14 {
	font-family: Microsoft Yahei;
	font-weight:bold;
	font-size: 14px;
	color: #02662e;
	letter-spacing: 0;
}
.font-size-12 {
    font-family: Microsoft Yahei;
    font-size: 12px;
    color: #02662e;
    letter-spacing: 0;
    float: right;
}
.zpfa_content{
	display:inline-block;
	width:60%;
	float: left;
}
.zpfaall_content{
    display:inline-block;
    width:96%;
    float: left;
}
.zpfa_title,
.zpfa-content-title,
.zpfa-content-list{
	width:97%;
}
.zpfa_title h1{
	border-bottom: 1px solid #02662e;
	height:25px;
}

.gwxx_title h1{
    border-bottom: 1px solid #02662e;
    height:25px;
    line-height: 16px;
}

.login_content{
	display:inline-block;
	width:36%;
}
.login_title{
	width:100%;
}
.login_title h1{
    border-bottom: 1px solid #02662e;
    height:25px;
}

.zp-bColor-info-3 {
	font-family: Microsoft Yahei;
	font-size: 12px;
	color: #333333;
	letter-spacing: 0;
	
}
.zp-cColor-info-3{
	font-family: Microsoft Yahei;
	font-size: 12px;
	color: #666666;
	letter-spacing: 0;
	
}
.zp-col-md-3{
	width:25%;
	float:left;
}
.zp-col-md-2{
    width:14%;
    float:left;
}
.zp-col-md-1{
    width:10%;
    float:left;
}
.zp-border-t
{
	border-top:1px solid #eee;
	clear: both;
}
.zp-border-b
{
    border-bottom:1px solid #eee;
    clear: both;
}
.zp-text-caption{
	line-height: 20px;
	margin-top: -4px;
    margin-bottom: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.tz_title,
.tz-content-title,
.tz-content-list{
    width:96%;
}

.tz_title h1{
    border-bottom: 1px solid #02662e;
    height:25px;
}

.tz-col-md-5{
    width:50%;
    float:left;
}
.tz_content{
	display:inline-block;
	width:33%;
}
.login_bt{
	float:left;
}
.login_login{
	background-image: url("../images/dltb.png");
    width: 28.3px;
    height: 26px;
    display: inline-block;
    margin: 10px 0px 0px 30px;
}
.login_yhdl{
    font-family: Microsoft Yahei;
    font-size: 20px;
    color:#333333;
	display: inline-block;
    float:right;
    margin: 12px 0px 0px 10px;
}
.denglu_content{
	float:left;
	width:100%;
	margin: 15px 0px 0px 30px;
}

.login-text{
    display: inline-block;
    float: left;
    margin-top: 5px;
    font-family: Microsoft YaHei;
	font-size: 14px;
	color: #02662e;
}
.logon-mm{
    margin-left: 14px;
}
.btn-login{
	background: #02662e;
	margin-top: 15px;
	width: 78%;
}
.btn-login-text{
	font-family: Microsoft YaHei;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
}
.login-ljzc{
	text-align: center;
    width: 78%;
    font-family: Microsoft YaHei;
	font-size: 14px;
}
.login-ljzc a{
	color: #02662e!important;
}
.text-center{
	padding-left:16px;
}
.text-center li{
	float: left;
    margin-right: 10px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    width: 27px;
    height: 27px;
}
.text-center a{
    margin-left: 10px;
    color:#666666;
}
.page-total{
	width:80%;
	font-family: MicrosoftYaHei;
	font-size: 12px;
	color: #999999;
}
.page-text{
	height: 26px;
    padding: 4px;
    font-size: 12px;
    line-height: 20px;
    color: #222222;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #9ABCE5;
    border-radius: 2px;
    width: 40px;
    margin: 0px 5px 0px 5px;
    text-align: center;
}

.text-center .active{
	border:none;
	margin-top: 3px;
}
.ypzn_tznr{
    padding-top: 20px;
    padding-left: 10px;	
}
.ypzn_bt{
    text-align: center;
    font-size: 16px;
    font-family: Microsoft YaHei;
    padding-top: 20px;
    font-weight: bold;
}
.gwxx-span{
	display: inline-block;
    float: left;
    margin-top: 4px;
    margin-right: 8px;
    height: 17px;
    background: #02662e;
}
body .bh-form-groupname{
	border-left: 4px solid #02662e!important;
}
#gwxx-Form{
	padding-left:32px;
	padding-right:120px;
}
.gwxx-textarea{
	background: #fff!important;
	resize: none;
	border: none!important;
	box-shadow: none!important;
	overflow: auto;
}


.viewform{
    height:200px;
}
label{
    font-size:16px;
    text-align:right;
}
.modal-header{
    text-align: center;
    font-size:14px;
    margin-top:10px;
    text-align:center;
}
