/**head**/
.head {
    height: 112px;
    background: #fff;
    position: relative;
    z-index: 9;
}

.head .logo {
    display: block;
    float: left;
    line-height: 112px;
    width: 150px;
}

.logo img {
    width: 100%;
}

.head .search_div {
    float: right;
    position: relative;
    height: 112px;
    width: 52px;
    z-index: 9;
    background: url("/EN/images/search.png") center no-repeat;
}

.search_div i {
    display: block;
    width: 100%;
    height: 100%
}

.search_div .search_box {
    position: absolute;
    right: 0;
    top: 100%;
    padding: 8px;
    background: rgba(255, 255, 255, .5);
    width: 230px;
    display: none;
}

.search_box input[type='text'] {
    width: 200px;
    height: 30px;
    padding-left: 15px;
    font-size: 14px;
    float: left;
    border: 1px solid #ddd;
    box-sizing: border-box;
}

.search_box input.sea_btn {
    float: left;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: #dedede url("/EN/images/search.png") no-repeat center;
    background-size: 60%;
}

.close_div {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 8;
    display: none;
}

.head .other_lang {
    display: block;
    line-height: 112px;
    width: 46px;
    text-align: center;
    font-size: 16px;
    color: #333;
    float: right;
    position: relative;
}

.other_lang:before {
    content: "";
    display: block;
    height: 16px;
    width: 1px;
    background: #cacaca;
    position: absolute;
    left: 0;
    top: calc(50% - 8px);
}

.head .nav {
    float: right;
}

.nav li {
    float: left;
    /*position: relative;*/
}

.nav li.moNav{
    display: none;
}

.nav li > a {
    display: block;
    line-height: 112px;
    padding: 0 10px;
    font-size: 16px;
    color: #333;
    position: relative;
}

.nav li > a:before, .nav li > a:after {
    content: "";
    display: block;
    width: 10px;
    height: 5px;
    position: absolute;
    left: calc(50% - 5px);
    opacity: 0;
    transition: all .6s;
}

.nav li > a:before {
    background: url("/EN/images/nav_T.jpg") center no-repeat;
    top: 40%;
}

.nav li > a:after {
    background: url("/EN/images/nav_B.jpg") center no-repeat;
    bottom: 40%;
}

.nav li:hover > a:before,.nav li.act > a:before {
    top: 30%;
    opacity: 1;
}

.nav li:hover > a:after,.nav li.act > a:after {
    bottom: 30%;
    opacity: 1;
}

.nav li .nav_er {
    position: absolute;
    background: #fff;
    width: 130px;
    text-align: center;
    line-height: 36px;
    z-index: 2;
    padding: 10px 0;
    transition: top .5s, opacity .5s;
    left: calc(50% - 65px);
    top: 120%;
    opacity: 0;
    visibility: hidden;
}

.nav li:hover .nav_er {
    top: 100%;
    opacity: 1;
    visibility: visible;
}

.nav_er a {
    display: block;
    color: #333;
    font-size: 14px;
}

.nav_er a:hover {
    background: #212f89;
    color: #fff;
}
.nav_btn {
    display: none;
    width: 0.8rem;
    padding: 0.39rem 0;
    height: 1.1rem;
    box-sizing: border-box;
    float: right;
}

.nav_btn span {
    display: block;
    margin: 0.1rem auto;
}

.nav_btn:after,.nav_btn:before {
    content: " ";
    margin: auto;
}

.nav_btn span,.nav_btn:after,.nav_btn:before {
    display: block;
    width: 0.4rem;
    height: 0.04rem;
    transition: all .3s;
    background-color: #212f89;
    border-radius: 0.05rem;
    position: relative;
}

.nav_btn.openNav span {
    opacity: 0;
}

.nav_btn.openNav:before {
    transform: rotate(45deg);
    top: 0.14rem;
}

.nav_btn.openNav:after {
    transform: rotate(-45deg);
    bottom: 0.14rem;
}
/**banner**/
.banner_list li {
    height: 650px;
}

.banner_list li a {
    display: block;
    height: 100%;
    width: 100%;
}

.banner .bx-wrapper .bx-controls-direction a {
    background-color: rgba(0, 0, 0, .5);
}

.banner .bx-wrapper .bx-prev {
    left: 5%;
}

