@charset "utf-8";

.header {
    height: 49px;
    overflow: hidden;
    background: #424241;
    box-shadow: 0 0 10px #000000;
    padding: 0 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 999;
}

.topleft {
    width: 583px;
    height: 49px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.topdate {
    width: 138px;
    height: auto;
    overflow: hidden;
    margin-right: 45px;
}

.topdate p {
    font-size: 14px;
    color: #fff;
}

.topwea {
    width: 290px;
    height: auto;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.weatherText {
    width: 137px;
    height: auto;
    overflow: hidden;
    text-align: center;
    margin-right: 20px;
}

.weatherText p {
    font-size: 12px;
    color: #ffffff;
}

.weatherMore {
    width: 79px;
    height: 21px;
    overflow: hidden;
    background: url(../images/more.png) no-repeat 64px center #c9c8c4;
    border-radius: 5px;
}

.weatherMore a {
    font-size: 12px;
    line-height: 21px;
    display: block;
    text-indent: 10px;
    color: #333333;
}

.topright {
    width: 192px;
    height: 49px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.toplanguage {
    width: 118px;
    height: 25px;
    display: flex;
    justify-content: space-between;
}

.toplanguage p {
    border: 1px solid #ffffff;
    text-align: center;
    line-height: 23px;
    border-radius: 50%;
    font-size: 16px;
    color: #fff;
    width: 23px;
    height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.toplanguage p:nth-child(2) {
    font-size: 11px;
    font-family: arial;
}

.toplanguage .cur {
    background: #ffffff;
    color: #424241;
}

.loginIco {
    width: 48px;
    height: 18px;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.loginIco img {
    width: 17px;
    height: 18px;
    margin: 0 auto;
}

.loginIco::before {
    width: 1px;
    height: 11px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 4px;
    content: '';
}

.loginIco::after {
    width: 1px;
    height: 11px;
    background: #fff;
    position: absolute;
    right: 0;
    top: 4px;
    content: '';
}

.menu {
    width: 100%;
    height: 77px;
    background: #577a74;
    display: flex;
    justify-content: center;
    align-items: center;
}

.menu_mid {
    width: 1200px;
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.logo {
    width: 256px;
    height: 53px;
}

.ss {
    width: 210px;
    height: 38px;
    background: #ffffff;
    border-radius: 20px;
    justify-content: space-between;
    display: flex;
    align-items: center;
}

.ssinpt {
    width: 150px;
    height: 38px;
    border: none;
    line-height: 38px;
    padding-left: 20px;
    border-radius: 20px;
    outline: none;
}

.ssant {
    width: 24px;
    height: 24px;
    background: url(../images/sswang.jpg) no-repeat;
    border: none;
    margin-right: 10px;
    outline: none;
    cursor: pointer;
}

.nav {
    width: 800px;
}

.g_nav2 {
    margin-right: 49px;
    height: 79px;
    line-height: 79px;
    z-index: 2147483647;
    margin-top: -20px;
}

.g_nav02 {
    height: 79px;
    z-index: 2147483647;
}

.g_nav02 table tr td {
    height: 90px;
    line-height: 21px;
    position: relative;
    margin-left: 15px;
    margin-right: 15px;
    float: left;
    font-size: 18px;
    width: 74px;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
}

.g_nav02 a {
    color: #fff;
    font-size: 18px;
    height: 32px;
    display: block;
}

.g_nav02 td.now a,
.g_nav02 td:hover a {
    color: #fff;
    background: url(../images/sbtmd.png) bottom no-repeat;
}

.g_nav02 a.now div {
    width: 8px;
    height: 6px;
    background: #527874;
    position: absolute;
    left: 50%;
    margin-left: -4px;
    top: 57px;
    z-index: 5000000;
    background: url(../images/bg2.jpg) no-repeat center;
}

.g_nav02 a span {
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    display: block;
    line-height: 35px;
}

.g_nav02 table tr td .nav_tan {
    display: none;
    width: 112px;
    position: absolute;
    left: -20px;
    top: 79px;
    padding: 5px 0 10px 0;
    background: #577a74;
    color: #fff;
    z-index: 2147483647;
}

.g_nav02 table tr td .nav_tan a {
    background: #527874;
    width: 90%;
    margin: 0 auto;
    padding: 0;
    line-height: 38px;
    height: 38px;
    font-size: 18px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #fff;
    background: url(../images/sbsb.jpg) no-repeat bottom center;
}

.g_nav02 table tr td .nav_tan a:last-child {
    background: none;
}

.g_nav02 table tr td .nav_tan a:hover {
    color: #fff;
}

.foot {
    width: 100%;
    background: #424241;
    height: 170px;
}

.foot_top {
    width: 100%;
    padding-top: 42px;
    color: #fff;
    padding-bottom: 32px;
    font-size: 20px;
    text-align: center;
}

.foot_top a {
    color: #fff;
}

.foot_bot {
    width: 100%;
    font-size: 14px;
    text-align: center;
    color: #fff;
}


.banner {
    width: 100%;
    height: 488px;
}

.content {
    width: 100%;
    background: url(../images/greenbg.png);
    height: 1357px;
    padding-top: 24px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: flex-start;
}

/*周边推荐*/
.nybanner {

    background-size: cover;
    width: 100%;
    height: 251px;
}

.qiang {
    background: url(../images/greenbg.png) repeat left top;
    padding: 30px 0 65px;
}

.zhuan {
    background: url(../images/d1.png) repeat-x left top;
    background-size: 17px 38px;
    width: 100%;
    height: 38px;
}

.zbtj {
    width: 80%;
    max-width: 1550px;
    min-width: 1300px;
    margin: 0 auto 30px;
    display: flex;
    justify-content: space-between;
}

.zbtj img:first-child {
    width: 168px;
    height: 37px;
}

.zbtj img:nth-child(2) {
    margin-left: 18px;
    margin-bottom: 4px;
    width: 82px;
    height: 25px;
}

.zbtj img:nth-child(3) {
    margin-left: 30px;
    width: 72px;
    height: 17px;
}

.zbtj img:nth-child(4) {
    margin-left: 50px;
    width: 115px;
    height: 17px;
}


.title {
    display: flex;
    width: 100%;
}

.zhi h3 {
    margin: 53px auto;
    font-size: 32px;
    height: 49px;
}

.left-tu {
    width: 60%;
}

.dangqian {
    margin-top: 20px;
    color: #a2b19e;
    font-size: 13px;

}

.dangqian a {
    color: #a2b19e;
}

.fengjing {
    width: 50%;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;

}



.rightcontent {
    width: 330px;
    height: 200px;
    margin: 0 19px;
    margin-top: 50px;
}

.rightcontent p {
    margin: 10px 0;
}

.rightcontent span {
    font-size: 20px;
    font-weight: bold;
    font-family: arial;
}

.rightcontent p:first-child {
    font-size: 20px;
}

.rightcontent p:nth-child(2) {
    font-size: 6px;
}

.rightcontent p:nth-child(3) {
    font-size: 15px;
    color: red;
}

.rightcontent p:nth-child(4) {
    font-size: 15px;
    color: red;
}



.yema {
    font-size: 18px;
    margin: 70px auto;
}

.yema span {
    margin: 0 5px;
}

.jingqu_top {
    width: 1201px;
    height: 99px;
    background: url(../images/jingqu_top.png) no-repeat;
    display: flex;
    justify-content: space-between;
}

.jingqu_top_left {
    width: 367px;
    height: 99px;
    background: url(../images/xx.png) right center no-repeat;
    display: flex;
    justify-content: center;
    padding-right: 54px;
}

.jingqu_top_lefta {
    padding-left: 18px;
    padding-top: 60px;
    color: #303030;
    font-size: 14px;
    width: 80%;
    text-align: center;
}

.jingqu_top_leftb {
    padding-left: 16px;
    width: 50%
}

.jingqu_top_leftb_top {
    padding-top: 20px;
}

.jingqu_top_leftb_top span {
    color: #8f5720;
    font-size: 32px;
    letter-spacing: -1px
}

.jingqu_top_leftb_bot {
    font-size: 16px;
    margin-top: -5px;
    width: 130%
}

.jingqu_top_mid {
    width: 617px;
    height: 99px;
    background: url(../images/xx.png) right center no-repeat;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.jingqu_top_mid_left {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    color: #5a5a5a;
    width: 200px;
}

.jingqu_top_mid_left span {
    color: #8f5720;
    font-size: 24px;
    font-weight: bold;
}

.jingqu_top_mid_right {
    padding-right: 30px;
    font-size: 16px;
    color: #5a5a5a;
    width: 200px;
}

.jingqu_top_mid_right span {
    color: #8f5720;
    font-size: 24px;
    font-weight: bold;
}

.jingqu_top_right {
    width: 216px;
    height: 99px;
    display: flex;
    justify-content: center;
}

.jingqu_top_right_a {
    width: 35px;
    text-align: center;
}

.jingqu_top_right_a a{color: #565555;}
.jingqu_top_right_b a{color: #565555;}
.jingqu_top_right_a a:hover {color: #565555;}
.jingqu_top_right_b a:hover {color: #565555;}
.jingqu_top_right_a img {
    width: 35px;
    height: 27px;
    padding-top: 27px;
    padding-bottom: 8px;
}

.jingqu_top_right_b {
    width: 35px;
    padding-left: 43px;
    text-align: center;
}

.jingqu_top_right_b img {
    width: 32px;
    height: 32px;
    padding-top: 22px;
    padding-bottom: 8px;
}

.danghang ul {
    width: 1201px;
    margin-top: 28px;
    height: 101px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
}

.danghang li {
    width: 282px;
    height: 101px;
    background: url(../images/a1.png) no-repeat;
}

.danghang li a {
    width: 282px;
    height: 101px;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease 0s;
}

.danghang li a .imer {
    width: 72px;
    height: 72px;
}

.danghang li a .imer1 {
    width: 95px;
    height: 24px;
}

.danghang li a:hover {
    width: 282px;
    height: 101px;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
}

.danghang li a:hover .imer {
    width: 72px;
    height: 72px;
}

.danghang li a:hover .imer1 {
    width: 95px;
    height: 24px;
}



.jdtj {
    width: 1200px;
}

.jdtj_top {
    padding-top: 53px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.jdtj_top_left {}

.jdtj_top_right {
    width: 82px;
    height: 22px;
    background: #eadccf;
    border-radius: 5px;
    line-height: 22px;
    text-align: center;
}

.jdtj_top_right a {
    color: #8f6e20;
}

.jdtj_top_right a:hover {
    color: #8f6e20;
}

.jdtj_bot ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-top: 33px;
    align-items: center;
    flex-direction: row;
}

.jdtj_bot li {
    width: 290px;
    height: 422px;
}

.jdtj_bot li .imer {
    width: 278px;
    height: 354px;
    padding: 5px;
    border: 1px #ebddd0 solid;
}

.jdtj_bot li .imera {
    width: 278px;
    height: 354px;
    overflow: hidden;
}

.jdtj_bot li .imera img {
    width: 278px;
    height: 354px;
    transition: all ease-in-out 2s;
    object-fit: cover;
}

.jdtj_bot li .imera img:hover {
    width: 278px;
    height: 354px;
    transform: scale(1.1);
    opacity: 0.9;
}

.jdtj_bot li .bt {
    width: 100%;
    height: 51px;
    margin-top: 5px;
    font-size: 23px;
    color: #806036;
    background: url(../images/yya.jpg) no-repeat;
    line-height: 51px;
    text-align: center;
    overflow: hidden;
}

.luxian {
    width: 1200px;
}

.jingquwenhua {
    width: 100%;
    height: 509px;
    background: url(../images/lv.jpg);
    padding-top: 1px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: flex-start;
}


#certify {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 38px;
}

.left {
    width: 197px;
    height: 317px;
    background: #000;
    opacity: 0.5;
    left: 15px;
    position: absolute;
    top: 45px;
    z-index: 5000;
    border-radius: 7px 0 0 7px;
}


.right {
    width: 197px;
    height: 317px;
    background: #000;
    opacity: 0.5;
    right: 15px;
    position: absolute;
    top: 45px;
    z-index: 5000;
    border-radius: 0px 7px 7px 0px;
}

#certify .swiper-container {
    padding-bottom: 60px;
}

#certify .swiper-slide {
    width: 768px;
    height: 397px;
    border: 5px #e2b3a1 solid;
    border-radius: 10px;
}

#certify .swiper-slide img {
    display: block;
    border-radius: 10px;
}

#certify .swiper-slide p {
    line-height: 98px;
    padding-top: 0;
    text-align: center;
    color: #636363;
    font-size: 1.1em;
    margin: 0;
}

#certify .swiper-pagination {
    width: 100%;
    bottom: 20px;
    display: none;

}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 3px solid #fff;
    background-color: #d5d5d5;
    width: 10px;
    height: 10px;
    opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 3px solid #00aadc;
    background-color: #fff;
}

#certify .swiper-button-prev {
    top: 190px;
    left: 119px;
    width: 44px;
    height: 74px;
    background: url(../images/left.png) no-repeat;
    background-position: 0 0;
    background-size: 100%;
    z-index: 6000;
}

#certify .swiper-button-prev:hover {
    background-size: 100%
}

#certify .swiper-button-next {
    top: 190px;
    right: 119px;
    width: 44px;
    height: 74px;
    background: url(../images/right.png) no-repeat;
    background-size: 100%;
    z-index: 6000;
}

#certify .swiper-button-next:hover {
    background-size: 100%;

}



