.n_header{
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 51;
    height: 96px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    background: rgba(255,255,255,1);
    box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
}
.n_header .header01{
    /*position: relative;*/
}
.n_header .header01 .logo{
    float: left;
    position: relative;
    width: 175px;
    height: 59px;
    margin: 11px 0 0 25px;
    /*transform:translateX(0);*/
}
.n_header .header01 .logo a{
    text-indent: -9999px;
    display: inline-block;
    width: 175px;
    height: 59px;
    background-repeat: no-repeat;
    background-position:left center;
    position: absolute;
    bottom: 0;
    left: 0px;
}
.n_header .header01 .nav{
    float: right;
    /*margin-top: 45px;*/
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.n_header .header01 .nav> ul{
    float: left;
    transition:all 0.5s ease-in-out;
    filter:alpha(opacity=100);
    -moz-opacity:1;
    opacity:1;

}
.n_header .header01 .nav>ul li{
    float: left;
    margin-right: 36px;
    text-align: center;
    /*position: relative;*/
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.n_header .header01 .nav>ul li a{
    color: #333;
    display: inline-block;
    font-size: 14px;
    position: relative;
    padding-bottom: 34px;
}
.n_header .header01 .nav > ul > li > a:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    background: #567bbd;
    height: 5px;
    -webkit-transition-property: left,right;
    transition-property: left,right;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.n_header .header01 .nav>ul li .active:before,
.n_header .header01 .nav>ul li a:focus:before,
.n_header .header01 .nav>ul li a:hover:before {
    left: 0;
    right: 0;
}
.n_header .header01 .nav>ul li a:hover{
    color: #567bbd;
}
.n_header .header01 .nav>ul li .active{
    color: #567bbd;
}

.n_header .header01 .nav>ul .nav_er{
    width:100%;
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
}
.n_header .header01 .nav > ul .nav_er.nav_one .div_dl  {
    padding-left: 593px;
}
.n_header .header01 .nav > ul .nav_er.nav_two .div_dl  {
    padding-left: 555px;
}
.n_header .header01 .nav > ul .nav_er.nav_three .div_dl  {
    padding-left: 397px;
}
.n_header .header01 .nav > ul .nav_er.nav_four .div_dl  {
    padding-left: 666px;
}
.n_header .header01 .nav > ul .nav_er.nav_five .div_dl  {
    padding-left: 705px;
}
.n_header .header01 .nav > ul .nav_er .div_dl{
    background: rgba(0,0,0,0.4);
    overflow: hidden;
    padding: 28px 0;
}
.n_header .header01 .nav > ul .nav_er .div_dl li {
    display: inline-block;
    float: inherit !important;
    margin-right: 0;
    padding: 0 30px 0 20px;
    background: url("../images/ico1.png") no-repeat left center;
}
.n_header .header01 .nav > ul .nav_er .div_dl li a {
    font-size: 14px;
    color: #fff;
    padding-bottom: 0;
}

.n_header.scroll_h{
    /*background: rgba(0,0,0,0.8);*/
    /*height: 90px;*/
}
.n_header.scroll_h .header01 .logo,
.n_header.n_black .header01 .logo{
    width: 211px;
    height: 48px;
    margin: 17px 0 0 0px;
    /*transform:translateX(10px);*/
    /*transition:transform 1s ease-out;*/
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.n_header.scroll_h .header01 .logo a{
    width: 211px;
    height: 48px;
}
.n_header.scroll_h .header01 .nav,
.n_header.n_black .header01 .nav{
    margin-top: 17px;
}
.n_header.scroll_h .header01 .nav>ul li{
    /*height: 57px;*/
}
/*导航按钮*/
.header01.btn_click .nav> ul {
    display: none;
}
.header01 .nav_btn{display:block;float: right;cursor:pointer;height: 32px;width: 30px;margin-left: 50px;position: relative;}
.header01 .nav_btn span{display: inline-block;width: 30px;height: 2px;background-color: #567bbd;
    position: absolute;top: 8px;left: 0px;
    transition:background-color 0.3s ease-out 0.1s;
}
.header01 .nav_btn span:after{content:'';display: inline-block;width: 30px;height: 2px;
    background-color: #567bbd;position: absolute;top: 8px;left:0px;
    transition:transform 0.3s ease-out,top 0.5s ease 0.4s;
    transform: rotate(0deg);
}
.header01 .nav_btn span:before{content:'';display: inline-block;width: 30px;height: 2px;
    background-color: #567bbd;position: absolute;top: -8px;left:0px;
    transition:transform 0.3s ease-out,top 0.5s ease 0.4s;
    transform: rotate(0deg);
}
.header01.btn_click .nav_btn span{background-color: transparent;}
.header01.btn_click .nav_btn span:after{
    transition: top 0.5s ease, transform 0.3s ease-out 0.4s;
    transform: rotate(-45deg);top: 0px;
}
.header01.btn_click .nav_btn span:before{
    transition: top 0.5s ease, transform 0.3s ease-out 0.4s;
    transform: rotate(45deg);top: 0px;
}

.header03{display: none;}



.edition {
    text-align: right;
    margin: 16px 0 20px;
}
.edition,
.edition a {
    font-size: 12px;
    color: #000;
}
.edition a:hover,
.edition a:focus,
.edition a.active {
    color: #6f8fc7;
}

.ft_up {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #6f8fc7;
    text-align: center;
}
.ft_up li {
    display: inline-block;
}
.ft_up li a {
    font-size: 12px;
    color: #ffffff;
    padding-right: 4px;
    border-right: 2px solid #fff;
}
.ft_down {
    width: 100%;
    overflow: hidden;
    background: #567bbd;
    padding: 30px 0 22px 0;
}
.ft_down .container {
    width: 993px;
}
.ft_img {
    float: left;
    width: 117px;
    text-align: center;
}
.ft_img span {
    display: block;
    font-size: 13px;
    color: #ffffff;
    margin-top: 10px;
}
.ft_text {
    text-align: right;
    color: #fff;
}
.ft_text a {
    color: #fff;
}
.ft_text p {
    line-height: 27px;
}
.m-foot {
    height: 35px;
    line-height: 24px !important;
    background: url(../images/ico2.jpg) no-repeat bottom right;
    margin-bottom: 5px;
}
.ft_text p span {
    margin-left: 15px;
}
.m-foot span {
    margin-left: 5px !important;
}

.home_one {
    width: 100%;
    background: #fff;
    overflow: hidden;
    padding: 80px 0 82px;
}
.home_title {
    width: 100%;
    max-width: 658px;
    text-align: center;
    background: url("../images/ico3.png") no-repeat bottom center;
    margin: 0 auto;
    font-size: 24px;
    letter-spacing: 3px;
    padding-bottom: 16px;
    overflow: hidden;
}
.home_title h2 {
    color: #474747;
    height: 30px;
}
.home_title h3 {
    color: #696969;
    position: relative;
    /*background: url("../images/ico4.png") no-repeat bottom center;*/
    padding-bottom: 14px;
}
.home_title.white h2,
.home_title.white h3 {
    color: #fff;
}
.home_title h3:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 46%;
    right: 46%;
    bottom: 0;
    background: #567bbd;
    height: 2px;
    -webkit-transition-property: left,right;
    transition-property: left,right;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.home:hover .home_title h3:before,
.home:focus .home_title h3:before {
    left: 42%;
    right: 42%;
}
.home_one_info {
    width: 100%;
    margin-top: 95px;
}
.home_one_t {
    /*width: 100%;*/
    position: relative;
    text-align: center;
}
.home_one_info .row {
     /*margin-left: -30px;*/
     /*margin-right: -30px;*/
}
/*.home_one_info li {*/
     /*padding: 0px 30px;*/
    /*text-align: center;*/
    /*position: relative;*/
/*}*/
/*.home_one_info li + li {*/
    /*-webkit-animation-duration: 1.3s;*/
    /*animation-duration: 1.3s;*/
/*}*/
/*.home_one_info li + li + li {*/
    /*-webkit-animation-duration: 1.6s;*/
    /*animation-duration: 1.6s;*/
/*}*/
/*.home_one_info li + li + li + li {*/
    /*-webkit-animation-duration: 1.9s;*/
    /*animation-duration: 1.9s;*/
/*}*/
.home_one_img {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    -webkit-transition: transform 0.5s ease-out;
    -moz-transition: transform 0.5s ease-out;
    -ms-transition: transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
}
.home_one_img.a2 {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -60px;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
}
.home_one_title {
    font-size: 16px;
    color: #363636;
    margin: 25px 0 10px;
}
.home_one_text {
    width: 207px;
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    margin: 0 auto;
}
.home_one_info .home_one_t:hover .home_one_img.a1 {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
}
.home_one_info .home_one_t:hover .home_one_img.a2 {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
}

.home_two {
    width: 100%;
    height: 678px;
    background: url("../images/ico9.png") no-repeat center center;
    background-attachment: fixed;
    overflow: hidden;
    background-size: cover;
    padding-top: 64px;
    position: relative;
}
.home_two.active,
.home_four.active,
.about_two.active{
    background-attachment: inherit;
}
.home_two .container {
    height: 100%;
    position: relative;
}
.product_down {
    width: 100%;
    background: #f2f2f2;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
}
.product_nav {
    width: 100%;
}
.product_nav li {
    display: inline-block;
    font-size: 14px;
    color: #363636;
    padding: 25px 0;
    border-bottom: 3px solid #f2f2f2;
}
.product_nav li span {
    font-size: 14px;
    color: #363636;
}
.product_nav li img {
    width: 73px;
    height: 41px;
    margin-right: 10px;
}
.product_info {
    display: none;
    width: 100%;
    margin: 50px 0px 0 80px;
    overflow: hidden;
}
.product_info.active {
    display: block;
}
.product_img {
    float: left;
}
.product_img img {
    width: 351px;
    height: 199px;
    margin-top: 30px;
}
.product_text {
    float: left;
    margin-left: 165px;
}
.product_title {
    font-size: 44px;
    color: #fff;
    font-weight: bold;
    margin: 19px 0 22px;
}
.product_tl {
    font-size: 16px;
    color: #ffffff;
    line-height: 26px;
    margin-bottom: 16px;
}
.product_ts {
    width: 518px;
    font-size: 14px;
    color: #ffffff;
    line-height: 26px;
    margin-bottom: 50px;
}
.product_text a {
    width: 144px;
    height: 38px;
    line-height: 38px;
    border: 2px solid #fff;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    display: block;
    position: relative;
}
.product_text a:hover {
    color: #567bbd;
    -webkit-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
}
.product_nav li:hover,
.product_nav li:focus,
.product_nav li.active{
    background: url("../images/ico18.png") no-repeat bottom center;
    border-bottom: 3px solid #567bbd;
}

.home_three {
    width: 100%;
    background: #fff;
    padding: 75px 0 70px;
}
.home_news {
    margin-top: 37px;
}
.home_news a {
    width: 349px;
    border: 1px solid #eff3f4;
    display: block;
    margin: 0 auto;
}
.home_news_img {
    overflow: hidden;
}
.home_news_img img {
    width: 349px;
    height: 226px;
    -webkit-transform: translateZ(0px);
    -moz-transform: translateZ(0px);
    -ms-transform: translateZ(0px);
    transform: translateZ(0px);
    -webkit-transition: transform 0.3s ease 0s;
    -moz-transition: transform 0.3s ease 0s;
    -ms-transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
}
.home_news_info {
    padding: 32px 15px 35px;
}
.home_news_title {
    font-size: 18px;
    color: #363636;
}
.home_news_text {
    height: 75px;
    font-size: 14px;
    color: #666666;
    line-height: 25px;
    margin: 20px 0;
}
.home_news_more {
    width: 77px;
    font-size: 14px;
    color: #666666;
    background: url("../images/ico16.png") no-repeat right center;
}
.home_news_more_en {
    width: auto;
    display: inline-block;
    padding-right: 20px;
}
.home_news a:hover .home_news_img img {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-transition: transform 0.6s ease 0s;
    -moz-transition: transform 0.6s ease 0s;
    -ms-transition: transform 0.6s ease 0s;
    transition: transform 0.6s ease 0s;
}

.home_four {
    width: 100%;
    height: 710px;
    background: url("../images/ico15.png") no-repeat center center;
    background-attachment: fixed;
    overflow: hidden;
    background-size: cover;
    padding-top: 64px;
}
.home_four .container {
    width: 993px;
}
.contact_info {
    margin-top: 88px;
}
.home_map {
    width: 505px;
    float: left;
}
.my-service-map {
    width: 100%;
    height: 335px;
    border: none;
}
#contact-form {
    float: right;
    width: 375px;
    margin-top: 20px;
}
#contact-form .register {
    width: 100%;
    max-width: 47%;
    float: left;
    margin-bottom: 11px;
}
#contact-form .register:nth-child(2n) {
    float: right;
}
.register_text {
    box-sizing: border-box;
    width: 100%;
    height: 42px;
    line-height: 42px;
    padding-left: 13px;
    background: #fff;
    border: none;
    outline: none;
    color: #b5b5b5;
    font-size: 14px;
}
.en_tj .register_text,
.en_tj .contact_fieldas {
    font-size: 12px;
}
.en_tj .group #submit {
    letter-spacing: 0px;
}
.contact_fieldas {
    width: 100%;
    height: 138px;
    font-size: 14px;
    color: #b5b5b5;
    border: none;
    background: #fff;
    padding-left: 13px;
    padding-top: 13px;
    outline: none;
}
#buchong:-moz-placeholder,
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #b5b5b5;
}
#buchong::-moz-placeholder,
input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #b5b5b5;
}
#buchong:-ms-input-placeholder,
input:-ms-input-placeholder{
    color: #b5b5b5;
}
#buchong::-webkit-input-placeholder,
input::-webkit-input-placeholder{
    color: #b5b5b5;
}
.group #submit {
    font-size: 18px;
    width: 99px;
    height: 42px;
    line-height: 42px;
    color: #fff;
    border: none;
    outline: none;
    background: #567bbd;
    cursor: pointer;
    text-align: center;
    margin-top: 11px;
    letter-spacing: 8px;
}


