@charset "utf-8";
* {
    margin: 0;
    padding: 0;
    list-style: none;
    letter-spacing: 0;
    outline: none;
}
body {
    text-align: center;
    font-family: "微软雅黑", "宋体", "黑体";
    background-color: #25052c;
    background-image: url(../images/bg.jpg);
    background-repeat: repeat-y;
    background-position: center 548px;
    overflow-x: hidden;
}
div {
    margin: 0 auto;
}
a {
    text-decoration: none;
    cursor: pointer;
}
img {
    border: none;
    vertical-align: middle;
}
select::-ms-expand {
display: none;/*清楚select下拉箭头*/
}
.clear {
    clear: both;
    height: 0;
    overflow: hidden;
}
/*顶部底部css*/

.head {
    width: 100%;
    height: 40px;
    overflow: hidden;
    line-height: 40px;
    background-color: #fff;
    border-bottom: 1px solid #d9d9d9;
}
.head .main {
    width: 1000px;
    height: 40px;
    margin: 0 auto;
}
.head .main .solarbe_logo {
    float: left;
}
.head .main .solarbe_nav {
    float: right;
    margin-top: 14px;
    display: inline;
}
.head .main .solarbe_nav li {
    float: left;
    padding: 0px 10px;
    display: inline;
    line-height: 12px;
 *line-height:14px;
    font-family: "微软雅黑", "宋体";
    font-size: 12px;
    color: #000;
    border-right: 1px solid #ddd;
}
.head .main .solarbe_nav li a {
    color: #000;
}
.head .main .solarbe_nav li a:hover {
    text-decoration: underline;
}
/*底部样式*/

