body {
    font-family: '思源黑体' !important;
}

.bannerH5 {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    display: none;
}

.banner_h5 img {
    width: 100%;
    display: block;
    height: auto;
}

.pc {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.mobile {
    display: none;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.banner {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
    margin: 0px auto
}

.banner img {
    width: 100%;
    display: block;
    height: auto;
}

.break_nav {
    width: 100%;
    margin: 30px auto;
    color: #627A88;
    font-size: 1rem;
}

.break_nav a {
    color: #0047BB !important;
}

.carousel {
    width: 100%;
    height: auto;
    text-align: center;
    /* 图片居中 */
    overflow: hidden;
}

.carousel img {
    width: 100%;
    /* 图片宽度自适应容器 */
    height: auto;
    /* 保持纵横比 */
}

.content {
    width: 100%;
    background: #ffffff;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}


/*zdj*/

.departureCityFilter {
    margin-bottom: 20px;
}

.ul_con {
    list-style: none;
    padding: 0;
    margin: 10px 0;
}

.ul_con li {
    padding: 5px;
    margin-bottom: 5px;
}

.ul_con a {
    text-decoration: none;
    color: black;
}


/* 标签切换样式 */

.qh_nav {
    background: url(../images/qhdh.png) center no-repeat;
    width: 100%;
    background-size: 100% 100%;
    height: 82px;
    position: relative;
}

.tabs {
    display: flex;
    margin-bottom: 20px;
    width: 99%;
}

.tab {
    flex: 1;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    transition: background-color 0.3s;
    font-size: 16px;
    width: 20%;
    border-radius: 30px;
    margin-top: 20px;
    margin-left: 10px;
}


/*    .tab:hover {
            background-color: #4478cd;
        } */

.active-tab {
    background-color: #0047bb;
    color: white;
    border-radius: 30px;
}

.tab-content-show {
    display: none;
}

.active-content {
    display: block;
}

.hxshowbg {
    height: 400px !important;
    overflow-y: auto;
    background: url(../images/hxbg.png) center no-repeat;
    width: 100%;
    background-size: 100% 100%;
    margin-top: 30px;
    position: relative;
}

#Oceania,
#America,
#Europe,
#Asia,
#MiddleEastAfrica {
    height: 300px !important;
    overflow-y: auto;
    margin-top: 70px;
    width: 99%;
}

.thhxshow {
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
    position: absolute;
    top: 0%;
}

.thhxshow li {
    width: 33%;
    float: left;
    font-size: 24px;
    text-align: center;
    line-height: 3rem;
    color: #181e25;
    font-weight: bold;
}

.thhxshow li select {
    font-size: 1.4rem;
}

.anniu {
    width: 20%;
    margin: 0 auto;
}

.tab-content-show::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 5px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 3px;
    scrollbar-arrow-color: red;
    position: relative;
    z-index: 99;
}

.tab-content-show::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(255, 255, 255, 1);
    background: #0047BB;
    scrollbar-arrow-color: red;
    position: relative;
    z-index: 99;
    height: 3px;
}

.tab-content-show::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background: #fff;
    position: relative;
    z-index: 99;
}

.city-filter {
    position: absolute;
    top: 15% !important;
    left: 21% !important;
}

.city-filter select {
    font-size: 1.4rem;
    box-shadow: 1px 1px 5px #cccccc;
}

.no-flight-message {
    margin-top: 10px;
    color: red;
    font-weight: bold;
}


/* tab切换样式 */

.planebg {
    width: 5%;
    margin: 0 auto;
    position: absolute;
    margin-top: 80px;
}

.tab_qh_all {
    width: 100%;
    margin: 0px auto;
    overflow: hidden;
    margin-left: 0px;
    background: url(../images/icon_tansuo.png) left top no-repeat;
}

.tab_qh_all_2 {
    width: 100%;
    margin: 80px auto 20px auto;
    overflow: hidden;
    margin-left: 0px;
    background: url(../images/icon_ms.png) left top no-repeat;
}

.tab_line1 {
    margin: 0 auto;
    padding: 0;
    height: auto;
    overflow: hidden;
    text-align: center;
    width: 82%;
    display: flex;
    align-content: flex-start;
    flex-wrap: wrap;
}

.tab_line1 li {
    color: #646464;
    font-size: 26px;
    line-height: 60px;
    text-align: center;
    letter-spacing: 1px;
    flex: 1 1 auto;
    padding: 5px 20px;
    float: left;
    margin: 0;
    cursor: pointer;
    box-sizing: border-box;
    white-space: nowrap;
    width: auto;
    text-decoration: none;
    position: relative;
}

.tab_line1 li.active1::after {
    content: '';
    height: 5px;
    background-color: #0047bb;
    border-radius: 40px;
    width: 50%;
    text-decoration: none;
    bottom: 0;
    left: 26%;
    position: absolute;
}

li.active1 {
    color: #0047bb;
    display: block;
}

