
body {
    background-color: #F2F2F2;
    position: relative;
}

a {
    color: #6D6D6D;
}

a:hover, a:focus {
    color: #226EBC;
    text-decoration: none;
}

.container {
    width: 1170px !important;
    margin: 0 auto;
}

.sec-color {
    color: #FFA100;
}

.block {
    border: 1px solid #E6E6E6;
}

.unpadding {
    padding: 0;
}

.common {
    width: 1200px;
}

.is-authen {
    color: #FFA100;
}

.is-uncertified {
    color: #8E8E8E;
}

.btn-sec {
    color: white;
    background-color: #FFA100;
}
.btn-main {
    color: white;
    background-color: #226EBC;
}
.btn-red {
    color: white;
    background-color: red;
}
.btn-white {
    color: #6D6D6D;
    background-color: white;
    border: 1px solid #E6E6E6;
}
.btn-sec:hover, .btn-main:hover, .btn-red:hover, .btn-white:hover {
    color: #226EBC;
    background-color: white;
    border: 1px solid #E6E6E6;
}

.top {
    color: white;
    background-color: #9A9A9A;
}
.top font {
    size: 1em;
}
.top a {
    color: white;
}
.top ul {
    margin: 0;
}
.top ul li {
    margin: 0 7px 0 7px;
    float: left;
    height: 35px;
    line-height: 35px;
}
.top ul li .gzhA{
    position: relative;
}
.top ul li .gzhA img{
    position: absolute;
    top: 30px;
    left:0px;
    display: none;
    z-index: 999;
}


.logo {
    background-color: white;
    border: 1px solid #E6E6E6;
}
.logo-img {
    margin: 44px 0 44px 25px;
}
.logo-city {
    margin: 55px 0 0 40px;
    font-size: 1.5em;
}
.logo-city a {
    color: #FFA100;
}
.logo-change {
    margin: 0 0 0 38px;
    color: #9A9A9A;
    font-size: 0.8em;
}
.logo-search {
    margin: 55px 0 0 38px;
    width: 450px;
    height: 40px;
    border-color: #226EBC;
    border-width: 2px;
}
.logo-submit {
    margin: 55px 0 0 0;
    height: 40px;
    width: 120px;
    font-size: 18px;
    background-color: #226EBC;
    color: white;
    border-color: #226EBC;
}
.logo-publish {
    margin: 55px 0 0 20px;
    height: 40px;
    width: 140px;
    font-size: 18px;
    background-color: #226EBC;
    color: white;
    border-color: #226EBC;
}

.wlogin-title {
    color: #226EBC;
    font-size: 2em;
}
.wlogin-btn-login {
    background-color: #226EBC;
    color: white;
    font-size: 1.5em;
    text-align: center;
}

.navi {
    background-color: #226EBC;
    height: 38px;
    line-height: 38px;
    font-size: 1.5em;
}
.navi-focuse {
    background-color: #FFA100;
}
.navi li {
    color: white;
    width: 108px;
}

.navbar {
    border: 0;
    height: 38px;
    min-height: 38px;
    max-height: 38px;
    margin-bottom: 0;
    padding-left: 2px;
}
.navbar li {
    font-size: 17px;
}
.navbar li a {
    padding: 1.2em 3.1em 1em 3.2em;
    height: 38px;
    line-height: 0;
}
.navbar-static-top {
    z-index: 0;
}

.pager {
    padding-left: 0;
    list-style: none;
    text-align: center;
}
.pager li {
    display: inline;
}
.pager li > a,
.pager li > span {
    display: inline-block;
    padding: 5px 14px;
    border: 1px solid #E6E6E6;
    border-radius: 0;
}
.pager li > a:hover,
.pager li > a:focus {
    color: white;
    text-decoration: none;
    background-color: #226EBC;
}
.pager .next > a,
.pager .next > span {
    float: right;
}
.pager .previous > a,
.pager .previous > span {
    float: left;
}
.pager > .page-active > a, .pager > .page-active > a:hover, .pager > .page-active > a:focus,
.pager > .page-active > span,
.pager > .page-active > span:hover,
.pager > .page-active > span:focus {
    z-index: 3;
    color: white;
    background-color: #226EBC;
    border-color: #226EBC;
}

