@charset "utf-8";
/* CSS Document */

/*整体*/
*, *:before, *:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  	background-color: #E6E6E6;
	font-size: 14px;
	font-family: Arial, Microsoft Yahei, Helvetica, sans-serif;
	margin: 0;
    padding: 0;
    font-size: 14px;
	color: #666;
    width: 100%;
    background-color: #fff;
}
body#index{background-image: url(../images/bg1.jpg); padding-right: 40px;}
a{
	color:#666;
	text-decoration:none;
     cursor: pointer;
}
a:hover{
	text-decoration:none;
    color: #f69b0b;
}
p, ul,li, h1,h2,h3,h4,h5{
	margin: 0;
	padding: 0;
}
li{
	list-style:none;
}
img{
	border: none;
    margin: 0;
    padding: 0;
	vertical-align: top;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.wrap{
    width: 1160px;
    margin: 0 auto;
}
.clearfix:after,.clearfix:before,.w:after,.w:before {
    content:"";
    display:block;
    clear:both
}
.clearfix {
    display:block
}
h1,h2,h3,h4,h5{font-weight: normal;font-family: Arial,'微软雅黑';}
input,button,textarea{
    outline: inherit;
}

/*-----------------------------*/
#header{
    position: relative;
}
#header .top{
    background: #f2f2f2;
    line-height: 29px;
    border-bottom: 1px solid #e5e5e5;
    font: 12px/29px "Microsoft YaHei","微软雅黑",SimSun,"宋体";
}
#header .top a{
    margin-left: 5px;
    display: inline-block;
}
#header .top a:hover{
    color: #E67A0E;
}
.header .wrap{
    position: relative;
}
.header .logo{
    display: block;
    height: 115px;
    width: 379px;
    background: url(../images/logo.png) no-repeat center;
    background-size: 100% auto;
}


/*---地区选择---*/
.chosePlace{
    margin: 0;
    line-height: 35px;
    position: absolute;
    left: 240px;
    top: 45px;
    width: 110px;
    z-index: 9999;
    height: 30px;
    overflow: hidden;
}
.chosePlace .nowPlace{
    color: #333;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
}
.chosePlace .nowPlace i{
    font-size: 14px;
    color: #999;
    margin-left: 5px;
}
.chosePlace.placeShow{
    border: 1px solid #ccc;
    background: #fff;
    height: auto;
}
.chosePlace .placeList{
    display: none;
}
.placeShow .placeList{
    padding: 5px;
    display: block;
}
.placeShow .placeList a{
    display: inline-block;
    line-height: 25px;
    padding: 0 5px;
}
.placeShow .placeList a:hover,.placeShow .placeList a.active{
    background: #E67A0E;
    color: #fff;
}
/*-----搜索-----*/
.search{
    height: 40px;
    width: 510px;
    border: 2px solid #4A84FF;
    background: #fff;
    margin: 37px 30px 0 0;
    line-height: 38px;
}
.search i{
    font-size: 28px;
    color: #999;
    padding: 0 8px;
}
.search input{
    height: 38px;
    width: 370px;
    border: none;
    background: none;
}
.search button{
    color: #fff;
    width: 90px;
    height: 37px;
    border: none;
    background: #4A84FF;
    font-size: 16px;
}
.search_box p.key{
    color: #66b949;
    line-height: 35px;
}
.search_box p.key a{
    color: #66b949;
    margin-right: 8px;
}
.search_box p.key a:hover{
    text-decoration: underline;
}
.header .tel{
    padding: 10px 0;
}
.header .tel img{
    height: 95px;
}
#header .nav{
    height: 42px;
    background: #4A84FF;
    line-height: 24px;
}
#header .nav ul{
    width: 100%;
}
#header .nav ul li{
    float: left;
    padding: 9px 0;
}
#header .nav a{
    color: #fff;
    font-size: 16px;
    display: block;
    text-align: center;
    position: relative;
    border-right: 1px solid #79A0FA;
}
#header .nav li:last-child a{border: none;}
#header .nav li:hover{
    background: #79A0FA;
}
#header .nav a i{
    position: absolute;
    right: 9px;
    top: -22px;
    width: 60px;
    height: 25px;
    display: block;
}
#header .nav a i.hot{
    background: url(../images/hot.png) no-repeat center;
}
#header .nav a i.hot_h{  
    background: url(../images/hot_h.png) no-repeat center;
    background-size: auto 20px;

}
#header .nav a i.hot_cu{
    width: 35px;
    height: 34px;
    background: url(../images/hot_cu.png) no-repeat center;
    background-size: 100% auto;
    top: -24px;
    right: 0;
}

