@charset "utf-8";
/* CSS Document */

/*头部*/
.header {
    width: 100%;
    height: 200px;
    position: relative;
    z-index: 9999;
}

.top {
    width: 1081px;
    height: 160px;
    background: url("https://www.thechirocostl.com/images/image_02.png") no-repeat center top;
    position: relative;
}

.top_nav {
    height: 35px;
    line-height: 35px;
}

.localtime {
    width: 350px;
    margin-left: 50px;
}

.logo {
    margin-top: 8px;
}

.nav_list {
    width: 300px;
    position: relative;
}

.nav_list ul li {
    list-style: none;
    float: left;
    display: block;
    width: 75px;
    text-align: center;
}

.nav_list ul li a {
    color: #000;
}

.nav_list ul li a:hover {
    color: #F63;
}

.nav_list ul li span {
    float: right;
}



.erweima {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 336px;
    display: none;
}

.erweima img {
    width: 100px;
    height: 100px;
}

.erweima .close img {
    width: 20px;
    height: 20px;
}

.search {
    width: 219px;
    height: 29px;
    position: absolute;
    right: 50%;
    margin-right: -500px;
    bottom: 32px;
    background: url("https://www.thechirocostl.com/images/search.png") no-repeat right center;
    z-index: 1000;
}

.search input {
    position: absolute;
    width: 178px;
    height: 29px;
    line-height: 29px;
    color: #323232;
    border: none;
    background: none;
    left: 0px;
    top: 0px;
    padding: 0px;
    margin: 0px;
}

.search input.notxt {
    color: #3f3f3c;
    padding-left: 12px;
    background: #fff;
}

.search input.notxt1 {
    position: absolute;
    width: 28px;
    height: 29px;
    left: 190px;
    cursor: pointer;
}

.nav {
    height: 40px;
    line-height: 40px;
    background: #005e9e;
}

#nav {
    width: 1081px;
    height: 40px;
    padding: 0;
}

#nav li {
    float: left;
    display: block;
    width: 20%;
    text-align: center;
    position: relative;
}

#nav li:hover {
    background: #fff;
    display: block;
}

#nav li:hover a {
    color: #005e9e;
}

#nav li a {
    color: #fff;
    font-size: 16px;
}

.nav ul li .subNav {
    line-height: 38px;
    font-size: 14px;
    display: none;
    position: absolute;
    left: 0;
    top: 39px;
    text-align: center;
    z-index: 9999;
    background-color: #fff;
    width: 132px;
}

.nav ul li.on {}

.nav ul li.on a {}

.nav ul li.on .subNav {
    display: block;
}

.nav ul li.on .subNav dl {
    overflow: hidden;
}

.nav ul li.on .subNav dl dd {
    line-height: 30px;
    height: 30px;
}

.nav ul li.on .subNav dl dd a {
    font-size:1.nav ul li.on .subNav dl dd a {
        font-size: 14px;
        text-align: center;
        line-height: 20px;
        border-top: none;
        font-weight: normal;
        height: auto;
        font-family: 'Microsoft YaHei';
    }

    weight:bold;
}

.picpanel {
    display: none;
    z-index: 9999;
    background: #fff;
    border: 1px solid #f9cf99;
    box-shadow: 2px 2px 10px #909090;
    width: 200px;
    height: 220px;
    position: absolute;
}




/*内容*/
.content {
    width: 1081px;
    height: 1100px;
    clear: both;
    margin-top: 10px;
}

.mode01 {
    width: 1081px;
    height: 602px;
}

.mode02 {
    width: 1081px;
    height: 83px;
}

.mode03 {
    width: 1081px;
    height: 279px;
    margin: 12px 0;
}

.mode01 .lf {
    width: 684px;
    float: left;
}

.mode01 .rt {
    width: 372px;
    float: right;
}

.mode03 .lf {
    width: 517px;
    float: left;
}

.mode03 .rt {
    width: 517px;
    float: right;
}

/*图片轮播*/
/*FlexSlider默认样式*/
.Banner .flexslider {
    margin-top: 12px;
    width: 684px;
    ;
    height: 302px;
    background: #fff;
    border: 1px solid #ccc;
    position: relative;
    zoom: 1;
}

.Banner .flexslider ul li {
    list-style: none;
}

.Banner .flexslider ul li img {
    border: none;
}

.Banner .flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.Banner .loading .flex-viewport {
    max-height: 300px;
}

.Banner .flexslider .slides {
    zoom: 1;
    width: 684px;
    height: 302px;
    padding: 0;
}

