html,
body {
	font: 14px/1.571429 "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", Roboto, Arial, sans-serif;
	color: #76838f;
	margin: 0;
	width: 100%;
	max-width: 100%;
	min-width: 320px;
	min-height: 100%;
	height: auto
}

html {
	font-family: sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: transparent
}

p {
	margin-top: 0;
/*	margin-bottom: 1rem;*/
}

.col-md-5-1 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 19%;
	-ms-flex: 0 0 19%;
	flex: 0 0 19%;
	max-width: 19%;
	margin-right: 1%;
}

.header {
	position: block;
	z-index: 1000;
}

.menu {
	margin: auto 0;
}

.nav-item>.active {
	color: #0072ff;
}

.desc {
	font-size: 16px;
	font-weight: 800 !important;
	color: #333333;
	margin: 0 auto;
	padding: 16px 35px;
}

.recommend-title {
	color: #222222;
	display: table;
	border: 1px solid;
	margin: 30px auto;
}

.card-img-top {
	width: 100%;
}

.card-block {
	padding: 5px 0;
}

.card-title {
	text-align: center;
	color: rgb(34, 34, 34);
	font-size: 1rem;
	margin: 5px 0 !important;
}

.solution{
	max-width: 99% !important;
}

.solution-title {
	font-size: 36px;
	color: rgb(34, 34, 34);
	margin: 40px 0;
}

.solution-columns {
	margin: 0 auto !important;
	width: fit-content;
}

.about {
	padding: 60px 0 20px 0;
}

.about-title {
	color: #222222;
}

.text-desc {
	width: 38px;
	height: 2px;
	background: #0068B9 !important;
}

#about-outside {
	background-image: url(../img/about-backgroud.jpg);
}

.about-logo {
	width: 100%;
	z-index: 2;
	position: relative;
}

.about-content {
	width: 100%;
}

.left {
	width: 40%;
}

.right {
	position: relative;
	top: -150px;
	min-height: 200px;
	background-color: #fff;
}

.right>.text>.desc {
	position: relative;
	left: 20%;
	width: 60%;
	padding-top: 40px;
}

.right>.text>.desc>.btn-more {
	position: relative;
	display: block;
	padding: 5px 15px;
	border: 1px solid;
	width: 110px;
	text-align: center;
	color: #0068B9 !important;
	margin: 20px 0;
	z-index: 100;
}

.right>.text>.desc>.btn-more:hover {
	background-color: #0068B9 !important;
	color: #fff !important;
	text-decoration: none;
}

.news {
	padding: 40px 0;
}

.news-title {
	color: #222222;
	width: 20%;
}

.news .news-right a {
	float: right;
	background: #0068B9;
	color: #fff;
	padding: 5px 10px;
}
.masonry-child img{
	width: 100% !important;
	height: auto !important;
}
.news-content-more-content{
	padding-top:10px;
}

.news-content img {
	width: 100%;
	height: auto !important;
	display:block;
	margin:0 auto;
}

.news-text {
	background-color: #0068B9 !important;
	padding: 28px 20px 28px 40px;
}

.news-text .news-date {
	float: left;
}

.news-text .day {
	font-size: 36px;
	font-weight: bold;
	position: relative;
	letter-spacing: 1px;
	color: #222222;
}

.news-text .year {
	position: relative;
	display: block;
	color: #222222;
}

.news-content {
	margin-bottom: 50px;
}

.news-text .news-content {
	width: 80%;
	float: right;
}

