/************首页***************/
.fullSlide{
    width: 100%;
    margin-top: 80px;
    position: relative;
}
.fullSlide ul{
    margin: 0;
}
.fullSlide li{
    width: 100%;
}
.fullSlide .hd{
    position: absolute;
    bottom: 25px;
    left: 0;
    width: 100%;
    text-align: center;
}
.fullSlide .hd ul{
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
}
.fullSlide .hd li{
    float: left;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: rgba(255,255,255,0.5);
    text-indent:-999px;
    margin: 0 5px;
    cursor: pointer;
}
.fullSlide .hd li.on{
    background: #3780a7;
}

.index_ser{
    width: 100%;
    overflow: hidden;
}
.index_ser .row_1{
    margin-top: 44px;
    margin-left: -5%;
    margin-right: -5%;
}
.index_ser .row_1 .col{
    text-align: center;
    cursor: pointer;
}
.index_ser .row_1 .img{
    width: 90px;
    height: 90px;
    margin: 0 auto;
}
.index_ser .row_1 .title{
    color: #333333;
    margin: 15px 0;
}
.index_ser .row_1 .xian{
    width: 62px;
    height: 1px;
    background: #b5b5b5;
    margin: 0 auto;
}
.index_ser .row_1 .text{
    color: #808080;
    margin: 16px auto;
    width: 80%;
}
.index_ser .row_2{
    margin-top: 88px;
}
.index_ser .row_2 img{
    width: 95%;
}

.index_contact{
    background: #f4f4f4;
    width: 100%;
    padding: 55px 0;
}
.index_contact .left_cont .img{
    width: 20%;
}
.index_contact .left_cont .text{
    width: 80%;
    padding-left: 20px;
}
.index_contact .left_cont .text .p1{
    margin: 12px 0;
}
.index_contact .xian span{
    width: 70%;
    height: 1px;
    background: #394249;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
}
.index_contact .button{
    text-align: right;

}
.index_contact .button button{
    height: 40px;
    border: 1px #ababab solid;
    margin-left: 20px;
    margin-top: 15px;
    background: none;
    width: 40%;
}
.index_contact .button button:first-child{
    margin-left: 0;
}
.index_contact .button button span{
    display: inline-block;
    height: 100%;
    line-height: 40px;
    text-align: center;
}
.index_contact .button button span.btn_right{
    width: 24%;
    border-left: 1px #ababab solid;
    float: right;
}
.index_contact .button button span.btn_left{
    width: 76%;
}

.index_news .row{
    margin-top: 54px;
}
.index_news .row .img{
    width: 100%;
}
.index_news .row .col_2{
    padding-right: 5%;
    padding-top: 10px;
}
.index_news .row .p1{
    color: #333333;
    line-height: 20px;
}
.index_news .row .p2{
    color: #6b6b6b;
}
.index_news .row .p3{
    color: #6b6b6b;
    line-height: 18px;
}
.index_news .row .col_3 ul{
    margin: 0;
}
.index_news .row .col_3 ul li{
    margin: 20px 0;
}
.index_news .row .col_3 ul li:first-child{
    margin-top: 10px;
}
.index_news .row .col_3 li .left{
    border-right: 1px #d9d9d9 solid;
    width: 20%;
    text-align: right;
    padding-right: 10px;
}
.index_news .row .col_3 li .left p{
    margin: 0;
}
.index_news .row .col_3 li .left .p1{
    color: #5e666c;
    font-weight: bold;
    margin-bottom: 5px;
}
.index_news .row .col_3 li .right{
    width: 80%;
    padding-left: 10px;
    line-height: 22px;
}

.index_about{
    background: #3780a7;
}
.index_about .text{
    margin-top: 26px;
}
.index_about .button{
    text-align: center;
    margin-top: 20px;
}
.index_about .button a{
    /*width: 105px;
    height: 30px;*/
    border: 1px white solid;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background: none;
    color: white;
    margin: 0 5px;
    padding:6px 6px;
    line-height: 30px;
    display: inline-block;
}

.index_about .button a:hover
{
    color:#ccc;
    border:1px #ccc solid;
    }

