body {
    font: 14px Microsoft YaHei,tahoma,arial,Hiragino Sans GB,\\5b8b\4f53,sans-serif;
    background-color: #fff;
}

.wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.main {
    /*padding: 120px 0 20px 0;*/
    padding: 80px 0 20px 0;
    min-height: calc(100vh - 135px);
}

.content {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

.bread {
    padding: 20px;
    border-bottom: 1px solid #e3e3e3;
}

.bread a {
    font-size: 14px;
    text-decoration: none;
    color: #333;
}

.bread a:hover {
    color: #006eff;
    text-decoration: underline;
}

.h2-title {
    font-size: 20px;
    font-weight: bold;
    color: #222;
    margin: 0 0 25px 0;
}

.ellipsis {
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.ellipsis-a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
}

.row-no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.row-no-gutters [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.login-wrapper {
    background: url('../img/zcw/index_logo.jpg') repeat-x;
    background-size: cover;
}

.login {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 1200px;
    height: 708px;
    margin-top: -354px;
    margin-left: -600px;
    background: #fff;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
}

.login-l {
    float: left;
    width: 800px;
}

.login-r {
    float: left;
    width: 400px;
}

.login-box {
    width: 295px;
    margin: 100px auto;
}

.login-tab {
    width: 100%;
    margin-bottom: 35px;
    text-align: center;
}

.login-tab a {
    position: relative;
    display: inline-block;
    padding: 0 25px;
    font-size: 15px;
    font-weight: bold;
    color: #8d8d8d;
    text-decoration: none;
}

.login-tab a.active {
    color: #006eff;
}

.login-tab a.active:after {
    display: block;
    content: "";
    height: 3px;
    width: 26px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -13px;
    background: #006eff;
}

.login-content {
    display: none;
}

.login-content.active {
    display: block;
}

.login-input {
    width: 100%;
    height: 41px;
    position: relative;
    border: 2px solid #e8e8e8;
    border-radius: 3px;
}

.login-input input {
    width: 291px;
    height: 37px;
    border: none;
    outline: none;
    padding: 0 35px;
    color: #8d8d8d;
}

.login-input input.login-code {
    width: 291px;
    padding: 0 135px 0 35px;
}

.login .iconfont {
    position: absolute;
    left: 7px;
    top: 7px;
    font-size: 20px;
    color: #8d8d8d;
}

.login .code {
    position: absolute;
    right: 7px;
    top: 8px;
    font-size: 14px;
    color: #006eff;
    cursor: pointer;
}

.login-btn,.login-btn:focus {
    width: 100%;
    height: 40px;
    display: block;
    box-sizing: border-box;
    line-height: 40px;
    font-size: 15px;
    text-align: center;
    color: #fff;
    background-color: #006eff;
    border-radius: 4px;
    margin-top: 80px;
    text-decoration: none;
}

.login-btn:hover {
    color: #fff;
    background-color: #1139cc;
    text-decoration: none;
}

.login-link {
    margin-top: 40px;
}

.login-link a {
    font-size: 14px;
    color: #070707;
}

.header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 86px;
    z-index: 9;
}

.header.active {
    position: fixed;
    background: #fff;
    z-index: 999;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
}

.header h1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 368px;
    height: 86px;
    margin: 0;
}

.header h1 a {
    display: inline-block;
    width: 368px;
    height: 86px;
    background: url('../img/zcw/index_logo.jpg') no-repeat;
    background-size:contain;
}

.header.header.active h1 a {
    background: url('../img/zcw/index_logo.jpg') no-repeat;
    background-size:contain;
}

.header .menu {
    display: block;
    height: 72px;
    position: absolute;
    right: 0px;
    top: 8px;
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.3s linear;
    transform: translate(0px,0);
    list-style: none;
}

.header .menu-item {
    display: block;
    width: 72px;
    height: 72px;
    float: left;
    margin: 0 20px;
    position: relative;
    list-style: none;
    text-align: center;
}

.header .menu-item .txt {
    display: block;
    height: 72px;
    line-height: 72px;
    font-size: 16px;
    color: #fff;
    opacity: 0.95;
    -webkit-transition: color 0.3s linear;
    position: relative;
    z-index: 2;
    text-decoration: none;
}

.header.active .menu-item .txt  {
    color: #333;
}

