﻿.header_w {
    background: #fff;
    border-bottom: 1px solid #ccc;
    height: 121px;
}

.header_w .header {
    height: 120px;
    transition: all .3s;
}

.header_w .header .logo {
    padding-top: 32px;
    transition: all .3s;
}

.header_w .header .nav {
    /* line-height: 120px; */
    transition: all .3s;
    margin-top: 61px;
}

.header_w .header .nav .item {
    float: left;
    margin-left: 36px;
    position: relative;
}

.header_w .header .nav .item a {
    display: inline-block;
    font-size: 17px;
    color: #000;
    /* font-weight: 700; */
}

.header_w .header .nav .item a:hover {
    color: #f7de68;
}

.header_w .header .nav .item .child {
    position: absolute;
    top: 59px;
    left: 50%;
    z-index: 99;
    margin-left: -60px;
    line-height: 40px;
    background: #fff;
    width: 120px;
    display: none;
    border: 1px solid #ccc;
    border-top: none;
}

.header_w .header .nav .item .child a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #666;
}

.header_w .header .nav .item .child a:hover {
    color: #f7de68;
}

.header_w .header .nav .item.current>a {
    color: #f7de68;
}

.in_banner {
    height: 650px;
}

.in_banner .in_banner_swiper {
    width: 100%;
    height: 650px;
}

.in_banner .in_banner_swiper .swiper-slide {
    width: 100%;
    overflow: hidden;
    height: 100%;
}

.in_banner .in_banner_swiper .swiper-slide span {
    display: block;
    /* width: 300%; */
    height: 100%;
    text-align: center;
    /* margin-left: -100%; */
}

.in_banner .in_banner_swiper .swiper-slide span img {
    height: 100%;
    width: 100%;
}

.in_banner .in_banner_pa {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 10px;
    z-index: 9;
    text-align: center;
}

.in_banner .swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    line-height: 0px;
    background: #fff;
    margin: 0 3px;
    border-radius: 50%;
    cursor: pointer;
    opacity: 1;
    transition: all .5s;
}

.in_banner .swiper-active-switch {
    background: #e72b00;
}

.in_title {
    text-align: center;
}

.in_title .cn {
    font-size: 40px;
    color: #dab866;
    line-height: 50px;
    font-weight: 500;
}

.in_title .en {
    font-size: 24px;
    color: #dab866;
    /* line-height: 40px; */
    text-transform: uppercase;
}

.in_service_w .in_service {
    padding: 22px 0 20px;
}

.in_service_w .in_service .list {
    padding-top: 70px;
}

.in_service_w .in_service .list .item {
    float: left;
    width: 350px;
    text-align: center;
    padding: 40px;
    box-sizing: border-box;
    border-radius: 10px;
}

.in_service_w .in_service .list .item .img img {
    width: 160px;
    border-radius: 50%;
}

.in_service_w .in_service .list .item .title {
    font-size: 24px;
    font-weight: 500;
    line-height: 50px;
    padding-top: 10px;
}

.in_service_w .in_service .list .item .text {
    font-size: 14px;
    color: #666;
    line-height: 24px;
}

.in_service_w .in_service .list .item .more {
    padding-top: 25px;
}

.in_service_w .in_service .list .item .more a {
    display: inline-block;
    width: 120px;
    line-height: 32px;
    border-radius: 32px;
    border: 1px solid #E4E4E4;
    font-size: 14px;
    color: #666;
}

.in_service_w .in_service .list .item:hover {
    box-shadow: 0px 20px 80px 0px rgba(0, 0, 0, 0.1);
}

.in_service_w .in_service .list .item:hover .title {
    color: #e72b00;
}

.in_service_w .in_service .list .item:hover .more a {
    background: #e72b00;
    border: 1px solid #e72b00;
    color: #fff;
}

.in_decoration_w {
    background: #eaeaea;
    height: 1128px;
}

