/*  首页banner  */
.index_banner{
    width: 100%;
	max-width:1000px;
    height: 320px;
    position: relative;
    z-index: 10;
    clear: both;
    overflow: hidden;
	margin:20px auto 0 auto;
}
.index_banner .swiper-container-banner{
    width: 1000px;
    height: 100%;
    overflow: hidden;
    position: relative;
    left: 50%;
    margin-left: -495px;
}
.index_banner .swiper-slide{
    display: block;
    width: 100%;
    height: 100%;
}
.index_banner .arrow-left{
    position: absolute;
    top: 50%;
    left:50% ;
    margin-left: -475px;
    margin-top: -25px;
    width: 32px;
    height: 50px;
    z-index: 1000;
    background-color:#000;
	opacity:0.3;
}
.index_banner .arrow-right{
    position: absolute;
    top: 50%;
    width: 32px;
    height: 50px;
    left:50% ;
    margin-left: 440px;
    margin-top: -25px;
    background-color: #000;
	opacity:0.3;
}
.index_banner .arrow-left:hover, .index_banner .arrow-right:hover{
    background-color: #5074c0;
	opacity:0.6;
}
.pagination {
    position: absolute;
    z-index: 20;
    bottom: 10px;
    width: 150px;
    height: 2px;
    text-align: center;
    border-radius: 5px;
    border: 1px solid #fff;
    left: 50%;
    margin-left: -75px;
}
.swiper-pagination-switch {
    display: inline-block;
    width: 50px;
    height: 2px;
    margin: 0;
    cursor: pointer;
    margin-bottom: 14px;
}
.swiper-active-switch {
    background: #fff;
    border-radius: 5px;
}

/*首页新闻*/
.index_box .main{
    width: 100%;
    height: auto;
    padding-top: 64px;
}
.main .content{
    width: 1000px;
    height: auto;
    margin: 0 auto;
}

