.header-container {
    width: 84.1%;
    margin: 0 auto;
}
.n_header{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 51;
    background: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}
.n_header .header01{
    /*position: relative;*/
}
.n_header .header01 .logo{
    float: left;
    position: relative;
    width: 189px;
    height: 45px;
    margin: 16px 0 19px 0;
}
.n_header .header01 .logo a{
    text-indent: -9999px;
    display: inline-block;
    width: 188px;
    height: 45px;
    background-repeat: no-repeat;
    background-position:left center;
    position: absolute;
    bottom: 0;
    left: 0;
}
.n_header .header01 .nav{
    float: right;
    -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;
    margin-bottom: 0;
}
.n_header .header01 .nav>ul li{
    float: left;
    text-align: center;
    /*position: relative;*/
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    margin-left: 17px;
}
.n_header .header01 .nav>ul li a{
    color: #333333;
    display: inline-block;
    padding: 27px 0 27px 20px;
    font-size: 16px;
    position: relative;
    background: url("../images/ico1.png") no-repeat left center;
}
.n_header .header01 .nav>ul li a:hover,
.n_header .header01 .nav>ul li.active a {
    color: #2855b1;
    background: url("../images/ico1s.png") no-repeat left center;
}
.n_header .header01 .nav > ul > li > a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 3px;
    border-top: 3px solid #2855b1;
}
.n_header .header01 .nav>ul li.active a:before,
.n_header .header01 .nav>ul li a:focus:before,
.n_header .header01 .nav>ul li a:hover:before {
    width: 100%;
}
.slippery {
    margin-left: 0!important;
    display: none;
}

.n_header .header01 .nav>ul .nav_er{
    /*width: 116px;*/
    min-width: 116px;
    max-width: initial;
    position: absolute !important;
    top: 93%;
    /* left: 0; */
    display: none;
    padding-top: 15px;
    background: url(../images/ico29.png) no-repeat left top;
}

.n_header .header01 .nav > ul .nav_er .div_dl{
    background: rgba(40,85,177,.5);
    overflow: hidden;
    padding: 15px 10px 0;
}
.n_header .header01 .nav > ul .nav_er .div_dl li {
    /*display: inline-block;*/
    float: inherit !important;
    margin-left: 0;
    line-height: 30px;
}
.n_header .header01 .nav > ul .nav_er .div_dl li + li {
    /*margin-left: 30px;*/
}
.n_header .header01 .nav > ul .nav_er .div_dl li a {
    font-size: 14px;
    color: #fff;
    background: none;
    padding: 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 0;
}
.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;*/
}
.n_header .header01 .nav>ul li a:before {
    /*display: block;*/
    /*width: 100%;*/
    /*position: absolute;*/
    /*left: 0;*/
    /*bottom: 0;*/
    /*background: #e3eae5;*/
    /*height: 0;*/
    /*transition: all 0.3s ease-out 0s;*/
    /*-webkit-transition: all 0.3s ease-out 0s;*/
    /*-moz-transition: all 0.3s ease-out 0s;*/
    /*-o-transition: all 0.3s ease-out 0s;*/
    /*z-index: -1;*/
}
.n_header .header01 .nav>ul li a:hover:before,
.n_header .header01 .nav>ul li.active a:before {
    /*height: 70px;*/
}

.header03{display: none;}


.language {
    float: left;
    margin: 23px 0 0 85px;
}
.language dt {
    font-weight: initial;
    float: left;
}
.language dt a {
    width: 38px;
    font-size: 12px;
    color: #999999;
    height: 24px;
    line-height: 24px;
    border: 1px solid #999999;
    display: block;
    text-align: center;
}
.language dt a.active,
.language dt a:hover{
    color: #2855b1;
    border: 1px solid #2855b1;
}

.friendship-link {
    height: 50px;
    line-height: 50px;
    background: #2855b1;
    color: #fff;
}
.friendship-link h3 {
    font-size: 14px;
    line-height: 50px;
    margin: 0;
    margin-right: 16px;
    float: left;
}
.friendship-link ul {
    float: left;
}
.friendship-link li {
    float: left;
}
.friendship-link li a {
    font-size: 14px;
    color: #fff;
    position: relative;
    padding-right: 55px;
    margin-right: 60px;
}
.friendship-link-en li a {
    padding-right: 100px;
    margin-right: 110px;
}
.friendship-link li a:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 1px;
    height: 100%;
    border-right: 1px solid #fff;
}
.friendship-link li:last-child a:before {
    display: none;
}

