﻿@charset "utf-8";
.pbanner{
    margin-top: 10px;
    width: 100%;
    height:421px;
    background: url("../img/about.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 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;
}
.menuR h2{
    padding-bottom: 10px;
    text-align: center;
    font-weight: 500;
    font-size: 22px;
    letter-spacing: 1px;
    border-bottom: 1px solid #FF6600;
    color:#6c6c6c;
}
.menuR .h3{
    margin: 20px 0 10px 20px;
    font-weight: 500;
    font-size: 20px;
    letter-spacing: 1px;
    color:#FF6600;
}
.contact_ul{
    margin: 30px 0;
    padding-bottom: 20px;
    border-bottom: 1px dashed #ccc;
}
.contact_ul p{
    color:#6c6c6c;
    margin:10px 30px;
    font-size:16px;
    line-height: 35px;
}
.contact_ul img{
    display: inline-block;
    margin-left: 20px;
}