/* é€šç”¨ */

html {
    background-color: #fff;
}

body {
    overflow-x: hidden;
    background-color: #fff;
    margin: 0;
    /* background-image: url(../images/lk_body_bg.jpg); */
    background-size: cover;
    background-repeat: repeat;
    background-position: center;
}

ul {
    list-style: none;
}

.middle_width {
    width: 1366px;
    margin: 0 auto;
}

a {
    text-decoration: none;
    color: #373737;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:link {
    text-decoration: none;
}

.all_title {
    font-size: 56px;
    text-align: center;
    color: #373737;
    font-weight: 700;
    letter-spacing: 3px;
}

.all_title span {
    color: #046492;
}

.all_fu_title {
    text-align: center;
    font-size: 17px;
    letter-spacing: 2px;
    color: #333;
    border-bottom: 1px solid #ccc;
    width: 80%;
    margin: 7px auto;
    padding-bottom: 12px;
}

.bottom_btn {
    margin: 20px auto 0;
}

.bottom_btn a {
    width: 340px;
    height: 50px;
    font-size: 23px;
    letter-spacing: 1px;
    background-color: #DF5443;
    color: #fff;
    outline: none;
    border: none;
    display: block;
    margin: auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #DF5443;
}

.bottom_btn a:hover {
    background-color: transparent;
    color: #DF5443;
    border: 1px solid #DF5443;
}

.fu_title {
    color: #333;
    font-size: 17px;
    padding: 5px;
}


/* å¤´éƒ¨ */

.header_top {
    height: 70px;
    padding: 12px 0;
    background-color: #fff;
}

