/*header  #04A46B */
html {
    font-size: 62.5% !important;
}

.wrapper {
    width: 100%;
    height: 60px;
    position: fixed;
    background-color: #376AA1;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;

}

.mid {
    width: 63%;
    min-width: 860px;
    margin: 0 auto;
    position: relative;
}

.white {
    background-color: #fff;
}

.green {
    background-color: #376AA1;
}

.content .logo1 {
    display: block;
    margin-top: 15px;
    float: left;
}

.logo-img1 {
    max-width: 120px;
    max-height: 45px;
}

.wrapper .menu {
    float: left;
    margin-left: 100px;
}

.menu-list {
}

.menu li {
    position: relative;
    float: left;
    margin-right: 50px;
    height: 60px;
    line-height: 60px;
}

.border-line, .take-border-line {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
    bottom: 8px;
    left: 0;
    z-index: 999999;
}

.border-line {
    display: none;
}

.menu a {
    display: block;
    color: #FFF;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 14px;
}

.menu a:hover {
    font-size: 16px;
}

.freeBtn {
    position: relative;
    display: inline-block;
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-top: 15px;
    border: 1px solid #fff;
    border-radius: 4px;
    float: right;
    font-size: 14px;
    color: #FFF;
    cursor: pointer;
}

.freeBtn .chat {
    position: absolute;
    top: 25px;
    right: 0;
    display: none;
}

.freeBtn .chat img {
    width: 220px;
}

.freeBtn:hover {
    background-color: #fff;
    color: #376AA1 !important;
}

#num {
    display: inline-block;
    width: 130px;
}

.sq-btn, .close-btn {
    position: absolute;
    top: 8px;
    right: 0;
    display: none;
}

.menu-bottom {
    position: absolute;
    width: 100%;
    padding-top: 10px;
    background-color: #fff;
    top: 40px;
    left: 100%;
}

.menu-bottom a {
    display: block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
}

.menu-bottom a.active {
    color: #376AA1;
}

.banner {
    width: 100%;
    height: 520px;
    padding-top: 60px;
    background-color: #376AA1;
}

.sectionLeft {
    width: 340px;
    margin-top: 120px;
}

.sectionLeft .text {
    color: #fff;
    font-size: 32px;
}

.contact, .case {
    display: inline-block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #fff;
    font-size: 14px;
    color: #fff;
    margin-top: 40px;
    border-radius: 4px;
    cursor: pointer;
}

.details {
    display: block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #008CD7;
    font-size: 14px;
    color: #008CD7;
    margin-top: 40px;
    border-radius: 4px;
    cursor: pointer;
}

.contact {
    margin-right: 20px;
}

.contact:hover, .case:hover {
    background-color: #fff;
    color: #376AA1;
}

.sectionright {
    position: absolute;
    right: -100px;
    top: -100px;
}

.sectionright .bannerImg {

}

/*main部分*/
.main {
    width: 100%;
    height: 540px;
}

.mainTitle {
    padding-top: 65px;
    text-align: center;
}

.mainTitle h3, .mainRight h3 {
    font-size: 30px;
    color: #000;
    margin-bottom: 10px;
}

.green h3 {
    font-size: 30px;
    color: #fff;
    margin-bottom: 10px;
}

.white h3 {
    color: #000;
}

.mainRight {
    position: absolute;
    width: 430px;
    right: 0;
    top: 0;
    margin-top: 220px;
}

.greenMainLeft {
    position: absolute;
    width: 430px;
    left: 0;
    top: 0;
    margin-top: 200px;
}

.mainRight small {
    line-height: 1.8;
}

.greenMainLeft small {
    line-height: 1.8;
}

.green small {
    color: #fff;
}

.green .details {
    border: 1px solid #fff;
    color: #fff;
}

.mainLeft {
    position: absolute;
    left: 0;
    top: 150px;
}

.greenMainRight {
    position: absolute;
    right: 0;
    top: 180px;
}