/*首页新闻左侧*/
.main .content_left{
    float: left;
    width: 697px;
    height: auto;
    border-right: 1px solid #cccccc;
}
.main .content .content_tit_a{
    font-size: 20px;
    font-weight: 500;
    color: #175aa8;
}
.main .content .content_tit_more{
    font-size: 18px;
    color: #175aa8;
    float: right;
    margin-right: 28px;
}
.main .content .under_line{
    display: block;
    width: 28px;
    height: 2px;
    background-color: #175aa8;
    margin-top: 5px;
}
.main .content_left .content_left_first{
    width: 669px;
    padding-bottom: 49px;
    border-bottom: 1px solid #cccccc;
}
.main .content_left_first .left_first_tit{
    width: 525px;
    float: left;
    font-size: 20px;
    font-weight: bold;
    color: #4f4f4f;
    margin-top: 37px;
    margin-bottom: 21px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.main .content_left_first .left_first_tit:hover{
    color: #5074c0;
}
.main .content_left_first .left_first_date{
    float: right;
    font-size: 18px;
    color: #5074c0;
    margin-top: 38px;
    margin-bottom: 22px;
}
.main .content_left_first img{
    float: left;
    margin-right: 34px;
}
.main .content_left_first .left_first_txt{
    height: 128px;
}
.content_left_first .left_first_txt .left_txt_mian{
    height: 95px;
    font-size: 16px;
    color: #696969;
    line-height: 23px;
    text-align:justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
}
.content_left_first .left_first_txt .txt_look_more{
    display: block;
    font-size: 14px;
    color: #bbbbbb;
    margin-top: 15px;
    float: right;
}
.content_left_first .left_first_txt .txt_look_more:hover{
    color: #5074c0;
}
.main .content_left .content_left_third{
    border-bottom: none;
}

/*首页新闻右侧*/
.main .content_right{
    float: right;
    width: 274px;
    height: auto;
}
.main .content_right .content_right_RH{
    display: block;
    width: 242px;
    height: 185px;
    background-color: #f7f7f7;
    padding: 15px 15px 0 15px;
    margin-top: 21px;
}
.main .content_right .right_RH_txt{
    display: block;
    font-size: 16px;
    color: #212121;
    margin-top: 5px;
}
.main .content_right .right_RH_arrow{
    display: block;
    width: 19px;
    height: 17px;
    background: url(../images/index-arrow.png) center no-repeat;
    margin-top: 15px;
}
.content_right .content_right_RH:hover .right_RH_txt{
    color: #5074c0;
}
.content_right .content_right_RH:hover .right_RH_arrow{
    -webkit-animation: anim_arrow 0.8s 0s ease both;
    animation: anim_arrow 0.8s 0s ease both;
}
.main .content_right .right_RH_first{
    margin-top: 38px;
}
.main .content_right .right_RH_third{
    margin-bottom: 125px;
}
.main .content_right .links_ul{
    width: 274px;
    height: 75px;
    margin-top: 15px;
}
.main .content_right .links_ul li{
    height: 75px;
    float: left;
}
.main .content_right .links_ul li:hover{
    background-color: #f7f7f7;
}
@-webkit-keyframes anim_arrow{
    0%{
        transform: translateX(0);
        -webkit-transform: translateX(0);
    }
    100%{
        transform: translateX(10px);
        -webkit-transform: translateX(10px);
    }
}
@keyframes anim_arrow{
    0%{
        transform: translateX(0);
        -webkit-transform: translateX(0);
    }
    100%{
        transform: translateX(10px);
        -webkit-transform: translateX(10px);
    }
}


/*News and Events 新闻和事件*/
.news .main{
    padding: 0;
}
.nav_content{
    width: 900px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.nav_tit{
    width: 100%;
    height: 200px;
    background: url(../images/news_navbg.jpg) center no-repeat;
	max-width:1000px;
	margin:20px auto 0 auto;
}
.nav_tit .nav_path{
    font-size: 12px;
    line-height: 22px;
    color: #e5e5e5;
    margin-top: 40px;
    overflow: hidden;
}
.nav_tit .nav_path .nav_path_pt{
    display: block;
    float: left;
    color: #e5e5e5;
}
.nav_tit .nav_path span{
    float: left;
}
.nav_tit .nav_path .arr{
    display: inline-block;
    width: 7px;
    height: 22px;
    background: url(../images/nav_arr.png) no-repeat;
    background-size: 100% 100%;
    margin-left: 9px;
    margin-right: 9px;
}
.nav_tit .tit{
    font-size: 30px;
    line-height: 40px;
    color: #ffffff;
    margin-top: 60px;
    clear: both;
}
.nav_tit .gang{
    width: 40px;
    height: 2px;
    background: #ffffff;
}
.news ul.list{
    width: 999px;
    margin: 50px auto 0;
    border-left: 1px solid #e5e5e5;
}

.news ul.list li{
    margin-left: -1px;
    width: 100%;
    height: 262px;
}
.news ul.list .list_time{
    float: left;
    width: 65px;
    height: 59px;
    border-left: 4px solid #ee7219;
    text-align: center;
}
.news ul.list .list_time span{
    display: block;
    margin: 0 auto;
    color: #a5a5a5;
}
.news ul.list .list_time .dd{
    font-size: 25px;
    line-height: 21px;
}

.news ul.list .list_time .mm{
    font-size: 17px;
    line-height: 28px;
}
.news ul.list .list_time .yy{
    font-size: 12px;
    line-height: 12px;
}
.news ul.list .list_con{
    float: left;
    width: 930px;
    height: 262px;
}

.news ul.list .list_con .list_tit{
    font-size: 18px;
    line-height: 18px;
    color: #454545;
    font-weight: bold;
}

.news ul.list .list_con .list_img{
    margin-top: 16px;
    float: left;
}
.news ul.list .list_con .list_txt{
    margin-top: 11px;
    width: 660px;
    float: right;
    text-align: justify;
    color: #808080;
    font-size: 14px;
    line-height: 24px;
}
.news ul.list .list_con .list_txt span{
    display: block;
}
.news ul.list .list_con .list_txt a{
    float: right;
    font-size: 12px;
    color: #5074c0;
    line-height: 26px;
}
.news ul.list .list_con .list_txt_long{
    width: 100%;
}
.page_list{
    width: 999px;
    margin: 0 auto;
}
.page_list .paging{
    color: #aaa9a9;
    margin-top: 29px;
    margin-right: 1px;
    margin-bottom: 38px;
    float: right;
}
.page_list .paging a {
    width: 20px;
    height: 20px;
    font-size: 12px;
    display: block;
    color: #626262;
    border: 1px solid #e5e5e5;
    text-align: center;
    line-height: 20px;
    float: left;
    margin-right: 6px;
    font-weight: bold;
}
.page_list .paging span{
    float: left;
    border: 1px solid #e5e5e5;
    width: 20px;
    height: 20px;
    cursor: pointer;
    text-align: center;
}
.page_list .paging a:hover{
    background: #4e4e4e;
    color: #ffffff;
}


/*Research Highlights*/
.research_box .nav_tit {
    width: 100%;
    height: 200px;
    background: url("../images/research-banner.jpg") center no-repeat;
}
.research_banner .research_banner_content{
    width: 1000px;
    height: 200px;
    margin: 0 auto;
}
.research_banner .research_banner_position{
    font-size: 12px;
    color: #e5e5e5;
    line-height: 22px;
    padding-top: 40px;
}
.research_banner .research_banner_content .arr{
    display: inline-block;
    width: 7px;
    height: 22px;
    background: url(../images/nav_arr.png) no-repeat;
    background-size: 100% 100%;
    margin-left: 9px;
    margin-right: 9px;
    vertical-align: middle;
}
.research_banner .research_banner_tit{
    font-size: 30px;
    color: #ffffff;
    margin-top: 60px;
    text-indent: -2px;
}
.research_banner .research_banner_content .ud_line{
    display: block;
    width: 40px;
    height: 2px;
    background-color: #ffffff;
}
.research_box .research_main{
    width: 100%;
    height: auto;
    padding-top: 50px;
}
.research_main .research_main_content{
    width: 1000px;
    height: auto;
    margin: 0 auto;
}
.research_main_content .research_main_one{
    width: 1000px;
    height: 260px;
}
.research_main_content .research_main_left{
    width: 500px;
    height: 260px;
    float: left;
    overflow: hidden;
}
.research_main_content .research_main_left img{
    transition: all 1.5s;
}
.research_main_content .research_main_left:hover img{
    -webkit-transform:scale(1.1,1.1);
    -moz-transform:scale(1.1,1.1);
    transform:scale(1.1,1.1);
}
.research_main_content .research_main_right img{
    transition: all 1.5s;
}
.research_main_content .research_main_right:hover img{
    -webkit-transform:scale(1.1,1.1);
    -moz-transform:scale(1.1,1.1);
    transform:scale(1.1,1.1);
}
.research_main_content .research_main_right{
    width: 500px;
    height: 260px;
    background-color: #f5f5f5;
    float: right;
    position: relative;
    overflow: hidden;
}
.research_main_content .research_main_right em{
    border-top:10px solid transparent;
    border-bottom:10px solid transparent;
    border-right:10px solid #f5f5f5;
    position: absolute;
    top: 120px;
    left: -10px;
}
.research_main_content .research_main_tit{
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #383838;
    margin: 63px 0 0 35px;
}
.research_main_content .research_main_tit:hover{
    color: #5074c0;
}
.research_main_content .research_main_txt{
    width: 450px;
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    margin: 6px 0 0 35px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.research_main_content .research_main_more{
    display: inline-block;
    font-size: 14px;
    color: #5074c0;
    margin: 20px 0 0 35px;
}
.research_main_two .research_main_left{
    background-color: #f5f5f5;
    position: relative;
}
.research_main_two .research_main_left em{
    border-top:10px solid transparent;
    border-bottom:10px solid transparent;
    border-left:10px solid #f5f5f5;
    position: absolute;
    top: 120px;
    right: -10px;
    z-index: 99;
}
.research_main_two .research_main_right{
    background: none;
}


/*people*/
.people_box{
    position: relative;
    height: 100%;
}
.people_box .nav_tit {
    width: 100%;
    height: 200px;
    background: url("../images/people-banner.jpg") center no-repeat;
}
.people_box .people_main{
    width: 100%;
    height: auto;
    padding-top: 50px;
}
.people_main .people_main_content{
    width: 1000px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}
.people_main .people_tab{
    width: 1100px;
    height: 38px;
}
.people_main .people_tab li{
    float: left;
    font-size: 16px;
    color: #757575;
    margin-right: 55px;
    cursor: pointer;
}
.people_main .people_tab li:hover{
    color: #5074c0;
}
.people_main .people_tab .people_tab_active{
    color: #343232;
    font-weight: 600;
}
.people_main .people_tab li span{
    display: none;
    width: 20px;
    height: 2px;
    background-color: #5074c0;
    margin-top: 15px;
}
.people_main .people_tab .people_tab_active span{
    display: block;
}
.people_tab_main .tab_content_one{
    margin-top: 47px;
    padding-bottom: 56px;
    border-bottom: 2px dotted #e0e0e0;
}
.people_tab_main .tab_content_num{
    float: left;
    overflow: hidden;
    width: 500px;
    height: 162px;
    margin-top: 47px;
    padding-bottom: 47px;
    border-bottom: 2px dotted #e0e0e0;
}
.people_tab_main .tab_content_num .tab_left_photo{
    float: left;
    width: 130px;
    height: 162px;
    cursor: pointer;
}
.people_tab_main .tab_content_num .tab_left_id{
    float: left;
    width: 325px;
    height: 162px;
    margin-left: 30px;
}
.tab_content_num .tab_left_id .tab_id_tit{
    font-size: 20px;
    color: #393939;
    font-weight: 600;
    cursor: pointer;
}
.tab_content_num .tab_left_id .tab_id_tit:hover{
    color: #5074c0;
}
.tab_content_num .tab_left_id .tab_id_txt{
    font-size: 14px;
    color: #4c4c4c;
    line-height: 20px;
    margin-top: 6px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
	height:122px;
}
.tab_content_num .tab_left_id .tab_id_more{
	margin-top: 6px;
}
.tab_content_num .tab_left_id .tab_id_more a{
    font-size: 14px;
    color: #5074c0;
    cursor: pointer;
	font-weight:bold;
}
.people_tab_main .tab_content_two{
    margin-top: 56px;
    border-bottom: none;
}
.people_title{
	color:#bbb;
	font-size:14px;
	font-weight:normal;
}

.people_box .people_pop{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    display: none;
    background: rgba(0,0,0,.5);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2787675,endColorstr=#B2787675);
}
.people_box .pop_content{
	clear:both;
    background-color: #fff;
}
.people_box .pop_content .pop_content_left{
    float: left;
    width: 150px;
    text-align: center;
    margin: 50px 0 0 0;
}
.people_box .pop_content .pop_content_tit{
    font-size: 20px;
    font-weight: 600;
    color: #393939;
    margin-bottom: 8px;
}
.people_box .pop_content .pop_content_right{
    float: left;
    width: 800px;
    margin: 50px 0 0 30px;
}
.people_box .pop_content .pop_content_txt{
    font-size: 14px;
    color: #4c4c4c;
    line-height: 26px;
}
.people_box .pop_close{
    width: 30px;
    height: 30px;
    margin: -258px 0 0 420px;
    top: 50%;
    left: 50%;
    position: fixed;
    cursor: pointer;
    z-index: 7;
}


/*Links*/
.links_box .nav_tit {
    width: 100%;
    height: 200px;
    background: url("../images/links-banner.jpg") center no-repeat;
}
.links_box .links_main{
    width: 100%;
    height: auto;
    padding-top: 50px;
    padding-bottom: 355px;
}
.links_main .links_main_content{
    width: 1000px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}
.links_main .links_content_ul li{
    float: left;
    margin-right: 60px;
    margin-bottom: 54px;
}
.links_main .links_content_ul li:nth-child(5){
    margin-right: 0;
}


/*search*/
.search_box .nav_tit {
    width: 100%;
    height: 200px;
    background: url("../images/search-banner.jpg") center no-repeat;
}
.search_box .search_main{
    width: 100%;
    height: auto;
    padding-top: 50px;
}
.search_main .search_main_content{
    width: 1000px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}
.search_main .search_input{
    width: 336px;
    height: 33px;
    border-bottom: 2px solid #c2c2c2;
}
.search_main .search_input input{
    float: left;
    width: 296px;
    height: 33px;
    font-size: 20px;
    color: #3f3f3f;
    line-height: 33px;
    border: none;
}
.search_main .search_input button{
    display: inline-block;
    float: right;
    width: 40px;
    height: 33px;
    border: none;
    cursor: pointer;
    background: url("../images/search-button.png") center no-repeat;
}
.search_main .search_list{
    margin-top: 29px;
}
.search_main .search_list ul li{
    height: auto;
    font-size: 14px;
    color: #808080;
    padding: 18px 0 18px 0;
    border-bottom: 2px dotted #e0e0e0;
}

.highlight {
    color: #ffffff;
    background-color: #7390cd;
}
.search_box .paging{
    overflow: hidden;
    float: none;
    padding-left: 400px;
}


/*新闻和事件  查看详情*/
.news_details .main{
    padding: 0;
}
.news_details .details_con{
    width: 1000px;
    margin: 0 auto;
    color: #555555;
}
.news_details .details_tit{
    width: 100%;
    text-align: center;
    margin-top: 45px;
    font-size: 22px;
    line-height: 32px;
    font-weight: bold;
}
.news_details .details_time{
    width: 100%;
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
    line-height: 26px;
    color: #aeaeae;
}
.news_details .details_txt{
    width: 100%;
    text-align: justify;
    margin-top: 35px;
    font-size: 14px;
    line-height: 24px;
}
.news_details .details_img{
    width: 100%;
    margin-top: 45px;
}
.news_details .details_img ul{
    width: 1038px;
}
.news_details  .details_img li{
    float: left;
    width: 480px;
    height: 325px;
    margin-right: 39px;
    text-align: center;
}
.news_details  .details_img li span{
    font-size: 14px;
    line-height: 42px;
}


/*about 关于我们*/
.about_box .main{
    padding: 0;
}
.about_box .nav_tit{
    height: 196px;
    background: url(../images/about_navbg.jpg) center no-repeat;
}
.about_box .about_content{
    width: 1000px;
    margin: 45px auto 0;
    overflow: hidden;
}
.about_box .about_tit{
    font-size: 18px;
    line-height: 28px;
    color: #343434;
    margin-bottom: 15px;
}
.about_box .about_txt{
    font-size: 16px;
    line-height: 26px;
    color: #4b4b4b;
    margin-bottom: 60px;
}
.about_box .about_img{
    margin-bottom: 100px;
}

/*contact 联系我们*/
.contact_box .main{
    padding: 0;
}
.contact_box .nav_tit {
    height: 196px;
    background: url(../images/contact_navbg.jpg) center no-repeat;
}
.contact_box ul.contact_content{
    width: 1000px;
    margin: 50px auto 0;
    overflow: hidden;
}
.contact_box ul.contact_content li{
    overflow: hidden;
    margin-bottom: 50px;
}
.contact_box .map{
    width: 600px;
    float: left;
    margin-right: 59px;
}
.contact_box .introduce{
    width: 278px;
    float: left;
    color: #5d5d5d;
}
.contact_box .introduce .intro_tit{
    font-size: 26px;
    line-height: 26px;
    font-weight: bold;
}
.contact_box .introduce .intro_txt{
    font-size: 18px;
    line-height: 30px;
    margin: 20px 0;
}
.contact_box .introduce .intro_line{
    width: 100%;
    height: 0;
    border-bottom: 3px dotted #dedede;
    margin-bottom: 16px;
}
.contact_box .introduce .intro_icon{
    width: 100%;
    height: 20px;
    line-height: 20px;
    padding-left: 32px;
    font-size: 16px;
    margin-bottom: 13px;
}
.contact_box .introduce .intro_email{
    background: url(../images/contact_icon_email.png) no-repeat left;
    background-size: 20px 20px;
}
.contact_box .introduce .intro_iphone{
    background: url(../images/contact_icon_iphone.png) no-repeat left;
    background-size: 20px 20px;
}
.contact_box .introduce .intro_print{
    background: url(../images/contact_icon_print.png) no-repeat left;
    background-size: 20px 20px;
}

/*media 视频*/
.media_box{
    position: relative;
    height: 100%;
}
.media_box .main{
    padding: 0;
}
.media_box .nav_tit {
    height: 196px;
    background: url(../images/media_navbg.jpg) center no-repeat;
}
.media_box .media_content{
    width: 1000px;
    margin: 50px auto 0;
    overflow: hidden;
}
.media_box .media_content ul{
    width: 1020px;
    height: 600px;
}
.media_box .media_content li{
    width: 320px;
    height: 310px;
    margin: 0 20px 30px 0;
    background: #f7f7f7;
    overflow: hidden;
    float: left;
}
.media_box .media_content li a{
    color: #292929;
}
.media_box .media_content li span{
    display: block;
}
.media_box .media_content li .media_img{
    width: 280px;
    height: 180px;
    margin: 20px auto 0;
}
.media_box .media_content li .media_txt{
    width: 280px;
    height: 48px;
    margin: 20px auto 0;
    font-size: 16px;
    line-height: 24px;
}
.media_box .media_content li a:hover .media_txt{
    color: #5074c0;
}
.media_box .media_content li a:hover .media_arr{
    -webkit-animation: anim_arrow 0.8s 0s ease both;
    animation: anim_arrow 0.8s 0s ease both;
}
.media_box .media_content li .media_arr{
    width: 16px;
    height: 14px;
    margin-left: 20px;
    margin-top: 5px;
    background: url(../images/media_arr.png) no-repeat;
    background-size: 100% 100%;
}
.media_box .paging{
    overflow: hidden;
    float: none;
    padding-left: 400px;
}
.media_box .media_pop{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    display: none;
    background: rgba(0,0,0,.5);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2787675,endColorstr=#B2787675);
}
.media_box .pop_content{
    width: 738px;
    height: 510px;
    margin: -255px 0 0 -369px;
    top: 50%;
    left: 50%;
    position: fixed;
    background-color: #fff;
    text-align: center;
}
.media_box .pop_content .pop_content_tit{
    font-size: 16px;
    font-weight: bold;
    color: #292929;
    margin: 16px 0;
}
.media_box .pop_close{
    width: 30px;
    height: 30px;
    margin: -255px 0 0 389px;
    top: 50%;
    left: 50%;
    position: fixed;
    cursor: pointer;
    z-index: 7;
}
.media_content .news_bb{
	margin-bottom:20px;
	font-size:24px;
	text-align:center;
}

/*page样式*/
.pageline{
    width: 1000px;
    margin: 0 auto;
    text-align: center;
}
.moreline{
    display: inline-block;
    margin: 0 auto;
    overflow: hidden;
}
.moreline .left{
    float: left;
 }
.moreline .left a{
    width: 20px;
    height: 20px;
    font-size: 12px;
    display: block;
    color: #626262;
    border: 1px solid #e5e5e5;
    text-align: center;
    line-height: 20px;
    float: left;
    margin-right: 6px;
    font-weight: bold;
}
.moreline .left a:hover{
    background: #4e4e4e;
    color: #ffffff;
}
.moreline .left .pagination-active{
    background: #4e4e4e;
    color: #ffffff;
}
.moreline .right{
    float: left;
}