/* 统一 */
body {
    min-width: 1200px;
}
.pad-lr {
    padding-left: 15%;
    padding-right: 15%;
}
.shadow {
    -webkit-appearance: none;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    border-radius:1px;
}
.flex-0 {
    flex: 0 0 auto;
}
.all-img {
    width: 100%;
    display: block;
}
.border-bot {
    border-bottom: 1px solid #e0e0e0;
}
.mb-40 {
    margin-bottom: 40px !important;
}
.mt-30 {
    margin-top: 30px;
}
.mt-40 {
    margin-top: 40px;
}
.mt-75 {
    margin-top: 75px;
}
/* 限制两行 */
.two-row {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    align-content: center;
    line-height: 30px;
  }
  .three-row {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    align-content: center;
    line-height: 30px;
  }
/* 分页 */
.pagination {
    display: inline-block;
    padding-left: 0;
    border-radius: 4px;
    margin: 38px 0 60px;
}
.pagination > li {
    display: inline;
}
.pagination > li > a, .pagination > li > span{
    position: relative;
    float: left;
    padding: 6px 13px;
    /* margin-left: -1px; */
    margin-right: 10px;
    line-height: 1.42857143;
    color: #333333;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #e60012;
    border-color: #e60012;
}
/* 分页 */
/* header */
.head-top {
    height: 42px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #000000;
    color: #e0e0e0;
    font-size: 12px;
}
.head-top a {
    color: #e0e0e0;
    font-size: 12px;
}
.head-top span {
    margin: 0 15px;
}
.head-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
}
.head-bottom img {
    width: 18%;
}
.head-r-box {
    width: 82%;
    text-align: right;
}
.head-ul {
    /* width: 70%; */
    overflow: hidden;
    white-space: nowrap;
}
.head-ul li {
    display: inline-block;
    margin: 0 1%;
}
.head-ul li a {
    display: block;
    padding: 8px 3px;
    font-size: 16px;
    color: #333333;
}
.head-ul li a.active {
    color: #e60012;
    border-bottom: 2px solid #e60012;
}
.p1-banner {
    position: relative;
}
.all-head-btn {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.all-head-btn p {
    font-size: 36px;
    color: #fff;
    text-align: center;
    margin-bottom: 20px;
}
/* header */
/* footer */
.foot-top {
    padding-top: 40px; 
    padding-bottom: 20px; 
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e0e0e0;
}
.foot-code {
    float: left;
    width: 26%;
    color: #666666;
    font-size: 14px;
    text-align: center;
    margin-right: 7%;
}
.foot-code img {
    width: 100%;
}
.foot-ul {
    float: left;
    padding: 20px 5%;
    height: calc(100% - 40px);
    border-left: 1px solid #e5e5e5;
}
.foot-ul li {
    width: 100%;
    display: block;
    margin-bottom: 15px;
}
.foot-ul li a {
    display: block;
    font-size: 16px;
    color: #666666;
}
.foot-time {
    font-size: 12px;
    color: #999999;
    text-align: center;
}
.foot-tel {
    font-size: 26px;
    color: #666666;
    text-align: center;
}
.foot-addr {
    font-size: 14px; 
    color: #666666;
    text-align: center;
    margin-top: 20px;
}
.foot-right {
    padding:  20px 0;
}
.foot-bottom {
    padding-top: 15px;
    padding-bottom: 15px;
}
.foot-bottom p a {
    font-size: 14px;
    color: #666666;
}
/* footer */

/* 轮播 */
.home-banner-box {
    position: relative;
}
.swiper-wrapper img {
    width: 100%;
    object-fit: cover;
    height: 310px;
}
.swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
#swiper-container3 .swiper-button-prev{
    left: 8px;
    margin-top: -37px;
}
#swiper-container3 .swiper-button-next{
    right: 8px;
    margin-top: -37px;
}
#swiper-container3 p{
    color: #000 !important;
}
.banner-div {
    font-size: 48px;
    line-height: 36px;
}
.swiper-pagination-bullet-active {
    background: #e60012 !important;
}
#swiper-container2 .swiper-pagination-bullet {
    background: url(../images/p1_c3_iconB.png) no-repeat;
    background-size: 100% 100%;
    opacity: 1 !important;
    width: 45px;
    height: 15px;
    margin: 0;
    border-radius: unset;
}
#swiper-container2 .swiper-pagination-bullet:last-child{
    background: url(../images/p1_c3_icon2B.png) no-repeat;
}
#swiper-container2 .swiper-pagination-bullet-active {
    background: url(../images/p1_c3_iconA.png) no-repeat !important;
    background-size: 100% 100% !important;
    opacity: 1 !important;
    width: 45px;
    height: 15px;
}
#swiper-container2 .swiper-pagination-bullet:last-child.swiper-pagination-bullet-active {
    background: url(../images/p1_c3_icon2A.png) no-repeat !important;
}
#swiper-container3 .swiper-button-prev {
    background-image: url(../images/p1_c4_left.png);
    width: 32px;
    height: 32px;
    background-size: 32px 32px;
    left: -45px;
    margin-top: -16px;
}
#swiper-container3 .swiper-button-prev:hover {
    background-image: url(../images/p1_c4_leftA.png);
}
#swiper-container3 .swiper-button-next {
    background-image: url(../images/p1_c4_right.png);
    width: 32px;
    height: 32px;
    background-size: 32px 32px;
    right: -45px;
    margin-top: -16px;
}
#swiper-container3 .swiper-button-next:hover {
    background-image: url(../images/p1_c4_rightA.png);
}
/* 轮播 */
/* index */
.p1-floor {
    padding-top: 75px;
    padding-bottom: 75px;
}
.bg-f1 {
    background: #f7f8fa;
}
.p1-tit {
    font-size: 36px;
    color: #333333;
    text-align: center;
}
.p1-bor-bot {
    width: 85px;
    height: 2px;
    background: #e60012;
    margin: 25px auto 40px;
}
.p1-f1-smbox {
    width: 28%;
    background: #fff;
    padding: 40px 2%;
}
.p1-f1-smbox .img {
    display: block;
    margin: 0 auto 25px;
}
.p1-f1-smbox .tit {
    font-size: 24px;
    color: #333333;
    text-align: center;
}
.p1-f1-smbox .des {
    font-size: 14px;
    color: #999999;
    line-height: 24px;
    margin: 20px 0;
}
.p1-f1-smbox ul li{
    font-size: 14px;
    color: #666666;
    margin-bottom: 10px;
}
.p1-f1-smbox ul li img{
    margin-right: 5px;
}
.p1-f2-box {
    overflow: hidden;
}
.p1-f2-box img {
    float: left;
    width: 20%;
    margin-right: 6.666%;
    margin-bottom: 50px;
}
.p1-f2-box img:nth-child(4n) {
    margin-right: 0;
}
.p1-f2-box img:nth-last-child(-n+4) {
    margin-bottom: 0;
}
.p1-f4-box {
    overflow: hidden;
}
.p1-f4-smbox {
    float: left;
    width: 11.5%;
    margin-right: 1.14%;
    background: #fff;
    text-align: center;
    padding: 20px 0;
    border-radius: 5px;
    margin-bottom: 1.14%;
}
.p1-f4-smbox:nth-child(8n) {
    margin-right: 0;
}
.p1-f4-smbox a {
    display: block;
}
.p1-f4-smbox a p {
    font-size: 16px;
    color: #333333;
    margin-top: 5px;
}
.p1-f3 {
    background: url(../images/p1_c3_bg.png) no-repeat;
    background-size: cover;
}
.p1-f3-ul  {
    text-align: center;
}
.p1-f3-ul li {
    background: #fff;
    width: 28%;
    margin-right: 2%;
    padding: 30px 2% 50px;
    border-radius: 5px;
    float: left;
    height: 265px;
}
.p1-f3-ul li:last-child{
    margin-right: 0;
}
.p1-f3-ul li img.avatar {
    width: 100px;
    height:100px;
}
.p1-f3-ul li img.yh {
    width: 15px;
    height:12px;
}
.p1-f3-ul li p.name {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    margin: 20px 0 5px;
}
.p1-f3-ul li p.zw {
    font-size: 14px;
    color: #666666;
    margin-bottom: 20px;
}
.p1-f3-ul li div.des {
    font-size: 14px;
    color: #666666;
}
.p1-f5-smbox {
    padding: 7%;
    width: 70%;
    background: #fff;
    /* margin-left: 10%; */
}
/* #swiper-container3 .swiper-wrapper .swiper-slide:nth-child(2n) .p1-f5-smbox {
    margin-left: -10%;
} */
.p1-f5-smbox .p1-f5-p1 {
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    height: 90px;
}
.p1-f5-smbox .p1-f5-p2 {
    font-size: 14px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 10px;
}
.p1-f5-smbox .p1-f5-p3 {
    font-size: 12px;
    color: #999999;
}
.p1-f5-smbox img {
    width: 100px;
    height: 100px;
    margin: 30px 0 10px;
}
/* index */
/* page2 */
.p2-nav {
    line-height: 62px;
    background: #f7f8fa;
}
.p2-nav ul {
    overflow: hidden;
}
.p2-nav ul li {
    float: left;
}
.p2-nav ul li a {
    display: block;
    width: 130px;
    line-height: 62px;
    text-align: center;
    font-size: 16px;
    color: #666666;
}
.p2-nav ul li a.active {
    color: #fff;
    background: #e60012;
}
.p2-f1 {
    padding-top: 75px;
    padding-bottom: 90px;
}
.p2-f1-top {
    overflow: hidden;
}
.p2-top-left {
    float: left;
}
.p2-f1-top .p2-top-left .p2-tit {
    font-size: 24px;
    color: #333333;
}
.p2-f1-top .p2-top-left span {
    display: block;
    width: 64px;
    height: 2px;
    background: #e60012;
    margin-bottom: 33px;
}
.p2-top-right {
    width: 80%;
    float: right
}
.p2-top-right p{
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    margin-bottom: 30px;
}
.p2-f2-span {
    display: block;
    width: 64px;
    height: 2px;
    background: #e60012;
    margin: 33px auto 75px;
}
.p2-f2-tit {
    font-size: 24px;
    color: #333333;
    text-align: center;
}
.p2-map {
    position: relative;
}
.p2-f1-tag {
    position: absolute;
    right: 20%;
    top: 10%;
    font-size: 16px;
    color: #999999;
    background: #fff;
    padding: 40px 20px;
    width: 350px;
}
.p2-f1-tag .tit {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 40px;
}
.p2-f1-tag img {
    margin-right: 15px;
}
.p2-f1-tag ul li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
/* page2 */
/* page3 */
.p3-fl {
    padding-top: 80px;
    padding-bottom: 80px;
}
.p3-f1 .p3-f1-p1 {
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    text-align: center;
    padding: 0 15%;
}
.p3-btn a{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    width: 140px;
    color: #fff;
    background: #e60012;
    font-size: 16px;
    border-radius: 5px;
    margin: 0 auto;
}
.p3-btn a img {
    margin-left: 5px;
}
.p3-f1-table {
    margin-top: 40px;
}
.p3-f1-table table {
    table-layout: fixed;
}
.p3-f1-table table tr td,.p3-f1-table table tr th {
    width: 19%;
    text-align: center;
    padding: 15px 3%;
}
.p3-f1-table table tr th {
    color: #fff;
    background: #e60012;
    font-size: 18px;
    font-weight: bold;
    border-right: 1px solid #fff;
}
.p3-f1-table table tr td {
    color: #666666;
    background: #f5f5f5;
    font-size: 16px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}