.header .menu-item:hover .txt, .header .menu-item.active .txt{
    font-size: 18px;
    font-weight: bold;
    opacity: 1;
}

.header .menu-item .txt:after {
    display: block;
    content: "";
    height: 4px;
    width: 100%;
    position: absolute;
    bottom: 17px;
    left: 0px;
    background: #fff;
    opacity: 0;
    -webkit-transition: transform 0.2s ease-out,opacity 0.2s ease-out;
    transform-origin: 50% 0%;
    transform: scale(0.01,1);
}

.header.active .menu-item .txt:after {
    background: #006eff;
}

.header .menu-item:hover .txt:after, .header .menu-item.active .txt:after {
    transform: scale(1,1); 
    opacity: 1;
}



.btn-login {
    margin-top: 22px;
    display: inline-block;
    width: 85px;
    height: 32px;
    box-sizing: border-box;
    line-height: 30px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    border-radius: 4px;
    background: linear-gradient(to bottom, #0090ff , #0553f5)
}

.btn-login:hover {
    color: #fff;
    text-decoration: none;
    background: linear-gradient(to bottom, #0553f5 , #0090ff)
}

.btn-register {
    margin-top: 22px;
    display: inline-block;
    width: 85px;
    height: 32px;
    box-sizing: border-box;
    line-height: 30px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
}

.btn-register:hover {
    color: #fff;
    text-decoration: underline;
}
.link-register {
    margin-top: 22px;
    display: inline-block;
}

.link-register button {
    width: 85px;
    height: 32px;
    line-height: 32px;
    border: none;
    font-size: 16px;
    text-align: center;
    color: #333;
    background: #fff;
}

.link-register button:focus {
    outline: none;
}


.header.active .btn-register {
    color: #333;
    border: 1px solid #333;
}

.search {
    width: 100%;
    overflow: hidden;
    padding: 14px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    z-index: 99;
}

.search select { 
    display: inline-block;
    box-sizing: border-box;
    padding: 0 10px;
    width: 312px;
    height: 46px;
    line-height: 46px;
    background: #eff0f1;
    border: none;
    font-size: 16px;
    color: #343856;
    border-radius: 4px;
    margin-right: 15px;
    outline: none;
}

.search input {
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    height: 46px;
    padding: 0 20px;
    border-radius: 4px;
    border: 2px solid #eff0f1;
    margin-right: 15px;
    outline: none;
}

.search input::-webkit-input-placeholder{
    font-size: 16px;
    color: #a2a2a2;
}

.search input::-moz-placeholder{
    font-size: 16px;
    color: #a2a2a2;
}

.search input:-moz-placeholder{
    font-size: 16px;
    color: #a2a2a2;
}

.search input:-ms-input-placeholder{
    font-size: 16px;
    color: #a2a2a2;
}

.search .btn-search {
    display: inline-block;
    width: 100%;
    height: 46px;
    box-sizing: border-box;
    line-height: 46px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background-color: #2a67ff;
    border-radius: 4px;
}

.search .btn-search:hover,.search .btn-search:focus {
    background-color: #1139cc;
    text-decoration: none;
}

.about {
    width: 100%;
    padding: 25px 0;
    background-color: #f5f7fa;
}

.about .h2-title {
    font-size: 20px;
    font-weight: bold;
    text-align: left;
}

.about-box {
    border-top: 1px solid #dbdde2;
    padding: 25px 15px;
    font-size: 14px;
    color: #767676;
}

.about dl dt {
    font-size: 18px;
    color: #767676;
    margin-bottom: 10px;
}

.about dl dd {
    font-size: 14px;
    color: #767676;
    margin-bottom: 10px;
}

.list .h2-title {
    position: relative;
    margin: 20px 40px;
    padding: 0 15px;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
}

.list .h2-title:before {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 6px;
    background: #0079fe
}

.list .nav-tabs {
    border: none;
    border-right: 1px solid #ddd;
}

.list .nav-tabs>li {
    float: none;
    text-align: center;
}

.list .nav-tabs>li>a {
    margin: 0;
    color: #848484;
}

.list .nav-tabs>li.active>a, .list .nav-tabs>li.active>a:focus, .list .nav-tabs>li.active>a:hover {
    color: #006eff;
    border: none;
    border-radius: 0;
    border-right: 2px solid #006eff;
}

.list-ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.list-ul li {
    padding: 12px 0;
    border-bottom: 1px solid #e3e3e3;
    overflow: hidden;
}

.list-ul a {
    color: #000;
}

.list-ul .date {
    color: #a2a2a2;
}

.list-ul a:hover {
    color: #006eff
}

.list-tag {
    padding: 20px 20px 10px 20px;
    border: 1px solid #e3e3e3;
}

.list-tag a {
    display: inline-block;
    padding: 5px 20px;
    margin: 0 10px 10px 0;
    color: #a2a2a2;
    text-decoration: none;
}

.list-tag a.active, .list-tag a:hover {
    color: #fff;
    background-color: #006eff;
    border-radius: 5px;
}

.detail-title {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    text-align: center;
    padding: 20px 0;
}

.detail-tip {
    padding: 20px 20px 10px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    border-bottom: 1px solid #e3e3e3;
    display: flex;
    justify-content: space-between;
}
.detail-tip-left {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
}
.detail-tip-left span {
    flex: none;
    margin-right: 30px;
}
.detail-tip-right {
    text-align: right;
    flex: none;
    width: 300px;
}
.detail-tip-right span {
    padding: 0 5px;
}
.detail-tip-right span:hover {
    cursor: pointer;
    text-decoration: underline;
}

.back-to-top {
    display: none;
    width: 50px;
    height: 50px;
    border: 1px solid #e2e2e2;
    cursor: pointer;
    background: #fff;
    position:fixed;
    bottom: 40px;
    right: 30px;
    z-index: 99;
    transition: 0.3s;
}
.back-to-top:hover {
    border-color: #a8d5ff;
}
.back-to-top::before,
.back-to-top::after {
    display: block;
    content: '';
    position: absolute;
    width: 18px;
    height: 2px;
    background-color: #c8c8c8;
    top: 50%;
    transition: 0.3s;
}
.back-to-top::before {
    left: 9px;
    transform: rotate(-45deg);
}
.back-to-top::after {
    right: 9px;
    transform: rotate(45deg);
}
.back-to-top:hover::before,
.back-to-top:hover::after{
    background-color: #4389fe;
}

.banner-sub {
    width: 100%;
    margin-top: 100px;
}

.sub {
    background: #fcfcfc;
}

.sub-service {
    /*position: absolute;*/
    position:initial;
    top: -28px;
    left: 0;
    width: 100%;
    overflow: hidden;
    padding: 18px 0;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    z-index: 99
}

.sub-service a {
    display: block;
    height: 106px;
    display: block;
    font-size: 16px;
    color: #000;
    text-align: center;
    box-sizing: border-box;
    border-right: 1px solid #e9ecf1;
}

.sub-service a p {
    position: absolute;
    left: 50px;
    bottom: 10px;
    margin: 0;
}

.sub-service .icob {
    position: absolute;
    top: 10px;
    left: 80px;
    transition: ease-in-out all 0.3s;
}

.sub-service .icof {
    position: absolute;
    top: 24px;
    left: 94px;
    transition: ease-in-out all 0.3s;
}

.sub-service a:hover .icob {
    top: 6px;
    left: 75px;
}

.sub-service a:hover .icof {
    top: 28px;
    left: 90px;
}

.sub-service .icob-jigong {
    position: absolute;
    top: 0px;
    left: 75px;
    transition: ease-in-out all 0.3s;
}

.sub-service .icof-jigong {
    position: absolute;
    top: 7px;
    left: 84px;
    transition: ease-in-out all 0.3s;
}

.sub-service a:hover .icob-jigong {
    top: 0px;
    left: 71px;
}

.sub-service a:hover .icof-jigong {
    top: 7px;
    left: 88px;
}

.sub-service .icob-jigong3 {
    position: absolute;
    top: 7px;
    left: 88px;
    transition: ease-in-out all 0.3s;
}

.sub-service .icof-jigong3 {
    position: absolute;
    top:-4px;
    left: 80px;
    transition: ease-in-out all 0.3s;
}

.sub-service a:hover .icob-jigong3 {
    top: 11px;
    left: 88px;
}

.sub-service a:hover .icof-jigong3 {
    top: -8px;
    left: 80px;
}

.sub-service .icob-jigong4 {
    position: absolute;
    top: 0px;
    left: 75px;
    transition: ease-in-out all 0.3s;
}

.sub-service .icof-jigong4 {
    position: absolute;
    top: 0px;
    left: 84px;
    transition: ease-in-out all 0.3s;
}

.sub-service a:hover .icob-jigong4 {
    top: 0px;
    left: 71px;
}

.sub-service a:hover .icof-jigong4 {
    top: 0px;
    left: 88px;
}


.sub-news {
    position: relative;
    height: 665px;
    overflow: auto;
    background: #fff;
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding: 20px 20px;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
}

.sub-news .nav-tabs>li>a {
    font-size: 16px;
    color: #888;
}

.sub-news .nav-tabs>li.active>a, .sub-news .nav-tabs>li.active>a:focus, .sub-news .nav-tabs>li.active>a:hover {
    font-size: 16px;
    font-weight: bold;
    color: #4389fe;
    border: none;
    border-bottom: 3px solid #4389fe;
}

.sub-news a.more {
    display: inline-block;
    padding: 5px 20px;
    border: 1px solid #4389fe;
    font-size: 14px;
    color: #4389fe;
    text-align: center;
    border-radius: 5px;
}

.personal-info {
    padding-top: 40px;
}

.personal-info .h2-title {
    position: relative;
    padding: 0 15px;
    font-size: 20px;
    color: #fff;
    text-align: left;
}

.personal-info .h2-title:before {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 6px;
    background: #fff;
}

.personal-detail {
    position: relative;
    padding: 0 0 0 0px;
    font-size: 16px;
    color: #fff;
    text-align: left;
}

.personal-detail p {
    margin: 0 0 20px;
}

.personal-avatar {
    display: inline-block;
    position: absolute;
    left: 0;
    height: 0;
    width: 150px;
    height: 150px;
}

.personal-avatar {
    width: 150px;
    height: 150px;
    vertical-align: middle;
}

.personal-name {
    font-size: 22px;
    font-weight: bold;
}

.personal-box {
    padding: 30px;
    background-color: #fff;
    margin-top: 10px;
}

.personal-box .h2-title {
    position: relative;
    text-align: left;
    font-weight: bold;
    padding: 0 20px;
    margin: 0 0 20px 0;
}

.personal-box .h2-title:before {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    height: 22px;
    width: 6px;
    background: #006eff;
}

.personal-box .h3-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}

.personal-tb {
    width: 100%;
}

.personal-tb td {
    padding: 15px 0;
    font-size: 16px;
}

.personal-nav {
    width: 556px;
}

.personal-link {
    display: inline-block;
    margin-bottom: 10px;
}

.personal-ul {
    margin: 0;
    padding: 20px 0 0 20px;
    list-style: none;
}

.personal-ul li {
    float: left;
    margin-right: 24px;
}

.account-box {
    width: 960px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 20px 40px;
    background: linear-gradient(to bottom, #f4f6f9 , #fff);
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
}

.account-title {
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

.account-link {
    padding: 20px 0;
    text-align: center;
}

.account-link a {
    display: inline-block;
    font-size: 18px;
    padding: 10px 30px;
    border: 1px solid #ccc;
    border-radius: 5px;
    text-align: center;
    background: #fff;
    color: #0076ff;
}

.account-box p {
    text-align: center;
    font-size: 14px;;
}

.product-nav {
    position: relative;
    padding-top: 20px;
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    z-index: 9;
}

.product-nav .nav-tabs {
    border: none;
}

.product .nav-tabs>li>a {
    font-size: 16px;
    color: #888;
}

.product .nav-tabs>li.active>a, .product.nav-tabs>li.active>a:focus, .product .nav-tabs>li.active>a:hover {
    font-size: 16px;
    font-weight: bold;
    color: #4389fe;
    border: none;
    border-bottom: 3px solid #4389fe;
}

.product a.more {
    display: inline-block;
    padding: 8px 20px;
    font-size: 14px;
    color: #fff;
    background-color: #0060ff;
    text-align: center;
    border-radius: 5px;
}

.footer {
    width: 100%;
    height: 64px;
    line-height: 64px;
    text-align: center;
    background: #1b1f25;
}

.footer a {
    font-size: 14px;
    color: #fff;
}
.newfooter {
    width: 450px;
    height: 55px;
    color: #d5d5d5;
    display: inline-block;
    text-align: left;
}
.newfooter text{
    display: block;
}