.Banner .carousel li {
    margin-right: 5px;
}

/*icon小点*/
.Banner .flex-control-nav {
    width: 145px;
    position: absolute;
    bottom: 16px;
    right: 7px;
    text-align: center;
    z-index: 99999;
}

.Banner .flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.Banner .flex-control-paging li a {
    float: left;
    width: 12px;
    height: 12px;
    display: block;
    background: url("https://www.thechirocostl.com/images/con1.png") no-repeat;
    cursor: pointer;
    text-indent: -9999px;
}

.Banner .flex-control-paging li a:hover {
    background: url("https://www.thechirocostl.com/images/con1.png") no-repeat;
}

.Banner .flex-control-paging li a.flex-active {
    background: url("https://www.thechirocostl.com/images/con2.png") no-repeat;
}

.Banner .slides h4 a {
    color: #fff;
    opacity: 1.0;
    font-size: 14px;
    text-decoration: none;
}

.Banner .slides h4 a:hover {
    color: #fff;
    font-size: 14px;
}

.flex-direction-nav {
    display: none;
}



.articleList {
    margin-top: 10px;
}

.articleListadd {
    margin-top: 0px;
}

.listTitle {
    width: 684px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px #005e9e solid;
}

.listTitle2 {
    width: 372px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px #005e9e solid;
}

.listTitle h2, .listTitle2 h2 {
    color: #005e9e;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
}

/* .articleList{ width:684px; height:271px;} */
.articleList2 {
    width: 372px;
    height: 341px;
}

.articleList ul, .articleList2 ul {
    padding: 10px 0;
}

.articleList ul li span, .articleList2 ul li span {
    float: right;
}

.articleList ul li {
    height: 35px;
    line-height: 35px;
    text-align: left;
}

.articleList2 ul li {
    height: 35px;
    line-height: 35px;
    background: url("https://www.thechirocostl.com/images/image_08.png") no-repeat left;
    padding-left: 20px;
}

.articleList ul li a, .articleList2 ul li a {
    color: #282828;
    font-size: 15px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 0px 100px 0 0;
    overflow: hidden;
}

.articleList ul li a:hover, .articleList2 ul li a:hover {
    color: #F60;
    font-size: 15px;
}


.articleList3 {
    width: 517px;
    height: 271px;
}

.listTitle3 {
    width: 530;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px #005e9e solid;
}

.listTitle3 h2 {
    color: #005e9e;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
}

.articleList3 ul {
    padding: 10px 0;
}

.articleList3 ul li span {
    float: right;
}

.articleList3 ul li {
    height: 35px;
    line-height: 35px;
    background: url("https://www.thechirocostl.com/images/image_08.png") no-repeat left;
    padding-left: 20px;
}

.articleList3 ul li a {
    color: #282828;
    font-size: 15px;
}

.articleList3 ul li a:hover {
    color: #F60;
    font-size: 15px;
}


.img_list ul {
    padding: 2px 0 0 0;
}

.img_list ul li {}

.img_list ul li img {
    width: 100%;
    height: 55px;
}

.dt {
    margin-bottom: 25px;
    width: 362px;
    height: 56px;
    background: #f68525;
    line-height: 56px;
    text-align: center;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
}

.ck {
    margin-bottom: -15px;
    width: 362px;
    /* height: 56px; */
    /* background: #94070a; */
    line-height: 56px;
    text-align: center;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
}

.jh {
    width: 362px;
    height: 56px;
    background: #913f99;
    line-height: 56px;
    text-align: center;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
}


/*友情链接*/
.friend_Link {
    width: 1081px;
    height: 100px;
}

.friend_Title {
    width: 1081px;
    height: 40px;
    line-height: 40px;
    border-top: 1px #005e9e solid;
}

.friend_Title h2 {
    color: #005e9e;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
}

.friend_Link ul {
    padding: 0;
}

.friend_Link ul li {
    float: left;
    padding: 0 28px;
    height: 35px;
    line-height: 35px;
    background: url("https://www.thechirocostl.com/images/image_08.png") no-repeat left;
    padding-left: 20px;
}

.friend_Link ul li a {
    color: #282828;
    font-size: 15px;
}

.friend_Link ul li a:hover {
    color: #F60;
    font-size: 15px;
}

.footer_wrap {
    width: 100%;
    height: 130px;
    background: #005e9e;
}

.footer {
    width: 1081px;
}

.footer p {
    color: #fff;
    text-align: center;
    padding-top: 8px;
    line-height: 35px;
}



/*二级页*/
.subPage {
    width: 1081px;
    margin: 0px auto;
}

