a, a:hover, a:link {
    color: #333;
}
#app {
    /*background-color: #f5f5f5;*/
}
.nav_box{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.nav_box{
    width: 100%;
    height: 80px;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.nav_box .nav_list_box {
    max-width: 1200px;
    margin: 0 auto;
}
.nav_box .nav_list_box, .nav_box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.nav_box .logo {
    width: 421px;
    height: 45px;
    background: url(../images/logo.0cff4c3.png) 100% 100% no-repeat;
    background-size: cover;
    background-size: contain;
    background-position: 50%;
    margin-bottom: 5px;
}

.nav_box .nav_list{
    min-width: 740px;
    color: #333;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    padding-left: 27px;
    height: 80px;
    line-height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.nav_box .nav_list .nav_title {
    display: block;
    text-align: center;
    padding: 0 20px;
    cursor: pointer;
    font-weight: 700;
}
.nav_box .nav_list .nav_active{
	display: none!important
}
.nav_box .nav_list .nav_title .title img{
	display: none
}
.nav_box .nav_list .nav_title .nav_series .nav_item_active{
	color: #a32626
}
.nav_box .nav_list .nav_title:hover .title {
	color: #a9171f
}
.nav_box .nav_list .nav_title:hover .nav_series,.nav_box .nav_list .nav_title:hover .nav_series_bg {
	visibility: visible
}
.nav_box .mask img {
	display: block;
	margin: 0 auto;
	max-width: 100%
}

.nav_box .mask{
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.nav_box .mask .img {
    width: 40px;
    height: 40px;
}
.nav_box .mask .img{
    width: 40px;
    height: 40px;
}
.home .swiper_box, .home .swiping{
    width: 100%;
    height: calc(100vh - 80px);
}
.home .swiper_box, .home .swiping {
    width: 100%;
    height: calc(100vh - 80px);
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E);
    left: 10px;
    right: auto;
}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: 50%;
    background-repeat: no-repeat;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E);
    right: 10px;
    left: auto;
}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: 50%;
    background-repeat: no-repeat;
}
.nav_box .nav_list .nav_title .nav_series_bg {
    width: 100%;
    position: fixed;
    left: 0;
    z-index: 99;
    visibility: hidden;
    top: 80px;
    height: 155px;
    background: url(../images/series_bg.1dc464a.png) 100% 100% no-repeat;
    background-size: cover;
}
.nav_box .nav_list .nav_title .nav_series{
    position: absolute;
    left: 0;
    top: 110px;
    visibility: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 16px;
    z-index: 100;
    max-width: 1200px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.nav_box .nav_list .nav_title .nav_series .nav_item{
    min-width: 80px;
    padding-right: 40px;
    color: #333;
    font-weight: 500;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    line-height: 30px;
    height: 30px;
}












.home .swiping img{
    width: 100%;
}
.home .about .title{
	margin: 0 auto;
	padding-top: .6rem;
	padding-bottom: .47rem;
	font-size: .36rem;
	font-family: Microsoft YaHei;
	color: #363434;
	text-align: center
}
.swiper-slide img{
    animation-duration: 6s;
    animation-timing-function: linear;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 6s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards;
}
.swiper-slide img{
    -webkit-transform: scale(1.1) translate(4.545%,4.545%);
    transform: scale(1.1) translate(4.545%,4.545%);
}



.home .about {
    background: #fff;
    height: auto;
    padding: 50px 0;
}
.home .about .box {
    width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.home .about .box .introduce_left {
    text-align: left;
    display: inline-block;
    max-width: 400px;
    margin-right: 60px;
    margin-left: 30px;
}
.home .about .box .introduce_left h6{
    font-size: 14px;
    color: #353636;
    font-weight: 400;
    margin-top: 20px;
}
.home .about .box .introduce_left p{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 210px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
    font-size: 16px;
    color: #797979;
    line-height: 30px;
    margin-top: 10px;
    text-indent: 35px;
}

.home .about .box .introduce_left a{
    display: block;
    width: 96px;
    height: 44px;
    line-height: 44px;
    margin-top: 25px;
    text-align: center;
    border: 1px solid #1a4532;
    font-size: 16px;
    color: #1a4532;
}
.home .about .box .introduce_right{
    width: 675px;
    height: 405px;
    margin-top: 25px;
}
.home .about .box .introduce_right img{
    max-width: 100%;
}



.footer{
	width: 100%;
	background: #4d4d4e;
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.footer .footerBox{
	max-width: 1200px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding-bottom: 20px
}

.footer .footerBox .code{
	width: 128px;
	height: 125px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 30px;
	cursor: pointer
}

.footer .footerBox .code img {
	width: 90px;
	height: 90px
}

.footer .footerBox .code div{
	color: #f8f8f8;
	font-size: 14px;
	text-align: center
}

.footer .nav_list{
	font-size: 16px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #f7f7f7;
	padding-top: 35px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}
.input span {
    min-width: .6rem;
    white-space: nowrap;
}
.footer .nav_list .nav_item{
	cursor: pointer;
	margin-right: 35px
}

.footer .nav_list2{
	font-size: 16px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #f7f7f7;
	margin-top: 35px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative
}

.footer .nav_list2 .nav_item.li:after {
	content: "";
	display: none
}

.footer .nav_list2 .nav_item{
	padding-right: 20px;
	position: relative
}

.footer .nav_list2 .nav_item:after {
	content: "";
	display: block;
	position: absolute;
	width: 1px;
	height: 15px;
	right: 10px;
	top: 2px;
	background-color: #fff
}

.footer .nav_list2 .nav_item{
	cursor: pointer;
	height: 30px;
	line-height: 30px;
	-webkit-transition: 1s;
	transition: 1s;
	text-align: center;
	color: #f7f7f7
}

.footer .list3Box{
	margin-top: 33px;
	margin-bottom: -15px
}

.footer .nav_list3{
	font-size: 16px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #f7f7f7;
	margin-bottom: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.footer .nav_list3 .nav_item:first-child {
	width: 420px
}

.footer .nav_list3 .nav_item:nth-child(2) {
	width: 230px
}

.footer .record{
	width: 100%;
	font-size: 14px;
	color: #fff;
	text-align: center;
	height: 67px;
	line-height: 67px;
	background-color: #1f1f1f;
	margin-bottom: 0px;
}

.footer .record a{
	color: #fff
}




.home .honor {
    width: 100%;
    padding-bottom: 140px;
    position: relative;
    background: url(../images/honor_bg.e9d03dd.png) 100% 100% no-repeat;
    background-size: cover;
}
.home .honor .title{
    margin: 0 auto;
    padding-top: 65px;
    padding-bottom: 50px;
    font-family: Microsoft YaHei;
    color: #fff;
    text-align: center;
}

.home .honor .title .text{
    font-size: 36px;
    height: 60px;
    line-height: 60px;
    width: auto;
    position: relative;
    display: inline-block;
}

.home .honor .title p {
    font-size: 16px;
    color: #fff;
    margin-top: 20px;
}

.home .honor .honor_list {
    width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.home .honor .honor_list .honor_item {
   cursor: pointer;
    display: block;
    width: 290px;
    height: 450px;
    margin-right: 12px;
    font-size: 0;
    background-color: hsla(0,0%,100%,.4);
    padding: 24px 0px 0;
}
.home .honor .honor_list .honor_item .imgBox {
    width: 100%;
    height: 100%;
}
.home .honor .honor_list .honor_item .imgBox img {
    width: 250px;
    height: 354px;
    display: block;
    margin: 0 auto;
}
.home .honor .honor_list .honor_item .imgBox p {
    margin-top: 4px;
    height: 65px;
    line-height: 65px;
    font-size: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.honor_item:nth-child(4n) {
    margin-right: 0!important;
}
.honor_item {
    margin-bottom: 30px;
}
.home .honor .more {
    position: absolute;
    bottom: 0;
    font-size: 0;
    color: #fff;
    display: block;
    left: 0;
    width: 100%;
    text-align: center;
    height: 100px;
    line-height: 100px;
}

.home .honor .more span {
    font-size: 16px;
}

.home .honor .more i {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: 12px;
    background: url(../images/ss.png) 100% 100% no-repeat;
    background-size: cover;
}
.home .about .box .introduce_left h3{
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 36px;
    color: #353636;
    text-align: left;
    margin-top: 30px;
    font-weight: 400;
    font-family: Microsoft YaHei;
}
.home .case .title .text{
    font-size: 36px;
    height: 60px;
    line-height: 60px;
    width: auto;
    position: relative;
    display: inline-block;
}
.home .case .title p {
    font-size: 16px;
    color: #333;
    margin-top: 20px;
}
.home .case .case_bg {
  width: 100%;
    height: 329px;
    background: url(../images/case_bg.a3bec91.png) 100% 100% no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
}

.home {
	position: relative
}

.home .swiper_box {
	position: relative
}

.home .swiper_box,.home .swiping {
	width: 100%;
	height: calc(100vh - 80px)
}

.home .swiping img {
	width: 100%
}


.home .mask2 .img,.home .mask .img {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 40px
}

.home .mask2 .img img,.home .mask .img img {
	width: 44px;
	height: 44px
}

.home .mask2 .text,.home .mask .text {
	width: 100%;
	height: auto;
	font-size: 16px;
	color: #fff;
	text-align: center;
	margin-top: 8px
}

.home .mask2 {
	top: 293px
}

.home .about {
	background: #fff;
	height: auto;
	padding: 50px 0
}

.home .about .box {
	width: 1200px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.home .about .box .introduce_left {
	text-align: left;
	display: inline-block;
	max-width: 400px;
	margin-right: 60px;
	margin-left: 30px
}

.home .about .box .introduce_left h3 {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 36px;
	color: #353636;
	text-align: left;
	margin-top: 30px;
	font-weight: 400;
	font-family: Microsoft YaHei
}

.home .about .box .introduce_left h6 {
	font-size: 14px;
	color: #353636;
	font-weight: 400;
	margin-top: 20px
}

.home .about .box .introduce_left p {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 210px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
	overflow: hidden;
	font-size: 16px;
	color: #797979;
	line-height: 30px;
	margin-top: 10px;
	text-indent: 35px
}

.home .about .box .introduce_left a {
	display: block;
	width: 96px;
	height: 44px;
	line-height: 44px;
	margin-top: 25px;
	text-align: center;
	border: 1px solid #1a4532;
	font-size: 16px;
	color: #1a4532
}

.home .about .box .introduce_right {
	width: 675px;
	height: 405px;
	margin-top: 25px
}

.home .about .box .introduce_right img {
	max-width: 100%
}

.home .honor {
	width: 100%;
	padding-bottom: 140px;
	position: relative;
	background: url(../images/honor_bg.e9d03dd.png) 100% 100% no-repeat;
	background-size: cover
}

.home .honor .title {
	margin: 0 auto;
	padding-top: 65px;
	padding-bottom: 50px;
	font-family: Microsoft YaHei;
	color: #fff;
	text-align: center
}

.home .honor .title .text {
	font-size: 36px;
	height: 60px;
	line-height: 60px;
	width: auto;
	position: relative;
	display: inline-block
}

.home .honor .title p {
	font-size: 16px;
	color: #fff;
	margin-top: 20px
}

.home .honor .honor_list {
	width: 1200px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.home .honor .honor_list .honor_item:nth-child(4n) {
	margin-right: 0
}

.home .honor .honor_list .honor_item:nth-child(n+5) {
	margin-top: 43px
}



.home .honor .honor_list .honor_item .imgBox {
	width: 100%;
	height: 100%
}

.home .honor .honor_list .honor_item .imgBox img {
	width: 250px;
	height: 354px;
	display: block;
	margin: 0 auto
}

.home .honor .honor_list .honor_item .imgBox p {
	margin-top: 4px;
	height: 65px;
	line-height: 65px;
	font-size: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.home .honor .more {
	position: absolute;
	bottom: 0;
	font-size: 0;
	color: #fff;
	display: block;
	left: 0;
	width: 100%;
	text-align: center;
	height: 100px;
	line-height: 100px
}

.home .honor .more span {
	font-size: 16px
}

.home .honor .more i {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-left: 12px;
	background: url(data:image/png;
	base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAVCAYAAACpF6WWAAACcElEQVQ4T52VX0jTURTHP2ebYRAqEfTUU1IvBZuGFhWsHJuSoEWCQhj1EpgFBivsQdMVSpmipmkvGmUKZimRbpq1pyJEJ4VBWUGPPeSfiv6Y242fy9Q1fz/tvt17vudzzzncc66gt3JyzEy82YzFvBGl1iGhT/ycfYV/7Kuem0Q1OpK3I8EiRA4CCRGaWeAJJmnCO3IfUJGMpVC7PZaY6SuYVAFKTLpZhI1PMZvy6Rt+t1i7AHUkx2MO9aHYtQLYIomawEQ63tGh+cMwVKvd57c+FGmrA/5RC5MELTt4NPReOwlDXbZzKCojgZNdftr6eyhsrjG+S3iGL7Bbq7FgtyawRj4AcZGegxWN7E/aSXHzVSrvta0EfBhfoEtwJRWiVP1yHjfPlJDvyub8jWoqum7rg4VBfAGH4LT1Ahl66taiEo6mZ3OhpY6yjlY96S9mZtZr0HEg0Si3dnc5uY5M3NcvU9XdsbxcQqka9DsQawTV7E0Fbk5k5SGuJB2oytSg34C1K4G2n/WQm3bAACoZgsv6GiVbjKBeTy2ulL0U1pTT4O3WS3+b4LTeAjmiB/V56nCm7OFkdRmNvh496RTxiRu0SLNQEv1qi4XHF+vZZ0vldK2H+l5tfugspVoYGD0ucy06PT4GsjVSfsddTp4jk2MVxbT6fQZvVIUQkw3vyIv5NnWg6P/btkYFjmZXXGMgcGqh98P9X4Ki7H94oJ4zk2DH7/+xFKrtnNZSkNLVRayeMMMh/KNT8wH9O/ldNgeoBsNnJuoLyCXiEqvo7AwuzjD6dzI3X8fTUWSB2IFNQAzwERhG1AMswbs8fDkZrVy/AYCGxAoyUdQVAAAAAElFTkSuQmCC) 100% 100% no-repeat;background-size: cover
}

.home .case {
	width: 100%;
	position: relative;
	padding-bottom: 137px
}

.home .case .title {
	margin: 0 auto;
	padding-top: 65px;
	padding-bottom: 130px;
	font-family: Microsoft YaHei;
	color: #333;
	text-align: center
}

.home .case .title .text {
	font-size: 36px;
	height: 60px;
	line-height: 60px;
	width: auto;
	position: relative;
	display: inline-block
}

.home .case .title p {
	font-size: 16px;
	color: #333;
	margin-top: 20px
}

.home .case .honor_list {
	max-width: 1400px;
	margin: 0 auto;
	position: relative
}

.home .case .honor_list .prev {
	width: 30px;
	height: 34px;
	left: -50px;
	color: #1a4532;
	outline: none
}

.home .case .honor_list .next {
	width: 30px;
	height: 34px;
	right: -50px;
	color: #1a4532;
	outline: none
}

.home .case .honor_list .swiper-slide {
	width: 390px
}

.home .case .honor_list .honor_item {
	display: block;
	width: 100%;
	font-size: 0;
	cursor: pointer
}

.home .case .honor_list .honor_item img {
	width: 100%;
	height: 481px
}

.home .case .honor_list .honor_item .imgBox {
	width: 100%;
	height: 481px;
	background-size: cover;
	background-position: 50%
}

.home .case .honor_list .honor_item p {
	font-size: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	height: 85px;
	line-height: 85px;
	text-align: center;
	border-bottom: 1px solid #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #fff
}


.home .case .more {
	position: absolute;
	bottom: 0px;
	font-size: 0;
	color: #fff;
	display: block;
	left: 0;
	width: 100%;
	text-align: center;
	height: 113px;
	line-height: 113px
}

.home .case .more span {
	font-size: 16px
}

.home .case .more i {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-left: 12px;
	background: url(../images/ss.png) 100% 100% no-repeat;
	background-size: cover;
}





.home .news {
	background: url(../images/news_bg.701dc8c.png) 100% 100% no-repeat;
	background-size: cover;
	width: 100%;
	position: relative;
	padding-bottom: 100px
}

.home .news .title {
	margin: 0 auto;
	padding-top: 65px;
	padding-bottom: 50px;
	font-family: Microsoft YaHei;
	color: #363434;
	text-align: center
}

.home .news .title .text {
	font-size: 36px;
	height: 60px;
	line-height: 60px;
	width: auto;
	position: relative;
	display: inline-block
}

.home .news .title p {
	font-size: 16px;
	color: #292929;
	margin-top: 20px
}

.home .news .news_box {
	width: 1200px;
	height: 810px;
	margin: 0 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.home .news .news_box .news_box_left {
	width: 289px;
	height: 810px;
	position: relative;
	background-color: #eaeaea
}

.home .news .news_box .news_box_left .news_options {
	width: 289px;
	position: absolute;
	right: 0;
	top: 87px
}

.home .news .news_box .news_box_left .news_options .news_options_item {
	cursor: pointer;
	height: 212px;
	line-height: 212px;
	text-align: center;
	font-size: 30px;
	color: #333;
	-webkit-transition: 1s;
	transition: 1s;
	background: #f4f4f4;
	border-bottom: 1px solid hsla(0,0%,60%,.29)
}

.home .news .news_box .news_box_left .news_options .news_options_item.active,.home .news .news_box .news_box_left .news_options .news_options_item:hover {
	background: #1a4532;
	color: #fff
}

.home .news .news_box .news_box_left .news_options .news_options_item:last-child {
	border: none
}

.home .news .news_box .news_box_left .news_options .news_options_item .item {
	height: 100%
}

.home .news .news_box .news_box_left .news_options .news_options_item .item .imgBox,.home .news .news_box .news_box_left .news_options .news_options_item .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.home .news .news_box .news_box_left .news_options .news_options_item .item img {
	width: 50px;
	height: 50px
}

.home .news .news_box .news_box_left .news_options .news_options_item .item .text {
	width: 140px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: center;
	align-content: center;
	margin-left: 10px;
	text-align: left
}

.home .news .news_box .news_box_left .news_options .news_options_item .item .zhongwen {
	width: 100%;
	font-size: 24px;
	height: 30px;
	line-height: 30px
}

.home .news .news_box .news_box_left .news_options .news_options_item .item .yingwen {
	height: 30px;
	line-height: 30px;
	width: 100%;
	font-size: 14px
}

.home .news .news_box .news_box_left .news_options .news_options_item_active {
	background: #1a4532;
	color: #fff
}

.home .news .news_box .news_box_right {
	width: 910px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.home .news .news_box .news_box_right .news_box_right_silide {
	cursor: pointer;
	width: 50%;
	overflow: hidden;
	height: 405px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 79px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	position: relative;
	float: left;
}

.home .news .news_box .news_box_right .news_box_right_silide .slide_left {
	width: 134px;
	padding: 0 20px;
	height: 100%;
	text-align: center
}

.home .news .news_box .news_box_right .news_box_right_silide .slide_left h3 {
	font-size: 48px;
	color: #1d1c1c
}

.home .news .news_box .news_box_right .news_box_right_silide .slide_left i {
	display: block;
	width: 20px;
	height: 1px;
	margin: 17px auto 0;
	background: #417ce5
}

.home .news .news_box .news_box_right .news_box_right_silide .slide_left p {
	margin-top: 11px;
	font-size: 14px;
	color: #8f8d8d
}

.home .news .news_box .news_box_right .news_box_right_silide .slide_right {
	-webkit-transition: 1s;
	transition: 1s;
	padding-right: 20px;
	width: auto;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	height: 100%
}

.home .news .news_box .news_box_right .news_box_right_silide .slide_right h4 {
	font-size: 18px;
	max-height: 30px;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1
}

.home .news .news_box .news_box_right .news_box_right_silide .slide_right p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-height: 30px;
	max-height: 90px;
	overflow: hidden;
	font-size: 16px;
	color: #676363;
	margin-top: 30px
}

.home .news .news_box .news_box_right .news_box_right_silide .slide_right .mobile_time {
	display: none
}

.home .news .news_box .news_box_right .news_box_right_silide .slide_right .item_more {
	width: 98px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	font-size: 16px;
	color: #585757;
	margin-top: 40px;
	border: 1px solid #dedede
}

.home .news .news_box .news_box_right .news_box_right_silide:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 1px;
	background: #eee;
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5)
}

.home .news .news_box .news_box_right .news_box_right_silide:nth-child(2n+2):after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 1px;
	height: 100%;
	background: #eee;
	-webkit-transform: scaleX(.5);
	transform: scaleX(.5)
}

.home .news .news_box .news_box_right .news_box_right_silide:hover {
	-webkit-transform: 1s;
	transform: 1s;
	background: #5e7c6f
}

.home .news .news_box .news_box_right .news_box_right_silide:hover .slide_left h3 {
	color: #fff
}

.home .news .news_box .news_box_right .news_box_right_silide:hover .slide_left i {
	background: #dedede
}

.home .news .news_box .news_box_right .news_box_right_silide:hover .slide_left p {
	color: #e2e2e2
}

.home .news .news_box .news_box_right .news_box_right_silide:hover .slide_right h4 {
	color: #f1eaea
}

.home .news .news_box .news_box_right .news_box_right_silide:hover .slide_right p {
	color: #c6c2c2
}

.home .news .news_box .news_box_right .news_box_right_silide:hover .slide_right .mobile_time {
	display: none
}

.home .news .news_box .news_box_right .news_box_right_silide:hover .slide_right .item_more {
	color: #dedede;
	border: 1px solid #dedede
}

.home .news .news_box .news_box_right2 {
	width: 910px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start
}

.home .news .news_box .news_box_right2 .news_box_right_silide {
	cursor: pointer;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	position: relative;
	width: 100%;
	height: 200px;
	padding-top: 3px
}

.home .news .news_box .news_box_right2 .news_box_right_silide:hover {
	color: #fff;
	background: #1a4532
}

.home .news .news_box .news_box_right2 .news_box_right_silide:hover .slide_item h4,.home .news .news_box .news_box_right2 .news_box_right_silide:hover .slide_item p {
	color: #fff
}

.home .news .news_box .news_box_right2 .news_box_right_silide .slide_item {
	width: 100%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 24px
}

.home .news .news_box .news_box_right2 .news_box_right_silide .slide_item h4 {
	color: #1a4532;
	font-size: 18px;
	margin-top: 2px;
	height: 55px;
	line-height: 55px
}

.home .news .news_box .news_box_right2 .news_box_right_silide .slide_item p {
	font-size: 16px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden
}

.home .news .more {
	position: absolute;
	bottom: 0;
	font-size: 0;
	color: #1d1c1c;
	display: block;
	left: 0;
	width: 100%;
	text-align: center;
	height: 80px;
	line-height: 80px
}

.home .news .more span {
	font-size: 16px
}

.home .news .more i {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin-left: 12px;
	background: url(../images/ss.png) 100% 100% no-repeat;
	background-size: cover;
}
.table.fwzx {
    font-size: 36px;
    text-align: center;
    color: #fff;
    background: url(../images/center.3dca512.png) 100% 100% no-repeat;
    background-size: cover;
}
.table.dqjs{
	 font-size: 36px;
    text-align: center;
    color: #fff;
    background: url(../images/construction_table.79f005a.png) 100% 100% no-repeat;
    background-size: cover;
    margin-bottom: 0px!important;
}
.table.gywm{
    font-size: 36px;
    text-align: center;
    color: #fff;
    background: url(../images/about_table_bg.00d8680.png) 100% 100% no-repeat;
    background-size: cover;
    margin-bottom: 0px!important;
}
.table.gcxm{
    font-size: 36px;
    text-align: center;
    color: #fff;
    background: url(../images/project_table_bg.b07393d.png) 100% 100% no-repeat;
    background-size: cover;
    margin-bottom: 0px!important;
}
.table.xwzx{
    font-size: 36px;
    text-align: center;
    color: #fff;
    background: url(../images/news_table.6f424cf.png) 100% 100% no-repeat;
    background-size: cover;
    margin-bottom: 0px!important;
}
.table.kycg{
    font-size: 36px;
    text-align: center;
    color: #fff;
    background: url(../images/results_table_bg.570af95.png) 100% 100% no-repeat;
    background-size: cover;
    margin-bottom: 0px!important;
}
.table.gywm {
    width: 100%;
    height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.title.fwzx{
			  width: 385px;
    height: 125px;
    line-height: 125px;
    font-size: 36px;
    text-align: center;
    color: #fff;
    background-image: url(../images/tab_yinying_bg.e56aa2e.png);
    background-position: 50%;
    background-size: 100% 100%;
}
.title.dqjs{
		  width: 385px;
    height: 125px;
    line-height: 125px;
    font-size: 36px;
    text-align: center;
    color: #fff;
    background-image: url(../images/tab_yinying_bg.e56aa2e.png);
    background-position: 50%;
    background-size: 100% 100%;
}
.title.kycgs{
	  width: 385px;
    height: 125px;
    line-height: 125px;
    font-size: 36px;
    text-align: center;
    color: #fff;
    background-image: url(../images/tab_yinying_bg.e56aa2e.png);
    background-position: 50%;
    background-size: 100% 100%;
}
.table.gywm .title {
    width: 385px;
    height: 125px;
    line-height: 125px;
    font-size: 36px;
    text-align: center;
    color: #fff;
    background-image: url(../images/tab_yinying_bg.e56aa2e.png);
    background-position: 50%;
    background-size: 100% 100%;
}
.title.xwzxx {
    width: 385px;
    height: 125px;
    line-height: 125px;
    font-size: 36px;
    text-align: center;
    color: #fff;
    background-image: url(../images/tab_yinying_bg.e56aa2e.png);
    background-position: 50%;
    background-size: 100% 100%;
}
.table.fwzx{
	 width: 100%;
    height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.table.dqjs{
	 width: 100%;
    height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.table.gcxm {
    width: 100%;
    height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.table.kycg {
    width: 100%;
    height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.table.xwzx {
    width: 100%;
    height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.table.gcxm .title {
    width: 385px;
    height: 125px;
    line-height: 125px;
    font-size: 36px;
    text-align: center;
    color: #fff;
    background-image: url(../images/tab_yinying_bg.e56aa2e.png);
    background-position: 50%;
    background-size: 100% 100%;
}
.two_nav {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    padding-top: 15px;
    height: 78px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
}
.two_nav .two_nav_item:first-of-type {
    margin-left: 0;
}
.two_nav .router-link-active, .two_nav_item.active {
    color: #fff;
    background-color: #1a4532;
}
.two_nav .two_nav_item {
    min-width: 110px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    margin-right: 8px;
    margin-left: 8px;
    padding: 0 15px;
    cursor: pointer;
    -webkit-transition: 1s;
    transition: 1s;
}
.two_nav .two_nav_item:last-child {
    margin-right: 0;
}
.overview {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-bottom: 70px;
    background-color: #fff;
    overflow: hidden;
}
.title_img {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 48px;
}
.title_img img{
    height: 64px;
    display: block;
    margin: 0 auto;
}
.overview .video_box {
    padding-top: 50px;
    position: relative;
    height: 380px;
}
.overview .video_box img, .overview .video_box video {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}
.overview .video_box video {
    width: 590px;
    height: 330px;
    top: 50px;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: 10;
}
.overview .video_box img {
    bottom: 0;
    width: 670px;
    height: 53px;
}
.overview .content {
    max-width: 1200px;
    font-size: 16px;
    margin: 50px auto 0;
    color: #666;
    line-height: 36px;
}




.progress{
    background-color: #fff;
    overflow: hidden;
}
.progress .progressList{
    max-width: 1200px;
    margin: 37px auto 0;
    height: 525px;
    overflow: hidden;
    -webkit-transition: 2s;
    transition: 2s;
}
.progress .progressList .progressItem{
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.progress .progressList .progressItem .time{
    font-size: 20px;
    color: #fff;
    width: 109px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background-color: #1a4532;
}
.progress .progressList .progressItem .line{
    width: 44px;
    height: 1px;
    background-color: #1a4532;
    margin: 0 24px;
}
.progress .progressList .progressItem .text{
    font-size: 16px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 85px;
    line-height: 85px;
    background: #f8f8f8;
    color: #333;
    padding-left: 26px;
}
.progress .moreBox{
    height: 200px;
    background: url(../images/progress_more.b0364c2.png) 100% 100% no-repeat;
    background-size: cover;
    font-size: 20px;
    cursor: pointer;
}
.progress .moreBox .more{
    color: #1a4532;
    height: 104px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.progress .moreBox .more img {
    width: 20px;
    height: 20px;
    margin-left: 5px;
}

.progress .moreBox .more, .progress .moreBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.license .licenseList {
    max-width: 1200px;
    margin: 45px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 40px;
}
.license .licenseList .licenseItem{
    width: 280px;
}
.license .licenseList .licenseItem .imgBox{
    cursor: pointer;
    border: 1px solid #939393;
    width: 270px;
    height: auto;
    padding: 15px 10px;
}
.license .licenseList .licenseItem .imgBox img {
    width: 250px;
    height: auto;
    display: block;
    margin: 0 auto;
}
.license .licenseList .licenseItem .text{
    color: #333;
    font-size: 16px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
}
.license .pageSize{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 40px;
    padding-top: 20px;
}
.el-pagination {
    white-space: nowrap;
    padding: 2px 5px;
    color: #303133;
    font-weight: 700;
}
li.number {
    float: left;
    margin-right: 10px;
}
.el-pagination .btn-next .el-icon, .el-pagination .btn-prev .el-icon {
    display: block;
    font-size: 12px;
    font-weight: 700;
}
[class*=" el-icon-"], [class^=el-icon-] {
    font-family: element-icons!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: baseline;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.el-icon-arrow-left:before {
    content: "\E6DE";
}
.el-pagination.is-background .btn-next.disabled, .el-pagination.is-background .btn-next:disabled, .el-pagination.is-background .btn-prev.disabled, .el-pagination.is-background .btn-prev:disabled, .el-pagination.is-background .el-pager li.disabled {
    color: #c0c4cc;
}
.el-pagination.is-background .btn-next, .el-pagination.is-background .btn-prev, .el-pagination.is-background .el-pager li {
    margin: 0 5px;
    background-color: #f4f4f5;
    color: #606266;
    min-width: 30px;
    border-radius: 2px;
}
.el-pager, .el-pagination.is-background .btn-next, .el-pagination.is-background .btn-prev {
    padding: 0;
}
.el-pagination button:disabled {
    color: #c0c4cc;
    background-color: #fff;
    cursor: not-allowed;
}
.el-pagination .btn-prev {
    padding-right: 12px;
}
.el-pagination .btn-next, .el-pagination .btn-prev {
    background: 50% no-repeat #fff;
    background-size: 16px;
    cursor: pointer;
    margin: 0;
    color: #303133;
}
.el-pagination button {
    border: none;
    padding: 0 6px;
    background: 0 0;
}
.el-pagination button, .el-pagination span:not([class*=suffix]) {
    display: inline-block;
    font-size: 13px;
    min-width: 35.5px;
    height: 28px;
    line-height: 28px;
    vertical-align: top;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.el-pagination.is-background .el-pager .active {
    background-color: #1a4532!important;
}
li.number.active {
    color: white!important;
    text-align: center;
}

.companyHonor .companyHonorList {
    max-width: 1200px;
    margin: 43px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.companyHonor .companyHonorList .companyHonorItem {
    width: 280px;
margin-right: 26px;
}
.companyHonorItem:nth-child(4n) {
    margin-right: 0px!important;
}
.companyHonor .companyHonorList .companyHonorItem .imgBox {
    cursor: pointer;
    border: 1px solid #939393;
    height: 180px;
    padding: 10px;
}
.companyHonor .companyHonorList .companyHonorItem .imgBox img {
    width: 260px;
    height: 160px;
    max-width: 100%;
}
.companyHonor .companyHonorList .companyHonorItem .text {
    color: #333;
    font-size: 16px;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
    line-height: 30px;
}

.companyHonor .pageSize, .title_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.companyHonor .pageSize {
    padding-bottom: 40px;
    padding-top: 20px;
}
.license {
    overflow: hidden;
    background-color: #fff;
}

.two_nav .two_nav_item {
    margin-right: 5px;
    margin-left: 5px;
    padding: 0 10px;
}
.listBox {
    background-color: #fff;
    overflow: hidden;
}
.listBox .list {
    max-width: 1200px;
    margin: 60px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.listBox .list .item {
    width: 280px;
}
.listBox .list .item .imgBox {
    border: 1px solid #939393;
    height: 180px;
    padding: 10px;
}
.listBox .list .item .imgBox img{
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.listBox .list .item .text {
    min-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 20px;
}

.pageSize{
	  padding-bottom: 40px;
    padding-top: 20px;
     display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
li.number {
    text-align: center;
}

.aui-nav-list-item {
   
}
a.two_nav_item.aui-current {
    color: #fff;
    background-color: #1a4532;
}
.two_nav_item.aui-current{
	 color: #fff;
    background-color: #1a4532;
}
.details .box {
    max-width: 1200px;
    margin: 0 auto;
}
.details .return {
    cursor: pointer;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    text-align: right;
    color: #666;
    height: 40px;
    line-height: 40px;
    padding-right: 20px;
}
.details .return img{
    width: 7px;
    height: 13px;
}
.details h1{
    height: 80px;
    line-height: 80px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.details .content {
    width: 100%;
    font-size: 16px;
    background-color: #fff;
    padding: 20px 0;
}
.content img {
    max-width: 100%!important;
    height: auto!important;
    margin: 0 auto;
}
.details {
    position: relative;
    background-color: #fff;
}

.news .newsText {
    background-color: #fff;
    overflow: hidden;
}
.newsList{
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 20px;
}
.newsList .newsItem{
    height: 170px;
    border-bottom: 1px solid #e6e6e6;
    padding: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.newsList .newsItem .time {
    height: 110px;
    text-align: center;
}
.newsList .newsItem .time .year{
    background-color: #1a4532;
    font-size: 24px;
    color: #fff;
    padding: 0 23px;
    height: 55px;
    line-height: 55px;
}
.newsList .newsItem .time .month{
    background-color: #efefef;
    font-size: 18px;
    color: #333;
    padding: 0 25px;
    height: 55px;
    line-height: 55px;
}
.newsList .newsItem .content{
    padding-left: 30px;
    min-height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.newsList .newsItem .content .title {
    font-size: 18px;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.newsList .newsItem .content .text{
    margin-top: 12px;
    font-size: 16px;
    color: #666;
    line-height: 24px;
}

.news .details{
    position: relative;
    background-color: #fff;
}
.news .details .box {
    max-width: 1200px;
    margin: 0 auto;
}
.news .details .newBox{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.news .details .newBox .mainBody{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    max-width: 905px;
}
.news .details .return{
    cursor: pointer;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    text-align: right;
    color: #666;
    height: 60px;
    line-height: 60px;
    padding-right: 20px;
    text-align: left;
}
.news .details .return img{
    width: 7px;
    height: 13px;
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}
.news .details .menuInfo, .news .details .menuInfo div{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.news .details .menuInfo {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    color: #ccc;
}
.news .details .menuInfo div{
    padding: 0 10px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.news .details .menuInfo, .news .details .menuInfo div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.news .details .menuInfo div {
    padding: 0 10px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.news .details .menuInfo div{
    padding: 0 10px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.news .details .menuInfo div {
    padding: 0 10px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.news .details .menuInfo div{
    padding: 0 10px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.bdsharebuttonbox{
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.bdshare-button-style0-16 .bds_qzone {
    background-position: 0 -52px;
}
.bdshare-button-style0-16 a, .bdshare-button-style0-16 .bds_more {
    float: left;
    font-size: 12px;
    padding-left: 17px;
    line-height: 16px;
    height: 16px;
    background-image: url(../images/icons_0_16.png?v=d754dcc0.png);
    background-repeat: no-repeat;
    cursor: pointer;
    margin: 6px 6px 6px 0;
}
.bdshare-button-style0-16 .bds_tsina {
    background-position: 0 -104px;
}
.bdshare-button-style0-16 .bds_sqq {
    background-position: 0 -2652px;
}
.bdshare-button-style0-16 .bds_weixin {
    background-position: 0 -1612px;
}
.bdshare-button-style0-16 .bds_douban {
    background-position: 0 -468px;
}
.bdshare-button-style0-16:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}
.news .details h1 {
    height: 80px;
    line-height: 80px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.news .details .content{
    width: 100%;
    font-size: 16px;
    background-color: #fff;
    padding: 20px 0;
}
.news .details .content p {
    max-width: 100%;
}
.content img {
    max-width: 100%!important;
    height: auto!important;
    margin: 0 auto;
}
.news .details .pageSwitch{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    height: 60px;
    padding-bottom: 20px;
}
.news .details .pageSwitch .prev{
    padding-right: 30px;
}
.news .details .pageSwitch .prev img {
    margin-right: 10px;
}
.news .details .pageSwitch .next img, .news .details .pageSwitch .prev img {
    width: 10px;
    height: 20px;
}
.news .details .pageSwitch .next span, .news .details .pageSwitch .prev span {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news .details .pageSwitch .next {
    padding-left: 30px;
}
.news .details .pageSwitch .next, .news .details .pageSwitch .prev {
    max-width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.news .details .pageSwitch .next span, .news .details .pageSwitch .prev span{
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news .details .pageSwitch .next img {
    margin-left: 10px;
}
.news .details .newBox .folding{
    margin-top: 60px;
    width: 274px;
    font-size: 18px;
    text-align: left;
    margin-left: 20px;
}
.news .details .newBox .folding .folding_title{
    height: 54px;
    line-height: 54px;
    text-align: center;
    font-size: 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 13px;
    color: #1a4532;
    background: #f7f7f7;
}
.news .details .newBox .folding .folding_item{
    cursor: pointer;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px 0 24px;
    font-size: 16px;
    height: 67px;
    line-height: 30px;
    color: #656565;
    background: #f7f7f7;
    border-bottom: 2px solid #eee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
}
.news .details .newBox .folding .folding_item div{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news .details .newBox .folding .folding_item:after {
    content: "";
    display: block;
    position: absolute;
    left: 8px;
    top: 50%;
    margin-top: -4px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #1a4532;
}

.listBox .list .item{
    width: 280px;
    padding-bottom: 30px;
margin-right: 20px;
}
.listBox .list{
    max-width: 1200px;
    margin: 58px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: flex-start;
}
.listBox .list .item .img{
    cursor: pointer;
    width: 280px;
}
.listBox .list .item .img img {
    width: 280px;
    display: block;
    margin: 0 auto;
}
.listBox .list .item .text{
    min-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #333;
   
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.listBox .list .item:hover .text {
    background-color: #1a4532;
    color: #fff;
}
.return.dj img {
    width: 7px;
    height: 13px;
    -webkit-transform: rotate(0deg)!important;
    transform: rotate(0deg);
}
.return.dj {
    text-align: right!important;
}

.contactUs .contactBox{
    max-width: 1200px;
    margin: 100px auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.contactUs .contactBox .info {
    font-size: 16px;
    color: #666;
    line-height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.contactUs .contactBox .info .title {
    color: #1a4532;
    font-weight: 500;
}
.contactUs .contactBox .message {
    width: 556px;
    height: 408px;
    border: 1px solid #bcbcbc;
    padding: 0 30px;
    font-size: 16px;
    color: #666;
}
.contactUs .contactBox .message .title{
    margin-top: 40px;
    font-size: 24px;
    color: #333;
    text-align: center;
}
.contactUs .contactBox .message .box2, .contactUs .contactBox .message .box3, .contactUs .contactBox .message .box {
    border-bottom: 1px solid #bcbcbc;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.contactUs .contactBox .message .input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}
.contactUs .contactBox .message .input input{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: none;
    height: 57px;
    padding-left: 15px;
}
.contactUs .contactBox .message .input input{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: none;
    height: 57px;
    padding-left: 15px;
}
.contactUs .contactBox .message .box3 {
    margin: 0;
    border-bottom: 1px solid #bcbcbc;
    position: relative;
}
.contactUs .contactBox .message textarea {
    width: 100%;
    height: 120px;
    padding: 15px 15px 20px;
    border: none;
    font-size: 16px;
    color: #666;
}
.contactUs .contactBox .message .box3 .number{
    position: absolute;
    bottom: 0;
    text-align: right;
    font-size: 14px;
    right: 0;
    color: #666;
}
.contactUs .submit{
    cursor: pointer;
    margin-top: 10px;
    background: #1a4532;
    font-size: 16px;
    color: #fff;
    text-align: center;
    height: 50px;
    line-height: 50px;
}
.contactUs {
    background: white;
}
.ditu {
    width: 1157px;
    height: 400px;
    margin: 0 auto;
    margin-top: 49px;
    margin-bottom: 40px;
}
div#dituContent {
    width: 1157px;
    height: 400px;
}

.email{
    width: 40px;
    height: 40px;
}
.email img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

.nav_top {
    display: none;
}

.nav_list {
    display: none;
}
.but_right.shouji {
    display: none;
}
.but_left.shouji {
    display: none;
}
div#c3 {
    display: none;
}
div#c2 {
    display: none;
}
.slide_left h3 {
    margin-bottom: -10px;
}
table {
    /* text-align: center; */
    margin: 0 auto;
}
.time_img img {
    width: 100%;
height: 100%;
    object-fit: cover;
}
.time_img {
    width: 18%;
}
.time_img {
    background: #eaeaea!important;
    height: 156px;
}







@media only screen and (max-width: 768px){
.nav_box {
    display: none;
}
.logo {
    width: 80%;
    float: left;
}
.logo img{
    width: 100%;
    float: left;
}
.naviber {
   
    height: 55px;
}
.nav_top {
    padding: 10px;
}
a.oa {
    width: 10%;
    float: left;
    text-align: right;
    position: relative;
    top: 8px;
}
.oa2 {
    width: 10%;
    float: left;
    text-align: right;
    position: relative;
    top: 8px;
}

a.oa img {
    width: 55%;
}
.oa2 img {
    width: 55%;
}
.nav_list {
    width: 100%;
    height: calc(100vh - .85rem);
    z-index: 1000;
    top: .85rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
    background: url(../images/mobile_nav_bg.6cc359d.jpg) 100% 100% no-repeat;
    background-size: cover;
    padding: 6.53rem .3rem 0;
}
.naviber .nav_list .nav_item:first-child {
    margin: 0 10.1rem .3rem;
    border-radius: 17px;

}
.naviber .nav_list .nav_item{
	background-color: hsla(0,0%,100%,.5);
    box-shadow: 0 0.11rem 0.21rem 0 hsla(0,0%,56.5%,.22);
    border-radius: .08rem;

}

.nav_item p {
    text-align: center;
}

.naviber .nav_list .nav_item img {
  width:20%;
    display: block;
    margin: .18rem auto 0;
    margin-top: 20px;
}
.naviber .nav_list .nav_item {
    width: 45%;
    float: left;
   margin: 10px;
   border-radius: 17px;
}
.naviber .nav_list .nav_item:nth-child(3){
	 margin-right: 0px;
}
.naviber .nav_list .nav_item:nth-child(5){
	 margin-right: 0px;
}
.naviber .nav_list .nav_item:nth-child(7){
	 margin-right: 0px;
}
.nav_top {
    display: block;
}
.nav_list {
    display: none;
}
.nav_list {
    z-index: 9999999999;
    position: relative;
}
.home .about .box {
    width: 100%!important;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.col-md-8.col-xs-12.introduce_left {
    width: 100%!important;
}
.home .about .box {
    display: inline;
}
.home .about .box .introduce_left {
    margin-left: 0px;
}
.home .about .box .introduce_right {
    width: 100%;
}
.home .about {
    background: #fff;
    height: auto;
    padding: 10px 0; 
}
.home .about {
    max-height: 700px;
}
body {
    overflow-x: hidden;
}
.home .honor .honor_list {
    width: 100%;
    display:inline;
}
.home .honor .honor_list .honor_item {
   width: 46%;
    float: left;
    height: auto;
    margin-right: 23px;
}
.home .honor {
    width: 100%;
    padding-bottom: 140px;
    position: relative;
    background: url(../images/honor_mobile_bg.7de5c0e.png) 100% 100% no-repeat;
    background-size: cover;
}
.home .honor .honor_list .honor_item .imgBox img {
    width: 100%;
    height: auto;
}
.honor_item:nth-child(2n) {
    margin-right: 0px!important;
}

.bodyCon08 .students {
    margin: 0 auto;
    width: 100%!important;
    height: auto;
    position: relative;
}
#four_flash {
    position: relative;
    width: 100%!important;
}
#four_flash .flashBg {
    width: 95%!important;
    height: 372px;
}
#four_flash .flashBg ul.mobile li {
    float: left;
    width: 375px!important;
    height: 180px!important;
    /* padding-top: 40px; */
    color: #6C6E85;
    margin-right: 0px!important;
}
.but_right.shouji {
    display: block;
}
.but_left.shouji {
    display: block;
}
.but_right{
	display:none;
}
.but_left{
	display:none;
}
.but_left.shouji img {
    width: 70%;
}

.but_right.shouji img {
    width: 70%;
}
#four_flash .flashBg ul.mobile li img {
    width: 100%;
    height: 274px;
}

#four_flash .but_left {
    width: 50px;
    height: 100px;
    position: absolute;
    top: -15px;
    left: 0px;
    margin: 0;
}
#four_flash .but_right {
    width: 50px;
    height: 100px;
    position: absolute;
    top: -15px;
    right: 0px;
}
#four_flash .flashBg ul.mobile li dd {
    font-size: 20px;
    width: 100%!important;
}
#four_flash .but_left {
    position: absolute;
    left: 17px!important;
}
.home .news .news_box {
    display: inline;
}
.home .news .news_box .news_box_left .news_options {
    width: 100%;
    position: relative!important;
    right: 0;
    top: 0px!important;
}
.home .news .news_box .news_box_left {
    width: 100%!important;
    height: 120px;
}
.news_options.bigBox ul{
	padding: 0;
}
.imgBox img {
    display: none;
}
.yingwen {
    display: none;
}
.news_options_item {
    width: 30%;
    float: left;
    height: 50px!important;
    margin-right: 13px!important;
}
.home .news .news_box .news_box_left .news_options .news_options_item .item .zhongwen {
    width: 100%;
    font-size: 17px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.news_options_item:nth-child(3) {
    margin-right: 0px!important;
}
.home .news .news_box .news_box_left .news_options .news_options_item .item .text {
    margin-left: 0px!important;
}
.home .news .news_box .news_box_right {
    width: 100%!important;
}
.home .news .news_box .news_box_right .news_box_right_silide {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}
.home .news .title {
    padding-bottom: 0px;
}
ul.nav_list {
    background: none;
}
.footer .footerBox {
    width: 100%;
    display: inline;
}
.footer {
    padding: 10px!important;
    background: #333;
}
ul.nav_list li {
    width: 23%;;
    line-height: 30px;
}
ul.nav_list3 {
    padding: 0;
}
ul.nav_list2 {
    padding: 0;
}
ul.nav_list {
    height: auto;
}
div#code {
    display: inline;
}
ul.nav_list3:nth-child(2) {
    width: 71%;
    float: left;
    margin-right: 5px;
}
.footer .record {
    background-color: #333;
}
.footer .record {
    line-height: 24px;
    clear: both;
}

.col-xs-12.content {
    padding: 0;
}
.overview .video_box video {
    width: 100%;
}
.progress .progressList .progressItem .time {
    font-size: 14px;
    width: 20%;
}


.progress .progressList .progressItem .text {
    font-size: 12px; width: 60%;
}
.col-xs-12.progressItem {
    padding: 0;
}
.progress .progressList .progressItem .line {
    width: 44px;
    height: 1px;
    background-color: #1a4532;
    margin: 0 6px;
}

.progress .progressList .progressItem .text {
    font-size: 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: auto;
    line-height: 20px;
    background: #f8f8f8;
    color: #333;
    padding-left: 8px;
    /* position: absolute; */
    /* top: 50%; */
    /* transform: translateY(-50%); */
    padding: 8px;
}
.contactUs .contactBox {
    display: inline;
}
.contactUs .contactBox .message {
    width: 100%;
    width: 100%;
    padding: 10px!important;
}
div#dituContent {
    width: 100%;
    height: 400px;
}
.col-xs-12.ditu {
    padding: 0;
}


.contactUs .contactBox .message {
   
    padding: 0;
}
.contactUs .contactBox .message .input input {
    width: 20%;
}


.aui-nav-content-box {
   
}

.two_nav {
    overflow: auto;
    display: block;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    padding-top: 15px;
    height: 78px;
    font-size: 18px;
    width: 100vw;
}
a.two_nav_item {
    display: table-cell!important;
    min-width: 110px!important;
    height: 48px;
    line-height: 48px;
    text-align: center;
    margin-right: 8px;
    margin-left: 8px;
    padding: 0 15px;
    cursor: pointer;
    -webkit-transition: 1s;
    transition: 1s;
}
.two_nav_item {
    display: table-cell!important;
    min-width: 110px!important;
    height: 48px;
    line-height: 48px;
    text-align: center;
    margin-right: 8px;
    margin-left: 8px;
    padding: 0 15px;
    cursor: pointer;
    -webkit-transition: 1s;
    transition: 1s;
}
.box img {
    width: 100%;
}
.col-xs-12.fbsj {
    width: 100%!important;
}
.news .details .menuInfo, .news .details .menuInfo div {
    display: inline;
    display: inline;
    width: 100%;
    line-height: 30px;
}

.sharewenzi {
    margin: 0;
    padding: 0!important;
    /* margin-top: 10px; */
   width: 20%!important;
    
}
.newsList .newsItem .time .month {
    padding: 0;
}
.newsList .newsItem .content .title {
    font-size: 16px;
}
.news .details .newBox {
    display: inline;
}
.news .details h1 {
    clear: both;
    height: auto;
    line-height: 36px;
}
.news .details .content {
   padding:0;

}
.news .details .newBox .folding {
    margin-top: 60px;
    width: 100%!important;
    font-size: 18px;
    text-align: left;
    margin-left: 0px;
}
.ly {
    padding: 0!important;
    margin: 0;
}
.two_nav_item.gc {
    min-width: 180px!important;
}
.footer .nav_list .nav_item {
    margin-right: 33px;
}
.details h1 {
    line-height: 41px;
}
.listBox .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
}