.footer {
    margin-top: 6px;
    padding: 2px 0 0 0;
    background: #2e3139;
}
.footer-title {
    text-align: center;
    /*color: #000;*/
    color: #fff;
    font-size: 1.3em;
    font-family: 'Microsoft YaHei';
}
.footer-verticalline {
    background-color: white;
    height: 100px;
    width: 1px;
    margin: 5px 0 0 0;
}
.footer li {
    /*color: #6D6D6D;*/
    color: #fff;
}
.footer-user {
    text-align: center;
    /*width: 135px;*/
    width: 200px;
    float: left;
}
.footer-promotion {
    text-align: center;
    width: 135px;
    float: left;
    display: none;
}
.footer-about {
    text-align: center;
    /*width: 135px;*/
    width: 200px;
    float: left;
}
.footer-QR {
    text-align: center;
    width: 250px;
}
.footer-contact {
    text-align: center;
    width: 250px;
    display: inline-block;
}
.footer-contact-phone {
    font-size: 34px;
    font-weight: bold;
    /*color: #226EBC;*/
    color: #ffa200;
    margin: 5px 0 0 25px;
    padding-top: 20px;
}
.footer-contact-time {
    line-height: 26px;
    color: #6D6D6D;
}
.footer-copyright {
    text-align: center;
    color: #6D6D6D;
    line-height: 30px;
    font-size: 16px;
    margin: 20px 0 20px 0;
}

.footer-copyright a {
    padding-left: 5px;
}
.footer-copyright img {
    padding-bottom: 4px;
}

.logoposi{
    width: 1170px !important;
    position: fixed;
    top: 0;
    left: calc(50% - 585px);
    background-color: rgb(250, 250, 250);
    z-index: 20;
    display: none;
}

/*短信登陆*/
.login_ts_0{
    padding: 10px 0 10px 100px;
    color: red;
    font-size: 16px;
    display: none;
}

.dx_login_div {
    margin-top: 10px;
}

.login_div_00{
    width: 100%;
    padding: 0 10%;
    text-align: center;
    margin-bottom: 10px;
}
.login_div_00 span {
    display: inline-block;
    width: 49%;
    line-height: 60px;
    font-size: 18px;
    border-bottom: 4px solid rgb(210, 210, 210);
    cursor: pointer;
    color: rgb(210, 210, 210);
}

.form-control_gt {
    width: 60%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.dx_login_002{
    display: none;
}
.sendSms_span{
    line-height: 34px;
    display: inline-block;
    border-radius: 5px;
    padding: 0 10px;
    margin-left: 10px;
    color: white;
    background-color: #FFA100;
    cursor: pointer;
}
.sendSms_span:hover{
    color: blue;
    background-color:white;
}


.zp_zsyq_0{
    position: absolute;
    top: -1px;
    left: -11px;
    width: 80px;
    height: 35px;
}
.zp_zsyq_1{
    position: absolute;
    top: -10px;
    left: 0px;
    width: 80px;
    height: 35px;
}
.zp_zsyq_00{
    float: left;
    width: 80px;
    height: 25px;
    line-height: 25px;
    background: rgb(30,159,255);
    color: #fff;
    font-size: 14px;
    text-align: center;
    font-weight: bolder;
    box-shadow: 2px 2px 2px #888888;
}
.zp_zsyq_01{
    float: left;
    border-top: 4px solid rgb(30,159,255);
    border-right: 5px solid rgb(30,159,255);
    border-left: 5px solid rgba(0,0,0,0);
    border-bottom: 4px solid rgba(0,0,0,0);
    box-shadow: 2px 1px 2px #888888;
}
.zp_zsyq_02{
    position: absolute;
    left: 0;
    top: 25px;
    border-top: 4px solid rgba(0,0,0,0);
    border-right: 5px solid rgba(0,0,0,0);
    border-left: 5px solid rgba(255,255,255,1);
    border-bottom: 4px solid rgba(255,255,255,1);
    box-shadow: -2px 4px 2px #fff;
}
.zp_zsyq_12{
    position: absolute;
    left: 0;
    top: 25px;
    border-top: 4px solid rgba(0,0,0,0);
    border-right: 5px solid rgba(0,0,0,0);
    border-left: 5px solid rgba(240,240,240,1);
    border-bottom: 4px solid rgba(240,240,240,1);
    box-shadow: -2px 4px 2px rgb(240,240,240);
}

.email_ul{
    position: absolute;
    border: 1px solid rgb(200,200,200);
    background: #fff;
    box-shadow: 1px 1px 4px rgb(201, 201, 201);
    display: none;
    z-index: 100;
    max-height: 300px;
    overflow: auto;
}
.email_ul>li{
    line-height: 40px;
    padding: 0 10px;
    height: 40px;
    overflow: hidden;
    border-top: 1px solid rgb(200,200,200);
    cursor: pointer;
}
.email_ul>li:hover{
    background: rgb(240,240,240);
}
.email_ul>li:first-of-type{
    border-top: 0;
}
#mLogin>a{
    padding: 0 5px;
    border: 1px solid rgb(154,154,154);
    box-sizing: border-box;
    height: 35px;
}
#mLogin>a:nth-of-type(1){
    float: left;
}
#mLogin>a:nth-of-type(2){
    float: right;
}
#mLogin>a:hover{
    background: #FFA100;
    color: #fff;
}

