
.homePageBox {
    color: red;
}
.homePageBox .gsggBox {
    width: 100%;
    padding: 15px 0;
    text-align: left;
    height: 70px;
    padding-left: 100px;
}
.homePageBox .gsggBox>div {
    display: inline-block;
    height: 100%;
    padding: 10px 20px;
}
.homePageBox .gsggBox>div:first-child {
    background: #FFA21B;
    border-radius: 4px;
    position: relative;
    color: white;
    font-weight: 700;
    height: 40px;
    vertical-align: top;
}
.homePageBox .gsggBox>div:first-child::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -12px;
    transform: translateY(-50%);
    border-top: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #FFA21B;
}

.homePageBox .gsggBox .gsggSwiperBox {
    max-width: 1400px;
}
.homePageBox .gsggBox .gsggSwiperBox .gsggSwiper .swiper-slide {
    line-height: 40px;
}
.homePageBox .gsggBox .gsggSwiperBox div.gsggTitle {
    padding: 0 20px;
    vertical-align: middle;
}
.homePageBox .gsggBox .gsggSwiperBox div.gsggTitle a {
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    font-weight: 700;
    color: #0B345B;
	/* text-align: center; */
}
.homePageBox .gsggBox .gsggSwiperBox div.gsggTitle span {
    vertical-align: top;
    font-size: 18px;
    display: inline-block;
    height: 100%;
    color: #0B345B;
}
.homePageBox .gsggBox .gsggSwiperBox .swiper-slide:nth-child(2) .gsggTitle{
	text-align:center;
	margin-left:-12%;
}
.homePageBox .gsggBox .gsggSwiperBox .swiper-slide:nth-child(5) .gsggTitle{
	text-align:center;
	margin-left:-12%;
}
.homePageBox .gsggBox .gsggSwiperBox .swiper-slide:nth-child(3) .gsggTitle{
	/* text-align:center; */
	/* margin-left:-12%; */
	margin-left:20px;
}
.homePageBox .gsggBox .gsggSwiperBox .swiper-slide:nth-child(3) .gsggTitle span{
	position:relative;
	/* right:15% !important; */
	
}
.homePageBox .gsggBox .gsggSwiperBox .swiper-slide:nth-child(2) .gsggTitle span{
	position:relative;
	/* right:15% !important; */
	
}
.homePageBox .gsggBox .gsggSwiperBox .swiper-slide:nth-child(5) .gsggTitle span{
	position:relative;
	/* right:15% !important; */
	
}

.homePageBox .bannerBox {
    width: 100%;
    padding-bottom: 20px;
    position: relative;
    overflow: hidden;
}
.homePageBox .bannerBox .bannerBoxSwiper {
    height: calc(100vh);
    width: calc(100vw);
    position: relative;
    cursor: pointer;
    height:360px;
}
.homePageBox .bannerBox .bannerBoxSwiper .swiper-slide img {
    object-fit: cover;object-position: center;width: 100%;height: 100%;cursor: pointer;
    font-size: 0;
}
.homePageBox .bannerBox .bannerPagination {
    position: absolute;
    bottom: 30px;
    text-align: center;
    z-index: 10;
    width: 100%;
}
.homePageBox .bannerBox .swiper-pagination-switch {
    border: 0;
    width: 40px;
    border-radius: 4px;
}
.homePageBox .bannerBox .swiper-pagination-switch {
    background: white;
}
.homePageBox .bannerBox .swiper-active-switch {
    background: rgb(0, 168, 147);
}

