
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #FFFFFF;
}

h1, h2, h3, h4, h5, a, em {
    font-style: normal;
    padding: 0;
    margin: 0;
    list-style: none;
    font-weight: normal;
}


a {
    color: #333;
    text-decoration: none;
    font-size: 14px;
}

    a:hover {
        text-decoration: underline;
    }

input {
    outline: none;
}

.center {
    width: 1200px;
    margin: auto;
}

    .center .header-logo, .center .header-title, .header-banner .center .headMenu, .header-banner .center .headMenu .container {
        float: left;
    }

.header-banner .center > .content {
    width: 1250px;
    float: left;
    margin-left: -25px;
    padding: 10px 0;
    background: url(../Image/content_bg.png) no-repeat;
    background: #fff;
}

.box {
    width: 1200px;
    margin: 0 25px;
    background-color: #fff;
}

input::-webkit-input-placeholder {
    color: #aaa;
}

input::-moz-placeholder {
    color: #aaa;
}

input:-ms-input-placeholder {
    color: #aaa;
}

.news-top .more {
    color: #0089fe;
    float: right;
    margin-top: -8px;
}
/*下拉框*/
.link .link-content .select {
    width: 220px;
    height: 34px;
    border: 1px solid #ccc;
    float: left;
    background: url(../Image/a2.png) no-repeat right center #fff;
    margin-right: 10px;
}

