@charset "utf-8";

/* css 重置 */
html,
body {
    width: 100%;
    min-width: 1500px;
    background: #FFFFFF;
}

body,
div,
ul,
li,
dl,
dt,
dd,
h2,
p {
    padding: 0;
    margin: 0;
    font-family: "微软雅黑";
}

ul {
    list-style: none;
}

img {
    border: none;
    object-fit: cover;
}

a {
    outline: none;
    text-decoration: none;
    cursor: pointer;
    color: #4F4F4F;
}

a:hover,
a:focus {
    color: #dd2f3c;
    text-decoration: none;
}
.headerDiv {
    width: 100%;
    height: 94px;
}


.main_center {
    margin: 0 auto;
    width: 1500px;
}

.headDiv {
    height: 94px;
}

.menuDiv,.menuDiv1 {
    height: 56px;
}

.menuA {
    float: left;
    height: 20px;
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF !important;
    line-height: 56px;
    margin: 0 32px;
}
.menuA1 {
    float: left;
    height: 56px;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 56px;
    margin: 0 21px;
}
.fouce {
    font-size: 20px;
    font-weight: 700;
    border-bottom: 4px solid #fff;
    padding: 0 0 7px 0;
}

.logoImg {
    width: 193px;
    height: 46px;
    margin: 23px 623px 0px 0;
    float: left;
}

.logoImg img {
    width: 100%;
    height: 100%;
}

.week {
    float: left;
    font-size: 24px;
    font-family: Source Han Serif CN-Bold, Source Han Serif CN;
    font-weight: 700;
    color: #3D3D3D;
    margin: 22px 0 0 900px;
}

.date {
    float: left;
    font-size: 18px;
    font-family: Source Han Serif CN-Bold, Source Han Serif CN;
    font-weight: 700;
    color: #3D3D3D;
    margin: 5px 0 0 900px;
}

.serInput {
    width: 393px;
    height: 32px;
    background: #F8F8F8;
    border: 1px solid #D7D7D7;
    border-radius: 10px;
    float: left;
    margin: 34px 5px 0 0;
}

.ser {
    width: 343px;
    color: #333333;
    outline: none;
    border: 0;
    height: 32px;
    z-index: 111;
    border-radius: 10px;
    float: left;
    background: transparent;
    text-indent: 12px;
}

.serBtn {
    width: 32px;
    height: 32px;
    float: right;
    background: url("../imgs/indexHB/search_hb.png") center center/24px 24px no-repeat;
}

::-webkit-input-placeholder {
    color: #4F4F4F;
    font-size: 14px;
}
.APP {
    height: 23px;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    line-height: 23px;
    margin: 40px 0 0 30px;
    float: left;
}

.login {
    height: 23px;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    line-height: 23px;
    margin: 40px 0 0 10px;
    float: left;
}

.reg {
    height: 23px;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    line-height: 23px;
    margin: 40px 0 0 10px;
    float: left;
}

.footerDiv {
    width: 100%;
    height: 260px;
    background: #2D1616;
}

.footerTop {
    height: 18px;
}

.linkDiv {
    padding: 28px 0 0 0;
    float: left;
    width: 100%;
    text-align: center;
}

.linkName {
    height: 23px;
    line-height: 23px;
    color: #fff;
    float: left;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    text-align: center;
}

.footerLink {
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #fff;
    text-indent: 20px;
    display: inline-block;
    margin: 0 20px;
}

.footerLeft {
    float: left;
    width: 100%;
}

.footerP {
    float: left;
    width: 100%;
    height: 23px;
    font-size: 14px;
    font-weight: 400;
    line-height: 23px;
    color: #9C9C9C;
    margin: 10px 0 0px 0;
    text-align: center;
}

.footerPImg {
    float: left;
    width: 100%;
    margin: 40px 0 8px 0;
    text-align: center;
}

.footerPImg img {
    margin: 0 8px;
}

.footerSpan {
    margin: 0 16px 0 0;
}

.footerP img {
    margin: 16px 60px 0 0;
}

.footerRight {
    float: right;
    padding: 64px 0 0 0;
    width: 360px;
}

.footerRight img {
    width: 360px;
    height: 90px;
    margin: 0 0 20px 0;
    float: left;
}

.line1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
  
}

.line2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.line3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

