@media (min-width: 1290px) {
    .container {
        width: 1320px;
    }
}

body,
html {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
    line-height: 1;
    background-color: #FFFFFF;
	min-width: 1300px;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
}

a:focus {
    text-decoration: none;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.clearfix::after,
.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

img {
    max-width: 100%;
}

p {
    margin: 0;
    padding: 0;
}


textarea {
    resize: none
}

@font-face {
    font-family: 'Zhi Mang Xing';
    src: url('../font/ZQZXS.ttf');
}

@font-face {
    font-family: 'Number';
    src: url('../font/number.ttf');
}

/*************************清除默认样式****************************/

.dede_pages {
    width: 100%;
    margin-top: 30px;
    text-align: center;
}

.dede_pages ul {
    width: 100%;
    font-size: 0;
    text-align: center;
    margin: 0;
}

.dede_pages div {
    display: inline-block;
    width: 100%;
}

.dede_pages div a {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #333;
    font-size: 15px;
    color: #333;
    margin: 0 5px 10px;
    *zoom: 1;
    *display: inline;
}

.dede_pages div a:hover,
.dede_pages div span:hover {
    background-color: #205BBB;
    color: #E6DFD1;
    border-color: #205BBB;
}

.dede_pages div span em {
    font-size: 14px;
    color: #666;
    font-style: normal;
}

.dede_pages span.layui-laypage-curr {
    background-color: #205BBB;
    border: 1px solid #205BBB;
}

.dede_pages span.layui-laypage-curr em {
    color: #fff;
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.dede_pages span {
    border: 1px solid #205BBB;
    font-size: 15px;
    padding: 3px 10px;
    *zoom: 1;
    *display: inline;
    height: 14px;
}

.dede_pages .layui-laypage-count {
    display: inline-block;
    height: 27px;
    line-height: 19px;
    color: #333;
}

/********************分页***************************/

.position {
    font-size: 16px;
    line-height: 30px;
    color: #333;
}

.position a.home {
    padding: 0;
    background-image: none;
}

.position a:last-child {
    color: #205BBB;
}

/*********************当前位置********************/
.header {
    padding: 23px 0;
}

.header .header-logo a{
	font-size: 24px;
	margin-right: 15px;
}

.header .header-wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header .header-tools {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    flex: 1;
    line-height: 30px;
}

.header .header-tools .header-btn-group {
    display: flex;
}

.header .header-tools a {
    width: 55px;
    height: 30px;
    font-size: 20px;
    color: #333;
    display: block;
}

.header .header-tools .header-register {
    background-color: #F48022;
    color: #fff;
    line-height: 30px;
    text-align: center;
    border-radius: 3px;
}

.header .header-tools .user-wrap {
    border: none;
    outline: none;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.user-container {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.header .header-tools .user-wrap img {
    border-radius: 50%;
    overflow: hidden;
}

.header .header-tools .user-wrap span {
    font-size: 20px;
    display: block;
    color: #333;
    margin: 0 12px;
}

.header .header-tools .user-wrap .drop-down {
    width: 18px;
    height: 18px;
    background-image: url(../img/icon_40.png);
    background-position: center;
    background-repeat: no-repeat;
}

.header .header-tools .user-wrap .logout {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 118px;
    height: 48px;
    cursor: pointer;
    background-image: url(../img/icon_41.png);
    background-position: center;
    background-repeat: no-repeat;
    display: none;
    margin-bottom: -65px;
    padding-top: 65px;
    z-index: 999;
}

.nav {
    background-color: #205BBB;
}

.nav ul {
    height: 80px;
    display: flex;
    align-items: center;
}

.nav ul li {
    height: 100%;
    align-items: center;
    flex: 1;
    display: flex;
    justify-content: center;
}

.nav ul li i {
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    margin-right: 6px;
}

.nav ul li a {
    font-size: 20px;
    color: #fff;
    height: 100%;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.nav ul li.active,
.nav ul li:hover {
    background-color: #256ADA;
}

.nav ul li.active a,
.nav ul li:hover a {
    font-weight: 700;
}

/*******************************************/
.home-title {
    text-align: center;
}

.home-title h3 {
    display: inline-block;
    font-size: 36px;
    line-height: 46px;
    color: #222;
    margin: 0;
    position: relative;
    font-weight: 700;
    padding: 0 40px;
}

.home-title h3::after,
.home-title h3::before {
    width: 28px;
    height: 28px;
    background-image: url(../img/icon_09.png);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    content: '';
    top: 50%;
    margin-top: -14px;
}

.home-title h3::after {
    left: 0;
}

.home-title h3::before {
    right: 0;
}

.footer {
    background-color: #205BBB;
    text-align: center;
    padding: 64px 0 63px;
}

.footer p {
    align-items: center;
    font-size: 18px;
    line-height: 27px;
    color: #fff;
    margin-top: 8px;
}

.footer p:first-child {
    margin: 0;
}

/*************************************/
.links {
    background-color: #DDEDFF;
    position: relative;
}

.links .links-list {
    position: relative;
}

.links .links-list > ul {
    margin: 0 auto;
    display: flex;
}

.links .links-list > ul > li {
    margin-left: 20px;
    padding: 12px 0;
    flex-grow: 1;
}

.links .links-list > ul > li:first-child {
    margin-left: 0;
}

.links .links-list > ul > li > a {
    display: block;
    line-height: 33px;
    font-size: 16px;
    color: #205BBB;
    padding-left: 35px;
    text-align: left;
    border: 1px solid rgba(32, 91, 187, 0.5);
    background: url("../img/icon_25.png") 95% 5px no-repeat transparent;
    position: relative;
}

.links .links-list > ul > li:hover > a {
    color: #2D79D1;
    border: 1px solid #2D79D1;
    background: url("../img/icon_25.png") 95% 5px no-repeat transparent;
}

.links .links-list > ul > li:hover .child {
    display: block;
}

.links .child {
    position: absolute;
    top: 59px;
    left: 0;
    width: 100%;
    display: none;
    background-color: #fff;
    border-top: 1px solid #F2F2F2;
    z-index: 999;
}

.links .child li {
    float: left;
    margin: 10px;
}

.links .child li a {
    display: block;
    font-size: 15px;
    line-height: 20px;
    color: #666;
    margin-left: 15px;
    padding-right: 10px;
    padding-left: 15px;
    white-space: nowrap;
}

.links .child li a:hover {
    color: #2D79D1;
}

/******************************/
.page-wrap {
    padding: 57px 0;
    background-position: top center;
    background-image: url(../img/icon_26.png);
    background-repeat: no-repeat;
    background-color: #F6FAFF;
}

.page-container {
    display: flex;
}

.page-container .leftNav {
    width: 220px;
    padding: 20px 0;
    background-color: #fff;
}

.page-container .leftNav li a {
    line-height: 78px;
    height: 78px;
    display: block;
    text-align: center;
    font-size: 20px;
    position: relative;
}

.page-container .leftNav li a::before {
    background-color: #205BBB;
    width: 5px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    display: none;
}

.page-container .leftNav li.active a::before,
.page-container .leftNav li:hover a::before {
    display: block;
}

.page-container .leftNav li.active a,
.page-container .leftNav li:hover a {
    background-color: #E9EFF9;
    color: #333;
}

.page-container .rightCon {
    margin-left: 17px;
    background-color: #fff;
    width: 1053px;
    padding: 35px;
}

/*************************************************/
.search .search-input {
    width: 817px;
    position: relative;
    margin: 36px auto 0;
}

.search .search-input input {
    width: 100%;
    height: 68px;
    border: none;
    box-sizing: border-box;
    font-size: 16px;
    outline: none;
    border-radius: 4px;
    box-shadow: 0 0 10px 0 rgba(32, 91, 187, 0.2);
    padding: 0 205px 0 52px;
    background-image: url(../img/icon_03.png);
    background-position: left 18px center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.search .search-button {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
}

.search .search-button button {
    justify-content: center;
    align-items: center;
    width: 153px;
    height: 68px;
    font-size: 22px;
    color: #fff;
    background-color: #F48022;
    border: none;
    outline: none;
    text-decoration: none;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.hot-search {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    margin-top: 20px;
}

.hot-search ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.hot-search ul li {
    background-color: rgba(51, 51, 51, 0.6);
    margin-left: 16px;
    border-radius: 2px;
    display: flex;
    box-sizing: border-box;
}

.hot-search ul li a {
    cursor: pointer;
    height: 24px;
    padding: 0 6px;
    line-height: 24px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hot-search span {
    width: 24px;
    height: 24px;
    display: inline-block;
    background-image: url(../img/icon_04.png);
    background-position: center;
    margin-left: 6px;
    background-repeat: no-repeat;
}

/**************************************/
.empty-column {
    padding: 150px 36px 150px;
    text-align: center;
}

.empty-column h3 {
    text-align: center;
}


/*********jq分页**************/
.jq-page {
    padding: 15px 20px;
    color: #ccc;
    text-align: center;
}

.jq-page a,
.jq-page span {
    display: inline-block;
    color: #428bca;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    border: 1px solid #ddd;
    margin: 0 5px;
    border-radius: 2px;
    vertical-align: middle;
}

.jq-page a:hover {
    text-decoration: none;
    border: 1px solid #2d71e0;
}

.jq-page span.current {
    color: #fff;
    background-color: #2d71e0;
    border: 1px solid #2d71e0;
}

.jq-page span.disabled {
    color: #bfbfbf;
    background: #f5f5f5;
    border: 1px solid #bfbfbf;
}

@media (max-width: 992px) {
	.container{
		width: 100% !important;
	}
	.service .service-wrap li{
		margin-left: auto !important;
	}
}

/***/
#captcha {
    width: 108px;
    height: 52px;
    cursor: pointer;
    display: block;
}