.tab_line2 {
    margin: 0 auto;
    padding: 0;
    height: auto;
    overflow: hidden;
    text-align: center;
    width: 82%;
    display: flex;
    align-content: flex-start;
    flex-wrap: wrap;
}

.tab_line2 li {
    color: #646464;
    font-size: 26px;
    line-height: 60px;
    text-align: center;
    letter-spacing: 1px;
    flex: 1 1 auto;
    padding: 5px 20px;
    float: left;
    margin: 0;
    cursor: pointer;
    box-sizing: border-box;
    white-space: nowrap;
    width: auto;
    text-decoration: none;
    position: relative;
}

.tab_line2 li.active2::after {
    content: '';
    height: 5px;
    background-color: #0047bb;
    border-radius: 40px;
    width: 50%;
    text-decoration: none;
    bottom: 0;
    left: 26%;
    position: absolute;
}

li.active2 {
    color: #0047bb;
    display: block;
}

.connt {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 20px auto 30px auto;
    padding: 0;
}

.areas2 {
    display: flex;
    margin: 0 auto;
    /* flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap; */
    display: none;
    padding-left: 0.1rem;
    width: 87%;
}

.regionss {
    height: auto;
    overflow: hidden;
    overflow-x: auto;
    width: 87%;
}

.show {
    display: block;
}

.con9 {
    display: block;
    margin: 0 auto;
    padding-left: 0.1rem;
    width: 87%;
}

.biaotou {
    height: auto;
    overflow: hidden;
}

.biaoneirong {
    height: auto;
    overflow: auto;
    width: 99%;
}

.biaoneirong li {
    width: 31%;
    margin: 30px auto 0px auto;
    float: left;
    margin-left: 2%;
}

.biaoneirong_ms {
    height: auto;
    overflow: auto;
    width: 99%;
}

.biaoneirong_ms li {
    width: 48%;
    margin: 30px auto 0px auto;
    float: left;
    margin-left: 2%;
}

.gundong {
    height: 321px;
    overflow-y: auto;
}

.gundong::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 5px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 3px;
    scrollbar-arrow-color: red;
    position: relative;
    z-index: 99;
}

.gundong::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(255, 255, 255, 1);
    background: #27b0ff;
    scrollbar-arrow-color: red;
    position: relative;
    z-index: 99;
    height: 3px;
}

.gundong::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background: #fff;
    position: relative;
    z-index: 99;
}

.con77::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 5px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 3px;
    scrollbar-arrow-color: red;
    position: relative;
    z-index: 99;
}

.con77::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(255, 255, 255, 1);
    background: #fc3e6f;
    scrollbar-arrow-color: red;
    position: relative;
    z-index: 99;
    height: 3px;
}

.con77::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background: #fff;
    position: relative;
    z-index: 99;
}


/**/

.dbtlo {
    width: 100%;
    margin: 30px auto 50px auto;
}

.dbtlo-p1 {
    color: #0047BB;
    font-size: 36px;
}

.dbtlo-p2 {
    color: #181e25;
    line-height: 48px;
    font-size: 23.5px;
    /* letter-spacing: 2px; */
}

.dbtlo-p2 span {
    color: #0047BB;
    font-weight: bold;
}

.dbtlo-p2 a {
    color: #0047BB;
}

.dbtlo-p2 a:hover span {
    padding-bottom: 2px;
    border-bottom: #0047bb solid 2px;
}


/**/

.xia {
    height: auto;
    overflow: hidden;
    background: url(../images/hxbg.png) center no-repeat;
    width: 100%;
    background-size: 100% 100%;
    margin-top: 30px;
}

.alllinebg {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 0px 0px 20px 20px;
}

.allhxtitle {
    width: 92%;
    overflow: hidden;
    /* background: #f6f9fc; */
    margin: 20px auto 0 auto;
    /* border: 1px solid #323232; */
}

.allhxshow {
    width: 92%;
    height: 300px;
    /* background: #f6f9fc; */
    margin: 0px auto 30px auto;
    /* border-left: 1px solid #323232;
	border-bottom: 1px solid #323232;
	border-right: 1px solid #323232; */
    overflow-y: auto;
}

.ljydbtn {
    width: 25%;
    line-height: 4rem;
    border-radius: 35px;
    text-align: center;
    font-size: 1.5rem;
    color: #0047bb;
    margin: 30px auto;
    border: 2px solid #0047bb;
}

.alltk {
    width: 100%;
    border-top: 2px solid #c8c8c8;
    border-bottom: 2px solid #c8c8c8;
    margin: 50px auto 0 auto;
    overflow: hidden;
}


/*展开隐藏*/

.show1 {
    font-size: 20px;
    color: #0047bb;
    cursor: pointer;
    padding: 10px 0;
    font-weight: bold;
}

.hide1 {
    font-size: 20px;
    color: #0047bb;
    cursor: pointer;
    padding: 10px 0;
    font-weight: bold;
    display: none;
}

.showContent {
    font-size: 14px;
    color: #2c4c7b;
}

.xiangqing1 {
    height: auto;
    overflow: hidden;
}

.xiangqing1 ul {
    margin: 0;
    padding: 0;
}