.index_case .row{
    margin-top: 40px;
}
.index_case .row .col{
    margin-bottom: 30px;
    height: 263px;
    cursor: pointer;
    overflow: hidden;
}
.index_case .row .col .img{
    position: relative;
}
.index_case .row .col .case_tan{
    width: 100%;
    height: 100%;
    background: #63686e;
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    display: none;
}
.index_case .row .col .case_tan p{
    color: white;
}
.index_case .row .col .case_tan .p1{
    margin: 30px 0;
}
.index_case .row .col .case_tan .p1 img{
    vertical-align: middle;
    margin-top: -2px;
    margin-right: 10px;
}
.index_case .row .col .case_tan .p2{
    margin-top: 10px;
    margin-bottom: 20px;
}

.index_case .row .col_last .cont{
    background: #f4f4f4;
    padding: 27px;
    height: 100%;
}
.index_case .row .col_last .p1{
    color: #394249;
    margin-top: 50px;
}
.index_case .row .col_last .p1 img{
    margin-right: 10px;
    vertical-align: middle;
    margin-top: -3px;
}
.index_case .row .col_last .p2{
    color: #8b8b8b;
}
.index_case .row .col_last .xian{
    background: #3e4045;
    width: 37px;
    height: 2px;
    margin-left: 8px;
}
.index_case .row .col_last .p3{
    line-height: 20px;
    margin-top: 30px;
    color: #8b8b8b;
}

.index_link{
    padding-bottom: 60px;
    border-top: 1px #cccccc solid;
}
.index_link ._row{
    margin-top: 20px;
}
.index_link .swiper-container{
    width: 95%;
    float: left;
    margin: 0 auto;
}
.index_link .swiper-button-prev{
    float: left;
}
.index_link .swiper-button-next{
    float: right;
}
.index_link .swiper-button-next,.index_link .swiper-button-prev{
    background: none;
    position: inherit;
    text-align: center;
    width: 2.5%;
    margin: 0;
    height: 70px;
    line-height: 70px;
}
.index_link .swiper-button-next img,.swiper-button-prev img{
    max-width: 13px;
    display: inline !important;
}
.index_link .swiper-container .swiper-slide{
    width: 25%;
    padding: 0 10px;
}