.homePageBox .ywBox {
    padding: 20px 40px 20px 80px;
    /*background: url(/templets/1/default/images/2/ywPicture.png) 40px 15px/142px no-repeat,url(/templets/1/default/images/2/1_09.png) 0 0/94px no-repeat,#F5F9F3;*/
    background: url(/templets/1/default/images/2/1_09.png) 0 0/94px no-repeat,#F5F9F3;
}
.homePageBox .ywBox .ywTitle {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 10px;
}
.homePageBox .ywBox .ywTitle a {
    color: #0B345B;
}
.homePageBox .ywBox .ywDesc {
    text-indent: 1em;
    line-height: 30px;
}
.homePageBox .ywBox .ywDesc a {
    font-size: 18px;
    color: #333333 !important;
}
.homePageBox .ywBox .ywMore {
    text-align: right;
}
.homePageBox .ywBox .ywMore span {
    vertical-align: middle;
    color: #333;
}
.homePageBox .ywBox .ywMore span:first-child {
    padding-right: 6px;
}
.homePageBox .ywBox .ywMore img {
    height: 18px;
}

/* toptab切换 */
.itemBox1 {
    font-size: 0;
    height: 350px;
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
}
.itemBox1>div {
    display:inline-block;
    width: 50%;
    font-size: 18px;
    height: 100%;
    overflow: hidden;
}

