/* ------------------------banner--------------------------- */

.banner {
    width: 100%;
    overflow: hidden;
}

.banner img {
    width: 100%;
    object-fit: cover;
}

/* ------------------------sun-nav--------------------------- */

.sun-nav {
    width: 100%;
    height: 60px;
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    margin-top: -60px;
}

.sun-nav ul {
    text-align: center;
    font-size: 0;
}

.sun-nav ul li {
    display: inline-block;
    width: 240px;
    text-align: center;
    font-size: 16px;
    color: #171717;
    line-height: 60px;
    cursor: pointer;
    transition: all .5s ease;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.sun-nav-active {
    background-color: #1ab2a9;
    color: #fff !important;
}

.sun-nav ul li:hover {
    background-color: #1ab2a9;
    color: #fff;
}

/* --------------------------------matter-list--------------------------------- */

.matter-box {
    width: 100%;
}

.matter-list {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding: 90px 0 30px 0;
}

/* -----------------news------------------------ */

.news {
    width: 100%;
    overflow: hidden;
}

.news-left {
    width: 50%;
    float: left;
    overflow: hidden;
}

.news-left h4 {
    font-size: 36px;
    color: #282828;
}

.news-left p {
    font-size: 16px;
    color: #6f6f6f;
    width: 86%;
    word-wrap: break-word;
    overflow: hidden;
    line-height: 22px;
    margin: 20px 0 24px 0;
}

.news-right {
    width: 50%;
    float: right;
    overflow: hidden;
}

.news-right ul {
    margin-left: -2%;
    margin-top: 12%;
}

.news-right ul li {
    float: left;
    width: 48%;
    overflow: hidden;
    margin-left: 2%;
}

.news-right ul li h4 {
    width: 100%;
    height: 197px;
    overflow: hidden;
}

.news-right ul li h4 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s ease-in-out;
}

.news-right ul li h4 img:hover {
    transform: scale(1.1);
}

.news-right h6 {
    width: 100%;
    height: 197px;
    margin-top: 2%;
    display: inline-block;
    overflow: hidden;
}

.news-right h6 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s ease-in-out;
}

.news-right h6 img:hover {
    transform: scale(1.1);
}

/* -----------------origin---------------------- */

