.toFixed .header {
    position: fixed;
    top: 0px;
    z-index: 99999;
    animation: 0.4s ease 0s 1 normal none running filldown;
}

.toFixed .wrapper {
    padding-top: 200px;
}

.toFixed .header .header_bottom {
    display: none;
}

.toReset .header {
}

.toReset .header .header_bottom {
    animation: 0.8s ease 0s 1 normal none running fillshow;
}

.toReset .wrapper {
    padding-top: 0px;
}

@-webkit-keyframes filldown {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes filldown {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0px);
    }
}

@-webkit-keyframes fillup {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0px);
    }
}

@keyframes fillup {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0px);
    }
}

@-webkit-keyframes fillshow {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

@keyframes fillshow {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

.header .header_bottom .logo {
    padding: 20px 0px;
}

.menu-uls {
    position: absolute;
    top: 80px;
    display: none;
    left: 0px;
    width: 120%;
    margin: 0px -12px;
    text-align: center;
    background-color: rgb(255, 255, 255);
    border-top: 2px solid rgb(2, 171, 226);
}

.header-nav li:hover .menu-uls {
    height: inherit;
}

.menu-uls li {
    float: none;
    padding: 10px 12px;
    margin: 0px;
    line-height: 24px;
    transition: all 0.4s ease 0s;
}

.menu-uls li:hover {
    background-color: rgb(2, 171, 226);
}

.menu-uls li:hover span {
    color: rgb(255, 255, 255);
}

.select_box {
    position: relative;
    float: right;
    margin-top: 30px;
    height: 20px;
}

.wf_select {
    position: absolute;
    right: 0px;
    width: 74px;
    color: rgb(51, 51, 51);
    line-height: 26px;
    z-index: 10;
    cursor: pointer;
}

.wf_select:hover::after {
    background: url("../images/arrow_u_b.png") center center no-repeat;
}

.wf_select::after {
    background: url("../images/arrow_d_b.png") center center no-repeat;
    content: "";
    display: block;
    position: absolute;
    top: 6px;
    right: 10px;
    width: 14px;
    height: 14px;
    transition: all 0.2s ease-in 0s;
}

.wf_select span {
    padding-left: 6px;
}

.wf_select p {
    overflow: hidden;
    border: 0px solid rgb(255, 255, 255);
    height: 0px;
    background: rgb(255, 255, 255);
    color: rgb(102, 102, 102);
    transition: all 0.5s ease-in 0s;
}

.wf_select:hover p {
    border-color: rgb(51, 51, 51);
    height: 52px;
    border-width: 1px;
}

.wf_select p a {
    color: rgb(51, 51, 51);
    display: block;
    padding-left: 6px;
}

.wf_select p a:hover {
    background: rgb(79, 125, 175);
    color: rgb(255, 255, 255);
}

.search {
    position: absolute;
    right: 80px;
}

.search input {
    border: 1px solid transparent;
    width: 0px;
    height: 24px;
    padding: 0px 15px;
    outline: none;
    background: url("../images/search_b.png") right center no-repeat;
    cursor: pointer;
    transition: all 0.5s ease-in 0s;
    border-radius: 8px;
}

.search input:focus {
    border: 1px solid rgb(51, 51, 51);
    height: 24px;
    width: 160px;
    padding: 0px 20px 0px 10px;
    color: rgb(51, 51, 51);
}

.index-header .wf_select {
    color: rgb(255, 255, 255);
}

.index-header .search input {
    color: rgb(255, 255, 255);
    background-image: url("../images/search.png");
}

.index-header .search input:focus {
    color: rgb(255, 255, 255);
    border-color: rgb(255, 255, 255);
}

.index-header .wf_select:hover p {
    border-color: rgb(255, 255, 255);
}

.index-header .wf_select:hover::after {
    background: url("../images/arrow_u.png") center center no-repeat;
}

.index-header .wf_select::after {
    background: url("../images/arrow_d.png") center center no-repeat;
}

.footer {
    padding-bottom: 2px;
    background-color: rgb(244, 244, 244);
}

.footer .footer_logo {
    text-align: center;
    padding: 46px 0px 0px;
}

.footer .footer_logo img {
    display: block;
    margin: 0px auto;
}

.footer .footer_logo .text {
    margin-top: 16px;
    font-size: 18px;
    color: rgb(71, 71, 71);
    font-weight: bold;
}

.footer .footer_lists {
    text-align: center;
    padding: 50px 0px 40px;
}

.footer .footer_lists li {
    width: 145px;
    padding-left: 55px;
    text-align: left;
    display: inline-block;
    vertical-align: top;
}

.footer .footer_lists li:first-child {
    width: 145px;
    padding-left: 35px;
}

.footer .footer_lists li h4 {
    font-size: 16px;
    color: #dd3422;
    margin-bottom: 14px;
    font-weight: bold;
}

.footer .footer_lists li p {
    line-height: 26px;
    color: rgb(51, 51, 51);
    font-size: 12px;
}

.footer .copy .page-cen {
    height: 60px;
    line-height: 60px;
    background-color: rgb(51, 51, 51);
}

.footer .copy a {
    color: rgb(246, 246, 246);
}

.footer .left {
    float: left;
    padding-left: 15px;
    font-size: 14px;
}

.footer .right {
    padding-right: 30px;
    float: right;
    color: rgb(246, 246, 246);
    font-size: 12px;
}

.footer .left a {
    display: inline-block;
    margin: 0px 15px;
}

.bar {
    border-bottom: 1px solid rgb(219, 219, 219);
}

.breadcrumbs {
    float: right;
    line-height: 60px;
    color: rgb(102, 102, 102);
    font-size: 13px;
}

.breadcrumbs li {
    float: left;
}

.breadcrumbs a {
    color: rgb(102, 102, 102);
}

.breadcrumbs li.current span {
    color: rgb(2, 171, 226);
    display: block;
    max-width: 100px;
    overflow: hidden;
    height: 55px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.breadcrumbs .sep {
    padding: 0px 5px;
}

.yiiPager {
    margin: 50px auto 0px;
    text-align: center;
}

.yiiPager li {
    display: inline-block;
    margin: 0px 4px;
    padding: 0px 10px;
    cursor: pointer;
    line-height: 32px;
}

.yiiPager li a {
    color: rgb(51, 51, 51);
}

.yiiPager li:hover, .yiiPager .page.selected {
    background-color: rgb(2, 171, 226);
}

.yiiPager li:hover a, .yiiPager .page.selected a {
    color: rgb(255, 255, 255);
}

.gotop {
    display: none;
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: fixed;
    right: 30px;
    bottom: 20%;
    z-index: 99999;
    background: url("../images/togreen.png") 0px 0px no-repeat;
    transition: background 0.3s ease-in 0s;
}

.gotop:hover {
    background-image: url("../images/top1.png");
}

.search-area {
    text-align: center;
    margin-top: 214px;
}

.search-area form {
    display: inline-block;
}

.search-area .search_input {
    float: left;
    border: 1px solid rgb(150, 150, 150);
    width: 417px;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    padding: 2px 53px 2px 5px;
}

.search-area .btn {
    width: 116px;
    height: 36px;
    float: left;
    border: 0px;
    cursor: pointer;
    color: rgb(255, 255, 255);
    background: rgb(200, 200, 200);
}

.search-result-content .title {
    font-size: 18px;
    color: rgb(2, 171, 226);
    line-height: 32px;
}

.search-error, .search-result-empry {
    text-align: center;
    width: 100%;
    padding: 50px 0px;
    max-width: 1200px;
    margin: 0px auto 100px;
}

.search-result-content {
    max-width: 1200px;
    margin: auto;
}

.search-item {
    padding: 20px 0px;
    border-bottom: 1px dashed rgb(51, 51, 51);
}

.wrapper {
}

.btn {
    width: 160px;
    height: 46px;
    line-height: 46px;
    color: rgb(255, 255, 255);
    text-align: center;
    background-color: #dd3422;/* 222 */;
}

.carNav {
    position: absolute;
    bottom: 30px;
    width: 100%;
    text-align: center;
}

.carNav a {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: rgb(217, 217, 217);
    border-radius: 50%;
    margin: 0px 10px;
}

.carNav a span {
    display: none;
}

.carNav a.selected {
    background-color: rgb(76, 76, 76);
}

.page_banner {
    width: 100%;
    height: 340px;
    position: relative;
    overflow: hidden;
}

.page_banner .pic {
    width: 100%;
}

.page_banner .pic img {
    display: block;
    width: 1920px;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -960px;
    z-index: 1;
}

.page_banner .text {
    position: absolute;
    z-index: 2;
    top: 100px;
    left: 50%;
    margin-left: -770px;
    display: none;
}

.page_banner .text p {
    font-size: 30px;
    color: rgb(255, 255, 255);
}

.clearfix::after, .clearfix::before {
    display: block;
    height: 0px;
    content: "";
    clear: both;
    visibility: hidden;
}

.page_cel {
    width: 100%;
    margin: 0px auto;
    position: relative;
    z-index: 2;
}

.page_menu {
    border-bottom: 1px solid rgb(234, 234, 234);
    position: relative;
    z-index: 9;
}

.page_menu .menu_list {
    float: left;
}

.page_menu .menu_list a {
    font-size: 16px;
    color: rgb(51, 51, 51);
    padding: 0px 26px;
    display: inline-block;
    border-left: 1px solid rgb(234, 234, 234);
    position: relative;
    margin: 25px 0px;
}

.page_menu .menu_list a.first {
    padding-left: 0px;
    border-left: 0px;
}

.page_menu .menu_list a:hover, .page_menu .menu_list a.active, .page_menu .menu_list ul li.active a {
    color: #dd3422;
}

.page_menu .menu_list ul li {
    float: left;
    position: relative;
    padding: 25px 0px;
}

.page_menu .menu_list ul li.first {
    padding-left: 0px;
    border-left: 0px;
}

.page_menu .menu_list ul li.menu_slide {
    margin-right: 26px;
    background: url("../images/icon_works_03.png") 100% center no-repeat;
}

.page_menu .menu_list ul li.menu_slide:hover, .page_menu .menu_list ul li.menu_slide.active {
    background: url("../images/icon_works_03_hover.png") 100% center no-repeat;
}

.page_menu .menu_list ul li a {
    display: block;
    font-size: 16px;
    color: rgb(51, 51, 51);
    padding: 0px 26px;
    border-left: 1px solid rgb(234, 234, 234);
    margin: 0px;
}

.page_menu .menu_list ul li.first a {
    border-left: 0px;
    padding-left: 0px;
}

.page_menu .menu_list ul li .slide_con {
    position: absolute;
    top: 100%;
    left: -1px;
    width: 200%;
    z-index: 5;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(234, 234, 234);
    display: none;
}

.page_menu .menu_list ul li .slide_con p {
    text-align: left;
    border-top: 1px solid rgb(234, 234, 234);
    line-height: 40px;
    text-indent: 1em;
}

.page_menu .menu_list ul li .slide_con p.first {
    border-top: 0px;
}

.page_menu .menu_list ul li .slide_con p a {
    font-size: 13px;
    color: rgb(102, 102, 102);
    display: block;
    border-left: 0px;
}

.page_menu .menu_list ul li.first .slide_con p a {
    padding-right: 0px;
}

.page_menu .menu_list ul li .slide_con p a:hover {
    color: #dd3422;
}

.page_menu .menu_location {
    float: right;
    padding: 25px 0px;
}

.page_menu .menu_location a {
    font-size: 14px;
    color: rgb(41, 41, 41);
    padding: 0px 16px 0px 0px;
    background: url("../images/icon_01.png") right center no-repeat;
}

.page_menu .menu_location span {
    font-size: 14px;
    color: #dd3422;
}

.page_title p {
    font-size: 36px;
    color: #dd3422;
    padding-left: 20px;
    border-left: 6px solid #dd3422;
    line-height: 1;
    font-weight: bold;
}

.page_title.case {
    margin-top: 40px;
}

.page_title.case p {
    font-size: 22px;
}

.about {
    margin: 80px 0px;
}

.about .about_con {
    margin-top: 60px;
}

.about .about_con p {
    font-size: 18px;
    color: rgb(41, 41, 41);
    line-height: 32px;
    margin-bottom: 30px;
    margin-top: 30px;
}

.about .about_con .about_pic_con {
    width: 100%;
}

.about .about_con .about_pic_con li {
    width: 31%;
    float: left;
    margin-left: 3%;
}

.about .about_con .about_pic_con li.first {
    margin-left: 0px;
}

.about .about_con .about_pic_con li img {
    width: 100%;
    height: auto;
}

.development {
    width: 100%;
    margin: 80px 0px;
}

.development .development_con {
    margin-top: 0;
    position: relative;
    background: url("../images/development_bg.png") center 135px repeat-x;
}

.development .development_con .slider .slide_ele {
    float: left;
    width: 276px;
    height: 506px;
    position: relative;
}

.development .development_con .slider .slide_ele .pic {
    position: relative;
    text-align: center;
    height: 146px;
    overflow: hidden;
    cursor: pointer;
}

/* .development .development_con .slider .slide_ele.active .pic {
    height: 263px;
} */

.development .development_con .slider .slide_ele .pic .icon_small {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: 0px auto;
    cursor: pointer;
}

.development .development_con .slider .slide_ele .pic .icon_big {
    display: none;
}

/* .development .development_con .slider .slide_ele.active .pic .icon_small {
    display: none;
}

.development .development_con .slider .slide_ele.active .pic .icon_big {
    width: 90%;
    display: inline-block;
    border-radius: 50%;
    border: 2px solid rgb(0, 173, 187);
} */

.development .development_con .slider .slide_ele .font {
    margin-top: 30px;
}

.development .development_con .slider .slide_ele .font .title {
    text-align: center;
    color: #dd3422;/* 222 */;
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
}

.development .development_con .slider .slide_ele .font .summary {
    padding: 0px 30px;
    margin-top: 10px;
    font-size: 18px;
    line-height: 30px;
    color: rgb(51, 51, 51);
}

.development .development_con .slider .slide_ele .font .line {
    position: absolute;
    bottom: 0px;
    right: 0px;
    height: 270px;
    width: 1px;
    background: url("../images/icon_line.png") repeat-y;
}

.development .development_con .deve_prev, .development .development_con .deve_next {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 116px;
    cursor: pointer;
}

.development .development_con .deve_prev {
    background: url("../images/icon_prev.png") center center no-repeat;
    left: -40px;
}

.development .development_con .deve_next {
    background: url("../images/icon_next.png") center center no-repeat;
    right: -40px;
}

.vision {
    margin: 80px 0px;
}

.vision .mission .mission_list::after, .vision .mission .mission_list::before {
    display: block;
    height: 0px;
    content: "";
    clear: both;
    visibility: hidden;
}

.vision .mission .mission_list {
    width: 100%;
}

.vision .mission .mission_list > div {
    width: 45%;
}

.vision .mission .mission_list.odd div.pic {
    float: right;
}

.vision .mission .mission_list.odd div.font {
    float: left;
}

.vision .mission .mission_list.even div.pic {
    float: left;
}

.vision .mission .mission_list.even div.font {
    float: right;
}

.vision .mission .mission_list div.pic img {
    width: 100%;
}

.vision .mission .mission_list div.font {
    padding-top: 30px;
}

.vision .mission .mission_list div.font .title {
    font-size: 28px;
    line-height: 40px;
    color: rgb(0, 0, 0);
    margin-bottom: 50px;
    font-weight: lighter;
}

.vision .mission .mission_list div.font .summary p {
    font-size: 16px;
    line-height: 30px;
    color: rgb(102, 102, 102);
}

.vision .criterion {
    margin-top: 90px;
    padding: 60px 0px;
    background: rgb(247, 247, 247);
}

.vision .criterion ul {
    width: 1013px;
    margin: 0px auto;
}

.vision .criterion .list_btn li {
    width: 25%;
    float: left;
    cursor: pointer;
    position: relative;
}

.vision .criterion .list_btn li span {
    width: 38px;
    height: 20px;
    position: absolute;
    left: 50%;
    margin-left: -19px;
    bottom: -31px;
    background: url("../images/icon_04.png") center center no-repeat;
    display: none;
}

.vision .criterion .list_btn li.active span {
    display: block;
}

.vision .criterion .list_btn li p {
    text-align: center;
}

.vision .criterion .list_btn li p.pic img {
    vertical-align: middle;
}

.vision .criterion .list_btn li p.title {
    font-size: 18px;
    color: rgb(255, 25, 83);
    line-height: 30px;
}

.vision .criterion .list_con {
    margin-top: 30px;
}

.vision .criterion .list_con li {
    border: 1px solid rgb(102, 102, 102);
    padding: 50px 32px;
    border-radius: 10px;
    display: none;
}

.vision .criterion .list_con li.active {
    display: block;
}

.vision .criterion .list_con li p {
    font-size: 16px;
    line-height: 36px;
    color: rgb(102, 102, 102);
}

.about .about_con .coruscate img {
    display: block;
    width: 47px;
    height: 39px;
    position: absolute;
}

.about .about_con .coruscate img.left {
    top: 40px;
    left: 160px;
}

.about .about_con .coruscate img.right {
    bottom: 60px;
    right: 160px;
}

.about .about_con p.pic {
    text-align: center;
    margin-bottom: 0px;
}

.continued {
    margin: 80px 0px 0px;
}

.continued .continued_con {
    margin-top: 40px;
}

.culture-content, .continued-append, .continued .continued_con p {
    font-size: 16px;
    color: rgb(41, 41, 41);
    line-height: 30px;
    margin-bottom: 40px;
}

.culture-content strong, .continued-append strong {
    color: #dd3422;/* 222 */;
    font-size: 18px;
    line-height: 1.5em;
    font-weight: bold;
}

.continued-append h4 {
    font-size: 30px;
    color: #dd3422;/* 222 */;
    font-weight: bold;
    margin-bottom: 20px;
}

.continued .clearfix .section_left, .continued .clearfix .section_right {
    width: 50%;
    float: left;
    color: rgb(255, 255, 255);
}

.continued .clearfix img {
    width: 100%;
}

.continued .clearfix .section_left .section_01 {
    width: 100%;
    height: 322px;
    float: left;
    overflow: hidden;
}

.continued .clearfix .section_left .section_02 {
    width: 50%;
    height: 322px;
    float: left;
    background: #dd3422;/* 222 */;
}

.continued .clearfix .section_left .section_02 > div, .continued .clearfix .section_right .section_04 > div, .continued .clearfix .section_right .section_05 > div {
    padding: 66px 46px 0px;
}

.continued .clearfix div p.title {
    font-size: 30px;
    margin-bottom: 34px;
}

.continued .clearfix div div.summary {
    font-size: 14px;
}

.continued .clearfix .section_left .section_03 {
    width: 50%;
    height: 322px;
    float: left;
    overflow: hidden;
}

.continued .clearfix .section_left .section_03 img {
    width: 100%;
}

.continued .clearfix .section_right .sec_con_left, .continued .clearfix .section_right .sec_con_right {
    width: 50%;
    float: left;
}

.continued .clearfix .section_right .section_04, .continued .clearfix .section_right .section_05 {
    width: 100%;
    height: 322px;
    overflow: hidden;
}

.continued .clearfix .section_right .section_04 {
    background: url("../images/section_bg.jpg");
}

.continued .clearfix .section_right .section_05 {
    background: rgb(240, 240, 240);
    color: rgb(51, 51, 51);
}

.continued .clearfix .section_right .sec_con_right .section_06 {
    width: 100%;
    height: 644px;
    overflow: hidden;
}

.culture, .culture .culture_con {
    width: 100%;
    margin-top: 40px;
}

.culture .culture_con li {
    width: 32%;
    float: left;
    margin-left: 2%;
}

.culture .culture_con li.first {
    margin-left: 0px;
}

.culture .culture_con li .pic, .culture .culture_con li .font {
    width: 100%;
}

.culture .culture_con li .pic img {
    width: 100%;
    vertical-align: bottom;
}

.culture .culture_con li .font {
    height: 360px;
    background: rgb(244, 244, 244);
}

.culture .culture_con li .font > div {
    padding: 50px 50px 0px;
}

.culture .culture_con li .font > div p.title {
    font-size: 24px;
    color: #dd3422;/* 222 */;
    margin-bottom: 20px;
    line-height: 1.5em;
}

.culture .culture_con li .font > div div.summary {
    font-size: 16px;
    color: rgb(41, 41, 41);
    line-height: 26px;
}

#continued {
    margin: 80px 0px 40px;
}

#culture {
    margin: 80px 0px;
}

.welfare {
    margin: 80px 0px;
}

.welfare .welfare_con .summary {
    margin-top: 40px;
}

.welfare .welfare_con .summary p {
    font-size: 16px;
    line-height: 30px;
    color: rgb(41, 41, 41);
}

.welfare ul {
    margin-top: 40px;
}

.welfare ul li {
    width: 24%;
    float: left;
    border: 1px solid rgb(236, 236, 236);
    margin-left: 1%;
}

.welfare ul li.first {
    margin-left: 0px;
}

.welfare ul li div {
    padding: 10px;
    position: relative;
}

.welfare ul li div img {
    width: 100%;
}

.welfare ul li div p {
    text-align: center;
    width: 100%;
    font-size: 18px;
    padding-bottom: 30px;
}



.form_container {
    margin-top: 60px;
}

.form_container .form_l {
    width: 50%;
    float: left;
    margin-bottom: 30px;
}

.form_container .form_l span.title {
    display: inline-block;
    width: 20%;
    font-size: 16px;
    line-height: 30px;
    color: rgb(51, 51, 51);
    text-align: right;
}

.form_container .form_l span.label {
    display: inline-block;
    width: 9%;
    font-size: 16px;
    line-height: 30px;
    color: #dd3422;/* 222 */;
    text-align: center;
}

.form_container .form_l input[type="text"] {
    display: inline-block;
    width: 65%;
    margin: 0px 2%;
    border: 1px solid rgb(220, 220, 220);
    font-size: 16px;
    line-height: 30px;
    text-indent: 0.5em;
    box-sizing: border-box;
}

.form_container .form_l input[type="file"] {
    display: inline-block;
    width: 75%;
    margin: 0px 2%;
}

.form_container .form_l.code input[type="text"] {
    width: 30%;
}

.form_container .form_l.code span.code {
    display: inline-block;
    width: 10%;
    font-size: 22px;
}

.form_container .form_l.code button {
    background: transparent;
    border: 0px;
    color: #dd3422;/* 222 */;
    font-size: 16px;
    cursor: pointer;
}

.form_container .form_submit {
    width: 100%;
    text-align: center;
    margin-top: 80px;
}

.form_container .form_submit input {
    width: 190px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin: 0px 20px;
    font-size: 16px;
    border: 0px;
    cursor: pointer;
}

.form_container .form_submit input.submit {
    background: #dd3422;/* 222 */;
    color: rgb(255, 255, 255);
}

.form_container .form_submit input.reset {
    color: rgb(51, 51, 51);
    background: rgb(228, 228, 228);
}

.recruit_list {
    position: absolute;
    top: 0px;
    right: 0px;
}

.recruit_list a {
    display: inline-block;
    width: 142px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border: 1px solid rgb(227, 227, 227);
    margin-left: 30px;
    color: rgb(51, 51, 51);
    font-size: 16px;
}

.recruit_list a:hover, .recruit_list .active {
    background: #dd3422;/* 222 */;
    border-color: #dd3422;/* 222 */;
    color: rgb(255, 255, 255);
}

.recruit_container {
    margin-top: 60px;
}

.recruit_container ul, .recruit_container ul li {
    width: 100%;
}

.recruit_container ul {
    border-top: 1px solid rgb(227, 227, 227);
}

.recruit_container ul li {
    padding: 34px 0px;
    background: url("../images/icon_11.png") right 30px no-repeat;
    border-bottom: 1px solid rgb(227, 227, 227);
}

.recruit_container ul li.active {
    background: url("../images/icon_12.png") right 30px no-repeat;
}

.recruit_container ul li div.clearfix {
    width: 100%;
    cursor: pointer;
}

.recruit_container ul li div.clearfix p {
    display: inline-block;
    width: 32%;
    float: left;
    font-size: 18px;
    color: rgb(51, 51, 51);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.recruit_container ul li div.clearfix p.position {
    padding-left: 20px;
    background: url("../images/icon_13.png") 6px center no-repeat;
}

.recruit_container ul li div.slide {
    padding: 28px;
    display: none;
}

.recruit_container ul li div.slide p {
    font-size: 16px;
    line-height: 30px;
    color: rgb(51, 51, 51);
}

.recruit_container ul li div.slide p a {
    color: rgb(51, 51, 51);
}

.recruit_container ul li div.slide .go_form {
    width: 190px;
    height: 60px;
    line-height: 60px;
    background: #dd3422;/* 222 */;
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
}

.recruit_container ul li div.slide .go_form a {
    color: rgb(255, 255, 255);
    display: block;
}

.page_button {
    width: 100%;
    text-align: center;
    margin-top: 40px;
}

.page_button .yiiPager {
    border-top: 0px;
}

.page_button .yiiPager li {
    display: inline;
    background: none;
    font-size: 16px;
    border: 1px solid rgb(227, 227, 227);
    margin: 0px 6px;
    padding: 0px;
}

.page_button .yiiPager li a {
    color: rgb(51, 51, 51);
    padding: 6px 10px;
    display: inline-block;
}

.yiiPager li:hover, .yiiPager .page.selected {
    border-color: rgb(51, 51, 51);
    background: rgb(51, 51, 51);
}

.yiiPager li:hover a, .yiiPager .page.selected a {
    color: rgb(255, 255, 255);
}

.about_center .center_left {
    width: 30%;
    float: left;
}

.about_center .center_sec {
    width: 100%;
    background: rgb(247, 247, 247);
}

.about_center .center_sec > div {
    padding: 30px;
}

.about_center .center_sec > div p.title, .about_center .center_right p.title {
    font-size: 30px;
    color: #dd3422;/* 222 */;
    margin-bottom: 20px;
    font-weight: bold;
}

.about_center .center_sec > div p {
    font-size: 16px;
    line-height: 22px;
    color: rgb(51, 51, 51);
}

.about_center .center_sec.center_sec_01 {
    height: 280px;
    margin-bottom: 30px;
}

.about_center .center_sec.center_sec_02 {
    height: 280px;
}

.about_center .center_right {
    width: 65%;
    height: 590px;
    float: right;
    background: url("../images/about_bg_04.png") right bottom no-repeat rgb(247, 247, 247);
}

.about_center .center_right > div {
    padding: 30px;
}

.about_center .center_right div.summary {
    margin-bottom: 40px;
}

.about_center .center_right div.summary p.s {
    font-size: 16px;
    line-height: 26px;
    color: rgb(51, 51, 51);
}

.about_center .center_right div.summary p.t {
    font-size: 18px;
    line-height: 28px;
    color: rgb(51, 51, 51);
    font-weight: bold;
}

.img_exhibition {
    margin-top: 50px;
}

.img_exhibition .img_sec {
    width: 30%;
    float: left;
    margin-left: 5%;
    overflow: hidden;
}

.img_exhibition .img_sec.first {
    margin-left: 0px;
}

.img_exhibition .img_sec img {
    width: 100%;
}

.news {
    margin-top: 40px;
}

.news_view {
    width: 100%;
    height: 580px;
    border: 1px solid rgb(233, 236, 239);
    margin-bottom: 80px;
}

.news_view .news_left {
    width: 41%;
    height: 100%;
    border-right: 1px solid rgb(233, 236, 239);
    float: left;
    box-sizing: border-box;
}

.news_view .news_left .pic, .news_view .news_left .pic img {
    width: 100%;
    height: auto;
    transition: all 0.6s ease 0s;
}

.news_view .news_left:hover .pic img {
    transform: scale(1.05);
}

.news_view .news_left .pic {
    position: relative;
}

.news_view .news_left .pic > div {
    width: 100%;
    overflow: hidden;
}

.news_view .news_left .pic span {
    display: block;
    padding: 10px 14px;
    color: rgb(255, 255, 255);
    font-size: 12px;
    background: rgb(0, 173, 187);
    position: absolute;
    left: 30px;
    bottom: -14px;
    border-radius: 4px;
}

.news_view .news_left .font {
    padding: 30px;
}

.news_view .news_left .font p.title {
    font-size: 24px;
    line-height: 40px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: rgb(41, 41, 41);
}

.news_view .news_left .font p.title a {
    color: rgb(41, 41, 41);
}

.news_view .news_left .font .summary {
    font-size: 16px;
    line-height: 30px;
    color: rgb(102, 102, 102);
}

.news_view .news_left .font .summary a {
    color: rgb(102, 102, 102);
}

.news_view .news_left .font p.load_more a {
    font-size: 14px;
    line-height: 48px;
    color: rgb(165, 165, 165);
    font-weight: bold;
}

.news_view .news_right {
    width: 59%;
    float: left;
}

.news_view .news_right ul {
    padding: 0px 30px;
}

.news_view .news_right ul li {
    padding: 50px 0px;
    border-bottom: 1px solid rgb(233, 236, 239);
}

.news_view .news_right ul li::after, .news_view .news_right ul li::before, .news_list_con .news_list::before, .news_list_con .news_list::after, .work_in .work_list::after, .work_in .work_list::before {
    display: block;
    height: 0px;
    content: "";
    visibility: hidden;
    clear: both;
}

.news_view .news_right ul li p.title, .news_list_con .news_list p.title {
    display: block;
    width: 80%;
    float: left;
    line-height: 30px;
}

.news_view .news_right ul li p.title a, .news_list_con .news_list p.title a {
    font-size: 22px;
    color: rgb(41, 41, 41);
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 30px;
}

.news_view .news_right ul li p.time, .news_list_con .news_list p.time {
    display: block;
    width: 20%;
    float: right;
    text-align: right;
}

.news_view .news_right ul li p.time span, .news_list_con .news_list p.time span {
    padding: 10px 14px;
    color: rgb(255, 255, 255);
    font-size: 12px;
    background: rgb(0, 173, 187);
    border-radius: 4px;
}

.news_view .news_right .load_more {
    text-align: center;
    width: 190px;
    line-height: 58px;
    background: rgb(0, 0, 0);
    margin: 60px 0px 0px 30px;
}

.news_view .news_right .load_more:hover {
    background: #dd3422;
}

.news_view .news_right .load_more a {
    display: block;
    font-size: 16px;
    color: rgb(255, 255, 255);
}

.news_list_con {
}

.news_list_con .news_list {
    padding: 50px 0px;
    border-bottom: 1px solid rgb(233, 236, 239);
}

.news .page_button {
    margin-bottom: 80px;
}

.news_read {
    margin-bottom: 80px;
}

.news_read .title {
    padding-bottom: 16px;
    border-bottom: 2px solid rgb(233, 236, 239);
}

.news_read .title h1 {
    font-size: 27px;
    color: rgb(41, 41, 41);
    font-weight: bold;
    text-align: center;
}

.news_read .read_container {
    margin-top: 40px;
}

.news_read .read_container p {
    font-size: 16px;
    color: #333;
    line-height: 2em;
    text-indent: 2em;
    font-family: -apple-system, "microsoft yahei", SimHei, sourcehansans, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: justify;
}

.news_read .read_container p img {
    max-width: 460px;
    height: auto;
    display: block;
    margin: 10px auto;
}

.news_read .read_container.img800 p img {
    max-width: 800px;
}

.news_read .links {
    margin-top: 80px;
}

.news_read .links a {
    display: block;
    margin: 12px 0px;
    font-size: 16px;
    color: rgb(102, 102, 102);
}

.news_read .links a:hover {
    color: rgb(2 159 170);
}

.work_in .work_list {
    width: 100%;
    padding: 40px 0px;
    border-bottom: 1px solid rgb(233, 236, 239);
}

.work_in .work_list .pic {
    width: 33%;
    float: left;
}

.work_in .work_list .pic img {
    width: 100%;
}

.work_in .work_list .font {
    width: 62%;
    float: right;
}

.work_in .work_list .font .title a, .work_in .work_list .font .title {
    color: #dd3422;
    font-size: 22px;
    margin-top: 30px;
    text-decoration: none;
}

.work_in .work_list .font .introduce {
    color: rgb(51, 51, 51);
    font-size: 22px;
    margin: 30px 0px;
}

.work_in .work_list .font .summary {
    font-size: 16px;
    line-height: 26px;
    color: rgb(51, 51, 51);
}

.read-news-date {
    padding-top: 1em;
    font-size: 12px;
    line-height: 20px;
    color: rgb(153, 153, 153);
    text-align: center;
}

.wison_catalog ul a.wfEditorMode {
    font-size: 12px;
    position: relative;
    z-index: 99;
}

body.wfEditorMode .page_banner a.wfEditorMode {
    font-size: 12px;
    position: relative;
    z-index: 99;
    margin-top: 0px;
    margin-bottom: -1.3em;
}

.footer .right span {
    word-break: keep-all;
}

.work-in-detail .pic {
    text-align: center;
}

.work-in-detail .pic img {
    display: inline-block;
    max-width: 600px;
    height: auto;
}

.work-in-detail .title {
    text-align: center;
    color: #dd3422;
    font-size: 22px;
    text-decoration: none;
    line-height: 48px;
}

.work-in-detail-body {
    margin: 40px 0px;
    font-size: 16px;
    color: rgb(102, 102, 102);
    line-height: 1.8em;
}

.work-in-content {
}

.work-in-full {
}

.work-in-full strong, .work-in-detail strong {
    color: #dd3422;
    font-size: 18px;
    line-height: 38px;
}

.work_list {
    position: relative;
}

.work_in .load_more {
    text-align: center;
    width: 190px;
    line-height: 58px;
    background: rgb(0, 0, 0);
    position: absolute;
    left: 38%;
    bottom: 40px;
}

.work_in .load_more a {
    display: block;
    font-size: 16px;
    color: rgb(255, 255, 255);
}

.work_in .load_more:hover {
    background: #dd3422;
}

.words {
    margin-bottom: 40px;
    padding: 80px 0px 30px;
    background: rgb(246, 246, 246);
    position: relative;
}

.words .layout-area {
    width: 80%;
    max-width: 1200px;
    margin: auto;
}

.words .left {
    width: 47px;
    height: auto;
    position: absolute;
    top: 30px;
    left: 10%;
    margin-left: -47px;
}

.words .right {
    width: 47px;
    height: auto;
    position: absolute;
    bottom: 110px;
    right: 10%;
    margin-right: -47px;
}

.founder {
    margin-left: -35px;
    padding-top: 60px;
}

.about .about_con .words p {
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 0px;
}

.about .about_con .words {
}

.about .about_con .words-wrapper {
    margin: 0px 47px;
}

.center_sec.center_sec_01, .center_sec.center_sec_02 {
    line-height: 1.6em;
}

.hse-image {
    height: 650px;
    overflow: hidden;
}

.hse-image .left, .hse-image .right {
    width: 50%;
    height: 100%;
    float: left;
}

.hse-image .left .top {
    width: 100%;
    height: 50%;
}

.hse-image .left .top img {
    display: block;
    width: 100%;
    height: 100%;
}

.hse-image .left .bottom {
    height: 50%;
}

.hse-image .idea {
    width: 50%;
    height: 100%;
    float: left;
}

.hse-image .idea .idea-con {
    padding: 26px 38px;
}

.hse-image .idea div h3 {
    font-size: 30px;
    margin-bottom: 24px;
    text-align: center;
    font-weight: bold;
}

.hse-image .idea div p {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
}

.hse-image .idea img {
    width: 100%;
    height: 100%;
}

.hse-image .idea-01 {
    background: #dd3422;/* 222 */;
    color: rgb(255, 255, 255);
}

.hse-image .idea-03, .hse-image .idea-04 {
    height: 50%;
}

.hse-image .idea-03 {
    background: url("../images/idea_bg.jpg");
    color: rgb(255, 255, 255);
}

.hse-image .idea-03 div h3 {
    margin-bottom: 40px;
}

.hse-image .idea-03 div p {
    text-align: center;
    line-height: 30px;
}

.hse-image .idea-04 {
    background: rgb(240, 240, 240);
    color: rgb(51, 51, 51);
}

.hse-image .idea-c1 div h3, .hse-image .idea-c2 div h3, .hse-image .idea-c3 div h3, .hse-image .idea-c4 div h3 {
    font-weight: lighter;
    line-height: 1.4;
    text-align: left;
    margin-bottom: 15px;
}

.hse-image .idea-c1 {
    background: #dd3422;
}

.hse-image .idea-c2 {
    background: rgb(128, 128, 128);
}

.hse-image .idea-c3 {
    background: rgb(230, 230, 230);
}

.hse-image .idea-c4 {
    background: rgb(51, 51, 51);
}

.hse-image .idea-c1 div p {
    color: rgb(255, 255, 255);
    font-weight: normal;
}

.hse-image .idea-c2 div p {
    color: rgb(255, 255, 255);
    font-weight: normal;
}

.hse-image .idea-c3 div p {
    color: rgb(51, 51, 51);
    font-weight: normal;
}

.hse-image .idea-c4 div p {
    color: rgb(255, 255, 255);
    font-weight: normal;
}

.hse-image .idea-c3 div h3 {
    color: rgb(51, 51, 51);
}

.hse-image .idea .idea-05, .hse-image .idea .idea-05 div, .hse-image .idea .idea-05 div p {
    height: 100%;
    font-size: 0px;
}

.footer_lists .page-cen a:hover p {
    color: rgb(25, 25, 25);
}

.news_view .news_right ul li p.title a:hover, .news_list_con .news_list p.title a:hover, .news_list p.title a:hover {
    color: #dd3422;
}

#home-banner ul {
    width: 100%;
}

#home-banner ul li {
    float: left;
    overflow: hidden;
}

