body {
    font-family: "Microsoft YaHei";
}
a { text-decoration : none; }
a:hover { text-decoration:none; }
ul,ol{list-style:none}

@media (min-width: 992px) {
    .container {
        width: 1200px
    }
}
.wrap {
    max-width: 1700px;
    width: 95%;
    margin: 0 auto;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.text-over {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.over {
    overflow: hidden;
}
.trans {
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}
.navbar {
    margin-bottom: 5px;
}
/* .navbar-inverse {
    background: url("../images/cttl2021-headbg.jpg") no-repeat;
    background-size: cover;
    border: none;
} */
.navbar-brand {
    padding-top: 40px;
    width: 300px;
    height: 145px;
    background: url("../images/cttl2021-logo.png") no-repeat;
    background-size: 250px 150px;
}
@media screen and (min-width:1200px){
    .collapse ul {
        padding-top: 110px;
    }
}
ul.navbar-nav {
    color: #333;
}
.nav li {
    text-align: center;
}
.navbar-inverse .navbar-nav>li>a {
    color: #000;
}
.navbar-inverse .navbar-nav>li>a:hover {
    color: #2e6da4;
    border-bottom: 1px solid #2e6da4;
}
.nav li a {
    font-size: 20px;
    font-weight: 400;
    opacity: 0.8;
    border-bottom: 1px solid transparent;
}
.nav li a:hover {
    transition: all 0.3s;
}
.news_box {
    width: 100%;
    background: url("../images/cttl2021-newsbg.jpg") repeat-x;
}
@media (max-width: 992px) {
    .news_box {
        background-size: cover;
    }
}
.search_box {
    width: 60%;
    float: right;
    position: absolute;
}
.search_box img {
    float: right;
}

/* slide */
.c-banner{
    width: 100%;
    position: relative;
}
.c-banner img{
    width: 100%;
}
.c-banner .banner ul{
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0px;
}
.c-banner .banner ul li{
    position: absolute;
    display: none;
    opacity: 0;
}
.c-banner .banner ul li:nth-child(1){
    opacity: 1;
    display: block;
}
.c-banner .banner ul li img{
    width: 100%;
    height: 480px;
    position: absolute;
    top: 0px;
}
.c-banner .banner ul li:first-child img{
    position: relative;
}
.c-banner .nexImg,.c-banner .preImg{
    padding: 5px;
    position: absolute;
    top: 50%;
    margin-top: -53px;
    background: #000000;
    opacity: 0.5;
    border-radius: 5px;
    z-index: 10;
}
.c-banner .nexImg:hover,.c-banner .preImg:hover{
    opacity: 0.8;
}
.c-banner .nexImg{
    right: 0px;
}
.c-banner .jumpBtn{
    width: 100%;
    position: absolute;
    bottom: 20px;
    text-align: center;
}
.c-banner .jumpBtn ul{
    margin-bottom: 0px;
    padding: 0px;
}
.c-banner .jumpBtn ul li{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    background-color: white;
    opacity: 0.9;
    margin-left: 10px;
}
.c-banner .jumpBtn ul li:first-child{
    margin-left: 0px;
}
@media screen and (max-width:768px) {
    .c-banner{
        width: 100%;
        height: 480px;
        overflow: hidden;
    }
    .c-banner .banner ul li img{
        width: 768px;
        height: 480px;
        position: absolute;
        left: 50%;
        margin-left: -384px;
    }
}

.news_list {
    margin: 0;
}
.news_list h1 {
    line-height: 50px;
    color: #fff;
    border-bottom: 4px solid #fff;
}
.news_list small {
    color: #fff;
}
.news_list span {
    font-size: 30px;
    color: #c9302c;
}
.news_list ul {
    padding: 10px 0 0 0;
}
.news_list li a {
    color: #fff;
    line-height: 40px;
}
.news_list li a:hover {
    color: #f0ad4e;
    border-bottom: 1px solid #fff;
    transition: all 0.3s;
}
.news_list p {
    font-size: 12px;
    color: #fff;
    float: right;
}
.news_list p a {
    color: #ec971f;
}

.comm_titbox {
    margin: 0 auto;
    width: 300px;
    height: 50px;
    border-bottom: 4px solid #cdcdcd;
}
.base_section {
    margin-top: 20px;
}
.base_section a {
    color: #000;
}
.comm_titbox h2 {
    font-weight: 800;
    text-align: center;
}
.base_box {
    height: 160px;
    margin: 40px 0 20px 0;
    padding: 30px 10px;
    background-color: #f3f3f3;
    text-align: center;
    horiz-align: center;
    -webkit-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.15);
}
.base_box h3 {
    line-height: 30px;
}
.base_box span {
    color: #c9302c;
}
.base_box:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.acc_section {
    padding: 40px 0 60px 0;
    background: url("../images/cttl2021-conbg.jpg") no-repeat;
    background-size: cover;
}
.acc_box {
    padding: 0 10px;
    margin-top: 40px;
    background-color: rgba(110,184,236,0.6);
}
.acc_box h3 {
    color: #fff;
    font-weight: 800;
    text-align: center;
    line-height: 50px;
    border-bottom: 1px solid #fff;
}
.acc_box h3 a {
    color: #fff;
}
.acc_box h3 a:hover {
    color: #2e6da4;
    transition: all 0.5s;
}
.acc_box p {
    padding: 20px 10px;
}
.acc_box_line {
    border-right: 1px solid #fff;
}
.acc_box p a {
    color: #000;
}
.acc_box p a:hover {
    color: #5e5e5e;
    transition: all 0.3s;
}

.serv_section {
    padding: 20px 0 60px 0 ;
}
.serv_box {
    margin-top: 20px;
    padding: 30px;
    text-align: center;
}
.serv_img {
    padding: 20px;
}
.serv_box:hover {
    -webkit-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.15);
}
.serv_tit {
    width: 200px;
    margin: 10px auto;
    background-color: #29438a;
}
.serv_tit span {
    color: #fff;
}
.serv_tit a {
    color: #fff;
}
.serv_tit a:hover {
    color: #ec971f;
}

