@charset "utf-8";
/* CSS Document */
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,caption,form,fieldset,legend,button,textarea,menu{margin:0;padding:0;display: block;box-sizing: border-box;}
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{display:block; margin: 0; padding: 0;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;font-weight:normal;}
html,body,fieldset,img,iframe,abbr{border:0;vertical-align: middle;}
[hidefocus],summary{outline:0;}
ul,li{list-style:none;  display: list-item; text-align: -webkit-match-parent;}
h1,h2,h3,h4,h5,h6,small{font-size:100%; font-weight: normal;}
textarea{overflow:auto;resize:none;}
a,button{cursor:pointer;}
del,ins,u,s,a{text-decoration:none !important;}
em,  th, i {
    font-style: normal;
    font-weight: normal;
}
body,textarea,input,button,select,keygen,legend{font:12px/1.14 arial,\5b8b\4f53;color:#333;outline:0;
   border:none;}
body{background:#fff;}
.clear {clear:both;}
body, h1, h2, h3, h4, h5, h6, p, input, select {
    font: 12px Microsoft Yahei,arial;
}
a{text-decoration:none; color:#333;box-sizing: border-box; }
a:hover {  color: #ff4400!important;}
a:link {color: #333333 !important;}
.clearfix:after,
.clearfix:before {
   content: " ";
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}
/*主题居中*/
.content {
   width: 1199px;
   margin: 0 auto;
}
/*竖的线条*/
.line {
   height: 14px;
   background-color: #ccc;
   width: 2px;
   display: inline-block;
   box-sizing: border-box;
   overflow: hidden;
}
.fl {
   float: left;
}
.fr {
   float: right;
}

.carousel.slide .carousel-control {
   display: none;
   width:6%;
}
.carousel.slide:hover .carousel-control{
   display: block;
}





























