.title {
    text-align: center;
    margin-bottom: 60px;
}

.title h3 {
    color: #000000;
    font-size: .36rem;
}

.title p {
    color: #494949;
    font-size: 18px;
    line-height: 30px;
}


.main1 .fuwu h3 {
    font-size: 42px;
    color: #333;
    text-align: center;
    margin-top: 108px;
}

.main1 .fuwu .p1 {
    font-size: 14px;
    color: #999999;
    text-align: center;
    margin-top: 25px;
}

.main1 .fuwu .bg {
    text-align: center;
    margin-top: 40px;
}

.main1 .fuwu .apply-text {
    border: 1px solid #f0f0f0;
    border-top: none;
    padding: 0 35px 35px 35px;
    position: relative;
    height: 190px;
}

.main1 .fuwu .apply-text h4 {
    font-size: 24px;
    color: #333;
    text-align: center;
    line-height: 61px;
}

.main1 .fuwu .apply-text p {
    font-size: 14px;
    color: #666666;
    text-align: center;
}

.main1 .fuwu .apply-text .xian {
    width: 24px;
    height: 2px;
    background: #6bc200;
    margin: 0 auto;
    margin-bottom: 10px;
}

.main1 .fuwu .apply-text img {
    position: absolute;
    bottom: -16px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}

.main1 .fuwu .sty-p img {
    width: 100%;
    display: block;
}

.main1 .fuwu .sty-p {
    position: relative;
}

.main1 .fuwu .sty-p .zhezhao {
    width: 100%;
    height: 100%;
    background: #6bc200;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.3;
    display: none;
}

.main1 .fuwu .img-border:hover .zhezhao {
    display: block;
}

.main1 .fuwu .img-border:hover h4 {
    color: #1871cc;
}

.main1 .fuwu .img-border:hover .apply-text img {
    display: block;
}

.main1 .fuwu .sj {
    display: none;
}

.youshi {
    background: #e9ffe5;
    text-align: center;
    padding-bottom: 59px;
}

.youshi h3 {
    font-size: 42px;
    color: #333;
    text-align: center;
    margin-top: 52px;
}

.youshi .p1 {
    font-size: 14px;
    color: #999999;
    text-align: center;
    margin-top: 25px;
}

.youshi .bg {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.youshi .list {
    float: left;
    width: 33.33%;
}

.youshi .list h4 {
    line-height: 64px;
    font-size: 24px;
    color: #333333;
    padding-top: 36px;
}

.youshi .list p {
    line-height: 24px;
    font-size: 14px;
    color: #666666;
}

.youshi .list .text {
    background: #fff;
    height: 240px;
    position: relative;
}

.youshi .list .text a {
    line-height: 34px;
    font-size: 14px;
    color: #5dc14f;
    display: block;
}

.youshi .list a {
    display: block;
}

.youshi .list .text a img {
    margin-left: 5px;
}

.youshi .list .text .icon {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-left: 0;
}

.youshi .list .pic {
    overflow: hidden;
    height: 240px;
}

.youshi .list:hover h4 {
    color: #5dc14f;
}

.youshi .list .pic img {
    display: block;
    height: 100%;
    width: 100%;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.youshi .list .pic:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);

    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    transition-delay: 0.2s;
}


.anli {
    text-align: center;
    padding-bottom: 59px;
}

.anli h3 {
    font-size: 30px;
    color: #1871cc;
    text-align: center;
    margin-top: 70px;
}

.anli .p1 {
font-size: 20px;
    color: #333;
    text-align: center;
	margin-bottom:40px;
	text-transform: uppercase;
}

.anli .bg {
    text-align: center;
}

.anli .grid {
    position: relative;
}
.anli .grid-model {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
    transition: all 0.3s;
}
.anli .text {
    position: absolute;
    bottom: 15px;
    padding: 0 30px;
    transition: all 0.3s;
    width: 100%;
}
.anli .text h4 a{
    color: #ffffff;
    font-size: 16px;
}

.anli .grid:hover .grid-model {
    opacity: 0;
    z-index: -1;
}

.anli .grid:hover .text {
    bottom: 40px;
}
.anli .owl-carousel .owl-stage {
    margin-left: -16%;
}

.anli .owl-theme .owl-controls .owl-nav div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    margin: 0;
    width: 58px;
    height: 58px;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
}

.anli .owl-theme .owl-controls .owl-nav div i {
    font-size: 26px;
    transition: all 0.3s;
}

.anli .owl-theme .owl-controls .owl-nav .owl-prev {
    left: 30px;
}

.anli .owl-theme .owl-controls .owl-nav .owl-next {
    right: 30px;
}

.anli .owl-theme .owl-controls .owl-nav div:hover {
    background: #1871cc;
}

















#focus_Box {
    position: relative;
    width: 100%;
    height: 308px;
    margin: 20px auto;
}

#focus_Box ul {
    position: relative;
    width: 100%;
    height: 308px
}

#focus_Box li {
    z-index: 0;
    position: absolute;
    width: 0px;
    background: #787878;
    height: 0px;
    top: 146px;
    cursor: pointer;
    left: 377px;
    border-radius: 4px;
    box-shadow: 1px 1px 12px rgba(200, 200, 200, 1)
}

#focus_Box li img {
    width: 100%;
    background: url(picture/loading.gif) no-repeat center 50%;
    height: 100%;
    vertical-align: top
}

#focus_Box li p {
    font-size: 14px;
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-indent: 8px;
    color: #fff;
    background: black;
    opacity: 0.4;
}

#focus_Box li p span {
    display: inline-block;
    width: 70%;
    height: 40px;
    overflow: hidden;
}

#focus_Box li a:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    opacity: 0.5;
}

#focus_Box li:nth-child(3) a:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: none;
}

#focus_Box li:nth-child(3) p {
    background: #1871cc;
    opacity: 1;
}

#focus_Box li:nth-child(3) p span {
    color: #fff;
}

#focus_Box .prev, #focus_Box .next {
    display: block;
    z-index: 100;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    width: 60px;
    height: 60px;
    top: 131px;
}

#focus_Box .prev {
    background: url(../picture/anli-icon_16.png) left bottom no-repeat;
    left: 120px
}

#focus_Box .next {
    background: url(../picture/anli-icon_19.png) right bottom no-repeat;
    right: 120px
}

#focus_Box .prev:hover {
    background-position: left top;
}

#focus_Box .next:hover {
    background-position: right top;
}

#focus_Box a.imgs-scroll-btn {
    display: block;
    position: absolute;
    z-index: 110;
    top: 7px;
    right: 15px;
    width: 51px;
    height: 23px;
    overflow: hidden;
    background: url(picture/share-btn.png) no-repeat;
    text-indent: -999px;
}

.banner2 li {
    position: relative;
}

.banner2 li p {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-indent: 8px;
    color: #fff;
    background: #1871cc;
    opacity: 1;
}

.banner2 li p span {
    display: block;
    text-align: center;
}


.banners {
    position: relative;
    margin-top: 98px;
    /*height: 6.2rem;*/
}

.banners .breadcrumb-navigation {
    position: absolute;
    bottom: 30px;
    width: 100%;
	color: #ffffff;
}

.banners .breadcrumb-navigation a {
    color: #ffffff;
}

.banners .breadcrumb-navigation a:hover {
    color: #ffffff;
}

.banners img {
    width: 100%;
}

.banners .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.main3 {
    background: url("../picture/main3_02.jpg") no-repeat;
    background-size: cover;
    padding-bottom: 169px;
    padding-top: 63px;
}

.main3 .fazhan {
    margin: 0 auto;
    width: 1002px;
}

.main3 .title {
    padding-bottom: 17px;
    margin-bottom: 23px;
}

.main3 h2 {
    text-align: center;
    font-size: 30px;
    line-height: 61px;
    color: #333333;
}

.main3 .xian {
    width: 58px;
    height: 1px;
    background: #333;
    margin: 0 auto;
}

.main3 .list {
    text-align: center;
    float: left;
    background: #fff;
    padding: 26px 0px 60px 0px;
    width: 334px;
    border-right: 1px solid #f0f0f0;
}

.main3 .list h3 {
    font-size: 24px;
    color: #333333;
    line-height: 99px;
}

.main3 .list p {
    font-size: 16px;
    color: #666666;
    line-height: 28px;
}

.main3 .list .pic {
    margin-top: 40px;
}

.main3 .list .pic img {
    border-radius: 50%;
}

.main3 .list time {
    font-size: 38px;
    color: #666666;
    line-height: 124px;
    font-weight: normal;
}

.main3 .list:hover {
    background: #63bc78;
}

.main3 .list:hover h3 {
    color: #fff;
}

.main3 .list:hover p {
    color: #fff;
}

.main3 .list:hover time {
    color: #fff;
}


.corporate-main {
    margin-top: .9rem;
}

.corporate-culture .top {
    border-bottom: 1px solid #f7f7f7;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
}

.corporate-culture .content {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}

.corporate-culture .content .list {
    width: 32%;
    position: relative;
	margin-bottom: 15px;
}

.corporate-culture .content .list .text {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    text-align: center;
    color: #fff;
    padding: 0 10px;
}

.corporate-culture .content .list .text h4 {
    font-size: 26px;
    margin-bottom: 22px;
}

.corporate-culture .content .list .text p {
    font-size: 16px;
}

.corporate-culture .item {
    display: flex;
    width: 100%;
    position: relative;
    margin-bottom: .9rem;
}

.corporate-culture .item:nth-child(odd) {
    justify-content: flex-end;
}

.corporate-culture .item:nth-child(odd) .text {
    left: 0;
}

.corporate-culture .item:nth-child(even) .text {
    right: 0;
}

.corporate-culture .item .text {
    position: absolute;
    background: #fff;
    width: 40%;
    top: 50%;
    transform: translateY(-50%);
    padding: .7rem 0;
    box-shadow: 0 0 10px #e4e4e4;
}

.corporate-culture .item .pic {
    width: 70%;
}

.corporate-culture .item .text h4 {
    color: #000000;
    font-size: .32rem;
    margin-bottom: 35px;
    padding-left: .4rem;
}

.corporate-culture .item .text p {
    color: #494949;
    font-size: 16px;
    line-height: 36px;
    padding-left: .4rem;
}

.corporate-culture .bot {
    background: #f9f9f9;
    padding-top: .9rem;
    padding-bottom: .7rem;
    margin-bottom: 10px;
}

.corporate-culture .bot .content {
    position: relative;
}

.corporate-culture video {
    width: 100%;
    object-fit: fill;
}

.corporate-culture .bot .title {
    margin-bottom: 45px;
}

.corporate-culture .bot .title h3 {
    margin-bottom: 30px;
}

.corporate-culture .bot img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}


.quality-main .top {
    background: url("../picture/bg-2_02.jpg") top center no-repeat;
    background-size: cover;
    padding-top: .75rem;
    padding-bottom: 1.2rem;
}


.quality-main .pic {
    position: relative;
    text-align: center;
    width: 375px;
    margin: 0 auto;
    margin-top: .8rem;
}

.quality-main li {
    position: absolute;
    max-width: 385px;
}

.quality-main li h3 {
    color: #202126;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 14px;
}

.quality-main li p {
    color: #8c8a8a;
    font-size: 16px;
    line-height: 25px;
}

.quality-main li:nth-child(1) {
    left: -500px;
    top: 0;
    text-align: right;
}

.quality-main li:nth-child(2) {
    right: -500px;
    top: 0;
    text-align: left;
}

.quality-main li:nth-child(3) {
    left: -475px;
    bottom: -40px;
    text-align: right;
}

.quality-main li:nth-child(4) {
    right: -454px;
    bottom: -20px;
    text-align: left;
}


.quality-main li img {
    position: absolute;
}

.quality-main li:nth-child(1) img {
    right: -160px;
    top: 32px;
}

.quality-main li:nth-child(2) img {
    left: -143px;
    top: 60px;
}

.quality-main li:nth-child(3) img {
    right: -148px;
    top: 13px;
}

.quality-main li:nth-child(4) img {
    left: -143px;
    top: 30px;
}


.sj-pic {
    display: none;
}

.quality-main .bot {
    margin-top: .85rem;
}

.quality-main .bot .content {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}

.quality-main .list {
    position: relative;
    width: 48%;
    margin-bottom: 50px;
    overflow: hidden;
}

.quality-main .list img {
    width: 100%;
    transition: all 0.3s;
}

.quality-main .list .model-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.quality-main .list .text {
    position: absolute;
    bottom: 30px;
    color: #fff;
    padding: 0 40px;
}

.quality-main .list .text h4 {
    font-size: 22px;
    margin-bottom: 15px;
}

.quality-main .list .text p {
    font-size: 16px;
    line-height: 26px;
}

.quality-main .list:hover img:nth-child(1) {
    transform: scale(1.1, 1.1);
}


.honor-main {
    margin-top: .9rem;
}

.honor .title h3 {
    margin-bottom: 35px;
}

.honor .bot {
    position: relative;
    margin-bottom: 1.6rem;
    margin-top: 76px;
}

.honor .bot:before {
    content: '';
    width: 100%;
    height: 1px;
    background: #f3f5fb;
    position: absolute;
    left: 0;
    top: 60px;
    /*border-top: 1px solid #f3f5fb;*/
}

.honor .owl-carousel .owl-stage {
    padding-top: 90px;
}

.honor .owl-carousel .owl-item img {
    width: auto;
    max-width: 100%;
    max-height: 100%;
}

