﻿@charset "utf-8";
*{
    margin:0;padding:0;
}
body{
	font-size: 16px;
	line-height: 19px;
	color: #333333;
	font-family: 'Microsoft YaHei',"微软雅黑","宋体",Arial, Helvetica;
}
img{
	border:none;
}
/*a:link{color: #148DDC;text-decoration:none}
a:hover{color:#0872b9;text-decoration:underline}
*/
a:link{
    color: #000;
}
a:hover{
    color: #148DDC;
    text-decoration: none;
}
/*首页*/
.index_line{
	line-height:22px;
}
.index_font{
	font-size:14px;
}
.foot{
    display:block;
	background: #36383b;
	color: #FFFFFF;
	text-align: center;
	height: 80px;
	padding-top: 10px;
	padding-bottom: 50px;
	width: 100%;
	 
}
.foot p{
    font-size: 14px;	 
}
.copyright{
	height: 20px;
}
/*核心业务*/
.business_more{
    text-align:right;
}
.business_more span{
    color:#148DDC;
    font-size:14px;
}


/*经营理念部分*/


/*行为准则部分*/

/*核心竞争力*/


/*诚聘英才*/
.job-title{
	width: 430px;
	height: 50px;
	line-height: 50px;	
	font-size: 26px;	
	margin:0 auto;
	border-radius: 50px;
	text-align: center;
	background-color: #3e7eba;
	color: #ffffff;
	border-spacing: 50px 0px;
}
.job_title_sub {
	font-size:21px;
	color:#3e7eba;
}
.job_font { font-size:14px;}
.job_line { line-height:30px;}

@media screen and (max-width: 1200px) {
    body {
        
    }
}


.zf{
    z-index: 99999;
    width: 600px;
    position: fixed;
    left: 50%;
    top: 50%;
    overflow: hidden;
    transform: translate(-50%,-50%);
}
.zfhead{
    background-color: #1196db;/* 主题 */
    color: #fff;
    height: 60px;
    display: flex;
    align-items: center;
    padding: 0 60px 0 20px;
    border-radius: 10px 10px 0 0;
    position: relative;
}
.zfhead img{
    height: 26px;
    margin-right: 10px;
}
.zfhead i{
    font-size: 20px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #eee;
    padding: 5px;
}

.zfh-title {
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}
.zfh-subhead{
    font-size: 14px;
    color: #eee;
    margin-left: 10px;
    padding-top: 5px;
}
.zfh-subhead a{
    color: #eee;
}
.zfbody{
    padding: 20px 20px 0 20px;
    background-color: #f2f2f2;
    border-radius: 0 0 10px 10px;
}
.zf-box{
    background-color: #fff;
    border-radius: 10px;
    padding: 20px 20px 15px 20px;
    box-sizing: border-box;
}

.zf-goods{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.zf-item{
    position: relative;
    width: 150px;
    height: 150px;
    box-sizing: border-box;
    border-radius: 10px;
    background: #fff;
    padding-top: 18px;
    border: 2px solid #d1d5db;
    cursor: pointer;
}
.zf-item.active{
    background: #FFFCF5;
    border: 2px solid #eab308;
}
.zfin-time{
    display: block;
    width: 70px;
    height: 28px;
    margin: 0 auto;
    text-align: center;
    line-height: 28px;
    border-radius: 9999em;
    background: #d1d5db;
    font-size: 14px;
    color: #666666;
}
.zf-item.active .zfin-time{
    background: #fed7aa;
    color: #a16207;
}
.zfin-price{
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
    color: #ef4444;
}
.zfin-price span{
    font-size: 28px;
    font-weight: bold;
}

.zfi-instructions{
    position: absolute;
    left: -2px;
    bottom: -2px;
    height: 32px;
    width: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #d1d5db;
    border-radius: 0 0 10px 10px;
    font-size: 16px;
    color: #333;
    box-sizing: border-box;
}
.zf-item.active .zfi-instructions{
    background: #fed7aa;
    color: #854d0e;
    border: 2px solid #eabb6a;
    border-top: 0;
}
.zfi-other {
    position: absolute;
    top: -8px;
    left: -10px;
    padding: 1px 10px;
    text-align: center;
    line-height: 20px;
    background: #ef4444;
    border-radius: 9999em;
    font-size: 14px;
    color: #FFFFFF;
}

.zf-type{
    margin-top: 30px;
}
.zft-title{
    font-size: 16px;
    color: #666;
}
.zft-list{
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.zft-item{
    display: flex;
    align-items: center;
    width: 160px;
    height: 55px;
    background: #fff;
    margin-right: 20px;
    box-sizing: border-box;
    border: 2px solid #d1d5db;
    font-size: 16px;
    color: #333333;
    border-radius: 10px;
    padding-left: 10px;
    cursor: pointer;
}
.zft-item.active{
    background: #fefce8;
    border: 2px solid #eab308;
}
.zft-item img{
    display: block;
    height: 30px;
    width: 30px;
    margin-right: 10px;
}
.zft-item span{
    font-size: 16px;
    color: #333;
}


.zf-note{
    text-align: center;
    margin-top: 25px;
    font-size: 14px;
    color: #666;
}
.zf-note a{
    color: #666;
}

.zf-sub{
    margin-top: 20px;
}
.zf-btn{
    width: 100%;
    height: 50px;
    border-radius: 9999em;
    background-color: #eab308;
    cursor: pointer;
    line-height: 1.1;
}
.zf-btn span{
    display: block;
}
.zf-a{
    display: flex;
    align-items: center;
    justify-content: center;
}

.zf-pay{
    font-size: 20px;
    color: #854d0e;
    font-weight: bold;
    letter-spacing: 5px;
}
.zf-etc{
    margin-top: 5px;
    font-size: 14px;
    color: #a16207;
}

.zf-warn {
    margin-top: 15px;
}
.zf-warn a{ 
    display: block;
    text-align: center;
    font-size: 14px;
    color: #f59e0b;
}

.zffooter{
    text-align: right;
    padding: 10px 0;
}
.zffooter a{
    display: inline-block;
    color: #999;
    margin: 0 5px;
}

@media screen and (max-width: 768px) {
    .zf{
        width: 90%;
    }
    .zfbody,.zffooter{
        padding: 0px;
    }
    .zf-box{
        border: 5px solid #1196db;
        border-top: none;
        border-radius: 0px 0px 10px 10px;
        padding: 10px;
    }
    
}