.zbtja {
    width: 100%;
    margin: 45px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;


}

.zbtja img:first-child {
    width: 168px;
    height: 37px;
    margin-bottom: -10px;
    float: left;
}

.left-tua {
    width: 60%;
}

.left-tua span {
    font-size: 20px;
    color: #ebddd0;
    padding-left: 30px;
    float: left;
    text-transform: uppercase;
    font-size: 14px;
}

.left-tua span p {
    line-height: 18px;
    height: 18px;
}

.left-tua span:nth-child(3) {
    margin-top: 13px;
    font-size: 18px;
}

.left-tua span:nth-child(4) {
    margin-top: 13px;
    font-size: 18px;
}


.jdtj_top_righta {
    width: 82px;
    height: 22px;
    border: 1px #7f5f39 solid;
    background: #faffe4;
    border-radius: 5px;
    line-height: 22px;
    text-align: center;
}

.jdtj_top_righta a {
    color: #7f5f39;
}

.jdtj_top_righta a:hover {
    color: #7f5f39;
}



.jdtj_top_rightb {
    width: 82px;
    height: 22px;
    border: 1px #7f5f39 solid;
    background: #ebddd0;
    border-radius: 5px;
    line-height: 22px;
    text-align: center;
}

.jdtj_top_rightb a {
    color: #7f5f39;
}