.xiangqing1 ul li {
    list-style-type: none;
    font-size: 18px;
    color: #242424;
    line-height: 30px;
}


/* .xiangqing1 ul li:nth-child(6),.xiangqing1 ul li:nth-child(7),.xiangqing1 ul li:nth-child(8),.xiangqing1 ul li:nth-child(9){margin-left: 40px;} */

.xiangqing1 ul li:last-child {
    margin-bottom: 10px;
}

.xiangqing1 ul li a {
    color: #323232;
    text-decoration: none;
}

.xiangqing1 ul li span {
    font-weight: bold;
    color: #0047bb;
}

.xiangqing1 ul li a:hover span {
    padding-bottom: 2px;
    border-bottom: #0047bb solid 2px;
}

.thhx {
    width: 100%;
    margin: 30px auto;
    overflow: hidden;
}

.thhx p {
    font-size: 36px;
    text-align: center;
    color: #181e25;
    letter-spacing: 1px;
    line-height: 4rem;
    border-bottom: 1px solid #181e25;
}

.tu3 {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 80px auto 60px auto;
}

.tu3 ul {
    margin: 0;
    padding: 0;
}

.tu3 ul li {
    list-style-type: none;
    float: left;
    width: 100%;
}

.tu3 ul li img {
    width: 100%;
    display: block;
}

