
.header-top {
    height: 156px;
}

.header-top .header-top-t {
    height: 36px;
    background-color: #f4f6fa;
}

.language {
    line-height: 36px;
    color: #999;
}

.language a {
    color: #999;
}

.ml-sm-auto {
    line-height: 36px;
    color: #999;
    text-align: right;
    font-size: 14px;
}

.ml-sm-auto a {
    color: #999;
    font-size: 14px;
}

.header-top .header-top-left {
    float: left;
    line-height: 120px;
}

.header-top .header-top-right {
    float: right;
    width: 40%;
    margin-top: 40px;
}

.login {
    margin-top: 36px;
}

.login a:first-child {
    color: #fff;
    padding: 8px 15px;
    border-radius: 6px;
    background: #f99d26;
    display: inline-block;
    margin-left: 15px;
}

.login a {
    color: #fff;
    padding: 8px 15px;
    border-radius: 6px;
    background: #1266ae;
    display: inline-block;
    margin-left: 15px;
}

.header-nav {
    background: #1266ae;
    height: 48px;
}

.header-nav ul {
    display: inherit;
    text-align: center;
    height: 48px;
}
.banner-bg {
    background: url(../images/banner-bg.png) center / cover;
    height: 170px;
}

.header-nav ul li {
    display: inline-block;
    position: relative;
    height: 48px;
    margin-left: 70px;
}

.header-nav ul li:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 0;
    left: 0;
    background-color: #f99d26;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transition: all .15s ease-in;
    z-index: 1;
}

.header-nav ul li:hover:after {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    transition: all .25s ease-out;
}

.header-nav ul li a {
    display: block;
    font-size: 16px;
    padding: 0 25px !important;
    line-height: 48px;
    color: #fff;
}

.header-bg {
    background: url("../images/1.jpg") center no-repeat;
    background-size: cover;
    padding: 60px 0;
}

.header-search {
    width: 100%;
}

.header-search .header-search-select, .header-search .header-search-input {
    float: left;
    width: auto;
}

.header-search .header-search-select select {
    color: #ccc;
    border-color: #ccc;
    height: 36px;
    width: 110px;
    padding: 0 10px;
}

.header-search .header-search-select select option {
    color: #333;
}

.header-search .header-search-input input::-webkit-input-placeholder {
    color: #ccc;
}

.header-search .header-search-input input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #ccc;
}

.header-search .header-search-input input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #ccc;
}

.header-search .header-search-input input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ccc;
}

.header-search .header-search-input input {
    background: none;
    padding: 0 10px;
    color: #ccc;
    border: 1px solid #ccc;
    height: 36px;
    margin-left: -1px;
    width: 268px;
}

.header-search button {
    float: left;
    height: 36px;
    background: #0068b7 !important;
    color: #fff;
    padding: 0 10px;
    font-size: 18px;
}

