@charset "utf-8";
/**
 * YZMCMS 内容管理系统(cms轻量级开源CMS)
 * @author           袁志蒙
 * @license          http://www.yzmcms.com
 */
/* CSS Document */

* {
    margin: 0;
    padding: 0;
}

body {
    font-size: 16px;
    font-family: Tahoma, Arial, sans-serif;
    color: #232323;
    line-height: 25px
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
    margin: 0px;
    padding: 0px;
}

table {
    border-collapse: collapse;
}

a, img {
    border: 0;
}

ol, ul {
    list-style: none
}

a {
    color: #454545;
    text-decoration: none;
    font-size: 16px;
}

a:hover {
    color: #ff5c00;
}

.clearfix {
    clear: both;
    width: 0px;
    height: 0px;
    overflow: hidden;
}

.fl {
    float: left;
}

i, b, u {
    font-style: normal;
}

.mt30 {
    margin-top: 30px;
}

.mt20 {
    margin-top: 20px;
}

/*.title_color{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}*/

.container-box {
    width: 100%;
    background: #fff;
    min-width: 1300px
}

.header-box {
    height: 50px;
    line-height: 50px;
    background: #fbfbfb;
    border-bottom: 1px solid #e8e8e8;
}

.header-top {
    width: 1300px;
    margin: 0 auto;
    color: #747d87;
}

.header-top a {
    color: #000;
}

.header-top a:hover {
    color: #ff0000;
}

.member-status {
    float: right;
}
.member-status a {
    padding-left: 20px;
}

.member-status .login {
    color: #ff0000;
    border: 1px solid #ff0000;
    padding: 3px 7px
}

.header-top .topleft {
    float: left;
    width: 850px;
    height: 60px;
    overflow: hidden;
    color: #999;
    margin-right: 20px;
    font-size: 14px;
    font-weight: 100;
}

/* 网站容器 */
.container {
    margin: auto;
    width: 1300px;
}

.content-box {
    padding: 5px 20px 10px 20px;
    background: #fff;
    border: 1px solid #eee;
}

.title h2 {
    font-size: 18px;
    line-height: 40px;
    font-weight: 700;
    border-bottom: 3px solid #ff5c00;
    display: inline-block;
    padding-right: 2px;
    color: #ff5c00;
}

.cont-box {
    width: 860px;
    height: auto;
    overflow: hidden;
    margin: 20px 0;
}
.content-l,
.content-bl {
    width: 330px;
}

.content-m,
.content-bm {
    width: 500px;
    margin-left: 30px;
}
.content-l h2,
.content-m h2 {
    position: relative;
    padding-bottom: 3px;
    border-bottom: 1px solid #000000;
}
.content-l h2 a.title,
.content-m h2 a.title,
.content-bl h2 a.title,
.content-bm h2 a.title {
    font-size: 18px;
    font-weight: 700;
}

.content-l h2 a.gd,
.content-m h2 a.gd,
.content-bl h2 a.gd,
.content-bm h2 a.gd {
    float: right;
    color: #ff5c00;
    width: 12px;
    height: 12px;
    padding: 2px;
    text-align: center;
    line-height: 12px;
    font-weight: 700;
    border: 1px solid #ff5c00;
    border-radius: 1px;
}

.content-l h2 a.gd:hover,
.content-m h2 a.gd:hover,
.content-bl h2 a.gd:hover,
.content-bm h2 a.gd:hover {
    color: #000;
}

.content-l h2 span,
.content-m h2 span {
    width: 10px;
    height: 10px;
    position: absolute;
    top: 24px;
    left: 30px;
    background-color: #ff5c00;
}

.con-img {
    position: relative;
}

.con-img img {
    width: 330px;
    height: 150px;
}

.con-img h3 a {
    width: 330px;
    height: 40px;
    background: rgba(0, 0, 0, .6);
    position: absolute;
    bottom: 0;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 18px;
}