.itemBox1>div.lbBox {
    height: 100%;
    vertical-align: top;
    padding:0 10px;
    box-sizing:border-box;
}
.itemBox1>div.lbBox .boxx {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
/*.itemBox1>div.lbBox .boxx img {*/
    /*height: 100%;*/
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 50%;*/
    /*transform: translateX(-50%);*/
/*}*/
.itemBox1>div.lbBox .boxx .swiper-slide div img {
    /*height: 100%;*/
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 50%;*/
    /*transform: translateX(-50%);*/

    object-fit: cover;
    object-position: center;
    height: 100%;
    width: 100%;
}
.itemBox1>div.lbBox .boxx .swiper-slide a {
    display: inline-block;
    width: 100%;
    color: white;
    background: rgba(0,0,0,0.5);
    padding: 10px 120px 10px 10px;
    box-sizing: border-box;
    position: absolute;
    bottom: 0px;
    left: 0px;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.itemBox1>div.lbBox .boxx .itemBox1Pagination {
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 10px;
    z-index: 1;
}
.itemBox1>div.lbBox .boxx .itemBox1Pagination .swiper-pagination-switch {
    background: white;
    border: 0;
}
.itemBox1>div.lbBox .boxx .itemBox1Pagination .swiper-active-switch {
    background: rgb(0, 168, 147);
}

.itemBox1>div.rightTab .parentBox .parentHead {
    height: 60px;
    line-height: 30px;
    font-size: 22px;
    font-weight: 700;
    color: #333;
	text-align:center;
}
.itemBox1>div.rightTab .parentBox .parentHead span.more {
    float: right;
    padding-right: 20px;
    letter-spacing: 4px;
    color: rgb(0, 168, 147);
    cursor: pointer;
}
.itemBox1>div.rightTab .parentBox .parentHead span.title {
    
    cursor: pointer;
}
.itemBox1>div.rightTab .parentBox .parentHead span.titleChecked {
    position: relative;
    color:  rgb(0, 168, 147);
}
.itemBox1>div.rightTab .parentBox .parentHead span.titleChecked:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 6px;
    background: rgba(0, 168, 147, 0.7);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.itemBox1>div.rightTab .parentBox .parentHead span.titleChecked span {
    color: rgb(0, 168, 147);
}
.itemBox1>div.rightTab .parentBox .childBox ul+ul {
    display: none;
}
.itemBox1>div.rightTab .parentBox .childBox ul li:first-child {
    padding: 20px 20px;
    background: #F5F9F3;
}
.itemBox1>div.rightTab .parentBox .childBox ul li:first-child>a {
    display: inline-block;
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    color: rgb(0, 168, 147);
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.itemBox1>div.rightTab .parentBox .childBox ul li:first-child>div {
    font-size: 16px;
    line-height: 30px;
    text-indent: 2em;
    color: #333333;
}
.itemBox1>div.rightTab .parentBox .childBox ul li:first-child>div span.xq a {
    color: rgb(0, 168, 147);
}


.itemBox1>div.rightTab .parentBox .childBox {
    height: 100%;
}
.itemBox1>div.rightTab .parentBox {
    height: 100%;
}
.itemBox1>div.rightTab .parentBox .childBox {
    height: calc(100% - 40px);
}
.itemBox1>div.rightTab .parentBox .childBox ul {
    height: 100%;
}
.itemBox1>div.rightTab .parentBox .childBox ul li+li {
    padding: 0px 20px 0px 40px;
    position: relative;
    height: calc((100% - 130px) / 5);
	
    box-sizing: border-box;
}
.itemBox1>div.rightTab .parentBox .childBox ul li+li a{
    display: inline-block;
    width: 73%;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
    color:#333;
	font-size:18px;
}
.itemBox1>div.rightTab .parentBox .childBox ul li+li:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background: rgb(0, 168, 147);
    border-radius: 50%;
    position: absolute;
    top: 22%;
    left: 20px;
}
.itemBox1>div.rightTab .parentBox .childBox ul li+li span {
    display: inline-block;
    width: 25%;
    vertical-align: middle;
    color: #828282;
	font-size:18px;
}


/* toptab切换 */


/* 中间轮播 */
.topTitleBox {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
}
.topTitleBox>div:first-child {
    font-size: 24px;
    padding-bottom: 6px;
    padding-top: 40px;
}
.topTitleBox>div:first-child>span {
    position: relative;
    color: #333333;
    /* z-index: 1; */
}
.topTitleBox>div:first-child>span:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 6px;
    background: rgba(0, 168, 147, 0.7);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.topTitleBox>div:first-child>span span {
    color: rgb(0, 168, 147);
}
.topTitleBox>div:last-child {
    color: rgb(0, 168, 147);
}

.weiduduan{ width:100%;background: #F5F9F3;
    padding: 20px;box-sizing: border-box; overflow: hidden;}
#phoneCarousel{height:390px;margin:0 auto;position:relative;width:100%;}
#phoneCarousel .arrow{
    width:44px;
    height:44px;
    position:absolute;
    top:50%;
    margin-top:-22px;
    left:0;
    cursor:pointer;
    z-index:10000;
}
#phoneCarousel .arrow.previous {
    left: 0;
    background: url("/templets/1/default/images/2/prev1.png") 0 0/ 100% no-repeat;
}
#phoneCarousel .arrow.next {
    right: 0;
    background: url("/templets/1/default/images/2/next1.png") 0 0/ 100% no-repeat;
}
#phoneCarousel .arrow.previous:hover {
    background: url("/templets/1/default/images/2/prev2.png") 0 0/ 100% no-repeat;
}
#phoneCarousel .arrow.next:hover {
    background: url("/templets/1/default/images/2/next2.png") 0 0/ 100% no-repeat;
}
#phoneCarousel .next{background-position:right top;left:auto;right:0;}
#phoneCarousel .arrow:hover{background-position:left bottom;}
#phoneCarousel .next:hover{background-position:right bottom;}
#stage{position:absolute;width:100%;height:100%;}
#stage a{position:absolute;margin-left: -10px;transform: translateX(-50%);}
#stage a span.stageItemTitle{
    position: absolute;
    top: 50%;
    left: 0%;
    color: white;
    font-weight: 700;
    z-index: 10000;
    transform: translateY(-50%);
    width: 100% !important;
    height: 30px !important;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#stage a span.stageItemMore {
    position: absolute;
    top: 64%;
    left: 0%;
    color: white;
    font-weight: 700;
    z-index: 10000;
    width: 100% !important;
    height: 30px !important;
    text-align: center;
}
#stage a span.stageItemMore .stageMoreImgBox {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(/templets/1/default/images/2/demo/arrows.png) -16px 0px/32px no-repeat;
    vertical-align: middle;
    margin-top: -4px;
}

