﻿@charset "utf-8";

.top {
    background: #e5e5e5;
    height: 38px;
    line-height: 30px;
    border-top: 5px solid #005197;
}

.top .chineseAndEnglish {
	position: relative;
	width: 100px;
	display: inline-block;
}

.top .chineseAndEnglish .text {
	cursor: pointer;
}

.top .chineseAndEnglish .switch-list {
    position: absolute;
    top: 30px;
    left: 20px;
    z-index: 1;
    background: #fff;
    padding: 0;
    border-radius: 5px;
    display: none;
    transition: all .3s;
    box-shadow: 1px 1px 4px 2px #e5e5e5;
}

.top .chineseAndEnglish .switch-list li {
    width: 100px;
    text-align: center;
    cursor: pointer;
}

.onec {
    margin-bottom: 24px;
    margin-top: -24px;
}

.srarchBar {
    position: relative;
    overflow:hidden;
}

.search-btn {
	position: absolute;
	top: 0px;
	right: 0;
	width: 38px;
	height: 38px;
	background: #005197;
	color: #fff;
	text-align: center;
	line-height: 38px !important;
	border-top-right-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
	cursor: pointer;
}

.content {
	margin-top: 36px;
}

.contactMe {
	position: relative;
}

.contactMe li {
	display: inline-block;
	vertical-align: top;
	margin: 0px 9px 9px 0;
}

.contactMe li .icon {
    width: 32px;
    height: 32px;
    background: #0a5eb6;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 32px;
    cursor: pointer;
    vertical-align: middle;
}

.contactMe li .icon img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.contactIcon .title {
	padding-left: 44px;
	padding-bottom: 8px;
}

.showCom {
	width: 230px;
	padding: 21px 0;
	background: #fff;
	border-radius: 10px;
	border: 1px solid #e5e5e5;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	color: #333;
	margin-left: 30px;
	position: absolute;
	top: 46px;
	left: 0;
	display: none;
	z-index: 10;
}

.showCom img {
	max-width: 80%;
	max-height: 80%;
}
.contactMe li:hover .showCom {
	display: block;
}

.business .item:hover {
	text-decoration: none;
}

.business h4 {
	font-size: 18px;
	margin-top: 12px;
	padding: 0 10px;
}

.business .info {
    font-size: 14px;
    color: #333;
    padding: 0 10px 10px 10px;
    word-break: break-all;
    line-height: 25px;
}

.morebusi {
	padding: 15px;
}

.wrap {
	border-bottom: 10px solid #f1f1f1;
}

.news {
    margin-top: 24px;
    /*min-height: 450px;*/
}

.news .media-list {
	padding-left: 0;
}

.news .media-list .item a {
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box-flex;
}

    .news .media-list .item .info {
        font-size: 14px;
        color: #333;
        text-align: justify;
        margin-top: 10px;
        word-break: break-all;
        line-height: 25px;
    }

.news .media-list .item {
	margin-bottom: 1rem;
	border-bottom: 1px solid #e5e5e5;
}

.news .media-list .item {
	padding: 10px 0;
}

.news .media-list .item .time {
	color: #888;
	font-size: 14px;
	margin-top: 6px;
}
.news-title{
	margin-bottom: 20px;
}
.news-information{
	padding: 0;
}
.news-information .items{
	background: #f7f7f7;
	border-radius: 10px;
	overflow: hidden;
}
.news-information .items .pic{
	
}
    .news-information .items .date {
        color: #333;
        font-size: 14px;
        padding: 0 15px;
        line-height: 25px;
    }