.con-img h3 a:hover {
    background-color: #000;
    color: #ff5c00;
}

.con-img-b {
    width: 105%;
}
.con-img-b a {
    display: inline-block;
    width: 160px;
    margin-right: 5px;
    font-weight: 700;
    color: #e12726;
}
.con-img-b img {
    width: 160px;
    height: 105px;
}



.content-l ul,
.content-bl-list ul,
.content-br ul {
    border: 1px solid #e5e5e5;
    background-color: #f6f6f6;
    padding: 10px 20px 10px 10px;
}

.content-l li,
.content-l .btlist li,
.content-bl-list li,
.content-br li {
    height: 42px;
    line-height: 42px;
    overflow: hidden;
}

.content-l ul li a,
.content-r .btlist ul li a,
.content-bl-list ul li a,
.content-br ul li a {
    padding-left: 10px;
}

.content-l ul li::before,
.content-r .btlist ul li::before,
.content-bl-list ul li::before,
.content-br ul li::before {
    display: inline-block;
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background: #cfcfcf;
}

.content-m li,
.content-bm li {
    height: 78px;
    margin-top: 20px;
    overflow: hidden;
}

.content-pic {
    float: left;
    width: 128px;
    height: 78px;
    margin-right: 20px;
    overflow: hidden;
    box-sizing: border-box;
}
.content-m img {
    width: 100%;
    height: 100%;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}
.content-m img:hover {
    transform: scale(1.1);
}

.content-m h3 a,
.content-bm h3 a {
    font-size: 18px;
    font-weight: 700;
}

.content-m p,
.content-bm p {
    font-size: 12px;
    color: #b1b1b1;
    line-height: 24px;
}

.hot-title {
    border-bottom: 1px solid #e4e3e3;
    padding-bottom: 60px;
    clear: both;
}

.hot-title h2 {
    float: left;
    font-size: 20px;
    border-bottom: 3px solid #ff5c00;
    padding-bottom: 12px;
    margin: 20px 30px 10px 0;
}

.hot-title .hot-canl {
    float: left;
}

.hot-title .hot-canl li {
    float: left;
    line-height: 70px;
    padding-left: 20px;
}

.hot-title .hot-canl li a {
    color: #000;
    font-size: 16px;
    font-weight: 700;
}

.hot-title .hot-canl li a:hover {
    color: #ff5c00;
}

.index-left {
    width: 880px;
    height: auto;
    float: left;
    box-sizing: border-box;
    overflow: hidden;
    background-color: #fff;

}

.art-list {
    clear: both;
    padding: 30px 0 0 0;
}

.art-list dt {
    width: 260px;
    height: 160px;
    overflow: hidden;
    box-sizing: border-box;
    border-radius: 2px;
    position: relative;
}

.art-list dt span {
    position: absolute;
    top:40px;
    left: 85px;
    color: #fff;
    font-size: 24px;
}
.art-list dt span.tim-d {
    font-size: 68px;
    margin-left: 15px;
    font-weight: bold;
}
.art-list dt span.tim-m {
    padding-top: 50px;
    font-weight: bold;
}



