*{
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
    color: #333;
}
body{
	font-family: "微软雅黑";
}

ul{
    list-style: none;
}

img{
    max-width: 100%;
}

.cw{ margin:0 auto;max-width:1220px;padding: 0 10px;}
.cw ul{display:flex;flex-wrap:wrap;justify-content: space-between; width:100%;}
.cw ul li{    float: left;
    text-align: center;
    padding: 15px 0;
    width: 16.666%;}
.cw ul li a{display:inline-block;}
.cw ul li a .box{height:58px;transition: all 0.5s}
.cw ul li a:hover .box{
    transform: rotateY(360deg);
}
.cw ul li a p{font-size:16px;line-height:16px;padding:15px 0;color:#474747}
.cw ul li a .box.btn01{background:url(../images/deve01.png) no-repeat center;}
.cw ul li a .box.btn02{background:url(../images/deve02.png) no-repeat center;}
.cw ul li a .box.btn03{background:url(../images/deve03.png) no-repeat center;}
.cw ul li a .box.btn04{background:url(../images/deve04.png) no-repeat center;}
.cw ul li a .box.btn05 {background:url(../images/deve05.png) no-repeat center;}
.cw ul li a .box.btn06{background:url(../images/deve06.png) no-repeat center;}
.cw ul li a .box.btn07{background:url(../images/deve07.png) no-repeat center;}
.cw ul li a .box.btn08{background:url(../images/deve08.png) no-repeat center;}
.cw ul li a .box.btn09{background:url(../images/deve09.png) no-repeat center;}
.cw ul li a .box.btn10{background:url(../images/deve10.png) no-repeat center;}
.cw ul li a .box.btn11{background:url(../images/deve11.png) no-repeat center;}
.cw ul li a .box.btn12{background:url(../images/deve12.png) no-repeat center;}
.cw ul li a.cur .box.btn01{background:url(../images/deve01_cur.png) no-repeat center;}
.cw ul li a.cur .box.btn02{background:url(../images/deve02_cur.png) no-repeat center;}
.cw ul li a.cur .box.btn03{background:url(../images/deve03_cur.png) no-repeat center;}
.cw ul li a.cur .box.btn04{background:url(../images/deve04_cur.png) no-repeat center;}
.cw ul li a.cur .box.btn05{background:url(../images/deve05_cur.png) no-repeat center;}
.cw ul li a.cur .box.btn06{background:url(../images/deve06_cur.png) no-repeat center;}
.cw ul li a.cur .box.btn07{background:url(../images/deve07_cur.png) no-repeat center;}
.cw ul li a.cur .box.btn08{background:url(../images/deve08_cur.png) no-repeat center;}
.cw ul li a.cur .box.btn09{background:url(../images/deve09_cur.png) no-repeat center;}
.cw ul li a.cur .box.btn10{background:url(../images/deve10_cur.png) no-repeat center;}
.cw ul li a.cur .box.btn11{background:url(../images/deve11_cur.png) no-repeat center;}
.cw ul li a.cur .box.btn12{background:url(../images/deve12_cur.png) no-repeat center;}



/*缓存*/
/*.myPhone{
    position: absolute;
    top: 108px;
    width: 301px;
    overflow: hidden;
    transform: translate(0,0);
    display: none;
    transition: transform 500ms, opacity 500ms 100ms, left 0s 0s;
    transform: translate(0,10px);
    right: 0;
    z-index: 10;
}

.tel-bar {
    display: inline-block;
    background: #008DD5;
    color: #fff;
    padding: 2em 4em;
    text-align: center;
}

.tel-bar img {
    width: 4em;
    margin-bottom: 1em;
}

.tel-bar .tel-link {
    font-size: 2em;
    display: block;
    color: #fff!important;
}
.tel-bar p {
    display: inline-block;
    font-size: 0.9em;
    padding: 0.5em;
    line-height: 1;
    margin: auto;
    /* background-color: #34B7FB; */
/*}*/
.load_box {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
    top: 0;
    left: 0;
    background: #fff;
    text-align: center;
}

.load_box .loader_loader {
    width: 100%;
    height: 100%;
    max-width: 100%;
}
.loader_loader {
    box-sizing: border-box;
    display: flex;
    flex: 0 1 auto;
    flex-direction: column;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 25%;
    max-width: 25%;
    height: 200px;
    align-items: center;
    justify-content: center;
}
@-webkit-keyframes line-scale-party {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }

  50% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes line-scale-party {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }

  50% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }

  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

.line-scale-party > div:nth-child(1) {
  -webkit-animation-delay: 0.77s;
          animation-delay: 0.77s;
  -webkit-animation-duration: 1.26s;
          animation-duration: 1.26s; }
.line-scale-party > div:nth-child(2) {
  -webkit-animation-delay: 0.29s;
          animation-delay: 0.29s;
  -webkit-animation-duration: 0.43s;
          animation-duration: 0.43s; }
.line-scale-party > div:nth-child(3) {
  -webkit-animation-delay: 0.28s;
          animation-delay: 0.28s;
  -webkit-animation-duration: 1.01s;
          animation-duration: 1.01s; }
.line-scale-party > div:nth-child(4) {
  -webkit-animation-delay: 0.74s;
          animation-delay: 0.74s;
  -webkit-animation-duration: 0.73s;
          animation-duration: 0.73s; }
.line-scale-party > div {
  background-color: #7aba1e;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block;
  -webkit-animation-name: line-scale-party;
          animation-name: line-scale-party;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 0;
          animation-delay: 0; }


/*end*/


