/**
    http://g.tbcdn.cn/mtb/lib-flexible/0.3.4/??flexible_css.js,flexible.js文件下的css样式
    flexible_css开始
 */
html {
    color: #000;
    background: #fff;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

html * {
    outline: 0;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

html, body {
    font-family: sans-serif
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    margin: 0;
    padding: 0
}

input, select, textarea {
    font-size: 100%
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset, img {
    border: 0
}

abbr, acronym {
    border: 0;
    font-variant: normal
}

del {
    text-decoration: line-through
}

address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: 500
}

ol, ul {
    list-style: none
}

caption, th {
    text-align: left
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 500
}

q:before, q:after {
    content: ''
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

a:hover {
    text-decoration: underline
}

ins, a {
    text-decoration: none
}
/**
    结束
 */

body {
    font-size: 16px;
    line-height: 1.5;
    font-family: Microsoft Yahei, simsun, arial, tahoma, sans-serif;
    color: #222;
    background: #fff;
    overflow-x: hidden;
    letter-spacing: 1px;
}

li {
    list-style: none;
}

.div_width {
    width: 1200px;
    margin: 0 auto;
}



#swiper-container-city {
    width: 1200px;
    font-size: 0;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    vertical-align: top;
    margin-top: 40px;
}

#swiper-container-city .swiper-slide > div > div {
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
}

#swiper-container-city .swiper-slide > div > div > p {
    margin-right: 20px;
}

#swiper-container-city .swiper-slide {
    width: 380px;
    height: 295px;
    margin-right: 30px;
    position: relative;
    cursor: pointer;
}

#swiper-container-city .swiper-slide > img {
    width: 380px;
    height: 260px;
}

#swiper-container-city .swiper-slide > p {
    width: 100%;
    color: #666;
    font-size: 18px;
    margin-top: 10px;
}

#swiper-container-city .swiper-slide:last-child {
    margin-right: 0px;
}

#swiper-container-city .swiper-slide > .introduce {
    width: 380px;
    height: 260px;
    position: absolute;
    top: 0;

}

#swiper-container-city .swiper-slide > div h2 {
    font-size: 26px;
    color: #fff;
    font-weight: 500;
    line-height: 1.1;
    margin: 20px 0 20px 20px;
}

#swiper-container-city .swiper-slide > div > div p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 10px;
    margin-left: 20px;
    /*display: none;*/
    opacity: 0;
}

#swiper-container-city .swiper-slide > div > div p span {
    display: inline-block;
    vertical-align: top;
}

#swiper-container-city .swiper-slide > div > div p span:nth-child(2) {
    width: 82%;
    word-wrap: break-word;
    word-break: normal;
}

#swiper-container-city .swiper-pagination {
    display: none;
}

.pageNumber {
    width: 1200px;
    position: absolute;
    top: 110px;
    z-index: 9;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    display: flex;
    justify-content: space-between;
}

.pageNumber .pageNumber_img1 {
    transform: rotate(-180deg);
    -ms-transform: rotate(-180deg); /* IE 9 */
    -moz-transform: rotate(-180deg); /* Firefox */
    -webkit-transform: rotate(-180deg); /* Safari 和 Chrome */
    -o-transform: rotate(-180deg); /* Opera */
}


#swiper-container {
    width: 600px;
    height: 366px;
    font-size: 0;
    margin: 0 auto;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
    float: left;
    position: relative;
}

#swiper-container img {
    width: 100%;
    height: 100%;
}

#swiper-container .pageNumber2 {
    position: absolute;
    top: 165px;
    z-index: 1;
    width: 600px;
    display: -webkit-flex;
    -webkit-justify-content: space-between;
    display: flex;
    justify-content: space-between;
    padding: 0 6px;
}

#swiper-container .pageNumber2 img {
    width: 50px;
    height: 50px;
}





.navbar-default {
    box-shadow: none;
}

#myCarousel .carousel-inner {
    width: 1920px;
    height: 360px;
    /* margin-left: 50%;*/
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -180px; /* 高度的一半*/
    margin-left: -960px; /* 宽度的一半 */
}

.images1, .images2 {
    display: none;
}

.navbar {
    margin-bottom: 0;
}

.navbar-default {
    /*background: rgba(255,255,255,0.1);*/
    border: none;
    /*box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.25);*/
    background: rgba(255, 255, 255, 0.6);
    box-shadow: none;
    transition: all 0.4s ease 0s;
}

.navbar-default .navbar-brand {
    font-size: 30px;
    color: #40D2B1;
    height: 80px;
    line-height: 40px;
    padding-left: 0px;
    margin-left: 0px !important;
}

.navbar-collapse ul {
    cursor: pointer;
    margin-right: -50px;
}

.navbar-default .navbar-nav > li > a {
    font-size: 18px;
    color: #4d4d4d;
    margin-right: 50px;
    padding: 30px 0 26px 0;
}

.navbar-default .navbar-nav > li > a.active {
    border-bottom: 4px solid #00b2bc;
    color: #00b2bc !important;
}

.w_1200 {
    width: 1200px;
    margin: 0 auto;
    padding-right: 0px;
    padding-left: 0px;
}

.container1 {
    width: 1200px;
    /*margin: 0px auto;*/
    /*padding-right: 0px;*/
    /*padding-left: 0px;*/
    /*margin-top: 190px;*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*translateY(-50%)*/

}

.navbar-header {
    height: 80px;
}

.container .navbar-header img {
    display: block;
    width: 160px;
    height: 40px;
    margin-top: 5px;
}





#swiper-nav_partner {
    margin-top: 60px;
    overflow: hidden;
}

#swiper-nav_partner .swiper-slide {
    width: 220px;
    height: 158px;
    background: #f7f7f7;
    border-radius: 8px;
    margin-right: 40px;
}

#swiper-nav_partner .swiper-slide:last-child {
    margin-right: 0;
}

#swiper-nav_partner .swiper-slide div {
    width: 220px;
    height: 158px;
    font-size: 16px;
    color: #666;
}

#swiper-nav_partner .swiper-slide div p {
    width: 180px;
    margin: 0 auto;
    text-align: center;
    margin-top: 15px;
}

#swiper-nav_partner .swiper-slide div p:nth-child(1) {
    color: #ccc;
}

#swiper-nav_partner .swiper-slide div p:nth-child(2) {
    text-align: left;
    line-height: 28px;
}

#swiper-nav_partner .swiper-slide div p:nth-child(3) {
    color: #ec7f2e;
}


