* {
    padding: 0;
    margin: 0;
}

html {
    width: 100%;
    height: 100%;
}

body {
    color: #3a3a3a;
    font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
    height: 100%;
    min-width: 1200px;
}


ul,
ol,
li {
    list-style: none;
}

var,
em,
i {
    font-style: normal;
}

a {
    text-decoration: none;
    color: #3a3a3a;
}

.btn:hover {
    -webkit-filter: grayscale(20%);
    -moz-filter: grayscale(20%);
    -ms-filter: grayscale(20%);
    -o-filter: grayscale(20%);
    filter: grayscale(20%);
}

img {
    display: inline;
    border: 0 none;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
select,
textarea {
    font-family: 'Microsoft YaHei', Arial, Helvetica, sans-serif;
}

.clear:after {
    content: '\20';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.w1200 {
    position: relative;
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.pic {
    display: block;
    width: 500px;
    margin: 50px auto 0;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mr40 {
    margin-top: 40px;
}

.mr50 {
    margin-top: 50px;
}

.mr20 {
    margin-right: 20px;
}

/* header */
.header {
    background-color: #fff;
    height: 80px;
}

.logo_box {
    display: table;
    float: left;
    height: 100%;
}

.logo {
    display: table-cell;
    vertical-align: middle;
    height: 80px;
}

.logo img {
    display: block;
    height: 50px;
}

.nav {
    line-height: 80px;
    float: right;
}

.nav li {
    float: left;
    margin-left: 70px;
}

.nav li a {
    font-weight: bold;
}

.nav li a:hover {
    text-decoration: underline;
}

.nav li.active a {
    color: #3131a3;
}

/* banner */
.banner {
    height: 1080px;
    background: url("../img/banner1.jpg"/*tpa=https://gzlxq.com/img/banner1.jpg*/)no-repeat center/auto 100%;
    background-size: cover;
}

/* page1 */
.title_en {
    position: relative;
    font-size: 32px;
    color: #3131a3;
    text-align: center;
    line-height: 56px;
    text-transform: Uppercase;
}

.title_en::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -30px;
    display: block;
    content: '\20';
    width: 60px;
    height: 1px;
    background-color: #3131a3;
}

.title_cn {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 36px;
}

.page1 {
    padding: 50px 0 110px 0;
    background-color: #f7f7f7;
}

.page_desc {
    font-size: 12px;
    color: #6c6c6c;
    text-align: center;
    line-height: 24px;
}

.purpose_list {
    margin-top: 50px;
}

.purpose_list li {
    float: left;
    width: 260px;
    height: 200px;
    background-color: #fff;
    text-align: center;
    border-radius: 50px;
    box-shadow: 0 0 20px rgba(108, 108, 218, .05);
    margin-right: 53px;
}

.purpose_list li:last-child {
    margin-right: 0;
}

.purpose_img {
    width: 64px;
    height: 64px;
    margin: 12px auto 0 auto;
    display: block;
}

.purpose_name {
    font-size: 17px;
    line-height: 40px;
    width: 120px;
    border-bottom: solid 1px #dbdbdb;
    margin: 0 auto;

}

.purpose_desc {
    font-size: 12px;
    color: #6c6c6c;
    line-height: 24px;
    margin-top: 6px;
}

/* page2 */
.page2 {
    padding: 50px 0 120px 0;
    background-color: #edeff0;
}

.qualification_box {
    position: relative;
    margin-top: 65px;
}

.qualification_swiper {
    width: 1050px;
    height: 470px;
    overflow: hidden;
    display: block;
}

.swiper-container {
    width: 1050px;
    margin: 0 auto;
}

.swiper-container img {
    width: 334px;
}

.swiper-prev,
.swiper-next {
    position: absolute;
    top: 50%;
    margin-top: -43px;
    width: 39px;
    height: 86px;
    background: url("../img/next_btn.png"/*tpa=https://gzlxq.com/img/next_btn.png*/) no-repeat center/100% 100%;
    cursor: pointer;
    outline: none;
}

.swiper-prev::after,
.swiper-next::after {
    content: '';
    background: none;
}

.swiper-prev {
    left: 0;
}

.swiper-next {
    right: 0;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.qualification_box .swiper-button-disabled {
    opacity: .5;
}

.qualification_img {
    width: 100%;
    height: 100%;
    cursor: pointer;
}

/* page3 */
.page3 {
    padding: 50px 0 120px 0;
    background-color: #f7f7f7;
}

.news_main {
    margin-top: 80px;
}

.news_swiper {
    width: 580px;
    height: 380px;
    float: left;
}

.news_pagination {
    position: absolute;
    text-align: center;
    z-index: 2;
}

.news_main .news_swiper .news_pagination span {
    width: 15px;
    height: 15px;
    background-color: #fff;
    opacity: 1;
    margin: 0 8px;
}

.news_main .news_swiper .news_pagination span.swiper-pagination-bullet-active {
    width: 50px;
    border-radius: 15px;
}

.news_link {
    display: block;
    width: 100%;
    height: 100%;
}

.news_swper_img {
    width: 100%;
    height: 100%;
}

.news_box {
    float: right;
    width: 580px;
}

.news_list li {
    border-bottom: dashed 1px rgba(108, 108, 108, .3);
    padding-top: 10px;
    padding-bottom: 10px;
}

.news_name {
    float: left;
    width: 500px;
    font-size: 16px;
}

.news_name a:hover {
    text-decoration: underline;
}

.news_date {
    float: right;
    font-size: 12px;
    font-weight: bold;
    color: #6c6c6c;
}

.news_desc {
    line-height: 24px;
    color: #6c6c6c;
    margin-top: 10px;
}

.more_btn {
    display: block;
    color: #fff;
    width: 100px;
    height: 30px;
    line-height: 30px;
    border-radius: 30px;
    text-align: center;
    background-color: #5858d6;
    background: linear-gradient(to bottom, #3838aa 0%, #5858d6 100%);
    background: -webkit-linear-gradient(top, #3838aa 0%, #5858d6 100%);
    box-shadow: 0 2px 10px rgba(89, 89, 215, .5);
    margin-top: 36px;
    float: right;
}

/* footer */
.footer {
    padding: 10px 0 40px;
    overflow: hidden
}

.foot-desc {
    width: 860px;
    margin-left: 50px
}

.foot-nav {
    height: 60px;
    border-bottom: 1px solid #b2b2b2;
    font-size: 0;
    justify-content: flex-start
}

.foot-nav a {
    display: block;
    width: 130px;
    text-align: center;
    font-size: 14px;
    color: #999
}

.foot-info {
    overflow: hidden;
    margin: 15px 10px
}

.foot-info>div {
    width: 420px;
    font-size: 12px;
    color: #999;
    line-height: 30px
}

.foot-info a {
    color: #999
}

.foot-info a:hover {
    color: #00b0f0
}

.mobile-container {
    height: 800px;
    background: url("../img/bg.jpg"/*tpa=https://gzlxq.com/img/bg.jpg*/) no-repeat;
    background-position: top center;
    overflow: hidden;
}

.sy {
    width: 1040px;
    height: 444px;
    background: #fff;
    margin: 130px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 20px;
}

.desc {
    width: 450px;
    font-size: 12px;
    color: #8e8e8e;
    margin-left: 20px;
    position: relative;
}

.desc p {
    font-size: 30px;
    color: #0079c6;
    font-weight: bold;
    margin-bottom: 18px;
    margin-top: 100px;
}

.desc::after {
    position: absolute;
    content: '';
    width: 34px;
    border-bottom: 2px solid #0079c6;
    bottom: 0;
    left: 0;
}

.wh {
    width: 1070px;
    height: 600px;
    background: #eceaea;
    margin: 130px auto;
}

.flex-row-center {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center
}

.fl {
    float: left;
}

/* news */
.news_banner {
    height: 1080px;
    background: url("../img/banner1.jpg"/*tpa=https://gzlxq.com/img/banner1.jpg*/)no-repeat;

    background-size: cover;
}

.page_title {
    position: absolute;
    top: 200px;
    left: 0;
    color: #fff;
}

.page_title_cn {
    font-size: 44px;
    line-height: 60px;
}

.page_title_en {
    font-size: 16px;
    text-transform: Uppercase;
    border-top: solid 1px #fff;
    line-height: 32px;
    float: left;
    margin-top: 8px;
}

/* breadcrumb */
.breadcrumb_page {
    background-color: #f0eeed;
    line-height: 40px;
}

.breadcrumb {
    text-align: right;
    color: #666;
}

.breadcrumb a {
    text-decoration: underline;
}

.breadcrumb a:hover {
    color: #3131a3;
}

.news_page {
    background-color: #f7f7f7;
    padding-top: 60px;
    padding-bottom: 200px;
}

.content {
    line-height: 30px;
    color: #666;
    border-top: solid 1px #ccc;
    padding-top: 25px;
    margin-top: 50px;
    margin-left: 100px;
    margin-right: 100px;
}

.newspage_name {
    font-size: 26px;
    text-align: center;
    font-weight: normal;
    color: #333;
    line-height: 40px;
}