.commentBox {
    width: 100%;
    height: 450px;
    box-sizing: border-box;
}

.mapBox {
    width: 100%;
    height: 200px;
    background-image: url(../images/map3.jpg);
    background-size: 100%;
}

.map p {
    color: #000000;
    font-size: 28px;
    padding-top: 50px;
    text-align: center;
}

.map span {
    display: block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #376AA1;
    font-size: 14px;
    color: #376AA1;
    margin: 40px auto;
    border-radius: 4px;
    cursor: pointer;
}

.footBox {
    width: 100%;
    min-height: 200px;
    background-color: #376AA1;
    color: #fff;
    padding-bottom: 20px;
}

.footLeft img {
    max-width: 160px;
    max-height: 60px;
}

.footer {
    padding-top: 50px;
}

.footer img {
    cursor: pointer;
}

.footRight a {
    display: inline-block;
    margin-right: 20px;
}

.mt10 {
    margin-top: 10px;
}

.commentBox .commentTitle {
    text-align: center;
}

.commentBox .commentTitle h3 {
    font-size: 28px;
    padding-top: 50px;
}

.commentBox .commentTitle small {
    display: block;
    margin-top: 15px;
}

.commentContext {
    width: 32%;
    float: left;
    margin-right: 2%;
    margin-top: 40px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 10px;
    font-size: 14px;
}

.commentContext:last-of-type {
    margin-right: 0;
}

.commentContextTop {
    height: 50px;
}

.commentContextTop .topImg {
    display: block;
    width: 15%;
}

.commentContextTop .topImg img {
    width: 50px;
}

.commentContextTop .topText {
    display: block;
    width: 70%;
    margin-left: 15%;
    margin-top: 5px;
}

.bottomText {
    margin-top: 20px;
    font-size: 14px;
}

.fontBlue {
    color: #376AA1;
    font-size: 14px;
}

.colorBlack {
    color: #000;
    font-size: 16px;
}

/* @media screen and (min-width:300px) and (max-width:500px)
 * 媒体查询
 * 
@media screen and (max-width:500px) {
    .wrapper{
    	height: 4rem;
	}
	.logo-img1{
		height: 4rem;
	}
	.content{
		width: 94%;
		margin: 0 auto;
	}
	.freeBtn{
		display: none;
	}
	.wrapper .menu{
		display: none;
	}
	.sq-btn{
		display: block;
	}
}*/

/*
 	弹出二维码
 * */
.mask {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #CCCCCC;
    opacity: 0.6;
    z-index: 9999;
}

.chatCode {
    position: fixed;
    width: 450px;
    height: 370px;
    display: none;
    background-color: #fff;
    text-align: center;
    top: 50%;
    left: 50%;
    margin-left: -225px;
    margin-top: -185px;
    z-index: 10000;
    border-radius: 3px;
}

.chatCode .text {
    width: 80%;
    margin: 20px auto;
    line-height: 1.6;
    font-size: 14px;
    color: #666;
}

/**
 * 
 * 外卖学院
 **/

.take-content {
    width: 100%;
    height: 500px;
    background-color: #376AA1;
    margin-top: 60px;
    text-align: center;
    color: #fff;
    padding-top: 80px;
}

.take-title {
    font-size: 40px;
    margin-bottom: 30px;
}

.take-detail {
    position: relative;
    width: 80%;
    max-width: 960px;
    min-height: 600px;
    margin: 0 auto;
    padding: 56px 0;
    margin-top: -220px;
    margin-bottom: 56px;
    background: #FFF;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1), 0 6px 18px 0 rgba(0, 0, 0, .12);
}

.take-detail ul {
    width: 100%;
    height: 100%;
    padding-left: 160px;
    padding-right: 56px;
}

.take-detail li {
    width: 100%;
    height: 112px;
    padding-left: 24px;
    position: relative;
    cursor: pointer;
    box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, .1);
}