footer {
    background: url("../images/foot-bg.jpg") no-repeat center center;
    -webkit-background-size: cover !Important;
    -moz-background-size: cover !Important;
    -o-background-size: cover !Important;
    background-size: cover !Important;
}
.left {
    float: left;
}
.right {
    float: right;
}
footer .left {
    width: 32%;
}
.footer-up-img {
    float: left;
}
.footer-up-imga {
    float: right;
}
.footer-up-img {
    width: 160px;
    /*height: 160px;*/
}
.footer-up-imga img {
    width: 174px;
    height: 198px;
}
footer .right {
    width: 68%;
    text-align: center;
}
.footer-up {
    width: 100%;
    padding: 25px 0 35px;
    overflow: hidden;
}
.footer-up .left span {
    display: block;
    font-size: 14px;
    color: #474747;
    text-align: center;
    line-height: 36px;
}
footer .right img {
    margin-bottom: 20px;
}
footer .right p {
    font-size: 16px;
    color: #474747;
    line-height: 30px;
}
footer .right p span {
    padding: 0 20px;
}
.foot {
    height: 50px;
    line-height: 50px;
    background: rgba(51,51,51, .1);
    font-size: 14px;
    color: #474747;
    text-align: center;
}
.gray {
    color: #cecece;
}
.foot span {
    padding: 0 22.5px;
}

.home-partners {
    background: url("../images/partners-bg.jpg") no-repeat center center;
    -webkit-background-size: cover !Important;
    -moz-background-size: cover !Important;
    -o-background-size: cover !Important;
    background-size: cover !Important;
    padding-bottom: 57px;
}
.home-info {
    padding: 92px 0 55px;
    text-align: center;
}
.home-title {
    font-size: 24px;
    color: #333333;
    line-height: 38px;
    font-weight: bold;
}
.home-en {
    font-size: 16px;
    line-height: 27px;
    color: #dddddd;
    font-weight: bold;
}
.home-partners .row {
    margin-left: -44px;
    margin-right: -44px;
}
.home-partners li {
    width: 20%;
    padding: 0 44px;
    float: left;
    margin-bottom: 90px;
    position: relative;
}
.home-partners li .home-partners-img {
    border-radius: 50%;
    border: 6px solid #2855b1;
    background: #fff;
}
.home-partners li .home-partners-text {
    font-size: 18px;
    line-height: 24px;
    color: #474747;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translateY(-100%) translatex(-50%);
    -o-transform: translateY(-100%) translatex(-50%);
    -ms-transform: translateY(-100%) translatex(-50%);
    -webkit-transform: translateY(-100%) translatex(-50%);
    transform: translateY(-100%) translatex(-50%);
    -webkit-transition: transform .3s ease-out;
    -moz-transition: transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    -ms-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
    opacity:0;
    filter:Alpha(opacity=0);
}
.home-partners li .home-partners-text-en {
    font-size: 12px;
    line-height: 18px;
}
.home-partners li:hover {
    cursor: pointer;
}
.home-partners li:hover .home-partners-img img {
    opacity:0;
    filter:Alpha(opacity=0);
}
.home-partners li:hover .home-partners-text {
    opacity:1;
    filter:Alpha(opacity=100);
    -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%);

}

