/* header 头部   begin */

html body {
    position: relative;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font: 14px/1.5 '微软雅黑', Arial, helvetica, sans-serif;
}

.c-header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
    height: 56px;
    line-height: 56px;
    text-align: right;
	background-color: rgba(255, 255, 255, 0.2);
	box-shadow: 0px 0px 24px 0px 
		rgba(70, 76, 90, 0.12);
}

.c-header.scrollstyle {
    background-color: rgba(255, 255, 255, 1);
}

.c-header h1 {
    position: fixed;
    left: -1000px;
    top: -1000px;
    z-index: 1;
}

.c-header .logo {
    position: absolute;
    left: 0;
    top: 15px;
    z-index: 99;
    width: 101px;
    margin-right: 34px;
    vertical-align: middle;
}

.c-header-center {
    position: relative;
    background-color: rgba(255, 255, 255, 0);
}
.c-header-center .menu-icon {
    display: none;
}
.c-header-center .nav-list {
    display: inline-block;
    text-align: left;
}

.nav-list .nav-item {
    position: relative;
    display: inline-block;
    margin: 0 30px;
    font-size: 16px;
    color: #fff;
}

.nav-list .nav-item >a ,
.nav-list .nav-item >span{
    opacity: 0.8;
}

.c-header.scrollstyle .nav-list .nav-item >a ,
.blackcolor .nav-list .nav-item >a ,
.c-header.scrollstyle .nav-list .nav-item >span,
.blackcolor .nav-list .nav-item >span{
    opacity: 1;
}


.c-header.scrollstyle .nav-list .nav-item {
    color: #191a24;
}

.blackcolor .nav-list .nav-item a,
.blackcolor .nav-list .nav-item {
    color: #191a24;
}
.blackcolor .nav-list .nav-item .down-icon {
    background: url(../images/icon_x.png) no-repeat;
    background-size: 100% 100%;
}
.nav-list .nav-item a {
    color: #fff;
    display: block;
    height: 100%;
}
.nav-list .nav-pop a{
    color: #191a24;
}
.c-header.scrollstyle .nav-list .nav-item a {
    color: #191a24;
}

.c-header.scrollstyle .nav-list .nav-item.active > a,
.c-header.scrollstyle .nav-list .nav-item .nav-pop a.active{
    color: #ff2626;
}
.nav-list .nav-item .down-icon {
    display: inline-block;
    width: 11px;
    height: 6px;
    margin-left: 2px;
    margin-top: 0px;
    vertical-align: middle;
    background: url(../images/icon-morebs.png) no-repeat;
    background-size: 100% 100%;
}

.scrollstyle .nav-list .nav-item:hover .down-icon,
.scrollstyle .nav-list .nav-item.active .down-icon,
.blackcolor .nav-list .nav-item:hover .down-icon,
.blackcolor .nav-list .nav-item.active .down-icon{
    background: url(../images/icon-morehs.png) no-repeat;
    background-size: 100% 100%;
}
.nav-list .nav-item:hover .down-icon,
.nav-list .nav-item.active .down-icon{
    opacity: 1;
}

.scrollstyle .nav-list .nav-item .down-icon {
    background: url(../images/icon_x.png) no-repeat;
    background-size: 100% 100%;
}

.nav-list .nav-item.active::after {
    content: '';
    position: absolute;
    height: 3px;
    bottom: 0;
    width: 20px;
    height: 2px;
    left: 50%;
    margin-left: -10px;
    background-color: #fff;
    border-radius: 1px;
    z-index: 9;
    border-radius: 2px;
}

.blackcolor  .nav-list .nav-item.active::after,
.c-header.scrollstyle .nav-list .nav-item.active::after{
    background-color: #ff2626;
}


.nav-list .nav-item.active>a,
.nav-list .nav-item.active > span,
.nav-list .nav-item:hover>a,
.nav-list .nav-item:hover>span,
.nav-list .nav-pop .small-sub a:hover {
    opacity: 1;
    font-weight: bold;
}

