﻿/* 组图放大展示css start */
.shade-list{
    transition: all .3s;
}
/* 组图放大展示css end */

/* 横幅 start */
.banner{
    width: 100%;
    height: 300px;
    min-width: 1200px;
    overflow: hidden;
    position: relative;
}
.banner>img{
    width: 100%;
    height: 300px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.img-box{
    z-index: 999;
    position: absolute;
    top: 50px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.banner p{
    font-size: 20px;
    color: #ffffff;
    position: absolute;
    bottom: 88px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
/* 横幅 end */
/* 菜单模板 start */
.menu{
    background-color: #ededed;
    padding-top: 38px;
    padding-bottom: 68px;
    min-width: 1200px;
}
.menu .anchor{
    display: none;
    width: 0;
    height: 0;
}
.menu .w{
    display: flex;
    justify-content: space-between;
}
.menu-left{
    text-align: center;
}
.menu-left dt{
    color: #ffffff;
    background-color: #349041;
    width: 230px;
    height: 86px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 24px;
}
.menu-left dt span{
    display: block;
    font-size: 14px;
    margin-top: 8px;
}
.menu-left a{
    color: #787878;
    display: block;
    font-size: 16px;
    padding: 0 12px;
    line-height: 56px;
    position: relative;
    background-color: #fff;
    cursor: pointer;
}
.menu-left a p{
    border-bottom: 1px dashed #d2d2d2;
}
.menu-left a:last-child p{
    border: none;
}
.menu-left a span{
    display: block;
    content: '';
    width: 0px;
    height: 0px;
    border: 7px solid transparent;
    border-left-color: #484848;
    position: absolute;
    top: 50%;
    right: 26px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.menu-active{
    color: #349041 !important;
}
.menu-active span{
    border-left-color: #349041 !important;
}

/* 右边对应的内容 start */
.content{
    width: 944px;
    box-sizing: border-box;
    border-top: 2px solid #349041;
    background-color: #fff;
    padding: 0 44px 36px;
}
.content>li{
    display: none;
}
.content .title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 56px;
    border-bottom: 1px solid #e6e6e6;
}
.content .title p:first-child{
    font-size: 16px;
    color: #349041;
    line-height: 16px;
    border-left: 4px solid #349041;
    padding-left: 14px;
}
.content .title p:last-child{
    font-size: 12px;
    line-height: 18px;
    align-self: flex-end;
    margin-bottom: 12px;
}
.content .title p:last-child span{
    padding-left: 14px;
    padding-right: 4px;
    background-color: #626262;
    color: #fff;
    border-top-left-radius: 9px;
    border-bottom-left-radius: 9px;
    margin-right: 12px;
}
/* 右边图片带分页 start */
.content-photo{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    padding: 20px 0;
}
.content-photo li{
    margin-right: 20px;
    margin-bottom: 20px;
    width: 272px;
    box-sizing: border-box;
}
.content-photo li:nth-child(3n){
    margin: 0;
}
.content-photo .photo-box{
    width: 100%;
	max-height: 370px;
    padding: 6px;
    border: 1px solid #cccccc;
    cursor: pointer;
    box-sizing: border-box;
}
.mybox{
    width: 100%;
    height: 198px;
    position: relative;
    overflow: hidden;
}
.mybox img{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -mstransform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    min-width: 100%;
    min-height: 100%;
}
.content-photo .photo-box div{
	max-height: 356px;
	display: inline-block;
	overflow: hidden;
}
.content-photo .photo-box img{
    width: 100%;
	max-height: 100%;
	display: inline-block;
}
.content-photo p{
    font-size: 14px;
    text-align: center;
    width: 100%;
    line-height: 40px;
}
.content-photo li a{
    display: block;
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
    color: #515151;
}
/* 右边列表带分页 */
.facility{
    padding-bottom: 60px;
}
.facility li{
    width: 100%;
    height: 205px;
    border-bottom: 2px dashed #e6e6e6;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.facility-photo img{
    width: 200px;
    height: 146px;
    cursor: pointer;
}
.facility-font{
    padding-left: 24px;
    padding-right: 14px;
}
.facility-font span{
    font-size: 14px;
    color: red;
}
.facility-font p{
    margin-top: 10px;
    font-size: 12px;
    line-height: 20px;
}
/* 右边对应的内容 end */

/* 关于我们页面 start */
/* 介绍详情部分 */
.introduce{
    padding-top: 22px;
}
.introduce-photo{
    display: flex;
    justify-content: space-between;
}
.introduce-photo img{
    width: 394px;
    height: 214px;
}
.introduce-font{
    margin-top: 54px;
    margin-bottom: 40px;
}
.introduce-font li{
    font-size: 13px;
    line-height: 28px;
    text-indent: 2em;
    margin-bottom: 10px;
}
/* 关于我们页面 end */

/* 新闻页面 start */
/* 通知公告 start*/
.notice>ul{
    margin-bottom: 36px;
}
.notice>ul>li{
    height: 136px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid transparent;                       /* 设置border边框 */
    background: -webkit-linear-gradient(white,white)padding-box,
    -webkit-repeating-linear-gradient(to right,                         /* 第二层渐变背景覆盖上去通过从左到右的覆盖上去,因为盒子模型设置的差异,通过渐变背景实现自定义border */
            #d2d2d2 0px, #d2d2d2 8px,white 8px,white 9px,
            #d2d2d2 9px, #d2d2d2 10px,white 10px,white 11px,
            #d2d2d2 11px, #d2d2d2 12px,white 12px,white 13px,
    );
    background: -moz-linear-gradient(white,white)padding-box,
    -moz-repeating-linear-gradient(to right,                         /* 第二层渐变背景覆盖上去通过从左到右的覆盖上去,因为盒子模型设置的差异,通过渐变背景实现自定义border */
            #d2d2d2 0px, #d2d2d2 8px,white 8px,white 9px,
            #d2d2d2 9px, #d2d2d2 10px,white 10px,white 11px,
            #d2d2d2 11px, #d2d2d2 12px,white 12px,white 13px,
    );
    background: -o-linear-gradient(white,white)padding-box,
    -o-repeating-linear-gradient(to right,                         /* 第二层渐变背景覆盖上去通过从左到右的覆盖上去,因为盒子模型设置的差异,通过渐变背景实现自定义border */
            #d2d2d2 0px, #d2d2d2 8px,white 8px,white 9px,
            #d2d2d2 9px, #d2d2d2 10px,white 10px,white 11px,
            #d2d2d2 11px, #d2d2d2 12px,white 12px,white 13px,
    );
    background: linear-gradient(white,white) padding-box,   /* 第一层线性白色到白色的渐变背景 设置为padding-box模式刚好筛选出前面设置的border*/
    repeating-linear-gradient(to right,                         /* 第二层渐变背景覆盖上去通过从左到右的覆盖上去,因为盒子模型设置的差异,通过渐变背景实现自定义border */
            #d2d2d2 0px, #d2d2d2 8px,white 8px,white 9px,
            #d2d2d2 9px, #d2d2d2 10px,white 10px,white 11px,
            #d2d2d2 11px, #d2d2d2 12px,white 12px,white 13px
    );
}
.notice .date{
    text-align: center;
    width: 64px;
}
.date span{
    display: block;
    font-size: 23px;
    line-height: 32px;
    background: -webkit-linear-gradient(#49b85d,#369243);
    background: -moz-linear-gradient(#49b85d,#369243);
    background: -o-linear-gradient(#49b85d,#369243);
    background: linear-gradient(#49b85d,#369243);
    color: #ffffff;
}
.date p{
    font-size: 14px;
    line-height: 32px;
    background: -webkit-linear-gradient(#49b85d,#369243);
    background: -moz-linear-gradient(#49b85d,#369243);
    background: -o-linear-gradient(#49b85d,#369243);
    background: linear-gradient(#ffffff,#bebebe);
}
.news-content{
    width: 738px;
    margin-left: 26px;
}
.news-content a{
    color: #5d5d5d;
    display: block;
    font-size: 16px;
    line-height: 38px;
}
.news-content>div{
    font-size: 14px;
    color: #666;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}
.news-content span,
.news-content p{
    white-space: normal !important;
}
/* 新闻页面 end */

/* 新闻详情页面 start */
.article{
    min-height: 620px;
}
/* 文章标题 */
.article-title{
    padding-top: 40px;
    text-align: center;
    padding-bottom: 16px;
    margin: 0 50px;
    border-bottom: 1px dashed #d2d2d2;
}
.article-title p{
    font-size: 22px;
    font-weight: 600;
    color: #666666;
}
.article-title span{
    display: block;
    font-size: 12px;
    margin-top: 8px;
}
/* 文章内容 */
.article-content{
    padding-top: 24px;
}
.article-content li{
    line-height: 30px;
    font-size: 13px;
    text-indent: 2em;
    margin-top: 10px;
}
/* 新闻详情页面 end */

/* 联系我们 start */
.contact-us-message{
    padding-top: 44px;
    padding-bottom: 44px;
    display: flex;
}
.contact-us-message img{
    width: 364px;
    height: 200px;
}
.contact-us-message .message{
    margin-left: 64px;
}
.message dt{
    font-size: 22px;
    color: #349041;
    font-weight: 600;
    margin-bottom: 16px;
}
.message dd{
    line-height: 32px;
    font-size: 14px;
    display: flex;
}
.message dd span{
    width: 60px;
    text-align: justify;
    text-justify: distribute-all-lines;
    text-align-last: justify;
}
.message dd i{
    font-style: normal;
    margin-left: 4px;
}
.message dd p{
    margin-left: 18px;
}
.contact-us-map{
    width: 100%;
    height: 304px;
    border: 1px solid #dcdcdc;
    box-sizing: border-box;
}
/* 留言表单 */
.leave-word{
    padding-top: 60px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.leave-word p{
    padding-bottom: 28px;
}
.leave-word p span{
    font-size: 14px;
    margin-right: 12px;
}
.leave-word p input{
    width: 318px;
    height: 42px;
    line-height: 42px;
    border: 1px solid #d2d2d2;
}
.leave-word p textarea{
    vertical-align: top;
    width: 728px;
    height: 108px;
    border: 1px solid #d2d2d2;
    resize: none;
    margin-right: 28px;
}
.leave-word p:first-child{
    margin-left: 3px;
}
.leave-word p:nth-child(2){
    margin-right: 15px;
}
.leave-word p:nth-child(4){
    width: 100%;
}
.leave-word #btn{
    font-size: 16px;
    background-color: #349041;
    color: #fff;
    border: none;
    width: 174px;
    height: 44px;
    margin-top: 4px;
    margin-left: 88px;
    cursor: pointer;
}
/* 留言内容/评论 */
.comment{
    margin-bottom: 44px;
}
.comment-list{
    border-top: 1px solid #dadada;
    border-left: 1px solid #dadada;
    border-right: 1px solid #dadada;
    margin-top: 30px;
}
.comment-list li{
    line-height: 38px;
    font-size: 14px;
    padding-left: 22px;
    border-bottom: 1px solid #dadada;
}
.comment-list li:nth-child(2n-1){
    background-color: #f4f4f4;
}
.comment-list li span{
    color: red;
}
/* 联系我们 end */
