@charset "utf-8";

/*全局控制*/
body{width:100%;font-size: 16px;overflow-x: hidden;margin:0;padding:0;font-family:"微软雅黑"; color:#565656;overflow-x: hidden;}
html{-webkit-text-size-adjust: none !important;text-size-adjust: none !important;-moz-text-size-adjust: none !important;}
body{-webkit-text-size-adjust: none !important;text-size-adjust: none !important;-moz-text-size-adjust: none !important;}
html,body,div,dl,dt,dd,ol,ul,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,p{margin:0;padding:0;}
ul,li{list-style:none;}
img{max-width: 100%}
.tc{text-align:center;}.tl{text-align:left;}.tr{text-align:right;}
.fl{float:left;}.fr{float:right;}.cl{clear:both;}.fb{font-weight:bold;}
.flex{display:flex;}
.wrap{flex-wrap: wrap;}
a{text-decoration:none;color:inherit;cursor: pointer;}
input[type="text"]:focus,input[type="password"]:focus,textarea:focus{outline:none;}
button{cursor: pointer;border:0;}

.flex_{display: flex;display:-webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;}
/*两边的向两边靠*/
.flex_space-between{display: flex;display:-webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-justify-content:space-between;-moz-box-pack:space-between;-webkit--moz-box-pack:space-between;box-pack:space-between;}
/*水平居中*/
.flex_justify-content{display: flex;display:-webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-justify-content:center;-moz-box-pack:center;-webkit--moz-box-pack:center;box-pack:center;position: relative;}
/*完美的平均分配*/
.flex_justify-content-around{display: flex;display:-webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;-webkit-box-pack:space-around;-ms-flex-pack:space-around;justify-content:space-around;-webkit-justify-content:space-around;-moz-box-pack:space-around;-webkit--moz-box-pack:space-around;box-pack:space-around;}
/*垂直居中*/
.flex_align-items{display: flex;display:-webkit-box;display: -moz-box;display: -ms-flexbox;display: -webkit-flex;-ms-flex-align:center;align-items:center;box-align:center;-moz-box-align:center;-webkit-box-align:center;}

.img img{width: 100%;height: auto;}
.imgs{position: relative;}
.imgs img{position: absolute;left:0;top:0;right:0;bottom:0;width: 100%;height: auto;min-height: 100%;font-size: 0;line-height: 0;}
.img_auto img{width: auto;height: auto;max-width: 100%;max-height: 100%;font-size: 0;line-height: 0;}

/*禁止选中*/
a{border:0px;text-decoration:none;}
img {border:0px;text-decoration:none;}
select{
  /*很关键：将默认的select选择框样式清除*/
  appearance:none;
  -moz-appearance:none;
  -webkit-appearance:none;
  /*在选择框的最右侧中间显示小箭头图片*/
  background: url("../images/xiala.png") no-repeat scroll right 8px center transparent;
  /*为下拉小箭头留出一点位置，避免被文字覆盖*/
  padding-right: 22px;
}

#page{
    height: 32px;
    line-height: 32px;
    text-align: center;
}
#page a{
    padding: 5px 8px;
    margin: 5px;
    font-size: 12px;
    color:#333333;
    border:1px solid #CCCCCC;
    border-radius: 5px;
}
#page a:hover{
    background: #0D3A73;
    color:#fff;
    border:1px solid #0D3A73;

}

/* 超出显示... */
.clamp{display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;}
.clamp1{display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;-webkit-line-clamp:1;}
.clamp2{display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;-webkit-line-clamp:2;}
.clamp3{display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;-webkit-line-clamp: 3;}



/*导航*/
.banner{position: relative;width:100%;}
.banner .slider {width: 100%;overflow: hidden;}
.phone_cont{display: none;}
.head_menu{width:30px;height:30px;position: relative;}
.cd-nav-trigger{z-index: 9;}