.link_section {
    padding: 40px 0 60px 0;
    background: url("../images/cttl2021-linkbg.jpg") no-repeat;
    background-size: cover;
}
.link_box {
    margin-top: 20px;
    padding: 20px;
    text-align: center;
}
.link_box li {
    margin: 10px ;
    color: #333333;
    display: inline-block;
}
.link_box li a {
    font-size: 16px;
    font-weight: 200;
    color: #333333;
}
.link_box li a:hover {
    color: #29438a;
    font-weight: 400;
    transition: all 0.3s;
}

footer {
    margin-top: 2px;
    padding: 5px 0;
    background-color: #4b4c4d;
    color: #fff;
    text-align: center;
}
footer p {
    line-height: 30px;
}
footer a {
    color: #fff;
}
footer a:hover {
    color: #ec971f;
    transition: all 1s;
}

.page_tit {
    padding: 20px;
    background-color: #323436;
}
.page_tit h3 {
    color: #fff;
}
.page_tit a {
    color: #fff;
}
.page_tit a:hover {
    color: #ec971f;
}
#page_news {
    padding-bottom: 20px;
}
#page_news .page_news_list {
    min-height: 300px;
}
#page_news .page_news_list .item {
    width: 44.70588%;
    padding: 45px 0;
    border-top: 1px solid #e5e5e5;
}
#page_news .page_news_list .item:nth-child(1), #page_news .page_news_list .item:nth-child(2) {
    border-top: 0;
}
#page_news .page_news_list .item .date {
    width: 20%;
}
#page_news .page_news_list .item .year {
    font-size: 16px;
    color: #666;
    margin: 6px 0 15px;
}
#page_news .page_news_list .item .date .day {
    font-size: 24px;
    color: #222;
}
#page_news .page_news_list .item .info {
    width: 80%;
}
#page_news .page_news_list .item .info .name {
    font-size: 20px;
    color: #222;
}
#page_news .page_news_list .item .info .name a {
    font-size: inherit;
    color: inherit;
}
#page_news .page_news_list .item .info .name a:hover {
    color: #29438a;
}
#page_news .page_news_list .item .info .brief {
    height: 72px;
    line-height: 24px;
    font-size: 14px;
    color: #888;
    margin-top: 20px;
}
#page_news .page_news_list .item .imag {
    width: 30%;
    padding: 15px 10px 5px 0;
}
#page_news .page_news_list .item .info2 {
    width: 70%;
}
#page_news .page_news_list .item .info2 .name {
    font-size: 20px;
    color: #222;
}
#page_news .page_news_list .item .info2 .name a {
    font-size: inherit;
    color: inherit;
}
#page_news .page_news_list .item .info2 .name a:hover {
    color: #29438a;
}
#page_news .page_news_list .item .info2 .brief {
    height: 72px;
    line-height: 24px;
    font-size: 14px;
    color: #888;
    margin-top: 20px;
}
@media only screen and (max-width: 992px) {
    #page_news .page_news_list .item {
        width: 100%;
    }
}
.pagecon {
    margin: 10px 0;
    position: relative;
}
.page_nav_box {
    padding: 5px 0 50px 0;
    display: block;
    border-right: 1px solid #e5e5e5;
}
.page_nav_tit {
    margin: 10px 0 0 0;
    padding: 20px;
    background-color: #efefef;
    font-size: 24px;
    font-weight: 400;
    color: #333;
}
.page_nav_list {
    padding: 10px;
}
.page_nav_list li {
    border-bottom: 2px solid #dedede;
    font-size: 18px;
    color: #ed720a;
    text-align: center;
    line-height: 80px;
}
.page_nav_list .active {
    color: #fff;
    background-color: #428bca;
}
.page_nav_list li a {
    display: block;
    font-size: 18px;
    color: #333;
}
.page_nav_list li a:hover {
    color: #fff;
    background-color: #5bc0de;
}
.page_con_box {
    padding: 5px 0 50px 0;
    display: block;
    background-color: #fff;
}
.page_path {
    padding: 10px 0;
    border-bottom: 1px solid #e5e5e5;
}
.page_con_tit {
    margin: 0 auto;
    width: 80%;
    text-align: center;
    border-bottom: 2px solid #333333;
}
.page_con_tit h3 {
    padding: 10px 0;
    line-height: 40px;
}
.page_con_author {
    margin: 10px auto;
    font-size: 14px;
    color: #5e5e5e;
    text-align: center;
}
.page_con_con {
    margin: 10px auto;
}
.page_con_con img {
    margin: 10px;
    padding: 20px;
    text-align: center;
}
.page_con_con img:hover {
    -webkit-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.25);
}
.page_con_con .row {
    text-align: center;
}
.page_con_con p {
    padding: 0 10px;
    font-size: 16px;
    color: #333333;
}
.page_con_con ul {
    padding: 20px 0;
}
.page_con_con li {
    margin: 0 10px;
    font-size: 18px;
    line-height: 60px;
    border-bottom: 1px dashed #e5e5e5;
    display: inline;
}
.page_con_con li a {
    color: #333333;
}
.page_con_con li a:hover {
    color: #29438a;
}
.page_con_up {
    margin-top: 30px;
}
.list-group-item {
    font-size: 16px;
    color: #333333;
    line-height: 60px;
    border: none;
}
video {
    padding: 20px;
    -webkit-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.25);
}
#follow {
    right: 0;
    bottom: 40%;
    position: fixed;
    z-index: 10;
}
#follow .item {
    width: 180px;
    height: 70px;
}
#follow .item .ico {
    width: 180px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background-color: rgba(30,30,30,.6);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% auto;
    text-align: center;
    left: 0;
    top: 0;
}
#follow .item .search {
    width: 180px;
    height: 70px;
}
#follow .item .red {
    background-color: #ea493c;
}
#follow .item .blue {
    background-color: #3da8e5;
}
#follow .item .green {
    background-color: #24b727;
}
#follow .item .orange {
    background-color: #ffbe33;
}
#follow .totop {
    opacity: 0;
}
#follow .totop.show {
    opacity: 1;
}
#follow .item.open[row='1'] {
    height: 90px;
}
#follow .item.open[row='2'] {
    height: 126px;
}
#follow .item.open[row='3'] {
    height: 162px;
}
#follow .item.open[row='4'] {
    height: 198px;
}
#follow .item.open[row='5'] {
    height: 234px;
}
#follow .top {
    line-height: 24px;
    font-size: 14px;
    color: #fff;
    padding: 15px;
}
#follow .top a {
    line-height: inherit;
    font-size: 16px;
    color: inherit;
}
#follow .item [id] {
    width: 140px;
    background-color: #fff;
    left: 40px;
    position: relative;
    z-index: 1;
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 300ms;
    transition: all 300ms ease 0s;
}
#follow .item[id^='open'] .ico {
    left: 0;
    -webkit-transition: all 300ms ease 600ms;
    -moz-transition: all 300ms ease 600ms;
    -ms-transition: all 300ms ease 600ms;
    -o-transition: all 300ms ease 600ms;
    transition: all 300ms ease 600ms;
}
#follow .item[id^='open'] {
    -webkit-transition: all 300ms ease 300ms;
    -moz-transition: all 300ms ease 300ms;
    -ms-transition: all 300ms ease 300ms;
    -o-transition: all 300ms ease 300ms;
    transition: all 300ms ease 300ms;
}
#follow .item.open {
    -webkit-transition: all 300ms ease 300ms;
    -moz-transition: all 300ms ease 300ms;
    -ms-transition: all 300ms ease 300ms;
    -o-transition: all 300ms ease 300ms;
    transition: all 300ms ease 300ms;
}
#follow .item.open .ico {
    left: 100%;
    -webkit-transition: all 300ms ease 0s;
    -moz-transition: all 300ms ease 0s;
    -ms-transition: all 300ms ease 0s;
    -o-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}
#follow .item.open [id] {
    left: -100px;
    box-shadow: 0 5px 10px rgba(4, 0, 0, 0.2);
    -webkit-transition: all 300ms ease 600ms;
    -moz-transition: all 300ms ease 600ms;
    -ms-transition: all 300ms ease 600ms;
    -o-transition: all 300ms ease 600ms;
    transition: all 300ms ease 600ms;
}