@charset "utf-8";/* CSS Document */
.head_nav {
    width: 100%;
    height: 190px;
    background: url(../images/headbg.jpg) center/cover no-repeat;
}
.header {
    width: 1200px;
    height: 140px;
    margin: 0 auto;
    overflow: hidden;
}
.header .logo {
    margin-top: 20px;
}
.head_right {
    float: right;
    margin-top: 30px;
}
.head_right_top {
    text-align: right;
    color: #fff;
    font-size: 14px;
}
.head_right_top a {
    margin: 0 5px;
}
.search_box {
    width: 288px;
    height: 38px;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    background: #fff;
    margin-top: 15px;
}
.search_box input {
    float: left;
    padding-left: 20px;
    border-radius: 5px 0 0 5px;
    height: 38px;
    border: 0;
    background: #fff;
    width: 228px;
}
.search_box button {
    float: left;
    width: 40px;
    height: 38px;
    background: #f7bb01;
    border-radius: 0 5px 5px 0;
    border: 0;
}
.nav {
    width: 100%;
    height: 50px;
    background: rgba(255,255,255,0.3);
}
.nav ul.w1200 {
    height: 50px;
}
.nav ul.w1200 > li {
    width: 150px;
    line-height: 50px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    float: left;
    position: relative;
}
.nav ul.w1200 > li a {
    display: block;
}
.nav ul > li:hover > a, .nav ul li.current > a {
    background: #f7bb01;
    color: #333;
}
.nav ul.w1200 > li .menu-nav {
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    background: #5ba3da;
    z-index: 99999999;
    display: none;
}/*banner*/
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
}
.banner {
    width: 100%;
    height: 323px;
    border: 1px solid #dcdcdc;
    border-left: 0;
    border-right: 0;
    overflow: hidden;
}
.banner .swiper-slide img {
    width: 100%;
    height: 323px;
}
.section {
    width: 100%;
    overflow: hidden;
}
.section.page1 {
    padding-top: 20px;
    padding-bottom: 50px;
    background: #fff;
    border-bottom: 2px solid #dbdbd4;
    background: #fff;
}
.section.page1 .news_section {
    width: 530px;
    padding: 0 20px;
    border-top: 5px solid #f7bb01;
    -moz-box-shadow: 5px 3px 11px rgba(0,0,0,0.1);
    -webkit-box-shadow: 5px 3px 11px rgba(0,0,0,0.1);
    box-shadow: 5px 3px 11px rgba(0,0,0,0.1);
    height: 260px;
}
.section.page1 .news_section .section_tit {
    width: 100%;
    height: 58px;
    border-bottom: 1px dashed #dcdcdc;
    line-height: 58px;
}
.section.page1 .news_section .section_tit h6 {
    float: left;
    font-size: 20px;
    color: #333;
    font-weight: normal;
}
.section.page1 .news_section .section_tit .more {
    float: right;
    color: #999;
    font-size: 14px;
}
.section.page1 .news_section .news_list {
    padding: 10px 0;
    overflow: hidden;
}
.section.page1 .news_section .news_list li {
    font-size: 14px;
    line-height: 30px;
    color: #333;
    overflow: hidden;
}
.section.page1 .news_section .news_list li .time {
    float: right;
    color: #999;
}
.section.page1 .news_section .news_list li a span {
    float: left;
    margin-right: 5px;
    color: #333;
}
.section.page1 .news_section .news_list li a {
    float: left;
    max-width: 74%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.section.page2 {
    padding-top: 25px;
    background: #f1f1ef;
    border-bottom: 2px solid #dbdbd4;
}
.section.page2 .section_tit {
    text-align: center;
    margin-bottom: 20px;
}
.section.page2 .section_tit .en {
    font-size: 20px;
    color: #f7bb01;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.section.page2 .section_tit .zh {
    font-size: 26px;
    color: #777;
}
.section.page2 .section_tit .zh:after {
    display: block;
    content: "";
    width: 40px;
    height: 7px;
    margin: 0 auto;
    background: #c9c9bf;
    margin-top: 5px;
}
.section.page2 .service_list {
    margin: 0 -15px;
}
.section.page2 .service_list li {
    float: left;
    width: 380px;
    height: 230px;
    -moz-box-shadow: 1px 1px 19px rgba(158,158,158,0.1);
    -webkit-box-shadow: 1px 1px 19px rgba(158,158,158,0.1);
    box-shadow: 1px 1px 19px rgba(158,158,158,0.1);
    margin: 0 15px;
    background: #fff;
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}
.section.page2 .service_list li img {
    width: 100%;
    height: 230px;
    transition: all 0.8s;
}
.section.page2 .service_list li:hover img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
}
.section.page2 .service_list li .title_cover {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    text-align: center;
    background: url(../images/coverbg.jpg) no-repeat;
    font-size: 18px;
    color: #fff;
    line-height: 50px;
}
.footer {
    width: 100%;
    overflow: hidden;
    padding-top: 35px;
    background: #292f35;
}
.foot_top {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #707070;
    padding-bottom: 70px;
}
.foot_top .foot_list {
    float: left;
    margin-right: 40px;
}
.foot_top .foot_list:last-child {
    margin-right: 0;
}
.foot_top .foot_list h6 {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
}
.foot_top .foot_list h6:after {
    content: "";
    display: block;
    width: 30px;
    height: 1px;
    background: #00a0e9;
    margin-top: 25px;
    margin-bottom: 10px;
}
.foot_top .foot_list li {
    line-height: 38px;
    color: #999;
    font-size: 14px;
}
.foot_top .foot_list li a {
    display: block;
}
.foot_top .foot_list li:hover a {
    color: #fff;
}
.foot_top .about_list {
    background: url(../images/iconbg.jpg) left no-repeat;
    padding-left: 59px;
}
.foot_bottom {
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}
.page_banner {
    width: 100%;
    height: 90px;
    overflow: hidden;
    background: url(../images/banner2.jpg) center/cover no-repeat;
}
.page_banner .w1200 {
    display: table;
    height: 90px;
}
.page_banner h2 {
    display: table-cell;
    vertical-align: middle;
    font-size: 30px;
    color: #555;
}
.page_content {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
}
.breadnav {
    width: 100%;
    height: 54px;
    line-height: 54px;
    overflow: hidden;
    font-size: 14px;
    color: #333333;
}
.breadnav span {
    margin: 0 5px;
}
.cont_left {
    float: left;
    width: 788px;
    padding: 20px;
    border: solid 1px #dcdcdc;
    overflow: hidden;
}
.one_list {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px dashed #dcdcdc;
    padding-bottom: 5px;
    margin-top: -5px;
}
.one_list li {
    width: 100%;
    overflow: hidden;
    line-height: 40px;
}
.one_list li a {
    float: left;
    color: #333;
    font-size: 16px;
    max-width: 83%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.one_list li .time {
    font-size: 14px;
    float: right;
    color: #999;
}
.cont_right {
    width: 350px;
    float: right;
    overflow: hidden;
}
.page_dynamics {
    width: 100%;
    overflow: hidden;
    margin-bottom: 25px;
}
.page_dynamics .title {
    padding-left: 20px;
    font-size: 20px;
    color: #1081d9;
    font-weight: bold;
    border-bottom: 1px dashed #dcdcdc;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 5px;
}
.page_dynamics .title:after {
    position: absolute;
    top: 0;
    height: 27px;
    width: 9px;
    left: 0;
    background: #1081d9;
    content: "";
    display: block;
}
.page_dynamics_list {
    width: 100%;
    overflow: hidden;
}
.page_dynamics_list li {
    font-size: 16px;
    color: #333;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.page_dynamics_list li span {
    margin-right: 5px;
}
.academic {
    width: 100%;
    overflow: hidden;
}
.academic .title {
    padding-left: 20px;
    font-size: 20px;
    color: #1081d9;
    font-weight: bold;
    position: relative;
    margin-bottom: 20px;
}
.academic .title:after {
    position: absolute;
    top: 0;
    height: 27px;
    width: 9px;
    left: 0;
    background: #1081d9;
    content: "";
    display: block;
}
.academic_list {
    width: 100%;
    overflow: hidden;
}
.academic_list li {
    margin-bottom: 20px;
}
.academic_list li img {
    width: 100%;
    height: 240px;
}
.academic_list li p {
    font-size: 16px;
    color: #333;
    line-height: 30px;
    margin-top: 5px;
}
.select_provinces {
    width: 100%;
    overflow: hidden;
    margin-bottom: 25px;
}
.provinces_section, .provinces_list {
    width: 100%;
    overflow: hidden;
}
.provinces_list li {
    float: left;
    width: 110px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin-right: 3px;
    margin-bottom: 3px;
}
.provinces_list li:nth-child(7n+7) {
    margin-right: 0;
}
.provinces_list li:hover a, .provinces_list li.active a {
    background: #f7bb01;
    color: #333;
}
.provinces_list li a {
    display: block;
    background: #1081d9;
    color: #fff;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.unit_member li {
    width: 100%;
    overflow: hidden;
}
.unit_member li p {
    width: 370px;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    float: left;
    font-size: 14px;
    color: #333;
    float: left;
    margin-right: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.unit_member li p a:hover {
    text-decoration: underline;
}
.unit_member li p:last-child {
    margin-right: 0;
}
.unit_member li p span {
    margin-right: 10px;
}
.unit_member li:nth-child(odd) p {
    background: #e9eaef;
}
.NewsText {
    width: 100%;
    overflow: hidden;
    padding-top: 10px;
}
.NewsText p, .NewsText p span {
    font-size: 14px;
    color: #444;
    line-height: 1.75;
}
.NewsText p img {
    max-width: 100%;
}
.two_list li {
    width: 100%;
    overflow: hidden;
    line-height: 24px;
    border-bottom: 1px dashed #dcdcdc;
    padding: 17px 0;
}
.two_list li:first-child {
    padding-top: 0;
}
.two_list li a {
    display: block;
    float: left;
    max-width: 83%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #333;
}
.two_list li .time {
    font-size: 14px;
    color: #999;
    float: right;
}
.page_title {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}
.float_window {
    width: 60px;
    height: 200px;
    z-index: 9999;
    position: fixed;
    right: 0;
    bottom: 40%;
    background: url(../images/fixbg.png) no-repeat;
    display: table;
}
.float_window .bdsharebuttonbox {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.float_window .bdsharebuttonbox a {
    width: 60px !important;
    height: 60px !important;
    margin: 0 !important;
    float: none !important;
    display: block;
}
.float_window .bdsharebuttonbox a.bds_sqq {
    background: url(../images/icon2.png) center no-repeat !important;
}
.float_window .bdsharebuttonbox a.bds_weixin {
    background: url(../images/icon3.png) center no-repeat !important;
}
.float_window .bdsharebuttonbox .dbs_youxiang {
    position: relative;
}
.float_window .bdsharebuttonbox .dbs_youxiang a {
    width: 60px;
    height: 60px;
    background: url(../images/icon4.png) center no-repeat !important;
    display: block;
}
.float_window .bdsharebuttonbox .dbs_youxiang:hover a {
    opacity: 0.8;
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    -ms-opacity: 0.8;
}
.float_window .bdsharebuttonbox .dbs_youxiang .email_number {
    height: 40px;
    position: absolute;
    right: 0;
    line-height: 40px;
    padding: 10px;
    font-size: 14px;
    color: #fff;
    overflow: hidden;
    top: 0;
    z-index: -1;
    visibility: hidden;
    opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
    -ms-opacity: 0;
    transition: all 0.5s ease-in;
    -moz-transition: all 0.5s ease-in;
    -webkit-transition: all 0.5s ease-in;
    background: #2c7ec4;
}
.float_window .bdsharebuttonbox .dbs_youxiang:hover .email_number {
    visibility: visible;
    opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;
    -ms-opacity: 1;
    right: 60px;
}
.director_list li {
    width: 100%;
    overflow: hidden;
}
.director_list li p {	/*width: 100px;*/
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    float: left;
    font-size: 14px;
    color: #333;
    margin-right: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 10px;
}
.director_list li p a:hover {
    text-decoration: underline;
}
.director_list li p:last-child {
    margin-right: 0;
}
.director_list li p span {
    margin-right: 10px;
}
.director_list li:nth-child(odd) p {
    background: #e9eaef;
}
.add_qk_search{
    width: 100%;
    overflow: hidden;
    margin-bottom: 15px;

}
.add_qk_search lable{
    float: left;
    display: block;
    line-height: 35px;
    color: #666;
    font-size: 14px;

}
.add_qk_search input{
    float: left;
    height: 33px;
    width: 248px;
    border:1px solid #dcdcdc;
}
.add_qk_search button{
    float: left;
    width: 80px;
    height: 35px;
    border:0;
    background: #1081d9;
    color: #fff;
    font-size: 14px;

}
/*滑过*/
.head_right_top a:hover {
    color: #f7bb01;
}
.section.page1 .news_section .section_tit .more:hover, .section.page1 .news_section .news_list li a:hover, .breadnav a:hover, .one_list li a:hover, .page_dynamics_list li a:hover, .academic_list li:hover p, .unit_member li p a:hover, .two_list li a:hover, .NewsPages a:hover, .director_list li p a:hover {
    color: #1d57a1;
}