/*头部*/
/*.headers{
    width: 100%;
    background: #fff;
    position: relative;
    top: 0;
    left: 0;
    z-index: 12;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}

.headers>div{
    max-width: 1310px;
    margin: auto;
    height: 129px;
}*/
.listheader {
    width: 100%;
    position: fixed;
    z-index: 10;
    background: #fff;
    top: 0;
    left: 0;
}




.nav{
    max-width:1300px;
    margin:auto;
    padding: 0 10px;
}

.navLeft{
    float: left;
	   
    line-height: 122px;
}

.navsearch{
    float: right;
    line-height: 122px;
    /*width: 10%;*/
    text-align: center;
}
.navsearch img{
    cursor: pointer;
}


.navphone{
    float: right;
    background: url(../image/icon-phone-mobile.png)left 0 no-repeat;
    background-size: 26px;
    padding-left: 32px;
    font-size: 14px;
    line-height: 20px;
    margin-top: 44px;
    margin-right: 1%;
    font-weight: 700;
}

.hd122{
    height: 122px;
}



.nav .navs {
    position: relative;
    margin-bottom: 0;
    font-size: 0;
    float: right;
    width: 62%;
    margin-top: 48px;
}
.nav .navs>li {
    display: inline-block;
    font-size: 16px;
    position: relative;
    height: 36px;
    line-height: 36px;
    width: 12.5%;
    text-align: center;
    transition: all 0.3s;
    border-radius: 30px;
}
.nav .navs>li>a {
    text-align: center;
    color: #332424;
    display: block;
    overflow: hidden;
}
/*.nav span {
    float:right;
}*/
/*.nav .navs>li:nth-child(1){
    width: 16%;
    background: #0f6cbb;
}
.nav .navs>li:nth-child(1)>a {
    border-left:0;
    color: #fff;
}*/
.nav .navs>li:last-child>a {
    border-right:0;
}
.nav .navs>li:hover {
    background:#002b5e;
}
.nav .navs>li:hover>a{
    color:#fff;
}










/**/
.clear {
    clear: both;
}



.m-nav {
    position: fixed;
    top: 6rem;
    left: 0;
    width: 100%;
    height: calc(100% - 6rem);
    z-index: 33000000;
    border-top: 1px solid #e5e5e5;
    background-color: #fff;
    display: none;
}

.m-nav li a{
    display: block;
}
.m-nav li .tit{
    font-size: 1.36rem;
    line-height: 1.46rem;
    padding: 1rem;
    color: #2c2c2c;
    text-align: left;
    border-bottom: 1px solid #e5e5e5;
}

.m-nav li .tit:before{
    content: "";
    position: absolute;
    right: 1.3rem;
    width: 1.42rem;
    height: 1.42rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url(../image/m-nav-arrow.png);
}
.m-nav li.on1 .tit:before{
    background-image: url("../image/m-nav-jia.png");
}
.m-nav li.on2 .tit:before{
    background-image: url("../image/m-nav-jian.png");
}
.m-nav li .navson{
    padding: .15rem 0;
    border-bottom: 1px solid #e5e5e5;
    display: none;
}
.m-nav li .navson a{
    font-size: 1.3rem;
    line-height: 2.4rem;
    padding: .15rem 1.3rem;
    color: #737373;
}




.search {

}
.search-box {
    width: 28%;
    position: fixed;
    right: 0;
    top: 122px;
    display: none;
    z-index: 10;
    background: #002b5e;
    padding: 18px 2%;
}
.search-box .close {
    float: right;
    width: 35px;
    height: 35px;
    background: url(../image/wel26.png) no-repeat center;
    background-size: 100%;
    margin-top: 2px;
    opacity: 1;
}
.search-box form {
    width: 76%;
    height: 40px;
    line-height: 40px;
    position: relative;
    border: 1px solid rgba(255,255,255,.2);
}
.search-box form .text {
    font-size: 12px;
    color: #fff;
    border: none;
    background: none;
    padding: 0 28px 0 18px;
    width: 100%;
    height: 40px;
    color: #fff;
    line-height: 40px;
}
.search-box form .submit {
    width: 14px;
    height: 30px;
    position: absolute;
    top: 50%;
    right: 14px;
    margin-top: -15px;
    background: url(../image/wel25.png) no-repeat center;
    border: none;
}
.search-box form .text::-webkit-input-placeholder{
    color: #fff;
}
.search-box form .text:-moz-placeholder{
    color: #fff;
}
.search-box form .text::-moz-placeholder{
    color: #fff;
}
.search-box form .text:-ms-input-placeholder{
    color: #fff;
}
/*.clickPhone:hover .myPhone{
    opacity: 1;
    transition: transform 500ms, opacity 500ms 100ms, left 0s 0s;
}*/
.navs>li .more{
    position: absolute;
    left: 0;
    top: 36px;
    width: 100%;
    /*margin-left: -100px;*/
    background-color: rgba(255, 255, 255, 0.9);
    padding: 7px 0 21px;
    z-index: 100;    display: none;
}
.navs>li .more a{
    display: block;
    color: #333;
    font-size: 14px;
    height: 41px;
    line-height: 41px;
    text-align: center;
    transition: all 0.3s linear 0s;
}

.navs>li .more a:hover{
    color: #0f6cbb;
}



.banner{
    width: 100%;
}
.banner img{
    width: 100%;
}
.banner .swiper-pagination-bullet-active{
    background: #0f6cbb;
}


.hangindex_a{
    max-width:1220px;
    margin:auto;
    overflow: hidden;
    padding:  40px 0;
}

.hangindex_aTop{
    text-align: center;
    font-size: 30px;
    color: #1f1717;
    line-height: 104px;
    font-weight: 700;
}