.m-page-banner {
    width: 100%;
    height: 380px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-top: 96px;
}
.m-page-banner.about {
    background-image: url(../images/about_side.jpg);
}
.m-page-banner.information {
    background-image: url(../images/information_side.jpg);
}
.m-page-banner.product {
    background-image: url(../images/product_side.jpg);
}
.m-page-banner.research {
    background-image: url(../images/research_side.jpg);
}
.m-page-banner.talent {
    background-image: url(../images/talent_side.jpg);
}

.navigation {
    width: 100%;
    height: 34px;
    line-height: 32px;
    border: 1px solid #e4e4e4;
    border-left: none;
    border-right: none;
    text-align: center;
}
.navigation li {
    width: 234px;
    border-right: 1px solid #e4e4e4;
    float: left;
}
.navigation li:last-child {
    border-right: none;
}
.navigation li a {
    display: block;
    font-size: 14px;
    color: #363636;
}
.navigation li a:hover,
.navigation li a:focus,
.navigation li a.active {
    color: #fff;
    background: #567bbd;
}
.container.columns {
    width: 1122px;
}
.about_one {
    padding: 70px 0;
}
.about_info h2 {
    font-size: 24px;
    color: #567bbd;
    line-height: 30px;
}
.about_info h3 {
    font-size: 16px;
    color: #567bbd;
    line-height: 30px;
    margin: 8px 0 12px;
}
.about_info p {
    font-size: 14px;
    color: #666666;
    line-height: 30px;
}
.about_two {
    width: 100%;
    height: 490px;
    background: url("../images/ico19.png") no-repeat center center;
    background-attachment: fixed;
    overflow: hidden;
    background-size: cover;
}
.a3 {
    position: relative;
    height: 490px;
}
.a4 {
    position: absolute;
}
.about_two p {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    text-align: justify;
}
.about_recommend {
    width: 100%;
    margin-bottom: 70px;
}
.about_recommend .row {
    margin-left: -10px;
    margin-right: -10px;
}
.about_recommend li {
    padding: 0 10px;
}
.about_recommend_img {
    overflow: hidden;
}
.about_recommend_img img {
    width: 265px;
    height: 169px;
    -webkit-transform: translateZ(0px);
    -moz-transform: translateZ(0px);
    -ms-transform: translateZ(0px);
    transform: translateZ(0px);
    -webkit-transition: transform 0.3s ease 0s;
    -moz-transition: transform 0.3s ease 0s;
    -ms-transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
}
.about_recommend_title {
    font-size: 16px;
    color: #333333;
    line-height: 20px;
    margin: 16px 0 10px;
    position: relative;
    max-width: 100%;
    white-space: nowrap;
    text-decoration: none;
    text-overflow: ellipsis;
    overflow: hidden;
}
.about_recommend_text {
    width: 265px;
    font-size: 14px;
    color: #666666;
    line-height: 26px;
}
.about_recommend_text p {
    float: left;
    width: 50%;
    max-width: 100%;
    white-space: nowrap;
    text-decoration: none;
    text-overflow: ellipsis;
    overflow: hidden;
}
.about_recommend li:hover .about_recommend_img img {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-transition: transform 0.6s ease 0s;
    -moz-transition: transform 0.6s ease 0s;
    -ms-transition: transform 0.6s ease 0s;
    transition: transform 0.6s ease 0s;
}

