@charset "utf-8";

@font-face {
    font-family: iconfont;
    src: url(../fonts/font_1102410_ytzieeqkl4.eot);
    src: url(../fonts/font_1102410_ytzieeqkl4.eot) format('embedded-opentype'), url(../fonts/font_1102410_ytzieeqkl4.woff2) format('woff2'), url(../fonts/font_1102410_ytzieeqkl4.woff) format('woff'), url(../fonts/font_1102410_ytzieeqkl4.ttf) format('truetype'), url(../fonts/font_1102410_ytzieeqkl4.svg#iconfont) format('svg')
}

::-webkit-scrollbar {
    width: 5px;
    height: 10px
}

::-webkit-scrollbar-button {
    background-color: #d7cfc2;
    display: none;
}

::-webkit-scrollbar-track {
    background: #d7cfc2;
    overflow: hidden
}

::-webkit-scrollbar-track-piece {
    /* background: url(../images/stripes_tiny_08.png); */
}

::-webkit-scrollbar-thumb {
    background: #b20219;
    border-radius: 4px
}

::-webkit-scrollbar-corner {
    background: #b20219;
}

::-webkit-scrollbar-resizer {
    background: #2a2a2a;
}

::selection {
    background: #2a2a2a;
    color: #fff
}

::-moz-selection {
    background: #c81528;
    color: #fff
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

svg {
    vertical-align: top
}
/* 
html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
} */

/* body {
    font-size: 16px;
    line-height: 1.8;
    font-family: "5FAE8F6F96C59ED1", Verdana, Geneva, sans-serif;
    text-align: left;
    margin: 0;
    padding: 0;
    color: #515151;
    background: #fff;
    padding-top: 120px;
    transition: all .3s;
}
 */
hr {
    color: #e3e3e3;
    height: 1px;
    border: 0;
    border-top: 1px solid #e3e3e3;
    margin: 0;
    padding: 0;
    overflow: hidden
}

._iconfont {
    font-family: iconfont;
    font-style: initial
}

.font-yh {
    font-family: "\5FAE\8F6F\96C5\9ED1", Verdana, Geneva, sans-serif
}

.font-vd {
    font-family: Verdana, Geneva, sans-serif
}

.lineb {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    vertical-align: top
}

a {
    text-decoration: none;
    color: #2a2a2a
}

a:hover {
    color: #dd0026
}

/* img {
    max-width: 100%
} */

.imgloading {
    background: #f1f1f1 url(../images/loading.gif) no-repeat center center
}

.fl {
    float: left
}

.fr {
    float: right
}

.clear {
    clear: both;
    font-size: 0;
    line-height: 0;
    height: 0
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0
}

* html .clearfix {
    zoom: 1
}

.bka {
    display: block
}

.cell,
.cell2,
.cell3 {
    border-collapse: collapse;
    border-spacing: 0
}

.none {
    background: 0 0
}

.sub {
    display: none
}

.pages {
    width: 100%;
    line-height: 30px;
    text-align: center;
    overflow: hidden;
    padding: 30px 0
}

.pages a {
    padding: 4px 9px;
    background: #fff;
    border: #dbdbdb solid 1px;
    margin: 0 5px
}

.pages a.font,
.pages a:hover {
    color: #fff;
    background: #676767;
    border: #676767 solid 1px
}

.text-center {
    text-align: center
}

.m-nav {
    display: none
}

.navActive {
    position: fixed;
    right: 0;
    top: 0;
    width: 70%;
    height: 100vh;
    z-index: 9999;
    background-color: #fff;
    color: #3e3e3e;
    padding: 3vw;
    transform: translateX(110%) translate3d(0, 0, 0);
    transition: transform .25s ease-in-out
}

.navActive .logo {
    width: 160px
}

.navActive ul a {
    line-height: 50px;
    list-style: none;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    padding: 0 3rem;
    cursor: pointer;
    width: 100%;
    text-align: left
}

.m-nav {
    position: fixed;
    z-index: 10000;
    right: 3vw;
    top: 3vw;
    width: 50px;
    height: 50px;
    color: #ebb327
}

.m-nav p {
    position: absolute;
    width: 34px;
    height: 3px;
    background-color: #ebb327;
    transition: all .25s ease-in-out;
    top: 5px;
    left: 5px
}

.m-nav p:nth-of-type(2) {
    top: 15px;
}
.m-nav p:nth-of-type(3) {
    top: 24px;
}

.m-nav::before {
    content: '菜单';
    position: absolute;
    width: 100%;
    display: block;
    left: 0;
    top: 28px;
    font-weight: bold;
    text-align: center
}
body.active .m-nav::before {
    content: '关闭'
}
body.active nav {
    transform: translateX(0) translate3d(0, 0, 0);
    transition: all .5s ease-in-out;
    display: block
}

body.active .m-nav {
    filter: none;
    color: #ebb327
}

body.active .m-nav p {
    background-color: #ebb327
}

body.active .m-nav p {
    top: 10px;
    transform: rotate(45deg);
    width: 34px;
    left: 8px;
    transition: all .5s ease-in-out
}

body.active .m-nav p:nth-of-type(2) {
    top: 10px;
    transform: rotate(-45deg)
}
body.active .m-nav p:nth-of-type(3) {
    opacity: 0;
}



body.active::after {
    content: '';
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 998;
    background-color: rgba(0, 0, 0, .8);
    left: 0;
    top: 0
}

.nav-right {
    width: calc(100% - 210px);
    position: absolute;
    right: 0;
    text-align: right;
    top: 0
}

.nav-right {
    width: 100%;
    height: 100%
}

.nav-right ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    right: auto
}
/* 
.header {
    background: url(../fonts/62cf78bd4c1e4680aae7033b357778c0.woff) no-repeat left top;
    width: 178px;
    height: 44px;
    transition: all .3s
} */
.header {
    background: url(fonts/0f604bb0ffc54a95a77365f4aa3a881c.woff)
}

.boxt {
    padding: 60px 0
}


#page_jtjs{
    background: url(../images/_bg3.jpg) no-repeat left top/cover;
}