.in_decoration_w .in_decoration .left {
    width: 310px;
    text-align: right;
    border-bottom: 2px solid #e72b00;
    padding: 60px 0 10px;
}

.in_decoration_w .in_decoration .left .en {
    font-size: 24px;
    color: #ccc;
    line-height: 40px;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.in_decoration_w .in_decoration .left .cn {
    font-size: 28px;
    color: #666;
    line-height: 40px;
    letter-spacing: 5px;
}

.in_decoration_w .in_decoration .why {
    width: 250px;
    margin-left: 40px;
    padding-top: 100px;
}

.in_decoration_w .in_decoration .why .cn {
    font-size: 16px;
    color: #666;
    line-height: 30px;
}

.in_decoration_w .in_decoration .why .en {
    font-size: 12px;
    color: #666;
    line-height: 15px;
    opacity: .2;
}

.in_decoration_w .in_decoration .right {
    width: 640px;
    padding-top: 60px;
}

.in_decoration_w .in_decoration .right .item {
    float: left;
    width: 320px;
    line-height: 60px;
}

.in_decoration_w .in_decoration .right .item .icon i {
    font-size: 16px;
    color: #FF913D;
}

.in_decoration_w .in_decoration .right .item .cn {
    font-size: 16px;
    color: #666;
    padding: 0 5px;
}

.in_decoration_w .in_decoration .right .item .en {
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
    opacity: .5;
}

.in_case_w .in_case {
    padding: 100px 0 80px;
}

.in_case_w .in_case .top {
    padding-top: 80px;
}

.in_case_w .in_case .top .menu a {
    float: left;
    display: inline-block;
    padding: 0 10px;
    line-height: 36px;
    font-size: 18px;
    border-bottom: 4px solid #fff;
    color: #666;
}

.in_case_w .in_case .top .menu a:hover {
    border-bottom: 4px solid #e72b00;
}

.in_case_w .in_case .top .menu a.current {
    border-bottom: 4px solid #e72b00;
}

.in_case_w .in_case .top .right {
    line-height: 36px;
}

.in_case_w .in_case .top .right a {
    font-size: 18px;
}

.in_case_w .in_case .top .right a i {
    padding-left: 6px;
}

.in_case_w .in_case .list {
    padding-top: 20px;
}

.in_case_w .in_case .list .item {
    float: left;
    width: 440px;
    overflow: hidden;
    border-radius: 10px;
    background: #fff;
    margin-bottom: 40px;
    margin-right: 40px;
    box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.1);
    transition: all .3s;
}

.in_case_w .in_case .list .item:nth-child(3n) {
    margin-right: 0;
}

.in_case_w .in_case .list .item .img img {
    width: 440px;
}

.in_case_w .in_case .list .item .bot {
    padding: 10px 20px;
}

.in_case_w .in_case .list .item .bot .title {
    font-size: 18px;
    line-height: 25px;
    transition: all .3s;
}

.in_case_w .in_case .list .item .bot .text {
    font-size: 14px;
    color: #666;
    line-height: 25px;
}

.in_case_w .in_case .list .item:hover {
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.3);
}

.in_case_w .in_case .list .item:hover .bot .title {
    color: #e72b00;
}

.in_case_w .in_case .more {
    text-align: center;
    padding-top: 40px;
}

.in_case_w .in_case .more a {
    display: inline-block;
    width: 160px;
    line-height: 40px;
    border-radius: 40px;
    background: #e72b00;
    box-shadow: 0px 10px 20px 0px rgba(248, 179, 0, 0.2);
    font-size: 16px;
    color: #fff;
    transition: all .3s;
}

.in_case_w .in_case .more a:hover {
    box-shadow: 0px 5px 10px 0px rgba(248, 179, 0, 0.8);
}

.in_about_w {
    background: #F7F7F7;
}

.in_about_w .in_about {
    padding: 160px 0 80px;
}