.image-container {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.image {
    display: block;
    border-radius: 0px;
    transition: opacity 0.3s;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* 半透明黑色背景 */
    color: #ffffff !important;
    display: none;
    /* 默认隐藏遮罩 */
    justify-content: center;
    align-items: center;
    border-radius: 19px;
    cursor: pointer;
}

.overlay .text {
    width: 100%;
    font-size: 14px;
    text-align: left;
    overflow: hidden;
    padding: 20px;
}

.overlay .text dt {
    width: 100%;
    float: left;
    line-height: 1rem;
    font-weight: bold;
    padding-bottom: 10px;
}

.overlay .text dd {
    width: 100%;
    float: left;
    line-height: 1rem;
    margin-left: 0px;
}

.image-container:hover .overlay {
    display: flex;
    /* 鼠标悬停时显示遮罩层 */
}

.image-container:hover .image {
    opacity: 0.7;
    /* 鼠标悬停时让图片稍微透明 */
}


/*最低价*/

.ul_con {
    width: 94%;
    margin: 0 auto;
    overflow: hidden;
}

.ul_con li {
    float: left;
    width: 33.33%;
    margin: 0 auto;
    text-align: center;
}

.ul_conup1 {
    font-size: 24px;
    color: #181e25;
    margin: 0 auto;
    line-height: 3rem;
    border-bottom: 1px solid #c8c8c8;
}

.ul_conup2 {
    font-size: 24px;
    color: #181e25;
    margin: 0 auto;
    line-height: 3rem;
    border-bottom: 1px solid #c8c8c8;
}

.ul_conup3 {
    font-size: 24px;
    color: #181e25;
    margin: 0 auto;
    line-height: 3rem;
    /* font-weight: bold; */
    border-bottom: 1px solid #c8c8c8;
    overflow: hidden;
    text-align: center;
}

.con {
    overflow: hidden;
    max-width: 1024px;
    margin: 0px auto 0 auto;
    position: relative;
}

.cxk {
    overflow: hidden;
    max-width: 100%;
    margin: 0 auto;
}

.searchBtn .search-btn a {
    background: #ff9000 !important;
}

.searchBtn .search-btn a:hover {
    background: #ff9000 !important;
}

.cxk_shadow {
    width: 100%;
    background: url(../images/shadow.jpg) center top no-repeat;
    height: 42px;
}

.block100 {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.part1,
.part3,
.part4 {
    width: 100%;
    margin: 0px auto 50px auto;
    overflow: hidden;
    position: relative;
}

.part2 {
    width: 100%;
    background: url(../images/partbg.png) center repeat-y;
    border-radius: 10px;
    margin: 100px auto 50px auto;
    position: relative;
    overflow: hidden;
}

.part2title {
    width: 40%;
    margin: 50px auto 20px auto;
    overflow: hidden;
}

.hxtable {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
}

.showline1 {
    width: 100%;
    margin: 0 auto 30px auto;
    border: 1px solid #74b5fa;
}

.showline1 th:first-child {
    border-left: 1px solid #74b5fa;
}

.showline1 th {
    font-size: 1.5rem;
    background: #74b5fa;
    border-left: 1px solid #fff;
    line-height: 35px;
    letter-spacing: 1px;
    color: #ffffff;
    text-align: center;
}

.showline1 td {
    font-size: 1rem;
    background: #ffffff;
    border-left: 1px solid #74b5fa;
    border-bottom: 1px solid #74b5fa;
    line-height: 40px;
    letter-spacing: 1px;
    color: #323232;
    text-align: center;
}

.part5 {
    width: 100%;
    background: url(../images/partbg.png) center repeat-y;
    border-radius: 10px;
    margin: 100px auto 50px auto;
    position: relative;
}

.part6 {
    width: 100%;
    background: url(../images/partbg.png) center repeat-y;
    border-radius: 10px;
    margin: 100px auto 50px auto;
    position: relative;
}

.parttitle5 {
    width: 30%;
    margin: 0 auto;
    overflow: hidden;
    position: absolute;
    top: -10%;
    left: 34%;
}

.parttitle5 img,
.parttitle6 img {
    width: 100%;
    display: block;
}

.parttitle6 {
    width: 30%;
    margin: 0 auto;
    overflow: hidden;
    position: absolute;
    top: -5%;
    left: 34%;
}

.imgpl {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
}

.imgpl li:first-child {
    margin-left: 20px;
}

.imgpl li {
    float: left;
    width: 45%;
    margin-left: 60px;
    margin-top: 80px;
    margin-bottom: 50px;
}

.picpl {
    width: 100%;
    margin: 0 auto 20px auto;
    overflow: hidden;
}

.picpl li {
    width: 48%;
    float: left;
    margin-left: 15px;
}

.xmicon {
    width: 100%;
    overflow: hidden;
    margin-top: 60px;
}

.xmicon li {
    float: left;
    width: 15%;
    margin-left: 90px;
    margin-top: 30px;
}

.xm1 {
    width: 662px;
    overflow: hidden;
    margin: 50px auto;
    display: block;
}

.xm2 {
    width: 820px;
    overflow: hidden;
    margin: 50px auto;
    display: block;
}

.xm22 {
    display: none;
}

.xm3 {
    width: 301px;
    overflow: hidden;
    margin: 0 auto 80px auto;
    display: block;
    padding-bottom: 80px;
}

.partbt {
    width: 100%;
    overflow: hidden;
    margin-top: 5%;
    background: url(../images/tab.png) center no-repeat;
    background-size: 100% 100%;
}

.bttab {
    width: 50%;
    margin: 30px 50px;
}

.hxtable {
    width: 90%;
    margin: 10px auto 40px auto;
}

.wxts {
    width: 100%;
    margin: 30px 50px;
    overflow: hidden;
}

.wxts li {
    font-size: 1rem;
    color: #323232;
    letter-spacing: 1px;
    line-height: 30px;
}

.wxts li b {
    font-size: 1.2rem;
}

.con1 {
    height: auto;
    overflow: hidden;
    font-size: 1.4rem;
    text-align: center;
    color: #4e4e4e;
    letter-spacing: 1px;
    margin: 50px auto 30px auto;
}

.con1 a {
    color: #ff8400;
    text-decoration: underline !important;
    cursor: pointer;
}

.con2 {
    height: auto;
    overflow: hidden;
    font-size: 1.4rem;
    text-align: center;
    color: #4e4e4e;
    letter-spacing: 1px;
    margin: 0px auto 20px auto;
    line-height: 2.3rem;
}

.con2 span {
    color: #00a0fd;
    font-size: 1.4rem;
    font-weight: bold;
}

.con2 b {
    color: #00a0fd;
    font-weight: bold;
}

.tiqiantitle {
    width: 72%;
    background: #fff;
    border-radius: 50px;
    text-align: center;
    margin: 10px auto 70px auto;
    font-size: 1.5rem;
    color: #4e4e4e;
    line-height: 3rem;
    overflow: hidden;
    letter-spacing: 2px;
    border: 2px solid #00a0fd;
}

.con-blue {
    overflow: hidden;
    max-width: 1024px;
    margin: 50px auto 30px auto;
    background: url(../images/bg.png) top no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.bt1 {
    width: 30%;
    position: absolute;
    margin: 0px auto;
    overflow: hidden;
    top: -6%;
    left: 35%;
}

.block75 {
    width: 75%;
    margin: 55px auto 0 120px;
    text-align: center;
}

.bt3 {
    width: 30%;
    position: absolute;
    margin: 0px auto;
    overflow: hidden;
    top: -10%;
    left: 35%;
}

.bgen {
    width: 100%;
    height: auto;
    margin: 0px auto;
    position: relative;
}

.bgen2 {
    background: url(../images/bggb2.png) top no-repeat;
    width: 100%;
    height: 485px;
    margin: 0 auto;
    overflow: hidden;
}

.bgen01 {
    width: 100%;
    margin: 0 auto;
}

.bgen02 {
    background: url(../images/bggb02.png) top repeat-y;
    width: 100%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}

.bgen03 {
    background: url(../images/bggb03.png) top no-repeat;
    width: 100%;
    height: 241px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}

.ljgp {
    width: 376px;
    height: 75px;
    margin: 0 auto 50px auto;
    margin-top: 60px;
    overflow: hidden;
}

.hxtitle {
    color: #323232;
    font-size: 24px;
    margin: 0 auto;
    text-align: center;
    margin-top: 0%;
    overflow: hidden;
    font-weight: normal;
    letter-spacing: -1px;
}

.title01 {
    position: absolute;
    margin: 0 auto;
    height: 72px;
    top: -12px;
    background: url(../images/bigtitle-center.png) repeat-x 100% center;
}

.title01 h2 {
    color: #ffffff;
    font-size: 35px;
    margin: 0 auto;
    text-align: center;
    line-height: 72px;
    /* letter-spacing:5px */
}

.title01:before {
    content: "";
    position: absolute;
    left: -75px;
    top: 0;
    width: 75px;
    height: 72px;
    background-image: url(../images/bigtitle-left.png);
    background-repeat: no-repeat;
}

.title01:after {
    content: "";
    position: absolute;
    right: -75px;
    top: 0;
    width: 75px;
    height: 72px;
    background-image: url(../images/bigtitle-right.png);
    background-repeat: no-repeat;
}

.title01 span {
    font-weight: normal;
    font-size: 18px;
}

.specialleft1 {
    left: calc(66%*0.5);
}

.specialleft2 {
    left: calc(80%*0.5);
}

.specialleft3 {
    left: calc(85%*0.5);
}

.content-text {
    width: 90%;
    margin: 0 auto;
    padding-top: 70px;
    padding-bottom: 30px;
}

.content-text h2 {
    color: #458bcc;
    font-size: 26px;
    padding-top: 20px;
}

.content-text h3 {
    text-align: center;
    color: #4882e7;
    font-size: 24px;
}

.content-text li {
    font-size: 24px;
    color: #656565;
    line-height: 48px;
    letter-spacing: 2px;
}

.content-text ul {
    width: 90%;
    margin: 30px auto;
    text-align: center;
    color: #323232;
    font-size: 24px;
    background: #f6f9fa;
    padding: 10px 0;
}

.content-text ul dd {
    font-size: 24px;
    color: #646464;
    line-height: 44px;
    text-align: left;
}

.content-text dt {
    font-size: 20px;
    color: #656565;
    line-height: 44px;
    text-align: left;
}

.content-text ul a {
    color: #375dca;
    text-decoration: underline;
}

.titleh3 {
    text-align: center;
    position: relative;
    width: 280px;
    margin: 10px auto;
}

.titleh3 span {
    font-size: 24px;
    text-align: center;
    color: #4570ec;
    border-top: 1px solid #5078ed;
    border-bottom: 1px solid #5078ed;
    line-height: 39px;
    padding: 7px 10px;
}

.titleh3:before {
    position: absolute;
    left: 0;
    top: 0;
    content: url(../images/title-left.png);
}

.titleh3:after {
    position: absolute;
    right: 0;
    top: 0;
    content: url(../images/title-right.png);
}

.list1 {
    width: 100%;
}

.list1 li {
    font-size: 18px;
    color: #323232;
    text-align: justify;
    font-weight: normal;
    text-indent: -30px;
    padding-left: 30px;
    margin-top: 5px;
}

.list1 li span {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #0079b9;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    padding-left: 30px;
    margin-top: 0px;
}

.list1 li b {
    font-weight: bold;
    color: #ff0000
}

.button1 {
    font-size: 30px;
    color: #ffffff;
    background: #bf8526;
    border-radius: 10px;
    border: 0;
    padding: 10px 20px;
    font-family: "思源黑体";
    margin-top: 20px;
}

.row2 {
    width: 470px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 6%;
}

.row2 li {
    width: 50%;
}

.row2 li span {
    font-size: 60px;
}

.button2 {
    font-size: 18px;
    color: #ffffff;
    background: #69b6d2;
    height: 40px;
    line-height: 40px;
    font-weight: normal;
}

.row3 {
    width: 90%;
    margin: auto;
    display: flex;
}

.row3 ul {
    width: 50%;
    margin-top: 10px;
    border-right: 1px dashed #0088cb;
}

.row3 ul:nth-child(2) {
    border: 0
}

.row3 ul h3 {
    font-size: 20px;
    color: #0088cb;
    text-align: center;
}

.row3 ul img {
    width: 265px;
    height: 153px;
    margin: 0px auto;
}

.row3 ul li {
    width: 80%;
    margin-left: 10%;
    font-size: 18px;
    color: #323232;
    text-align: justify;
    font-weight: normal;
    text-indent: -30px;
    padding-left: 30px;
    line-height: 24px;
    font-size: 18px;
    font-family: Source Han Sans, "Malgun Gothic", Arial;
    letter-spacing: -1px;
    margin-top: 10px;
}

.row3 ul li span {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #0079b9;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    padding-left: 30px;
    text-indent: -30px;
    margin-top: 10px;
    font-family: Source Han Sans, "Malgun Gothic", Arial;
}

.hxline {
    width: 60%;
    margin: 10px auto 15px auto;
    overflow: hidden;
    border: 1px #063d72 solid;
}

.hxline th:first-child {
    border-left: 1px #063d72 solid;
}

.hxline th {
    background: #063d72;
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
    line-height: 40px;
    border-left: 1px #ffffff solid;
    text-align: center;
}

.hxline td {
    background: #ffffff;
    color: #063d72;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    border-left: 1px #063d72 solid;
    border-top: 1px #063d72 solid;
}

.tips {
    color: #323232;
    font-size: 14px;
    width: 60%;
    letter-spacing: 2px;
    margin: 0 auto;
}

.guize {
    width: 100%;
    margin: 30px auto;
    padding-bottom: 20px;
}

.guize h3 {
    font-size: 24px
}

.guize li {
    font-size: 18px;
    line-height: 34px;
    padding-left: 15px;
    text-indent: -15px;
    text-align: justify;
}

.tab-ul {
    display: flex;
    width: 90%;
    margin: 20px auto;
    flex-wrap: nowrap;
    justify-content: space-around;
    border: 1px solid #4570ec;
    border-radius: 10px;
    height: 40px;
}

.tab-ul li {
    color: #323232;
    font-size: 24px;
    line-height: 40px;
    padding: 0 20px;
}

.activeli {
    background: #4570ec!important;
    color: #ffffff!important;
    border-radius: 10px;
}

.tabbox {
    display: none;
    width: 90%;
    margin: 10px auto;
    padding-bottom: 50px;
}


/* .text{
	width: 90%;
	margin: 10px auto;
	font-size: 18px;
	color:#323232;
} */

.alertbtn {
    font-size: 24px;
    text-align: center;
    color: #4570ec;
    text-decoration: underline;
}

.img1 {
    display: block;
    width: 374px;
    margin: 0 auto;
    padding-bottom: 30px;
}


/* 弹窗 (background) */

.modal0 {
    display: none;
    /* 默认隐藏 */
    position: fixed;
    /* 固定定位 */
    z-index: 5;
    /* 设置在顶层 */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}


/* 弹窗内容 */

.modal0-content {
    background-color: #ffffff;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 880px;
    overflow: auto;
    z-index: 999;
}


/* 关闭按钮 */

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}


/* tab切换样式 */

.tab_line1 {
    margin: 0 auto;
    padding: 0;
    height: auto;
    overflow: hidden;
    text-align: center;
    width: 85%;
    display: flex;
    align-content: flex-start;
    flex-wrap: wrap;
}

.connt {
    width: 99%;
    height: 300px;
    overflow-y: auto;
    margin: 20px auto 0px auto;
    padding: 0;
}

.connt::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 5px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 3px;
    scrollbar-arrow-color: red;
    position: relative;
    z-index: 99;
}

.connt::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(255, 255, 255, 1);
    background: #0047BB;
    scrollbar-arrow-color: red;
    position: relative;
    z-index: 99;
    height: 3px;
}