.honor .dian {
    position: absolute;
    top: -90px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.honor .dian span {
    width: 16px;
    height: 16px;
    border-radius: 100%;
    display: block;
    border: 3px solid #f3f5fb;
    margin-bottom: 8px;
}

.honor .dian i {
    color: #00278d;
    font-size: 20px;
}

.honor .text {
    min-height: 99px;
}

.honor .text h4 {
    color: #1871cc;
    font-size: .32rem;
    margin-bottom: 12px;
}

.honor .text p {
    color: #494949;
    font-size: 16px;
    line-height: 26px;
}

.honor .img-holder {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    height: 210px;
    border: 1px solid #e8e8e8;
    margin-top: 35px;
}

.honor .owl-theme .owl-controls .owl-nav div {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 52px;
    height: 52px;
    border: 2px solid #acacac;
    border-radius: 100%;
    background: #fff;
    color: #acacac;
    font-size: 30px;
    transition: all 0.3s;
}

.honor .owl-theme .owl-controls .owl-nav div:hover {
    color: #00278d;
    border-color: #00278d;
    background: #fff;
}

.honor .owl-theme .owl-controls .owl-nav .owl-prev {
    left: -85px;
}

.honor .owl-theme .owl-controls .owl-nav .owl-next {
    right: -85px;
}


.lishibj {
    background: url(../picture/bg-1_02.jpg) no-repeat bottom center;
    background-size: 100% auto;
    margin-top: .8rem;
}

.fazhanhis {
    position: relative;
}

.symain {
    padding: 0px 50px;
}

.fazhanhis .swiper-button-prev {
    /*background: url(../picture/csleft.png) no-repeat center center;*/
    left: -10px;
    background: none;
    text-align: center;
}

.fazhanhis .swiper-button-prev:focus {
    outline: none;
}

.fazhanhis .swiper-slide .swiper-slide-tit {
    color: #b1841d;
    font-size: 30px;
    font-weight: bold;
}

.fazhanhis .swiper-button-prev i {
    font-size: 40px;
}

.fazhanhis .swiper-button-next {
    /*background: url(../picture/csright.png) no-repeat center center;*/
    right: -10px;
    background: none;
    text-align: center;
}

.fazhanhis .swiper-button-next:focus {
    outline: none;
}

.fazhanhis .swiper-button-next i {
    font-size: 40px;
}

.history-main .swiper-slide {
    padding: 0 20px;
}

.swiper-slide-cont h4 {
    color: #1e61ae;
    font-size: .34rem;
    margin-bottom: 5px;
}

.swiper-slide-cont span {
    color: #1871cc;
    font-size: 18px;
    font-weight: bold;
}

.swiper-slide-cont p {
    color: #585858;
    font-size: 15px;
    line-height: 24px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.history-main .xian {
    width: 1px;
    height: 165px;
    border-left: 1px dashed #1871cc;
}

.history-main .dian {
    width: 13px;
    height: 13px;
    background: #1871cc;
    border-radius: 100%;
    transform: translateX(-6px);
}

.history-main .top .swiper-container {
    width: 80%;
}

.history-main .xian2 {
    height: 300px;
}

.history-main .xian3 {
    height: 118px;
}

.history-main .xian4 {
    height: 275px;
}

.history-main .item1 {
    padding-top: 55px;
}

.history-main .item3 {
    padding-top: 120px;
}

.history-main .top {
    background: #fcfdff;
    padding-top: 1rem;
    padding-bottom: 15px;
}


.history-main .mid {
    background: url("../picture/bg-5_02.jpg") no-repeat;
    background-size: cover;
    padding-top: 1rem;
    padding-bottom: .3rem;
}

.history-main .mid .title {
    margin-bottom: 55px;
}

.history-main .mid .title h3 {
    text-align: center;
    color: #ffffff;
    font-size: .32rem;
	margin-bottom:10px;
}
.history-main .mid .title p {
    text-align: center;
    color: #ffffff;
    font-size:14px;
}

/* .history-main .mid ul:before {
    content: "";
    display: block;
    position: absolute;
    left: 185px;
    width: 1px;
	height:100%;
    background: #fff;
} */

.history-main .mid li:before {
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 100%;
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 110px;
    top: 10px;
	border: 3px solid #d4e3ec;
}


.history-main .mid li h4 {
    color: #ffffff;
    font-size: 22px;
    margin-bottom: 10px;
	 position: absolute;
	left: 0px;
	top: 7px;
	text-align: right;
}

.history-main .mid li h4:hover::after {
    transform: scaleX(1);
    transform-origin: left
}

/* .history-main .mid li:nth-child(2n):before {
    right: -11.8%;
    top: 12px;
    left: auto;
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    background: #fff;
    border-radius: 100%;
} */


.history-main .mid li .lc {
    color: #fff;
    font-size: 16px;
    line-height: 34px;
	border-bottom: 1px dashed #83b3c2;
	    padding: 0 0 40px 0;
	    margin: -30px 0 30px 0;
	    position: relative;
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    /*display: -webkit-box;*/
    /*-webkit-box-orient: vertical;*/
    /*-webkit-line-clamp: 3*/
}

.history-main .mid li img {
    margin-top: 15px;
}

.history-main .mid li:nth-child(1) {
    margin-top: 0
}

.history-main .mid li {
    width: 100%;
    text-align: left;
        padding: 30px 0 0 190px;
        position: relative;
}

/* .history-main .mid li:nth-child(2n) {
    float: left;
    text-align: right;
    margin-top: 135px
} */

.history-main .mid .swiper-container {
    height: 700px;
	overflow: auto;
	margin:50px 0;
	background: url(../images/bgLineQyry.png) 140px 10px no-repeat;
	background-size: 2px 100%;
}


.history-main .mid .swiper-container::-webkit-scrollbar {
  width: 14px;
  height: 14px;
}
 
.history-main .mid .swiper-container::-webkit-scrollbar-track,
.history-main .mid .swiper-container::-webkit-scrollbar-thumb {
  border-radius: 999px;
  border: 5px solid transparent;
}
 
.history-main .mid .swiper-container::-webkit-scrollbar-track {
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2) inset;
}
 
.history-main .mid .swiper-container::-webkit-scrollbar-thumb {
  min-height: 20px;
  background-clip: content-box;
  box-shadow: 0 0 0 5px rgba(0, 0, 0, 0.2) inset;
}
 
.history-main .mid .swiper-container::-webkit-scrollbar-corner {
  background: transparent;
}
.history-main .mid .swiper-wrapper {
   /* padding-top: 100px; */
}


.history-main .mid .swiper-button-next, .history-main .mid .swiper-button-prev {
    width: 48px;
    height: 48px;
    border: 2px solid #dbeedd;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.history-main .mid i {
    font-size: 20px;
    color: #fff;
}

.history-main .mid .swiper-button-prev {
    left: 50%;
    transform: translateX(-50%);
    top: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: none;
}

.history-main .mid .swiper-button-next {
    top: auto;
    right: 50%;
    transform: translateX(50%);
    bottom: 90px !important;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: none;
}

.history-main .content {
    max-width: 1360px;
    margin: 0 auto;
}


.fazhanbox .gallery-thumbs {
    position: relative;
    padding-left: 60px;
    padding-right: 60px
}

.fazhanbox .gallery-thumbs:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 65%;
    transform: translate(-50%, -50%);
    height: 2px;
    background: #eeeeee;
    width: calc(100% - 120px)
}

.fazhanbox .gallery-thumbs .swiper-slide {
    text-align: center
}

.fazhanbox .gallery-thumbs .swiper-slide p {
    padding-bottom: 70px;
    position: relative;
    cursor: pointer;
    font-weight: bold;
    font-size: .35rem;
    display: inline-block;
    color: #b3b3b3;
    font-family: tesefonts;
}

.fazhanbox .gallery-thumbs .swiper-slide p:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 65%;
    transform: translate(-50%, -50%);
    height: 20px;
    background: #1871cc;
    width: 20px;
    border: 3px solid #d4e3ec;
    border-radius: 100%;
}

.fazhanbox .gallery-thumbs .swiper-slide-thumb-active p:before {
    background: #1e61ae;
    border: 3px solid #d2dfef;
}

.fazhanbox .gallery-thumbs .swiper-slide-thumb-active p {
    color: #1e61ae
}

.fazhanbox .swiper-button-next {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: #eeeeee;
    background-size: 8px auto;
    right: 0px;
    border-radius: 100%;
    font-size: 24px;
    color: #7d7d7d;
}

.fazhanbox .swiper-button-next:hover {
    background: #1e61ae;
    color: #fff;
}

.fazhanbox .swiper-button-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: #eeee;
    background-size: 8px auto;
    left: 0px;
    border-radius: 100%;
    font-size: 24px;
    color: #7d7d7d;
}

.fazhanbox .swiper-button-prev:hover {
    background: #1e61ae;
    color: #fff;
}

.fazhanbox .swiper-button-next.swiper-button-disabled {
    background: #eeee;
    background-size: 8px auto;
    opacity: 1
}

.fazhanbox .swiper-button-prev.swiper-button-disabled {
    background: #eeeeee;
    background-size: 8px auto;
    opacity: 1
}

.lishitxt {
    box-shadow: 0 0 20px #e4e2e2;
    background: #FFF;
    padding: 45px 5% 70px;
    margin: 10px 60px;
}

.lishitxt h4 {
    color: #333335;
    font-size: 24px;
    margin-bottom: 24px;
}

.lishitxt p {
    color: #666;
    font-size: 16px;
    line-height: 24px;
	margin-bottom:15px;
}

.history-main .bot {
    margin-top: 1rem;
    margin-bottom: 1rem;
	background: url(../picture/bg-1_02.jpg) no-repeat bottom center;
    background-size: 100% auto;
}


.services {
    padding-top: .95rem;
    background: url("../picture/service-bg_02.jpg") no-repeat top center;
    background-size: contain;
}

.services .title h3 {
    margin-bottom: 20px;
}

.services ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.services ul li {
    text-align: center;
    border-right: 1px solid #d9d9d9;
    width: 25%;
    padding: 10px 0;
}

.services ul li div {
    color: #1871cc;
    font-size: .48rem;
    font-weight: bold;
}

.services ul li p {
    color: #494949;
    font-size: .24rem;
}

.services ul li:last-child {
    border: none;
}

.services .content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: .75rem;
    margin-bottom: 1rem;
}

.services .content .list {
    width: 23.5%;
    position: relative;
    margin-bottom: 1.68rem;
    transition: all 0.3s;
}

.services .content .list:hover {
    transform: translateY(-10px);
}

.services .content .list .pic img {
    width: 100%;
}

.services .content .list .text {
    position: absolute;
    bottom: -108px;
    left: 50%;
    width: 90%;
    padding: 30px;
    transform: translateX(-50%);
    text-align: center;
    background: #fff;
    box-shadow: 0 0 10px #e7e6e6;
}

.services .content .list .text h4 {
    color: #1871cc;
    font-size: .28rem;
    margin-bottom: 15px;
}

.services .content .list .text p {
    color: #494949;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 25px;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-align: left;
}

.services .content .list .text a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 144px;
    height: 40px;
    border: 1px solid #d9d9d9;
    margin: 0 auto;
    color: #494949;
    font-size: 16px;
}

.services .content .list .text a:hover {
    background: #1871cc;
    border-color: #1871cc;
    color: #fff;
}


.sercices-main {
    padding-top: .95rem;
    /*padding-bottom: 1rem;*/
}

.sercices-main .title h3 {
    margin-bottom: 20px;
}

.environmental-management .itemOne .content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.environmental-management .itemOne .content .list {
    width: 25%;
    position: relative;
    overflow: hidden;
}

.environmental-management .itemOne .content .list h4 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #ffffff;
    font-size: .3rem;
    transition: all 0.3s;
    width: 100%;
    text-align: center;
}

.environmental-management .itemOne .content .list .text {
    display: flex;
    flex-flow: column;
    justify-content: center;
    position: absolute;
    left: 0;
    bottom: -100%;
    width: 100%;
    height: 100%;
    background: rgba(24, 113, 204, 0.8);
    padding: 0 .7rem;
    transition: all 0.5s;
	text-align: center;
}

.environmental-management .itemOne .content .list img {
    width: 100%;
}

.environmental-management .itemOne .content .list .text h5 {
    color: #ffffff;
    font-size: .3rem;
    margin-bottom: 10px;
}

.environmental-management .itemOne .content .list .text p {
    color: #ffffff;
    font-size: 14px;
    line-height: 25px;
}

.environmental-management .itemOne .content .list:hover .text {
    bottom: 0;
}

.environmental-management .itemOne .content .list:hover h4 {
    opacity: 0;
}


.environmental-management .itemTwo {
    background: url("../picture/bg-9_02.jpg") no-repeat;
    background-size: cover;
    height: 5rem;
    margin-top: 1rem;
}

.environmental-management .itemTwo .container {
    position: relative;
    height: 100%;
}

.environmental-management .itemTwo .content {
    display: flex;
    flex-flow: column;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    color: #fff;
    width: 100%;
    text-align: center;
}

.environmental-management .itemTwo .content h4 {
    font-size: .36rem;
    margin-bottom: 30px;
}

.environmental-management .itemTwo .content p {
    font-size: 18px;
    line-height: 30px;
}


.environmental-management .itemThree {
    margin-top: .6rem;
}

.environmental-management .itemThree .content {
    display: flex;
    flex-flow: wrap;
}

.environmental-management .itemThree .content .list {
    width: 50%;
    position: relative;
}

.environmental-management .itemThree .content .list .pic {
    overflow: hidden;
}

.environmental-management .itemThree .content .list .txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    width: 100%;
}

.environmental-management .itemThree .content .list .txt p {
    font-size: .26rem;
}