.news-information .items .address{
	padding-left: 20px;
}
/* .news-information .items .pic img{
	width: auto;
	height: 92px;
	max-width: 80%;
} */
.news-information .items{
	margin-bottom: 20px;
	
}
.footer{
	background: #f6f6f6;
	padding: 34px 0;
}
.footer p{
	color: #666;
	margin-bottom: .5rem;
	font-size: 14px;
}
.search-result{
	border-top: 1px solid #f1f1f1;
}
.resule-num{
	font-size: 14px;
	color: #888;
	padding-top: 20px;
}
.breadcrumb-con .breadcrumb{
	background: transparent;
}
.breadcrumb-item + .breadcrumb-item::before{
	content: ">";
}
.breadcrumb-con .breadcrumb-item{
	font-size: 14px;
}
.seckill_items_meta h5 {
    font-size: 18px;
    word-break: break-all;
}
.breadcrumb-con .breadcrumb{
	padding-left: 0;
}
.breadcrumb-con .breadcrumb-item a {
    color: #0a5eb6;
}
.details {
    margin-bottom: 50px;
}
.details .release-time{
	font-size: 14px;
	color: #888;
	margin-top: 30px;
}
.details .title{
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 20px;
}
.relevant-info h5{
	font-weight: 500;
	color: #333;
	font-size: 24px;
	margin-bottom: 20px;
}
.relevant-info-list{
	padding:0;
}
.relevant-info-list .item{
	margin-bottom: 1rem;
    border-bottom: 1px solid #e5e5e5;
}
.relevant-info-list .item a{
	display: flex;
	display: -webkit-flex;
	display: -moz-box-flex;
	display: -ms-flexbox;
}
.details .details-com img{
	max-width: 100%;
	max-height: 100%;
}
#pills-tabContent h5{
	margin-bottom: 40px;
	margin-top: 30px;
}
.address-about{
	padding-left: 42px;
	font-size: 14px;
}
.core .card-text {
    font-size: 14px;
    color: #333;
    line-height: 1.8;
    padding: 0 6px 18px;
}
.core .item{
	margin-bottom: 30px;
}
/* .core .item .card{
	border-radius: 0;
	border: 0;
}

 */
.core .item .card-img-top{
	max-height: 120px;
}
.core .pic{
	width: 100%;
	height: 7.5rem;
	border-top-left-radius: calc(0.25rem - 1px);
	border-top-right-radius: calc(0.25rem - 1px);
}
.warning{
	margin-bottom: 3rem;
}
.warning .time{
	font-size: .875rem;
	color: #888;
	margin-bottom: .2rem;
}
.warning .address{
	font-size: .875rem;
	color: #333;
}
.warning .item{
	border-bottom: 1px solid #e5e5e5;
	padding-top: 2.3rem;
}
.warning_deta_time{
	color: #888 !important;
	margin-bottom: 0;
}
.union{
	margin-bottom: 50px;
    min-height:400px;
}
.union .nav-item a{
	color: #666;
}
.bs-union {
    width: 10%;
    flex: 0 0 10%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    font-size: 0.875rem;
    color: #333;
    line-height: 42px;
    font-weight: 700;
}
.union .col-form-label {
    line-height:30px;
    font-weight:700;
}
.union #pills-tab, .about #pills-tab {
    border-bottom: 1px solid #d8d8d8;
}
.grade {
    margin-top: 20px;
    border-top: 1px solid #e5e5e5;
    padding-top: 20px;
}
.union-list .item {
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box-flex;
	border:1px solid #e5e5e5;
	padding: 15px 0;
	margin-bottom: 20px;
}
.union-list .item .info{
	padding-left: 30px;
}
.union-list .item .info h6{
	font-size: 16px;
	color: #333;
	font-weight: 700;
	margin-top: .5rem;
}
.union-list .item .info .test{
	font-size: 14px;
	color: #666;
	text-indent: 2em;
	margin-bottom: 5px;
	/*overflow: hidden;
	height: 66px;*/
	transition: all 1s linear; 
}
.union-list .item .info .open{
	color: #0097fc;
	font-size: .875rem;
	margin-bottom: 0;
	padding-right: 15px;
	cursor: pointer;
    line-height:30px;
}

.union-list .item .info{
	display: block;
	width: 100%;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
	position: relative;
	padding-right: 10px;
	min-height: 6.5rem;
	width: 1px;
}
#pagination_7 {
    width: 100%;
    margin-bottom:50px;
}
#list {
    padding:0 15px;
    margin-top:40px;
}
.about .nav-pills .nav-link {
    color:#666;
}
.about .nav-pills .nav-link.active {
    color: #fff;
    background: #0a5eb6;
    border-radius:0;
}
.qbs-des-info {
    font-size: 15px;
    color: #333;
    margin-top: 30px;
    line-height: 1.8;
}

.qbs-content {
    /*border-bottom: 1px solid #e5e5e5;*/
    margin-top: 40px;
}

.qbs-content:first-child {
    margin-top: 0;
}

.qbs-content .info-com {
    font-size: 15px;
    margin-bottom: 30px;
}

.qbs-content .info-com .time {
    color: #0a5eb6;
    display: block;
    margin-bottom: 5px;
}

/* 2019-6-3 */

.updateNo {
    position: absolute;
    width: 610px;
    height: 320px;
    left: 50%;
    top: 50%;
    margin: -160px 0 0 -305px;
    background: url('../Images/update.png') no-repeat;
    background-size: cover;
    z-index: 1000;
    display: none;
}

.wrapper-particle {
    width: 140px;
    height: 140px;
    position: absolute;
    left: 50%;
    top: 38%;
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*#canvas {
    position: absolute;
    top: 0;
    left: 90px;
}*/