.connt::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background: #fff;
    position: relative;
    z-index: 99;
}

.areas2 {
    display: flex;
    margin: 0 auto;
    /* flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap; */
    display: none;
    padding-left: 0.1rem;
    width: 87%;
}

.regionss {
    height: auto;
    overflow: hidden;
    overflow-x: auto;
    width: 100%;
}

.show {
    display: block;
}

.con9 {
    display: block;
    margin: 0 auto;
    padding-left: 0.1rem;
    width: 87%;
}

.biaotou {
    height: auto;
    overflow: hidden;
}

.biaoneirong {
    height: auto;
    overflow: auto;
    width: 100%;
}

.gundong {
    height: 321px;
    overflow-y: auto;
}

.gundong::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 5px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 3px;
    scrollbar-arrow-color: red;
    position: relative;
    z-index: 99;
}

.gundong::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(255, 255, 255, 1);
    background: #27b0ff;
    scrollbar-arrow-color: red;
    position: relative;
    z-index: 99;
    height: 3px;
}

.gundong::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background: #fff;
    position: relative;
    z-index: 99;
}

.con77::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 5px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 3px;
    scrollbar-arrow-color: red;
    position: relative;
    z-index: 99;
}

.con77::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(255, 255, 255, 1);
    background: #fc3e6f;
    scrollbar-arrow-color: red;
    position: relative;
    z-index: 99;
    height: 3px;
}