#stage a span.stageItemWbWx {
    position: absolute;
    bottom: 6px;
    right: -40px;
    color: white;
    font-weight: 700;
    z-index: 10000;
    transform: translate(-50%,-50%);
    width: 100px !important;
    height: 30px !important;
    text-align: center;
}
#stage a span.stageItemWbWx span {
    display: inline-block;
    height: 40px;
    width: 40px;
}
#stage a span.stageItemWbWx span.wx {
    margin-right: 10px;
    background: url("/templets/1/default/images/2/wx.png") no-repeat 0/100%;
}
#stage a span.stageItemWbWx span.wb {
    background: url("/templets/1/default/images/2/wb.png") no-repeat 0/100% ;
}

#stage img{display:none;border-radius:18px;}
#stage .default{display:block;left:50%;margin-left:-135px;position:absolute;}
#stage .animationReady{display:block;position:absolute;top:0;left:0;}
/* 中间轮播 */

/* 业务中心 */
.itemBox2 {

}
.itemBox2 .mapBox {

}
.itemBox2 .mapBox .mapTop {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}
.itemBox2 .mapBox .mapTop>div {
    display: inline-block;
    text-align: left;
    height: 40px;
    line-height: 40px;
    padding: 0 80px 0 120px;
    position: relative;
}
/* .itemBox2 .mapBox .mapTop>div+div:before { */
    /* content: ""; */
    /* display: inline-block; */
    /* width: 2px; */
    /* height: 100%; */
    /* position: absolute; */
    /* left: -40px; */
    /* background: #C4D6E5; */
/* } */
.itemBox2 .mapBox .mapTop>div>div:first-child {
    color: #828282;
}
.itemBox2 .mapBox .mapTop>div>div:last-child {
    color: #333;
}
.itemBox2 .mapBox .mapTop>div.ywfw {
    /* background: url("/templets/1/default/images/2/ywfw.png") no-repeat 0/auto 80px; */
}
.itemBox2 .mapBox .mapTop>div.zjrl {
    /* background: url("/templets/1/default/images/2/zjrl.png") no-repeat 0/auto 80px; */
}
.itemBox2 .mapBox .mapTop>div.zcze {
    /* background: url("/templets/1/default/images/2/zcze.png") no-repeat 0/auto 80px; */
}
.itemBox2 .mapBox .mapTop>div.ywfw>div:last-child span {
    font-size: 30px;
    font-weight: 700;
    padding-right: 6px;
	padding-left: 6px;
    color: #29C1E7;
}
.itemBox2 .mapBox .mapTop>div.zjrl>div:last-child span {
    font-size: 30px;
    font-weight: 700;
    padding-right: 6px;
	padding-left: 6px;
    color: #FF9C00;
}
.itemBox2 .mapBox .mapTop>div.zcze>div:last-child span {
    font-size: 30px;
    font-weight: 700;
    padding-right: 6px;
	padding-left: 6px;
    color: #00C9B0;
}
/* 业务中心 */

/* 图片中心 */

/* 轮播图公共样式 */
.pagination {
    position: absolute;
    z-index: 20;
    bottom: 0;
    width: 100%;
    text-align: right;
    padding-right: 10px;
    height: 30px;
    line-height: 26px;
    background: rgba(0,0,0,0.4);
}
.swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: white;
    margin: 0 5px;
    opacity: 0.8;
    cursor: pointer;
}
.swiper-active-switch {
    background: #006DD6;
}
.swiper-container {
    height: 100%;
}
.swiper-container .swiper-slide {
    overflow: hidden;
    position: relative;
}
#swiperPictureBox {
    position: relative;
}
#swiperPictureBox .swiper-prev,
#swiperPictureBox .swiper-next {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    transform: translateY(-50%);
    background: red;
}
#swiperPictureBox .swiper-prev {
    left: 0;
    background: url("/templets/1/default/images/2/prev1.png") 0 0/ 100% no-repeat;
}
#swiperPictureBox .swiper-next {
    right: 0;
    background: url("/templets/1/default/images/2/next1.png") 0 0/ 100% no-repeat;
}
#swiperPictureBox .swiper-prev:hover {
    background: url("/templets/1/default/images/2/prev2.png") 0 0/ 100% no-repeat;
}
#swiperPictureBox .swiper-next:hover {
    background: url("/templets/1/default/images/2/next2.png") 0 0/ 100% no-repeat;
}
/* 轮播图公共样式 */
.itemBox3 .pictureBox {
    width: 100%;
    height: 200px;
    max-width: 1780px;
    overflow: hidden;
    padding: 20px 40px;
}
.itemBox3 .pictureBox .slideshowBox {
    height: 100%;
}
.itemBox3 .pictureBox #swiperPictureBox {
    width: 100%;
    height: 100%;
}
.itemBox3 .pictureBox #swiperPictureBox .swiper-slide {
	padding: 0 10px;
	box-sizing: border-box;
}
.itemBox3 .pictureBox #swiperPictureBox .swiper-slide>div {
    display: inline-block;
	width: 100%;
	height: 100%;
    position: relative;
    border-radius: 6px;
	overflow: hidden;
	position: relative;
}
.itemBox3 .pictureBox #swiperPictureBox .swiper-slide>div img {
    height: 100%;
    border-radius: 14px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

