/* CSS Document */
/****/
.carousel { position: relative }
.carousel-inner { position: relative; width: 100%; overflow: hidden }
.carousel-inner>.item { position: relative; display: none; -webkit-transition: .6s ease-in-out left; -o-transition: .6s ease-in-out left; transition: .6s ease-in-out left }
.carousel-inner>.item>a>img, .carousel-inner>.item>img { line-height: 1 }

@media all and (transform-3d), (-webkit-transform-3d) {
.carousel-inner>.item { -webkit-transition: -webkit-transform .6s ease-in-out; -o-transition: -o-transform .6s ease-in-out; transition: transform .6s ease-in-out; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-perspective: 1000px; perspective: 1000px }
.carousel-inner>.item.active.right, .carousel-inner>.item.next { left: 0; -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0) }
.carousel-inner>.item.active.left, .carousel-inner>.item.prev { left: 0; -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0) }
.carousel-inner>.item.active, .carousel-inner>.item.next.left, .carousel-inner>.item.prev.right { left: 0; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 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; bottom: 0; left: 0; width: 15%; font-size: 20px; color: #fff; text-align: center; /*text-shadow: 0 1px 2px rgba(0,0,0,.6); background-color: rgba(0,0,0,0); filter: alpha(opacity=50); opacity: .5 */ }
.carousel-control.left { /*background-image: -webkit-linear-gradient(left, rgba(0,0,0,.5) 0, rgba(0,0,0,.0001) 100%); background-image: -o-linear-gradient(left, rgba(0,0,0,.5) 0, rgba(0,0,0,.0001) 100%); background-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,.5)), to(rgba(0,0,0,.0001))); background-image: linear-gradient(to right, rgba(0,0,0,.5) 0, rgba(0,0,0,.0001) 100%); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);*/ background-repeat: repeat-x }
.carousel-control.right { right: 0; left: auto; /*background-image: -webkit-linear-gradient(left, rgba(0,0,0,.0001) 0, rgba(0,0,0,.5) 100%); background-image: -o-linear-gradient(left, rgba(0,0,0,.0001) 0, rgba(0,0,0,.5) 100%); background-image: -webkit-gradient(linear, left top, right top, from(rgba(0,0,0,.0001)), to(rgba(0,0,0,.5))); background-image: linear-gradient(to right, rgba(0,0,0,.0001) 0, rgba(0,0,0,.5) 100%); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);*/ background-repeat: repeat-x }
/*.carousel-control:focus, .carousel-control:hover { color: #fff; text-decoration: none; filter: alpha(opacity=90); outline: 0; opacity: .9 }*/
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev { position: absolute; top: 50%; z-index: 5; display: inline-block; margin-top:-25px }
.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev { left: 50%; margin-left: -10px }
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next { right: 50%; margin-right: -10px }
.carousel-control .icon-next, .carousel-control .icon-prev { width: 20px; height: 20px; font-family: serif; line-height: 1 }
.carousel-control .icon-prev:before { content: '\2039' }
.carousel-control .icon-next:before { content: '\203a' }
.carousel-indicators { position: absolute; bottom:30px; left: 50%; z-index: 15; width: 60%; padding-left: 0; margin-left: -30%; text-align: center; list-style: none }
.carousel-indicators li { display: inline-block; width: 10px; height: 10px; margin: 1px; text-indent: -999px; cursor: pointer; background-color: #000\9; background-color: rgba(0,0,0,0); border: 1px solid #fff; }
.carousel-indicators .active { width: 10px; height: 10px; margin: 0 5px; background-color: #fff }
.carousel-caption { position: absolute; right: 15%; bottom: 20px; left: 15%; z-index: 10; padding-top: 20px; padding-bottom: 20px; color: #fff; text-align: center; text-shadow: 0 1px 2px rgba(0,0,0,.6) }
.carousel-caption .btn { text-shadow: none }
.breadcrumb { list-style: none; }
.breadcrumb>li { display: inline-block }
.breadcrumb>li+li:before { padding: 0 5px; color: #ccc; content: "/\00a0" }
.breadcrumb * { font-size: 14px }
.pager { padding-left: 0; margin: 20px 0; text-align: center; list-style: none }
.pager li { display: inline }
.pager li>a, .pager li>span { display: inline-block; padding: 5px 10px; background: #fff; border: 1px solid #4d4b4b; }
.pager li>a:focus, .pager li>a:hover, .pager li a.current{ text-decoration: none; background-color: #4d4b4b; color: #FFFFFF; }
.pager .next>a, .pager .next>span { float: right }
.pager .previous>a, .pager .previous>span { float: left }
.pager .disabled>a, .pager .disabled>a:focus, .pager .disabled>a:hover, .pager .disabled>span { color: #777; cursor: not-allowed; background-color: #fff }
.container { width: 1200px; padding-right: 0; padding-left: 0; margin-right: auto; margin-left: auto }
.container-fluid { padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto }
.row { width: 100%; margin-right: auto; margin-left: auto }
.container-fluid:after, .container-fluid:before, .container:after, .container:before, .row:after, .row:before, .clear-float:after, .clear-float:before,.float-clear:after,.float-clear:before { display: table; content: "" }
.container-fluid:after, .container:after, .row:after, .float-clear:after, .clear-float:after { clear: both }
.container-fluid>.navbar-collapse, .container-fluid>.navbar-header, .container>.navbar-collapse, .container>.navbar-header { margin-right: -15px; margin-left: -15px }
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 { position: relative; min-height: 1px; padding: 0; margin: 0; height: 100%; }
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 { float: left }
.col-lg-12 { width: 100% }
.col-lg-11 { width: 91.66666667% }
.col-lg-10 { width: 83.33333333% }
.col-lg-9 { width: 75% }
.col-lg-8 { width: 66.66666667% }
.col-lg-7 { width: 58.33333333% }
.col-lg-6 { width: 50% }
.col-lg-5 { width: 41.66666667% }
.col-lg-4 { width: 33.33333333% }
.col-lg-3 { width: 25% }
.col-lg-2 { width: 16.66666667% }
.col-lg-1 { width: 8.33333333% }
.col-lg-pull-12 { right: 100% }
.col-lg-pull-11 { right: 91.66666667% }
.col-lg-pull-10 { right: 83.33333333% }
.col-lg-pull-9 { right: 75% }
.col-lg-pull-8 { right: 66.66666667% }
.col-lg-pull-7 { right: 58.33333333% }
.col-lg-pull-6 { right: 50% }
.col-lg-pull-5 { right: 41.66666667% }
.col-lg-pull-4 { right: 33.33333333% }
.col-lg-pull-3 { right: 25% }
.col-lg-pull-2 { right: 16.66666667% }
.col-lg-pull-1 { right: 8.33333333% }
.col-lg-pull-0 { right: auto }
.col-lg-push-12 { left: 100% }
.col-lg-push-11 { left: 91.66666667% }
.col-lg-push-10 { left: 83.33333333% }
.col-lg-push-9 { left: 75% }
.col-lg-push-8 { left: 66.66666667% }
.col-lg-push-7 { left: 58.33333333% }
.col-lg-push-6 { left: 50% }
.col-lg-push-5 { left: 41.66666667% }
.col-lg-push-4 { left: 33.33333333% }
.col-lg-push-3 { left: 25% }
.col-lg-push-2 { left: 16.66666667% }
.col-lg-push-1 { left: 8.33333333% }
.col-lg-push-0 { left: auto }
.col-lg-offset-12 { margin-left: 100% }
.col-lg-offset-11 { margin-left: 91.66666667% }
.col-lg-offset-10 { margin-left: 83.33333333% }
.col-lg-offset-9 { margin-left: 75% }
.col-lg-offset-8 { margin-left: 66.66666667% }
.col-lg-offset-7 { margin-left: 58.33333333% }
.col-lg-offset-6 { margin-left: 50% }
.col-lg-offset-5 { margin-left: 41.66666667% }
.col-lg-offset-4 { margin-left: 33.33333333% }
.col-lg-offset-3 { margin-left: 25% }
.col-lg-offset-2 { margin-left: 16.66666667% }
.col-lg-offset-1 { margin-left: 8.33333333% }
.col-lg-offset-0 { margin-left: 0 }
/****/
* { margin: 0; padding: 0; font-family: "微软雅黑"; list-style: none; }
img { max-height: 100%; max-width: 100%; }
a{ color: #333333;}
a, p { font-size: 14px;}
a, a:hover { text-decoration: none }
a:hover { filter: alpha(opacity=80); opacity: 0.8; -moz-opacity: 0.8; -khtml-opacity: 0.8;  color: #e5322c;}
a.clear:hover { filter: alpha(opacity=100); opacity: 1; -moz-opacity: 1; -khtml-opacity: 1; }
a img { border: 0; }
hr { border: 0 }
.block { display: block; width: 100%; height: 100%; }
header, section, footer, aside, nav, article, figure { display: block; }
.word-clamp, .word-clamp p, .word-clamp a { display: block; overflow: hidden; text-overflow: ellipsis; -ms-text-overflow: ellipsis;  white-space: nowrap;}
.enlarge { transform: scale(1.2); -ms-transform: scale(1.2); -moz-transform: scale(1.2); -webkit-transform: scale(1.2); -o-transform: scale(1.2); }
.transition { transition: all 0.6s; -ms-transition: all 0.6s; -moz-transition: all 0.6s; -webkit-transition: all 0.6s; -o-transition: all 0.6s; }
.clear { width: 0 !important; height: 0 !important; font-size: 0 !important; border: 0 !important; clear: both !important; }
.placeholder { width: 100%; height: 0.0000000000000000000000001px; margin: 0 !important; padding: 0 !important; font-size: 0 !important; border: 0 !important; clear: both !important; }
.disabled { disabled: disabled; pointer-events: none; cursor: default; opacity: 0.6; }
.relative { position: relative; top: 0; left: 0; right: 0; bottom: 0; }
.box-middle { position: absolute; top: 0; left: 0; right: 0; bottom: 0; text-align: center; }
.pic-enlarge-hide { overflow: hidden }
.pic-enlarge img, .pic-enlarge-hide img { transition: all 0.6s; -ms-transition: all 0.6s; -moz-transition: all 0.6s; -webkit-transition: all 0.6s; -o-transition: all 0.6s; }
.pic-enlarge img:hover, .pic-enlarge-hide img:hover { transform: scale(1.2); -ms-transform: scale(1.2); -moz-transform: scale(1.2); -webkit-transform: scale(1.2); -o-transform: scale(1.2); }
.video { position: relative; top: 0; left: 0; }
.video video, .video img { width: 100%; height: 100%; position: absolute; top: 0; left: 0; }
.children-small { width: 100%; margin: 0 auto; min-width: 1000px; }
.children-small-hide { margin: 0 auto; width: 1000px; }
.children-middle { width: 100%; margin: 0 auto; min-width: 1100px; }
.children-middle-hide { margin: 0 auto; width: 1100px; }
.children { display: block; width: 100%; margin: 0 auto; min-width: 1100px; }
.children-hide { margin: 0 auto; width: 1200px; }
.children { width: 100%; margin: 0 auto; }
.friendly-link { width: 100%; line-height: 30px; background: #e3e3e3; }
.friendly-link>* { width: 1100px; height: 100%; margin: 0 auto; }
.friendly-link a, .friendly-link p { font-size: 14px; color: #555555; display: inline; margin-left: 10px }
.friendly-link a { margin-left: 10px }
.list, .children-small, .children-small-hide, .children-middle, .children-middle-hide, .children, .children-hide { position: relative }
.list { width: 100%; }
.list .hide { display: table; width: 110%; }
.list .list-item { float: left; margin-right: 10px }
.list .list-item:last-child { margin-right: 0 }
.list-cell, .list-cell-middle { display: table; margin: 0 auto;}
.list-cell-middle, .list-cell-middle .list-item { vertical-align: middle; text-align: center }
.list-item { display: table-cell; }
.list-item p { max-width: 100%; }
.list-item-middle { display: table-cell; vertical-align: middle }
.list-item-first { margin-left: 0 !important; padding-left: 0 !important }
.list-item-last { margin-right: 0 !important; padding-right: 0 !important }
.title { width: 100%; text-align: center }
.title h1 { font-weight: bold }
.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }
.button { display: block; margin: 0 auto; width: 200px; height: 50px; line-height: 50px; text-align: center; vertical-align: middle }
.button img { vertical-align: middle }
.page-row { width: 100%; line-height: 34px }
.page-row p, .page-row a { display: block; width: 100%; color: #999999; }
.width { width: 100% }
.float-left { float: left }
.float-right { float: right }