.abouta {
    margin-top: 70px;
}
.about_recommend_title small {
    font-size: 16px;
    color: #333333;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.about_recommend_title i {
    font-size: 16px;
    white-space: nowrap;
    display: block;
    width: 0;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0;
    color: #567bbd;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.about_recommend li:hover .about_recommend_title small {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
}
.about_recommend li:hover .about_recommend_title i {
    width: 100%;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

.aboutc {
    width: 100%;
    padding: 20px 0 70px;
    overflow: hidden;
}
.aboutc li {
    width: 100%;
    overflow: hidden;
    padding: 50px 40px 49px 39px;
    border-bottom: 1px dashed #cccccc;
}
.aboutc li:last-child {
    /*border-bottom: none;*/
}
.aboutc_img {
    float: left;
}
.aboutc_img img {
    width: 351px;
    height: 199px;
}
.aboutc_info {
    float: right;
    width: 600px;
}
.aboutc_title {
    width: 600px;
    font-size: 20px;
    color: #567bbd;
    line-height: 30px;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 0;
}
.aboutc_text {
    padding: 18px 0 0 38px;
}
.aboutc_text p {
    font-size: 14px;
    color: #666666;
    line-height: 30px;
}

.aboutd {
    width: 100%;
    overflow: hidden;
    margin: 70px 0;
    border-left: 1px solid #dcdcdc;
}
.aboutd li {
    width: 176px;
    height: 38px;
    line-height: 38px;
    float: left;
    font-size: 16px;
    color: #474747;
    text-align: center;
    border: 1px solid #dcdcdc;
    border-left: none;
}
.aboutd li:hover,
.aboutd li:focus,
.aboutd li.active {
    color: #fff;
    background: #4869a5;
}
.aboutd_info {
    display: none;
}
.aboutd_info.active {
    display: block;
}
.aboutd_info .row {
    margin-left: -17px;
    margin-right: -17px;
}
.aboutd_info li {
    padding: 0 17px;
    margin-bottom: 70px;
}
.aboutd_info li img {
    width: 352px;
    height: 240px;
}

.aboute {
    width: 100%;
    margin-top: 70px;
}
.aboute li {
    width: 100%;
    overflow: hidden;
    margin-bottom: 70px;
}
.aboute_img {
    float: left;
}
.aboute_img img {
    width: 560px;
    height: 350px;
}
.aboute_info {
    width: 515px;
    float: right;
}
.aboute_title {
    font-size: 20px;
    color: #567bbd;
    line-height: 30px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
    padding: 10px 0;
    position: relative;
}
.aboute_title:before {
    content: "";
    position: absolute;
    right: 100%;
    bottom: 0;
    z-index: 1;
    background: #567bbd;
    height: 1px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.aboute_text p {
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    text-indent: 2em;
}
.aboute_more {
    width: 85px;
    height: 27px;
    line-height: 27px;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    background: #567bbd;
    border-radius: 20px;
    margin-top: 36px;
    float: right;
}
.aboute li:active .aboute_title:before,
.aboute li:focus .aboute_title:before,
.aboute li:hover .aboute_title:before {
    left: 0%;
    right: 0%;
}

.details_title {
    font-size: 24px;
    color: #567bbd;
    padding: 18px 0 20px;
    margin: 70px 0 36px;
    border-bottom: 1px solid #c3c3c3;
    position: relative;
    letter-spacing: 3px;
}
.details_title:after {
    content: "";
    position: absolute;
    left: 0%;
    right: 96%;
    top: 0;
    z-index: 1;
    background: #567bbd;
    height: 4px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.container:focus .details_title:after,
.container:hover .details_title:after {
    left: 0%;
    right: 93%;
}
.details_info {
    width: 100%;
    overflow: hidden;
}
.details_info .aboute_img img {
    width: 483px;
    height: 302px;
}
.details_info .aboute_info {
    width: 610px;
    float: right;
}
.details_two {
    width: 95%;
    margin: 0 auto;
}
.details_two > div {
    text-align: center;
}
.details_two_img {
    width: 301px;
    margin: 0 auto;
}
.details_two_img img {
    width: 301px;
    height: 194px;
}
.details_two_title {
    font-size: 16px;
    color: #363636;
    line-height: 20px;
    margin-top: 10px;
}
.details_three {
    margin-bottom: 70px;
}
.details_three p {
    font-size: 16px;
    color: #363636;
    line-height: 36px;
}


.information_info {
    width: 100%;
    background: #ebf0f3;
    padding-top: 70px;
}
.news,
.newsa {
    width: 100%;
    overflow: hidden;
}
.news.row,
.newsa.row {
    margin-left: -51px;
    margin-right: -51px;
}
.news li,
.newsa li {
    padding: 0 18px;
    margin-bottom: 36px;
    position: relative;
    /*margin: 0 18px;*/
}
.news li a,
.newsa li a {
    display: block;
    background: #fff;
    padding: 33px 30px;
}
.news li a canvas,
.newsa li a canvas {
    width: 100% !important;
    height: 100% !important;
    z-index: 0 !important;
}
.news_img {
    position: relative;
    overflow: hidden;
}
.news_img img {
    width: 290px;
    height: 189px;
    -webkit-transform: translateZ(0px);
    -moz-transform: translateZ(0px);
    -ms-transform: translateZ(0px);
    transform: translateZ(0px);
    -webkit-transition: transform 0.3s ease 0s;
    -moz-transition: transform 0.3s ease 0s;
    -ms-transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
}
.labels {
    position: absolute;
    top: 0;
    left: 0;
    width: 78px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    background: #567bbd;
    color: #fff;
    font-size: 14px;
}
.labels_en {
    width: auto;
    display: inline-block;
    padding: 0 12px;
}
.news_title {
    height: 44px;
    font-size: 16px;
    color: #3e3e3e;
    line-height: 22px;
    margin-top: 12px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news_title_en {
    height: 66px;
}
.news_date {
    font-size: 12px;
    color: #666666;
    line-height: 22px;
}
.news li a:hover,
.newsa li a:hover {
    /*background: #567bbd;*/
}
.news li a:hover .labels,
.newsa li a:hover .labels {
    color: #567bbd;
    background: #fff;
}
.news li a:hover .news_title,
.news li a:hover .news_date,
.newsa li a:hover .news_title,
.newsa li a:hover .news_date {
    color: #fff;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -o-transition: all .6s;
    -ms-transition: all .6s;
    transition: all .6s;
}
.news li a:hover .news_img img,
.newsa li a:hover .news_img img {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-transition: transform 0.6s ease 0s;
    -moz-transition: transform 0.6s ease 0s;
    -ms-transition: transform 0.6s ease 0s;
    transition: transform 0.6s ease 0s;
}
.main {
    width: 100%;
    overflow: hidden;
    background: url("../images/ico37.png") no-repeat top center #fff;
    padding-top: 8px;
    margin-bottom: 25px;
}
.news_details_title {
    font-size: 18px;
    color: #666666;
    line-height: 22px;
    text-align: center;
    margin: 26px 0 13px;
}
.news_details_date {
    width: 94.5%;
    margin: 0 auto;
    font-size: 12px;
    color: #666666;
    line-height: 22px;
    padding-bottom: 30px;
    margin-bottom: 22px;
    border-bottom: 1px solid #cccccc;
}
.news_details_er p {
    width: 94.5%;
    margin: 0 auto;
    font-size: 14px;
    color: #666666;
    line-height: 26px;
}
.news_details_er h1 {
    font-size: 26px;
    line-height: 36px;
}
.news_details_er h2 {
    font-size: 22px;
    line-height: 33px;
}
.news_details_er h3 {
    font-size: 18px;
    line-height: 33px;
}
/*翻页*/
.pager {
    width: 100%;
    margin: 50px 0 0;
    overflow: hidden;
    position: relative;
    background: #567bbd;
}
.pager a {
    font-size: 14px;
    line-height: 45px;
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    white-space: nowrap;
    text-decoration: none;
    text-overflow: ellipsis;
    color: #fff;
}
.pager a i {
    width: 34px;
    height: 45px;
    line-height: 45px;
}
.pager a .glyphicon-menu-left {
    /*margin-right: 12px;*/
}
.pager a .glyphicon-menu-right {
    /*margin-left: 12px;*/
    float: right;
}
.back {
    width: 128px !important;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translateY(-50%) translatex(-50%);
    -o-transform: translateY(-50%) translatex(-50%);
    -ms-transform: translateY(-50%) translatex(-50%);
    -webkit-transform: translateY(-50%) translatex(-50%);
    transform: translateY(-50%) translatex(-50%);
    display: block;
}

.recruit-yc {
    margin: 70px 0;
}
.products_up {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #fafafa;
    padding: 0 15px 0 24px;
}
.products_nav li {
    width: 100%;
    margin-bottom: 30px;
    cursor: pointer;
}
.products_tl {
    font-size: 16px;

    color: #567bbd;
    float: left;
}
.recruit-lis {
    float: right;
}
.recruit-yc-li {
    width: 100%;
    display: none;
    clear: both;
    margin-top: 30px;
}
.recruit-yc-li h3 {
    font-size: 18px;
    color: #363636;
    line-height: 30px;
}
.recruit-yc-li p {
    font-size: 14px;
    line-height: 30px;
    color: #567bbd;
}
.recruit-yc-li p a {
    color: #567bbd;
}
.recruit-yc-li table {
    width: 100% !important;
}
.recruit-yc-li table tr td {
    width: 50% !important;
    padding-left: 35px;
}

.producta_info {
    padding: 0;
    margin-bottom: 50px;
}
.producta_info li .aboutc_img {
    border: 1px solid #a6a6a6;
}
.producta_text {
    width: 505px;
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    text-indent: 2em;
    text-align: justify;
    padding-top: 10px;
}
/*分页*/
.page-pagination {
    width: 100%;
    margin: 0 0 50px;
    text-align: center;
    clear: both;
}
.page-pagination a{
    width: 34px;
    height: 34px;
    line-height: 34px;
    font-family: 微软雅黑;
    display: inline-block;
    margin: 0 5px;
    /*padding: 3px 10px;*/
    cursor: pointer;
    text-decoration: none;
    color: #000;
    font-size: 16px;
    background: #fff;
    border: 1px solid #ebebeb;
}
.page-pagination a:hover{
    color: #fff;
    background: #567bbd;
    border: 1px solid #fff;
}
.page-pagination a.jp-disabled{
    cursor: no-drop;
    filter:alpha(opacity=50);
    -moz-opacity:.5;
    opacity:.5;
}
.page-pagination a.jp-disabled:hover{
    color: #fff;
}
.page-pagination a.jp-current{
    cursor: default;
    color: #fff;
    background: #567bbd;
}
.jp-next {
    text-indent: -9999px;
    background: url("../images/ico45.png") no-repeat center center !important;
}
.jp-next:hover {
    background: url("../images/ico45_y.png") no-repeat center center !important;
}
.jp-previous {
    text-indent: -9999px;
    background: url("../images/ico46.png") no-repeat center center !important;
}
.jp-previous:hover {
    background: url("../images/ico46_z.png") no-repeat center center !important;
}
.jp-first,
.jp-last{
    display: none !important;
}

.product_main {
    width: 100%;
}
.product_details_title {
    font-size: 16px;
    color: #474747;
}
.product_details_nav {
    width: 100%;
    overflow: hidden;
    margin: 40px 0;
}
.product_details_nav li {
    width: 178px;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    color: #474747;
    background: #f0f0f0;
    border: 1px solid #dcdcdc;
    text-align: center;
    float: left;
}
.product_details_nav li.active {
    background: #406098;
    color: #fff;
    border: 1px solid #406098;
}
.product_details_er {
    width: 90.5%;
    margin: 0 auto 70px;
    display: none;
    position: relative;
}
.product_details_er.active {
    display: block;
}
.product_details_er p {
    font-size: 14px;
    color: #567bbd;
    line-height: 30px;
}
.product_details_er h3 {
    font-size: 20px;
    color: #567bbd;
    font-weight: bold;
    margin-bottom: 27px;
}
.product_details_back {
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    background: #567bbd;
    text-align: center;
    display: block;
    border-radius: 5px;
    position: absolute;
    right: 0;
    bottom: 5px;
}

.research_er {
    width: 100%;
    overflow: hidden;
    margin: 70px 0;
}
.research_er p {
    font-size: 14px;
    color: #363636;
    line-height: 30px;
    text-indent: 2em;
}
.research_info {
    width: 100%;
    margin-bottom: 40px;
}
.research_info li {
    text-align: center;
    padding: 0 16px;
    margin-bottom: 30px;
}
.research_img img {
    width: 353px;
    height: 237px;
}
.research_title {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #474747;
}
.research_info li:hover .research_title {
    color: #fff;
    background: #567bbd;
}

.list {
    width: 100%;
    overflow: hidden;
    margin-bottom: 100px;
}
.m-container-course {
    width: 100%;
    margin: 70px 0;
    overflow: hidden;
    position: relative;
}
.m-container-cours-title {
    width: 220px;
    height: 50px;
    line-height: 42px;
    margin: 0 auto;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    background: url(../images/ico51.png) no-repeat 0 0;
    position: relative;
    z-index: 6;
}
.m-container-cours-boder {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -.5px;
    border-left: 1px solid #474747;
    height: 100%;
    /*z-index: 5;*/
}
.news_more p,
.news_more a {
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    background: #567bbd;
    display: block;
    margin: 70px 0;
}
.m-container-cours-info {
    width: 100%;
    overflow: hidden;
    max-width: 790px;
    margin: 0 auto;
    padding-top: 70px;
    padding-bottom: 70px;
}
.m-container-cours-info li:nth-child(odd){
    float: left;
    padding-right: 75px;
    width: 50%;
    margin-bottom: 50px;
}
.m-container-cours-info li:nth-child(even){
    float: right;
    padding-left: 68px;
    width: 50%;
    margin-bottom: 50px;
}
.m-container-cours-info li .m-cours-er {
    width: 100%;
    height: 335px;
    position: relative;
}
.m-container-cours-info li .m-cours-text {
    width: 100%;
    color: #474747;
    position: absolute;
}
.m-container-cours-info li .m-cours-photo {
    width: 320px;
    height: 179px;
    position: absolute;
    overflow: hidden;
}
.m-container-cours-info li:nth-child(odd) .m-cours-text {
    text-align: right;
    top: 0;
    left: 0;

}
.m-container-cours-info li:nth-child(even) .m-cours-text {
    /*text-align: left;*/
    bottom: 0;
}
.m-container-cours-info li:nth-child(odd) .m-cours-photo{
    bottom: 0;
    left: 0;

}
.m-container-cours-info li:nth-child(even) .m-cours-photo {
    top: 0;
}
.m-container-cours-info li .m-cours-sjx {
    width: 9px;
    height: 12px;
    position: absolute;
    background: url(../images/ico52.png) no-repeat 0 0;
}
.m-container-cours-info li:nth-child(odd) .m-cours-sjx {
    top: 10px;
    right: -30px;
}
.m-container-cours-info li:nth-child(even) .m-cours-sjx {
    top: 8px;
    left: -30px;
}
.m-container-cours-info li .m-cours-img {
    width: 17px;
    height: 17px;
    background: url(../images/ico53.png) no-repeat 0 0;
    position: absolute;
    z-index: 1;
}
.m-container-cours-info li:nth-child(odd) .m-cours-img {
    right: -83px;
    bottom: 0px;
}
.m-container-cours-info li:nth-child(even) .m-cours-img {
    left: -77px;
    top: 0px;
}
.m-container-cours-info li .m-cours-photo img {
    width: 320px;
    height: 179px;
    -webkit-transform: translateZ(0px);
    -moz-transform: translateZ(0px);
    -ms-transform: translateZ(0px);
    transform: translateZ(0px);
    -webkit-transition: transform 0.3s ease 0s;
    -moz-transition: transform 0.3s ease 0s;
    -ms-transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
}
.m-container-cours-info li:hover .m-cours-photo img {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-transition: transform 0.6s ease 0s;
    -moz-transition: transform 0.6s ease 0s;
    -ms-transition: transform 0.6s ease 0s;
    transition: transform 0.6s ease 0s;
}
.m-container-cours-info li .m-cours-date {
    font-size: 24px;
    line-height: 28px;
}
.m-container-cours-info li .m-cours-title {
    font-size: 14px;
    line-height: 28px;
    text-align: left;
}
.m-container-cours-more {
    width: 100px;
    margin: 0 auto;
    padding-top: 35px;
    font-size: 16px;
    color: #474747;
    line-height: 28px;
    text-align: center;
    background: #fff;
    position: absolute;
    z-index: 6;
    bottom: 0;
    left: 50%;
    margin-left: -50px;
}
.m-container-cours-more a {
    color: #474747;
}
.m-container-cours-more img {
    margin-top: 18px;
}

.talent_er {
    padding: 18px 0 0 0;
}
.talent_er p {
    width: 518px;
}
.talent_en .aboutc_info {
    width: 63%;
}
.talent_en li {
    padding: 50px 0;
}
.talent_en .aboutc_info .talent_er {
    padding: 12px 0 0 0;
}
.talent_en .aboutc_info .aboutc_text p {
    width: 100%;
    line-height: 28px;
}


.talent_left {
    float: left;
    width: 370px;
}
.talent_left .row {
    margin-left: -5px;
    margin-right: -5px;
}
.talent_left li {
    margin-bottom: 8px;
}
.talent_left li > div {
    display: block;
    padding: 10px 0 0 3px;
    margin: 0 5px;
    background: #eeeeee;
    text-align: center;
}
.talent_left li > div span {
    font-size: 16px;
    color: #363636;
    line-height: 30px;
}
.talent_left i {
    width: 43px;
    height: 41px;
    display: block;
    margin: 0 auto;
}
.talent_left i.t1 {
    background: url("../images/ico59.png") no-repeat 0 0;
}
.talent_left i.t2 {
    background: url("../images/ico60.png") no-repeat 0 0;
}
.talent_left i.t3 {
    background: url("../images/ico61.png") no-repeat 0 0;
}
.talent_left i.t4 {
    background: url("../images/ico62.png") no-repeat 0 0;
}
.talent_left i.t5 {
    background: url("../images/ico63.png") no-repeat 0 0;
}
.talent_left i.t6 {
    background: url("../images/ico64.png") no-repeat 0 0;
}
.talent_left i.t7 {
    background: url("../images/ico65.png") no-repeat 0 0;
}
.talent_right {
    float: left;
    margin-left: 40px;
}
.talent_text {
    width: 100%;
    overflow: hidden;
    margin-top: 18px;
}
.talent_tl {
    width: 172px;
    height: 40px;
    line-height: 40px;
    background: #567bbd;
    font-size: 14px;
    color: #fff;
    text-align: center;
    float: left;
}
.talent_tr {
    float: left;
    width: 445px;
    margin-left: 46px;
}
.talent_tr p {
    font-size: 14px;
    color: #363636;
    line-height: 24px;
    text-indent: 0;
}
.talent_left li > div:hover {
    background: #567bbd;
}
.talent_left li > div:hover span {
    color: #fff;
}
.talent_left li > div:hover i.t1 {
    background: url("../images/ico59_b.png") no-repeat 0 0;
}
.talent_left li > div:hover i.t2 {
    background: url("../images/ico60_b.png") no-repeat 0 0;
}
.talent_left li > div:hover i.t3 {
    background: url("../images/ico61_b.png") no-repeat 0 0;
}
.talent_left li > div:hover i.t4 {
    background: url("../images/ico62_b.png") no-repeat 0 0;
}
.talent_left li > div:hover i.t5 {
    background: url("../images/ico63_b.png") no-repeat 0 0;
}
.talent_left li > div:hover i.t6 {
    background: url("../images/ico64_b.png") no-repeat 0 0;
}
.talent_left li > div:hover i.t7 {
    background: url("../images/ico65_b.png") no-repeat 0 0;
}

.talent_caption {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    padding: 28px 20px 22px 120px;
    background-color: #f2f2f2;
}
.talent_caption > i {
    position: absolute;
    display: block;
    width: 17px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: 0 0;
}
.talent_caption > i.left {
    top: 18px;
    left: 80px;
    background-image: url(../images/ico68.png);
}
.talent_caption > i.right {
    right: 80px;
    bottom: 18px;
    background-image: url(../images/ico69.png);
}
.talent_caption p {
    width: 675px;
    font-size: 14px;
    line-height: 24px;
    color: #474747;
    text-indent: 0;
}
.talent_caption p a {
    color: #0156a9;
}

.talent_info {
    width: 100%;
    max-width: 880px;
    margin-top: 42px;
}
.talent_info li:last-child {
    margin-bottom: 0;
}
.talent_info li .products_up {
    width: 100%;
    height: 42px;
    line-height: 42px;
    background: #f2f2f2;
}
.talent_info li .products_tl {
    font-size: 14px;
    color: #474747;
}
.talentb {
    padding-left: 25px;
}
.talentb p {
    text-indent: 0;
}
.talentb a {
    width: 120px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #567bbd;
    text-align: center;
    display: block;
    margin-top: 30px;
}

.contact_n {
    margin-top: 96px;
}
.my-service-mapa {
    width: 60.5%;
    height: 683px;
    border: none;
    float: left;
}
.contacta {
    width: 100%;
    overflow: hidden;
}
.contacta_right {
    width: 39.5%;
    height: 683px;
    float: right;
    background: #fff;
    color: #000;
    padding: 0px 55px 60px;
}
.contacta_right h3 {
    font-size: 24px;
    line-height: 27px;
    margin-top: 55px;
    padding-bottom: 20px;
    border-bottom: 1px solid #567bbd;
}
.contacta_right p {
    font-size: 14px;
    line-height: 40px;
}
#contact-forma .register {
    width: 49%;
    float: left;
    margin-top: 16px;
}
#contact-forma .register:nth-child(2) {
    float: right;
}
#contact-forma label {
    width: 20.5%;
    float: left;
    line-height: 29px;
}
#contact-forma .register input {
    width: 79.5% !important;
    float: left;
    height: 29px;
    line-height: 29px;
    background: none;
    border: 1px solid #d2d2d2;
    color: #666666;
}
#contact-forma .registera {
    width: 100%;
    display: inline-block;
    margin-top: 16px;
}
#contact-forma .registera label {
    width: 10%;
}
#contact-forma .registera textarea {
    width: 90%;
    height: 60px;
    background: none;
    border: 1px solid #d2d2d2;
    color: #666666;
}
.groupa #submit {
    font-size: 14px;
    width: 74px;
    height: 28px;
    line-height: 28px;
    color: #fff;
    border: none;
    outline: none;
    background: #567bbd;
    cursor: pointer;
    text-align: center;
    margin-top: 22px;
    margin-left: 10%;
}
#contact-forma #buchong:-moz-placeholder,
#contact-forma input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #666666;
}
#contact-forma #buchong::-moz-placeholder,
#contact-forma input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #666666;
}
#contact-forma #buchong:-ms-input-placeholder,
#contact-forma input:-ms-input-placeholder{
    color: #666666;
}
#contact-forma #buchong::-webkit-input-placeholder,
#contact-forma input::-webkit-input-placeholder{
    color: #666666;
}

