:root {
    --main-color: #214661;
    --second-color: #1590ff;
}

html, body {
    background: #fff;
    padding: 0 0;
    /*font: .9em/175% 'Open Sans',Segoe UI,Arial,Helvetica,sans-serif;*/
}
body.container{
    width: 1400px;
}


.containerBg {
    background: #FFFFFF;
    padding-top: 30px;
    min-height:750px;
}

* {
    margin: 0;
    padding: 0;
    font-family: Roboto, sans-serif;
}

.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group{
    width: 100px;
    height: 35px;
    background: var(--second-color) url(../images/search2.png) no-repeat center;
}

i {
    font-style: normal;
}

li,
ul {
    list-style: none;
}

body {
    font-size: 14px;
    font-family: Roboto, sans-serif;
    -webkit-font-smoothing: antialiased;
}


::selection {
    color: var(--second-color);
    background-color: #dcdcdc;
}

::-moz-selection {
    color: var(--second-color);
    background-color: #dcdcdc;
}

p {
    color: #000000;
    line-height: 22px;
}

a:hover {
    text-decoration: none;
}

ul,
li {
    list-style: none;
}

.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
    width: 100%;
    height: 240px;
}

.navigation {
    display: block;
    overflow: hidden;
    width: 100%;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

.navigation span {
    font-family: 'Pacifico', cursive;
    margin-bottom: 20px;
    display: block;
    height: 90px;
    line-height: 90px;
    font-size: 32px;
    text-align: center;
    color: #333;
    font-weight: bold;
    padding: 10px 0px;
    background: url(../images/h4_bottom.png) no-repeat bottom center;
}

.effect-1 {
    border-radius: 5px 5px 0 0;
    padding-bottom: 30px;
    text-align: center;
    margin-top: 45px;
}

.effect-1 .member-image {
    border: 2px solid #174662;
    border-radius: 60px 0;
    display: inline-block;
    margin-top: -72px;
    overflow: hidden;
    transition: 0.3s;
}

.effect-1 .social-touch {
    color: #CCCCCC;
    background-color: #174662;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    overflow: hidden;
    padding: 5px 0 0;
    width: calc(100% - 30px);
    transition: 0.3s;
    color: #fff;
    margin-left: 15px;
}

.effect-1 .member-image img {
    transition: 0.3s;
    border-radius: 60px 0;
}

.effect-1:hover .member-image {
    border-color: var(--second-color);
    transition: 0.3s;
    border-radius: 50%;
}

.effect-1:hover .social-touch {
    padding: 6px 0;
    height: 38px;
    transition: 0.3s;
    line-height: 28px;
}

.effect-1 .member-image img {
    width: 170px;
    height: 160px;
}

.member-info .desc {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.member-info h4 {
    height: 22px;
    overflow: hidden;
}

/*新闻*/
.news_list .default-blog-news {
    position: relative;
    box-shadow: 0 15px 16px 0 rgba(0, 0, 0, 0.05), 0 0px 82px 0 rgba(0, 0, 0, 0.03);
    margin-bottom: 20px;
}

.news_list .default-blog-news:hover {
    box-shadow: 0 15px 16px 0 rgba(0, 0, 0, 0.1), 0 0px 82px 0 rgba(0, 0, 0, 0.1);
}

.news_list .default-blog-news .lower-content {
    position: relative;
    padding: 10px 10px 20px 0;
    padding-left: 80px;
    border-bottom: 1px solid #f4f4f4;
    height: 180px;
    overflow: hidden;
}

.news_list .default-blog-news .date {
    position: absolute;
    left: 0px;
    top: 20px;
    height: 64px;
    width: 64px;
    background-color: var(--second-color);
    line-height: 20px;
    padding-top: 13px;
    z-index: 9;
    color: #ffffff;
    text-align: center;
}

.news_list .default-blog-news .lower-content h4 {
    color: #222;
    font-weight: 400;
    margin-bottom: 10px;
}

.news_list .default-blog-news .lower-content h4 a {
    color: #222;
    transition: all 300ms ease;
    font-size: 18px;
}

.news_list .default-blog-news .lower-content h4 a:hover {
    color: #48c7ec;
    transition: all 300ms ease;
}

.news_list .default-blog-news .lower-content .post-meta {
    font-size: 16px;
    margin-bottom: 7px;
}

.news_list .default-blog-news .lower-content .default_link {
    text-transform: capitalize;
    color: #222;
    transition: .5s ease;
}

.news_list .default-blog-news .lower-content .default_link:hover {
    transition: .5s ease;
    color: #48c7ec;
}

.news_list .default-blog-news .img-holder {
    display: block;
    overflow: hidden;
    position: relative;
}

.news_list .default-blog-news .img-holder a {
    width: 100%;
}

.news_list .default-blog-news .img-holder img {
    transform: scale(1);
    transition: all 0.5s ease 0s;
    width: 100%;
    height: 180px;
}

.news_list .default-blog-news:hover .img-holder img {
    transform: scale(1.1);
}

.news_list .default-blog-news .overlay {
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    opacity: 1;
    filter: alpha(opacity=0);
    transition: all 450ms ease-out 0s;
    transform: rotateY(180deg) scale(0.5, 0.5);
}

.news_list .news_list .default-blog-news .myoverlay {
    background-color: rgba(12, 166, 232, 0.9);
}

.news_list .default-blog-news:hover .img-holder .overlay {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: rotateY(0deg) scale(1, 1);
    background: rgba(10, 10, 10, 0.8);
}

.news_list .default-blog-news .overlay .box {
    display: table;
    height: 100%;
    width: 100%;
}

.news_list .default-blog-news .overlay .box .content {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.news_list .default-blog-news .img-holder .overlay .box .content i {
    background-color: var(--second-color);
    opacity: 0;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    height: 45px;
    line-height: 48px;
    transition: all 50ms ease-in 0s;
    width: 45px;
}

.news_list .default-blog-news:hover .img-holder .overlay .box .content i {
    transition: all 450ms ease-out 0s;
    opacity: 1;
}

.news_list .section-title {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 50px;
    text-align: center;
}

.news_list .section-title:before {
    content: "";
    position: absolute;
    top: 48px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #eaeaea;
}

.news_list .section-title:after {
    content: "";
    position: absolute;
    top: 48px;
    left: 48%;
    width: 50px;
    height: 1px;
    background-color: var(--second-color);
}

.news_list .text-center {
    font-size: 30px;
    color: var(--second-color);
    margin: 0px;
}

.news_list .time,
.news_list .link a {
    color: #000;
}

.news_list .time {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.news_list .default-blog-news .lower-content p.desc,
.news_list .default-blog-news .lower-content .post-meta {
    margin-bottom: 10px;
    color: #333333;
}

.news_list .default-blog-news .lower-content p.desc {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    color: #666666;
    height: 110px;
}

.news_list .content .linkOne {
    background: url(../images/link.png) no-repeat center;
    background-size: 50%;
}

/*数据*/
.backBg {
    background: url(../images/bg1_02.jpg) no-repeat center;
    height: 330px;
}

.borderRight {
    width: 1px;
    height: 150px;
    float: left;
    padding: 0;
    background: #c9c9c9;
    margin: 0 8%;
    margin-top: 100px;
}

.centerData {
    padding-top: 30px;
    /*list-sytle: none;*/
}

.centerData li {
    color: #FFFFFF;
    font-size: 16px;
    line-height: 30px;
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    /*background: url(../images/cicle.png) no-repeat 50px center;*/
    background-size: 5px;
    text-indent: 20px;
    padding-left: 20px;
}

.centerData li a {
    color: #fff;

}

.centerData li a div {
    width: 75%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.centerData .first span {
    display: block;
    height: 40px;
    line-height: 60px;
    color: var(--second-color);
    float: left;
    background: url(../images/maohao.png) no-repeat left center;
    text-indent: 50px;
    font-size: 16px;
    font-weight: bold;
}

.centerData .first a {
    float: right;
    color: var(--second-color);
    line-height: 60px;
}

.centerData .first {
    overflow: hidden;
    margin-bottom: 30px;
    margin-left: 0;
    background: none;
    text-indent: 0px;
    padding-left: 0;
}

.help h6 {
    font-size: 20px;
    color: #000;
    margin-bottom: 10px;
}

.help p {
    color: #666666;
    line-height: 30px;
    margin: 0;
}

.operate {
    /*background:#164661 url(../images/8.jpg) no-repeat center;
    background-size:100% ;*/
    margin-top: 40px;
    margin-bottom: 40px;
}

.operate .adress {
    display: block;
    height: 80px;
    background: url(../images/address.png) no-repeat center;
    background-size: 4%;

}

.operate h1 {
    text-align: center;
    font-family: 'Pacifico', cursive;
    font-weight: bold;
    font-size: 32px;
    margin: 0;
    margin-bottom: 30px;
}

.operateList div {
    height: 65px;
    border-radius: 4px;
    background: #EEEEEE;
    padding-left: 10px;
    margin-bottom: 20px;
}

.operateList img {
    float: left;
    width: 40px;
    margin: 10px 0;
}

.operateList span {
    display: block;
    height: 65px;
    overflow: hidden;
    padding: 10px 0;
}

.serchBox {
    overflow: hidden;
    margin-bottom: 1em;
}

.serchBox input {
    border: none;
    border: 1px solid #E6E6E6;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    width: calc(100% - 130px);
    margin-left: 15px;
    float: left;
}

.serchBox i {
    cursor: pointer;
    display: block;
    float: left;
    width: 100px;
    height: 40px;
    background: var(--second-color) url(../images/search2.png) no-repeat center;
}

.dataSerchBox input {
    border: none;
    border: 1px solid #E6E6E6;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    width: calc(100% - 220px);
    margin-left: 15px;
    float: left;
}

.dataSerchBox i {
    cursor: pointer;
    display: block;
    float: left;
    width: 100px;
    height: 40px;
    background: var(--second-color) url(../images/search2.png) no-repeat center;
}

.innerBox {
    position: relative;
    height: 60px;
    min-width: 215px;
    margin-top: 20px;
    margin-bottom: 50px;
}

.innerBox a {
    display: block;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px #999;
    padding: 10px 10px 10px;
    border-radius: 4px;
    height: 60px;
    border-bottom: 4px solid var(--second-color);
}

.innerBox img {
    display: block;
    float: left;
    margin-left: 5px;
}

.innerBox span {
    display: block;
    line-height: 40px;
    color: #333;
    font-size: 15px;
    margin-left: 60px;
    /*float: left;*/
}

.leftButton {
    position: absolute;
    z-index: 99;
    float: left;
    padding-top: 15px;
}

.rightButton {
    position: absolute;
    z-index: 99;
    padding-top: 15px;
    padding-right: 45px;
}

.big {
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.7) url(../images/big.png) no-repeat center;
    background-size: 60%;
    border-radius: 50%;
    margin-left: 5px;
    margin-bottom: 10px;
    cursor: pointer;
}

.change {
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.7) url(../images/change.png) no-repeat center;
    background-size: 50%;
    border-radius: 50%;
    margin-left: 5px;
    margin-top: 10px;
    cursor: pointer;
    position: relative;
}

.small {
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.7) url(../images/small.png) no-repeat center;
    background-size: 60%;
    border-radius: 50%;
    margin-left: 5px;
    margin-bottom: 10px;
    cursor: pointer;
}

.a_demo_two {
    float: right;
    margin-left: 10px;
    background-color: #333;
    padding: 8px 10px;
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    text-decoration: none;
    color: #fff;
    background-image: linear-gradient(bottom, rgb(110, 107, 107) 0%, rgb(146, 144, 144) 100%);
    background-image: -o-linear-gradient(bottom, rgb(110, 107, 107) 0%, rgb(146, 144, 144) 100%);
    background-image: -moz-linear-gradient(bottom, rgb(110, 107, 107) 0%, rgb(146, 144, 144) 100%);
    background-image: -webkit-linear-gradient(bottom, rgb(110, 107, 107) 0%, rgb(146, 144, 144) 100%);
    background-image: -ms-linear-gradient(bottom, rgb(110, 107, 107) 0%, rgb(146, 144, 144) 100%);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(146, 144, 144)), color-stop(1, rgb(110, 107, 107)));
    -webkit-box-shadow: inset 0px 1px 0px #7d7c7c, 0px 6px 0px #504e4e;
    -moz-box-shadow: inset 0px 1px 0px #7d7c7c, 0px 6px 0px #504e4e;
    -o-box-shadow: inset 0px 1px 0px #7d7c7c, 0px 6px 0px #504e4e;
    box-shadow: inset 0px 1px 0px #7d7c7c, 0px 6px 0px #504e4e;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.a_demo_two::before {
    background-color: #504e4e;
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 4px;
    left: -2px;
    top: 5px;
    z-index: -1;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 1px 0px #fff;
    -moz-box-shadow: 0px 1px 0px #fff;
    -o-box-shadow: 0px 1px 0px #fff;
    box-shadow: 0px 1px 0px #fff;
}

.a_demo_two:active {
    color: #FFFFFF;
    text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.3);
    background: rgb(101, 98, 98);
    -webkit-box-shadow: inset 0px 1px 0px #7d7c7c, 0px 6px 0px #504e4e;
    -moz-box-shadow: inset 0px 1px 0px #7d7c7c, 0px 6px 0px #504e4e;
    -o-box-shadow: inset 0px 1px 0px #7d7c7c, 0px 6px 0px #504e4e;
    box-shadow: inset 0px 1px 0px #7d7c7c, 0px 6px 0px #504e4e;
    top: 7px;
}

.a_demo_two:hover {
    color: #FFFFFF;
}

.a_demo_two:active:hover {
    color: #FFFFFF;
}

.a_demo_two:active::before {
    top: -2px;
    color: #FFFFFF;
}

.left-logo {
    margin: 15px 0 10px 0px;
}

.right-info {
    margin: 15px 0 25px 0;

}

.right-info div {
    line-height: 30px;
}