.origin {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.origin-box {
    width: 100%;
    height: 420px;
    background-image: url('../images/index/xg_bg1.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    /* background-attachment: inherit; */
}

.origin-content {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.origin-matter {
    overflow: hidden;
    margin-top: 188px;
}

.origin-matter ul li {
    width: 25%;
    float: left;
}

.origin-matter ul li img {
    width: 32px;
    height: 32px;
    float: left;
    margin-top: 10px;
    margin-left: 80px;
}

.origin-matter ul li div {
    overflow: hidden;
    padding-left: 20px;
}

.origin-matter ul li div span {
    font-size: 40px;
    color: #ffffff;
    text-align: left;
    font-family: 'Trueno SemiBold';
    font-weight: 900;
}

.origin-matter ul li div a {
    font-size: 40px;
    color: #ffffff;
    text-align: left;
}

.origin-matter ul li div p {
    font-size: 14px;
    color: #fafffe;
}

/* -------------------------message----------------------------- */

.message-title {
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.message-title h4 {
    font-size: 36px;
    color: #282828;
}

.message {
    width: 100%;
    overflow: hidden;
}

.message-one {
    padding-top: 60px;
    overflow: hidden;
    padding-bottom: 20px;
}

.message-one li {
    float: left;
    position: relative;
}

.message-one li:nth-child(1) {
    width: 43%;
    background-color: #f4f4f4;
    height: 308px;
    margin-left: 3%;
}

.message-one li:nth-child(1) h6 {
    width: 100%;
    height: 308px;
    position: absolute;
    overflow: hidden;
    top: -7%;
    left: -4%;
}

.message-one li:nth-child(1) h6 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s ease-in-out;
}

.message-one li:nth-child(1) h6 img:hover {
    transform: scale(1.1);
}

.message-one li:nth-child(2) {
    width: 51%;
    position: relative;
    margin-left: 3%;
    padding-bottom:70px;
}

.message-one li:nth-child(2) p {
    font-size: 16px;
    color: #787878;
    line-height: 24px;
    overflow: hidden;
    margin: 20px 0;
}

.message-sign {
    width: 204px;
    height: 91px;
    position: absolute;
    bottom: 0%;
    right: 0%;
}




.message-two {
    padding-top: 60px;
    padding-bottom: 80px;
    overflow: hidden;
}

.message-two li {
    float: left;
    position: relative;
}

.message-two li:nth-child(1) {
    width: 50%;
    padding-bottom:60px;
}
.message-two li:nth-child(1) p {
    font-size: 16px;
    color: #787878;
    line-height: 24px;
    overflow: hidden;
    margin: 20px 0;
}


.message-two li:nth-child(2) {
    width: 44%;
    position: relative;
    margin-left: 6%;
    height: 308px;
    background-color: #f4f4f4;
}
.message-two li:nth-child(2) h6 {
    width: 100%;
    height: 308px;
    position: absolute;
    overflow: hidden;
    top: -7%;
    left: -4%;
}

.message-two li:nth-child(2) h6 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 1s ease-in-out;
}

.message-two li:nth-child(2) h6 img:hover {
    transform: scale(1.1);
}


.message-sign {
    width: 204px;
    height: 91px;
    position: absolute;
    bottom: 0%;
    right: 0%;
}


/* -------------------phil-box----------------------------- */

.phil-box{
    width: 100%;
    overflow: hidden;
    margin-bottom: 100px;
	margin-top: 50px;
}

.phil-title{
    width: 100%;
    overflow: hidden;
    margin: 10px 0 20px 0;
    text-align: center;
}
.phil-title h4{
    font-size: 36px;
    color: #282828;
    padding-bottom: 10px;
}
.phil-title p{
    font-size: 14px;
    color: #282828;
    width: 60%;
    margin-left: 20%;
    margin-top: 4px;
    line-height: 22px;
}

.phil-matter{
    width: 1200px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    padding: 36px 0;
    text-align: center;
    background-color: #eeeeee;
}
.phil-matter img{
    object-fit: cover;
}





/* -------------------------PC端--------------------------- */

@media all and (max-width:1700px) {}

@media all and (max-width:1460px) {}

@media all and (max-width:1380px) {}

@media all and (max-width:1300px) {}

@media all and (max-width:1280px) {}

@media all and (max-width:1240px) {
    .sun-nav ul li {
        width: 160px;
    }
    .matter-list {
        width: 100%;
    }
    .bene-list {
        width: 100%;
    }
    .origin-content {
        width: 100%;
    }
    .phil-matter {
        width: 100%;
    }
}


/* ------------------------手机端-------------------------- */

@media all and (max-width:900px) {
    .sun-nav {
        width: 100%;
        height: auto;
        position: relative;
        margin-top: 0px;
    }
    .sun-nav ul li {
        display: block;
        float: left;
        width: 50%;
        font-size: 16px;
        line-height: 50px;
        border-bottom: 1px solid #f3f3f3;
    }

    .matter-list {
        width: 96%;
        margin-left: 2%;
        padding: 30px 0 16px 0;
    }
    .news-left h4 {
        font-size: 24px;
    }
    .news-left {
        width: 100%;
    }
    .news-left p {
        font-size: 14px;
        width: 100%;
        line-height: 20px;
        margin: 16px 0 16px 0;
    }
    .news-right {
        width: 100%;
        float: right;
        overflow: hidden;
    }
    .news-right ul {
        margin-left: -2%;
        margin-top: 4%;
    }
    .origin-matter {
        margin-top: 60px;
    }
    .origin-matter ul li {
        width: 50%;
        margin-top: 20px;
    }
	.origin-matter ul li img{
		margin-left: 20px;
	}
    .origin-matter ul li div span {
        font-size: 26px;
    }
    .origin-matter ul li div a {
        font-size: 26px;
    }
    .origin-box {
        height: 300px;
        background-attachment: unset;
    }
    .message-title h4 {
        font-size: 24px;
    }
    .message-one li:nth-child(1) {
        width: 100%;
        background-color: #fff;
        height: 308px;
        margin-left: 0%;
    }
    .message-one li:nth-child(1) h6 {
        top: -7%;
        left: 0%;
    }
    .message-one li:nth-child(2) {
        width: 100%;
        margin-left: 0%;
        padding-bottom: 60px;
    }
    .message-two li:nth-child(1) {
        width: 100%;
        padding-bottom: 60px;
    }
    .message-two {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .message-two li:nth-child(2) {
        width: 100%;
        margin-left: 0%;
        height: 308px;
        background-color: #fff;
    }
    .message-two li:nth-child(2) h6 {
        top: 0%;
        left: 0%;
    }
    .phil-title h4 {
        font-size: 24px;
    }
    .phil-title p {
        width: 80%;
        margin-left: 10%;
    }
    .phil-box {
        margin-bottom: 40px;
    }
}













