
.pt120 {
    padding-top: 120px;
}

.pb100 {
    padding-bottom: 100px;
}

.page-cen {
    width: 1540px;
    margin: 0 auto;
    position: relative;
}
.toFixed .header {
    position: fixed;
    top: 0;
    z-index: 99999;
    animation: filldown 0.4s;
}

.toFixed .wrapper {
    padding-top: 200px;
}

.toFixed .header .header_bottom {
    display: none;
}

.toReset .header {
    /*animation: fillup 0.8s;*/
}

.toReset .header .header_bottom {
    -moz-animation: fillshow 0.8s;
    -ms-animation: fillshow 0.8s;
    animation: fillshow 0.8s;
}

.toReset .wrapper {
    padding-top: 0;
}

@-moz-keyframes filldown {
    from {
        -moz-transform: translateY(-100%);
    }
    to {
        -moz-transform: translateY(0);
    }
}

@-ms-keyframes filldown {
    from {
        -ms-transform: translateY(-100%);
    }
    to {
        -ms-transform: translateY(0);
    }
}

@-webkit-keyframes filldown {
    from {
        -webkit-transform: translateY(-100%);
    }
    to {
        -webkit-transform: translateY(0);
    }
}

@keyframes filldown {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}

@-moz-keyframes fillup {
    from {
        -moz-transform: translateY(0);
    }
    from {
        -moz-transform: translateY(-100%);
    }
    to {
        -moz-transform: translateY(0);
    }
}

@-ms-keyframes fillup {
    from {
        -ms-transform: translateY(0);
    }
    50% {
        -ms-transform: translateY(-100%);
    }
    to {
        -ms-transform: translateY(0);
    }
}

@-webkit-keyframes fillup {
    from {
        -webkit-transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-100%);
    }
    to {
        -webkit-transform: translateY(0);
    }
}

@keyframes fillup {
    from {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
    }
}

@-moz-keyframes fillshow {
    from {
        -moz-transform: translateY(-100%);
    }
    to {
        -moz-transform: translateY(0);
        opacity: 1;
    }
}

@-ms-keyframes fillshow {
    from {
        -ms-transform: translateY(-100%);
    }
    to {
        -ms-transform: translateY(0);
        opacity: 1;
    }
}