.con77::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background: #fff;
    position: relative;
    z-index: 99;
}

.mytable {
    width: 100%;
    border-left: #fc3e6f 1px solid;
    border-top: #fc3e6f 1px solid;
}

.mytable th {
    width: auto;
    background-color: #fc3e6f;
    color: #ffffff;
    font-size: 1.2rem;
    border-right: #fff 1px solid;
    text-align: center;
    padding: 5px;
}

.mytable td {
    width: auto;
    color: #323232;
    font-size: 1rem;
    border-bottom: #fc3e6f 1px solid;
    border-right: #fc3e6f 1px solid;
    text-align: center;
    padding: 5px;
}

.kbg {
    width: 100%;
    height: 50px;
    overflow: hidden;
}

.con6 {
    height: auto;
    overflow: hidden;
    font-size: 0.8rem;
    color: #323232;
    line-height: 30px;
    padding: 0px 40px 0px 130px;
}

.con77 {
    width: 87%;
    margin: 0 auto;
    height: 392px;
    overflow-y: auto;
    overflow-x: auto;
    margin-bottom: 40px;
}

.mytable1 {
    width: 100%;
    border-left: #27b0ff 1px solid;
    border-top: #27b0ff 1px solid;
}

.mytable1 th {
    width: 33%;
    background-color: #27b0ff;
    color: #ffffff;
    font-size: 1.2rem;
    text-align: center;
    padding: 5px;
    line-height: 30px;
}