.ppsj_box .box_left {
    width: 600px;
    height: auto;

    float: left
}

.ppsj_box .box_right {
    width: 600px;
    height: auto;

    float: right
}
.ppsj_box .box_left1 {
    width: 320px;
    height: 360px;
    float: left
}

.ppsj_box .box_right1 {
    width: 860px;
    height: auto;
    float: right
}
.ppsj_box .box_left3 {
    width: 570px;
    height: auto;
    float: left
}

.ppsj_box .box_right3 {
    width: 570px;
    height: auto;
    float: right
}
.ppsj_box .box_left2 {
    width: 860px;
    height: auto;
	padding-top:30px;
    float: left
}

.ppsj_box .box_right2{
    width: 320px;
    height: auto;
	padding-top:30px;
    float: right
}
.ppsj_box .box_left4{
    width: 600px;
    height: auto;

    float: left
}
.font20{font-size:20px;line-height:28px;text-align: justify;}
.font26{font-size:26px;}
.ppsj_box .box_right4{
    width: 600px;
    height: auto;
 
    float: right
}
.ppsj_box .boxc .tit {
    font-size: 24px;
    color: #d02127;
    margin-bottom: 10px
}

.ppsj_box .boxc .txt {
    margin-bottom: 30px
}

.morediv {
margin:30px;
	height:40px;line-height:40px;
    background: url(../images/more_btn.png) no-repeat top center;
}

.tscp_box {
    background: url(../images/_bg2.jpg) no-repeat left top/cover
}

.tscp_box .boxc {
    position: relative
}

#cp_slide {
    height: 480px
}

#cp_slide .img {
    height: 420px
}

#cp_slide .tit a {
    font-size: 24px;
    text-align: center;
    color: #fff
}
.wh100 {
    width: 100%;
    height: 100%;
    display: block;
}
.sub_banner{height:200px;margin-top:100px;}
.arrows .next-btn,
.arrows .prev-btn {
    width: 30px;
    height: 55px;
    position: absolute;
    left: -40px;
    top: 50%;
    transform: translate(0, -50%);
    background: url(../images/202012041132473951.png) no-repeat left top/100% 100%;
    z-index: 1;
    outline: 0
}

.arrows .next-btn {
    left: auto;
    right: -40px;
    background: url(../images/arr_right.png) no-repeat left top/100% 100%
}

.arrows .swiper-button-disabled {
    opacity: .5 !important
}

.hzys_box {
    background:#e50619;
	padding-bottom:60px
	}
.zypp{background: url(../images/food.png) repeat-x bottom;padding:30px 0 120px;}
.hzys_box .tinfo {
    position: relative;
    display: inline-block;
    font-size: 30px;
    color: #fff;
    transform: skewx(-30deg);
    background: #0c3786;
    margin: 30px auto
}

.hzys_box .tinfo>div {
    transform: skewx(30deg);
    padding: 0 60px
}

#ys_slide {
    height: 400px;
    background: #fff
}

#ys_slide .swiper-slide{
  background: url(../images/ys_p1.png) bottom center repeat-x ;}

#ys-pagination {
    text-align: center;
    padding: 20px 0 0 0;
    left: 0;
    right: 0
}

#ys-pagination .swiper-pagination-bullet {
    margin: 0 5px
}

.swiper-pagination-bullet {
    width: 1rem;
    height: 1rem
}

#ys_slide .pic {
    margin-left: -600px;
    width: 100%;
    height: 100%;
    float: left;
/*     margin-top: 10px */
}

#ys_slide .pic img {
    width: 100%;
    height: 100%;
}

#ys_slide .slideinfo {
    position: relative;
    padding-left: 600px
}

.ysimg img {
    width: 100%
}

#ys_slide .tit {
    font-size: 32px;
    color: #e62131
}

#ys_slide .txt {
    padding: 20px 30px;
	line-height:30px;
	font-size:18px;
	text-align:left;
}
#ys_slide .txt b{color:#e50619;}
.tit_fetch1 {
    font-size: 0;
    padding: 25px 0
}
.copyright{background:#000;border-top: 1px solid rgba(255,255,255,.1);color:#fff;padding:20px 0;}
.copyright a{color:#fff;}
.tit_fetch1 span {
    display: inline-block;
    background: url(../images/t_bg.png) no-repeat left top/100% 100%;
    width: 60px;
    height: 60px;
    font-size: 36px;
    color: #fff;
    line-height: 60px
}

.mdzs_box {
    background: url(../images/_bg4.jpg) no-repeat left top/cover
}

.mdzs_box .boxc {
    position: relative
}

#md_slide {
    height: 520px
}

#md_slide .swiper-slide {
    width: 700px;
    height: 510px;
    background: #fff
}