.art-list dt img {
    width: 100%;
    height: 100%;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.art-list dt img:hover {
    transform: scale(1.1);
}

.art-list dd {
    width: 580px;
    padding-left: 30px;
}
.art-list dd h3 a {
    font-size: 20px;
}
.art-list dd p.desc {
    margin: 20px 0;
}
.art-list dd p.desc a,
.art-list dd p.tag,
.art-list dd p.tag span a {
    color: #888;
}
.art-list dd p.tag span {
    margin-right: 80px;
}
.art-list dd p.tag span a:hover {
    color: #ff5c00;
}

.index-right .edu {
    margin-top: 30px;
    border: 1px solid #eee;
    position: relative;
    padding: 20px;
}

.index-right .edu h4 {
    width: 180px;
    height: 30px;
    background-color: #fff;
    position: absolute;
    top: -15px;
    left: 20px;
}

.index-right .edu h4 a {
    color: #ff5c00;
}

.index-right .edu p.edu-btn {
    margin-top: 15px;
}

.index-right .edu p.edu-btn a {
    color: #fff;
    font-size: 14px;
    background-color: #ff5c00;
    padding: 8px 20px;
    border-radius: 5px;
}

.index-right .edu .edu-right {
    position: absolute;
    top: -22px;
    right: 0;
}

.sidebar {
    clear: both;
    overflow: hidden;
    box-sizing: border-box;
}

.sidebar img {
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.sidebar img:hover {
    transform: scale(1.1);
}

.sidebar h2 a {
    font-size: 20px;
    border-bottom: 3px solid #000000;
    padding-bottom: 10px;

}

.sidebar h2 span {
    font-size: 16px;
    font-weight: 100;
    color: #aaa;
    padding-left: 15px;
}

.sidebar ul.art-mh li,
.sidebar ul.art-qc li {
    padding-bottom: 20px;
}

.sidebar ul.art-canl {
    width: 400px;
}

.sidebar ul.art-canl li {
    width: 165px;
    float: left;
    margin-right: 20px;
}

.sidebar ul.art-canl li p.art-canl-pic {
    width: 165px;
    height: 120px;
    overflow: hidden;
    box-sizing: border-box;
}

.sidebar ul.art-canl li p.art-canl-pic img {
    width: 165px;
    height: 120px;
}

.sidebar ul.art-canl li img:hover {
    opacity: 0.8;
}

.sidebar ul.art-canl li h3 {
    font-size: 16px;
    font-weight: 100;
    width: 150px;
    height: 50px;
    overflow: hidden;
    margin: 0 auto;
}

.sidebar ul.ranking {
    padding: 15px 0;
}

.sidebar ul.ranking li a {
    display: inline-block;
    width: 240px;
    overflow: hidden;
}

.sidebar ul.tuwen .tupic {
    width: 110px;
    height: 80px;
    margin-right: 15px;
    overflow: hidden;
}

.sidebar ul.tuwen .tupic img {
    width: 100%;
    height: 100%;
}

.sidebar ul.tuwen .tutext {
    width: 220px;
}

.sidebar ul.tuwen li {
    overflow: hidden;
    line-height: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.sidebar ul.tuwen li a {
    font-size: 16px;
    font-weight: 100;
    text-indent: -20px;
}

.sidebar ul.tuwen li p {
    margin-top: 10px;
}

.sidebar ul.tuwen li p a {
    color: #999;
    font-size: 12px;
    background-color: #eee;
    padding: 3px 10px;
    margin-right: 15px;
    border-radius: 5px;
}

.sidebar ul.tuwen li img:hover {
    opacity: 0.8;
}

.sidebar ul.tuwen p.read a {
    background-color: #fff;
    border: 1px solid #ff5c00;
    padding: 6px 15px;
}

.sidebar ul.art-mh h3 a {
    color: #000;
    font-size: 20px;
}

.sidebar ul.art-mh p.mh-desc {
    line-height: 26px;
    padding-top: 10px;
}
.sidebar ul.art-mh p.mh-desc a,
.sidebar ul.art-qc .qc-desc a {
    color: #888;
}
.sidebar ul.art-mh p.mh-bt {
    padding-top: 10px;
}

.sidebar ul.art-mh p.mh-bt a {
    font-size: 14px;
}

.sidebar ul.art-mh p.mh-bt a.click {
    float: right;
    line-height: 26px;
    color: #ff5c00;
    border: 1px solid #ff5c00;
    padding: 0px 10px;
    margin-top: -5px;
    border-radius: 4px;
}

.sidebar ul.art-qc h3 {
    padding: 10px 0 10px 20px;
}

.sidebar ul.art-qc .cir-pic img {
    width: 30px;
    height: 30px;
    padding-right: 10px;
    vertical-align: middle
}

.sidebar ul.art-qc .cir-pic span {
    float: right;
    margin-right: 10px;
}

.sidebar ul.art-qc .qc-desc {
    padding: 10px 20px;
    background-color: #f8f8f8;
    border-radius: 10px;
}

.qc-ad .qc-ad-img {
    width: 348px;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
}

.qc-ad .qc-ad-img img {
    width: 348px;
    height: auto;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.qc-ad .qc-ad-img img:hover {
    transform: scale(1.1);
}

.qc-ad {
    width: 370px;
    height: auto;
    padding-bottom: 20px;
    background-color: #fafafa;
}

.qc-ad .qc-txt {
    margin-top: 10px;
    border: 1px solid #eee;
    overflow: hidden;
    width: 346px;
    background-color: #fff;
}

.qc-ad .qc-txt {
    padding-top: 15px;
}

.qc-ad .qc-txt li {
    float: left;
    width: 120px;
    position: relative;
    margin-left: 15px;
    margin-bottom: 20px;
    padding: 10px 15px;
    background-color: #eee;
}

.qc-ad .qc-txt li h4 img {
    position: absolute;
    top: 13px;
    left: 15px;
    padding: 0 5px;
}

.qc-ad .qc-txt li h4 a {
    padding-left: 32px;
}

.qc-ad .qc-txt li p a {
    font-size: 14px;
}

.title-right {
    float: right;
}

.title-right a {
    line-height: 40px
}

.line {
    height: 20px;
    clear: both;
}

/*网站头部 */
.header {
    height: 100px;
    padding: 10px 0;
    width: 1300px;
    margin: 0 auto;
}

.logo {
    float: left;
    margin-top: 30px;
    width: 420px;
}

.logo a {
    color: #ff5c00;
    font-size: 26px;
    font-weight: 700;
    overflow: hidden;
    display: block;
    height: 35px;
    line-height: 35px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.logo img {
    width: 165px;
    height: 55px
}

.search {
    float: left;
    margin-left: 130px;
    margin-top: 30px;
}

.searchtxt .searchmenu .searchselected {
    background-image: url(../images/icon2.png);
    background-repeat: no-repeat;
}

.searchtxt {
    float: left;
    width: 450px;
    height: 36px;
    border: 2px solid #ff5c00;
    border-right: 0;
    position: relative;
    z-index: 100;
    background: #fff;
}

.searchtxt .searchmenu {
    float: left;
    border-right: 1px solid #eee;
}

.searchtxt .searchmenu .searchselected {
    color: #666;
    cursor: pointer;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    padding-left: 15px;
    width: 60px;
    background-position: 55px -85px;
}

.searchtxt .searchmenu .searchopen {
    background-position: 55px -113px
}

.searchtxt .searchmenu .searchtab {
    display: none;
    position: absolute;
    top: 36px;
    left: -2px;
    width: 75px;
    border: 2px solid #ff5c00;
    border-top: 0;
    background: #fff;
    z-index: 100;
}

.searchtxt .searchmenu .searchtab li {
    height: 28px;
    line-height: 28px;
    color: #666;
    font-size: 14px;
    cursor: pointer;
    padding-left: 15px
}

.searchtxt .searchmenu .searchtab li.selected {
    background: #edf3fc;
    color: #018dbc;
}

.searchtxt input {
    float: left;
    border: 0;
    background: #fff;
    color: #666;
    padding: 7px 8px;
    width: 350px;
    height: 22px;
    line-height: 22px;
    margin: 0;
    outline: medium none;
}

.searchbtn {
    float: left;
}

.searchbtn button {
    background: #ff5c00;
    border: 0;
    color: #fff;
    outline: none;
    cursor: pointer;
    float: left;
    height: 39px;
    line-height: 39px;
    width: 86px;
    font-size: 16px;
    transition: all 0.3s
}

.searchbtn button:hover {
    background: #e35200;
}

.weixin {
    float: right;
}

.weixin img {
    width: 100px;
}

.add-content {
    width: 110px;
    float: right;
    margin-top: 30px;
}

.add-content a {
    border-radius: 2px;
    height: 38px;
    color: #ff5c00;
    font-size: 14px;
    display: block;
    line-height: 38px;
    transition: 0.3s all;
    border: 1px solid #ff5c00;
    text-align: center;
}

.add-content a:hover {
    text-decoration: none;
    background: #ff5c00;
    color: #fff;
}

/*导航条*/
.menu {
    clear: both;
    height: 80px;
    line-height: 80px;
    background-color: #ff5c00;
}

.nav {
    width: 1300px;
    margin: 0 auto;
    position: relative;
    z-index: 98;
}

.nav li {
    float: left;
    background-color: #ff5c00;
}

.nav li a {
    float: left;
    width: 81px;
    display: block;
    line-height: 80px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    transition: all 0.3s
}

.nav li a:focus {
    -moz-outline-style: none;
}

.nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: #e35200;
}

.nav li.current {
    text-decoration: none;
    color: #fff;
    background: #e35200;
}

.nav .sub_nav {
    width: 1298px;
    background: #fff;
    position: absolute;
    top: 43px;
    left: -1px;
    display: none;
    border-top: none;
    border: 2px solid #eee;
    border-top: none;
    padding: 20px 0;
}

.nav li .sub_nav li {
    float: left;
    background: #fff;

}

.nav li .sub_nav li a {
    color: #000;
    width: 80px;
}

/* 前端分页 */
#page {
    margin: 30px 0;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    text-align: center
}

#page .pageinfo {
    color: #666;
    padding: 5px 8px;
    border: 1px solid #ddd
}

#page .pageinfo strong {
    font-weight: normal
}

#page a {
    border: 1px solid #ddd;
    background: #fff;
    color: #808080;
    padding: 5px 11px;
    margin-left: 5px;
    border-radius: 2px;
    transition: all 0.2s
}

