html,
body,
p,
h1,
h2,
h3,
ul,
li {
    margin: 0;
    padding: 0;
}
.clearfix:after {
content: ".";
display: block;
height: 0;
font-size: 0;
clear: both;
visibility: hidden;
}
 
.clearfix {
zoom: 1;
}
a {
    text-decoration: none;
}

body {
    color: #222222;
}

.logo {
    height: 120px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
}

.logo.active {
    position: fixed;
    top: 0px;
    left: 352px;
	 height: 55px;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.container-header {
    height: 130px;
    background-color: #fff;
    position: relative;
}

.header-title {
    position: absolute;
    width: 635px;
    top: 22px;
    left: 575px;
    cursor: pointer;
    min-height: 40px;
    min-width: 160px;
}

.cname {
    position: absolute;
    color: #1e50ae;
    font-size: 24px;
    font-weight: bold;
}

.ename {
    position: absolute;
    left: 0;
    top: 36px;
    font-size: 12px;
    color: rgb(169, 169, 169);
}

.container-banner {
    width: 100%;
    position: relative;
    height: 400px;
    overflow: hidden;
}

/* .container-banner img {
    width: 100%;
} */

.hotline {
    position: absolute;
    font-size: 20px;
    right: 0;
    top: 3px;
    width: 230px;
    text-align: right;
    color: #000;
}

.header-navigation {
    position: absolute;
    width: 100%;
    top: 72px;
    background-color: #fff;
    z-index: 999;
}

.header-navigation.active {
    position: fixed;
    top: 0;
    width: 1200px;
}

.header-navigation ul {
    display: flex;
    justify-content: flex-end;
}

.header-navigation li {
    box-sizing: border-box;
    display: inline-block;
    padding: 0 18px;
    min-width: 80px;
    text-align: center;
}

.header-navigation li:before {
    content: "|";
    right: 20px;
    position: relative;
    color: #94959E;
}

.header-navigation li:first-child:before {
    display: none;
}

.header-navigation a {
    color: #343434;
    line-height: 55px;
}

.header-navigation .current-menu-item {
    border-bottom: 2px solid #1e50ae;
}

.header-navigation .current-menu-item a {
    color: #1e50ae;
    height: 55px;
    line-height: 55px;
}

.container-index {
    padding: 80px 0;
}

.bg-blue {
    background-color: #1075b5;
    color: #fff;
}

.container-title {
    margin: 0 auto;
    text-align: center;
    font-family: 幼圆;
}

.title-main {
    font-weight: bold;
    font-size: 36px;
}

.title-sub {
    font-size: 16px;
    margin: 20px 0;
}

.content {
    width: 1141px;
    margin: 0 auto;
    color: #4b4b4b;
    font-size: 20px;
    line-height: 36px;
}

.content p {
    text-indent: 2em;
}

.img-service {
    margin: 0 auto;
    display: block;
}

.content-service {
    width: 1141px;
    margin: 50px auto 0;
    position: relative;
}

.content-service .block {
    position: absolute;
    font-size: 14px;
    color: #fff;
}

.content-service .block p {
    line-height: 18px;
}

.content-service .block:nth-of-type(1) {
    top: 29px;
    left: 107px;
    text-align: right;
}

.content-service .block:nth-of-type(2) {
    top: 129px;
    left: 43px;
    text-align: right;
}

.content-service .block:nth-of-type(3) {
    top: 220px;
    left: 112px;
    text-align: right;
}

.content-service .block:nth-of-type(4) {
    top: 40px;
    right: 62px;
    text-align: left;
}

.content-service .block:nth-of-type(5) {
    top: 122px;
    right: 120px;
    text-align: left;
}

.content-service .block:nth-of-type(6) {
    top: 228px;
    right: 112px;
    text-align: left;
}

.content-agent {
    width: 1160px;
    margin: 0 auto;
    display: flex;
    flex-flow: wrap;
}

.content-agent .item {
    text-align: center;
    margin: 15px;
}

.content-agent .item img {
    width: 200px;
    height: 150px;
}

.content-agent .item span {
    color: #999999;
}

.content-agent .item .url-agent {
    display: block;
}

.content-news {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}

.news-left {
    width: 560px;
}

.news-left a {
    display: block;
}

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

.news-left .title {
    font-size: 16px;
    color: #4c4c4c;
    margin: 10px 0;
}

.news-left .excerpt {
    font-size: 14px;
    color: gray;
}

.tab-panel {
    width: 600px;
}

.tab-title {
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #ccc;
    color: #2b2b2b;
    height: 38px;
    line-height: 38px;
    width: 110px;
    display: inline-block;
    border-radius: 20px;
    text-align: center;
    cursor: pointer;
}

.tab-title.active {
    background-color: #2b2b2b;
    color: #fff;
}


.tab-content-item {
    font-size: 14px;
	line-height: 22px;
    display: flex;
    color: #666666;
    border-bottom: 1px dashed #ccc;
    padding: 10px 7px;
}

.tab-content-item span:nth-of-type(1) {
    flex: 4;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

footer {
    background-color: rgb(75, 75, 75);
}

.container-footer {
    width: 1200px;
    margin: 0 auto;
    color: #fff;
}

.footer-navigation li {
    box-sizing: border-box;
    display: inline-block;
    padding: 0 10px;
    min-width: 80px;
    text-align: center;
}

.footer-navigation a {
    color: #b2b2b2;
    line-height: 55px;
}

.content-footer {
    font-size: 14px;
    line-height: 30px;
}

.content-footer img {
    width: 15px;
    height: 15px;
	    top: 3px;
    position: relative;
}

.counter {
    font-size: 0;
}

.counter span {
    margin-right: 1px;
    width: 16px;
    font-size: 14px;
    display: inline-block;
    line-height: 22px;
    color: #b7b7b7;
    text-align: center;
    background-color: #6f6f6f;
}

.container-page {
    margin: 0 auto 50px;
    width: 1200px;
}

.left-side {
    width: 235px;
    border: 1px dashed #555;
    border-radius: 10px;
    overflow: hidden;
    height: 702px;
	float: left;
	background-color: #fff;
}

.sider-navigation li {
    border-bottom: 1px dashed #e5e5e5;
}

.sider-navigation .sub-menu {
    padding-left: 21px;
    list-style: none;
}

.sider-navigation .current-menu-item>a {
    font-weight: bold;
    color: #000;
}

.sider-navigation a {
    box-sizing: border-box;
    text-align: left;
    display: block;
    padding: 0 10px;
    color: #666666;
    font-size: 14px;
    line-height: 40px;
}

.right-side {
    margin-top: 30px;
    width: 890px;
    line-height: 30px;
	float: right;
}
.post-content p{
	line-height: 2em;
	    text-indent: 2em;
    font-size: 21px;
}
.post-content * {
	max-width: 100%;
	font-family: 仿宋, FangSong !important;
}
table {
  border-collapse: collapse;
}

table, th, td {
  border: 1px solid black;
}

.left-side .header {
    border-bottom: 1px solid #2b2b2b;
}
.left-side.active{
	    position: fixed;
    top: 55px;
}
.left-side .header span {
    display: inline-block;
    width: 94px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    background-color: #2b2b2b;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.item-news {
    display: flex;
    justify-content: space-between;
    color: #666666;
    margin-bottom: 10px;
}

.tags span {
    font-size: 12px;
    display: inline-block;
    line-height: 22px;
    padding: 0 5px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 11px;
}

.tags span:hover {
    background-color: rgb(186, 186, 186);
    border-color: rgb(186, 186, 186);
    color: #fff;
}

.pannel-license {
    display: flex;
    border: 1px solid #eee;
    padding: 10px;
}

.license-item {
    width: 300px;
    box-sizing: border-box;
    border: 1px solid #eee;
    margin: 5px;
}

.license-item img {
    height: 100%;
    width: 100%;
}

.right-title {
    font-size: 16px;
    font-weight: bold;
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
    padding: 10px;
}

.pannel-agent {
    border: 1px solid #eee;
    padding: 10px;
}

.agent-item {
    box-sizing: border-box;
    border-bottom: 1px dashed #eee;
    margin: 5px 20px;
}

.post-title {
    font-weight: 400;
    font-size: 25px;
    color: #333;
    border-bottom: 1px solid #eee;
    padding: 20px 0;
}

.post-content {
    padding: 20px 0;
}

.bx-pager {
    display: flex;
    justify-content: center;
    width: 100%;
    position: absolute;
    bottom: 14px;
    z-index: 500;
}

.bx-pager-item {
    display: inline-block;
}

.bx-pager-item a {
    margin: 0 2px;
    display: inline-block;
    background-color: #eee;
    color: #555;
    font-size: 12px;
    text-align: center;
    width: 15px;
    height: 17px;
    line-height: 17px;
    opacity: 0.5;
}

.bx-pager-item a.active {
    background-color: #fff;
    color: #000;
    opacity: 1;
}

.content-yeji {
    width: 950px;
    margin: 80px auto 50px;
    height: 300px;
}
.content-yeji li{
	overflow: hidden;
}

.content-yeji img {
    height: 308px;
}

.top {
    position: fixed;
    right: 57px;
    bottom: 50px;
    display: block;
    opacity: 1;
    width: 50px;
    height: 50px;
    background-image: url(assets/img/top.png);
    cursor: pointer;
    display: none;
}

.top:hover {
    opacity: .5;
}

.pagination {
    margin-top: 15px;
}

.pagination .screen-reader-text {
    display: none;
}

.pagination .nav-links {
    display: flex;
    justify-content: center;
}

.pagination .nav-links .page-numbers {
    display: block;
    box-sizing: border-box;
    height: 28px;
    padding: 0 9px;
    text-align: center;
    border: 1px solid #aaa;
    line-height: 28px;
    margin: 0 10px;
}

.pagination .nav-links .page-numbers.current {
    border: none
}
.pagination .nav-links a{
    color: #555;
}
.pagination .nav-links a:hover{
    color: #000;
}

.pagination .nav-links .page-numbers.next,.pagination .nav-links .page-numbers.prev {
    border: none;
}