.p3-f1-table table tr td:last-child,.p3-f1-table table tr th:last-child {
    border-right: none;
}
.p3-zy {
    margin: 25px 0 50px;
    font-size: 14px;
    color: #666666;
}
.p3-zy span {
    color: #e60012;
}
.p3-f2 {
    background: #f7f8fa;
}
.p3-f2-box {
    margin-bottom: 40px;
}
.p3-f2-box:last-child{
    margin-bottom: 0;
}
.p3-f2-tit {
    font-size: 30px;
    color: #333333;
}
.p3-f2-smtit {
    font-size: 16px;
    color: #e60012;
    margin: 25px 0 20px;
}
.p3-f2-ul li {
    font-size: 16px;
    color: #666666;
    margin-bottom: 15px;
}
.p3-f2-ul li:last-child {
    margin-bottom: 0;
}
.p3-f3-tit {
    font-size: 30px;
    color: #333333;
}
.p3-f3-des {
    font-size: 16px;
    color: #666666;
    line-height: 36px;
    margin-top: 30px;
}
.p3-f3-des a {
    color: #e60012;
    font-size: 18px;
    text-decoration: underline;
}
/* page3 */
/* page4 */
.p4-f1-table table tr td,.p4-f1-table table tr th {
    width: 13%;
    text-align: center;
    padding: 15px 3%;
}
.p4-f1-table table tr th:last-child {
    width: 37%;
}
.p4-f1-table table tr td ul li {
    text-align: left;
    line-height: 30px;
}
.p4-zy {
    margin: 30px 0 40px;
}
.p4-zy p {
    color: #e60012;
    font-size: 14px;
}