#home-banner ul li a {
    display: block;
    width: 100%;
    position: relative;
}

#home-banner ul li .text1 {
    position: absolute;
    font-size: 42px;
    font-weight: bold;
    top: 30%;
    color: rgb(255, 255, 255);
    left: 100px;
}

#home-banner ul li .text2 {
    position: absolute;
    font-size: 18px;
    font-weight: 300;
    top: 42%;
    color: rgb(255, 255, 255);
    left: 100px;
    width: 500px;
    line-height: 1.8;
}

#home-banner ul li .sbtn {
    width: 110px;
    height: 36px;
    line-height: 36px;
    color: rgb(102, 102, 102);
    border-radius: 4px;
    position: absolute;
    top: 62%;
    left: 100px;
    text-align: center;
    font-size: 14px;
    transition: all 0.3s ease 0s;
    background: linear-gradient(rgb(255, 255, 255) 0%, rgb(197, 197, 197) 100%);
    border: none;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 0px;
    text-shadow: rgba(255, 255, 255, 0.4) 1px 1px 1px;
}

#home-banner ul li .sbtn:hover {
    color: rgb(0, 173, 186);
}

#home-banner ul li a img {
    width: 100%;
    height: auto;
    display: block;
}

body.toFixed .question_title {
}

body.toFixed .question_box {
}