.news-text .news-content h3 {
	font-size: 1.2rem;
	padding-bottom: 15px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.news-text .news-content h3 a {
	color: #fff;
}

.editable-click {
	color: #222222;
	font-size: 13px !important;
	line-height: 1.8;
	/*padding: 10px 0;*/
}
.imgnews-list {
	padding: 20px 40px;
	float: left;
	width: 100%;
}

.imgnews-list .text {
	float: left;
	width: 80%;
}

.imgnews-list .time {
	display: inline-block;
	line-height: 30px;
	float: right;
	color: #333333;
	font-size: 13px;
	position: relative;
}

.imgnews-list .title {
	font-size: 14px;
	font-weight: 700;
	line-height: 30px;
	color: #222222;
	margin: 0;
	display: inline-block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.imgnews-list .title-line {
	font-size: 14px;
	line-height: 30px;
	color: #222222;
	margin: 0;
	display: inline-block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.imgnews-list .date {
	float: right;
}

.imgnews-list .day {
	font-size: 36px;
	font-weight: bold;
	position: relative;
	letter-spacing: 1px;
	color: #222222;
}

.imgnews-list .year {
	position: relative;
	display: block;
	color: #222222;
}

.imgnews-list .item-other {
	border-bottom: 1px solid;
	border-color: #333333;
	padding: 15px 0;
}

.news-content .btn-more {
	margin-left: 45%;
	padding: 5px 15px;
	border: 1px solid;
	width: 110px;
	text-align: center;
	color: #0068B9 !important;
}

.foot-line {
	background-color: #0068B9;
}
.foot-line .container .row{
	width:100%;
}

.footnav-left {
	float: left;
	width: 100%;
	display: flex;
}

.footnav-left h4 {
	font-size: 15px;
	margin-top: 0px;
	text-shadow: none;
	line-height: 39px;
	margin-bottom: 0;
}

.footnav-left a {
	color: #fff;
}

.footer-info {
	padding-top: 10px;
	text-align: center;
	color: #222222;
}

.ui-footer-qq-icon {
	display: inline-block;
	height: 31px;
	width: 28px;
	background: url(../image/qq.jpg) no-repeat;
	color: #ffffff !important;
}

.ui-footer-weibo-icon {
	display: inline-block;
	background: url(../image/weibo.ico) no-repeat;
	color: #ffffff !important;
	height: 28px;
	width: 28px;
}

.bi-wechat {
	font-size: 24px;
	color: #ffffff !important;
}

.bi-telephone-fill {
	font-size: 24px;
	color: #ffffff !important;
}

.info-right a {
	padding: 0 10px;
}

.masonry-item {
	margin: auto 0;
}

.info-right ul {
	float: left;
	display: flex;
	margin-top: 15px;
	border-left: 1px solid #fff;
}

.info-right ul li {
	vertical-align: bottom;
	padding: 4px;
	color: #fff;
}

.column-nav-ul {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 10px 0;
	text-align: center;
	margin: 0 auto;
}

.column-nav-ul li a {
	text-decoration: none;
	display: block;
	padding: 5px 10px;
	font-size: 16px;
	font-weight: 300;
}

.column-nav-ul li a.active {
	color: #067ec4;
}

#column-nav-div {
	margin: 15px;
	border: 1px solid #e7eaf1;
	border-radius: 5px !important;
	box-shadow: 0 1px 3px rgb(0 37 55 / 5%);
}

.news-title-bor {
	width: 100%;
}

.news-title-con {
	position: relative;
	text-align: center;
	padding-top: 50px;
	background: #ffffff;
	margin-top: 70px;
	box-shadow: 0px -12px 18px 2px rgb(0 0 0 / 5%);
}

.news-top {
	font-size: 16px;
	color: #0068B9;
	font-weight: bold;
}

.news-hr {
	display: block;
	margin: 10px auto;
	width: 60px;
	height: 4px;
	background: #0068B9;
}

.news-ul {
	width: 100%;
	margin-top: 40px;
}

.news-li {
	height: auto;
	display: flow-root;
}

.news-li .news-left {
	float: left;
	padding: 25px 0 25px 25px;
	background: #efefef;
	margin-bottom:0px;
}

.news-li .news-right {
	float: right;
}

.news-li .news-left .time-day {
	font-size: 36px !important;
	color: #067ec4;
	font-weight: bold;
	margin-bottom: 0;
}

.news-li .news-left .time-my {
	font-size: 14px;
	color: #333333;
	margin-bottom: 0;
}

.news-li .news-left .time-hr {
	display: inline-block;
	width: 80px;
	height: 1px;
	background: #cccccc;
}

.news-li .news-right {
	padding: 0;
	border: 1px solid #efefef;
	margin-bottom: 30px;
}

.news-li .news-right .news-img a img {
	width: 100%;
}

.news-li .news-right .news-text {
	background-color: #fff !important;
}

.news-li .news-right .news-text .news-title {
	width: 100%;

}

.news-li .news-right .news-text .news-right-hr {
	display: inline-block;
	width: 70px;
	height: 4px;
	background: #067ec4;
	background: ;
	margin: 10px 0;
}

.news-li .news-right .news-text .news-desc {
	font-size: 14px !important;
	color: #333333;
}

.news-li .news-right .news-text .news-btn {
	display: inline-block;
	padding: 15px 50px;
	border: 1px solid;
	border-color: #067ec4;
	color: #0068B9 !important;
	-webkit-transition: all .25s;
	-moz-transition: all .25s;
	-ms-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
}
.news-li .news-right .news-text .news-btn:hover{
	background-color: #0068B9;
	color: #fff !important;
}
.page-item{
	margin: 0 auto 40px auto;
	list-style: none;
}
.page-item a{
	display: inline-block;
    padding: 0px 50px;
    border: 1px solid;
    border-color: #067ec4;
   /* color: #0068B9 !important;*/
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}
.page-item span{
	display: inline-block;
    padding: 0px 50px;
    border: 1px solid;
    border-color: #067ec4;
    color: #0068B9 !important;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}
.single-content{
	width: 100%;
    margin: 40px 0;
    max-width: 100%;
    font-size: 16px;
    line-height: 1.8;
    color: #222222;
    background: #ffffff!important;
    border: 0 solid transparent;
    border-radius: .286rem;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}
.single-content p{
	/*text-indent:2em;*/
}
.breadcrumb{
	display: block;
	background-color: unset;
	color:#067ec4;
	padding-top:20px;
}
.breadcrumb .bi {
    float: left;
    padding-right: 10px;
}
.breadcrumb li a {
	color:#067ec4
}
.news-content-right{
	padding:20px 20px 0 20px;
	box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}
.news-content-right .sidebar-column li a{
	display: block;
    font-size: 16px;
	
}
.sidebar-column{
	margin: 20px 0;
    padding: 20px 0;
    border-top: 1px solid #f0f2f5;
}
.sidebar-news-list{
	margin: 20px 0;
    padding: 20px 0;
    border-top: 1px solid #f0f2f5;
}
.sidebar-news-list h3{
	font-size: 16px !important;
	color: #222222;
}
.sidebar-news-list  .list-group {
	margin-top: 20px;
	border: 0 solid transparent;
    border-radius: .286rem;
	box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}
.news-content-left {
	padding: 20px;
}
.news-content-left h3{
	padding: 0 30px 0 30px;
	color: #2a333c;
}
.news-content-left .info{
	text-indent:2em;
	color: #2a333c;
	font-size: 16px;
	padding-bottom: 15px;
	border-bottom: 1px solid #f0f2f5;
}
.news-content-text {
	padding: 30px;
    width: 100%;
    max-width: 100%;
    word-wrap: break-word;
	font-size: 16px;
    line-height: 1.8;
}
.news-content-text p{
	color:#222222;
/*	text-indent:2em;*/
	white-space: pre-line;
}
.news-content .news-content-images{
	width: 100%;
}
.news-content .news-content-info .page-item a{
	padding: 0px 40px;
    margin: 0 45px;
}
.news-content .row1{
	padding-bottom: 50px;
}
.news-content .row2{
	padding: 20px;
}
.news-content .row2 .sidebar-piclist-title{
	color: #222222;
    text-shadow: none;
	text-align: left;
	font-size: 16px !important;
	font-weight: 300 !important;
	line-height: 1.2;
}
.news-content .row2 .sidebar-piclist-title-ul {
	padding:10px 50px 10px 10px;
}
.news-content .row2 .sidebar-piclist-title-ul .sidebar-piclist-li-title{
	display: grid;
}
.news-content .row2 .sidebar-piclist-title-ul .sidebar-piclist-li-title a{
	font-size: 14px !important;
	text-align: center !important;
	font-weight: 400;
    line-height: 1.2;
	color: #5e7387;
	margin-top:10px;
}
.news-content .row2 .sidebar-piclist-title-ul .sidebar-piclist-li-title a:hover{
	color:#0068B9 !important;
}
.news-content-more-title {
	border-bottom: 1px solid #f0f2f5;
	padding: .715rem 1.429rem;
}
.news-content-more-title a{
	color:#0068B9 !important;
	border-bottom: 2px solid #067ec4;
	padding: .8rem 1.429rem;
	margin-bottom: -1px;
}
.content-pic-list {
	display:flex !important;
}
.foot-line>.container>.row>.footnav-left>.masonry-item{
    max-width: 13%;
}
.foot-line>.container>.row>.footnav-left>.masonry-item>h4{
    line-height: 25px;
}
.p_over{
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}
.p_over3{
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}



        /* fixediv */
        .gonggao{ font-size:12px; padding:0 10px;}
        .gonggao_title { text-align:center; margin:5px 0 5px 0; color:#C00; font-size:12px; font-weight:600; margin-top:10px; margin-bottom:15px;}
        .gonggao_title a{color:#C00;}
        .gonggao_body { line-height:20px; margin-bottom:40px; margin-top:15px; margin-left: 10px;  margin-right: 10px;font-size:12px;}
        .gonggao_sm { text-align:right; margin-bottom:5px;}
        .gonggao_data { text-align:right; }
        .fixediv{position:fixed;z-index:9999;height:330px;width:350px;bottom:150px;right;0px;}
        *html .fixediv{position:absolute;top:expression(eval(document.documentElement.scrollTop));margin:140px 0 0 0;}
        .fixediv-l{right:0px; border:1px solid #09F;background:#fff;}
        .fixediv-r{right:0px;}
        .fixediv .btn{height:30px;text-align:right;line-height:20px;overflow:hidden;font-size:18px;padding-right:10px;}
