﻿@charset "utf-8";

.pbanner {
    margin-top: 10px;
    width: 100%;
    height: 421px;
    background: url("../img/education.jpg") no-repeat top center;
}

.content {
    margin-bottom: 20px;
}

.content_inner {
    overflow: hidden;
    margin: 20px auto;
    width: 1070px;
}

    .content_inner .h2 {
        font-weight: 500;
        font-size: 20px;
        letter-spacing: 1px;
        padding-bottom: 15px;
        border-bottom: 1px solid #cccccc;
    }

.menu {
    margin: 20px auto;
    width: 200px;
    border-bottom: none;
    -webkit-user-select: none;
}

    .menu p .bg {
        color: #FF6600;
    }

    .menu p a {
        padding: 0 10px;
        height: 30px;
        line-height: 30px;
        cursor: pointer;
        font-size: 14px;
        display: inline-block;
        background: #fff url("../img/jtright.png") no-repeat 180px center;
        width: 180px;
        color: #333333;
    }

        .menu p a:hover {
            background: #efefef url("../img/jtrightY.png") no-repeat 180px center;
            color: #FF6600;
        }

    .menu li {
        border-bottom: 1px solid #ccc;
    }

.menuList {
    display: none;
    padding: 5px 0 5px 20px;
    overflow: hidden;
}

    .menuList li {
        height: 30px;
        line-height: 30px;
        border-bottom: none;
    }

        .menuList li a {
            color: #6c6c6c;
        }

            .menuList li a:hover {
                color: #FF6600;
            }

.menuR {
    width: 820px;
    margin-top: 20px;
    margin-left: 30px;
    padding: 0 10px;
}
 
.fangan {
    width: 820px;
    height: 500px;
}

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

.menuR .menuR_inner {
    display: none;
}

.menuR .menuR_inner.att {
    display: block;
}

 /*btn隐藏产品box*/
   .btn{
       position:absolute;
       left:50%;
       top:200px;
       display:none;
        width:1070px;
        margin-left:-535px;
        padding:15px;
        background-color:#fff;
        border:1px solid #ccc;
        border-radius:10px;
        overflow:hidden;
        box-shadow:3px 3px 5px #ccc;
    }
.btn p{
       font-size:16px;
       line-height:24px;
   }
.btn a{
       position:absolute;
       top:15px;right:15px;
       width:40px;height:40px;
       background-image:url("../img/btn.png");
       cursor:pointer;
       opacity:0.5;
       filter:alpha(opacity=50);
   }
.btn a:hover{
       opacity:1;
       filter:alpha(opacity=100);
   }
.btn div{
       float:right;
       width:400px;
       height:500px;
   }
.btn div img{
        width:100%;
        height:100%;
    }


.menuR .h3 {
    margin: 20px 0 10px 20px;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 1px;
    color: #6c6c6c;
}

.menuR .font22 {
    line-height: 60px;
    font-size: 22px;
    color: #fd774a;
    font-weight: 400;
}

.menuR .font16 {
    font-size: 16px;
    line-height: 30px;
}

.menuR .fonth3 {
    margin-top: 10px;
    font-size: 16px;
    line-height: 35px;
    color: #e38861;
}

.menuR .marginR {
    margin-left: 20px;
}

    .menuR .marginR li {
        line-height: 25px;
    }

        .menuR .marginR li a {
            font-size: 16px;
            color: #000;
        }

.sj {
    display: inline-block;
    margin-right: 5px;
    height: 10px;
    width: 10px;
    background: url("../img/jtright0.png")no-repeat 0 0;
    background-size: 100% 100%;
}

.marginR li a:hover {
    color: #e38861;
}
.educDiv{
    margin-left:25px;
    margin-top:15px;
   width:350px;
   height:260px;
}
.educDiv img{
    width:100%;
    height:100%;
}
