@charset "utf-8";
body{font-family: 'Poppins';font-size:13.5px;}

/*sec1*/

#sec1{width:100%;height:450px;box-sizing: border-box;overflow: hidden;}
#sec1 .sec1_in{height:100%;width:100%;background: url(../images/sub1/image1.jpg)no-repeat 50% 50%;background-size: cover;position: relative;}
#sec1 .sec1_in:after{content: '';width:100%;height:100%;position: absolute;left:0;top:0;background: #000;opacity: .5;}

#sec1 .sec1_in .tit{font-size:38px;color:#fff;font-family: 'Raleway';position: absolute;left:50%;top:56%;transform: translate(-50%,-0%);z-index: 1;opacity: .8;font-weight: 500;}

/*sec2*/

#sec2{margin-top:90px;}
#sec2 .sec2_in{box-sizing: border-box;padding:50px 0 87px;}
#sec2 .sec2_in > div{width:1100px;margin:0 auto;}
#sec2 .sec2_in > div h3{background:url(../images/sub5/map.png)no-repeat;font-size:18px;font-weight: bold;padding:10px 0 0 50px;margin-bottom:15px;line-height:26px;margin-top:90px;}
#sec2 .sec2_in > div:first-child h3{margin-top:0;}
#sec2 .sec2_in .car h3{background: url(../images/sub5/car.png)no-repeat;}
#sec2 .sec2_in .bus{margin-bottom:100px;}
#sec2 .sec2_in .bus h3{background: url(../images/sub5/bus.png)no-repeat;}
#sec2 .sec2_in > div p{color:#888;line-height: 22px;margin-bottom:16px;}
#sec2 .sec2_in > div p span{display: block;margin-bottom:10px;color:#666;}