.jdtj_top_rightb a:hover {
    color: #7f5f39;
}

.zbtja_bt {
    width: 100%;
    padding-top: 36px;
    display: flex;
    justify-content: space-between;
}

.zbtja_bt_left {
    width: 538px;
    height: 324px;
    padding: 8px;
    border: 1px #faffe4 solid;
}

.zbtja_bt_right {
    width: 625px;
}

.zbtja_bt_right li a {
    width: 100%;
    margin-bottom: 14px;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.zbtja_bt_right li .imer {
    width: 127px;
    height: 95px;
    padding: 4px;
    border: 1px #faffe4 solid;
}

.zbtja_bt_right li .imer_a {
    width: 127px;
    height: 95px;
    overflow: hidden;
}

.zbtja_bt_right li .imer_a img {
    width: 127px;
    height: 95px;
    object-fit: cover;
    transition: all ease-in-out 2s;
}

.zbtja_bt_right li .imer_a img:hover {
    width: 137px;
    height: 105px;
    transform: scale(1.1);
    opacity: 0.9;
}

.zbtja_bt_right li .charw {
    width: 468px;
}

.zbtja_bt_right li .charw_top {
    width: 100%;
    line-height: 28px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.zbtja_bt_right li .charw_top h4 {
    width: 280px;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    font-weight: bold;
    font-size: 18px;
    color: #493821;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.zbtja_bt_right li .charw_top h4 a {
    color: #493821;
}

.zbtja_bt_right li .charw_top h4 a:hover {
    color: #493821;
}

.zbtja_bt_right li .charw_top p {
    width: 160px;
    height: 23px;
    background: #faffe4;
    border: 1px #7f5f39 solid;
    line-height: 23px;
    text-align: center;
    color: #9f6337;
    border-radius: 5px;
    font-size: 14px;
}

.zbtja_bt_right li h5 {
    width: 100%;
    color: #493821;
    font-size: 14px;
    line-height: 20px;
    padding-top: 9px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.wenchuangshancheng {
    width: 100%;
    height: 512px;
    background: #ebddd0;
    display: flex;
    justify-content: center;
}

.wen_bt ul {
    width: 100%;
    margin: 38px auto 0 auto;
    display: flex;
    justify-content: space-between;
}

.wen_bt li {
    width: 282px;
    height: 356px;
}

.wen_bt li .imer {
    width: 265px;
    height: 265px;
    padding: 8px;
    overflow: hidden;
    border: 1px #806036 solid;
}

.wen_bt li .imera {
    width: 265px;
    height: 265px;
    overflow: hidden;
}

.wen_bt li .imera img {
    width: 265px;
    height: 265px;
    object-fit: cover;
    transition: all ease-in-out 2s;
}

.wen_bt li .imera img:hover {
    width: 275px;
    height: 275px;
    transform: scale(1.1);
    opacity: 0.9;
}

.wen_bt li h4 {
    width: 282px;
    height: 45px;
    line-height: 45px;
    ext-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 18px;
    color: #806036;
    text-align: center;
}

.wen_bt li h3 {
    color: #c50000;
    font-size: 24px;
    width: 100%;
    text-align: center;
    font-weight: bold;
}

.wen_bt li h3 span {
    font-size: 18px;
    font-weight: normal;
}

.zhoubian {
    width: 100%;
    height: 531px;
    background: url(../images/bj.png);
    display: flex;
    justify-content: center;
}

.tab {
    width: 100%;
    margin-top:33px;
    background: #ebddd0;
    height: 382px;
}

.tab_menu {
    height: 45px;
    background: #fbf2ea;
    clear: both;
}

.tab_menu li {
    float: left;
    text-align: center;
    cursor: pointer;
    list-style: none; 
    height: 45px;
    border-bottom: none;
    line-height: 45px;
    font-size: 16px;
    color: #47391f;
    padding-left: 10px;
    padding-right: 10px
}

.tab_menu li.hover {
 background: url(../images/xxa.jpg);
}

.tab_menu li.selected {
    color: #483924;
    background: url(../images/xxa.jpg);
}

.tab_box {
    clear: both;
   
}

.hide {
    display: none
}

.tab_box dl{ display: flex;
    justify-content: center;
    align-items: center;}

 .tab_box dl dd{ width:379px;height: 303px; background: #7f5f39;  margin-top: 18px; margin-left:8px;}
 .tab_box dl dd .imera {
    width: 379px;
    height: 303px;
    overflow: hidden; position: relative;
}

.tab_box dl dd .imera h4 {
    width: 379px;
    height: 46px;
    background: rgba(0,0,0,0.5);
    color: #fff;
    text-align: center;
    bottom: 0;
    position: absolute;
    line-height: 46px;
    overflow: hidden;
    font-size: 18px;
    z-index: 5000000;
}

.tab_box dl dd .imera img {
    width: 379px;
    height: 303px;
    object-fit: cover;
    transition: all ease-in-out 2s;
}

.tab_box dl dd .imera img:hover {
    width: 389px;
    height: 313px;
    transform: scale(1.1);
    opacity: 0.9;
}

.main_content {
	width: 1004px;
	margin: 0 auto;
	position: relative;
	zoom: 1;
	min-height: 488px;
	_height: 488px;
}
.nf_hp_kv {
	height: 488px;
	margin: 0 -488px;
	position: relative;
	width: 2000px;
}
.nf_hp_kv .window {
	height: 488px;
	overflow: hidden;
	position: relative;
	width: 2000px;
}
.nf_hp_kv .window .kv_item {
	height: 488px;
	overflow: hidden;
	padding: 0 488px;
	position: absolute;
	width: 1004px;
}
.nf_hp_kv .nav {
	height: 20px;
	position: absolute;
	left: 50%;
	bottom: -1px;
	font-size: 0;
}
.nf_hp_kv .nav li {
	float: left;
	height: 13px;
	width: 13px;
	margin-right: 5px;
}
.nf_hp_kv .nav li a {
	height: 13px;
	width: 13px;
	display: block;
	background: url(../images/xd.png) no-repeat;
	overflow: hidden;
}
.nf_hp_kv .nav li.active a, .nf_hp_kv .nav li a:hover {
	height: 13px;
	width: 13px;
	display: block;
	background: url(../images/da.jpg) no-repeat;
	overflow: hidden;
}
.nf_hp_kv .btn_prev, .nf_hp_kv .btn_next {

	height: 78px;
	overflow: hidden;
	position: absolute;
	top: 110px;
	width: 32px;
}
.nf_hp_kv .btn_prev {

	left: 0;
}
.nf_hp_kv .btn_next {

	right: 0;
}
.nf_hp_kv .btn_prev a, .nf_hp_kv .btn_next a {

	display: block;
	height: 0;
	overflow: hidden;
	padding-top: 78px;
	width: 32px;
}
.nf_hp_kv .btn_prev a {
	background-position: 0 0;
}
.nf_hp_kv .btn_next a {
	background-position: right 0;
}
.nf_hp_kv .btn_prev a:hover, .nf_hp_kv .btn_next a:hover {
opacity: 0.8;-webkit-animation:xguide_down 2.0s infinite ease-in-out;
    -moz-animation:xguide_down 2.0s infinite ease-in-out;
    -o-animation:xguide_down 2.0s infinite ease-in-out;
    animation:xguide_down 2.0s infinite ease-in-out
}
.nf_width_control {
	width: 100%;
	overflow: hidden;
	min-width: 1000px;
	zoom: 1;
	position: relative;
}
.dian {
	width: 100%;
	background: url(images/xxx.png) repeat-x;
	position: absolute;
	left: 0;
	bottom: 25px;
	height: 20px;
}

#container {
	width:538px;

	position:relative;
	z-index:0;
}

#example {
	width:538px;
	height:324px;
	position:relative;
}

#slides {
	position:absolute;
	top:0px;
	left:0px;
	z-index:100;
}

#slides .slide {
	width:538px;
	height:324px;
	word-break:break-all;word-wrap:break-word; position:relative;
}
#slides .slide img{	width:538px;
	height:324px;  object-fit: cover;}