.environmental-management .itemThree .content .list .txt span {
    display: inline-block;
    width: 60px;
    height: 2px;
    background: #fff;
}

.environmental-management .itemThree .content .list img {
    transition: all .5s;
    width: 100%;
}

.environmental-management .itemThree .content .list:hover img {
    transform: scale(1.2, 1.2);
}


.environmental-management .itemTwo {
    background: url("../picture/bg-10_09.jpg") no-repeat;
    background-size: cover;
}
.environmental-management .zhuanzhu {
    background: url("../picture/bg-16.jpg") no-repeat;
    background-size: cover;
    height: 5rem;
    margin-top: 1rem;
}
.environmental-management .itemFive {
    margin-top: .6rem;
    margin-bottom: 1rem;
}

.environmental-management .itemFive .content {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

.environmental-management .itemFive .content .list {
    box-shadow: 0 0 15px #e2e0e0;
    text-align: center;
    width: 32%;
    padding: 65px 0;
    position: relative;
    overflow: hidden;
}

.environmental-management .itemFive .content .list h4 {
    color: #494949;
    font-size: .22rem;
    margin-top: 34px;
}

.environmental-management .itemFive .content .list .txt {
    display: flex;
    justify-content: center;
    flex-flow: column;
    position: absolute;
    left: 0;
    bottom: -100%;
    width: 100%;
    height: 100%;
    background: #1871cc;
    padding: 0 45px;
    text-align: left;
    color: #fff;
    transition: all 0.5s;
}

.environmental-management .itemFive .content .list .txt img {
    max-width: 100px;
    position: absolute;
    bottom: 2px;
    right: 3px;
}

.environmental-management .itemFive .content .list .txt h5 {
    font-size: .24rem;
    margin-bottom: 10px;
}

.environmental-management .itemFive .content .list .txt p {
    font-size: 18px;
    line-height: 32px;
}

.environmental-management .itemFive .content .list:hover .txt {
    bottom: 0;
}

.cbdiv_247e4130 {
    width: 100%;
    height: 6.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    position: relative;
}

.cbdiv_518470eb {
    width: 50%;
    overflow: hidden;
    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;
    -webkit-transform: rotate(
            0deg
    ) scale(1) translate(0%, 0%);
    -ms-transform: rotate(0deg) scale(1) translate(0%, 0%);
    transform: rotate(
            0deg
    ) scale(1) translate(0%, 0%);
    transition: all 0.5s ease 0s;
    background: transparent;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
}

.cbdiv_518470eb {
    width: 50%;
    overflow: hidden;
    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;
    -webkit-transform: rotate(
            0deg
    ) scale(1) translate(0%, 0%);
    -ms-transform: rotate(0deg) scale(1) translate(0%, 0%);
    transform: rotate(
            0deg
    ) scale(1) translate(0%, 0%);
    transition: all 0.5s ease 0s;
    background: transparent;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
}

.cbvide_cf061092 {
    max-width: 200%;
    bottom: 0px;
    right: 0px;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

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

.cbdiv_b2f8f83c {
    position: absolute;
    bottom: 0px;
    right: 0px;
    top: 0px;
    left: 0px;
    /*background-color: rgba(0, 0, 0, 0.2);*/
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.cbdiv_ad047ade {
    min-height: 0px;
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: rotate(
            0deg
    ) scale(1) translate(0%, 0%);
    -ms-transform: rotate(0deg) scale(1) translate(0%, 0%);
    transform: rotate(
            0deg
    ) scale(1) translate(0%, 0%);
    transition: all 0.5s ease 0s;
}

.cbpara_924ad210 {
    color: rgb(255, 255, 255);
    margin-bottom: 0px;
    font-size: .26rem;
    font-weight: 500;
    text-align: center;
    font-family: "PingFang SC" !important;
}

.cbdiv_d100c7d2 {
    min-height: 0px;
    width: 60px;
    height: 2px;
    margin-top: 20px;
    background-color: rgb(255, 255, 255);
}

.cbdiv_b244a68a {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    padding-left: 5vh;
    padding-bottom: 5vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 50vw;
    -webkit-transform: rotate(
            0deg
    ) scale(1) translate(0%, 0%);
    -ms-transform: rotate(0deg) scale(1) translate(0%, 0%);
    transform: rotate(
            0deg
    ) scale(1) translate(0%, 0%);
    transition: all 0.5s ease 0s;
    opacity: 0;
}

.cbpara_32657491 {
    color: rgb(255, 255, 255);
    line-height: 1em;
    font-size: 3vh;
    font-weight: normal;
    font-family: "PingFang SC" !important;
    letter-spacing: 0.075em;
}

.cbdiv_ac3cb1c7 {
    width: 60px;
    min-height: 0px;
    height: 2px;
    margin-top: 25px;
    margin-bottom: 30px;
    background-color: rgb(255, 255, 255);
}

.cbpara_92225e28 {
    color: rgb(255, 255, 255);
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 5px;
    letter-spacing: 0.075px;
}

.cbdiv_2cbf65c9 {
    width: 50%;
    overflow: hidden;
    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;
    -webkit-transform: rotate(
            0deg
    ) scale(1) translate(0%, 0%);
    -ms-transform: rotate(0deg) scale(1) translate(0%, 0%);
    transform: rotate(
            0deg
    ) scale(1) translate(0%, 0%);
    transition: all 0.5s ease 0s;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
}

.cbdiv_518470eb:hover {
    width: 100%;
    z-index: 2;
}

.div_class:hover .div_opacity_1 {
    opacity: 1;
    transition: All 0.5s ease;
}

.div_class:hover .div_opacity_0 {
    opacity: 0;
    transition: All 0.5s ease;
}

.cbdiv_2cbf65c9:hover {
    width: 100%;
}


.forefront {
    margin-bottom: 1rem;
}

.forefront .top {
    margin-top: .95rem;
}

.forefront .top .title h3 {
    margin-bottom: 30px;
}

.forefront .grid {
    position: relative;
}

.forefront .text {
    position: absolute;
    bottom: 25px;
    padding: 0 30px;
    transition: all 0.3s;
}

.forefront .text h4 {
    color: #ffffff;
    font-size: .38rem;
    margin-bottom: 15px;
}

.forefront .text p {
    color: #ffffff;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.forefront .grid-model {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    transition: all 0.3s;
}

.forefront .grid:hover .grid-model {
    opacity: 0;
}

.forefront .owl-carousel .owl-stage {
    margin-left: -16%;
}

.forefront .grid:hover .text{
    bottom: 40px;
}
.forefront .grid:hover .text p{
    -webkit-line-clamp: 9;
}
.forefront .owl-theme .owl-controls .owl-nav div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    margin: 0;
    width: 58px;
    height: 58px;
    border-radius: 100%;
    background: rgba(255, 255, 255, 0.2);
    display: flex;
    align-items: center;
    justify-content: center;
}

.forefront .owl-theme .owl-controls .owl-nav div i {
    font-size: 26px;
    transition: all 0.3s;
}

.forefront .owl-theme .owl-controls .owl-nav .owl-prev {
    left: 30px;
}

.forefront .owl-theme .owl-controls .owl-nav .owl-next {
    right: 30px;
}

.forefront .owl-theme .owl-controls .owl-nav div:hover {
    background: #1871cc;
}


.central-transportation .itemOne {
    border-bottom: 1px solid #f9f9f9;
}

.central-transportation .itemTwo {
    margin-top: .95rem;
}

.central-transportation .itemTwo ul {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

.central-transportation .itemTwo ul li {
    width: 23%;
    text-align: center;
    border: 1px solid #f1f1f1;
    background: #f7f7f7;
    padding-bottom: 38px;
    transition: all 0.3s;
}

.central-transportation .itemTwo ul li .pic {
    position: relative;
    width: 100%;
    padding-top: 1.4rem;
}

.central-transportation .itemTwo ul li .pic img {
    position: absolute;
    left: 50%;
    top: 38px;
    transform: translateX(-50%);
    transition: all 0.3s;
}

.central-transportation .itemTwo ul li .pic img:last-child {
    opacity: 0;
}

.central-transportation .itemTwo ul li p {
    color: #686868;
    font-size: .24rem;
    line-height: .4rem;
}

.central-transportation .itemTwo ul li:hover img:first-child {
    opacity: 0;
}

.central-transportation .itemTwo ul li:hover img:last-child {
    opacity: 1;
}

.central-transportation .itemTwo ul li:hover {
    opacity: 1;
    box-shadow: 0 0 10px #efeeee;
}

.central-transportation .itemThree {

}

.central-transportation .itemThree {
    background: url(../picture/bg-10_02.jpg) no-repeat;
    background-size: cover;
    height: 5rem;
    margin-top: 1rem;
}

.central-transportation .itemThree .container {
    position: relative;
    height: 100%;
}

.central-transportation .itemThree .content {
    display: flex;
    flex-flow: column;
    justify-content: center;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    color: #fff;
    width: 100%;
    text-align: center;
}


.central-transportation .itemThree .content h4 {
    font-size: .36rem;
    margin-bottom: 30px;
}

.central-transportation .itemThree .content p {
    font-size: 18px;
    line-height: 36px;
}

.central-transportation .itemFour {
    margin-top: .8rem;
    margin-bottom: 1.2rem;
}

.central-transportation .itemFour .grid h4 {
    text-align: center;
    color: #585858;
    font-size: 22px;
    background: #f9f9f9;
    padding: 35px 0;
}

.central-transportation .itemFour .owl-theme .owl-controls .owl-nav div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    margin: 0;
    background: #eeeeee;
    width: 54px;
    height: 54px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

.central-transportation .itemFour .owl-theme .owl-controls .owl-nav div i {
    color: #838383;
    font-size: 26px;
    transition: all 0.3s;
}

.central-transportation .itemFour .owl-theme .owl-controls .owl-nav div:hover {
    background: #1871cc;
}

.central-transportation .itemFour .owl-theme .owl-controls .owl-nav div:hover i {
    color: #fff;
}

.central-transportation .itemFour .owl-theme .owl-controls .owl-nav .owl-prev {
    left: -80px;
}

.central-transportation .itemFour .owl-theme .owl-controls .owl-nav .owl-next {
    right: -80px;
}


.management .itemOne .content .list {
    width: 33.333%;
}

.management .itemOne .content .list img {
    height: 100%;
}

.management .itemOne .content .list h4 {
    line-height: .42rem;
}

.management .itemOne .content .list .text h5 {
    text-align: center;
    line-height: .42rem;
}

.management .itemFive {
    background: #f9f9f9;
    padding: 1rem 0 .5rem;
}

.management .itemFive .content .list {
    width: 17.5%;
    margin-bottom: 50px;
    border: 1px solid #f1f1f1;
    box-shadow: none;
    background: #fff;
    padding: 45px 35px;
    transition: all 0.3s;
}

.management .itemFive .content .list h4 {
    line-height: .36rem;
}

.management .itemFive .content .list:hover {
    box-shadow: 0 0 10px #ebe6e6;
    transform: translateY(-10px);
}

.management .itemThree .owl-theme .owl-controls .owl-nav div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    margin: 0;
    background: #eeeeee;
    width: 54px;
    height: 54px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

.management .itemThree .owl-theme .owl-controls .owl-nav div i {
    color: #838383;
    font-size: 26px;
    transition: all 0.3s;
}

.management .itemThree .owl-theme .owl-controls .owl-nav div:hover {
    background: #1871cc;
}

.management .itemThree .owl-theme .owl-controls .owl-nav div:hover i {
    color: #fff;
}

.management .itemThree .owl-theme .owl-controls .owl-nav .owl-prev {
    left: -80px;
}

.management .itemThree .owl-theme .owl-controls .owl-nav .owl-next {
    right: -80px;
}

.management .itemThree .content {
    padding: 0 .84rem;
}

.management .itemTwo {
    background: url(../picture/bg-11_46.jpg) no-repeat;
    background-size: cover;
}

.management .itemTwo .content p {
    line-height: 36px;
}

.food .itemTwo {
    background: url(../picture/bg-12_02.jpg) no-repeat;
    background-size: cover;
    margin-top: .9rem;
}

.food .itemTwo .full-container {
    position: relative;
    height: 100%;
}

.food .itemTwo .full-container p {
    margin-bottom: 15px;
}

/*.accordion {*/
/*    height: 520px;*/
/*    overflow: hidden;*/
/*    position: relative;*/
/*}*/

/*.accordion:after {*/
/*    content: "";*/
/*    display: block;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    background: #fff;*/
/*}*/

/*.accordion._create:after {*/
/*    display: none;*/
/*}*/

/*.accordion__ul {*/
/*    display: block;*/
/*    list-style: none;*/
/*    margin: 0;*/
/*    padding: 0;*/
/*    width: 2000px;*/
/*    height: 520px;*/
/*    overflow: hidden;*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*}*/

/*.accordion__li {*/
/*    display: block;*/
/*    list-style: none;*/
/*    margin-right: 10px;*/
/*    padding: 0;*/
/*    height: 520px;*/

/*    float: left;*/
/*    overflow: hidden;*/
/*    transition: all 0.3s ease-out;*/
/*}*/

/*.accordion__img {*/
/*    display: block;*/
/*    cursor: pointer;*/
/*    max-width: inherit;*/
/*}*/


.desktop-wrapper {
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.desktop-wrapper .options {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    overflow: hidden;
    min-width: 600px;
    width: 100%;
    height: 520px;
}

.desktop-wrapper .options .option {
    position: relative;
    overflow: hidden;
    min-width: 217px;
    background-size: 750px auto;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: all 1.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
    color: #fff;
}

.desktop-wrapper .options .option.active {
    flex-grow: 10000;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.desktop-wrapper .options .option.active .icon-wrapper {
    opacity: 0;
}

.desktop-wrapper .options .option.active > div {
    z-index: 1;
}

.desktop-wrapper .options .option.active > div .info-wrapper {
    z-index: 999;
}

.desktop-wrapper .options .option .info-wrapper img {
    opacity: 0;
}

.desktop-wrapper .options .option.active > div .info-wrapper img {
    opacity: 1;
}

.desktop-wrapper .options .option.active > div .info-wrapper .title {
    font-size: .3rem;
    text-align: left;
    margin-top: 30px;
    margin-bottom: 15px;
    text-transform: uppercase;
    line-height: 1;
    opacity: 1;
    position: relative;
    /*-webkit-transition-property: opacity;*/
    /*-moz-transition-property: opacity;*/
    /*transition-property: opacity;*/
    /*-webkit-transition-duration: 0.2s;*/
    /*-moz-transition-duration: 0.2s;*/
    /*transition-duration: 0.2s;*/
    /*-webkit-transition-timing-function: ease-out;*/
    /*-moz-transition-timing-function: ease-out;*/
    /*transition-timing-function: ease-out;*/
    /*-webkit-transition-delay: 0.2s;*/
    /*-moz-transition-delay: 0.2s;*/
    /*transition-delay: 0.2s;*/
}

.desktop-wrapper .options .option.active > div .info-wrapper .subtitle {
    color: white;
    font-size: 16px;
    letter-spacing: .035rem;
    line-height: 1.125;
    margin: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.desktop-wrapper .options .option.active > div .info-wrapper .description {
    left: 0px;
    opacity: 1;
    /*-webkit-transition-property: opacity;*/
    /*-moz-transition-property: opacity;*/
    /*transition-property: opacity;*/
    /*-webkit-transition-duration: 0.3s;*/
    /*-moz-transition-duration: 0.3s;*/
    /*transition-duration: 0.3s;*/
    /*-webkit-transition-timing-function: ease-out;*/
    /*-moz-transition-timing-function: ease-out;*/
    /*transition-timing-function: ease-out;*/
    /*-webkit-transition-delay: 0.6s;*/
    /*-moz-transition-delay: 0.6s;*/
    /*transition-delay: 0.6s;*/
}

.desktop-wrapper .options .option.active > div .info-wrapper .description p {
    font-size: 16px;
    line-height: 26px;
}


.desktop-wrapper .options .option.active > div:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 101%;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(51, 158, 42, 0.9);
    /*background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.65) 30%, rgba(0, 0, 0, 0) 100%);*/
    /*!* FF3.6-15 *!*/
    /*background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 30%, rgba(0, 0, 0, 0) 100%);*/
    /*!* Chrome10-25,Safari5.1-6 *!*/
    /*background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 30%, rgba(0, 0, 0, 0) 100%);*/
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    -webkit-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.desktop-wrapper .options .option.active > div .icon-wrapper {
    display: flex;
    align-items: flex-start;
    align-content: baseline;
}

.desktop-wrapper .options .option.active > div .icon-wrapper .category-text {
    opacity: 1;
    display: initial;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.desktop-wrapper .options .option.active > div .icon-wrapper .category-icon:before {
    opacity: 1;
}

.desktop-wrapper .options .option:not(.active) {
    flex-grow: 1;
    /*filter: grayscale(70%);*/
}

.desktop-wrapper .options .option:not(.active):hover {
    filter: grayscale(0%);
}

.desktop-wrapper .options .option:not(.active):hover > div:before {
    background: rgba(51, 158, 42, 0.9);
}

.desktop-wrapper .options .option:not(.active) > div .title,
.desktop-wrapper .options .option:not(.active) > div .subtitle,
.desktop-wrapper .options .option:not(.active) > div .description {
    opacity: 0;
}

.desktop-wrapper .options .option:not(.active) > div .icon-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
}

.desktop-wrapper .options .option:not(.active) > div .icon-wrapper .category-icon:before {
    opacity: .5;
}

.desktop-wrapper .options .option:not(.active) > div:before {
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.55) 30%, rgba(0, 0, 0, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.55) 30%, rgba(0, 0, 0, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to top, rgba(0, 0, 0, 0.55) 30%, rgba(0, 0, 0, 0) 100%);
    content: "";
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.desktop-wrapper .options .option > div {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: .5rem;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}

.desktop-wrapper .options .option > div .icon-wrapper .category-text {
    line-height: 40px;
    padding-left: .75rem;
    opacity: 0;
    display: none;
}

.desktop-wrapper .options .option > div .icon-wrapper .category-icon {
    padding: 0 20px;
}

.desktop-wrapper .options .option > div .icon-wrapper .category-icon h4 {
    font-size: .24rem;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.desktop-wrapper .options .option > div .icon-wrapper .category-icon p {
    font-size: 16px;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/*.desktop-wrapper .options .option > div .icon-wrapper .category-icon:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    transform: translate(-50%, -50%);*/
/*    background-repeat: no-repeat;*/
/*    !*-webkit-mask-image: url(../picture/sports_biotech_icon.svg);*!*/
/*    !*mask-image: url(../picture/sports_biotech_icon.svg);*!*/
/*    background-color: #fff;*/
/*    height: 20px;*/
/*    width: 21px;*/
/*}*/


.options > :nth-child(1) {
    background-color: #515272;
    background-image: url("../picture/1_01.jpg");
    background-position: center center;
    background-size: cover;
}

.options > :nth-child(2) {
    background-color: #6c3f31;
    background-image: url("../picture/2_01.jpg");
    background-position: center center;
    background-size: cover;
}

.options > :nth-child(3) {
    background-color: #323119;
    background-image: url("../picture/4_01.jpg");
    background-position: center center;
    background-size: cover;
}

.options > :nth-child(4) {
    background-color: #5d92cb;
    background-image: url("../picture/5_01.jpg");
    background-position: center center;
    background-size: cover;
}

.options > :nth-child(5) {
    background: #e9ecef;
    background-image: url("../picture/6_01.jpg");
    background-position: center center;
    background-size: cover;
}


.mobile-wrapper {
    height: initial;
    max-width: 320px;
    margin: 0 auto;
}

.mobile-wrapper .options {
    position: relative;
    height: auto;
    max-width: none !important;
    flex-basis: 100% !important;
}

.mobile-wrapper .options .option {
    position: relative;
    overflow: hidden;
    background-size: auto 120%;
    background-position: center;
    transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
    color: #fff;
}

.mobile-wrapper .options .option > div {
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    width: 100%;
    padding: 2rem 1rem 1rem;
    top: 0;
    left: 0;
    transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}

.mobile-wrapper .options .option > div .info-wrapper {
    z-index: 999;
}

.mobile-wrapper .options .option > div .info-wrapper .title {
    font-size: 1.5rem;
    text-shadow: 1px 2px 4px rgba(33, 37, 41, 0.5);
    text-transform: uppercase;
    line-height: 1;
    opacity: 1;
    position: relative;
    margin: 0 0 .5rem;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.mobile-wrapper .options .option > div .info-wrapper .subtitle {
    color: white;
    font-size: .8rem;
    letter-spacing: .06rem;
    line-height: 1.125;
    margin: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.mobile-wrapper .options .option > div .info-wrapper .description {
    left: 0px;
    opacity: 1;
    margin-top: 1.5rem;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.mobile-wrapper .options .option > div .info-wrapper .description p {
    line-height: 1.5;
    margin-bottom: 1.5rem;
}

.mobile-wrapper .options .option > div .info-wrapper .ext-link {
    text-decoration: none;
    width: 6rem;
    color: #e9ecef;
    text-shadow: 1px 2px 4px rgba(33, 37, 41, 0.5);
    box-shadow: 2px 2px 4px rgba(33, 37, 41, 0.3);
    background: rgba(255, 255, 255, 0.1);
    padding: .35rem .75rem;
    position: relative;
    overflow: hidden;
    transition: all 0.2s linear 0s;
}

.mobile-wrapper .options .option > div .info-wrapper .ext-link:after {
    position: absolute;
    transition: .3s;
    content: '';
    width: 0;
    left: 0;
    bottom: 0;
    height: .15rem;
    background: rgba(255, 255, 255, 0.2);
}

.mobile-wrapper .options .option > div .info-wrapper .ext-link:hover {
    text-shadow: none;
    box-shadow: 3px 3px 8px rgba(33, 37, 41, 0.6);
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
}

.mobile-wrapper .options .option > div .info-wrapper .ext-link:hover:after {
    left: 0;
    width: 100%;
}

.mobile-wrapper .options .option > div .icon-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 2rem 0 0;
    z-index: 999;
    opacity: 0.8;
}

.mobile-wrapper .options .option > div .icon-wrapper .category-text {
    line-height: 40px;
    padding-left: .75rem;
}

.mobile-wrapper .options .option > div .icon-wrapper .category-icon {
    display: flex;
    align-items: flex-start;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    position: relative;
    box-shadow: 0 2px 9px rgba(33, 37, 41, 0.4);
}

.mobile-wrapper .options .option > div .icon-wrapper .category-icon:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    /*-webkit-mask-image: url(../picture/sports_biotech_icon.svg);*/
    /*mask-image: url(../picture/sports_biotech_icon.svg);*/
    background-color: #fff;
    height: 16px;
    width: 16px;
}

.mobile-wrapper .options .option > div .icon-wrapper.sb .category-icon {
    background-color: #0DAFE0;
}

.mobile-wrapper .options .option > div .icon-wrapper.ce .category-icon {
    background-color: #f2501f;
}

.mobile-wrapper .options .option > div:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 101%;
    top: 0;
    left: 0;
    z-index: 1;
    background: rgba(52, 58, 64, 0.7);
    -webkit-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
}

.container .row h4:first-of-type {
    text-align: center;
    margin: 0 auto;
    /*padding-bottom: 1rem;*/
}


.order-maintenance .itemFour {
    margin-top: 0;
}

.order-maintenance .itemFour .content {
    padding: 0 83px;
}

.order-maintenance .itemFour .grid .text {
    background: #f7f7f7;
    /*height: 130px;*/
    padding: 30px 40px;
	 min-height: 130px;
}

.order-maintenance .itemFour .grid p {
    color: #585858;
    font-size: 18px;
    line-height: 30px;
    min-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.order-maintenance .itemOne {
    background: #f9f9f9;
    padding-bottom: 1rem;
    padding-top: 1rem;
    margin-bottom: 60px;
}

.order-maintenance .itemOne .content {
    padding: 0;
}

.order-maintenance .itemOne .owl-theme .owl-controls .owl-nav .owl-prev {
    left: 30px;
}

.order-maintenance .itemOne .owl-theme .owl-controls .owl-nav .owl-next {
    right: 30px;
}

.order-maintenance .itemOne .grid {
    position: relative;
    overflow: hidden;
}

.order-maintenance .itemOne .grid .text {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 50px 60px;
    background: #fff;
    transition: all 0.5s;
}

.order-maintenance .itemOne .grid:hover .text {
    top: 0;
}

.order-maintenance .itemOne .grid .text h4 {
    color: #000000;
    font-size: .26rem;
    line-height: .4rem;
    margin-bottom: 24px;
    text-align: left;
    padding: 0;
    background: none;
}

.order-maintenance .itemOne .grid .text p {
    color: #585858;
    font-size: 18px;
    line-height: 36px;
    min-height: auto;
}

.order-maintenance .itemOne .owl-carousel .owl-stage {
    margin-left: -24%;
}


.conference-services .itemOne .owl-carousel .owl-stage {
    margin-left: -12.5%;
}

.conference-services .huiwu {
    display: flex;
    align-items: center;
    margin-bottom: .8rem;
}

.conference-services .huiwu h3 {
    color: #000000;
    font-size: .36rem;
}

.conference-services .huiwu p {
    color: #494949;
    font-size: 18px;
    line-height: 30px;
    width: 8.2rem;
    margin-left: 16%;
}


.conference-services .grid {
    position: relative;
    overflow: hidden;
}

.conference-services .grid .text {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(51, 158, 42, 0.7);
    padding: .5rem;
    transition: all 0.5s;
}

.conference-services .grid:hover .text {
    top: 0;
}

.conference-services .grid .text h4 {
    color: #ffffff;
    font-size: .3rem;
    margin-bottom: 14px;
}

.conference-services .grid .text p {
    color: #ffffff;
    font-size: 16px;
    line-height: 30px;
}


.conference-services .owl-theme .owl-controls .owl-nav div {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 6%;
    top: -1.5rem;
    width: 78px;
    height: 78px;
    border: 1px solid #f3f5fb;
    background: #fff;
    transition: all 0.3s;
}

.conference-services .owl-theme .owl-controls .owl-nav div i {
    font-size: 26px;
    color: #acacac;
    transition: all 0.3s;
}

.conference-services .owl-theme .owl-controls .owl-nav div:hover {
    border: 1px solid #1871cc;
    background: #fff;
}

.conference-services .owl-theme .owl-controls .owl-nav div:hover i {
    color: #1871cc;
}

.conference-services .owl-theme .owl-controls .owl-nav .owl-prev {
    /*right: 8%;*/
    transform: translateX(-95px);
}


.housekeeper .itemTwo {
    background: url(../picture/bg-13_16.jpg) no-repeat;
}

.housekeeper .itemThree {
    margin-top: -1.3rem;
}

.housekeeper .itemThree .content {
    display: flex;
    flex-flow: wrap;
}

.housekeeper .itemThree .content .list {
    width: 50%;
    display: flex;
    /*align-items: center;*/
    justify-content: space-between;
    flex-flow: wrap;
    padding: .65rem .5rem;
}

.housekeeper .itemThree .content .list img {
    width: auto;
}

.housekeeper .itemThree .content .list .text {
    width: 67%;
}

.housekeeper .itemThree .content .list .text h4 {
    color: #000000;
    font-size: .26rem;
    font-weight: bold;
    margin-bottom: 15px;
    transition: all 0.3s;
}

.housekeeper .itemThree .content .list .text p {
    color: #5b5b5b;
    font-size: 16px;
    line-height: 28px;
    transition: all 0.3s;
}
.housekeeper .itemThree .content .list .pic{
    display: flex;
    align-items: center;
}
.housekeeper .itemThree .content .list:hover img {
    transform: scale(1);
}
.housekeeper .itemThree .content .list:hover .text h4{
    color: #fff;
}
.housekeeper .itemThree .content .list:hover .text p{
    color: #fff;
}

.housekeeper .itemThree .content .list:nth-child(1) {
    transition: all 0.3s;
    background: #fbfbfb;
}
.housekeeper .itemThree .content .list:nth-child(1):hover{
    background: url("../picture/ertong-pic_03.jpg") no-repeat;
    background-size: cover;
}
.housekeeper .itemThree .content .list:nth-child(2) {
    background: #eeeeee;
}
.housekeeper .itemThree .content .list:nth-child(2):hover{
    background: url("../picture/ertong-pic_03.jpg") no-repeat;
    background-size: cover;
}
.housekeeper .itemThree .content .list:nth-child(3) {
    background: #eeeeee;
}
.housekeeper .itemThree .content .list:nth-child(3):hover{
    background: url("../picture/ertong-pic_03.jpg") no-repeat;
    background-size: cover;
}
.housekeeper .itemThree .content .list:nth-child(4) {
    background: #fbfbfb;
}

.housekeeper .itemThree .content .list:nth-child(4):hover{
    background: url("../picture/ertong-pic_03.jpg") no-repeat;
    background-size: cover;
}
.auxiliary {
    padding-bottom: 12px;
}

.auxiliary .itemTwo {
    background: #f9f9f9;
    padding-top: 1rem;
}

.auxiliary .itemTwo ul {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

.auxiliary .itemTwo ul li {
    color: #010101;
    font-size: .36rem;
    margin: 0 .5rem;
    cursor: pointer;
}

.auxiliary .itemTwo ul li.active {
    color: #1871cc;
}

.auxiliary .grid {
    position: relative;
    height: 7rem;
}

.auxiliary .grid .full-container {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
}

.auxiliary .grid .text {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    width: 45%;
    background: rgba(24, 113, 204, 0.8);
    height: 100%;
    padding: 0 1rem;
    color: #fff;
}

.auxiliary .grid .text h4 {
    color: #f9f9f9;
    font-size: .26rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.auxiliary .grid .text .xian {
    width: 40px;
    height: 2px;
    background: #ffff;
    margin-bottom: 40px;
}

.auxiliary .grid .text p {
    font-size: 16px;
    line-height: 30px;
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    /*word-break: break-all;*/
    /*display: -webkit-box;*/
    /*-webkit-box-orient: vertical;*/
    /*-webkit-line-clamp: 6;*/
}

.auxiliary .owl-theme .owl-controls {
    position: absolute;
    bottom: 1rem;
    right: 25%;
}

.auxiliary .owl-theme .owl-controls .owl-nav div {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -10px;
    background: none;
    margin: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    font-size: 26px;
    border: 2px solid #fff;
}

.auxiliary .owl-theme .owl-controls .owl-nav div:hover {
    background: none;
}

.auxiliary .owl-theme .owl-controls .owl-nav .owl-prev {
    left: -1rem;
}

.auxiliary .owl-theme .owl-controls .owl-nav .owl-next {
    right: -1rem;
}

.auxiliary .owl-theme .owl-dots .owl-dot.active {
    width: 20px;
    height: 20px;
    border: 1px solid #f7f8f7;
    border-radius: 100%;
}

.auxiliary .owl-theme .owl-dots {
    display: flex;
}

.auxiliary .owl-theme .owl-dots .owl-dot {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
}

.auxiliary .owl-theme .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
    background: #f9f9f9;
    border-radius: 100%;
    margin: 0;
}


.auxiliary .itemThree {
    background: #f9f9f9;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.auxiliary .itemThree .content {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}

.auxiliary .itemThree .content .list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    width: 22%;
    background: #fff;
    padding: 45px 0;
    box-shadow: 0 0 10px #edeaea;
    transition: all 0.3s;
}

.auxiliary .itemThree .content .list:hover {
    transform: translateY(-10px);
}

.auxiliary .itemThree .content .list p {
    color: #494949;
    font-size: .22rem;
    margin-top: 30px;
}


.auxiliary .itemFour {
    margin-top: .8rem;
}

.auxiliary .itemFour .content {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}

.auxiliary .itemFour .content .list {
    width: 32%;
}
.auxiliary .itemFour .content .list img{
    width: 100%;
}
.auxiliary .itemFive {
    background: #f9f9f9;
    margin-top: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.auxiliary .itemFive .menutwo {
    display: none;
}

.auxiliary .itemFive .menuone {
    display: flex;
    margin-bottom: 50px;
}

.auxiliary .itemFive .menuone li {
    width: 33.33%;
    text-align: center;
    color: #494949;
    font-size: .24rem;
    border-bottom: 3px solid #eeeeee;
    padding: 22px 0;
    cursor: pointer;
}

.auxiliary .itemFive .menuone li.active {
    color: #1e61ae;
    border-bottom: 3px solid #1e61ae;
}

.auxiliary .itemFive .menutwo .content {
    display: flex;
}

.auxiliary .itemFive .menutwo .content .text {
    display: flex;
    justify-content: center;
    flex-flow: column;
    background: #fff;
    padding: 0 .7rem;
    width: 45%;
}

.auxiliary .itemFive .menutwo .content .pic {
    width: 55%;
}

.auxiliary .itemFive .menutwo .content .pic img {
    width: 100%;
}

.auxiliary .itemFive .menutwo .content h4 {
    color: #1e61ae;
    font-size: .26rem;
    margin-bottom: 22px;
}

.auxiliary .itemFive .menutwo .content p {
    color: #494949;
    font-size: 16px;
    line-height: 28px;
}


.model {
    width: 100%;
    height: 999999999px;
    background: black;
    opacity: 0.5;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
}


#Advertisement{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#Advertisement .market .number {
    float: left;
    width: 137px;
    height: 181px;
    margin-right: 55px;
    margin-top: 3px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    font-size: 40px;
    color: #ccb882;
    font-family: ClarendonBT;
    font-weight: 200;
    background-image: linear-gradient(135deg, #ccb882, #ccc261);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-size: cover;
}

#Advertisement .marketMap {
    min-width: 1100px;
    /*background: url("../picture/zhongguo.png") no-repeat;*/
    background: url("../picture/map_03.jpg") no-repeat;
    background-size: contain;
}

/*#Advertisement .pic { width: 100%;height: 606px;background: url("/App_Theme/Default_Theme_901/picture/Default_picture/adsecond.jpg") no-repeat;}*/
#Advertisement .item {
    opacity: 0;
    position: absolute;
}

#Advertisement .main {
    width: 100%;
    height: 645px;
    position: relative;
    float: right;
    cursor: pointer;
}

#Advertisement .db {
    width: 172px;
    height: 260px;
    top: 0px;
    right: 179px;
    background: url("../picture/dongbei1.png") no-repeat;
    background-size: contain;
}

#Advertisement .db .contect {
    top: -149px;
    left: -333px;
}

#Advertisement .db:hover {
    opacity: 1
}

#Advertisement .xb {
    top: 7px;
    left: 146px;
    width: 666px;
    height: 394px;
    background: url("../picture/xibei1.png") no-repeat;
    background-size: contain;
}

#Advertisement .xb .contect {
    top: -26px;
    right: 254px;
}

#Advertisement .xb:hover {
    opacity: 1;
}

#Advertisement .xn {
    left: 180px;
    bottom: 18px;
    width: 562px;
    height: 331px;
    background: url("../picture/xinan1.png") no-repeat;
    background-size: contain;
}

#Advertisement .xn .contect {
    top: -120px;
    left: -157px;
}