.header_top .middle_width {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header_top .header_top_left {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
}

.header_top .header_top_left .header_left_img {
    width: 72px;
}

.header_top .header_top_left .header_left_img img {
    width: 100%;
}

.header_top .header_top_left .header_img {
    padding-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.header_top .header_top_left .header_img .header_img_top {
    font-size: 22px;
    color: #23262b;
    font-weight: 700;
    padding: 0;
    margin: 0;
    margin-bottom: 3px;
}

.header_top .header_top_left .header_img .header_img_bottom {
    font-size: 17px;
    color: #626262;
    margin-bottom: 0;
    margin-top: 3px;
}

.header_top .header_center {
    padding-top: 5px;
}

.header_top .header_center>div {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 60px;
}

.header_top .header_center .question {
    float: left;
    height: 36px;
    border: 1px solid #1f1f1f;
    border-right: 0;
    float: left;
    background: #fff;
    font-size: 16px;
    width: 316px;
    text-indent: 16px;
    overflow: hidden;
}

.header_top .header_center .question>ul {
    height: 36px;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.header_top .header_center .question>ul li {
    height: 38px;
    line-height: 38px;
    color: #666;
}

.header_top .header_center .question>ul li a {
    color: rgb(143, 141, 141);
}

.header_top .header_center span {
    width: 55px;
    font-size: 18px;
    background-color: #046492;
    height: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.header_top .header_center .hot {
    display: flex;
    justify-content: left;
    align-items: center;
    margin-left: 60px;
}

.header_top .header_center .hot>span {
    color: #e62129;
    background-color: #fff;
    font-size: 14px;
    width: 80px;
}

.header_top .header_center .hot>a {
    color: #999999;
    font-size: 13px;
}

.header_top .header_top_right {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header_top .header_top_right span img {
    width: 78%;
}


/* å¯¼èˆªæ  */

.nav_wrap {
    min-width: 1366px;
    height: 55px;
    width: 100%;
    background-color: #226ebb;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.nav_wrap .nav_left {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.nav_wrap .nav_left .nav_left_top {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.nav_wrap .nav_left .nav_left_top .nav_left_img {
    width: 46px;
}

.nav_wrap .nav_left .nav_left_top .nav_left_img img {
    width: 100%;
}

.nav_wrap .nav_left .nav_left_top .nav_left_info {
    margin-left: 2px;
}

.nav_wrap .nav_left .nav_left_top .nav_left_info .nav_info_top {
    margin-bottom: 2px;
}

.nav_wrap .nav_left .nav_left_top .nav_left_info .nav_info_top p {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 13px;
    letter-spacing: 2px;
    margin-left: 4px;
    border-bottom: 1px solid #fff;
    padding-bottom: 2px;
}

.nav_wrap .nav_left .nav_left_top .nav_left_info .nav_info_top span {
    color: #fff;
    font-size: 12px;
    display: inline-block;
    letter-spacing: 12px;
    padding-left: 17px;
}

.nav_wrap .nav_left .nav_left_top .nav_left_info .nav_info_bottom {}

.nav_wrap .nav_left .nav_left_top .nav_left_info .nav_info_bottom span {
    color: #fff;
    font-size: 13px;
    margin-left: 5px;
    padding-top: 0px;
    letter-spacing: 8px;
    padding-left: 4px;
}

.nav_wrap .nav_left .nav_left_bottom {
    color: #fff;
    font-size: 12px;
    letter-spacing: 13px;
    padding-left: 11px;
}

.nav_wrap .nav_center {
    width: 1200px;
}

.nav_wrap .nav_center>ul {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding-left: 0;
    margin: 0;
}

.nav_wrap .nav_center>ul li {
    color: #fff;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
    position: relative;
    overflow: hidden;
}

.nav_wrap .nav_center>ul li>a {
    color: #fff;
    font-size: 16px;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 130px;
    padding: 0 10px;
}

.nav_wrap .nav_center>ul li a:hover {
    background-color: #ED4343;
    color: #fff;
}

.nav_wrap .nav_center>ul li .nav_list_down {
    position: absolute;
    height: 0;
    left: 0px;
    top: 54px;
    background-color: #046492;
    transition: height 0.2s;
}

.nav_wrap .nav_center>ul li .nav_list_down ul {
    width: 148px;
    padding-left: 0;
}

.nav_wrap .nav_center>ul li .nav_list_down ul li {
    height: 0;
    transition: height 0.2s;
    width: 100%;
}

.nav_wrap .nav_center>ul li .nav_list_down ul li a {
    width: 100%;
    height: 53px;
}

.nav_wrap .nav_center>ul li .nav_list_down ul li a:hover {
    background-color: #ED4343;
    color: #fff;
}

.nav_wrap .nav_center>ul li:hover {
    overflow: visible;
}

.nav_wrap .nav_center>ul li:nth-of-type(1):hover .nav_list_down {
    height: 302px;
    border: 1px solid #046492;
}

.nav_wrap .nav_center>ul li:nth-of-type(1):hover .nav_list_down ul li {
    height: 50px;
}

.nav_wrap .nav_center>ul li:nth-of-type(2):hover .nav_list_down {
    height: 302px;
    border: 1px solid #046492;
}

.nav_wrap .nav_center>ul li:nth-of-type(2):hover .nav_list_down ul li {
    height: 50px;
}

.nav_wrap .nav_center>ul li:nth-of-type(3):hover .nav_list_down {
    height: 302px;
    border: 1px solid #046492;
}

.nav_wrap .nav_center>ul li:nth-of-type(3):hover .nav_list_down ul li {
    height: 50px;
}

.nav_wrap .nav_center>ul li:nth-of-type(4):hover .nav_list_down {
    height: 302px;
    border: 1px solid #046492;
}

.nav_wrap .nav_center>ul li:nth-of-type(4):hover .nav_list_down ul li {
    height: 50px;
}

.nav_wrap .nav_center>ul li:nth-of-type(5):hover .nav_list_down {
    height: 402px;
    border: 1px solid #046492;
}

.nav_wrap .nav_center>ul li:nth-of-type(5):hover .nav_list_down ul li {
    height: 50px;
}

.nav_wrap .nav_center>ul li:nth-of-type(6):hover .nav_list_down {
    height: 202px;
    border: 1px solid #046492;
}

.nav_wrap .nav_center>ul li:nth-of-type(6):hover .nav_list_down ul li {
    height: 50px;
}

.nav_wrap .nav_center>ul li:nth-of-type(7):hover .nav_list_down {
    height: 200px;
    border: 1px solid #046492;
}

.nav_wrap .nav_center>ul li:nth-of-type(7):hover .nav_list_down ul li {
    height: 50px;
}

.nav_wrap .nav_center>ul li:nth-of-type(8):hover .nav_list_down {
    height: 202px;
    border: 1px solid #046492;
}

.nav_wrap .nav_center>ul li:nth-of-type(8):hover .nav_list_down ul li {
    height: 50px;
}

.nav_wrap .nav_right {
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav_wrap .nav_right .nav_right_img {
    width: 83px;
}

.nav_wrap .nav_right .nav_right_img img {
    width: 88%;
    margin-top: 7px;
}

.nav_wrap .nav_right .nav_right_info {
    color: #fff;
    font-size: 14px;
    padding-left: 6px;
}


/* é¦–å›¾ */

.picture {
    min-width: 1366px;
    position: relative;
}

.picture>img {
    width: 100%;
}

.picture .picture_wrap {
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 44%;
    transform: translate(-50%, -50%);
    width: 1010px;
}

.picture .picture_wrap>span {
    text-align: center;
    display: block;
    font-size: 22px;
    color: #333;
    letter-spacing: 4px;
}

.picture .picture_wrap>p {
    text-align: center;
    font-size: 72px;
    font-weight: 700;
    margin: 3px 0;
    letter-spacing: 3px;
    color: #0b6794;
}

.picture .picture_wrap .picture_info {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 511px;
    border-radius: 37px;
    margin: 13px auto;
    border: 1px solid #5696B5;
    height: 41px;
}

.picture .picture_wrap .picture_info .picture_info_items {
    color: #494949;
    font-size: 18px;
    margin: 0;
    width: 152px;
    text-align: center;
}

.picture .picture_wrap .picture_info .picture_info_items:nth-of-type(3) {
    margin-right: 22px;
}

.picture .picture_wrap .picture_info .picture_info_items span {
    width: 18px;
    display: inline-block;
}

.picture .picture_wrap .picture_info .picture_info_items span img {
    width: 100%;
}

.picture .picture_wrap .picture_circle {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 24px;
}

.picture .picture_wrap .picture_circle .picture_circle_items {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    font-size: 0;
    margin: 0 30px;
    width: 114px;
}

.picture .picture_wrap .picture_circle .picture_circle_items img {
    width: 100%;
}

.picture .picture_wrap .picture_circle .picture_circle_items span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 23px;
    text-align: center;
    color: #fff;
    width: 100%;
}

.picture .picture_wrap .picture_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    width: 100%;
}

.picture .picture_wrap .picture_btn a {
    margin: 0 18px;
    width: 300px;
    text-align: center;
    letter-spacing: 1px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-size: 26px;
    background-color: #226ebb;
    box-shadow: -2px -2px 6px 3px #438ab0 inset;
}

.picture .picture_wrap .picture_btn a:hover {
    background-color: #E60D06;
    box-shadow: -2px -2px 6px 3px #B4333A inset;
}


/* å’¨è¯¢åŒº */

.zixun_wrap {
    padding: 15px 0 20px;
    background-color: #fff;
}

.zixun_wrap .zixun_content {
    margin-top: 23px;
}

.zixun_wrap .zixun_content .middle_width {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.zixun_wrap .zixun_content .left_zixun {
    width: 492px;
    margin-right: 80px;
}

.zixun_wrap .zixun_content .left_zixun .left_zixun_title {
    background-color: #046492;
    color: #fff;
    font-size: 31px;
    padding-left: 10px;
    letter-spacing: 2px;
    padding: 16px 10px;
    font-weight: 700;
}

.zixun_wrap .zixun_content .left_zixun .left_zixun_content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 5px;
}

.zixun_wrap .zixun_content .left_zixun .left_zixun_content a {
    border: 1px solid #ccc;
    width: 89px;
    display: block;
    margin: 7px;
    padding: 9px;
    font-size: 18px;
    letter-spacing: 2px;
    color: #333;
    text-align: center;
}

.zixun_wrap .zixun_content .left_zixun .left_zixun_content a:hover {
    background-color: #046492;
    color: #fff;
    border: 1px solid #046492;
}

.zixun_wrap .zixun_content .right_zixun {
    width: 692px;
}

.zixun_wrap .zixun_content .right_zixun .title {
    font-size: 26px;
    color: #333;
    font-weight: bold;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.zixun_wrap .zixun_content .right_zixun .title i {
    display: inline-block;
    height: 24px;
    border-left: 4px solid #1e5fb4;
    border-right: 2px solid #ffa718;
    vertical-align: middle;
    margin: -3px 10px 0 0;
}

.zixun_wrap .zixun_content .right_zixun .zl {
    float: left;
    margin-left: 36px;
}

.zixun_wrap .zixun_content .right_zixun .zl .list {
    float: left;
}

.zixun_wrap .zixun_content .right_zixun .zl .list ul {
    float: left;
    width: 400px;
    margin-top: 9px;
}

.zixun_wrap .zixun_content .right_zixun .zl .list ul li {
    font-size: 18px;
    margin-top: 19px;
}

.zixun_wrap .zixun_content .right_zixun .zl .list ul li a {
    color: #666666;
}

.zixun_wrap .zixun_content .right_zixun .zl .list ul li font {
    color: #000;
}

.zixun_wrap .zixun_content .right_zixun .zl .list ul li b {
    color: #f10a09;
    font-weight: normal;
}

.zixun_wrap .zixun_content .right_zixun .zl .list ul li span {}

.zixun_wrap .zixun_content .right_zixun .zl .list .btnbox {
    float: left;
    margin-top: 9px;
}

.zixun_wrap .zixun_content .right_zixun .zl .list .btnbox a {
    display: block;
    width: 200px;
    height: 60px;
    line-height: 60px;
    font-size: 22px;
    color: #fff;
    background-color: #226ebb;
    border-radius: 2px;
    text-align: center;
    margin-top: 12px;
}

.zixun_wrap .zixun_content .right_zixun .zl .list .btnbox a i {
    display: inline-block;
    width: 23px;
    height: 20px;
    vertical-align: middle;
    margin: 0 0 0 19px;
    background: url("c-xz.png"/*tpa=http://xl.tjxzm.cn/xl/bd03/pc/images/c-xz.png*/) no-repeat;
}


/* å››å¤§æ–¹å¼ */

.sida_wrap {
    padding: 20px 0;
    background-image: url("lk_sida_bg.jpg"/*tpa=http://xl.tjxzm.cn/xl/bd03/pc/images/lk_sida_bg.jpg*/);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.sida_wrap .sida_content {
    margin-top: 23px;
}

.sida_wrap .sida_content .middle_width {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sida_wrap .sida_content .sida_items {
    margin: 5px 15px;
    width: 250px;
    height: 372px;
    box-shadow: 0px 0px 3px 1px #dcdbdb;
}

.sida_wrap .sida_content .sida_items:nth-of-type(1) {
    background-image: url("lk_sida01.jpg"/*tpa=http://xl.tjxzm.cn/xl/bd03/pc/images/lk_sida01.jpg*/);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.sida_wrap .sida_content .sida_items:nth-of-type(2) {
    background-image: url("lk_sida02.jpg"/*tpa=http://xl.tjxzm.cn/xl/bd03/pc/images/lk_sida02.jpg*/);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.sida_wrap .sida_content .sida_items:nth-of-type(3) {
    background-image: url("lk_sida03.jpg"/*tpa=http://xl.tjxzm.cn/xl/bd03/pc/images/lk_sida03.jpg*/);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.sida_wrap .sida_content .sida_items:nth-of-type(4) {
    background-image: url("lk_sida04.jpg"/*tpa=http://xl.tjxzm.cn/xl/bd03/pc/images/lk_sida04.jpg*/);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.sida_wrap .sida_content .sida_items .sida_img {
    text-align: center;
    margin-top: 15px;
}

.sida_wrap .sida_content .sida_items .sida_img img {
    width: 30%;
}

.sida_wrap .sida_content .sida_items h4 {
    margin: 0;
    text-align: center;
    font-size: 26px;
    letter-spacing: 2px;
}

.sida_wrap .sida_content .sida_items:nth-of-type(1) h4 {
    color: #568FD2;
}

.sida_wrap .sida_content .sida_items:nth-of-type(2) h4 {
    color: #DF5443;
}

.sida_wrap .sida_content .sida_items:nth-of-type(3) h4 {
    color: #F79021;
}

.sida_wrap .sida_content .sida_items:nth-of-type(4) h4 {
    color: #12B296;
}

.sida_wrap .sida_content .sida_items ul {
    padding: 0;
    width: 80%;
    margin: 10px auto;
    color: #333333;
    font-size: 17px;
    letter-spacing: 1px;
    text-align: center;
}

.sida_wrap .sida_content .sida_items ul li {
    font-size: 16px;
    height: 30px;
    border-bottom: 1px dashed #ccc;
    text-align: left;
    list-style: circle;
    margin-left: 20px;
}

.sida_wrap .sida_content .sida_items a {
    background-color: #568FD2;
    color: #fff;
    width: 80%;
    display: block;
    height: 38px;
    font-size: 18px;
    letter-spacing: 2px;
    text-align: center;
    margin: auto;
    line-height: 38px;
}

.sida_wrap .sida_content .sida_items:nth-of-type(2) a {
    background-color: #DF5443;
}

.sida_wrap .sida_content .sida_items:nth-of-type(3) a {
    background-color: #F79021;
}

.sida_wrap .sida_content .sida_items:nth-of-type(4) a {
    background-color: #12B296;
}

.sida_wrap .sida_content .sida_items a:hover {
    border: 1px solid #568FD2;
    background-color: #fff;
    color: #568FD2;
}

.sida_wrap .sida_content .sida_items:nth-of-type(2) a:hover {
    border: 1px solid #DF5443;
    background-color: #fff;
    color: #DF5443;
}

.sida_wrap .sida_content .sida_items:nth-of-type(3) a:hover {
    border: 1px solid #F79021;
    background-color: #fff;
    color: #F79021;
}

.sida_wrap .sida_content .sida_items:nth-of-type(4) a:hover {
    border: 1px solid #12B296;
    background-color: #fff;
    color: #12B296;
}


/* æˆªæ­¢æ—¶é—´ */

.time_wrap {
    padding: 20px 0;
    background-image: url("lk_time_bg.jpg"/*tpa=http://xl.tjxzm.cn/xl/bd03/pc/images/lk_time_bg.jpg*/);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.time_wrap .middle_width {}

.time_wrap .time_title {
    font-size: 56px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    letter-spacing: 3px;
}

.time_wrap .time_content {}

.time_wrap .time_content p {
    color: #F79021;
    font-size: 48px;
    text-align: center;
    letter-spacing: 2px;
    font-weight: 700;
    margin: 20px 0;
}

.time_wrap .time_content>span {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 28px;
    letter-spacing: 2px;
}

.time_wrap .time_content .time_now_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 35px 0;
}

.time_wrap .time_content .time_num_img {
    margin: 0 64px;
    position: relative;
}

.time_wrap .time_content .time_num_img img {
    width: 100%;
}

.time_wrap .time_content .time_num_img .time_now {
    position: absolute;
    left: 50%;
    top: 59%;
    transform: translate(-50%, -50%);
    color: #F79021;
    font-size: 25px;
    width: 100%;
    text-align: center;
    font-weight: 700;
}

.time_wrap .time_content .time_num_img .time_now span {
    width: 100%;
    text-align: center;
    font-weight: 700;
    color: #F79021;
    font-size: 84px;
    margin-right: 10px;
}

.time_wrap .time_content {
    width: 100%;
    margin: auto;
}

.time_wrap .time_content table {
    width: 100%;
    margin: auto;
}

.time_wrap .time_content table tbody {
    display: flex;
    justify-content: center;
    align-items: center;
}

.time_wrap .time_content table tbody tr {
    margin: 10px 24px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.time_wrap .time_content table tbody tr td:nth-of-type(1) {
    font-size: 22px;
    color: #fff;
    width: 120px;
}

.time_wrap .time_content table tbody tr td:nth-of-type(2) {
    width: 270px;
}

.time_wrap .time_content table tbody tr td:nth-of-type(2) input {
    width: 100%;
    height: 34px;
    font-size: 16px;
    padding-left: 10px;
    color: #333;
    outline: none;
}

.time_wrap .time_content table tbody tr td:nth-of-type(2) select {
    width: 287px;
    height: 38px;
    font-size: 16px;
    padding-left: 10px;
    color: #333;
    outline: none;
}

.time_wrap .time_content>div {
    margin: 20px 0;
}

.time_wrap .time_content>div input {
    width: 340px;
    height: 50px;
    font-size: 23px;
    letter-spacing: 1px;
    background-color: #DF5443;
    color: #fff;
    outline: none;
    border: none;
}

.time_wrap .time_content>div input:hover {
    border: 1px solid #DF5443;
    color: #DF5443;
    background-color: transparent;
    cursor: pointer;
}


/* å¼¹çª— */

.tan1 {
    position: fixed;
    left: 50%;
    top: 50%;
    display: none;
    transform: translate(-50%, -50%);
    z-index: 9999999999;
}

.tantan {
    width: 800px;
    height: 600px;
    position: relative;
}

.tantan iframe {
    width: 100%;
    height: 100%;
}

.tantan span {
    position: absolute;
    right: 12px;
    font-size: 37px;
    color: #fff;
    top: 0;
    cursor: pointer;
}


/* æå‡æ–¹æ¡ˆ */

.tisheng_wrap {
    background-image: url("lk_tisheng_bg.jpg"/*tpa=http://xl.tjxzm.cn/xl/bd03/pc/images/lk_tisheng_bg.jpg*/);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 0 10px;
}

.tisheng_wrap .middle_width .tisheng_title {
    font-size: 56px;
    text-align: center;
    color: #373737;
    font-weight: 700;
    letter-spacing: 3px;
}

.tisheng_wrap .middle_width .tisheng_title span {
    color: #046492;
}

.tisheng_wrap .middle_width .tisheng_fu_title {
    text-align: center;
    font-size: 17px;
    letter-spacing: 2px;
    color: #333;
    border-bottom: 1px solid #ccc;
    width: 80%;
    margin: 7px auto;
    padding-bottom: 12px;
}

.tisheng_wrap .middle_width .tisheng_content {
    width: 1180px;
    margin: 55px auto 0;
    height: 248px;
}

.tisheng_wrap .middle_width .tisheng_content ul {
    width: 100%;
    margin: 0;
    padding: 0;
}

.tisheng_wrap .middle_width .tisheng_content ul li {
    background: #fff;
    width: 168px;
    height: 220px;
    float: left;
    margin-left: 26px;
    box-shadow: 3px 3px 7px rgb(0 0 0 / 20%);
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    border: 1px solid #fff;
}

.tisheng_wrap .middle_width .tisheng_content ul li:hover {
    border: 1px solid #046492;
}

.tisheng_wrap .middle_width .tisheng_content ul li i {
    background: url("lk_tisheng_icon.png"/*tpa=http://xl.tjxzm.cn/xl/bd03/pc/images/lk_tisheng_icon.png*/) no-repeat 0 0;
    width: 42px;
    height: 42px;
    display: block;
    margin: -21px auto 0;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.tisheng_wrap .middle_width .tisheng_content ul li:nth-of-type(2) i {
    background-position: 0 -42px;
}

.tisheng_wrap .middle_width .tisheng_content ul li:nth-of-type(3) i {
    background-position: 0 -168px;
}

.tisheng_wrap .middle_width .tisheng_content ul li:nth-of-type(4) i {
    background-position: 0 -126px;
}

.tisheng_wrap .middle_width .tisheng_content ul li:nth-of-type(5) i {
    background-position: 0 -210px;
}

.tisheng_wrap .middle_width .tisheng_content ul li:nth-of-type(6) i {
    background-position: 0 -84px;
}

.tisheng_wrap .middle_width .tisheng_content ul li img {
    width: 110px;
    margin-top: 20px;
}

.tisheng_wrap .middle_width .tisheng_content ul li p {
    margin: 0;
    margin-top: 20px;
    font-size: 19px;
    letter-spacing: 1px;
}

.tisheng_wrap .middle_width .tisheng_btn {
    margin: 20px auto;
}

.tisheng_wrap .middle_width .tisheng_btn a {
    width: 340px;
    height: 50px;
    font-size: 23px;
    letter-spacing: 1px;
    background-color: #DF5443;
    color: #fff;
    outline: none;
    border: none;
    display: block;
    margin: auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #DF5443;
}

.tisheng_wrap .middle_width .tisheng_btn a:hover {
    color: #DF5443;
    background-color: transparent;
    border: 1px solid #DF5443;
}


/* é™¢æ ¡ */


/* ä¸“ä¸š */

.zhuanye_wrap {
    background-image: url("lk_zhuanye_bg.jpg"/*tpa=http://xl.tjxzm.cn/xl/bd03/pc/images/lk_zhuanye_bg.jpg*/);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px 0 30px;
}

.zhuanye_wrap .zhuanye_content {
    margin-top: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.zhuanye_wrap .zhuanye_content dl {
    width: 196px;
}

.zhuanye_wrap .zhuanye_content dl dd {
    font-size: 18px;
    height: 56px;
    background-color: #ffffff;
    border-right: 1px dashed #dadada;
    border-top: 1px dashed #dadada;
    margin-left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.zhuanye_wrap .zhuanye_content dl dd.even {
    background-color: #5887d4;
    color: #fff;
}

.zhuanye_wrap .zhuanye_content dl dd:hover,
.zhuanye_wrap .zhuanye_content dl dd.even:hover {
    background-color: #DF5443;
    color: #fff;
}

.zhuanye_wrap .bottom_btn {
    margin: 10px 0 0;
}


/* è€ƒå­¦åŽ†å›°éš¾ */

.kunnan_wrap {
    margin: 30px 0;
}

.kunnan_wrap .kunnan_content {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 35px;
}

.kunnan_wrap .kunnan_content .kunnan_items {
    width: 185px;
    margin-left: 19px;
}

.kunnan_wrap .kunnan_content .kunnan_items img {
    width: 185px;
}

.kunnan_wrap .kunnan_content .kunnan_items:nth-of-type(2) img,
.kunnan_wrap .kunnan_content .kunnan_items:nth-of-type(4) img {
    margin-top: 27px;
}

.kunnan_wrap .kunnan_content .kunnan_items .wipe_icon {
    background: url("lk_kunnan_icon.png"/*tpa=http://xl.tjxzm.cn/xl/bd03/pc/images/lk_kunnan_icon.png*/) no-repeat 0 0;
    width: 11px;
    height: 11px;
    margin: 26px auto 0;
}

.kunnan_wrap .kunnan_content .kunnan_items:hover .wipe_icon {
    background-position: -11px 0;
}

.kunnan_wrap .kunnan_content .kunnan_items .kunnan_info {
    background: url("lk_kunnan_info_bg.png"/*tpa=http://xl.tjxzm.cn/xl/bd03/pc/images/lk_kunnan_info_bg.png*/) no-repeat 0 0;
    width: 185px;
    height: 170px;
    margin-top: 18px;
    padding-top: 28px;
}

.kunnan_wrap .kunnan_content .kunnan_items .kunnan_two {
    background: url("lk_kunnan_info_bg2.png"/*tpa=http://xl.tjxzm.cn/xl/bd03/pc/images/lk_kunnan_info_bg2.png*/) no-repeat 0 0;
    width: 185px;
    height: 170px;
    margin-top: 0;
    padding-top: 28px;
    margin-bottom: 0px;
    padding-bottom: 0;
}

.kunnan_wrap .kunnan_content .kunnan_items:hover .kunnan_info {
    background-position: -185px 0;
}

.kunnan_wrap .kunnan_content .kunnan_items .kunnan_info p {
    font-size: 20px;
    color: #5887d4;
    line-height: 1;
    text-align: center;
    font-weight: normal;
    margin: 0;
}

.kunnan_wrap .kunnan_content .kunnan_items:hover .kunnan_info p {
    color: #fff;
}

.kunnan_wrap .kunnan_content .kunnan_items .kunnan_info a {
    background: #5887d4;
    width: 90px;
    height: 28px;
    display: block;
    border-radius: 14px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin: 11px auto 0;
    line-height: 28px;
}

.kunnan_wrap .kunnan_content .kunnan_items:hover .kunnan_info a {
    background-color: #fff;
    color: #5887d4;
}

.kunnan_wrap .kunnan_content .kunnan_items .kunnan_info span {
    font-size: 16px;
    color: #333;
    line-height: 26px;
    margin: 13px auto 0;
    text-align: left;
    display: block;
    width: 80%;
}

.kunnan_wrap .kunnan_content .kunnan_items:hover .kunnan_info span {
    color: #fff;
}


/* æ¯•ä¸šè¯å±•ç¤º */

.biye_wrap {}

.biye_wrap .biye_content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.biye_wrap .biye_content .biye_items {
    width: 20%;
    margin: 12px 12px 0;
    background-color: #fff;
    border: 1px solid #eee;
    padding: 12px 12px 0;
}

.biye_wrap .biye_content .biye_items img {
    width: 100%;
}

.biye_wrap .biye_content .biye_items p {
    text-align: center;
    background-color: #fff;
    color: #000;
    font-size: 20px;
    height: 45px;
    line-height: 45px;
    margin: 5px 0;
}


/* é—®é¢˜ */

.wenti_wrap {
    margin: 30px auto;
    background-image: url("lk_wenti_bg.jpg"/*tpa=http://xl.tjxzm.cn/xl/bd03/pc/images/lk_wenti_bg.jpg*/);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 30px 0 15px;
}

.wenti_wrap .middle_width .all_title {
    font-size: 56px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    letter-spacing: 3px;
}

.wenti_wrap .middle_width .all_title span {
    color: #fff;
}

.wenti_wrap .middle_width .all_fu_title {
    text-align: center;
    font-size: 17px;
    letter-spacing: 2px;
    color: #fff;
    border-bottom: 1px solid #ccc;
    width: 80%;
    margin: 7px auto;
    padding-bottom: 12px;
}

.wenti_wrap .middle_width .wenti_content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.wenti_wrap .middle_width .wenti_content .wenti_items {
    width: 234px;
    margin: 15px;
    background-color: #fff;
    padding: 20px 15px;
    height: 120px;
}

.wenti_wrap .middle_width .wenti_content .wenti_items p {
    font-size: 20px;
    margin: 0;
    color: #2E6CA7;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
}

.wenti_wrap .middle_width .wenti_content .wenti_items span {
    color: #333;
    font-size: 16px;
    letter-spacing: 1px;
    width: 100%;
    display: block;
    height: 45px;
}

.wenti_wrap .middle_width .wenti_content .wenti_items a {
    display: block;
    text-align: center;
    background-color: #2E6CA7;
    color: #fff;
    border-radius: 5px;
    height: 34px;
    line-height: 34px;
    margin-top: 11px;
    border: 1px solid #2E6CA7;
}

.wenti_wrap .middle_width .wenti_content .wenti_items a:hover {
    background-color: #fff;
    color: #2E6CA7;
}


/* ä¾§è¾¹æ å·¦ */

.aside_left_wrap {
    position: fixed;
    left: 0;
    top: 19%;
}

.aside_left_wrap>img {
    position: absolute;
    right: -10px;
    top: -1%;
    cursor: pointer;
}

.aside_left_wrap .aside_info {
    position: relative;
}

.aside_left_wrap .aside_info>img {}

.aside_left_wrap .aside_info ul {
    position: absolute;
    left: 13px;
    top: 59px;
    margin: 0;
    padding: 0;
    width: 128px;
}

.aside_left_wrap .aside_info ul li {
    margin-bottom: 7px;
}

.aside_left_wrap .aside_info ul li a {
    width: 100%;
    display: block;
    font-size: 14px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: #066794;
}

.aside_left_wrap .aside_info ul li a:hover {
    color: #f00;
}

.aside_left_wrap .aside_info>a {
    position: absolute;
    left: 13px;
    bottom: 37px;
    background-color: orange;
    color: #fff;
    width: 127px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    letter-spacing: 1px;
    font-size: 16px;
    border-radius: 5px;
    box-shadow: 0 0 2px 0px #ffa500;
}

.aside_left_wrap .aside_info>a:hover {
    background-color: #f00;
}


/* ä¾§è¾¹æ å³ */

.aside_right_wrap {
    position: fixed;
    right: 28px;
    top: 19%;
    cursor: pointer;
}

.aside_right_wrap>img {
    position: absolute;
    right: -10px;
    top: -1%;
}

.aside_right_wrap .aside_info {
    position: relative;
}

.aside_right_wrap .aside_info>img {}

.aside_right_wrap .aside_info ul {
    position: absolute;
    left: 13px;
    top: 59px;
    margin: 0;
    padding: 0;
    width: 128px;
}

.aside_right_wrap .aside_info ul li {
    margin-bottom: 7px;
}

.aside_right_wrap .aside_info ul li a {
    width: 100%;
    display: block;
    font-size: 16px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: #066794;
}

.aside_right_wrap .aside_info ul li a:hover {
    color: #f00;
}

.aside_right_wrap .aside_info>a {
    position: absolute;
    left: 13px;
    bottom: 37px;
    background-color: orange;
    color: #fff;
    width: 127px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    letter-spacing: 1px;
    font-size: 16px;
    border-radius: 5px;
    box-shadow: 0 0 2px 0px #ffa500;
}

.aside_right_wrap .aside_info>a:hover {
    background-color: #f00;
}

.last {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 30px;
    height: 450px;
}

.last h1 {
    font-size: 36px;
    color: #333333;
    width: 1100px;
    height: 100px;
    line-height: 58px;
    margin: 0 auto;
    text-align: center;
}

.last h1 span {
    font-size: 36px;
    color: #304f86;
}

.arrow {
    width: 100px;
    height: 100px;
    text-align: center;
    margin: 0 auto;
}

.last ul {
    width: 1100px;
    margin: 0 auto;
    text-align: center;
    height: auto;
    overflow: hidden;
}

.last ul li {
    float: left;
    dispaly: block;
    margin-left: 20px;
    margin-right: 20px;
}

.last ul li .circle {
    width: 231px;
    height: 231px;
    overflow: hidden;
    border-radius: 50%;
    background: none;
    text-align: center;
    border: 2px solid #f9d468;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
}

.square {
    width: 100%;
    height: 120px;
    background: #f9d468
}

.square p {
    width: 100%;
    height: 36px;
    font-size: 24px;
    margin: 0 auto;
    text-align: center;
    color: #333333;
    padding-top: 40px;
    font-weight: bold;
}

.square span {
    dispaly: block;
    width: 100%;
    height: 30px;
    font-size: 18px;
    margin: 0 auto;
    text-align: center;
    color: #333333;
    line-height: 30px;
}

.last a {
    display: block;
    width: 140px;
    height: 40px;
    font-size: 16px;
    margin: 0 auto;
    text-align: center;
    color: #333333;
    font-weight: bold;
    line-height: 40px;
    border: 1px solid #999999;
    background: #ffffff;
    margin-top: 20px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
}

.last a:hover {
    background: #304f86;
    color: #ffffff;
    border: none;
}

.part-8 {
    width: 100%;
    height: 1230px;
    overflow: hidden;
}

.part-8 h1 {
    font-size: 36px;
    color: #333333;
    text-align: center;
    margin-top: 20px;
}

.zuoyong {
    width: 1140px;
    height: 1170px;
    margin: 0 auto;
    margin-top: 25px;
}

.zy1 {
    width: 320px;
    height: 370px;
    float: left;
    margin-left: 30px;
    margin-right: 30px;
}

.yuan {
    width: 100px;
    height: 100px;
    border: 1px solid #304f86;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    background: #ffffff;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -o-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px
}

.kuang1 {
    width: 318px;
    height: 300px;
    border: 1px solid #999999;
    margin-top: -65px;
    z-index: -1;
}

.kuang1 b {
    font-size: 30px;
    text-align: center;
    margin-top: 75px;
    display: block;
    color: #4c5164;
}

.pp {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
    line-height: 28px;
    height: 95px;
    color: #888888;
}

.kk {
    width: 230px;
    height: 50px;
    background: #304f86;
    border-radius: 50px;
    margin: 0 auto;
    font-size: 20px;
    color: white;
}

.kk p {
    text-align: center;
    line-height: 50px;
}

.kk:hover {
    background: #d01337;
    color: white;
    transition: all 0.5s linear;
}

.part-11 {
    width: 100%;
    height: 840px;
    background: #ffffff;
    overflow: hidden;
}

.part-11 h1 {
    font-size: 36px;
    color: #333333;
    text-align: center;
    margin-top: 30px;
}

.part-11 .biao {
    font-size: 20px;
    color: #4d4d4d;
    text-align: center;
    margin-top: 12px;
}

.fw {
    width: 1100px;
    height: 620px;
    margin: 0 auto;
    margin-top: 20px;
}

.fw1 {
    width: 250px;
    height: 300px;
    background: #f2f2f2;
    float: left;
    margin: 10px 12px;
}

.fw1:hover {
    -moz-box-shadow: 2px 2px 8px #808080;
    -webkit-box-shadow: 2px 2px 8px #808080;
    box-shadow: 2px 2px 8px #808080;
    transition: all 0.1s linear;
    cursor: pointer;
}

.diannao {
    width: 250px;
    height: 120px;
    background: url("pic1.jpg"/*tpa=http://xl.tjxzm.cn/xl/bd03/pc/images/pic1.jpg*/);
}

.diannao2 {
    width: 250px;
    height: 120px;
    background: url("pic2.jpg"/*tpa=http://xl.tjxzm.cn/xl/bd03/pc/images/pic2.jpg*/);
}

.diannao3 {
    width: 250px;
    height: 120px;
    background: url("pic3.jpg"/*tpa=http://xl.tjxzm.cn/xl/bd03/pc/images/pic3.jpg*/);
}

.diannao4 {
    width: 250px;
    height: 120px;
    background: url("pic4.jpg"/*tpa=http://xl.tjxzm.cn/xl/bd03/pc/images/pic4.jpg*/);
}

.diannao5 {
    width: 250px;
    height: 120px;
    background: url("pic5.jpg"/*tpa=http://xl.tjxzm.cn/xl/bd03/pc/images/pic5.jpg*/);
}

.diannao6 {
    width: 250px;
    height: 120px;
    background: url("pic6.jpg"/*tpa=http://xl.tjxzm.cn/xl/bd03/pc/images/pic6.jpg*/);
}

.diannao7 {
    width: 250px;
    height: 120px;
    background: url("pic7.jpg"/*tpa=http://xl.tjxzm.cn/xl/bd03/pc/images/pic7.jpg*/);
}

.diannao8 {
    width: 250px;
    height: 120px;
    background: url("pic8.jpg"/*tpa=http://xl.tjxzm.cn/xl/bd03/pc/images/pic8.jpg*/);
}

.fw b {
    font-size: 24px;
    color: #304f86;
    margin-top: 10px;
    display: block;
    text-align: center;
}

.fw p {
    font-size: 16px;
    color: #888888;
    margin-top: 8px;
    text-align: center;
    line-height: 25px;
}

.kkl {
    width: 200px;
    height: 50px;
    background: #304f86;
    border-radius: 23px;
    margin: 0 auto;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    margin-top: 12px;
    line-height: 50px;
}

.kkl:hover {
    background: #d01337;
    transition: all 0.5s linear;
}

.ad02 {
    width: 100%;
    height: 260px;
    margin: 0 auto;
    background: url("bg05.jpg"/*tpa=http://xl.tjxzm.cn/xl/bd03/pc/images/bg05.jpg*/) center center no-repeat;
    padding-top: 40px;
}

.ad02 p {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    line-height: 24px;
}

.ad02 p span {
    color: #fff600;
    font-size: 24px;
    line-height: 38px;
    font-weight: bold;
}

.button24 {
    width: 258px;
    height: 60px;
    line-height: 56px;
    border-radius: 30px;
    margin: 0 auto;
    margin-top: 20px;
}

.button24 a {
    font-size: 28px;
    color: white;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    display: block;
}

.button24 {
    color: rgba(255, 255, 255, 1);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    border: 1px solid #FFFFFF;
    overflow: hidden;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

.button24::before,
.button24::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1;
    -webkit-transform: translate(0, -105%);
    transform: translate(0, -105%);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, 0.25);
}

.button24::after {
    -webkit-transition-delay: 0.2s;
    /* Safari */
    transition-delay: 0.2s;
}

.button24:hover::before,
.button24:hover::after {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.submenu_box {
    z-index: 4;
    position: absolute;
    left: 50%;
    margin-left: -725px;
    padding: 3px 7px;
    width: 198px;
    background: rgba(0, 0, 0, 0.6);
}

.submenu>.title {
    border-bottom: 1px dashed #b6b5b5;
    padding-bottom: 6px;
    margin-left: 6px;
    margin-top: 10px;
}

.submenu>.title h3 {
    color: #EBB805;
    font-size: 12px;
    border-left: 2px solid #EBB805;
    padding-left: 8px;
    font-weight: bold;
}

.submenu>.link {
    padding: 5px 0 0 6px;
    display: table;
}

.submenu>.link a {
    color: #fff;
    font-size: 12px;
    min-width: 95px;
    display: block;
    float: left;
    line-height: 28px;
}

.submenu>.link a:hover {
    text-decoration: underline;
}