@media (max-width: 320px){
    .index_contact .left_cont .img{
        margin-top: 20px;
    }
    .container .text img {
    width: 100%!important;
    height: auto!important;
    padding: 5px 2px;
    display:block;
    }
}
@media (max-width: 768px){
    .fullSlide{
        margin-top: 60px;
    }
    .fullSlide .hd{
        bottom: 5px;
    }
    .fullSlide .hd li{
        width: 8px;
        height: 8px;
        margin: 0 3px;
    }

    .index_ser .row_1 .col{
        padding-bottom: 25px;
    }
    .index_ser .row_2{
        margin-top: 0;
    }
    .index_ser .row_2 img{
        width: 100%;
    }
    .index_ser .row_2 .col-sm-12{
        padding-bottom: 20px;
    }
    .index_about .button button{
        margin-bottom: 20px;
    }
    .index_case .row{
        padding: 0 10px;
    }
    .index_case .row .col{
        height: auto;
        padding: 5px;
        margin-bottom: 0px;
    }
    .index_case .row .col_last .cont{
        height: auto;
    }
    .index_case .row .col_last .p1{
        margin-top: 0;
    }

    .index_contact .text .p1{
        font-size: 20px;
    }
    .index_contact .left_cont .text .p1{
        margin: 4px 0;
    }
    .index_contact .xian{
        margin-top: 0;
        margin-bottom: 20px;
    }
    .index_contact .button{
        text-align: center;
    }

    .index_link ._row{
        margin-top: 20px;
    }
    .index_link .swiper-container .swiper-slide{
        width: 50%;
        padding: 0 10px;
    }

    .index_link .swiper-container{
        width: 94%;
    }
    .index_link .swiper-button-next,.index_link .swiper-button-prev{
        width: 3%;
        height: 40px;
        line-height: 40px;
    }

    .container .text img {
    width: 100%!important;
    height: auto!important;
    padding: 5px 2px;
    display:block;
    }
}
@media screen and (min-width: 769px) and (max-width: 992px){
    .fullSlide{
        margin-top: 60px;
    }
    .index_ser .row_2 img{
        width: 100%;
    }
    .index_ser .row_2 .col-sm-12{
        padding-bottom: 40px;
    }
    .index_contact .button{
        text-align: center;
        margin-top: 30px;
    }
    .index_contact .button button{
        width: 160px;
    }
    .index_news .row .col_3 li .left{
        width: 10%;
    }
    .index_news .row .col_3 li .right{
        width: 90%;
    }
        .container .text img {
    width: 100%!important;
    height: auto!important;
    padding: 5px 2px;
    display:block;
    }
}
@media screen and (min-width: 768px) and (max-width: 992px){
    .index_contact .left_cont{
        width: 350px;
        margin: 0 auto;
    }
        .container .text img {
    width: 100%!important;
    height: auto!important;
    padding: 5px 2px;
    display:block;
    }
}
@media screen and (min-width: 993px) and (max-width: 1200px){
    .index_case .row .col{
        height: 212px;
    }
    .index_case .row .col_last .p1{
        margin-top: 10px;
    }
    .index_news .row .col_3 li .left{
        width: 10%;
    }
    .index_news .row .col_3 li .right{
        width: 90%;
    }
        .container .text img {
    width: 100%!important;
    height: auto!important;
    padding: 5px 2px;
    display:block;
    }
}
/**********************产品服务页面*******************************/
.goods_content{
    padding-top: 10px;
}
.goods_content .row{
    border-bottom: 1px #e7e7e7 solid;
    padding: 30px 0;
    cursor: pointer;
}
.goods_content .row .title{
    color: #333333;
    margin-top: 10px;
}
.goods_content .row .text{
    color: #6b6b6b;
    line-height: 22px;
    margin-top: 36px;
    height: 88px;
}
.goods_content .row .date{
    margin-top: 35px;
    margin-bottom: 0;
}
.goods_content .row .date .xian{
    width: 78%;
    height: 1px;
    display: inline-block;
    background: #8c8c8c;
    vertical-align: middle;
}
.goods_content .row .date .span_left{
    width: 5%;
    text-align: left;
    display: inline-block;
    color: #8c8c8c;
}
.goods_content .row .date .span_right{
    width: 15%;
    text-align: right;
    display: inline-block;
    color: #8c8c8c;
}
.goods_content .row:hover{
    background: #87b3ca;
}
.goods_content .row:hover .title{
    color: white;
}
.goods_content .row:hover .text{
    color: white;
}
.goods_content .row:hover .date .xian{
    background: white;
}
.goods_content .row:hover .date span{
    color: white;
}
@media (max-width: 768px){
    .goods_content .row{
        padding-top: 0;
        padding-bottom: 20px;
    }
    .goods_content .row .title{
        margin-top: 15px;
    }
    .goods_content .row .text{
        margin-top: 15px;
    }
    .goods_content .row .date{
        margin-top: 20px;
    }
    .goods_content .row .date .xian{
        width: 63%;
    }
    .goods_content .row .date .span_right{
        width: 28%;
    }

}
@media screen and (min-width: 769px) and (max-width: 992px){
    .fullSlide{
        margin-top: 60px;
    }
}

/******************关于我们**************************/
.about_content .about_nav{
    height: 88px;
    width: 100%;
    position: relative;
}
.about_content .about_nav .button{
    height: 88px;
    line-height: 88px;
    text-align: center;
}
.about_content .about_nav .button .btn_div{
    background: white;
    width: auto;
  /*  display: inline-block;
    padding: 0 20px;*/
}
.about_content .about_nav a{
   /* height: 36px;
    width: 140px;*/
    color: #333333;
    -webkit-border-radius: 36px;
    -moz-border-radius: 36px;
    border-radius: 36px;
    border: 0;
    line-height: 36px;
    text-align: center;
    margin: 0 10px;
    outline: none;
       /* display:block;
    float:left;*/
    padding:6px 15px;
    background-color:#d9d9d9;
}
.about_content .about_nav a.active{
    background: #3780a7;
    color: white;
}
.about_content .about_nav a:hover{
    background: #3780a7;
    color: white;
}
.about_content .about_nav .xian{
    width: 100%;
    height: 1px;
    background: #d9d9d9;
    position: absolute;
    top: 44px;
    left: 0;
    z-index: -1;
}
.about_content .bref{
    background: #f6f6f6;
}
.about_content .bref .title{
    font-size: 36px;
    color: #254f8b;
    margin: 40px 0;
}

.about_content .bref .titles{
    font-size: 36px;
    color: #254f8b;
    margin: 40px 0;
    text-align:center;
}