#md_slide .swiper-slide.swiper-slide-active {
    box-shadow: 0 2px 10px #383838
}

#md_slide .swiper-slide img {
    display: block;
    height: 100%;
	width:100%;
}

#md_slide .swiper-slide p {
    line-height: 98px;
    padding-top: 0;
    text-align: center;
    color: #636363;
    font-size: 1.1em;
    margin: 0
}



.hzzc_box .tinfo {
    font-size: 24px;
    color: #fff
}
.ppsj_box .tinfo{
    font-size: 24px;
    color: #d13433;
}
.hzzc_box .boxc {
    display: flex;
    justify-content: space-between;
    position: relative;
/*     padding-bottom: 50px */
}

.hzzc_box .boxc .txt {
    color: #ffeedb;
    font-size: 20px
}

.hzzc_box .boxc .item {
    flex: 1;
    margin: 0 20px
}

.hzzc_box .pic {
    border: 2px solid #ffeedb;
    border-radius: 238px;
    width: 238px;
    height: 238px;
    margin: 0 auto
}

.hzzc_box .pic img {
    margin: 1px;
    border: 1px solid #e53844;
    border-radius: 234px;
    width: 234px;
    height: 234px;
    display: block
}
.scjd{background: url(../images/food.png) bottom repeat-x;}
.hz{background: url(../images/hzbg.png) bottom center repeat-x #e50619;padding-top:40px}
.hzzc_box .tit {
    font-size: 24px;
    color: #e11d2d;
    background: url(../images/btn_bg.png) no-repeat center center;
    text-align: center;
    margin: 20px 0 30px 0
}

.news_box .boxc {
    padding: 0 0 0 610px
}

.news_box .tit,
.news_box .txt {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_box .box_left {
    width: 590px;
    float: left;
    margin-left: -610px
}

.news_box .box_left .tit {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .8);
    color: #fff;
    padding: 5px
}

#news_slide {
    height: 400px
}

#news_pagination {
    text-align: right;
    bottom: 4px
}

#news_pagination .swiper-pagination-bullet {
    background: #fff
}

.news_box {
    background: url(../images/_bg6.jpg) no-repeat left top/cover
}

.news_box .box_right .tit a {
    font-size: 18px;
    color: #fff
}

.news_box .box_right .time {
    color: #dcdcdc
}

.news_box .box_right .txt a {
    color: #dcdcdc
}

.news_box .box_right li {
    background: #434343;
    padding: 15px;
    margin: 0 0 22px 0;
    transition: all .3s
}

.news_box .box_right li:hover {
    background: #e11d2d
}

.ft1_box {
    background: url(../images/_bg7.jpg) no-repeat left top/cover
}

.ft1_box .boxc {
    padding: 40px 0 70px 550px;
    color: #dab96b
}

.ft1_box .img1 {
    float: left;
    margin-left: -550px
}

.ft1_box .txt {
    font-size: 18px;
    margin-bottom: 20px
}

.ft1_box .waiting_join {
    color: silver
}

.ft1_box .join_tel {
    background: #d20618;
    display: inline-block;
    padding: 14px 20px;
    border-radius: 5px;
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    line-height: 1
}

.footer {
    background: #000000;
/*     padding: 50px 0; */
    color: #f3f3f3
}

.ft_menu {
    margin: 30px 0
}

.ft_menu a {
    color: #fff;
    display: inline-block;
    margin: 0 5px
}

.footer a:hover {
    text-decoration: underline
}

.ft-telinfo {
    margin-bottom: 20px
}

.page_mxsn {
    background: url(../images/_bg2.jpg) repeat;
    padding-bottom: 70px
}

.page_mxsn .boxc {
    position: relative
}

.page_mxsn .linebox {
    position: absolute;
    width: 370px;
    height: 580px;
    border: 1px solid #ffeedb;
    left: 0;
    top: -20px
}

#mxsn_slide {
    height: 580px
}

#mxsn_slide .boxwrap {
    background: #fff;
    padding-left: 480px;
    margin-left: 20px;
    height: 580px
}

#mxsn_slide .box_left {
    float: left;
    margin-left: -480px;
    height: 100%;
    width: 480px
}

#mxsn_slide .box_right {
    padding: 40px
}

#mxsn_slide .box_right .tit {
    text-decoration-color: #d20618;
}
#mxsn_slide .box_right .txt{
    color: #353535;
}

#mxsn_slide .tit_fetch {
    font-size: 0;
    margin-bottom: 30px
}

#mxsn_slide .tit_fetch span {
    display: inline-block;
    font-size: 40px;
    background: #e11d2d;
    color: #fff;
    padding: 0 10px;
    line-height: 1.4;
    margin-bottom: 10px;
    margin-left: -10px
}

#mxsn_slide .swiper-pagination {
    height: 30px;
    line-height: 30px
}

#mxsn_slide .navigation-bar {
    position: absolute;
    color: #303030;
    font-size: 18px;
    left: 47%;
    bottom: 30px;
    z-index: 2;
    width: 100px;
    text-align: center;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif
}

#mxsn_slide .navigation-bar .arrows {
    position: relative;
    top: -30px;
    z-index: 12
}

#mxsn_slide_next,
#mxsn_slide_prev {
    width: 10px;
    height: 17px;
    position: absolute;
    top: 0
}

#mxsn_slide_prev {
    background: url(../images/arr_left.png) no-repeat left top/100% 100%;
    left: 0
}