#page a:hover, #page .curpage {
    background: #ff5c00;
    color: #fff;
    text-decoration: none;
    border: 1px solid #ff5c00;
}

#page .nopage {
    cursor: not-allowed;
}

#page .nopage:hover {
    background: #fff;
    color: #808080;
    border: 1px solid #ddd;
}

.top-bg {
    width: 100%;
    height: 400px;
    background: url(../images/icon-bg.jpg) repeat-x;
}

.bg {
    width: 100%;
    margin-top: -20px;
    background: url("../images/icon-bg.jpg") repeat-x;
}

.pos {
    color: #000;
    width: 1300px;
    margin: 0 auto;
    padding-top: 22px;
    font-size: 16px;

}

.pos a {
    color: #000;
}

.pos-con {
    padding: 20px 0;
}

.box {
    position: relative;
}
.box-bg{
    width: 100%;
    background: url(../images/icon-bg.jpg)
}

.top-head {
    width: 1300px;
    height: 310px;
    background-color: #fff;
    position: absolute;
    top: -350px;
    box-shadow: 0px 5px 5px #d4e9e2;
}

.top-head-lef {
    float: left;
    width: 390px;
    padding: 40px;
}
.top-head-lef span {
    position: absolute;
    left: 60px;
    top: 133px;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
}

