@charset "utf-8";


.wrap {
    width: 1200px;
    margin: 0 auto;}
.logoimg{float: left;
    width: 850px;
    padding-top: 20px;}
.logoimg a img{
width:100%;
}

.nomar {
    margin-right: 0 !important;}

.hover-color li a:hover {
    color: #CB0306;}
.fl{
    float: left;
}

/*logo*/


.searchinput {
    width: 170px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #ffffff;
    background: none;
    border: none;
    float: left;
}
.login_txt {
    display: block;
    width: 110px;
    height: 35px;
    background: #e6b700;
    line-height: 35px;
    font-size: 20px;
    color: #fff;
    padding-left: 20px;
    text-shadow: 2px 2px 5px #999999;
    background-image: linear-gradient(to right, #e6b700 , #67a7d3);
    border-radius: 2px;}

.login_img {
    width: 35px;
    height: 35px;
    display: block;}

.login_img img {}

/*menu*/
#nav {
    display: block;
    width: 1200px;
    padding: 0px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;}

#nav .mainlevel {
    float: left;
    height: 50px;
    margin-right: 5px;}

.mainlevel:hover,
.mainlevel .cur {
    background: #e9e9e9;}

#nav .mainlevel:hover a {
    color: #ffffff;}

#nav .mainlevel a {
    color: #FFFFFF;
    line-height: 50px;
    display: block;
    font-size: 16px;
    height: 50px;
    padding: 0px 24px;}

#nav li.mainlevel a:hover {
    color: #054686;font-weight: 600;}

#nav .mainlevel ul {
    /* display: none; */
    position: absolute;
    z-index: 99;
    padding-top: 0px;}

#nav .mainlevel li {
    font-size: 14px;
    height: 33px;
    line-height: 33px;
    border-top: 1px solid #FFFFFF;
    width: 100%;}

#nav .mainlevel li a {
    display: block;
    height: 33px;
    line-height: 33px;
    font-size: 16px;
    color: #000 !important;
    background: rgb(233 233 233 / 59%);
    filter: alpha(opacity=70);
    /* opacity: .7; */
    text-align: center;
    padding: 0 51px;}

#nav .mainlevel li a:hover {
    color: #FFFFFF !important;
background:#054686;
    filter: alpha(opacity=100);
    opacity: 1;}
.carousel{position: revert;}

/*focusBox*/

.focusBox {
    position: relative;
    min-width: 1200px;
width:100%;
    height: 396px;
    overflow: hidden;
margin:0 auto;}
@media only screen and (min-width: 1400px) and (max-width: 2000px){
.focusBox {
    position: relative;
    min-width: 1200px;
width:100%;  height: 560px;
    overflow: hidden;
margin:0 auto;}
}
/* 下面是前/后按钮代码，如果不需要删除即可 */

.focusBox .prev,
.focusBox .next {
    position: absolute;
    left: 59px;
    top: 50%;
    margin-top: -18px;
    display: block;
    width: 36px;
    height: 36px;
    background: url(../images/prev.jpg) no-repeat center;}

.focusBox .next {
    left: auto;
    right: 59px;
    background: url(../images/next.jpg) no-repeat center;}

.focusBox .next:hover, .focusBox .prev:hover {
    filter: alpha(opacity=50);
    opacity: .5;}

.focusBox .prevStop {
    display: none;}

.focusBox .nextStop {
    display: none;}
@media only screen and (max-width: 1000px){
.focusBox {
    position: relative;
width:100%;min-width: 300px;
height:200px;
    overflow: hidden;
margin:0 auto;}
}
/* 下面是前/后按钮代码，如果不需要删除即可 */

.focusBox .prev,
.focusBox .next {
    position: absolute;
    left: 59px;
    top: 50%;
    margin-top: -18px;
    display: block;
    width: 36px;
    height: 36px;
    background: url(../images/prev.jpg) no-repeat center;}

.focusBox .next {
    left: auto;
    right: 59px;
    background: url(../images/next.jpg) no-repeat center;}

.focusBox .next:hover, .focusBox .prev:hover {
    filter: alpha(opacity=50);
    opacity: .5;}

.focusBox .prevStop {
    display: none;}

.focusBox .nextStop {
    display: none;}
}
/*row*/

.row {
    width: 100%;
    margin-top: 38px;}

/*medical*/