/* 图片中心 */
@media (max-width: 2240px) {
    .homePageBox .gsggBox .gsggSwiperBox div.gsggTitle a {
        width: 700px;
    }
}
@media (max-width: 1980px) {
    #wrapperBox #header_html .searchBox {
        padding-right: 150px !important;
    }
    .homePageBox .gsggBox .gsggSwiperBox {
        max-width: 1600px;
        width: calc(100% - 250px);
    }
    .homePageBox .gsggBox .gsggSwiperBox div.gsggTitle a {
        /* max-width: 642px; */
		 max-width: 320px;
    }
    #phoneCarousel .arrow.previous {
        left: 100px !important;
    }
    #phoneCarousel .arrow.next {
        right: 100px !important;
    }
    .itemBox1 {
        height: 390px !important;
    }
    .itemBox1>div.rightTab .parentBox .childBox ul li+li {
        /* line-height: 50px !important; */
		
    }
	.itemBox1>div.rightTab .parentBox .childBox ul li:nth-child(2){
		margin-top:10px;
	}
    .homePageBox .bannerBox .bannerPagination {
        bottom: 40px;
    }
}
@media (max-width: 1720px) {
    #wrapperBox #header_html .searchBox {
        padding-right: 130px !important;
    }
    .homePageBox .gsggBox .gsggSwiperBox {
        max-width: 1400px;
        width: calc(100% - 240px);
    }
    .homePageBox .gsggBox .gsggSwiperBox div.gsggTitle a {
        max-width: 491px;
    }
    #phoneCarousel .arrow.previous {
        left: 30px !important;
    }
    #phoneCarousel .arrow.next {
        right: 30px !important;
    }
    .itemBox1 {
        height: 390px !important;
    }
    .itemBox1>div.rightTab .parentBox .childBox ul li+li {
        line-height: inherit !important;
    }
    .homePageBox .bannerBox .bannerPagination {
        bottom: 40px;
    }
}
@media (max-width: 1520px) {
    .homePageBox .gsggBox .gsggSwiperBox div.gsggTitle a {
        max-width: 420px;
    }
}
@media (max-width: 1380px) {
    .homePageBox .gsggBox .gsggSwiperBox {
        width: calc(100% - 210px);
    }
    .homePageBox .gsggBox .gsggSwiperBox div.gsggTitle a {
        max-width: 346px;
    }
    #phoneCarousel .arrow.previous {
        left: -25px !important;
    }
    #phoneCarousel .arrow.next {
        right: -5px !important;
    }
    .itemBox1 {
        height: 390px !important;
    }
    .itemBox1>div.rightTab .parentBox .childBox ul li+li {
        line-height: inherit !important;
    }
    .homePageBox .bannerBox .bannerPagination {
        bottom: 30px;
    }
}
@media (max-width: 1200px) {
    .homePageBox .gsggBox .gsggSwiperBox {
        width: calc(100% - 320px);
    }
}