@-webkit-keyframes fillshow {
    from {
        -webkit-transform: translateY(-100%);
    }
    to {
        -webkit-transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fillshow {
    from {
        transform: translateY(-100%);
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.header .header_bottom .logo {
    padding: 20px 0;
}

.menu-uls {
    position: absolute;
    top: 80px;
    display: none;
    left: 0;
    width: 120%;
    margin: 0 -12px;
    text-align: center;
    background-color: #fff;
    border-top: 2px solid #02abe2;
}

.header-nav li:hover .menu-uls {
    height: inherit;
}

.menu-uls li {
    float: none;
    padding: 10px 12px;
    margin: 0;
    line-height: 24px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

.menu-uls li:hover {
    background-color: #02abe2;
}

.menu-uls li:hover span {
    color: #fff;
}

.select_box {
    position: relative;
    float: right;
    margin-top: 30px;
    height: 20px;
}

.wf_select {
    position: absolute;
    right: 0;
    width: 74px;
    color: #333;
    line-height: 26px;
    z-index: 10;
    cursor: pointer;
}

.wf_select:hover:after {
    background: url(../images/arrow_u_b.png) no-repeat center;
}

.wf_select:after {
    background: url(../images/arrow_d_b.png) no-repeat center;
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    right: 10px;
    width: 14px;
    height: 14px;
    -webkit-transition: all ease-in 0.2s;
    -moz-transition: all ease-in 0.2s;
    -ms-transition: all ease-in 0.2s;
    -o-transition: all ease-in 0.2s;
    transition: all ease-in 0.2s;
}

.wf_select span {
    padding-left: 6px;
}

.wf_select p {
    overflow: hidden;
    border: 0 solid #fff;
    height: 0;
    background: #fff;
    color: #666;
    -webkit-transition: all ease-in 0.5s;
    -moz-transition: all ease-in 0.5s;
    -ms-transition: all ease-in 0.5s;
    -o-transition: all ease-in 0.5s;
    transition: all ease-in 0.5s;
}

.wf_select:hover p {
    border-color: #333;
    height: 52px;
    border-width: 1px;
}

.wf_select p a {
    color: #333;
    display: block;
    padding-left: 6px;
}

.wf_select p a:hover {
    background: #4f7daf;
    color: #fff;
}





.index-header .wf_select {
    color: #fff;
}

.index-header .search input {
    color: #fff;
    background-image: url(../images/search.png);
}

.index-header .search input:focus {
    color: #fff;
    border-color: #fff;
}

.index-header .wf_select:hover p {
    border-color: #fff;
}

.index-header .wf_select:hover:after {
    background: url(../images/arrow_u.png) no-repeat center;
}

.index-header .wf_select:after {
    background: url(../images/arrow_d.png) no-repeat center;
}
.bar {
    border-bottom: 1px solid #dbdbdb;
}

.breadcrumbs {
    float: right;
    line-height: 60px;
    color: #666;
    font-size: 13px;
}

.breadcrumbs li {
    float: left;
}

.breadcrumbs a {
    color: #666;
}

.breadcrumbs li.current span {
    color: #02abe2;
    display: block;
    max-width: 100px;
    overflow: hidden;
    height: 55px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.breadcrumbs .sep {
    padding: 0 5px;
}

.yiiPager {
    margin: 50px auto 0;
    text-align: center;
}

.yiiPager li {
    display: inline-block;
    margin: 0 4px;
    padding: 0 10px;
    cursor: pointer;
    line-height: 32px;
}

.yiiPager li a {
    color: #333;
}

.yiiPager li:hover,
.yiiPager .page.selected {
    background-color: #02ABE2;
}

.yiiPager li:hover a,
.yiiPager .page.selected a {
    color: #fff;
}

.gotop {
    display: none;
    width: 50px;
    height: 50px;
    cursor: pointer;
    position: fixed;
    right: 30px;
    bottom: 20%;
    z-index: 99999;
    background: url(../images/togreen.png) no-repeat 0px 0px;
    transition: background .3s ease-in;
    -moz-transition: background .3s ease-in;
    -webkit-transition: background .3s ease-in;
}

.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: 0;
    cursor: pointer;
    color: #fff;
    background: rgb(200, 200, 200)
}

.search-result-content .title {
    font-size: 18px;
    color: #02abe2;
    line-height: 32px;
}

.search-error,
.search-result-empry {
    text-align: center;
    width: 100%;
    padding: 50px 0;
    max-width: 1200px;
    margin: 0 auto 100px;
}

.search-result-content {
    max-width: 1200px;
    margin: auto;
}

.search-item {
    padding: 20px 0;
    border-bottom: 1px dashed #333;
}

.wrapper {
    /*padding-top: 200px;*/
}
.carNav {
    position: absolute;
    bottom: 54px;
    width: 100%;
    text-align: center;
}

.carNav a {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 50%;
    margin: 0 14px;
}

.carNav a span {
    display: none;
}

.carNav a.selected {
    background-color: #1296db;
}

.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: 0;
    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: #fff;
}

.clearfix:after,
.clearfix:before {
    display: block;
    height: 0;
    content: "";
    clear: both;
    visibility: hidden;
}

.page_cel {
    max-width: 1600px;
    margin: 0 auto;
    position: relative;
    z-index: 2;padding: 0 15px;
}

.page_menu {
    border-bottom: 1px solid #eaeaea;
    position: relative;
    z-index: 9;
}

.page_menu .menu_list {
    float: right;
    /* padding: 25px 0; */
}

.page_menu .menu_list a {
    font-size: 16px;
    color: #333;
    padding: 0 26px;
    display: inline-block;
    border-left: 1px solid #eaeaea;
    position: relative;
    margin: 25px 0;
}

.page_menu .menu_list a.first {
    padding-left: 0;
    border-left: 0;
}

.page_menu .menu_list a:hover,
.page_menu .menu_list a.active,
.page_menu .menu_list ul li.active a {
    color: #1296db;
}


.page_menu .menu_list ul li {
    float: left;
    position: relative;
    padding: 19px 0;
}

.page_menu .menu_list ul li.first {
    padding-left: 0;
    border-left: 0;
}

.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: #333;
    border-left: 0;
    padding: 0 26px;
    border-left: 1px solid #eaeaea;
    margin: 0;text-decoration: none;
}

.page_menu .menu_list ul li.first a {
    border-left: 0;
    padding-left: 0;
}


.page_menu .menu_list ul li .slide_con {
    position: absolute;
    top: 100%;
    /* margin-top: 25px; */
    left: -1px;
    width: 200%;
    z-index: 5;
    background: #fff;
    border: 1px solid #eaeaea;
    display: none;
}

.page_menu .menu_list ul li .slide_con p {
    /* line-height: 32px; */
    text-align: left;
    border-top: 1px solid #eaeaea;
    line-height: 40px;
    text-indent: 1em;
}

.page_menu .menu_list ul li .slide_con p.first {
    border-top: 0;
}

.page_menu .menu_list ul li .slide_con p a {
    font-size: 13px;
    color: #666;
    display: block;
    border-left: 0;
}

.page_menu .menu_list ul li.first .slide_con p a {
    padding-right: 0;
}

.page_menu .menu_list ul li .slide_con p a:hover {
    color: #1296db;
}


.page_menu .menu_location {
    float: left;
    padding: 16px.0;
}

.page_menu .menu_location a {
    font-size: 14px;
    color: #292929;
	text-decoration: none;
}

.page_menu .menu_location span {
    font-size: 14px;
    color: #000;
}


.page_title p {
    font-size: 40px;
    color: #1296db;
}

.page_title.case {
    margin-top: 40px;
}

.page_title.case p {
    font-size: 22px;
}


/* 关于惠生 */

.about {
    margin: 80px 0;
}

.about .about_con {
    margin-top: 60px;
}

.about .about_con p {
    font-size: 16px;
    color: #292929;
    line-height: 30px;
    margin-bottom: 40px;
}

.about .about_con .about_pic_con {
    width: 100%;
}

.about .about_con .about_pic_con li {
    width: 30%;
    float: left;
    margin-left: 5%;
}

.about .about_con .about_pic_con li.first {
    margin-left: 0;
}

.about .about_con .about_pic_con li img {
    width: 100%;
    height: auto;
}

.development {
    width: 100%;
    margin: 80px 0;
}

.development .development_con {
    margin-top: 80px;
    position: relative;
    background: url(../images/development_bg.png) repeat-x center 135px;
}

.development .development_con .slider .slide_ele {
    float: left;
    width: 276px;
    height: 606px;
    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: 0;
    right: 0;
    bottom: 0px;
    margin: 0 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 #1b365d;
}

.development .development_con .slider .slide_ele .font {
    margin-top: 30px;
}

.development .development_con .slider .slide_ele .font .title {
    text-align: center;
    color: #1296db;
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
}

.development .development_con .slider .slide_ele .font .summary {
    padding: 0 30px;
    margin-top: 10px;
    font-size: 18px;
    line-height: 30px;
    color: #333;
}

.development .development_con .slider .slide_ele .font .line {
    position: absolute;
    bottom: 0px;
    right: 0px;
    height: 370px;
    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 no-repeat;
    left: -40px;
}

.development .development_con .deve_next {
    background: url('../images/icon_next.png') center no-repeat;
    right: -40px;
}




.vision {
    margin: 80px 0;
}

.vision .mission .mission_list:after,
.vision .mission .mission_list:before {
    display: block;
    height: 0;
    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: 22px;
    line-height: 36px;
    color: #1296db;
    margin-bottom: 50px;
}

.vision .mission .mission_list div.font .summary p {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

.vision .criterion {
    margin-top: 90px;
    padding: 60px 0;
    background: #f7f7f7;
}

.vision .criterion ul {
    width: 1013px;
    margin: 0 auto;
}

.vision .criterion .list_btn li {
    width: 25%;
    float: left;
    cursor: pointer;
    position: relative;
}

.vision .criterion .list_btn li span {
    display: block;
    width: 38px;
    height: 20px;
    position: absolute;
    left: 50%;
    margin-left: -19px;
    bottom: -31px;
    background: url('../images/icon_04.png') 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: #ff1953;
    line-height: 30px;
}

.vision .criterion .list_con {
    margin-top: 30px;
}

.vision .criterion .list_con li {
    border: 1px solid #666666;
    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: #666;
}


/* .about .about_con .coruscate{
	width: 100%;
	padding: 70px 0;
	background: #f6f6f6;
	position: relative;
	margin-bottom: 40px;
} */


/* .about .about_con .coruscate p{
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 0;
} */

.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: 0;
}


/* 企业社会责任 */

.continued {
    margin: 80px 0 0;
}

.continued .continued_con {
    margin-top: 40px;
}

.culture-content,
.continued-append,
.continued .continued_con p {
    font-size: 16px;
    color: #292929;
    line-height: 30px;
    margin-bottom: 40px;
}

.culture-content strong,
.continued-append strong {
    color: #1296db;
    font-size: 18px;
    line-height: 1.5em;
    font-weight: bold;
}

.continued-append h4 {
    font-size: 30px;
    color: #1296db;
    font-weight: bold;
    margin-bottom: 20px;
}


.continued .clearfix .section_left,
.continued .clearfix .section_right {
    width: 50%;
    float: left;
    color: #fff;
}

.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: #1296db;
}

.continued .clearfix .section_left .section_02>div,
.continued .clearfix .section_right .section_04>div,
.continued .clearfix .section_right .section_05>div {
    padding: 66px 46px 0;
}

.continued .clearfix div p.title {
    font-size: 30px;
    margin-bottom: 34px;
}


/* .continued .clearfix div div.summary{
	font-size: 16px;
	line-height: 30px;
} */

.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: #f0f0f0;
    color: #333;
}

.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: 0;
}

.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: #f4f4f4;
}

.culture .culture_con li .font>div {
    padding: 50px 50px 0;
}

.culture .culture_con li .font>div p.title {
    font-size: 24px;
    color: #1296db;
    margin-bottom: 20px;
    line-height: 1.5em;
}

.culture .culture_con li .font>div div.summary {
    font-size: 16px;
    color: #292929;
    line-height: 26px;
}

#continued {
    margin: 80px 0 40px 0;
}

#culture {
    margin: 80px 0;
}

.welfare {
    margin: 80px 0;
}

.welfare .welfare_con .summary {
    margin-top: 40px;
}

.welfare .welfare_con .summary p {
    font-size: 16px;
    line-height: 30px;
    color: #292929;
}

.welfare ul {
    margin-top: 40px;
}

.welfare ul li {
    width: 24%;
    float: left;
    border: 1px solid #ececec;
    margin-left: 0.3%;
}

.welfare ul li.first {
    margin-left: 0;
}

.welfare ul li div {
    padding: 10px;
}

.welfare ul li div img {
    width: 100%;
}


/* 职业发展 */

.route {
    margin: 80px 0;
}

.route .route_summary {
    margin: 40px 0;
    font-size: 16px;
    color: #292929;
    line-height: 26px;
}

.route .starting {
    /* width: 100%; */
    width: 885px;
    height: 452px;
    background: url('../images/occupation_bg.png') top center no-repeat;
    position: relative;
    margin: auto;
}

.route .starting .starting_list {
    position: absolute;
    width: 434px;
}

.route .starting .starting_list .pic {
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    border-radius: 50%;
    border: 17px solid #6089b2;
    cursor: pointer;
}

.route .starting .starting_list .font {
    width: 270px;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    padding-top: 30px;
    display: none;
}