.link .link-content .select_txt {
    display: block;
    height: 34px;
    line-height: 34px;
    border: 0;
    outline: 0;
    background: none;
    padding: 0px 24px 0 8px;
    color: #333;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .link .link-content .select_txt:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    }

.link .link-content .select ul {
    width: 100%;
    display: none;
    position: relative;
    z-index: 999;
    overflow: hidden;
    background-color: #fff;
    max-height: 150px;
    overflow-y: auto;
    border: 1px solid #ccc;
    box-shadow: 0 1px 1px #ccc;
    z-index: 999;
    padding-left: 10px;
}

    .link .link-content .select ul li {
        height: 34px;
        line-height: 34px;
        width: 100%;
        font-size: 14px;
        overflow: hidden; 
        cursor: pointer;
        color: #666;
    }

        .link .link-content .select ul li.on {
            background-color: #eff3f5;
            color: #1f59d8;
        }

.link .link-content .select:hover {
    border: solid 1px #66afe9;
}

.link .link-content, .link .link-title {
    float: left;
}
/*返回顶部*/
.totop {
    width: 64px;
    position: fixed;
    right: 20px;
    bottom: 140px;
    z-index: 1001;
    background-color: #fff;
    box-shadow: 0 0px 10px 0 rgba(0,0,0,.15);
    padding: 14px 0 10px;
}

    .totop .cart, .totop .back-top {
        float: left;
        width: 100%;
        height: 46px;
        padding-top: 26px;
        text-align: center;
        font-size: 12px;
        color: #666666;
        background: url(../Image/phone.png) no-repeat;
        text-decoration: none;
    }

        .totop .cart:hover, .totop .back-top:hover {
            color: #0089fe;
            text-decoration: none;
            background-position: -64px 0;
        }

    .totop .back-top {
        float: left;
        margin-top: 14px;
        background-image: url(../Image/totop.png);
    }

    .totop .ctel {
        width: 150px;
        position: absolute;
        left: -149px;
        top: 0;
        display: none;
    }

    .totop .ctel-main {
        box-shadow: 0 0px 10px 0 rgba(0,0,0,.15);
        padding: 15px;
        margin-right: 10px;
        background: #fff;
    }

        .totop .ctel-main img {
            padding-right: 10px;
            padding-top: 2px;
            float: left;
        }

        .totop .ctel-main .tel-num {
            padding-left: 26px;
            padding-top: 6px;
        }
/*头部区域*/
.header-banner {
    width: 100%;
    height: 420px;
    background: url(../Image/banner.jpg) center top no-repeat;
}

.header-top {
    width: 100%;
    height: 30px;
    line-height: 30px;
    background-color: rgba(0,0,0,0.2);
}

    .header-top .logBox {
        float: right;
        color: #63a1d4;
    }

.logBox img {
    float: left;
    margin-top: 8px;
}

.logBox a {
    color: #fff;
    float: left;
    margin: 0 6px;
}

    .logBox a:hover, .logBox a:visited {
        color: #fff;
    }

.logBox span {
    color: #83bee5;
    float: left;
    font-size: 13px;
    line-height: 28px;
    margin: 0 2px;
}

.header-logo {
    margin-top: 40px;
}

    .header-logo img {
        float: left;
        margin-right: 16px;
    }

.header-title {
    font-size: 15px;
    color: #fff;
    text-shadow: 0 0 10px rgba(0,0,0,0.3);
    line-height: 28px;
    letter-spacing: 1px;
    margin-top: 2px;
}

    .header-title h1 {
        color: #fff;
        font-weight: bold;
        font-size: 32px;
        letter-spacing: 2px;
        margin: 0px;
    }

.center .search-box {
    float: right;
    margin-top: 54px;
}

.search-box .input-text {
    height: 40px;
    line-height: 40px;
    width: 300px;
    padding: 0 10px;
    border-radius: 4px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border: none;
    font-size: 16px;
    float: left;
}

.btn-box {
    width: 50px;
    height: 40px;
    border: none;
    border-radius: 4px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    color: #fff;
    font-size: 16px;
    float: left;
    background: url(../Image/search.jpg) center center no-repeat #ff8800;
}


.btn-boxs {
    width: 50px;
    height: 40px;
    border: none;
    border-radius: 4px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    color: #fff;
    font-size: 16px;
    float: left;
}

.btn-box:hover {
    background-color: #ff7700;
}
/*.header-banner .center .nav {
	width: 1220px;
	margin-left: -10px;
	height: 48px;
	line-height: 44px;
	background-color: #0089fe;
	border-radius: 4px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	margin-top: 62px;
	border-bottom: solid 4px #0062b5;
}
	.header-banner .center .nav li {
		margin-right: -8px;
	}
		.header-banner .center .nav li .nav_bg {
			width: 8px;
			height: 54px;
			float: left;
		}
		.header-banner .center .nav li img {
			display: none;
		}
		.header-banner .center .nav li a {
			font-size: 18px;
			height: 48px;
			color: #fff;
			padding: 0 50px;
			float: left;
			border-right: solid 1px #006ac4;
		}
			.header-banner .center .nav li a:hover {
				text-decoration: none;
				background: #159fff;
				border-bottom: solid 4px #0073d4;
			}
		.header-banner .center .nav li.current {
			border-right: none;
			position: relative;
			z-index: 10;
		}
			.header-banner .center .nav li.current .nav_bg {
				background: url(../Image/nav_selectbg.png) bottom center no-repeat;
			}
			.header-banner .center .nav li.current a {
				background: #ff8800;
				height: 52px;
				line-height: 52px;
				font-weight: bold;
				margin-top: -4px;
				border-radius: 4px;
				border-bottom-left-radius: 0;
				border-bottom-right-radius: 0;
				border-right: solid 1px #ff8800;
			}
				.header-banner .center .nav li.current a:hover {
					border-bottom: solid 4px #ff8800;
				}
*/

/*底部样式*/
.footer {
    width: 100%;
    height: 180px;
    background: #2b303b;
    float: left;
}

.footer-nav {
    width: 1200px;
    height: 70px;
    margin: auto;
    border-bottom: solid 1px #373c47;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .footer-nav a {
        color: #b5b6ba;
        margin-left: 30px;
        margin-right: 30px;
        font-size: 16px;
    }

        .footer-nav a:hover {
            color: #b5b6ba;
        }

    .footer-nav em {
        width: 1px;
        height: 18px;
        background: #41464f;
    }

.footer-text {
    width: 1200px;
    margin: auto;
    padding-top: 24px;
}

    .footer-text p {
        text-align: center;
        font-size: 14px;
        color: #666;
        line-height: 32px;
        height: 32px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .footer-text img {
        margin-right: 4px;
    }

    .footer-text span {
        margin-right: 30px;
        color: #b5b6ba;
        font-size: 15px;
    }

/*头条*/
.headlines {
    margin: 10px 0 0;
    float: left;
    width: 100%;
}

.headlines-date {
    width: 120px;
    height: 72px;
    border-radius: 4px;
    background-color: #f2f2f2;
    text-align: center;
    float: left;
}

    .headlines-date .date-ym {
        height: 26px;
        line-height: 26px;
        background-color: #8b0000;
        color: #fff;
        width: 100%;
        border-radius: 4px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .headlines-date .date-d {
        width: 100%;
        color: #8b0000;
        font-size: 16px;
    }

        .headlines-date .date-d span {
            color: #8b0000;
            font-size: 32px;
            font-weight: bold;
        }

.headlines .headlines-title {
    width: 1070px;
    float: right;
    text-align: center;
}

.headlines-title h1 {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 24px;
    font-weight: bold;
    margin: 2px 0 10px 0;
    color: #000;
}

.headlines:hover .headlines-title h1 {
    color: #0089fe;
}

.headlines-title span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #666666;
    width: 88%;
    float: left;
    margin: 0 6%;
}


/*新闻中心*/
.news {
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    margin-top: 20px;
    float: left;
}

    .news .pic-slide {
        width: 540px;
        float: left;
        height: 324px;
        position: relative;
        overflow: hidden;
        border: 1px solid #eee;
    }

    .news .news-content {
        width: 640px;
        float: right;
        margin-top: 4px;
    }

    .news .article-list {
        width: 100%;
        float: left;
        margin-top: 8px;
        padding-left: 0;
        margin-bottom: 0;
    }

        .news .article-list li {
            width: 100%;
            font-size: 16px;
            overflow: hidden;
            line-height: 45px;
        }

            .news .article-list li a {
                font-size: 16px;
            }

            .news .article-list li em {
                width: 6px;
                height: 6px;
                float: left;
                display: block;
                border-radius: 3px;
                background: #ff9c0f;
                margin-right: 12px;
                margin-top: 19px;
            }

            .news .article-list li span {
                float: left;
                width: 80%;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                color: rgb(51, 51, 51);
            }

            .news .article-list li i {
                float: right;
                font-style: normal;
                color: #999999;
            }

            .news .article-list li:hover span {
                color: #0089fe;
            }

        .news .article-list h4 {
            font-size: 16px;
            line-height: 24px;
            margin-top: 4px;
            margin-bottom: 20px;
            height: 48px;
            word-break: break-all;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
        }

            .news .article-list h4:hover {
                color: #1F59D8;
                cursor: pointer;
            }

    .news .pic-slide .slide-picbox {
        width: 540px;
        height: 324px;
        overflow: hidden;
        position: relative;
    }

        .news .pic-slide .slide-picbox img {
            width: 100%;
            height: 100%;
        }

        .news .pic-slide .slide-picbox .side-info {
            position: absolute;
            line-height: 42px;
            background-color: rgba(0, 0, 0, .4);
            padding: 0 20px;
            left: 0;
            bottom: 0;
            width: 100%;
        }

            .news .pic-slide .slide-picbox .side-info span {
                display: block;
                font-size: 16px;
                width: 75%;
                color: #fff;
                white-space: nowrap;
                text-overflow: ellipsis;
                overflow: hidden;
            }

.slide-dot {
    position: absolute;
    right: 20px;
    z-index: 888;
    bottom: 10px;
}

    .slide-dot li {
        float: left;
        margin-right: 4px;
        cursor: pointer;
    }

        .slide-dot li button {
            font-size: 0;
            width: 8px;
            height: 8px;
            outline: none;
            border: none;
            background-color: #fff;
            border-radius: 50%;
            padding: 0;
            z-index: 777;
        }

    .slide-dot .current button {
        width: 32px;
        border-radius: 4px;
    }

.news-content .news-top {
    width: 100%;
    height: 42px;
    line-height: 42px;
    background-color: #f2f2f2;
    padding-right: 10px;
    float: left;
}

    .news-content .news-top .news-title {
        padding-left: 0;
    }

.news-top li a {
    font-size: 18px;
    font-weight: bold;
    padding: 0 24px;
    float: left;
    color: #333;
    text-decoration: none;
}

    .news-top li a:hover {
        color: #0089fe;
        text-decoration: none;
    }

    .news-top li a:visited, .news-top li a:active {
        text-decoration: none;
    }

.news-top li .nav_bg {
    width: 8px;
    height: 42px;
    float: left;
}

.news-top li.current .nav_bg {
    background: url(../Image/nav_selectbg.png) bottom center no-repeat;
}

.news-top li.current a {
    background: #0089fe;
    color: #fff;
    height: 46px;
    line-height: 46px;
    font-weight: bold;
    margin-top: -4px;
    border-radius: 4px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

/*线上服务*/
.main-title {
    width: 100%;
    margin-bottom: 20px;
    float: left;
}

    .main-title h2 {
        float: left;
        font-weight: bold;
        font-size: 24px;
        line-height: 28px;
        margin-top: -2px;
    }

    .main-title .more {
        line-height: 28px;
        float: right;
    }

.xsfw-box {
    padding-left: 0;
    float: left;
    width: 100%;
    margin-bottom: 0px;
}

    .xsfw-box li {
        width: 280.5px;
        height: 110px;
        box-shadow: rgb(0 0 0 / 10%) 0px 0px 12px;
        box-sizing: border-box;
        background: #FFFFFF;
        margin-right: 26px;
        float: left;
        margin-bottom: 26px;
    }

        .xsfw-box li:hover, .xsfw-box li a:hover {
            text-decoration: none;
        }

        .xsfw-box li a {
            width: 100%;
            height: 110px;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 4px;
            padding-left: 6px;
        }

            .xsfw-box li a:hover {
                box-shadow: 0px 0px 14px rgba(70,149,255,0.5);
            }



                .xsfw-box li a:hover .xsfw-img {
                    background-position: -64px 0;
                }

        .xsfw-box li.nomargin {
            margin-right: 0;
        }

.xsfw-img {
    width: 64px;
    height: 64px;
    float: left;
}

.xsfw-content {
    width: 170px;
    margin-left: 20px;
    line-height: 22px;
    color: #666;
}

    .xsfw-content span {
        font-weight: normal;
        font-size: 22px;
        margin-bottom: 12px;
        float: left;
        width: 100%;
        color: #333;
    }

/*业务公告*/
.ywgg {
    width: 100%;
    height: 430px;
    box-shadow: 0 0 16px rgba(0,0,0,0.12);
    margin-bottom: 30px;
    overflow: hidden;
}

.ywgg-title {
    width: 280px;
    height: 430px;
    background: url(../Image/gg-bg.png) no-repeat;
    text-align: center;
    color: #fff;
    line-height: 24px;
}

    .ywgg-title a {
        float: left;
        height: 40px;
        line-height: 38px;
        width: 154px;
        color: #fff;
        border: solid 1px #fff;
        border-radius: 20px;
        font-size: 18px;
        margin-top: 50px;
        margin-left: 60px;
    }

        .ywgg-title a:hover {
            background-color: rgba(255,255,255,0.1);
            text-decoration: none;
            color: #fff;
        }

    .ywgg-title h1 {
        color: #fff;
        font-size: 26px;
        font-weight: bold;
        margin-bottom: 28px;
        margin-top: 110px;
    }

.ywgg-con {
    width: 630px;
    margin: 0 24px;
    min-height: 430px;
}

    .ywgg-con .ywgg-list {
        padding-left: 0;
    }

        .ywgg-con .ywgg-list li em {
            float: right;
            font-size: 16px;
            color: #999999;
        }

        .ywgg-con .ywgg-list li {
            width: 100%;
            line-height: 59px;
            border-bottom: solid 1px #ededed;
            float: left;
        }

            .ywgg-con .ywgg-list li:last-child {
                border-bottom: none;
            }

            .ywgg-con .ywgg-list li img {
                margin-top: 23px;
                float: left;
                margin-right: 8px;
            }

            .ywgg-con .ywgg-list li span {
                font-size: 16px;
                width: 450px;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
                float: left;
                color: rgb(51, 51, 51);
            }

        .ywgg-con .ywgg-list a:hover {
            text-decoration: none;
        }

            .ywgg-con .ywgg-list a:hover span {
                color: #0089fe;
            }

.ywgg-kind {
    width: 240px;
    height: 430px;
    box-shadow: 0 0 16px rgba(0,0,0,0.12);
}

    .ywgg-kind a {
        width: 100%;
        height: 86px;
        line-height: 74px;
        float: left;
    }

        .ywgg-kind a img {
            float: left;
            margin-top: 18px;
            margin-right: 14px;
            margin-left: 20px;
        }

        .ywgg-kind a span {
            font-size: 17px;
            float: left;
            color: #333;
        }

        .ywgg-kind a:hover span {
            font-weight: bold;
        }

        .ywgg-kind a.current {
            background-color: #f1f5f8;
        }

            .ywgg-kind a.current span {
                font-weight: bold;
                color: #000;
            }

.ywgg-title, .ywgg-con, .ywgg-kind {
    float: left;
}
/*其他链接*/
.otherl {
    padding-left: 0;
}

    .otherl li {
        float: left;
        margin-right: 26px;
    }

        .otherl li a {
            width: 280px;
            height: 90px;
            line-height: 90px;
            float: left;
            text-align: center;
            color: #fff;
            font-size: 24px;
            font-weight: bold;
            letter-spacing: 2px;
            text-shadow: 0 0 10px rgb(31 89 216 / 30%);
            background: url(../Image/ico_wsxt.png) no-repeat;
        }

/*友情链接*/
.link {
    width: 100%;
    height: 80px;
    float: left;
    padding: 20px 0;
    background: #f6f7f8;
    margin-top: 10px;
}

    .link .link-title {
        background: url(../Image/link_bg.png) no-repeat;
        width: 116px;
        height: 40px;
        line-height: 38px;
        font-size: 17px;
        color: #fff;
        font-weight: bold;
        text-indent: 20px;
    }

    .link .select {
        width: 250px;
        height: 40px;
        font-size: 15px;
        margin-left: 20px;
        margin: 0 0 0 20px;
    }

    .link .select_txt {
        height: 40px;
        font-size: 15px;
        padding: 0px 28px 0 12px;
    }

    .link .select ul li {
        height: 36px;
        line-height: 36px;
        font-size: 15px;
    }

 




    .qh_choose a:hover {
        color: #fff;
        background-color: #ffffff25;
    }

.headMenu {
    margin-top: 62px;
    height: 48px;
    border-top: 0;
}

    .headMenu .container {
        width: 1220px;
        margin-left: -10px;
        height: 48px;
        background-color: #0089fe;
        border-radius: 4px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom: solid 4px #0062b5;
    }

        .headMenu .container .col-sm-12 {
            padding-left: 0 !important
        }

        .headMenu .container .xxlhd {
            overflow: inherit !important;
        }

    .headMenu ul li {
        height: 48px;
        line-height: 44px;
        margin-right: -4px;
    }

.header-banner .rowRight {
    margin-left: 0px;
    float: left;
    position: inherit;
    margin-top: 52px;
}

    .header-banner .rowRight .weChatQrCode {
        position: fixed;
        top: 40%;
        right: 30px;
        background-color: #fff;
        width: 126px;
        height: 134px;
        z-index: 1000;
        border-radius: 3px 3px 0 0;
        box-shadow: 0 2px 9px #ddd;
    }

        .header-banner .rowRight .weChatQrCode .qrcodeImg {
            height: 92px;
            width: 92px;
            margin: 12px 0 0 18px;
        }

        .header-banner .rowRight .weChatQrCode .desc {
            display: block;
            font-size: 12px;
            margin-left: 10px;
            float: left;
            margin-top: 2px;
        }

        .header-banner .rowRight .weChatQrCode .delImg {
            position: absolute;
            top: -8px;
            right: -8px;
            border-width: 0;
            cursor: pointer;
            opacity: 0.75;
        }

    .header-banner .rowRight .font_right .loginInfo1 {
        color: #fff;
        font-size: 16px;
        line-height: 24px;
        white-space: nowrap;
        width: 100px;
    }

    .header-banner .rowRight .font_right .loginInfo2 .logged {
        color: #ffa800;
        margin-right: 20px;
    }


.headMenu ul li.selected {
    background: #ff8800;
    height: 52px;
    line-height: 52px;
    font-weight: bold;
    margin-top: -4px;
    border-radius: 4px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-right: solid 1px #ff8800;
}

.headMenu .container .col-sm-12 ul li {
    border-right: solid 1px #006ac4;
}

    .headMenu .container .col-sm-12 ul li:not(.selected):hover {
        text-decoration: none;
        background: #159fff;
        border-bottom: solid 4px #0073d4;
    }

    .headMenu .container .col-sm-12 ul li a:hover {
        text-decoration: none;
        color: #fff;
    }

.headMenu #box_menu {
    background-color: #006ac4;
}

    .headMenu #box_menu li:hover {
        background: #159fff;
    }

#floorBox {
    clear: both;
}

.header-banner .center > .content {
    width: 1220px;
    margin-left: -10px;
    min-height: 496px;
}

    .header-banner .center > .content .box {
        margin: 0 10px;
    }

.footer-text #gabba, .footer-text #gabba:hover, .footer-text #gabba:focus, .footer-text #gabba:visited {
    color: #b5b6ba;
    text-decoration: none;
}

.business_service {
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    float: left;
    overflow: hidden;
}

    .business_service .swiper-bizserver img {
        height: 110px;
    }

#div_brOrprc {
    right: 0;
}