.mytable1 td {
    width: 33%;
    color: #545454;
    font-size: 1rem;
    border-bottom: #27b0ff 1px solid;
    border-right: #27b0ff 1px solid;
    text-align: center;
    padding: 5px;
}

.con8 {
    height: auto;
    overflow: hidden;
    font-size: 1rem;
    color: #323232;
    line-height: 34px;
    padding: 0px 40px 40px 0px;
}

.con8 b {
    color: #00a0fd;
    font-weight: bold;
}

.block75 {
    width: 75%;
    margin: 55px auto 0 120px;
    text-align: center;
}

.bt3 {
    width: 30%;
    position: absolute;
    margin: 0px auto;
    overflow: hidden;
    top: -10%;
    left: 35%;
}

.tab_line1 {
    margin: 0 auto;
    padding: 0;
    height: auto;
    overflow: hidden;
    text-align: center;
    width: 82%;
    display: flex;
    align-content: flex-start;
    flex-wrap: wrap;
}

.tab_line1 li {
    color: #646464;
    font-size: 26px;
    line-height: 60px;
    text-align: center;
    letter-spacing: 1px;
    flex: 1 1 auto;
    padding: 5px 20px;
    float: left;
    margin: 0;
    cursor: pointer;
    box-sizing: border-box;
    white-space: nowrap;
    width: auto;
    text-decoration: none;
    position: relative;
}

.tab_line1 li.active1::after {
    content: '';
    height: 5px;
    background-color: #0047bb;
    border-radius: 40px;
    width: 50%;
    text-decoration: none;
    bottom: 0;
    left: 26%;
    position: absolute;
}

li.active1 {
    color: #0047bb;
    display: block;
}

.tab_line2 {
    margin: 0 auto;
    padding: 0;
    height: auto;
    overflow: hidden;
    text-align: center;
    width: 82%;
    display: flex;
    align-content: flex-start;
    flex-wrap: wrap;
}

.tab_line2 li {
    color: #646464;
    font-size: 26px;
    line-height: 60px;
    text-align: center;
    letter-spacing: 1px;
    flex: 1 1 auto;
    padding: 5px 20px;
    float: left;
    margin: 0;
    cursor: pointer;
    box-sizing: border-box;
    white-space: nowrap;
    width: auto;
    text-decoration: none;
    position: relative;
}

.tab_line2 li.active2::after {
    content: '';
    height: 5px;
    background-color: #0047bb;
    border-radius: 40px;
    width: 50%;
    text-decoration: none;
    bottom: 0;
    left: 26%;
    position: absolute;
}

li.active2 {
    color: #0047bb;
    display: block;
}

.connt {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 20px auto 30px auto;
    padding: 0;
}

.areas2 {
    display: flex;
    margin: 0 auto;
    /* flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap; */
    display: none;
    padding-left: 0.1rem;
    width: 87%;
}

.regionss {
    height: auto;
    overflow: hidden;
    overflow-x: auto;
    width: 87%;
}

.show {
    display: block;
}

.con9 {
    display: block;
    margin: 0 auto;
    padding-left: 0.1rem;
    width: 87%;
}

.biaotou {
    height: auto;
    overflow: hidden;
}

.biaoneirong {
    height: auto;
    overflow: auto;
    width: 99%;
}

.biaoneirong li {
    width: 31%;
    margin: 30px auto 0px auto;
    float: left;
    margin-left: 2%;
}

.biaoneirong_ms {
    height: auto;
    overflow: auto;
    width: 99%;
}

.biaoneirong_ms li {
    width: 48%;
    margin: 30px auto 0px auto;
    float: left;
    margin-left: 2%;
}

.gundong {
    height: 321px;
    overflow-y: auto;
}

.gundong::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 5px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 3px;
    scrollbar-arrow-color: red;
    position: relative;
    z-index: 99;
}

.gundong::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(255, 255, 255, 1);
    background: #27b0ff;
    scrollbar-arrow-color: red;
    position: relative;
    z-index: 99;
    height: 3px;
}

.gundong::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background: #fff;
    position: relative;
    z-index: 99;
}

.con77::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 5px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 3px;
    scrollbar-arrow-color: red;
    position: relative;
    z-index: 99;
}

.con77::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(255, 255, 255, 1);
    background: #fc3e6f;
    scrollbar-arrow-color: red;
    position: relative;
    z-index: 99;
    height: 3px;
}

.con77::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background: #fff;
    position: relative;
    z-index: 99;
}


/**/

.dbtlo {
    width: 100%;
    margin: 30px auto 50px auto;
}

.dbtlo-p1 {
    color: #0047BB;
    font-size: 36px;
}