#header .nav .nav_moreA{
    padding: 0;
    cursor: pointer;
}
#header .nav .nav_moreA i.icon-caidan{
    width: 40px;
    height: 60px;
    display: block;
    text-align: center;
    font-size: 22px;
    color: #fff;
}
#header .nav .nav_moreA .nav_more{
    position: absolute;
    left: 0;
    bottom: -42px;
    width: 100%;
    background: #fff;
    line-height: 30px;
    z-index: 9999;
    box-shadow: 5px 5px 10px #999;
    text-align: right;
    display: none;
}
#header .nav .nav_moreA:hover .nav_more{display: block;}
#header .nav .nav_moreA .nav_more a{
    display: inline-block; 
    color: #333; 
    font-size: 16px; 
    padding: 0 15px;
    float: inherit;
    margin: 8px 0;
}
#header .nav .nav_moreA .nav_more a:hover{
    background: #39931F;
    color: #fff;
}

/*----------------footer----------------------------*/
#footer{
    background: #F7F7F7;
}

.footer1{
    background: -webkit-linear-gradient(top, rgba(135, 201, 75, 1) 0%, rgba(71, 170, 71, 1) 100%);
    background: -moz-linear-gradient(top, rgba(135, 201, 75, 1) 0%, rgba(71, 170, 71, 1) 100%);
    background: -ms-linear-gradient(top, rgba(135, 201, 75, 1) 0%, rgba(71, 170, 71, 1) 100%);
    background: -o-linear-gradient(top, rgba(135, 201, 75, 1) 0%, rgba(71, 170, 71, 1) 100%);
    background: linear-gradient(to bottom, #76A5FC 0%, #4A84FF 100%);
    padding: 20px 0;
}
.footer1 .box{
    width: 25%;
    color: #fff;
    line-height: 28px;
}
.footer1 .box .icon{
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: 1px solid #fff;
    background: #9DBCFC;
    text-align: center;
    line-height: 45px;
    margin: 4px 15px 0 0;
}
.footer1 .box .icon i{font-size: 28px;}

.footer2{
    padding: 30px 0;
}
.footer2 .box1{
    border-right: 1px solid #E7E7E7;
    width: 215px;
    float: left;
    padding: 0 30px;
    height: 150px;
    border-left: 1px solid #fff;
}
.footer2 .pl0{padding-left: 0;border-left: 0;width: 185px;}
.footer2 .box1 .icon{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #4C85FF;
    text-align: center;
    line-height: 35px;
    margin: 0 25px 0 0;
    color: #fff;
}
.footer2 .box1 .icon i{font-size: 18px;}
.footer2 .box1 .content h3{
    font-size: 18px;
    color: #333;
    margin-bottom: 20px;
}
.footer2 .box1 .content a{
    display: block;
    line-height: 25px;
}


.footer2 .box2{
    padding: 0 30px;
    width: 330px;
    border-left: 1px solid #fff;
    height: 150px;
}
.footer2 .box2 .ewm{
    width: 80px;
    text-align: center;
    margin-right: 15px;
    line-height: 35px;
}
.footer2 .box2 .ewm img{width: 100%;}

.footer2 .box2 .icon{
    padding-left: 30px;
    line-height: 30px;
    margin-top: 15px;
}
.footer2 .box2 .fr{width: 170px;}
.footer2 .box2 .icon.sina{
    background: url(../images/icon_sina.png) no-repeat left;
    background-size: 24px auto;
}
.footer2 .box2 .icon.tm{
    background: url(../images/icon_tm.png) no-repeat left;
    background-size: 25px auto;
}
.footer2 .box2 .fr a{
    color: #26A9E1;
    font-size: 12px;
    line-height: 30px;
}
.footer2 .box2 .fr a:hover{text-decoration: underline;}

.footer3{
    background: -webkit-linear-gradient(top, rgba(135, 201, 75, 1) 0%, rgba(71, 170, 71, 1) 100%);
    background: -moz-linear-gradient(top, rgba(135, 201, 75, 1) 0%, rgba(71, 170, 71, 1) 100%);
    background: -ms-linear-gradient(top, rgba(135, 201, 75, 1) 0%, rgba(71, 170, 71, 1) 100%);
    background: -o-linear-gradient(top, rgba(135, 201, 75, 1) 0%, rgba(71, 170, 71, 1) 100%);
    background: linear-gradient(to bottom, #76A5FC 0%, #4A84FF 100%);
    padding: 15px 0;
    line-height: 35px;
}
.footer3 .title,.footer3 .title a{
    color: #fff;
    font-size: 18px;
}
/* marqueeleft */
.marqueeleft{
    height:34;
    width:1030px;
    overflow:hidden; 
    margin-right: 15px; 
    border-radius: 17px;
}
.marqueeleft ul{float:left;}
.marqueeleft li{
    float:left;
    margin:0 10px;
    display:inline;
    width:auto;
    height:34px;
    overflow:hidden;
}
.marqueeleft li a{
    color: #fff;
}

.foot-down{ overflow: hidden; text-align: center; padding: 25px 0; line-height: 30px;}
.foot-down p img{ margin: 0 auto 10px;}
/*---------------banner--------------*/
#banner{
    background: #84ECEF url(../images/bannerBg.jpg) no-repeat center;
    background-size: auto 100%;
	height:430px;
}
.flexslider{
    position:relative;
    width: 1160px;
    margin: auto;
    height:430px;
    background:url(../images/loading.gif) 50% no-repeat;
}
.slides{position:relative;z-index:1;}
.slides li{height:430px;}
.flex-control-nav{position:absolute;bottom:10px;z-index:2;width:100%;text-align:center;}
.flex-control-nav li{display:inline-block;width:14px;height:14px;margin:0 5px;*display:inline;zoom:1;}
.flex-control-nav a{display:inline-block;width:14px;height:14px;line-height:40px;overflow:hidden;background: #fff;border-radius: 50%; cursor:pointer;}
.flex-control-nav .flex-active{background: #15B9F6;}

.flex-direction-nav{position:absolute;z-index:3;width:100%;top:45%;}
.flex-direction-nav li a{display:block;width:50px;height:50px;overflow:hidden;cursor:pointer;position:absolute;}
.flex-direction-nav li a.flex-prev{left:-70px;background:url(../images/prev.png) center center no-repeat;}
.flex-direction-nav li a.flex-next{right:-70px;background:url(../images/next.png) center center no-repeat;}

/*------banner内容--------*/

.position{
    line-height: 50px;  
}
.position a{color: #999; font-size: 16px;}
.position a:hover{
    color: #66B949;
}


/*分页*/
#page{
    margin: 40px 0 10px;
    text-align: right;
    line-height: 25px;
}
#page a{
    display: inline-block;
    padding: 0 8px;
    border: 1px solid #ddd;
    background: #fff;
    margin-left: 5px;
}
#page a.now,#page a:hover{
    color: #fff;
    background: #28C0D7;
    border: 1px solid #28C0D7;
}
#page a.no_click{
    color: #ccc;
    background: #f8f8f8;
    border: 1px solid #ddd;
}
#page a.no_click:hover{background: #f8f8f8;}
.tk_box {
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 400px;
    height: 200px;
    margin: -100px 0 0 -200px;
    border-radius: 6px;
    padding: 30px 40px;
    text-align: center;
    line-height: 40px;
    display: none;
}
.bgFg {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.4);
    display: none;
}
.tk_box p.text {
    font-size: 16px;
    color: #333;
}
.tk_box i {
    color: #2BCBE3;
    font-size: 24px;
    margin-right: 10px;
}
.tk_box .btn a.sure {
    background: #ff6700;
    color: #fff;
}
.tk_box .btn a {
    display: inline-block;
    background: #eee;
    line-height: 30px;
    padding: 0 20px;
    margin: 0 10px;
    border-radius: 4px;
    cursor: pointer;
}
.tk_box .btn {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
}