html {
    line-height: 1.15; /* Correct the line height in all browsers */
    -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS. */
}
body {
    margin: 0;
}
*{
    margin:0;
    padding:0;
}
a {
    text-decoration: none;
    background-color: transparent; /* Remove the gray background on active links in IE 10. */
}
img {
    display: block;
    border-style: none; /*  Remove the border on images inside links in IE 10. */
}
li {
    list-style: none;
}
.bx {
    width: 1300px;
    margin: 0 auto;
}
.buttom_right>ul:first-child {
    margin-right: 20px;
}
.top_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0 20px;
    position: relative;
}
.logo {
    width: 225px;
}
.top_nav {
    display: flex;
}
.top_box>ul {
    margin-top: 10px;
}
.top_box ul a {
    text-decoration: none;
}
.top_nav>a {
    color: #000;
    font-size: 15px;
    font-weight: 700;
    padding-bottom: 15px;
    margin-right: 40px;
    border-bottom: 3px solid transparent;
    transition: all .5s;
}
.top_nav>a:hover {
    color: #f7b62d;
    border-bottom: 3px solid #f7b62d;
}
.top_nav>:nth-child(7) {
    color: #f7b62d;
    border-bottom: 3px solid #f7b62d;
}
.top_right {
    display: flex;
}
.top_phone {
    color: #f7b62d;
    font-size: 24px;
    line-height: 24px;
    display: flex;
    padding-bottom: 10px;
    /* position: absolute;
    right: 0;
    top: 29px; */
}

