﻿@charset "utf-8";
/**
 * @Filename:ec_index.css
 * @Author By:zero XC
 * @Create Date:2015-06-24
 * 主页与子页css
*/

html {
    height: 100%;
}

body {

    padding-top: 72px;
    position: relative;
    min-height: 92%;
   font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei",
 SimSun, sans-serif;
    min-width: 1000px;
    overflow-x: auto;
   

}


/*-主体框架样式*/

.wrap {
    width: 1020px;
    margin: 0 auto;
}
.bot_wrap{
    width: 681px;
    margin: 0 auto;
}
.bot_wrap2{
    width: 340px;
    margin: 0 auto;
}
.wrap.bg01,.wrap.bg02,.wrap.bg03,.wrap.bg04,.wrap.bg05{
    width:1291px;
    padding:0;
}
.index_block{
    padding:0;
    overflow:visible;
    position:relative;
}

.wrap.bg01{
    height:600px;
    margin-top:25px;
    background: url("../images/bg04.jpg") center no-repeat;
}
.wrap.bg02{
    position:relative;
    height:600px;
    margin-top:-25px;
    background: url("../images/bg03.jpg") center no-repeat;
}
.wrap.bg03{
    height:600px;
    background: url("../images/bg02.jpg") center no-repeat;
}
.wrap.bg04{
    height:600px;
    background: url("../images/bg01.jpg") center no-repeat;
}
.wrap.bg05
{
    height:600px;
    background: url("../images/bg05.jpg") center no-repeat;
}




/*头部*/

.header {
    width: 100%;
    border-top: 5px solid #fff;
    border-bottom: 1px solid #cececc;
    position: fixed;
    top: 0px;
    left: 0px;
    background: #fff;
    z-index: 101;
}

.header-container {
    height: 70px;
    overflow: hidden;
    z-index: 300;
    width: 1030px;
    margin: 0 auto;
}

.header .logo {
    margin: 0 0 0 0px;
}

.header .logo a {
    display: inline-block;
}


.icon-logo {
    background-image: url(../images/logo.gif);
        width: 195px;
    height: 60px;
    margin-right:100px;
}

.header .nav {
    font-size: 14px;
    height: 70px;
    margin-left: 90px;
}

.header .nav a {
    display: inline-block;
    height: 70px;
    line-height: 70px;
    color: #000;
    margin-right: 50px;
}

.header .nav .cur,
.header .nav a:hover {
    color: #00a837;
}


/*banner*/
.banner {
    width: 100%;
    height: 726px;
    overflow: hidden;
    position: relative;
}

.banner .slides {}

.banner .slides li {
    text-align: center;
    width: 100%;
    height: 726px;
}

.banner .slides li a {
    display: block;
    width: 100%;
    height: 100%;
}



.banner .flex-control-nav {
    position: absolute;
    bottom: 15px;
    text-align: center;
    width: 100%;
}

.banner .flex-control-nav li {
    display: inline;
}

.banner .flex-control-nav a {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url("http://www.staticec.com/www/images/new/control-nav.png") no-repeat;
    font-size: 0px;
    margin: 0 5px;
    cursor: pointer;
}


/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  
{ 
   position: absolute;
    width: 50px;
    height: 100px;
    top: 50%;
    line-height: 100px;
    text-align: center;
    font-size: 28px;
    text-decoration: none;
    font-family: '黑体';
    color: #fff;
    text-shadow: 0 0 5px #666;
 }


.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover 
{ 
     background: rgba(125, 125, 125, .1);
   }


.flex-direction-nav .flex-prev 
{     left: 0px;
      display:none;
      margin-top:-100px;
 }
.flex-direction-nav .flex-next 
{ 
    right: 0;
     margin-top:-100px;
     display:none;
   
    }



.flexslider:hover .flex-prev { display:inherit;}
.flexslider:hover .flex-next {  display:inherit;}






.banner .flex-control-nav a.flex-active {
    background-position: -28px 0;
}

/*update 2016-06-13 dincy*/
.banner .slides-container {
    padding-top: 112px;
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}
.banner .slides-container .left{
    float: left;
}
.banner .slides-container .right{
    float: right;
}
.banner .slides li .banner-button {
    display: inline-block;
    width: 166px;
    height: 45px;
    line-height: 45px;
    font-size: 18px;
    color: #000;
    margin-top: 15px;
    text-align: center;
    font-family: 微软雅黑;
    border-width: 1px;
    border-style: solid;
    border-color: #fde01e;
    background: #fde01e;
    border-radius: 25px;
    transition: all 0.2s ease;
    cursor: pointer;
}
.banner .slides li .banner-button:hover {
    background: #f0d312;
    border-color: #f0d312;
}

.banner .slides li .pc10_down{
    width:976px;
    padding-top:322px;
    margin:0 auto;
    text-align:left;
}

.banner .slides li .pc10_down span{
    width:206px;
    height:50px;
    line-height:50px;
    text-align:center;
    background:#5bcc1f;
    font-size:24px;
    display:inline-block;
    color:#fff;
    border-radius:3px;
}
.banner .slides li .pc10_down span:hover{
    background:#59be1f;
}





/*页脚*/

.footer {
    background: #2d2d2d;
    color: #5e5e5e;
    overflow: hidden;
    width: 100%;
}

.footNav {
    margin: 13px 0 12px 0;
    font-size: 14px;
}

.footNav li {
    width: 62px;
    float: left;
    margin-right: 56px;
}

.footNav a {
    color: #999;
    display: block;
    margin-top: 8px;
    line-height: 28px;
    transition: all .3s;
}

.footer .phone400{
    float:right;
    margin:33px 0 0 0;
}


.footNav .last{
    margin:0;
}

.footNav a:hover {
    color: #bcbcbc;
}

.footNav p {
    color: #6eae19;
    margin-bottom: 28px;
}


textarea {
    overflow: auto;
    vertical-align: middle;
}


.footer .copy_bot {
    height: 60px;
    line-height: 60px;
    background: #242424;
    color: #777676;
    clear: both;
    text-align: left;
    font-size: 12px;
    overflow:hidden;
}

.footer .copy_bot a {
    color: #777676;
}




/*返回滚动*/

.scrollTop {
    position: fixed;
    right: 20px;
    bottom: 248px;
    width: 60px;
    height: 60px;
    display: inline-block;
    background: url("http://www.staticec.com/www/images/new/icon.png") -20px -306px #d5dbdf no-repeat;
    transition: all 0.3s;
    display: none;
    border-radius: 100%;
}

.scrollTop:hover {
    background-color: #c3cdd4;
}


/*新改版2015.12.28*/

.index_block {
    padding: 110px 0;
    overflow: hidden;
}

.index_block_color {
    padding: 110px 0;
    background: #f6f8fa;
    overflow: hidden;
     margin-left: -20px;
    margin-right: 0px;
}


/*新改版2015.12.28*/

.word-box{
    width: 1000px;
    margin:0 auto;
}
.word-box .word-pag{
    float:left;
}
.word-box .word-pag.pag-right{
    float:right;
    text-align:left;
}
.word-box p{
    line-height:35px;
    color:#666;
}
.word-box .pag-tit{
    color:#262626;
    font-size:40px;
    line-height:60px;
    margin-bottom:40px;
}
.bg01 .word-pag{
    margin: 88px 0 0 33px;
}
.bg02 .word-pag{
    margin: 159px -5px 0 0;
}
.bg03 .word-pag{
    margin: 74px 0 0 2px;
}
.bg04 .word-pag{
    margin: 107px -5px 0 0px;
}

.bg05 .word-pag
{
      margin: 0px 0px 0 2px;
}