.p4-zy ul li {
    color: #666666;
    font-size: 14px;
    line-height: 30px;
}
.p4-f2-tit {
    font-size: 30px;
    color: #333333;
}
.p4-f2-smtit {
    font-size: 16px;
    color: #e60012;
    display: flex;
    align-items: center;
    margin: 45px 0 35px; 
}
.p4-f2-cont {
    width: 70%;
    margin: 0 auto;
}
/* page4 */
/* page5 */
.p5-f1-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5%;
}
.p5-f1-smbox {
    width: 23%;
    padding: 2px;
    background: red;
    text-align: center;
    cursor: pointer;
    position: relative;
}
.p5-f1-active {
    background: #cc0000;
}
.p5-f1-p1 {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    padding: 20px 0 10px;
}
.p5-f1-p2 {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
}
.p5-f1-p3 {
    font-size: 14px;
    color: #ff6633;
    padding: 20px 0 20px;
}
.p5-f1-active .p5-f1-p3 {
    color: #cc0000;
}
.p5-f1-p3 img {
    vertical-align: bottom;
}
.p5-f1-p4 span:first-child{
    font-size: 12px;
    color: #ff6633;
    display: inline-block;
}
.p5-f1-active .p5-f1-p4 span:first-child {
    color: #cc0000;
}
.p5-f1-p4 span:last-child{
    font-size: 48px;
    color: #ff6633;
}
.p5-f1-active .p5-f1-p4 span:last-child{
    color: #cc0000;
}
.p5-f1-p5 {
    font-size: 16px;
    color: #ff6633;
    padding: 13px 0;
    border-top: 1px dashed #ff6633;
    margin-top: 20px;
}
.p5-f1-active .p5-f1-p5 {
    color: #cc0000;
    border-top: 1px dashed #cc0000;
}
.p5-f1-p5 span {
    font-weight: bold;
}
.p5-f1-bottom {
    padding: 0 5%;
}
.p5-f1-tip {
    padding: 0 5%;
    font-size: 14px;
    color: #e60012;
    margin: 25px 0 45px;
}
.p5-f1-tag {
    width: 70px;
    height: 72px;
    position: absolute;
    left: 0;
    top: 0;
}
.p5-f1-boxshadow {
    -webkit-appearance: none;
    box-shadow: 0 1px 10px rgba(230, 0, 0, 0.1) inset;
    -webkit-box-shadow: 0 1px 10px rgba(230, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 10px rgba(230, 0, 0, 0.1) inset;
    border-radius:1px;
}
.p5-f1-boxshadow2 {
    -webkit-appearance: none;
    box-shadow: 0 1px 10px rgba(230, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 10px rgba(230, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 10px rgba(230, 0, 0, 0.1);
    border-radius:1px;
}
.p5-f2-smtit {
    font-size: 16px;
    color: #666666;
    margin:45px 0;
}
.p5-f2-ul {
    padding: 0 18%;
    display: flex;
    justify-content: space-between;
}
.p5-f2-ul li {
    width: 110px;
    text-align: center;
}
.p5-f2-ul li img {
    width: 110px;
    height: 110px;
}
.p5-f2-ul li p {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    margin-top: 10px;
}
.p5-f3-ul {
    margin: 44px 0;
}
.p5-f3-ul li {
    font-size: 16px;
    color: #666666;
    display: flex;
    align-items: center;
    margin-bottom: 13px;
}
.p5-f3-ul li span {
    color: #e60012;
}
.p5-f3-ul li span.p5-f3-span {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #e60012;
    border-radius: 50%;
    margin-right: 10px;
}
/* page5 */
/* page6 */
.p6-pad-lr {
    padding-left: 4%;
    padding-right: 4%;
}
.p6-pad-tb {
    padding-top: 4%;
    padding-bottom: 4%;
}
.p6-f1 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.p6-f1-nav {
    border-bottom: 1px solid #e0e0e0;
    padding-top: 30px;
    padding-bottom: 15px;
}
.p6-f1-nav ul {
    overflow: hidden;
}
.p6-f1-nav ul li {
    float: left;
    padding: 10px 0;
}
.p6-f1-nav ul li a {
    display: block;
    padding: 0 13px;
    font-size: 14px;
    color: #333333;
    border-right: 1px solid #e0e0e0;
}
.p6-f1-nav ul li.active {
    background: #e60012;
    border-radius: 5px;
}
.p6-f1-nav ul li.active a{
    color: #fff;
    border-right: none;
}
.p6-f1-nav ul li:last-child a{
    border-right: none;
}
.p6-f1-ipt {
    position: relative;
    width: 150px;
    height: 36px;
}
.p6-f1-ipt input {
    width: calc( 95% - 38px);
    height: 36px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding-left: 5%;
    padding-right: 38px;
}
.p6-f1-ipt .p6-f1-search {
    position: absolute;
    right: -2px;
    top: 0;
    background: #e60012;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 5px;
}
.p6-f1-ipt .p6-f1-search img {
    width: 20px;
    height: 20px;
}
.p6-cont1-circle {
    margin-right: 15px;
    width: 35px;
    height: 35px;
}
.p6-cont1-q p {
    font-size: 16px;
    color: #e60012;
}
.p6-cont1-a {
    margin-top: 25px;
}
.p6-cont1-p {
    padding-top: 6px;
}
.p6-cont1-p p{
    font-size: 16px;
    color: #999999;
    line-height: 30px;
}
.p6-cont1-p p span {
    color: #e60012;
}
.p6-f1-cont1 ul {
    padding-bottom: 100px;
}
.p6-f1-cont1 ul li {
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #e0e0e0;
}
.p6-cont1-p .smtit {
    font-weight: bold;
    color: #666666;
}

/* page6 */
/* page7 */
.p7-head img {
    width: 170px;
    height: 48px;
}
.p7-head p{
    padding-left: 15px;
    margin-left: 20px;
    border-left: 1px solid #e0e0e0;
    font-size: 24px;
    color: #666666;
}
.p7-head-a {
    font-size: 16px;
    color: #333333;
}
.p7-box {
    width: 600px;
    margin: 0 auto;
    padding: 75px 0;
    border-radius: 5px;
}
.p7-box-tit {
    font-size: 34px;
    color: #333333;
    text-align: center;
    margin-bottom: 45px;
}
.p7-box-tit span{
    color: #e60012;
}
.p7-box-ipt {
    width: 382px;
    position: relative;
    display: flex;
    align-items: center;
    margin: 0 auto 20px;
}
.p7-box-ipt span {
    font-size: 14px;
    color: #333333;
    position: absolute;
    left: 15px;
}
.p7-box-ipt input {
    width: 290px;
    height: 50px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding-left: 80px;
    padding-right: 10px;
}
.p7-btn a {
    display: block;
    margin: 50px auto 45px;
    width: 382px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    background: #e60012;
    border-radius: 5px;
}
.p7-div1 {
    width: 380px;
    margin: 0 auto;
}
.p7-select {
    font-size: 14px;
    color: #666666;
    cursor: pointer;
}
.p7-nologin {
    font-size: 14px;
    color: #e60012;
}
.p7-p-last {
    font-size: 14px;
    color: #999999;
    text-align: center;
}
.p7-p-last a{
    font-size: 14px;
    color: #e60012;
}
/* page7 */
/* page8 */
.p8-f1 {
    overflow: hidden;
    /* height: 900px; */
}
.p8-f1-left {
    width: 198px;
    height: calc(100% - 60px);
    border: 1px solid #e0e0e0;
    padding: 30px 0;
    float: left;
    min-height: 900px;
}
.p8-f1-left ul li a{
    display: flex;
    align-items: center;
    width: calc(100% - 60px);
    padding: 15px 30px;
    font-size: 16px;
    color: #666666;
}
.p8-f1-left ul li a img {
    width: 30px;
    height: 30px;
    margin-right: 15px;
}
.p8-f1-left ul li a.active {
    color: #e60012;
    border-left: 5px solid #e60012;
    padding: 10px 30px 10px 25px;
}
.p8-f1-left ul li .p8-smul li a {
    display: block;
    font-size: 16px;
    color: #999999;
    padding-left: 75px;
}
.p8-f1-left ul li .p8-smul li a.active {
    color: #e60012;
    padding-left: 70px;
}
.p8-f1-right {
    width: calc(97% - 260px);
    height: calc(100% - 60px);
    float: right;
    border: 1px solid #e0e0e0;
    padding: 30px;
    min-height: 900px;
}
.p8-r-tit {
    font-size: 18px;
    color: #333333;
    padding-bottom: 15px;
    border-bottom: 1px solid #e0e0e0;
}
.p8-r-box {
    width: 70%;
    margin: 0 auto;
}
.p8-r-box ul {
    padding: 50px 0 30px;
}
.p8-r-box ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.p8-r-box ul li span {
    display: inline-block;
    width: 80px;
    color: #666666;
    font-size: 16px;
    text-align: right;
}
.p8-r-box ul li input {
    width: calc(97% - 80px);
    height: 44px;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
}
.p8-btn a {
    display: block;
    width: 180px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    background: #e60012;
    border-radius: 10px;
    margin: 0 auto;
}
/* page8 */
/* page9 */
.p9-r-box {
    width: 100%;
    background: #f7f8fa;
    border: 1px solid #e0e0e0;
    margin-top: 30px;
}
.p9-box-tit {
    font-size: 14px;
    color: #e40012;
    padding: 15px 30px;
    border-bottom: 1px solid #e0e0e0;
}
.p9-box-ul {
    overflow: hidden;
    padding: 30px;
}
.p9-box-ul li {
    font-size: 14px;
    color: #666666;
    width: 50%;
    float: left;
    display: flex;
    margin-bottom: 15px;
}
.p9-box-ul li span {
    color: #999999;
    margin-right: 5px;
    flex: 0 0 auto;
}
.p9-box-ul li.p9-100 {
    width: 100%;
}
.p9-box-bottom {
    padding: 25px 0;
    background: #fff;
    text-align: center;
}
.p9-box-bottom a {
    display: inline-block;
    width: 130px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #333333;
    font-size: 16px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    margin-right: 20px;
}
.p9-box-bottom a:last-child {
    margin-right: 0;
}
.p9-box-bottom a.p9-zf {
    width: 132px;
    height: 42px;
    background: #e60012;
    color: #fff;
    border: none;
}
/* page9 */
/* page10 */
.p10-r-nav {
    border: 1px solid #e0e0e0;
    overflow: hidden;
}
.p10-r-nav a {
    display: block;
    width: 14.28%;
    float: left;
    text-align: center;
    padding: 15px 0;
    background: #fff;
    font-size: 14px;
    color: #666666;
}
.p10-r-nav a.active {
    color: #fff;
    background: #e60012;
}
.p10-f1-right {
    width: calc(97% - 200px);
    height: calc(100% - 60px);
    float: right;
}
.p10-r-box {
    height: calc(100% - 91px);
    padding: 40px 30px;
    margin-top: 20px;
    background: #fff;
    border: 1px solid #e0e0e0;
}
.p10-r-box table {
    width: 100%;
    font-size: 14px;
    color: #666;
    border-top: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
}
.p10-r-box table tr th {
    background: #f7f8fa;
}
.p10-r-box table tr th ,.p10-r-box table tr td {
    padding: 20px 10px;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    text-align: center;
}
.p10-r-box table tr th:first-child,.p10-r-box table tr td:first-child {
    white-space: nowrap;
}
/* page10 */
/* page11 */
.p11-f1-p1 {
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    margin-bottom: 20px;
}
.p11-f1-ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
.p11-f1-ul li {
    width: 10%;
    font-size: 16px;
    color: #e02433;
    border: 1px solid #e02433;
    border-radius: 3px;
    text-align: center;
    padding: 10px 0;
    cursor: pointer;
    margin-right: 2%;
}
.p11-f1-ul li a{

    color: #e02433;
}
.p11-f1-ul li:last-child{
    margin-right: 0;
}
.p11-f1-ul li.active {
    background: #e02433;
    color: #fff;
}
.p11-f1-ul li.active a {
    background: #e02433;
    color: #fff;
}
.p11-f1-ul2 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 80px;
}
.p11-f1-ul2 li {
    width: 10%;
    font-size: 16px;
    color: #666666;
    border: 1px solid #e60012;
    border-radius: 3px;
    text-align: center;
    padding: 10px 0;
    cursor: pointer;
    margin-right: 2%;
}
.p11-f1-ul2 li:last-child{
    margin-right: 0;
}
.p11-f1-ul2 li a {

    color: #e60012;

}
.p11-f1-ul2 li.active {
    background: #e60012;
    color: #fff;
}

.p11-f1-ul2 li.active a {

    background: #e60012;
    color: #fff;
}
.scroll-box {
    width: 80%;
    height: 520px;
    padding: 40px 10%;
    background: #000;
}
.scroll-smbox {
    width: 100%;
    height: 100%;
    background: #fff;
    overflow-y: scroll;
}
/* page11 */
/* page12 */
.p12-f1-tit {
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    text-align: center;
    padding: 0 10% 40px;
}
/* .p12-f1-c1 {
    overflow: hidden;
} */
.p12-f1-c1-box {
    width: 31%;
    margin-right: 3.5%;
    border-radius: 5px;
    overflow: hidden;
    float: left;
}
.p12-f1-c1-box:last-child {
    margin-right: 0;
}
.p12-f1-c1-box .tit {
    font-size: 24px;
    color: #fff;
    background: #e60012;
    padding: 20px 0;
    text-align: center;
}
.p12-f1-c1-box .smtit {
    font-size: 16px;
    color: #666666;
    padding: 15px 0;
    text-align: center;
    border-bottom: 1px solid #e0e0e0;
}
.p12-f1-c1-box ul {
    padding: 15px 25px;
}
.p12-f1-c1-box ul li {
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    display: flex;
}
.p12-f1-c1-box ul li img {
    margin-right: 10px;
}
.p12-f1-c1-box ul li ul {
    padding: 0;
}
.p12-nowrap {
    white-space: nowrap;
}
.p12-f1-ul1:nth-child(2n) {
    background: #f7f8fa;
    position: relative;
}
.p12-f1-ul1-img {
    position: absolute;
    right: 25px;
    top: 15px;
}
.p12-f1-tip {
    width: calc(95% - 50px);
    border: 1px solid #e0e0e0;
    background: #f7f8fa;
    padding: 25px;
    margin: 70px auto 50px;
}
.p12-f1-tip .tit {
    font-size: 16px;
    color: #666666;
    line-height: 24px;
}
.p12-f1-tip .tit span {
    font-size: 20px;
    color: #e70113;
}
.p12-f1-tip .des {
    font-size: 14px;
    color: #999999;
    padding-left: 48px;
    line-height: 24px;
}
.p12-f1-tip .zy {
    font-size: 14px;
    color: #999999;
    line-height: 24px;
}
.p12-f1-tip .zy span {
    color: #e70113;
}
.p12-tit {
    font-size: 30px;
    color: #333333;
}
.p12-f2-smtit {
    font-size: 16px;
    color: #e60012;
    margin: 25px 0 18px;
    display: flex;
    align-items: center;
}
.p12-f2-ul2 {
    margin: 25px 0 45px;
}
.p12-f2-ul2 li{
    font-size: 16px;
    color: #666666;
    padding: 15px 25px;
    float: left;
    background: #fff;
    border-radius: 10px;
    margin-right: 25px;
    -webkit-appearance: none;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}
.p12-f2-ul3 {
    display: flex;
    /* align-items: center; */
    justify-content: center;
    margin-top: 45px;
}
.p12-f2-ul3 li img {
    width: 100px;
    height: 100px;
}
.p12-f2-ul3 {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    text-align: center;
}
.p12-f2-ul3 li .p12-f2-left {
    width:110px;
    height: 20px;
    margin-top: 44px;
    margin: 44px 20px 0;
}
.p12-f3-ul li {
    display: flex;
    margin-bottom: 18px;
}
.p12-f3-ul li div {
    font-size: 16px;
    color: #666666;
    margin-top: 3px;
    line-height: 30px;
}
.p12-f3-ul li span {
    font-size: 18px;
    color: #fff;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e60012;
    border-radius: 50%;
    margin-right: 10px;
}
.p12-f3-smul {
    padding-top: 20px;
}
.p12-f3-smul li {
    align-items: center;
}
.p12-f3-smul li:last-child {
    margin-bottom: 0;
}
.p12-f3-smul li img {
    margin-right: 10px;
}
.p12-f4-box img {
    display: block;
    width: 80%;
    margin: 40px auto;
}
/* page12 */
/* page13 */
.p13-f1-ul {
    overflow: hidden;
}
.p13-f1-ul li {
    /* width: 10%; */
    font-size: 16px;
    color: #e02433;
    border: 1px solid #e02433;
    border-radius: 3px;
    text-align: center;
    padding: 10px 25px;
    cursor: pointer;
    margin-right: 2%;
    margin: 10px 1%;
    float: left;
}
.p13-f1-ul li.active {
    background: #e02433;
    color: #fff;
}
.p13-f1-box {
    margin-top: 40px;
}
.p13-f1-box table {
    table-layout: fixed;
    border-top: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
}
.p13-f1-box table tr th{
    font-size: 14px;
    color: #333333;
    background: #f7f8fa;
}
.p13-f1-box table tr td{
    font-size: 14px;
    color: #666666;
}
.p13-f1-box table tr td,.p13-f1-box table tr th {
    width: 13%;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    padding: 20px 1%;
    text-align: center;
}
.p13-f1-box table tr td:first-child,.p13-f1-box table tr th:first-child {
    width: 25%;
}
.p13-f1-box table tr td:nth-child(2),.p13-f1-box table tr th:nth-child(2) {
    width: 45%;
}
.p13-f1-box table tr td:nth-child(2) {
    text-align: left;
}
/* page13 */
/* page14 */
.p14-div1 {
    margin-top: 45px;
}
.p14-btn a {
    margin-top: 20px;
    margin-bottom: 25px;
}
.p14-p1 {
    font-size: 18px;
    color: #e60012;
    text-align: center;
}
.p14-box-ipt input {
    width: 140px;
}
.p14-box-ipt a {
    width: 140px;
    height: 52px;
    background: #e60012;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 52px;
    border-radius: 5px;
    margin-left: 10px;
}
/* page14 */
/* page15 */
.p15-f1-table table {
    width: 100%;
    table-layout: fixed;
}
.p15-f1-table table tr th{
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    background: #e60012;
}
.p15-f1-table table tr td{
    font-size: 16px;
    color: #666666;
    background: #f5f5f5;
    line-height: 30px;
}
.p15-f1-table table tr th,.p15-f1-table table tr td {
    padding: 15px;
    text-align: center;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
}
.p15-f1-table table .p15-f1-tr td {
    overflow: hidden;
}
.p15-f1-table table .p15-f1-tr td p{
    display: inline-block;
}
.p15-f1-table table .p15-f1-tr td img{
    display: inline-block;
    width: 42px;
    height: 42px;
}
.p15-f1-smtit {
    font-size: 16px;
    color: #666666;
    margin: 25px 0 18px;
    line-height: 30px;
    display: flex;
    align-items: flex-start;
}
.p15-f1-smtit img {
    margin-top: 5px;
}
.p15-zy {
    font-size: 16px;
    color: #e60012;
    line-height: 30px;
}
/* page15 */
/* page16 */
.p16-f1-box1 {
    margin: 40px 0;
}
.p16-f1-smbox {
    padding: 20px;
    width: 120px;
    height: 144px;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    margin-right: 10%;
}
.p16-f1-smbox:first-child {
    background: url(../images/p16_bg_01.png) no-repeat;
}
.p16-f1-smbox:nth-child(2) {
    background: url(../images/p16_bg_02.png) no-repeat;
}
.p16-f1-smbox:last-child {
    background: url(../images/p16_bg_03.png) no-repeat;
    margin-right: 0;
}
.p16-ul li {
    width: 27%;
    margin: 0 1.1666% 60px;
}
/* page16 */
/* page17 */
.p17-f1-head {
    overflow: hidden;
}
.p17-f1-img {
    width: 30%;
    float: left;
}
.p17-f1-head table {
    width: 65%;
    float: right;
    table-layout: fixed;
}
.p17-f1-head table tr th {
    font-size: 24px;
    color: #fff;
    line-height: 30px;
    padding: 20px 0;
    position: relative;
    background: #a3a3a3;
}
.p17-f1-head table tr th,.p17-f1-head table tr td {
    text-align: center;
}
.p17-f1-head table tr th p {
    font-size: 16px;
}
.p17-f1-head table tr th.active {
    background: #e60012;
}
.p17-f1-head table tr th.active img {
    position: absolute;
    top: 0;
    left: 7px;
    width: 29px;
    height: 42px;
}
.p17-f1-head table tr td {
    padding: 10px 0;
    color: #fff;
    background: #cecece;
    border-top: 1px solid #fff;
}
.p17-f1-head table tr td:first-child,.p17-f1-head table tr th:first-child {
    border-right: 1px solid #fff;
}
.p17-f1-table1 table {
    width: 100%;
    /* table-layout: fixed; */
}
.p17-f1-table1 table tr:nth-child(2n+1) {
    background: #f7f8fa;
}
.p17-f1-table1 table tr th {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    background: #e60012;
    padding: 10px 25px;
}
/* .p17-f1-table1 table tr th,.p17-f1-table1 table tr td {
} */
.p17-f1-table1 table tr td {
    width: 32.5%;
    text-align: center;
    border-right: 1px solid #fff;
}
.p17-f1-table1 table tr td .p17-success {
    width: 40px;
    height: 30px;
}
.p17-f1-table1 table tr td .p17-close {
    width: 26px;
    height: 26px;
}
.p17-f1-table1 table tr td:first-child {
    width: 35%;
    text-align: left;
    padding: 10px 25px;
}
.p17-f1-table1 table tr td:first-child .p17-tb1-p1 {
    font-size: 16px;
    color: #666666;
    font-weight: bold;
    line-height: 30px;
}
.p17-f1-table1 table tr td:first-child .p17-tb1-p2 {
    font-size: 14px;
    color: #666666;
    line-height: 30px;
}
.p17-f1-table1 table tr td .p17-tb2-p1 {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    display: flex;
    align-items: center;
}
.p17-f1-table1 table tr td .p17-tb2-p1 img {
    width: 40px;
    height: 40px;
    margin-right: 5px;
}
.p17-f1-table2 table{
    width: 100%;
}
.p17-f1-table2 table tr th {
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    background: #e60012;
    text-align: center;
    padding: 20px 0;
}
.p17-f1-table2 table tr td {
    color: #666666;
    font-size: 16px;
    width: calc(75% - 70px);
    padding: 20px 35px;
    background: #f5f5f5;
    border-bottom: 1px solid #fff;
}
.p17-f1-table2 table tr td:first-child {
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    font-weight: bold;
    width: 25%;
    padding: 20px 0;
    text-align: center;
    border-right: 1px solid #fff;
}
.p17-tb2-success {
    width: 25px;
    height: 18px;
    margin: 0 10px 0 30px;
    vertical-align: middle;
}
.p17-tb2-success:first-child {
    margin-left: 0;
}
.p17-zy {
    margin: 30px 0 75px;
}
.p17-tb2-ul1 li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.p17-tb2-ul1 li span {
    display: flex;
    width: 36px;
    height: 36px;
    color: #fff;
    background: #e60012;
    border-radius: 50%;
    font-size: 16px;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}
.p17-f2-bigbox {
    width: 80%;
    margin: 45px auto;
}
.p17-f2-box {
    width: 290px;
    height: 290px;
    background: url(../images/p17_circle.png) no-repeat;
    background-size: 100% 100%;
}
.p17-f2-box p:first-child {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    line-height: 115px;
    text-align: center;
}
.p17-f2-box p:last-child {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    padding: 0 35px;
    text-align: center;
}
.p17-jia {
    margin: 0 60px;
}
.p17-f4-ul li {
    display: flex;
    align-items: flex-start;
}
.p17-f4-ul li p {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background: url(../images/p17_c2_bg.png) no-repeat;
    background-size: 100% 100%;
    font-size: 24px;
    color: #fff;
    margin-right: 20px;
}
.p17-f4-ul li p span {
    margin-left: 5px;
    margin-top: 3px;
}
.p17-f4-li {
    font-size: 16px;
    color: #666666;
    margin-top: 13px;
    margin-bottom: 45px;
}
.p17-f2-bigbox table tr td {
    padding: 18px 35px;
    text-align: center;
}
.p17-f2-bigbox table tr td img {
    width: 100px;
    height: 100px;
}
.p17-f2-bigbox table tr td p {
    color: #666666;
    font-size: 16px;
    margin-top: 15px;
    white-space: nowrap;
}
/* page17 */
/* page18 */
.p18-f1-right {
    width: calc(97% - 200px);
    float: right;
    height: auto;
}
.p18-f1-smbox {
    padding: 30px;
    border: 1px solid #e0e0e0;
    margin-bottom: 30px;
}
.p18-r-box ul li .p18-select {
    width: calc(97% - 80px);
    /*background: url('../images/p20_bot.png') 95% center no-repeat;*/
    padding: 0 20px;
    cursor: pointer;
    height: 44px;
    line-height: 44px;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    font-size: 14px;
    color: #666666;
    position: relative;
}
.p18-r-box ul li .p18-select2 {
    width: calc(69% - 100px);
    /*background: url('../images/p20_bot.png') 95% center no-repeat;*/
    padding: 0 20px;
    cursor: pointer;
    height: 44px;
    line-height: 44px;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    font-size: 14px;
    color: #666666;
    position: relative;
}
.p18-hidebox {
    display: none;
    position: absolute;
    left: 0;
    top: 66px;
    color: #333333;
    font-size: 16px;
    background: #fff;
    border: 1px solid #e0e0e0;
    height: 200px;
    overflow-y: scroll;
    padding-top: 5px;
}
.p18-hidebox p {
    padding: 6px 10px;
}
.p18-hidebox p:hover {
    background: #f7f8fa;
}
.p18-r-box ul li .p18-sjx {
    display: none;
    width: 10px;
    height: 10px;
    border-left: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    transform: rotate(45deg);
    position: absolute;
    left: 20px;
    top: 60px;
    background: #fff;
    z-index: 9999;
}
.p18-r-box ul .p18-li-tip {
    display: flex;
    font-size: 12px;
    color: #999999;
    padding-left: 80px;
    margin-left: 3%;
    justify-content: inherit;
    align-items: flex-start;
    line-height: 18px;
}
.p18-r-box ul .p18-li-tip-p {
    font-size: 12px;
    color: #999999;
    margin-top: 20px;
}
.p18-box-right {
    width: calc(97% - 80px);
}
.p18-box-right label input {
    display: none;
}
.p18-box-right label img {
    width: 120px;
    height: 42px;
    cursor: pointer;
}
.p18-box-right p {
    font-size: 12px;
    color: #999999;
    margin-left: 13px;
}
.p18-textarea {
    width: calc(97% - 110px);
    height: 200px;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
}
.p18-r-price {
    font-size: 14px;
    color: #999999;
}
.p18-r-box ul li .p18-r-price span {
    width: auto;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    background: #fe6400;
    padding: 3px 5px;
    margin: 0 5px;
} 
/* page18 */
/* page19 */
.p19-box1-p1 {
    font-size: 16px;
    color: #999999;
    text-align: center;
    padding: 50px 0 15px;
}
.p19-box1-money {
    font-size: 42px;
    color: #fe6400;
    text-align: center;
}
.p19-btn {
    text-align: center;
    margin: 45px 0 30px;
}
.p19-btn a {
    display: inline-block;
    width: 130px;
    height: 42px;
    line-height: 42px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-radius: 5px;
    background: #e60012;
}
.p19-btn a:last-child {
    background: #a3a3a3;
    margin-left: 25px;
}
.p19-li-tip {
    font-size: 12px;
    line-height: 18px;
    color: #999999;
}
.p19-table {
    margin: 70px 0 30px;
}
.p19-table table{
    width: 100%;
}
.p19-table table tr th {
    font-size: 16px;
    color: #fff;
    background: #cecece;
    white-space: nowrap;
}
.p19-table table tr td {
    font-size: 14px;
    color: #666666;
    background: #f7f8fa;
    border-top: 1px solid #fff;
}
.p19-table table tr th,.p19-table table tr td {
    padding: 10px 20px;
    text-align: center;
    border-right: 1px solid #fff;
}
.p19-bottom .p19-p1 {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}
.p19-bot-ul1 {
    margin-top: 40px;
}
.p19-bot-ul1 li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.p19-bot-ul1 li span {
    display: inline-block;
    width: 120px;
    color: #666666;
    font-size: 16px;
    text-align: right;
    margin-right: 3%;
}
.p19-bot-ul1 li input {
    width: calc(85% - 150px);
    height: 40px;
    border: 1px solid #e0e0e0;
    padding: 0 15px;
}
/* page19 */
/* page20 */
.p20-r-box ul li .p20-r-price{
    color: #fe6400;
    font-size: 20px;
    font-weight: bold;
}
.p20-sl-type {
    width: calc(97% - 80px);
    height: 44px;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    font-size: 14px;
    color: 666666;
    padding: 0 20px;
    /*Chrome同Firefox与IE里面的右侧三角显示的样式不同*/
	/*将默认的select选择框样式清除*/
	appearance:none;
	-moz-appearance:none;
    -webkit-appearance:none;
    background: url('../images/p20_bot.png') 95% center no-repeat;
}
/* page20 */
/* page21 */
.p21-zy {
    font-size: 14px;
    color: #666666;
    margin: 15px 0;
}
.p21-r-box {
    background: #f7f8fa;
    border: 1px dashed #e0e0e0;
}
.p21-ul {
    width: 80%;
    margin: 0 auto;
    padding: 30px 0;
}
.p21-ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.p21-ul li span {
    display: inline-block;
    font-size: 16px;
    color: #666666;
    width: 120px;
    text-align: right;
}
.p21-ul li .p21-ipt-box {
    width: calc(97% - 120px);
}
.p21-ul li .p21-ipt {
    width: calc(100% - 30px);
    border: 1px solid #e0e0e0;
    height: 40px;
    padding: 0 15px;
}
.p21-tip1 {
    font-size: 12px;
    color: #999999;
    padding-top: 10px;
    background: #f7f8fa;
}
.p21-flex-start {
    align-items: flex-start !important;
}
.p21-flex-start span {
    margin-top: 8px;
}
.p21-sl-box {
    width: calc(97% - 120px);
    background: #fff;
}
.p21-sl-type {
    width: 100%;
    border: 1px solid #e0e0e0;
    height: 40px;
    padding: 0 15px;
    /*Chrome同Firefox与IE里面的右侧三角显示的样式不同*/
	/*将默认的select选择框样式清除*/
	appearance:none;
	-moz-appearance:none;
    -webkit-appearance:none;
    background: url('../images/p20_bot.png') 95% center no-repeat;
}
.p21-cir-box {
    width: calc(97% - 120px);
}
.p21-cir-smbox {
    width: 50%;
    float: left;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.p21-mt-0 {
    margin-top: 0 !important;
}
.p21-textarea {
    width: calc(100% - 30px);
    height: 140px;
    padding: 10px 15px;
    background: #fff;
    border: 1px solid #e0e0e0;
}
.p21-detail {
    width: 440px;
    background: #fff;
    border-radius: 5px;
    padding: 30px;
}
.p21-d-tit {
    font-size: 18px;
    color: #e60012;
}
.p21-d-tit .p1 img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.p21-close img{
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.p21-d-ul {
    padding-left: 40px;
    padding-top: 30px;
}
.p21-d-ul li {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    margin-bottom: 25px;
}
/* page21 */
/* page22 */
.p22-ul {
    padding-bottom: 0;
}
.p22-last-li {
    background: #fff;
    color: #e60012;
    font-size: 14px;
    text-align: center;
    padding: 20px 0;
}
/* page22 */
/* page24 */
.p24-tit {
    font-size: 18px;
    color: #e60012;
    margin: 35px 0 25px;
}
.p24-box {
    border: 1px solid #e0e0e0;
    padding: 18px 20px;
    min-height: 80px;
}
.p24-text {
    font-size: 16px;
    color: #999999;
}
.p24-ipt {
    margin-top: 20px;
}
.p24-ipt input {
    width: 220px;
    height: 40px;
    border: 1px solid #e0e0e0;
    padding: 0 15px;
}
.p24-ipt a {
    display: inline-block;
    width: 80px;
    height: 42px;
    color: #fff;
    background: #fe6400;
    font-size: 16px;
    line-height: 42px;
    text-align: center;
    border-radius: 5px;
    margin-left: 15px;
}
/* page24 */
/* page25 */
.p25-f1-top {
    padding: 10px 20px 30px;
    border-bottom: 1px solid #e0e0ee;
}
.p25-avatar {
    width: 120px;
    height: 120px;
    margin-right: 40px;
}
.p25-top-right .p1 {
    font-size: 16px;
    color: #666666;
}
.p25-top-right .p1 a {
    display: inline-block;
    width: 20px;
    height: 20px;
}
.p25-top-right .p2 {
    font-size: 15px;
    color: #fff;
    background: #e60012;
    width: 100px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    border-radius: 30px;
    margin: 15px 0 10px;
}
.p25-top-right .p2 img {
    width: 6px;
    height: 10px;
    margin-left: 3px;
}
.p25-top-right .p3 {
    font-size: 14px;
    color: #aaaaaa;
}
.p25-f1-middle {
    padding: 30px 20px;
    border-bottom: 1px solid #e0e0e0;
    overflow: hidden;
}
.p25-mid-left {
    width: 60%;
    float: left;
}
.p25-mid-left .p1,.p25-mid-right .p1{
    font-size: 14px;
    color: #666666;
}
.p25-btn {
    width: 120px;
    height: 34px;
    line-height: 34px;
    background: #e60012;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-radius: 10px;
}
.p25-mid-left .p2 ,.p25-mid-right .p2{
    font-size: 14px;
    color: #666666;
    margin-top: 15px;
}
.p25-mid-left .p2 span,.p25-mid-right .p2 span{
    font-size: 30px;
    margin-right: 3px;
}
.p25-mid-right {
    width: 26%;
    float: left;
    border-left: 1px solid #e0e0e0;
    margin-left: 4%;
    padding-left: 9%;
}
.p25-ul {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 75px;
}
.p25-ul li {
    display: inline-block;
    width: 120px;
    margin-bottom: 25px;
    margin-right: 5%;
}
.p25-ul li:last-child{
    margin-right: 0;
}
.p25-ul li a{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
}
.p25-tag {
    display: flex;
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
    background: #e60012;
    border-radius: 50%;
    position: absolute;
    top: -11px;
    right: 20px;
}
.p25-ul li a img {
    width: 90px;
    height: 90px;
}
.p25-ul li a p {
    font-size: 16px;
    color: #666666;
    margin-top: 15px;
}
.p25-cz {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    /* display: flex; */
    align-items: center;
    justify-content: center;
}
.p25-cz-box {
    width: 600px;
    /* height: 400px; */
    border-radius: 10px;
    /* overflow: hidden; */
    background: #fff;
    position: relative;
}
.p25-close {
    position: absolute;
    right: -20px;
    top: -20px;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.p25-cz-box .tit {
    height: 52px;
    line-height: 52px;
    color: #fff;
    text-align: center;
    font-size: 22px;
    background: #e60012;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.p25-bottom {
    padding: 40px 30px;
}
.p25-bottom .p1 {
    font-size: 16px;
    color: #333333;
    margin-bottom: 25px;
}
.p25-bottom .p1 span {
    font-size: 24px;
}
.p25-bottom .smtit {
    font-size: 16px;
    color: #333;
    margin-bottom: 20px;
}
.p25-bottom .p2 {
    margin-bottom: 30px;
}
.p25-bottom .p2 a {
    display: inline-block;
    padding: 12px 25px;
    border-radius: 5px;
    background: #f1f1f1;
    font-size: 20px;
    color: #333333;
    margin-right: 20px;
}
.p25-bottom .p2 a.active {
    color: #fff;
    background: #fe6400;
}
.p25-bottom .p3 {
    font-size: 16px;
    color: #333;
    margin-bottom: 25px;
}
.p25-bottom .p3 span {
    font-size: 16px;
    color: #999999;
}
.p25-bottom .p3 input {
    width: 150px;
    height: 42px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    margin-right: 5px;
}
.p25-bottom .p4 {
    margin-top: 30px;
}
.p25-bottom .p4 p {
    width: 30%;
    flex: 0 0 auto;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #777777;
    cursor: pointer;
}
.p25-bottom .p4 p.active {
    border: 1px solid #e60012;
}
.p25-bottom .p4 p img {
    margin-right: 5px;
}
/* page25 */
/* page26 */
.p26-ul li:last-child {
    border-bottom: 1px dashed #e0e0e0;
}
.p26-li-top {
    background: #f7f8fa;
    padding: 10px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.p26-li-top p {
    font-size: 14px;
    color: #999999;
}
.p26-li-top p span {
    color: #333333;
    font-weight: bold;
}
.p26-li-bottom {
    padding: 25px 30px 40px;
    font-size: 16px;
    color: #666666;
}
.p26-li-bottom .p1 {
    font-size: 16px;
    color: #666666;
    margin-bottom: 25px;
    line-height: 30px;
}
.p26-li-bottom .p2 {
    text-align: right;
}
.p26-li-bottom .p2 img{
    margin-left: 25px;
    margin-right: 10px;
}
/* page26 */