#mxsn_slide_next {
    background: url(../images/arr_right.png) no-repeat left top/100% 100%;
    right: 0
}

#mxsn_slide .navigation-bar .swiper-pagination-current {
    font-size: 30px;
    color: #e11d2d
}

.page_lffc {
    padding: 0 0 70px 0
}

.page_lffc .boxc ul {
    margin-left: -30px
}

.page_lffc .boxc li {
    float: left;
    margin: 30px 0 0 30px
}

.boxt .tinfo {
    font-size: 30px;
    color: #d02127;
	padding:0 0 10px 0;
}

.page_hzys ul {
    margin-left: -16px
}

.page_hzys li {
    background: url(../images/i_bg.jpg) no-repeat left top/100% 100%;
    width: 389px;
    height: 520px;
    float: left;
    margin-left: 16px;
    margin-bottom: 10px
}

.page_hzys .pic {
    padding: 40px 0 10px 20px;
    text-align: center;
}

.page_hzys .pic img {
    width: 250px;
    height: 140px
}

.page_hzys .tit {
    font-size: 24px;
    line-height: 1.4;
    color: #fff;
    max-width: 200px;
    margin: 0 auto;
    font-weight: 700
}

.page_hzys .txt {
    padding: 20px;
    color: #fff
}

.padbottom {
    padding-bottom: 70px
}

/* .page_hzlc {
    background: url(../images/_bg2.jpg) repeat
} */

.page_hzlc .pic {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0)
}

.page_hzlc .box_left {
    width: 32%;
    float: left
}

.page_hzlc .box_right {
    width: 32%;
    float: right
}

.page_hzlc p {
    height: 80px;
    margin: 10px 0;
	font-size:18px;
	line-height:28px;
}

.page_hzlc .twrap {
    font-size: 0
}

.page_hzlc .twrap span {
    display: inline-block;
    font-size: 24px;
    color: #fff;
    border-radius: 24px 0 0 24px;
    background: #0e4390;
    padding: 0 10px 0 15px;
    line-height: 48px
}

.page_hzlc .twrap span.t {
    border-radius: 0 24px 24px 0;
    background: #d82a15
}

.box-wyjm {
    background: url(../images/_bg3.jpg) no-repeat left top/100% 100%
}

.box-wyjm .formjm {
    border: 10px solid #6f6f6f;
    background: #fff;
    color: #000;
    padding: 20px 0
}

.box-wyjm .txtinfo {
    margin: 10px 0 30px 0;
    color: #fff
}

.box-wyjm .form-group {
    padding: 20px 0
}

.box-wyjm .left-tit {
    display: inline-block;
    padding: 0 20px 0 30px
}

.box-wyjm .form-control {
    height: 40px;
    width: 180px;
    padding: 0 20px;
    border: 1px solid #d2d2d2
}

.box-wyjm textarea.form-control {
    max-width: 1000px;
    height: 120px;
    padding: 10px;
    flex: 1
}

.box-wyjm .sub-btn {
    text-align: right;
    padding-right: 70px
}

.box-wyjm .sub-btn input {
    width: 160px;
    height: 40px;
    background: #181818;
    color: #fff;
    font-size: 18px;
    border: none
}

.box-wyjm .sub-btn input:disabled {
    background-color: buttonface;
    color: graytext
}

.box-wyjm .form-line {
    display: inline-block
}

.box-wyjm .t_ {
    font-size: 30px;
    color: #fff;
    padding-top: 70px
}

.pro_toptit .wrap {
    background: url(../images/_bg1.jpg) repeat 36% 36%;
    border: 4px solid #0c3786;
    margin-bottom: 40px
}

.pro_toptit .tit {
    padding: 60px 0
}

.prolist .item {
    padding: 60px 0;
    transition: all .3s;
    position: relative;
    min-height: 540px
}

.prolist .item .tit {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    text-align: center;
    color: #fff;
    display: none;
    width: 100%;
    padding: 7px 0;
    transition: all .3s;
    transform: translate(0, 200%);
    transition-delay: 2s
}

.prolist .box_right {
    width: 70%;
    position: absolute;
    left: 30%;
    top: 60px;
    height: 470px;
    padding: 30px 0 0 0;

}
.pro_slide {
    height: 100%;
}
.pro_slide .swiper-slide{
    width: 590px;
    height: 420px;
}
.prolist .catname {
    font-size: 36px;
    color: #e62131;
    transition: all .3s
}

.prolist .item.on {
    background: #e62131
}

.prolist .item.on .catname {
    color: #fff
}

.prolist .item.on a:hover,
.prolist li.on a {
    color: #0c3786
}

.prolist .item li {
    background: url(../images/i2.png) no-repeat left 50%;
    padding: 5px 0 5px 20px;
    font-weight: bold;
}

.prolist .item li.on,
.prolist .item li:hover {
    background: url(../images/i1.png) no-repeat left 50%
}



.pro_slide .swiper-slide {
    opacity: .5;
    border: 2px solid #263c91
}

.pro_slide .swiper-slide.swiper-slide-active {
    opacity: 1
}

.page_md {
    background: url(../images/_bg1.png) repeat
}

.page_mdhj .box_left {
    float: left;
    width: 450px;
    margin-left: -450px;
    height: 520px;
    position: relative
}

.page_mdhj .box_right {
    position: relative
}