.route .starting .starting_list .pic img {
    display: inline-block;
    width: 60px;
    vertical-align: middle;
}

.route .starting .starting_list .pic .pic_2 {
    display: none;
}

.route .starting .starting_list:hover .pic {
    border-color: #1296db;
}

.route .starting .starting_list:hover .pic .pic_1 {
    display: none;
}

.route .starting .starting_list:hover .pic .pic_2 {
    display: inline-block;
}

.route .starting .starting_list:hover .font {
    display: block;
}

.route .starting .starting_list.starting_01 {
    top: 23px;
    /* left: 2.9%; */
    right: 738px
}

.route .starting .starting_list.starting_01 .pic {
    float: right;
}

.route .starting .starting_list.starting_01 .font {
    float: right;
    margin-right: 30px;
}

.route .starting .starting_list.starting_02 {
    top: 21px;
    /* left: 69.2%; */
    left: 737px;
}

.route .starting .starting_list.starting_02 .pic {
    float: left;
}

.route .starting .starting_list.starting_02 .font {
    float: left;
    margin-left: 30px;
}

.route .starting .starting_list.starting_03 {
    top: 293px;
    /* left: 3%; */
    right: 732px;
}

.route .starting .starting_list.starting_03 .pic {
    float: right;
}

.route .starting .starting_list.starting_03 .font {
    float: right;
    margin-right: 30px;
}

.route .starting .starting_list.starting_04 {
    top: 293px;
    /* left: 69.2%; */
    left: 737px;
}

.route .starting .starting_list.starting_04 .pic {
    float: left;
}

.route .starting .starting_list.starting_04 .font {
    float: left;
    margin-left: 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: #333;
    text-align: right;
}

.form_container .form_l span.label {
    display: inline-block;
    width: 9%;
    font-size: 16px;
    line-height: 30px;
    color: #1296db;
    text-align: center;
}

.form_container .form_l input[type="text"] {
    display: inline-block;
    width: 65%;
    margin: 0 2%;
    border: 1px solid #dcdcdc;
    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: 0 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: 0;
    color: #1296db;
    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: 0 20px;
    font-size: 16px;
    border: 0;
    cursor: pointer;
}

.form_container .form_submit input.submit {
    background: #1296db;
    color: #fff;
}

.form_container .form_submit input.reset {
    color: #333;
    background: #e4e4e4;
}


/*  */

.recruit_list {
    position: absolute;
    top: 0;
    right: 0;
}

.recruit_list a {
    display: inline-block;
    width: 142px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border: 1px solid #e3e3e3;
    margin-left: 30px;
    color: #333333;
    font-size: 16px;
}

.recruit_list a:hover,
.recruit_list .active {
    background: #1296db;
    border-color: #1296db;
    color: #fff;
}

.recruit_container {
    margin-top: 60px;
}

.recruit_container ul,
.recruit_container ul li {
    width: 100%;
}

.recruit_container ul {
    border-top: 1px solid #e3e3e3;
}

.recruit_container ul li {
    padding: 34px 0;
    background: url('../images/icon_11.png') right 30px no-repeat;
    border-bottom: 1px solid #e3e3e3;
}

.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: #333;
    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: #333333;
}

.recruit_container ul li div.slide p a {
    color: #333;
}

.recruit_container ul li div.slide .go_form {
    width: 190px;
    height: 60px;
    line-height: 60px;
    background: #1296db;
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
}

.recruit_container ul li div.slide .go_form a {
    color: #fff;
    display: block;
}




.page_button {
    width: 100%;
    text-align: center;
    margin-top: 40px;
}

.page_button .yiiPager {
    border-top: 0;
}

.page_button .yiiPager li {
    display: inline;
    background: none;
    border-bottom: 0;
    font-size: 16px;
    border: 1px solid #e3e3e3;
    margin: 0 6px;
    padding: 0;
}

.page_button .yiiPager li a {
    color: #333;
    padding: 6px 10px;
    display: inline-block;
}

.yiiPager li:hover,
.yiiPager .page.selected {
    border-color: #1296db;
    background: #1296db;
}

.yiiPager li:hover a,
.yiiPager .page.selected a {
    color: #fff;
}



/* 惠生中心 */

.about_center .center_left {
    width: 30%;
    float: left;
}

.about_center .center_sec {
    width: 100%;
    background: #f7f7f7;
}

.about_center .center_sec>div {
    padding: 30px;
}

.about_center .center_sec>div p.title,
.about_center .center_right p.title {
    font-size: 30px;
    color: #1296db;
    margin-bottom: 20px;
    font-weight: bold;
}

.about_center .center_sec>div p {
    font-size: 16px;
    line-height: 22px;
    color: #333333;
}

.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 #f7f7f7;
}

.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: #333333;
}

.about_center .center_right div.summary p.t {
    font-size: 18px;
    line-height: 28px;
    color: #333333;
    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: 0;
}

.img_exhibition .img_sec img {
    width: 100%;
}


/* 新闻 */

.news {
    margin-top: 40px;
}

.news_view {
    width: 100%;
    height: 580px;
    border: 1px solid #e9ecef;
    margin-bottom: 80px;
}

.news_view .news_left {
    width: 41%;
    height: 100%;
    border-right: 1px solid #e9ecef;
    float: left;
    box-sizing: border-box;
}

.news_view .news_left .pic,
.news_view .news_left .pic img {
    width: 100%;
    height: auto;
}

.news_view .news_left .pic {
    position: relative;
}

.news_view .news_left .pic>div {

    width: 100%;
    /* height: 360px; */
    overflow: hidden;
}

.news_view .news_left .pic span {
    display: block;
    padding: 10px 14px;
    color: #fff;
    font-size: 12px;
    background: #1b365d;
    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: #292929;
}

.news_view .news_left .font p.title a {
    color: #292929;
}

.news_view .news_left .font .summary {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
}

.news_view .news_left .font .summary a {
    color: #666;
}

.news_view .news_left .font p.load_more a {
    font-size: 14px;
    line-height: 48px;
    color: #1296db;
    font-weight: bold;
}

.news_view .news_right {
    width: 59%;
    float: left;
}

.news_view .news_right ul {
    padding: 0 30px;
}

.news_view .news_right ul li {
    padding: 50px 0;
    border-bottom: 1px solid #e9ecef;
}

.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: 0;
    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: #292929;
    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: #fff;
    font-size: 12px;
    background: #1b365d;
    border-radius: 4px;
}

.news_view .news_right .load_more {
    text-align: center;
    width: 190px;
    line-height: 58px;
    background: #1296db;
    margin: 60px 0 0 30px;
}

.news_view .news_right .load_more a {
    display: block;
    font-size: 16px;
    color: #fff;
}

.news_list_con {
    border-top: 1px solid #e9ecef;
}

.news_list_con .news_list {
    padding: 50px 0;
    border-bottom: 1px solid #e9ecef;
}

.news .page_button {
    margin-bottom: 80px;
}

.news_read {
    margin-bottom: 80px;
}

.news_read .title {
    padding-bottom: 16px;
    border-bottom: 2px solid #e9ecef;
}

.news_read .title h1 {
    font-size: 27px;
    text-align: center;
    /* color: #787d82; */
    color: #292929;
    font-weight: bold;
}

.news_read .read_container {
    margin-top: 40px;
}

.news_read .read_container p {
    font-size: 16px;
    color: #666666;
    line-height: 2em;
}

.news_read .read_container p img {
    max-width: 450px;
    height: auto;
    display: block;
    margin: 0 auto;
}
.news_read .read_container.img800 p img{
    max-width: 800px;
}
.news_read .links {
    margin-top: 40px;
}

.news_read .links a {
    display: block;
    margin: 12px 0;
    font-size: 16px;
    color: #666666;
}

.news_read .links a:hover {
    color: #1296db;
}


/*  */

.work_in .work_list {
    width: 100%;
    padding: 40px 0;
    border-bottom: 1px solid #e9ecef;
}