#Advertisement .xn:hover {
    opacity: 1;
}

#Advertisement .dongbu {
    bottom: 244px;
    right: 271px;
    width: 92px;
    height: 71px;
    background: url("../picture/dongbu1.png") no-repeat;
    background-size: contain;
    z-index: 99;
}

#Advertisement .dongbu .contect {
    top: -221px;
    left: -384px;
}

#Advertisement .dongbu:hover {
    opacity: 1;
}

#Advertisement .huanan {
    bottom: 4px;
    right: 287px;
    width: 249px;
    height: 212px;
    background: url("../picture/huanan1.png") no-repeat;
    background-size: contain;
    z-index: 10;
}

#Advertisement .huanan .contect {
    top: -172px;
    left: -289px;
}

#Advertisement .huanan:hover {
    opacity: 1;
}

#Advertisement .dongan {
    bottom: 119px;
    right: 267px;
    width: 126px;
    height: 183px;
    background: url("../picture/dongnan1.png") no-repeat;
    background-size: contain;
}

#Advertisement .dongan .contect {
    top: -176px;
    left: -372px;
}

#Advertisement .dongan:hover {
    opacity: 1;
}

#Advertisement .huadong {
    top: 278px;
    right: 272px;
    width: 178px;
    height: 124px;
    background: url("../picture/huadong.png") no-repeat;
    background-size: contain;
}

