/* CSS Document */

* {
    padding: 0;
    margin: 0;
    word-spacing: normal;
    font-family: "å¾®è½¯é›…é»‘";
}

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

textarea {
    -webkit-appearance: none;
}

a,
input {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0)
}

.height {
    width: 100%;
    display: block;
    height: 90px;
}

html,
body,
div,
p,
img,
ul,
li,
a,
span,
h1 {
    margin: 0px;
    padding: 0px;
    border: 0px;
    list-style: none;
    text-decoration: none;
    font-family: "å¾®è½¯é›…é»‘";
    outline: none;
}

html,
body {
    height: 100%;
}

/*æœ€æ–°æ¶ˆæ¯*/
.bg {
    background: #f4f6f8;
}

.banner {
    position: relative;
    margin: 0 auto;
    height: 467px;
    background: url(https://www.fesco.com.cn/webfile/Img/dep/dep-banner.jpg) no-repeat center;
}

.nav1 {
    position: absolute;
    height: 52px;
    line-height: 52px;
    bottom: 0;
    background: rgba(28, 28, 28, 0.5);
    width: 100%;
}

.nav1 ul {
    width: 1100px;
    margin: 0 auto;
}

.nav1 ul::after {
    content: "";
    clear: both;
    display: block;
}

.nav1 li {
    float: left;
    width: 20%;
}

.nav1 li a {
    display: block;
    font-size: 17px;
    color: #ffffff;
    text-align: center;
}

.nav-active {
    background: #5eb7e8;
}

.content {
    width: 1100px;
    margin: 0 auto;
    margin-bottom: 50px;
}

.title {
    background: #ffffff;
    font-size: 25px;
    color: #323232;
    padding: 30px 0;
    text-align: center;
    margin-top: 40px;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    box-shadow: 2px 2px 6px #dddddd;
}

.newsbox {
    background: #ffffff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    box-shadow: 2px 2px 6px #dddddd;
    padding: 20px;
    margin-top: 40px;
}

.newstitle {
    font-size: 20px;
    font-weight: bold;
    border-left: 3px solid #5eb7e8;
    padding-left: 10px;
    margin-bottom: 30px;
}

.newstitle a {
    font-size: 12px;
    color: #646464;
    float: right;
    font-weight: normal;
}

.newstitle a:hover,
.news h3 a:hover,
.news p a:hover {
    color: #5eb7e8;
}

.newslist {
    margin: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #eeeeee;
}

.newslist:last-child {
    border-bottom: 0;
}

.news h3 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news h3 a {
    font-size: 16px;
    color: #323232;
}

.news p {
    margin-top: 10px;
}

.news p a {
    font-size: 14px;
    color: #535353;
}

.fenye {
    overflow: hidden;
    margin-top: 30px;
}

.fenye a,
.fenye span {
    float: right;
    color: #646464;
    font-size: 14px;
    margin-left: 15px;
}

.fenye a:hover {
    color: #5eb7e8;
}

.pc-banner {
    display: block;
}

.h5-banner {
    display: none;
}

@media screen and (max-width: 800px) {
    .v1 {
        width: 12vw !important;
    }

    .v2 {
        width: 22vw !important;
    }

    .v4 {
        width: 44vw !important;
    }

    .nav1 li {
        padding: 0 !important;
    }

    .pc-banner {
        display: none;
    }

    .h5-banner {
        display: block;
    }

    .banner {
        height: auto;
    }

    .banner img {
        position: relative;
        width: 100%;
        left: 0;
        margin-left: 0;
    }

    .nav1 {
        height: 34px;
        line-height: 34px;
    }

    .nav1 ul {
        width: 100%;
    }

    .nav1 li a {
        font-size: 15px;
    }

    .content {
        width: 100%;
    }

    .newsbox,
    .fenye {
        margin-top: 20px;
    }

    .content {
        margin-bottom: 20px;
    }

    .title {
        margin-top: 20px;
        padding: 10px 0;
        font-size: 16px;
        font-weight: bold;
    }

    .newsbox {
        padding: 5px;
    }
}

@media screen and (max-width: 321px) {
    .nav1 li {
        padding: 0 5px;
        font-size: 13px;
    }
}

/*ç”¨å·¥æŽ¨è*/
.title span {
    color: #5eb7e8;
    font-weight: bold;
}

.workbox {
    overflow: hidden;
    margin: 0 -20px;
    margin-top: 30px;
}

.work {
    padding: 20px;
    width: calc(50% - 40px);
    float: left;
}

.subwork {
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    box-shadow: 2px 2px 6px #dddddd;
    background: #ffffff;
    padding: 20px;
}

.headbox {
    overflow: hidden;
}

.work .head {
    float: left;
}

.work .personal-mes {
    color: #535353;
    font-size: 16px;
    float: left;
}

.profilebox {
    background: #f4f6f8;
    padding: 10px;
    margin-top: 20px;
}

.profilebox div {
    color: #535353;
    font-size: 16px;
}

.profilebox div:last-child {
    margin-top: 10px;
}

.personal-mes {
    line-height: 30px;
    padding-top: 30px;
    margin-left: 5%;
    width: calc(100% - 110px - 5%);
}

.personal-mes>div>span {
    display: inline-block;
    width: 48%;
}

@media screen and (max-width: 800px) {
    .workbox {
        margin: 0;
    }

    .work {
        width: 100%;
        box-sizing: border-box;
        float: none;
        padding: 10px 0;
    }

    .work:first-child {
        padding-top: 20px;
    }

    .work .head {
        float: none;
        text-align: center;
    }

    .work .head img {
        width: 30%;
    }

    .personal-mes {
        width: 100%;
    }

    .subwork {
        padding: 10px;
    }
}

/*é¦–é¡µ*/
.index-title {
    font-size: 34px;
    color: #3b3a3a;
    text-align: center;
    margin: 60px 0;
    background: url(https://www.fesco.com.cn/webfile/Img/dep/index-titlebg.jpg) no-repeat center bottom;
    padding-bottom: 30px;
    font-weight: bold;
}

.caculater-box {
    margin: 0 auto 50px;
    padding-bottom: 30px;
    position: relative;
}

.caculater {
    width: 800px;
    background: #ffffff;
    margin: 0 auto;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    padding: 40px 20px;
    overflow: hidden;
    box-shadow: 0 6px 10px #e9e9e9;
    margin-top: 30px;
}

.caculater-title {
    text-align: center;
    font-size: 20px;
    color: #1a1a1a;
}

.caculater-title span {
    text-align: center;
    font-size: 16px;
    color: #b4b4b4;
}

.modebox {
    margin: 30px 0;
}

.modebox label {
    color: #323232;
    font-size: 14px;
    text-align: right;
    width: 160px;
    display: inline-block;
    margin-right: 5px;
}

.modebox input {
    border: 1px solid #e5e5e5;
    height: 30px;
    line-height: 30px;
    outline: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    padding-left: 5px;
    width: 190px;
    box-sizing: border-box;
    color: #323232;
}

.modebox span {
    color: #323232;
    font-size: 14px;
}

.cal-left {
    float: left;
    width: 50%;
    border-right: 1px solid #e7e7e7;
}

.check-btn {
    width: 190px;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    background: #149bdb;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    margin-left: 168px;
}

.cal-right {
    float: right;
    width: 49%;
    padding: 0 30px;
    box-sizing: border-box;
}

.cal-right h1 {
    font-size: 14px;
}

.result {
    height: 32px;
    line-height: 32px;
    border-left: 3px solid #149bdb;
    background: #f3f3f3;
    color: #323232;
    font-size: 14px;
    padding-left: 15px;
    margin-top: 20px;
}

.result span {
    color: #149bdb;
}

.res-tips {
    color: #646464;
    font-size: 12px;
    margin-top: 20px;
    text-align: right;
    margin-right: 20px;
}

.align-left {
    text-align: left;
    margin-top: 10px;
}

.vediobox {
    background: #ffffff;
    padding: 1px 0 70px 0;
}

.vedio-con {
    overflow: hidden;
    position: relative;
    width: 1100px;
    margin: 0 auto;
}

.vedio {
    width: 2000px;
    overflow: hidden;
}

.vedio li {
    float: left;
    width: 310px;
    height: 160px;
    margin-right: 30px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
}

.vedio-con li img {
    width: 310px;
    height: 160px;
}

.vedio li:first-child,
.vedio li:last-child {
    width: auto;
    margin-right: 0;
}

.vedio-right {
    position: absolute;
    right: -1px;
    top: 0;
    width: 55px !important;
    background: url(https://www.fesco.com.cn/webfile/Img/dep/narrow-right.png) no-repeat center !important;
}

.vedio-left {
    position: absolute;
    left: 0;
    top: 0;
    width: 55px !important;
    background: url(https://www.fesco.com.cn/webfile/Img/dep/narrow-left.png) no-repeat center !important;
}

.honor {
    width: 1100px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    margin-bottom: 60px;
}

.honor ul {
    width: 2000px;
}

.hornor-sub {
    float: left;
    background: #ffffff;
    margin-right: 50px;
    box-shadow: 4px 4px 4px #eeeeee;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    width: 250px;
    height: 250px;
}

.honor li:first-child,
.honor li:last-child {
    width: auto;
    margin-right: 0;
    box-shadow: none;
}

.hornor-sub img {
    width: 250px;
    height: 150px;
}

.honor-title {
    color: #3b3a3a;
    font-size: 15px;
    font-weight: bold;
    padding: 10px;
    max-width: 230px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.honor-company {
    font-size: 14px;
    color: #787575;
    padding: 10px;
    padding-top: 0;
    line-height: 25px;
}

@media screen and (max-width:800px) {
    .mb-dis {
        display: none;
    }

    .caculater-title {
        margin-top: 20px;
    }

    .cal-left {
        float: none;
        width: 100%;
        border-bottom: 1px solid #e7e7e7;
        border-right: 0;
    }

    .cal-right {
        float: none;
        border: 0;
        width: 100%;
        margin-top: 20px;
    }

    .caculater {
        width: 100%;
        box-sizing: border-box;
        padding: 20px;
        margin-top: 10px;
    }

    .modebox input {
        width: 100%;
        margin-top: 5px;
    }

    .modebox a {
        margin-left: 0;
        width: 100%;
    }

    .modebox {
        text-align: left;
    }

    .modebox label {
        display: block;
        text-align: left;
    }

    .modebox span {
        width: 40%;
        display: inline-block;
        text-align: left;
    }

    .caculater-box {
        margin: 0;
        padding-top: 0;
    }

    .res-tips {
        text-align: center;
        margin-bottom: 20px;
    }

    .index-title {
        margin: 20px 0;
        font-size: 26px;
        padding-bottom: 10px;
    }

    .vedio-con,
    .honor {
        margin: 0 10px;
        width: calc(100% - 20px);
    }

    .vedio-left,
    .vedio-right {
        display: none;
    }

    .vedio li {
        float: none;
        width: 100%;
        margin-top: 10px;
        height: auto;
    }

    .honor li {
        width: 48%;
        margin: 0 1% 10px 1%;

    }

    .vedio li img,
    .honor li img {
        width: 100%;
    }

    .vedio,
    .honor ul {
        width: 100%;
    }

    .vediobox {
        padding-bottom: 20px;
    }

    .honor-title {
        max-width: 100%;
        text-overflow: inherit;
        white-space: inherit;
    }

    .honor-company {
        line-height: 1.3;
    }
}

/*è§£å†³æ–¹æ¡ˆ*/
.service-box {
    width: 1100px;
    margin: 0 auto;
}

.service-box::after,
.service::after {
    content: "";
    clear: both;
    display: block;
}

.service {
    margin-left: -30px;
    margin-right: -30px;
}

.service li {
    float: left;
    width: 16.6%;
}

.service-cont {
    background: #ffffff;
    text-align: center;
    margin: 0 30px;
    padding: 40px 0;
    box-shadow: 0 4px 8px #eeeeee;
    border-radius: 4px;
}

.service-text {
    font-size: 18px;
    color: #535353;
    margin-top: 10px;
    font-weight: bold;
}

.postbox {
    background: #ffffff;
    padding: 10px 0 40px 0;
    margin: 80px 0 40px 0;
}

.postcontent {
    width: 930px;
    margin: 0 auto;
    text-align: center;
}

.post-title {
    font-size: 29px;
    color: #383838;
    text-align: center;
    font-weight: bold;
    margin-top: 20px;
}

.post-title:first-child {
    margin-top: 0;
}

.post-text {
    width: 730px;
    font-size: 20px;
    color: #383838;
    margin: 40px auto;
    text-align: left;
}

.goodness li {
    width: 33.3%;
}

.goodness .service-cont {
    height: 200px;
    padding: 40px;
    margin: 0 15px;
	box-sizing: content-box;
}

.goodness-text {
    color: #494949;
    font-size: 16px;
    margin-top: 20px;
    text-align: left;
}

.goodness1,
.goodness {
    margin-top: 20px;
    margin-left: -15px;
    margin-right: -15px;
}

.goodness1 li {
    width: 50%;
}

.goodness1 .service-cont {
    height: 260px;
    margin: 0 15px;
}

.goodness1 .service-cont {
    height: 200px;
    padding: 40px;
	box-sizing: content-box;
}

@media screen and (max-width:800px) {
    .service-box {
        width: 100%;
        margin-top: 10px;
    }

    .service li {
        width: 33.3%;
        margin-top: 10px;
    }

    .service-cont {
        margin: 0 5px;
    }

    .service {
        margin: 0 10px;
    }

    .postcontent {
        width: 100%;
    }

    .postcontent img {
        width: 60%;
    }

    .post-text {
        font-size: 15px;
        margin: 10px;
        padding: 10px;
        width: auto;
    }

    .postbox {
        margin-top: 30px;
        margin-bottom: 20px;
    }

    .post-title {
        margin: 20px 0;
        font-size: 20px;
    }

    .goodness li,
    .goodness1 li {
        width: 100%;
    }

    .goodness .service-cont,
    .goodness1 .service-cont {
        height: auto;
        padding: 10px;
        margin: 0 5px;
    }

    .service-text {
        margin-top: 5px;
    }

    .pos {
        display: none;
    }
}

.pos {
    position: relative;
}

.erweima {
    position: absolute;
    top: 52px;
    /* right:0; */
    right: 24px;
    display: none;
}

.erweima>img {
    width: 150px;
}

/*å¼¹æ¡†*/

.ts_box {
    /* background: url(../images/ts_box_bg.png); */
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 90;
}

.ts {
    position: absolute;
    background: #ffffff;
    width: 740px;
    height: 80%;
    overflow-y: auto;
    top: 10%;
    left: 50%;
    margin-left: -370px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -ms-border-radius: 6px;
    -moz-border-radius: 6px;
}

.ts h1 {
    color: #333232;
    font-size: 18px;
    padding: 15px 20px;
    border-bottom: 1px solid #dcdcdc;
}

.ts h1 a {
    float: right;
    font-size: 25px;
    color: #9d9d9d;
    font-weight: normal;
    margin-top: -5px;
}

.registor-box {
    padding-bottom: 20px;
}

.reg-mode {
    margin-top: 20px;
}

.reg-mode label {
    display: inline-block;
    font-size: 14px;
    color: #323232;
    margin-right: 5px;
    width: 100px;
    text-align: right;
    width: 28%;
}

.reg-mode label span {
    color: #eb2727;
}

.reg-mode .reg-int {
    display: inline-block;
    width: 70%;
}

.reg-mode .reg-int input {
    height: 32px;
    line-height: 32px;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    padding-left: 5px;
    outline: none;
    font-size: 14px;
    color: #323232;
    width: 70%;
    box-sizing: border-box;
}

.reg-mode .reg-int textarea {
    resize: none;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 5px;
    outline: none;
    width: 70%;
    font-size: 14px;
    color: #323232;
    box-sizing: border-box;
}

.ver-top {
    vertical-align: top;
    margin-top: 4px;
}

.btn-blue {
    font-size: 16px;
    color: #ffffff;
    background: #149bdb;
    font-weight: normal;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    box-shadow: 0 2px 6px #98cce5;
    width: 70%;
    box-sizing: border-box;
    text-align: center;
}

@media screen and (max-width: 800px) {
    .ts {
        width: 90%;
        left: 5%;
        margin-left: 0;
    }

    .registor-box {
        padding: 20px 10px;
    }

    .reg-mode label {
        display: block;
        text-align: left;
        width: 100%;
    }

    .reg-mode .reg-int {
        display: block;
        width: 100%;
    }

    .reg-mode .reg-int input {
        width: 100%;
    }

    .reg-mode .reg-int textarea {
        width: 100%;
    }

    .btn-blue {
        width: 100%;
    }
}

/*æ–°å¢žä¿®æ”¹*/
.yggl {
    width: 1200px;
    margin: 0 auto;
    background: url(https://www.fesco.com.cn/webfile/Img/dep/index-subbanner.png) no-repeat center left;
    font-size: 16px;
    color: #646464;
    height: 350px;
    margin-top: 40px;
}

.yggl-text {
    padding: 160px 0 0 330px;
    line-height: 2;
}

.caculater-box {
    padding: 30px 0;
    padding-top: 0;
}

@media screen and (max-width:800px) {
    .yggl {
        width: 100%;
        background: none;
        height: auto;
        margin-top: 10px;
        font-size: 15px;
    }

    .yggl-text {
        padding: 10px;
    }

    .caculater-box {
        padding-top: 10px !important;
    }
}