.top-head-lef a {
    display: block;
    margin-top: 26px;
}

.top-head-right {
    float: left;
    width: 780px;
    padding-top: 30px;
}

.top-head-right h2 {
    font-size: 28px;
    line-height: 46px;
}

.top-head-right h4 {
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
    color: #888;
    font-size: 16px;
}

.top-head-right h4 span {
    margin-right: 24px;
}

.top-head-right h4 strong {
    font-size: 24px;
    color: #ff5c00;
    padding-right: 5px;
}

.top-head-right h4 strong a {
    font-size: 24px;
}

.top-head-right p {
    font-size: 14px;
    padding-top: 20px;
    line-height: 30px;
    height: 90px;
    overflow: hidden;
}

.top-head-right ul {
    width: 810px;
    margin-top: 30px;
}

.top-head-right li {
    float: left;
    margin-right: 23px;
}

.top-head-right li a {
    color: #fff;
    padding: 8px 15px;
    background-color: #ff5c00;
    border-radius: 5px;
}

.top-head-right li a:hover {
    background-color: #ff0000;
}

.box .ad-banner {
    width: 1300px;
    height: auto;
    display: inline-block;
    box-sizing: border-box;
    overflow: hidden;
}

.box img:hover {
    opacity: 0.8;
}

.box .ad-banner img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.box .ad-banner img:hover {
    transform: scale(1.1);
}

