body {
    background: #f2f3f9;
}
.banner {
    padding-top: 120px;
    padding-right: 130px;
    color: #ffffff;
    background: url('../images/product-list/6.jpg') no-repeat;
    background-position: top center;
    background-attachment: fixed;
    height: 440px;
}
.banner p {
    text-align: right;
}
.banner p.small {
    font-size: 30px;
    margin-bottom: 15px;
}
.banner p.large {
    font-size: 50px;
    font-weight: bold;
}
.content {
    width: 100%;
    padding-bottom: 100px;
}
.left_div {
    width: 300px;
    float: left;
}
.left_div>div {
    font-size: 18px;
    color: #222222;
    line-height: 60px;
    padding-left: 135px;
    position: relative;
}
.left_div.en>div {
    padding-left: 55px;
}
.left_div div i {
    font-size: 25px;
    color: #b6b6b6;
    position: absolute;
    left: 100px;
    top: 50%;
    transform: translateY(-50%);
}
.left_div.en div i {
    left: 20px;
}
.left_div ul li {
    position: relative;
}
.left_div ul li:hover {
    background: #d4181c;
}
.left_div ul li:hover a {
    color: #ffffff;
}
.left_div ul li a{
    display: block;
    padding-left: 135px;
    line-height: 60px;
    color: #777777;
    font-size: 16px;
    font-weight: bold;
}
.left_div.en ul li a {
    padding-left: 55px;
}
.left_div ul li.active {
    background: #d4181c;
}
.left_div ul li.active a {
    color: #ffffff;
}
.left_div ul li div {
    width: 20px;
    height: 2px;
    background: #ffffff;
    position: absolute;
    right: 5px;
    top: 29px;
}
.right_content {
    width: calc(100% - 300px);
    padding-left: 50px;
    background: #ffffff;
    box-shadow: 0 0 10px 2px rgba(0,0,0,.1);
    margin-top: -80px;
    padding-bottom: 100px;
    float: left;
}
.right_content .crumbs_box {
    padding: 30px 0;
    padding-left: 35px;
    border-bottom: 2px solid #777777;
    position: relative;
}
.right_content .crumbs_box a {
    font-size: 16px;
    color: #222222;
}
.right_content .crumbs_box a:last-child {
    cursor: inherit;
}
.right_content .crumbs_box i {
    font-size: 25px;
    color: #b6b6b6;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.right_content dl {
    padding-top: 60px;
    text-align: center;
}
.right_content dl .name {
    font-size: 50px;
    font-weight: bold;
    color: #222222;
}
.right_content dl .product_img {
    margin-top: 50px;
    width: 200px;
    height: 200px;
}
.right_content dl .width_750 {
    margin: 0 auto;
    width: 750px;
}
.right_content dl .width_650 {
    margin: 0 auto;
    width: 650px;
}
.right_content dl .common_title {
    padding: 15px 0;
    font-size: 20px;
    font-weight: bold;
    color: #d4181c;
    border-bottom: 1px solid #b6b6b6;
}
.right_content dl .common_title i {
    font-size: 25px;
    margin-right: 10px;
}
.right_content dl div[class^='part'] {
    text-align: left;
    margin-top: 35px;
}
.right_content dl .part1 {
    margin-top: 15px;
}
.table_div table {
    width: 100%;
}
.table_div table tr {
    height: 50px;
}
.table_div table tr td {
    font-size: 16px;
    color: #222222;
    border-bottom: 1px solid #e6e6e6;
}
.table_div table tr td span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #222222;
    margin-right: 10px;
}
.part1 .table_div table tr td:first-child {
    padding-left: 50px;
}
.part1 .table_div table tr td:last-child {
    padding-left: 50px;
}

.part2 .table_div table tr th {
    font-size: 16px;
    padding-left: 30px;
    border-bottom: 1px solid #e6e6e6;
    padding-left: 50px;

}

.part2 .table_div table tr td {
    background: #f8f9fc;
    padding-left: 50px;
}
.part2 .table_div table tr td:first-child {
    background: #ffffff;
}

.right_content dl .text {
    font-size: 16px;
    color: #222222;
    line-height: 30px;
    padding-top: 10px;
}
.right_content dl .text img {
    margin-top: 30px;
}
.part5 .item {
    margin-top: 20px;
    display: flex;
    padding: 10px 0;
    border: 1px solid #b6b6b6;
    font-size: 14px;
}
.part5 .item span {
    padding: 0 10px;
    width: 85px;
    height: 16px;
    margin-top: 2px;
    border-right: 1px solid #222222;
    display: inline-block;
    vertical-align: top;
}
.part5 .en .item span {
    width: 160px;
}

.part5 .item input {
    width: 550px;
    padding-left: 10px;
    outline: none;
    border: none;
    height: 20px;
    font-size: 14px;
}
.part5 .item textarea {
    width: 550px;
    padding: 2px 10px;
    outline: none;
    border: none;
    height: 60px;
    resize: none;
    font-size: 14px;
}
.part5 .en .item input {
    width: 475px;
}
.part5 .en .item textarea {
    width: 475px;
}
.part5 .sub_btn {
    height: 40px;
    line-height: 40px;
    background: #d4181c;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    margin-top: 30px;
    cursor: pointer;
}
.part5 .sub_btn:hover {
    background: #d4181c;
}