.carousel-caption{
    bottom: 30px;
    padding: 5px 0;
}
.carousel-indicators{
    bottom: 10px;
}

.nav.navbar-nav.dhul{
    padding: 0 !important;
    margin: 0 !important;
    background: rgb(34,110,188);
}
.nav.navbar-nav > #dhli {
    width: 162px !important;
    float: left !important;
}
.nav.navbar-nav > #dhli > a{
    padding: 0 !important;
    text-align: center !important;
    line-height: 38px !important;
    width: 166px !important;
}

.outTop_0{
    position: fixed;
    right: 10px;
    width: 32px;
    bottom: 100px;
    display: none;
    cursor: pointer;
}
.outTop_0>img{
    width: 40px;
}

/* 导航栏 */
.active::after{
    clear: both;
    content: '';
    display: block;
}
.zp_dh_o_0.navbar-nav .active{
    background: #FFA100;
}
a{
    color: #000;
    text-decoration: none;
}
.zp_dh_o{
    width: 100%;
    height: 38px;
    background: rgb(34,110,188);
}
.zp_dh_o_0{
    width: 1170px;
    margin: auto !important;
    float: none !important;
    background: rgb(34,110,188);
    height: 38px;
}
.zp_dh_o_0>a{
    float: left;
    width: 146.25px;
    width: calc(100%/8);
    color: #fff;
    font-size: 18px;
    height: 38px;
    line-height: 38px;
    text-align: center;
}
.zp_dh_o_0>a:hover{
    background: #FFA100;
    color: #fff;
}
.zp_dh_o_0>a.sel{
    background: #FFA100;
}
[data-class="zp_dh_o_0_hwzp"]{
    position: relative;
}
[data-class="zp_dh_o_0_hwzp"]>img{
    position: absolute;
    width: 26px;
    height: 16px;
    top: 2px;
    right: 8px;
}
.container{
    padding: 0;
}
.container>.row{
    margin: 0;
}
.footer-QR {
    position: relative;
    width: 469px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 40px;
    float: left;
}
.footer-QR>div {
    width: 90px;
    float: left;
    /*margin: 0 30px;*/
}
.footer-QR>div>img {
    width: 100%;
    height: 90px;
    margin-top: 20px;
}
.container_hu01 {
    padding-top: 54px;
    padding-bottom: 30px;
    box-sizing: border-box;
}
.container_hu {
    background-color: #2e3139;
    margin: 0 auto;
}
.wxgzhsm01:before {
    position: absolute;
    bottom: 0px;
    left: 0px;
    content: '';
    height: 100%;
    width: 1px;
    border-left: 1px solid #dbdbdb;
}
.wxxcxsm01:before {
    position: absolute;
    bottom: 0px;
    right: 0px;
    content: '';
    height: 100%;
    width: 1px;
    border-right: 1px solid #dbdbdb;
}
.list-unstyled a li {
    font-size: 14px;
    line-height: 26px;
}
.list-unstyled a li:hover{
    /*color: #226EBC;*/
    color: #ffa200
}
.container_hu01:before {
    position: absolute;
    bottom: 0px;
    left: 54px;
    content: '';
    width: 90%;
    height: 0;
    border-bottom: 1px solid #dbdbdb;
}
.list-unstyled {
    margin-top: 15px;
    /*background-color:#fff;*/
}
.footer-copyright a{
    color: #868687;
}
.footer-copyright {
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    color: #868687;
    margin: 20px 0 20px 0;
    height: 80px;
}
/* 导航栏 */


