.mg-t20 {
    margin-top: 20px;
}

.mainArea {
    width: 950px;
    font-family: "Microsoft Yahei", SimHei, STHeiti, Helvetica, serif, Arial;
}

.mainArea .EnglishF {
    font-family: Helvetica, Simsun, Simhei, Arial, sans-serif;
}

.mainArea .contentsBlock__image {
    width: 950px;
    margin-bottom: 40px;
}

.mainArea .contentsBlock__image .top-bnt {
    width: 950px;
    height: 62px;
    background: url("../images/top-btn-bg.png");
    text-align: center;
    padding-top: 13px;
}

.mainArea .hot_product {
    margin-top: 20px;
    padding-bottom: 20px;
    background: #fafafa;
    background-image: linear-gradient(to bottom, #fff, #e8e8e8);
}

.mainArea .hot_product .btn_group {
    width: 850px;
    padding: 0px 50px;
}

.mainArea .hot_product h4 {
    padding: 0px 50px;
    margin-top: 30px;
}

.mainArea .hot_product .btn_group li {
    width: 232px;
    height: 119px;
    font-size: 30px;
    padding-top: 35px;
    padding-left: 180px;
    float: left;
    margin-top: 15px;
    color: #1f60a0;
    font-weight: bold;
}

.mainArea .hot_product .more {
    margin-top: 20px;
    text-align: center;
}

.mainArea .hot_product .btn_group li span {
    font-size: 24px;
    color: #000;
}

.mainArea .hot_product .btn_group li .tdu {
    font-style: normal;
    border-bottom: 2px solid #1f60a0;
}

.mainArea .hot_product .btn_group .btn01 {
    background: url("../images/btn01.jpg");
}

.mainArea .hot_product .btn_group .btn02 {
    padding-top: 55px;
    height: 99px;
    margin-left: 25px;
    background: url("../images/btn02.jpg");
}

.mainArea .hot_product .btn_group .btn03 {
    background: url("../images/btn03.jpg");
}

.mainArea .hot_product .btn_group .btn04 {
    margin-left: 25px;
    background: url("../images/btn04.jpg");
}

.mainArea .hot_product .btn_group .btn05 {
    background: url("../images/btn05.jpg");
}

.mainArea .hot_product .btn_group .btn06 {
    margin-left: 25px;
    background: url("../images/btn06.jpg");
}

.mainArea .hot_product .btn_group .btn07 {
    background: url("../images/btn07.jpg");
}

.mainArea .hot_product .btn_group .btn08 {
    margin-left: 25px;
    background: url("../images/btn08.jpg");
}

.mainArea .product_point {
    margin-top: 20px;
}

.mainArea .product_type {
    margin-top: 20px;
    background: #fefefe;
    padding-bottom: 20px;
    background-image: linear-gradient(to bottom, #fefefe, #dadada);
}

.mainArea .product_type table {
    width: 910px;
    margin: 0 20px;
    text-align: center;
    margin-top: 6px;
    padding-bottom: 6px;
    border-bottom: 1px solid #f0d555;
    font-size: 15px;
}

.mainArea .product_type table.tb2 {
    margin-top: 30px;
}

.mainArea .product_type table th {
    background: #e2f1f6;
    border-right: 1px solid #fff;
    padding: 5px 0px;
    font-weight: normal;
    text-align: center;
}

.mainArea .product_type table td {
    padding: 5px 0px;
    background: #f6f6f6;
    border-right: 1px solid #fefefe;
}

.mainArea .product_type table td.odd {
    background: #efefef;
}

.mainArea .product_type table tr.cb {
    color: #1f60a0;
}

.mainArea .contact {
    height: 411px;
    position: relative;
    margin-top: 20px;
}

.mainArea .contact .content {
    position: absolute;
    right: 50px;
    top: 105px;
    width: 314px;
    text-align: center;
}

.mainArea .contact .content .way {
    font-size: 24px;
    font-weight: bold;
    margin-top: 10px;
}

.mainArea .contact .content .detail {
    width: 314px;
    height: 46px;
    color: #000;
    padding: 5px 0px;
    border: 1px solid #ccc;
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    background: #f2f2f2;
    position: relative;
    border-radius: 3px;
}

.mainArea .contact .content a {
    text-decoration: none;
}

.mainArea .contact .content .detail span {
    background: url("../images/icon.png");
    display: inline-block;
    width: 19px;
    height: 19px;
    position: absolute;
    left: 30px;
    top: 15px;
}

.mainArea .mean-list {
    width: 950px;
    height: 70px;
    background: url("../images/mean-img-bg.png");
    position: relative;
}

.mainArea .mean-list>img {
    position: absolute;
}

.mainArea .mean-list>.oneImg {
    left: 60px;
    top: 25px;
    z-index: 2;
}

.mainArea .mean-list>.oneImg1 {
    left: 764px;
}

.mainArea .mean-list .one {
    margin-left: 0px;
}

.mainArea .mean-list .two {
    width: 265px;
    margin-right: 67px;
}

.mainArea .mean-list a {
    margin-top: 1px;
    margin-right: 1px;
    display: block;
    width: 315.5px;
    height: 68px;
    background: #fff;
    float: left;
    opacity: 0;
    filter: "alpha(opacity=0)";
    filter: alpha(opacity=0);
    transition: all 0.15s;
    text-indent: 100%;
    white-space: nowrap;
    overlflow: hidden;
}

.mainArea .mean-list a:hover {
    opacity: 0.3;
    filter: "alpha(opacity=30)";
    filter: alpha(opacity=30);
}

.mainArea .content-block {
    width: 950px;
}

.mainArea .content-block .content-title {
    width: 950px;
    height: 45px;
    background: #4b6f8f;
    font-size: 26px;
    color: #fff;
    text-align: center;
    line-height: 45px;
    letter-spacing: 3px;
    position: relative;
}

.mainArea .content-block .content-title>a {
    position: absolute;
    right: 7px;
    top: 7px;
}

.mainArea .content-block .shop-content {
    padding: 20px;
    width: 910px;
    background: #f4f4f2;
}

.mainArea .content-block .shop-content ul {
    overflow: hidden;
}

.mainArea .content-block .shop-content ul li {
    background: #fff;
    float: left;
    width: 175px;
    border: 1px solid #bcc0c3;
    text-align: center;
    margin-right: 5px;
    margin-bottom: 5px;
    padding: 10px 0;
    font-size: 12px;
    color: #454545;
    text-align: center;
}

.mainArea .content-block .shop-content ul li>.logo {
    margin-bottom: 10px;
    text-align: center;
}

.mainArea .content-block .shop-content ul li>.name {
    text-align: center;
    font-size: 14px;
    color: #454545;
    line-height: 1.3;
    padding-top: 10px;
}

.mainArea .content-block .shop-content ul li>.day {
    border: 1px solid #4a6e8e;
    margin: 10px auto;
    width: 128px;
    height: 22px;
    line-height: 22px;
    color: #4a6e8e;
}

.mainArea .content-block .shop-content ul li>.price {
    margin-top: 10px;
    color: #c7243a;
    font-size: 18px;
}

.mainArea .content-block .shop-content ul>.last {
    margin-right: 0;
}

.mainArea .logo-show {
    width: 919px;
    height: 224px;
    padding-top: 30px;
    padding-left: 25px;
    background: #f4f4f2;
    border: 3px solid #e0e0e0;
}

.mainArea .logo-show img {
    vertical-align: middle;
}

.mainArea .logo-show p {
    padding-left: 15px;
    text-indent: 38px;
    display: inline-block;
    font-size: 19px;
    color: #454545;
    vertical-align: middle;
    width: 580px;
}

.mainArea .note {
    margin-top: 20px;
    font-size: 12px;
}

.mainArea .main-infor-4 {
    margin-top: 30px;
    width: 950px;
    height: 530px;
    background: #f4f4f2;
}

.mainArea .main-infor-4>h5 {
    letter-spacing: 2px;
    background: #008cca;
    width: 650px;
    height: 48px;
    line-height: 48px;
    font-size: 28px;
    padding-left: 300px;
    margin-bottom: 20px;
    color: #fff;
}

.mainArea .main-infor-4>h5 span {
    display: inline-block;
    vertical-align: top;
}

.mainArea .main-infor-4>h5 strong {
    font-size: 38px;
    vertical-align: bottom;
}

.mainArea .main-infor-4>h5 img {
    display: inline-block;
    vertical-align: middle;
    margin-top: -8px;
}

.mainArea .main-infor-4>img {
    margin: 0 auto;
    display: block;
    border: 0;
}

.mainArea .main-infor-4>a {
    display: block;
    margin: 25px auto 0;
    width: 378px;
    height: 58px;
}

.mainArea .main-infor-4>a:hover {
    opacity: 0.75;
    filter: alpha(opacity=75);
}


/*# sourceMappingURL=style.css.map */

.shop-content ul li .mark {
    position: relative;
}

.shop-content ul li .mark .ico {
    position: absolute;
    background: url(../images/ico.png)no-repeat;
    width: 30px;
    height: 45px;
    color: #FFF;
    top: 0;
    left: 15px;
}

.shop-content .mark .ico span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    line-height: 1.3;
    width: 30px;
    height: 35px;
    font-size: 12px;
}


/* 导航部分 */

.product_slide {
    padding: 0px;
    width: 955px;
}

.product_slide li {
    float: left;
    width: 230px;
    height: 43px;
    margin-right: 9px;
    margin-bottom: 10px;
}

.product_slide .list--last {
    margin-right: 0;
}

.product_slide .list--end {
    margin-bottom: 25px;
}

.product_slide a {
    position: relative;
    width: 230px;
    height: 43px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    border-radius: 5px;
    background-color: #4b6f8f;
    background: -moz-linear-gradient(top, #4b6f8f, #BFCFFF, #4b6f8f);
    background: -webkit-linear-gradient(top, #4b6f8f, #BFCFFF, #4b6f8f);
    background: -o-linear-gradient(top, #4b6f8f, #BFCFFF, #4b6f8f);
    background: -ms-linear-gradient(top, #4b6f8f, #BFCFFF, #4b6f8f);
    background: linear-gradient(top, #4b6f8f, #BFCFFF, #4b6f8f);
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    text-align: left;
    text-indent: 30px;
    line-height: 40px;
    text-decoration: none;
}

.product_slide a span {
    position: absolute;
    top: 16px;
    right: 5px;
    display: block;
    width: 14px;
    height: 10px;
    background: url(../images/mean-bg.png) no-repeat 0 0;
}

.product_slide a:hover {
    text-decoration: none;
    opacity: 0.75;
}


/* 价格咨询 */

.barnot {
    width: 950px;
    height: 45px;
    line-height: 45px;
    margin: 10px 0;
    background-color: #fff;
    border: 1px solid #1286e9;
    box-sizing: border-box;
}

.barnot span {
    color: #000;
    font-size: 14px;
    font-family: "微软雅黑";
    padding-left: 10px;
}

.section2 {
    width: 950px;
    height: 40px;
    position: relative;
}

.sec02 {
    width: 950px;
    height: 40px;
    padding: 0;
    background: url(../images/03.jpg) 0 0;
}

.sec02 span {
    font-size: 18px;
    line-height: 40px;
    color: #ffffff;
    padding-left: 20px;
    font-weight: bold;
}

.section2>a {
    position: absolute;
    right: 7px;
    top: 7px;
}