.pageBanner {
    width: 1081px;
    margin: 0 auto;
}

.Bread {
    width: 1055px;
    height: 39px;
    line-height: 39px;
    border: 1px solid #e3e3e3;
    border-bottom: none;
    background: #005e9e;
    padding-left: 15px;
    font-size: 13px;
    color: #fff;
    margin-top: 5px;
}

.Bread a {
    color: #fff;
}

.articleList02 ul {
    padding: 0;
    margin: 15px 0;
}

.articleList02 ul li {
    list-style: none;
    background: url("https://www.thechirocostl.com/images/d_18.jpg") no-repeat left center;
    padding-left: 15px;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px dashed #248cc5;
}

.articleList02 ul li span {
    float: right;
}

.articleList02 ul li a {
    text-decoration: none;
    color: #323232;
}

.listTitle02 {
    padding-left: 0px;
    background: none;
    border-bottom: #ccc 1px solid;
}

.listTitle02 h2 {
    color: #005e9e;
    font-size: 16px;
    font-weight: bold;
    line-height: 33px;
    padding: 0px;
    margin: 5px 15px;
}

.subPage .articleList02 {
    margin: 10px 0px 20px;
}

.page {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0 auto;
    font-size: 12px;
    clear: both;
    margin: 20px 0px 30px;
}

.page a {
    padding: 0 5px;
    text-decoration: none;
    color: #323232;
}


.articleTitle1 {
    width: 100%;
    text-align: center;
}

.articleTitle1 h2 {
    font-size: 18px;
    color: #005e9e;
    line-height: 20px;
    padding: 10px 0;
}

.articleTitle1 h3 {
    font-size: 14px;
    color: #555;
    line-height: 20px;
    padding: 10px 0;
    font-weight: bold;
}

.articleAuthor {
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin: 10px;
    background: #f5f5f5;
    color: #777;
}

.article {
    overflow: hidden;
    margin: 20px 10px;
    font-size: 14px;
    line-height: 30px;
}

.Annex {
    padding: 0px;
    overflow: hidden;
    margin-bottom: 30px;
}

.Annex h3 {
    font-size: 16px;
    line-height: 30px;
    color: #005e9e;
    padding-left: 5px;
}

.Annex ul {
    padding: 0;
}

.Annex ul li {
    list-style: none;
    height: 26px;
    line-height: 26px;
    background: url("https://www.thechirocostl.com/images/d_18.jpg") no-repeat 10px center;
    padding-left: 28px;
}

.Annex ul li a {
    text-decoration: none;
    font-size: 12px;
    line-height: 24px;
    color: #656464;
}

.Annex ul li a:hover {
    color: #004a00;
}



/*左右级页面*/

.con {
    width: 1081px;
    overflow: hidden;
    margin: 0 auto;
    background: #fff;
}

.con .conLeft {
    width: 180px;
    float: left;
}

.con .conLeft .title {
    margin: 5px 0 0 0;
    width: 180px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0;
}

.con .conLeft .title h2 {
    font-size: 16px;
    color: #fff;
    background: #005e9e;
}

.con .conLeft ul {
    padding: 0;
}

.con .conLeft ul li {
    list-style: none;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    text-align: center;
}

.con .conLeft ul li a {
    color: #323232;
    height: 40px;
    line-height: 40px;
    width: 180px;
    text-decoration: none;
    font-size: 14px;
    text-align: center;
    border-bottom: 1px solid #ccc;
    display: block;
}

.con .conLeft ul li a:hover {
    font-weight: bold;
    background: url("https://www.thechirocostl.com/images/list_left_li.png") no-repeat left bottom;
}

.con .conLeft ul .current a {
    font-weight: bold;
    background: url("https://www.thechirocostl.com/images/list_left_li.png") no-repeat left bottom;
}

.con .conRight {
    width: 860px;
    padding: 0 5px;
    float: right;
}

.con .conRight .articleList02 {
    width: 860px;
}

.con .conRight .Bread {
    width: 860px;
}

.con .conRight .page {
    width: 860px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0 auto;
    font-size: 12px;
    clear: both;
    margin: 20px 0px 30px;
}

.con .conRight .page a {
    padding: 0 5px;
}

.con .conRight .subPage {
    width: 860px;
    margin: 0px auto;
}

.pictureList2 {
    width: 860px;
    overflow: hidden;
}

.pictureList2 ul {
    width: 850px;
    overflow: hidden;
    margin: 20px 0;
}

.pictureList2 ul li {
    list-style: none;
    float: left;
    width: 210px;
    height: 180px;
    margin: 0 50px 0 0;
    text-align: center;
}

