/*字体文件*//* 李名成 开发时间 2023-9-29  首页招聘链接  微信二维码80px*80px 售后QQ2244420174  */
body,button, input, select, textarea,h1 ,h2, h3, h4, h5, h6{
    font-family: Microsoft YaHei,'宋体' , Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
    /*font-weight: lighter;*/
}
/*@font-face {*/
    /*font-family: LanTing_QianXi; !*这里是说明调用来的字体名字*!*/
    /*src: url('../font/LanTing_QianXi.ttf'); !*这里是字体文件路径*!*/
    /* 李名成 开发时间 2023-9-29  首页招聘链接  微信二维码80px*80px 售后QQ2244420174  */
/*}*/
.nav>li>a:focus{
    outline: none;
    background: transparent!important;
}
.back-modal{
    width:100%;
    height: 78px;
    background: #333;
    opacity: .2;
    position: absolute;
    top:0;
    left:0;
}
/*头部*/
header.header-index{
    width: 100%;
    height: 890px;
    background: url(../image/banner-index.jpg) no-repeat center center;
}
.navbar{
    margin: 0;
    height: 78px;
    position: relative;
}
.navbar .head-modal{
    width:100%;
    height: 78px;
    position: absolute;
    background: #000;
    opacity: .2;
}
.navbar .container{
   margin-top: 14px;
}
.container .navbar-header{
    position: absolute;
}
.container .navbar-header .navbar-brand{
    padding:0
}
.navbar-brand {
    display: flex;
    align-items: center;
    gap: 30px;
}
.navbar-brand img {
    width: 40px;
    height: 40px;
}
.collapse .nav li a{
    /*font-family: LanTing_QianXi;*/
    /*font-weight: lighter;*/
    font-size: 14px;
}
.navbar .navbar-nav>li>a {
    color: #ffffff;
}
.navbar .navbar-nav > li > a {
    padding-left: 35px;
    padding-right: 35px;
    letter-spacing: 2px;
}
.navbar .navbar-nav>li>a:hover{
    background: transparent;
    color:#fea501;
}
.banner{
    width:100%;
    height: 810px;
}
.banner > a{
    display: block;
    width:100%;
    height: 100%;
}
.banner > a:hover{
    cursor: default;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 9px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
/*关于我们模块*/
.about-us{
    border-top: 4px solid #eeeeec;
}
.about-us .container{
    padding: 0;
}
.container >.title-area{
    margin-top: 60px;
    text-align: center;
}
.container >.title-area h2{
    margin:0;
    font-size: 28px;
    color:#333333;
    font-weight: lighter;
    margin-bottom: 15px;
}
.container >.title-area .base_line{
    display: inline-block;
    width:50px;
    height:2px;
    background: #ffb323;
}
.container >.title-area .info{
    padding: 0 300px;
    margin-top: 25px;
    color: #999999;
    line-height: 24px;
}
.about-us .container >.content{
    margin-top: 70px;
    margin-bottom: 60px;
    width:100%;
    height:500px;
    background: #f8f8f8;
    padding: 20px 40px;
    padding-bottom: 35px;
}
.about-us .container >.content aside{
    width: 370px;
    height: 100%;
    border: 6px solid #ffb323;
    float: left;
    position: relative;
}
.about-us .container >.content aside a {
    position: absolute;
    display: block;
    font-size: 0;
    top: -48px;
    left: 11px;
}
.about-us .container >.content aside a:hover{
    cursor: default;
}
.about-us .container >.content .info{
    width:auto;
    height: 100%;
    margin-left: 370px;
    padding-left: 160px;
    padding-right: 135px;
}
.about-us .container >.content .info .article {
    margin-top: 45px;
}
.about-us .container >.content .info .article p {
    line-height: 24px;
    color:#666666;
    margin-bottom: 28px;
}
.about-us .container >.content .info .article p:nth-child(1){
   text-indent: 2em;
}
.btn-aboutUs{
    width:130px;
    height:40px;
    line-height: 29px;
    border: 1px solid #ffb323;
    border-radius: 24px;
    color:#666666;
}
@media (min-width: 1200px){
    .container {
        width: 1250px;
    }
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
/*业务模块*/
.operation{
    background: #f2f2f2;
}
.operation .container{
   padding:0;
}
.operation .container >.content{
    margin-top: 45px;
    margin-bottom: 130px;
    width:100%;
}
.operation .container >.content .layout{
    padding: 0 25px;
}
.operation .container >.content .layout .option{
    overflow: hidden;
}

.operation .container >.content .layout .option a{
    display: block;
    font-size: 0;
}
.operation .container >.content .layout .option:hover{
    box-shadow: 0px 0px 8px #999999;
}
.operation .container >.content .layout .option img{
    transition: all 0.6s;
}
.operation .container >.content .layout .option .tit{
    width:100%;
    height: 80px;
    background: #fff;
    border:1px solid #dedede;
    padding: 17px;
    position: relative;
}
.operation .container >.content .layout .option .tit h3 {
    margin:0;
    margin-bottom: 10px;
    font-size: 18px;
    color: #333333;
    /* 李名成 开发时间 2023-9-29  首页招聘链接  微信二维码80px*80px 售后QQ2244420174  */
}
.operation .container >.content .layout .option .tit span{
    display: inline-block;
    width:100%;
    color:#999999;
    font-size: 14px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.operation .container >.content .layout .row >div:nth-of-type(2) .tit{

}
.operation .container >.content .layout .row > div .tit a{
    position: absolute;
    width:40px;
    top:19px;
    right:19px;
    display: none;
}
/*加入我们模块*/
.join-us{
    width:100%;
    height: 620px;
    background: url(../image/join.jpg) no-repeat center center;
}
.join-us .titleArea{
    margin-top: 200px;
}
.join-us .titleArea h2{
    text-align: center;
    margin:0;
    font-size: 26px;
    color:#333333;
    font-weight: lighter;
}
.join-us .titleArea p{
    text-align: center;
    margin-top: 30px;
    margin-bottom: 0;
    font-size: 16px;
    color: #999999;
}
.join-us .btnArea {
    margin-top: 42px;
    text-align: center;
}
.join-us .btnArea .btn-large{
    text-align: center;
    padding:0;
    width: 278px;
    height: 65px;
    line-height: 65px;
    background: #ffb323;
    font-size: 26px;
    color: #feffff;
    border-radius: 33px;
    font-weight: lighter;
}
.join-us .btnArea .btn-large:hover{
    -webkit-animation:sucaijiayuan 1s .1s ease both;
    -moz-animation:tada 1s .1s ease both;
}
@-webkit-keyframes sucaijiayuan {
    0% {
        -webkit-transform: scale(1)
    }
    10%, 20% {
        -webkit-transform: scale(0.8) rotate(-2deg)
    }
    30%, 50%, 70%, 90% {
        -webkit-transform: scale(1.1) rotate(2deg)
    }
    40%, 60%, 80% {
        -webkit-transform: scale(1.1) rotate(-2deg)
    }
    100% {
        -webkit-transform: scale(1) rotate(0)
    }

}
/*底部区域*/ 
footer{
    background: #212123;
}
footer .logoArea {
    padding: 12px 0;
}
footer .logoArea img {
    width: 80px;
}
footer .logoArea,footer .titArea,footer .imgArea{
    margin-top: 50px;
}
footer .logoArea img{
    width: 80px;
    margin-left: 5px;
}
.line-foot{
    display: block;
    width:29px;
    height:2px;
    background: #666666;
    margin-top: 18px;
    margin-left: 8px;
    margin-bottom: 20px;
}
.fix{
    margin-left: 0;
}
footer .desc{
    padding-left: 7px;
}
footer .desc p{
    color:#8f8f8f;
    line-height: 26px;
    margin-bottom: 0;
}
footer .list{
    margin-top: 20px;
}
footer .list ul{
    margin-bottom: 0;
}
footer .list li {
    float: left;
}
footer .list li a{
    color:#999999;
    padding: 0 8px;
    display: inline-block;
    height: 16px;
    line-height: 18px;
}
footer .list li a:hover{
    color:#fea501;
}
footer .list li + li a{
    border-left: 1px solid #666666;
}
footer .list li:nth-of-type(1){
    margin-left: -3px;
}
footer .titArea h3{
    font-size: 18px;
    color: #999999;
    padding-top: 10px;
    margin-bottom:22px;
    font-weight: lighter;
}
footer .list-connect{
    padding-top: 5px;
}
footer .list-connect li{
    display: block;
}
footer .list-connect li i{
    display: inline-block;
    width: 17px;
    height: 18px;
}
.icon_posi{
    background: url(../image/icon_posi.png) no-repeat center center;
}
.icon_mess{
    background: url(../image/icon_mes.png) no-repeat center center;
}
.icon_tel{
    background: url(../image/icon_tel.png) no-repeat center center;
}
footer .list-connect li > div:first-child{
    float: left;
    /*margin-right: 5px;*/
}
footer .list-connect li > div:nth-of-type(2){
    width:100%;
    margin-left: 27px;
}
footer .list-connect li p{
    color:#999999;
}
footer .list-connect li:nth-last-child(1) p{
    margin-bottom: 0;
}
footer .imgArea{
    width: 110px;
    height: 110px;
    border: 1px solid #dddddd;
    text-align: center;
    line-height: 108px;
    margin-top: 100px;
    margin-left: 15px;
}
footer .wei-desc{
    margin-top: 16px;
    padding-left: 0;
}
footer div[class *='col-md-']{
    padding: 0 25px;
}
footer .fill{
    height: 50px;
}
.website_foot{
    border-top: 1px solid #2e2e30;
    height:70px;
    line-height: 70px;
    color:#999999;
    display: flex;
    justify-content: center;
}
.website_foot a {
    color:#999999;
    margin-left: 5px;
}
/*移动端适配开始*/
/*导航*/