/* 高亮导航部分 */
.banner img{width:100%;display: block;}
.banner .swiper-pagination{position: absolute;width:100%;height: 22px;bottom: 20px;text-align: center;z-index: 3;}
.banner .swiper-pagination span {display: inline-block;height: 14px;width: 14px;margin: 0 40px!important;border: 1px solid #eee;background: none;cursor: pointer;position: relative;vertical-align: text-top;border-radius: 0;opacity: 1;}
.banner .swiper-pagination span.swiper-pagination-bullet-active {background: #0075c2;border-color: #0075c2;}
.banner .swiper-pagination span:hover {background: #0075c2;border-color: #0075c2;}
.banner .swiper-pagination span:after{content:'';position: absolute;top: 0;bottom: 0;left: 20px;margin: auto;width: 70px;height: 1px;background: #fff;}
.banner .swiper-pagination span:last-child:after{width: 0}
.box{width: 87.5%;margin:auto;}/*  1680px */
.box2{width: 62.5%;margin:auto;}/*  1200px */
.boxpro{ width:1200px; margin:0 auto;}

.header{position: fixed;left: 0;top: 0;width: 100%;z-index: 6;transition: background 0.5s, top 0.5s, box-shadow 0.5s;-webkit-transition: background 0.5s, top 0.5s, box-shadow 0.5s;}
.header_con{width: 90%; padding:0 5%; font-size: 2rem;height: 2.5em;}
.active{ background:#00000094 !important;}
.header_cons{width: 100%;margin:auto 0;}
.header .nav-list li { float: left;margin-left:3.5em;font-size:1rem;height: 2.5em;line-height: 2.5em;}
.header .nav-list li.on a,
.header .nav-list li a:hover {color: #FCC800;}
.header .nav-list li a {position: relative;display: inline-block;line-height: 30px;font-weight: 300;color:#fff;font-family: "Microsoft Yahei Light", "Microsoft Yahei";}
.header .nav-list li a:before {content: "";position: absolute;left: -20px;width: 10px;height: 100%;background: url(../images/nav-cur.png) no-repeat center;opacity: 0;visibility: hidden;transform: translateX(-10px);transition: .5s;}
.header .nav-list li a:hover:before,
.header .nav-list li.on a:before {opacity: 1;visibility: visible;transform: translateX(0);}
.phone{ display:none; cursor:pointer;}
.phone>img{ width:30%; float:right;}
.header_logo{width: 35%;}

.headerej{width: 100%;line-height: 80px;z-index: 999;padding: 0 55px;transition: background 0.5s, top 0.5s, box-shadow 0.5s;-webkit-transition: background 0.5s, top 0.5s, box-shadow 0.5s;}
.nav-listej{float: right;margin-right: 10%;}
.headerej .nav-listej li { float: left;font-size: 15px;margin-left: 50px;}
.headerej .nav-listej li.on a,
.headerej .nav-listej li a:hover {color: #FCC800;}
.headerej .nav-listej li a {position: relative;display: inline-block;line-height: 30px;font-weight: 300;color:#4c4c4c;font-family: "Microsoft Yahei Light", "Microsoft Yahei";}
.headerej .nav-listej li a:before {content: "";position: absolute;left: -20px;width: 10px;height: 100%;background: url(../images/nav-cur.png) no-repeat center;opacity: 0;visibility: hidden;transform: translateX(-10px);transition: .5s;}
.headerej .nav-listej li a:hover:before,
.headerej .nav-listej li.on a:before {opacity: 1;visibility: visible;transform: translateX(0);}

.con{width: 94%;margin:0 auto;max-width: 1200px;}
.contone{width: 100%;position: relative;background:url('../images/a1.png') no-repeat;background-size: 100% 100%;}
.contguanyu{width: 140px;float: left;padding:15vw 0 17.2vw 0;position: relative;}
.guanyu_nei{width: 100%;}
.guanyu_nei_le{width: 1.5em;font-size: 24px;color:#1b1825;word-wrap:break-word;word-break:normal;font-weight: bold;}
.guanyu_nei_re{width: 1.5em;border-left:1px solid #1B1825;padding-left: 10px;min-height:326px;}
.guanyu_pic{width: 100%;height:22px;background: url(../images/sy2.png) no-repeat center;}
.guanyu_wen{font-size: 16px;color:#999999;word-wrap:break-word;word-break:normal;margin-top:10px;text-align: center;}

.contguanyu:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #0D3A73;
  transform-origin: 100%;
  -webkit-transform-origin: 100%;
  -webkit-transition: -webkit-transform .5s cubic-bezier(.4, 0, .2, 1);
  transition: transform .5s cubic-bezier(.4, 0, .2, 1);
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  visibility: hidden\9;
}
.contguanyu:hover:before {
  transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform-origin: 0;
    -webkit-transform-origin: 0;
    visibility: visible\9;
}

.contguanyu:hover .guanyu_nei_le{color:#ffffff}
.contguanyu:hover .guanyu_nei_re{border-left:1px solid #ffffff;}
.contguanyu:hover .guanyu_pic{background: url(../images/sy1.png) no-repeat center;}
.contguanyu:hover .guanyu_wen{color:#ffffff;}





.index_one{width: 140px;height: 100%;}
.contabout{margin-top: 5%;position: relative;padding-bottom:5%;}
.contabout_le{width: 50%;float: left;}
.contabout_re{margin-left:55%;}
.abouttit{font-size: 2rem;color:#1b1825;font-weight: bold;margin-top: 1.5em;}
.aboutjian{font-size: 1.5rem;color:#1b1825;font-weight: bold;margin-top:1em;}
.aboutfen{font-size: 1.2rem;color:#707274;margin-top: 60px;}
.aboutfener{font-size: 1.2rem;color:#707274;margin-top: 14px;}
.aboutfensan{font-size: 1.2rem;color:#707274;margin-top: 30px;}
.aboutfensi{font-size: 1.2rem;color:#707274;margin-top: 14px;}
.aboutdesc{margin:1em 0;line-height: 2em;color: #333;}
.aboutdescen{color: #555;}
.aboutdesccn{margin-top:4em;}
.aboutjie{font-size: 14px;color:#666666;line-height:2.5em;text-indent:2em;margin-top: 4%;}
.aboutchak{width:25%;padding-top:0.5%;padding-bottom:0.5%;font-size: 16px;color:#0d3a73;text-align: center;font-weight: bold;line-height: 40px;margin-top: 10%;border:1px solid #E8E8E8;border-radius: 20px;position: relative;}
.aboutchak:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: #0D3A73;
  transform-origin: 100%;
  -webkit-transform-origin: 100%;
  -webkit-transition: -webkit-transform .5s cubic-bezier(.4, 0, .2, 1);
  transition: transform .5s cubic-bezier(.4, 0, .2, 1);
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  visibility: hidden\9;
  border:1px solid #0D3A73;
  z-index: -1;
}
.aboutchak:hover{color:#fff;}
.aboutchak:hover:before {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform-origin: 0;
    -webkit-transform-origin: 0;
    visibility: visible\9;
}
.contzhaos{width: 100%;background: #EEF3F7;padding:5% 0;}
.zstit{font-size: 36px;color:#1b1825;font-weight: bold;text-align: center;}
.zsyingwen{font-size: 24px;color:#1b1825;font-weight: bold;margin-top:20px;text-align: center;}
.zsneirgon{width: 100%;margin-top: 5%;}
.zsjianmeng{width: 23%;background:#fff;border-radius: 15px;padding-bottom: 3%;}
.jiamengpic{width: 30%;margin:0 auto;padding:10% 0;}
.jiamentit{font-size: 20px;color:#1b1825;text-align: center;font-weight: bold;}
.jiamengjian{font-size: 14px;color:#808080;text-align: center;line-height: 2em;width: 90%;margin:0 auto;margin-top: 1.5em;}
.jiamengjer{margin-top:1em;font-size: 14px;color:#808080;text-align: center;}
.jianmjiantou{width:50px;height: 50px;background:#EEF3F7;margin:0 auto;margin-top: 10%;border-radius: 50%;position: relative;}
.jianmjiantou img{display: block;margin:auto;position: relative;z-index: 9;}
.jianmjiantou:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #F7D819;
  transform-origin: 100%;
  -webkit-transform-origin: 100%;
  -webkit-transition: -webkit-transform .5s cubic-bezier(.4, 0, .2, 1);
  transition: transform .5s cubic-bezier(.4, 0, .2, 1);
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  visibility: hidden\9;
}
.jianmjiantou:hover:before {
  transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform-origin: 0;
    -webkit-transform-origin: 0;
    visibility: visible\9;
}
.jianmjiantou:hover{background: none;}
.contmeng{width: 90%;margin:0 auto;margin-top: 10%;}
.contxinwen{width: 100%;background:#EEF3F7;padding-top: 10%;padding-bottom: 4%;}
.xinwenneir{width:85%;max-width: 1560px;float: right;}
.xinwen_le{width: 25%;float: left;}
.xinwen_re{margin-left:28%;}
.picne_jie{width: 100%;font-size: 14px;color:#818181;line-height: 180%;margin-top: 30px;height:50px;overflow:hidden;}

.picScroll-left{ width:100%;position:relative;}
.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
.picScroll-left .bd ul li{float:left; _display:inline; overflow:hidden;width: 381px;height: 536px;background: #fff;margin-left: 35px;}
.next{width: 64px;height: 64px;position: absolute;bottom:8%;left:-36%;}
.prev{width: 64px;height: 64px;position: absolute;bottom:8%;left:-29%;}
.pic_touxiang{width: 100%;position: relative;}
.pic_rili{width: 65px;height: 70px;background:#F7F7F7;position: absolute;left:0;bottom: 0;border-top-right-radius:5px;}
.pic_rili p{font-size: 14px;color:#1A1724;text-align: center;font-weight: bold;padding-top: 18px;}
.pic_aug{font-size: 14px;color:#1A1724;text-align: center;font-weight: bold;margin-top:2px;}
.picne_tit{font-size: 18px;color:#060f23;font-weight: bold;margin-top: 10%;}
.picmore{width:40%;padding-top:0.5%;padding-bottom:0.5%;font-size: 16px;color:#0d3a73;text-align: center;font-weight: bold;line-height: 40px;margin-top: 10%;border:1px solid #E8E8E8;border-radius: 20px;position: relative;z-index: 9999;}
.xinwen_le_desc{font-size: 1.1rem;color:#707274;margin-top:20%;line-height:1.75em;}
.xinwen_le_descen{font-size: 0.9rem;margin-top:10%;}
.picmoreindex{width: 30%;}
.contjiameng{width: 86%;margin:0 auto;margin-top: 5%;background: url('../images/n1.jpg') no-repeat;background-size: cover;padding:5% 0;position: relative;z-index: 1;}
.liuyancon{width: 48%;margin:0 auto;}
.liuyan_tit{font-size: 24px;color:#ffffff;text-align: center;font-weight: bold;}
.liuyan_gbook{width: 100%;margin-top: 50px;}
.gbook_one{width: 100%;margin-bottom: 3%;}
.gbook_one_le{width: 48%;height:3em;float: left;}
.gbook_one_le input{width: 100%;border:none;font-size: 15px;color:#687c8c;line-height: 3em;text-indent: 1em;border-radius:3px;}
.gbook_one_re{width: 48%;height:3em;float: right;}
.gbook_one_re input{width: 100%;border:none;font-size: 15px;color:#687c8c;line-height: 3em;text-indent: 1em;border-radius:3px;}
.submit{width: 160px;height: 3em;margin:0 auto;}
.submit input{width: 100%;border:none;font-size: 16px;color:#1b1825;text-align: center;line-height: 3em;background:#FCC800;border-radius: 3px;cursor: pointer;margin-top: 5%;}

/*底部*/
.foot{background: url('../images/fb.jpg') no-repeat;background-size: cover;}
.footindex{width: 100%;margin-top: -50px;}
.foot{width: 100%;position: relative;}
.footneirong{padding-top:8%;padding-bottom:5%;}
.footdibule{width: 38%;float: left;}
.footlogo{width: 30%;}
.footxinxi{font-size: 1.5vw;color:#fefefe;font-weight: bold;margin-top:20px;}
.foottel{margin-top: 24px;}
.footfenxin{width: 100%;margin-top: 22px;}
.fenxinle{width: 44px;float: left;margin-left: 10px;}
.footdilian{width: 16%;float: left;}
.lianlanmu{font-size: 18px;color:#fefefe;font-weight: bold;}
.lanmulei{margin-top: 35px;font-size: 14px;color:#a6a2b3;line-height: 200%}
.lanmulei a{font-size: 14px;color:#a6a2b3;margin-top: 15px;width: 100%;display: block;}
.footlanxi{width: 28%;float: right;}
.foottoper{width: 100%;background:#100D16;padding-top: 20px;padding-bottom: 20px;font-size: 14px;color: #eef3f7;text-align: center;}

/*二级*/
.erjibaner{width: 100%;position: relative;}
.erjibaner.phone{display: none;}
.erjibancon{width: 100%;height: 100%;position: absolute;left:0;top:0;}
.erconnei{width: 1200px;margin:0 auto;}
.erconnei_one{font-size: 14px;color:#ffffff;padding-top: 90px;}
.erconnei_two{font-size: 36px;color:#fff;font-weight: bold;margin-top:15px;}
.aboutliceng{width: 100%;padding-bottom:170px;}
.fazanjian{font-size: 16px;color:#1b1825;text-align: center;margin-top:60px;}
.lichengcon{margin-top: 50px;}
.event_box{ width: 100%; margin: 3% auto 0;position: relative;}
.lichengcon.phone{display: none;}




.event_box .parHd {width: 98%; display: inline-block;height: 92px; overflow: hidden;}
.parHd  ul{ width: 100%; text-align: center; margin: 0 auto; padding-top: 25px !important;}
.parHd .tempWrap{ margin: 0 auto;}
.parHd .tempWrap:after{ content: '';width: 85%;height: 1px;background: #0D3A73;position: absolute;right: 8%;top: 35%;z-index: 10;}
.parHd li.no_line:before{ display: none;}
.parHd li{  display: inline-block; cursor: pointer; padding-top: 30px; font-size: 16px; color: #000;margin:0 30px; position: relative; }
.parHd li:after{ content: ''; background: url(../images/dot_ico.png) no-repeat; width: 24px; height: 24px; position: absolute;  z-index: 20;top: -12px; left: 50%; margin-left: -12px;}
.parHd .act:after{content: ''; background: url(../images/dot_icoyi.png) no-repeat; width: 24px; height: 24px; position: absolute;  z-index: 20;top: -12px; left: 50%; margin-left: -12px;}
.parBd{ text-align: center; margin-top: 60px;}
.parBd h4{ position: relative; font-size: 24px; margin-bottom:1%;padding: 0 20px;  display: inline-block; text-align: center;}
.parBd h4:after{ content:''; background: #174279; width: 100px; height: 1px; position: absolute; left: -100px; bottom: 12px;}
.parBd h4:before{ content:''; background: #174279; width: 100px; height: 1px; position: absolute; right: -100px; bottom: 12px;}
.parBd p{ font-size:24px; width: 80%; margin: 0 auto;}
div#listBox {width: 100%;}
.sPrev,.sNext{ width: 30px; height: 30px; display: block; position: absolute; top: 10px;}
.sPrev{ left: 0;}
.sNext{ right: 0;}
.sPrev img,.sNext img{transition: all .6s cubic-bezier(.51,1.1,.9,.95);-moz-transition: all .6s cubic-bezier(.51,1.1,.9,.95);-webkit-transition: all .6s cubic-bezier(.51,1.1,.9,.95);-o-transition: all .6s cubic-bezier(.51,1.1,.9,.95);}
.aboutfuwu{width: 100%;position: relative;}
.jiukufuyu{font-size: 36px;color:#fff;font-weight: bold;text-align: center;padding-top: 110px;}
.jiufuying{font-size: 24px;color:#fff;font-weight: bold;margin-top:20px;text-align: center;}
.fuwumore{width: 8%;height:50px;background:#FCC700;border-radius: 5px;font-size: 16px;color:#0f305a;text-align: center;line-height: 50px;font-weight: bold;margin:0 auto;margin-top: 68px;}
.fuwufenju{width: 1200px;margin:0 auto;margin-top: -125px;position: relative;z-index: 1;background:#FFFFFF;height: 330px;border-radius:20px;box-shadow: 0 8px 30px 8px rgba(0,0,0,0.15);}
.fuwufenjule{width: 293px;float: left;}
.fuwugengkui{width: 297px;height: 330px;border-right:1px solid #EBEBEB;float: left;}
.gengkuipic{width: 20%;margin:0 auto;padding-top: 17%;}
.gengkuatit{font-size: 20px;color:#1b1825;text-align: center;font-weight: bold;margin-top: 20px;}
.gengkuajian{font-size: 14px;color:#808080;text-align: center;line-height: 180%;margin:0 auto;margin-top:30px;width: 215px;}
.contyuanjin{width: 1200px;margin:0 auto;margin-top: 100px;}
.yuanjinnei{width: 100%;margin-top:100px;}
.yuanjinnei_le{width: 658px;float: left;}
.yuanjintit{font-size: 28px;color:#060f23;font-weight: bold;}
.yuanjinnei_re{width: 541px;float: right;}
.aboutfenxx{margin-top: 60px;}
.aboutfenxx p{font-size: 14px;color:#666666;line-height: 180%;}
.winefuwu{width: 1200px;margin:0 auto;margin-top: 6%;}
.winefuwu_le{width:70%;float: left;}
.wine_cont{width: 100%;min-height: 400px;}
.wine_biaoti{font-size:24px;color:#060f23;font-weight: bold;width: 100%;margin-bottom: 3%;}
.wine_quick{width: 100%;margin-top: 60px;margin-bottom: 15px;}
.quickone{width: 100%;}
.quickone_le{width:372px;float: left;}
.quick_tit{font-size: 28px;color:#060f23;font-weight: bold;}
.quick_jian{float: right;margin-top: -15px;position: relative;z-index: -1;}
.quick_nei{font-size: 18px;color:#060f23;font-weight: bold;margin-top: 30px;width: 100%;margin-left: 34px;}
.quickone_re{width: 373px;float: right;}
.quicktwo{width: 100%;margin-top: 50px;}
.qutwofen{width: 100%;background:#EEF3F7;border-radius: 5px;margin-bottom: 3%;}
.jpbconone{width: 100%;padding-top: 2.5%;padding-bottom: 2.5%;}
.jpbconone_le{width: 80%;float: left;font-size: 18px;color:#060f23;font-weight: bold;text-indent: 1.5em;}
.jpbconone_re{width: 20%;float: right;}
.jobzankai{width: 20%;float: right;margin-right: 5%; cursor:pointer;}
.winefuwu_re{width: 170px;float: right;height: 62px;background: url(../images/a3.png) no-repeat center;}
.winfanh{font-size: 16px;color:#0d3a73;font-weight: bold;float: left;margin-left: 60px;line-height: 62px;}
.winfanh_re{width: 9px;float: right;margin-right: 37px;line-height: 60px;}
.wineinfo{ padding-left:1.5em; padding-right:5px; padding-bottom:15px; line-height:30px; display:none;font-size: 14px;color:#818181}
.wineinfo a{display: block;width: 30%;padding-top: 0.5%;padding-bottom: 0.5%;background:#0d3a73;border-radius: 20px;font-size: 14px;color:#fff;text-align: center;margin-top: 3%;}
.wineinfo img{ display:block; padding-top:10px;}

/*新闻动态*/
.ejfenlei{width: 100%;font-size: 14px;color:#4c4c4c;padding-bottom:2em;margin-top: 3%;}
.fenleiyi{width: 7%;padding-top: 0.3%;padding-bottom: 0.3%;margin-left: 2%;border:1px solid #818181;border-radius: 15px;position: relative;text-align: center;overflow: hidden;}

.fenleiyi:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #0D3A73;
  border:1px solid #0D3A73;
  transform-origin: 100%;
  -webkit-transform-origin: 100%;
  -webkit-transition: -webkit-transform .5s cubic-bezier(.4, 0, .2, 1);
  transition: transform .5s cubic-bezier(.4, 0, .2, 1);
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  visibility: hidden\9;
  z-index: -1;
}
.fenleiyi:hover:before {
  transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform-origin: 0;
    -webkit-transform-origin: 0;
    visibility: visible\9;
}
.fenleiyi a:hover{color:#fff;}

.fenleiyi a{font-size: 16px;}
.news_box{min-height:300px;}
.xinwenle{width: 31%;float: left;padding-bottom:2.5%;margin-bottom: 2.5%;margin-left: 2%;border-bottom:1px solid #E8E8E8;}
.xinwenle:hover .picne_tit{color:#0d3a73}
.picmore:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: #0D3A73;
  transform-origin: 100%;
  -webkit-transform-origin: 100%;
  -webkit-transition: -webkit-transform .5s cubic-bezier(.4, 0, .2, 1);
  transition: transform .5s cubic-bezier(.4, 0, .2, 1);
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  visibility: hidden\9;
  z-index: -1;
}
.picmore:hover{color:#fff;}
.picmore:hover:before {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform-origin: 0;
    -webkit-transform-origin: 0;
    visibility: visible\9;
}
.news_xqing{margin-top: 4%;}
.wine_cont{font-size: 16px;color:#666666;}
.wine_cont p{font-size: 16px;color:#666666;line-height: 200%;}
.wine_cont img{display: block;}
.wine_hov{ background:#FFF !important; box-shadow:0 0 20px #ccc;}
.swiper-slide{background:#fff;padding-bottom: 25px;}
.pic_neiro{width: 85%;margin:0 auto;overflow: hidden;}

/*联系我们*/
.lianxiwang{width: 100%;}
.lianyipic{width: 60px;margin:0 auto;}
.lianyione{font-size: 14px;color:#818181;text-align: center;margin-top: 8%;}
.box3{width: 38%;margin:0 auto;margin-top:50px;}
.lianyiname {
    text-align: center;
    font-size: 14px;
    color: #818181;
    margin-top: 5%;
}
.aboutditu{width: 100%;margin-top: 80px;}
.aboutditu_le{width: 50%;float: left;}
.aboutditu_re{width: 50%;float: right;cursor: pointer;overflow: hidden;}
.aboutditu_re img{transition: all 0.5s;}
.aboutditu_re img:hover{transform: scale(1.1,1.1);transition: all 0.5s;}
/*招商加盟*/
.boxjm{width: 66%;margin:0 auto;margin-top: 90px;}
.guangjia_le{width: 55%;float: left;}
.guangjia_re{width: 41%;float: right;}
.guanjiajie{font-size: 14px;color:#666666;line-height: 180%;margin-top: 120px;}
.guanjiatit{font-size: 36px;color:#1b1825;font-weight: bold;}
.guanjgduo{width: 170px;height: 62px;background: url(../images/a3.png) no-repeat center;font-size: 16px;color:#0d3a73;text-align: center;font-weight: bold;line-height: 62px;margin-top: 50px;}
.jianliuc{width: 100%;background:#EEF3F7;padding-top: 3%;padding-bottom: 3%;margin-top: 4%;}
.jianliuc_le{width: 20%;float: left;}
.liuchengtit{font-size: 36px;color:#1b1825;font-weight: bold;margin-top: 30px;}
.liuchengjie{font-size: 24px;color:#1b1825;font-weight: bold;margin-top:20px;}
.jianliuc_re{width: 80%;float: right;}
.liuchengone{width: 100%;margin-bottom: 5%;}
.liuchen_yi{width: 148px;background:#FFFFFF;float: left;border-radius: 5px;height: 58px;margin-left: 2%;position: relative;cursor: pointer;}
.liuchen_yi p{font-size: 14px;color:#1a1a1a;text-align: center;margin-top:8px;}
.liuchengji{float: left;margin-left:2%;margin-top: 2%;}
.liuchen_er{width: 148px;background:#FFFFFF;float: left;border-radius: 5px;height: 58px;margin-left:2%;position: relative;cursor: pointer;}
.liuchen_er p{font-size: 14px;color:#1a1a1a;text-align: center;line-height: 58px;}
.liuchen_yi:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: #0D3A73;
  transform-origin: 100%;
  -webkit-transform-origin: 100%;
  -webkit-transition: -webkit-transform .5s cubic-bezier(.4, 0, .2, 1);
  transition: transform .5s cubic-bezier(.4, 0, .2, 1);
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  visibility: hidden\9;
  border:1px solid #0D3A73;
}
.liuchen_yi:hover p{color:#fff;position: relative;z-index: 11;}
.liuchen_yi:hover:before {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform-origin: 0;
    -webkit-transform-origin: 0;
    visibility: visible\9;
}

.liuchen_er:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: #0D3A73;
  transform-origin: 100%;
  -webkit-transform-origin: 100%;
  -webkit-transition: -webkit-transform .5s cubic-bezier(.4, 0, .2, 1);
  transition: transform .5s cubic-bezier(.4, 0, .2, 1);
  transform: scaleX(0);
  -webkit-transform: scaleX(0);
  visibility: hidden\9;
  border:1px solid #0D3A73;
}
.liuchen_er:hover p{color:#fff;position: relative;z-index: 11;}
.liuchen_er:hover:before {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform-origin: 0;
    -webkit-transform-origin: 0;
    visibility: visible\9;
}


.mddizhi{margin-top: 6%;}
.mendiantu{width: 70%;margin:0 auto;margin-top: 4%;}
.mendianccha{width: 15%;background:#0D3A73;padding-top: 1%;padding-bottom: 1%;border-radius: 5px;font-size: 16px;color:#ffffff;text-align: center;margin:0 auto;margin-top: 3%;}
.prodjiam{margin-top: 4%;}
.gbook_jm_le{width: 377px;height:3em;float: left;}
.gbook_jm_le input{width: 100%;border:none;font-size: 15px;color:#687c8c;line-height: 3em;text-indent: 1em;border-radius:3px;background:#EEF3F7}
.gbook_jm_re{width: 377px;height:3em;float: right;}
.gbook_jm_re input{width: 100%;border:none;font-size: 15px;color:#687c8c;line-height: 3em;text-indent: 1em;border-radius:3px;background:#EEF3F7}

.chaxuntiao{padding-top: 5%;}
.chatiaoyi{width: 100%;border-bottom:1px dashed #F5F5F5;padding-bottom: 2%;margin-bottom: 1%;}
.chatiaoyi_le{width: 8%;float: left;font-size: 18px;color:#4b4b4b;font-weight: bold;margin-top:0.8%;}
.chatiaoyi_re{width: 92%;float: right;}
/*.chatiaoyi_re a{display: block;background:#0D3A73;padding: 1% 2%;float: left;border-radius: 5px;color:#fff;margin-bottom: 1%;}*/
.chatiaoyi_re a{display: block;background:#fff;padding: 1% 2%;float: left;border-radius: 5px;color:#4c4c4c;margin-bottom: 1%;}
.retailie{margin-top: 3%;}
.relieyi{width: 100%;background:#fff;box-shadow: 0 8px 30px 8px rgba(0,0,0,0.15);padding-top: 2%;padding-bottom: 2%;margin-bottom: 2%;}
.relieyi_name{font-size: 18px;color:#060f23;font-weight: bold;padding-left: 20px;}
.relieyi_jian{font-size: 14px;color:#4c4c4c;margin-top: 1%;padding-left: 20px;line-height: 180%;}
.relieyi:hover{background: #EEF3F7;}
.relieyi:hover .relieyi_name{color:#0d3a73;font-weight: bold;}
.relieyi:hover .relieyi_jian{color:#0d3a73}
.tou_guanjiajie{ display:none;}



.quick_xinone{width: 100%;margin-top: 15px;}
#super_citys>div{
    height:2.5em;
    width:32.2%;
    line-height: 2.5em;
    display:inline-block;
    vertical-align: top;
    text-indent: 10px;
    position:relative;
    cursor:pointer;
    border-radius: 5px;
    background:url(../images/select_bg_img.png) #FFFFFF no-repeat right center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#super_citys>div>div{
    overflow: hidden;
    padding-right:24px;
    font-size:13px;
}

#super_citys>div>ul{
    width:100%;
    position:absolute;
    left:0;
    z-index: 99;
    overflow-y: scroll;
    height:0px;
    display:none;
    box-sizing: border-box;
    background:#fff;
}
#super_citys>div>ul>li{
    font-size:15px;
    text-indent: 10px;
    cursor:pointer;
    overflow: hidden;
}
#super_citys>div>ul>li:hover{
    background:#1E90FF;
    color:#fff;
}

.wine_cont_tel{display: none;}
.aboutditu_tel{display: none;}