.in_about_w .in_about .top .img img {
    width: 700px;
    height: 520px;
}

.in_about_w .in_about .top .right {
    width: 700px;
    height: 520px;
    background: #fff;
    box-sizing: border-box;
    padding: 70px 80px 0 60px;
}

.in_about_w .in_about .top .right .in_title {
    text-align: left;
}

.in_about_w .in_about .top .right .con {
    font-size: 20px;
    color: #666;
    line-height: 40px;
    padding-top: 40px;
}

.in_about_w .in_about .top .right .more {
    text-align: right;
    padding-top: 60px;
}

.in_about_w .in_about .top .right .more a {
    font-size: 20px;
    color: #666;
}

.in_about_w .in_about .top .right .more a i {
    font-size: 18px;
    color: #e72b00;
    padding-left: 5px;
}

.in_about_w .in_about .bottom {
    padding-top: 130px;
}

.in_about_w .in_about .bottom .item {
    float: left;
    width: 350px;
    text-align: center;
}

.in_about_w .in_about .bottom .item .icon i {
    font-size: 60px;
    color: #e72b00;
}

.in_about_w .in_about .bottom .item .num {
    font-size: 40px;
    font-family: Arial;
    line-height: 50px;
    padding-top: 30px;
}

.in_about_w .in_about .bottom .item .text {
    font-size: 20px;
    line-height: 30px;
}

.in_about_w .in_about .contact {
    text-align: center;
    padding-top: 110px;
}

.in_about_w .in_about .contact a {
    display: inline-block;
    width: 160px;
    line-height: 40px;
    border-radius: 40px;
    background: #e72b00;
    box-shadow: 0px 10px 20px 0px rgba(248, 179, 0, 0.2);
    font-size: 16px;
    color: #fff;
    transition: all .3s;
}

.in_about_w .in_about .contact a:hover {
    box-shadow: 0px 5px 10px 0px rgba(248, 179, 0, 0.8);
}

.in_plan_w .in_plan {
    padding: 110px 0 110px;
}

.roundabout_box {
    width: 980px;
    margin: 0 auto;
}

.roundabout_box ul {
    height: 800px;
    margin: 0 auto;
}

.roundabout_box ul li {
    width: 980px;
    height: 626px;
    text-align: center;
}

.roundabout_box ul li img {
    width: 100%;
    box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
}

.roundabout_box ul li .title {
    font-size: 28px;
    font-weight: 600;
    line-height: 40px;
    padding-top: 40px;
}

.roundabout_box ul li .text {
    font-size: 20px;
    color: #666;
    line-height: 30px;
}

.in_customer_w {
    background: #f7f7f7;
}

.in_customer_w .in_customer {
    padding: 50px 0 0px;
}

.in_customer_w .in_customer .list {
    margin-top: 30px;
    position: relative;
}

.in_customer_w .in_customer .list .in_customer_swiper {
    width: 1200px;
    height: 200px;
    margin: 0 auto;
}

.in_customer_w .in_customer .list .in_customer_ctrl {
    position: absolute;
    top: 50%;
    margin-top: -60px;
    width: 56px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    background: rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all .3s;
}

.in_customer_w .in_customer .list .in_customer_ctrl:hover {
    background: rgba(0, 0, 0, 0.2);
}

.in_customer_w .in_customer .list .in_customer_ctrl i {
    font-size: 20px;
    color: #999;
}

.in_customer_w .in_customer .list .in_customer_ctrl.left {
    left: 0;
}

.in_customer_w .in_customer .list .in_customer_ctrl.right {
    right: 0;
}

.in_news_w .in_news {
    padding: 50px 0px 56px;
}

.in_news_w .in_news .top {
    padding-top: 42px;
}

.in_news_w .in_news .top .menu a {
    float: left;
    display: inline-block;
    padding: 0 10px;
    line-height: 36px;
    font-size: 18px;
    border-bottom: 4px solid #fff;
    color: #666;
}

