/* .section {
    text-align: center; 
    font: 50px "Microsoft Yahei";
    background-color: #fff;
} */


.header {
    position: fixed;
    width: 100%;
    /* height: 80px; */
    background-color: rgba(0, 0, 0, 0.32);
    z-index: 9999;
    color: #fff;
}

.header .header_top {
    height: 30px;
    background-color: #25267a;
    line-height: 30px;
    font-size: 14px;
}

.header .header_top > div {
    width: 80%;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.header .header_bottom {
    height: 65px;
    line-height: 60px;
}

.header .header_bottom > div {
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: 0 auto;
    height: 100%;
    align-items: center;
}

.header .header_bottom .logo {
    width: 102px;
    height: 27px;
}

.nav ul {
    *zoom: 1;
    margin: 0;
    padding: 0;
    /* height: 100%; */
}

.nav .menu-icon {
    display: none;
}

.nav ul::before,
.nav ul::after {
    content: "";
    display: table;
}

.nav ul::after {
    clear: both;
}

.nav ul > li {
    float: left;
    position: relative;
}

.nav a {
    position: relative;
    display: block;
    padding: 0px 20px;
    color: #fff;
    box-sizing: border-box;
	font-size: 11px;
}

.nav a:hover {
    text-decoration: none;
    transition: all 0.7s ease 0s;
}

.nav > ul > li.active > a::after,.nav > ul > li > a:hover:after {
    position: absolute;
    display: block;
    content: "";
    width: 80%;
    height: 2px;
    background-color: #fff;
    border-radius: 2px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.nav li ul {
    background: rgba(255, 255, 255,0.9);
}
.nav li ul li {
    width: 150px;
    height: 40px;
    line-height: 40px;
}
.nav li ul a {
    border: none;
    color: #333;
    font-size: 11px;
}

.nav li ul a:hover {
    color: #2f318b;
    font-weight: bold;
}

.header-nav ul > li:hover ul li {
    max-height: 150px;
}
.header-nav li ul {
    position: absolute;
    left: 10px;
    top: 60px;
    z-index: 1;
	width: 65px;
}
.header-nav li ul li {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 500ms ease;
    -moz-transition: max-height 500ms ease;
    -o-transition: max-height 500ms ease;
    transition: max-height 500ms ease;
}

@media screen and (max-width: 950px) {
    .header_top {
        display: none;
    }
    .nav {
        position: relative;
        /* display: none; */
    }

    .nav > ul {
        position: absolute;
        display: none;
        /* width: 200px; */
        right: -25px;
    }

    .nav > ul > li {
        width: 110px;
        background-color: #fff;
    }

    .nav > ul > li > ul {
        display:none
    }

    .nav > ul > li > a {
        color: #333;
    }

    .nav > ul > li.active > a {
        color: #2f318b;
    }

    .nav .menu-icon {
        display: block;
        width: 30px;
        height: 30px;
        background: url(../images/menu_icon.png) top center no-repeat;
        background-size: cover;
		margin-right: -25px;
    }

    /* .header .header_bottom  {
        height: 40px;
        line-height: 40px;
    }
    .header .header_bottom .logo {
        width: 72px;
        height: 19px;
    } */
}

.header_menu {
    display: flex;
}

.section1 {
    background-image: url(../images/section_1.png);
    background-position: center center;
    background-size: 1920px 1080px;
    background-repeat: no-repeat;
}

/* .section {
    min-height: 1080px;
} */

.header_menu p {
    height: 100%;
    margin: 0 10px;
    padding: 0 4px;
    box-sizing: border-box;
}

.header_menu p.active {
    border-bottom: 2px solid #fff;
}

.header_menu p a {
    color: #fff;
}
.header_menu p a:active {
    border-bottom: 2px solid #fff;
}

.arrow {
    display: inline-block;
    width: 50px;
    height: 50px;
    background: url(../images/arrow.png) top center no-repeat;
    background-size: 50px 50px;
}

.section .menu_home {
    position: absolute;
    width: 44px;
    height: 44px;
    right: 6%;
    bottom: 2%;
    background-color: #fff;
    border-radius: 100%;
    background-image: url(../images/menu_home.png);
    background-position: center;
    background-size: 18px 18px;
    background-repeat: no-repeat;
}

.section .section_title {
    text-align: center;
    padding: 10px 0;
}

.section2 {
    background-image: url(../images/section_2.png);
    background-position: center center;
    background-size: 1920px 1080px;
    background-repeat: no-repeat;
}

.section2 .section_title {
    background-image: url(../images/title_bg.png);
    background-position: bottom center;
    background-repeat: no-repeat;
}

.section2 .section_title img {
    width: 1%;
}

.about_ctx {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    justify-content: space-between;
    margin: 2% auto;
}
.about_ctx .about_img {
    position: relative;
    /* left: -120%; */
    width: 48.5%;
    min-width: 422px;
    margin: 20px auto;
}

.about_ctx .about_txt {
    position: relative;
    width: 44.5%;
    /* right: -120%; */
    min-width: 422px;
    margin: 20px auto;
    font-size: 16px;
    line-height: 30px;
}

.about_ctx .about_txt h3 {
    font-size: 30px;
    color: #333;
    line-height: 88px;
}

.section3 {
    background-image: url(../images/section_3.png);
    background-position: center center;
    background-size: 1920px 1080px;
    background-repeat: no-repeat;
    color: #fff;
    /* background-color: #1f2072; */
}
.product_ctx {
    display: flex;
    position: relative;
    /* right: -120%; */
    /* flex-wrap: wrap; */
    width: 100%;
    justify-content: space-between;
    margin: 2% auto;
}
.product_ctx > div {
    position: relative;
    width: 30%;
    height: 80%;
    min-height: 450px;
    text-align: center;
    min-width: 370px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 50px 0;
}

.product_ctx > div.center {
    background-color: #3538a6;
    color: #fff;
}

.product_ctx h3 {
    font-size: 28px;
    margin-top: 10%;
}
.product_ctx p {
    font-size: 16px;
    margin-bottom: 10%;
    text-transform: Uppercase;
    line-height: 26px;
}

.product_ctx .see_more {
    display: inline-block;
    margin: 0 auto;
    width: 155px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 46px;
}

.product_ctx .center .see_more {
    color: #fff;
    border-color: #fff;
}

.section3 .section_title {
    background-image: url(../images/title_bg2.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-bottom: 10px;
}
.section3 .section_title img {
    width: 1%;
}
.section4 {
    background-image: url(../images/section_4.png);
    background-position: center center;
    background-size: 1920px 1080px;
    background-repeat: no-repeat;
}

.honor_ctx {
    position: relative;
    /* display: none; */
    width: 86.875%;
    height: 82%;
    margin: 0 auto;
}

.honor_ctx .honor_bg {
    position: absolute;
    /* width: 31.65%; */
    height: 92%;
    right: 0;
    top: 0;
}
.honor {
    position: absolute;
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: center;
    width: 100%;
    z-index: 99;
}
.honor_img {
    height: 60%;
    margin-left: 30px;
}
.honor_l {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 60%;
    width: 40%;
    margin-right: 30px;
}

.honor_l .honor_title {
    /* margin-bottom: 8%; */
    background: url(../images/tit_icon.png) bottom left no-repeat;
    padding-bottom: 10px;
}
.honor_l .honor_title h3 {
    font-size: 30px;
}
.honor_l .honor_title p {
    font-size: 18px;
}
.honor_l .honor_txt {
    font-size: 16px;
    line-height: 30px;
}
.section5 {
    /* background-image: url(../images/section_5.png);
    background-position: center center;
    background-size: 1920px 1080px;
    background-repeat: no-repeat; */
    background-color: #f6f6f6;
}
.news_ctx {
    width: 80%;
    margin: 0 auto;
}

.news_top {
    display: flex;
    align-items: center;
    position: relative;
    /* right: -120%; */
}

.news_top > img {
    width: 34.15%;
}

.news_top .news_top_txt {
    padding: 30px;
    background-color: #fff;
}
.news_top .news_top_txt h3 {
    font-size: 20px;
    line-height: 50px;
}
.news_top .news_top_txt p {
    font-size: 16px;
    line-height: 28px;
    width: 100%;
}

.news_ctx .news_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
    /* left: -120%; */
}

.news_ctx .news_item {
    width: 48%;
    display: flex;
    margin-top: 3%;
}

.news_ctx .news_item .date {
    background-color: #fff;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    font-weight: bold;
}

.news_ctx .news_item:hover .date {
    background-color: #2eb7b2;
    color: #fff;
}

.news_ctx .news_item .date span:first-of-type {
    vertical-align: super;
}
.news_ctx .news_item .date span:last-of-type {
    vertical-align: sub;
}

.news_ctx .news_item:hover .news_txt {
    background-color: #2f318b;
    color: #fff;
}

.news_ctx .news_item:hover .news_txt a {
    color: #fff;
}

.news_ctx .news_item .news_txt {
    flex: 1;
    padding: 20px;
    box-sizing: border-box;
}

.news_ctx .news_item .news_txt h3 {
    font-size: 20px;
    line-height: 50px;
}

.news_ctx .news_item .news_txt p {
    font-size: 16px;
    line-height: 28px;
}

.section6 {
position: relative;
    background-image: url(../images/section_6.png);
    background-position: center center;
    background-size: 1920px 1080px;
    background-repeat: no-repeat;
}

.section6 .section6_top {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fff;
	padding-top: 40px;
}
.section6 .section6_top .tel {
    font-size: 48px;
    margin-left: 10px;
}

.section6 .section6_top p {
    text-align: center;
}

.section6 .section6_bottom {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: top;
    margin-top: 10%;
    color: #fff;
	padding-bottom: 80px;
}

.section6 .section6_bottom h3 {
    font-size: 20px;
    line-height: 50px;
}

.link_list li {
    line-height: 40px;
}

.link_type a {
    display: block;
    width: 186px;
    height: 36px;
    border: 1px solid #fff;
    color: #fff;
    line-height: 36px;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 0 10px;
    margin-bottom: 14px;
}

.link_type a span {
    font-family: cursive;
}

.section6 .section6_bottom .wx_code {
    text-align: center;
}

.section6 .section6_bottom .wx_code img {
    width: 80%;
}
/* .section6 > div {
    opacity: 0;
} */

.section6 .site_footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 12.9;
    max-height: 60px;
    line-height: 60px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.21);
    font-size: 16px;
    text-align: center;
}