img {
    transform: scale(1, 1);
    transition-timing-function: ease-out;
    transition-duration: 250ms;
    -moz-transform: scale(1, 1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
}

img:hover {
    transform: scale(1.03);
    transition-timing-function: ease-out;
    transition-duration: 500ms;
    -moz-transform: scale(1.05);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 500ms;
    overflow: hidden;
}
.Jcarousel img {
    transform: scale(1, 1);
    transition-timing-function: ease-out;
    transition-duration: 250ms;
    -moz-transform: scale(1, 1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
}

.Jcarousel img:hover {
    transform: scale(1);
    transition-timing-function: ease-out;
    transition-duration: 250ms;
    -moz-transform: scale(1);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 250ms;
    overflow: hidden;
}
.loadMore {
    width: 210px;
    height: 36px;
    background: #F4F4F4;
    border-radius: 50px 50px 50px 50px;
    opacity: 1;
    float: left;
    font-size: 14px;
    font-weight: 500;
    color: #3D3D3D;
    line-height: 36px;
    text-align: center;
    margin: 20px 400px;
    display: none;
}

.mg20 {
    margin: 20px auto;
}

.map {
    background: url('../imgs/index/map.png') 0 center no-repeat;
}

.phone {
    background: url('../imgs/index/phone.png') 0 center no-repeat;
}

.email {
    background: url('../imgs/index/email.png') 0 center no-repeat;
}

.indexDiv {
    position: relative;
    height: 80px;
    width: auto;
    float: left;
}

.menuHDiv {
    width: 140px;
    height: 180px;
    font-size: 16px;
    font-weight: 400;
    color: #222222;
    line-height: 60px;
    text-align: center;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 8px;
    position: absolute;
    left: -50px;
    top: 60px;
    z-index: 3;
    display: none;
}

.menuHDiv a {
    width: 100%;
    height: 60px;
    font-size: 16px;
    font-weight: 400;
    color: #222222;
    line-height: 60px;
    text-align: center;
}

.menuHDiv:first-child {
    border-radius: 8px 8px 0 0;
}

.menuHDiv:last-child {
    border-radius: 0 0 8xp 8px;
}

.menuHDiv a:hover {
    color: #fff;
    background: #E94743;
}

.indexDiv:hover .menuHDiv {
    display: block;
}
.menuHDiv:hover .menuHDiv {
    display: block;
}
.menuBox{
    width: 100%;
    height: 56px;
    background: #DE4603;
}
.menuBox1{
    width: 100%;
    height: 56px;
    border-bottom:2px solid #FFAE00;
}
.mean_body{
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.3;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 9999;
}

.live_box{
  width:500px;
  position:fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index:9999;
  cursor: pointer
}

.live_box_head{
  width:500px;
  background: #fff;
  border-radius: 10px;
  padding-bottom: 10px
}

.live_box_head img{
width:100%;
border-radius: 10px 10px 0 0
}

.live_box_head span{
    width: 70px;
    display: block;
    background: #f9e095;
    border-radius: 5px;
    text-align: center;
    color:white;
    margin: 10px auto
}
  
.live_box_foot{
  width:500px;
  height:50px;
  line-height:50px;
  text-align:center
}

.live_box_foot img{
margin-top:10px
}

#index_footer {
    width: 100%;
    background: #333333;
    clear: both;
    margin-top: 100px;
    float: left;
    padding-bottom: 30px;
    height: 280px;
}

.index_footer_bar {
    height: 45px;
    background: #000000;
}

.index_footer_01 {
    width: 1500px;
    margin: 0 auto;
    line-height: 45px;
    color: #fff;
    font-size: 20px;
}

.index_footer_01 span {
    float: right;
    font-size: 12px;
}

.index_footer_01 span a {
    color: #ff9900;
}
.index_footer_01 img {
   vertical-align: middle;
}
.index_footer_03 {
    width: 1200px;
    margin: 0 auto;
    color: #CCCCCC;
    clear: both;
    border-top: 1px dotted #666;
    padding-top: 20px;
}

.index_footer_03 p {
    text-align: center;
    line-height: 28px;
    color: #aeaeae;
    font-size: 14px;
}

.index_footer_03 p a {
    color: #aeaeae;
    margin: 0 5px;
    font-size: 14px;
}
.menuA:hover{
    font-weight: 500;
    color: #FFFFFF;
}