/*客服*/
.service{
	border-radius: 4px;
	padding: 5px 0;
	width: 130px;
	position: absolute;
	top: -100px;
	left: -130px;
	background-color: #fff;
	z-index: 999;
	display: none;
}
.service>ul>li{
	line-height: 30px;
	text-align: center;
	color: #666;
}
.service>ul>li .service-img{
	height: 90px;
	width: 90px;
	border-radius: 50%;
	background-color: #fff;
	margin: 10px auto;
}
.service>ul>li .service-img>img{
	width: 100%;
	height: 100%;
	border-radius: 50%;
	cursor: pointer;
}
.service-msg .service-name{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.service-msg .service-post{
	font-size: 15px;
	color: #666;
	text-align: center;
}
.service-zx>div:nth-of-type(1),
.service-zx>div:nth-of-type(2){
	font-size: 15px;
}
.service-mfjz{
	width: calc(100% - 20px);
	/*background-color: #226EBC;*/
	cursor: pointer;
	margin: 10px auto;
	border-radius: 2px;
	text-align: center;
	padding: 2px 0;
	position: relative;
    color: #fff;
    background: #226EBC;
    -webkit-transition: background-color .3s, color .3s;
    transition: background-color .3s, color .3s
}
.service-mfjz:before {
    content: '';
    position: absolute;
    top: -15px;
    left: -15px;
    bottom: -15px;
    right: -15px;
    background: inherit;
    z-index: -1;
    opacity: 0.5;
    -webkit-transform: scale3d(.6, .4, 1);
    transform: scale3d(.6, .4, 1);
    display: none\9;
}
.service-mfjz:hover {
    background: #FFA100;
    border-color: #FFA100;
    -webkit-transition: background-color .1s .3s, color .1s .3s;
    transition: background-color .1s .3s, color .1s .3s;
    -webkit-animation: anim-moema-1 .3s forwards;
    animation: anim-moema-1 .3s forwards
}

.service-mfjz:hover:before {
    -webkit-animation: anim-moema-2 .3s .3s forwards;
    animation: anim-moema-2 .3s .3s forwards;
}
@-webkit-keyframes anim-moema-1 {
    60% {
        -webkit-transform: scale3d(.8, .8, 1);
        transform: scale3d(.8, .8, 1)
    }

    85% {
        -webkit-transform: scale3d(1.1, 1.1, 1);
        transform: scale3d(1.1, 1.1, 1)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes anim-moema-1 {
    60% {
        -webkit-transform: scale3d(.8, .8, 1);
        transform: scale3d(.8, .8, 1)
    }

    85% {
        -webkit-transform: scale3d(1.1, 1.1, 1);
        transform: scale3d(1.1, 1.1, 1)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@-webkit-keyframes anim-moema-2 {
    to {
        opacity: 0;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes anim-moema-2 {
    to {
        opacity: 0;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.gs-msg{
    /*padding: 30px 50px 0 50px;*/
    padding: 30px 20px 0 80px;
    overflow: hidden;
    width: 100%;
}
.gs-msg>div>ul{
    float: left;
    width: 33.3%;
}

.gs-msg>div>ul>li{
    width: 96%;
    line-height: 30px;
    color: #fff;
    font-size: 13px;
    float: left;
}
.gs-msg>div>ul>li:nth-of-type(1){
    font-size: 16px;
    background-color: #2e3139;
}

#mLogin{
    position: relative;
    padding: 0 13px 0 2px;
}
#mLogin>.hc{
    position: relative;
}
#mLogin>.hc>.user_hint{
    position: absolute;
    left: -4px;
    top: 14px;
    display: block;
    background-color: red;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    display: none;
}
#mLogin>.hc>.account-bar>li>.user_hint{
    position: absolute;
    left: 4px;
    top: 14px;
    display: block;
    background-color: red;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    display: none;
}
#mLogin>a{
	position: relative;
    padding: 0 5px;
    border: 1px solid rgb(154,154,154);
    box-sizing: border-box;
    height: 35px;
    text-decoration: none;
    color: #fff;
}
#mLogin a:hover{
	color: #fff !important;
}
#mLogin:hover div>i{
	transform:rotate(180deg);
    -ms-transform:rotate(180deg); /* IE 9 */
    -webkit-transform:rotate(180deg); /* Safari and Chrome */
}
#mLogin>div>i{
	position: absolute;
    top: 14px;
    right: -10px;
    font-size: 0;
    height: 0;
    width: 0;
    border-width: 5px 4px;
    border-style: solid dashed;
    border-color: #fff transparent transparent;
    overflow: hidden;
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
}
.account-bar{
	position: absolute;
	left: -2px;
	top: 35px;
	background-color: #9A9A9A;
	z-index: 99999;
	width: 80px;
	display: none;
	padding: 0;
}
.account-bar>li{
    position: relative;
	margin: 0 !important;
	padding: 0;
	width: 100%;
	text-align: center;
	height: 32px !important;
	line-height: 32px !important;
	font-size: 14px;
}
#mLogin:hover .account-bar{
    display: block;
}
.account-bar>li:hover {
    background-color: #7a7878;
}

