@charset "utf-8";
/* CSS Document */
html{
    display: flex;
    justify-content: center;
}
body {
    position: relative;
    background: #fff;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #333;
    margin: 0 ;
    padding: 0;
    overflow-x: hidden;
    min-width: 1300px;
    min-height: 780px;
    width: 100%;
}

* {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #333;
}

a:hover {
    color: #1d62c7;
    text-decoration: none;
}

p {
    font-size: 16px;
    line-height: 30px;
    color: #666;

}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.banner {
    width: 100%;
    height: auto;
    min-height: 300px;
}

.banner-box {
    width: 100%;
    height: auto;
    background: #cecece;
    z-index: 9;
}

.banner-img {
    width: 100%;
    height: auto;

}

.banner-box .swiper {
    width: 100%;
    height: auto;


}

.banner-box .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner-box .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.top {
    width: 87%;
    padding: 0px 5%;
    min-width: 1000px;
    max-width: 1600px;
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 0;
    z-index: 9;
    /*	background: linear-gradient(to bottom,#eff2f6,#d2e6f5)*/
}

.login {
    width: 300px;
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.log, .reg {
    width: 130px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    line-height: 35px;
    color: #1e43c4;
    cursor: pointer;
    box-sizing: border-box;
}

.log img, .reg img {
    margin-right: 5px;
}

.log:hover, .reg:hover {
    border-radius: 20px;
    border: 1px solid #1e43c4;
}

.sreach {
    width: 400px;
    height: 40px;
    position: relative;
    background: none;

}

.nav-bg {
    width: 100%;
    height: 50px;
    position: absolute;
    top: 100px;
    background: #3254ca;
    z-index: 9;
}

nav {
    width: 100%;
    height: 50px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

nav a {
    height: 30px;
    color: #fff;
    text-align: center;
    font-size: 17px;
    line-height: 30px;
    display: block;
    margin: 0px 50px;

}

nav a:hover, .nav-current {
    /*	background: #ff8500;*/
    /*	border-radius: 30px;*/
    box-sizing: border-box;
    border-bottom: 3px solid #ffbd75;
    color: #ffbd75;
    font-weight: bold;
}

.sreach input[type="text"] {
    width: 400px;
    height: 40px;
    border: 1px solid #afc9ff;
    text-indent: 10px;
    color: #666;
    background: #fff;
    border-radius: 3px;
}

.sreach input[type="text"]:focus {
    outline-color: #7d95e5;
}

.sreach-button {
    width: 40px;
    height: 40px;
    background: url("../img/search.png") no-repeat 11px center;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 0px;
}

.sreach-button:hover {
    opacity: 0.6
}

.notice {
    width: 100%;
    height: 40px;
    background: #eef2f7;

}

.notice-box {
    width: 75%;
    height: 40px;
    min-width: 1200px;
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}

.box {
    padding-left: 20px;
    padding-right: 20px;
}

.notice-list {
    height: 40px;
    overflow: hidden;
    position: relative;
}

.scroll {
    width: 1500px; /*width的大小是根据下面li的长度和li个数而定的！*/
    position: absolute;
    left: 0;
    top: 0;
    margin-left: 100px;
}

.scroll li {
    width: auto;
    margin-right: 50px;
    float: left;
    line-height: 40px;
    text-align: center;
    color: #333;
}

.scroll li a {
    color: #333;
    font-weight: bold;
}

.zcgg-bg {
    width: 100%;
    height: auto;
    background: #f6f9ff;
    padding: 50px 0;
}

.nr-box {
    width: 75%;
    min-width: 1100px;
    max-width: 1600px;
    height: auto;
    margin: 0 auto;
}

h1 {
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 30px;
    font-weight: 500;
}

.more01 {
    height: 24px;
    font-size: 14px;
    border: 1px solid #1d62c7;
    color: #1d62c7;
    padding: 0px 15px;
    border-radius: 20px;
    float: right;
    line-height: 24px;

}

.more01:hover {
    border: 1px solid #ff8500;
    color: #ff8500;
}

.zcgg-tabs {
    width: 100%;
    height: 40px;
    margin-top: 30px;
}

.zcgg-tabs ul {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.zcgg-tabs ul li {
    width: 180px;
    height: 40px;
    line-height: 40px;
    background: #eef2f7;
    margin-right: 10px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
}

.zcgg-tab {
    width: 100%;
    min-height: 470px;
    padding: 30px 20px 0px 20px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0px 10px 10px #eceff5;
    border: 1px solid #f6f9ff;
}

.zcgg-current {
    background: #3254ca !important;
    color: #fff;

}

.zcgg-table {
    width: 100%;
    height: auto;
    border-collapse: collapse;
    margin-bottom: 20px;

}

.zcgg-table tr {
    width: 100%;
    height: 40px;

}

.zcgg-table tr:hover {
    background: #F8F8F8;
}

.zcgg-table tr th, .zcgg-table tr td {
    padding: 0px 5px;
}

.zcgg-table tr th {
    font-size: 16px;
    text-align: center;
    background: #d1e2fc;
}

.zcgg-table tr td {
    text-align: center;
    font-size: 16px;
    height: 46px;
}

.zcgg-table tr td:nth-child(1) {
    text-align: left;
}

.baomingzong {
    color: #ff8500;
}


.gys-cgr {
    width: 100%;
    min-width: 1300px;
    min-height: 200px;
    background: linear-gradient(to right, #c8d9f5, #c8d9f5, #0654be, #0654be)
}

.gys-cgr-bg {
    width: 100%;
    min-height: 200px;
    background-size: contain;
    background: url("../img/gys-bg.png") no-repeat center top;
    background-size: contain;
    display: block;
    justify-content: center;
}

.gys-cgr-box {
    width: 75%;
    min-width: 1200px;
    height: 180px;
    margin: 0 auto;
}

.gys, .cgr {
    width: 50%;
    height: 200px;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gys img, .cgr img {
    width: 120px;
    height: 120px;
}

.gys-login, .cgr-login {
    width: 300px;
    height: 110px;
    margin-left: 30px;
    font-size: 20px;
    line-height: 50px;
}

.gys-login {
    color: #1e43c4;
    margin-top: 20px;
}

.gys-login a {
    display: block;
    width: 120px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #1e43c4;
    color: #fff;
    float: left;
    margin-right: 20px;
    border-radius: 5px;
    font-size: 14px;
}

.cgr-login {
    color: #fff;
    margin-top: 20px;
}

.cgr-login a {
    display: block;
    width: 120px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #0776ff;
    color: #fff;
    float: left;
    margin-right: 20px;
    border-radius: 5px;
    font-size: 14px;
}

.cgr {
    margin-left: 10%;
    width: 40%;
}

.rzgys {
    padding: 50px 0;
    width: 75%;
    height: auto;
    margin: 0 auto;
}

.rzgys-list-box {
    width: 100% !important;
    height: 190px;
    padding: 30px 50px;
    position: relative;
    margin-left: -50px;
}


.rzgys-list .swiper-container {
    width: 100%;
    height: 100%;
}

.rzgys-list {
    width: 100%;
    height: 160px;
    padding: 50px 20px;
    overflow: hidden;
    margin-left: -20px;
}

.rzgys-list .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: #f0f4f8;
    margin-top: -30px;
    border-radius: 5px;
    padding: 0px

}

.rzgys-list .swiper-slide a {
    width: 100%;
    height: 100%;

}

.rzgys-list .swiper-slide a:Hover {
    color: #333;
}

.rzgys-list .swiper-slide:hover {
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 20px #A0B5D1;

}

.rzgys-list .swiper-slide img {
    position: absolute;
    right: 20px;
    bottom: 5px;
}

.rzgys-list > .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 40px;
    height: 8px;
    border-radius: 4px;
}

.gys-top {
    width: 100%;
    padding: 0px 15px;
    text-align: left;
    box-sizing: border-box;
    background: url(../img/gys-top.png) left top no-repeat;
    position: absolute;
    top: 0;
    border-radius: 5px 5px 0px 0px;
    font-size: 14px;
    color: #ffffff;
    line-height: 60px;
}

.gys-top h2 {
    width: 100%;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.gys-center {
    width: 98%;
    padding: 0px 1%;
    position: absolute;
    line-height: 30px;
    top: 76px;
    left: 0px;
}

.gys-center dl {
    width: 100%;
    height: auto;
    padding: 0px 15px;
    box-sizing: border-box;
    line-height: 30px;
    float: left;


}

.gys-center dl dd, .gys-center dl dt {
    float: left;
    line-height: 30px;
    font-size: 14px;

}

.rzgys-list .swiper-slide dl dd {
    font-size: 14px;
    line-height: 30px;
    float: left;
}

.vip, .putong {
    width: 88%;
    padding: 0px 6%;
    height: 30px;
    line-height: 30px;
    position: absolute;
    bottom: 20px;
    left: 0;
    text-align: left;
    color: #ff8500;
    font-size: 16px;
}

.putong {
    color: #113a92;
    font-size: 15px;
}

.foot {
    width: 100%;
    background: #272c35;
}

footer {
    width: 75%;
    padding: 30px 0;
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    margin: 0 auto;
    color: #EDEDED;
    font-size: 14px;
}

footer dl dd {
    font-size: 15px;
    font-weight: bold;
    line-height: 30px;
}

footer dl dt {
    line-height: 30px;
}

.big {
    font-size: 20px;
}

.ny-box {
    width: 100%;
    height: auto;
    margin-top: -420px;
    margin-bottom: 20px;


}

.zcgg-search {
    width:100%;
    height: 40px;
    margin: 30px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
}
.zcgg-search>div{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 10px 0px 0px;
}
.zcgg-search input[type="text"] {
    height: 30px;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #B7B7B7;
    text-indent: 10px;
    margin: 0px 10px;

}

.zcgg-search input[type="text"]:focus {
    outline-color: #1f69ff;

}

.zcgg-search a {
    width: 100px;
    height: 40px;
    border-radius: 5px;
    border: none;
    background: #578DFC;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    margin-left: 20px;

}

.zcgg-search a:hover {
    background: #1f69ff;
}

.zcgg-search a img {
    margin-right: 10px;

}

.sort {
    width: 75%;
    padding: 15px 20px;
    box-sizing: border-box;
    min-width: 1200px;
    background: #f5f9fd;
    border-radius: 20px;
    margin: 0 auto;
    position: relative;
    z-index: 9
}

.sort dl {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px dashed #EDEDED;
}

.sort dl dd {
    width: 100px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    float: left;
    color: #333;
}

.sort dl dt {
    margin-right: 30px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    float: left;
    color: #333;
}

.sort dl dt:hover {
    color: #1f69ff;
    cursor: pointer;
}

.sort-current {
    color: #1f69ff !important;
}

.sort-list {
    width: 75%;
    height: auto;
    min-height: 1000px;
    min-width: 1200px;
    background: #fff;
    border-radius: 20px;
    border: 1px solid #cecece;
    margin: 0 auto;
    margin-top: 30px;
    overflow: hidden;
}

.sort-table {
    width: 100%;
    height: auto;
    border-collapse: collapse;

}

.sort-table tr {
    width: 100%;
    height: auto;


}

.sort-table tr th {
    height: 40px;
    background: #f5f9fd;
    text-align: center;
}

.sort-table tr td {
    height: 90px;
    padding: 20px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #E6ECF3;
    text-align: center;

}

.leixing, .gkxj, .yqxj {
    padding: 3px 10px;
    line-height: 30px;
    text-align: center;
    margin-right: 20px;
    border-radius: 3px;
    background: #cecece;
    font-size: 13px;
    font-weight: 500;
}

.leixing {
    color: #246ad3;
    background: #e7f3ff;
    margin-right: 10px;
}

.gkxj {
    color: #1b775d;
    background: #def6ef;
}

.yqxj {
    color: #ff8500;
    background: #fff2d8;
}

.cue {
    width: 100px;
    margin-top: 10px;
}

.title01 {
    max-width: 600px;
    padding-left: 50px;
    text-align: left;
}

.title01 a {
    width: 100%;
    height: 30px;
    line-height: 30px;
    display: block;
    font-size: 16px;
    color: #222;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.title01 a:hover {
    color: #1d62c7;
}

.title01 span {
    color: #666;
    font-size: 14px;
    display: block;
    text-indent: 58px;
    height: 30px;
    line-height: 30px;
}

.page {
    width: 100%;
    height: 40px;
    line-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px auto;
}

.el-pager {
    width: auto;
    height: 40px;
    line-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.el-pager li, .btn-prev, .btn-next, .number-more {
    width: 40px;
    height: 30px;
    border-radius: 5px;
    background: #f4f4f5;
    margin: 0px 5px;
    line-height: 30px;
    text-align: center;
    border: none;
    cursor: pointer;

}

.active {
    background: #2684ff !important;
    color: #fff;
}

.el-pager li:Hover, .number-more:Hover, .btn-prev:Hover, .btn-next:Hover {
    background: #2684ff;
    color: #fff;
}

.banner-ny {
    z-index: -1;
    height: 600px;
    position: relative;
}

.position {
    width: 75%;
    min-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #333;
    font-size: 14px;
}

.position img {
    margin-right: 10px;
}

.content {
    width: 75%;
    min-width: 1200px;
    margin: 20px auto 20px auto;
    background: #fff;
    border: 1px solid #cecece;
    padding: 50px 80px;
    box-sizing: border-box;
    position: relative;
    z-index: 9;
    border-radius: 15px;
}

.content-title {
    width: 80%;
    margin: 0 auto;
    line-height: 40px;
    font-size: 24px;
    padding: 20px;
    text-align: center;
    font-weight: 600;
}

.zuzhijigou {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #666;
}

.content-nav {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: url("../img/dot.png") 20px 15px no-repeat #ebf5ff;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    text-indent: 40px;
    text-align: left;
    margin-top: 10px;

}

.content-box {
    width: 100%;
    height: auto;
    padding: 20px;
    box-sizing: border-box;

}

.content-box dl {
    width: 50%;
    height: auto;
    float: left;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 10px;
    box-sizing: border-box;
}

.content-box dl dd, .content-box dl dt {
    float: left;
    padding: 0px 5px;
    font-size: 16px;
    line-height: 25px;
}

.content-table {
    width: 100%;
    height: auto;
    border-collapse: collapse;
}

.content-table tr {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #cecece;
    text-align: center;
}

.content-table tr th {
    height: 40px;
    border-top: 1px solid #cecece;
}

.content-table tr td {
    padding: 10px;
    box-sizing: border-box;
}

.download {
    display: block;
    padding: 3px 15px;
    text-align: center;
    background: #e0eaff;
    color: #185adb;
    font-size: 13px;

}

.download:hover {
    background: #A8C4FF;
}

.content-btn {
    width: 100%;
    height: 40px;
    line-height: 40px;
    display: flex;
    justify-content: center;
    margin: 50px 0 20px 0;

}

.content-btn a {
    display: block;
    width: 200px;
    height: 40px;
    background: #ccc;
    font-size: 18px;
    color: #fff;
    margin: 0 30px;
    text-align: center;
}

.content-btn a:hover {
    opacity: 0.8;
}

.gongyingshang-list {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}

.gongyingshang-box {
    width: 23%;
    height: 170px;
    box-sizing: border-box;
    float: left;
    position: relative;
    margin: 30px 1%;
    position: relative;
    background: #f0f4f8;
}

.gongyingshang-box img {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.service-box {
    width: 100%;
    height: auto;
}

.service-nav {
    width: 20%;
    height: auto;
    float: left;

}

.service-nav ul li {
    width: 100%;
    height: 45px;
    line-height: 45px;
    margin-bottom: 10px;
    text-align: center;
    background: #ebf5ff;
    font-size: 18px;
    cursor: pointer;
}

.service-nav ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.service-nav ul li a:hover {
    color: #fff;
}

.service-content {
    width: 78%;
    float: right;

}

.news-list ul {
    padding: 0px 20px;


}

.news-list ul li {
    width: 100%;
    height: 50px;
    padding: 0px 10px;
    box-sizing: border-box;


}

.news-list ul li a {
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px dashed #ccc;
    font-size: 16px;
}

.news-list ul li:hover {
    background: #F9F9F9;
}

.news-list ul li a p {
    color: #333;
}

.news-list ul li a span {
    color: #666;
    font-size: 14px;
}

.service-content .content-nav {
    width: 96%;
    margin: 0px 2% 20px 2%;
    box-sizing: border-box;
}

.service-active, .service-nav ul li:hover {
    background: #3254ca !important;
    color: #fff !important;
}

.service-active  a {
    background: #3254ca !important;
    color: #fff !important;
}

.news-list ul li:hover a p {
    color: #396DD5 !important;
}

.article {
    width: 100%;
    height: auto;
    border-top: 1px solid #ECECEC;
    padding-top: 20px;
    margin-top: 20px;
}

.article p {
    font-size: 16px;
    padding: 5px;
    color: #333;
    /*text-indent: 2em;*/
}

.ny-box2 {
    width: 1400px;
    height: 530px;
    position: absolute;
    left: 50%;
    top: 180px;
    margin-left: -700px;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;

}

.ny-box2 .login-img {


    width: 40%;
    height: auto;
    margin: 50px 50px 0 0;
}

.login-box {
    width: 400px;
    background: #f2f9fe;
    border-radius: 10px;
    padding: 40px 50px;
    box-sizing: border-box;

}

.no-margins {
    width: 100%;
    height: 40px;
    line-height: 30px;
    font-size: 18px;
}

.form-control {
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #666;
    text-indent: 10px;
    font-size: 15px;
    /*border: none;*/
    /*border-radius: 5px;*/
    /*margin: 10px 0;*/
    /*box-shadow: 0px 0px 5px #ddf0ff;*/
}

.form-control:focus {
    outline-color: #0070D9;
}

.m-t {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

#sendSmsCode {
    position: absolute;
    width: 80px;
    height: 36px;
    right: 2px;
    top: 2px;
    line-height: 36px;
    text-align: center;
    color: #0027BF;


}

#sendSmsCode:hover {
    color: #F98300;
}

.imgcode {
    width: 100%;
    height: 36px;
}

.btn-success {
    width: 100%;
    height: 40px;
    border-radius: 5px;
    text-align: center;
    /*line-height: 40px;*/
    font-size: 18px;
    color: #fff;
    border: none;
    background: #537efa;
    margin-top: 10px;
}

.step {
    width: 600px;
    height: 140px;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin: 30px auto 0px auto;
}

.text-center {
    text-align: center;
}

.step:before {
    content: "";
    position: absolute;
    width: 600px;
    height: 3px;
    background: #007eff;
    top: 23px;
    left: 0;
    z-index: 0;
}

.step-box {
    width: 250px;
    height: 140px;
    z-index: 1;


}

.circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
    color: #999;
    font-size: 24px;
    text-align: center;
    line-height: 50px;
    margin: 0 auto;

}

.step-box span {
    width: 100%;
    height: 40px;
    display: block;
    line-height: 50px;
    text-align: center;
    font-size: 18px;

}

.step-active .circle {
    color: #fff;
    background: #007eff;
    box-shadow: 0px 0px 10px #008cff;
}

.step-active span {
    color: #007eff;
}


.register-box {
    width: 600px;
    margin: 0px auto 50px auto;
}

.row {
    width: 100%;
    float: left;
}

.control-label {
    width: 190px;
    /*margin-right: 15px;*/
    float: left;
    text-align: right;
    font-size: 16px;
    height: 56px;
    line-height: 56px;

}

/*.col-sm-7 {*/
/*    width: 65%;*/
/*    float: left;*/
/*}*/

.no-margins.no-margins1 {
    width: 100%;
    height: 50px;
    line-height: 30px;
    color: #f92020;
    text-align: center;
    font-weight: 500;
    font-size: 16px;
}

.no-margins1 {
    font-size: 22px;
    color: #333;
    margin-bottom: 20px;
}

.btn-block {
    width: 86%;
    margin: 40px auto 0px 7%;
}

.project_type {
    display: inline-block;
    position: relative;
    top: -4px;
    color: #3254ca;
}

.project_title {
    display: inline-block;
    width: 80%;
    min-width: 300px;
    max-width: 600px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

.user_name_text {
    color: #3c3cc4;
    font-size: 18px;
    display: inline-block;
    position: relative;
    top: -4px;
    left: 4px;
    cursor: pointer;
}

.zcgg-search .form-group{
    margin-bottom: 0px;
}

.zcgg-search .input-group-addon{
    padding: 6px 0px;
}

.login_type_text {
    text-align: center;
}

.login_type a {
    display: inline-block;
    width: 49%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    margin-bottom: 18px;
    border-bottom: 3px solid #ccc;
}
.login_type .active {
    display: inline-block;
    width: 49%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    margin-bottom: 8px;
    background: none !important;
    border-bottom: 3px solid #1890ff;
    color: #1890ff;
}
.article img{
    width: 100%;
    height: auto;
}