.blackcolor .nav-list .nav-item .small-sub a:hover,
.blackcolor .nav-list .nav-item.active > span,
.blackcolor .nav-list .nav-item.active > a,
.blackcolor .nav-list .nav-item:hover > span,
.blackcolor .nav-list .nav-item:hover > a,
.c-header.scrollstyle .nav-list .nav-item.active > span,
.c-header.scrollstyle .nav-list .nav-item a:hover,
.c-header.scrollstyle .nav-list .nav-item a.active {
    color: #ff2626;
    font-weight: bold;
    opacity: 1;
}

.nav-list .nav-item:hover{
    opacity: 1;
}
.c-header.scrollstyle .nav-list .nav-item:hover{
    color: #ff2626;
    opacity: 1;
}
.nav-list .nav-item:hover .nav-pop {
    display: block;
}


.c-header .nav-pop {
    display: none;
    position: absolute;
    top: 56px;
    left: 0;
    z-index: 99;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 1px 8px 18px 0px rgba(27, 39, 61, 0.1);
    border-radius: 0px 0px 4px 4px;
    padding: 13px 0;
    font-size: 14px;
    color: #748196;
    line-height: 36px;
    text-align: center;
    white-space: nowrap;
}
.nav-pop-item{
    display: inline-block;
    width: 120px;
    text-align: left;
    padding-left: 20px;
    vertical-align: top;
}
.c-header .nav-pop .small-tl {
    font-size: 16px;
}
.c-header .nav-pop a {
    display: block;
}

.blackcolor .nav-list .nav-item .small-sub a,
.nav-list .nav-pop .small-sub a,
.c-header.scrollstyle .nav-list .small-sub a{
    color: #716f6f;
    cursor: pointer;
}
.c-header .nav-pop a:hover,
.c-header .nav-pop a.active,
.nav-list .nav-pop a:hover,
.nav-list .nav-pop a.active{
    color: #ff2626;
    font-weight: bold;
    opacity: 1;
}
.header-padding {
    height: 56px;
}


.bread-box {
    padding: 14px 0;
    font-size: 14px;
	color: #676e80;
}
.bread-box a{
    color: #676e80;
}
.bread-box a:hover {
    color: #ff2626;
    opacity: 1;
}
@media (max-width: 840px) {
    .c-header {
        height: 48px;
        line-height: 48px;
    }
    .nav-list .nav-item .down-icon {
        background: url(../images/icon_x.png) no-repeat;
        background-size: 100% 100%;
    }
    .c-header-center .nav-list {
        background: #ffff;
        display: none;
        position: fixed;
        width: 40%;
        right: 0;
        bottom: 0;
        top: 48px;
        z-index: 999;
    }
    .nav-list .nav-item {
        position: relative;
        display: block;
        margin: 0;
        padding: 0 12px;
        font-size: 14px;
        color: #191a24;
    }
    .c-header .logo {
        left: 15px;
        top: 12px;
    }
    .c-header-center .menu-icon {
        display: block;
        float: right;
        width: 24px;
        height: 24px;
        margin-top: 12px;
        /* background: url(../images/mobile-menu-icon.png);
        background-size: 100% 100%; */
    }
    .nav-list .nav-item.active::after{
        display: none;
    }
    .nav-list .nav-item a {
        color: #191a24;
        height: 100%;
    }
    .c-header .nav-pop {
        position: initial;
        background:none;
        box-shadow: none;
        border-radius: 0px 0px 4px 4px;
        padding: 0;
        font-size: 14px;
        color: #748196;
        line-height: 36px;
        text-align: center;
        white-space: inherit;
    }
    .c-header .nav-pop .small-tl {
        font-size: 14px;
    }
    .nav-list .nav-item:hover .nav-pop {
        display: none;
    }
    .bread-box {
        padding: 10px 0;
    }
}


/* header 头部   end */


/* footer 头部   begin */

.c-footer {
    padding-top: 42px;
    background-color: #192336;
}

.c-footer a:hover {
    opacity: 1;
    color: #FFFFFF;
}

.c-footer .text-dec {
    font-size: 20px;
    color: #ffffff;
    font-weight: bold;
    vertical-align: middle;
}