.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: #1296db;
    font-size: 22px;
    margin-top: 30px;
    text-decoration: none;
}

.work_in .work_list .font .introduce {
    color: #333333;
    font-size: 22px;
    margin: 30px 0;
}

.work_in .work_list .font .summary {
    font-size: 16px;
    line-height: 26px;
    color: #333;
}

.read-news-date {
    padding-top: 1em;
    font-size: 12px;
    /* height: 25px; */
    line-height: 20px;
    color: #999;
    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: 0;
    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 {
    font-size: 16px;
    text-align: center;
    color: #1296db;
    font-size: 22px;
    text-decoration: none;
    line-height: 30px;
}

.work-in-detail-body {
    margin: 40px 0;
    font-size: 16px;
    color: #666666;
    line-height: 1.5em;
}

.work-in-content {}

.work-in-full {}

.work-in-full strong,
.work-in-detail strong {
    color: #1296db;
}

.work_list {
    position: relative;
}

.work_in .load_more {
    text-align: center;
    width: 190px;
    line-height: 58px;
    background: #1296db;
    position: absolute;
    left: 38%;
    bottom: 40px;
}

.work_in .load_more a {
    display: block;
    font-size: 16px;
    color: #fff;
}

.words {
    margin-bottom: 40px;
    /*2018/09/28*/
    /*padding: 70px 0;*/
    padding: 70px 0 20px 0;
    /*2018/09/28 end*/
    background: #f6f6f6;
    position: relative;
}

.words .layout-area {
    width: 80%;
    max-width: 1200px;
    margin: auto;
}

.words .left {
    width: 47px;
    height: auto;
    position: absolute;
    top: 20px;
    left: 10%;
    margin-left: -47px;
}

.words .right {
    width: 47px;
    height: auto;
    position: absolute;
    /*2018/09/28*/
    /*bottom: 20px;*/
    /*bottom: 90px;*/
    bottom: 110px;
    /*2018/09/28 end*/
    right: 10%;
    margin-right: -47px;
}
.founder{
    /*position: absolute;
    bottom: 17px;
    right: 43%;*/
    margin-left: -35px;
    padding-top: 60px;
}
.about .about_con .words p {
    margin-bottom: 0;
    text-align: center;
    font-weight: bold;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 0;
}
.about .about_con .words {

}
.about .about_con .words-wrapper {
    margin: 0 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: #1296db;
    color: #fff;
}

.hse-image .idea-03,
.hse-image .idea-04 {
    height: 50%;
}

.hse-image .idea-03 {
    background: url('../images/idea_bg.jpg');
    color: #fff;
}

.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: #f0f0f0;
    color: #333;
}

.hse-image .idea .idea-05,
.hse-image .idea .idea-05 div,
.hse-image .idea .idea-05 div p{
    height: 100%;
    font-size: 0;
}











.footer_lists .page-cen a:hover p {
    color: #1296db;
}

.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: #1296db;
}

#home-banner ul {
    width: 100%;
}

#home-banner ul li {
    float: left;
    overflow: hidden;
}

#home-banner ul li a {
    display: block;
    width: 100%;
    /* height: 100%; */
}

#home-banner ul li a img {
    width: 100%;
    height: auto;
    display: block;
}

body.toFixed .question_title {
    /* display: none; */
}

body.toFixed .question_box {
    /* padding: 5px 0; */
}



/* 海工 */

.works {
    margin: 60px 0;
    position: relative;
}

.works .works_contact {
    width: 75px;
    height: 75px;
    position: absolute;
    right: 0;
    top: -60px;
    background: #1296db;
}

.works .works_contact a {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: 24px;
    margin-top: 10px;
}

.works .works_contact a img {
    max-width: 100%;
}

.contact_show {
    width: 340px;
    height: 134px;
    background: #f4f4f4;
    border-left: 4px solid #1296db;
    position: absolute;
    top: -60px;
    right: 0;
    display: none;
    z-index: 6;
}

.contact_show div {
    padding: 18px;
    /* position: relative; */
}

.contact_show div p.title {
    font-size: 14px;
    color: #1296db;
    margin-bottom: 14px;
}

.contact_show div p.address,
.contact_show div p.tel,
.contact_show div p.email {
    /* padding-left: 16px; */
    font-size: 12px;
    color: #333333;
    line-height: 20px;
}

.contact_show div p a {
    color: #333;
}

.contact_show button {
    display: block;
    width: 10px;
    height: 10px;
    background: url('../images/icon_close.png') center no-repeat;
    border: 0;
    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: #292929;
    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: 0;
}

.works .works_l_container .works_l .pic {
    width: 100%;
    font-size: 0;
}

.works .works_l_container .pic img {
    width: 100%;
}

.works .works_l_container .works_l .font {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.works .works_l_container .works_l .font a {
    display: block;
    font-size: 28px;
    color: #fff;
    padding: 30px;
    width: 100%;
    height: 100%;
}

.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: 0 6px;
    display: inline;
    padding: 0 !important;
    width: auto;
    height: auto;
}

.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 no-repeat;
    background-size: auto 100%;
}

.works .works_l_container .works_l.second .font {
    background: url('../images/works_bg_06.png') left top no-repeat;
    background-size: auto 100%;
}

.works .works_l_container .works_l.third .font {
    background: url('../images/works_bg_07.png') left top no-repeat;
    background-size: auto 100%;
}

.works_case {
    margin-top: 40px;
    position: relative;
}

.works_case .swiper-button-next {
    right: -27px;
}

.works_case .swiper-button-prev {
    left: -27px;
}

.equipment .equipment_l {
    margin-bottom: 20px;
}

.equipment .equipment_l h3 {
    font-size: 22px;
    color: #1296db;
    margin-bottom: 20px;
    padding-left: 30px;
    background: url('../images/icon_spot_01.jpg') left 13px no-repeat;
    line-height: 34px;
}


/* .equipment .equipment_l.block h3{
	color: #1296db;
} */

.equipment .equipment_l p {
    font-size: 16px;
    line-height: 28px;
    color: #292929;
    /* padding-left: 30px; */
}

.equipment .equipment_l p.indent_l {
    padding-left: 0;
}

.equipment .equipment_l p a {
    color: #292929;
}

.related_case {
    margin-top: 20px;
}

.related_case .case_l {
    width: 32%;
    float: left;
    margin-left: 2%;
}

.related_case .case_l.first {
    margin-left: 0;
}

.related_case .case_l .pic,
.related_case .case_l .pic img {
    width: 100%;
    font-size: 0;
}

.related_case .case_l .font {
    padding: 20px 0;
}

.related_case .case_l .font p a {
    font-size: 16px;
    line-height: 24px;
    color: #666;
}

.base {
    margin-top: 40px;
}

.base .base_l {
    width: 48%;
    background: #f8f8f8;
    margin-left: 4%;
    float: left;
    position: relative;
}

.base .base_l.first {
    margin-left: 0;
}

.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: #1296db;
    margin-bottom: 34px;
}

.base .base_l .font .top .summary {
    font-size: 16px;
    line-height: 28px;
    color: #292929;
    min-height: 150px;
}

.base .base_l .font .bottom>div:after,
.base .base_l .font .bottom>div:before {
    display: block;
    height: 0;
    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: #292929;
}

.base .base_l .font .bottom>div .right {
    width: 70%;
    float: left;
    font-size: 16px;
    color: #292929;
}

.case_con {
    width: 100%;
    position: relative;
    /* margin-top: 40px; */
}

.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 no-repeat;
    background-size: auto 100%;
    top: 0;
    left: 0;
}

.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: #fff;
}

.case_con .font .c>div .bottom {
    margin-top: 30px;
}

.case_con .font .c>div .bottom .clearfix div {
    font-size: 16px;
    line-height: 36px;
    color: #fff;
}

.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 0;
}

.makings .makings_con {
    margin-top: 40px;
}

.makings .makings_con p {
    font-size: 16px;
    line-height: 28px;
    color: #292929;
    margin-bottom: 40px;
}

