@charset "UTF-8";
@charset "utf-8";
/*头部*/
.header {
    position: relative;
}
.head-tool-bar {
    position: relative;
    height: 70px;
    line-height: 70px;
    border-bottom: 1px solid #DEDEDE;
    background: #F2F2F2;
    z-index: 1;
}
.menus li {
    float: left;
    color: #363636;
}
.menus li a {
    color: #363636;
}
.ipv6 span {
    display: inline-block;
    width: 115px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: #363636;
    border-radius: 60px;
    border: 1px solid #363636;
}
.wza {
    margin: 0 10px;
}
.wza p {
    display: inline-block;
    height: 25px;
    line-height: 23px;
    padding: 0 8px;
    border-radius: 60px;
    border: 1px solid #363636;
}
.menus li span {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
    margin-top: -7px;
}
.header-content .container {
    position: relative;
    z-index: 2;
    text-align: center;
}
.header-content .wza img {
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 5px;
}
.header-content .logo {
    float: left;
    margin: 25px auto;
}
.header-content .search {
    float: right;
    margin: 40px auto;
}
.nav-box {
    height: 60px;
    background: #1D66BF;
}
.nav li {
    float: left;
    width: 15.3%;
    line-height: 58px;
    text-align: center;
}
.nav li:first-child {
    width: 8%;
}
.nav li a {
    position: relative;
    color: #fff;
    font-weight: bold;
    font-size: 1.25em;
}
.nav li a:before {
    content: "";
    width: 0px;
    height: 6px;
    background: none;
    border-radius: 1px;
    position: absolute;
    left: 50%;
    bottom: -18px;
    margin-left: -14px;
    -webkit-transition: 300ms;
    -moz-transition: 300ms;
    -o-transition: 300ms;
    transition: 300ms;
}
.nav-box .nav li.on a:before,
.nav-box .nav li a:hover:before {
    width: 28px;
    border-radius: 3px;
    background: #fff;
}
.search {
    width: 42%;
}
.search dl {
    position: relative;
    border: 2px solid #fff;
    border-radius: 100px;
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 92, 196, .2);
}
.search dl dt.icon {
    position: absolute;
    top: 50%;
    left: 15px;
    width: 24px;
    height: 24px;
    margin-top: -12px;
}
.search dl dt img {
    display: block;
    width: 100%;
    height: 100%;
}
.search dl dd {
    margin-right: 70px;
    margin-left: 50px;
}
.search dl dd input[type="text"] {
    width: 100%;
    height: 50px;
    font-size: 1em;
    color: #666;
    line-height: 54px;
    border: none;
    background: none;
}
.search dl dt.button {
    position: absolute;
    top: -2px;
    right: -2px;
    width: 125px;
    height: 54px;
    line-height: 54px;
    cursor: pointer;
    color: #fff;
    border-radius: 100px;
    background: #156BD5;
}
.search dl dt.button img {
    float: left;
    display: inline-block;
    width: 54px;
    height: 54px;
}
.search dl dt.button span {
    display: inline-block;
    font-weight: 700;
}
.hot-search-words {
    margin-top: 20px;
    text-align: center;
}
.hot-search-words span {
    color: #fff;
    font-size: 20px;
    margin-right: 12px;
}
.hot-til {
    font-size: 20px;
    font-weight: 700;
}
.switch-btn {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
}
.m-show {
    display: none;
}
.header-mobile-tool {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
    width: 48px;
    height: 45px;
    z-index: 10;
    background: rgba(0, 0, 0, .25);
}
.toggle-btn {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 10px;
    width: 28px;
    display: block;
    color: #fff;
    cursor: pointer;
}
.toggle-btn div {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: -10px auto 0;
    display: block;
    width: 28px;
    height: 20px;
    cursor: pointer;
}
.toggle-btn span {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 15%;
    background: #fff;
    transition: all .3s;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 100px;
}
.toggle-btn span:nth-child(1) {
    top: 0%;
}
.toggle-btn span:nth-child(2){
    width: 80%;
    top: 50%;
}
.toggle-btn span:nth-child(3){
    top: 100%;
}
.header-opend .toggle-btn span:nth-child(1){
    top:50%;
    -webkit-transform:translateY(-50%) rotate(-45deg);
    -ms-transform:translateY(-50%) rotate(-45deg);
    transform:translateY(-50%) rotate(-45deg);
}
.header-opend .toggle-btn span:nth-child(2) {
    -webkit-transform:translateY(-50%) scaleX(0);
    -ms-transform:translateY(-50%) scaleX(0);
    transform:translateY(-50%) scaleX(0);
}
.header-opend .toggle-btn span:nth-child(3) {
    top:50%;
    bottom:auto;
    -webkit-transform:translateY(-50%) rotate(45deg);
    -ms-transform:translateY(-50%) rotate(45deg);
    transform:translateY(-50%) rotate(45deg);
}
.mobile-place {
    position: relative;
    z-index: 9995;
    height: 45px;
}
.mobile-place .toggle-btn {
    left: -48px;
    right: auto;
    width: 48px;
    background: #005293;
}
.header-mobile-menu {
    position: fixed;
    top: 0;
    right: -100%;
    bottom: 0;
    z-index: 99;
    width: 236px;
    height: 100%;
    background: #005293;
    transition: all .3s;
    -webkit-transition: all .3s;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
.header-mobile-place {
    position: relative;
    z-index: 95;
    height: 45px;
}
.header-mobile-place .toggle-btn {
    left: -48px;
    right: auto;
    width: 48px;
    background: #005293;
}
.header-mobile-menu .mainnav-box {
    position: absolute;
    top: 0;
    width: 100%;
    bottom: 120px;
    overflow: hidden;
    z-index: 99;
}
.header-mobile-menu .mainnav-over {
    position: absolute;
    top: 0;
    right: -20px;
    bottom: 0;
    left: 0;
    overflow: hidden;
}
.header-mobile-menu .mainnav-scroll {
    position: relative;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}
.header-mobile-menu .mainnav-m {
    margin-right: 20px;
}
.header-mobile-menu .mainnav-m li {
    padding: 0 20%;
}
.header-mobile-menu .mainnav-m li > a {
    display: inline-block;
    padding: 10px 0;
    color: #fff;
}
/*走进东风*/
.dfxc {
    min-height: 810px;
    background: url(../images/zjdf/zj_bg.png) top center no-repeat;
}
.top-gk {
    width: 1020px;
    margin: 35px auto 160px;
}
.bottom-video {
    position: relative;
    margin-top: 80px;
    width: 999px;
    height: 569px;
    background: url(../images/zjdf/sp_bg.png) center no-repeat;
    background-size: 99% 100%;
}
.bottom-video .video {
    height: 94%;
    padding: 1.5%;
}
.bottom-video .video video {
    object-fit: cover;
}
/*魅力东风*/
.mldf {
    padding-bottom: 100px;
    background: url(../images/zjdf/ml_bg.png) bottom no-repeat;
}
.til {
    text-align: center;
    margin-top: 90px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    background: url(../images/zjdf/line_bg.png) bottom no-repeat;
}
.jj {
    padding: 0 28px;
    line-height: 30px;
    /*text-indent: 2em;*/
    letter-spacing: .5px;
    margin-bottom: 50px;
}
.jj .more {
    color: #2A74B5;
}
.groups {
    float: left;
    width: 9%;
    height: 322px;
    margin-left: 24px;
}
.groups:first-child {
    width: 57%;
    margin-left: 0;
}
.gk-til {
    float: left;
    width: 123px;
    height: 100%;
    line-height: 123px;
    text-align: center;
    writing-mode: vertical-rl;
    text-orientation: upright;
    cursor: pointer;
    background: url(../images/zjdf/border_til.png) center no-repeat;
}
.gk-til span {
    margin-top: 20px;
    font-size: 24px;
    color: #000;
    letter-spacing: 8px;
}
.gk-til .hover,
.gk-con {
    display: none;
}
.groups.on .gk-til span {
    color: #2B62AD;
}
.groups.on .gk-til .hover,
.groups.on .gk-con {
    display: inline-block;
}
.groups.on .gk-til .normal {
    display: none;
}
.gk-con {
    float: left;
    width: calc(100% - 123px);
    height: 100%;
    padding: 36px;
    text-indent: 2em;
    line-height: 30px;
    text-align: justify;
    font-size: 18px;
    background: url(../images/zjdf/border_con.png) center no-repeat;
    background-size: 100% 100%;
}
.gk-con .more {
    color: #2A74B5;
}
.rw {
    padding-top: 90px;
    background: url(../images/zjdf/rw_bg.png) top no-repeat;
}
.rw li {
    float: left;
    position: relative;
    width: 23%;
    height: 438px;
    margin-left: 35px;
}
.rw li:first-child {
    margin-left: 0;
}
.rw li a {
    display: block;
    width:100%;
    height: 100%;
}
.rw li span {
    position: absolute;
    left: 4%;
    top: 3%;
    width: 48px;
    height: 164px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    writing-mode: vertical-rl;
    background: url(../images/zjdf/txt_bg.png) center no-repeat;
}
.rw li.wh {
    background: url(../images/zjdf/img_rw.png) center no-repeat;
    background-size: 100% 100%;
}
.rw li.st {
    background: url(../images/zjdf/img_st.png) center no-repeat;
    background-size: 100% 100%;
}
.rw li.ms {
    background: url(../images/zjdf/img_ms.png) center no-repeat;
    background-size: 100% 100%;
}
.rw li.zs {
    background: url(../images/zjdf/img_zs.png) center no-repeat;
    background-size: 100% 100%;
}
/*景点*/
.jd-con {
    position: relative;
    width: 100%;
}
.jd-con .swiper-slide {
    position: relative;
    width: 700px;
    height: 450px;
}
.jd-con .swiper-slide img {
    display:block;
    width: 100%;
    height: 100%;
}
.jd-con span {
    display: inline-block;
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: rgba(0,0,0,.5);
    color: #fff;
    text-align: center;
}
.jd-con .swiper-button-prev {
    background-image: url(../images/zjdf/icon_prev.png);
}
.jd-con .swiper-button-next {
    background-image: url(../images/zjdf/icon_next.png);
}
@media screen and (max-width: 1500px) {
    .groups {margin-left: 20px;}
    .rw li {margin-left: 30px;}
}
@media screen and (max-width: 1280px) {
    .nav li a {font-size: 1.22em;}
    .top-gk { margin: 35px auto 80px;}
    .rw li {margin-left: 25px;}
    .gk-til {width: 85px;line-height: 85px;background-size: 100% 100%;}
    .gk-til img {height: 70px;}
    .gk-con {width: calc(100% - 85px);padding: 2% 3%;}
    .groups:first-child {width: 55%;}
}
@media screen and (max-width: 991px) {
    .m-hide {display: none;}
    .m-show {display: block;}
    .wza {display: none;}
    .header-mobile-tool {display: block;}
    .head-tool-bar {height: auto;line-height: unset;}
    .head-tool-bar .menus {margin-bottom: 10px;}
    .head-tool-bar .fl,.head-tool-bar .fr,.header-content .logo, .search{float: none;}
    .header-content {padding-bottom: 0;}
    .header-content .container {height: auto;padding-top: 0;padding-bottom: 15px;}
    .header-content .logo img {width: 100%;margin-top: 40px;}
    .header-content .container .logo img {margin-top: 10%; margin-bottom: 5%;}
    .header-content .search {float: none;width: auto;}
    .dfxc {min-height:auto;background-size:cover;}
    .top-gk {width: 100%;}
    .bottom-video {width: 100%;height: auto;}
    .bottom-video .video video {width: 100% !important;height: auto !important;}
    .jj {padding: 0 3%;}
    .gk-til {display: none;}
    .gk-con .m-show {text-indent: 0;margin-bottom: 15px;color: #2A74B5;padding: 6% 3%;}
    .gk-con,.groups:first-child,.groups {width: 100%;height: auto;margin-left: 0;}
    .gk-con {display: block;margin-bottom: 15px;}
    .rw li {width: 100%;margin-left: 0;margin-bottom: 15px;}
    .jd-con .swiper-slide {width: 100%;height: auto;}
    .jd-con span {bottom: -30px;line-height: 30px;}
}