#Advertisement .huadong .contect {
    top: -215px;
    left: -349px;
}

#Advertisement .huadong:hover {
    opacity: 1;
}

#Advertisement .huabei {
    top: 198px;
    right: 326px;
    width: 127px;
    height: 153px;
    background: url(../picture/huabei1.png) no-repeat;
    background-size: contain;
    z-index: 9;
}

#Advertisement .huabei .contect {
    top: -169px;
    left: -361px;
}

#Advertisement .huabei:hover {
    opacity: 1;
}

#Advertisement .contect {
    position: absolute;
    z-index: 10;
    width: 356px;
    padding: 26px;
    border: 2px solid #1871cc;
    background: #fff;
}


#Advertisement .contect .intro p {
    display: block;
    line-height: 26px;
    font-size: 16px;
    color: #494949;
}
#Advertisement .contect .intro img{
    position: absolute;
    right: -80px;
    top: 75px;
}
#Advertisement .ocean {
    font-size: 24px;
    color: #1871cc;
    font-weight: bold;
    margin-bottom: 15px;
}

#Advertisement .market .number {
    display: block \0;
    line-height: 181px \0;
    text-align: center \0;
}

#Advertisement .right img{
    width: 135px;
}

#Advertisement .right{
    display: flex;
    align-items: center;
}
#Advertisement .right h4{
    color: #58595b;
    font-size: 18px;
    margin-bottom: 24px;
    margin-top: 34px;
}
#Advertisement .right p{
    color: #58595b;
    line-height: 26px;
    font-size: 16px;
    margin-bottom: 8px;
}






.demo {
    padding: 2em 0;
}

.main-timeline {
    position: relative;
}

.main-timeline:before,
.main-timeline:after {
    content: "";
    display: block;
    width: 100%;
    clear: both;
}

.main-timeline:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #c0e0bd;
    margin: auto 0;
    position: absolute;
    top: 48.4%;
    left: 0;
}

.main-timeline .timeline {
    width: 22%;
    float: left;
    margin-left: 3%;
    position: relative;
}

.main-timeline img {
    margin-top: 6px;
}

.main-timeline .timeline:after {
    content: "";
    width: 5px;
    height: 60px;
    border-left: 9px dotted #fff;
    position: absolute;
    top: 54%;
    left: 71px;
}

.main-timeline .timeline-content {
    padding: 15px 0 40px 50px;
    margin-bottom: 27px;
    border-radius: 15px;
    border: 5px solid #fff;
    text-align: left;
    background: #fff;
    z-index: 1;
    position: relative;
}

.main-timeline .timeline-content h3 {
    line-height: 29px;
    font-size: 18px;
    color: #333;
}

.main-timeline .timeline:nth-child(even) .timeline-content:before {
    background: #1784ab;
}

.main-timeline .timeline-content:after {
    content: "";
    width: 1px;
    height: 68px;
    background: #c0e0bd;
    position: absolute;
    bottom: -28px;
    left: 59%;
    z-index: -1;
}

.main-timeline .description {
    font-size: 14px;
    color: #808080;
    line-height: 24px;
    height: 74px;
}

.main-timeline .read-more {
    display: inline-block;
    padding-right: 15px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-transform: capitalize;
    position: relative;
}

.main-timeline .read-more:before {
    /*content: "\f0da";
    font-family: 'FontAwesome';*/
    font-size: 24px;
    position: absolute;
    top: -6px;
    right: 0;
}

.main-timeline .year {
    box-shadow: 0 0 0 4px #c0e0bd;
    margin-bottom: 34px;
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #1871cc;
    border-radius: 50%;
    margin-left: 141px;
    position: relative;
}

.main-timeline .year span {
    display: block;
    font-size: 20px;
    font-weight: bold;
    /*color: #fff;*/
    /*transform: rotate(-45deg);*/
}

.main-timeline .timeline.bottom {
    margin: -7.7% 0 0 15%;
}

.main-timeline .timeline.bottom img {
    margin-top: 0;
    margin-bottom: 6px;
}

.main-timeline .timeline.bottom:nth-child(5n+1),
.main-timeline .timeline.bottom:last-child {
    margin-left: 3%;
}

