/* */

.daohang {
    overflow-x: scroll;
    white-space: nowrap;
    justify-content: space-between;
    display: flex;
    background: #0f5db7;
    padding-left: 0rem;
}

.daohang li {
    height: 4.5rem;
    line-height: 4.5rem;
    color: #fff;
    padding: 0 1%;
}

.daohang li a {
    font-size: 15px;
    display: block;
    position: relative;
    height: 96%;
}

.daohang li a.linshi {
    border-bottom: 2px solid #fff;
}

.wh {
    padding: 0 1.6rem;
}

.index-title {
    text-align: center;
}

.index-title p {
    font-size: 1.6rem;
    color: #d8d8d8;
}

.index-title h3 {
    font-size: 1.8rem;
    font-weight: normal;
    color: #333333;
    margin-top: 0.6rem;
}

.p1 {
    margin-top: 2.07rem;
}

.p1a {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 2rem;
}

.p1a li {
    width: 48%;
}

.p1a li a {
    display: block;
    margin-bottom: 1.4rem;
}

.p1a li a img {
    width: 100%;
    display: block;
}

.p1a li a h3 {
    height: 3.43rem;
    background-color: #f5f5f5;
    line-height: 3.43rem;
    font-size: 0.87rem;
    font-weight: normal;
    color: #333333;
    text-align: center;
}

.p2 {
    background-repeat: no-repeat;
    background-position: left top;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1.6rem 0.3rem;
    background-size: cover;
}

.p2a {
    width: 68%;
}

.p2a h3 {
    font-size: 2.4rem;
    color: #fffc00;
    font-weight: 700;
    margin-bottom: 1rem;
}

.p2a p {
    font-size: 2rem;
    color: #ffffff;
    opacity: 0.1;
    font-weight: 700;
}

.p2b {
    width: 38%;
    font-weight: 700;
    color: #ffffff;
    font-size: 1.07rem;
    text-align: right;
}

.p2b h3 {
    font-weight: 700;
    margin-bottom: 3.5rem;
    position: relative;
}

.p2b h3::after {
    content: "";
    width: 3.53rem;
    height: 0.2rem;
    background-color: #ffffff;
    position: absolute;
    bottom: -1.8rem;
    right: 0;
}

.p2b p {
    font-size: 1.07rem;
}

.p3 {
    background-color: #f4f4f4;
    margin-top: 0.47rem;
    padding-bottom: 5rem;
}

.p3a {
    width: 94%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 6.67rem;
    background-color: #114ba2;
    margin-bottom: 1.67rem;
}

.p3a li {
    width: 25%;
    text-align: center;
    position: relative;
    padding-top: 1rem;
    box-sizing: border-box;
    height: 100%;
}

.p3a li:hover {
    background-color: #377cca;
}

.p3a li:hover::after {
    content: "";
    width: 1.33rem;
    height: 0.92rem;
    background: url("//cdn.myxypt.com/605e57b5/20/09/776d50ca1d179aeb1b573138ea62c07ea275c528.png") no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    bottom: -0.995rem;
    left: 50%;
    transform: translateX(-50%);
}

.p3a li h3 {
    font-size: 0.93rem;
    font-weight: normal;
    color: #ffffff;
    margin-top: 1.3rem;
    position: relative;
}

.p3a li h3::before {
    content: "";
    width: 2.75rem;
    height: 0.17rem;
    background-color: #ffffff;
    position: absolute;
    top: -0.8rem;
    left: 50%;
    transform: translateX(-50%);
}

.p3a li img {
    min-width: 2.42rem;
    min-height: 2.58rem;
    max-width: 100%;
    max-height: 42%;
}

.p3 .tab1 a {
    display: block;
}

.p3 .tab1 a img {
    width: 100%;
}

.p3 .tab1 a h3 {
    font-size: 1.67rem;
    font-weight: 700;
    color: #004bb7;
    margin: 1.4rem 0 2.67rem;
    position: relative;
}

.p3 .tab1 a h3::after {
    content: "";
    width: 4.42rem;
    height: 0.17rem;
    background-color: #004bb7;
    position: absolute;
    bottom: -1.5rem;
    left: 0;
}

.p3 .tab1 a p {
    font-size: 1.33rem;
    line-height: 2.1rem;
    color: #565656;
}

.p4 {
    margin-top: 3rem;
    overflow: hidden;
}

