
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, del, em, img, q, strong, sub, sup, i, dl, dt, dd, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 14px;
    font-family: "Microsoft YaHei", sans-serif;
    color: #333;
}

body {
    line-height: 1;
    background: #fff;
    min-width: 1250px;
}

ol, ul, li {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
    color: #333;
    outline: none;
}

fieldset, img {
    border: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after, .clearfix:before {
    content: "";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;

}

.clearfix {
    clear: both;
    zoom: 1;
}

.w1250 {
    width: 1250px;
    margin: 0 auto;
}

.w100 {
    width: 100%;
}

/*首页*/

.header {
    height: 90px;
    background: rgba(255, 255, 255, .6);
    position: relative;
    z-index: 5;
}

.logo {
    float: left;
    width: 206px;
    height: 41px;
    background: url("../image/airport-top-logo.png") no-repeat;
    margin-top: 22px;
    text-indent: -9999px;
}

.topnav {
    float: right;
    height: 90px;
}

.topnav li {
    text-align: center;
    display: inline-block;
    position: relative;
    margin-left: 24px;
    z-index: 9;
}

.topnav li a {
    display: block;
    padding: 0 16px;
    font-size: 18px;
    color: #333;
    line-height: 90px;
}

.topnav .current a {
    background: #4045E4;
    color: #fff;
}

.topnav .current .submenu a {
    background: transparent;
}

.topnav .submenu {
    position: absolute;
    left: 0;
    top: 90px;
    background: rgba(63, 133, 228, .5);
    width: 100%;
    z-index: 10;
    display: none;
}

.topnav .submenu li {
    line-height: 0 !important;
    margin: 0;
}

.topnav .submenu li a {
    line-height: 36px;
    display: block;
    font-size: 16px;
    color: #fff;
}

.topnav .submenu li a:hover {
    text-decoration: underline;
}

.banner-wrap {
    position: relative;
    top: -90px;
    height: 910px;
}

.c-banner {
    width: 100%;
    height: 910px;
}

.c-banner .banner ul li {
    position: absolute;
    display: none;
    opacity: 0;
    height: 910px;
}

.c-banner .banner ul li:nth-child(1) {
    opacity: 1;
    display: block;
}

.c-banner .banner ul li img {
    width: 100%;
    height: 910px;
}

.c-banner .nexImg, .c-banner .preImg {
    width: 75px;
    height: 75px;
    display: block;
    position: absolute;
    top: 49%;
    margin-top: -37px;
    border-radius: 5px;
    z-index: 10;
    cursor: pointer;
}

.c-banner .nexImg:hover, .c-banner .preImg:hover {
    opacity: 0.8;
}

.c-banner .preImg {
    left: 6%;
}

.c-banner .nexImg {
    right: 6%;
}


.banner-wrap .content {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -625px;
    text-align: center;
}

.banner-wrap .content .img1 {
    width: 300px;
    height: 260px;
    background: url("../image/img1.jpg") no-repeat;
}

.banner-wrap .content .img2 {
    width: 300px;
    height: 260px;
    background: url("../image/img2.jpg") no-repeat;
}

.banner-wrap .content .search-box {
    padding: 0 68px;
    width: 514px;
    height: 260px;
    background: rgba(64, 69, 228, .85);
}

.banner-wrap .sear-con {
    width: 510px;
    margin-top: 42px;
    height: 48px;
    border: 1px solid #fff;
}

.banner-wrap .search {
    width: 418px;
    height: 48px;
    line-height: 48px;
    border: 0 none;
    padding: 0 0 0 20px;
    float: left;
    font-size: 18px;
    background: transparent;
    color: #fff;
}

.banner-wrap .search::-webkit-input-placeholder {
    color: #fff;
}

.banner-wrap .search:focus {
    outline: none
}

.banner-wrap .search-icon {
    width: 72px;
    height: 48px;
    display: inline-block;
    background: url("../image/search.png") no-repeat center;
    cursor: pointer;
}

.banner-wrap .btns {
    padding-top: 28px;
}

.banner-wrap .btns a {
    display: inline-block;
    margin-right: 72px;
    color: #fff;
    font-size: 16px;
}
.banner-wrap .btns a span{
    color: #fff;
}
.banner-wrap .btns a:last-child {
    margin: 0;
}

.banner-wrap .btns .icon {
    width: 67px;
    height: 67px;
    display: block;
    border: 2px solid #fff;
    border-radius: 50%;
    margin-bottom: 12px;

}

.banner-wrap .btns .icon i {
    width: 67px;
    height: 67px;
    display: block;
    background: url("../image/icon.png") no-repeat;
}

.banner-wrap .btns .icon .introduction {
    background-position: 0 0;
}

.banner-wrap .btns .icon .care {
    background-position: -67px 0;
}

.banner-wrap .btns .icon .down {
    background-position: -134px 0;
}

.banner-wrap .btns .icon .contact {
    background-position: -201px 0;
}

.banner-wrap .btns a:hover .icon {
    border-color: #e94c00;
    border-radius: 50%;
    background: #e94c00;
}

.banner-wrap .btns a:hover .icon i {
    background: url("../image/icon.png") no-repeat;
}

.banner-wrap .btns a:hover .icon .introduction {
    background-position: 0 0;
}

.banner-wrap .btns a:hover .icon .care {
    background-position: -67px 0;
}

.banner-wrap .btns a:hover .icon .down {
    background-position: -134px 0;
}

.banner-wrap .btns a:hover .icon .contact {
    background-position: -201px 0;
}

/*资讯中心*/
.t-30 {
    position: relative;
    top: -30px;
}

.information-center {
    background: #fff;
}

.content-l {
    width: 300px;
    background: #f6f6f6;
}

.information-center .tit-english1 {
    width: 206px;
    height: 60px;
    background: url("../image/tit-english1.jpg") no-repeat;
    margin: 26px 0 0 36px;

}

.information-center .tit-chinese {
    font-size: 28px;
    padding: 18px 0 24px 36px;
    font-weight: normal;
    color: #333;
}

.conImg {
    padding: 58px 0;
    text-align: center;
    background: #EFEFEF;
}

.conImg p {
    padding-top: 20px;
    font-size: 14px;
}

.index-news {
    width: 480px;
    padding: 30px 0 18px;
}

.index-news li {
    padding-bottom: 20px;
}

.index-news li a {
    font-size: 16px;
}

.bot-border {
    border-bottom: 1px solid #ddd;
}

.content-r .news-img {
    margin-left: 58px;
}

.content-r .news-img a {
    width: 350px;
    height: 226px;
    display: block;
}

.content-r .img1 {
    background: url("../image/pic1.jpg") no-repeat;
    margin-bottom: 10px;
}

.content-r .img2 {
    background: url("../image/pic2.jpg") no-repeat;
}

.airport-construction {
    margin-top: 66px;
    background: #efefef;
}

.airport-construction .w316 {
    width: 316px;
}

.airport-construction .tit-english2 {
    width: 230px;
    height: 60px;
    background: url("../image/tit-english2.jpg") no-repeat;
    margin: 26px 0 0 36px;
}

.airport-construction .tit-chinese {
    font-size: 28px;
    padding: 18px 0 24px 36px;
    font-weight: normal;
    color: #333;
}

.construction-dynamic {
    padding-left: 36px;
}

.construction-dynamic a {
    margin-top: 20px;
    display: inline-block;
    font-size: 16px;
}

.w316 .more {
    margin: 80px 30px 0 0;
    text-align: right;
    display: block;
}

.airport-construction .img1 {
    width: 312px;
    height: 500px;
    background: url("../image/airport-construction1.jpg") no-repeat;
}

.w310 {
    width: 310px;
    color: #333;
}

.w310 dl {
    padding: 0 32px 0 28px;
    height: 250px;

}

.w310 .dl2 {
    background: #f6f6f6;
}

.w310 dt {
    font-size: 16px;
    padding-top: 44px;
    font-weight: bold;
}

.w310 dd {
    padding-top: 26px;
    line-height: 28px;
}

.airport-construction .img2 {
    width: 312px;
    height: 500px;
    background: url("../image/airport-construction2.jpg") no-repeat;
}

/*荆州风情*/
.jz-amorous {
    margin-top: 20px;
    height: 544px;
    background: url("../image/amorous-gb.jpg") no-repeat center bottom;
    padding-top: 102px;
}

.amorous-tit {
    width: 1000px;
    height: 82px;
    background: url("../image/Jingzhou-amorous.png") no-repeat;
    margin: 0 auto 84px;
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    direction: ltr;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    -webkit-transition-property: -webkit-transform, left, top;
    -webkit-transition-duration: 0s;
    -webkit-transform: translate3d(0px, 0, 0);
    -webkit-transition-timing-function: ease;
    -moz-transition-property: -moz-transform, left, top;
    -moz-transition-duration: 0s;
    -moz-transform: translate3d(0px, 0, 0);
    -moz-transition-timing-function: ease;
    -o-transition-property: -o-transform, left, top;
    -o-transition-duration: 0s;
    -o-transform: translate3d(0px, 0, 0);
    -o-transition-timing-function: ease;
    -o-transform: translate(0px, 0px);
    -ms-transition-property: -ms-transform, left, top;
    -ms-transition-duration: 0s;
    -ms-transform: translate3d(0px, 0, 0);
    -ms-transition-timing-function: ease;
    transition-property: transform, left, top;
    transition-duration: 0s;
    transform: translate3d(0px, 0, 0);
    transition-timing-function: ease;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -ms-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    float: left;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x
}

.amorous-pics {
    height: 378px;
}

.amorous-pics .swiper-slide {
    width: 535px;
}

.amorous-pics .swiper-slide img {
    width: 535px;
    height: 378px;
    position: relative;
    display: block;
}

.amorous-pics .swiper-button-prev, .amorous-pics .swiper-button-next {
    position: absolute;
    z-index: 999;
    top: 50%;
    margin-top: -30px;
    width: 60px;
    height: 60px;
    background: url(../image/swiper-btn.png) no-repeat;
    cursor: pointer;
    display: none
}

.amorous-pics .swiper-button-prev {
    background-position: 0 0;
    left: 30px
}

.amorous-pics .swiper-button-next {
    background-position: 0 -60px;
    right: 30px
}

.amorous-pics:hover .swiper-button-prev, .amorous-pics:hover .swiper-button-next {
    display: block
}

/*友情链接*/
.friendlink {
    height: 194px;
    background: url("../image/friendlink-bg.jpg") no-repeat center;
}

.friendlink h2 {
    padding-top: 48px;
    font-size: 28px;
    color: #333;
    margin-bottom: 34px;
    font-weight: normal;
}

.friendlink p a {
    margin-right: 36px;
    font-size: 16px;
}

.friendlink p a:last-child {
    margin: 0;
}

/*底部*/
.footer {
    height: 190px;
    background: #4045E4;
    color: #fff;
}

.footer .content {
    padding: 60px;
    text-align: center;
}

.footer .content dt, .footer .content dd {
    display: inline-block;
}

.footer .content dt {
    width: 254px;
    height: 50px;
    background: url("../image/airport-bot-logo.jpg") no-repeat;

}

.footer .content dd {
    border-left: 1px solid #fff;
    padding-left: 44px;
    text-align: left;
}

.footer .content dd p {
    padding-bottom: 12px;
    color: #fff;
}

.footer .content dd p:last-child {
    padding: 0;
}


/*列表页*/
.otherpage-banner {
    position: absolute;
    top: 0;
    width: 100%;
    height: 577px;
    background: url("../image/otherpage-banner.jpg") no-repeat top center;
    z-index: 1;
}

.list-wrap {
    margin-top: 486px;
}
.other{
    position: relative;
}
.breadcrumb {
    position: absolute;
    top: -49px;
    z-index: 50;
    width: 370px;
    height: 50px;
    line-height: 50px;
    background: rgba(255, 255, 255, .85);
    padding-left: 28px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.breadcrumb > li {
    display: inline-block;
    color: #333;
}

.breadcrumb > li + li:after {
    padding: 0 8px;
    color: #333;
    content: "/\00a0";
}

.breadcrumb > li:last-child:after {
    content: "";
}

.breadcrumb > .active {
    color: #402C9F;
}

.list-search {
    position: absolute;
    right: 0;
    top: -49px;
    height: 50px;
    background: rgba(64, 69, 228, .85);
    z-index: 20;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.list-search .search {
    width: 520px;
    height: 50px;
    line-height: 50px;
    border: 0 none;
    padding: 0 0 0 24px;
    float: left;
    font-size: 18px;
    background: transparent;
    color: #fff;
}

.list-search .search::-webkit-input-placeholder {
    color: #fff;
}

.list-search .search:focus {
    outline: none
}

.list-search .search-icon {
    width: 72px;
    height: 50px;
    display: inline-block;
    background: url("../image/search.png") no-repeat center;
    cursor: pointer;
}

.menu {
    height: 66px;
    border: 1px solid #eee;
}
.menu a{
    display: inline-block;
    margin-right: 46px;
    line-height: 63px;
    font-size: 18px;
}
.menu a.cur{
    border-bottom: 4px solid #E84C00;
}

.main{
    padding-top: 60px;
    padding-bottom: 110px;

}
.main h1{
    line-height: 42px;
    font-size: 30px;
    font-weight: normal;
    padding-bottom: 38px;
}
.main .list-news{
    margin-bottom: 60px;
}
.list-news li{
    height: 52px;
    line-height: 52px;
    border-bottom: 1px dashed #ccc;
}
.list-news li a{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.list-news li a i{
    color: #E74C00;
    font-size: 18px;
    display: inline-block;
    padding-right: 26px;

}
.main .time{
    float: right;
}
.pagination{
    text-align: center;
}
.pagination li ,.pagination div{display: inline-block;}

.pagination li a ,.pagination div a,.pagination div span{
    color: black;
    float: left;
    padding: 0 20px;
    height: 44px;
    line-height: 44px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    margin: 0 4px;
    font-size: 18px;
}
.pagination div span em{
    font-style: normal;
    font-size: 18px;
    color: #fff;
}
.pagination li a.current ,.pagination div span.layui-laypage-curr{
    background-color: #4045E4;
    color: white;
    border: 1px solid #4045E4;
}

.pagination li a:hover:not(.active) ,.pagination div a:hover:not(.active) {background-color: #eee;}

/*内容页*/
.detail .pic{
    padding-bottom: 50px;
}
.detail .pic img{
    display: inline-block;
}
.detail .pic img:first-child{
    margin-right: 70px;
}
.detail p{
    font-size: 16px;
    line-height: 38px;
}

.detail p,.detail strong {
font-size: 20px !important;
line-height: 150% !important;
font-family: 仿宋 !important;
}

.detail p img {
    max-width: 500px;
}