.makings .makings_box .makings_l {
    width: 32%;
    float: left;
    margin-left: 2%;
    background: #f1f1f1;
}

.makings .makings_box .makings_l.first {
    margin-left: 0;
}

.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: #1296db;
}

.makings .makings_box .makings_l .font p {
    font-size: 14px;
    color: #292929;
    line-height: 28px;
    margin-top: 36px;
}

.news_play {
    width: 30%;
    position: relative;
    margin: 20px 0 0 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: 0;
    content: "";
    clear: both;
}

.news_play .swiper-container .swiper-wrapper .swiper-slide p.date {
    width: 25%;
    float: left;
    text-align: center;
    background: #1b365d;
    border-radius: 5px;
    font-size: 14px;
    line-height: 26px;
    color: #fff;
}

.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: #333333;
}

.news_play .button {
    width: 10%;
    height: 26px;
    float: left;
    position: relative;
}

.news_play .button>div {
    width: 100%;
    height: 6px;
    position: absolute;
    left: 0;
    margin-top: 0;
}

.news_play .button .swiper-button-next {
    bottom: 0;
    background: url('../images/icon_btn_next.png') center no-repeat;
}

.news_play .button .swiper-button-prev {
    top: 0;
    background: url('../images/icon_btn_prev.png') center no-repeat;
}

.works_container {
    margin-top: 40px;
}

.works_container .works_p {
    width: 48%;
    float: left;
    margin: 0 0 4% 4%;
    position: relative;
}

.works_container .works_p.marginZ {
    margin-left: 0;
}

.works_container .works_p .pic,
.works_container .works_p .pic img {
    width: 100%;
    font-size: 0;
}

.works_container .works_p .font {
    width: 100%;
    position: absolute;
    left: 0;
    overflow: hidden;
}

.works_container .works_p.works_01 .font {
    height: 100%;
    top: 0;
    background: url('../images/works_bg_21.png') top left no-repeat;
    background-size: auto 100%;
}

.works_container .works_p.works_01 .font div {
    /* width: 50%; */
    width: 36%;
}

.works_container .works_p.works_01 .font p.title {
    font-size: 22px;
    line-height: 26px;
    color: #fff;
    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: #fff;
    margin-left: 48px;
    margin-bottom: 48px;
}

.works_container .works_p.works_01 .font p.load_more a {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    margin-left: 48px;
}

.works_container .works_p.works_02 .font {
    height: 100%;
    top: 0;
    background: url('../images/works_bg_22.png') top right no-repeat;
    background-size: auto 100%;
}

.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: #fff;
    margin-bottom: 30px;
    padding-left: 16px;
}

.works_container .works_p.works_02 .font p.summary {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    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: #fff;
}

.works_container .works_p.works_03 .font {
    width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    left: 0;
}

.works_container .works_p.works_03 .font .title {
    padding-left: 30px;
    margin-bottom: 20px;
    font-size: 22px;
    color: #fff;
}

.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: #fff;
}

.works_container .works_p.works_04 .font .summary {
    background: url('../images/icon_works_10.png');
}

.case_container .left {
    width: 67%;
    height: 390px;
    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: 0;
    bottom: 0;
}

.case_container .left .swiper-container .swiper-wrapper .swiper-slide .text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.case_container .left .swiper-container .swiper-wrapper .swiper-slide .text h3 {
    font-size: 22px;
    line-height: 50px;
    padding: 0 30px;
    color: #fff;
    text-align: left;
}

.case_container .left .swiper-container .swiper-wrapper .swiper-slide .text .summary {
    background: #1b365d;
    height: 50px;
    line-height: 50px;
    text-align: left;
    color: #fff;
    padding: 0 30px;
}

.case_container .left .swiper-container .swiper-wrapper .swiper-slide .text .summary a {
    display: inline-block;
    font-size: 16px;
    /* line-height: 26px; */
    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: #fff;
}

.case_container .left .swiper-container .swiper-pagination {
    width: 20%;
    height: 50px;
    line-height: 50px;
    background: #1296db;
    position: absolute;
    bottom: 0;
    right: 0!important;
    margin-left: auto;
}

.swiper-pagination-bullet {
    background: #ffffff;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #1b365d;
}

.case_container .right {
    width: 26%;
    height: 390px;
    float: right;
}

.case_container .right>div {
    position: relative;
}

.case_container .right>div.top {
    margin-bottom: 24px;
}

.case_container .right>div .pic,
.case_container .right>div .pic img {
    width: 100%;
}

.case_container .right div .text {
    position: absolute;
    top: 0;
    left: 0;
    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: 20px;
    margin-bottom: 10px;
    font-size: 19px;
    color: #fff;
}

.case_container .right div .text>div p.title a {
    color: #fff;
}

.case_container .right div .text>div p.summary {
    font-size: 12px;
    color: #fff;
    line-height: 17px;
}

.case_container .right div .text>div p.summary a {
    color: #fff;
}

.case_container .right div.top .text {
    background: url('../images/works_bg_27.png') left top no-repeat;
    background-size: auto 100%;
}

.case_container .right div.bottom .text {
    background: url('../images/works_bg_26.png') left top no-repeat;
    background-size: auto 100%;
}

.case_container .right div.bottom .text p.load {
    font-size: 12px;
    line-height: 24px;
}

.case_container .right div.bottom .text p.load a {
    color: #fff;
    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: #292929;
    margin-top: 40px;
}

.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: 0 20px;
}

.preview_con .clearfix .preview_l h3 p {
    font-size: 48px;
    color: #1296db;
    margin-bottom: 30px;
}

.preview_con .clearfix .preview_l p {
    font-size: 18px;
    line-height: 28px;
    color: #292929;
}

.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: 0;
}

.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: 0;
    left: 0;
}

.preview_box .view_l.view_01 .text {
    background: url('../images/view_bg_01.png') left top no-repeat;
    background-size: auto 100%;
}

.preview_box .view_l .text p {
    margin: 42px 0 0 42px;
    font-size: 30px;
    color: #fff;
}

.preview_box .view_l.view_02 .text {
    background: url('../images/view_bg_02.png') left top no-repeat;
    background-size: auto 100%;
}

.preview_box .view_l.view_02 .text {
    background: url('../images/view_bg_02.png') left top no-repeat;
    background-size: auto 100%;
}

.preview_box .view_l.view_03 .text {
    background: url('../images/view_bg_01.png') left top no-repeat;
    background-size: auto 100%;
}

.preview_box .view_l.view_03 .text p img {
    max-width: 30%;
}

.preview_box .view_l.view_03 .text p.code {
    margin: 10px 0 0 42px;
}

.engineering_overview .right div.top .text,
.engineering_overview .right div.bottom .text {
    background: none;
    height: auto;
    top: auto;
    bottom: 0;
}

.engineering_overview .right div .text>div {
    width: 100%;
}

.engineering_overview .right div .text>div p.title {
    margin: 0;
    font-size: 22px;
    /* font-size: 30px; */
    line-height: 50px;
    text-indent: 1em;
}

body.action--site-engineering_qhse .layout-area p {
    font-size: 16px;
    line-height: 28px;
    color: #292929;
    margin-top: 40px;
}

body.action--site-engineering_qhse .layout-area h3 {
    font-size: 24px;
    line-height: 26px;
    color: #1296db;
    margin: 20px 0;
}

body.action--site-engineering_qhse .layout-area ul li {
    font-size: 16px;
    line-height: 36px;
    color: #333;
    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: #1296db;
    margin-bottom: 20px;
}

.manage p.system {
    font-size: 16px;
    line-height: 36px;
    color: #333;
    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: #333;
    padding-left: 20px;
    background: url('../images/icon_spot_02.jpg') left 10px no-repeat;
}

.advantage_modular .modular_con img {
    max-width: 100%;
}

.whole {
    width: 100%;
    position: relative;
    margin: 80px 0;
	z-index: 99;
}

