/*  css document  */

body {
    text-align: left;
    font-family: 微软雅黑;
    margin: 0;
    padding: 0;
    font-size: 12px;
}

textarea {
    font-family: 微软雅黑;
}

div,
form,
img,
ul,
ol,
li,
dl,
dt,
dd,
p {
    margin: 0;
    padding: 0;
    border: 0;
}

* {
    margin: 0;
    padding: 0;
}
li {
    list-style-type: none;
}

em {
    font-style: normal;
}

a {
    cursor: pointer;
    text-decoration: none;
}

div ul li a {
    cursor: pointer;
    text-decoration: none;
}
.none{
    display: none;
}
.clear {
    clear: both;
    font-size: 1px;
    width: 1px;
    height: 0;
    visibility: hidden;
}

.left {
    float: left;
}

.right {
    float: right;
}

.width100 {
    width: 100%;
}

.center {
    margin: 0 auto;
}

.overflow {
    overflow: hidden;
}

.displayB {
    display: block;
}

.weight_bold {
    font-weight: bold;
}
.text_center {
    text-align: center;
}

.text_right {
    text-align: right;
}

.pos_a {
    position: absolute;
}

.pos_r {
    position: relative;
}
/*--ine-height--*/

.line40 {
    line-height: 40px;
}

.line30 {
    line-height: 30px;
}
/*--fontSize--*/

.size12 {
    font-size: 12px;
}

.size14 {
    font-size: 14px;
}

.size16 {
    font-size: 16px;
}

.size18 {
    font-size: 18px;
}

.size20 {
    font-size: 20px;
}

.size24 {
    font-size: 24px;
}

.size30 {
    font-size: 30px;
}

.size36 {
    font-size: 36px;
}
.size40 {
    font-size: 50px;
}

.size50 {
    font-size: 50px;
}
.color444{
    color: #444;
}
.color333{
    color: #333;
}
.colorHover:hover{
    color: #ae1c1c;
}
.body_one{
    background-size: 100%;
    overflow: hidden;
}
.body_one_main{
    z-index: 2;
    left:0 ;
    top: 0;
}
.titltTop a{
    line-height: 45px;
    font-size: 16px;
    color: #FFF;
}
.nav{
    background:url(../images/x.png) repeat-x;
}
.nav ul li{
    float: left;
    margin-left: 30px;
}
.nav ul li a{
    color: #FFF;
    font-size: 16px;
    
}
.nav ul li a:hover{
    border-bottom: 2px solid #FFF;
    transition: all ease 0.2s;
}
.body_one_banner{
    width: 99999px;
}
.bodyBanner_li{
    display: block;
}
.bodyBannerLiTitle{
    color: #FFF;
    font-size: 30px;
    line-height: 30px;
    bottom: 50px;
    left: 2%;
    z-index: 2;
}
.bodyBannerLiChange{
    color: #FFF;
    font-size: 20px;
    line-height: 30px;
    bottom: 40px;
    right: 2%;
    z-index: 2;
}
.bodyBannerLiX{
    width: 0px;
    height: 2px;
    background: #FFF;
}
.bodyBannerLiChange>.left{
    margin-left: 15px;
    cursor: pointer;
}
.bodyBannerLiChange>.left:nth-child(1) .bodyBannerLiX{
    width: 52px;
}
.body_one_img{
    position: relative;
    z-index: 1;
}
.body_two{
    z-index: 3;
    background: #FFF;
}
.body_two_top{
    background: #eeebea;
}
.body_two_topDiv{
    background: #FFF;
    border-bottom: 4px solid #ae1c1c;
    box-shadow: 0 5px 5px 5px #e1dedd;
}
.body_two_DivTime .left{
    color: #9c888a;
    font-size: 14px;
    font-style: italic;
}
.body_two_DivTime .right{
    background: #eee;
}
.body_two_topDiv .w-605{
    margin-bottom: 20px;
}
.body_TopRight{
    background: #FFF;
    margin-bottom: 6px;
}
.body_TopRight_time{
    background: #3f3f40;
    border-radius: 5px 10px 10px 5px;
    top: 12px;
    left: -10px;
    color: #FFF;
    text-align: center;
}
.body_TopRight_icon{
    right: -10px;
    top: 12px;
}
.body_TopRight:nth-child(1) .body_TopRight_icon{
    background: url(../images/body_icon1.png) no-repeat;
}
.body_TopRight:nth-child(2) .body_TopRight_icon{
    background: url(../images/body_icon2.png) no-repeat;
}
.body_TopRight:nth-child(3) .body_TopRight_icon{
    background: url(../images/body_icon3.png) no-repeat;
}
.body_TopRight:nth-child(4) .body_TopRight_icon{
    background: url(../images/body_icon4.png) no-repeat;
}
.body_TopRight:nth-child(5) .body_TopRight_icon{
    background: url(../images/body_icon5.png) no-repeat;
}
.body_two_downDiv{
    background: #FFF;
    box-shadow: 0 5px 5px 5px #f1f1f1;
    margin-right: 31px;
}
.body_two_downDiv:nth-child(5){
    float: right;
    margin-right: 0;
}
.body_two_title{
    background: rgba(0,0,0,0.5);
    color: #FFF;
    text-align: center;
    bottom: 8px;
    left: 8px;
    opacity: 0;
}
.body_two_downDiv:hover .body_two_title{
    opacity: 1;
    transition: all ease 0.5s;
}
.footer_top{
    background: #ae1c1c;
}
.footer_top_div{
    border-left: 1px solid #be4949;
    border-right: 1px solid #be4949;
    text-align: center;
}
.footer_top_div a{
    color: #FFF;
}
.footer_down{
    background: #2e3033;
    color: #999;
}
.footer_down_top{
    border-bottom: 1px solid #45484c;
    font-style: 14px;
    display: flex;
    justify-content: space-between;
    align-items:center;
}
.body_one_main2{
    position: fixed;
    left: 0;
    z-index: 4;
    top: -200px;
}
.body_one_main2 ul li a{
    color: #444;
}
.body_one_main2_top{
    background: #ae1c1c;
}
.body_one_main2 .nav{
    height: 80px;
    background: #FFF;
}
.body_one_main2 ul li a:hover{
    border-bottom: 1px solid #444;
}
.body_one_main3{
    top: -200px;
}
.banenr_link{
    left: calc( ( 100% - 1400px ) /2 );
    z-index: 2;
    top: 130px;
}
.m-9p{
    margin-top: -9px;
}
    