.hangindex_as{
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
	
}
.hangindex_as a:last-child{
    border-right: 1px solid #dcdcdc;
}
.hangindex_as a{
    display: block;
    overflow: hidden;
    width: 25%;
    min-height: 217px;
    border-left: 1px solid #dcdcdc;
    text-align: center;
}
.hangindex_as a div{
    color: #114899;
    font-weight: 700;
}
.hangindex_as a div span{
font-size: 125px;
    color: #1f1717;
    font-weight: 400;
}
.hangindex_as a p{
margin: 0;
    color: #1f1717;
}




.allTop{
    text-align: center;
    margin-top: 86px;
    margin-bottom: 43px;
    overflow: hidden;
}
.allTop label{
    font-size: 34px;
    color: #363333;
   
}
.allTop div{
    font-size: 18px;
    color: #726f6f;
}


.hangindex_b{
    max-width:1220px;
    margin:auto;
    overflow: hidden;
    padding: 0 10px;
    margin-bottom: 66px;    
}

.hangindex_bnav{
    float: left;
    width: 32%;
}
.hangindex_bnav .hangindex_bnavtext{
    background: #fbf9fa;
    height: 97px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 4px;
    padding: 0 13px;
    transition: all 0.3s;
    cursor: pointer;
}
.hangindex_bnav .hangindex_bnavtext span{
display: block;
    line-height: 97px;
    color: #312a2a;
    font-size: 37px;
    width: 12%;
    transition: all 0.3s;
}
.hangindex_bnav .hangindex_bnavtext div{
        width: 81%;
    font-size: 16px;
    color: #000000;
    line-height: 27px;
    margin-top: 21px;
    margin-left: 5%;
    transition: all 0.3s;
}
.hangindex_bnav .hangindex_bnavtext img{
    height: auto;
    position: absolute;
    right: -10px;
    top: 50%;
    margin-top: -10px;
    opacity: 0;
    transition: all 0.3s;
}


.hangindex_bnav a{
    background: #fbf9fa;
    height: 97px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 4px;
    padding: 0 13px;
    transition: all 0.3s;
    display: block;
    font-size: 25px;
    color: #333131;
    line-height: 97px;
    padding-left: 20px;
    text-decoration: none;
}
.hangindex_bnav a img{
    margin-left: 5%;
}

.hangindex_bnav .hangindex_bnavtext.on{
    background: #379ece;
}

.hangindex_bnav .hangindex_bnavtext.on span{
    color: #fff;
}
.hangindex_bnav .hangindex_bnavtext.on div{
    color: #fff;
}

.hangindex_bnav .hangindex_bnavtext.on img{
    opacity: 1;
}



.hangindex_btext{
    float: right;
    width: 65%;
    overflow: hidden;
}

.hangindex_btext .hangindex_btextbox{
    display: none;
    overflow: hidden;
}

.hangindex_btext .hangindex_btextbox img{
    width: 100%;
}
.hangindex_btext .hangindex_btextbox .hangindex_btextboxs{
    overflow: hidden;
    background: #379ece;
    color: #fff;
    padding: 20px;
}
.hangindex_btextboxs .hangindex_btextboxsLeft{
float: left;
    width: 78%;
}
.hangindex_btextboxs .hangindex_btextboxsLeft div{
    font-size: 21px;
}
.hangindex_btextboxs .hangindex_btextboxsLeft p{
    margin: 0;
    font-size: 13px;
    line-height: 26px;
    margin-top: 8px;
}

.hangindex_btextboxs .hangindex_btextboxsRight{
    float: right;
    width: 17%;
}
.hangindex_btextboxs .hangindex_btextboxsRight a{
    display: block;
    border: 1px solid #fff;
    text-align: center;
    line-height: 35px;
    color: #fff;
    font-size: 12px;
    margin-bottom: 8px;
}





.hangindex_c{
    width: 100%;
    background: url(../image/images/2_02.jpg)center 0 no-repeat;
    height: 613px;
    overflow: hidden; 
}

.hangindex_c .allTop {
    margin-top: 39px;
}


.hangindex_cs{
    max-width:1220px;
    margin:auto;
    overflow: hidden;
    padding: 0 10px;
    position: relative;
}

.hangindex_csLeft{
    float: left;
    width: 43%;
    overflow: hidden;

}
.hangindex_csLeft img{
    width: 100%;
}

.hangindex_csRight{
    position: absolute;
    right: 10px;
    top: 0;
    background: #fff;
    height: 100%;
    width: 54%;
    padding: 40px 28px;
    overflow: hidden;
}
.hangindex_csRight label{
    font-size: 19px;
    color: #3f3c3c;
}
.hangindex_csRight div{
    color: #686868;
    line-height: 29px;
    margin-top: 18px;
    margin-bottom: 26px;
}
.hangindex_csRight a{
    font-size: 16px;
    color: #002b5e;
}


.hangindex_d{
    max-width:1220px;
    margin:auto;
    overflow: hidden;
    padding: 0 10px;
    position: relative;
    margin-top: 55px;
}

.hangindex_dTop{
    overflow: hidden;
    border-bottom: 1px solid #dfdfdf;
    overflow: hidden;
    height: 40px;
    margin-bottom: 27px;
}
.hangindex_dTop label{
    float: left;
    font-size: 22px;
    color: #1f4888;
}
.hangindex_dTop label span{
    font-size: 17px;
    color:#1f4888;
    font-family: Arial;
    text-transform: uppercase;
}
.hangindex_dTop a{
    float: right;
}


