﻿/*css reset*/
*{padding: 0;margin: 0;outline: 0}
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td{margin:0;padding:0; border:0px;}
body,button,input,select,textarea{font-family:'Microsoft YaHei';}
body{font-size:14px;height:100%;min-width: 1380px;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
ul,ol,li{list-style:none;}
i,em,b{font-style:normal; display:block; line-height:20px;}
a{text-decoration:none;}
a:link, a:visited, a:hover, a:active {text-decoration: none;cursor: pointer;}
fieldset,img{border:0;}
.fl{float:left;}
.fr{float:right;}
.clear{clear:both;}
.clearfix:after{content:".";display:block;height:0;clear: both;visibility:hidden;}
.banner{position: relative;z-index: 0;width: 730px;height: 352px;float: left;}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;position:relative} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides > li.clone{position:relative}
.flexslider .slides img {width: 100%;height: 352px;}
.flex-pauseplay span {text-transform: capitalize;}
/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}
.no-js .slides > li:first-child {display: block;}

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a { text-decoration:none; display: block; width: 30px; height: 50px;  position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8);  text-indent:-999em ;margin-top:-25px;}
.flex-direction-nav .flex-prev {background: url("../img/l.png");width: 50px;height: 50px;left: 15px;display: block;opacity: 1;background-size: 100%;}
.flex-direction-nav .flex-next {background: url("../img/r.png");width: 50px;height: 50px;right: 15px;display: block;opacity: 1;background-size: 100%;}

/* Control Nav */
.flex-control-nav {right: -11px;/* display: block; */width: 20%;position: absolute;bottom: 12px;z-index: 2;text-align: center;float: right;}
.flex-control-nav li{margin: 0 4px;display: inline-block;height: 14px;}
.flex-control-nav li a{display: inline-block; width: 10px; height: 10px; background: #fff; border: 2px solid #fff; text-indent: -999999px; border-radius: 50%; }
.flex-control-nav li a.flex-active{background: #50866a;border: 2px solid #fff;}
/*ÃƒÂ¥Ã¢â‚¬ÂºÃ‚Â¾ÃƒÂ§Ã¢â‚¬Â°Ã¢â‚¬Â¡ÃƒÂ¤Ã‚Â¸Ã…Â ÃƒÂ§Ã…Â¡Ã¢â‚¬Å¾ÃƒÂ¥Ã‚Â­Ã¢â‚¬â€*/
.flexslider .slides > li p{background: #000;position:absolute;/* left:6%; */bottom: 0%;display: block;width: 100%;text-indent: 20px;line-height: 38px;}
.flexslider .slides > li p a{color:#fff;font-size: 16px;text-shadow: black 0em 0em 0.5em;/* font-weight:bold; *//* background: #000; *//* display: block; *//* width: 100%; */}