.c-footer .try-btn {
    display: inline-block;
    width: 88px;
    height: 32px;
    margin-left: 37px;
    background-color: #3e6cff;
    border-radius: 16px;
    line-height: 32px;
    text-align: center;
    color: #FFFFFF;
}

.c-footer-middle-ul {
    float: left;
    margin-left: 5px;
    width: 800px;
}

.c-footer-middle {
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(83, 85, 97, 1);
}

.c-footer-middle-ul .a-item {
    float: left;
    width: 326px;
    margin-right: 60px;
}

.c-footer-middle-ul .a-item h4 {
    margin-bottom: 24px;
    font-size: 16px;
    color: #ffffff;
}

.c-footer-middle-ul .a-item a,
.c-footer-middle-ul .a-item span {
    display: block;
    margin-bottom: 13px;
    font-size: 14px;
    color: #868a98;
}
.c-footer-middle-ul .a-item span h6 {
    display: inline-block;
    color: #ffffff;
}
.c-footer-middle-ul .a-item a:hover {
    color: #FFFFFF;
    opacity: 1;
}

.else-a-box {
    margin-top: 26px;
}

.c-footer .else-a {
    width: 700px;
    float: left;
}

.c-footer .cp-text {
    float: right;
    font-size: 14px;
    color: #868a98;
}

.c-footer .cp-text img {
    width: 18px;
    margin-right: 12px;
    vertical-align: middle;
}

.c-footer .else-a a {
    display: inline-block;
    margin-right: 27px;
    font-size: 14px;
    color: #868a98;
}

.c-footer .else-a a:hover {
    color: #FFFFFF;
    opacity: 1;
}

.a-item h5 {
    font-size: 20px;
    color: #ffffff;
}

.c-footer-middle .map-btn {
    display: block;
    width: 120px;
	height: 40px;
	background: url(../images/icon_zddt.png) no-repeat;
    background-size: 100% 100%;
}
.c-footer-middle .web-map {
    float: left;
    margin-top: 126px;
}

.c-footer-bottom  img {
    width: 18px;
    margin-right: 8px;
}
.c-footer-bottom {
    padding: 18px 0;
    background-color: #161e2d;
    color: #868a98;
    line-height: 28px;
    font-size: 14px;
    color: #868a98;
    text-align: center;
}

.c-footer-bottom a {
    color: #868a98;
}

@media (max-width: 840px) {
    .c-footer{
        padding-top: 20px;
    }
    .c-footer-middle-ul .a-item h4 {
        margin-bottom: 12px;
        font-size: 14px;
    }
    .c-footer-middle-ul .a-item a, 
    .c-footer-middle-ul .a-item span {
        display: block;
        margin-bottom: 6px;
        font-size: 12px;
        color: #868a98;
    }
    .c-footer-middle-ul .a-item {
        float: left;
        width: 50%;
        margin-right: 0;
    }
    .c-footer-middle-ul {
        float: inherit;
        margin-left: 0;
        width: 100%;
    }
    .c-footer-middle-ul .a-item:nth-child(3) {
        margin-top: 12px;
        width: 100%;
    }
    .c-footer-middle-ul .a-item:nth-child(3) h4{
        margin-top: 13px;
    }
    .c-footer-middle .map-btn {
        display: block;
        width: 90px;
        height: 30px;
        margin-top: 12px;
    }
    .c-footer-middle-ul .a-item:nth-child(3) a{
        display: inline-block;
        margin-right: 8px;
    }
    .c-footer-bottom {
        padding: 7px 0;
        background-color: #161e2d;
        line-height: 23px;
        font-size: 12px;
    }
    .c-footer-middle .web-map {
        float: inherit;
        margin-top: 12px;
    }
}

/* footer 头部   end */


/* 右侧 固定窗口按钮 */

.fixed-btn {
    position: fixed;
    width: 56px;
    background-color: #ffffff;
    top: 300px;
    right: 24px;
    z-index: 99;
    box-shadow: 0px 0px 12px 0px 
		rgba(168, 171, 179, 0.32);
    /* overflow: hidden; */
}