.in_news_w .in_news .top .menu a:hover {
    border-bottom: 4px solid #e72b00;
}

.in_news_w .in_news .top .menu a.current {
    border-bottom: 4px solid #f7d445;
}

.in_news_w .in_news .top .right {
    line-height: 36px;
}

.in_news_w .in_news .top .right a {
    font-size: 18px;
}

.in_news_w .in_news .top .right a i {
    padding-left: 6px;
}

.in_news_w .in_news .main {
    padding-top: 40px;
}

.in_news_w .in_news .main .main_left {
    background: #F7F7F7;
}

.in_news_w .in_news .main .main_left a {
    width: 420px;
    height: 480px;
    display: block;
    box-sizing: border-box;
    padding: 20px 30px 0;
}

.in_news_w .in_news .main .main_left a .title {
    font-size: 20px;
    line-height: 40px;
}

.in_news_w .in_news .main .main_left a .line span {
    display: inline-block;
    width: 80px;
    height: 1px;
    background: #f7d445;
}

.in_news_w .in_news .main .main_left a .des {
    font-size: 16px;
    color: #666;
    line-height: 24px;
    margin-top: 10px;
    margin-bottom: 25px;
    height: 48px;
}

.in_news_w .in_news .main .main_left a .img img {
    width: 360px;
    height: 250px;
}

.in_news_w .in_news .main .main_left a .more {
    line-height: 60px;
    font-size: 20px;
    color: #666;
}

.in_news_w .in_news .main .main_left a .more i {
    font-size: 18px;
    color: #f7d445;
    padding-left: 5px;
}

.in_news_w .in_news .main .main_right {
    width: 780px;
}

.in_news_w .in_news .main .main_right .item {
    padding: 20px 0;
}

.in_news_w .in_news .main .main_right .item .left {
    width: 580px;
}

.in_news_w .in_news .main .main_right .item .left .title a {
    font-size: 20px;
    line-height: 40px;
}

.in_news_w .in_news .main .main_right .item .left .line span {
    display: inline-block;
    width: 80px;
    height: 1px;
    background: #fae16a;
}

.in_news_w .in_news .main .main_right .item .left .des {
    font-size: 16px;
    color: #666;
    line-height: 24px;
    margin-top: 10px;
    height: 48px;
}

.in_news_w .in_news .main .main_right .item .right {
    text-align: right;
    padding-right: 30px;
    padding-top: 30px;
}

.in_news_w .in_news .main .main_right .item .right .year {
    font-size: 24px;
    font-weight: 600;
}

.in_news_w .in_news .main .main_right .item .right .day {
    font-size: 16px;
}

.footer_w {
    height: 350px;
    background: #211f27;
}

.footer_w .footer {
    text-align: center;
    color: #fff;
    /* padding-top: 80px; */
    height: 270px;
    border-bottom: 4px solid #929292;
}

.footer_w .footer .title {
    font-size: 56px;
    line-height: 100px;
}

.footer_w .footer .text span {
    display: inline-block;
    font-size: 24px;
    position: relative;
    line-height: 30px;
}

.footer_w .footer .text span::after {
    content: '';
    width: 80px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: -120px;
    top: 15px;
}

.footer_w .footer .text span::before {
    content: '';
    width: 80px;
    height: 1px;
    background: #fff;
    position: absolute;
    right: -120px;
    top: 15px;
}

.footer_w .footer .contact {
    padding-top: 50px;
}

.footer_w .footer .contact span {
    display: inline-block;
    font-size: 20px;
    padding: 0 22px;
    line-height: 50px;
    border-radius: 10px;
    border: 2px solid #fff;
}

.footer_w .footer .bottom {
    padding: 80px 0 30px;
    font-size: 14px;
    color: #F8F8F8;
    line-height: 24px;
}