#slides .slide  h4{
	width:100%; height: 46px; background: rgba(0,0,0,0.5); line-height:46px; font-size: 18px; overflow: hidden; text-indent: 1em; color: #fff; position: absolute; bottom: 0; left: 0;left:0;bottom:0; padding-left:20px; padding-right:20px;
}



#slides .prev {
	position: absolute;
	top: 136px;
	left:22px;
    width:21px;
	height:39px;
	display: block;
    z-index: 101;
  

}


#slides .next{
	position: absolute;
	top:136px;
	right: 22px;
    width:21px;
	height:39px;
	display: block;
    z-index: 101;

}
.slides_container {
	width:538px;
	height:324px;
	overflow:hidden;
	position:relative;
}

#frame {
	position:absolute;
	z-index:0;
	width:538px;
	height:324px;
	top:-3px;
	left:-80px;
}



.pagination { display:block; bottom:19px;	height:6px;  position:absolute; right:24px; z-index:50000;  font-size:0;}

.pagination li {
	width:30px;
	height:6px; float:right; margin-left:7px;
}

.pagination li a {
	display:block;
	width:30px;
	height:6px;
	
	float:left;
	overflow:hidden;
}




#slides .link {
	display:block;
	margin-top:10px;
	font-weight:800;
}











/*周边推荐*/
.fengjing-left{
	width: 302px;
	height: 254px;
	margin: 30px;
	object-fit: cover;
	border-radius: 20px;
}
.fengjing-down{
	width: 90px;
	height: 29px;
	margin-top: 60px;
	margin-left: 0px;
}


.zbtj{
 width: 80%;
 max-width: 1550px;
 min-width: 1300px;
 margin: 0 auto 30px;
 display: flex;
 justify-content: space-between;
}
.zbtj img:first-child{
    width: 168px;
    height: 37px;
    margin-bottom: -10px;
	float: left;
}
.zhi{
    width: 80%;
    max-width: 1550px;
    min-width: 1300px;
    margin: 0 auto 30px;
    background: url(../images/zbbg.png) repeat left top;
    border-radius: 20px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    min-height: 500px;
    
}
.title{
display: flex;
width: 100%;
}
.left-tu{
width: 60%;
}
.left-tu span{
	font-size: 14px;
	color: #ebddd0;
	padding-left: 30px;
	float: left;
	text-transform: uppercase;
}
.left-tu span:nth-child(3){
	font-size: 20px;
	margin-top: 10px;
}
.left-tu span:nth-child(4){
	font-size: 20px;
	margin-top: 10px;
}
.dangqian{
    margin-top: 20px;
    color: #a2b19e;
    font-size: 13px;
    
}
.dangqian a{
    color: #a2b19e; 
}
.fengjing{
width: 50%;
display: flex;
justify-content: space-between;
flex-wrap:nowrap;

}