.empty-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
    font-size: 16px;
    font-weight: 500;
    color: #6d6d6d;
    cursor: default;
    background-color: #fff;
}
.empty-box>img{
    width: 70px;
    height: 70px;
}
.empty-text{
    margin-top: 20px;
}
.links-container {
    padding: 0 40px;
}
.links-title-box{
    padding: 5px 0 5px 0;
    border-bottom: 1px solid #DBDBDB;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.links-title-box .title-item{
    color: #fff;
    font-size: 15px;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    cursor: pointer;
    position: relative;
}
.links-title-box .title-item:hover{
    color: #ffa200;
}
.links-title-box .title-item.cur{
    color: #ffa200;
}
.links-title-box .title-item.cur::after {
    background-color: #ffa200;
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: -6px;
    left: 0;
}
.links-wrapper{
    padding-top: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #DBDBDB;
}
.links-wrapper a{
    font-size: 14px;
    /*color: #8d92a1;*/
    color: #fff;
    margin: 0 21px 0 0;
    line-height: 35px;
    display: inline-block;
    max-width: 125px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.links-wrapper:nth-of-type(3) a{
    margin-right: 15px;
}
.links-wrapper a:hover{
    color: #ffa200;
}
.links-content{
    position: relative;
    display: none;
    max-height: 76px;
    overflow: hidden;
}
.f_zk_sq{
    position: absolute;
    top: 8px;
    right: 0;
    cursor: pointer;
}
.f_zk_sq img{
    width: 15px;
    height: 15px;
}
.f_zk_sq span{
    font-size: 14px;
    /*color: #6d6d6d;*/
    color: #fff;
}
.links-content.limited{
    display: block;
}
.links-content.limited2{
    max-height: initial
}
::placeholder {
    color: #8d8e91 !important;
    opacity: 1;
    font-size: 14px !important;
}
input::-ms-clear{display:none;}/*删除文本框中的叉号*/
input::-ms-reveal{display:none;} /*删除密码框中的小眼睛*/
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
/*::-webkit-scrollbar {*/
    /*滚动条整体样式*/
/*    width: 16px;*/
    /*高宽分别对应横竖滚动条的尺寸*/
/*    height: 16px;*/
/*}*/

/*定义滚动条轨道 内阴影+圆角*/
/*::-webkit-scrollbar-track {*/
/*    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);*/
/*    background: #ededed;*/
/*    border-radius: 10px;*/
/*}*/

/*定义滑块 内阴影+圆角*/
/*::-webkit-scrollbar-thumb {*/
    /*滚动条里面小方块*/
/*    border-radius: 10px;*/
/*    background-color: skyblue;*/
/*    background-image: -webkit-linear-gradient(45deg,*/
/*            rgba(255, 255, 255, 0.2) 25%,*/
/*            transparent 25%,*/
/*            transparent 50%,*/
/*            rgba(255, 255, 255, 0.2) 50%,*/
/*            rgba(255, 255, 255, 0.2) 75%,*/
/*            transparent 75%,*/
/*            transparent);*/
/*}*/
/*首页底部*/

/*.index-footer{*/
/*    background-color: #2e3139 !important;*/
/*}*/
.index-footer .container_hu{
    background-color: #2e3139 !important;
}
.index-footer .footer-title{
    color: #fff;
}
.index-footer li{
    color: #fff !important;
}
.index-footer .footer-contact-phone{
    color: #ffa200
}
.index-footer .gs-msg>div>ul>li:nth-of-type(1) {
    font-size: 16px;
    background-color: #2e3139;
}
.footer-contact-phone-top{
    margin-top: 15px;
}
.index-footer-radius{
    float: left;
    width:10px;
    height:10px;
    border-radius:50%;
    background-color:#ffa200;
    margin: 10px 10px 10px 0;
}
.index-footer .gs-msg{
    padding: 30px 20px 0 80px !important;
}
.index-footer .list-unstyled{
    width: 80px !important;
}
.index-footer .list-unstyled a li{
    width: 80px !important;
    margin-left:60px !important;
}

.gs-msg>div>ul>li {
    width: 96%;
    line-height: 30px;
    color: #fff;
    font-size: 13px;
    float: left;
}