.top_phone>i {
    width: 30px;
    height: 30px;
    background: url("/img/phone.png") no-repeat;
    background-size: 24px 24px;
    background-position: 5px 1px;
}
.top_phone>span {
    margin-left: 10px;
}
/* 移动端 */
.m_box>img {
    width: 234px;
    height: 44px;
    margin: 10px auto;
}
.m_tit>div:first-child {
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    background: #f7b62d;
}
.m_tit div a {
    text-decoration: none;
}
.m_tit div a:hover {
    color: #fff;
}
.m_nav>a>div {
    color: #fff;
    text-align: center;
    line-height: 40px;
    text-align: center;
    background: #666;
    border-bottom: 1px solid #fff;
    display: none;
}
/* 公共类 */
.lianxi_box {
    color: #333;
    font-size: 16px;
    text-align: center;
}
.lianxi{
    color: #F7B62D;
    font-size: 30px;
    font-weight: 700;
}
/* 一站式服务 */
.expert_box {
    margin-bottom: 50px;
    overflow: hidden;
}
.expert_team {
    padding: 10px 20px;

}
.expert_num {
    color: #F7B62D;
    font-size: 40px;
}
.expert_team>div:last-child {
    color: #333333;
    font-size: 24px;
}
/* 公司简介 */
.company_profile {
    height: 854px;
    background: url('/img/jianjie.png');
    background-size: 100% 100%;
    margin: 40px 0;
}
.profile_box {
    padding: 120px 0 84px;
}
.profile_text {
    color: #333;
    width: 654px;
    font-size: 20px;
}
.license_img {
    display: flex;
}
.license_img>img {
    height: 212px;
    margin-right: 30px;
}
/* 企业使命 */
.corporate_mission {
    margin-top: 60px;
}
.corporate_box {
    text-align: center;
    margin: 10px auto;
    width: 358px;
    height: 248px;
    border: 1px solid #F7B62D;
    border-bottom: 10px solid #F7B62D;
}
.corporate_box>div {
    color: #666;
    padding: 10px 15px;
}
.corporate_box>h3 {
    color: #333;
    font-size: 28px;
    margin-top: 50px;
}
/* 联系我们 */
#maps {
    height: 359px;
}
.contact_us {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.contact_input {
    display: flex;
}
.input_box {
    width: 267px;
    height: 48px;
    margin-right: 20px;
    border: 1px solid #E5E5E5;
}
.contact_right {
    margin: 10px auto;
}
.input_box>input {
    width: 220px;
    height: 45px;
    margin-left: 20px;
    border: none;
    outline: none;
    margin-right: 20px;
    background: transparent;
}
.email_box {
    width: 548px;
    height: 48px;
    margin: 20px 0;
    border: 1px solid #E5E5E5;
}
.email_box>input {
    width: 548px;
    height: 45px;
    margin-left: 20px;
    border: none;
    outline: none;
    margin-right: 20px;
}
.text_box {
    width: 548px;
    height: 159px;
    border: 1px solid #E5E5E5;
}
.text_box>textarea{
    width: 500px;
    height: 150px;
    margin-left: 20px;
    border: none;
    outline: none;
    margin-right: 20px;
}
.submit {
    width: 548px;
    height: 48px;
    line-height: 48px;
    -moz-border-radius:4px;
    border-radius: 4px;
    color: #F7B62D;
    text-align: center;
    margin: 30px 0;
    border: 1px solid #F7B62D;
    cursor: pointer;
    transition: all .5s;
}
.submit:hover {
    color: #fff;
    background: #F7B62D;
}
/* 底部 */
.buttom_box {
    /* height: 300px; */
    color: #fff;
    background: #2B2B2B;
    margin-top: 50px;
    font-size: 16px;
}
.buttom,.buttom_left {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
}
.buttom {
    padding: 40px 0 20px;
}
.left_company>p {
    filter: alpha(opacity=50);/*IE*/
    -moz-opacity: .6;/*老版Mozilla*/
    -khtml-opacity: .6;/*老版Safari*/ 
    opacity: .6;
}
.finance_company {
    font-size: 24px;
    margin: 16px 0;
}
.buttom_left>div {
    margin-right: 40px;
}
.left_img {
    color: rgba(255, 255, 255, .6);
}
.left_img>img {
    width: 120px;
    height: 120px;
    margin-bottom: 12px;
}
.left_company {
    font-size: 16px;
    text-align: left;
}
.buttom_right>ul:first-child {
    margin-right: 20px;
}
.right_business{
    display: flex;
    justify-content: flex-start;
}
.right_business>a {
    color: rgba(255, 255, 255, .6);
    font-size: 14px;
    line-height: 30px;
    margin-right: 35px;
}
.right_business>a>li:hover {
    color: #fff;
}
.right_business>p {
    font-size: 18px;
}
.friendship {
    color: rgba(255, 255, 255, .5);
    font-size: 12px;
    padding: 20px 0;
    border-top: 1px solid #E5E5E5;
}
.buttom_box div a {
    text-decoration: none;
}
.friendship>a {
    color: rgba(255, 255, 255, .6);
    padding-left: 5px;
}
.friendship>a:hover {
    color: #fff;
}
.but_box {
    color: rgba(255, 255, 255, .5);
    line-height: 44px;
    font-size: 14px;
    background: #111;
    text-align: center;
}
.but_box>a {
    color: rgba(255, 255, 255, .5);
}
.but_box>a:hover {
    color: #fff;
}
.left_img {
    text-align: center;
}


/* 固定浮窗 */
.fixed_box {
    position: fixed;
    right: 40px;
    bottom: 145px;
    width: 90px;
    background: #fff;
    border: 2px solid #ffffff;
    -moz-border-radius:4px;
    border-radius: 4px;
    padding: 0;
    box-shadow: 0px 2px 10px 0px rgb(177 166 166 / 10%);
    z-index: 9;
}
.fixed_list {
    text-align: center;
    font-size: 12px;
    color: #333;
    padding: 10px;
    cursor: pointer;
    position: relative;
}
.contact_phone {
    width: 150px;
    font-size: 18px;
    line-height: 40px;
    top: 16px;
    right: 93px;
    position: absolute;
    background: #fff;
    -moz-border-radius:4px;
    border-radius: 4px;
    display: none;
}
.in_future {
    width: 120px;
    height: 120px;
    top: -13px;
    right: 93px;
    position: absolute;
    background: #fff;
    -moz-border-radius:4px;
    border-radius: 4px;
    display: none;
}

.in_future>img {
    width: 100px;
    margin: 10px auto;
}
.fixed_list:hover {
    color: #F7B62D;
}
.fixed_list:hover div {
    display: block;
}
.fixed_list>img {
    width: 20px;
    height: 20px;
    margin: 10px auto;
}
.return_top {
    display: none;
}