.header-search a {
    float: left;
    height: 36px;
    color: #999;
    background: none;
    padding: 0 10px;
    line-height: 36px;
    font-size: 18px;
}
.block {
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 1px 1px 1px rgba(10, 16, 34, .08);
    color: #1b1b1b;
    cursor: pointer;
    position: relative;
    -webkit-transition: -webkit-transform .2s ease, -webkit-box-shadow .2s ease;
    transition: -webkit-transform .2s ease, -webkit-box-shadow .2s ease;
    transition: transform .2s ease, box-shadow .2s ease;
    transition: transform .2s ease, box-shadow .2s ease, -webkit-transform .2s ease, -webkit-box-shadow .2s ease;
    will-change: transform, box-shadow;
}
.bg-title {
    height: 38px;
    background: #0068b7;
    color: #fff;
    line-height: 38px;
    padding-left: 10px;
    font-size: 16px;
    font-weight: bold;
}
.blue-ic {
    color: #1976d2 !important;
}
.chip {
    display: inline-block;
    height: 26px;
    font-size: 12px;
    font-weight: 400;
    color: #333;
    line-height: 26px;
    padding: 0 12px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    background-color: #eceff1;
    cursor: pointer;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.block:hover {
    -webkit-box-shadow: 0px 0px 14px 0 rgba(10, 16, 34, .2), 0 0 0 transparent;
    box-shadow: 0px 0px 14px 0 rgba(10, 16, 34, .2), 0 0 0 transparent;
    -webkit-transform: translateY(-5px) translateZ(0);
    transform: translateY(-5px) translateZ(0);
}
a {
    cursor: pointer;
    text-decoration: none;
    color: #007bff;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
/*轮播新闻*/
.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-container .swiper-slide {
    height: 400px;
    position: relative;
}

.swiper-container .swiper-slide .title {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: 9;
}

.swiper-container .swiper-slide .title a {
    display: block;
    padding: 20px 20px;
    line-height: 34px;
    font-size: 20px;
    font-weight: bold;
    width: 100%;
    color: #fff;
    background: rgba(18, 102, 174, 0.8);
}

.swiper-container .swiper-slide img {
    width: 100%;
    height: 400px;
}

.swiper-container .swiper-pagination {
    bottom: 80px;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1 !important;
    background: #fff;
}

.swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: .5;
}

.Research_title {
    border-bottom: 2px solid #1266ae;
}

.Research_title h1 {
    float: left;
    font-size: 18px;
    font-weight: bold;
    border-top-left-radius: 6px;
    color: #fff;
    background: #1266ae;
    height: 36px;
    line-height: 36px;
    position: relative;
    padding: 0 10px;
}

.Research_title h1::after {
    content: '';
    display: block;
    width: 58px;
    height: 35.9px;
    position: absolute;
    left: 100%;
    bottom: 0;
    transition: all 0.3s ease-in-out;
    background: url(../images/title.png);
}

.Research_title a.More {
    float: right;
    line-height: 36px;
    color: #999;
    font-size: 14px;
}

.index-cg-ll-list-t {
    padding: 15px 0;
    border-bottom: 1px dashed #e5e5e5;
}

.index-cg-ll-list-img {
    width: 240px;
    height: 160px;
    float: left;
}

.index-cg-ll-list-img img {
    width: 100%;
    height: 100%;
}

.index-cg-ll-list-text {
    float: right;
    width: calc(100% - 260px);
}

.index-cg-ll-list-text h1 {
    color: #333;
    font-size: 16px;
    line-height: 24px;
}

.index-cg-ll-list-text h1 a {
    color: #333;
}

.index-cg-ll-list-text .dext {
    line-height: 24px;
    font-size: 14px;
    height: 74px;
}

.index-cg-ll-list-text p {
    margin-top: 6px;
    font-size: 14px;
    color: #999;
}

.index-cg-ll-list-text h1 a i {
    color: #1266ae;
}

.index-cg-ll-list-text h1 a:hover {
    color: #1266ae;
}

.index-cg-ll-list {
    position: relative;
}

.index-cg-ll-list-text p {
    margin-top: 6px;
    font-size: 14px;
}

.index-cg-ll-list-text p span {
    color: #999;
    font-size: 14px;
}

.index-cg-ll-list ul li {
    padding: 15px 0;
    border-bottom: 1px dashed #e5e5e5;
}

.index-cg-ll-list ul li h1 {
    color: #333;
    font-size: 16px;
    width: 70%;
    float: left;
}

.index-cg-ll-list ul li h1 a {
    color: #333;
}

.index-cg-ll-list ul li h1 a i {
    color: #1266ae;
}

.index-cg-ll-list ul li h1 a:hover {
    color: #1266ae;
}

.index-cg-ll-list ul li span {
    color: #999;
    font-size: 14px;
    line-height: 16px;
    float: right;
}

.index-cg-ll-list1 {
    position: relative;
}

.index-cg-ll-list1 ul li {
    padding: 15px 0;
    border-bottom: 1px dashed #e5e5e5;
}

.index-cg-ll-list1 ul li h1 {
    color: #333;
    font-size: 16px;
    width: 65%;
    float: left;
}

.index-cg-ll-list1 ul li h1 a {
    color: #333;
}

.index-cg-ll-list1 ul li h1 a i {
    color: #1266ae;
}

.index-cg-ll-list1 ul li h1 a:hover {
    color: #1266ae;
}

.index-cg-ll-list1 ul li span {
    color: #999;
    font-size: 14px;
    line-height: 16px;
    float: right;
}

.More1 {
    position: absolute;
    right: 0;
    top: -30px;
    color: #999;
    font-size: 14px;
}


.swiper-expert {
    width: 100%;
    height: 285px;
    overflow: hidden;
}

.swiper-expert .swiper-slide a {
    float: left;
    margin: 2px 3px;
    display: inline;
    text-align: center;
    background: #f7f7f7;
    background-image: url(../images/home-poeple-bg.png);
    box-shadow: 0 0 2px 2px #e0dfdf;
    width: 96%;
}

.swiper-expert .swiper-slide a img {
    height: 140px;
    display: block;
    margin: 14px auto 5px;
    box-sizing: border-box;
    transition: all 0.3s;
}

.swiper-expert .swiper-slide a div.names {
    margin-top: 20px;
}

.swiper-expert .swiper-slide a .names .name_ {
    font-size: 19px;
    color: #4f4f4f;
    margin-bottom: 4px;
}

.swiper-expert .swiper-slide a .names .direction_ {
    display: inline-block;
    height: 49px;
    margin-left: 16px;
    margin-right: 16px;
    margin-bottom: 10px;
    overflow: hidden;
    color: #787878;
    font-size: 13px;
    line-height: 25px;
    text-align: left;
    float: left;
    font-weight: 100;
}


.nav-tabs {
    border-bottom: 2px solid #1266ae;
    height: 38px;
}

.nav-tabs > li.active {
    height: 36px;
    margin-bottom: 0;
    border: none;
}

.nav-tabs > li > a:hover {
    border: none;
    background-color: #1266ae !important;
    color: #fff !important;
}

.nav-tabs > li.active a {
    border: none;
    background-color: #1266ae !important;
    color: #fff !important;
}

.nav > li > a {
    padding: 0 15px;
    line-height: 36px;
    font-size: 18px;
    font-weight: bold;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    border: none;
    background-color: #1266ae !important;
    color: #fff !important;
}


/*footer*/
.row4 {
    padding: 15px 0 15px 0;
    color: #666666;
    border-top: 4px solid #f99d26;
    background-color: #1266ae;
    overflow: hidden;
}

ul.footbox-nav {
    text-align: left;
    padding-left: 0;
}

ul.footbox-nav  li {
    display: inline-block;
    margin-right: 20px;
}

ul.footbox-nav  li a{
    color: white;
}

#footer a {
    color: #fff;
}

.site_stat {
    position: relative;
    display: inline-block;
}

.site_stat ul li {
    display: inline-block;
    margin-right: 20px;
    clear: both;
    color: #fff;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.label-danger {
    background-color: #f99d26 !important;
    margin-left: 5px;
}

div.footer-copyright {
    text-align: left;
    color: #fff;
}

div.footer-copyright a{
    color: #fff;
}

.footer-default {
    text-align: left;
    padding: 0;
    margin-bottom: 0;
}

.footer-default span{
    color: #fff;
}
.footer-log{
    text-align: right;
    line-height: 110px;
}
.tupu{
    height: 350px;
    line-height: 350px;
}

.tupu img{
    width: 100%;
}

