/*初始化类*/
@charset "UTF-8";
html {
    font-family: Microsoft YaHei;
    font-size: 1.042vw;
}

html, body {
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    width: 100%;
}

html, body, header, section, footer, div, ul, ol, li, img, a, span, em, del, legend, center, strong, var, fieldset, form, label, dl, dt, dd, cite, input, hr, time, mark, code, figcaption, figure, textarea, h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    border: 0;
    padding: 0;
    font-style: normal;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -webkit-tap-highlight-color: transparent;
    outline: none;
}

ul, li {
    list-style: none;
}

a {
    color: #0062cc;
    text-decoration: none;
    background-color: transparent;
    display: block;
}

textarea {
    overflow: hidden;
    resize: none;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, input, select, textarea {
    font: inherit;
    color: inherit;
}

img {
    vertical-align: middle;
    border: 0;
    /*max-width: 100%;*/
    display: block;
}

/*自动隐藏文字*/
.ellipsis-1 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ellipsis {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.ellipsis-2 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ellipsis-3 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.ellipsis-4 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal !important;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.w1440 {
    width: 75vw;
}

/* 公共底部 */
.footer_wrap {
    width: 100%;
}

.footer_top_wrap {
    background: #474747;
}

.footer_top {
    height: 2.76vw;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer_top_left {
    display: flex;
    align-items: center;
}

.footer_top_left img {
    width: 2.604vw;
}

.footer_top_left p {
    font-size: 0.781vw;
    font-family: Microsoft Sans Serif-Regular, Microsoft Sans Serif;
    font-weight: 400;
    color: #FFFFFF;
}

.footer_top_right {
    display: flex;
    align-items: center;
    font-size: 0.833vw;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #A4A4AB;
}

.footer_top_right a {
    margin-left: 2.604vw;
    color: #A4A4AB;
}

.footer_top_right a:hover {
    color: #DDDDE5;
}

.footer_bottom_wrap {
    width: 100%;
    background: #0F0F10;
}

.footer_bottom {
    margin: 0 auto;
    padding: 2.083vw 0;
}

.footer_lianxi {
    display: flex;
    align-items: baseline;
    margin-bottom: 1.563vw;
}

.footer_lianxi p {
    font-size: 1.979vw;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin-right: 1.667vw;
}

.footer_lianxi span {
    font-size: 1.667vw;
    -webkit-user-select: text;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFA347;
}

.footer_icon {
    display: flex;
    align-items: center;
    margin-top: 0.781vw;
}

.footer_icon img {
    width: 1.25vw;
    margin-right: 1.25vw;
}

.footer_icon p {
    font-size: 0.938vw;
    -webkit-user-select: text;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

/* end 公共底部 */
/*首页 顶部导航 */
.index-header {
    transition: all .365s;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 6.25vw;
    /*padding: 0 1.823vw;*/
    /*overflow: hidden;*/
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    
}
/*.index-header {*/
/*			overflow: inherit;*/
/*		}*/

		.header-box {
			width: 100%;
			height: 6.25vw;
			padding: 0 1.823vw;
			/*  overflow: hidden; */
			display: flex;
			justify-content: space-between;
			align-items: center;
			position: relative;
			z-index: 101;
		}

		/*隐藏盒子设置*/
		div.hidden-box {
			width: 6.875vw;
			/* border: 1px solid #643519; */
			border-top: 0;
			position: absolute;
			display: none;
			background: rgba(0, 0, 0, 0.8);
			top: 6.15vw;
		}

		.hidden-box>ul {
			list-style-type: none;
			text-align: center;
			font-size: 0.833vw;
			font-family: Microsoft YaHei-Regular, Microsoft YaHei;
			font-weight: 400;
			color: #FFFFFF;
			cursor: pointer;
		}

		.hidden-box>ul li {
			padding: 15px 0;
		}

		.hidden-box li:hover {
			background: #fff;
			color: #333;
		}

		/*隐藏盒子位置设置*/
		.hidden-loc-index {
			right: 31.614vw;
		}

		.hidden-loc-us {
			right: 22.395vw;
		}

		.hidden-loc-info {
			right: 17.5vw;
		}

		.box04 {
			right: 10.521vw;
		}

		.box05 {
			right: 1.771vw;
		}

		.header a:hover {
			background-color: rgba(0, 0, 0, 0.8);
		}

.headerBg {
    background: rgba(7, 13, 44, .8);
}

/* .header-show{height: ;} */
.headerHide {
    height: 0;
    display: none;
    transition: all .3s;
   
}

.header_logo {
    display: flex;
    align-items: center;
}

.header_logo img {
    width: 4.063vw;
    height: 4.063vw;
    margin-right: 0.521vw;
}

.header_logo p {
    font-size: 1.25vw;
    font-family: Microsoft Sans Serif-Regular, Microsoft Sans Serif;
    font-weight: 400;
    color: #FFFFFF;
}

.header {
    display: flex;
    height: 100%;
}

.header a {
    display: block;
    width: 6.875vw;
    height: 100%;
    position: relative;
    line-height: 6.25vw;
    text-align: center;
    font-size: 0.833vw;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

.header a::after {
    content: '';
    width: 0;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    opacity: 0;
    transform: translateX(-50%);
    transition: all .365s;
}

.header a:hover:after {
    width: 100%;
    opacity: 1;
}

.header .active {
    font-weight: bold;
}

/* 右侧角标 */
#menu {
    margin: 0;
    padding: 0;
    position: fixed;
    right: 2.969vw;
    top: 50%;
    list-style-type: none;
    z-index: 70;
    transform: translateY(-50%);
    display: none;
}

#menu li {
    width: 0.521vw;
    height: 1.042vw;
    margin-bottom: 0.521vw;
    border: 0.104vw solid #888A89;
    border-radius: 0.521vw;
}

#menu li:last-of-type {
    margin-bottom: 0;
}

#menu a {
    width: 100%;
    height: 100%;
}

#menu .active {
    background-color: #009933;
    border-color: #009933;
}
#hzyindex{
    background: #333;
}
#fullPage{
    background-color: #333;
}