@media screen and (max-width: 1200px) {
	.header_menu{
		display: none;
	}
	.header_top{
		display: none !important;
	}
	.section1{
		background-size: 100% 667px;
	}
	.about_ctx .about_img{
		min-width: 300px;
		margin: 2px auto;
	}
	.about_ctx .about_txt{
		min-width: 300px;
		margin: 0px auto;
	}
	.about_ctx .about_txt h3 {
		font-size: 21px;
	}
	.about_ctx .about_txt p {
		height: 236px;
		overflow: hidden;
	}
	.product_ctx > div{
		min-width: 300px;
		padding: 0px 0;
		min-height: 283px;
	}
	.product_ctx img{
		width: 30%;
	}
	.product_ctx h3{
		font-size: 19px;
	}
	.product_ctx p{
		font-size: 12px;
	}
	.honor_l{
		width: 100%;
		height: 80%;
	}
	.honor_img{
		display: none;
	}
	.news_top{
		display: none;
	}
	.news_ctx .news_item{
		width: 100%;
	}
	.news_ctx .news_item .news_txt{
		padding: 5px;
	}
	.news_ctx .news_item .news_txt h3{
		font-size: 18px;
		line-height: 22px;
	}
	.news_ctx .news_item .news_txt p{
		height: 107px;
		overflow: hidden;
	}
	.section6 .section6_top{
		width: 100%;
	}
	.section6 .section6_top p{
		display:none
	}
	.section6 .section6_bottom .link_type{
		display:none
	}
	.section6 .site_footer{
		font-size: 12px;
	}
}