.home-news {
    background: url("../images/news-bg.jpg") no-repeat center center;
    -webkit-background-size: cover !Important;
    -moz-background-size: cover !Important;
    -o-background-size: cover !Important;
    background-size: cover !Important;
    padding-bottom: 74px;
}
.home-news-info h3 {
    font-size: 20px;
    line-height: 28px;
    color: #474747;
    font-weight: bold;
    margin: 0 0 60px;
}
.home-news-info li {
    overflow: hidden;
    padding-bottom: 22px;
    padding-right: 16px;
    margin-bottom: 40px;
    border-bottom: 1px solid #d9dbdc;
}
.home-news-info .left,
.home-news-info .right {
    width: 46.5%;
}
.home-news-number {
    width: 12%;
    border: 1px solid #cbcbcb;
    text-align: center;
    float: left;
}
.home-news-number p {
    font-size: 40px;
    color: #333333;
    line-height: 38px;
    padding: 5px 0;
}
.home-news-number span {
    font-size: 12px;
    line-height: 21px;
    color: #fff;
    background: #333333;
    display: block;
}
.home-news-text {
    margin-left: 5%;
    float: left;
    width: 83%;
}
.home-news-title {
    font-size: 20px;
    color: #333333;
    line-height: 38px;
    max-width: 100%;
    white-space: nowrap;
    text-decoration: none;
    text-overflow: ellipsis;
    overflow: hidden;
}
.home-news-introduce {
    font-size: 14px;
    color: #666666;
    line-height: 28px;
}
.home-news-more {
    width: 168px;
    height: 37px;
    line-height: 37px;
    border: 1px solid #666666;
    font-size: 14px;
    color: #666666;
    text-align: center;
    display: block;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
}
.home-news-more span {
    position: relative;
    z-index: 2;
}
.home-news-more em {
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: #2855b1;
    z-index: 1;
    border-radius: 0;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}
