* {
    margin: 0;
    padding: 0;
    box-sizing:border-box;
	outline:none;
}
html,
body {
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;color:#333;
}
body {
    margin: 0;
    padding: 0;
    background-color: #CAE6FF;
    font-family: [SourceHanSansCN];
}

a {
    text-decoration: none;
    color: #005abb;
}

ul,
ol {
    padding: 0;
}
li{list-style:none;}
img,img:before{object-fit:cover;image-rendering:-moz-crisp-edges;image-rendering:-o-crisp-edges;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges;-ms-interpolation-mode:nearest-neighbor;border:none;}

.flexbase{display:flex;align-items:center;justify-content:space-between;}
.flexalign{display:flex;align-items:center;}
.flexspace{display:flex;justify-content:space-between;}
.flexend{display:flex;justify-content:flex-end}
.flexwarp{display:flex;flex-wrap:wrap}
.flex1{flex:1;}

.hdbox-list a {
    color: white;
    cursor: pointer;
}
.news{width:100%;}
.news-bigtable {
    width:calc(100% / 3 - 7px);
    min-height:180px;
    float: left;
    margin-top: 10px;
    background-color: white;
}
.news-bigtable a {
    color: #333;
    cursor: pointer;
}
.news-bigtable .span-three a {
    color: #005abb;
}
.news-img-box a {
    color: transparent !important;
}
.news-img-box a img {
    border: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.header {
    width: 100%;
    min-width: 1200px;
    padding:18px 0;
    background-color: #005ABB;
}

.header-box {
    width: 1200px;
    margin: 0 auto;
	height:100%;
}
.hdbox-text {
    width: 200px;
    height: 100%;
    color: white;
    font-size: 24px;
    font-weight: bold;
    font-family: [SourceHanSansCN];
    text-indent: 15px;
    margin-top: -3px;
}

.hdbox-text span {
    font-family: Arial;
    color: white;
    font-size: 9px;
}

.hdbox-text-right {
    width: 235px;
    height: 37px;
    color: white;
    font-size: 12px;
    font-family: [SourceHanSansCN];
    position: relative;
}

.hdbox-time {
    width: 100%;
    height: 32px;
    text-align: right;
    margin-top: -9px;
}

.hdbox-list {
    font-size: 14px;
    width: 100%;
}

.hdbox-list .snc {
    display: inline-block;
    width: 70px;
    /*height: 12px;*/
    float: right;
    font-size: 14px;
    text-align: left;
}

.hdbox-list .snb {
    display: inline-block;
    width: 70px;
    /*height: 12px;*/
    float: right;
    font-size: 14px;
    text-align: right;
}

.hdbox-list span {
    height: 17px;
}

.t {
    display: inline-block;
    width: 84px;
    /*height: 12px;*/
    float: right;
    text-align: center;
    border-left: 1px solid white;
    border-right: 1px solid white;
}
.nav-box {
    /*margin-left: 50px;*/
}
.nav-box>ul {
    text-align:right;
    white-space:nowrap;
}
.nav-box>ul>li {
    margin-left:20px;
    display:inline-block;
    position:relative;
}
.nav-box>ul>li>a {
    display: inline-block;
    border-bottom: 3px solid transparent;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    font-family: [SourceHanSansCN];
    padding:3px 0;
}
.nav-box>ul>li>a:hover {
    border-color:#007BFF;
}
.nav-box>ul>li:hover .child_ul{
    display:block;
}
.nav-box .child_ul{
    display:none;
    position:absolute;
    width:auto;
    min-width:100%;
    left: 50%;
    transform: translateX(-50%);
    background:#007BFF;
    padding:3px 0;
    border-radius:0 0 3px 3px;
    z-index:10;
}
.nav-box .child_ul li{width:100%;padding:5px 10px;}
.nav-box .child_ul li:hover{background:#004FA4;}
.nav-box .child_ul li a{width:100%;text-align:center;color:#fff;display:inline-block;font-size:16px}

.content {
    width: 100%;
    min-width: 1200px;
    margin-top: 15px;
    float: left;
}

.content-box {
    width: 1200px;
    margin: 0 auto;
}

/*轮播*/
.swiper-button-next,.swiper-button-prev{width:20px!important;height:37px!important;}
.swiper-button-next:after, .swiper-button-prev:after{
	content:''!important;
	width:100%;height:100%;
	background-size:100%;
	background-repeat:no-repeat;
}
.swiper-button-prev:after{
	background-image:url('../img/arrowl.png');
}
.swiper-button-next:after{
	background-image:url('../img/arrowr.png');
}


.list_banner{
	width: 100%;
	height: 300px;
	overflow:hidden;
	position: relative;
}
.list_banner .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.swiper-pagination-bullet {
	background-color:#dbe1e8!important;
	width:10px!important;height:10px!important;
}
.news-logo-text{color:#333;white-space:nowrap;text-align:center;}

.mleft {
    margin-left: 10px;
}

.headline {
    width: 100%;
    border-bottom: 1px solid #005ABB;
	padding:8px 16px 0px;
	margin-bottom:10px;
    float:left;
}

.headline-second {
    border: 0px;
}

.headline span {
    display: inline-block;
}

.headline .span-first {
    font-size: 18px;
    color: #005ABB;
    font-weight: bold;
    margin-right: 10px;
}

.headline .span-second {
    font-size: 12px;
    color: #005abb;
}

.headline .span-three {
    font-size: 12px;
    color: #005abb;
    float: right;
    line-height: 34px;
    cursor: pointer;
}

.cb-content {
    width: 100%;
    margin: 0 auto;
	padding-bottom:20px;
}

.cb-content-head {
    width: 100%;
    font-size: 14px;
	padding:16px 24px 12px;
    border-bottom: 2px solid #2F99D0;
}

.container {
    width: 100%;
    min-width: 1200px;
    float: left;
}

.container-box {
    width: 1200px;
    margin: 0 auto;
    margin-top: 15px;
    background-color: white;
	min-height:670px;
	padding-bottom:30px;
}

.cb-content-logo {
    vertical-align: top;
}

.cb-content-text {
    max-width: calc(100% - 5rem);
    padding-left: 1rem;
	display:inline-block;
}

.page {
    width: 100%;
    margin-top: 8px;
	padding-left:40px;
	padding-right:60px;
}

.paging_info-box {
    width: 100%;
    padding-top: 10px;
    border-top:1px solid #ddd;
}

.paging_info-box span {
    display: inline-block;
    font-size: 14px;
    margin-top:10px;
}

.o {
    margin-right: 4px;
    display:inline-block;
    width: 14px;
    height: 10px;
    background: url(../img/list_1.png);
}
.ell{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}

.news-list {
    width: 100%;
    padding:5px 16px 0 12px;
    font-size: 14px;
    color: black;
    cursor: pointer;
    margin-top:10px;
    clear:both;
}
.span-four{margin-left:15px;}

.news-list a{width:100%;white-space:nowrap;margin-bottom:18px;}
.news-list a:hover {
    color: #005abb;
}

.news-list a:hover .o {
    background: url(../img/list_2.png);
}

.moreLinker{width:100%;padding:4px 16px 0;}
.news-logo{width:45%;margin-bottom:15px;text-align:center;}
.news-logo img{width:100%;object-fit:contain;}
.news-logo-text {
    font-family: [AdobeHeitiStd];
    font-size: 14px;
	width:100%;
    margin-top:5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.service {
    width: 268px;
    background-color: #EEF6FF;
	margin:4px 16px 15px;
    height:calc(100% - 60px);
    float: left;
    font-size: 14px;
	padding:7px 0 5px;
}

.service p {
    text-indent: 15px;
    padding:7px 0;
}

.service span {
    color: #005ABB;
}

.scroll {
    width: 100%;
    padding-bottom:18px;
    float: left;
    margin-top: 12px;
    background-color: white;
    overflow: hidden;
}
.slider_Box{height:174px;width:100%;top:4px;padding:0 5px;}
.slider_Box .swiper-slide{padding:0 5px;}
.slider_Box .swiper-slide img{object-fit:contain;width:100%;height:100%;}

.major_box{padding:0 10px 30px 50px;}
.major_title{color:#4F7BDC;font-weight:bold;border-bottom:1px solid #ddd;padding-bottom:18px;margin-top:50px;font-size:20px;display:block;}
.major_title:first-child{margin-top:34px;}
.major_ul{font-size:14px;}
.major_ul a{display:inline-block;margin-right:55px;margin-top:20px;}
.major_ul .major_item:hover{color:#4F7BDC;font-weight:bold;}

.tea_img{width:140px;height:180px;object-fit:cover;}
.tea_info{width:240px;height:180px;margin-left:160px;padding:14px 0;font-size:16px;}
.tea_info .name{font-size:18px;font-weight:bold;}
.tea_info .job{margin:18px 0;font-weight:bold;}
.tea_info .intro{text-overflow:-o-ellipsis-lastline;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;line-clamp:4;}

.nt {
    position: absolute;
    background-color: white;
    height: 25px;
    width: 150px;
    top: 101%;
    right: 40%;
}
.footer {
    width: 100%;
    min-width: 1200px;
    padding: 20px 0;
    float: left;
    margin-top:20px;
    background-color: #004B9B;
}
.footer-box {
    width: 1200px;
    margin: 0 auto;
    font-size: 12px;
    color: white;
    text-align: center;
}
.footer-text,.footer-link {
    width: 100%;
    max-width:980px;
    margin: auto;
}
.footer-text p {
    padding: 5px;
}
.footer-text a{
    color: #fff;
}
.footer-link a{
    color: #fff;
    display:inline-block;
    margin-left:10px;
    margin-bottom:10px;
}
.hdbox-logo img {
    height: 62px;
}