/* 网站底部 */
.footer {
    text-align: center;
    border-top: 1px solid #e8e8e8;
    padding: 20px 0;
}

.can-nav {
    position: relative;
    width: 1300px;
    background-color: #d4e9e2;
    overflow: hidden;
}
.can-nav ul {
    padding: 20px 10px;
    overflow: hidden;
}

.can-nav li {
    float: left;
}

.can-nav a {
    font-size: 20px;
    line-height: 60px;
    font-weight: 700;
}

.can-nav li a.current {
    border-bottom: 6px solid #ff5c00;
    padding-bottom: 10px;
}
.content h1{
    font-size: 28px;
    font-weight: bold;
    line-height: 60px;
}

.content h1 i {
    display: inline-block;
    width: 36px;
    height: 39px;
    background: url("../images/icon-e.gif") no-repeat;
}

.content h4 {
    font-size: 14px;
    color: #888;
    font-weight: 100;
    margin: 30px 0;
}

.content h4 span {
    margin-right: 10px;
}

.content .main {
    line-height: 46px;
    margin-right: 18px;
}

.content .main p {

}

.content .main a {
    color: #ff5c00;
}

.content .main-ad a img {
    margin-left: 0px!important;
    margin-right: 50px;
}

.content .main p span {
    color: #ff5c00;
}

.content .article-paged {
    font-size: 16px;
    line-height: 50px;
    margin-top: 20px;
    background: url("../images/weixin.jpg") no-repeat 650px 0;
}

.content .article-paged span {
    font-weight: 700;
    color: #ff5c00;
}

.content .article-paged a {
    font-weight: 700;
}

.cs-tab ul li {
    padding: 20px 0 5px 2px;
    float: left;
    margin-bottom: 10px;
}

.cs-tab ul li a {
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 5px;
    margin-right: 40px;

}

.cs-tab ul li a.on {
    border-bottom: 4px solid #ff5c00;
}

.cs-tablist {
    clear: both;
    margin-right: 30px;
}

.cs-tablist form {
    border: 1px solid #fac9ad;
    border-radius: 5px;
}

.cs-tablist form input {
    border: none;
    outline: none;
}

.cs-tablist form input:focus {
    outline: none;
}

.cs-tablist form p {
    color: #ff5c00;
    padding: 15px;
    font-size: 16px;
    font-weight: 700;
    border-bottom: 1px solid #fac9ad;
}

.article-related {
    margin-top: 30px;
}

.article-related a {
    font-size: 14px;
    font-weight: 100;
}

.related-title {
    font-size: 24px;
    font-weight: 700;
    border-left: 8px solid #ff5c00;
    padding-left: 10px;
    margin-bottom: 30px;
}

.article-related ul {
    width: 110%;
}

.article-related li {
    float: left;
    width: 48%;
    padding-bottom: 25px;
}

.article-related .related-pic {
    width: 130px;
    height: 80px;
    box-sizing: border-box;
    overflow: hidden;
}