.home-news-info li a:hover .home-news-number {
    border: 1px solid #2855b1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.home-news-info li a:hover .home-news-number p {
    color: #2855b1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.home-news-info li a:hover .home-news-number span {
    background: #2855b1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.home-news-info li a:hover .home-news-title {
    color: #2855b1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.home-news-more:hover em {
    left: 0;
}
.home-news-more:hover {
    color: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.home-about {
    background: #2b5cbf;
    color: #fff;
}
.home-about .home-title,
.home-about .home-en{
    color: #fff;
}
.home-about .home-info {
    padding: 58px 0 28px;
}
.home-about p {
    width: 77%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 28px;
    color: #fff;
    text-align: center;
}
.home-about-more {
    width: 128px;
    height: 37px;
    line-height: 37px;
    border: 1px solid #fff;
    font-size: 14px;
    color: #fff;
    text-align: center;
    display: block;
    border-radius: 15px;
    margin: 55px auto 62px;
}

.home-research {
    padding-bottom: 100px;
}
.home-research li {
    position: relative;
    overflow: hidden;
}
.home-research-img {
    position: absolute;
    right: 0;
    top: 0;
    width: 53.5%;
    overflow: hidden;
    z-index: 1;
}
.home-research-img img {
    -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-research li .container {
    position: relative;
    min-height: 400px;
}
.home-research-white {
    width: 26px;
    height: 61px;
    position: absolute;
    top: 50%;
    left: 45.6%;
    margin-top: -30.5px;
    margin-left: -13px;
    background: url("../images/ico8.png") no-repeat 0 0;
    z-index: 2;
}
.home-research-imgs {
    width: 106px;
    height: 95px;
    margin: 0 auto;
}
.home-research-info {
    width: 40.5%;
    padding: 40px 0 0;
    text-align: center;
}
/*.home-research li:nth-child(2n-1) .home-research-info {*/
    /*float: left;*/
    /*padding-left: 80px;*/
/*}*/
.home-research li:nth-child(2n) .home-research-img {
    left: 0;
    right: auto;
}
.home-research li:nth-child(2n) .home-research-info {
    float: right;
}
.home-research li:nth-child(2n) .home-research-white {
    position: absolute;
    top: 50%;
    left: 54.3%;
    margin-top: -30.5px;
    margin-left: -13px;
    background: url("../images/ico9.png") no-repeat 0 0;
}
.home-research-title a {
    font-size: 20px;
    color: #333333;
    line-height: 38px;
    margin: 15px 0 20px;
    display: block;
}
.home-research-title-en a {
    margin: 0;
}
.home-research-introduce {
    font-size: 14px;
    color: #666666;
    line-height: 28px;
    margin-bottom: 20px;
}
.home-research-more {
    width: 126px;
    height: 37px;
    line-height: 37px;
    margin: 0 auto;
    border: 1px solid #666666;
    font-size: 14px;
    color: #666666;
    text-align: center;
    display: block;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
}
.home-research-more em {
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: #2855b1;
    z-index: 1;
    border-radius: 0;
    -o-transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}
.home-research-more span {
    position: relative;
    z-index: 2;
}
.home-research-more:hover em {
    left: 0;
}
.home-research-more:hover {
    color: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.home-research li:hover .home-research-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-research li:hover .home-research-imgs img {
    transform: translate(0,5px);
    -webkit-transform: translate(0,5px);
    -moz-transform: translate(0,5px);
    -o-transform: translate(0,5px);
    -ms-transform: translate(0,5px);
    -webkit-transition: transform .3s ease-out;
    -moz-transition: transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    -ms-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
}
.home-research-title a:hover {
    color: #2855b1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.page-banner {
    width: 100%;
    height: 620px;
    background-repeat: no-repeat;
    background-position: center center !important;
    -webkit-background-size: cover !Important;
    -moz-background-size: cover !Important;
    -o-background-size: cover !Important;
    background-size: cover !Important;
    position: relative;
}
.page-banner.contact-side {
    background-image: url(../images/contact-side.jpg);
}
.page-banner.news-side {
    background-image: url(../images/news-side.jpg);
}
.page-banner.research-side {
    background-image: url(../images/research-side.jpg);
}
.page-banner.about-side {
    background-image: url(../images/about-side.jpg);
}
.page-banner.partners-side {
    background-image: url(../images/contact-side.jpg);
}
.page-nav {
    width: 100%;
    height: 70px;
    line-height: 70px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(43,92,191,.7);
    color: #fff;
}
.page-nav-l {
    float: left;
    background: url(../images/ico10.png) no-repeat left center;
    padding-left: 30px;
}
.page-nav-l li {
    float: left;
    background: url(../images/ico11.png) no-repeat right center;
    margin-right: 10px;
    padding-right: 19px;
    font-size: 16px;
}
.page-nav-l li:last-child {
    background: none;
}
.page-nav-l li a {
    color: #fff;
}
.page-nav-r {
    float: right;
}
.page-nav-r li {
    float: left;
}
.page-nav-r li a {
    font-size: 16px;
    color: #fff;
    padding: 0 25px;
    display: block;
}
.page-nav-r li a:hover,
.page-nav-r li a.active {
    background: #2855b1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.column-info {
    margin: 55px 0 90px;
}
.column-title {
    font-size: 24px;
    line-height: 38px;
    color: #333333;
    text-align: center;
    font-weight: bold;
}
.column-en {
    font-size: 16px;
    line-height: 28px;
    color: #dddddd;
    text-align: center;
    font-weight: bold;
}
.contact-text {
    margin-top: 60px;
}
.contact-text p {
    font-size: 28px;
    color: #2855b1;
    text-align: center;
}
.contact-info {
    overflow: hidden;
}
.contact-info li {
    min-height: 240px;
    text-align: center;
    background: url("../images/ico15.png") no-repeat right center;
}
.contact-info li:last-child {
    background: none;
}
.contact-img {
    margin: 25px 0;
}
.contact-title {
    font-size: 18px;
    color: #333333;
    margin-bottom: 16px;
}
.contact-introduce {
    width: 82%;
    margin: 0 auto;
    font-size: 16px;
    line-height: 28px;
    color: #666666;
}
.contact_l {
    width: 100%;
}
#l-map{
    height:390px;
    margin: 45px 0 180px;
}
#l-map img {
    max-width: inherit;
}
.anchorBL,
.BMap_cpyCtrl.BMap_noprint.anchorBL {
    display: none;
}

#foot-form {
    width: 500px;
    margin: 26px auto 0;
}
.register-text {
    box-sizing: border-box;
    width: 100%;
    height: 37px;
    line-height: 37px;
    padding-left: 10px;
    border: 1px solid #ececec;
    outline: none;
    color: #888888;
    font-size: 14px;
    margin-bottom: 14px;
}
.foot-fieldas {
    width: 100%;
    height: 155px;
    font-size: 14px;
    color: #a7a7a7;
    padding-left: 10px;
    padding-top: 10px;
    border: 1px solid #ececec;
    outline: none;
}
.group #submit {
    font-size: 14px;
    width: 108px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    border: none;
    outline: none;
    background-color: #2855b1;
    cursor: pointer;
    text-align: center;
    margin: 29px auto 0;
}

