* {
    padding: 0;
    margin: 0;
    font-family: "Microsoft Yahei";
}

img {
    border-width: 0;
    border: none;
}

input,
button,
textarea {
    outline: none;
}

ul,
ol,
li,
dl,
dt,
dd {
    list-style: none;
}

a {
    color: inherit;
    text-decoration: none;
    font-family: "Microsoft Yahei";
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.cb:after {
    clear: both;
    content: "";
    display: block;
}

.cb::after {
    clear: both;
    content: "";
    display: block;
}

.cb::before {
    clear: both;
    content: "";
    display: block;
}

.cb:before {
    clear: both;
    content: "";
    display: block;
}

img {
    max-width: 100%;
}

/*  */

.header {
    height: 118px;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    background: rgba(255, 255, 255, 0.7);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    font-size: 18px;
}

.inner {
    width: 1400px;
    margin: 0 auto;
    position: relative;
}

.header .logo_wrap {
    width: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav {
    color: #1a1a1a;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.nav_ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.nav li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    /* height: 118px; */
    width: 148px;
    /* line-height: 118px; */
    position: relative;
}

.header_tel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #dd2739;
}

.header_tel a {
    padding: 0 14px;
}

.header_tel a:hover {
    color: #fff;
}

.nav li .er_menu {
    position: absolute;
    width: 100%;
    top: 100%;
    background: rgba(255, 255, 255, 0.7);
    display: none;
    left: 0;
}

.nav li .er_menu dd {
    color: #1c1a1a;
    font-size: 14px;
    line-height: 50px;
    height: 50px;
}

.nav li .er_menu dd:hover {
    background: rgba(221, 39, 57, 0.8);
    color: #fff;
}

.nav li a {
    display: block;
}

.nav li:hover {
    background: rgba(221, 39, 57, 0.8);
    color: #fff;
}

.nav li:hover .er_menu {
    display: block;
}

.nav .active {
    background: rgba(221, 39, 57, 0.8);
    color: #fff;
}

.banner img {
    width: 100%;
    display: block;
}

/* index_about */

.index_title_wrap {
    text-align: center;
}

.index_title_wrap .en {
    font-size: 24px;
    color: #333;
    line-height: 36px;
}

.index_title_wrap .cn {
    line-height: 51px;
    font-size: 36px;
    font-weight: bold;
    background: url("../images/index_title_bg.png") center no-repeat;
}

.index_about {
    overflow: hidden;
    padding: 75px 0 112px 0;
    background: #f2f2f2;
}

.index_about .contain {
    padding-top: 63px;
}

.index_about .contain .wrap1 {
    font-size: 16px;
    line-height: 2.5;
    color: #1a1a1a;
    width: 542px;
    float: left;
}

.index_about .contain .wrap1 .text {
    margin-bottom: 16px;
    text-indent: 2em;
}

.index_about .contain .wrap1 .more {
    color: #1a1a1a;
    display: block;
    width: 90px;
    height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #dd2739;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    line-height: 30px;
    text-align: center;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.index_about .contain .wrap1 .more:hover {
    background: #dd2739;
    color: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.index_about .contain .wrap2 {
    float: right;
}

.index_about .contain .wrap2 .cb {
    float: right;
    width: 822px;
}

.index_about .contain .wrap2 .boxone {
    margin-right: 10px;
}

.index_about .contain .wrap2 .one {
    position: relative;
}

.index_about .contain .wrap2 .one .model {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-top: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0 0 40px;
    -webkit-transition: 0.8s;
    -o-transition: 0.8s;
    transition: 0.8s;
}

.index_about .contain .wrap2 .one .model .cn {
    font-size: 27px;
    line-height: 1.5;
}

.index_about .contain .wrap2 .one .model .en {
    line-height: 1.5;
    font-size: 20px;
}

.index_about .contain .wrap2 .one:hover .model {
    color: #fff;
}

.index_about .contain .wrap2 .boxtwo .one .model {
    padding: 35px 0 0 25px;
}

/* 精品工程 .index_exc*/

.index_exc {
    padding: 5.3% 0 6% 0;
    overflow: hidden;
}

.index_exc .wrap {
    padding: 4.7% 0 0 0;
}

.index_exc .wrap li {
    width: 31%;
    float: left;
    margin-right: 3.5%;
    height: 1.5;
    margin-bottom: 3.5%;
}

.index_exc li:nth-of-type(3n) {
    margin-right: 0;
}

.index_exc img {
    display: block;
    width: 100%;
}

.index_exc li .text_wrap {
    background: #eee;
    color: #1a1a1a;
    text-align: center;
    padding: 4.5% 0 4.5% 0;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.index_exc li .text_wrap .p1 {
    font-size: 20px;
    line-height: 2;
    width: 100%;
    overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.index_exc li .text_wrap .p2 {
    font-size: 16px;
    line-height: 1.5;
    width: 100%;
    overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.index_exc li:hover .text_wrap {
    background: #ce282d;
    color: #fff;
}

.index_exc .more {
    color: #1a1a1a;
    display: block;
    width: 90px;
    height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #dd2739;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    line-height: 30px;
    text-align: center;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin: 0 auto 0;
}

.index_exc .more:hover {
    background: #dd2739;
    color: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

/*  */

.index_new {
    padding: 5.3% 0 6% 0;
    background: #f2f2f2;
    overflow: hidden;
}

.index_new .wrap {}

.index_new .wrap .box {
    margin: 5% 0 5% 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #cccccc;
}

.index_new .wrap .box li {
    width: 33.3%;
    text-align: center;
    float: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.index_new .wrap .box li:nth-of-type(3) {
    width: 33.4%;
}

.index_new .wrap .box li .top {
    height: 298px;
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.index_new .wrap .box li:nth-of-type(2) .top:nth-of-type(1) {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
}

.index_new .wrap .box li:nth-of-type(2) .top:nth-of-type(2) {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}

.index_new .wrap .box li .iconfont {
    margin-right: 1%;
    font-size: inherit;
}

.index_new .wrap .box li .title {
    font-size: 28px;
    line-height: 76px;
    padding-top: 37px;
}

.index_new .wrap .box li .text {
    font-size: 16px;
    line-height: 1.7;
    line-height: 28px;
    margin-bottom: 34px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 6%;
}

.index_new .wrap .box li .more {
    width: 90px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border: 1px solid #7d7d7d;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    display: block;
    margin: 0 auto;
}

.index_new .wrap .box li .more:hover {
    background: #dd2739;
    color: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border-color: transparent;
}

/* index_hum 人力资源 */

.index_hum {
    padding: 5.3% 0 0 0;
    overflow: hidden;
}

.index_hum .wrap {
    margin: 5% 0 5% 0;
}

.index_hum .wrap li {
    float: left;
    width: 32%;
    margin-right: 2%;
}

.index_hum .wrap li:nth-of-type(3) {
    margin-right: 0;
}

.index_hum .wrap li .title {
    color: #333333;
    font-size: 24px;
    color: #333;
    line-height: 1.5;
    margin: 2% 0;
}

.index_hum .wrap li img {
    display: block;
    width: 100%;
}

.index_hum .wrap li .title .iconfont {
    font-size: 31px;
}

.index_hum .wrap li .img_wrap {
    overflow: hidden;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

.index_hum .wrap li .text {
    line-height: 24px;
    color: #333333;
    font-size: 14px;
    height: 120px;
    overflow: hidden;
    margin-bottom: 12.8%;
    margin-top: 5.3%;
}

.index_hum .wrap li .more {
    color: #1a1a1a;
    display: block;
    width: 90px;
    height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #7d7d7d;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    line-height: 30px;
    text-align: center;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.index_hum .wrap li .more:hover {
    background: #dd2739;
    color: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border-color: transparent;
}

/*  cul文化*/

.index_cul {
    overflow: hidden;
    padding: 5% 0 5% 0;
    background: #f2f2f2;
}

.index_cul .wrap {
    padding: 5% 0 5% 0;
}

.index_cul .wrap .left {
    width: 66%;
    float: left;
    background: #fff;
}

.index_cul .wrap .left .one {
    width: 50%;
    float: left;
    font-size: 16px;
    color: #333333;
    line-height: 36px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.index_cul .wrap .left .two {
    font-size: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 36px;
    padding: 3%;
}

.index_cul .wrap .left .two .text {
    margin-bottom: 5%;
}

.index_cul .wrap .left .two .more {
    color: #1a1a1a;
    display: block;
    width: 90px;
    height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #7d7d7d;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    line-height: 30px;
    text-align: center;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.index_cul .wrap .left .two .more:hover {
    background: #dd2739;
    color: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border-color: transparent;
}

.index_cul .wrap .right {
    width: 32%;
    float: right;
}

.index_cul .wrap .right .three {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 2%;
    background: #fff;
    margin-bottom: 4%;
}

.index_cul .wrap .right .three img {
    width: 40%;
    display: block;
    float: left;
}

.index_cul .wrap .right .three .text_wrap {
    padding: 0 4% 0 4%;
    width: -webkit-calc(100% - 40%);
    width: calc(100% - 40%);
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.index_cul .wrap .right .three .text_wrap .title {
    font-size: 18px;
    line-height: 36px;
}

.index_cul .wrap .right .three .text_wrap .text {
    font-size: 14px;
    line-height: 20px;
    height: 40px;
}

/* 联系我们 */

.index_cont {
    padding: 5% 0 5% 0;
}

.index_cont .wrap {
    padding: 5% 0 0 0;
}

.index_cont .one {
    width: 49%;
    float: left;
    height: 347px;
    background: #f2f2f2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 3% 1% 0 0;
    word-break: break-all;
    word-wrap: break-word;
}

#map_wrap {
    padding: 0;
    margin: 0;
}

.index_cont .one:nth-of-type(2) {
    float: right;
}

.index_cont .one .one_one {
    line-height: 36px;
    font-size: 24px;
    margin-bottom: 5%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 0 5%;
}

.index_cont .one .one_one .iconfont {
    font-size: 24px;
    color: #535353;
    margin-right: 10px;
}

.index_cont .one .one_one span {
    width: -webkit-calc(100% - 34px);
    width: calc(100% - 34px);
}

/* footer */

.footer {
    background: #d5495d;
    color: #fff;
    padding: 4% 0 4% 0;
    overflow: hidden;
}

.footer .wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer .left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 75%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer .right {
    width: 148px;
    text-align: center;
}

.footer .right .p1 {
    font-size: 24px;
    line-height: 1.5;
}

.footer .right .p2 {
    font-size: 18px;
    line-height: 1.5;
}

.footer .center {
    width: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 15px;
}

.footer .center .line {
    width: 1px;
    height: 100%;
    background: #fff;
}

.footer dt {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 10%;
    font-weight: bold;
}

.footer dd {
    line-height: 1.6;
    font-size: 18px;
}

/*  */

.footer_down {
    text-align: center;
    background: #000000;
    color: #fff;
    font-size: 20px;
    line-height: 1.5;
    padding: 0.9375% 0 0.9375% 0;
    overflow: hidden;
}

.footer_down .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.footer_down .inner .last a {
    padding: 0 10px;
}

/* 首页结束 */

/* 二级页面开始 */

/* 董事长致辞 psd*/

.er_wrap {
    padding: 0 0 10% 0;
    overflow: hidden;
}

.er_wrap .nav_left {
    width: 250px;
    /* margin-right: 73px; */
}

.er_wrap .nav_left .one_title {
    color: #fff;
    height: 82px;
    background: #ce282d;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 35px 0;
}

.er_wrap .nav_left .one_title .en {
    font-size: 14px;
}

.er_wrap .nav_left .one_title .cn {
    font-size: 26px;
}

.er_wrap .nav_left .nav_left_ul {
    padding: 0 35px 13px;
    font-size: 18px;
    color: #333333;
    line-height: 57px;
    background: #f2f2f2;
    margin-bottom: 40px;
}

.er_wrap .nav_left .nav_left_ul li {
    border-bottom: 1px dashed #a0a0a0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 36px;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    background: url("../images/sq_gray.png") left center no-repeat;
}

.er_wrap .nav_left .nav_left_ul .active {
    background: url("../images/sq_red.png") left center no-repeat;
    color: #ce282d;
}

.er_wrap .nav_left .nav_left_ul li:hover {
    background: url("../images/sq_red.png") left center no-repeat;
    color: #ce282d;
}

.er_wrap .nav_left .text_wrap {
    padding: 25px 35px 21px;
    background: #f2f2f2;
}

.er_wrap .nav_left .text_wrap .p1 {
    font-size: 16px;
    line-height: 24px;
    color: #696969;
}

.er_wrap .nav_left .text_wrap p {
    margin: 20px 0;
    word-wrap: break-word;
    word-break: break-all;
    font-size: 14px;
    color: #696969;

}

.er_wrap .nav_left .text_wrap p:nth-of-type(1) {
    margin-top: 0;
}

.er_wrap .nav_left .text_wrap .p1 .red {
    color: #ce282d;
    font-size: 20px;
    line-height: 24px;
}

.er_wrap .nav_left .text_wrap .p2 {
    font-size: 12px;
    color: #1b1a1a;
    line-height: 18px;
}

/* 右面 */

.er_wrap .nav_right {
    width: -webkit-calc(100% - 250px - 73px);
    width: calc(100% - 250px - 73px);
    padding: 23px 0 0 0;
}

.title_line_bread {
    line-height: 58px;
    position: relative;
    border-bottom: 1px solid #a0a0a0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.title_line_bread .fl {
    font-size: 24px;
}

.title_line_bread .fr {
    color: #666666;
    font-size: 14px;
}

.title_line_bread .line {
    width: 115px;
    height: 4px;
    background: #ce282d;
    position: absolute;
    bottom: -1px;
    left: 0;
}

.er_wrap .dongshizhang1 {
    padding: 4.6% 0 0 0;
}

.er_wrap .dongshizhang1 .dongshizhang1_text {
    font-size: 16px;
    line-height: 2.2;
    width: 60%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 20px;
}

.er_wrap .dongshizhang1 .dongshizhang1_text p {
    text-indent: 2em;
}

.er_wrap .dongshizhang1 .dongshizhang1_img {
    width: 40%;
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5% 0 0 0;
}

.er_wrap .dongshizhang1 .dongshizhang1_img img {
    float: right;
}

/* 发展历程 */

.fazhanlicheng {
    background: #f8f8f8;
    padding: 8% 0 8% 0;
    margin: 5% 0 0 0;
}

.fazhanlicheng .ul {
    padding: 0 5%;
    color: #333232;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

.fazhanlicheng .ul .li {
    width: 50%;
    /* float: right; */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 100px;
}

.fazhanlicheng .ul .li:nth-last-of-type(2n) {
    float: left;
    margin-top: 0;
}

.fazhanlicheng .ul .li .title {
    padding: 0 4%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

.fazhanlicheng .ul .li .text {
    font-size: 16px;
    line-height: 36px;
    color: #000;
    position: relative;
    padding: 0 4%;
}

.fazhanlicheng .ul .li:nth-last-of-type(2n) .text .dot {
    left: -13px;
}

.fazhanlicheng .ul .li .title {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.fazhanlicheng .ul .li:nth-last-of-type(2n) .title {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.fazhanlicheng .ul .li .text .dot {
    position: absolute;
    right: -10px;
    top: 0;
    z-index: 2;
}

.fazhanlicheng .ul .line {
    width: 3px;
    height: 100%;
    background: #ce282d;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -3px;
}

.fazhanlicheng .jiaoyin_l {
    position: absolute;
    bottom: 0;
    right: 120px;
}

.fazhanlicheng .jiaoyin_r {
    position: absolute;
    bottom: 0;
    left: 120px;
}

/* 发展战略 */

.fazhanzhanlv {}

.fazhanzhanlv .large_title {
    font-size: 20px;
    line-height: 1.5;
    font-weight: bold;
    margin: 4.8% 0 9.6% 0;
}

.fazhanzhanlv .flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.fazhanzhanlv .flex .flex_item {
    width: 29%;
    border: 1px solid #dcdcdc;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 4.5% 2% 2%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    cursor: pointer;
}

.fazhanzhanlv .flex .title {
    font-size: 24px;
    color: #333232;
    font-weight: bold;
    text-align: center;
    margin-bottom: 7%;
}

.fazhanzhanlv .flex .line {
    height: 2px;
    width: 26px;
    background: #7d7d7d;
    margin: 0 auto 0 auto;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.fazhanzhanlv .flex .text {
    font-size: 16px;
    line-height: 2;
    padding-top: 16%;
    color: #333232;
}

.fazhanzhanlv .flex .flex_item:hover {
    border: 1px solid #ff0000;
}

.fazhanzhanlv .flex .flex_item:hover .line {
    background: #ff0000;
}

/* 关于晟豪 */

.about_hao {}

.about_hao p {
    font-size: 16px;
    text-indent: 2em;
    line-height: 2.25;
    margin: 4.64% 0;
}

/* 精品工程 */

.jpgc {}

.jpgc ul {
    padding-top: 56px;
}

.jpgc li {
    float: left;
    text-align: center;
    margin-right: 24px;
    margin-bottom: 53px;
}

.jpgc li:nth-of-type(3n) {
    margin-right: 0;
}

.jpgc li img {
    width: 100%;
    display: block;
}

.jpgc li p {
    color: #1a1a1a;
    line-height: 4;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.jpgc li:hover p {
    background: #ce282d;
    color: #fff;
}

.my_pa {
    text-align: right;
    padding: 6% 0 0 0;
}

.my_pa a {
    padding: 0 12px;
    display: inline-block;
    line-height: 30px;
    font-size: 18px;
    color: #666666;
    border: 1px solid #e5e5e5;
}

.my_pa .ho {
    background: #ce282d;
    border: 1px solid transparent;
    color: #fff;
}

.my_pa .la {
    background: #e5e5e5;
    border: 1px solid transparent;
}

.my_pa a:nth-of-type(1) {
    background: #ce282d;
    border: 1px solid transparent;
    color: #fff;
}

.my_pa a:last-of-type {
    background: #e5e5e5;
    border: 1px solid transparent;
}

.er_wrap_pbs {
    padding: 0 0 5.7% 0;
}

/* 精品工程详情页 */

.jpgc_inner {}

.jpgc_inner .title {
    text-align: center;
    color: #1a1a1a;
    font-size: 30px;
    line-height: 2;
}

.jpgc_inner .img_wrap {
    text-align: center;
}

.jpgc_inner .img_wrap img {
    margin: 0 auto;
}

.jpgc_inner .text {
    font-size: 14px;
    line-height: 2.5;
    color: #666666;
    margin: 5% 0 0 0;
}

.jpgc_inner .title {
    margin: 5% 0 5% 0;
}

.jpgc_inner .bottom {
    margin: 8.5% 0 0 0;
}

.jpgc_inner .bottom .title2_line_wrap {
    line-height: 2.3;
    font-size: 16px;
    border-bottom: 1px solid #cccccc;
}

.jpgc_inner .bottom .title2_line_wrap .cn {
    font-size: 16px;
}

.jpgc_inner .bottom .title2_line_wrap .en {
    font-size: 14px;
}

.jpgc_inner .bottom ul {}

.jpgc_inner .bottom ul li {
    width: 23.4%;
    float: left;
    margin: 2.2% 2.13% 0 0;
}

.jpgc_inner .bottom ul li img {
    display: block;
}

.jpgc_inner .bottom ul li:last-of-type {
    margin-right: 0;
}

.er_wrap_pbs2 {
    padding: 0 0 12.8% 0;
}

/* 联系我们 */

.er_con {
    color: #333333;
    font-size: 20px;
    line-height: 2;
    padding: 5% 0 0 0;
}

.er_con .text {
    margin: 1% 0;
}

.er_con .title {
    font-weight: bold;
}

#er_map_wrap {
    width: 100%;
    margin: 4% 0 0 0;
    /* height: 435px; */
}

/* 人力资源 */

.er_hum {
    padding: 4.7% 0 0 0;
    font-size: 24px;
}

.er_hum .text {
    line-height: 2.5;
    color: #333333;
    text-indent: 2em;
}

/* 社会招聘 */

.com_group {
    line-height: 2.5;
    font-size: 16px;
    color: #333333;
    padding: 2.2% 0 0 0;
}

.com_group p {
    text-indent: 30px;
}

.com_group .red {
    color: #ce282d;
    line-height: 4.1;
    background: url("../images/solid_dot.jpg") bottom left repeat-x;
}

.com_group .p1 {
    color: #ce282d;
    font-size: 20px;
    margin-bottom: 14px;
    line-height: 4;
}

.com_group .box {
    background: url("../images/solid_dot.jpg") bottom left repeat-x;
    padding: 0 0 4% 0;
}

/* 企业文化 */

.cul {}

.cul img {
    display: block;
    width: 100%;
}

.cul ul {
    padding: 5.2% 4.4% 0;
}

.cul li {
    width: 47%;
    float: left;
    margin: 0 6% 5.9% 0;
    text-align: center;
}

.cul li p {
    font-size: 20px;
    line-height: 2.1;
    margin-top: 7%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    word-break: keep-all;
    white-space: nowrap;
}

.cul li:nth-of-type(2n) {
    margin-right: 0;
}

/* 投诉建议 */

.complain {
    padding: 6% 0 0 0;
}

.complain .ic {
    text-align: center;
    background: #e50b01;
    color: #fff;
    font-size: 14px;
    padding: 0 0 0.9% 0;
}

.complain .ic .iconfont {
    font-size: 32px;
    font-weight: bold;
}

.complain .ic2 {
    text-align: center;
    color: #e50b01;
    font-size: 14px;
    font-weight: bold;
    line-height: 4.57;
}

.complain label {
    height: 50px;
    line-height: 50px;
    display: block;
    margin: 0 0 2px 0;
}

.complain label .show_text {
    width: 17.5%;
    background: #e6e6e6;
    text-align: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 2% 0 0;
    height: 100%;
    font-size: 14px;
    font-weight: bold;
}

.complain label .show_wrap {
    width: 82.5%;
    background: #f2f2f2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 0 0;
    height: 100%;
}

select,
input,
textarea {
    outline: none;
}

.complain label select {
    border: none;
    display: block;
    width: 100%;
    height: 100%;
    background: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding-right: 49px;
    padding-left: 2%;
    background: #d9d9d9 url("../images/select.jpg") right top no-repeat;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.complain label input[type="text"] {
    width: 100%;
    height: 100%;
    border: none;
    background: none;
    display: block;
    padding: 0 2%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.complain label textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border: none;
    background: none;
    display: block;
    padding: 2%;
    resize: none;
}

.complain .tearea_wrap {
    height: 172px;
}

.complain .yanzheng_wrap {
    position: relative;
}

.complain .yan_wrap {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}

.complain button {
    width: 100%;
    background: #f83105;
    border: none;
    height: 100%;
    text-align: right;
    padding: 0 2% 0 0;
    color: #fff;
    cursor: pointer;
}

.complain button img {
    display: inline;
    margin: 0 0 0 0.5%;
}

.complain .button_wrap {
    margin: 0.93% 0 0 0;
    color: #fff;
}

.complain .hope {
    text-align: center;
    background: #f2f2f2;
    margin: 1.3% 0 0 0;
    padding: 2.1% 0 1.1% 0;
}

.complain .hope .p1 {
    color: #333333;
    font-size: 18px;
    line-height: 1.5;
}

.complain .hope .p2 {
    font-size: 29px;
    color: #fc2f07;
    line-height: 1.6;
}

.complain .hope .p2 .iconfont {
    color: #fc2f07;
    font-size: 29px;
    margin: 0 1% 0 0;
}

.er_wrap_pbs3 {
    padding: 0 0 19% 0;
}

/*  */

.er_wrap440 {
    padding: 0 0 23.1% 0;
}

.er_new {}

.er_new ul {
    padding: 8px 0 0 0;
}

.er_new li {
    padding: 2.8% 0 2.8% 0;
    border-bottom: 1px solid #dcdcdc;
    cursor: pointer;
}

.er_new li .title {
    line-height: 24px;
}

.er_new li .title .fl {
    font-size: 18px;
    overflow: hidden;
    width: -webkit-calc(100% - 90px);
    width: calc(100% - 90px);
    overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.er_new li .title .fr {
    font-size: 14px;
    color: #a09d9d;
}

.er_new li .img_wrap {
    width: 181px;
}

.er_new li .text_wrap {
    width: -webkit-calc(100% - 181px);
    width: calc(100% - 181px);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 0 3.9%;
}

.er_new li .text_wrap .text {
    font-size: 14px;
    color: #808080;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    margin: 22px 0 0 0;
}

.er_new li .text_wrap .more_wrap {
    text-align: right;
}

.er_new li .text_wrap .more_wrap a {
    font-size: 14px;
    color: #808080;
    background: #f2f2f2;
    line-height: 26px;
    padding: 0 5px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.er_new li:hover .text_wrap .more_wrap a {
    background: #ce282d;
    color: #fff;
}

.er_new li:hover .title .fl {
    color: #ce282d;
}

.my_pa2 {
    padding: 12% 0 0 0;
}

.er_wrap_pbs110 {
    padding: 0 0 5.1% 0;
}

/* 新闻中心详情页面 */

.er_new_center {
    padding: 5% 0 0 0;
}

.er_new_center .title {
    text-align: center;
    color: #333333;
    font-size: 24px;
    line-height: 1.5;
}

.er_new_center .author {
    text-align: center;
    color: #333333;
    font-size: 14px;
    margin: 5px 0 3% 0;
    line-height: 2.5;
}

.er_new_center .text {
    text-align: left;
    color: #666666;
    font-size: 16px;
    line-height: 2.25;
}

.er_new_center .text p {
    text-indent: 2em;
}

.er_new_center .img_wrap {
    margin: 4.6% 0 4.6% 0;
}

.pre_nexa {
    color: #333333;
    font-size: 16px;
    line-height: 36px;
    padding: 11.2% 0 0 0;
}

.er_wrap_pbs65 {
    padding: 0 0 3.5% 0;
}

.zbadv {
    padding: 1.2% 0 0 0;
}

.zbadv li {
    border-bottom: 1px dashed #b3b3b3;
    padding: 2.5% 0;
}

.zbadv .sa {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: #535353;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    vertical-align: middle;
}

.zbadv .date {
    color: #333;
    font-size: 16px;
    width: 100px;
    text-align: right;
}

.zbadv .title_wrap {
    line-height: 36px;
}

.zbadv .title {
    font-size: 20px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
    overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.zbadv .text {
    line-height: 30px;
    height: 60px;
    overflow: hidden;
    color: #666666;
    margin: 1.1% 0 0 0;
}

.zbadv li:hover .title {
    color: #ce282d;
}

.zbadv li:hover .sa {
    background: #ce282d;
}

.er_wrap_pbs356 {
    padding: 0 0 18.6% 0;
}

.hon {}

.hon .show {
    text-align: left;
    color: #333333;
    font-size: 24px;
    line-height: 1.5;
    margin: 4.7% 0;
}

.hon .show2 {}

.hon .show2 li {
    float: left;
    width: 23.4%;
    margin-left: 7.45%;
}

.hon .show3 {
    margin: 7.1% 0 0 0;
}

.hon .show3 li {
    float: left;
    width: 22.6%;
    margin-right: 3.2%;
}

.hon .show3 li:nth-of-type(4n) {
    margin-right: 0;
}

.er_wrap_pbs242 {
    padding: 0 0 12.6% 0;
}

.fixed_right {
    width: 121px;
    position: fixed;
    right: 1.875%;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-border-radius: 5px;
            border-radius: 5px;
    background: rgba(200, 200, 200, 0.8);
    z-index: 10;
    text-align: center;
}

.fixed_right li {
    height: 108px;
    position: relative;
    border-bottom: 1px solid #fff;
    color: #fff;
}

.fixed_right li .iconfont {
    font-size: 48px;
}

.fixed_right li:last-of-type {
    border: none;
}

.fixed_right li .right_table {
    display: table;
    width: 100%;
    height: 100%;
}

.fixed_right li .right_table .right_table_cell {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    height: 100%;
}

.fixed_right li .right_table .right_table_cell p {
    color: #fff;
}

.fixed_right li:last-of-type .iconfont {
    color: #333333;
}

.li_hidden {
    position: absolute;
    top: 0;
    right: 110%;
    background: rgba(200, 200, 200, 0.8);
    display: none;
    min-height: 100%;
    font-size: 20px;
    min-width: 100%;
    height: 100%;
    /* border-right: 1px solid #fff; */
    -webkit-border-radius: 5px;
            border-radius: 5px;
}

.li_hidden p {
    /* padding: 0 5%;
    box-sizing: content-box; */
}

.fixed_right li:hover .li_hidden {
    display: block;
}

/* 引导页 */

.yindao_wrap {
    background-size: cover;
    text-align: center;
}

.yindao_wrap .yindao_img1_wrap {
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 60%;
}

.yindao_wrap .yindao_img1_wrap img {
    width: 100%;
}

.yindao_wrap .yindao_img2_wrap {
    position: absolute;
    bottom: 13.1%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}

.yindao_wrap .yindao_img2 {
    -webkit-animation-name: my;
            animation-name: my;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
}

@-webkit-keyframes my {
    0% {
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(20px);
                transform: translateY(20px);
    }
    100% {
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
    }

}

@keyframes my {
    0% {
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
    }
    50% {
        -webkit-transform: translateY(20px);
                transform: translateY(20px);
    }
    100% {
        -webkit-transform: translateY(0px);
                transform: translateY(0px);
    }

}