.works {
    margin: 60px 0px;
    position: relative;
}

.works .works_contact {
    width: 75px;
    height: 75px;
    position: absolute;
    right: 0px;
    top: -60px;
    background: #dd3422;
}

.works .works_contact a {
    display: block;
    text-align: center;
    color: rgb(255, 255, 255);
    font-size: 12px;
    line-height: 24px;
    margin-top: 10px;
}

.works .works_contact a img {
    max-width: 100%;
}

.contact_show {
    width: 340px;
    height: 134px;
    background: rgb(244, 244, 244);
    border-left: 4px solid #dd3422;
    position: absolute;
    top: -60px;
    right: 0px;
    display: none;
    z-index: 6;
}

.contact_show div {
    padding: 18px;
}

.contact_show div p.title {
    font-size: 16px;
    color: #dd3422;
    margin-bottom: 14px;
}

.contact_show div p.address, .contact_show div p.tel, .contact_show div p.email {
    font-size: 12px;
    color: rgb(51, 51, 51);
    line-height: 20px;
}

.contact_show div p a {
    color: rgb(51, 51, 51);
}

.contact_show button {
    display: block;
    width: 10px;
    height: 10px;
    background: url("../images/icon_close.png") center center no-repeat;
    border: 0px;
    position: absolute;
    top: 18px;
    right: 18px;
    cursor: pointer;
}

