@charset "utf-8";
/* CSS Document */
body {
    font-family:'Arial',Arial, sans-serif;
    color: #000;
    padding: 0;
    margin: 0;
    font-size: 12px;
    background-color: #fff;
}
html,body{}
a{text-decoration:underline; color: #000;
font-family:'Arial',Arial, sans-serif;
/* transition:all 0.5s;
-webkit-transition:all 0.5s;
-ms-transition:all 0.5s;
-moz-transition:all 0.5s;
-o-transition:all 0.5s; */}


/*菜单 -------------------------------------------------------------------------------*/
.menu > ul{ max-width:999px; margin:0 auto;/* min-height:60px; */background: url(../images/menu_line.png) no-repeat left center;}
.menu > ul > li{ float:left; margin:0; position:relative; text-align:center;}
.menu > ul > li > a{/*-webkit-transition:background linear .1s; transition:background linear .1s;*/}
/*.menu > ul > li > a:hover{  background:url(../images/menu_hoverbg.png) top repeat-x;}*/


.menu li.home{ width:102px;}
.menu li.home a{}

.menu > ul > li.on > a{ /*background:#1db0d5;color:#fff;*/}
.menu > ul > li.on > a.sub{background:#FF7F00; color:#FFF;}/*
.menu > ul > li.on > a.sub span{background-position:right -68px;}*/

.menu ul ul{ display:none; position:absolute; left:0; top:48px; background:#FF7F00; border-top:1px solid #ea7500; width:200px; margin-top:-1px; z-index:1000;}
.menu ul ul li{ height:40px; line-height:40px; text-align:left; border-bottom:1px solid #ea7500;}
.menu ul ul li a{ display:block; font-size:0.8em;/* padding-left:30px; -webkit-transition:background linear .3s; transition:background linear .3s;*/}
.menu ul ul li a:hover{ background:#d56b03;}

.menu-mobile, #head .link-mobile{ display:none;}



/*首页 -------------------------------------------------------------------------------*/
/*焦点图片切换*/
.home-focus{ position:relative; width:100%; overflow:hidden;}
.home-focus .flexslider{ /*min-height:300px;*/}
.home-focus .flex-control-nav {position: absolute; left:38%; bottom:15px;width:300px;}
.home-focus .flex-control-nav li {padding:10px 0; display:inline-block;}
.home-focus .flex-control-paging li a {width:12px; height:12px;  background:url(../images/flexbtn02.png) no-repeat;}
/*.home-focus .flex-control-paging li a:hover { background:url(../images/flexbtn.png) no-repeat left;}*/
.home-focus .flex-control-paging li a.flex-active {  background:url(../images/flexbtn01.png) no-repeat left; cursor: default; }

.home-focus .flex-direction-nav a{ margin-top:-55px; width: 50px; height: 50px; line-height:50px; color:#fff;}
.home-focus .flex-direction-nav a:hover{ color:#ec6425;}
.home-focus .flex-direction-nav .flex-prev {}
.home-focus .flex-direction-nav .flex-next {}
.home-focus .flexslider:hover .flex-prev { left: 50px; }
.home-focus .flexslider:hover .flex-next { right: 50px; }
.home-focus .flex-direction-nav a:before{ font-family: 'icomoon'; content:url(../images/arrow2_pic01.png);; font-size:50px;}
.home-focus .flex-direction-nav a.flex-next:before { content:url(../images/arrow2_pic02.png);}

.home-focus .link{ position:absolute; bottom:0; left:0; width:100%; height:150px; overflow:hidden; background:rgba(255,255,255,.64);}
.home-focus .link ul{ max-width:999px; margin:0 auto; height:100%; overflow:hidden;}
.home-focus .link li{ float:left; width:25%; height:150px; color:#fff; cursor:pointer;}
.home-focus .link li > a{ display:block; background:#ec6425; height:100%; margin-right:2px; -webkit-transition:opacity linear .3s; transition:opacity linear .3s; padding:0 10%; color:#fff;}
.home-focus .link li h3{ font-size:1.35em; font-weight:normal; padding-top:40px; padding-bottom:12px;}
/*.home-focus .link li h3.right span{ width:88px; display:inline-block; *display:inline;*zoom:1;}*/
.home-focus .link li p{ font-size:0.88em;}

.home-focus .link li.zcyl > a{ opacity:1;}
.home-focus .link li.jjyl > a{ opacity:.75;}
.home-focus .link li.jkxw > a{ opacity:.8;}
.home-focus .link li.jkgl > a{ opacity:.9;}

.home-focus .link li > a:hover{background:#1db0d5; color:#fff;}

.home-focus .link li.zcyl h3{ background:url(../images/icon_zcyl.png) no-repeat left 22px; padding-left:45px;}
.home-focus .link li.jjyl h3{ background:url(../images/icon_jjyl.png) no-repeat left 20px; padding-left:40px;}
.home-focus .link li.jkxw h3{ background:url(../images/icon_jkxw.png) no-repeat left 30px; padding-left:48px;}
.home-focus .link li.jkgl h3{ background:url(../images/icon_jkgl.png) no-repeat left 30px; padding-left:42px; width:140px;}



@media only screen and (max-width: 960px)
{

	
	.home-focus .link li.jkgl h3{ width:140px;}

}

@media only screen and (max-width: 860px)
{
	
		
	.home-focus .link li.jkgl h3{ width:140px;}

}

@media only screen and (max-width: 768px)
{
	.home-focus .flexslider{ /*min-height:270px;*/}
	.home-focus .flexslider .slides li{}
	.home-focus .flexslider .slides img{}
	.home-focus .flex-control-nav, .home-focus .flex-direction-nav{ display:none;}
	
	.home-focus .link{ position:relative; margin-top:-150px; height:auto;}
	.home-focus .link ul{height:auto;}
	.home-focus .link li{ width:50%; margin-bottom:2px;}
	.home-focus .link li h3{ font-size:1.7em; padding-top:35px; overflow:hidden;}
	.home-focus .link li h3:after{ content:' +'; }
	
	.home-focus .link li h3.right:after{ content:' +'; float:right; }
	.home-focus .link li p{ font-size:1.1em; margin-top:5px;}


	
	.home-focus .link li.jkgl h3{ width:auto;}
	.menu{ display:none;}
	.menu-mobile, #head .link-mobile { display:block}
	.menu-mobile{ position:absolute; left:0; top:42px; width:100%; background:#fff; border-top:1px solid #f1f1f1; z-index:1100;}
	.menu-mobile a{ display:block; color: #000; border-bottom:1px solid #f1f1f1; padding:10px 30px; font-size:16px; line-height:28px;}
	.menu-mobile a:hover{ color:#0092d9;}
	.menu-mobile > ul > li > a.on{ font-weight:bold;}
	.menu-mobile > ul > li > a.on span{ padding-right:20px; background:url(../images/arrow9_r.png) no-repeat right; background-size:8px auto;}
	
	.menu-mobile ul ul{ display:none;}
	.menu-mobile ul ul a{ padding-left:60px; background:url(../images/dot3.png) no-repeat 45px; background-size:3px auto;}
	
	.link-mobile{ display:block; }
	.link-mobile .menu-btn{ width:62px; height:42px; position:absolute;border-left: 1px solid #DCDCDC;right:0px; top:0px; background:url(../images/icon_menu_mobile.png) no-repeat center center;}
	
	
}
@media only screen and (max-width: 600px)
{
	 /* .menu-mobile{ top:128px;}*/
}

@media only screen and (max-width: 480px)
{
	.home-focus .link{ position: relative; top:0; height:auto; background:none; padding-top:0; margin:0;}
	.home-focus .link ul{ height:auto; background:none; overflow:hidden; padding-bottom:20px;}
	.home-focus .link li{ float:none; width:100%; height:120px;}
	.home-focus .link li div{ padding:12px 0}
	
	.home-focus .link li h3{ padding-top:20px; padding-bottom:15px;}
	.home-focus .link li p{ margin-top:0px;}
	.home-focus .link li.zcyl h3{ background-position:left 10px;}
	.home-focus .link li.jjyl h3{ background-position:left 10px;}
	.home-focus .link li.jkxw h3{ background-position:left 10px;}
	.home-focus .link li.jkgl h3{ background-position:left 10px;}
	
	
	.home-focus .link li.jkgl h3{ width:auto;}
	

}
@media only screen and (max-width: 400px){
	/*.link-mobile .menu-btn{ top:102px;}
	.menu-mobile{ top:133px;}*/
}





/*
 
 * 
 * */
/*
 * 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)
 */


/* 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.woff') format('woff'),
		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: 0 0 0px; background: #fff; position: relative; zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; 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  { display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; line-height:40px;}
.flex-direction-nav .flex-prev { left: -50px; }
.flex-direction-nav .flex-next { right: -50px; 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: -30px; text-align: center;}
.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: #bbb; opacity: 1; cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-transition: all .5s ease; -moz-transition: all .5s ease; transition: all .5s ease;}
.flex-control-paging li a:hover { background: #bbb; opacity: 0.6; }
.flex-control-paging li a.flex-active { background: #a20825; opacity: 1; 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;}
}