.rightcontent{
    width: 500px;
    height: 200px;
    margin-top: 50px;
}
.rightcontent p{
margin: 10px 0;
}
.rightcontent span{
font-size: 20px;
font-weight: bold;
font-family: arial;
}
.rightcontent p:first-child{
    font-size: 20px;
    width: 250px;
    height: 25px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.rightcontent p:nth-child(2){
font-size: 6px;
}
.rightcontent p:nth-child(3){
font-size: 15px;
color: red;
}
.rightcontent p:nth-child(4){
font-size: 15px;
color: red;
}

.yema{
font-size: 18px;
margin: 70px auto;
}
.yema span{
margin:0 5px;
}


.bs_Intro {
    width: 100%;
    padding: 36px 0 36px;
}
.bs_Intro_ul {
    width: 1120px;
    margin: 0 auto;
    overflow: hidden;
}
.bs_Intro_li {
    width: 160px;
    float: left;
}
.bs_Intro_img {
    width: 100%;
    height: 90px;
    margin: 0 auto 10px;
    display: block;
    background-size: 90px 90px!important;
}
.goimg1 {
    background: url(../images/ywgl.png) no-repeat left 43px top 0px;
}
.goimg2 {
    background: url(../images/tsms.png) no-repeat left 43px top 0px;
}
.goimg3 {
    background: url(../images/mskz.png) no-repeat left 43px top 0px;
}
.goimg4 {
    background: url(../images/gwgl.png) no-repeat left 43px top 0px;
}
.goimg5 {
    background: url(../images/cxgl.png) no-repeat left 43px top 0px;
}
.goimg6 {
    background: url(../images/ylgl.png) no-repeat left 43px top 0px;
}
.goimg7 {
    background: url(../images/jqtq.png) no-repeat left 43px top 0px;
}
.bs_Intro_ti {
    width: 110%;
    text-align: center;
    font-size: 20px;
    font-family: 'syRegular',Arial,'微软雅黑',Helvetica, sans-serif;
    color: #333333;
}




/*景区文化*/
.mscontent{
	width: 100%;
}
.zhi h3{
	 margin: 0 auto;
	 font-size: 32px;
	 height: 49px;
	 margin-top: 53px;
	 overflow: hidden;
	 width: 80%;
	 text-align: center;
}
.nyr{
	text-align: center;
	font-size: 14px;
	color: #787878;
	font-family: 'syRegular',Arial,'微软雅黑',Helvetica, sans-serif;
	margin-top: 14px;
	margin-bottom: 40px;
}
.msup{
    width: 90%;
    display: flex;
    flex-wrap:nowrap;
    margin: 0 auto;
}
.msup .rightcontent{
    margin: 0 63px;
    margin-top: 5px;
}
.msup .rightcontent p{
	font-size: 15px;
    color: #9d6a22;
    width: 380px;
    overflow: hidden;
    width: 100%;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.msup .rightcontent p span{
	font-size: 15px;
	color: black;
    
}
.msdown{
	    width: 1100px;
	    margin: 40px auto;
		padding: 30px 0 50px;
		line-height: 30px;
		font-family: 'syRegular',Arial,'微软雅黑',Helvetica, sans-serif;
		font-size: 14px;
		color: #333;
		overflow: hidden;
}


/******大图缩略图轮播********/
.box{
    width: 554px;height: 389px;position: relative;
	}
.box img{
	object-fit: cover;
	}



/*景点介绍*/
.jdpic12{
    margin: 50px 0px;
    width: 100%;
}
.jdpic12 img{
    border-radius: 20px;
    object-fit: cover;
    width: 540px;
    height: 410px
}
.jdpic1{
    margin: 0 39px;
    width: 94%;
}
.jdpic1 img{
    border-radius: 20px;
    object-fit: cover;
    width: 380px;
    height: 260px
}
.jdnamenav{
    width: 87%;
    margin: 0 auto 30px;
    display: flex;
}
.jdnamenav img:nth-child(2){
	padding-left: 738px;
	padding-right: 28px;
}
.jdnamenav span{
	font-size: 30px;
	color: #633d0b;
	font-family: cursive;
	font-weight: bold;
    width: 300px
}
.jdpic2{
	width: 1127px;
	margin: 0 auto 30px;
	position: relative;
}
.jdpic2 img{
	padding: 10px;
	width: 353px;
	border-radius: 20px;
	object-fit: cover;
    height: 233px;
}
.jdword{
	width: 87%;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	margin: 0 auto;
	padding: 0px 0 27px;
	line-height: 30px;
	font-family: 'syRegular',Arial,'微软雅黑',Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
}




/*线路推荐*/
.tu1{
	margin: 70px 95px;
	width: 100%;
}
.tu1 img{
	object-fit: cover;
	border: #e08f5a 10px solid;
}
.tu2{
	margin: 70px 104px;
	width: 100%;
}
.tu2 img{
    width: 100%;
	object-fit: cover;
	border: #e2b3a1 6px solid;
    border-radius: 20px;
}
.title i:first-child{
	    display: inline-block;
	    width: 39px;
	    height: 20px;
	    background: url(../images/cyun1.png) no-repeat center center;
	    background-size: 100% 100%;
		margin-right: 15px;
}
.title i:nth-child(2){
	    display: inline-block;
	    width: 39px;
	    height: 20px;
	    background: url(../images/cyun2.png) no-repeat center center;
	    background-size: 100% 100%;
		margin-left: 15px;
}


/*音频导览*/
.info_dalan{
	padding-left: 567px;
}

.info_dalana{
	padding-left: 360px;
}
.btn_yin {
	height: 28px;
	background: url(../images/wif_red.png) no-repeat left 14px center;
	background-size: 20px 21px;
	color: #8f5720;
	text-align: left;
	line-height: 28px;
	border: 2px solid #8f5720;
	border-radius: 16px;
	float: left;
	margin-right: 22px;
	cursor: pointer;
}
.btn_yin a {
	padding: 0 20px 0 36px;
	display: block;
	width: 59px;
	color: #8f5720;
	text-align: center;
}
.btn_kag {
	float: left;
	position: relative;
}
.yuyin_sex {
	width: 100%;
	height: 100%;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
}


.yuyin_sex_a {
	display: block;
	padding: 0 13px 0 39px;
	background: #FFF url(../images/loc.png) no-repeat left 10px center;
	background-size: 24px;
	color: #8f5720;
	border: 2px solid #8f5720;
	line-height: 28px;
	border-radius: 16px;
	cursor: pointer;
}
.yuyin_sex_a {
	background: #fff url(../images/ra1.png) no-repeat left 10px center;
	background-size: 24px 15px;
}
.yuyin_sex:checked + .yuyin_sex_a {
	background: #fff url(../images/ra2.png) no-repeat left 10px center;
	background-size: 24px 15px;
}


/*资讯公告*/
.newscontent{
    width: 100%;
}
.news {
    padding: 30px 0 50px;
	margin: 0 auto;
    width: 1300px;
}
.news ul li {
    border-bottom: 1px solid #d5d3ce;
    margin-top: 40px;
    display: flex;
    width: 90%;
    margin: 0 auto;
}
.news ul li img{
	width: 208px;
	height: 156px;
	margin: 30px;
	object-fit: cover;
	border-radius: 20px;
    
}
.news_t {
    width: 100%;
    display: flex;
	margin-top: 30px;
}
.news_t_t {
    width: 94%;
    height: 23px;
    overflow: hidden;
    color: #360d0a;
    font-size: 16px;
}
.news_t_d{
    width: 5%
}
.news_b{
	margin-top: 20px;
    margin-bottom: 50px;
	width: 100%;
	line-height: 20px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.news_x{
    margin-bottom: 10px;
    line-height: 20px;
    float: right;
}



/*景区活动*/
.hdnews {
    padding: 30px 0 50px;
	margin: 0 auto;
}

.hdnews ul li img{
	width: 208px;
	height: 156px;
	margin: 30px;
	object-fit: cover;
	border-radius: 20px;
    
}
.hdnews ul li {
    border-top: 1px solid #d5d3ce;
    margin-top: 40px;
    display: flex;
    width: 100%;
    margin: 0px auto;
}
.hdnews_t {
    width: 800px;
    display: flex;
	margin-top: 30px;
}
.hdnews_t_t {
    width: 1070px;
    height: 35px;
    overflow: hidden;
    color: #360d0a;
    font-size: 25px;
}
.hddown {
    width: 90%;
    margin: 0 auto;
    padding: 0 0 10px;
    line-height: 30px;
    font-family: 'syRegular',Arial,'微软雅黑',Helvetica, sans-serif;
    font-size: 20px;
    color: #333;
}

/*景点介绍*/
.bs_sceniicspot_meun {
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #d5d3ce;
    padding: 0 10px;
    box-sizing: border-box;
    margin: 30px 0 20px;
	position: relative;
}
.bs_sceniicspot_meun_cell {
    float: left;
    width: 33%;
    text-align: center;
    margin-right: 0px;
    position: relative;
}
.bs_sceniicspot_meun_cell>li {
    font-size: 24px;
    color: #787878;
    font-family: 'syRegular',Arial,'å¾®è½¯é›…é»‘',Helvetica, sans-serif;
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.bs_sceniicspot_meun_cell_act>a:before {
    content: "";
    width: 125px;
    height: 4px;
    border-radius: 3px;
    position: absolute;
    bottom: -3px;
    left: 0;
    background: #016946;
    left: 50%;
    transform: translateX(-50%);
}
.hide1{ visibility:hidden;}
.hide2{display: none;}



.zhia {
    width: 80%;
    max-width: 1550px;
    min-width: 1300px;
    margin: 0 auto 30px;
    background: url(../images/zbbg.png) repeat left top;
    border-radius: 20px;
    height: auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: flex-start;

}
    
.tit_jingqu{ width: 90%; text-align: center; font-size: 30px; color: #101010; padding-top: 51px; padding-bottom: 51px;}
.tit_jingqu_top{ width: 1056px; margin: 0 auto; display: flex;  justify-content:space-between;position: relative;}
.tit_jingqu_top_left{width:521px; font-size: 105px; letter-spacing:-3px; color: #2a2a2a; position: relative;}
.tit_jingqu_top_left span{ font-size: 48px; padding-left:5px;}

.tit_jingqu_top_left_c{ width: 114px; height: 33px; line-height: 33px; background-color: #c84237; border-radius:20px; position: absolute; font-size: 19px; color: #fff; text-align: center;right: 0; top:54px;}
.tit_jingqu_top_left_b{ width: 114px; height:23px; line-height:23px; color: #2a2a2a; font-size:20px;letter-spacing:0px; position: absolute; text-align: center; position: absolute ; bottom: 8px; right: 0;}

.tit_jingqu_top_mid{  font-size:50px; float: left;  overflow: hidden; position: absolute; left: 580px; top:50px; color: #2a2a2a; letter-spacing:-3px;}

.tit_jingqu_top_tu{ width: 111px; height: 78px; position: absolute; right: 0; bottom:10px;}
.tit_jingqu_top_b{ width:1056px; font-size: 18px; padding-top: 32px; padding-bottom: 32px;}



/*天气预报*/
.bs_weather{margin-top: 50px;}
.bs_weather_listBox{width: 100%;padding: 30px 30px 10px;box-sizing: border-box;background: #fff;}
.bs_weather_tit{border-bottom: 1px solid #e2e2e2;font-family: 'syMedium',Arial,'微软雅黑',Helvetica, sans-serif;font-size: 20px;color: #360d0a;line-height: 60px;height: 60px;}
.bs_weather_item:after{content: "";display: block;clear: both;visibility: hidden}
.bs_weather_list{padding: 10px 0; width:1056px;}
.bs_weather_item{padding: 10px 0 }
.bs_weather_item_cell{float: left;}
.bs_weather_img{width: 100px;height: 100px;}
.bs_weather_img img{display: block;width: 100%}
.bs_weather_time{display: block;line-height: 100px;text-align: left;font-size: 20px;color: #360d0a;font-family: 'syMedium',Arial,'微软雅黑',Helvetica, sans-serif;}
.bs_wea_one{width: 130px;}
.bs_wea_two{width: 120px;}
.bs_wea_three{width: 110px;}
.bs_wea_four{width: calc(100% - 360px);}

.bs_weather_zk{padding-top: 18px;}
.bs_weather_zk h1{text-align: center;font-size: 20px;color: #360d0a;font-family: 'syMedium',Arial,'微软雅黑',Helvetica, sans-serif;margin-bottom: 5px;}
.bs_weather_zk p{background: #c84237;width: 80px;height: 26px;margin: 0 auto;border-radius: 13px;line-height: 26px;text-align: center;color: #FFFFFF;}

.bs_weather_types:after{content: "";display: block;clear: both;visibility: hidden}
.bs_weather_types_item{float: left;width: 20%;height: 100px;line-height: 100px;text-align: center;font-size: 16px;color: #360d0a;font-family: 'syMedium',Arial,'微软雅黑',Helvetica, sans-serif;position: relative;}
.bs_weather_types_item:before{content: "";width: 2px;height: 14px;background: #d6d6d6;position: absolute;top: 50%;right: 0;margin-top: -7px;}
.bs_weather_types_item span:nth-child(1){margin-right: 6px;}
.bs_weather_types_item:last-child:before{background: #FFFFFF;}

.bs_weather_info_img{width: 200px;height: 200px;}

.bs_weather_four{width: 980px;}
.bs_weather_fcell{height: 30px;background: #F44538;padding: 0 36px 0 0;line-height: 30px;margin-right: 36px;float: left;font-size: 20px;color: #360d0a;font-family: 'syMedium',Arial,'微软雅黑',Helvetica, sans-serif;position: relative;}
.bs_weather_fcell span:nth-child(1){margin-right: 8px;}
.bs_weather_fcell:before{content: "";width: 2px;height: 24px;background: #d6d5cf;position: absolute;top: 50%;right: 0;margin-top: -12px;}
.bs_weather_fcell:last-child::before{background: none;}
.bs_wek{background: url(../images/xd_img/s1.png) no-repeat left top 1px;background-size: 21px 23px;padding-left: 23px;}
.bs_wef{background: url(../images/xd_img/s2.png) no-repeat left top 3px ;background-size: 19px 24px;padding-left: 21px;}
.bs_wes{background: url(../images/xd_img/s3.png) no-repeat left top 2px;background-size: 25px 25px;padding-left: 27px;}
.bs_web{background: url(../images/xd_img/s4.png) no-repeat left top 6px;background-size: 20px 20px;padding-left: 22px;}
.bs_weather_types_num{font-size: 120px;color: #360d0a;font-family: 'syMedium',Arial,'微软雅黑',Helvetica, sans-serif;position: relative;}
.bs_weather_types_nit{font-size: 50px;color: #360d0a;font-family: 'syMedium',Arial,'微软雅黑',Helvetica, sans-serif;position: relative;margin-right: 16px;}
.bs_weather_types_day{font-size: 60px;color: #360d0a;font-family: 'syMedium',Arial,'微软雅黑',Helvetica, sans-serif;position: relative;margin-right: 20px;}
.bs_weather_mess h1{font-size: 20px;color: #fff;font-family: 'syMedium',Arial,'微软雅黑',Helvetica, sans-serif;width: 120px;height: 36px;line-height: 36px;text-align: center;background: #c84237;border-radius: 18px;}
.bs_weather_mess p{line-height: 28px;font-size: 20px;color: #360d0a;font-family: 'syMedium',Arial,'微软雅黑',Helvetica, sans-serif;text-align: center;}

.bs_weather_infobox{width: 100%;height: 134px;overflow: hidden;margin-bottom: 16px;}
.bs_weather_four:after{content: "";display: block;clear: both;visibility: hidden}
.bs_weather_info:after{content: "";display: block;clear: both;visibility: hidden}
.bs_weather_info{margin-bottom: 30px;border-bottom: 1px solid #360d0a;padding-bottom: 20px;position: relative;}
.bs_weather_infobox:after{content: "";display: block;clear: both;visibility: hidden}
.bs_weather_types{}
.bs_weather_mess{float: left;position: relative;top: 61px;margin-right: 60px;}
.bs_weather_du{float: left;}
.bs_weather_info_left{float: left;}
.bs_weather_info_right{float: right;position: absolute;bottom: 0;right: 0;}
.bs_weather_du{font-size: 50px;color: #360d0a;font-family: 'syMedium',Arial,'微软雅黑',Helvetica, sans-serif;position: relative;position: relative;top: 65px;}


.nyjingdain{ width: 1104px; margin: 0 auto;}
.nyjingdain li{ width: 100%; height:254px; padding-top:36px; padding-bottom:36px; border-bottom: 1px #d4d4d4 solid; margin: 0 auto;}
.nyjingdain li a{ color: #633d0b;}
.nyjingdain li a:hover{ color: #633d0b;}
.nyjingdain li .imer{ width: 302px; height:254px; float:left; border-radius:10px;}
.nyjingdain li .imer img{width: 302px; height:254px; display: block; border-radius:10px;object-fit: cover;}
.nyjingdain li .charw{ width: 786px; float: right;}
.nyjingdain li .charw_top{ width: 100%; padding-top: 52px; display: flex; justify-content: flex-start; align-items: center; position: relative;}
.nyjingdain li .charw_bot{ width: 100%; line-height:24px; font-size: 16px; padding-top: 37px;overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;}
.nyjingdain li .charw span{ font-family: cursive;font-size: 30px; color: #633d0b; font-weight: bold;max-width: 570px}
.nyjingdain li .charw em{ height: 28px; text-align: center; background: #8f5720; border-radius: 20px; line-height:28px; color: #ffffff; font-size: 18px; padding-left: 15px; padding-right:15px;margin-left: 10px;}
.nyjingdain li .charw em a{ color: #fff;}
.nyjingdain li .charw em a:hover{ color: #fff;}

.bs_sceniicspot_cell_info_czbox_btn_yin{height: 28px;background:  url(../images/laba.png) no-repeat left 14px center;background-size: 20px 21px;color: #8f5720;text-align: left;line-height: 28px;border: 2px solid #8f5720;border-radius: 16px;float: left;margin-right: 22px;cursor: pointer; position: absolute;right:0}
.bs_sceniicspot_cell_info_czbox_btn_yin a{padding: 0 10px 0 36px;display: block;width: 100%;height: 100%;color: inherit;}


/*轮播图 开始*/
.main_banner{width:100%; height:450px; margin-top: 30px;}
.main_banner_wrap{
	width:1200px; height:450px; position:relative;  
	margin:0 auto; overflow:hidden;  /*box-shadow: 0px 1px 2px #c5c5c5;*/
}
#myCanvas {
	position: absolute;
	z-index: 13;
	opacity: 0.8;
	cursor: pointer;
	-webkit-animation: roll 3s;
	animation: roll 3s;
}
@-webkit-keyframes roll {
	from{-webkit-transform:rotate(120deg);opacity:0;}
	to{-webkit-transform:rotate(0deg);opacity:0.8;}		
}
@keyframes roll {
	from{transform:rotate(120deg);opacity:0;}
	to{transform:rotate(0deg);opacity:0.8;}		
}
.banner_btn{ 	/*a 标签 按钮*/
		width:255px; height:330px; position:absolute; 
		display:block; z-index:9; top:30px;
}
.btn_next{right:20px;}
.banner_btn span{width:44px; height:100px; display:block; position:absolute;
		left:110px; top:100px; opacity:1; transition:0.5s;
		background:url(../images/bannerBtn.png) no-repeat 0 0;}
.btn_next span{background-position:-54px 0;}
.main_banner_box:hover .banner_btn_arrow{opacity:0.6;}

.btn_next span i{background-position:-30px 0;}
.banner_btn:hover i{
		-webkit-animation:arrow 0.5s infinite alternate ease-in-out;
		-moz-animation:arrow 0.5s infinite alternate ease-in-out;
}
@-webkit-keyframes arrow{
	from{-webkit-transform:scale(1); opacity:1;}
	to{-webkit-transform:scale(1.5); opacity:0.2;}
}
@-moz-keyframes arrow{
	from{-moz-transform:scale(1); opacity:1;}
	to{-moz-transform:scale(1.5); opacity:0.2;}
}

.main_banner_box{
	width:1200px; height:399px; margin:0 auto 0; position:relative; z-index:0;
	

}
/*火狐倒影图层样式*/
.main_banner_box p#rflt{width:1200px; height:396px; position:absolute; left:0; top:280px;
	
}/*火狐倒影图层样式*/
.main_banner li{
		position:absolute; background:#000; overflow:hidden;
		box-shadow:0 4px 8px rgba(0, 0, 0, 0.15);		
}
/*给每张图片初始设置不同宽高，层级，位置*/
.main_banner li#imgCard0{
		width:670px; height:396px; z-index:5;
		left:255px; top:0px; opacity:1; background:#333d46;
		border:5px #e2b3a1 solid;
		border-radius: 20px;
}
.main_banner li#imgCard1{
		width:580px; height:330px; z-index:1; 
		left:600px; top:30px; opacity:1; background:#333d46;
		border:5px #e2b3a1 solid;
		border-radius: 20px;
}
.main_banner li#imgCard2{/*初始在背后，透明度为0*/
		width:430px; height:180px; z-index:1;
		left:0px; top:60px; opacity:0; background:#333d46;
		border:5px #e2b3a1 solid;
		border-radius: 20px;
}
.main_banner li#imgCard3{/*初始在背后，透明度为0*/
		width:430px; height:180px; z-index:1;
		left:0px; top:60px; opacity:0; background:#333d46;
		border:5px #e2b3a1 solid;
		border-radius: 20px;
}
.main_banner li#imgCard4{
		width:580px; height:330px; z-index:2; 
		left:0px; top:30px; opacity:1; background:#333d46;
		border:5px #e2b3a1 solid;
		border-radius: 20px;
}
.main_banner li img{width:100%; height:100%;}
.main_banner li span{/*遮罩层*/
		width:100%; height:100%; position:absolute; top:0; left:0; 
		z-index:1; background:#000; opacity:0; filter:alpha(opacity=0);
		color:#fff; font-size:30px; line-height:120px; text-align:center;
}
.main_banner li p{width:100%; height:30px; position:absolute;
		left:0; bottom:-30px; background:rgba(0,0,0,0.7); color:#fff;
		text-indent:38px; line-height:30px; font-size:25px;
}

/*指示器按钮*/
.btn_list{text-align:center; position:relative; left:0; top:6px; z-index:10;}
.btn_list span{
		width:15px; height:15px; display:inline-block; margin:15px 5px;
		background:#787d82; border-radius:50%; cursor:pointer;
}
.btn_list span.curr{background:#FFAE00;}

/*轮播图 结束*/



.tsjy{
	width: 1076px;
	margin: 50px auto;
	text-align: left;
	font-size: 18px;
	line-height: 45px;
}
.tsjy-con{
	
}
.bai{
	background-color: #fff;
	width: 1076px;
	
}
.lx{
	padding-left: 53px;
	padding-top: 50px;
}
.lx select{
	width: 463px;
	height: 40px;
	font-size: 18px;
	padding-left: 5px;
	border: #bfbfbf solid 1px;
	border-radius: 5px;
	outline: none;
}
.lx option{
	color: #000000;
}
.redstar{
	color: red; 
	float: right;
	padding-right: 400px;
}
.nr{
	position: relative;
}
.nr textarea{
	width: 715px;
	height: 300px;
	outline: none;
	resize: none;
	font-size: 18px;
	padding: 20px;
	border: #bfbfbf solid 1px;
	border-radius: 10px;
	vertical-align: top;
}
.lxtele input{
	width: 460px;
	height: 40px;
	font-size: 18px;
	padding-left: 5px;    
	border: #bfbfbf solid 1px;
	border-radius: 5px;
	outline: none;
}
.yx input{
    width: 460px;
	height: 40px;
	font-size: 18px;
	padding-left: 5px;
	border: #bfbfbf solid 1px;
	border-radius: 5px;
	outline: none;
}
.tsbtn{
	padding-bottom: 80px;
}
.tsbtn button{
	width: 215px;
	height: 54px;
	background: #f32525;
	border-radius: 7px;
	border: none;
	font-size: 18px;
	color: #fff;
	outline: none;
}
.zishu{
	position: absolute;
	top: 350px;
	right: 152px;
    color: #a9a9a9;
}
.login-p{
	margin-top: 100px;
}
.loginlogo{
	width: 336px;
	height: 70px;
	margin: 0 auto;
}
.loginlogo img{
	width: 336px;
	height: 70px;
}
.sysname{
	color: #fff;
	text-align: center;
	font-size: 28px;
	padding-top: 30px;
}
.login-p form{
	width: 560px;
	background: #182d2a;
	margin: 0 auto;
	height: 400px;
	margin-top: 30px;
    box-shadow: 0 0 20px #000000;
    border-radius: 5px;
}
.login-name{
	width: 440px;
	margin: 0 auto;
}
.login-name input{
    width: 400px;
    margin: 0 auto;
	margin-top: 50px;
    border-radius: 10px;
    text-align: left;
    font-size: 18px;
    padding-left: 40px;
    outline: none;
	height: 50px;
	color: #fff;
	background: url(../images/zh.png) no-repeat  10px center #879190;
}
.login-name input::-webkit-input-placeholder {
        color: #fff;
        font-size: 15px;
    }
.login-pw{
	width: 440px;
	margin: 0 auto;
}
.login-pw input{
    width: 400px;
    margin: 0 auto;
	margin-top: 30px;
    border-radius: 10px;
    text-align: left;
    font-size: 18px;
    padding-left: 40px;
    outline: none;
	height: 50px;
	color: #fff;
	background: url(../images/ma.png) no-repeat 10px center #879190;
}
.login-pw input::-webkit-input-placeholder {
        color: #fff;
        font-size: 15px;
    }
.mima{
    display: flex;
    width: 440px;
    margin: 0 auto;
    padding-top: 30px;
	color: white;
}
.reber{
    width: 80%;
    font-size: 15px;
}
.foget{
    font-size: 14px;
    width: 20%;
	color: #fff;
}
.login-tj{
	width: 200px;
	height: 50px;
	margin: 0 auto;
	padding-top: 40px;
}
.login-tj button{
	width: 200px;
	height: 50px;
	background: #44a7ed;
	border-radius: 7px;
	border: none;
	font-size: 18px;
	color: #fff;
	outline: none;
	opacity: 1;
}
.reber input[type=checkbox] {
  margin-right: 5px;
  cursor: pointer;
  font-size: 14px;
  width: 15px;
  height: 12px;
  position: relative;
}
.reber input[type=checkbox]:after {
  position: absolute;
  width: 10px;
  height: 15px;
  top: 0;
  content: " ";
  background-color: #879191;
  color: #fff;
  display: inline-block;
  visibility: visible;
  padding: 0px 3px;
  border-radius: 3px;
}
.reber input[type=checkbox]:checked:after {
  content: "✓";
  font-size: 12px;
}
.jdpic3{
    border-radius: 20px;
    object-fit: cover;
    width: 1127px;
    height: 500px;
    margin: 50px auto;
}
.jdpic3 img{
    border-radius: 20px;
    width: 1127px;
    height: 500px;
}
.placezo{
	width: 353px;
	float: left;
	padding: 10px;
}
.place{
	text-align: center;
	font-size: 18px;
}