.videoPng{
    position: relative;
    top: -210px;
    right: 36%;
    float: right;
    margin: 0 auto;
    z-index: 10;
    width: 100px;
}
.ul-xzlistl1 .video .pic  img{
    opacity: 0.55;
}
.ul-xzlistl1 .video .pic {
    background: url(../images/video.png) no-repeat;
    background-size: 100px;
    background-position: center;
}
.ul-xzlistl1{overflow:hidden;margin:0 -15px 10px;}
.ul-xzlistl1 li{width:255px;float:left;padding:0 15px;margin-bottom:30px}
.ul-xzlistl1 .con{display:block;overflow:hidden}
.ul-xzlistl1 .con .pic{overflow:hidden;padding-top:62.340966%;position:relative;top:0}
.ul-xzlistl1 .con .pic img{display:block;position:absolute;top:50%;left:50%;max-width:100%;min-height:100%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);-o-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-transition:.3s;-moz-transition:.3s;-ms-transition:.3s;-o-transition:.3s;transition:.3s;z-index:-1;}
.ul-xzlistl1 .con:hover .pic img{-webkit-transform:translate(-50%,-50%) scale(1.08,1.08);-moz-transform:translate(-50%,-50%) scale(1.08,1.08);-ms-transform:translate(-50%,-50%) scale(1.08,1.08);-o-transform:translate(-50%,-50%) scale(1.08,1.08);transform:translate(-50%,-50%) scale(1.08,1.08)}
.ul-xzlistl1 .con .txt{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;height:50px;line-height:50px;text-align:center;border:1px solid #e5e5e5;border-top:none;font-size:14px;color:#000;padding:0 5px;background-color:#fff;-webkit-transition:.3s;-moz-transition:.3s;-ms-transition:.3s;-o-transition:.3s;transition:.3s}
.ul-xzlistl1 .con:hover .txt{color:#fff;background-color:#ae1c1c;border-color:#ae1c1c}