.footer_w .footer .bottom a {
    color: #F8F8F8;
}

.page_contact {
    padding-top: 80px;
}

.page_contact .page_contact_top {
    border: 1px solid #E9E9E9;
}

.page_contact .page_contact_top .left {
    width: 498px;
    box-sizing: border-box;
    padding: 40px 40px 0 40px;
}

.page_contact .page_contact_top .left .top .icon {
    width: 64px;
    height: 64px;
    text-align: center;
    line-height: 64px;
    background: #f7d445;
    border-radius: 50%;
}

.page_contact .page_contact_top .left .top .icon i {
    font-size: 40px;
    color: #fff;
}

.page_contact .page_contact_top .left .top .hotline {
    padding-left: 20px;
}

.page_contact .page_contact_top .left .top .hotline .num {
    font-size: 40px;
    line-height: 42px;
    font-family: Arial;
}

.page_contact .page_contact_top .left .top .hotline .text {
    font-size: 20px;
    line-height: 22px;
}

.page_contact .page_contact_top .left .main .company {
    font-size: 28px;
    line-height: 60px;
    padding-top: 50px;
}

.page_contact .page_contact_top .left .main .text {
    font-size: 20px;
    line-height: 40px;
}

.page_contact .page_contact_list {
    padding: 100px 40px 0;
    border-bottom: 1px solid #E4E4E4;
}

.page_contact .page_contact_list .item {
    float: left;
    width: 500px;
    margin-bottom: 100px;
}

.page_contact .page_contact_list .item:nth-child(3n) {
    width: 320px;
}

.page_contact .page_contact_list .item .company {
    font-size: 20px;
    line-height: 50px;
}

.page_contact .page_contact_list .item .text {
    font-size: 16px;
    line-height: 32px;
}

.page_contact .page_contact_form {
    padding-top: 40px;
    padding-bottom: 120px;
}

.page_contact .page_contact_form .text {
    font-size: 20px;
    line-height: 100px;
}

.page_contact .page_contact_form .input {
    padding-bottom: 40px;
}

.page_contact .page_contact_form .input .item {
    position: relative;
}

.page_contact .page_contact_form .input .item input {
    width: 580px;
    height: 60px;
    border: 1px solid #CCCCCC;
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 20px;
}

.page_contact .page_contact_form .input .item label.error {
    position: absolute;
    right: 20px;
    top: 0;
    line-height: 60px;
    color: #e72b00;
}

.page_contact .page_contact_form .textarea {
    padding-bottom: 40px;
}

.page_contact .page_contact_form .textarea textarea {
    width: 1200px;
    height: 400px;
    border: 1px solid #CCCCCC;
    padding: 15px 20px;
    box-sizing: border-box;
    font-size: 20px;
    resize: none;
}

.page_contact .page_contact_form .button button {
    width: 240px;
    height: 60px;
    background: #f7d445;
    border-radius: 60px;
    box-shadow: 0px 10px 10px 0px rgba(248, 179, 0, 0.2);
    border: none;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
}

.page_about {
    padding-bottom: 200px;
}

.page_about .page_about_title {
    font-size: 28px;
    color: #000;
    line-height: 80px;
    border-bottom: 1px solid #D2D2D2;
    padding-top: 30px;
    font-weight: 600;
}

.page_about .about {
    padding-top: 58px;
    padding-bottom: 40px;
}

.page_about .about .top .left {
    width: 580px;
    font-size: 16px;
    color: #333;
    line-height: 32px;
}

.page_about .about .top .right {
    padding-top: 8px;
}

.page_about .about .top .right img {
    width:580px;
}

.page_about .about .content {
    padding-top: 30px;
}

.page_about .about .content .title {
    font-size: 16px;
    font-weight: 600;
    line-height: 32px;
}

.page_about .about .content .text {
    font-size: 16px;
    line-height: 32px;
    text-indent: 2em;
}

