        /*重置*/

        a,
        button,
        input {
            outline: none;
            font-family: "微软雅黑";
        }

        /*取消点击后的蓝色边框*/

        * {
            margin: 0;
            padding: 0;
            font-family: "微软雅黑";
            font-size: 14px;
        }

        body {
            color: #000;
            background: #fff;
            -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
            /*取消手机端点击出现灰色背景*/
        }

        a {
            text-decoration: none;
            color: #000;
        }

        a:hover {
            text-decoration: none;
            color: #27156b;
        }

        h1,
        h2,
        h3,
        h4,
        h5,
        h6 {
            font-weight: normal;
        }

        i,
        em {
            font-style: normal;
        }

        ul {
            list-style: none;
        }

        b {
            font-weight: normal;
        }

        img {
            border: 0;
        }

        a,
        button,
        input {
            outline: none;
        }

        /* bs */

        .navbar {
            max-width: 1200px;
            margin: 0 auto;
            justify-content: space-between;
            background-color: #303234;
        }

        .auto {
            width: 1200px;
            margin: 0 auto;
        }

        /*----------------首页----------------------------*/

        .navbar-brand {
            margin-right: 60px;
        }

        .nav_box {
            background: #303234;
            width: 100%;
        }

        .nav-item {
            padding: 0 17px;
            display: flex;
            display: -webkit-flex;
            justify-content: center;
            align-items: center;
        }

        .navbar-dark .navbar-nav .nav-link {
            color: #fff;
        }

        .navbar-dark .navbar-nav .nav-link:hover {
            color: #ff6b00;
            border-bottom: solid 1px #ff6b00;
        }

        .navbar-dark .navbar-nav .nav-item .active {
            color: #ff6b00;
            border-bottom: solid 1px #ff6b00;
        }

        .nav_top {
            display: flex;
            display: -webkit-flex;
            justify-content: space-between;
            align-items: center;
            max-width: 1200px;
            margin: 0 auto;
            height: 40px;
        }

        .service {
            display: flex;
            display: -webkit-flex;
            justify-content: flex-end;
            color: #fff;
            font-size: 14px;
        }

        .service img {
            margin-right: 10px;
        }

        .nav_tel {
            color: #fff;
        }

        .nav_tel span {
            color: #ff6b00
        }

        .login_btn {
            display: flex;
            display: -webkit-flex;
        }

        .login_btn a {
            width: 60px;
            height: 32px;
            text-align: center;
            line-height: 32px;
            font-size: 16px;
            color: #fff !important;
        }

        .login_btn a:nth-child(1) {
            border: solid 1px #fff !important;
            border-radius: 3px;
        }

        .padd {
            padding-top: 101px;
        }

        /* banner */

        .banner_bg {
            background: rgba(0, 0, 0, 0.5);
            width: 100%;
            height: 120px;
            position: absolute;
            left: 0;
            bottom: 0;
            z-index: 5;
        }

        .banner {
            position: relative;
        }

        .banner_auto {
            position: relative;
            max-width: 1200px;
            margin: 0 auto;
        }

        .banner_nav {
            position: absolute;
            bottom: 0;
            left: 50%;
            width: 100%;
            z-index: 5;
            max-width: 1200px;
            margin-left: -600px;
            height: 120px;
            display: flex;
            display: -webkit-flex;
            align-items: center;
        }

        .banner_nav ul {
            display: flex;
            display: -webkit-flex;
            width: 100%;
            height: 120px;
            margin: 0;
        }

        .banner_nav ul li {
            display: flex;
            display: -webkit-flex;
            flex-direction: column;
            justify-content: center;
        }

        .banner_nav ul li p {
            color: #fff;
        }

        .banner_nav ul li span {
            color: #fff;
        }

        .banner_nav .active {
            background: rgba(255, 255, 255, 0.1)
        }

        .content {
            max-width: 1200px;
            margin: 0 auto;
        }

        .title {
            margin-bottom: 50px;
        }

        .title h5 {
            font-size: 36px;
            color: #000;
            text-align: center;
            margin-bottom: 16px;
        }

        .title p {
            font-size: 18px;
            color: #737373;
            text-align: center;
        }

        .block {
            padding: 90px 0;
            background: #fff;
        }

        .block_auto {
            max-width: 1200px;
            margin: 0 auto;
        }

        .about_img img {
            display: block;
            width: 100%;
        }

        .about dl dd {
            max-width: 324px;
            flex:0 0 324px;
        }

        .about .row {
            justify-content: space-between;
        }

        .about_abstract {
            color: #737373;
            font-size: 14px;
            margin-top: 15px;
        }

        /*  */

        .demand_block {
            background: url(../img/xqbj.png) no-repeat 50% 50%;
            background-attachment: fixed;
        }

        .demand_bg {
            background: rgba(0, 0, 0, 0.5)
        }

        .demand_title h5 {
            color: #fff;
        }

        .demand_title p {
            color: #fff;
        }

        .demand_nav dl dd {
            background: rgba(0, 0, 0, 0.5);
            margin: 0 25px;
            display: flex;
            display: -webkit-flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            height: 390px;
        }

        .demand_nav dl dd:hover {
            background: rgba(233, 106, 16, 0.5);
        }

        .demand_nav dl dd h5 {
            color: #fff;
            font-size: 24px;
            margin: 25px 0;
        }

        .demand_nav dl dd span {
            display: block;
            width: 25px;
            height: 2px;
            background: #fff;
        }

        .demand_nav dl dd p {
            color: #fff;
            line-height: 20px;
            width: 130px;
            text-align: center;
            margin-top: 18px;
        }

        .demand_nav dl dd a {
            display: block;
            width: 150px;
            height: 40px;
            background: #fff;
            border-radius: 5px;
            text-align: center;
            line-height: 40px;
            color: #666 !important;
            margin-top: 20px;
        }

        .advantage_nav dl dd {
            display: flex;
            display: -webkit-flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            height: 230px;
        }

        .advantage_nav dl dd h5 {
            font-size: 18px;
            color: #000;
            font-weight: bold;
            margin: 20px 0;
        }

        .advantage_nav dl dd p {
            width: 225px;
            text-align: center;
            color: #303030;
        }

        /*  */

        .keywords_block {
            background: #f8f8f8;
        }

        .search_btn {
            width: 100px;
            height: 45px;
            margin-left: 10px;
            background: #ff6b00;
            color: #fff;
        }

        .search_btn:hover {
            background: #f48c40;
            color: #fff;
        }

        .keywords_table {
            margin-bottom: 85px;
        }

        .keywords_table th {
            text-align: center;
        }

        .keywords_table td {
            text-align: center;
            background: #fff;
        }

        .cases_tab ul {
            justify-content: center;
        }

        .cases_tab ul li {
            max-width: 175px;
            flex: 0 0 175px;
            height: 45px;
            border: solid 1px #ccc;
            text-align: center;
            color: #737373;
            line-height: 45px;
            margin: 0 5px;
        }

        .news_box h5 {
            display: flex;
            display: -webkit-flex;
            justify-content: space-between;
            line-height: 50px;
        }

        .news_box h5 span {
            font-size: 18px;
            font-weight: bold;
        }

        .news_box h5 a {
            color: #ff6b00;
        }

        .news_list a {
            display: flex;
            display: -webkit-flex;
            justify-content: space-between;
        }

        .news_list p {
            color: #737373;
        }

        .news_list a {
            color: #737373;
        }

        .partner_logo dl .col-3 {
            flex: 0 0 20%;
            max-width: 20%;
        }

        .partner_logo dl dd {
            margin: 30px 0;
        }

        .partner_logo dl dd img {
            width: 100%;
            display: block;
            max-width: 170px;
        }

        .message_centent {
            display: flex;
            display: -webkit-flex;
        }

        .message_box h5 {
            font-size: 18px;
            color: #737373;
            margin-bottom: 16px;
        }

        .message_btn {
            height: 45px;
            margin-left: 10px;
            background: #ff6b00;
            color: #fff;
            margin: 0;
            border: none;
        }

        .message_btn:hover {
            background: #f48c40;
            color: #fff;
        }

        .message_text {
            display: flex;
            display: -webkit-flex;
            flex-direction: column;
            justify-content: center;
            padding-left: 70px;
        }

        .message_text b {
            display: flex;
            display: -webkit-flex;
            justify-content: center;
        }

        .message_text p {
            color: #737373;
            font-size: 16px;
        }

        .message_text p span {
            font-size: 30px;
            color: #ff6b00;
        }

        .footer {
            background: #323436;
        }

        .ensure {
            padding-top: 90px;
            padding-bottom: 25px;
            border-bottom: solid 1px #444648;
        }

        .footer_box {
            display: flex;
            display: -webkit-flex;
            justify-content: space-between;
        }

        .footer_nav {
            margin-top: 30px;
        }

        .footer_nav dl dt {
            font-size: 16px;
            color: #bdbebe;
            margin-bottom: 17px;
        }

        .footer_nav dl dd a {
            color: #bdbebe !important;
            display: block;
            margin-bottom: 15px;
        }

        .footer_logo {
            margin-top: 30px;
        }

        .footer_logo img {
            margin-bottom: 17px;
        }

        .footer_logo p {
            color: #d0d1d1;
        }

        /* news */

        .content {
            padding: 50px 0;
        }

        .news_inner dl dd {
            display: flex;
            display: -webkit-flex;
            margin-bottom: 50px;
        }

        .news_text {
            margin-left: 25px;
            display: flex;
            display: -webkit-flex;
            flex:1;
            -ms-flex: 1;
            -moz-box-flex: 1;
            -webkit-flex: 1;
            flex-direction: column;
            justify-content: space-between;
        }

        .news_text h5 {
            font-size: 16px;
            font-weight: bold;
        }

        .news_text span {
            color: #ff6b00;
            display: block;
            margin-bottom: 25px;
        }

        .news_text p {
            color: #737373;
        }

        .news_text a {
            display: block;
            width: 116px;
            height: 40px;
            background: #ff6b00;
            color: #fff !important;
            border-radius: 3px;
            text-align: center;
            line-height: 40px;
        }

        /*  */

        .service_block {
            display: flex;
            display: -webkit-flex;
        }

        .service_img img {}

        .service_text p {
            color: #737373;
        }

        .service_text {
            padding: 0 50px;
            display: flex;
            display: -webkit-flex;
            flex-direction: column;
            justify-content: center;
        }

        .service_text a {
            display: block;
            width: 115px;
            height: 40px;
            background: #ff6b00;
            color: #fff !important;
            border-radius: 5px;
            text-align: center;
            line-height: 40px;
            margin-top: 20px;
        }

        .more_case {
            width: 170px;
            height: 42px;
            margin: 0 auto;
            border-radius: 5px;
            border: solid 1px #ccc;
            background: #fff;
            display: block;
            text-align: center;
            line-height: 42px;
            color: #737373 !important;
        }

        .development dl dd {
            display: flex;
            display: -webkit-flex;
        }

        .development_text {
            padding: 0 30px;
            flex: 1;
        }

        .development_text h5 {
            font-size: 16px;
            font-weight: bold;
            margin-bottom: 15px;
        }

        .development_text p {
            color: #737373;
            margin-bottom: 20px;
        }

        .welfare_block {
            background: url(../img/xqbj2.png) no-repeat 50% 50%;
            background-attachment: fixed;
        }

        .welfare_block .demand_nav dl dd {
            margin: 0 60px;
        }

        .team dl dd {
            width: 280px;
            display: flex;
            display: -webkit-flex;
            flex-direction: column;
            align-items: center;
            margin-bottom: 40px;
        }

        .team_text h5 {
            font-size: 18px;
            font-weight: bold;
            text-align: center;
            margin-top: 25px;
        }

        .team_text p {
            margin-top: 15px;
            color: #707070;
            text-align: center;
        }

        .welfare_swiper .swiper-slide {
            display: flex;
            display: -webkit-flex;
        }

        .welfare_swiper_text {
            padding-left: 40px;
        }

        .welfare_swiper_text h5 {
            font-size: 16px;
            font-weight: bold;
            margin-bottom: 10px;
        }

        .welfare_swiper_text p {
            color: #707070;
        }

        .welfare_swiper_text a {
            width: 176px;
            height: 45px;
            background: #ff6b00;
            display: block;
            border-radius: 5px;
            color: #fff !important;
            text-align: center;
            line-height: 45px;
        }

        /* 表格 */

        .table_left {
            display: flex;
            display: -webkit-flex;
        }

        .table_left dt {
            background: #efefef;
            width: 105px;
            height: 36px;
            display: flex;
            display: -webkit-flex;
            justify-content: center;
            align-items: center;
            color: #6c6c6c;
            border-bottom: solid 1px #cccccc;
            border-right: solid 1px #ccc;
            border-left: solid 1px #ccc;
        }

        .table_left dd {
            width: 105px;
            height: 36px;
            display: flex;
            display: -webkit-flex;
            justify-content: center;
            align-items: center;
            color: #6c6c6c;
            margin: 0;
            border-bottom: solid 1px #cccccc;
            border-right: solid 1px #ccc;
        }

        .table_left dt:nth-child(1) {
            border-top: solid 1px #ccc;
        }

        .table_left dd:nth-child(1) {
            border-top: solid 1px #ccc;
        }

        .welfare_swiper {
            position: relative;
            width: 90%;
            margin: 0 auto;
        }

        .swiper-button-prev-my {
            position: absolute;
            top: 50%;
            left: -60px;
            z-index: 5;
            transform: translate3d(0, -50%, 0);
            -webkit-transform: translate3d(0, -50%, 0);
        }

        .swiper-button-next-my {
            position: absolute;
            right: -60px;
            top: 50%;
            z-index: 5;
            transform: translate3d(0, -50%, 0);
            -webkit-transform: translate3d(0, -50%, 0);
        }

        .modal_header {
            padding: 0 40px;
            background: #f8fafc;
            border-bottom: solid 1px #dfe3e9;
            height: 100px;
            display: flex;
            display: -webkit-flex;
            justify-content: center;
            align-items: center;
        }

        .login_centent {
            padding: 40px;
        }

        .login_title {
            margin-bottom: 20px;
            font-size: 20px;
            color: #737373;
        }

        .login_input input {
            height: 46px;
            border: none;
        }

        .login_input {
            display: flex;
            display: -webkit-flex;
            justify-content: center;
            align-items: center;
            margin-bottom: 10px;
            border: solid 1px #dfe3e9;
            height: 48px;
            border-radius: 5px;
        }

        .login_input i {
            width: 46px;
            display: block;
            display: flex;
            display: -webkit-flex;
            justify-content: center;
            align-items: center;
        }

        .registered_cd {
            display: block;
            display: flex;
            justify-content: space-between;
        }

        .registered_cd a {
            color: #737373;
        }

        .modalLogin_btn {
            height: 50px;
            margin-top: 20px;
        }

        .modal_hidden {
            position: absolute;
            top: -20px;
            right: -50px;
        }

        .modal-dialog {
            margin: 18rem auto;
            cursor: pointer;
        }

        .sms_input {
            display: flex;
            display: -webkit-flex;
            justify-content: space-between;
        }

        .sms_input .btn {
            height: 48px;
            background: #ff6b00;
            color: #fff;
            width: 30%;
            margin-left: 5%;
        }

        .sms_input .login_input {
            width: 75%;
        }

        .yd_checkbox {
            color: #7f7f7f;
        }

        .custom-checkbox .custom-control-input:checked~.custom-control-label::before {
            background: #ff6b00;
        }

        .login_toast {
            margin-top: 15px;
            text-align: center;
            color: #7f7f7f;
        }

        .login_toast span {
            color: #ff6b00;
        }

        .login_content {
            display: none;
        }

        .reg_content {
            display: none;
        }

        .hz_table .hz_title {
            display: flex;
            display: -webkit-flex;
            flex-direction: column;
        }

        .hz_table .hz_title dt {
            width: 240px;
        }

        .hz_list {
            display: flex;
            display: -webkit-flex;
            flex-direction: column;
        }

        .hz_list dl {
            display: flex;
            display: -webkit-flex;
            margin: 0;
        }

        .hz_list dl dd {
            border: none;
            border-top: solid 1px #ccc;
            border-right: solid 1px #ccc;
            width: 240px;
        }

        .hz_list dl:last-child dd {
            border-bottom: solid 1px #ccc;
        }

        .pm_table {
            display: flex;
            display: -webkit-flex;
        }

        .pm_table dl {
            display: flex;
            display: -webkit-flex;
            flex-direction: column;
            margin: 0;
        }

        .pm_table dl dt {
            width: 240px;
            height: 36px;
            display: flex;
            display: -webkit-flex;
            justify-content: center;
            align-items: center;
            border: solid 1px #ccc;
            border-bottom: none;
            color: #6c6c6c;
            background: #efefef;
        }

        .pm_table dl dt:nth-child(1) {
            height: 76px;
        }

        .pm_table dl dd {
            width: 240px;
            height: 36px;
            display: flex;
            display: -webkit-flex;
            justify-content: center;
            align-items: center;
            color: #6c6c6c;
            width: 960px;
            margin: 0;
            border-right: solid 1px #ccc;
            border-top: solid 1px #ccc;
            padding: 0 20px;
        }

        .pm_table dl dd:nth-child(1) {
            height: 76px;
        }

        .commitment_text dl dd {
            display: flex;
            display: -webkit-flex;
            align-items: center;
        }

        .commitment_text dl dd i {
            margin-right: 20px;
        }

        .address {
            display: flex;
            display: -webkit-flex;
        }

        .address select {
            margin-right: 10px;
        }
        .top_tips{
            width: 370px;
            height: 46px;
            border:solid 1px #999;
            background: #edf2fc;
            position: fixed;
            top:5%;
            left:50%;
            margin-left:-185px;
            z-index: 2000;
            display: none;
            overflow: hidden;
            border-radius: 5px;
        }
        .top_tips_flex{
            display: flex;
            display: -webkit-flex;
            justify-content: space-between;
            align-items: center;
            height: 100%;
            width: 100%;
            padding: 0 20px;
        }
        .top_tips_icon{
            width: 18px;
            margin-right: 10px;
        }
        .top_tips_icon img{
            display: block;
            width: 100%;
        }
        .top_tips_btn{
            width: 12px;
        }
        .top_tips_btn img{
            display: block;
            width: 100%;
        }
        .top_tips_left{
            display: flex;
            display: -webkit-flex;
            align-items: center;
        }
        .top_tips_text{
            color: #e6a23c;
        }
        #newsCon img{
            width: 238px;
            height:238px;
        }
        .input-group-prepend span{
            font-size: 20px;
            color:#f48c40;
        }