#fullPage .section {
    position: relative;
    background-color: #333;
}
.fp-tableCell{
    background-color: transparent;
}
#fullPage .section:nth-child(1) {
    background-image: url(../img/index/index1.png) ;
    background-size: cover;
}

#fullPage .section:nth-child(2) {
    background-image: url(../img/index/index2.png) ;
    background-size: cover;
}

#fullPage .section:nth-child(3) {
    background-image: url(../img/index/index3.png) ;
    background-size: cover;
}

.section-6 {
    height: 6.25vw !important;
}

.section-6 .fp-tableCell {
    height: 6.25vw !important;
}

.index1, .index2, .index3 {
    width: 75vw;
    margin: 0 auto;
    opacity: 0;
}

/* 第一屏 */
.index1 {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.index1_left {
    width: 45%;
    padding-top: 10.417vw;
}

.index1_text {
    font-size: 3.125vw;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    text-shadow: 0vw 0.156vw 0.521vw rgba(0, 0, 0, 0.16);
}

.index1_p {
    font-size: 1.458vw;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    text-shadow: 0vw 0.156vw 0.521vw rgba(0, 0, 0, 0.16);
}

.index1_more {
    display: flex;
    align-items: center;
    margin-top: 5.208vw;
    cursor: pointer;
}

.index1_more p {
    font-size: 1.667vw;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    text-shadow: 0vw 0.156vw 0.521vw rgba(0, 0, 0, 0.16);
}

.index1_more img {
    margin-left: 1.146vw;
    width: 2.656vw;
    height: 2.188vw;
    transition: all .365s;
}

.index1_more:hover img {
    transform: translateX(1.042vw);
}

.index1_right {
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content:center;
}
.index1_right .top{
    display: flex;
    justify-content: space-between;
}
.index1_right .bottom{
    display: flex;
    align-items: center;
    margin-top: 16.151vw;
    font-size: 1.667vw;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #0D3C9A;
    text-shadow: 0vw 0.156vw 0.521vw rgb(0 0 0 / 16%);
}
.index1_num_box {
    text-align: center;
}

.index1_num {
    font-size: 3.646vw;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    text-shadow: 0vw 0.156vw 0.521vw rgba(0, 0, 0, 0.16);
}

.index1_num_p {
    font-size: 0.938vw;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    text-shadow: 0vw 0.156vw 0.521vw rgba(0, 0, 0, 0.16);
}

/* 第二屏 */
.index2 {
    display: flex;
    align-items: center;
    position: relative;
    flex-direction: column;
}

.index2_top {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.index2_left p {
    font-size: 3.125vw;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 4.688vw;
}

.index2_right .index2_right_p {
    margin-bottom: 4.167vw;
    text-align: right;
}

/* .index2_right_p:last-of-type{margin-bottom: 0;} */
.index2_right_p1 {
    font-size: 3.646vw;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

.index2_right_p1 span,
.index2_right_p2 {
    font-size: 0.938vw;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

.index2_box {
    display: flex;
}

.index2_item {
    width: 17.292vw;
    margin-right: 1.927vw;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.521vw 0;
    background:#00000030;
}

.index2_item:nth-child(4n) {
    margin-right: 0;
}

.index2_item:hover {
    background: rgba(255, 255, 255, .3);
    transition: all .365s;
}

.index2_item img {
    width: 4.688vw;
    height: 4.688vw;
    object-fit: cover;
    flex-shrink: 0;
}

.index2_item p {
    margin-left: 0.521vw;
    font-size: 0.938vw;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: bold;
    color: #fff;
}

/* 第三屏 */
.index3 {
}

.index3-top {
    display: flex;
    justify-content: space-between;
}

.index3-top-p {
    font-size: 3.125vw;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 4.688vw;
}

.index3-top-bt {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 1.667vw;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

.index3-top-bt img {
    width: 2.656vw;
    flex-shrink: 0;
    margin-left: 2.083vw;
}

.index3-list {
    display: flex;
    margin-top: 10.417vw;
}

.index3-item {
    width: 23%;
    position: relative;
    background: rgba(255, 255, 255, .6);
    backdrop-filter: blur(0.521vw);
    margin-right: 2.66666%;
    text-align: center;
    padding: 2.083vw 1.458vw;
}

.index3-item:nth-child(4n) {
    margin-right: 0;
}

.index3-item-img {
    width: 7.292vw;
    height: 7.292vw;
    margin: 0 auto;
}

.index3-item-img img {
    width: 100%;
    height: 100%;
}

.index3-item-text {
    font-size: 1.458vw;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #A54242;
}

.index3-item-p {
    margin-top: 1.042vw;
    text-align: center;
    font-size: 0.833vw;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #bf8888;
    line-height: 1.458vw;
}

/* 第四屏 */
.index4 {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.index4_left {
    width: 83%;
    height: 100vh;
    flex-shrink: 0;
    position: relative;
}

.index4_bg_img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.beianhao {
    width: 100%;
    height: 5.208vw;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
    background: rgba(0, 0, 0, 0.6);
    padding: 0 2.917vw;
    font-size: 0.938vw;
    line-height: 5.208vw;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

.index4_title {
    position: relative;
    z-index: 2;
    margin: 7.292vw 12.5vw;
}

.index4_p {
    font-size: 3.646vw;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

.index4_more {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-top: 5.208vw;
}

.index4_more p {
    font-size: 1.667vw;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

.index4_more img {
    flex-shrink: 0;
    margin-left: 1.563vw;
    width: 2.604vw;
    transition: all .365s;
}

.index4_more:hover img {
    transform: translateX(1.042vw);
}

.index4_right {
    width: 17%;
    flex-shrink: 0;
}

.index4_right_item {
    width: 100%;
    height: 20%;
    position: relative;
    cursor: pointer;
}

.index4_right_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index4_right_text {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.458vw;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    z-index: 1;
}

.index4_right .active .index4_right_text {
    opacity: 0;
}

/* 首页底部 */
.index-footer {
    width: 100%;
    height: 6.25vw;
    background: #404040;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 9999;
}

.index-footer p {
    font-size: 0.833vw;
    color: #B9B9B9;
    text-align: center;
    line-height: 1.458vw;
}

.jc_center{
    display: flex;
    justify-content: center;
}
/*首页 end */

/* 项目案例 */
.anli_banner {
    width: 100%;
    position: relative;
}

.anli_banner img {
    width: 100%;
    height: auto;
}

.anli_banner_text {
    position: absolute;
    /*left: 50%;*/
    /*top: 50%;*/
    /*transform: translate(-50%, -50%);*/
      left: 50%;
    top: 30%;
    transform: translate(-50%, 0%);
    text-align: center;
}
.anli_banner_text .contacts_us{
    font-size: 1.458vw;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    
}
.anli_banner_text .contacts_us span{
    display: inline-block;
}
.anli_banner_text p {
    display: block;
    font-size: 3.125vw;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

.anli_banner_text span {
    display: block;
    font-size: 1.458vw;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: 0.417vw;
}
.anli_banner_intro{
    width: 39.8vw;
    /*width: 46%;*/
    font-size: 1.042vw;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.875vw;
    position: absolute;
     /*left: 50%;*/
    top: 60%;
    /*transform: translate(-50%, 0%);*/
}
.anli_wrap {
    width: 100%;

    padding: 4.167vw 0;
}

.anli_wrap2 {

}

.anli {
    width: 75vw;
    margin: 0 auto;
}

.anli_title {
    text-align: left;
    margin-bottom: 2.917vw;
}

.anli_text {
    font-size: 3.125vw;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

.anli_p {
    font-size: 1.458vw;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #948E89;
    margin-top: 0.26vw;
}

.anli_swiper {
    width: 100%;
    height: 38.646vw;
    padding-bottom: 4.479vw;
    position: relative;
}

.anli_swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0;
}

.anli_swiper .swiper-pagination-bullet {
    width: 1.875vw;
    height: 1.875vw;
    text-align: center;
    line-height: 1.875vw;
    font-size: 0.833vw;
    color: #000;
    opacity: 1;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 0;
}

.anli_swiper .swiper-pagination-bullet-active {
    background: #DDDDE5;
}

.anli_swiper .swiper {
    width: 100%;
    height: 100%;
}

.hzyswiper1 .swiper-slide {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.anli_swiper .swiper_img_left {
    width: 50.521vw;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.anli_swiper .swiper_img_left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .365s;
}

.anli_swiper .swiper_img_left:hover img {
    transform: scale(1.2);
}

.anli_swiper .swiper_img_left p {
    width: 100%;
    padding: 2.604vw 1.042vw 1.042vw;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    font-size: 0.833vw;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

.swiper_img_right {
    width: 22.917vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.swiper_img_right_img {
    width: 100%;
    height: 16.042vw;
    position: relative;
    overflow: hidden;
}

.anli_swiper .swiper_img_right_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .365s;
}

.anli_swiper .swiper_img_right_img:hover img {
    transform: scale(1.2);
}

.anli_swiper .swiper_img_right_img p {
    width: 100%;
    padding: 2.604vw 1.042vw 1.042vw;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    font-size: 0.833vw;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

.anli_swiper .swiper_img {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.anli_swiper .swiper_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .365s;
}

.anli_swiper .swiper_img:hover img {
    transform: scale(1.2);
}

.anli_swiper .swiper_img p {
    width: 100%;
    padding: 2.604vw 1.042vw 1.042vw;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
    font-size: 0.833vw;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

.hzyswiper2 .swiper-slide {
    height: calc((100% - 50px) / 2);
}

/* 项目案例  end */
/* 分页 */
.page_wrap {
    display: flex;
    justify-content: center;
    margin: 3.646vw 0;
}

.page_wrap p {
    width: 1.875vw;
    height: 1.875vw;
    background: #DDDDE5;
    margin: 0 0.208vw;
    font-size: 0.833vw;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #948E89;
    text-align: center;
    line-height: 1.875vw;
    cursor: pointer;
}

.page_wrap .active {
    background: #2B5CBE;
    color: #fff;
}

/* end分页 */
/* 新闻动态 */
.news_wrap {
    width: 100%;
    background: #E8E8E8;
    padding: 1.042vw 0;
}

.news {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}

.news_item_wrap {
    width: 23.438vw;
    height: 19.792vw;
    margin-right: 2.344vw;
    margin-top: 2.604vw;
    cursor: pointer;
}

.news_item_wrap:nth-child(3n) {
    margin-right: 0;
}

.news_item {
    transition: all .365s;
    position: relative;
    margin-top: 2.083vw;
    height: calc(100% - 2.083vw);
    padding: 0 3.125vw;
    background: #F3F3F3;
    box-shadow: 0vw 0vw 0.521vw 0.052vw rgba(130, 130, 130, 0.16);
}

.news_date {
    transition: all .6s;
    width: 6.771vw;
    padding: 2.083vw 0.781vw 0.625vw 0.781vw;
    background: #2B5CBE;
    transform: translateY(-2.083vw);
}

.news_date p {
    transition: all .365s;
    font-size: 1.875vw;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
}

.news_date span {
    transition: all .365s;
    font-size: 1.094vw;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.28);
    text-align: right;
    display: block;
}

.news_text {
    transition: all .365s;
    font-size: 1.094vw;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #4E4E58;
}

.news_p {
    margin-top: 1.094vw;
    font-size: 0.833vw;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #948E89;
    line-height: 1.25vw;
}

.news_img {
    width: 0.729vw;
    position: absolute;
    right: 4.688vw;
    top: 3.125vw;
    opacity: 0;
    transition: all .6s;
}

.news_item_wrap:hover .news_item {
    background: #272727;
}

.news_item_wrap:hover .news_date {
    background: #DDDDE5;
}

.news_item_wrap:hover .news_date p {
    color: #7F9BE9;
}

.news_item_wrap:hover .news_date span {
    color: rgba(127, 155, 233, .28);
}

.news_item_wrap:hover .news_text {
    color: #fff;
}

.news_item_wrap:hover .news_date {
    padding-top: 4.427vw;
}

.news_item_wrap:hover .news_img {
    top: 5.521vw;
    right: 3.125vw;
    opacity: 1;
}

/* end 新闻动态 */
/* 关于我们 */
.about_yewu_wrap {
    width: 100%;
    background: #ECECFF;
    padding-bottom: 7.813vw;
}

.about_text {
    text-align: center;
    padding: 4.167vw 0;
}

.about_text p {
    font-size: 3.125vw;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #0F0F10;
}

.about_text span {
    display: block;
    font-size: 1.458vw;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #4E4E58;
}

.about_list {
    margin: 0 auto;
    display: flex;
}

.about_item {
    position: relative;
    width: 17.383vw;
    height: 24.74vw;
    margin-right: 1.823vw;
    transition: all .365s;
}

.about_item:hover {
    transform: translateY(-15px);
}

.about_list:nth-child(4n) {
    margin-right: 0;
}

.about_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about_icon {
    width: 4.063vw;
    height: 4.063vw;
    position: absolute;
    top: 0.833vw;
    left: 0.417vw;
}

.about_item p {
    width: 100%;
    height: 4.479vw;
    background: linear-gradient(360deg, #000D3D 0%, rgba(41, 51, 92, 0.6) 76%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 1.042vw;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 4.479vw;
}

.about_jianjie_wrap {
    width: 100%;
    height: 56.25vw;
    padding-top:8.489vw;
    display: flex;
    /*align-items: center;*/
    justify-content: center;
}

.about_jianjie {
}

.about_jianjie_top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8.427vw;
}

.about_jianjie_top_left {
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

.about_jianjie_top_left p {
    font-size: 3.125vw;
}

.about_jianjie_top_left span {
    font-size: 1.458vw;
    margin-top: 0.625vw;
    display: block;
}

.about_jianjie_top_right {
    text-align: right;
}

.about_jianjie_top_en {
    color: #C5D2F5;
    font-weight: bold;
    font-size: 2.604vw;
}

.about_jianjie_top_more {
    display: flex;
    align-items: center;
    margin-top: 0.521vw;
    cursor: pointer;
    justify-content: flex-end;
}

.about_jianjie_top_more p {
    font-size: 1.667vw;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #0F0F10;
}

.about_jianjie_top_more img {
    width: 2.656vw;
    margin-left: 1.042vw;
    transition: all .365s;
}

.about_jianjie_top_more:hover img {
    transform: translateX(1.042vw);
}

.about_jianjie_bottom {
    display: flex;
   flex-direction: row;
}
.about_jianjie_bottom .item{
    margin-right:2.08vw;
    width: 23.541vw;
}
.about_jianjie_bottom .item .jianjie_img{
    width: 23.542vw;
    height: 11.667vw;
    margin-bottom: 1.562vw;
}
.about_jianjie_bottom .item:last-of-type{
    margin-right:0;
}
.about_jianjie_bottom .jianjie_txt{
  display: flex;
  flex-direction: row;
  color: #FFFFFF;
font-family: Microsoft YaHei-Regular, Microsoft YaHei;
font-weight: 400;
  
}
.about_jianjie_bottom .jianjie_txt .left{
    width: 3.542vw;
    height: 3.542vw;
    margin-right:1.980vw;
}
.about_jianjie_bottom .jianjie_txt .left img{
    width: 3.542vw;
    height: 3.542vw; 
}

.about_jianjie_bottom .jianjie_txt .right h6{
    font-size: 1.302vw;
    padding-bottom: 1.035vw;
}
.about_jianjie_bottom .jianjie_txt .right p{
    line-height: 1.822vw;
    font-size: 0.935vw;
}




.about_jianjie_p {
    display: flex;
    justify-content: space-between;
}

.about_jianjie_p p {
    width: 46%;
    font-size: 1.042vw;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.875vw;
}

.about_fazhan_wrap {
    width: 100%;
    height: 56.25vw;

}

.about_fazhan {
    margin: 0 auto;
    padding:5.208vw 0 6.771vw ;
}

.about_fazhan_text {
    font-size: 3.646vw;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
}

.about_fazhan_list {
    margin: 4.167vw 0 1.042vw 0;
    /*width: 21.146vw;*/
    overflow: hidden;
    display: flex;
    flex-direction: row;
}
.about_fazhan_map{
    width: 39.635vw;
    height: 27.604vw;
    margin: 0 auto;
}
.about_fazhan_item {
    width: 100%;
    padding: 1.042vw 1.823vw;
    text-align: center;
    /*background: rgba(255, 255, 255, 0.2);*/
    margin-bottom: 1.563vw;
}

.about_fazhan_item p {
    font-size: 3.646vw;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

.about_fazhan_item span {
    display: block;
    font-size: 0.938vw;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;;
}

.about_fazhan_p {
    width: 21.146vw;
    font-size: 0.938vw;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.979vw;
}

.about_tuandui_wrap {
    width: 100%;
    height: 56.25vw;
    background: url(../img/about/3.png) no-repeat;
    background-size: 100% 100%;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about_tuandui {
    text-align: center;
}

.about_tuandui_text p {
    font-size: 3.125vw;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #DDDDE5;
}

.about_tuandui_text span {
    display: block;
    font-size: 1.458vw;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #DDDDE5;
}

.about_tuandui_box {
    width: 71.779vw;
    margin: 0 auto;
    margin-top: 6.51vw;
}

.about_tuandui_box img {
    /*width: 66.67vw;*/
    /*height: 29.072vw;*/
    width: 100%;
    /*margin-left: -109px;*/
}

.about_mubiao_wrap {
    width: 100%;
    height: 56.25vw;

}

.about_mubiao {
    margin: 0 auto;
    position: relative;
    height: 100%;
}

.about_mubiao_text {
    position: absolute;
    left: 0;
    bottom: 11.979vw;
    font-size: 3.646vw;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
}

.about_mubiao_text p {
    color: #EF1010;
}

.about_mubiao_text span {
    color: #FFFFFF;
}

/* end 关于我们 */
/* 荣誉资质 */
.rongyu_wrap {
    margin: 0 auto;
    padding-bottom: 5.208vw;
}

.rongyu_title {
    border-left: 0.625vw solid #3953BB;
    padding-left: 1.25vw;
    font-size: 3.125vw;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #0F0F10;
    margin: 6.042vw 0 3.906vw 0;
}

.ry_zizhi_box {
    display: flex;
    flex-wrap: wrap;
}

.ry_zizhi {
    width: 23.958vw;
    margin-right: 1.563vw;
    margin-bottom: 1.563vw;
}

.ry_zizhi:nth-child(3n) {
    margin-right: 0;
}

.ry_zizhi img {
    width: 100%;
    height: 17.969vw;
}

.ry_text {
    border-left: 0.417vw solid #3953BB;
    padding-left: 0.781vw;
    font-size: 0.938vw;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei;
    font-weight: 400;
    color: #0F0F10;
    margin-top: 1.042vw;
    margin-left: 0.781vw;
}

.ry_3a_box {
    display: flex;
    justify-content: space-between;
}

.ry_3a_left {
    width: 33.333vw;
}

.ry_3a_left_img {
    margin-bottom: 0.781vw;
}

.ry_3a_left_img img {
    width: 100%;
}

.ry_3a_right {
    width: 40.625vw;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: flex-start;
}

.ry_3a_right_img {
    width: 48%;
    object-fit: contain;
    margin-bottom: 0.521vw;
}

.ry_3a_right_img img {
    width: 100%;
    height: 14.583vw;
    object-fit: contain;
}

.ry_ruanzhu_box {
}

.ry_ruanzhu_top {
    display: flex;
    justify-content: space-between;
}

.ry_ruanzhu_left {
    width: 23.438vw;
    height: 31.771vw;
}

.ry_ruanzhu_left img {
    width: 100%;
    height: 100%;
}

.ry_ruanzhu_right {
    width: 50vw;
    display: flex;
    flex-wrap: wrap;
}

.ry_ruanzhu_right img {
    width: 11.458vw;
    height: 15.365vw;
    margin-bottom: 1.042vw;
    margin-right: 1.389vw;
}

.ry_ruanzhu_right img:nth-child(4n) {
    margin-right: 0;
}

.ry_ruanzhu_bottom {
    display: flex;
    flex-wrap: wrap;
}

.ry_ruanzhu_bottom img {
    width: 8.333vw;
    height: 10.938vw;
    margin-right: 1.19vw;
    margin-bottom: 1.042vw;
}

.ry_ruanzhu_bottom img:nth-child(8n) {
    margin-right: 0;
}

.ry_wenjian_box {
    display: flex;
    flex-wrap: wrap;
}

.ry_wenjian {
    width: 17.188vw;
    margin-right: 2.083vw;
    margin-bottom: 1.563vw;
}

.ry_wenjian:nth-child(4n) {
    margin-right: 0;
}

.ry_wenjian img {
    width: 17.188vw;
    height: 22.917vw;
}

.ry_pb_box {
    display: flex;
    flex-wrap: wrap;
}

.ry_pb {
    width: 29.167vw;
    margin-right: 1.563vw;
    margin-bottom: 1.042vw;
}

.ry_pb img {
    width: 100%;
    height: 19.74vw;
}

/* end荣誉资质 */


.contact_us{
  position: fixed;
  top: 44%;
  left: 0;
  z-index: 500;
}

.contact_us li{
  width: 70px;
  height: 70px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #eee;
  margin: 6px 0;
  position: relative;
  box-sizing: border-box;
}
.contact_us li a{
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  z-index: 60;
}
.contact_us li i{
  display: block;
  color: #666;
  font-size: 14px;
}
.contact_us li span{
    font-size: 22px;
    color: #666;
}
.contact_us li p{
  width: 200%;
  height: 100%;
  line-height: 70px;
  text-align: center;
  color: #fff;
  background-color: rgb(195, 12, 36);
  border: 1px solid rgb(195, 12, 36);
  position: absolute;
  top: -1px;
  right: -200%;
  z-index: 10;
  opacity: 0;
}


.contact_us li p,
.contact_us li span,
.contact_us li i,
.contact_us li,
.contact_us li:hover p,
.contact_us li:hover span,
.contact_us li:hover i,
.contact_us li:hover{
    transition: all .6s;
    -o-transition: all .6s;
    -ms-transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
}
.contact_us li:hover {
  background-color: rgb(195, 12, 36);
  border: 1px solid transparent;
}
.contact_us li:hover i{
  color: #fff;
}
.contact_us li:hover span{
  color: #fff;
}
.contact_us li:hover p{
  right: 100%;
  opacity: 1;
}