.banner .bx-wrapper .bx-next {
    right: 5%;
}

.banner .bx-wrapper .bx-controls-direction a:hover {
    background-color: rgba(0, 0, 0, .8);
}

.banner .bx-wrapper .bx-pager{
    display: none;
}
/**foot+bottom**/
.foot {
    padding: 84px 0 65px;
    background: url("/EN/images/foot_bg.jpg") center no-repeat;
    background-size: cover;
}

.foot .foot_tel {
    padding: 7px 0 7px 75px;
    font-size: 16px;
    color: #b8b8b8;
    line-height: 28px;
    margin-top: 24px;
    font-weight: bold;
    float: left;
    background: url("/EN/images/tel.png") left center no-repeat;
}

.foot_tel .FT_T {
    line-height: 42px;
    font-size: 30px;
    font-family: Arial;
    font-weight: normal;
}

.foot .foot_con {
    font-size: 14px;
    line-height: 25px;
    color: #b8b8b8;
    float: right;
}

.foot .foot_oth {
    margin: auto;
    width: 330px;
}

.foot_oth .FO_qr {
    width: 108px;
    float: left;
}

.FO_qr img {
    width: 100%;
}

.foot_oth .FO_txt {
    width: calc(100% - 140px);
    float: right;
    font-size: 14px;
    line-height: 20px;
    color: #b8b8b8;
}

.FO_txt .FO_link {
    margin-top: 20px;
    font-size: 0;
}

.FO_link a {
    display: inline-block;
    position: relative;
    width: 38px;
    height: 38px;
    margin-right: 8px;
    background-image: url("/EN/images/share.png");
}

.FO_link a.FOL1 {
    background-position: 0 0;
}

.FO_link a.FOL2 {
    background-position: -46px 0;
}

.FO_link a.FOL3 {
    background-position: -92px 0;
}

.FO_link a.FOL4 {
    background-position: -138px 0;
}

.FO_link a .FOL_qr {
    position: absolute;
    width: 108px;
    z-index: 2;
    padding: 4px;
    border-radius: 4px;
    left: calc(50% - 58px);
    bottom: 120%;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all .8s;
}

.FOL_qr img {
    width: 100%;
}

.FO_link a:hover .FOL_qr {
    opacity: 1;
    bottom: calc(100% + 5px);
    visibility: visible;
}

.FOL_qr:after {
    content: "";
    display: block;
    border: 5px solid transparent;
    border-top-color: #fff;
    position: absolute;
    left: calc(50% - 5px);
    top: 100%;
}

.copyright {
    background: #0b0b0b;
    text-align: center;
    line-height: 28px;
    padding: 15px 0;
    font-size: 14px;
    color: #b8b8b8;
}
.copyright .moF_con{display: none;}
/**index**/
.ind_title .indT_T1 {
    font-weight: bold;
    font-size: 24px;
    color: #212f89;
    line-height: 36px;
}

.ind_title .indT_T2 {
    font-size: 14px;
    color: #d5d5d5;
    line-height: 20px;
}

.ind_more {
    display: block;
    width: 140px;
    line-height: 42px;
    text-align: center;
    border: 1px solid #ccc;
    font-size: 14px;
    color: #333;
    border-radius: 21px;
    margin: auto;
}

.ind_more:hover{
    color:#fff;
    background: #212f89;
}
/**News**/
.ind_news {
    padding: 55px 0 45px;
}

.ind_news .indNews_main {
    padding: 50px 0;
}