#mdhj_slide1 {
    position: absolute;
    width: 100%;
    height: 320px;
    bottom: 1px;
    left: 0
}

.slide-tit {
    color: #fff;
    line-height: 320px;
    text-align: center;
    position: absolute;
    width: 100%;
    z-index: 11;
    font-size: 24px
}

.page_mdhj .boxc {
    padding-left: 450px
}

#mdhj_slide1 .mask {
    background: rgba(0, 0, 0, .55);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 10
}

#mdhj_slide2 {
    height: 520px
}

.page_mdhj .boxinfo {
    margin-right: 40px;
	font-size:16px;
	line-height:28px;
}

.page_mdhj .boxinfo .tit {
    font-size: 30px;
    color: #1e1d1d;
    padding-bottom: 5px;
    border-bottom: 1px solid #1e1d1d;
    margin-bottom: 20px
}

#mapbox,
#mapbox_oversea {
    height: 800px;
    border: 1px solid #0c3786;

}
.page_mdrq{
    margin-bottom: 40px;
}
.page_mdrq .boxc {
    max-width: 1600px;
    margin: 0 auto
}

.page_mdhj .arrows .next-btn,
.page_mdhj .arrows .prev-btn,
.page_mdrq .arrows .next-btn,
.page_mdrq .arrows .prev-btn {
    width: 44px;
    height: 44px;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translate(0, -50%);
    background: url(../images/202012041132473951.png) no-repeat left top/100% 100%;
    z-index: 11;
    outline: 0
}

.page_mdhj .arrows .next-btn,
.page_mdrq .arrows .next-btn {
    background: url(../images/arr_right.png) no-repeat left top/100% 100%;
    left: auto;
    right: 20px
}

.page_mdrq .box_top {
    padding-right: 280px
}

.page_mdrq .box_right {
    width: 280px;
    height: 520px;
    float: right;
    margin-right: -280px;
    background: #d02127 url(../images/p3.jpg) no-repeat left bottom
}

#mdrq_slide1 {
    height: 520px;
    position: relative
}

#mdrq_slide2 {
    height: 100px;
    margin-top: 15px
}

#mdrq_slide2 .swiper-slide-thumb-active {
    border: 2px solid #db0026
}

.page_mdcx .boxc {
    max-width: 1500px;
    margin: 0 auto;
}

.page_lxfs .box_left {
    float: left;
    width: 470px;
    margin-left: -500px
}

.page_lxfs .boxc {
    padding-left: 500px;
    color: #1d1d1d
}

.page_lxfs .item {
    border: 2px solid #0c3786;
    padding: 20px
}

.page_lxfs .item:first-of-type {
    margin-bottom: 20px
}

.page_lxfs .tit {
    font-size: 24px
}

.page_lxfs .addr {
    font-size: 14px;
    color: #858585
}

.page_lxfs .tel {
    font-size: 36px;
    color: #d02127
}

#mapbox2 {
    height: 334px;
    border: 1px solid red
}

.formbox .form-group {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px
}

.formbox .form-group .ipt {
    width: 30%;
    padding: 20px;
    font-size: 20px;
    height: 50px;
    border: 1px solid #bfbfbf;
    background:#fff;
}

.formbox .form-group textarea.ipt {
    width: 100%;
    height: 150px;
 background:#fff;
}

.formbox .btn-sub {
    width: 190px;
    height: 50px;
    background: #d02127;
    color: #fff;
    border: none;
    font-size: 18px
}

.formbox .btn-sub:disabled {
    background-color: buttonface;
    color: graytext
}

.newslist li {
    margin-bottom: 50px;
    transition: all .3s
}

.newslist li.on {
    background: #d82128
}

.newslist .pic {
    width: 380px;
    height: 210px;
    float: left;
    text-align: center;
    overflow: hidden;
}

.newslist .info {
    padding: 10px 0 0 0
}

.newslist .time {
    float: left;
    width: 180px;
    height: 210px;
    text-align: center;
    padding-top: 10px
}

.newslist .year {
    font-size: 22px;
    color: #b1b1b1
}

.newslist .date {
    font-size: 80px;
    color: #232323;
    line-height: 1.2
}

.newslist .tit a {
    font-size: 24px;
    font-weight: 700;
    color: #232323
}

.newslist .txt {
    height: 80px
}

.newslist .seemore a {
    border-radius: 18px;
    line-height: 36px;
    background: #ce0125;
    color: #fff;
    padding: 0 30px;
    display: inline-block
}

.newslist li.on .date,
.newslist li.on .tit a,
.newslist li.on .txt {
    color: #fff
}

.newslist li.on .seemore a {
    color: #ce0125;
    background: #fff
}

.mapBox {
    height: 100%;
    width: 100%;
    position: relative
}

.mapBox .cityList {
    position: absolute;
    width: 490px;
    top: 10%;
    /* transform: translateY(-50%); */
    left: 3%;
    z-index: 1000;
}

.mapBox .cityList .btn_style {
    overflow: hidden;
    display: inline-block;
    box-shadow: 0 0 13px rgba(0, 0, 0, .3);
}

.mapBox .cityList .btn_style a {
    width: 160px;
    line-height: 50px;
    display: block;
    float: left;
    text-align: center;
    background: #fff;
    font-size: 16px
}

.mapBox .cityList .btn_style a.active {
    color: #fff;
    background: #b20219
}

.mapBox .cityList .btn_style i {
    font-size: 27px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    font-size: 16px
}

