/*首页样式*/
/*横幅 start*/
.banner {
    width: 100%;
    position: relative;
}

/*轮播*/
.fullSlide {
    overflow: hidden;
    position: relative;
    height: 450px;
}

.fullSlide ul {
    width: 9999px;
    position: absolute;
    left: 0;
    top: 0;
}

.fullSlide li {
    width: 1920px;
    height: 450px;
    float: left;
    background: url("../images/banner70.jpg") no-repeat center top;
}

.fullSlide li:nth-child(2) {
    background: url("../images/banner19.jpg") no-repeat center top;
}

.fullSlide li:nth-child(3) {
    background: url("../images/banner08.jpg") no-repeat center top;
}

.fullSlide li:nth-child(4) {
    background: url("../images/banner10.jpg") no-repeat center top;
}

.fullSlide li:nth-child(5) {
    background: url("../images/banner12.jpg") no-repeat center top;
}

/*圆点*/
.circle {
    width: 102px;
    height: 18px;
    background: rgba(0, 0, 0, 0);
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
}

.circle span {
    cursor: pointer;
    display: inline-block;
    margin: 5px 2px;
    background: #cccccc;
    opacity: .5;
    width: 13px;
    height: 13px;
    border-radius: 50%;
}

.circle .active {
    background: #ffffff;
    opacity: 1;
}

/*查询框*/
.banner_search {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -341px;
    top: 50px;
    height: 350px;
    width: 510px;
}

/*查询框左*/
.search_left {
    float: left;
}
.search_left ul{
}
.search_left li {
    cursor: pointer;
    box-sizing: border-box;
    width: 100px;
    padding-left: 3px;
    height: 117px;
    border-left: 3px solid #3399ff;
    border-bottom: 1px solid #99ccff;
    background: #3399ff;
    line-height: 115px;
    text-align: center;
    font-size: 18px;
    font-family: "icomoon";
    position: relative;
    color: #fff;

}
.search_left ul a{
    color: #fff;
}

.search_left a i {
    position: absolute;
    left: 8px;
    top: 0;
    color: #fff;

}

.search_left li:nth-child(1) a i:before {
    content: "\e9b0";
}

.search_left li:nth-child(2) a i:before {
    content: "\e962";
}

.search_left li:nth-child(3) a i:before {
    content: "\e951";
}

.search_left li:nth-child(2) {
    text-align: right;
}

/*查询框右*/
.search_right {
    position: absolute;
    left: 100px;
    top: 1px;
    float: left;
    height: 350px;
    background: #FFF;
    width: 410px;
    padding: 28px 16px 40px 24px;
    box-sizing: border-box;
}

/*查询框头部内容*/
.search_tab_hd {
    overflow: hidden;
}

.search_tab_hd li {
    float: left;
}

.search_tab_hd a {
    color: #999999;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    display: block;
    width: 90px;
    height: 36px;
    border-bottom: 2px solid #cccccc;
    position: relative;
    box-sizing: border-box;
}

.search_tab_hd a i {
    font-family: "icomoon";
    position: absolute;
    left: 11px;
    top: 0;
}

.search_tab_hd li:nth-child(1) i::after {
    content: "\ea42";
}

.search_tab_hd li:nth-child(2) i::after {
    content: "\ea45";
}

.search_tab_hd li:nth-child(3) i::after {
    content: "\ea2d";
}

.search_tab_hd li:nth-child(4) i::after {
    content: "\ea86";
}

.search_tab_hd li:nth-child(3) a {
    text-align: right;
    padding-right: 6px;
}

.search_tab_hd li:nth-child(4) i {
    left: 5px;

}

/*查询框尾部内容*/
.search_item_bd {
    padding-top: 10px;
    color: #333333;
    font-size: 12px;
    position: absolute;
    right: 20px;
    bottom: 60px;
}

.from_item {
    padding-top: 16px;
    box-sizing: border-box;
    position: relative;
}

.from_item label {
    display: inline-block;
    height: 30px;
    width: 75px;
    line-height: 30px;
    padding-right: 5px;
    box-sizing: border-box;
    text-align: right;
}

.from_item input {
    width: 263px;
    height: 28px;
    outline: none;
    border: 1px solid #cccccc;
    padding-left: 8px;
}

.from_item i {
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 23px;
    top: 21px;
    font-family: "icomoon";
    color: #cccccc;
    font-size: 16px;
}

.from_bd {
    padding: 12px 0;
    overflow: hidden;
}

.from_bd li {
    font-size: 12px;
    float: left;
    overflow: hidden;
    line-height: 19px;
    margin-left: 77px;
    color: #333333;
}

.from_bd li i {
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 1px solid #cccccc;
    margin: 0 10px;
    border-radius: 3px;
}

/*查询案例*/
.query {
    width: 360px;
    height: 30px;
    background: #ff9900;
    color: #FFFFFF;
    outline: none;
    border: 0;
    border-radius: 6px;
}

/*城市切换*/
.city-change {
    width: 13px;
    height: 58px;
    border: 1px solid #cccccc;
    border-left: 0;
    position: absolute;
    right: -9px;
    top: 34px;
}

.city-change i:after {
    content: "\ea2d";
    font-family: "icomoon";
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ff9900;
    line-height: 20px;
    text-align: center;
    position: absolute;
    right: -10px;
    top: 16px;
}