/* 客户案例页面css */
.customer_case {
    padding: 40px 0 100px;
    background-color: #f4f4f8;
    overflow: hidden;
}

.customer_case > .container {
    max-width: 1240px;
    margin: auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.customer_list_box {
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    background-image: url(../images/customerBg.jpg);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
    box-sizing: border-box;
    padding-right: 25%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}

.clb_item_tit {
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    font-weight: normal;
    color: #444;
    padding-left: 45px;
    background-position: center left;
    background-size: 40px 40px;
    background-repeat: no-repeat;
}

.clb_item_tit.cit_zhengfu {
    background-image: url(../images/zhengfu.png);
}

.clb_item_tit.cit_ga {
    background-image: url(../images/ga.png);
}
.clb_item_tit.cit_yiliao {
    background-image: url(../images/yiliao.png);
}

.clb_item_tit.cit_jiaoyu {
    background-image: url(../images/jiaoyu.png);
}

.clb_item_tit.cit_qita {
    background-image: url(../images/qita.png);
}

.clb_item_tit.cit_jinrong {
    background-image: url(../images/jinrong.png);
}

.clb_item {
    margin-bottom: 20px;
    /* width: 4rem; */
    width: 270px;
}

.clb_list {
    position: relative;
    padding-left: 45px;
    line-height: 28px;
    margin-top: 10px;
    padding-bottom: 15px;
    padding-top: 15px;
}

.clb_list-1::before {
    position: absolute;
    display: block;
    content: "";
    width: 2px;
    height: 100%;
    background: #d87780;
    left: 20px;
    top: 0;
    border-radius: 2px;
}

.clb_list-2::before {
    position: absolute;
    display: block;
    content: "";
    width: 2px;
    height: 100%;
    background: #2f58a6;
    left: 20px;
    top: 0;
    border-radius: 2px;
}

.clb_list-3::before {
    position: absolute;
    display: block;
    content: "";
    width: 2px;
    height: 100%;
    background: #2b8a4a;
    left: 20px;
    top: 0;
    border-radius: 2px;
}

.clb_list-4::before {
    position: absolute;
    display: block;
    content: "";
    width: 2px;
    height: 100%;
    background: #7dccd8;
    left: 20px;
    top: 0;
    border-radius: 2px;
}

.clb_list-5::before {
    position: absolute;
    display: block;
    content: "";
    width: 2px;
    height: 100%;
    background: #635953;
    left: 20px;
    top: 0;
    border-radius: 2px;
}
.clb_list-6::before {
    position: absolute;
    display: block;
    content: "";
    width: 2px;
    height: 100%;
    background: #ed8f26;
    left: 20px;
    top: 0;
    border-radius: 2px;
}

@media screen and (max-width: 1200px) {
    .customer_list_box {
        padding-right: 20px;
        background-image: none;
    }
}