.about_content .bref .text{
    padding-bottom: 40px;
    font-size: 14px;
    color: #6b6b6b;
    line-height: 32px;
}
.about_content .bref .text img{
    float: left;
    margin-right: 20px;
    max-width: 340px;
    height: auto;
    width: 100%;
}
.about_content .bref .text span{
    float: right;
}
.about_content .organize{
    padding-bottom: 67px;
}
.about_content .organize .title{
    font-size: 36px;
    color: #254f8b;
    text-align: center;
    margin-top: 68px;
    margin-bottom: 68px;
}
.about_content .organize .img{
    max-width: 530px;
    margin: 0 auto;
}
.about_content .end_yu{
    background: #3780a7;
    padding-bottom: 75px;
}
.about_content .end_yu .title{
    font-size: 36px;
    color: white;
    text-align: center;
    margin: 75px 0;
}
.about_content .end_yu .text{
    text-align: center;
}
.about_content .end_yu .text span{
    font-size: 40px;
    color: white;
    padding: 0 30px;
    display: inline-block;
}
@media (max-width: 768px){
    .about_content .about_nav{
        height: auto;
    }
    .about_content .about_nav .button
    {
        padding-top:2%;
        width: 100%;
        height: auto;
      /*  line-height: 60px;*/
    }
    .about_content .about_nav a{
        width: 45%;
        display:inline-block;
        margin:2px 7px;
        float:left;
    }
    .about_content .bref .title{
        margin: 20px 0;
    }
    .about_content .organize .title{
        margin: 40px 0;
    }
    .about_content .end_yu .title{
        margin: 40px 0;
    }
    .about_content .end_yu .text span{
        font-size: 30px;
        padding: 0 15px;
    }
}