/*横幅 end*/
/*服务 start*/
/*服务list*/
.service_list {
    height: 136px;
    box-sizing: border-box;
    padding: 37px 40px 40px 30px;
}

.service_list li {
    float: left;
}

.service_list li a {
    display: block;
    width: 160px;
    height: 66px;
    color: #333;
    font-size: 12px;
    text-align: center;
}

.service_list i {
    margin: auto;
    display: block;
    width: 36px;
    height: 36px;
    background: url("../images/service.png") no-repeat 0 -42px;
    transition: opacity 1s;

}
.service_list a:hover i{
    opacity: 0.6;
}

.service_list li:nth-child(2) i {
    background-position: 0 -202px;
}

.service_list li:nth-child(3) i {
    background-position: 0 -121px;
}

.service_list li:nth-child(4) i {
    background-position: 0 -160px;
}

.service_list li:nth-child(5) i {
    background-position: 0 -80px;
}

.service_list li:nth-child(6) i {
    background-position: 0 -243px;
}

.service_list li:nth-child(7) i {
    background-position: 0 -322px;
}

/*服务详情*/
.service_lg_list {
    overflow: hidden;
}

.service_lg_list li {
    float: left;
}
.service_lg_list li a {
    display: block;
    width: 590px;
    height: 165px;
    margin: 0 10px 20px 0;
}

.service_lg_list li:nth-child(2n) a{
    margin-right: 0;
    float: right;
}

.service_lg_list li img {
    width: 100%;
    height: 100%;
    transition: opacity 1s;
}
.service_lg_list li:hover img{
    opacity: 0.6;
}
.service_lg_list li:nth-child(2n) a {
    margin-left: 0;
}

/*服务 end*/
/*旅游 start*/
.travel {

}
/*旅游头部*/
.travel_tit{
    width: 100%;
    border-bottom: 2px solid #cccccc;
    height: 40px;
}
.travel h3 {
    width: 75px;
    height: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    position: relative;
    border-bottom: 2px solid #3B99FC;
    text-align: center;
    margin-bottom: -2px;
    float: left;
    color: #3B99FC;
}
.travel_tit span{
    float: right;
    display: block;
    height: 100%;
    line-height: 40px;
    text-align: center;
}
.travel_tit span a{
    color: #333333;
}

.travel_tit span a:hover{
    color: #3B99FC;
}
.travel_tit span a:hover i{
    color: #3B99FC;
}
.travel_tit i{
    font-family: "icomoon";
}
/*旅游内容*/
.travel_list{
    margin-top: 10px;
}
.travel_list ul{
    overflow: hidden;
}
.travel_list li{
    float: left;
    margin-right: 13px;
    margin-bottom: 10px;
}
.travel_list li:nth-child(4n){
    float: right;
}
.travel_list li:nth-child(4n){
    margin-right: 0;
}
.travel_list li a{
    display: block;
    width: 288px;
    height: 243px;
    border: 1px solid #ccc;
    font-size: 12px;
}
.travel_pic img{
    width: 100%;
    height: 160px;
    transition: opacity 1s;
}
.travel_info{
    padding: 12px 10px 0 12px;
}
.travel_info p{
    height: 22px;
    line-height: 22px;
    color: #333;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.travel_list li:hover p{
    color: #3B99FC;
}
.travel_list li a:hover img{
    opacity: 0.6;
}
.travel_info span{
    display: block;
    font-size: 16px;
    color: #FF8201;
    padding-left: 8px;
    height: 28px;
    line-height: 28px;
    font-weight: 700;
}
.travel_info span i{
    font-size: 12px;
}
.news {
    margin-top: 30px;
}
.news_hd ul{
    overflow: hidden;
}
.news_hd li{
    float: left;
    margin-right: 15px;
    background: #D6D6D6;
    cursor: pointer ;
}
.news_hd li:last-child{
    margin-right: 0;
}
.news_hd li a{
    display: block;
    width: 390px;
    color: #FFF;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
}
.news_hd li:first-child{
    background: #3399ff;
}
.news_hd li:last-child a{
    margin-right: 0;
}
.news_bd{
    box-sizing: border-box;
    padding: 25px 0 0 20px;
    height: 256px;
    border: 1px solid #ccc;
}
.news_bd li{
    float: left;
    font-size: 12px;
    height: 33px;
    line-height: 33px;
    padding-left: 25px;
    position: relative;
    width: 543px;
}
.news_bd li a{
    float: left;
    display: block;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333333;
}

.news_bd li span{
    float: right;
    color: #ccc;

}
.news_bd li:nth-child(odd){
    margin-right: 40px;
}
.news_bd li::after{
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #3B99FC;
    position: absolute;
    left: 0;
    top: 13px;
}
/*右侧浮动栏*/
.fixed-right{
    width: 50px;
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.fixed-right li{
    padding: 13px 0 0 13px;
    font-size: 12px;
    margin-bottom: 4px;
    background: #EFEFEF;
}
.fixed-right h4{
    box-sizing: border-box;
    font-weight: 400;
    color: #333;
    margin-top: 30px;
    padding-bottom: 10px;
}
.fixed-right li a{
    position: relative;
}
.fixed-right li i {
    color: #666666;
    font-size: 22px;
    position: absolute;
    left: 3px;
    top: 0;
}

/*旅游 end*/