.fixed-btn .wei-pop {
    display: none;
    position: absolute;
    width: 191px;
    height: 188px;
    top: 17px;
    right: 62px;
    z-index: 98;
    background: url(../images/wk_02.png) no-repeat;
    background-size: 100% 100%;
}

.fixed-btn .kefu-pop {
    display: none;
    position: absolute;
    width: 167px;
    height: 60px;
    top: 17px;
    right: 62px;
    z-index: 98;
    background: url(../images/wk_01.png) no-repeat;
    background-size: 100% 100%;
    text-align: left;
    padding-left: 24px;
}

.fixed-btn .fixed-line {
    display: block;
    width: 26px;
    height: 1px;
    margin-left: 15px;
    background-color: #b4bed0;
}

.fixed-btn .kefu-pop .kefu-time {
    margin-top: 10px;
    font-size: 12px;
    color: #8590a6;
}

.fixed-btn .kefu-pop h4 {
    margin-top: 2px;
    font-size: 16px;
    font-weight: bold;
    color: #3e6cff;
}

.fixed-btn .kefu-pop .kefu-time b {
    color: #071c3b;
}

.fixed-btn .wei-pop img {
    display: block;
    width: 180px;
    /*margin: 24px 0 0 46px;*/
    font-size: 0;
}

.fixed-btn .wei-pop p {
    margin-top: 16px;
    font-size: 12px;
    line-height: 14px;
    color: #071c3b;
}

.fixed-btn a {
    position: relative;
    display: block;
    height: 54px;
    padding-top: 14px;
    text-align: center;
}

.fixed-btn a.kefu {
    border-radius: 0 0 0 0;
}

.fixed-btn a.shows {
    /* border-radius: 0 0 27px 27px; */
}
.fixed-btn a.go-top {
    height: 40px;
}
.fixed-btn a i {
    display: block;
    height: 24px;
    width: 24px;
    margin: 0 auto 0 auto;
    background: url(../images/icon-zx.png);
    background-size: 100% 100%;
}

.fixed-btn a .kefu-icon {
    background: url(../images/icon_dh.png);
    background-size: 100% 100%;
}

.fixed-btn a .show-icon {
    background: url(../images/icon_gd.png);
    background-size: 100% 100%;
}
.fixed-btn a .go-top-icon {
    width: 29px;
    height: 27px;
    background: url(../images/icon_top.png);
    background-size: 100% 100%;
}
.fixed-btn a span {
    display: inline-block;
    width: 24px;
    font-size: 12px;
    color: #071c3b;
    line-height: 14px;
}

.fixed-btn a:hover {
    opacity: 1;
    background-color: #db0e0e;;
}

.fixed-btn a:hover span {
    color: #FFFFFF;
}

.fixed-btn a:hover .wei-pop,
.fixed-btn a:hover .kefu-pop {
    display: block;
    /* background-color: #fff; */
    /* box-shadow: 0px 0px 12px 0px 
		rgba(168, 171, 179, 0.32);*/
}

.fixed-btn a:hover .kefu-icon {
    background: url(../images/icon_dh_sel.png);
    background-position: -120px 0;
}

.fixed-btn a:hover .weixin-icon {
    background: url(../images/icon-zx_sel.png);
    background-size: 100% 100%;
}

.fixed-btn a:hover .show-icon {
    background: url(../images/icon_gd_sel.png);
    background-position: -72px 0;
}

.fixed-btn a:hover .go-top-icon {
    background: url(../images/icon_topbs.png);
    background-size: 100% 100%;
}
@media (max-width: 840px) {
    .fixed-btn {
        width: 45px;
        top: 300px;
        right: 14px;
    }
    .fixed-btn a i {
        height: 16px;
        width: 16px;
    }
    .fixed-btn a span {
        width: auto;
        font-size: 11px;
        color: #071c3b;
    }
    .fixed-btn a {
        height: 40px;
        padding-top: 7px;
    }
    .fixed-btn .fixed-line {
        width: 19px;
        height: 1px;
        margin-left: 13px;
    }
    .fixed-btn a.go-top {
        height: 31px;
    }
    .fixed-btn a .go-top-icon {
        width: 24px;
        height: 22px;
    }
}
@media (max-width: 600px) {
    .pc-show{
        display: none!important;
    }
    .mbl-show{
        display: block!important;
    }
}
@media (min-width: 600px) {
    .pc-show{
        display: block!important;
    }
    .mbl-show{
        display: none!important;
    }
}