.update {
    font-size: 18px;
    color: #fff !important;
    text-align: center;
    font-weight: 700;
    position: absolute;
    left: 39px;
    top: 57px;
}

.link {
    width: 140px;
    height: 140px;
    border: 2px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
}

.canvasCom {
    width: 200px;
    height: 200px;
}

.updateNo .lm, .updateNo .expect {
    color: #fff;
    font-size: 14px;
    display: block;
}

.updateNo .lm {
    font-size: 34px;
}

.updateNo .updateNo-close {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
}

.updateNo .updateNo-close img {
    max-width: 100%;
    max-height: 100%;
}
/*大屏幕*/
@media screen and (min-width: 769px) {
    .core .card-body {
        padding:10px;
    }
    #pills-tabContent {
        margin-top: 40px;
    }
    .about .nav-pills .nav-link.active {
        padding: .5rem 1.5rem;
    }
    #top_nav {
        padding-left:0;
    }
    #top_nav .navbar-brand {
        display: none;
    }
    .maxlogoName {
        display: none;
    }
    .logo {
        margin-top: 10px;
        max-width: 410px;
        vertical-align: top;
    }
    .logoName {
        font-size: 26px;
        color: #323232;
        margin-top: 23px;
        margin-left:10px;
        display: inline-block;
    }
	.logo_nav {
		display: none;
	}

	#top_nav .navbar-nav li {
		padding: 0 10px;
		position: relative;
		white-space: nowrap;
	}
    #top_nav .navbar-nav li:first-child, .navbar-expand-lg .navbar-nav .nav-link {
        /*padding-left: 0;*/
    }
    #top_nav .navbar-nav li:after {
        content: '';
        position: absolute;
        right: 0;
        top: 12px;
        width: 1px;
        height: 15px;
        background: #e5e5e5;
    }

	#top_nav .navbar-nav li:last-child:after {
		height: 0;
	}

	.moreInfo {
		font-size: 14px;
	}

	.card-title {
		font-size: 22px;
		line-height: 1.5;
	}

	.contactIcon {
		border-left: 1px solid #dcdcdc;
	}

	.wrap .title {
		font-size: 24px;
		color: #333;
		margin-bottom: 20px;
	}

	.wrap {
		margin: 50px auto 20px;

	}
    .news .item img {
        flex: 0 0 186px;
        -ms-flex: 0 0 186px;
        -webkit-flex: 0 0 186px;
        -ms-flex: 0 0 186px;
        -o-flex: 0 0 186px;
        width: 186px;
        height: 116px;
        -webkit-transition: all .3s;
        -ms-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
    }
	.news .item:hover img{
		transform: scale(1.05);
		-webkit-transform: scale(1.05);
		-moz-transform: scale(1.05);
		-ms-transform: scale(1.05);
		-o-transform: scale(1.05);
	}
    .news-information .items .pic {
        width: 350px;
        height: 100px;
        display: table-cell;
        text-align: center;
        vertical-align: middle;
    }
	.news-information .items .pic img{
		max-height: 100%;
		width: 100%;
	}
    .news-information .items h4 {
        font-size: 18px;
        margin-top: 15px;
        padding-left: 15px;
        word-break: break-all;
    }
    .details .title h1 {
        font-size: 28px;
        color: #333;
        font-weight: 700;
        word-break: break-all;
    }
	.relevant-info-list .item a img{
		max-width: 150px;
		max-height: 116px;
		margin-right: 1rem !important;
	}
    .relevant-info-list .item a h4 {
        font-size: 18px;
        word-break: break-all;
    }
    .relevant-info-list .item a p {
        font-size: 14px;
        color: #333;
        word-break: break-all;
        line-height: 25px;
    }
	.about .nav-item{
		padding: 0 18px
	}
	.about .nav-item:first-child{
		padding-left: 0;
	}
    .core .card-title {
        font-size: 18px;
        color: #0a5eb6;
        padding-left: 5px;
    }
	.warning .title{
		font-size: 18px;
		display: -webkit-box;
		overflow: hidden;
		white-space: normal !important;
		text-overflow: ellipsis;
		word-wrap: break-word;
		
	}
	.warning .item:first-child{
		padding-top: .5rem;
	}
	.union .nav-item{
		margin-right: 26px;
	}
	/*.union .nav-item:first-child{
		margin: 0;
	}*/
	.union .info{
		font-size: 16px;
		line-height: 1.6;
		color: #666;
	}
    .union-list .item .WarpPic {
        display: flex;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        -webkit-justify-content: center;
        justify-content: center;
        -moz-box-pack: center;
        -webkit--moz-box-pack: center;
        box-pack: center;
        align-items: center;
        -webkit-align-items: center;
        box-align: center;
        -moz-box-align: center;
        -webkit-box-align: center;
        overflow:hidden;
    }
    .union-list .item .pic {
        flex: 0 0 16rem;
        -webkit-flex: 0 0 16rem;
        -ms-flex: 0 0 16rem;
        -moz-box-flex: 0 0 16rem;
        -o-flex: 0 0 16rem;
        width: 16rem;
         height: 11rem; 
        /*display: table-cell;*/
        vertical-align: middle;
        text-align: center;
        padding: 0 10px;
        border-right: 1px solid #e5e5e5;
        /*overflow: hidden;*/
        transition: all .3s;
        display: flex;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        -webkit-justify-content: center;
        justify-content: center;
        -moz-box-pack: center;
        -webkit--moz-box-pack: center;
        box-pack: center;
        align-items: center;
        -webkit-align-items: center;
        box-align: center;
        -moz-box-align: center;
        -webkit-box-align: center;
    }
	.union-list .item .pic img{
		max-width: 100%;
		max-height: 100%;
		transition: all .3s;
	}
	.union-list .item:hover img{
		transform: scale(1.2);
	}
    .business .item {
         border: 1px solid rgba(0, 0, 0, 0.125);
    }
    .business .item, .core .card {
        display: block;
        transition: all .3s;
        -webkit-transition: all .3s;
        -ms-transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
       
    }
    .business .item img {
        min-height: 112px;
        max-height: 112px;
        width: 100%;
    }
    .business .item:hover, .core .card:hover {
        -webkit-transform: translate3d(0,-2px,0);
        -ms-transform: translate3d(0,-2px,0);
        -moz-transform: translate3d(0,-2px,0);
        -o-transform: translate3d(0,-2px,0);
        transform: translate3d(0,-2px,0);
        box-shadow: 0 15px 30px rgba(0,0,0,.1);
    }
    .mess {
        color: #005197;
    }
    .news .item-img {
        flex: 0 0 186px;
        -ms-flex: 0 0 186px;
        -webkit-flex: 0 0 186px;
        -ms-flex: 0 0 186px;
        -o-flex: 0 0 186px;
        width: 186px;
        height: 116px;
        margin-right: 1rem !important;
    }
    #newstitle_sub {
        margin-top:35px;
        display:block;
    }
    .grade-inut {
        flex: 0 0 21%;
        -ms-flex: 0 0 21%;
        -webkit-flex: 0 0 21%;
        -ms-flex: 0 0 21%;
        -o-flex: 0 0 21%;
    }
    /* 2019-5-8 */
    .qbs-content .title {
        font-weight: 500;
        font-size: 32px;
        color: #333;
        border-bottom: 0;
        margin-bottom: 30px;
    }
}