.take-report {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.take-report-title {
    color: rgba(0, 0, 0, .87);
    line-height: normal;
    font-size: 20px;
    margin-top: 28px;
    max-width: 580px;
}

.take-report-link {
    font-size: 13px;
    margin-top: 10px;
}

.link-code {
    color: #5182E4;
    margin: 0 8px;
}

.take-time {
    position: absolute;
    top: 32px;
    left: -100px;
    float: left;
    display: inline-block;
    width: 160px;
}

.take-time > span {
    position: absolute;
    top: 0;
    left: 0;
    width: 80px;
    height: 56px;
    display: block;
}

.take-month {
    font-size: 14px;
    color: rgba(0, 0, 0, .87);
    background: url(../images/date_split_line.png) no-repeat right center;
    background-size: contain;
    text-align: right;
    line-height: 72px;
    padding-right: 16px;
}

.take-day {
    font-size: 36px;
    color: rgba(0, 0, 0, .87);
    line-height: 32px;
}

/**
 * 产品中心
 * **/
.pro-logo {
    position: relative;
}

.public-banner {
    width: 100%;
    height: 350px;
    box-sizing: border-box;
    background-color: #376AA1;
    position: relative;
}

.flex {
    display: flex;
    flex-direction: row
}

.g-height {
    clear: both;
    height: 10px;
}

.widthStyle {
    width: 100%;
    min-width: 1200px;
}

.public-banner .banner-text {
    width: 100%;
    text-align: center;
    color: #fff;
    padding-top: 100px;
    letter-spacing: 2px;
}

.public-banner .banner-text-a {
    position: absolute;
    color: #fff;
    top: 100px;
    left: 45%;
    letter-spacing: 2px;
}

.banner-text .title-top {
    font-size: 15px;
}

.banner-text .title-bottom {
    font-size: 40px;
    margin-bottom: 30px;
}

.banner-text-a .title-a {
    font-size: 36px;
}

.banner-text-a .title-bottom {
    font-weight: 700;
}

.proType-list .item {
    width: 100%;
    box-sizing: border-box;
    padding: 30px 0
}

.item-content {
    width: 70%;
    margin: 0 auto;
    min-width: 867px;
}

.flex > li {
    flex: 1 1;
}

.item-content .liDiv {
    position: relative;
    width: 90%;
    height: 380px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 20px 10px;
    border: 1px solid #999;
    border-radius: 2px;
}

.white .item-content .content-text {
    padding-top: 100px;
}

.itemTitle-top {
    font-size: 28px;
    margin-bottom: 10px;
}

.itemTitle-top small {
    margin-left: 5px;
    font-size: 16px;
    color: #376AA1;
}

.blur .itemTitle-top small {
    color: #ccc;
}

.itemTitle-bottom {
    font-size: 14px;
}

.blur .itemTitle-bottom {
    color: #ccc;
}

.blur {
    background-color: #376AA1;
}

.service_charge .sc_title {
    padding: 30px 0;
    text-align: center;
    font-size: 26px;
    color: #000;
}

.liDiv {
}

.sc-heard {
    padding-bottom: 10px;
    font-size: 20px;
    border-bottom: 2px solid #999;
    letter-spacing: 1px;
}

.sc-body {
    margin-top: 20px;
    font-size: 12px;
}

.textBtn {
    width: 80%;
    height: 40px;
    line-height: 40px;
    position: absolute;
    left: 10%;
    bottom: 10px;
    text-align: center;
    background-color: #999;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
}

.textBtn:hover {
    background-color: #376AA1;
}

/*
 文章页
 * */
.acticle-content {
    margin-bottom: 10px;
}

.art-title {
    width: 100%;
    padding: 40px 0 20px;
    text-align: center;
    font-size: 20px;
    color: #666;
}

.content-detail {
    margin-top: 10px;
    font-size: 14px;
    letter-spacing: 1px;
}

.article-pages {
    box-sizing: border-box;
    margin-bottom: 50px;
}

.article-pages a {
    display: inline-block;
    width: 49%;
    text-decoration: none;
    color: #376AA1;
    font-size: 14px;
    cursor: pointer;
}

.article-pages .rightPage {
    text-align: right;
    width: 50%;
}

.susWinBox {
    position: fixed;
    bottom: 200px;
    right: 16px;
    padding: 10px 6px;
    /* border: 1px solid #ccc;**/
    border-radius: 2px;
}

.susWin {
    width: 60px;
}

.susWin .item {
    padding: 14px 0;
    border-radius: 2px;
    background-color: #33cc99;
    cursor: pointer;
    text-align: center;
}

.susWin .item:hover {
    background-color: #009999;
}

.item-chat {
    margin-bottom: 10px;
}

.susWinBox .chatImg {
    display: none;
    position: absolute;
    left: -200px;
    top: 0;
}

.susWinBox .iphoneText {
    display: none;
    width: 250px;
    height: 80px;
    position: absolute;
    left: -250px;
    bottom: 10px;
    line-height: 80px;
    text-align: center;
    color: #0A81C9;
    border-radius: 3px;
    font-size: 28px;
    font-weight: 700;
    border: 2px dashed #ddd;
    background-color: #fff;
}

/*底部样式开始*/

.line-div {
    clear: both;
    width: 80%;
    min-width: 860px;
    height: 30px;
    margin: 0 auto;
    border-bottom: 1px solid rgba(170, 170, 170, 0.31);
}

.link-bottom {
    width: 63%;
    min-width: 860px;
    margin: 15px auto 0;
    position: relative;
}

.link-bottom li {
    float: left;
    margin-right: 40px;
}

.link-bottom li a {
    display: block;
    color: #ccc;
    font-size: 14px;
}

.info-bottom {
    width: 80%;
    min-width: 860px;
    min-height: 100px;
    margin: 15px auto 0;
    position: relative;
    color: #ccc;
}

.info-bottom .info-item {
    margin-bottom: 1px;
}

.info-bottom .info-item a {
    display: inline-block;
    position: relative;
    width: 160px;
    font-size: 12px;
    color: #ccc;
    text-align: center;
    border-right: 1px solid rgba(170, 170, 170, 0.31);
}

.info-bottom .info-item a:hover {
    color: #fff;
}

.info-bottom .info-item a span {
    position: absolute;
    right: 25px;
}

.info-bottom .introduct-text {
    position: absolute;
    width: 30%;
    right: 0;
    top: 17px;
    word-wrap: break-word;
    font-size: 12px;
    letter-spacing: 1px;
}

.info-bottom .url-text {
    margin-top: 20px;
}

/**
* 底部悬浮框css
* **/
.fixed-bottom {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background-color: #e1e1e1;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

.fixed-bottom .fixed-context {
    width: 80%;
    margin: 0 auto;
}

.fixed-context .context-left {
    color: #376AA1;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
}

.fixed-context .context-right {
    float: right;
}

.fixed-context .context-right input {
    padding: 6px 10px;
    margin-right: 12px;
    border: 1px solid #376AA1;
    border-radius: 3px;
    font-size: 12px;
    outline: none;
}

.fixed-context .context-right button {
    padding: 5px 30px;
    border: 1px solid #376AA1;
    border-radius: 3px;
    background-color: #376AA1;
    font-size: 12px;
    color: #fff;
    cursor: pointer;
    outline: none;
}

.page-box {
    box-sizing: border-box;
    margin-top: 30px;
    font-size: 18px;
    text-align: center;
}

.page-box .prev {
    margin-right: 100px;
}

.page-box a {
    font-weight: 700;
    display: inline-block;
    padding: 15px 50px;
    border: 1px solid #ccc;

}

.page-box a:hover {
    color: #5182E4;
}

.description {
    margin-top: 20px;
    color: #FFFFFF;
}