.works .works_con {
    margin-top: 40px;
}

.works .works_con p {
    font-size: 16px;
    line-height: 28px;
    color: rgb(41, 41, 41);
    margin-bottom: 40px;
}

.works .works_l_container .works_l {
    width: 32%;
    overflow: hidden;
    float: left;
    margin-left: 2%;
    position: relative;
}

.works .works_l_container .works_l.first {
    margin-left: 0px;
}

.works .works_l_container .works_l .pic {
    width: 100%;
    font-size: 0px;
}

.works .works_l_container .pic img {
    width: 100%;
}

.works .works_l_container .works_l .font {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.works .works_l_container .works_l .font a {
    display: block;
    font-size: 28px;
    color: rgb(255, 255, 255);
    padding: 30px;
    width: 100%;
    height: 100%;
    font-weight: lighter;
}

.works .works_l_container .works_l .font a.guanzhu {
    width: 100%;
    height: auto;
}

.works .works_l_container .works_l .font p.code, .works .works_l_container .works_l .font p.share {
    padding-left: 30px;
}

.works .works_l_container .works_l .font p.code img {
    max-width: 22%;
}

.works .works_l_container .works_l .font p.share a {
    margin: 0px 6px;
    display: inline;
    width: auto;
    height: auto;
    padding: 0px !important;
}

.works .works_l_container .works_l .font p.share img {
    width: 16px;
    height: 16px;
}

.works .works_l_container .works_l.first .font {
    background: url("../images/works_bg_05.png") left top / auto 100% no-repeat;
}

.works .works_l_container .works_l.second .font {
    background: url("../images/works_bg_06.png") left top / auto 100% no-repeat;
}

.works .works_l_container .works_l.third .font {
    background: url("../images/works_bg_05.png") left top / auto 100% no-repeat;
}

.works_case {
    margin-top: 40px;
    position: relative;
}

.works_case .swiper-button-next {
    right: -27px;
}

.works_case .swiper-button-prev {
    left: -27px;
}

.works .vision .mission .mission_list.odd div.pic, .works .vision .mission .mission_list.even div.pic {
    margin-top: 80px;
}

.works .works-mission {
    padding-top: 50px;
}

.equipment .equipment_l {
    margin-bottom: 20px;
}

.equipment .equipment_l h3 {
    font-size: 20px;
    color: #dd3422;
    margin-bottom: 20px;
    padding-left: 30px;
    background: url("../images/icon_spot_01.jpg") left 13px no-repeat;
    line-height: 34px;
}

.equipment .equipment_l p {
    font-size: 16px;
    line-height: 28px;
    color: rgb(41, 41, 41);
}

.equipment .equipment_l p.indent_l {
    padding-left: 0px;
}

.equipment .equipment_l p a {
    color: rgb(41, 41, 41);
}

.related_case {
    margin-top: 20px;
}

.related_case .case_l {
    width: 32%;
    float: left;
    margin-left: 2%;
}

.related_case .case_l.first {
    margin-left: 0px;
}

.related_case .case_l .pic, .related_case .case_l .pic img {
    width: 100%;
    font-size: 0px;
}

.related_case .case_l .font {
    padding: 20px 0px;
}

.related_case .case_l .font p a {
    font-size: 16px;
    line-height: 24px;
    color: rgb(102, 102, 102);
}

.base {
    margin-top: 40px;
}

.base .base_l {
    width: 48%;
    background: rgb(248, 248, 248);
    margin-left: 4%;
    float: left;
    position: relative;
}

.base .base_l.first {
    margin-left: 0px;
}

.base .base_l .pic {
    max-height: 410px;
    overflow: hidden;
}

.base .base_l .pic, .base .base_l .pic img {
    width: 100%;
}

.base .base_l .font {
    padding: 40px;
}

.base .base_l .font .top .title {
    font-size: 24px;
    line-height: 28px;
    color: #dd3422;/* 222 */;
    margin-bottom: 34px;
}

.base .base_l .font .top .summary {
    font-size: 16px;
    line-height: 28px;
    color: rgb(41, 41, 41);
    min-height: 150px;
}

.base .base_l .font .bottom > div::after, .base .base_l .font .bottom > div::before {
    display: block;
    height: 0px;
    visibility: hidden;
    content: "";
    clear: both;
}

.base .base_l .font .bottom > div {
    margin-bottom: 12px;
}

.base .base_l .font .bottom > div .left {
    width: 30%;
    float: left;
    font-size: 16px;
    color: rgb(41, 41, 41);
}

.base .base_l .font .bottom > div .right {
    width: 70%;
    float: left;
    font-size: 16px;
    color: rgb(41, 41, 41);
}

.case_con {
    width: 100%;
    position: relative;
}

.case_con .pic, .case_con .pic img {
    width: 100%;
}

.case_con .font {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("../images/works_bg_15.png") left top / auto 100% no-repeat;
    top: 0px;
    left: 0px;
}

.case_con .font .c {
    width: 42%;
}

.case_con .font .c > div {
    padding: 40px;
}

.case_con .font .c > div .title {
    font-size: 24px;
    line-height: 36px;
    color: rgb(255, 255, 255);
}

.case_con .font .c > div .bottom {
    margin-top: 30px;
}

.case_con .font .c > div .bottom .clearfix div {
    font-size: 16px;
    line-height: 36px;
    color: rgb(255, 255, 255);
}

.case_con .font .c > div .bottom .clearfix .left {
    width: 12%;
    float: left;
}

.case_con .font .c > div .bottom .clearfix .right {
    width: 86%;
    float: right;
}

.makings {
    margin: 60px 0px;
}

.makings .makings_con {
    margin-top: 40px;
}

.makings .makings_con p {
    font-size: 16px;
    line-height: 28px;
    color: rgb(41, 41, 41);
    margin-bottom: 40px;
}

.makings .makings_box .makings_l {
    width: 32%;
    float: left;
    margin-left: 2%;
    background: rgb(241, 241, 241);
}

.makings .makings_box .makings_l.first {
    margin-left: 0px;
}

.makings .makings_box .makings_l .pic, .makings .makings_box .makings_l .pic img {
    width: 100%;
}

.makings .makings_box .makings_l .font {
    padding: 40px;
}

.makings .makings_box .makings_l .font h5 {
    font-size: 30px;
    color: #dd3422;
}

.makings .makings_box .makings_l .font p {
    font-size: 14px;
    color: rgb(41, 41, 41);
    line-height: 28px;
    margin-top: 36px;
}

.news_play {
    width: 30%;
    position: relative;
    margin: 20px 0px 0px 58%;
    z-index: 1;
}

.news_play .icon, .news_play .btn {
    width: 10%;
    float: left;
}

.news_play .icon {
    height: 27px;
    line-height: 27px;
}

.news_play .icon img {
    vertical-align: middle;
}

.news_play .swiper-container {
    width: 80%;
    height: 27px;
    float: left;
}

.news_play .swiper-container .swiper-wrapper .swiper-slide::after, .news_play .swiper-container .swiper-wrapper .swiper-slide::before {
    display: block;
    visibility: hidden;
    height: 0px;
    content: "";
    clear: both;
}

.news_play .swiper-container .swiper-wrapper .swiper-slide p.date {
    width: 25%;
    float: left;
    text-align: center;
    background: rgb(0, 173, 187);
    border-radius: 5px;
    font-size: 14px;
    line-height: 26px;
    color: rgb(255, 255, 255);
}

.news_play .swiper-container .swiper-wrapper .swiper-slide p.title {
    width: 70%;
    float: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_play .swiper-container .swiper-wrapper .swiper-slide p.title a {
    font-size: 14px;
    line-height: 26px;
    color: rgb(51, 51, 51);
}

.news_play .button {
    width: 10%;
    height: 26px;
    float: left;
    position: relative;
}

.news_play .button > div {
    width: 100%;
    height: 6px;
    position: absolute;
    left: 0px;
    margin-top: 0px;
}

.news_play .button .swiper-button-next {
    bottom: 0px;
    background: url("../images/icon_btn_next.png") center center no-repeat;
}

.news_play .button .swiper-button-prev {
    top: 0px;
    background: url("../images/icon_btn_prev.png") center center no-repeat;
}

.works_container {
    margin-top: 40px;
}

.works_container .works_p {
    width: 48%;
    float: left;
    margin: 0px 0px 4% 4%;
    position: relative;
}

.works_container .works_p.marginZ {
    margin-left: 0px;
}

.works_container .works_p .pic, .works_container .works_p .pic img {
    width: 100%;
    font-size: 0px;
}

.works_container .works_p .font {
    width: 100%;
    position: absolute;
    left: 0px;
    overflow: hidden;
}

.works_container .works_p.works_01 .font {
    height: 100%;
    top: 0px;
    background: url("../images/works_bg_21.png") left top / auto 100% no-repeat;
}

.works_container .works_p.works_01 .font div {
    width: 36%;
}

.works_container .works_p.works_01 .font p.title {
    font-size: 22px;
    line-height: 26px;
    color: rgb(255, 255, 255);
    margin-top: 60px;
    margin-left: 48px;
    margin-bottom: 30px;
}

.works_container .works_p.works_01 .font p.summary {
    font-size: 16px;
    line-height: 30px;
    color: rgb(255, 255, 255);
    margin-left: 48px;
    margin-bottom: 48px;
}

.works_container .works_p.works_01 .font p.load_more a {
    font-size: 16px;
    line-height: 30px;
    color: rgb(255, 255, 255);
    margin-left: 48px;
}

.works_container .works_p.works_02 .font {
    height: 100%;
    top: 0px;
    background: url("../images/works_bg_22.png") right top / auto 100% no-repeat;
}

.works_container .works_p.works_02 .font > div {
    width: 44%;
    margin-left: 55%;
}

.works_container .works_p.works_02 .font p.title {
    margin-top: 60px;
    font-size: 22px;
    line-height: 26px;
    color: rgb(255, 255, 255);
    margin-bottom: 30px;
    padding-left: 16px;
}

.works_container .works_p.works_02 .font p.summary {
    font-size: 16px;
    line-height: 30px;
    color: rgb(255, 255, 255);
    margin-bottom: 20px;
    padding-left: 16px;
}

.works_container .works_p.works_02 .font p.load_more {
    padding-left: 16px;
}

.works_container .works_p.works_02 .font p.load_more a {
    font-size: 16px;
    line-height: 30px;
    color: rgb(255, 255, 255);
}

.works_container .works_p.works_03 .font {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.works_container .works_p.works_03 .font .title {
    padding-left: 30px;
    margin-bottom: 20px;
    font-size: 22px;
    color: rgb(255, 255, 255);
}

.works_container .works_p.works_03 .font .summary {
    background: url("../images/icon_works_09.png");
    font-size: 16px;
    line-height: 50px;
    padding-left: 30px;
}

.works_container .works_p.works_03 .font .summary a {
    display: block;
    width: 70%;
    padding-left: 18px;
    background: url("../images/icon_works_08.png") left center no-repeat;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: rgb(255, 255, 255);
}

.works_container .works_p.works_04 .font .summary {
    background: url("../images/icon_works_10.png");
}

.case_container .left {
    width: 1070px;
    height: 420px;
    float: left;
}

.case_container .left .swiper-container {
    height: 100%;
}

.case_container .left .swiper-container .swiper-wrapper .swiper-slide .pic, .case_container .left .swiper-container .swiper-wrapper .swiper-slide .pic img {
    width: 100%;
    height: auto;
}

.case_container .left .swiper-container .swiper-wrapper .swiper-slide .pic img {
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.case_container .left .swiper-container .swiper-wrapper .swiper-slide .text {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}

.case_container .left .swiper-container .swiper-wrapper .swiper-slide .text h3 {
    font-size: 28px;
    line-height: 80px;
    padding: 0px 30px;
    color: rgb(255, 255, 255);
    text-align: left;
    font-weight: lighter;
}

.case_container .left .swiper-container .swiper-wrapper .swiper-slide .text .summary {
    margin-left: 20%;
    background: rgba(0, 0, 0, 0.8);
    height: 50px;
    line-height: 50px;
    text-align: left;
}

.case_container .left .swiper-container .swiper-wrapper .swiper-slide .text .summary a {
    display: inline-block;
    font-size: 16px;
    padding-left: 30px;
    background: url("../images/icon_works_08.png") 10px center no-repeat;
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: rgb(255, 255, 255);
}

.case_container .left .swiper-container .swiper-pagination {
    width: 20%;
    height: 50px;
    line-height: 50px;
    background: rgba(2, 159, 170, 0.8);
    position: absolute;
    bottom: 0px;
    left: 0px;
    text-align: center;
}

.swiper-pagination-bullet {
    background: rgb(177, 177, 177);
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: rgb(255, 255, 255);
}

.case_container .right {
    width: 430px;
    height: 420px;
    float: right;
}

.case_container .right > div {
    position: relative;
}

.case_container .right > div.top {
    margin-bottom: 30px;
}

.case_container .right > div .pic, .case_container .right > div .pic img {
    width: 100%;
    vertical-align: middle;
}

.case_container .right div .text {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.case_container .right div .text > div {
    width: 42%;
}

.case_container .right div .text > div p {
    margin-left: 30px;
}

.case_container .right div .text > div p.title {
    margin-top: 40px;
    margin-bottom: 10px;
    font-size: 24px;
    color: rgb(255, 255, 255);
    font-weight: lighter;
}

.case_container .right div .text > div p.title a {
    color: rgb(255, 255, 255);
}

.case_container .right div .text > div .load_more {
    margin-top: 30px;
    font-size: 16px !important;
}

.case_container .right div .text > div .load_more a {
    color: rgb(255, 255, 255);
}

.case_container .right .top .load_more a:hover {
    color: #dd3422;
}

.case_container .right div .text > div p.summary {
    font-size: 12px;
    color: rgb(255, 255, 255);
    line-height: 17px;
}

.case_container .right div .text > div p.summary a {
    color: rgb(255, 255, 255);
}

.case_container .right div.top .text {
    background: url("../images/works_bg_26.png") left top / auto 101% no-repeat;
}

.case_container .right div.bottom .text {
    background: url("../images/works_bg_27.png") left top / auto 101% no-repeat;
}

.case_container .right div.bottom .text p.load {
    font-size: 12px;
    line-height: 24px;
}

.case_container .right div.bottom .text p.load a {
    color: rgb(255, 255, 255);
    padding: 10px;
    background: url("../images/icon_works_08.png") left center no-repeat;
}

.preview_con .preview_text p {
    font-size: 16px;
    line-height: 28px;
    color: rgb(41, 41, 41);
    margin-top: 30px;
}

.preview_con .clearfix {
    margin-top: 40px;
}

.preview_con .clearfix .preview_l {
    width: 20%;
    float: left;
    text-align: center;
}

.preview_con .clearfix .preview_l div {
    padding: 0px 20px;
}

.preview_con .clearfix .preview_l h3 p {
    font-size: 48px;
    color: #dd3422;/* 222 */;
    margin-bottom: 30px;
}

.preview_con .clearfix .preview_l p {
    font-size: 18px;
    line-height: 28px;
    color: rgb(41, 41, 41);
}

.preview_box {
    margin-top: 40px;
}

.preview_box .view_l {
    width: 32%;
    float: left;
    margin-left: 2%;
    position: relative;
}

.preview_box .view_l.first {
    margin-left: 0px;
}

.preview_box .view_l .pic, .preview_box .view_l .pic img {
    width: 100%;
}

.preview_box .view_l .text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.preview_box .view_l.view_01 .text {
    background: url("../images/view_bg_01.png") left top / auto 100% no-repeat;
}

.preview_box .view_l .text p {
    margin: 42px 0px 0px 42px;
    font-size: 30px;
    color: rgb(255, 255, 255);
}

.preview_box .view_l.view_02 .text {
    background: url("../images/view_bg_02.png") left top / auto 100% no-repeat;
}

.preview_box .view_l.view_02 .text {
    background: url("../images/view_bg_02.png") left top / auto 100% no-repeat;
}

.preview_box .view_l.view_03 .text {
    background: url("../images/view_bg_01.png") left top / auto 100% no-repeat;
}

.preview_box .view_l.view_03 .text p img {
    max-width: 30%;
}

.preview_box .view_l.view_03 .text p.code {
    margin: 10px 0px 0px 42px;
}

.engineering_overview .right div.top .text, .engineering_overview .right div.bottom .text {
    background: none;
    height: auto;
    top: auto;
    bottom: 0px;
}

.engineering_overview .right div .text > div {
    width: 100%;
}

.engineering_overview .right div .text > div p.title {
    margin: 0px;
    font-size: 22px;
    line-height: 50px;
    text-indent: 1em;
}

body.action--site-engineering_qhse .layout-area p {
    font-size: 16px;
    line-height: 28px;
    color: rgb(41, 41, 41);
    margin-top: 40px;
}

body.action--site-engineering_qhse .layout-area h3 {
    font-size: 24px;
    line-height: 26px;
    color: #dd3422;/* 222 */;
    margin: 20px 0px;
}

body.action--site-engineering_qhse .layout-area ul li {
    font-size: 16px;
    line-height: 36px;
    color: rgb(51, 51, 51);
    padding-left: 20px;
    background: url("../images/icon_spot_01.jpg") left 14px no-repeat;
}

body.action--site-engineering_qhse .layout-area div {
    margin-top: 40px;
}

.manage {
    margin-top: 40px;
}

.manage {
    font-size: 24px;
    line-height: 26px;
    color: #dd3422;/* 222 */;
    margin-bottom: 20px;
}

.manage p.system {
    font-size: 16px;
    line-height: 36px;
    color: rgb(51, 51, 51);
    padding-left: 20px;
    background: url("../images/icon_spot_01.jpg") left 14px no-repeat;
}

.manage p.pic_box {
    margin-top: 40px;
}

.advantage_number, .advantage_modular {
    margin-top: 40px;
}

.advantage_number .page_title, .advantage_modular .page_title {
    margin-bottom: 40px;
}

.advantage_number .num_con p {
    font-size: 16px;
    line-height: 24px;
    color: rgb(51, 51, 51);
    padding-left: 0px;
}

.advantage_modular .modular_con img {
    max-width: 100%;
}

.whole {
    width: 100%;
    position: relative;
    margin: 80px 0px;
}

.whole .whole_title {
    position: absolute;
    top: 30px;
    left: 30px;
}

.whole .whole_title p {
    font-size: 22px;
    line-height: 50px;
    color: rgb(255, 255, 255);
}

.whole .pic, .whole .pic img {
    width: 100%;
}

.whole .pic img {
    display: none;
}

.whole .pic img.on {
    display: block;
}

.whole .programme .line {
    width: 100%;
    height: 1px;
    background: url("../images/icon_line_02.png");
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -1px;
}

.whole .programme {
    width: 100%;
}

.whole .programme .programme_box {
    position: absolute;
    top: 50%;
    width: 100%;
}

.whole .programme .programme_l {
    width: 11%;
    float: left;
    margin-top: -15px;
    opacity: 0.5;
    cursor: pointer;
}

.whole .programme .programme_l .bg {
    width: 100%;
    height: 30px;
    background: url("../images/icon_spot_03.png") center top no-repeat;
}

.whole .programme .programme_l .title {
    padding: 0px 20px;
    font-size: 16px;
    color: rgb(255, 255, 255);
    margin-top: 20px;
    text-align: center;
}

.whole .programme .programme_l.active {
    opacity: 1;
    margin-top: -23px;
}

.whole .programme .programme_l.active .bg {
    height: 46px;
    background: url("../images/icon_spot_04.png") center top no-repeat;
}

.whole .programme .programme_l.active .title {
    padding: 0px 10px;
}

.works .works_l_container.engineering .works_l .font div {
    width: 50%;
}

.works .works_l_container.engineering .works_l .font div a {
    padding: 0px;
}

.works .works_l_container.engineering .works_l .font div p.title {
    margin-top: 30px;
    margin-left: 30px;
    font-size: 30px;
    color: rgb(255, 255, 255);
}

.works .works_l_container.engineering .works_l .font div p.summary {
    margin-left: 30px;
    line-height: 20px;
    margin-top: 30px;
    font-size: 16px;
    color: rgb(255, 255, 255);
}

.works .works_l_container.engineering .works_l .font div p.summary img {
    max-width: 92%;
}

.works .works_l_container.engineering .works_l .font div p.code_name {
    margin-left: 30px;
    line-height: 20px;
    font-size: 16px;
    color: rgb(255, 255, 255);
    margin-top: 10px;
}

.manyfield_content {
    margin-top: 40px;
}

.manyfield_content p {
    font-size: 16px;
    line-height: 28px;
    color: rgb(41, 41, 41);
}

.manyfield_list .title {
    margin-top: 40px;
}

.manyfield_list .title p {
    padding-left: 20px;
    background: url("../images/icon_spot_01.jpg") left center no-repeat;
    font-size: 24px;
    line-height: 28px;
    color: #dd3422;/* 222 */;
}

.manyfield_list .text {
    margin-top: 20px;
}

.manyfield_list .text p {
    font-size: 16px;
    line-height: 28px;
    color: rgb(102, 102, 102);
    margin-bottom: 50px;
}

.manyfield_list .swiper-container {
    width: 100%;
    margin-top: 40px;
}

.manyfield_list .swiper-container .swiper-wrapper .swiper-slide::after, .manyfield_list .swiper-container .swiper-wrapper .swiper-slide::before {
    display: block;
    height: 0px;
    content: "";
    visibility: hidden;
    clear: both;
}

.manyfield_list .swiper-container .swiper-wrapper .swiper-slide {
    background: rgb(244, 244, 244);
}

.manyfield_list .swiper-container .swiper-wrapper .swiper-slide .left {
    width: 50%;
    height: 100%;
    float: left;
}

.manyfield_list .swiper-container .swiper-wrapper .swiper-slide .left > div {
    padding: 60px;
}

.manyfield_list .swiper-container .swiper-wrapper .swiper-slide .left > div .title {
    margin-top: 0px;
    margin-bottom: 10px;
}

.manyfield_list .swiper-container .swiper-wrapper .swiper-slide .left > div .title p {
    font-size: 24px;
    line-height: 36px;
    color: rgb(41, 41, 41);
    padding-left: 0px;
    background: none;
}

.manyfield_list .swiper-container .swiper-wrapper .swiper-slide .left > div .summary {
    max-height: 212px;
    overflow-y: auto;
}

.manyfield_list .swiper-container .swiper-wrapper .swiper-slide .left > div .summary p {
    font-size: 16px;
    line-height: 30px;
    color: rgb(41, 41, 41);
}

.manyfield_list .swiper-container .swiper-wrapper .swiper-slide .left > div .summary ul li {
    line-height: 30px;
}

.manyfield_list .swiper-container .swiper-wrapper .swiper-slide .right {
    width: 50%;
    float: right;
    font-size: 0px;
}

.manyfield_list .swiper-container .swiper-wrapper .swiper-slide .right img {
    width: 100%;
}

.manyfield_list .swiper-container .swiper-button-next, .manyfield_list .swiper-container .swiper-button-prev {
    width: 46px;
    height: 46px;
    color: rgb(41, 41, 41);
    line-height: 46px;
    text-align: center;
    background: rgb(255, 255, 255);
    font-size: 20px;
    font-weight: bold;
    top: 90%;
}

.manyfield_list .swiper-container .swiper-button-next {
    left: 110px;
}

.manyfield_list .swiper-container .swiper-button-prev {
    left: 60px;
}

.manyfield_list .swiper-container .swiper-button-next:hover, .manyfield_list .swiper-container .swiper-button-prev:hover {
    background: #dd3422;/* 222 */;
    color: rgb(255, 255, 255);
}

body.action--site-engineering_field .manyfield_content h3 {
    margin: 40px 0px 20px;
    padding-left: 20px;
    background: url("../images/icon_spot_01.jpg") left center no-repeat;
    font-size: 24px;
    line-height: 28px;
    color: #dd3422;/* 222 */;
}

.whole_case .whole_case_l {
    width: 100%;
    background: rgb(244, 244, 244);
    margin-bottom: 40px;
    position: relative;
}

.whole_case .whole_case_l::after, .whole_case .whole_case_l::before {
    display: block;
    height: 0px;
    content: "";
    visibility: hidden;
    clear: both;
}

.whole_case .whole_case_l .left, .whole_case .whole_case_l .right {
    width: 50%;
}

.whole_case .whole_case_l .left {
    float: left;
}

.whole_case .whole_case_l .right {
    float: right;
    font-size: 0px;
}

.whole_case .whole_case_l .left > div {
    padding: 50px;
}

.whole_case .whole_case_l .right img {
    width: 100%;
}

.whole_case .whole_case_l .left p.title {
    font-size: 22px;
    line-height: 36px;
    color: #dd3422;/* 222 */;
    padding-left: 20px;
    background: url("../images/icon_spot_01.jpg") left center no-repeat;
}

.whole_case .whole_case_l .left .summary {
    font-size: 16px;
    line-height: 30px;
    color: rgb(41, 41, 41);
    padding-left: 20px;
}

.whole_case .whole_case_l .left .summary p {
    margin-top: 30px;
}

.whole_case .whole_case_l .left ul li {
    cursor: pointer;
    padding-left: 14px;
    background: url("../images/icon_spot_02.jpg") left center no-repeat;
    float: left;
    margin: 10px;
    font-size: 16px;
    line-height: 24px;
    color: rgb(51, 51, 51);
}

.whole_case .whole_case_l .left ul li:hover, .whole_case .whole_case_l .left ul li.active {
    background: url("../images/icon_spot_01.jpg") left center no-repeat;
    color: #dd3422;/* 222 */;
}

.slide_design_container {
    margin-bottom: 40px;
    position: relative;
}

.slide_design_container .code_s {
    width: 36px;
    height: 22px;
    background: url("../images/icon_spot_08.png") center center no-repeat;
    position: absolute;
    left: 25%;
    margin-left: -18px;
    top: -20px;
}

.slide_design {
    width: 100%;
    background: url("../images/icon_spot_09.jpg");
    margin-top: 40px;
    display: none;
}

.slide_design.active {
    display: block;
}

.slide_design > div {
    padding: 10px 40px;
}

.slide_design div {
    font-size: 16px;
    line-height: 24px;
}

.slide_design div h3 {
    font-weight: bold;
    margin: 10px 0px;
}

.slide_design div ul li {
    padding-left: 16px;
    background: url("../images/icon_spot_07.png") left 10px no-repeat;
}

.research {
    padding-top: 60px;
    position: relative;
}

.research .research_con .summary p {
    font-size: 16px;
    color: rgb(41, 41, 41);
    line-height: 30px;
    margin-bottom: 40px;
}

.research .research_con .research_case h3 {
    padding-left: 20px;
    background: url("../images/icon_spot_01.jpg") left center no-repeat;
    font-size: 24px;
    line-height: 28px;
    color: #dd3422;/* 222 */;
    margin-bottom: 40px;
}

.research .research_con .research_case p {
    font-size: 16px;
    line-height: 28px;
    color: rgb(41, 41, 41);
}

.research .research_con .research_case p.title {
    font-size: 23px;
    color: rgb(51, 51, 51);
    margin: 20px 0px;
    padding-left: 30px;
    background: url("../images/icon_works_02.jpg") left 14px no-repeat;
    line-height: 34px;
}

.research .research_con .research_case p.son {
    padding-left: 30px;
    margin-bottom: 20px;
    background: url("../images/icon_spot_02.jpg") left 8px no-repeat;
}

.research .research_con .research_case p.child {
    padding-left: 50px;
    margin-bottom: 20px;
    background: url("../images/chevron-right.png") 30px 6px no-repeat;
}

.research_case table {
    width: 100%;
    margin: 40px 0px;
}

.research_case table tr {
    border-bottom: 1px solid rgb(41, 41, 41);
}

.research_case table tr td {
    width: 50%;
    border-left: 1px solid rgb(41, 41, 41);
}

.research_case table tr td p {
    text-indent: 0.5em;
    margin-bottom: 0px !important;
}

.research_case table tr.border_b_z {
    border-bottom: 0px;
}

.research_case table tr td.border_l_z {
    border-left: 0px;
}

.head_mobile {
    display: none;
}

.whole .whole_mobile_left, .whole .whole_mobile_right {
    display: none;
}

.video-list {
    margin: 60px auto;
}

.video-list .video-l {
    width: 31%;
    float: left;
    margin: 0px 0px 3% 3%;
}

.video-list .video-l.margin-zero {
    margin-left: 0px;
}

.video-list .video-l .video-container {
    width: 100%;
    position: relative;
}

.video-list .video-l .video-container .pic {
    font-size: 0px;
    width: 100%;
    overflow: hidden;
}

.video-list .video-l .video-container .pic img {
    width: 100%;
}

.video-list .video-l .video-container .title {
    width: 100%;
    height: 50px;
    background: url("../images/video-title-bg.png");
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.video-list .video-l .video-container .title p {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.video-list .video-l .video-container .title p a {
    display: block;
    padding: 0px 10px;
    font-size: 20px;
    color: rgb(255, 255, 255);
    line-height: 50px;
    transition: all 0.5s ease 0s;
}

.video-list .video-l .video-container .title:hover p a {
    padding: 0px 10px 0px 30px;
}

.video-list .video-l .video-container .video-btn {
    position: absolute;
    width: 100%;
    height: 42px;
    text-align: center;
    top: 50%;
    left: 0px;
    margin-top: -26px;
}

.video-list .video-l .video-container .video-btn a {
    display: inline-block;
    width: 42px;
    height: 42px;
    background: url("../images/video-btn.png") center center no-repeat;
}

.video-play {
    margin: 60px 0px;
}

.video-play .page_cel {
    width: 600px;
    margin: 0px auto;
}

.video-play .title {
    font-size: 27px;
    line-height: 1.5em;
    text-align: center;
    color: rgb(41, 41, 41);
    font-weight: bold;
    margin: 30px 0px;
}

.video-play .video_container {
    width: 100%;
    position: relative;
}

.video-play .video_container .vide {
    width: 600px;
    margin: 0px auto;
    text-align: center;
}

.video-play .video_container .vide video {
    width: 100%;
}

body.wfEditorMode a.wfEditorMode {
    margin-top: 0px;
}

.header .question {
}

.header .lan {
}

.header .sharebox {
    float: right;
    width: auto;
    top: 0px;
    right: 0px;
    text-align: center;
    font-size: 0px;
}

.header .sharebox span {
    font-size: 14px;
    line-height: 50px;
    display: inline-block;
    vertical-align: top;
}

.header .sharebox li a {
    display: inline-block;
    vertical-align: middle;
    font-size: 0px;
    line-height: 23px;
}

.header .sharebox li::after {
    content: "";
    width: 0px;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.header .sharebox li a::after {
    content: "";
    width: 0px;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.header .sharebox li img {
    width: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.header .sharebox ul {
    display: inline-block;
    vertical-align: top;
    width: 200px;
    font-size: 0px;
    height: 70px;
}

.header .sharebox li {
    width: 100%;
    height: 50%;
    display: inline-block;
    font-size: 0px;
    text-align: right;
    color: rgb(0, 173, 187);
}

.header .sharebox li p {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: rgb(25, 25, 25);
}

.news_list_con .news_list p.title a {
    text-align: left;
    margin: 10px 0px;
}

#search.container {
    width: 60%;
    margin: 0 auto;
}

.news_list_con .news_list p.title b {
    color: #dd3422;/* 222 */;
}

.header .question .question_title .note {
    pointer-events: none;
}

input[type="button"], input[type="submit"], input[type="reset"] {
    appearance: none;
}

textarea {
    appearance: none;
}

.button {
    border-radius: 0px;
}

input:focus, textarea:focus {
    outline: none;
}

input:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-modify: read-write-plaintext-only;
}

.head_mobile .sharebox li img {
    width: 50px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.head_mobile .sharebox ul {
    font-size: 0px;
}

.head_mobile .sharebox li {
    text-align: center;
    width: 25%;
    display: inline-block;
    vertical-align: top;
}

.head_mobile .sharebox li p {
    font-size: 25px;
    color: rgb(255, 255, 255);
    margin: 10px 0px;
}

.head_mobile .sharebox span {
    color: rgb(255, 255, 255);
    font-size: 25px;
    margin-bottom: 30px;
    display: inline-block;
}

.head_mobile .sharebox {
    padding: 30px 0px;
    width: 90%;
    margin: 0px auto;
}

.question_title #searchs img {
    width: 25px;
    position: absolute;
    inset: 0px;
    margin: auto;
}

.header .question .question_title #searchs {
    position: relative;
    height: 65px;
    z-index: 2;
}

.header .question {
    padding: 0px;
    right: 70px;
    width: 70px;
}

.header .question form {
    height: 65px;
    background-color: rgb(11, 11, 12);
    position: absolute;
    top: 0px;
    box-sizing: border-box;
    overflow: hidden;
    display: none;
    width: 250px;
    right: 70px;
    z-index: 5;
    padding: 0px 20px;
}

.header .question .question_title.active1 form {
}

.header .question form input {
    background-color: rgb(255, 255, 255);
    line-height: 45px;
    color: rgb(0, 0, 0);
    padding: 0px;
}

.header .sharebox li {
    height: 100%;
    vertical-align: middle;
    text-align: center;
}

.header .sharebox ul {
    width: 60px;
    height: 30px;
    background-color: rgb(250, 250, 250);
    box-sizing: border-box;
    font-size: 0px;
    border: 1px solid rgb(237, 237, 237);
}

.header .sharebox .share-left {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    position: relative;
}

.header .sharebox .share-left::after {
    content: "";
    display: block;
    position: absolute;
    height: 16px;
    width: 1px;
    background-color: rgb(237, 237, 237);
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
}

.header .sharebox .share-right {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
    position: relative;
}

.header .sharebox .share-right::after {
    content: "";
    display: block;
    position: absolute;
    height: 16px;
    width: 1px;
    background-color: rgb(237, 237, 237);
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
}

.header .sharebox .share-right.last::after {
    content: "";
    display: none;
}

.header .sharebox li img {
    margin: 0px auto;
}

.header .sharebox span, .header .sharebox ul {
    vertical-align: middle;
}

.header .sharebox li img.sjx {
    width: 10px;
}

.header .sharebox .share-ul {
    background-color: rgb(255, 255, 255);
    box-shadow: rgb(218, 218, 218) 0px 0px 10px 0px;
    position: absolute;
    top: 60px;
    right: 0px;
    font-size: 0px;
    padding: 25px 15px;
    display: none;
}

.header .sharebox .share-li {
    display: inline-block;
    vertical-align: middle;
}

.header .header_logo {
    position: relative;
    z-index: 9;
}

.header .sharebox li {
    text-align: center;
}

.header .sharebox li img {
    display: block;
}

.header .sharebox .share-li {
    padding: 0px 25px;
}

.header .sharebox .share-li img {
    padding: 8px;
    width: 25px;
    margin-bottom: 10px;
    border: 1px solid rgb(238, 238, 238);
}

.header .sharebox .share-ul .up-sjx {
    width: 18px;
    height: 9px;
    position: absolute;
    right: 66px;
    top: -10px;
}

.header .sharebox .share-ul2 .up-sjx {
    right: 8px;
}

.header .question {
    position: absolute;
    right: 0px;
}

.header .sharebox .share-ul2 .share-li img {
    padding: 0px;
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
    border: 1px solid rgb(238, 238, 238);
    max-height: 100px;
}

.header .sharebox .headpdd {
    position: absolute;
    width: 100%;
    right: 0px;
    top: -15px;
    height: 20px;
}

.head_mobile .sharebox li {
    width: 33.3333%;
}

.head_mobile .sharebox .shareAll {
    margin-bottom: 10px;
    text-align: center;
}

.head_mobile .sharebox .shareAll2 li img {
    width: 100px;
}

.header .sharebox .share-li {
    width: 100px;
    vertical-align: top;
}

.header .question form input {
    height: 40px;
}

.header .question .question_title.active form input {
    box-sizing: border-box;
}

.header .sharebox .sharebox-a {
    font-size: 14px;
    display: inline-block;
    line-height: 16px;
    vertical-align: middle;
    color: rgb(25, 25, 25);
    padding: 0px 10px 0px 0px;
    margin-right: 10px;
    border-right: 1px solid rgb(25, 25, 25);
    height: 16px;
}

.header .sharebox .sharebox-a:hover {
    color: #dd3422;
}

.sharebox .link-box {
    text-align: center;
    margin-top: 30px;
}

.sharebox .link-box .sharebox-a1 {
}

.sharebox .link-box .sharebox-a {
    font-size: 22px;
    display: inline-block;
    vertical-align: middle;
    padding: 0px 10px;
}

.contact_us_main .content {
    box-sizing: border-box;
    padding: 60px 0px;
    font-size: 0px;
    box-shadow: rgb(238, 238, 238) 0px 0px 10px 1px;
    margin-top: 40px;
}

.contact_us_main .content .item {
    display: inline-block;
    vertical-align: top;
    width: 33.3333%;
    font-size: 16px;
    color: rgb(41, 41, 41);
    box-sizing: border-box;
    padding: 0px 80px;
    position: relative;
}

.contact_us_main .content .item h2 {
    font-size: 20px;
    color: #dd3422;
    padding-bottom: 10px;
}

.contact_us_main .content .item::before {
}

.contact_us_main .content .item .item-text {
    padding-top: 10px;
}

.contact_us_main .content .item .item-text li, .contact_us_main .content .item .item-text p {
    padding: 5px 0px;
}

.contact_us_main .content .item::after {
    display: block;
    content: "";
    width: 1px;
    height: 180px;
    background-color: rgb(235, 235, 235);
    position: absolute;
    right: 0px;
    top: 0px;
}

.contact_us_main .content .item.last::after {
    display: none;
    content: "";
}

.TheWorld .top-item {
    width: 140px;
    height: 140px;
    border: 1px solid rgb(148, 148, 148);
    box-sizing: border-box;
    border-radius: 140px;
    margin: auto;
    font-size: 18px;
}

.TheWorld .content-top-box {
}

.TheWorld .top-item-box {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    font-weight: bold;
    position: relative;
    color: rgb(0, 0, 0);
}

.TheWorld .top-item-box p {
    padding-top: 15px;
    padding-bottom: 30px;
}

.TheWorld .top-item-box .sjx613 {
    position: absolute;
    bottom: -1px;
    left: 0px;
    right: 0px;
    margin: auto;
    display: none;
}

.TheWorld .top-item-box.active .sjx613 {
    display: block;
}

.TheWorld .top-item-box.active .top-item {
    border-color: #dd3422;/* 222 */;
}

.TheWorld .content-bottom-box {
    width: 100%;
    border-top: 1px solid #dd3422;/* 222 */;
    margin-top: -1px;
    padding: 40px 0px 100px;
}

.TheWorld .content-bottom-box .content-bottom-text .item {
    width: 32%;
    background-color: rgb(248, 248, 248);
    float: left;
    margin: 0px 0px 2% 2%;
}

.TheWorld .content-bottom-box .content-bottom-text .item-box {
    box-sizing: border-box;
    padding: 45px;
}

.TheWorld .content-bottom-box .content-bottom-text .item.margin_z {
    margin-left: 0px;
}

.TheWorld .content-bottom-box .content-bottom-text .item-text {
    font-size: 16px;
    color: rgb(41, 41, 41);
}

.TheWorld .content-bottom-box .content-bottom-text .item-title h2 {
    font-size: 18px;
    color: #dd3422;/* 222 */;
}

.TheWorld .content-bottom-box .content-bottom-text .item-text p {
    margin-top: 15px;
    line-height: 1.5;
}

.TheWorld .content-bottom-box .content-bottom-nav .item {
    float: left;
    width: 160px;
    height: 50px;
    border: 1px solid rgb(234, 234, 234);
    background-color: rgb(243, 243, 243);
    color: rgb(51, 51, 51);
    text-align: center;
    border-radius: 10px;
    margin-right: 30px;
    margin-bottom: 40px;
    font-size: 0px;
}

.TheWorld .content-bottom-box .content-bottom-nav .item p {
    display: inline-block;
    font-size: 16px;
    vertical-align: middle;
    line-height: 1.2;
}

.TheWorld .content-bottom-box .content-bottom-nav {
}

.TheWorld .content-bottom-box .content-bottom-nav .item.margin_z {
}

.TheWorld .content-bottom-box .content-bottom-nav .item.active {
    background-color: #dd3422;/* 222 */;
    color: rgb(255, 255, 255);
    border-color: #dd3422;/* 222 */;
}

.TheWorld .content-bottom-box .content-bottom-text {
    display: none;
}

.TheWorld .content-bottom-box .content-bottom-text.active {
    display: block;
}

.TheWorld .content-bottom-box .content-bottom {
    display: none;
}

.TheWorld .content-bottom-box .content-bottom.active {
    display: block;
}

.TheWorld .top-item-box.active .top-item .pic1 {
    display: none;
}

.TheWorld .top-item-box.active .top-item .pic2 {
    display: block;
}

.TheWorld .top-item-box .top-item .pic1 {
    display: block;
}

.TheWorld .top-item-box .top-item .pic2 {
    display: none;
}

.TheWorld .ContactPrev img, .TheWorld .ContactNext img {
    max-width: 100%;
}

.TheWorld .content-top-box {
    position: relative;
}

.TheWorld .ContactPrev {
    width: 60px;
    position: absolute;
    left: 0px;
    display: none;
    z-index: 10;
    top: 40px;
}

.TheWorld .ContactNext {
    width: 60px;
    position: absolute;
    right: 0px;
    display: none;
    z-index: 10;
    top: 40px;
}

.TheWorld .content-bottom-box .content-bottom-nav .item, .TheWorld .top-item-box {
    cursor: pointer;
}

.contact_us_main .content .item .item-text {
    line-height: 1.5;
    text-indent: -3rem;
    margin-left: 3rem;
}

.TheWorld .content-bottom-box .content-bottom-text .item-text {
    text-indent: -3rem;
    margin-left: 3rem;
}

.head_mobile .mobile_menu_list .menu_list h6 a {
    pointer-events: none;
}

.head_mobile .mobile_menu_list .menu_list h6 a.displayB {
    pointer-events: initial;
}

.pointerNo {
    pointer-events: none;
}

.TheWorld .content-bottom-box .content-bottom-nav .item::after {
    content: "";
    width: 0px;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.contact_us_main .content .item h2 {
    line-height: 1.5;
}

.works_container .works_p.works_01 .font {
    background: url("../images/works_bg_05.png") left top / 43% 100% no-repeat;
}

.works_container .works_p.blue2bg .font {
    background: url("../images/works_bg_06.png") left top / 43% 100% no-repeat;
}

.works_container .works_p.marginZ {
    float: left;
    width: 50%;
    padding-left: 1.875rem;
    margin-bottom: 1.875rem;
    box-sizing: border-box;
}

.works_container .works_p.marginZ > div {
    position: relative;
}

.works_container {
    margin-left: -1.875rem;
}

.works_container .works_p.works_01 .font p.title {
    font-size: 28px;
    line-height: 26px;
    color: rgb(255, 255, 255);
    margin-top: 65px;
    margin-left: 40px;
    margin-bottom: 30px;
    font-weight: lighter;
}

.works_container .works_p.works_01 .font p.summary {
    margin-left: 40px;
    margin-bottom: 20px;
}

.works_container .works_p.works_01 .font p.load_more a {
    margin-left: 40px;
}

.works_container .works_p.works_01 .font p.load_more a:hover {
    color: #dd3422;
}

body.wfEditorMode a.wfEditorMode {
    z-index: 99;
    position: relative;
}

.qualifications .works .works_contact {
    margin-top: -46px;
}

.qualifications .page_title {
    padding-bottom: 26px;
    border-bottom: 1px solid rgb(222, 222, 222);
}

.qualifications .works ul {
    margin-top: 20px;
}

.qualifications .works li {
    font-size: 16px;
    color: rgb(51, 51, 51);
    margin-bottom: 10px;
    padding-left: 21px;
    background: url("../images/icon_spot_01.jpg") left 8px / 5px no-repeat;
    line-height: 20px;
}

.kehu-list ul li {
    border: 0px;
    margin-left: 0px;
}

.kehu-list ul li div {
    padding: 20px 40px;
}

.kehu-list ul li div img {
    backface-visibility: inherit;
    image-rendering: -webkit-optimize-contrast;
}

.kehu-list ul li div img.g {
    display: none;
}

.kehu-list ul li div img.color {
    display: block;
    transition: all 0.3s ease 0s;
}

.kehu-list ul li:hover div img.color {
    transform: scale(1.1);
}

.news-wrap {
    position: relative;
}

.news-left {
    padding-right: 420px;
    min-height: 1240px;
}

.news-right {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 360px;
}

.news-right .box {
    padding: 30px 30px 20px;
    margin-bottom: 40px;
    background: #f8f8f8;
}

.news-right .box .tit {
    font-size: 20px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #dd3422;
    width: 85px;
}

.news-right .box ul {
}

.news-right .box ul li {
    line-height: 1.8;
    position: relative;
    margin-bottom: 8px;
    padding-left: 10px;
}

.news-right .box ul li::before {
    content: "";
    width: 4px;
    height: 4px;
    position: absolute;
    top: 12px;
    left: 0px;
    background: rgb(195, 195, 195);
}

.news-right .box ul a {
    color: #555;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-wrap: break-word;
    font-size: 15px;
}

.news-right .box ul li:hover a {
    color: #dd3422;
}

@media only screen and (max-width: 1400px) {
    .news-left {
        padding-right: 380px;
    }

    .news-right {
        position: absolute;
        right: 0px;
        top: 0px;
        width: 330px;
    }

    /* .news_read .title h1,.read-news-date{text-align: left;} */
}

@media only screen and (max-width: 1000px) {
    .news-left {
        padding-right: 0;
    }

    .news-right {
        display: none;
    }
}