.p4 .index-title {
    margin-bottom: 2rem;
}

.p4 .swiper-slide {
    width: 46.09vw;
    position: relative;
}

.p4 .swiper-slide a {
    display: block;
}

.p4 .swiper-slide a img {
    width: 100%;
}

.p4 .swiper-slide a h3 {
    width: 100%;
    height: 3rem;
    background-color: rgba(0, 0, 0, .6);
    text-align: center;
    line-height: 3rem;
    font-size: 1.17rem;
    color: #ffffff;
    position: absolute;
    bottom: 0;
    left: 0;
}

.p4-more a {
    display: block;
    width: 10.5rem;
    height: 3rem;
    border: solid 0.08rem #d2d2d2;
    line-height: 3rem;
    font-size: 1.17rem;
    color: #333333;
    text-align: center;
    margin: 2rem auto;
}

.p5 {
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% 100%;
    text-align: center;
    padding: 2rem 0 3rem;
}

.p5 h3 {
    font-size: 3.3rem;
    font-weight: 700;
    color: #fffc00;
    margin-bottom: 2%;
    text-shadow: #000 3px 2px 5px;
}

.p5 h3 span {
    font-size: 2.62rem;
    font-weight: normal;
    color: #ffffff;
    margin-right: 2%;
}

.p5 h3 span em {
    font-style: normal;
    font-size: 3.3rem;
    color: #fffc00;
    font-weight: 700;
}

.p5 p {
    font-size: 0.75rem;
    letter-spacing: 0.25rem;
    color: #ffffff;
    text-shadow: #033ca5 0px 6px 1px;
}

.p6 {
    margin-top: 2.3rem;
}

.p6-title h3 {
    font-size: 2.1rem;
    color: #333333;
    text-align: center;
}

.p6-title h3 span {
    color: #0875db;
    font-weight: 700;
}

.p6-title p {
    font-size: 0.94rem;
    letter-spacing: 0.58rem;
    color: #666666;
    text-align: center;
    line-height: 1.88rem;
    margin-bottom: 2.8rem;
}

.p6a {
    font-size: 1.37rem;
    font-stretch: normal;
    line-height: 1.88rem;
    color: #333333;
}

.p6b {
    display: flex;
    padding: 0 1%;
    justify-content: space-between;
    margin-top: 1.9rem;
}

.p6b li {
    width: 33%;
}

.p6b li a {
    display: block;
}

.p6b li a img {
    width: 100%;
}


/* 新闻 */

.mob-news {
    background: #fff;
    margin-top: 20px;
}

.mob-news .mob-title {
    justify-content: center;
}

.mob-news .mob-title p {
    text-align: center;
}

.mob-news .mob-title h3 {
    text-align: center;
}

.news_list1 {
    padding: 0 10px;
    margin-top: 2.07rem;
}

.news_list1 li {
    padding-bottom: 20px;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 20px;
}

.news_list1 li a.img {
    display: block;
    width: 40%;
}

.news_list1 li a.img img {
    display: block;
    width: 100%;
}

.ntime {
    color: #666666;
    font-size: 12px;
}

.xwnr {
    width: 55%;
}

.xwnr a {
    color: #000000;
    font-size: 12px;
    display: block;
}

.news_list1 li .nmore {
    display: block;
    color: #666666;
    font-size: 12px;
    margin-top: 5px;
}

.ncon {
    color: #999999;
    font-size: 12px;
    line-height: 20px;
    padding: 5px 0;
}

.news_list1 li:last-child {
    border-bottom: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}


/* 技术支持 */

.support {
    text-align: center;
    padding: 10px 0;
    font-size: 1rem;
    color: #ffffff;
    line-height: 30px;
    background-color: #007fcb;
    letter-spacing: 1px;
}


/*sun_footer*/

.sun_footer {
    position: fixed;
    z-index: 999;
    bottom: 0;
    width: 100%;
    background: #fff;
    border-top: 1px solid #DBDBDB;
    left: 0;
}

.sun_footer li {
    width: 20%;
    text-align: center;
    float: left;
    padding-top: 5px;
}

.sun_footer li .img {
    height: 20px;
    width: 20px;
    display: block;
    margin: 0 auto;
    text-align: center;
}

.sun_footer li .img img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.sun_footer li .img:after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.sun_footer li p {
    text-align: center;
    color: #666;
    font-size: 12px;
    line-height: 25px;
}