.main-timeline .timeline.bottom:before {
    top: auto;
    bottom: 110px;
}

.main-timeline .timeline.bottom:after {
    top: auto;
    left: auto;
    bottom: 54%;
    right: 71px;
    border-color: #fff;
}

.main-timeline .timeline.bottom .timeline-content {
    margin: 52px 0 0 0;
    padding: 15px 0 40px 50px;
}

.main-timeline .timeline.bottom .timeline-content:after {
    border: none;
    bottom: auto;
    top: -53px;
    left: auto;
    right: 39%;
}

.main-timeline .timeline.bottom .year {
    top: 38px;
    margin-left: 144px;
}


.about-main {
    margin-bottom: 1rem;
}

.about-main .text {
	text-align: center;
    margin-top: .9rem;
	padding: 0 5%;
	max-width: 1400px;
	margin-right: auto;
	margin-left: auto;
}

.about-main .text h3 {
    color: #000000;
    font-size: .36rem;
    margin-bottom: .48rem;
}

.about-main .text p {
    color: #494949;
    font-size: 16px;
    line-height: 32px;
    margin-bottom: 16px;

}

.about-main .text:last-child p {
    color: #000;
    margin-bottom: 30px;
}

.about-main .text .pic {
    margin-top: 50px;
}




.development-report .itemOne .content{
    position: relative;
}

.development-report .itemOne video{
    width: 100%;
    /*height: 7rem;*/
    object-fit: fill;
}
.development-report .itemOne video::-webkit-media-controls {
    opacity: 0;
    transition: 0.3s;
}

.development-report .itemOne video:hover::-webkit-media-controls {
    opacity: 1;
}
.development-report .itemOne .content img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.development-report .itemTwo{
    margin-top: .6rem;
    margin-bottom: 1rem;
}
.development-report .itemTwo .content{
    display: flex;
    justify-content: center;
}
.development-report .itemTwo .content .list{
    margin: 0 .6rem;
}
.development-report .itemTwo .content .pic{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 214px;
    height: 184px;
    border: 3px solid #f6f6f6;
    margin-bottom: 10px;
}
.development-report .itemTwo .content .pic img{
    width: 145px;
}
.development-report .itemTwo .content .pic a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.development-report .itemTwo .content p{
    text-align: center;
    color: #494949;
    font-size: 16px;
    line-height: 24px;
}


.towel .content{
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    box-shadow: 0 0 20px #eae6e6;
    padding: 30px;
}
.towel .content .pic{
    width: 40%;
}
.towel .content .text{
    width: 57%;
}
.towel .content .text p{
    color: #494949;
    font-size: 18px;
    line-height: 38px;
    margin-bottom: 24px;
}

.towel .content .text p:first-child{
    margin-top: 15px;
}



.hospital .item{
    margin-bottom: 45px;
}
.hospital .item .text h4{
    color: #000000;
    font-size: .3rem;
    margin-bottom: 26px;
    margin-top: 20px;
}




#certify {
    position: relative;
    margin: 0 auto
}


#certify .swiper-slide {
    width: 776px;
    height: 477px;
}
#certify .swiper-slide .pic{
    padding: 12px;
    background: #fff;

}
#certify .swiper-slide .pic a:before{
    background: -moz-linear-gradient(bottom, rgba(0,0,0,0.5) 5%, rgba(0,0,0,0) 25%);
    background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.5) 5%, rgba(0,0,0,0) 25%);
    background: linear-gradient(to top, rgba(0,0,0,0.5) 5%, rgba(0,0,0,0) 25%);
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
}
#certify .swiper-slide .pic a{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;

}
#certify .swiper-slide img{
    display:block;
}

#certify .swiper-slide p {
    line-height: 58px;
    padding-top: 0;
    text-align: center;
    color: #fff;
    font-size: 20px;
    margin: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}

#certify .swiper-pagination {
    width: 100%;
    bottom: 0;
    position: relative;
    margin-top: 45px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 2px solid #d8cfd0;
    width: 10px;
    height: 10px;
    background: none;
    opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 3px solid #1871cc;
    background-color: #1871cc;
}

#certify .swiper-button-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-90%);
    width: 28px;
    height: 56px;
    background: rgba(0,0,0,0.5);
    margin: 0;
    padding: 0;
    border-radius: 0;
    transition: all 0.3s;
}

#certify .swiper-button-prev:hover {
    background-size: 100%;
    background: rgba(17,155,0,0.5);
}

#certify .swiper-button-next {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-90%);
    width: 28px;
    height: 56px;
    background: rgba(0,0,0,0.5);
    margin: 0;
    padding: 0;
    border-radius: 0;
    transition: all 0.3s;
}
#certify .swiper-button-next:focus{
    outline: none;
}
#certify .swiper-button-prev:focus{
    outline: none;
}
#certify .swiper-button-prev i{
    color: #fff;
    font-size: 30px;
}
#certify .swiper-button-next i{
    color: #fff;
    font-size: 30px;
}
#certify .swiper-button-next:hover {
    background-size: 100%;
    background: rgba(17,155,0,0.5);
}

.case .owl-theme .owl-controls .owl-nav div{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0;
    margin: 0;
    width: 28px;
    height: 56px;
    background: rgba(0,0,0,0.5);
}
.case .owl-theme .owl-controls .owl-nav div i{
    font-size: 18px;
}
.case .owl-theme .owl-controls .owl-nav .owl-prev{
    left: 15px;
}
.case .owl-theme .owl-controls .owl-nav .owl-next{
    right: 15px;
}
.case .testimonials-slider{
    display: none;
}
.case .testimonials-slider .grid p{
    text-align: center;
    padding: 10px 0;
    font-size: 14px;
}

.case .tuji{
    display: flex;
    flex-flow: wrap;
    margin-top: 1.1rem;
}
.case .tuji .list{
    position: relative;
    width: 31%;
    margin-right: 3%;
    margin-bottom: 30px;
    overflow: hidden;
    transition: all 0.3s;
}
.case .tuji .list a{
    position: relative;
    display: flex;
}
.case .tuji .list a:before{
    background: -moz-linear-gradient(bottom, rgba(0,0,0,0.5) 10%, rgba(0,0,0,0) 25%);
    background: -webkit-linear-gradient(bottom, rgba(0,0,0,0.5) 10%, rgba(0,0,0,0) 25%);
    background: linear-gradient(to top, rgba(0,0,0,0.5) 10%, rgba(0,0,0,0) 25%);
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 0;
    left: 0;
}
.case .tuji .list:nth-child(3n){
    margin-right: 0;
}
.case .tuji .list img{
    width: 100%;
}
.case .tuji .list:hover{
    transform: translateY(-10px);
}
.case .tuji .list p{
    position: absolute;
    bottom: 16px;
    left: 0;
    width: 100%;
    color: #fff;
    padding: 0 .35rem;
    font-size: 16px;
}

.gh-main{
    padding-top: 63px;
}


.gh-main .title h3{
    color: #000000;
    margin-bottom: 20px;
    font-size: 36px;
}
.gh-main .title p{
    color: #686767;
    font-size: 18px;
}

.gh-main .itemOne{
    display: flex;
    justify-content: space-between;
    background: url("../picture/gh-pic2.jpg") no-repeat;
    background-size: cover;
    padding: 60px 100px;
    margin-bottom: 100px;
}
.gh-main .itemOne .left{
    width: 45%;
}
.gh-main .itemOne .left h3{
    color: #b3171c;
    font-size: 36px;
    padding: 10px 50px;
    background: #fff;
    border-radius: 30px;
    width: max-content;
    margin: 0 auto;
    margin-bottom: 40px;
}

.gh-main .itemOne .right{
    width: 50%;
    display: flex;
    align-items: center;
}

.gh-main .itemOne .right h3{
    color: #fff;
    font-size: 36px;
    margin-bottom: 15px;
    text-align: center;
}

.gh-main .itemOne .right p{
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
}



.gh-main .item{
    display: flex;
    flex-flow: wrap;
    margin-bottom: 40px;
}
.gh-main .item .text{
    width: 39%;
    background: #eeeeee;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    padding: 70px 70px;
}
.gh-main .item .text h3{
    color: #515151;
    font-size: 36px;
}
.gh-main .item .text h3:first-child{
    margin-bottom: 20px;
}
.gh-main .item .text p{
    color: #686868;
    font-size: 18px;
    line-height: 30px;
    margin-top: 20px;
    text-align: center;
}
.gh-main .item .pic{
    width: 59%;
}
.gh-main .item .pic img{
    width: 100%;
    height: 100%;
}

.gh-main .full-container{
    max-width: 1420px;
}



.caseMain{
    margin-bottom: 1rem;
}

.caseMain .content{
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}
.caseMain .itemOne .content .pic{
    background: url("../picture/case-detail_05.jpg") center center no-repeat;
    background-size: cover;
    width: 50%;
}
.caseMain .itemOne .content .text{
    width: 50%;
    padding: .55rem 0.8rem;
    background: #f7f7f7;
}
.caseMain .itemOne .content .text h4{
    color: #000000;
    font-size: .26rem;
    font-weight: bold;
    text-align: center;
    margin-bottom: 25px;
}

.caseMain .itemOne .content .text .xian{
    width: 40px;
    height: 2px;
    margin: 0 auto;
    background: #1871cc;
    margin-bottom: 35px;
}
.caseMain .itemOne .content .text p{
    color: #5b5b5b;
    font-size: 16px;
    line-height: 30px;
}
.caseMain .itemThree{
    margin-top: 50px;
}
.caseMain .itemThree .content .list:nth-child(1) {
    transition: all 0.3s;
}

.housekeeper .itemThree .content .list:nth-child(1):hover {
    background: url(../picture/pic-10_08.jpg) no-repeat;
    background-size: cover;
}
.housekeeper .itemThree .content .list:nth-child(2):hover {
    background: url(../picture/pic-10_08.jpg) no-repeat;
    background-size: cover;
}



.contactUs .content{
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}
.contactUs .content .left{
    width: 48.2%;
}
.contactUs .content .right{
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    width: 48.2%;
}
.contactUs .list{
    position: relative;
}
.contactUs .list img{
    width: 100%;
}
.contactUs .list .text{
    display: flex;
    justify-content: center;
    flex-flow: column;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: rgba(0,0,0,0.3);
    width: 55%;
    height: 45%;
}

.contactUs .list .text h4{
    color: #fff;
    font-size: .32rem;
    margin-bottom: 35px;
}

.contactUs .list .text a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 135px;
    height: 40px;
    font-size: 16px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 4px;
}

.contactUs .list .text a:hover{
    background: #1871cc;
    border: 1px solid #1871cc;
}

.contactUs .right .list .text{
    height: 65%;
}
.contactUs .right .list .text h4{
    margin-bottom: 25px;
}



.ditu{
    width: 100%;
    margin-top: 4rem;
    position: relative;
	
}
#dituContent{
    width: 100%;
    height: 7.4rem;
}
.contact-information{
    padding-bottom: 0;
}
.contact-information .title h3{
    text-align: left;
}
.message{ width:40%;
     position: absolute;
    left: 10%;
    top: -3.5rem;
}
.xinxi{
    position: absolute;
    right: 10%;
    top: -4.4rem;
    background: #1871cc;
    width: 590px;
    padding: 20px 45px;
    color: #fff;
}

.xinxi h4{
    font-size: .3rem;
    font-weight: bold;
    text-align: center;
    padding: .3rem 0;
    border-bottom: 1px solid #fff;
}
.xinxi ul{
    margin-top: 36px;
}
.xinxi li{
    display: flex;
    margin-bottom: 30px;
}
.xinxi li .icon{
    margin-right: 18px;
    min-width: 25px;
}
.xinxi li h5{
    font-size: 16px;
    margin-bottom: 8px;
}
.xinxi li p{
    font-size: .20rem;
}



.network .title p{
    color: #58595b;
}


.logistics .top ul{
    display: flex;
    flex-wrap: wrap;
}
.logistics .top ul li{
    display: flex;
    align-items: center;
/*    justify-content: center;
*/    flex-flow: column;
    width: 18.3%;
    background: #f7f7f7;
    margin-right: 2%;
    margin-bottom: 30px;
    padding: .8rem 0;
    transition: all 0.3s;
    position: relative;
}
.logistics .top ul li:hover{
    transform: translateY(-10px);
}
.logistics .top ul li p{
	color: #000000;
	font-size: 20px;
    margin-top: .45rem;
	text-align: center;
	padding-right: 15%;
	padding-left: 15%;
}
.logistics .top ul li:nth-child(5n){
    margin-right: 0;
}


.logistics .top ul li .icon{
    position: absolute;
    bottom: 0;
    right: 0;
}

.logistics .mid{
    margin-top: .6rem;
}
.logistics .mid video{
    width: 100%;
}


.logistics  #certify .swiper-pagination{
    display: none;
}
.logistics .mid{
    margin-bottom: .9rem;
}
.logistics .mid .content{
    position: relative;
}
.logistics .mid img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.about-video{
    position: relative;
}
.about-video img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}
.about-video video {
    width: 100%;
}