.whole .whole_title {
    position: absolute;
    top: 30px;
    left: 30px;
}

.whole .whole_title p {
    font-size: 22px;
    line-height: 50px;
    color: #fff;
}

.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: 0;
    top: 50%;
    margin-top: -1px;
}
.pro-list .programme .line{background: url('../images/icon_line_02b.png');}
.whole .programme {
    width: 100%;
}

.whole .programme .programme_box {
    position: absolute;
    top: 50%;
    width: 100%;
}

.whole .programme .programme_l {
    width: 16%;
    float: left;
    margin-top: -15px;
    opacity: 0.5;
    filter: alpha(opacity=50);
    cursor: pointer;
}

.whole .programme .programme_l .bg {
    width: 100%;
    height: 30px;
    background: url('../images/icon_spot_03.png') top center no-repeat;
}

.whole .programme .programme_l .title p{
    padding: 0 20px;
    font-size: 16px;
    color: #fff;
    margin-top: 20px;
    text-align: center;
}

.whole .programme .programme_l.active {
    opacity: 1;
    filter: alpha(opacity=100);
    margin-top: -23px;
}

.whole .programme .programme_l.active .bg {
    height: 46px;
    background: url('../images/icon_spot_04.png') top center no-repeat;
}
/*模块列表*/
.pro-list .programme .programme_l.active .bg{background: url(../images/icon_spot_04b.png) top center no-repeat;}
.pro-list .programme .programme_l .bg{background:url(../images/icon_spot_03b.png) top center no-repeat;}
.pro-list .programme .programme_l .title{color: #333;}

.whole .programme .programme_l.active .title {
    padding: 0 10px;
}

.works .works_l_container.engineering .works_l .font div {
    width: 50%;
}

.works .works_l_container.engineering .works_l .font div a {
    padding: 0;
}

.works .works_l_container.engineering .works_l .font div p.title {
    margin-top: 30px;
    margin-left: 30px;
    font-size: 30px;
    color: #fff;
}

.works .works_l_container.engineering .works_l .font div p.summary {
    margin-left: 30px;
    line-height: 20px;
    margin-top: 30px;
    font-size: 16px;
    color: #fff;
}

.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: #fff;
    margin-top: 10px;
}

.manyfield_content {
    margin-top: 40px;
}

.manyfield_content p {
    font-size: 16px;
    line-height: 28px;
    color: #292929;
}

.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: var(--primary);
}

.manyfield_list .text {
    margin-top: 20px;
}

.manyfield_list .text p {
    font-size: 16px;
    line-height: 28px;
    color: #666;
    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: 0;
    content: "";
    visibility: hidden;
    clear: both;
}

.manyfield_list .swiper-container .swiper-wrapper .swiper-slide{
    background: #f4f4f4;
}

.manyfield_list .swiper-container .swiper-wrapper .swiper-slide .left {
    width: 50%;
    height: 100%;
    float: left;text-align: left;
}

.manyfield_list .swiper-container .swiper-wrapper .swiper-slide .left>div {
    padding: 40px;
}

.manyfield_list .swiper-container .swiper-wrapper .swiper-slide .left>div .title {
    margin-top: 0;
    margin-bottom: 10px;
}

.manyfield_list .swiper-container .swiper-wrapper .swiper-slide .left>div .title p {
    font-size: 24px;
    line-height: 36px;
    color: #292929;
    padding-left: 0;
    background: none;
}

.manyfield_list .swiper-container .swiper-wrapper .swiper-slide .left>div .summary {
    /* max-height: 120px; */
    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: #292929;
}

.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: 0;
}

.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: #292929;
    line-height: 46px;
    text-align: center;
    background: #fff;
    font-size: 20px;
    font-weight: bold;
    top: 80%;
	border-radius: 50%;
}

.manyfield_list .swiper-container .swiper-button-next {
    left: 120px;
}

.manyfield_list .swiper-container .swiper-button-prev {
    left: 60px;
}
.manyfield_list .swiper-container .swiper-button-next:active{border: none;}
.manyfield_list .swiper-container .swiper-button-next:hover,
.manyfield_list .swiper-container .swiper-button-prev:hover {
    background: #1296db;
    color: #fff;
	border-radius: 50%;
}

body.action--site-engineering_field .manyfield_content h3 {
    margin: 40px 0 20px;
    padding-left: 20px;
    background: url(../images/icon_spot_01.jpg) left center no-repeat;
    font-size: 24px;
    line-height: 28px;
    color: #1296db;
}


.whole_case .whole_case_l {
    width: 100%;
    background: #f4f4f4;
    margin-bottom: 40px;
    position: relative;
}

.whole_case .whole_case_l:after,
.whole_case .whole_case_l:before {
    display: block;
    height: 0;
    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: 0;
}
.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: #1296db;
    padding-left: 20px;
    background: url('../images/icon_spot_01.jpg') left no-repeat;
}

.whole_case .whole_case_l .left .summary {
    font-size: 16px;
    line-height: 30px;
    color: #292929;
    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: #333;
}

.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: #1296db;
}

.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 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 0;
}

.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: #292929;
    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: #1296db;
    margin-bottom: 40px;
}

.research .research_con .research_case p {
    font-size: 16px;
    line-height: 28px;
    color: #292929;
    /* margin-bottom: 40px; */
}

.research .research_con .research_case p.title {
    font-size: 23px;
    color: #333333;
    margin: 20px 0;
    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 0;
}

.research_case table tr {
    border-bottom: 1px solid #292929;
}

.research_case table tr td {
    width: 50%;
    border-left: 1px solid #292929;
}

.research_case table tr td p {
    margin-bottom: 0 !important;
    text-indent: 0.5em;
}

.research_case table tr.border_b_z {
    border-bottom: 0;
}

.research_case table tr td.border_l_z {
    border-left: 0;
}

/* 2018-07-24 手机端 */

.head_mobile{
    display: none;
}
.whole .whole_mobile_left,
.whole .whole_mobile_right{
    display: none;
}

/* 2018-08-21 video */
.video-list{
    margin: 60px auto;
}

.video-list .video-l{
    width: 31%;
    float: left;
    margin: 0 0 3% 3%;
}

.video-list .video-l.margin-zero{
    margin-left: 0;
}

.video-list .video-l .video-container{
    width: 100%;
    position: relative;
}

.video-list .video-l .video-container .pic{
    font-size: 0;
    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: 0;
    left: 0;
}

.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: 0 10px;
    font-size: 20px;
    color: #fff;
    line-height: 50px;
    transition: all 0.5s;
}

.video-list .video-l .video-container .title:hover p a{
    padding: 0 10px 0 30px;
}

.video-list .video-l .video-container .video-btn{
    position: absolute;
    width: 100%;
    height: 42px;
    text-align: center;
    top: 50%;
    left: 0;
    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 no-repeat;
}

.video-play{
    margin: 60px 0;
}

.video-play .page_cel{
    width: 600px;
    margin: 0 auto;
}

.video-play .title{
    font-size: 27px;
    line-height: 1.5em;
    text-align: center;
    color: #292929;
    font-weight: bold;
    margin: 30px 0;
}

.video-play .video_container{
    width: 100%;
    position: relative;
}

.video-play .video_container .vide{
    width: 600px;
    margin: 0 auto;
    text-align: center;
}

.video-play .video_container .vide video{
    width: 100%;
}

body.wfEditorMode a.wfEditorMode{
    margin-top: 0;
}

/*2019-5-24*/
.header .question{
    /*width: 320px;*/
    /*right: 70px;*/
}
.header .lan{
    /*right: 70px;*/
}
.header .sharebox{
    /*position: absolute;*/
    float: right;
    width: auto;
    /*height: 70px;*/
    /*background-color: #1296db;*/
    top: 0;
    right: 0;

    text-align: center;
    font-size: 0;
}
.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: 0;
        height: 100%;
        display: inline-block;
        vertical-align: middle;
    }