.article-related .related-pic img {
    width: 100%;
    height: 100%;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.article-related .related-pic img:hover {
    transform: scale(1.1);
}

.article-related .related-h {
    width: 220px;
    padding-left: 15px;
}



.article-related .related-h h5 span {
    margin-right: 20px;
    color: #8a8a8a;
}

.ad-pic img {
    width: 348px;
    height: auto;
}

.totop {
    position: absolute;
    right: -60px;
}

.totop .inner-c {

 }

.totop .inner-c a {
    position: fixed;
    width: 60px;
    height: 70px;
    background-color: #f1f1f1;
    border-radius: 10px;
    z-index: 100000;
    text-align: center;
    font-size: 20px;
    color: #ff5c00;

}
.totop .inner-c a span {
    font-size: 30px;
    font-weight: 700;
    display: block;
    padding-top: 5px;
}


.box-sit {
    margin: 30px 0;
    border: 1px solid #aaa;
    padding: 20px;
    overflow: hidden;
}

.box-sit h2 a {
    border-left: 5px solid #ff5c00;
    padding-left: 5px;
}

.box-sit li {
    float: left;
    margin-right: 20px;
}
.line-b {
    border-top: 1px solid #f1f1f1;
}
.aicesuna {
    width: 1260px;
    height: auto;
    overflow: hidden;
    background: #f1f1f1;
    padding: 20px;
}
.aicesuna h3 {
    margin-bottom: 20px;
    font-size: 16px;
}
.aicesuna ul {
    width: 110%;
}
.aicesuna li {
    float: left;
    margin-right: 24px;
    text-align: center;
}
.aicesuna ul li p {
    font-size: 14px;
}
.aicesuna ul li p.red a {
    color: #f3032d;
}
.aicesuna ul li p.red a:hover {
    color: #ff5c00;
}
.aicesuna ul li p.btn {
    margin-top: 20px;
}
.aicesuna ul li p.btn a {
    padding: 8px 30px;
    background-color: #ff5c00;
    border-radius: 10px;
    color: #fff;
}
.aicesuna ul li p.btn a:hover {
    background-color: #ce4c03;
    color: #000;
}

.pagination {
    text-align: center;
    width: 100%;
    clear: both;
    padding: 10px 0;
}
.pagination li {
    display: inline-block;
    line-height: 30px;
    margin: 0 5px;
}
.pagination li a, .pagination li span {
    display: block;
    border: #DDD solid 1px;
    padding: 0 10px;
    color: #666;
}
.pagination li.active span {
    border: #ff5c00 solid 1px;
    background: #ff5c00;
    color: #FFF;
}
.pagination li a:hover {
    border: #F30 solid 1px;
    background: #F60;
    color: #FFF;
}

.swiper-container {
    height: 80px;
    overflow: hidden;
    cursor: pointer;
}

.can-nav-box {
    width: 1200px;
    margin: 0 auto;
}
.can-nav .swiper-wrapper {
    width: 1000%;
    padding: 0 10px;
}
.can-nav .swiper-slide {
    float: left;
    text-align: center;
    line-height: 70px;
    width: auto !important;
    margin-right: 25px !important;
}
.can-nav .swiper-wrapper .current {
    border-bottom: 4px solid #ff5c00;
    padding-bottom: 6px;
}
.can-nav .button-prev,
.can-nav .button-next {
    height: 60px;
    width: 22px;
    position: absolute;
    z-index: 999;
    padding: 10px 5px;
    top: 20px;
    cursor: pointer;
}

.can-nav .button-prev {
    background: url(../images/bannerL.png) no-repeat center;
    left: 0px;
    background-color: rgba(0, 0, 0, .3);
}

.can-nav .button-next {
    background: url(../images/bannerR.png) no-repeat center;
    right: 0px;
    background-color: rgba(0, 0, 0, .3);
}