#focus_Boxs{position:relative;width:100%;height:308px;margin:20px auto; display: block;}
#focus_Boxs ul{position:relative;width:100%;height:308px}
#focus_Boxs li{z-index:0;position:absolute; width:0px;background:#787878;height:0px;top:146px;cursor:pointer;left:377px;border-radius:4px;box-shadow:1px 1px 12px rgba(200, 200, 200, 1)}
#focus_Boxs li img{width:100%;background:url(picture/loading.gif) no-repeat center 50%;height:100%;vertical-align:top}
#focus_Boxs li p{font-size: 14px; position:absolute;left:0;bottom:0px;width:100%;height:40px;line-height:40px;text-indent:8px;color:#fff; background: black; opacity: 0.4;}
#focus_Boxs li p span{display:inline-block;width:70%;height:40px;overflow:hidden;}
#focus_Boxs li a:before{content: ""; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: #fff; opacity: 0.5;}
#focus_Boxs li:nth-child(3) a:before{content: ""; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: none;}
#focus_Boxs li:nth-child(3) p{background: #1871cc; opacity: 1;}
#focus_Boxs li:nth-child(3) p span{color: #fff;}
#focus_Boxs .prev,#focus_Box .next{display:block;z-index:100;overflow:hidden;cursor:pointer;position:absolute;width:60px;height:60px;top:131px;}
#focus_Boxs .prev{background:url(../picture/anli-icon_16.png) left bottom no-repeat;position:absolute; z-index: 999; cursor: pointer; left:120px; width: 60px; height: 60px;}
#focus_Boxs .next{background:url(../picture/anli-icon_19.png) right bottom no-repeat;position:absolute; z-index: 999; cursor: pointer; right:120px; width: 60px; height: 60px; top: 127px;}
#focus_Boxs .prev:hover{background-position:left top;}
#focus_Boxs .next:hover{background-position:right top;}
#focus_Boxs a.imgs-scroll-btn{display:block;position:absolute;z-index:110;top:7px;right:15px;width:51px;height:23px;overflow:hidden;background:url(picture/share-btn.png) no-repeat;text-indent:-999px;}





#focus_Box2{position:relative;width:100%;height:308px;margin:20px auto; display: none;}
#focus_Box2 ul{position:relative;width:100%;height:308px}
#focus_Box2 li{z-index:0;position:absolute; width:0px;background:#787878;height:0px;top:146px;cursor:pointer;left:377px;border-radius:4px;box-shadow:1px 1px 12px rgba(200, 200, 200, 1)}
#focus_Box2 li img{width:100%;background:url(picture/loading.gif) no-repeat center 50%;height:100%;vertical-align:top}
#focus_Box2 li p{font-size: 14px; position:absolute;left:0;bottom:0px;width:100%;height:40px;line-height:40px;text-indent:8px;color:#fff; background: black; opacity: 0.4;}
#focus_Box2 li p span{display:inline-block;width:70%;height:40px;overflow:hidden;}
#focus_Box2 li a:before{content: ""; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: #fff; opacity: 0.5;}
#focus_Box2 li:nth-child(3) a:before{content: ""; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: none;}
#focus_Box2 li:nth-child(3) p{background: #1871cc; opacity: 1;}
#focus_Box2 li:nth-child(3) p span{color: #fff;}
#focus_Box2 .prev,#focus_Box .next{display:block;z-index:100;overflow:hidden;cursor:pointer;position:absolute;width:60px;height:60px;top:131px;}
#focus_Box2 .prev{background:url(../picture/anli-icon_16.png) left bottom no-repeat;position:absolute; z-index: 999; cursor: pointer; left:120px; width: 60px; height: 60px;}
#focus_Box2 .next{background:url(../picture/anli-icon_19.png) right bottom no-repeat;position:absolute; z-index: 999; cursor: pointer; right:120px; width: 60px; height: 60px; top: 127px;}
#focus_Box2 .prev:hover{background-position:left top;}
#focus_Box2 .next:hover{background-position:right top;}
#focus_Box2 a.imgs-scroll-btn{display:block;position:absolute;z-index:110;top:7px;right:15px;width:51px;height:23px;overflow:hidden;background:url(picture/share-btn.png) no-repeat;text-indent:-999px;}


#slider {
    width: 100%;
    margin: 0px auto;
}


/*--------------CONTROLS--------------*/

/*position controls*/
.controls li {
    top: 50%;
    margin-top: -30px
}

.controls li:nth-child(1) {
    left: 0;
}

.controls li:nth-child(2) {
    right: 0;
}
.responsive {
    width: 100%;
    height: auto;
}


.main11 {
    padding-bottom: 100px;
    padding-top: 63px;
    background: url("/public/assets/ygj/picture/main11_02.jpg") no-repeat;
    background-size: cover;
}

.main11 .title {
    padding-bottom: 17px;
    margin-bottom: 23px;
}

.main11 h2 {
    text-align: center;
    font-size: 30px;
    line-height: 61px;
    color: #333333;
}

.main11 .xian {
    width: 58px;
    height: 1px;
    background: #333;
    margin: 0 auto;
}

.main11 .rencai {
    width: 100%;
    padding: 0 100px;
}

.main11 .rencai select {
    width: 239px;
    height: 40px;
    border: 1px solid #ebebeb;
    background: #fff;
    padding-left: 5px;
    margin-right: 10px;
}

.main11 .rencai select:focus {
    outline: none;
}

.main11 .rencai input {
    width: 317px;
    height: 40px;
    border: 1px solid #ebebeb;
    padding-left: 10px;
    margin-right: 10px;
}

.main11 .rencai button {
    width: 100%;
    height: 42px;
    font-size: 16px;
    color: #fff;
    background: #1871cc;
    border: none;
}

.main11 .rencai .sousuo {
    float: right;
}

.aa {
    color: #fff;
}

.main11 .panel .a1 {
    display: block;
    font-size: 14px;
    color: #fff;
    padding: 15px 39px;
    transition: all 0.3s ease 0s;
    background-color: #1871cc;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-box-shadow: 1px 1px 1px rgba(146, 146, 146, 0.5);
    box-shadow: 1px 1px 1px rgba(146, 146, 146, 0.5);
}
.main11 .panel a.collapsed {
    background: #fff;
    color: #333;
}

header .right .icon a{
    position: relative;
}
header .erweima {
    position: absolute;
    left: -20px;
    top: 39px;
    z-index: 999;
    display: none;
    text-align: center;
    width: 130px;
background:#fff;
}
header .right .icon a:hover .erweima {
    display: block;
}

header .right .icon .erweima img{
    float: none;
margin:0
}
header .right .icon .erweima span{
   display: block;
    line-height: 20px;
    margin: 0 0 5px;
    text-align: center;
color:#333
}

.network{
    margin-bottom: 1rem;
}
.panel-body span{display: block; font-size: 14px; color: #666; line-height: 28px;}
.panel-body p{ font-size: 14px; color: #666; line-height: 28px;}

.contactUs{
    margin-bottom: 1rem;
}
#focus_Boxs {
    position: relative;
    width: 100%;
    height: 308px;
    margin: 20px auto;
    display: block;
}
#focus_Box2{
    display: none;
}



.case{
    margin-bottom: 1rem;
}


.conference-services{
    margin-bottom: 1rem;
}





@media screen and (max-width: 1680px) {
    #Advertisement .marketMap{
        margin: 0 auto;
    }
    #Advertisement .right{
        width: 100%;
        text-align: center;
        justify-content: center;
        margin-top: 80px;
    }
}
@media screen and (max-width: 1600px) {
    #focus_Boxs {
        display: none;
    }
    #focus_Box2 {
        display: block;
    }
    .services .content .list .text h4 {
        font-size: 24px;
    }

    .conference-services .huiwu p {
        width: 6rem;
    }

    .auxiliary .owl-theme .owl-controls {
        right: 23%;
    }
    .logistics .title p br{
        display: none;
    }
}


@media screen and (max-width: 1440px) {
    .logistics .top ul li .icon{
        width: 90px;
    }
    .environmental-management .itemFive .content .list .txt{
        padding: 0 25px;
    }
    .food .itemTwo .content p br {
        display: none;
    }

    .services .content .list .text h4 {
        font-size: 22px;
    }

    .about-main .text p br {
        display: none;
    }

    .quality-main li {
        max-width: 290px;
    }

    .quality-main li:nth-child(1) {
        left: -405px;
    }

    .quality-main li:nth-child(2) {
        right: -405px;
    }

    .quality-main li:nth-child(3) {
        left: -405px;
    }

    .quality-main li:nth-child(4) {
        right: -386px;
    }

    .honor .full-container {
        width: 78%;
    }

    .history-main .content {
        max-width: 90%;
    }

    .swiper-slide-cont h4 {
        font-size: .28rem;
    }
}

@media screen and (max-width: 1366px) {
    .forefront-main .title p br {
        display: none;
    }

    .services .content .list {
        width: 47%;
    }


    .main14 #one li:nth-child(1) {
        left: 25%;
    }

    .main14 #one li:nth-child(2) {
        right: 25%;
    }

    .main14 #two li:nth-child(1) {
        left: 25%;
    }

    .main14 #two li:nth-child(2) {
        right: 25%;
    }

    .history-main .mid li p {
        font-size: 16px;
    }
}