/*小屏幕*/
@media screen and (max-width: 768px) {
    .details .col-sm-12 {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
    .logo,
    .onec,
    .contactIcon,
    .logoName {
        display: none;
    }
    .navbar {
        padding: 0.5rem 0rem;
    }
    .about-bs {
        display:none;
    }
    .navbar-light .navbar-brand {
        flex: 0 0 67%;
        -ms-flex: 0 0 67%;
        -webkit-flex: 0 0 67%;
        -ms-flex: 0 0 67%;
        -o-flex: 0 0 67%;
        max-width: 67%;
    }
    .logo_nav {
        max-width: 18%;
        max-height: 18%;
    }
    .maxlogoName {
        font-size: 14px;
        word-wrap: break-word !important;
        width: 100%;
        height: 40px;
        display: inline-block;
        white-space: pre-wrap;
        vertical-align: middle;
    }
    .moreInfo {
        font-size: 12px;
    }

	.card-title {
		font-size: 18px;
	}

	.wrap .title {
		font-size: 18px;
		color: #333;
		margin-bottom: 15px;
		margin-top: 15px;
	}

	.business h4 {
		margin-top: 10px;
	}

    .news .item-img {
        -ms-flex: 0 0 100px;
        -webkit-flex: 0 0 100px;
        -moz-box-flex: 0 0 100px;
        flex: 0 0 100px;
        width: 100px;
        height: 100px;
        position: relative;
        box-sizing: border-box;
        margin-right: 1rem !important
    }
    .news .item img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 0;
        left: 0;
    }

	.news .item h5 {
		display: -webkit-box;
		overflow: hidden;
		white-space: normal !important;
		text-overflow: ellipsis;
		word-wrap: break-word;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		font-size: 16px;
	}

	.news .item .seckill_items_meta {
		display: block;
		width: 100%;
		-webkit-box-flex: 1;
		-webkit-flex: 1;
		flex: 1;
		position: relative;
		padding-right: 10px;
		min-height: 6.5rem;
		width: 1px;
	}
	.card-title{
		line-height: 1.5;
	}
	.news .item .seckill_items_meta .info {
		display: -webkit-box;
		overflow: hidden;
		white-space: normal !important;
		text-overflow: ellipsis;
		word-wrap: break-word;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;

	}
	.news-information .items h4{
		font-size: 16px;
		margin-top: 12px;
		padding-left: 15px;
	}
	.news-information .pic{
		width: 100%;
		height: 100px;
		position: relative;
		box-sizing: border-box;
	}
	.news-information .pic img{
		width: 100%;
		height: 100%;
		object-fit: cover;
		position: absolute;
		top:0;
		left:0;
	}
	.xs-info{
		margin-top: 20px;
		border-top: 5px solid #f1f1f1;
		padding-top: 15px;
	}
	.bx-wrapper .bx-pager.bx-default-pager a {
		width: 8px !important;
		height: 8px!important;
	}
	.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{
		bottom: -7px!important;
	}
	.relevant-info-list .item a img{
		max-width: 100px;
		max-height: 100px;
		margin-right: 1rem !important;
	}
	.relevant-info-list .item a h4{
		font-size: 16px;
	}
	.relevant-info{
		display: none;
	}
	.details .title h1{
		font-size: 20px;
		line-height: 1.5;
	}
	.about{
		padding: 6px;
	}
	.about .nav-link{
		padding: 0.5rem;
		font-size: 14px;
	}
	#pills-tabContent {
		padding: 0 8px;
		text-align: justify;
	}
	#pills-tabContent h5{
		font-size: 16px;
		line-height: 1.5;
	}
	.about-bs{
		border-top: 1px solid #E5E5E5;
		padding-top: 15px;
	}
	.about-bs .contactMe,.address-about,.about-bs .title{
		padding-left: 0 !important;
	}
	.core .card-title{
		font-size: 16px;
	}
	.core .pic{
		width: 100%;
		height: 7rem;
		border-top-left-radius: calc(0.25rem - 1px);
		border-top-right-radius: calc(0.25rem - 1px);
	}
	.warning .title{
		font-size: 18px;
		display: -webkit-box;
		overflow: hidden;
		white-space: normal !important;
		text-overflow: ellipsis;
		word-wrap: break-word;
		
	}
	.warning .btn{
		font-size: 0.875rem;
		margin-bottom: 10px;
	}
	.bs-sm{
		margin-bottom: -2.8rem;
	}
	.union .nav-item a{
		font-size: .875rem;
		padding: 0.4rem .8rem;
	}
	.union .info{
		font-size: 14px;
		line-height: 1.6;
		color: #666;
	}
	.bs-union{
		width: 25%;
		flex: 0 0 25%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
	}
	.mb1{margin-bottom: 1rem;}
	
	.union-list .item .info .link{
		word-break: keep-all; 
		word-wrap: break-word;
	}
	.union-list .item .pic{
		display: none;
	}
	.map img{
		max-width: 100%;
		max-height: 100%;
	}
    .business .item {
        /*box-shadow: 0px 0px 2px 1px #e5e5e5;
        display: block;*/
        margin-bottom: 20px;
    }
    .items-com {
        /*border: 1px solid rgba(0, 0, 0, 0.125);
        margin: 0 15px;*/
        padding: 5px;
        margin-bottom:20px;
    }
    .items-com:last-child {
        margin-bottom: 0px;
    }
    .items-com .item {
        border: 1px solid rgba(0, 0, 0, 0.125);
        display:block;
        height:auto;
    }
    .wrap .item {
        /*height: auto !important;*/
    }
    .qbs-content .title {
        font-size: 24px;
        padding-bottom: 10px;
        line-height: 1.4;
    }

    .qbs-content {
        margin-top: 20px;
    }
    .updateNo {
        width: 97%;
        left: 0;
        margin: -160px 0 0 5px;
        background-size: 100% 100%;
    }
    #divCity, #divCity .mb1 {
        padding-right: 0;
    }
    #pills-tabContent img {
        max-width: 100%;
        text-indent: 0;
        margin-left: -2em;
    }
    #pills-home0 img {
        width: 60% !important;
        height: 60% !important;
        margin-left: 0;
    }
    #pills-home3 img {
        margin-left: 0;
    }
    
}
@media all and (orientation : landscape) {
    
}