.mapBox .cityList .filter {
    margin: 15px auto;
    -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 13px rgba(0, 0, 0, .3);
    box-shadow: 0 0 13px rgba(0, 0, 0, .3);
    z-index: 5
}

.mapBox .cityList .input {
    position: relative;
    height: 70px
}

.mapBox .cityListli {
    background: #fff;
    position: absolute;
    top: 100%;
    z-index: 5;
    width: 100%;
    max-height: 250px;
    overflow-y: auto;
    -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 13px rgba(0, 0, 0, .3);
    box-shadow: 0 0 13px rgba(0, 0, 0, .3)
}

.mapBox .cityListli li {
    padding: 10px 25px
}

.mapBox .cityList .input .storeType {
    width: 18%;
    float: left;
    background: #fff;
    position: relative;
    cursor: pointer;
    display: none;
}

.mapBox .cityList .current {
    text-align: center
}

.mapBox .cityList .current span {
    line-height: 70px;
    display: inline-block;
    vertical-align: middle;
    font-size: 17px
}

.mapBox .cityList .current i {
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 9%
}

.mapBox .cityList .storeType ul {
    position: absolute;
    top: 100%;
    width: 100%;
    border-bottom: 2px solid #b21118;
    opacity: 0;
    visibility: hidden
}

.mapBox .cityList .storeType li {
    background: #fff;
    text-align: center;
    line-height: 42px;
    cursor: pointer
}

.mapBox .cityList .storeType.active ul {
    opacity: 1;
    visibility: inherit
}

.mapBox .cityList .input input {
    border: 0;
    line-height: 70px;
    width: 100%;
    padding: 0 70px 0 25px;
    float: right
}

.mapBox .cityList .BtnSearch {
    position: absolute;
    right: 0;
    width: 70px;
    height: 70px;
    top: 0;
    text-align: center;
    line-height: 70px;
    font-size: 34px;
    cursor: pointer
}

.mapBox .cityInfo {
    background: #f3f3f3;
    overflow: hidden;
    padding: 0 0 0 25px;
    position: relative;
    z-index: 1;
    box-shadow: 0 0 13px rgba(0, 0, 0, .3);
}

.mapBox .cityListBox {
    position: relative;
    box-shadow: 0 0 13px rgba(0, 0, 0, .3);
    margin-top: -2px;
}

.mapBox .cityListBox .btnSearchCity {
    height: 40px;
    width: 50%;
    background: #b21118;
    color: #fff;
    position: absolute;
    bottom: 2%;
    left: 25%;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    cursor: pointer;
}

.mapBox #cityList {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 20;
    opacity: 0;
    visibility: hidden;
}

.mapBox #PoPy {
    height: -webkit-calc(100% - 60px) !important;
    height: -moz-calc(100% - 60px) !important;
    height: calc(100% - 60px) !important;
    bottom: auto !important;
    top: 0;
}

.mapBox #cityList.active {
    opacity: 1;
    visibility: inherit;
}

.mapBox .cityInfo i {
    display: inline-block;
    vertical-align: middle;
    line-height: 58px;
    color: #b20219;
    font-size: 24px;
}

.mapBox .cityInfo .cityName {
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
    font-size: 17px;
    margin-right: 10px;
    max-width: 40%;
    height: 28px;
    overflow: hidden;
}

.mapBox .cityInfo .tips {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.mapBox .cityInfo .TabCity {
    float: right;
    height: 58px;
    line-height: 58px;
    background: #b20219;
    color: #fff;
    width: 120px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
}

.mapBox .cityNum {
    background: #fff;
    padding: 0 0 0 25px;
    border-bottom: 1px solid #f3f3f3
}

.mapBox .cityNum span {
    line-height: 54px;
    color: #b20219;
    font-size: 16px;
    position: relative;
    display: inline-block;
}

.mapBox .cityNum span:after {
    content: '';
    position: absolute;
    bottom: 0;
    background: #b20219;
    width: 100%;
    height: 1px;
    left: 0;
}

.mapBox .cityList .cityListUl {
    background: #fff;
    height: 360px;
    overflow-y: auto;
    min-height: 300px;
}

.mapBox .cityListUl .iteminfo {
    font-size: 14px;
}

.mapBox .cityList .cityListUl>li {
    padding: 10px;
}

.mapBox .cityList li+li {
    border-top: 1px solid #f3f3f3;
}

.mapBox .cityList .title {
    font-weight: 700;
}

.mapBox .cityList .title span {
    display: inline-block;
    vertical-align: middle;
}

.mapBox .cityList .unm {
    background: #b20219;
    color: #fff;
    width: 24px;
    height: 24px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    line-height: 24px;
    font-size: 16px;
    margin-right: 5px;
}

.mapBox .cityList .field {
    float: right;
    font-weight: 200;
    font-size: 14px;
    margin-top: 8px;
}

.mapBox .cityList .address {
    margin: 10px 0;
    font-size: 14px;
}

.mapBox .cityList .navigation {
    color: #b20219;
}

.mapBox .cityList .navigation i {
    font-size: 19px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    text-indent: 0;
}

.mapBox .cityList .navigation span {
    display: inline-block;
    vertical-align: middle;
}

.mapBox .country {
    margin-top: 25px;
    background: #fff;
    box-shadow: 0 0 13px rgba(0, 0, 0, .3);
}

.mapBox .cityList .country li {
    color: #807e7d;
    overflow: hidden;
}

.mapBox .cityList .hoverBox {
    cursor: pointer;
}

.mapBox .cityList .country li li {
    padding: 10px;
    border-top: 1px solid rgba(204, 204, 204, .4);
}

.mapBox .cityList .country .store_title {
    font-size: 16px;
    color: #3a3a3a;
}

.mapBox .cityList .country ol {
    max-height: 225px;
    overflow-y: auto;
}

.mapBox .country li .name {
    display: inline-block;
    padding: 10px;
    color: #3a3a3a;
    font-weight: 700;
}

.mapBox .country li .num {
    float: right;
    position: relative;
    width: 30px;
    text-align: right;
    display: block;
    padding: 10px;
}

.mapBox .country li span:after {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    right: 100%;
    background: #252525;
    -webkit-transition: ease .5s;
    -o-transition: ease .5s;
    -moz-transition: ease .5s;
    transition: ease .5s;
    top: 50%;
    z-index: 5;
}

.mapBox .country li span:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 1px;
    right: 100%;
    top: 50%;
    z-index: 2;
    background: rgba(159, 152, 148, .44);
}

