.container {
    width: 867px;
}

.box {
    position: relative;
}

.box .navbar {
    height: 44px;
    line-height: 44px;
    text-align: center;
    background-image: url(../img/nav.png);
    border: 1px solid rgb(0, 59, 119);
    padding: 0;
    position: relative;
    top: -22px;
}

.box .navbar li {
    height: 100%;
}

.box .navbar li a {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 44px;
}

.active {
    background-image: url(../img/nav_ac.png);
}

.active img {
    margin-right: 10px;
}

.box .arr {
    position: absolute;
    top: -22px;
}

.box .arrLeft {
    left: 175px;
}

.box .arrRight {
    right: 175px;
}

.content {
    margin: 30px 0;
    font-size: 14px;
}

.content img {
    margin-bottom: 18px;
}

.content p {
    text-indent: 32px;
    line-height: 30px;
}

.context {
    margin-left: 360px;
}

.sbox {
    border: 2px solid rgb(3, 188, 247);
    padding: 10px;
    margin-bottom: 70px;
    position: relative;
}

.sbox img {
    vertical-align: middle;
}

.sbox .swiper-button {
    position: absolute;
    top: 100px;
}

.sbox .swiper-button-left {
    background: url(../img/corner2.png) no-repeat;
    left: -15px;
}

.sbox .swiper-button-right {
    background: url(../img/corner.png) no-repeat;
    right: -29px;
}

.copyright {
    text-align: center;
    font-size: 14px;
    color: #fff;
    background-color: rgb(12, 99, 188);
}

.xiaozhao {
    margin-bottom: 44px;
    border: 1px solid rgb(12, 99, 188);
}

.xiaozhao .header {
    width: 100%;
    height: 80px;
    background: url(../img/tiao.png) repeat;
    padding: 0 38px;
}

.xiaozhao .header>span {
    line-height: 80px;
    color: #fff;
    font-weight: 700;
}

.xiaozhao .header div a {
    display: block;
}

.xiaozhao .header div a img {
    margin-top: 10px;
    margin-left: 50px;
}

.xiaozhao .header div span {
    display: block;
    color: #fff;
    margin-top: -10px;
    font-size: 14px;
    margin-right: 30px;
}

.xiaozhao .blockContent {
    padding: 24px 32px;
    width: 100%;
}

.xiaozhao .blockContent .line {
    margin: 15px 0;
}

.xiaozhao .aheader {
    width: 100%;
    height: 50px;
    background: url(../img/tiao.png) repeat;
    padding: 0 38px;
    line-height: 50px;
    color: #fff;
    font-weight: 700;
}

.xiaozhao .aheader div a img {
    margin-top: 6px;
    margin-right: 80px;
}

.xiaozhao .text {
    margin-right: 100px;
}

.xiaozhao .center {
    margin-top: 85px;
    margin-right: 50px;
}

.cbox {
    margin: 74px 0 94px 0;
    position: relative;
    height: 600px;
}

.cbox>div {
    display: inline-block;
    position: absolute;
}

.cbox .center {
    left: 50%;
    transform: translateX(-50%);
}

.cbox .left {
    left: 100px;
}

.cbox .right {
    right: 0px;
}

.cbox .left div:first-child {
    position: relative;
    right: -65px;
}

.cbox .left div:nth-child(2) {
    position: relative;
    margin: 100px 0px;
    left: 10px;
}

.cbox .left div:last-child {
    position: relative;
    left: 25px;
}

.cbox .right div:first-child {
    margin-top: 45px;
    margin-bottom: 80px;
    position: relative;
    left: -6px;
}

.cbox .right div:last-child {
    margin-top: 70px;
}

.bot {
    margin-top: -45px;
    margin-bottom: 70px;
}

.intro {
    /* height: 250px; */
    margin-top: 30px;
    margin-bottom: 22px;
    position: relative;
}

.intro .touxiang {
    position: absolute;
}

.intro .jieshao {
    margin-left: 325px;
}

.intro .jieshao .simple {
    font-weight: 700;
    line-height: 32px;
}

.intro .jieshao .duce {
    font-size: 14px;
    line-height: 28px;
    text-indent: 28px;
}

.line2 {
    margin-top: 30px;
    margin-bottom: 45px;
}

.introduce {
    margin-bottom: 80px;
}

.lunbo {
    height: 520px;
    margin-top: 30px;
    position: relative;
}

.lunbo .largeSwiper {
    width: 697px;
    height: 382px;
    overflow: hidden;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.lunbo .largeSwiper > ul {
    position: relative;
    width: 6970px;
}

.lunbo .largeSwiper > ul li {
    width: 697px;
    float: left;
}

.swiper-button-prev {
    position: absolute;
    top: 45%;
    transform: translateY(-60%);
    opacity: 1 !important;
}

.swiper-button-next {
    position: absolute;
    top: 45%;
    transform: translateY(-60%);
    opacity: 1 !important;
}

.lunbo .smallSwiper {
    width: 697px;
    height: 94px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    top: 10px;
}

.lunbo .smallSwiper ul {
    position: absolute;
    height: 94px !important;
    width: 1278px;
}

.lunbo .smallSwiper ul li {
    margin-right: 12px;
    float: left;
}

.lunbo .smallSwiper ul li:last-child{
    margin-right: 0;
}