/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
body, ul, li, dl, dt, dd, h1, h2, h3, h4, p {margin:0; padding:0; list-style:none;
} 

/*首页banner*/
.home_ban_dw{float:left; width:100%; margin-bottom:25px;}
.home_banner{width:100%; height:auto; position:relative; top:0px;}
.home_rslides { position: relative; overflow: hidden; width: 100%; padding: 0; margin: 0;}
.home_rslides li {-webkit-backface-visibility: hidden; position: absolute; display: none; width: 100%; left: 0; top: 0; }
.home_rslides li:first-child { position: relative; display: block; float: left; }
.home_rslides img { display: block;   float: left; width: 100%; border: 0; }
.home_slide_container {position:relative; width: 100%;}
.home_slide { position: relative; list-style: none; overflow: hidden; width: 100%; padding: 0; margin: 0; }
.home_slide li { position: absolute; width: 100%; left: 0; top: 0; }
.home_slide img { display: block; position: relative; z-index: 1; height: auto; width: 100%; border: 0; }
.home_slide .caption { display: block; position: absolute; z-index: 2; font-size: 20px; text-shadow: none; color: #fff; left: 0; right: 0; bottom: 50px; padding: 10px 20px; margin: 0; max-width: none; }
.home_slide_nav { position: absolute; -webkit-tap-highlight-color: rgba(0,0,0,0); top: 52%; left: 0; opacity: 0.7; z-index: 3; text-indent: -9999px; overflow: hidden; text-decoration: none; height: 61px; width: 38px; background: transparent url("../images/themes.gif") no-repeat left top; margin-top: -45px; }
.home_slide_nav:active { opacity: 1.0; }
.home_slide_nav.next { left: auto; background-position: right top; right: 0; }
.home_slide_tabs{position:absolute; bottom:40px; z-index:100; left: 50%; margin-left:-75px; width: 150px;  display:inline;}
.home_slide_tabs li{ float:left; margin-left:10px; }
.home_slide_tabs li a{margin:0px; width:50px; display:block; background:#fff; text-align:center; height:4px; filter:alpha(opacity=65);  opacity:0.65; font-size:0px; line-height:4px; color:#fff;}
.home_slide_tabs li a:hover{background:#ffe100; filter: alpha(opacity=100); opacity:1.0; -webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out}
.home_slide_tabs .home_slide_here a{background:#ffe100;}

.home_banner_title{width:93%; margin-left:5%; height:100%; margin-top:15%; position:absolute; z-index:10;}
.home_banner_title h1{font-size:47px; line-height:72px; color:#17375e;  display:block;  }
.home_banner_title h2{font-size:44px; line-height:50px;  color:#17375e; letter-spacing: 1px;}
.home_banner_title p{font-size:18px; line-height:35px; margin-top:15px; display:block;  color:#fff;}
.home_banner_title p a{color:#fff; background: #c41e3a; border:1px solid #c41e3a; margin-top:30px; width:135px; line-height:46px; height:46px; display:block; text-align:center; font-size:21px;  text-decoration:none;  }
.home_banner_title p a:hover{   background: #002b7f;   border:1px solid #002b7f; -webkit-transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;}
	

/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
	font-family: 'flexslider-icon';
	src:url('fonts/flexslider-icon.eot');
	src:url('fonts/flexslider-icon.eot@#iefix') format('embedded-opentype'),
		url('fonts/flexslider-icon.ttf') format('truetype'),
		url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin:0; padding: 0; }
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.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 JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { margin: 0px; background: #fff; border: 0px solid #fff; position: relative; zoom: 1;  }
.flex-viewport { max-height: 2000px;  transition: all 1s ease; }
.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { line-height: 1; display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color:#ce8e4b;  transition: all .3s ease; }
.flex-direction-nav .flex-prev { left: -80px; }
.flex-direction-nav .flex-next { right: -80px; text-align: right; }
.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  { font-family: "flexslider-icon"; font-size: 40px; display: inline-block; content: '\f001'; }
.flex-direction-nav a.flex-next:before  { content: '\f002'; }

/* Pause/Play */
.flex-pauseplay a { display: block; width: 20px; height: 20px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  { font-family: "flexslider-icon"; font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;display: none;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev { opacity: 1; left: 10px;}
  .flex-direction-nav .flex-next { opacity: 1; right: 10px;}
}
/*ipad 720分辨率（大于480px，小于767px）*/
	@media screen and (min-width:480px) and (max-width:768px) {
.home_slide img{height: 16rem;}
		.home_banner_title h1{font-size: 34px; line-height: 42px;}
	.home_banner_title h2{font-size: 28px; line-height: 52px;}
	.home_banner_title p a{display: none;}
	.home_slide_tabs{bottom: 18px;}
}

@media only screen and (max-width:480px) {
	.row { width: 90%; margin: 0px 5% }
	.home_rslides img{height: 13rem;}
	.home_slide img{height: 13rem;}
	.home_banner_title h1{font-size: 28px; line-height: 34px;}
	.home_banner_title h2{font-size: 24px; line-height: 42px;}
	.home_banner_title p a{display: none;}
	.home_slide_tabs{bottom: 12px;}
	
}