.page_about .culture {
    padding: 50px 0;
    font-size: 16px;
    color: #333;
    line-height: 32px;
}

.page_about .img {
    padding: 50px 0;
}

.page_about .img img {
    max-width: 100%;
}

.page_news_list .menu {
    padding-top: 60px;
    padding-bottom: 40px;
}

.page_news_list .menu .item {
    margin-right: 10px;
    float: left;
}

.page_news_list .menu .item a {
    display: inline-block;
    line-height: 30px;
    border-radius: 30px;
    padding: 0 12px;
    font-size: 16px;
}

.page_news_list .menu .item.current a {
    background: #F8B300;
    color: #fff;
}

.page_news_list .list .item {
    padding: 40px 0;
    border-bottom: 1px solid #E4E4E4;
}

.page_news_list .list .item:last-child {
    border-bottom: none;
}

.page_news_list .list .item a .date {
    width: 170px;
    font-size: 16px;
    line-height: 60px;
}

.page_news_list .list .item a .main {
    width: 950px;
}

.page_news_list .list .item a .main .title {
    font-size: 18px;
    font-weight: 600;
    line-height: 60px;
}

.page_news_list .list .item a .main .des {
    font-size: 16px;
    color: #666;
    line-height: 30px;
}

.page_news_list .list .item a .img img {
    max-width: 200px;
	max-height:200px;
}

.page_news_detail .menu {
    padding-top: 60px;
    padding-bottom: 40px;
}

.page_news_detail .menu .item {
    margin-right: 10px;
    float: left;
}

.page_news_detail .menu .item a {
    display: inline-block;
    line-height: 30px;
    border-radius: 30px;
    padding: 0 12px;
    font-size: 16px;
}

.page_news_detail .menu .item.current a {
    background: #f7d445;
    color: #fff;
}

.page_news_detail .main .left {
    width: 1080px;
}

.page_news_detail .main .left .top {
    padding: 30px 0;
    border-bottom: 1px solid #eaeaea;
}

.page_news_detail .main .left .top .title {
    font-size: 24px;
    color: #333;
    line-height: 30px;
}

.page_news_detail .main .left .top .date {
    font-size: 16px;
    color: #999;
    line-height: 30px;
    padding-top: 10px;
}

.page_news_detail .main .left .content {
    padding: 40px 0;
    font-size: 16px;
    color: #333;
    line-height: 36px;
    border-bottom: 1px solid #eaeaea;
}

.page_news_detail .main .left .content img {
    width: 100% !important;
}

.page_news_detail .main .left .page {
    padding: 50px 0;
    font-size: 16px;
    color: #333;
}

.page_news_detail .main .left .page a {
    color: #333;
}

.page_news_detail .main .right {
    width: 280px;
}

.page_news_detail .main .right .top {
    font-size: 24px;
    color: #333;
    line-height: 60px;
    border-bottom: 1px solid #E4E4E4;
}

.page_news_detail .main .right .list .item {
    margin-top: 40px;
}

.page_news_detail .main .right .list .item .img {
    padding-bottom: 10px;
}

.page_news_detail .main .right .list .item .img img {
    width: 280px;
}

.page_news_detail .main .right .list .item .title {
    font-size: 18px;
    color: #333;
    line-height: 25px;
    font-weight: 600;
}

.page_news_detail .main .right .list .item .des {
    font-size: 16px;
    color: #666;
    line-height: 25px;
}

.page_case_list .menu {
    border-bottom: 1px solid #e72b00;
    padding-top: 60px;
}

.page_case_list .menu .item {
    float: left;
}

.page_case_list .menu .item a {
    display: block;
    width: 127px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
}

.page_case_list .menu .item.current a {
    background: #e72b00;
    color: #fff;
}

.page_case_list .type {
    padding: 30px 0 60px;
}

.page_case_list .type .row {
    padding: 10px 0;
}

.page_case_list .type .row .item {
    float: left;
    margin-right: 7px;
}