@media screen and (max-width: 1200px) {
    .environmental-management .itemTwo .content p br{
        display: none;
    }
    #Advertisement .marketMap{
        min-width: 768px;
    }
    .auxiliary .itemFive .menutwo .content {
        flex-flow: wrap;
    }

    .auxiliary .itemFive .menutwo .content .text {
        width: 100%;
        padding: 40px 0.7rem;
    }
    .auxiliary .itemFive .menutwo .content .pic {
        width: 100%;
    }
    .auxiliary .grid .text p {
        overflow: hidden;
        text-overflow: ellipsis;
        word-break: break-all;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 6;
    }

    .order-maintenance .title p br {
        display: none;
    }

    .services .content .list {
        width: 48%;
        margin-bottom: 2.28rem;
    }

    .sj-pic {
        display: block;
    }

    .quality-main .pic {
        display: none;
    }

    .environmental-management .itemFive .content .list {
        width: 48%;
        margin-bottom: 30px;
    }


    #Advertisement .db {
        width: 121px;
        height: 185px;
        top: 0px;
        right: 118px;
    }

    #Advertisement .huabei {
        top: 140px;
        right: 221px;
        width: 90px;
    }

    #Advertisement .xb {
        top: 5px;
        left: 103px;
        width: 470px;
    }

    #Advertisement .xn {
        left: 128px;
        bottom: 105px;
        width: 396px;
    }

    #Advertisement .dongbu {
        bottom: 341px;
        right: 183px;
        width: 65px;
    }

    #Advertisement .dongan {
        bottom: 220px;
        right: 180px;
        width: 89px;
    }

    #Advertisement .huadong {
        top: 196px;
        right: 183px;
        width: 127px;
    }

    #Advertisement .huanan {
        bottom: 130px;
        right: 195px;
        width: 175px;
    }
    #Advertisement .right{
        margin-top: 0;
    }




    .main1 .fuwu .sj {
        display: block;
        margin-top: 30px;
    }

    .main1 .fuwu .sj > div {
        margin-bottom: 20px;
    }

    .Div1 {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    .caseMain .itemOne .content .pic{
        width: 100%;
        height: 500px;
    }
    .caseMain .itemOne .content .text{
        width: 100%;
    }
    .towel .content .pic{
        width: 100%;
    }
    .towel .content .text{
        width: 100%;
    }
    .conference-services .huiwu p {
        width: 4.5rem;
    }

    .conference-services .owl-theme .owl-controls .owl-nav div {
        top: -2.5rem;
    }

    .cbdiv_247e4130 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 1680px;
        margin-top: 30px;
    }

    .cbdiv_518470eb {
        width: 100%;
        margin-bottom: 350px;
        overflow: visible;
        height: auto;
        position: relative;
    }

    .cbdiv_2cbf65c9 {
        width: 100%;
        margin-top: 0px;
        overflow: visible;
        height: auto;
        position: relative;
    }

    .cbpara_92225e28 {
        line-height: 32px;
    }

    .cbvide_cf061092 {
        height: 250px;
    }

    .cbdiv_b244a68a {
        width: 100%;
        padding-left: 15px;
        padding-bottom: 20px;
        opacity: 1;
        padding-right: 15px;
        z-index: 100;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transform: rotate(
                0deg
        ) scale(1) translate(0%, 115%);
        -ms-transform: rotate(0deg) scale(1) translate(0%, 115%);
        transform: rotate(
                0deg
        ) scale(1) translate(0%, 115%);
        transition: all 0.5s ease 0s;
    }

    .cbdiv_b2f8f83c {
        bottom: 0;
    }

    .cbpara_32657491 {
        color: #3b3c45;
    }

    .cbdiv_ac3cb1c7 {
        color: rgb(59, 60, 69);
        background-color: rgba(59, 60, 69, 1);
    }

    .cbpara_92225e28 {
        color: rgb(59, 60, 69);
        text-align: justify;
        width: 100%;
    }


    .environmental-management .itemOne .content .list {
        width: 50%;
    }

    .corporate-culture .item {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -moz-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -moz-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
        flex-flow: wrap;
    }

    .corporate-culture .item .text {
        width: 100%;
        position: relative;
        top: 0;
        transform: translateY(0);
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
    }

    .corporate-culture .item .pic {
        width: 100%;
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
    }


    .main14 #two li:nth-child(1) {
        left: 13%;
    }

    .main14 #two li:nth-child(2) {
        right: 13%;
    }

    .main14 #one li:nth-child(1) {
        left: 13%;
    }

    .main14 #one li:nth-child(2) {
        right: 13%;
    }

    .main13 .one p {
        width: 100%;
    }

    .main13 .list1 .one {
        width: 750px;
    }

    .main13 .list2 .two {
        width: 750px;
    }

    .main13 .list3 .one {
        width: 750px;
    }

    .main12 #tabs li {
        width: 169px;
    }

    .main12 #tabs .yi .isinput {
        width: 470px;
    }

    .main12 #tabs .er input {
        width: 595px;
    }

    .main12 #tabs .er textarea {
        width: 595px;
    }

    .main12 #tabs .btn1 {
        margin-left: 94px;
    }

    #Advertisement .db {
        right: 140px;
    }

    #Advertisement .huabei {
        left: 290px;
    }

    #Advertisement .xb {
        left: -115px;
    }

    #Advertisement .xn {
        left: -90px;
    }

    #Advertisement .dongbu {
        left: 246px;
    }

    #Advertisement .dongan {
        left: 286px;
    }

    #Advertisement .huadong {
        left: 283px;
    }

    #Advertisement .huanan {
        left: 184px;
    }

    .main11 .rencai select {
        width: 180px;
    }

    .main11 .rencai {
        padding: 0;
    }

    .main9 .list {
        line-height: 118px;
    }

    .main7 .pic img {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .anli .owl-carousel .owl-stage{
        margin-left: 0;
    }
    .anli h3 {
    font-size: 24px;
    color: #1871cc;
    text-align: center;
	padding-top:50px;
    margin-top: 0px;
	margin-bottom:5px;
}
.anli{
background-color: #F5F5F5;}
   .anli .p1 {
    font-size: 16px;
    color: #333;
    text-align: center;
    margin-bottom: 20px;
    text-transform: uppercase;
}
   .anli .bg {
     display: none;
}
    .auxiliary .title p br{
        display: none;
    }
    #Advertisement .marketMap{
        display: none;
    }
    .order-maintenance .itemOne .owl-carousel .owl-stage {
        margin-left: 0;
    }

    .conference-services .huiwu {
        flex-flow: wrap;
        text-align: center;
    }

    .conference-services .huiwu p {
        width: 100%;
        margin-left: 0;
    }

    .conference-services .huiwu h3 {
        font-size: 26px;
        margin-bottom: 20px;
        width: 100%;
    }

    .conference-services .owl-theme .owl-controls .owl-nav div {
        top: 50%;
        transform: translate(0, -50%) !important;
        width: 60px;
        height: 60px;
    }

    .conference-services .owl-theme .owl-controls .owl-nav .owl-prev {
        left: 20px;
        right: auto;
    }

    .conference-services .owl-theme .owl-controls .owl-nav .owl-prev {
        right: 20px;
    }

    .conference-services .itemOne .owl-carousel .owl-stage {
        margin-left: 0;
    }

    .conference-services .content {
        padding: 0 15px;
    }

    .central-transportation .itemTwo ul li {
        width: 100%;
        margin-bottom: 20px;
    }

    .central-transportation .itemTwo ul li .pic {
        padding-top: 135px;
    }

    .central-transportation .itemTwo ul li p {
        font-size: 18px;
        line-height: 30px;
    }

    .central-transportation .itemThree {
        height: 6rem;
    }

    .central-transportation .itemThree .content {
        padding: 0 15px;
    }

    .central-transportation .itemThree .content p {
        font-size: 16px;
        line-height: 28px;
    }

    .central-transportation .itemThree .content p br {
        display: none;
    }

    .central-transportation .itemThree .content h4 {
        font-size: 24px;
    }

    .central-transportation .itemFour .owl-theme .owl-controls .owl-nav .owl-prev {
        left: 20px;
    }

    .central-transportation .itemFour .owl-theme .owl-controls .owl-nav .owl-next {
        right: 20px;
    }

    .cbdiv_247e4130 {
        height: 1600px;
    }

    .forefront .owl-carousel .owl-stage {
        margin-left: 0;
    }

    .environmental-management .itemFive .content .list {
        width: 100%;
    }

    .environmental-management .itemFive .content .list h4 {
        font-size: 18px;
    }

    .environmental-management .itemFive .content .list .txt h5 {
        font-size: 18px;
    }

    .environmental-management .itemFive .content .list .txt p {
        font-size: 16px;
    }

    .environmental-management .itemTwo {
        height: 250px;
    }

    .environmental-management .itemTwo .content {
        padding: 0 15px;
    }

    .environmental-management .itemTwo .content p {
        font-size: 16px;
        line-height: 26px;
    }

    .environmental-management .itemTwo .content h4 {
        font-size: 24px;
    }

    .environmental-management .itemThree .content .list {
        width: 100%;
        margin-bottom: 20px;
    }

    .environmental-management .itemThree .content .list .txt p {
        font-size: 20px;
    }

    .environmental-management .itemOne .content .list .text {
        padding: 0 25px;
    }

    .environmental-management .itemOne .content .list h4 {
        font-size: 22px;

    }

    .environmental-management .itemOne .content .list .text h5 {
        font-size: 22px;
    }

    .management .itemOne .content .list {
        width: 100%;
    }

    .management .itemThree .content {
        padding: 0;
    }

    .management .itemThree .owl-theme .owl-controls .owl-nav .owl-prev {
        left: 20px;
    }

    .management .itemThree .owl-theme .owl-controls .owl-nav .owl-next {
        right: 20px;
    }

    .services ul li {
        width: 100%;
        border: none;
        margin-bottom: 10px;
    }

    .services ul li p {
        font-size: 16px;
    }

    .services .content .list {
        width: 100%;
        margin-bottom: 2.68rem;
    }

    .banners {
        margin-top: 73px;
    }

    .banners .breadcrumb-navigation {
        bottom: 8px;
    }


    .corporate-culture .content {
        flex-flow: wrap;
    }

    .corporate-culture .content .list {
        width: 100%;
        margin-bottom: 15px;
    }

    .corporate-culture .item .text {
        padding: 30px 20px;
    }

    .corporate-culture .item .text h4 {
        padding-left: 0;
        margin-bottom: 20px;
        font-size: 20px;
    }

    .title h3 {
        font-size: 26px;
    }

    .corporate-culture .item .text p {
        padding-left: 0;
    }

    .title p {
        font-size: 16px;
    }

    .corporate-culture .bot img {
        width: 45px;
    }

    .quality-main .list {
        width: 100%;
        margin-bottom: 30px;
    }

    .quality-main .list .text {
        padding: 0 20px;
    }

    .quality-main .list .text p {
        font-size: 14px;
    }

    .quality-main .list .text h4 {
        font-size: 18px;
    }


    .honor .owl-theme .owl-controls .owl-nav .owl-prev {
        left: 0;
    }

    .honor .owl-theme .owl-controls .owl-nav .owl-next {
        right: 0;
    }

    .honor .full-container {
        width: 93%;
    }

    .honor .bot {
        margin-top: 50px;
        margin-bottom: 1rem;
    }

    .honor .text h4 {
        font-size: 20px;
    }

    .history-main .mid li p {
        font-size: 14px;
        line-height: 26px;
    }

    .lishitxt {
        margin: 10px 0;
    }

    .lishitxt h4 {
        font-size: 18px;
    }

    .history-main .mid .swiper-container {
        height: 1150px;
    }

    .history-main .mid ul:before {
        height: 920px;
    }

   /* .history-main .mid li:nth-child(2n):before {
        right: -13.8%;
    } */
.history-main .mid .swiper-container {

    background: url(../images/bgLineQyry.png) 110px 10px no-repeat;
	background-size: 2px 100%;
}
    .history-main .mid li:before {
       /* left: -13.6%; */
	   left: 80px;
	       width: 20px;
	       height: 20px;
    }
	.history-main .mid li h4 {
	    color: #ffffff;
	    font-size: 18px;
	    margin-bottom: 10px;
	    position: absolute;
	    left: 0px;
	    top: 7px;
	    text-align: right;
	}
.history-main .mid li {
    width: 100%;
    text-align: left;
    padding: 30px 0 0 120px;
    position: relative;
}
    .history-main .content {
        max-width: 93%;
    }

    .swiper-slide-cont h4 {
        font-size: 18px;
    }

    .swiper-slide-cont p {
        font-size: 14px;
    }

    .swiper-slide-cont span {
        font-size: 14px;
    }

    .symain {
        padding: 0 20px;
    }

    .history-main .top .swiper-container {
        width: 90%;
    }

    .desktop-wrapper .options {
        min-width: 100%;
        flex-flow: wrap;
        height: auto;
    }

    .desktop-wrapper .options .option {
        height: 400px;
        margin-bottom: 20px;
    }

    .desktop-wrapper .options .option > div .icon-wrapper .category-icon h4 {
        font-size: 20px;
    }

    .desktop-wrapper .options .option:not(.active) > div .icon-wrapper {
        align-items: flex-start;
    }

    .food .itemTwo {
        height: 500px;
    }

    .order-maintenance .itemFour .content {
        padding: 0;
    }

    .order-maintenance .itemFour .grid .text {
        padding: 20px 25px
    }

    .order-maintenance .owl-carousel .owl-stage {
        margin-left: 0;
    }

    .housekeeper .huiwu {
        justify-content: center;
    }

    .housekeeper .huiwu img {
        margin-bottom: 20px;
    }

    .housekeeper .itemThree {
        margin-top: 50px;
    }

    .housekeeper .itemThree .content .list:nth-child(3) {
        background: #fbfbfb;
    }

    .housekeeper .itemThree .content .list:nth-child(4) {
        background: #eeeeee;
    }
    .auxiliary .grid{
        height: 500px;
    }
    .auxiliary .itemTwo ul li{
        font-size: 26px;
    }
    .auxiliary .grid .text{
        width: 100%;
        padding: 50px 25px 0;
        justify-content: flex-start;
    }
    .auxiliary .owl-theme .owl-controls{
        right: 50%;
        transform: translateX(50%);
    }
    .auxiliary .grid .text h4{
        font-size: 22px;
    }
    .auxiliary .grid .text .xian{
        margin-bottom: 25px;
    }
    .auxiliary .grid .text p{
        -webkit-line-clamp: 61;
    }
    .auxiliary .itemThree .content .list{
        width: 100%;
        margin-bottom: 25px;
    }
    .auxiliary .itemThree .content .list p{
        font-size: 18px;
    }
    .auxiliary .itemFour .content .list{
        width: 100%;
        margin-bottom: 20px;
    }
    .auxiliary .itemFive .menuone li{
        font-size: 20px;
    }
    .auxiliary .itemFive .menutwo .content h4{
        font-size: 18px;
    }
    .development-report .itemOne .content img{
        width: 45px;
    }
    .development-report .itemTwo .content{
        flex-flow: wrap;
    }
    .development-report .itemTwo .content .list{
        margin-bottom: 35px;
    }
    .towel .content .text p{
        font-size: 16px;
        line-height: 28px;
    }
    .hospital .item .text h4{
        font-size: 22px;
    }
    .caseMain .itemOne .content .pic{
        height: 300px;
    }
    .caseMain .itemOne .content .text h4{
        font-size: 22px;
    }
    .caseMain .itemOne .content .text{
        padding: 50px 20px;
    }
    .caseMain .itemThree .content .list{
        width: 100%;
        margin-bottom: 20px;
    }
    .housekeeper .itemThree .content .list .text h4{
        font-size: 20px;
    }
    #certify{
        display: none;
    }
    .case .testimonials-slider {
        display: block;
    }
    .case .tuji .list{
        width: 100%;
        margin-right: 0;
    }
    .contactUs .content .left{
        width: 100%;
    }
    .contactUs .content .right{
        width: 100%;
    }
    .contactUs .content .list{
        margin-bottom: 25px;
    }
    .contactUs .right .list .text{
        height: 80%;
    }
    .contactUs .list .text{
        width: 66%;
        height: 65%;
    }
    .contactUs .list .text h4{
        font-size: 22px;
        margin-bottom: 20px;
    }
	.message{ 
	width:90%;
    position: relative;
        top: 0;
		left: 5%;
		margin-bottom:30px;
}
    .xinxi{
        width: 100%;
        position: relative;
        right: 0;
        top: 0;
        padding: 20px 20px;
    }
    .xinxi h4{
        font-size: 20px;
    }

    .xinxi li h5{
        font-size: 16px;
    }
    .xinxi li p{
        font-size: 18px;
    }
    .ditu{
        margin-top: -30px;
    }
    .contact-information .title h3{
        text-align: center;
    }
    .logistics .top ul li{
        width: 100%;
        margin-right: 0;
    }
    .logistics .top ul li .icon{
        width: 80px;
    }
    .logistics .mid img{
        width: 50px;
    }
	    .gh-main .itemOne .left h3{
        width: 100%;
        padding: 10px 25px;
        text-align: center;
        font-size: 28px;
    }
    .gh-main .itemOne .right h3{
        font-size: 26px;
    }
    .gh-main .itemOne{
        flex-wrap: wrap;
        padding: 60px 20px;
            display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    /* optional */
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    
    }
    .gh-main .itemOne .left{
        width: 100%;
            -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    }
    .gh-main .itemOne .right{
        width: 100%;
        margin-top: 30px;
            -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    margin-bottom: 30px;
    margin-top: 0;
    }
    .gh-main .item .text{
        width: 100%;
        padding: 40px 25px;
    }
    .gh-main .item .text h3{
        font-size: 24px;
    }
    .gh-main .item .pic{
        width: 100%;
        height: 250px;
    }
    .case-presentation .content{
        flex-wrap: wrap;
    }
       .case-presentation .content .list{
        width: 100%;
        margin-bottom: 30px
    }
    .gh-main .item .text h3:first-child{
        margin-bottom: 15px;
    }

    .gh-main .title h3{
        font-size: 30px;
    }
}


@media (min-width: 1200px){
/*.container {
    width: 88%;
	max-width:1400px;
}*/
.about-video {
	max-width: 1400px;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0;
	padding-right: 5%;
	padding-bottom: 0;
	padding-left: 5%;
}
}

@media (min-width: 768px){
/*.container {
    width: 100%;
}*/}