@charset "utf-8";
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
html {
    font-size: 12px;
    width: 100%;
    height: 100%;
    /*overflow-x: hidden; 加上会导致fexed元素覆盖在body滚动条上*/
    -webkit-text-size-adjust: none;
}

body {
    font-size: 1rem;
    min-width: 100%;
    width: 100%;
    height: 100%;
    overflow: auto;
    font-family: 'Microsoft Yahei', "微软雅黑", "宋体", Arial, Helvetica, sans-serif, serif;
    position: relative;
    background-color: #ffffff;
}

body,
p,
dl,
h1,
h2,
h3,
h4 {
    margin: 0;
    padding: 0;
}

ul,
ol,
li {
    list-style: none;
    padding: 0;
    margin: 0;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

p,
a,
span,
li,
div,
em,
small {
    font-family: 'Microsoft Yahei', "微软雅黑", "宋体", Arial, Helvetica, sans-serif, serif;
}

img {
    outline: none;
    vertical-align: middle;
    border: none;
}

cite,
em,
i {
    font-style: normal;
}

.clearfix {
    clear: both;
}

table{
    border-spacing: 0;
    border-collapse: collapse;
}
.text-center {
    text-align: center;
}
.fr {
    float: right;
}

.fl {
    float: left;
}

.full-section {
    width: 100%;
    position: relative;
    /*overflow: hidden;*/
}

/*font {
    color: #ff4342;
}*/

.section {
    width: 1100px;
/*    margin: 0 auto;*/
    position: relative;
}

.section-nav{
    width: 800px;
    margin: 0px,0px,0px,100px;
padding:0px,0px,0px,200px;
    position: relative;
}

.cf:before,
.section:before,
.row:before,
.cf:after,
.section:after,
.row:after {
    display: table;
    content: "";
}

.cf:after,
.section:after,
.row:after {
    clear: both;
}

.row {
/*
    margin-left: -15px;
    margin-right: -15px;
*/
}

.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-12,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-11 {
/*
    position: relative;
    min-height: 1px;
    padding: 0 15px;
*/
}

@keyframes swing {
    20% {
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        transform: rotate3d(0, 0, 1, -5deg);
    }

    to {
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.caret-right{
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 8px;
    vertical-align: middle;
    border-left: 4px dashed;
    border-right: 4px solid\9;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    color: #a5a5a5;
}

.pull-left {
    float: left!important;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 100%;
    padding: 5px 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

.open > .dropdown-menu {
    display: block;
}

.checkbox-inline,
.radio-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
}

input[type=checkbox],
input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal;
}

.radio-inline input[type=radio] {
    position: absolute;
    margin-top: 4px\9;
    margin-left: -20px;
}



.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.navbar-toggle {
    position: relative;
    display: none;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

/*轮播*/
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 9%;
  height: 34px;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
}
.index-caursol-wrap .carousel-control.left {
    bottom: 0;
    top: auto;
    right: 9%;
    left: auto;
    background: url(../images/caursol-caption-bg.png) repeat;
}
.index-caursol-wrap .carousel-control.right {
      left: auto;
      right: 0;
    top: auto;
    bottom: 0;
    background: url(../images/caursol-caption-bg.png) repeat;
    border-bottom-right-radius: 2px;
}
.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-control .icon-chevron-left,
.carousel-control .icon-chevron-right {
  position: absolute;
  top: 50%;
  margin-top: -4px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-chevron-left {
  left: 50%;
  margin-left: -4px;
}
.carousel-control .icon-chevron-right {
  right: 50%;
  margin-right: -4px;
}
.carousel-control .icon-chevron-left,
.carousel-control .icon-chevron-right {
    display: block;
  width: 8px;
  height: 8px;
  line-height: 1;
  font-family: serif;
}
.carousel-control .icon-chevron-left {
  background: url(../images/icon-arrow-left.png) no-repeat 0 0;
}
.carousel-control .icon-chevron-right {
  background: url(../images/icon-arrow-right.png) no-repeat 0 0;
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}
.index-caursol-wrap .carousel-inner > .item > img, 
.index-caursol-wrap .carousel-inner > .item > a > img {
    border-radius: 2px;
    width: 100%;
    min-height: 279px;
    display: block;
    overflow: hidden;
    text-align: left;
}
.carousel-caption {
  position: absolute;
  left: 0;
  right: 20%;
  bottom: 0px;
  z-index: 10;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background: url(../images/caursol-caption-bg.png) repeat;
    border-bottom-left-radius: 2px;
}
.carousel-caption .swiper-caption{
    display: block;
    width: 85%;
    border-bottom-left-radius: 2px;
    padding: 5px 9px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    color: #fff;
    line-height: 24px;
    text-align: left;
}
.carousel-caption .carousel-page{
    display: block;
    float: right;
    width: 15%;
    color: #fff;
    padding: 5px 9px 5px 0;
    font-size: 12px;
    color: #fff;
    line-height: 24px;
    text-align: right;
}
.carousel-caption .btn {
  text-shadow: none;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    left: 0;
    right: 20%;
    padding-bottom: 0px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}




/***************media screen **********************/

@media1111(max-width:1199px) {
    .section {
        width: 910px;
    }
}

@media1111(max-width:991px) {
    .section {
        width: 704px;
    }
}

@media(max-width:767px) {
    .section {
        width: 100%;
        padding: 0 15px;
    }
    .hidden-xs {
        display: none !important;
    }
    .visible-xs-block {
        display: block !important;
    }
    .navbar-toggle {
        display: block;
    }
}

@media1111(min-width:768px) {
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-12 {
        float: left;
    }
    .col-sm-4 {
        width: 33.3333333333%;
    }
    .col-sm-5 {
        width: 41.6666666667%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-12 {
        width: 100%;
    }
}

@media1111(min-width:992px) {
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-11 {
        float: left;
    }
    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.3333333333%;
    }

    .col-md-5 {
        width: 41.6666666667%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
}