._citys {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    background: #fff;
    overflow: hidden;
}

._citys .btnSearchCity {
    line-height: 38px;
    background: #b21118;
    color: #fff;
    text-align: center;
    width: 50%;
    cursor: pointer;
    margin: 10px auto 0;
}

._citys span {
    color: #b21118;
    height: 20px;
    width: 20px;
    line-height: 18px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    right: 10px;
    top: 6px;
    border: 1px solid #b21118;
    cursor: pointer;
    font-size: 13px;
}

._citys0 {
    width: 100%;
    height: 34px;
    display: block;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #b21118;
}

._citys0 li {
    float: left;
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    font-size: 15px;
    color: #888;
    width: 80px;
    text-align: center;
    cursor: pointer;
}

.citySel {
    background-color: #b21118;
    color: #fff !important;
}

._citys1 {
    width: 100%;
    height: -webkit-calc(100% - 35px);
    height: -moz-calc(100% - 35px);
    height: calc(100% - 35px);
    display: block;
    overflow: auto;
    margin-top: 1px;
    padding-bottom: 25px;
}

._citys1 a {
    height: 35px;
    display: block;
    color: #666;
    padding-left: 25px;
    line-height: 35px;
    cursor: pointer;
    font-size: 13px;
    overflow: hidden;
    border-bottom: 1px solid #e3e3e3;
    width: 96%;
    margin: 0 auto;
    position: relative;
}

.mapBox #PoPy {
    height: -webkit-calc(100% - 60px) !important;
    height: -moz-calc(100% - 60px) !important;
    height: calc(100% - 60px) !important;
    bottom: auto !important;
    top: 0;
}

.amapinfo {
    font-size: 14px;
    padding: 10px;
}

.amapinfo h3 {
    font-size: 16px;
    font-weight: bold;
}


/* .amap-marker.active .amap-icon{
    transform: scale(1.2,1.2);
    transition: all 0.3s;
} */
.leaflet-div-icon {
    border: none !important;
    background: none !important;
}

.inner_news {
    padding: 40px 0;
}
.artshow p {
    margin-bottom: 10px;
    /* text-indent: 24px; */
}

.art-title {
    text-align: center;
    border-bottom: 1px solid #dedede;
    padding: 20px 0;
}

.arttime {
    text-align: center;
    padding: 10px 0;
    margin-bottom: 30px;
}
.nextprev {
    padding: 10px 0 30px 0;
    border-top: 1px solid #dedede;
    margin-top: 30px;
}

.info_next {
    float: right;
}

.info_prev {
    float: left;
}




.wap_footer {
    width: 100%;
    max-width: 640px;
    height: 50px;
    margin: 0 auto;
    position: fixed;
    display: none;
    bottom: 0;
    left: 0;
    background: #151515;
    z-index: 999999;
}

.wap_footer ul li {
    float: left;
    width: 33.3%;
    font-size: 12px;
    line-height: 50px;
    padding-top: 15px;
    opacity: 1;
}

.wap_footer ul li a {
    line-height: 16px;
    display: block;
    color: #fff;
    text-align: center;
}

.wap_footer ul li span.icon {
    display: block;
    text-align: center;
    height: 22px;
    padding-bottom: 3px;
}

.wap_footer ul li a img {
    height: 22px;
}

.f_footheight {
    height: 45px;
    display: none;
}

.wap_logo img {
    height: 38px;
}

.ft_note{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #151515;
    z-index: 1200;
    padding: 10px;
}