@media (max-width: 767px){
    .about_content .bref .text img{
        max-width: 100%;
        margin-right: 0;
    }
    .about_content .organize .img{
        max-width: 100%;
    }
    .about_content .organize .img img
    {
         height:auto !important;
        max-width: 100% !important;
        }
}
@media screen and (min-width: 769px) and (max-width: 992px){
    .fullSlide{
        margin-top: 60px;
    }
}
/***********************联系我们****************************/
.contacts_content .txt{
    padding-bottom: 30px;
}
.contacts_content .txt .title{
    color: #333333;
    font-size: 22px;
    text-align: center;
    margin: 36px 0;
}
.contacts_content .txt .text{
    font-size: 14px;
    color: #6c6c6c;
    text-align: center;
    line-height: 24px;
}
.contacts_content .map{
    width: 100%;
    height: 400px;
}
.contacts_content .lx_mode{
    text-align: center;
    margin: 42px 0;
}
.contacts_content .lx_mode .col-md-4{
    border: 1px #3780a7 solid;
}
.contacts_content .lx_mode .img{
    width: 67px;
    height: 67px;
    margin: 30px auto;
    line-height: 67px;
}
.contacts_content .lx_mode .img img{
    display: inline;
}
.contacts_content .lx_mode .name{
    color: #333333;
}
.contacts_content .lx_mode .text{
    color: #6b6b6b;
    font-size: 14px;
    margin-bottom: 30px;
    margin-top: 30px;
}
.contacts_content .message .text .title{
    color: #333333;
    font-size: 22px;
    text-align: center;
    line-height: 50px;
}
.contacts_content .message .text p{
    text-align: center;
    margin: 0;
    line-height: 34px;
}
.contacts_content .message .row{
    margin-top: 20px;
}
.contacts_content .message .row .input{
    border: 1px #e3e3e3 solid;
    height: 38px;
    line-height: 38px;
    padding-left: 14px;
    margin-bottom: 6px;
    overflow: hidden;
}
.contacts_content .message .row .input input{
    height: 90%;
    width: 90%;
    border: 0;
    outline:none;
    padding-left: 14px;
}
.contacts_content .message .row textarea{
    width: 100%;
    height: 184px;
    border: 1px #e3e3e3 solid;
    padding: 10px;
}
.contacts_content .message .submit{
    width: 22%;
    height: 44px;
    border: 0;
    background: #0e76bd;
    color: white;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 44px;
}
@media (max-width: 372px){
    .contacts_content .message .row .input input{
        width: 85%;
    }
}
/****************内容详情**********************/
.details_content .title{
    text-align: center;
    font-size: 18px;
    color: #323232;
    margin-top: 20px;
}
.details_content .date{
    text-align: center;
    font-size: 14px;
    color: #909090;
    margin-top: 10px;
}
.details_content .text{
    font-size: 14px;
    line-height: 30px;
    color: #323232;
    text-indent: 2em;
    margin: 20px 0;
}
/*********************人力资源***************************/
.rlzy_content .title{
    text-align: center;
    font-size: 36px;
    color: #254f8b;
    margin: 64px 0;
}
.rlzy_content .row{
    margin: 0;
    margin-bottom: 40px;
}
.rlzy_content .col-md-4{
    padding: 2px;
    position: relative;
}
.rlzy_content .col-md-4 .rlzy_tan{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: none;
}
.rlzy_content .col-md-4 .rlzy_tan .font{
    width: 90%;
    height: 90%;
    border: 2px #244b82 solid;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.rlzy_content .col-md-4 .rlzy_tan .font p{
    color: white;
    font-size: 16px;
    margin: 0;
}
.rlzy_content .col-md-4 .rlzy_tan .font .p1{
    position: absolute;
    top: 20px;
    left: 20px;
}
.rlzy_content .col-md-4 .rlzy_tan .font .p1 a:hover{
  color:#254f8b;
}
.rlzy_content .col-md-4 .rlzy_tan .font .p2{
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.rlzy_content .col-md-4 .rlzy_tan .font .p2 a:hover
{    
    color:#254f8b;
}

/******************新闻**************************/
.news_content .about_nav button{
    margin: 0 30px;
}
.news_cont{
    padding-bottom: 20px;
}
.news_cont .col{
    padding: 15px;
}
.news_cont .col .txt{
    padding: 20px;
    border: 1px #ececec solid;
}
.news_cont .col .txt .date{
    font-size: 14px;
    color: #666666;
}
.news_cont .col .txt .title{
    color: #333333;
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 35px;
}
.news_cont .col .txt .text{
    color: #666666;
    font-size: 14px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.news_cont .col .txt button{
    width: 70px;
    height: 22px;
    background: #c3c3c3;
    color: white;
    line-height: 22px;
    text-align: center;
    font-size: 14px;
    border: 0;
}
.news_cont .col .txt:hover{
    background: #f1f9fe;
}
.news_cont .col .txt:hover button{
    background: #3780a7;
}
@media (max-width: 768px){
    .about_content .about_nav .xian{
        top: 32px;
    }
}

@media (max-width: 767px){
    .about_content .about_nav .xian{
        display: none;
    }
    .news_content .about_nav button{
        margin: 0 10px;
    }
}
@media (max-width: 372px){   /*iphone4*/
    .about_content .about_nav .xian{
        display: none;
    }
    .about_content .about_nav button{
        width: 100px;
    }
}
@media screen and (min-width: 769px) and (max-width: 992px){
    .about_content .about_nav .xian{
        top: 44px;
    }
}

/*************分页器******************/
#fenye {
    margin: 0 auto;
    height: 80px;
    padding-top: 20px;
    line-height: 36px;
}

#fenye ul {
    display: inline-block;
    /*margin: 0 10px;*/
}
#fenye b{
    width: 36px;
    height: 38px;
    display: inline-block;
    border: 1px #e2e2e2 solid;
    text-align: center;
}
#fenye .prev img,
#fenye .next img{
    vertical-align: text-bottom;
}

#fenye p {
    display: inline-block;
    background-color: transparent;
    width: 36px;
    text-align: center;
    margin-left: 0;
    line-height: 36px;
    border: 1px #e2e2e2 solid;
}

#fenye ul li {
    display: inline-block;
    width: 36px;
    text-align: center;
    cursor: pointer;
    color: #ADADAD;
    background-color: white;
    border: 1px #e2e2e2 solid;
}
#fenye ul li.active{
    background-color: #187db1;
    color: white;
    border: 0;
}
#fenye span{
    display: block;
    width: 80px;
    height: 36px;
    background-color: white;
    text-align: center;
    line-height: 36px;
    float: left;
    margin-left: 8px;
}
#fenye{
    width: auto;
    text-align: center;
}
#fenye span{
    color: #909090;
    background-color: #f3f3f3;
}

/* 返回按钮 */

 .messages .submit{
   /* width: 10%;*/
   padding:3px 10px;
    height: 36px;
    border: 0;
    background: #cccccc;
    color: white;
    display: block;
    margin-top: 20px;
    margin-bottom: 44px;
}

/*************中英文切换****************/
.max_language{
    width: 30px;
    height: 20px;
    margin-top: 30px;
    cursor: pointer;
}
.min_language{
    width: 30px;
    height: 20px;
    position: absolute;
    right: 30px;
    top: 20px;
}