.header .sharebox li a:after{
        content:'';
        width: 0;
        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: 0;
    height: 70px;
}
.header .sharebox li{
    width: 50%;
    height: 50%;
    display: inline-block;
    font-size: 0;
    text-align: right;
    color: #1b365d;
}
.header .sharebox li p{
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #000;
}
.news_list_con .news_list p.title a{
    text-align: left;
    margin: 10px 0;
}
#search.container{
    width: 60%;
}
.news_list_con .news_list p.title b{
    color: #1296db;
}
.header .question .question_title .note{
     pointer-events: none;
}

input[type="button"], input[type="submit"], input[type="reset"] {-webkit-appearance: none;}
textarea {  -webkit-appearance: none;}   
.button{ border-radius: 0; } 
input:focus, textarea:focus {outline: none;}
input:focus{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-user-modify:read-write-plaintext-only;
}
input::-ms-clear {display: none;}




.head_mobile .sharebox li img{
    width: 50px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.head_mobile .sharebox ul{
    font-size: 0;
}
.head_mobile .sharebox li{
    text-align: center;
    width: 25%;
    display: inline-block;
    vertical-align: top;
}
.head_mobile .sharebox li p{
    font-size: 25px;
    color: #fff;
    margin: 10px 0;
}
.head_mobile .sharebox span{
    color: #fff;
    font-size: 25px;
    margin-bottom: 30px;
    display: inline-block;
}
.head_mobile .sharebox{
    padding: 30px 0;
    width: 90%;
    margin: 0 auto;
}

/*2019-5-24 end*/

/*2019-5-27*/
.question_title #note img{
    /*max-height: 80%;
    max-width: 80%;*/
    width: 25px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;

}
.header .question .question_title #note{
    position: relative;
    height: 70px;
    z-index: 2;
}
.header .question{
    /*width: auto;*/
    padding: 0;
    right: 70px;
    width: 70px;
}
.header .question form{
    width: 0px;
    height: 70px;
    background-color: #1296db;
    position: absolute;
    right: 70px;
    top: 0;
    padding: 0;
    padding: 0 20px;
    right: 30px;
    box-sizing: border-box;
    z-index: 1;
    overflow: hidden;
    /*transition: all .5s;
    -webkit-transition: all .5s;*/
display: none;


    width: 250px;
    right: 70px;
    z-index: 5;
    padding: 0 20px;
    /*transition: all .5s;
    -webkit-transition: all .5s;*/

}
.header .question .question_title.active1 form{
}
/*.header .question .question_title:hover form{
    width: 250px;
    right: 70px;
    z-index: 5;
    padding: 0 20px;
}*/
/*.header .question .question_title.active form{
    width: 250px;
    right: 70px;
    z-index: 5;
    padding: 0 20px;
    transition: all .5s;
    -webkit-transition: all .5s;
}*/
/*2019-5-27 end*/
/*2019-5-29*/
.header .question form input{
    background-color: #fff;
    line-height: 45px;
    color: #000;
    padding: 0;
   /* transition: all .5s;
    -webkit-transition: all .5s;*/
}
/*.header .question .question_title:hover form input{
    padding: 0 10px;
}*/
/*.header .question .question_title.active form input{
    padding: 0 10px;
}*/



.header .sharebox li{
    height: 100%;
    vertical-align: middle;
    text-align: center;
}
.header .sharebox ul{
    width: 120px;
    height: 30px;
    background-color: #fafafa;
    box-sizing: border-box;
    font-size: 0;
    border: 1px solid #ededed;
}
.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: #ededed;
    right: 0;
    top: 0;
    bottom: 0;
    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: #ededed;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.header .sharebox .share-right.last:after{
    content: '';
    display: none;
}
.header .sharebox li img{
    margin: 0 auto;
}
.header .sharebox span,
.header .sharebox ul{
    vertical-align: middle;
}
.header .sharebox li img.sjx{
    width: 10px;
    /*margin: auto;*/
}
.header .sharebox .share-ul{
    background-color: #fff;
    box-shadow: 0 0 10px 0px #dadada;
    position: absolute;
    top: 60px;
    right: 0;
    font-size: 0;
    padding: 25px 15px;
    display: none;
}
.header .sharebox .share-li{
    display: inline-block;
    vertical-align: middle;
}
.header .header_logo{
    position: relative;
    z-index: 5;
}
.header .sharebox li{
    text-align: center;
}
.header .sharebox li img{
    display: block;
}
.header .sharebox .share-li{
    padding: 0 25px;
}
.header .sharebox .share-li img{
    padding: 8px;
    width: 25px;
    /*box-sizing: border-box;*/
    margin-bottom: 10px;
    border: 1px solid #eee;
}
.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: 70px;
}
.header .sharebox .share-ul2 .share-li img{
    padding: 0;
    width: 100px;
    height: 100px;
    /*box-sizing: border-box;*/
    margin-bottom: 10px;
    border: 1px solid #eee;
    max-height: 100px;
}
.header .sharebox .headpdd{
    position: absolute;
    width: 100%;
    right: 0;
    top: -15px;
    height: 20px;

}
.head_mobile .sharebox li{
    width: 33.33333%;
}

.head_mobile .sharebox .shareAll{
    margin-bottom: 10px;
}
.head_mobile .sharebox .shareAll2 li img{
    width: 100px;
}
/*2019-5-29 end*/

/*2019-5-30*/
.header .sharebox .share-li{
    width: 100px;
    vertical-align: top;
    /*padding: 0 15px;*/
}
.header .question form input{
    height: 45px;
}
/*2019-5-30 end*/
/*2019-6-3*/
.header .question .question_title.active form input{
    box-sizing: border-box;
}
/*2019-6-3 end*/

/*2019-6-4*/
.header .sharebox .sharebox-a{
    font-size: 14px;
    display: inline-block;
    line-height: 16px;
    vertical-align: middle;
    color: #000;
    padding: 0 10px 0 0;
    margin-right: 10px;
    border-right: 1px solid #000; 
    height: 16px;
}
.header .sharebox .sharebox-a:hover{
    color: #1296db;
}
.sharebox .link-box{
    text-align: center;
    margin-top: 10px;
}
.sharebox .link-box .sharebox-a1{
    border-right: 1px solid #fff; 
}
.sharebox .link-box .sharebox-a{
    font-size: 22px;
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
}
/*2019-6-4 end*/