.title {
    width: 100%;
    height: 70px;
    background: url(../images/line.png) no-repeat center bottom;
    text-align: center;
    margin-bottom: 30px;}

.titler {
    width: 100%;
    height: 70px;
    background: url(../images/linered.png) no-repeat center bottom;
    text-align: center;
    margin-bottom: 30px;}

.title a {
    font-size: 24px;
    color: #005faf;
    line-height: 70px;
    font-weight: bold;}
.titler a {
    font-size: 24px;
    color: #ce1212;
    line-height: 70px;
    font-weight: bold;}

.medical_list ul li {
    width: 400px;
    height: 175px;
    overflow: hidden;
    position: relative;}

.medical_list ul li:hover .change_img {
    transform: scale(1.1);}

.change_img {
    width: 100%;
    transition: 0.3s;
    cursor: pointer;}

.medical_list ul .medical_item01 {
    background: #005faf;}
.medical_list ul .medical_item02 {
    background: #ffae40;}
.medical_list ul .medical_item03 {
    background: #00af9f;}
.medical_list ul .medical_item04 {
    background: #85b254;}
.medical_list ul .medical_item05 {
    background: #67a7d3;}
.medical_list ul .medical_item06 {
    background: #9b70b9;}
.medical_list ul li a {
    display: block;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin-top: 20px;}

.medical_list ul li img {
    width: auto;
    margin: 34px 0 0 168px;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;}


.medical_list ul li:hover img {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);}

/*row1*/
@media screen and (max-width: 480px){
.container {
 
}}
@media (max-width: 767px){
.container {
}
.header-banner{line-height: 70px;}
.wrap {
    width: auto;
    margin: 0 auto;}
.footer .foot-logo{margin: 0 58px;}
.foot_img{display:none;}
.link_bg{display:none;}
.link{width:100%;}
.link ul li {width:345px!important;}
.footer .copyright {
    margin-left: 30px;}
}
@media only screen and (min-width: 767px){
.container{
}
.linksj{display:none;}
.header.bg-header .header-banner{line-height: 123px;}
}
@media screen and (max-width: 530px){
.waterfall-center {
    width: 50%;
    height: 310px;
}}
@media screen and (max-width: 530px){
.waterfall {
    height: auto;
}}
@media screen and (max-width: 530px){
.waterfall-left {
    width: 100%;
}}
@media screen and (max-width: 400px){
.waterfall-center {
    height: 230px;float:left;
}}
@media screen and (max-width: 740px){
.waterfall-center .waterfall-box p {
    font-size: 16px;
    padding-bottom: 15px;
    background-size: 90px;
}}
@media screen and (max-width: 767px){
.waterfall-center .waterfall-box a {
    bottom: 7px;
}}
@media screen and (max-width: 400px){
.waterfall-right {
    height: 230px;
}}
@media screen and (max-width: 530px){
.waterfall-right {
    width: 50%;float: left;
    height: 416px;
}}
@media only screen and (max-width: 767px){
.row1 {display:none;}
.row2 {display:none;}
.container{
    width: auto;
margin: 0 10px;
}
}
.row1 {
    width: 100%;
    height: 586px;
    margin-top: 2px;
    background: #ededed url(../images/news_bgn.png) no-repeat left bottom;
    padding: 46px 0 40px;}

/*news*/

.picScroll-left {
    width: 440px;
    overflow: hidden;
    position: relative;}

.picScroll-left .bd ul {
    overflow: hidden;
    zoom: 1;}

.picScroll-left .bd ul li {
    _display: inline;
    overflow: hidden;}

.picScroll-left .pic_img {
    width: 440px;
    height: 270px;
    overflow: hidden;
    position: relative;}

.picScroll-left .bd ul li:hover .change_img {
    transform: scale(1.1);}

.picScroll-left .pic_img .date {
    position: absolute;
    top: 0;
    left: 0;
    width: 81px;
    height: 71px;
    background: #005faf;
    color: #fff;
    text-align: center;}

.picScroll-left .pic_img .date .day {
    display: block;
    line-height: 42px;
    font-size: 30px;}

.picScroll-left .pic_img .date .year {
    display: block;
    line-height: 24px;}

.picScroll-left .pic_txt {
    margin-top: 30px;}

.picScroll-left .pic_txt a {
font-weight: 600;
    font-size: 16px;
    color: #054686;}

.picScroll-left .pic_txt p {
    font-size: 16px;
    color: #808080;
    line-height: 20px;
    margin-top: 15px;}

.picScroll-left .pic_txt .more {
    width: 88px;
    height: 32px;
    background: #005faf;
    margin-top: 20px;
    line-height: 32px;
    text-align: center;
    transition: 0.2s;}

.picScroll-left .pic_txt .more a {
    color: #fff;}

.picScroll-left .pic_txt > a:hover {
    color: #005faf;}

.picScroll-left .pic_txt .more:hover {
    filter: alpha(opacity=80);
    opacity: .8;}

/*news_list*/

.news_list {
    width: 698px;
    margin-left: 62px;}

.news_list li {
    padding-bottom: 16px;
    border-bottom: 1px solid #d9d9d9;
    transition: 10s;
    margin-top: 20px;}

.news_list li:first-child {
    margin-top: 0;}

.news_list li:last-child {
    border-bottom: none;}

.news_list .date {
    color: #999999;
    width: 66px;
    text-align: center;}

.news_list .date .day {
    font-style: normal;font-weight: 600;
    font-size: 32px;
    display: block;
    line-height: 27px;}

.news_list .date .year {
    font-style: normal;
    font-size: 16px;
    line-height: 12px;
    display: block;
    margin-top: 24px;}

.news_list .text {
    width: 600px;}

.news_list .text a {
    font-size: 16px;    font-weight: 600;
    color: #1a1a1a;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}

.news_list .text p {
    margin-top: 8px;
    font-size: 14px;
    color: #808080;
    line-height: 20px;}

.news_list li:hover {
    width: 102%;}

.news_list li:hover a {
    color: #005faf;}

.news_list li:hover .date {
    color: #005faf;}

/*row2*/

.row2 {
    width: 100%;
    margin-top: 36px;}
.row3 {
    width: 100%;
    margin-top: 16px;}
.tzgg{
    width: 1200px;
    margin: 0 auto;}

/* 招生信息css */
	.zsnotice { width: 572px; border: 1px solid #d5d5d5; overflow: hidden; }
	.zsnotice .tab-hd { height: 29px;  margin-bottom: -1px; color: #404040; }
	.zsnotice .tab-hd ul { padding-top: 0px; margin-left: 0px; }
	.zsnotice .tab-hd li{ float: left; height: 28px; line-height: 28px;  }
	.zsnotice .tab-hd li a{ display:block; padding:0 14px; color: #024585; font-size: 16px;font-weight: 600;}
	.zsnotice .tab-hd li a:hover{ color:#f60;}
	.zsnotice .tab-hd li.on{ border: 1px solid #d5d5d5; border-bottom: none; background-color: #024585; font-weight: bold; position: relative; margin-left: -1px; margin-right: -1px; }
.zsnotice .tab-hd li.on a{color:#fff;}
	.zsnotice .tab-bd { border-top: 1px solid #e8e8e8; padding:5px;  }
	.zsnotice .tab-bd ul{ overflow:hidden; zoom:1; }
	.zsnotice .tab-bd li { height: 51px; line-height: 51px; padding: 0 10px 0 5px; overflow: hidden; }
.zsnotice .tab-bd li .xx {
    width: 420px;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
}
.zsnotice .tab-bd li .day {
    padding: 0 12px;
    font-size: 14px;
    text-align: center;
    color: #999;
    float: right;
}
.zsnotice .tab-bd li .xx a {
    color: #333;
}

/*party*/

.party {
    overflow: hidden;
    position: relative;}

.party .bd {
    padding: 20px 0;
    height: 297px;
    overflow: hidden;}

.party .bd ul {
    overflow: hidden;
    zoom: 1;}

.party .bd ul li {
    margin: 0 25px 10px;
    _display: inline;
    overflow: hidden;
    width:340px;
    height: 245px;
    padding: 30px;
    background: url(../images/party_bg.png) no-repeat center;}

.party .bd .party_title {
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;}

.party .bd .party_title .date {
    color: #ce1212;}

.party .bd .party_title .date .day {
    font-size: 36px;}

.party .bd .party_title .date .year {
    font-size: 16px;}

.party .bd .party_title .more {
    width: 25px;
    height: 25px;
    background: url(../images/more.jpg) no-repeat center;
    margin-top: 10px;
    display: block;}

.party .bd .party_txt {
    margin-top: 26px;}

.party .bd .party_txt a {
    font-size: 16px;
    color: #1a1a1a;
    line-height: 27px;}

.party .bd .party_txt p {
    line-height: 30px;
    color: #666666;
    margin-top: 14px;}

.party .bd ul li:hover {
    background: #ce1212;}

.party .bd ul li:hover .date {
    color: #fff;}

.party .bd ul li:hover .more {
    background: url(../images/f_more.jpg) no-repeat center;}

.party .bd ul li:hover .party_txt a, .party .bd ul li:hover .party_txt p {
    color: #fff;}

/*link*/
.link_bg {
    width: 100%;
    height: 119px;
    padding: 36px 0 22px;
    background: #f5f5f5;
    margin-top: 50px;}

.link_title {
    width: 150px;
    background: url(../images/link_bg.jpg) no-repeat left center;
    margin-top: 8px;}

.link_title a {
    font-size: 24px;
    padding-left: 38px;
    color: #005faf;
    font-weight: bold;}

.link {
    width: 980px;}

.link ul li {
    width: 230px;
    height: 40px;
    background: #e3e3e3;
    margin: 0 20px 20px 0;
    line-height: 40px;
    position: relative;
    cursor: pointer;}

.link ul li:nth-child(4n) {
    margin-right: 0;}

.link ul li a {
    font-size: 16px;
    color: #333333;
    padding-left: 30px;}

.link ul li i {
    font-style: normal;
    display: inline-block;
    position: absolute;
    right: 32px;
    top: 50%;
    margin-top: -6px;
    width: 8px;
    height: 12px;
    background: url(../images/arrow_icon.jpg) no-repeat center;}

.link ul li:hover {
    background: #005faf;}

.link ul li:hover a {
    color: #fff;}

.link ul li:hover i {
    background: url(../images/f_arrow_icon.jpg) no-repeat center;}

/*footer*/

.footer {border-top: 8px solid #054686;
    padding: 20px 0;}

.footer .foot-logo {
    width: 237px;
    height: 64px;}

.footer .copyright {
    margin-left: 63px;
    line-height: 30px;}

.footer .copyright p {
    color: #fff;}

.footer .foot_img ul li {
    width: 75px;
    height: 75px;
    margin-left: 2px;}

.footer .foot_img a {
    display: block;}

.footer .foot_img ul li:hover {
    filter: alpha(opacity=80);
    opacity: .8;}

/*list*/

/*list-left*/

.list-left {
    width: 228px;
    margin-top: 40px;
    padding-bottom: 342px;
    background: #f2f2f2 url(../images/aside_bg.png) no-repeat center bottom;}

.lanmu-name {
    width: 100%;
    height: 75px;
    line-height: 75px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background: #054686;}

/*accordion*/

.accordion {
    width: 258px;
    padding: 0 18px!important;}

.accordion .link {
    cursor: pointer;
    display: block;
    padding: 12px 0 20px 38px;
    width: 235px;
    color: #404040;
    font-size: 16px;
    font-weight: normal;
    border-bottom: 1px solid #dbdbdb;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: url(../images/aside_icon.jpg) no-repeat left center;}

.accordion .link a {
    color: #404040;}



.accordion li {
    cursor: pointer;}

.accordion li i {
    position: absolute;
    top: 24px;
    right: 24px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    width: 24px;
    height: 7px;
    background: url(../images/aside_arrow.jpg) no-repeat center;}


.accordion li.open .link {
    color: #00477f;}

.accordion li.open .link a {
    color: #ff8606;}
.accordion li.on .link a {
    color: #ff8606;}

.accordion li.open i {
    background: url(../images/f_aside_arrow.jpg) no-repeat center;}


/*Submenu*/

.submenu {
    display: none;
    padding: 12px 0;
    border-bottom: 1px solid #dbdbdb;}

.submenu li {
    background: url(../images/aside_li_icon.jpg) no-repeat 40px center;}

.submenu a {
    display: block;
    text-decoration: none;
    color: #666666;
    line-height: 26px;
    padding-left: 60px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;}

.submenu a:hover,
.submenu li.current a {
    color: #0f4f83;}



/*list-right*/
.list-right {
    width: 928px;
    margin-top: 40px;
    min-height: 600px;}

.list-right .list-title {
    height: 44px;
    border-bottom: 1px solid #b2b2b2;
    line-height: 44px;}
.list-right .list-title>a{
    display: inline-block;
    color: #04478e;
    font-weight: bold;
    font-size: 20px;
    height: 44px;
    border-bottom: 2px solid #04478e;}

.location {
    color: #888888;}
.location img {
    display: inline-block;
    width: 14px;
    height: 14px;}
.location a {
    color: #888888;
    padding: 0 5px;}

/*list-con*/

.list-con {
    margin: 0px auto;
    padding: 10px 0 20px;
    font-size: 14px;}

.list-con ul {
    padding: 0px;}

.list-con ul li {
    padding: 17px 0 19px 15px;
    line-height: 22px;
    border-bottom: 1px dashed #dcdcdc;
    background: url(../images/list_li_icon.jpg) no-repeat left center;}

.list-con ul li a {
font-size: 17px;
    color: #454545;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}

.list-con ul li a:hover {
    color: #04478e;
    font-weight: bold;}

.list-con ul li .date {
    color: #999999;
    font-size: 12px;}

.fanye {
    padding: 30px 15px 20px;
    text-align: center;
    font-family: "宋体";
    font-size: 13px;
    color: #5b5b5b;}


/*page-con*/

.page-con {
    margin: 0px auto;
    padding: 10px 30px 20px;
    min-height: 500px;
    height: auto;
    overflow: hidden;}

.page-con .page-tit {
    font-size: 24px;
    color: #054686;
    text-align: center;
    line-height: 150%;
    padding: 20px 0 0;
    font-weight: bold;}

.page-con .fbt {
    font-size: 16px;
    color: #333333;
    text-align: center;
    line-height: 150%;
    padding: 14px 0 10px;}

.page-con .page-date {
    font-size: 15px;
    color: #999999;
    text-align: center;
    line-height: 150%;
    padding: 0px 0 15px;
    border-bottom: 1px dashed #dbdbdb;}

.page-con .zhengwen {
    padding: 20px 0;
    line-height: 30px;
    font-size: 15px;
    color: #555555;}

.page-con .zhengwen p {
    text-indent: 2em;
    line-height: 30px;
    font-size: 15px;
    color: #555555;
    padding: 0 0 14px 0;}

.page-con .zhengwen img,.page-con .zhengwen p img {
    max-width: 600px;
    display:block;
    margin: 10px auto;}


.page-con .zhengwen table tr td p,
.box-2 .zhengwen table tr td span p {
    text-indent: 0;}

/*结构化内容*/

.box-2 p.indent0 {
    text-indent: 0;}

.box-2 p.photo {
    text-align: center;}

.box-2 p.photo img {
    padding: 15px 8px;}

/*附件*/

.attach {
    padding: 10px 0 20px;
    width: 780px;
    margin: 0 auto;}

.attach .att-title {
    color: #2649a1;
    font-weight: bold;}

.attach p {
    line-height: 150%;
    padding: 5px 0;}

.attach p a {
    color: #2649a1;}

/*上一条、下一条*/

.other-title {
    padding: 40px 0 10px;
    border-top: 1px dashed #d6d6d6;}

.other-title a {
    color: #555555;
    font-size: 16px;
    display: block;
    line-height: 30px;}
.other-title a:hover {
    color: #005faf;}
#u0u0{width:300px;}
.banner_bar img{width:100%;}

.w572 {
    width: 572px;
}
.w472 {
    width: 472px;
}
/* 标题 */
.tit_1 { border-bottom:1px solid #cdcdcd; overflow:hidden;}
.tit_1 h1 {padding:8px 0;line-height:30px;font-size:20px;font-weight:normal;color:#333;border-bottom: 4px solid #005d6e;float:left;display: flex;}
.tit_1 h1 span { font-size:14px; color:#999; padding-left:20px;}
.tit_1 h1 img { margin-right:10px; vertical-align:middle; margin-top:-3px;}
.tit_1 a.more { padding:8px 0; line-height:30px; font-size:14px; color:#999; float:right;}
.tit_1 a.more:hover { color:#999;}
.tit_2 { border-bottom:1px solid #cdcdcd; overflow:hidden;}
.tit_2 h1 { padding-bottom:5px; line-height:30px; font-size:16px; font-weight:normal; color:#1066e0; border-bottom:3px solid #2a89f3; float:left;}
.tit_2 h1 img { margin-right:10px; vertical-align:middle; margin-top:-3px;}
.tit_2 .more { margin-top:8px; float:right;}

.list_a { width:100%; margin-top:5px; overflow:hidden;}
.list_a li { line-height:58px; border-bottom:1px solid #e5e5e5; overflow:hidden; clear:both;}
.list_a li .xx {width: 516px;font-size:16px;color:#333;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;float:left;}
.list_a li .xx a { color:#333;}
.list_a li .day { padding:0 12px; font-size:14px; text-align:center; color:#999;float:right;}
li .xx a:hover { color:#000;}

.list_us { height:265px; padding:15px; overflow:hidden;}
.list_us li { line-height:32px; font-size:14px; color:#333;}

.list_b { width:100%; margin-top:5px; overflow:hidden;}
.list_b li { line-height:58px; overflow:hidden; clear:both;}
.list_b li .xx { width:450px; font-size:16px; color:#333; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; float:left;}
.list_b li .xx a { color:#333;}
.list_b li .xx a:hover { color:#054686;}
.list_b li .day { padding:0 12px; font-size:14px; text-align:center; color:#999;float:right;}
.mr30 {
    margin-right: 56px;
}

  .focusBox .hd{ width:100%;  position:absolute; z-index:1; bottom:0; left:0; height:30px; line-height:30px;}
    .focusBox .hd ul{ text-align:right;}
    .focusBox .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width:9px; height:9px; margin:0 4px; 
        background:url(../images/dot.jpg) 0 -16px;
        overflow:hidden;  filter:alpha(opacity=70);opacity:0.7;  vertical-align:top; line-height:9999px;}
    .focusBox .hd ul .on{ background-position:0 0;}
    .focusBox .timer{ position:absolute; z-index:1; left:0; bottom:0; height:6px; width:0; background:#054686; filter:alpha(opacity=40);opacity:0.4; font-size:0; overflow:hidden;}
/* 学子风采 */
.waterfall {
	overflow: hidden;
	margin: 0 0 15px;
}
.waterfall-box {
    position: relative;
    width: 100%;
    overflow: hidden;
}
#full-width-slider1 {
	width: 100%;
}

#full-width-slider1 .rsBullets {
	position: absolute;
	bottom: 20px;
	left: 27px;
	z-index: 9;
	padding-top: 4px;
	height: auto;
	text-align: center;
	line-height: 6px;
	overflow: hidden;
}

#full-width-slider1 .rsBullet {
	width: 10px;
	height: 10px;
	border: 1px solid #fff;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	box-sizing: content-box;
	margin: 0 3px;
	border-radius: 50%;
}

#full-width-slider1 .rsBullet.rsNavSelected {
	background: #f2f2f2;
	border: 2px solid #f2f2f2;
}

#full-width-slider1 .rsBullet span {
	display: none;
}

.waterfall-left {
	width: 47.7%;
	float: left;
}
@media only screen and (min-width: 767px){
.waterfall-center {
	width: 25%;overflow: hidden;
	float: left;
}
.waterfall-right {
    width: 25%;
    float: left;
	overflow: hidden;
}
}
.waterfall-box-title {
	/*background-color: #003f97;
	background-image: url(../images/demeanor-bj.png);
	background-position: left 132%;
	background-repeat: no-repeat;
	height: 250px;*/
}

.waterfall-box-title .more img {
	width: auto;
}

.waterfall-box {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.waterfall-box img {
	width: 100%;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.waterfall-box:hover img {
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-o-transform: scale(1.08);
	-ms-transform: scale(1.08);
	transform: scale(1.08);
}

.waterfall-center .waterfall-box .more {
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 50px;
}

.waterfall-center .waterfall-box a {
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #fff;

	left: 0;
	bottom: 50px;
}

.waterfall-center .waterfall-box a span {
	opacity: 0.75;
	margin-right: 10px;
}

.waterfall-center .waterfall-box a img {
	margin-bottom: 3px;
}

.waterfall-center .waterfall-box p {
	font-size: 30px;
	color: #fff;
	padding-bottom: 35px;
	text-align: center;
	position: absolute;
	width: 100%;
	left: 0;
	top: 25%;
	background: url(../images/demeanor-title.png) center bottom no-repeat;
}