.dbtlo-p2 {
    color: #181e25;
    line-height: 48px;
    font-size: 23.5px;
    /* letter-spacing: 2px; */
}

.dbtlo-p2 span {
    color: #0047BB;
    font-weight: bold;
}

.dbtlo-p2 a {
    color: #0047BB;
}

.dbtlo-p2 a:hover span {
    padding-bottom: 2px;
    border-bottom: #0047bb solid 2px;
}


/**/

.xia {
    height: auto;
    overflow: hidden;
    background: url(../images/hxbg.png) center no-repeat;
    width: 100%;
    background-size: 100% 100%;
    margin-top: 30px;
}

.alllinebg {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 0px 0px 20px 20px;
}

.allhxtitle {
    width: 92%;
    overflow: hidden;
    /* background: #f6f9fc; */
    margin: 20px auto 0 auto;
    /* border: 1px solid #323232; */
}

.allhxshow {
    width: 92%;
    height: 300px;
    /* background: #f6f9fc; */
    margin: 0px auto 30px auto;
    /* border-left: 1px solid #323232;
	border-bottom: 1px solid #323232;
	border-right: 1px solid #323232; */
    overflow-y: auto;
}

.ljydbtn {
    width: 25%;
    line-height: 4rem;
    border-radius: 35px;
    text-align: center;
    font-size: 1.5rem;
    color: #0047bb;
    margin: 30px auto;
    border: 2px solid #0047bb;
}

.alltk {
    width: 100%;
    border-top: 2px solid #c8c8c8;
    border-bottom: 2px solid #c8c8c8;
    margin: 50px auto 0 auto;
    overflow: hidden;
}


/*展开隐藏*/

.show1 {
    font-size: 20px;
    color: #0047bb;
    cursor: pointer;
    padding: 10px 0;
    font-weight: bold;
}

.hide1 {
    font-size: 20px;
    color: #0047bb;
    cursor: pointer;
    padding: 10px 0;
    font-weight: bold;
    display: none;
}

.showContent {
    font-size: 14px;
    color: #2c4c7b;
}

.xiangqing1 {
    height: auto;
    overflow: hidden;
}

.xiangqing1 ul {
    margin: 0;
    padding: 0;
}

.xiangqing1 ul li {
    list-style-type: none;
    font-size: 18px;
    color: #242424;
    line-height: 30px;
}


/* .xiangqing1 ul li:nth-child(6),.xiangqing1 ul li:nth-child(7),.xiangqing1 ul li:nth-child(8),.xiangqing1 ul li:nth-child(9){margin-left: 40px;} */

.xiangqing1 ul li:last-child {
    margin-bottom: 10px;
}

.xiangqing1 ul li a {
    color: #323232;
    text-decoration: none;
}

.xiangqing1 ul li span {
    font-weight: bold;
    color: #0047bb;
}

.xiangqing1 ul li a:hover span {
    padding-bottom: 2px;
    border-bottom: #0047bb solid 2px;
}

.thhx {
    width: 100%;
    margin: 30px auto;
    overflow: hidden;
}

.thhx p {
    font-size: 36px;
    text-align: center;
    color: #181e25;
    letter-spacing: 1px;
    line-height: 4rem;
    border-bottom: 1px solid #181e25;
}

.tu3 {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 80px auto 60px auto;
}

.tu3 ul {
    margin: 0;
    padding: 0;
}

.tu3 ul li {
    list-style-type: none;
    float: left;
    width: 100%;
}

.tu3 ul li img {
    width: 100%;
    display: block;
}

.image-container {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.image {
    display: block;
    border-radius: 0px;
    transition: opacity 0.3s;
}

@media screen and (max-width: 1920px) and (max-height: 1080px) {
    .banner {
        width: 100%;
        height: auto;
        overflow: hidden;
        text-align: center;
        margin: 0px auto
    }
    .banner img {
        width: 100%;
        display: block;
    }
    .banner_h5 {
        width: 100%;
        display: none;
        overflow: hidden;
    }
    .title1 {
        height: auto;
        overflow: hidden;
        position: absolute;
        width: 100%;
    }
    .title1 img {
        width: 100%;
        display: block;
    }
    .title11 {
        height: auto;
        overflow: hidden;
        position: absolute;
        width: 36%;
        top: -36px;
        left: 32%;
    }
    .title11 img {
        width: 100%;
        display: block;
    }
    .title11 p {
        color: #ffffff;
        font-size: 1.7rem;
        position: absolute;
        top: 38%;
        left: 18%;
        letter-spacing: 2px;
    }
    .dyemail {
        width: 15%;
        margin: 0 auto 100px auto;
    }
    .garybg {
        width: 100%;
        overflow: hidden;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1024px) and (max-height: 768px) {
    .thhxshow {
        width: 60%;
        margin-top: 20px;
        overflow: hidden;
        position: absolute;
        top: 13.5%;
    }
}

@media screen and (max-width: 1024px) {
    /* .content{
		background: #52bfec!important;
	} */
    .banner {
        display: none;
    }
    .bannerH5 {
        display: block;
    }
}