@import "reset.css";

.wrap {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    min-width: 1200px;
}


/*客服电话*/

.wrap-tel {
    width: 214px;
    height: 56px;
    position: fixed;
    top: 200px;
    right: 10px;
    z-index: 99;
}

.wrap-tel img {
    display: block;
    width: 100%;
}


/*banner*/

.wrap-banner {
    max-width: 1920px;
    margin: 0 auto;
    height: 510px;
    color: white;
    font-size: 28px;
    min-width: 1200px;
}

.slider {
    height: 510px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.slider_img {
    position: absolute;
    left: 0;
    height: 510px;
    transition: left .4s ease;
}

.slider_img > img {
    float: left;
    width: 1920px;
}

.arrows_Lcon {
    width: 40px;
    height: 60px;
    line-height: 55px;
    background: rgba(0, 0, 0, 0.52);
    position: absolute;
    top: 50%;
    margin-top: -30px;
    left: 0;
    cursor: pointer;
}

.arrows_Rcon {
    width: 40px;
    height: 60px;
    line-height: 55px;
    background: rgba(0, 0, 0, 0.52);
    position: absolute;
    top: 50%;
    margin-top: -30px;
    right: 0;
    cursor: pointer;
}

.arrows_Lcon:hover {
    background: linear-gradient(to right, rgba(171, 218, 244, 0.3) 5%, rgba(171, 218, 244, 0) 95%);
}

.arrows_Rcon:hover {
    background: linear-gradient(to left, rgba(171, 218, 244, 0.3) 5%, rgba(171, 218, 244, 0) 95%);
}

.arrows_left,
.arrows_right {
    width: 20px;
    height: 20px;
    margin: 0 auto;
    text-align: center;
}

.info {
    max-width: 1920px;
    margin: 0 auto;
    min-width: 1200px;
}

.info img {
    width: 100%;
}


/*主体内容*/

.wrap-content {
    width: 1200px;
    margin: 55px auto 60px;
}


/*主体内容-导读*/

.introduction {
    margin-bottom: 50px;
    height: 395px;
}

.introduction_left {
    width: 590px;
    height: 395px;
    float: left;
}

.introduction_right {
    width: 590px;
    height: 395px;
    float: right;
}

.sliders {
    min-width: 590px;
    height: 395px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.sliders_img {
    position: absolute;
    left: 0;
    height: 395px;
    transition: left .4s ease;
}

.sliders_img > div {
    float: left;
    position: relative;
    cursor: pointer;
    display: inline-block;
}

.sliders_img div img {
    display: block;
    width: 590px;
    height: 395px;
}

.sliders_img div p {
    position: absolute;
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 0 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    bottom: 0;
    background: #000;
    color: #fff;
}

.introduction_text {
    height: 375px;
    margin-top: 18px;
    border-top: 1px solid #409eff;
    border-right: 1px solid #409eff;
    border-bottom: 1px solid #409eff;
    position: relative;
}

.introduction_text_title {
    position: absolute;
    top: -20px;
    width: 100px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 18px;
    background: #409eff;
    color: #fff;
}

.introduction_text_list {
    margin-top: 60px;
}

.introduction_text_list li {
    height: 45px;
    line-height: 45px;
    cursor: pointer;
}

.introduction_text_list li em {
    display:block;
    width: 490px;
    font-size: 18px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-style: normal;
}

.introduction_text_list li span {
    display: block;
    width: 95px;
    font-size: 14px;
    color: #ccc;
    float: right;
    text-align: center;
}


/*主体内容-图片新闻*/

.newsphoto {
    height: 165px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.newsphoto_img {
    position: absolute;
    left: 0;
    height: 165px;
    transition: left .4s ease;
}

.newsphoto_img > img {
    float: left;
    width: 230px;
    height: 165px;
    margin-left: 10px;
}
#baywindow{
    position: relative;
}
.close-day{
    position: absolute;
    top: 0px;
    right: 0px;
    width: 20px;
    height: 20px;
}
.close-day img{
    display: block;
    width: 100%;
    height: 100%;
}