.culture_b {
    width: 100%;
    max-width: 825px;
    margin: 0 auto;
    height: 1px;
    border-bottom: 1px solid #ebe8e8;
    display: block;
    position: relative;
    z-index: -1;
    top: -5px;
}
.culture li {
    height: 83px;
    text-align: center;
    background: url("../images/ico72.png") no-repeat center 0;
}
.culture li.active,
.culture li:hover,
.culture li:focus{
    background: url("../images/ico72_b.png") no-repeat center 0;
    cursor: pointer;
}
.culture li span {
    font-size: 18px;
    color: #474747;
    width: 50px;
    display: block;
    margin: 15px auto 0;
    line-height: 20px;
}
.culture_text {
    display: none;
}
.culture_text.active {
    display: block;
}
.culture_text {
    width: 100%;
    max-width: 825px;
    margin: 70px auto;
    padding-left: 70px;
    background: url("../images/ico73.png") no-repeat left 10px;
}
.culture_text p {
    font-size: 16px;
    color: #454545;
    line-height: 30px;
}

.contacta_left {
    width:60.5%;
    float: left;
}
.BMap_stdMpCtrl,
.anchorBL,
.BMap_cpyCtrl{
    display: none !important;
}
.BMap_Marker {
    width: 20px !important;
    height: 31px !important;
    background: url("../images/map.png") no-repeat 0 0 !important;
}