.recruit-nav {
    line-height: 54px;
    background: #2b7ed5;
    margin-top: 55px;
}
.recruit-nav tr {
    font-size: 18px;
    color: #fff;
    padding: 0 33px;
}
.recruit-nav tr .n1,
.recruit-info .n1 {
    width: 16.6666667%;
    padding-left: 33px;
}
.recruit-nav tr .n2,
.recruit-nav tr .n3,
.recruit-nav tr .n4,
.recruit-nav tr .n5,
.recruit-nav tr .n6,
.recruit-info .n2,
.recruit-info .n3,
.recruit-info .n4,
.recruit-info .n5,
.recruit-info .n6 {
    width: 16.6666667%;
}
.recruit-info {
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
    text-align: initial;
    font-weight: initial;
}
.recruit-info > li {
    overflow: hidden;
    line-height: 45px;
    background: #f9f9f9;
    margin-top: 20px;
}
.recruit-info > li > div {
    float: left;
    font-size: 14px;
    color: #787878;
}
.recruit-info > li > .n6 a {
    color: #367cf5;
    font-size: 14px;
}
.recruit-info > li > .n6 img {
    width: 30px;
    height: 30px;
}
.recruit-yc-li {
    width: 100%;
    display: none;
    padding: 20px 33px;
}
.recruit-yc-li p {
    font-size: 14px;
    line-height: 30px;
    color: #7f7f7f;
}
.recruit-yc-li p a {
    color: #7f7f7f;
}
.recruit-lis img {
    margin-left: 5px;
}
.talents-view {
    text-align: initial;
    font-weight: initial;
    margin-top: 50px;
}
.talents-view .title {
    font-size: 24px;
    margin-bottom: 20px;
    text-indent: 5px;
    color: #333;
}
.talents-view .meta {
    width: 100%;
    padding: 20px;
    background-color: #f9f9f9;
    overflow: hidden;
}
.talents-view .meta li {
    line-height: 28px;
    color: #333;
    font-size: 14px;
}
.talents-view .article {
    padding: 30px 0;
    color: #333;
}
.talents-view .article p {
    line-height: 30px;
    font-size: 16px;
    color: #666666;
}


.news-info {
    overflow: hidden;
    margin-top: 60px;
}
.news-list {
    float: left;
    width: 72%;
}
.news-year {
    float: right;
    width: 24.5%;
}
.news-list .home-news-number {
    width: 8%;
}
.news-list li {
    overflow: hidden;
    padding-bottom: 28px;
    padding-right: 16px;
    margin-bottom: 38px;
    border-bottom: 1px solid #d9dbdc;
}
.news-list .home-news-text {
    margin-left: 3%;
    float: left;
    width: 88%;
}
.news-list li a:hover .home-news-number {
    border: 1px solid #2855b1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.news-list li a:hover .home-news-number p {
    color: #2855b1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.news-list li a:hover .home-news-number span {
    background: #2855b1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.news-list li a:hover .home-news-title {
    color: #2855b1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.news-year {
    background: #2855b1;
    padding-bottom: 12px;
}
.news-year li h2 {
    font-size: 16px;
    line-height: 55px;
    color: #ffffff;
    margin: 0;
    padding-left: 22px;
}
.news-year li dl {
    background: #f4f4f4;
    padding-bottom: 30px;
}
.news-year li dl dd {
    line-height: 45px;
    border-top: 1px solid #e2e2e2;
}
.news-year li dl dd a {
    display: block;
    font-size: 16px;
    color: #474747;
    padding-left: 36px;
    background: url("../images/ico17.png") no-repeat 17px center;
}
.news-year li dl dd a:hover {
    color: #fff;
    background: url("../images/ico18.png") no-repeat 17px center #497adc;
}
.news-year li dl dd:last-child {
    border-bottom: 1px solid #e2e2e2;

}
/*分页*/
.page-pagination {
    width: 100%;
    margin: 45px 0;
    text-align: center;
    clear: both;
}
.page-pagination a {
    display: inline-block;
    margin: 0 9px;
    padding: 7px 10px;
    cursor: pointer;
    text-decoration: none;
    color: #999999;
    border: 1px solid #cccccc;
}
.page-pagination a:hover {
    color: #fff;
    border-color: #2855b1;
    background-color: #2855b1;
}
.page-pagination a.jp-disabled {
    cursor: no-drop;
    opacity: .5;
}
.page-pagination a.jp-disabled:hover {
    color: #999999;
    border-color: #cccccc;
    background-color: #fff;
}
.page-pagination a.jp-current {
    cursor: default;
    color: #fff;
    border-color: #2855b1;
    background-color: #2855b1;
}