.hangindex_ds{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.hangindex_ds a{
    display: block;
    width: 32%;
    transition: all 0.5s;
    padding-bottom: 33px;
    margin-bottom: 30px;
}
.hangindex_ds a div{
    width: 100%;
    overflow: hidden;
}
.hangindex_ds a div img{
    width: 100%;
    overflow: hidden;
    transition: all 0.5s;
}
.hangindex_ds a span{
    font-size: 18px;
    color: #281f1f;
    margin-top: 15px;
    display: block;
    transition: all 0.5s;
}
.hangindex_ds a:hover{
    box-shadow: 0 0 13px #ccc;
}
.hangindex_ds a:hover img{
    transform: scale(1.1);
}
.hangindex_ds a:hover span{
    padding-left: 15px;
}




.hangindex_e{
    width: 100%;
    background: #002b5e;
    overflow: hidden;
}

.hangindex_e .allTop{
    margin-top: 63px;
    margin-bottom: 63px;
}
.hangindex_e .allTop label{
    color: #fff;
}
.hangindex_e .allTop div{
    color: #fff;
}



.hangindex_es{
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 10px;
    overflow: hidden;
    margin-bottom: 77px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.hangindex_es a{
    display: block;
    width: 25%;
    overflow: hidden;
    position: relative;
}
.hangindex_es a>img{
    width: 100%;
}
.hangindex_es a .hangindex_estext{
    position: absolute;
    top:0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(7,87,154,0.9);
    overflow: hidden;
    text-align: center;
    color: #fff;
}
.hangindex_es a .hangindex_estext label{
    display: block;
    font-size: 72px;
    line-height: 100%;
    margin-top: 66px;
}
.hangindex_es a .hangindex_estext div{
    height: 155px;
    line-height: 155px;
}
.hangindex_es a .hangindex_estext div img{
    transition: all 0.5s;
}
.hangindex_es a .hangindex_estext span{
        font-size: 28px;
}
.hangindex_es a .hangindex_estext p{
        margin: 0;
    font-size: 19px;
    text-transform: uppercase;
}


.hangindex_es a:nth-child(2n) .hangindex_estext{
    background: rgba(0,0,0,0.9);
}

.hangindex_es a:hover .hangindex_estext div img{
    transform: rotateY(360deg);
}


.hangindex_f{
    width: 100%;
    background: #f9f9f9;
    overflow: hidden;
}


.hangindex_f .allTop{
    margin-top: 63px;
}


.hangindex_fs{
    text-align: center;
}
.hangindex_fs a img{
    transition: all 0.5s;
}
.hangindex_fs a:hover img{
    transform: scale(1.05);
}


.bootom{
    width: 100%;
    background: #011e56;
    overflow: hidden;
    color: #fff;
}

.bottomTop{
    text-align: center;
    line-height: 87px;
    border-bottom: 1px solid #144784;
    overflow: hidden;
}
.bottomTop a{
    font-size: 16px;
    color: #fff;
    margin: 0 2%;
}

.bottoms{
    max-width: 1220px;
    margin: 0 auto;
    padding: 0 10px;
    overflow: hidden;
    height: 234px;    
}

.bottomsLeft{
    float: left;
    line-height: 234px;
}
.bottomsLeft img{

}


.bottomsCenternav{
    float: left;
    width: 22%;
    margin-top: 45px;
}
.bottomsCenternav a{
    color: #fff;
    float: left;
    width: 50%;
    text-align: right;
    margin-bottom: 12px;
}
.bottomsCenternav a:nth-child(2n){
    text-align: left;
    padding-left: 4%;
}



.bottomsCenter{
    line-height: 29px;
    margin-top: 41px;
    float: left;
}

.bottomsRight{
    float: right;
    margin-top: 41px;
}
.bottomsRight img{

}

.allbottom{
    line-height: 71px;
    text-align: center;
    background: #01163e;
    color: #fff;
}
.allbottom a{
    color: #fff;
}










/**/
.listabout{
     max-width: 1220px;
    margin: 0 auto;
    padding: 30px 10px;
}

.gunayu_a{
    width: 100%;
    overflow: hidden;
}
.gunayu_a .gunayu_aLeft{
    float: left;
    width: 50%;
}
.gunayu_aLeft img{
    width: 100%;
}

.gunayu_aRight{
    float: right;
    width: 46%;
    overflow: hidden;
}
.gunayu_aRight h4{
    font-size: 24px;
    color: #023793;
    margin-bottom: 30px;
}
.gunayu_aRight p{
    font-size: 14px;
    line-height: 28px;
}


.gunayu_b{
    margin-top: 6%;
    overflow: hidden;
}
.gunayu_b div{
float: left;
    width: 33.33%;
    text-align: center;
    border-left: 1px solid #dcdcdc;
}
.gunayu_b div img{
    display: block;
    margin: 0 auto;
    width: 80%;
    max-width: 234px;
}
.gunayu_b div:first-child {
    border: none;
}


.gunayu_cTop{
    color: #00306e;
    text-transform: uppercase;
    border-bottom: 1px solid #dcdcdc;
    line-height: 24px;
    padding-bottom: 6px;
    margin-top: 4rem;
    margin-bottom: 30px;
}
.gunayu_cTop label{
    font-size: 24px;
    margin: 0;
    font-weight: normal;
}
.gunayu_cTop span{
    font-weight: normal;
    margin-left: 8px;
    font-size: 14px;
    font-style: normal;
}



.gunayu_c{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.gunayu_c a{
    width:32%;
    overflow: hidden;
    display: block;
    transition: all 0.3s;
}
.gunayu_c a img{
    width: 100%;
}

.gunayu_c a span{
    height: 24px;
    line-height: 24px;
    margin: 15px 0;
    font-size: 20px;
    display: block;
    color: #001f56;
}
.gunayu_c a div{
    line-height: 26px;
    height: 78px;
    overflow: hidden;
font-size: 16px;    color: #666;
}





.contactmap {
    width: 100%;
    position: relative;
    overflow: hidden;
}
#map {
    width: 100%;
    height: 540px;
    overflow: hidden;
    position: relative;
}

#map img{
    max-width: none;
}

.contactmaptext{
    position: absolute;
    top: 0;
    right: 0;
    width: 30%;
    height: 100%;
    padding: 3% 2%;
    background: rgba(73,133,188,0.8);
    color: #fff;
    line-height: 1.8;
}
.contactmaptext a{
    color: #fff;
}

.contactmap .box_hd{margin-bottom:10px;}
.contactmap .box_hd .box_title{font-size: 30px; font-weight:normal;line-height:1.2;}
.contactmap .box_hd .en_title{font-size:22px;font-family:Arial;display:block;}
.contactmap .box_bd .conpany_name{font-size:18px;color:#fff;font-weight:normal;}
.contactmap .box_bd{border-top:1px solid rgba(255,255,255,0.6);padding-top: 16px;margin-bottom:30px;}
.contactmap .box_bd dl{min-height:150px;}
.contactmap .box_bd dt{font-size:27px;}
.contactmap .box_bd .phone_num{cursor:default;color:#fff;}
.contactmap .map_cover02 .box_bd01{margin-top: 83px;}
.contactmap .fix{
    overflow: hidden;
    line-height:25px;
}






.jieshaotop {
    text-align: center;
    color: #000;
    font-size: 30px;
    font-weight: normal;
    background: url(../image/title.jpg) no-repeat bottom center;
    padding-bottom: 10px;
    margin-top: 4rem;
}
.inner_con_lawyer {
    margin: 40px auto;
    overflow: hidden;
    max-width: 1220px;
    padding: 0 10px;
}
.inner_con_lawyer ul{
    margin: 0;
    overflow: hidden;
}
.inner_con_lawyer li {
    margin-bottom: 25px;
    overflow: hidden;
    width: 19%;
    float: left;
    margin-right: 1.2%;
}
.inner_con_lawyer li:nth-child(5n){
    margin-right: 0;
}
.inner_con_lawyer li a {
    display: block;
}

.ilawyer_img {
    overflow: hidden;
}
.ilawyer_img img {
    width: 100%;
    height: auto;
    transform: translateZ(0px);
    transition: transform 1s ease 0s;
    transition: .5s;
}
.ilawyer_txt {
    background-color: #f0f0f0;
    padding: 25px;
    overflow: hidden;
}
.ilawyer_txt h3 {
    color: #000;
    font-size: 16px;
    font-weight: normal;
    background: url(../image/title.jpg) no-repeat bottom center;
    padding-bottom: 13px;
    margin-bottom: 10px;
    text-align: center;
    margin-top: 0;
}
.ilawyer_txt p {
    font-size: 14px;
    color: #828282;
    line-height: 30px;
}

.ilawyer_txt p span {
    color: #144784;
}

.inner_con_lawyer li a:hover .ilawyer_img img {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}


.inner_con_lawyer li a:hover .ilawyer_txt h3 {
    color: #144784;
}


.inner_fr_case {
    margin-top: 30px;
    overflow: hidden;
}


.inner_fr_case li {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px dashed #d6d6d6;
    overflow: hidden;
}
.inner_fr_case li a {
    display: block;
}

.case_txt1 {
    margin-bottom: 10px;
    overflow: hidden;
    line-height: 25px;
}

.case_txt1 p {
    float: left;
    width: 70%;
    font-size: 16px;
    color: #000;
    background: url(../image/dian.jpg) no-repeat left center;
    padding-left: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.case_txt1 span {
    float: right;
    color: #bbb;
}

.case_txt2 p {
    line-height: 25px;
    color: #828282;
    padding-left: 15px;
}

.inner_fr_case li a:hover .case_txt1 p {
    color: #144784;
    background: url(../image/dian_h.jpg) no-repeat left center;
}
.case_txt2 p span {
    color: #144784;
}






.inner_con_news {
    margin: 40px auto;
    overflow: hidden;
}


.inner_con_news {
    margin: 40px auto;
    overflow: hidden;
    max-width: 1220px;
    padding: 0 10px;
}

.inner_con_news li {
    margin-bottom: 20px;
    padding-top: 5px;
}


.inner_con_news li a {
    display: block;
    border: 1px solid #d7d6d6;
    box-shadow: 0px 0px 5px #ccc;
    padding: 29px;
    border-radius: 15px;
    overflow: hidden;
}

.news_date {
    float: left;
    width: 85px;
    background-color: #000;
    color: #fff;
    text-align: center;
    padding: 10px 10px 20px 10px;
}

.news_date p {
    font-size: 40px;
    border-bottom: 1px dashed #919191;
    margin-bottom: 10px;
}

.news_date span {
    font-size: 16px;
}

.news_txt {
    margin-left: 125px;
}

.news_txt h3 {
    font-size: 18px;
    font-weight: normal;
    color: #000;
    margin-bottom: 15px;
    background: url(../image/news_xq.jpg) no-repeat right center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
}
.news_txt p {
    line-height: 30px;
    color: #828282;
    height: 90px;
    overflow: hidden;
    margin: 0;
}
.inner_con_news li a:hover {
    border: 1px solid #f5aab0;
    box-shadow: 0px 0px 5px #f9cdd0;
}


.inner_con_news li a:hover .news_txt h3 {
    background: url(../image/news_xqh.jpg) no-repeat right center;
}

.inner_con_news li a:hover .news_date {
    background-color: #011e56;
}







.xiazai {
    margin: 40px auto;
    overflow: hidden;
    max-width: 1220px;
    padding: 0 10px;
}

.xiazaiLeft {
    margin-bottom: 30px;
    overflow: hidden;
    width: 25%;
    float: left;
}

.inner_fl_title {
    background-color: #011e56;
    color: #fff;
    padding: 20px;
    overflow: hidden;
    text-align: center;
    margin-bottom: 1px;
}
.inner_fl_title p {
    font-size: 28px;
    font-weight: bold;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.inner_fl_title span {
    text-transform: uppercase;
    font-size: 20px;
}
.inner_fl_con {
    overflow: hidden;
}
.inner_fl_con li {
    margin-bottom: 1px;
    overflow: hidden;
    position: relative;
    background-color: #f0f0f0;
}

.inner_fl_con li a {
    display: block;
    font-size: 16px;
    color: #272727;
    background-color: #f0f0f0;
    border-left: 6px solid #dcdcdc;
    padding-left: 15px;
    line-height: 30px;
    padding: 10px 0px 10px 15px;
    overflow: hidden;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
}

.inner_fl_con li a:hover {
    color: #fff;
    background-color: #011e56;
    border-left: 6px solid #b0000e;
}


.xiazaiRight{
    width: 71%;
    float: right;
    overflow: hidden;   
}




.ul_5{ width:100%;}
.ul_5 li {
    width: 100%;
    border: solid 1px #e9e9e9;
    padding: 20px 138px 17px 134px;
    position: relative;
    overflow: hidden;
    margin-bottom: 2.6rem;
}
.ul_5 li .tab{ width:92px; height:107px; background:url(../image/jszz1.jpg) no-repeat center center; position:absolute; left:0; top:0; text-align:center; background-position:center center; background-size:contain;
-webkit-transition: all 0.3s ease-out 0s; 
-moz-transition: all 0.3s ease-out 0s; 
-o-transition: all 0.3s ease-out 0s; 
transition: all 0.3s ease-out 0s;}
.ul_5 li .tab .ico{width: 100%;
    margin-top: 29px;
    height: 36px;
    background: none;
    display: block;
    text-indent: 0;}
.ul_5 li .tab .ico img{ height:100%;}
.ul_5 li .tab h6{ width:100%; height:100%; font-size:14px; color:white; line-height:32px; font-weight:bold; text-transform:uppercase; letter-spacing:1px;}
.ul_5 li .c_674{ width:51.37%; float:left; padding-top:0;}
.ul_5 li .c_674 h4{    margin: 0; width:100%; font-size:16px; color:#333; line-height:27px;}
.ul_5 li .c_674 h5{ width:100%; font-size:12px; color:#888; line-height:23px;}
.ul_5 li .c_674 h5 img{ vertical-align:middle; margin:-3px 6px 0 0 ; height:12px;}
.ul_5 li .c_637{ width:48.63%; float:left; padding:0 52px 0 41px; height:65px; line-height:65px; background:url(../image/jszz5.png) no-repeat left center;}
.ul_5 li .c_637 .p{ display:inline-block; vertical-align:middle; font-size:14px; color:#666; line-height:24px; max-height:72px; overflow:hidden;}
.ul_5 li .down{ width:153px; text-align:center; position:absolute; right:0; top:0; height:100%; background:url(../image/jszz6.png) no-repeat left center; padding-top:29px;}
.ul_5 li .down .ico{width:100%; height:24px; background:url(../image/jszz4.png) no-repeat center center; background-size:contain;}
.ul_5 li .down h5{ width:100%; font-size:14px; color:#666; line-height:20px; margin-top:10px;}
.ul_5 li:hover .tab{ background-image:url(../image/jszz1_h.jpg);}
.ul_5 li:hover .c_674 h4{ color:#011e56;}
.ul_5 li:hover .down .ico{ background-image:url(../image/jszz4_h.png);}
.ul_5 li:hover .down h5{ color:#011e56;}





@media screen and (max-width:767px) {
.c_1570_1{ padding:10px 0 30px 0;}
.ul_5 li .tab{ width:68px; height:79px;}
.ul_5 li .c_674{ width:100%; padding-top:0px;}
.ul_5 li .c_674 h4{ line-height:21px;}
.ul_5 li .c_674 h5{    margin: 0; line-height:18px;}
.ul_5 li .c_637{ width:100%; padding:0; height:20px; line-height:0px; background:none;}
.ul_5 li .c_637 .p{line-height:20px; height:18px;}
.ul_5 li .down{ width:63px; padding-top:18px;}
.ul_5 li .down .ico{ height:18px;}
.ul_5 li .down h5{ line-height:16px; margin-top:4px;}
.ul_5 li .tab .ico{ margin-top:18px; height:24px;}
.ul_5 li .tab h6{ line-height:24px;}
.ul_5 li{ padding:10px 0 10px 76px; margin-top:10px;}
.ul_5 li .down{ width:43px; display:none;}
}









.listvideo{
width: 71%;
    float: right;
    overflow: hidden;
}


.listvideo .videolist {
    width: 32%;
    float: left;
    overflow: hidden;
    margin-bottom: 2%;
    margin-right: 2%;
}
.listvideo .videolist:hover>img{
    transform: scale(0.9);
}

.listvideo .videolist>span{
display: block;
    text-align: center;
    margin-top: 17px;
}
.listvideo .videolist>img{
    width: 100%;
    transition: all 0.3s;
    cursor: pointer;
}
.listvideo .videolist:nth-child(3n){
    margin-right: 0;
}
.tip-box {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.8);
    left: 0;
    top: 0;
    z-index: 30;
    display: none;
}
.tip-box .mian {

    position: fixed;
    left: 50%;
    top: 50%;
    width: 640px;
   
    margin: -205px 0 0 -320px;
    background: #fff;
}

.tip-box .mian i {
    background: url(../image/tc-img-close.png) no-repeat left center;
    width: 35px;
    height: 35px;
    position: absolute;
    right: -35px;
    top: -35px;
    cursor: pointer;
}


.tip-box .mian video{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: fill;
}










.zhaoxin{
    max-width: 1200px;
    margin: auto;
    overflow: hidden;
}
.zhaoxintop{
    display: flex;
    width: 100%;
    background: #7F7F7F;
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.zhaoxintop span{
    flex: 1;
    text-align: center;
    color: #fff;
    font-size: 24px;
    padding: 1rem 0;
}
.zhaoxins li {
    position: relative;
    margin-bottom: 2rem;
    border: #eee solid 1px;
}

.zhaoxins li .topDiv {
    height: 48px;
    position: relative;
}
.zhaoxins li .topDiv a {
    display: block;
    height: 48px;
}
.zhaoxins li.liNow .topDiv a {
    background: #011e56;
    color: #fff;
}
.zhaoxins li.liNow .msgDiv {
    color: #fff;
}

.zhaoxins li .msgDiv {
    color: #999;
}

.zhaoxins li .msgDiv {
    color: #999;
}
.zhaoxins li .msgDiv .dd01 {
    text-align: left;
    text-indent: 50px;
    width: 248px;
}
.zhaoxins li .msgDiv dl{
    display: flex;
    overflow: hidden;
    text-decoration:none;
}
.zhaoxins li .msgDiv dd {
    height: 48px;
    float: left;
    line-height: 48px;
    font-size: 14px;
    margin: 0;
    flex: 1;
    text-align: center;
    text-decoration:none;
}
/*.zhaoxins li .msgDiv .dd02 {
    width: 256px;
}
.zhaoxins li .msgDiv .dd03 {
    width: 210px;
}
.zhaoxins li .msgDiv .dd04 {
    width: 192px;
}
.zhaoxins li .msgDiv .dd05 {
    width: 165px;
}*/
dl{
    margin-bottom: 0;
}
.clear_f {
    clear: both;
    height: 0px;
    padding: 0px;
    margin: 0px;
    display: block;
    display: inherit;
}
.zhaoxins li .zhaoxinsbox {
    color: #5d5d5d;
    padding: 45px 50px 60px;
    overflow: hidden;
    width: 100%;
line-height: 25px;
display: none;
}
.zhaoxins li h2 {
    position: relative;
    height: 30px;
    color: #011e56;
    font-size: 14px;
}
.zhaoxins li .zhaoxinscontent {
    line-height: 24px;
    padding-bottom: 40px;
    font-size: 14px;
    color: #999;
}
.zhaoxins li .btnDiv a:hover {
    border: #011e56 solid 1px;
    background: #011e56;
    color: #fff;
    transition: 0.2s linear;
}
.zhaoxins li .btnDiv a {
    display: block;
    width: 118px;
    height: 33px;
    color: #8b8b8c;
    font-size: 14px;
    text-align: center;
    line-height: 33px;
    border: #e0e0e0 solid 1px;
}



.faliu{
    background: #f5f5f5;
    overflow: hidden;
    padding: 102px 0 0 0;
}
.falius{
    max-width: 1083px;
    margin: 0 auto;
    padding: 0 10px;
    display: flex;
    flex-wrap: wrap;
}
.falius a:nth-child(2n){
    margin-right: 0;
}
.falius a{
    display: block;
    width: 47%;
    background: #fff;
    margin-right: 6%;
    margin-bottom: 8%;
    border: 1px solid #e1dbdb;
    border-radius: 17px;
    padding: 0 46px;
    padding-bottom: 41px;
}
.falius a div{
    width: 98px;
    height: 98px;
    background: #379ece;
    margin: auto;
    border-radius: 50%;
    border: 6px solid #fff;
    position: relative;
    text-align: center;
    line-height: 85px;
    font-weight: 700;
    font-size: 36px;
    color: #fff;
    margin-top: -48px;
}
.falius a label{
    font-size: 19px;
    color: #0f0a0a;
    margin-top: 34px;
	display:block;
	text-align:center;
    margin-bottom: 17px;
}
.falius a p{
    margin: 0;
    color: #564e4e;
    line-height: 33px;
}




.down{
margin-top: 0;
    overflow: hidden;
    margin-bottom: 3%;
}

.down form{
    max-width: 424px;
    height: 40px;
    line-height: 40px;
    position: relative;
    border: 1px solid #ccc;
    margin: auto;
}

.down form .text{
        font-size: 12px;
    border: none;
    background: none;
    padding: 0 28px 0 18px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    outline: none;
}
.down form .submit{
width: 14px;
    height: 30px;
    position: absolute;
    top: 50%;
    right: 14px;
    margin-top: -15px;
    background: url(../image/2.png) no-repeat center;
    border: none;
    background-size: 100%;
    font-size: 0;
    outline: none;
}



.hangindex_esabout a {
    display: block;
    width: 32%;
    overflow: hidden;
    position: relative;
}


.hangindex_esabout {
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.hangindex_esabout a>img{
    width: 100%;
}
.hangindex_esabout a .hangindex_estext{
    position: absolute;
    top:0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(7,87,154,0.9);
    overflow: hidden;
    text-align: center;
    color: #fff;
}
.hangindex_esabout a .hangindex_estext label{
   display: block;
    font-size: 32px;
    line-height: 100%;
    margin-top: 66px;
}
.hangindex_esabout a .hangindex_estext div{
    height: 155px;
    line-height: 155px;
}
.hangindex_esabout a .hangindex_estext div img{
    transition: all 0.5s;
}
.hangindex_esabout a .hangindex_estext span{
            font-size: 18px;
    line-height: 40px;
}
.hangindex_esabout a .hangindex_estext p{
        margin: 0;
    font-size: 19px;
    text-transform: uppercase;
}


.hangindex_esabout a:nth-child(2n) .hangindex_estext{
    background: rgba(0,0,0,0.9);
}

.hangindex_esabout a:hover .hangindex_estext div img{
    transform: rotateY(360deg);
}



.youhangindex_a{
    width: 100%;
    background: #F6F6F6;
    overflow: hidden;
}

.youhangindex_as{
    max-width: 1220px;
    margin: auto;
    overflow: hidden;
    padding: 40px 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.youhangindex_as a{
    display: block;
    background: #fff;
    float: left;
    width: 19%;
    text-align: center;
    border-radius: 8px;
    padding: 30px 0;
    margin-bottom: 2rem;
}
.youhangindex_as a label{
    display: block;
    color: #333;
    font-size: 20px;
    font-weight: 400;
}
.youhangindex_as a p{
    width: 49px;
    height: 2px;
    background: #FF6C02;
    margin: auto;
    margin-bottom: 82px;
}
.youhangindex_as a span{
    color: #FF6C02;
    font-size: 19px;
    display: block;
    margin-bottom: 11px;
}
.youhangindex_as a div{
    background: #FF6C02;
    color: #fff;
    display: inline-block;
    padding: 7px 27px;
    border-radius: 32px;
}


.youhangindex_as strong{
    font-weight: 400;
    font-size: 12px;
    color: #333;
    padding: 0 8px;
    display: block;
    width: 100%;
    line-height: 24px;
    position: relative;
    margin-top: -61px;
    text-align: center;
    margin-bottom: 14px;
}



.xiazainewTop{
        font-size: 15px;
    line-height: 29px;
    margin-bottom: 3rem;
}



.jili_a{
    width: 100%;
    background: url(../image/k_b.png)center 0 no-repeat;
    overflow: hidden;
    height: 900px;
}

.jili_dallTop{
    text-align: center;
    margin: 60px 0;
}
.jili_dallTop label{
    font-size: 34px;
    color: #363333;
    margin-bottom: 14px;
    display: block;
    line-height: 100%;
}
.jili_dallTop div{
    width: 68px;
    height: 4px;
    background: #389ece;
    margin: auto;
}


.jili_as{
    max-width: 1280px;
    padding: 0 10px;
    margin: auto;
    overflow: hidden;
}

.jili_asLeft{
    font-size: 20px;
    color: #363333;
    line-height: 38px;
    float: left;
    width: 49%;
}
.jili_asLeft span{
    background: #389ece;
    color: #fff;
    padding: 0px 6px;
    display: inline-block;
}


.jili_asRight{
    float: right;
    width: 47%;
    margin-top: 2%;
}
.jili_asRight img{
    width: 100%;
}


.jili_b{
    width: 100%;
    background: #f1f1f1;
    overflow: hidden;
}

.jili_bTop{
    color: #211d18;
    text-align: center;
    font-size: 17px;
    line-height: 41px;
    margin-top: 55px;
    margin-bottom: 30px;
}
.jili_bTop span{
    color: #389ece;
    font-weight: 700;
}


.jili_bs{
    max-width: 1280px;
    padding: 0 10px;
    margin: auto;
    overflow: hidden;
    margin-bottom: 38px;
}
.jili_bs a{
        display: block;
    background: #fff;
    margin-bottom: 30px;
    overflow: hidden;
}
.jili_bs a img{
    float: left;
    width: 33%;
}
.jili_bs a div{
    float: right;
    width: 64%;
    padding-right: 4%;
    margin-top: 4%;
}
.jili_bs a div span{
    font-size: 21px;
    color: #251e1e;
}
.jili_bs a div p{
    color: #251e1e;
    font-size: 16px;
    line-height: 32px;
    margin-top: 7px;
}
.jili_bs a div i{
    font-size: 16px;
    color: #251e1e;
    font-style: normal;
    display: block;
}
.jili_bs a label{
        cursor: pointer;
    background: #389ece;
    color: #fff;
    display: inline-block;
    padding: 4px 38px;
    border-radius: 30px;
    font-weight: 400;
    margin-top: 4%;
}


.jili_c{
    max-width: 1280px;
    padding: 0 10px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; 
    margin-bottom: 30px;   
}


.jili_c a{
    display: block;
    background: #fff;
    width: 24%;
    overflow: hidden;
    box-shadow: 0 0 13px #ccc;
    margin-bottom: 2%;

}
.jili_c a img{

}
.jili_c a div{
    padding: 20px 14px;
}
.jili_c a div label{
    font-size: 16px;
    color: #181919;
    line-height: 28px;
}
.jili_c a div span{
    background: #389ece;
    display: inline-block;
    color: #fff;
    padding: 4px 20px;
    border-radius: 30px;
    margin-top: 10px;
}


.jili_d{
    width: 100%;
    background: url(../image/k_f_05.png)center;
    overflow: hidden;
}


.jili_ds{
    max-width: 1280px;
    padding: 0 10px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; 
    margin-bottom: 30px;   
}
.jili_ds a{
    display: block;
    background: #f6f6f6;
    text-align: center;
    width: 31%;
    margin-bottom: 4rem;
    margin-top: 3rem;
}
.jili_ds a img{
    display: block;
    margin: auto;
    margin-top: -42px;
}
.jili_ds a label{
    font-size: 16px;
    color: #211d18;
    margin-top: 29px;
    margin-bottom: 20px;
}
.jili_ds a div{
    line-height: 28px;
    color: #53514e;
    padding: 0 30px;
    margin-bottom: 4rem;
}