.page_case_list .type .row .item a {
    display: block;
    line-height: 30px;
    border-radius: 30px;
    font-size: 15px;
    color: #333;
    padding: 0 12px;
}

.page_case_list .type .row .item.current a {
    background: #e72b00;
    color: #fff;
}

.page_case_list .list .item {
    float: left;
    width: 440px;
    overflow: hidden;
    border-radius: 10px;
    background: #fff;
    margin-bottom: 40px;
    margin-right: 40px;
    transition: all .3s;
}

.page_case_list .list .item:nth-child(3n) {
    margin-right: 0;
}

.page_case_list .list .item .img img {
    width: 440px;
}

.page_case_list .list .item .bot {
    padding: 10px 20px;
}

.page_case_list .list .item .bot .title {
    font-size: 18px;
    line-height: 25px;
    transition: all .3s;
}

.page_case_list .list .item .bot .text {
    font-size: 14px;
    color: #666;
    line-height: 25px;
}

.page_case_list .list .item:hover {
    box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.3);
}

.page_case_list .list .item:hover .bot .title {
    color: #e72b00;
}

.page_case_detail {
    padding-bottom: 100px;
}

.page_case_detail .menu {
    border-bottom: 1px solid #e72b00;
    padding-top: 60px;
}

.page_case_detail .menu .item {
    float: left;
}

.page_case_detail .menu .item a {
    display: block;
    width: 140px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
}

.page_case_detail .menu .item.current a {
    background: #e72b00;
    color: #fff;
}

.page_case_detail .type {
    padding: 30px 0 60px;
}

.page_case_detail .type .row {
    padding: 10px 0;
}

.page_case_detail .type .row .item {
    float: left;
    margin-right: 10px;
}

.page_case_detail .type .row .item a {
    display: block;
    line-height: 30px;
    border-radius: 30px;
    font-size: 15px;
    color: #333;
    padding: 0 12px;
}

.page_case_detail .type .row .item.current a {
    background: #e72b00;
    color: #fff;
}

.page_case_detail .page_top {
    padding-top: 60px;
    border-top: 1px solid #E4E4E4;
}

.page_case_detail .page_top .img img {
    width: 880px;
}

.page_case_detail .page_top .right {
    width: 470px;
}

.page_case_detail .page_top .right .title {
    font-size: 28px;
    line-height: 40px;
    padding: 20px 0;
}

.page_case_detail .page_top .right .text {
    font-size: 16px;
    line-height: 32px;
    padding-bottom: 40px;
}

.page_case_detail .page_top .right .hotline {
    padding-top: 40px;
    border-top: 1px solid #E4E4E4;
}

.page_case_detail .page_top .right .hotline .icon i {
    display: inline-block;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    border-radius: 50%;
    background: #e72b00;
    font-size: 18px;
    color: #fff;
}

.page_case_detail .page_top .right .hotline .num {
    font-size: 28px;
    line-height: 32px;
    padding-left: 10px;
}

.page_case_detail .page_top .right .hotline .num span {
    color: #e72b00;
}

.page_case_detail .page_title {
    text-align: center;
    padding: 120px 0 60px;
}

.page_case_detail .page_title span {
    display: inline-block;
    line-height: 44px;
    font-size: 24px;
    font-weight: 600;
    border-bottom: 4px solid #e72b00;
}

.page_case_detail .content {
    text-align: center;
}

.page_case_detail .content img {
    max-width: 100%;
}

.page_banner {
    width: 300%;
    text-align: center;
    margin-left: -100%;
}

.in_service_w {
    background: #F7F7F7;
    height: 466px;
}

.footer-bo {
    width: 1200px;
    margin: 0 auto;
    height: 75px;
    line-height: 75px;
    text-align: center;
}

.footer-bo span {
    font-size: 16px;
    color: #E4E4E4;
    padding: 12px;
}