/*2019-6-13*/
.contact_us_main .content{
    box-sizing: border-box;
    padding: 60px 0;
    font-size: 0;
    box-shadow: 0 0 10px 1px #eee;
    margin-top: 40px;
}
.contact_us_main .content .item{
    display: inline-block;
    vertical-align: top;
    width: 33.3333%;
    font-size: 16px;
    color: #292929;
    box-sizing: border-box;
    padding: 0 80px;
    position: relative;
}
.contact_us_main .content .item h2{
    font-size: 18px;
    color: #1296db;
    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 0;
}
.contact_us_main .content .item:after{
    display: block;
    content: '';
    width: 1px;
    height: 180px;
    background-color: #ebebeb;
    position: absolute;
    right: 0;
    top: 0;
}
.contact_us_main .content .item.last:after{
    display: none;
    content: '';
}
.TheWorld .top-item{
    width: 140px;
    height: 140px;
    border: 1px solid #949494;
    box-sizing: border-box;
    border-radius: 140px;
    margin: auto;
    font-size: 18px;
}
.TheWorld .content-top-box{
    /*padding: 0 40px;*/
    /*box-sizing: border-box;*/
}
.TheWorld .top-item-box{
    display: inline-block;
    vertical-align: top;
    text-align: center;
    font-weight: bold;
    position: relative;
    color: #000;
}
.TheWorld .top-item-box p{
    padding-top: 15px;
    padding-bottom: 30px;
}
.TheWorld .top-item-box .sjx613{
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    margin: auto;
    display: none;
}
.TheWorld .top-item-box.active .sjx613{
    display: block;
}
.TheWorld .top-item-box.active .top-item{
    border-color: #1296db; 
}
.TheWorld .content-bottom-box{
    width: 100%;
    border-top: 1px solid #1296db;
    margin-top: -1px;
    padding: 40px 0 100px;
}
.TheWorld .content-bottom-box .content-bottom-text .item{
    width: 32%;
    /* height: 300px; */
    background-color: #f8f8f8;
    float: left;
    margin: 0 0 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: 0;
}
.TheWorld .content-bottom-box .content-bottom-text .item-text{
    font-size: 16px;
    color: #292929;
}
.TheWorld .content-bottom-box .content-bottom-text .item-title h2{
    font-size: 18px;
    color: #1296db;
}
.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 #eaeaea;
    background-color: #f3f3f3;
    color: #333333;
    text-align: center;
    border-radius: 10px;
    margin-right: 30px;
    margin-bottom: 40px;
    font-size: 0;
}
.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{
    /*margin-top: 40px;*/
}
.TheWorld .content-bottom-box .content-bottom-nav .item.margin_z{
    /*margin-left: 0;*/
}
.TheWorld .content-bottom-box .content-bottom-nav .item.active{
    background-color: #1296db;
    color: #fff;
    border-color: #1296db;
}
.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: 0;
    display: none;
    z-index: 10;
    top: 40px;
}
.TheWorld .ContactNext{
    width: 60px;
    position: absolute;
    right: 0;
    display: none;
    z-index: 10;
    top: 40px;
}
/*2019-6-13 end*/
/*2019-6-14*/
.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: 0;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}
.contact_us_main .content .item h2{
    line-height: 1.5;
}
/*2019-6-14 end*/

/* 2019-12-10 start */
.works_container .works_p.works_01 .font {
    background: url(../images/works_bg_05.png) top left no-repeat;
    /* background-size: auto 100%; */
    background-size: 43% 100%;
}
.works_container .works_p.blue2bg .font {
    background: url(../images/works_bg_06.png) top left no-repeat;
    background-size: 43% 100%;
}
.works_container .works_p.marginZ {
    float: left;
    /* width: 33.33333%; */
    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: 20px;
    line-height: 26px;
    color: #fff;
    margin-top: 45px;
    margin-left: 40px;
    margin-bottom: 30px;
}
.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;
}
/* 2019-12-10 end */

/* 2019-12-16 start */
body.wfEditorMode a.wfEditorMode {
    z-index: 99;
    position: relative;
}
/* 2019-12-16 end */

/* 2020-6-8 start */
.qualifications .works .works_contact {
    margin-top: -46px;
}
.qualifications .page_title {
    padding-bottom: 26px;
    border-bottom: 1px solid #dedede;
}
.qualifications .works ul {
    margin-top: 20px;
}
.qualifications .works li{
    font-size: 16px;
    color: #333333;
    margin-bottom: 10px;
    padding-left: 21px;
    background: url(../images/icon_spot_01.jpg) left 8px no-repeat;
    background-size: 5px;
    line-height: 20px;
}
/* 2020 end */
.manyfield_list {
    padding-top: 90px;
}
.pro-box{display: block;}
.pro-box .swiper-slide{margin-bottom: 40px;}
.shar{float:right;margin-top: -46px;}
.shar li{float:left;}
/*项目详情开始*/
.list-left{width: 58%;float:left;}
.list-left .swiper-button-next{right:10px; }
.list-left .swiper-button-prev{left:10px; }
    .swiper-container {
      width: 100%;
      /*height: 300px;*/
      margin-left: auto;
      margin-right: auto;
    }
    .swiper-slide {
      background-size: cover;
      background-position: center;
    }
    .gallery-top {
      height: 80%;
      width: 100%;
    }
    .gallery-thumbs {
      height: 20%;
      box-sizing: border-box;
      padding: 10px 0;
    }
    .gallery-thumbs .swiper-slide {
      height: 100%;
      opacity: 0.4;
    }
    .gallery-thumbs .swiper-slide-thumb-active {
      opacity: 1;
    }
.pro-details{min-height: 400px;position: relative;}
.pro-biti{width:100%;overflow: hidden;padding: 30px 0 10px 0;}
.pro-biti h1 {
    font-size: 24px;
    color: #333;
	float:left;
	background: #fff;
	display: block;
	position: relative;
	padding-right: 10px;
}
.pro-biti span {
    height: 1px;
    display: block;
    background: #cfcfcf;
    margin-top: -30px;
	float: left;
	width: 100%;
}
.left-text{font-size: 15px;color: #666;}
.pro-switch{position:absolute;left:0;bottom: 0;}
.pro-switch a{    
	width: 46px;
    height: 46px;
    color: #292929;
    line-height: 46px;
    text-align: center;
    background: #fff;
    font-size: 20px;
    font-weight: bold;
	background: #f4f4f4;
	display: block;
	float:left;
margin-right: 20px;}
.pro-details-box{width:100%;overflow: hidden;padding:30px 0;}
.pro-switch a:hover{background:#1296db;color: #fff;}
.list-right{width:38%;float:right;background: #f3f3f3;padding:0% 2% 2% 2%;}
.list-right .pro-biti h1{background: #f3f3f3;}
.pro-kword p{font-size:15px;line-height: 24px;color:#666;}
.list-right-box{min-height:400px;}
.swiper-container2{background:#f3f3f3;padding: 20px;height: auto;}
.pro-details-more h1{font-size:24px;color:#333;padding: 20px 0;}
.pro-details-more .swiper-wrapper p{font-size:15px;text-align: left;padding:10px 0;color:#666;}
.pro-details-more .pro-biti h1{background: #f3f3f3;padding: inherit;}
.pro-details-more .pro-biti{padding: 0;}
.pro-list2 .programme .programme_l{opacity: 1;}
/*map*/
.map-box{padding: 90px 0;}
.brd{padding: 90px 0;overflow: hidden;position: relative;}
.brd-li{width: 23%;float: left;margin-right: 2.4%;border:1px solid #ccc;border-bottom: 2px solid #1296db;margin-bottom: 30px;}
.brd-li:nth-child(4n+0){margin-right: 0;}
.brd-li .brd-img {background: #f3f3f3;height: 140px;padding: 40px 0;}
.brd-li .brd-img img{display: block;margin: 0 auto;max-width: 180px;}
.brd-li .brd-text {padding: 30px 0;}
.brd-li .brd-text h1{font-size:20px;font-weight: bold;color:#333;text-align: center;}
.brd-li .brd-text p{font-size: 14px;color:#666;text-align: center;}


.pc-n a {padding: 16px 20px;font-size: 14px;color: #999;text-decoration: none;display: inline-block;}




@media (max-width: 1500px){
	.case_container .right{width: 29%}
	
	
}
@media (max-width: 768px){
	.works{margin: 20px 0}
	.manyfield_content{margin-top: 20px}
	.manyfield_content h3{font-size: 1.2rem}
	.manyfield_content p{font-size: 14px}
	.manyfield_list{padding-top: 30px}
	.manyfield_list .title{margin-top: 20px}
	.manyfield_list .title p{font-size: 18px;padding-left: 0}
	.manyfield_list .swiper-container .swiper-wrapper .swiper-slide .left>div{padding: 15px}
	.manyfield_list .swiper-container .swiper-wrapper .swiper-slide .left{width: 100%}
	.manyfield_list .swiper-container .swiper-wrapper .swiper-slide .right{width: 100%}
	.manyfield_list .swiper-container .swiper-wrapper .swiper-slide .left>div .title p{font-size: 18px;padding: 0}
	.manyfield_list .swiper-container .swiper-wrapper .swiper-slide .left>div .summary p{font-size: 14px}
	.manyfield_list .swiper-container .swiper-button-next{left:inherit;right: 0}
	.manyfield_list .swiper-container .swiper-button-prev{left: 0}
	.manyfield_list .swiper-container{margin-top: 20px}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	

}