.solarbe_bottom {
    text-align: center;
    font-family: "微软雅黑", "宋体";
    font-size: 12px;
    color: #000;
    line-height: 20px;
    padding: 0px 0px 10px 0;
    border-top: 1px solid #ddd;
    background-color: #fff;
    margin-top: 50px;
}
.solarbe_bottom .footLink {
    line-height: 40px;
}
.solarbe_bottom a {
    color: #000;
}
.solarbe_bottom a:hover {
    text-decoration: underline;
}
.footer_b {
    margin-top: 10px;
}
#banner {
    position: relative;
    width: 100%;
    height: 500px;
}
#banner img {
    position: absolute;
    left: 50%;
    margin-left: -960px;
}
.content {
    width: 1000px;
    margin: 0 auto;
}
.navigation {
    background-color: #f15830;
    width: 100%;
}
.navigation ul {
    width: 1000px;
    height: 48px;
    margin: 0 auto;
    overflow: hidden;
}
.navigation li {
    float: left;
    width: 142px;
    height: 48px;
    position: relative;
}
.navigation li a {
    display: block;
    font-size: 18px;
    color: #fff;
    width: 100%;
    line-height: 18px;
    border-right: 1px solid #fff;
    box-sizing: content-box;
    text-align: center;
    margin-top: 15px;
    position: absolute;
    left: 0;
    top: 0;
}
.navigation li a:hover {
    text-decoration: underline;
}
.navigation li.active {
    background-color: #f4a93c;
    height: 48px;
    color: #25052c;
}
.navigation li.active a {
    color: #25052c;
    border: none;
}
.scrolled {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
}
.nav {
    padding: 50px 0;
}
.nav dt {
    font-size: 36px;
    font-weight: bold;
    color: #f4a93c;
    text-align: center;
    line-height: 36px;
}
.nav dd {
    width: 40px;
    height: 1px;
    background-color: #f4a93c;
    margin: 20px auto 0 auto;
}
.link ul {
    width: 1040px;
    position: relative;
    overflow: hidden;
}
.link ul li {
    float: left;
    width: 220px;
    height: 124px;
    border: 2px solid #f15830;
    box-sizing: border-box;
    margin-right: 40px;
    display: inline;
}
.link ul li a {
    font-size: 20px;
    line-height: 36px;
    text-align: center;
    color: #ddd;
    margin-top: 26px;
    display: block;
}
.link ul li:hover {
    border: 2px solid #f4a93c;
}
.link ul li:nth-of-type(3) a {
    font-size: 16px;
    line-height: 26px;
    margin-top: 10px;
}
.link ul li.focus {
    background-color: #f15830;
    border: 2px solid #fff;
}
.link ul li.focus a {
    color: #fff;
}
.link ul li.focus:hover {
    border: 2px solid #fff;
}
#test1 {
    width: 400px !important;
    height: 300px !important;
    float: left;
    border: 2px solid #f15830;
    box-sizing: border-box;
}
.layui-carousel-arrow[lay-type="sub"] {
    left: 10px !important;
}
.layui-carousel-arrow[lay-type="add"] {
    right: 10px !important;
}
#introduction {
    overflow: hidden;
}
#introduction .id_text {
    width: 560px;
    height: 300px;
    overflow: hidden;
    float: right;
}
#introduction .id_text p {
    font-size: 16px;
    line-height: 32px;
    color: #ddd;
    text-align: left;
    text-indent: 32px;
    margin-bottom: 15px;
}
#introduction .id_text2 {
    width: 100%;
    margin-top: 20px;
}
#introduction .id_text2 p {
    font-size: 16px;
    line-height: 32px;
    color: #ddd;
    text-align: left;
    text-indent: 32px;
    margin-bottom: 15px;
}
#Highlights .nav {
    margin-top: -20px;
}
#Highlights ul {
    width: 1040px;
    position: relative;
    overflow: hidden;
}
#Highlights ul li {
    float: left;
    width: 220px;
    margin-right: 40px;
    display: inline;
}
#Highlights ul li div {
    font-size: 16px;
    line-height: 30px;
    color: #ddd;
    margin: 20px 0 50px 0;
}
#pic .nav {
    margin-top: -50px;
}
#pic .pic {
    width: 560px;
    float: left;
}
#pic .pic ul {
    width: 600px;
    overflow: hidden;
    position: relative;
}
#pic .pic ul li {
    width: 160px;
    height: 90px;
    overflow: hidden;
    float: left;
    margin-right: 40px;
    margin-bottom: 15px;
    display: inline;
    border: 2px solid #f15830;
    box-sizing: border-box;
}
#test2 {
    width: 400px !important;
    height: 300px !important;
    float: right;
    border: 2px solid #f15830;
    box-sizing: border-box;
}
.more {
    width: 120px;
    height: 30px;
    display: block;
    font-size: 18px;
    color: #f4a93c;
    text-align: center;
    line-height: 30px;
    border: 1px solid #f4a93c;
    border-radius: 15px;
    margin: 35px auto 0 auto;
}
.more:hover {
    color: #f4a93c;
    text-decoration: underline;
}
#video .v1 {
    width: 400px;
    height: 300px;
    overflow: hidden;
    position: relative;
    float: left;
    border: 2px solid #f15830;
    box-sizing: border-box;
}
#video .v1 a>img {
    transition: transform 1s;
}
#video .v1 a:hover>img {
    transform: scale(1.2);
}
#video .v1 span {
    width: 400px;
    height: 300px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.6);
    text-align: center;
}
#video .v1 span img {
    width: 45px;
    height: 45px;
    margin-top: 126.5px;
    opacity: 0.8;
}
#video .v1 span:hover {
    background-color: rgba(0,0,0,0.5);
}
#video .v1 span:hover img {
    opacity: 1;
}
#video .v_list {
    width: 560px;
    float: right;
}
#video .v_list ul {
    width: 600px;
    overflow: hidden;
    position: relative;
}
#video .v_list ul li {
    width: 160px;
    height: 90px;
    overflow: hidden;
    float: left;
    margin-right: 40px;
    margin-bottom: 15px;
    display: inline;
    border: 2px solid #f15830;
    box-sizing: border-box;
    position: relative;
}
#video .v_list ul li span {
    width: 160px;
    height: 90px;
    background-color: rgba(0,0,0,0.6);
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
}
#video .v_list ul li span img {
    width: 27px;
    height: 27px;
    margin-top: 30.5px;
    opacity: 0.8;
}
#video .v_list ul li:hover span {
    background-color: rgba(0,0,0,0.5);
}
#video .v_list ul li:hover span img {
    opacity: 1;
}
#video .v_list ul li a>img {
    transition: transform 1s;
}
#video .v_list ul li a:hover>img {
    transform: scale(1.3);
}
#schedule table {
    background-color: #f15830;
    border-collapse: initial;
    border-spacing: 1px;
    font-family: "微软雅黑", "宋体", "黑体";
}
#schedule table td {
    background-color: #25052c;
    text-align: center;
    font-size: 16px;
    line-height: 36px;
    color: #ddd;
    padding: 6px 20px;
}
#schedule table tr.title td {
    font-size: 18px;
    line-height: 48px;
    color: #f4a93c;
    padding: 0;
}
#schedule table tr td:nth-of-type(3) {
    text-align: left;
    padding-left: 20px;
}
#schedule table tr.title td:nth-of-type(3) {
    text-align: center;
    padding-left: 0;
}
#schedule table tr.part td {
    background-color: #f15830;
    font-size: 16px;
    line-height: 30px;
    padding: 9px 0;
}
#guest ul {
    position: relative;
    width: 1038px;
    overflow: hidden;
}
#guest ul li {
    float: left;
    width: 135px;
    margin-right: 38px;
    display: inline;
}
#guest ul li img {
    width: 135px;
    height: 135px;
    border: 2px solid #f15830;
    box-sizing: border-box;
}
#guest ul li dl dt {
    font-size: 16px;
    line-height: 16px;
    margin: 20px 0;
    color: #f4a93c;
}
#guest .more {
    margin-top: 30px;
}
#logo .logo {
    overflow: hidden;
}
#logo .logo dt {
    width: 100px;
    float: left;
    font-size: 18px;
    line-height: 60px;
    text-align: left;
    color: #ddd;
}
#logo .logo dd {
    width: 900px;
    float: right;
}
#logo .logo dd div {
    position: relative;
    width: 930px;
    overflow: hidden;
}
#logo .logo dd img {
    float: left;
    width: 156px;
    height: 60px;
    margin-right: 30px;
    margin-bottom: 20px;
    display: inline;
}
#news .nav {
    margin-top: -20px;
}
#news ul {
    position: relative;
    width: 1040px;
    overflow: hidden;
}
#news ul li {
    width: 480px;
    float: left;
    margin-right: 40px;
    display: inline;
}
#news ul li a {
    font-size: 16px;
    line-height: 60px;
    text-align: left;
    display: block;
    color: #ddd;
    background-image: url(../images/icon_news.png);
    background-repeat: no-repeat;
    background-position: left center;
    text-indent: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#news ul li a:hover {
    text-decoration: underline;
    color: #ddd;
}
#review ul {
    position: relative;
    width: 1041px;
    overflow: hidden;
}
#review ul li {
    width: 306px;
    float: left;
    margin-right: 40px;
    display: inline;
}
#review ul li img {
    width: 306px;
    height: 172px;
    border: 2px solid #f15830;
    box-sizing: border-box;
}
#review ul li div {
    font-size: 16px;
    text-align: center;
    color: #ddd;
    line-height: 30px;
    margin: 20px 0;
}
#review ul li div:hover {
    text-decoration: underline;
}