/* 右侧 固定窗口按钮     end*/





/* 公用 免费试用弹窗吗 bgein*/

.try-alert {
    display: none;
    width: 420px;
    height: 400px;
}

body .layui-layer-title {
    background-color: #f4f8ff;
    border-bottom: 0px solid #F0F0F0 ;
    color: #071c3b ;
    font-size: 20px ;
}

.try-alert form {
    display: block;
    margin-top: 24px;
}
.try-alert-content {
    padding: 0 20px;
}
.try-alert .input-item {
    position: relative;
    margin: 0 auto 12px auto;
}
.try-alert .input-item input {
    display: block;
    width: 100%;
    background-color: #ffffff;
    border-radius: 4px;
    height: 36px;
    border: solid 1px #e2e8f2;
    color: #071c3b;
    font-size: 14px;
    text-indent: 8px; 
}
.try-alert .input-item label{
    display: block;
    font-size: 14px;
    margin-bottom: 4px;
}

.try-alert .layui-form-select {
  display: inline-block;
  width: 49%;
}


.try-alert .bottom-tip {
    margin-top: 12px;
    font-size: 14px;
    color: #8590a6;
    text-align: center;
}



.try-alert .next-btn,
.try-alert .login-btn {
    display: block;
    width: 300px;
    height: 48px;
    margin: 40px auto 0 auto;
    background-color: #db0e0e;
    border-radius: 24px;
    line-height: 48px;
    text-align: center;
    color: #FFFFFF;
    font-size: 16px;
}

/* .try-alert .next-btn.disabled {
    opacity: 0.3;
} */

@media (max-width: 840px) {
    .try-alert {
        display: none;
        width: 300px;
        height: 340px;
    }
    body .layui-layer-title {
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        color: #333;
    }
    .try-alert form {
        margin-top: 16px;
    }
    .try-alert .input-item {
        margin: 0 auto 6px auto;
    }
    .try-alert .input-item label {
        font-size: 13px;
    }
    .try-alert .next-btn, .try-alert .login-btn {
        width: 250px;
        height: 36px;
        margin: 25px auto 0 auto;
        border-radius: 24px;
        line-height: 36px;
        font-size: 14px;
    }
    .try-alert .input-item .layui-form-danger {
        border: 1px solid red;
    }
    
}

/* 公用 免费试用弹窗吗   end*/


/** 分页样式 **/
.my-laypages {
    text-align: right;
    padding: 20px 0;
}
.my-laypages .layui-laypage a:hover {
    color: #db0e0e;
}

.w-1200 {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
@media (max-width: 840px) {
    .w-1200 {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        box-sizing: border-box;
        margin-left: 0;
        margin-right: 0;
    }   
}
@media (max-width: 1200px) {
    .w-1200 {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px; 
    }   
}
.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ellipsis-2l {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.ellipsis-3l {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.clearboth {
    clear: both;
}

a:hover {
    opacity: 0.7;
}

video {
    object-fit: fill;
}

.borderbox {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox */
    -webkit-box-sizing: border-box;
    /* Safari */
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}

.clearfix {
    zoom: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder,
select:-ms-input-placeholde {
    color: #b4bed0;
}


/* Internet Explorer 10+ */

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder {
    color: #b4bed0;
}


/* WebKit browsers */

input::-moz-placeholder,
textarea::-moz-placeholder,
select::-moz-placeholder {
    color: #b4bed0;
}


/* Mozilla Firefox 4 to 18 */

input:-moz-placeholder,
textarea:-moz-placeholder,
select:-moz-placeholder {
    color: #b4bed0;
}


/*