.aboutb_info li {
    position: relative;
    display: block;
    width: 100%;
    height: 100px;
}
.aboutb_info li:nth-child(1) .development_maker:before {
    display: none;
}
.aboutb_info li:nth-child(2n-1){
    background: #f7f8f9;
}
.development_maker {
    position: absolute;
    top: 0;
    left: 77px;
    width: 10px;
    height: 100%;
}
.development_maker > i {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 0;
    width: 10px;
    height: 10px;
    margin-top: -3px;
    border: 2px solid #567bbd;
    border-radius: 50%;
    background-color: #fff;
}
.development_maker:before {
    top: 0;
}
.development_maker:after {
    bottom: 0;
}
.development_maker:before,
.development_maker:after {
    position: absolute;
    left: 50%;
    display: block;
    width: 1px;
    height: 50%;
    content: '';
    background-color: #e1e4ec;
}
.aboutb_info li .aboutb_date {
    font-size: 14px;
    float: left;
    width: 120px;
    height: 100px;
    line-height: 100px;
    color: #000;
    padding-left: 20px;
}
.aboutb_caption {
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
    height: 100px;
    line-height: 24px;
    font-size: 14px;
    color: #000;
    padding-right: 20px;
    -webkit-transition: transform 0.5s ease-out;
    -moz-transition: transform 0.5s ease-out;
    -ms-transition: transform 0.5s ease-out;
    transition: transform 0.5s ease-out;
}
.aboutb_info li:hover .aboutb_caption {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
}
.map_en {
    /*height: 683px;*/
    /*background: url("../images/map_en.png") no-repeat center center;*/
    /*background-size: cover;*/
}
.wz_en li,
.wz_ena li{
    width: auto;
}
.wz_ena li {
    padding: 0 30px;
}
.wz_enb {
    font-size: 13px;
}
.wz_en li a {
    padding: 0 30px;
}
.wz_enc li > div span {
    font-size: 14px;
}
.en_j {
    letter-spacing: 0px;
}