.ft_note .formbox .form-group{
    margin-bottom: 0;
}
.ft_note .formbox .form-group .ipt{
    color: #fff;
}
.zs_bg1{background:url(../images/zs_01bg.jpg) top center repeat;padding-top:0px;padding-bottom:100px;}
.zs_bg3{background: url(../images/zs_02bg.jpg) top center no-repeat;padding:0 0 20px 0;}
.zs_bg4{background: url(../images/zs_03bg.jpg) top center no-repeat;padding:0 0 40px 0;}
.zs_bg5{background: url(../images/hzbg.png) bottom center repeat-x #e50619;padding:40px 0 100px 0;}
.zs_bg7{background: url(../images/sy01.png) bottom center repeat-x ;padding:40px 0 100px 0;}
.zs_bg6{background: url(../images/zs_04bg.jpg) bottom center repeat-x ;padding:20px 0 100px 0;}
.page_hzlc{background: url(../images/cf_bg1.jpg) top center no-repeat ;padding:20px 0 100px 0;}
.hz_bg{background: url(../images/cf_bg2.jpg) top center repeat-x ;padding:20px 0 100px 0;}
.hz_bg02{background: url(../images/cf_bg3.jpg) top center repeat-x ;padding:20px 0 100px 0;}
.you_list .title1{color:#000;border-bottom:2px solid #e50619;font-size:20px;}
.you_list span{display:block;color:#000;font-size:20px;line-height:30px;}
.sy{width:100%;height:44px;background:url(../images/sy.jpg) top center repeat;overflow:hidden;}
.lh-classic{background:url(../images/bg3.png) repeat; position:relative; overflow:hidden;}
.lh-classic .bd .img{width:50%;}
.lh-classic .bd .img img{width:100%;}
.lh-classic .bd .text1{padding: 260px 5vw 0; width:50%; float:left;}
.lh-classic .bd h2{font-size:24px; font-weight:bold; color:#da0013; display:inline-block; position:relative;}
.lh-classic .bd h2:after{content:''; display:block; width:100%; height:1px; background:#da0013; bottom:-5px;}
.lh-classic .bd h2 i{position:absolute; left:-20px; top:50%; margin-top:-8px;}
.lh-classic .bd h3{line-height:24px; margin:20px 0;}
.lh-classic .bd h4 i{font-size:14px; margin-right:2px; color:#DA0013;}
.lh-classic-c{position:absolute; left:50%; top:50px; padding-left:3vw;}
.lh-classic-h{margin:20px 0 0 30px;}
.lh-classic-h img{width:100%;}
.lh-classic-b{position:absolute; left:0; bottom:30px; width:100%;background: -webkit-linear-gradient(0deg,rgba(255,255,255,0),rgba(255,255,255,.8));}
.lh-classic-d{width:60%; position:relative; margin-right:7vw;}
.lh-classic-d .tempWrap{width:100% !important;}
.lh-classic-d .bd1 li{width:20%;}
.lh-classic-d .bd1 li img{transition:all .45s; border:2px solid rgba(0,0,0,0); width:100%;}
.lh-classic-d .bd1 li a{display:block;padding:20px .5vw; position:relative; overflow:hidden;}
.lh-classic-btn a{font-size:52px; font-family:'simsun'; position:absolute; letter-spacing:-12px; font-weight:bold; color:#DA0013; top:50%; margin-top:-30px;}
.lh-classic-btn a span{opacity:.5;}
.lh-classic-btn a.prev1{left:-70px;}
.lh-classic-btn a.next1{right:-55px;}
.lh-classic .bd li{transition:all .45s;}
.lh-classic-d .bd1 li.on img{border:2px solid #DA0013;}
.lh-classic-c.two{left:inherit; right:50%; padding:0 5vw 0 0;}
.lh-classic .bd .text{padding: 260px 5vw 0; width:50%; float:left; text-align:right;}
.lh-classic .bd .text h2 i{left:inherit; right:-20px;}
.lh-classic-c.two .lh-culture-h{float:right;}
.lh-classic-b.two{background: -webkit-linear-gradient(0deg,rgba(255,255,255,.8),rgba(255,255,255,0));}
.lh-classic-b.two .lh-classic-d{margin:0 0 0 7vw;}

footer .content{margin:0 auto;display:flex;}
footer .content .left{border-right:1px solid rgba(128,128,128,.5)}
footer .content .left,footer .content .right{flex:1}
footer .left .title{font-size:26px;font-family:qingnian;text-align:left;padding-bottom:10px}
footer .left .img{padding:20px 0}
footer .left .imgbox .view{width:100%;margin-bottom:10px;display:flex;flex-wrap:wrap}
footer .left .imgbox .view.xq{font-size:16px;text-indent:180px}
footer .left .imgbox .view .icon{display:block;margin-right:25px;height:26px;width:153px}
footer .left .imgbox .view .icon img{float:left;margin-right:10px}
footer .left .imgbox .view a{display:inline-block;vertical-align:middle}
footer .infor1 a{font-size:29px;font-weight:100}
footer .infor2 p{display:inline-block;font-size:19px;vertical-align:middle}
footer .infor2 p span{color:rgba(255,255,255,.2);display:inline-block;margin:0 14px}
footer .infor2 a{font-size:18px}
footer .infor3 p{display:inline-block;vertical-align:middle;font-size:16px;width:60%}
footer .right .box{margin-left:10%;display:flex;justify-content:space-between}
footer .right .box .title{text-align:left;font-size:26px;font-family:qingnian;padding-bottom:10px}
footer .right .box .title+p{font-size:16px}
footer .right .formBox{padding-top:10px;display:block}
footer .form{margin-top:25px}
footer .form .infor+.infor{margin-top:15px}
footer .form .method{display:inline-block;height:30px;line-height:30px;}
footer .form .laber{display:inline-block;vertical-align:top}
footer .form .laber i{font-size:30px;width:30px;height:30px;display:inline-block;vertical-align:middle;margin-right:15px}
/* footer .copyright{background:#010730} */
footer .copyright ._w1400{display:flex;justify-content:space-between;color:rgba(255,255,255,.3);line-height:30px;font-size:12px}