.introduce-title {
    width: 100%;
   
	
	    font-size: 24px;
    color: #474747;
}
.introduce-date {
/*
    font-size: 14px;
    color: #999999;
    position: relative;
    text-align: center;
    padding-bottom: 26px;
    margin: 18px 0 40px;
*/
	    font-size: 16px;
    color: #707070;
    padding-top: 10px;
	margin-bottom: 25px;
}
.introduce-date:before {
/*
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: 0;
    width: 70px;
    height: 2px;
    border-top: 2px solid #4381ab;
*/
}
.introduce p {
/*
    line-height: 30px;
    font-size: 16px;
    color: #666666;
*/
	    padding-top: 15px;
    font-size: 14px;
    color: #707070;
    line-height: 150%;
}
.introduce-up {
    position: relative;
    border-top: 1px solid #efefef;
    padding-top: 40px;
    margin: 55px 0 42px;
    clear: both;
}
.pager {
    width: 936px;
    margin: 30px 0 0;
    background: #f1f1f1;
    overflow: hidden;
}
.pager a {
    font-size: 16px;
    line-height: 55px;
    display: block;
    color: #474747;
    padding: 22px 30px 18px 20px;
}
.pager a:hover,
.pager a:focus {
    color: #fff;
    background: #2855b1;
}
.pager-text {
    width: 54%;
    float: left;
    overflow: hidden;
    box-sizing: border-box;
    white-space: nowrap;
    text-decoration: none;
    text-overflow: ellipsis;
}
.pager-img {
    width: 44px;
    height: 55px;
    float: left;
    position: relative;
}
.pager-img.p1 {
    padding-right: 21px;
    margin-right: 24px;
}
.pager-img.p2 {
    padding-left: 21px;
    margin-left: 24px;
}
.pager-img:before {
    content: "";
    position: absolute;
    top: 50%;
    bottom: 0;
    margin-top: -20px;
    width: 1px;
    height: 40px;
}
.pager-img.p1:before {
    right: 0;
    border-right: 1px solid #cbcbcb;
}
.pager-img.p2:before {
    left: 0;
    border-left: 1px solid #cbcbcb;
}
.pager-imgs {
    /*float: left;*/
}
.pager-imgs img {
    width: 97px;
    height: 55px;
    border: 1px solid #f1f1f1;
}
.pager-imger img {
    width: 66px;
    height: 55px;
    border: 1px solid #f1f1f1;
}
.pager a:hover .pager-imgs img {
    border: 1px solid #fff;
}
.pager a:hover .pager-img img {
    display: none;
}
.pager a:hover .pager-img.p1 {
    background: url("../images/ico19b.png") no-repeat 0 center;
}
.pager a:hover .pager-img.p1:before {
    border-right: 1px solid #fff;
}
.pager a:hover .pager-img.p2 {
    background: url("../images/ico20b.png") no-repeat right center;
}
.pager a:hover .pager-img.p2:before {
    border-left: 1px solid #fff;
}

.back {
    position: absolute;
    right: 0;
    bottom: 0;
    float: right;
    font-size: 20px;
    line-height: 32px;
    display: block;
    padding: 15px 28px;
    text-decoration: none;
    color: #999999;
    border: 1px solid #cbcbcb;
}
.back .glyphicon-th-list {
    margin-right: 20px;
}