.indNA_box{
    width: 790px;
    float: left;
}
.indNA_box .bx-wrapper .bx-pager{bottom:18px;box-sizing: border-box;padding-right: 16px;text-align: right;}
.indNA_box .bx-wrapper .bx-pager.bx-default-pager a{text-align: left;background: transparent;border: 1px solid #fff;border-radius: 50%;}
.indNA_box .bx-wrapper .bx-pager.bx-default-pager a.active,.indNA_box .bx-wrapper .bx-pager.bx-default-pager a:focus,.indNA_box .bx-wrapper .bx-pager.bx-default-pager a:hover{background: #fff;}
.indNA_box .bx-wrapper .bx-controls-direction a{display: none;}


.indNews_main .indNewsA {
    display: block;
    position: relative;
    height: 480px;
    overflow: hidden;
}

.indNewsA img {
    width: 100%;
    height: 100%;
    transition: all 3s;
}

.indNewsA:hover img {
    transform: scale(1.1);
}

.indNewsA .INA_T {
    position: absolute;
    width: 100%;
    line-height: 56px;
    box-sizing: border-box;
    padding: 0 40px;
    left: 0;
    bottom: 0;
    font-size: 18px;
    color: #fff;
    background: rgba(0,0,0,.5);
}

.indNews_main .indNewsB {
    width: calc(100% - 790px);
    float: left;
}

.indNewsB .INB_one {
    display: block;
    height: 160px;
    padding: 25px 40px 10px 50px;
    position: relative;
    box-sizing: border-box;
}

.INB_one .INB_time{
    width: 86px;
    float: left;
    text-align: center;
    font-size: 16px;
    line-height: 45px;
    font-family: Arial;
}
.INB_time .INB_day{
    border-radius: 3px 3px 0 0;
    background: #212f89;
    color:#fff;
}
.INB_time .INB_year{
    border-radius: 0 0 3px 3px;
    background: #e4e4e4;
    color:#666;
}
.INB_one .INB_txt{
    width: calc(100% - 110px);
    float: right;
}

.INB_one .INB_type {
    width: 85px;
    line-height: 28px;
    text-align: center;
    font-size: 12px;
    color: #666;
    border-radius: 14px;
    position: absolute;
    right: 40px;
    top: 30px;
    background: #f7f7f7;
}

.INB_one .INB_T {
    line-height: 38px;
    font-size: 22px;
    color: #333;
    width: calc(100% - 90px);
    transition: all .6s;
}

.INB_one .INB_TT {
    font-size: 14px;
    line-height: 23px;
    color: #666;
    margin: 5px 0;
}

/*.INB_one .INB_time {
    line-height: 30px;
    font-size: 16px;
    color: #999;
    font-family: Arial;
}*/

.indNewsB .INB_one:nth-child(odd) {
    background: #f7f7f7;
}

.INB_one:nth-child(odd) .INB_type {
    background: #fff;
}

.INB_one:nth-child(odd) .INB_T {
    color: #666;
}

.INB_one:hover .INB_T {
    color: #212f89;
}
/**About**/
.ind_abt {
    padding: 95px 0 90px;
}

.ind_abt .ind_title .indT_T1 {
    color: #fff;
    font-weight: normal;
}

.ind_abt .ind_title .indT_T2 {
    color: #fff;
}

.ind_abt .ind_more {
    color: #fff;
    border-color: #fff;
}

.ind_abt .indAbt_txt {
    font-size: 14px;
    line-height: 30px;
    color: #fff;
    text-align: justify;
    margin: 45px 0 55px;
}
/**Group**/
.ind_gro {
    padding: 55px 0 40px;
}

.ind_gro .IG_main {
    padding: 35px 0 45px;
}

.IG_list .IG_one {
    display: block;
    position: relative;
    overflow: hidden;
}

.IG_one .IG_pic {
    overflow: hidden;
}

.IG_one .IG_pic img {
    width: 100%;
    transition: all 2.5s;
}

.IG_one:hover .IG_pic img {
    transform: scale(1.1);
}

.IG_one .IG_txt {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    box-sizing: border-box;
    background: rgba(0,0,0,.35);
  /*  writing-mode: vertical-lr;*/
    color: #fff;
    padding:0;
    transition: all 1s;
}

.IG_one:hover .IG_txt{
    background: transparent;
}

.IG_txt .IG_T {
    line-height: 37px;
    padding-top: 80px;
    font-size: 28px;
    margin-left: 12%;
    background: url("/EN/images/city.png") left top no-repeat;
    margin-right: 10px;
}

.IG_txt .IG_TT {
    padding-top: 80px;
    line-height: 30px;
    font-size: 15px;
}

.IG_main .bx-wrapper .bx-controls-direction a {
    width: 30px;
    background-color: rgba(0,0,0,.2);
}

.IG_main .bx-wrapper .bx-prev {
    left: 0;
}

.IG_main .bx-wrapper .bx-next {
    right: 0;
}
/**Case**/
.ind_case {
    background: #f5f5f5;
    padding: 55px 0 40px;
}

.ind_case .IndC_main {
    padding: 35px 0;
    width: calc(100% - 120px);
    margin: auto;
}

.indC_list li a {
    display: block;
}

.IndC_main .bx-wrapper{background:transparent;}

.IndC_main .bx-wrapper .bx-controls-direction a {
    width: 20px;
}

.IndC_main .bx-wrapper .bx-prev {
    left: -60px;
    background: url("/EN/images/to_left_02.png") center no-repeat;
}

.IndC_main .bx-wrapper .bx-next {
    right: -60px;
    background: url("/EN/images/to_right_02.png") center no-repeat;
}


.ind_par {
    padding: 55px 0 40px;
}

.ind_par .IndP_main {
    padding: 35px 0;
    width: calc(100% - 120px);
    margin: auto;
}

.indP_list li a {
    display: block;
}

.IndP_main  .bx-wrapper .bx-controls-direction a {
    width: 20px;
}

.IndP_main  .bx-wrapper .bx-prev {
    left: -60px;
    background: url("/EN/images/to_left_02.png") center no-repeat;
}

.IndP_main  .bx-wrapper .bx-next {
    right: -60px;
    background: url("/EN/images/to_right_02.png") center no-repeat;
}

/**ï¿½ï¿½ï¿½ï¿½ï¿½Þ¸ï¿½**/
.nav li .navEr_box{
    position: absolute;width: 100%;left: 0;top: 100%;display: none;
    padding: 30px 10px 40px;box-sizing: border-box;background: rgba(33,47,137,.7);
}
.navEr_box .navEr_intro{float:right;}
.navEr_intro .navEr_pic{width: 237px;float: left;overflow: hidden;margin:0 20px 0 30px;}
.navEr_pic img{width: 100%;transition: all 2s;}
.navEr_pic:hover img{transform: scale(1.1);}
.navEr_intro .navEr_txt{float: left;font-size: 12px;line-height: 24px;color:#e5e9fc;max-width: 350px;}
.navEr_txt a{font-size: 12px;color:#e5e9fc;display: block;margin-top:10px;}
.navEr_box .navEr_main{float: right;}
.navEr_main .navEr_list{
    width: 207px;border-right: 1px solid #4866bc;float: left;text-align: center;  height: 120px;
}
.navEr_list a{
    display: block;line-height: 30px;font-size: 14px;color:#fff;
}
.nav_cir{
    position: absolute;border: 6px solid transparent;
    border-bottom:10px solid #212f89;bottom:0;transition: all .6s;
}

/**ï¿½ï¿½ï¿½Ê²Ã´ï¿½ï¿½Í¼ï¿½ï¿½**/
.footMap_box{position: fixed;width: 100%;height: 100%;top: 0;left: 0;background: rgba(0,0,0,.5);z-index: 100;display: none;}
.footMap_box .FM_div{
    width: 900px;height: 530px;border: 3px solid #4866bc;max-width: 90%;max-height: 90%;box-sizing: border-box;
    background: #fff;margin: auto;position: relative;top: 50%;transform: translateY(-50%);
}
.FM_div .FM_close{
    width: 40px;height: 40px;background: #000 url("../images/mask_off.png") center/50% no-repeat;
    position: absolute;top: -20px;right:-20px;cursor: pointer;border-radius: 50%;
}
.FM_div .FM_T{
    font-size: 24px;text-align: center;padding:20px 0;border-bottom: 1px solid #212f89;color: #4866bc;
}
.FM_div .FM_main{width: 100%;height: 65%;}
.FM_div .FM_link{
    border: 1px solid #4866bc;width: 170px;height: 40px;color: #4866bc;
    text-align: center;line-height: 40px;display: block;margin:30px auto 0;font-size: 16px;
}
@media (max-width: 520px) {
    .FM_div .FM_close{width: 30px;height: 30px;top: -15px;right:-15px;}
    .FM_div .FM_T{font-size: 18px;padding:10px 0;}
    .FM_div .FM_link{width: 140px;height: 36px;line-height: 36px;margin:20px auto 0;}
    .FM_div .FM_main{height: 75%;}
}<!--ºÄÊ±1764574873.2433Ãë-->