.pictureList2 ul li a {
    text-decoration: none;
    color: #323232;
}

.TlpictureList2 {
    width: 1081px;
    overflow: hidden;
}

.TlpictureList2 ul {
    width: 1050px;
    overflow: hidden;
    margin: 20px 0;
}

.TlpictureList2 ul li {
    list-style: none;
    float: left;
    width: 210px;
    height: 180px;
    margin: 0 50px 0 0;
    text-align: center;
}

.TlpictureList2 ul li a {
    text-decoration: none;
    color: #323232;
}

.TlpictureList2 ul li img {
    border: none;
}

/*图片展示开始*/
.img_news_con {
    width: 100%;
    overflow: hidden;
}

.img_news_con h3 {
    padding: 20px 0 20px;
    heihgt: 54px;
    text-align: center;
    color: #2691cb;
    font-size: 16px;
    font-family: "微软雅黑";
    font-weight: normal;
}

.imgs_scroll {
    /*padding:0 0 60px 27px;*/
    position: relative;
}

.imgs_scroll .btn_l, .imgs_scroll .btn_r {
    position: absolute;
    width: 434px;
    height: 580px;
    top: 0;
    /*z-index:1000; filter:alpha(opacity:0); opacity: 0;*/
}

.imgs_scroll .btn_l {
    left: 62px;
}

.imgs_scroll .btn_r {
    right: 69px;
}

.imgs_scroll .prev, .imgs_scroll .next {
    position: absolute;
    display: block;
    width: 70px;
    top: 40%;
    margin: -22px 0 0 0;
    text-align: center;
    cursor: pointer;
    z-index: 90;
    display: none;
}

.imgs_scroll .prev {
    left: 65px;
}

.imgs_scroll .next {
    right: 65px;
}

.imgs_news_list {
    width: 910px;
    position: relative;
    overflow: hidden;
}

.imgs_news_list ul {
    width: 9999px;
    padding: 0;
}

.imgs_news_list ul li {
    list-style: none;
    float: left;
    display: inline;
    width: 910px;
    /*margin-right:10px;*/
    /*text-align:center;*/
}

.imgs_news_list ul li img {
    border: none;
}

.imgs_news_list ul li .txt2 {
    width: 910px;
    float: left;
    line-height: 20px;
    text-indent: 2em;
    /*padding-top:27px;*/
    text-align: left;
    font-family: "微软雅黑";
}

/*图片展示开始*/
.img_news_con {
    width: 100%;
    overflow: hidden;
}

.img_news_con h3 {
    padding: 20px 0 20px;
    heihgt: 54px;
    text-align: center;
    color: #2691cb;
    font-size: 16px;
    font-family: "微软雅黑";
    font-weight: normal;
}

.imgs_scroll {
    /*padding:0 0 60px 27px;*/
    position: relative;
}

.imgs_scroll .btn_l, .imgs_scroll .btn_r {
    position: absolute;
    width: 434px;
    height: 580px;
    top: 0;
    /*z-index:1000; filter:alpha(opacity:0); opacity: 0;*/
}

.imgs_scroll .btn_l {
    left: 62px;
}

.imgs_scroll .btn_r {
    right: 69px;
}

.imgs_scroll .prev, .imgs_scroll .next {
    position: absolute;
    display: block;
    width: 70px;
    top: 40%;
    margin: -22px 0 0 0;
    text-align: center;
    cursor: pointer;
    z-index: 90;
    display: none;
}

.imgs_scroll .prev {
    left: 65px;
}

.imgs_scroll .next {
    right: 65px;
}

.imgs_news_list {
    width: 910px;
    position: relative;
    overflow: hidden;
}

.imgs_news_list ul {
    width: 9999px;
    padding: 0;
}

.imgs_news_list ul li {
    list-style: none;
    float: left;
    display: inline;
    width: 910px;
    /*margin-right:10px;*/
    /*text-align:center;*/
}

.imgs_news_list ul li img {
    border: none;
}

.imgs_news_list ul li .txt2 {
    width: 910px;
    float: left;
    line-height: 20px;
    text-indent: 2em;
    /*padding-top:27px;*/
    text-align: left;
    font-family: "微软雅黑";
}

/*图片展示结束*/


.teacher {
    border-bottom: #005e9e 1px dashed;
    height: 150px;
}

.teacher h3 {
    padding: 15px 50px;
    font-size: 15px;
}

.teacher ul li {
    border: none;
    display: block;
    width: 110px;
    float: left;
    text-align: center;
}