.section-address{
    padding:88px 0 104px;
}
.address-swiper{
    margin-top: 22px;
}
.address-swiper .swiper-pagination{
    position: relative;
}
.address-bullet{
    width: 240px;
	height: 50px;
	background-color: #ecf0f6;
    font-size: 16px;
    line-height: 50px;
    color: #535353;
    text-align: center;
    cursor: pointer;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.address-bullet + .address-bullet{margin-left: 5px;}
.address-bullet-active{
    background: url(../images/bullet_bg.jpg) no-repeat;
    color:#fff !important;
}
.address-bullet:not(.address-bullet-active):hover{
    color:#535353 !important;
    font-weight: bold;
}

.address-list{
    margin:20px 0 39px;
}
.address-item{
    width: 286px;
	height: 475px;
	background-color: #ffffff;
    -webkit-box-shadow: 0 0 0px 1px #eee inset;
            box-shadow: 0 0 0px 1px #eee inset;
}
.address-item + .address-item{
    margin-left: 25px;
}
.address-item:hover{
    -webkit-box-shadow: 0px 0px 20px 0px 
		rgba(187, 192, 197, 0.49), 0 0 0px 1px #eee inset;
            box-shadow: 0px 0px 20px 0px 
		rgba(187, 192, 197, 0.49), 0 0 0px 1px #eee inset;
}
.address-item-img{
    width: 286px;
	height: 200px;
    background-color: #1c3d69;
    position: relative;
}
.address-item-img img{
    width: 286px;
	height: 200px;
}
.address-item-hot::after{
    content: '';
    width: 60px;
	height: 20px;
    background: url(../images/hot_big.png);
    position: absolute;
    top:0;
    left:0;
}
.address-item-main{
    margin:22px;
}
.address-item-name{
    font-size: 16px;
	font-weight: bold;
	line-height: 1;
	color: #313131;
    line-clamp: 1;
    -webkit-line-clamp: 1;
}
.address-item-intro{
    line-clamp: 3;
    -webkit-line-clamp: 3;
    font-size: 14px;
	line-height: 18px;
	color: #7d7d7d;
    margin:13px 0 11px;
    height: 54px;
}
.address-item-tags{text-align: left;height: 30px;}
.address-item-tags span{
    width: 76px;
	height: 30px;
	background-color: #ffffff;
	border-radius: 4px;
    -webkit-box-shadow: 0 0 0px 1px #bfbfbf inset;
            box-shadow: 0 0 0px 1px #bfbfbf inset;
    font-size: 14px;
    line-height: 30px;
	color: #7d7d7d;
    text-align: center;
}
.address-item-tags span + span{margin-left: 7px;}
.address-item-tip{
    padding-left: 35px;
    background: url(../images/tip.png) no-repeat 0 center;
    font-size: 14px;
	line-height: 24px;
	color: #7d7d7d;
    margin:15px 0 22px;
    height: 24px;
}
.address-item-btns a:nth-child(1){
    min-width: auto;
    width: 115px;
    margin-right: 13px;
}




.ann2{
    background: url(../images/an_bg.jpg) no-repeat center 0 / cover;
    height: 500px;
}
.ann2-container{
}
.ann2-txts{
    margin:150px 0 0 40px;
}
.ann2-txt1{
    font-size: 40px;
	font-weight: bold;
	line-height: 50px;
}
.ann2-txt2{
    font-size: 20px;
	line-height: 1;
    margin-top: 27px;
    padding-bottom: 24px;
    position: relative;
}
.ann2-txt2::after{
    content:'';
    width: 80px;
	height: 4px;
	background-color: #007eff;
    position: absolute;
    bottom: 0;
    left:0;
}
.ann2-right{
    margin-right: 46px;
}
.ann2-right-title{
    font-size: 30px;
    margin-top: 72px;
    margin-bottom: 32px;
    color:#fff;
    font-weight: bold;
}
.ann2-fitem{
    margin-top: 18px;
}
.ann2-item{
    border:1px solid #007eff;
    line-height: 38px;
    height: 38px;
    color:#fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; /* 平滑过渡效果 */
}
.ann2-radios{
    text-align: left;
}
.ann2-radio{
    width:118px;
    margin-right: 9px;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; /* 平滑过渡效果 */
    position: relative;
}
.ann2-radio input{
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height: 100%;
}
.ann2-radio label{
    display: block;
    text-align: center;
}
.ann2-fitem-rwidth .ann2-radio{width:158px;margin-right: 20px;}
.ann2-radio:last-child{margin-right: 0;}
.ann2-radio-img{
    vertical-align: middle;
    display: inline-block;
    margin-right: 10px;
}
.ann2-radio-name{
    vertical-align: middle;
    font-size: 14px;
}
/* .ann2-radio-active .ann2-radio-img:nth-child(2){
    display: inline-block;
}
.ann2-radio:not(.ann2-radio-active) .ann2-radio-img:nth-child(1){
    display: inline-block;
} */
.ann2-radio-title{
    font-size: 14px;
	line-height: 1;
	color: #fff;
    margin-bottom: 10px;
    font-weight: bold;
}
.ann2-form-botm{
    text-align: left;
    margin-top: 26px;
}
.ann2-fphone{
    font-size: 14px;
    width: 280px;
    padding-left: 18px;
	height: 38px;
    line-height: 38px;
	background-color: transparent;
	border: solid 1px #007eff;
}
.ann2-fsubmit{
    cursor: pointer;
    background: #007eff;
    color:#fff;
    border:1px solid #007eff;
    line-height: 38px;
    height: 38px;
    font-size: 14px;
    width:200px;
    text-align: center;
    margin-left: 16px;
}
.ann2-radio:hover input{ cursor: pointer; }

/* 样式：自定义表单控件动画效果 */
input[type="radio"]:checked + label {
    background: #007eff;
    color:#fff;
    border-color:#007eff;
}

.ann2-right-tip{
    font-size: 14px;
	line-height: 1;
	color: #007eff;
    margin-top: 14px;
    margin-left: 18px;
}



.section-region{
    padding:125px 0 117px;
}
.region-list{
    margin:22px 0 32px;   
}
.region-item{
    width: 203px;
	height: 120px;
    line-height: 118px;
	background-color: #ffffff;
	border: solid 1px #eee;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    text-align: center;
}
.region-item-name{
    position: absolute;
    right:0;
    bottom:1px;
    z-index: 1;
    font-size: 60px;
	line-height: 58px;
	color: #f0f2f7;
    font-family: SourceHanSerifCN-Heavy;
    opacity: 0;
}
.region-item-img{
    position: absolute;
    right:0px;
    bottom:0px;
    z-index: 1;
}
.region-item-links{
    position: relative;
    z-index: 2;
    vertical-align: middle;
}
.region-item-links p{
	line-height: 30px;
    text-align: center;
}
.region-item-links a{
    font-size: 14px;
	line-height: 30px;
	color: #535353;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.region-item-links p.hot-region a::after{
    content:'';
    background: url(../images/hot.png) no-repeat right center;
    width:28px;
    height: 10px;
    position: absolute;
    left:100%;
    top:10px;
}
.region-item:hover{
    background: #007eff;
}
.region-item:hover .region-item-img{
    opacity: 0.15;
}

.region-item:hover .region-item-links a{
    color:#fff;
}
.region-item-links a:hover{
    color: #ff6900 !important;
    font-weight: bold;
}


.section-station{
    background: url(../images/station/bg.jpg) no-repeat center center / cover;
    padding:104px 0 92px;
}
.station-list{
    margin:45px 0 54px;
}
.station-item + .station-item{
    margin-left: 40px;
}
.station-item-txt{
    font-size: 18px;
	font-weight: bold;
	line-height: 22px;
    margin-top: 15px;
    text-align: center;
}
.station-link{
    position: relative;
    overflow: hidden;
}
.station-link-img{
    position: relative;
    z-index: 1;
    width: 380px;
	height: 280px;
}
.station-link-main{
    position: absolute;
    right:100%;
    top:0;
    z-index: 2;
    width: 380px;
    height: 280px;
    background-color: rgba(0, 114, 255, 0.8);
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.station-link:hover .station-link-main{
    right:0;
}
.station-link-no{
    height: 63px;
    margin-top: 54px;
}
.station-link-no p{
    font-size: 40px;
	line-height: 30px;
	color: #ffffff;
    position: relative;
    padding-left: 64px;
}
.station-link-no p::before{
    content:'';
    position: absolute;
    left:0;
    top:50%;
    width: 50px;
	height: 1px;
	background-color: #ffffff;
}
.station-link-intro{
    font-size: 14px;
	line-height: 20px;
	color: #ffffff;
    margin: 0 51px;
    text-align: justify;
}


.section-service{
    background: url(../images/bg2.jpg) no-repeat center center / cover;
    padding:130px 0 116px;
}
.service-list{
    margin-top: 48px;
}
.service-item{
    width: 380px;
	height: 520px;
	background-color: #144ea2;
	-webkit-box-shadow: 0px 0px 16px 0px 
		rgba(82, 93, 104, 0.4);
	        box-shadow: 0px 0px 16px 0px 
		rgba(82, 93, 104, 0.4);
    padding:29px 25px 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.service-item + .service-item{
    margin-left: 40px;
}
.service-head{
    line-height: 20px;
    text-align: left;
    margin-bottom: 16px;
}
.service-item-name{
    line-height: 20px;
    font-size: 20px;
	font-weight: bold;
}
.service-item-intro{
    font-size: 14px;
    line-height: 1;
    vertical-align: bottom;
    margin-left: 19px;
}
.service-link-fimg{
    width: 330px;
	height: 210px;
	background-color: rgba(37, 78, 137, 0.5);
    overflow: hidden;
}
.service-link-fimg img{
    width: 330px;
    height: 210px;
    transition: all .3s ;
    -webkit-transition: all .3s ;
    -moz-transition: all .3s ;
    -ms-transition: all .3s ;
    -o-transition: all .3s ;
}
.service-link-fname{
    font-size: 16px;
    line-height: 1;
    margin:18px 9px 9px;
}
.service-link-fintro{
    font-size: 14px;
	line-height: 20px;
    height: 40px;
    margin:0 9px;
    text-align: justify;
}
.service-link-first:hover .service-link-fimg img{
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
}
.service-link-first:hover p{
   
}
.service-links{
    margin: 13px 9px 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.service-links a{
    font-size: 14px;
	line-height: 26px;
    height: 26px;
    width: 84px;
    overflow: hidden;
}
.service-link-more{
    font-size: 14px;
	line-height: 1;
	color: #4ba4ff;
    margin-left: 9px;
    display: inline;
}


.section-news{
    padding:135px 0 88px;
}
.news-latest{
    text-align: left;
    background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 16px 0px 
		rgba(187, 192, 197, 0.4);
	        box-shadow: 0px 0px 16px 0px 
		rgba(187, 192, 197, 0.4);
    margin:32px 0 0;
}
.news-latest-poster{
    background:#1c3d69 url(../images/bg3.jpg) no-repeat center center / cover;
    width: 330px;
	height: 460px;
    color: #ffffff;
}
.news-latest-poster-txt1{
    font-size: 20px;
	line-height: 16px;
    margin:120px 0 0 42px;
}
.news-latest-poster-txt2{
    font-size: 30px;
	font-weight: bold;
	line-height: 30px;
    margin:14px 0 43px 42px;
}
.news-latest-poster-more{
    width: 90px;
    height: 30px;
    line-height: 28px;
    margin-left: 42px;
}
.news-latest-poster-more::after{
    content: '';
    width: 90px;
    height: 30px;
    left: -88px;
}
.news-latest-poster-more:hover::after {
    left: 65px;
}
.news-latest-links{
    width: 766px;
    margin-left: 63px;
    margin-top: 13px;
}
.news-latest-link{
    padding:17px 0 17px 3px;
    border-bottom: 2px dashed #e5e5e5;
    text-align: left;
}
.news-latest-link-date{
    width: 70px;
	height: 70px;
	background-color: #1c56d7;
    text-align: center;
    color:#fff;
}
.news-latest-link:nth-child(even) .news-latest-link-date{
    background-color: #007eff;
}
.news-latest-link-date p:nth-child(1){
    font-size: 30px;
	line-height: 23px;
    padding:13px 0 12px;
}
.news-latest-link-date p:nth-child(2){
    font-size: 14px;
	line-height: 11px;
}
.news-latest-link-main{
    width: 612px;
    margin-left: 22px;
}
.news-latest-link-name{
    -webkit-line-clamp: 1;
    font-size: 14px;
	line-height: 1;
    margin:12px 0 19px;
    color: #313131;
}
.news-latest-link-intro{
    -webkit-line-clamp: 1;
    font-size: 14px;
	line-height: 1;
	color: #7d7d7d;
}
.news-latest-link:hover{
    background-color: rgba(129, 186, 255, 0.1);
}

.news-types{
    text-align: left;
    margin-top: 6px;
}
.news-type{
    width: 395px;
	height: 250px;
	background-color: #ffffff;
	-webkit-box-shadow: 0px 0px 16px 0px 
		rgba(187, 192, 197, 0.4);
	        box-shadow: 0px 0px 16px 0px 
		rgba(187, 192, 197, 0.4);
    margin-top: 16px;
    margin-left: 16px;
}
.news-type:nth-child(3n+1) {margin-left: 0;}
.news-type-name{
    background: url(../images/bg4.jpg) no-repeat 0 0;
    width: 360px;
	height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    margin:18px auto 0;
    color:#fff;
}
.news-type:nth-child(2) .news-type-name{background-position: -360px 0;}
.news-type:nth-child(3) .news-type-name{background-position: -720px 0;}
.news-type:nth-child(4) .news-type-name{background-position: 0px -100px;}
.news-type:nth-child(5) .news-type-name{background-position: -360px -100px;}
.news-type:nth-child(6) .news-type-name{background-position: -720px -100px;}
.news-type-links{
    margin:11px 20px 0 23px;
}
.news-type-link{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.news-type-link-name{
    font-size: 14px;
	line-height: 34px;
	color: #313131;
    width: 225px;
    -webkit-line-clamp: 1;
    padding-left: 16px;
    position: relative;
}
.news-type-link-name::before{
    content:'';
    width: 6px;
    height: 6px;
    position: absolute;
    left:0;
    top:14px;
    background-color: #d2d2d2;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.news-type-link-date{
    font-size: 14px;
	line-height: 34px;
	color: #7d7d7d;
}
.news-type-link:hover .news-type-link-name{
    color:inherit;
}
.news-type-link:hover .news-type-link-name::before{
    background-color:#FF6900;
}