.research-info {
    width: 88.7%;
    margin: 55px auto 0;
}
.research-info .row {

    margin-left: -46px;
    margin-right: -46px;
}
.research-info li {
    padding: 0 46px;
    margin-bottom: 40px;
}
.research-img {
    border: 1px solid #cbcbcb;
    overflow: hidden;
}
.research-img img {
    width: 500px;
    height: 310px;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.research-title {
    font-size: 18px;
    line-height: 24px;
    color: #333333;
    max-width: 98%; 
     white-space: nowrap;
     text-decoration: none;
     text-overflow: ellipsis;
     overflow: hidden;
}
.research-introduce {
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    max-width: 80%;
    white-space: nowrap;
    text-decoration: none;
    text-overflow: ellipsis;
    overflow: hidden;
}
.research-text {
    padding: 15px 25px 13px 20px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}
.research-text i {
    width: 13px;
    height: 25px;
    background: url("../images/ico23.png") no-repeat 0 0;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -12.5px;
    right: 0;
}
.research-info li:hover .research-text {
    background: #2855b1;
    border-bottom: 1px solid #2855b1 ;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.research-info li:hover .research-title {
    color: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.research-info li:hover .research-introduce {
    color: #fff;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.research-info li:hover .research-text i {
    transform: translate(-25px,0);
    -webkit-transform: translate(-25px,0);
    -moz-transform: translate(-25px,0);
    -o-transform: translate(-25px,0);
    -ms-transform: translate(-25px,0);
    -webkit-transition: transform .3s ease-out;
    -moz-transition: transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    -ms-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
}
.research-info li:hover .research-img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}
.loading {
    width: 160px;
    height: 37px;
    line-height: 37px;
    margin: 0 auto;
    border: 1px solid #666666;
    font-size: 14px;
    color: #666666;
    text-align: center;
    display: block;
    border-radius: 15px;
    cursor: pointer;
}

.about-one {
    text-align: center;
    padding: 55px 0 45px;
}
.about-one .column-en {
    margin-bottom: 30px;
}
.about-one p {
    font-size: 14px;
    line-height: 36px;
    color: #777777;
}
.about-two {
    text-align: center;
    background: #fafafa;
    padding: 55px 0 75px;
}
.about-two .column-en {
    margin-bottom: 40px;
}
.about-two p {
    font-size: 14px;
    line-height: 32px;
    color: #666666;
}
.about-three {
    margin: 52px 0 90px;
}
#carousel {
    width: 100%;
    height: 770px;
    position:relative;
    overflow:hidden;
    padding-bottom: 20px;
}
#carousel img {
    visibility:hidden;
    cursor:pointer;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
}
#carousel span {
    font-size: 16px;
    line-height: 38px;
    color: #333333;
    position: absolute;
    bottom: 0;
    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(0) translatex(-50%);
}
.about-three #prev,
.about-three #next {
    width: auto;
    height: 34px;
    line-height: 34px;
    border: 1px solid #666666;
    text-align: center;
    font-size: 14px;
    color: #666666;
    display: block;
    border-radius: 15px;
    position: absolute;
    bottom: 0;
    padding: 0 10px;
}
.about-three #prev {
    left: 25%;
}
.about-three #next {
    right: 25%;
}

.mobile-carousel {
    display: none;
}
.mobile-carousel li {
    padding: 0 15px;
    margin-top: 30px;
}

.research-infos {
    width: 100%;
    overflow: hidden;
    margin: 60px 0;
}
.research-infos .left {
    width: 15.5%;
}
.research-infos .left li {
    text-align: center;
    margin-bottom: 12px;
}
.research-infos .left li a {
    font-size: 14px;
    color: #777777;
    line-height: 44px;
    background: #e6e6e6;
    border-radius: 8px;
    display: block;
}
.research-infos .left.en li a {
    line-height: 24px;
    padding: 8px 0;
}
.research-infos .left li a:hover,
.research-infos .left li a.active {
    background: #2855b1;
    color: #fff;
}
.research-infos .right {
    width: 80%;
}
.research-infos .right h3 {
    margin: 0;
}
.research-infos .right  p {
    line-height: 30px;
    font-size: 16px;
    color: #666666;
}

.container-nr {
    overflow: hidden;
}
.container-nr .left {
    width: 45%;
    text-align: center;
}
.container-nr .right {
    width: 50%;
}

.a2 {
	width: 1210px;
    margin: 0 auto;
    padding: 0px 50px
}

@media (max-width: 1210px) {
    .a2 {
	    width: 100%;
        padding: 0;
    }
}
