ul,
li,
p,
input,
body,
h1,
h2,
h3 {
    padding: 0;
    margin: 0;
    list-style: none;
}

img {
    vertical-align: middle;
    border: none;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* {
    font-family: "微软雅黑";
}

.alignRight {
    float: right;
}

.alignLeft {
    float: left;
}

.g_wp100 {
    width: 100%;
}

.g_w1200 {
    width: 1200px;
    margin: 0 auto;
}

a {
    text-decoration: none;
    color: #333333;
}
body{
min-width:1344px;
}

/**  header 开始
 * ********************************************/

.ea_nab {
    width: 100%;
    height: 585px;
    position: relative;
}

.ea_banner {
    width: 100%;
    height: 585px;
    position: relative;
    overflow: hidden;
}

.ea_banner .hd {
    position: absolute;
    width: 100%;
    height: 6px;
    bottom: 40px;
    z-index: 10;
}

.ea_banner .hd ul {
    width: 100%;
    height: 6px;
    text-align: center;
}

.ea_banner .hd ul li {
    display: inline-block;
    width: 46px;
    height: 6px;
    background-color: #ffffff;
    margin-right: 11px;
    cursor: pointer;
}

.ea_banner .hd ul li:hover {
    background-color: #ffbe60;
}

.ea_banner .hd ul li.on {
    background-color: #ffbe60;
}

.ea_banner .bd {
    width: 100%;
    height: 585px;
}

.ea_bannerList {
    width: 100%;
    height: 585px;
}

.ea_bannerList li {
    float: left;
    width: 100%;
    height: 585px;
}

.ea_bannerList li img {
    display: block;
    width: 100%;
    height: 585px;
    /*position: relative;
	left: 50%;
	margin-left: -960px;*/
}

.ea_navigationBox {
    height: 94px;
    background: url(../images/gzh_04.png) repeat-x left top;
    position: absolute;
    top: 0;
    z-index: 10;
}

.ea_navigation {
    width: 1344px;
    height: 94px;
    margin: 0 auto;
}

.ea_logo {
    width: 418px;
    height: 28px;
    margin-top: 32px;
}

.ea_navs {
    width: 894px;
    height: 94px;
    /*overflow: hidden;*/
}

.ea_navsList {
    width: 895px;
    height: 94px;
}

.ea_navsList>li {
    float: left;
    height: 94px;
    padding-right: 5px;
    margin-left: 15px;
    position: relative;
    overflow: hidden;
}

.ar {
    text-align: right;
}

.ea_h50 {
    height: 50px;
}

.ea_h40 {
    height: 40px;
}

.ea_navsList>li>a {
    display: block;
    padding: 0 5px;
    height: 94px;
    line-height: 94px;
    color: #ffffff;
    position: relative;
    background: url(../images/gzh_07b.png) no-repeat center 71px;
    transition: all .3s;
    overflow: hidden;
}

.ea_navsList>li>a span {
    position: absolute;
    top: -4px;
    left: -10%;
    width: 120%;
    height: 4px;
    background-color: #ffbe60;
    transition: all .3s;
}

.ea_navsList>li:hover>a {
    background: url(../images/gzh_07.png) no-repeat center 71px;
    transition: all .5s;
}

.ea_navsList>li.on>a {
    background: url(../images/gzh_07.png) no-repeat center 71px;
    transition: all .5s;
}

.ea_navsList>li:hover>a span {
    top: 0;
    transition: all .5s;
}

.ea_navsList>li.on>a span {
    top: 0;
    transition: all .5s;
}

.ea_subNavs {
    position: absolute;
    min-height: 32px;
    width: 118px;
    background-color: #fff;
    top: 120px;
    left: 50%;
    margin-left: -61px;
    padding: 10px 2px 25px;
    color: #3f5468;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .3s;
    z-index: 999;
}

.ea_navsList>li:hover {
    overflow: visible;
}

.ea_navsList>li:hover .ea_subNavs {
    top: 94px;
    opacity: 1;
    filter: alpha(opacity=100);
    transition: all .5s;
}

.ea_subNavs>a {
    display: block;
    width: 100%;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #3f5468;
    text-align: center;
}

.ea_subNavs>a:hover {
    color: #1e76b9;
    transition: all .5s;
}

.ea_subNavs>a.on {
    color: #1e76b9;
    transition: all .5s;
}

.ea_inquiriesBox {
    width: 100%;
    padding: 28px 0 24px;
    margin: 0 auto;
    background-color: #f5f5f5;
    overflow: hidden;
}

.ea_inquiries {
    width: 656px;
    margin: 0 auto;
}

.ea_inquiries .hd {
    height: 36px;
    width: 656px;
    margin: 0 0 33px;
}

.ea_inquiries .hd ul {
    width: 656px;
    height: 36px;
    text-align: center;
}

.ea_inquiries .hd ul li {
    display: inline-block;
    margin-right: 50px;
    width: 90px;
    height: 36px;
}

.ea_inquiries .hd ul li h2 {
    font-size: 20px;
    font-weight: normal;
    height: 34px;
    line-height: 34px;
    width: 80px;
    padding: 0 5px;
    border-bottom: 2px solid transparent;
}

.ea_inquiries .hd ul li h2 a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 34px;
    color: #3f5468;
    transition: all .3s;
}

.ea_inquiries .hd ul li:hover h2 {
    border-bottom: 2px solid #cecece;
    font-weight: bold;
}

.ea_inquiries .hd ul li.on h2 {
    border-bottom: 2px solid #cecece;
    font-weight: bold;
}

.ea_inquiries .bd {
    width: 656px;
    height: 42px;
    overflow: hidden;
}

.ea_searchUl {
    width: 656px;
    height: 42px;
}

.ea_searchUl li {
    width: 656px;
    height: 42px;
}

.ea_searchBox {
    width: 656px;
    height: 42px;
}

.ea_searchInput {
    width: 453px;
    height: 40px;
    padding-left: 55px;
    padding-right: 15px;
    border-bottom: 2px solid #3f5468;
    background: url(../images/gzh_08.png) no-repeat 6px 12px;
}

.ea_searchBtn {
    width: 123px;
    padding: 0 3px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 16px;
    color: #3f5468;
    border: 2px solid #3f5468;
    transition: all .3s;
    overflow: hidden;
}

.ea_searchBtn:hover {
    color: #fff;
    background-color: #3f5468;
    transition: all .5s;
}

.ea_searchInput input {
    width: 453px;
    height: 39px;
    line-height: 39px;
    font-size: 16px;
    color: #9ca8b3;
    outline: none;
    border: 0px;
    background: transparent;
}

.ea_ourService {
    width: 1200px;
    margin: 50px auto 0;
}

.ea_indexColume {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.ea_indexColume h2 {
    display: inline-block;
    font-size: 30px;
    font-weight: normal;
    padding: 0 20px;
    min-width: 200px;
    height: 60px;
}

.ea_indexColume h2 a {
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #3f5468;
    transition: all .3s;
}

.ea_indexColume h2:hover a {
    color: #ffbe60;
    transition: all .3s;
}

.ea_indexColume h2 span {
    display: inline-block;
    width: 30%;
    height: 2px;
    background-color: #d8d8d8;
    transition: all 0.3s;
}

.ea_indexColume h2:hover span {
    background-color: #ffbe60;
    transition: all 0.5s;
}

.ea_Intro {
    width: 1200px;
    min-height: 60px;
    font-size: 14px;
    color: #51677f;
    line-height: 30px;
    text-align: center;
    margin-top: 8px;
}

.ea_serviceItem {
    padding: 0 30px;
    width: 1140px;
    height: 512px;
    overflow: hidden;
}

.ea_seriList {
    width: 1250px;
}

.ea_seriList li {
    float: left;
    width: 143PX;
    padding: 22px 0;
    margin-right: 107px;
}

.ea_itemPic {
    width: 143PX;
    height: 156PX;
}

.ea_itemPic a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.ea_seriList li h3 {
    font-size: 18px;
    width: 144px;
    height: 20px;
    line-height: 20px;
    font-weight: normal;
    margin-top: 20px;
}

.ea_seriList li h3 a {
    color: #333333;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 20px;
    text-align: center;
    transition: all .3s;
    overflow: hidden;
}

.ea_seriList li:hover h3 a {
    color: #ffbe60;
    transition: all .5s;
}

.ea_seriList li .ea_itemPic a img.ea_a {
    display: block;
    width: 143px;
    height: 156px;
    margin: 0 auto;
    transition: all .3s;
}

.ea_seriList li:hover .ea_itemPic a img.ea_a {
    width: 0px;
    height: 0px;
    transform: scale(0);
    transition: all .5s;
}

.ea_line {
    width: 1200px;
    margin: 0 auto 30px;
    border-bottom: 2px dashed #d4d4d4;
    height: 0px;
}

.ea_patent {
    width: 100%;
    height: 560px;
    margin-top: 74px;
}

.ea_patentPic {
    width: 100%;
    height: 560px;
}

.ea_patentPic img {
    width: 100%;
    height: 442px;
}

.ea_wkk1200 {
    width: 1200px;
    margin: 0 auto;
    height: 448px;
    margin: -330px auto 0;
    position: relative;
    overflow: hidden;
}

.ea_patentBox {
    width: 1221px;
    height: 448px;
}

.ea_patentLeft {
    width: 387px;
    height: 448px;
    margin-right: 20px;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

.ea_faming {
    width: 327px;
    height: 394px;
    padding: 54px 30px 0;
    background-color: #51677f;
    transition: all .3s;
}

.ea_patentTp {
    width: 327px;
    height: 94px;
    text-align: center;
}

.ea_patentTp img {
    display: block;
    width: 69px;
    height: 94px;
    margin: 0 auto;
}

.ea_patentName {
    width: 327px;
    height: 62px;
    text-align: center;
}

.ea_patentName h2 {
    display: inline-block;
    height: 62px;
    font-size: 22px;
}

.ea_patentName h2 a {
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #fff;
}

.ea_patentName h2 span {
    display: inline-block;
    height: 2px;
    background-color: #fff;
    width: 50px;
}

.ea_patentDec {
    width: 327px;
    height: 88px;
    font-size: 14px;
    color: #bbc6d3;
    text-align: center;
    line-height: 22px;
    margin-top: 20px;
    overflow: hidden;
}

.ea_readDetails {
    display: block;
    width: 174px;
    height: 44px;
    background: url(../images/gzh_22.png) no-repeat left top;
    font-size: 16px;
    line-height: 44px;
    text-align: center;
    color: #fff;
    margin: 20px auto 0;
    overflow: hidden;
}


/************************************************************************/

.ea_faming01 {
    width: 387px;
    height: 448px;
    padding: 54px 30px 0;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: -387px;
    transition: all .3s;
    border: 1px solid #dbdbdb;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.ea_famingHover {
    width: 387px;
    height: 448px;
    padding: 54px 30px 0;
    background-color: #fff;
    border: 1px solid #dbdbdb;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.ea_patentTp img {
    display: block;
    width: 69px;
    height: 94px;
    margin: 0 auto;
}

.ea_patentName01 {
    width: 327px;
    height: 62px;
    text-align: center;
    transition: all .3s;
}

.ea_patentName01 h2 {
    display: inline-block;
    height: 62px;
    font-size: 22px;
}

.ea_patentName01 h2 a {
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #51677f;
}

.ea_patentName01 h2 span {
    display: inline-block;
    height: 2px;
    background-color: #51677f;
    width: 50px;
}

.ea_patentDec01 {
    width: 327px;
    height: 88px;
    font-size: 14px;
    color: #51677f;
    text-align: center;
    line-height: 22px;
    margin-top: 20px;
    overflow: hidden;
}

.ea_readDetails01 {
    display: block;
    width: 174px;
    height: 44px;
    background: url(../images/gzh_22b.png) no-repeat left top;
    font-size: 16px;
    line-height: 44px;
    text-align: center;
    color: #51677f;
    margin: 20px auto 0;
    overflow: hidden;
}

.ea_patentLeft:hover .ea_faming {
    opacity: 0;
    filter: alpha(opacity=0);
    transition: all .5s;
}

.ea_patentLeft:hover .ea_faming01 {
    position: absolute;
    top: 0;
    left: 0;
    transition: all .5s;
}

.ea_faming02 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0px;
    height: 0px;
    padding: 0px;
    border: 0px;
    transition: all .3s;
    overflow: hidden;
}

.ea_patentLeft:hover .ea_faming02 {
    position: absolute;
    top: 0;
    left: 0;
    width: 387px;
    height: 448px;
    padding: 54px 30px 0;
    background-color: #fff;
    transition: all .5s;
    border: 1px solid #dbdbdb;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.ea_patentTp01 {
    width: 327px;
    height: 94px;
    text-align: center;
}

.ea_patentTp01 img {
    display: block;
    width: 97px;
    height: 77px;
    margin: 0 auto;
}

.ea_faming03 {
    width: 387px;
    height: 448px;
    padding: 54px 30px 0;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: -387px;
    transition: all .3s;
    border: 1px solid #dbdbdb;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.ea_patentLeft:hover .ea_faming03 {
    position: absolute;
    top: 0;
    right: 0;
    transition: all .5s;
}

.ea_implementingStandard {
    width: 1200px;
    margin: 112px auto 94px;
    height: 492px;
}

.ea_istdTitle {
    width: 100%;
    height: 75px;
    text-align: center;
    background: url(../images/gzh_26.png) no-repeat center top;
    margin-bottom: 30px;
}

.ea_istdTitle h2 {
    display: inline-block;
    font-size: 30px;
    padding: 0 15px;
    height: 75px;
}

.ea_istdTitle h2 a {
    display: block;
    width: 100%;
    height: 73px;
    line-height: 73px;
    color: #3f5468;
}

.ea_istdTitle h2 span {
    display: inline-block;
    width: 30%;
    height: 2px;
    background-color: #3f5468;
}

.ea_istdTitle h2:hover a {
    color: #63b4c5;
}

.ea_istdTitle h2:hover span {
    background-color: #63b4c5;
}

.ea_nopop {
    width: 1201px;
    height: 220px;
}


/**************************************************************************************/

.ea_standard {
    width: 519px;
    height: 220px;
    position: relative;
    transition: all .3s;
}

.ea_standard img {
    display: block;
    width: 519px;
    height: 220px;
    transition: all .3s;
}

.ea_standard .ea_istdZZ {
    background: url(../images/gzh_28.png) repeat left top;
    position: absolute;
    top: 0;
    left: 0;
    height: 220px;
    width: 519px;
    transition: all .3s;
}

.ea_standard .ea_istdIcon {
    float: left;
    width: 88px;
    height: 88px;
    margin-top: 69px;
    margin-left: 102px;
    transition: all .3s;
}

.ea_standard .ea_istdIcon img {
    display: block;
    width: 88px;
    height: 88px;
    transition: all .3s;
}

.ea_standard .ea_istdDec {
    float: left;
    width: 280px;
    margin-left: 33px;
    margin-top: 75px;
    transition: all .3s;
}

.ea_standard .ea_istdDec h3 {
    font-size: 19px;
    height: 22px;
    line-height: 22px;
    width: 280px;
    margin-bottom: 15px;
    transition: all .3s;
}

.ea_standard .ea_istdDec h3 a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    line-height: 22px;
    overflow: hidden;
    transition: all .3s;
}

.ea_standard .ea_istdTxt {
    font-size: 14px;
    color: #f5f5f5;
    line-height: 26px;
    transition: all .3s;
}

.ea_standard01 {
    position: relative;
    width: 341px;
    height: 220px;
    transition: all .3s;
}

.ea_standard01 img {
    display: block;
    width: 341px;
    height: 220px;
    transition: all .3s;
}

.ea_standard01 .ea_istdZZ {
    width: 341px;
    background: url(../images/gzh_28.png) repeat left top;
    position: absolute;
    top: 0;
    left: 0;
    height: 220px;
    transition: all .3s;
}

.ea_standard01 .ea_istdIcon {
    display: block;
    width: 64px;
    height: 64px;
    margin: 58px auto 0;
    transition: all .3s;
}

.ea_standard01 .ea_istdIcon img {
    display: block;
    width: 64px;
    height: 64px;
    transition: all .3s;
}

.ea_standard01 .ea_istdDec {
    margin-top: 22px;
    transition: all .3s;
}

.ea_standard01 .ea_istdDec h3 {
    font-size: 19px;
    padding: 0 15px;
    width: 311px;
    height: 22px;
    line-height: 22px;
    transition: all .3s;
}

.ea_standard01 .ea_istdDec h3 a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 22px;
    color: #FFFFFF;
    text-align: center;
    overflow: hidden;
    transition: all .3s;
}

.ea_standard01 .ea_istdTxt {
    display: none;
    transition: all .3s;
}

.ea_lihao {
    width: 1200px;
    margin: 62px auto 34px;
    height: 22px;
    text-align: center;
}

.ea_lihao h2 {
    font-size: 19px;
    height: 22px;
    padding: 0 50px;
    width: 1100px;
    height: 22px;
    display: inline-block;
}

.ea_lihao h2 a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 22px;
    color: #63b4c5;
    overflow: hidden;
}

.ea_lihao h2 a:hover {
    color: #51677f;
}

.ea_lihaoBox {
    width: 1245px;
}

.ea_lihaoItem {
    width: 182px;
    height: 49px;
    line-height: 49px;
    padding: 0 10px;
    text-align: center;
    float: left;
    font-size: 19px;
    font-weight: bold;
    color: #ffffff;
    background-color: #51677f;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-right: 47px;
}

.ea_academy {
    width: 100%;
    height: 318px;
    position: relative;
}

.ea_academy img {
    display: block;
    width: 100%;
    height: 318px;
}

.ea_academyDec {
    position: absolute;
    width: 1200px;
    height: 318px;
    top: 0;
    left: 50%;
    margin-left: -600px;
}

.ea_academyDec h2 {
    padding: 0 50px;
    width: 1100px;
    font-size: 46px;
    height: 50px;
    text-align: center;
    margin: 68px 0 20px;
}

.ea_academyDec h2 a {
    display: inline-block;
    color: #fff;
    /*width: 100%;*/
    height: 100%;
    line-height: 50px;
    overflow: hidden;
}

.ea_academyTxt {
    font-size: 14px;
    color: #ffffff;
    line-height: 25px;
    padding: 0 10px;
    width: 1180px;
    height: 50px;
    text-align: center;
    overflow: hidden;
}

.ea_academyDec a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.ea_clickEnter {
    display: block;
    width: 195px;
    height: 40px;
    margin: 0 auto;
    border: 1px solid #fff;
    color: #fff;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    margin-top: 43px;
}

.ea_newsListBox {
    width: 1200px;
    margin: 62px auto 52px;
    height: 402px;
}

.ea_dynamic {
    width: 580px;
    height: 402px;
}

.ea_dynamicTitle {
    width: 580px;
    padding-bottom: 16px;
    border-bottom: 2px solid #738290;
    height: 26px;
}

.ea_dynamicTitle h2 {
    font-size: 20px;
    height: 24px;
    line-height: 24px;
    display: inline-block;
    padding-right: 20px;
    overflow: hidden;
}

.ea_dynamicTitle h2 a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 24px;
    color: #51677f;
    overflow: hidden;
}

.ea_dynamicTitle h2 a:hover {
    color: #63b4c5;
}

.ea_topNews {
    width: 580px;
    height: 130px;
    background-color: #f5f5f5;
    margin: 20px 0 15px;
}

.ea_topNewsPic {
    width: 284px;
    height: 130px;
}

.ea_topNewsPic a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.ea_topNewsInfo {
    width: 252px;
    height: 130px;
    padding-right: 20px;
}

.ea_topNewsInfo span {
    display: block;
    font-size: 16px;
    color: #738290;
    height: 35px;
    width: 252px;
    margin: 16px 0 12px;
    overflow: hidden;
}

.ea_topNewsInfo span strong {
    font-size: 30px;
    font-weight: normal;
    color: #738290;
    height: 35px;
}

.ea_topNewsInfo h3 {
    font-size: 16px;
    height: 52px;
    font-weight: normal;
    width: 252px;
}

.ea_topNewsInfo h3 a {
    display: block;
    width: 100%;
    height: 100%;
    color: #738290;
    line-height: 26px;
    overflow: hidden;
}

.ea_topNews:hover .ea_topNewsInfo h3 a {
    color: #63b4c5;
}

.ea_dynamicList {
    width: 580px;
    height: 195px;
    overflow: hidden;
}

.ea_dynamicList li {
    padding-right: 15px;
    width: 565px;
    height: 64px;
    line-height: 64px;
    border-bottom: 1px solid #eef4f5;
}

.ea_dynamicList li h3 {
    float: left;
    height: 64px;
    width: 436px;
    font-size: 16px;
    font-weight: normal;
}

.ea_dynamicList li h3 a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 64px;
    color: #3f5468;
    overflow: hidden;
}

.ea_dynamicList li em {
    float: right;
    height: 64px;
    line-height: 64px;
    font-size: 16px;
    color: #738290;
    padding-left: 32px;
    background: url(../images/gzh_36.png) no-repeat left center;
    font-style: normal;
    width: 89px;
    overflow: hidden;
}

.ea_dynamicList li:hover h3 a {
    color: #63b4c5;
}

.ea_SFBox {
    width: 100%;
    background-color: #f5f5f5;
    min-height: 200px;
    padding-bottom: 66px;
}

.ea_SCBox {
    width: 1200px;
    margin: 0 auto;
    min-height: 200px;
    padding-top: 42px;
    padding-bottom: 53px;
}

.ea_SCTitle {
    width: 1200px;
    height: 54px;
    background: url(../images/gzh_37.png) no-repeat center top;
}

.ea_SCTitle h2 {
    font-size: 30px;
    padding: 0 15px;
    width: 1170px;
    height: 54px;
    text-align: center;
}

.ea_SCTitle h2 a {
    display: inline-block;
    height: 54px;
    line-height: 67px;
    color: #3f5468;
    overflow: hidden;
}

.ea_SCTitle h2 a:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.ea_SCList {
    width: 1200px;
    height: 155px;
}

.ea_SCList .hd {
    position: relative;
    width: 1200px;
    height: 55px;
}

.ea_SCList .hd a {
    position: absolute;
    width: 16px;
    height: 29px;
    top: 85px;
}

.ea_SCList .hd a.prev {
    background: url(../images/gzh_39b.png) no-repeat left center;
    right: -34px;
}

.ea_SCList .hd a.next {
    background: url(../images/gzh_39.png) no-repeat left center;
    left: -34px;
}

.ea_SCList .hd a:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.ea_SCList .bd {
    width: 1200px;
    height: 100px;
    overflow: hidden;
}

.ea_SCUl {
    width: 1232px;
    height: 100px;
}

.ea_SCUl li {
    width: 272px;
    height: 100px;
    float: left;
    margin-right: 36px;
    box-shadow: 3px 3px 10px #dee7e9;
}

.ea_SCUl li a {
    display: block;
    width: 272px;
    height: 100px;
    overflow: hidden;
}

.ea_SCUl li img {
    display: block;
    width: 272px;
    height: 100px;
}

.ea_SFlinkBox {
    width: 1200px;
    margin: 0 auto;
}

.ea_SFlinkTitle {
    width: 1200px;
    height: 54px;
    background: url(../images/gzh_40.png) no-repeat center top;
}

.ea_SFlinkTitle h2 {
    font-size: 30px;
    padding: 0 15px;
    width: 1170px;
    height: 54px;
    text-align: center;
}

.ea_SFlinkTitle h2 a {
    display: inline-block;
    height: 54px;
    line-height: 67px;
    color: #3f5468;
    overflow: hidden;
}

.ea_SFlinkList {}

.ea_SFlinkList .hd {
    position: relative;
    height: 62px;
    width: 1200px;
}

.ea_SFlinkList .hd a {
    position: absolute;
    width: 16px;
    height: 29px;
    top: 90px;
}

.ea_SFlinkList .hd a.cprev {
    background: url(../images/gzh_39b.png) no-repeat left center;
    right: -34px;
}

.ea_SFlinkList .hd a.cnext {
    background: url(../images/gzh_39.png) no-repeat left center;
    left: -34px;
}

.ea_SFlinkList .hd a:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.ea_SFlinkList .bd {
    width: 1200px;
    overflow: hidden;
}

.ea_SFUl {
    width: 1225px;
}

.ea_SFUl li {
    width: 216px;
    height: 79px;
    float: left;
    margin-right: 29px;
    box-shadow: 3px 3px 10px #dee7e9;
}

.ea_SFUl li a {
    display: block;
    width: 216px;
    height: 79px;
    overflow: hidden;
}

.ea_SFUl li a img {
    display: block;
    width: 216px;
    height: 79px;
}

.ea_footer {
    min-height: 273px;
    background-color: #3f5468;
    padding-top: 30px;
}

.ea_footerTop {
    width: 1200px;
    margin: 0 auto;
    border-bottom: 1px solid #4a6173;
    padding-bottom: 22px;
    min-height: 193px;
}

.ea_erweima {
    width: 238px;
    padding-left: 16px;
    height: 192px;
    background: url(../images/gzh_43.jpg) no-repeat 21px bottom;
}

.ea_erweima img {
    display: block;
    width: 115px;
    height: 115px;
}

.ea_fastNavs {
    width: 516px;
    min-height: 54px;
    margin-left: 50px;
    margin-top: 15px;
}

.ea_fastList {
    float: left;
    width: 86px;
    min-height: 54px;
    margin-right: 30px;
}

.ea_fastList a {
    display: block;
    font-size: 14px;
    color: #bac6d2;
    height: 24px;
    line-height: 24px;
    width: 96px;
    overflow: hidden;
}

.ea_fastList a.ea_firstTitle {
    font-size: 16px;
    color: #62b4c4;
    margin-bottom: 13px;
}

.ea_littleWidth {
    width: 50px;
}

.ea_mar0 {
    margin-right: 0;
}

.ea_fastList a:hover {
    color: #fff;
}

.ea_contact {
    width: 332px;
    min-height: 54px;
    padding-left: 32px;
    background: url(../images/gzh_46.png) no-repeat left 20px;
}

.ea_contact span {
    display: block;
    font-size: 16px;
    color: #62b4c4;
    height: 18px;
    line-height: 18px;
    margin-top: 18px;
    margin-left: 18px;
    margin-bottom: 12px;
}

.ea_contactBar {
    width: 276px;
    min-height: 34px;
    line-height: 34px;
    font-size: 16px;
    color: #bac6d4;
    padding-left: 54px;
    overflow: hidden;
}

.ea_dianhua {
    background: url(../images/gzh_43.png) no-repeat 18px 8px;
}

.ea_wangzhi {
    background: url(../images/gzh_44.png) no-repeat 18px 8px;
}

.ea_dizhi {
    background: url(../images/gzh_45.png) no-repeat 18px 8px;
}

.ea_contactBar:hover {
    background-color: #4a6173;
}

.ea_footerBottom {
    width: 1200px;
    margin: 0 auto;
    font-size: 12px;
    color: #a3b3ca;
    min-height: 30px;
    line-height: 30px;
    padding: 15px 0;
    position: relative;
}

.ea_footerBottom a {
    font-size: 12px;
    color: #a3b3ca;
    height: 30px;
    line-height: 30px;
}

.ea_footerBottom a:hover {
    color: #fff;
}

.ea_kexinweb {
    width: 93px;
    height: 34px;
    position: absolute;
    right: 0;
    top: 12px;
}


/*subBanner
 ******************************************************/

.ea_subnab {
    width: 100%;
    height: 500px;
    position: relative;
}

.ea_subBanner {
    width: 100%;
    height: 500px;
    position: relative;
    overflow: hidden;
}

.ea_subBanner .hd {
    position: absolute;
    width: 100%;
    height: 6px;
    bottom: 40px;
    z-index: 10;
}

.ea_subBanner .hd ul {
    width: 100%;
    height: 6px;
    text-align: center;
}

.ea_subBanner .hd ul li {
    display: inline-block;
    width: 46px;
    height: 6px;
    background-color: #ffffff;
    margin-right: 11px;
    cursor: pointer;
}

.ea_subBanner .hd ul li:hover {
    background-color: #ffbe60;
}

.ea_subBanner .hd ul li.on {
    background-color: #ffbe60;
}

.ea_subBanner .bd {
    width: 100%;
    height: 500px;
}

.ea_subBannerList {
    width: 100%;
    height: 500px;
}

.ea_subBannerList li {
    width: 100%;
    height: 500px;
    float: left;
}

.ea_subBannerList li img {
    display: block;
    width: 100%;
    height: 500px;
}

.ea_childPageTitle {
    width: 1200px;
    margin: 45px auto 0;
}

.ea_currentPosition {
    width: 1200px;
    height: 20px;
    text-align: right;
    overflow: hidden;
}

.ea_alignRight {
    display: inline-block;
    font-size: 12px;
    color: #999999;
    height: 20px;
    line-height: 20px;
}

.ea_alignRight span {
    float: left;
    height: 20px;
    line-height: 20px;
    padding-left: 25px;
    background: url(../images/gzh_49.png) no-repeat left top;
}

.ea_alignRight a {
    float: left;
    height: 20px;
    line-height: 20px;
    color: #999999;
    ;
}

.ea_alignRight a:hover {
    color: #51677f;
}

.ea_alignRight em {
    float: left;
    font-size: 12px;
    font-style: normal;
    padding: 0 4px;
}

.ea_cptitle {
    width: 1200px;
    min-height: 76px;
}

.ea_cptitle h2 {
    font-size: 30px;
    height: 32px;
    line-height: 32px;
    color: #3f5468;
    text-align: center;
    padding-bottom: 44px;
    margin: 0 auto;
}

.ea_cptitle .ea_Sgyxh {
    background: url(../images/gzh_50.png) no-repeat center bottom;
    width: 162px;
}

.ea_subColume {
    width: 1200px;
    text-align: center;
    margin-top: 35px;
}

.ea_subColume a {
    display: inline-block;
    font-size: 18px;
    color: #51677f;
    min-width: 138px;
    text-align: center;
    height: 48px;
    line-height: 48px;
    padding: 0 10px;
    border: 1px solid #51677f;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-right: 20px;
    overflow: hidden;
}

.ea_subColume a:hover {
    background-color: #51677f;
    color: #fff;
}

.ea_subColume a.on {
    background-color: #51677f;
    color: #fff;
}

.ea_childPageContent {
    width: 1200px;
    min-height: 156px;
    margin: 0 auto;
    line-height: 40px;
    padding-top: 30px;
}

.ea_xhsh {
    width: 1200px;
    min-height: 156px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.ea_thisList {
    width: 1200px;
    min-height: 150px;
    padding-bottom: 20px;
    overflow: hidden;
}

.ea_thisList li {
    width: 1200px;
    height: 155px;
    margin-bottom: 30px;
    position: relative;
}

.ea_thisPic {
    width: 340px;
    height: 155px;
}

.ea_thisPic a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.ea_thisPic a img {
    display: block;
    width: 340px;
    height: 155px;
}

.ea_thisInfo {
    width: 790px;
    padding-right: 48px;
    height: 155px;
}

.ea_thisInfo h3 {
    width: 790px;
    font-size: 18px;
    height: 22px;
    margin-top: 16px;
}

.ea_thisInfo h3 a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 22px;
    color: #333;
    overflow: hidden;
}

.ea_thisTxt {
    width: 790px;
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    height: 60px;
    margin-top: 17px;
    margin-bottom: 15px;
    overflow: hidden;
}

.ea_thisInfo span {
    display: block;
    font-size: 12px;
    color: #999999;
    height: 15px;
    line-height: 15px;
    background: url(../images/gzh_52.png) no-repeat left center;
    padding-left: 20px;
    width: 100px;
    overflow: hidden;
}

.ea_thisList li:hover {
    background-color: #f8f8f8;
}

.ea_thisList li .ea_thisInfo h3 a:hover {
    color: #51677f;
}

.ea_readMore {
    position: absolute;
    right: 68px;
    bottom: 18px;
    font-size: 12px;
    text-align: center;
    color: #63b5c5;
    width: 80px;
    height: 28px;
    line-height: 28px;
    background: url(../images/gzh_53.png) no-repeat left top;
}

.ea_readMore:hover {
    color: #51677f;
    background: url(../images/gzh_53b.png) no-repeat left top;
}

.ea_pagination {
    width: 1200px;
    height: 45px;
    text-align: center;
}

.ea_pagination a {
    display: inline-block;
    height: 43px;
    line-height: 43px;
    padding: 0 10px;
    border: 1px solid #51677f;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-right: 20px;
    font-size: 16px;
    color: #51677f;
    overflow: hidden;
}

.ea_pagination a.ea_pnPage {
    min-width: 70px;
}

.ea_pagination a.ea_currPage {
    min-width: 25px;
}

.ea_pagination a[href]:hover {
    background-color: #51677f;
    color: #fff;
}

.ea_pagination a.on {
    background-color: #51677f;
    color: #fff;
}

.ea_cptitle .ea_Scgal {
    background: url(../images/gzh_54.png) no-repeat center bottom;
    width: 162px;
}

.ea_cgal {
    min-height: 115px;
    width: 1200px;
    padding-bottom: 50px;
}

.ea_cgalList {
    width: 1200px;
    padding: 50px 0 10px;
    min-height: 115px;
    overflow: hidden;
}

.ea_cgalList li {
    float: left;
    width: 558px;
    height:20px;
    margin-bottom: 40px;
	list-style-type:disc;
}

.ea_time {
    width: 120px;
    height: 115px;
    background-color: #63b5c5;
}

.ea_cgalList li:hover .ea_time {
    background-color: #3f5468;
}

.ea_time strong {
    display: block;
    font-size: 32px;
    color: #fff;
    height: 36px;
    line-height: 36px;
    margin: 26px auto 14px;
    width: 100px;
    text-align: center;
    overflow: hidden;
}

.ea_time span {
    display: block;
    font-size: 14px;
    color: #ffffff;
    width: 100px;
    margin: 0 auto;
    height: 20px;
    line-height: 20px;
    text-align: center;
    overflow: hidden;
}

.ea_cgalInfo {
    width: 420px;
}

.ea_cgalInfo h3 {
    font-size: 18px;
    height: 22px;
    line-height: 22px;
    width: 420px;
}

.ea_cgalInfo h3 a {
    display: block;
    width: 100%;
    height: 100%;
    color: #333333;
    overflow: hidden;
}

.ea_cgalInfo h3 a:hover {
    color: #3f5468;
}

.ea_cgalTxt {
    width: 420px;
    height: 60px;
    line-height: 30px;
    font-size: 16px;
    color: #666666;
    margin: 8px 0;
    overflow: hidden;
}

.ea_cgalInfo em {
    display: block;
    font-size: 12px;
    color: #999999;
    font-style: normal;
    padding-left: 28px;
    height: 16px;
    line-height: 16px;
    width: 100px;
    background: url(../images/gzh_55.png)no-repeat left center;
    overflow: hidden;
}

.ea_cgalxx {
    width: 1200px;
    min-height: 300px;
    padding-bottom: 50px;
}

.ea_decTitle {
    min-height: 30px;
    padding: 10px;
    width: 1180px;
    margin: 34px 0 4px;
}

.ea_decTitle h1 {
    font-size: 18px;
    color: #333333;
    line-height: 30px;
    min-height: 30px;
    width: 1180px;
    text-align: center;
}

.ea_decSet {
    width: 1200px;
    height: 38px;
    line-height: 38px;
    border-bottom: 1px solid #d6d6d6;
    border-top: 1px solid #d6d6d6;
    text-align: center;
    font-size: 12px;
    color: #999999;
}

.ea_decSet span {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    font-size: 12px;
    color: #999999;
    text-align: left;
    overflow: hidden;
}

.ea_decSet a {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    font-size: 12px;
    color: #999999;
    overflow: hidden;
}

.ea_decSet a:hover {
    color: #51677f;
}

.ea_decSet span.ea_fabushijan {
    width: 141px;
    padding-left: 24px;
    background: url(../images/gzh_52.png) no-repeat left center;
}

.ea_decSet span.ea_liulancishu {
    width: 94px;
    padding-left: 27px;
    background: url(../images/gzh_55.png) no-repeat left center;
}

.ea_decSet span.ea_zihao {
    width: 36px;
    padding-left: 25px;
    background: url(../images/gzh_56.png) no-repeat left center;
}

.ea_decSet a.ea_close {
    padding-left: 23px;
    background: url(../images/gzh_57.png) no-repeat left center;
}

.ea_share {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    vertical-align: top;
}

.ea_sharedCode {
    display: inline-block;
    vertical-align: top;
}

.ea_sharedCode a {
    width: 15px !important;
    height: 15px !important;
    margin-left: 10px !important;
    margin-right: 0px !important;
    padding-left: 0px !important;
    margin-top: 12px !important;
}

.ea_sharedCode a.bds_tsina {
    background: url(../images/gzh_58.png) no-repeat center center;
    background-position: 0 0;
}

.ea_sharedCode a.bds_weixin {
    background: url(../images/gzh_58b.png) no-repeat center center;
    background-position: 0 0;
}

.ea_sharedCode a.bds_sqq {
    background: url(../images/gzh_58c.png) no-repeat center center;
    background-position: 0 0;
}

.ea_decTxt {
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    min-height: 300px;
    padding: 40px 0;
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 50px;
}

.ea_pnPage01 {
    width: 1160px;
    height: 45px;
    margin: 0 auto;
    overflow: hidden;
}

.ea_pnPage01 a {
    float: left;
    width: 550px;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
}

.ea_pnPage01 a span {
    float: right;
    width: 100px;
    height: 43px;
    line-height: 43px;
    padding: 0 10px;
    border: 1px solid #51677f;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    overflow: hidden;
}

.ea_nextPage span {
    float: left !important;
    margin-right: 8px !important;
}

.ea_nextPage {
    float: right !important;
}

.ea_pnPage01 a[href]:hover span {
    border: 1px solid #51677f;
    background-color: #51677f;
    color: #fff;
}

.ea_pnPage01 a.on span {
    border: 1px solid #51677f;
    background-color: #51677f;
    color: #fff;
}

.ea_cptitle .ea_Sxhdt {
    background: url(../images/gzh_59.png) no-repeat center bottom;
    width: 240px;
}

.ea_xhdt {
    padding-bottom: 50px;
    width: 1200px;
    min-height: 260px;
    margin-top: 30px;
}

.ea_xhdtkk {
    width: 1200px;
    min-height: 260px;
    margin-bottom: 50px;
}

.ea_xhdtBlock {
    width: 583px;
    min-height: 260px;
}

.ea_xhdtBlock01 {
    width: 1200px;
    min-height: 260px;
}

.ea_xhdtTopNews {
    width: 583px;
    height: 130px;
}

.ea_dynamicList01 {
    width: 580px;
    min-height: 195px;
    overflow: hidden;
}

.ea_dynamicList011 {
    width: 1200px;
    min-height: 195px;
    overflow: hidden;
}

.ea_dynamicList01 li {
    padding-right: 15px;
    width: 565px;
    height: 64px;
    line-height: 64px;
    border-bottom: 1px solid #eef4f5;
}

.ea_dynamicList01 li h3 {
    float: left;
    height: 64px;
    width: 436px;
    font-size: 16px;
    font-weight: normal;
}

.ea_dynamicList01 li h3 a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 64px;
    color: #3f5468;
    overflow: hidden;
}

.ea_dynamicList01 li em {
    float: right;
    height: 64px;
    line-height: 64px;
    font-size: 16px;
    color: #738290;
    padding-left: 32px;
    background: url(../images/gzh_36.png) no-repeat left center;
    font-style: normal;
    width: 89px;
    overflow: hidden;
}

.ea_dynamicList01 li:hover h3 a {
    color: #63b4c5;
}

.ea_dynamicList011 li {
    float: left;
    padding-right: 15px;
    width: 565px;
    height: 64px;
    line-height: 64px;
    border-bottom: 1px solid #eef4f5;
}

.ea_dynamicList011 li h3 {
    float: left;
    height: 64px;
    width: 436px;
    font-size: 16px;
    font-weight: normal;
}

.ea_dynamicList011 li h3 a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 64px;
    color: #3f5468;
    overflow: hidden;
}

.ea_dynamicList011 li em {
    float: right;
    height: 64px;
    line-height: 64px;
    font-size: 16px;
    color: #738290;
    padding-left: 32px;
    background: url(../images/gzh_36.png) no-repeat left center;
    font-style: normal;
    width: 89px;
    overflow: hidden;
}

.ea_dynamicList011 li:hover h3 a {
    color: #63b4c5;
}

.ea_xhdtxx {
    width: 1200px;
    min-height: 300px;
    padding-bottom: 50px;
}

.ea_xgtj {
    width: 1200px;
    margin-top: 50px;
}

.xgtjTitle {
    width: 1200px;
    height: 54px;
    background: url(../images/gzh_61.png) no-repeat left top;
    overflow: hidden;
}

.ea_xgtjList {
    width: 1200px;
    padding-top: 26px;
    min-height: 120px;
}

.ea_xgtjList li {
    float: left;
    height: 40px;
    width: 550px;
    padding-left: 28px;
    background: url(../images/gzh_62.png) no-repeat left center;
}

.ea_xgtjList li h3 {
    float: left;
    font-size: 16px;
    font-weight: normal;
    width: 445px;
    height: 40px;
}

.ea_xgtjList li h3 a {
    color: #666666;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 40px;
    overflow: hidden;
}

.ea_xgtjList li em {
    float: right;
    font-size: 14px;
    color: #999999;
    width: 80px;
    font-style: normal;
    line-height: 40px;
    overflow: hidden;
}

.ea_xgtjList li:hover {
    background: url(../images/gzh_62b.png) no-repeat left center;
}

.ea_xgtjList li:hover h3 a {
    color: #51677f;
}

.ea_xgtjList li:hover em {
    color: #51677f;
}

.ea_Szscqyjy {
    width: 291px;
    background: url(../images/gzh_63.png) no-repeat left bottom;
}

.ea_Stxrz {
    width: 274px;
    background: url(../images/ima/txrz.jpg) no-repeat left bottom;
}

.ea_Sjsly {
    width: 300px;
    background: url(../images/ima/jsly.jpg) no-repeat left bottom;
}

.ea_Ssbrd {
    width: 300px;
    background: url(../images/ima/sbrd.jpg) no-repeat left bottom;
}

.ea_Szscqfw {
    width: 300px;
    background: url(../images/ima/zscqfw.jpg) no-repeat left bottom;
}

.ea_zscq {
    width: 1200px;
    min-height: 300px;
    padding-bottom: 50px;
    overflow: hidden;
}

.ea_zscqList {
    width: 1230px;
    margin-top: 50px;
    min-height: 300px;
}

.ea_zscqList li {
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    width: 380px;
    height: 500px;
    behavior: url(PIE-2.0beta1/PIE.htc);
    /*兼容IE8处理*/
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #dbdbdb;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    transition: all .3s;
}

.ea_zscqPic {
    width: 300px;
    height: 210px;
    behavior: url(PIE-2.0beta1/PIE.htc);
    /*兼容IE8处理*/
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin: 40px auto 0;
    overflow: hidden;
}

.ea_zscqPic a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.ea_zscqPic a img {
    display: block;
    width: 300px;
    height: 210px;
    behavior: url(PIE-2.0beta1/PIE.htc);
    /*兼容IE8处理*/
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    transition: all .3s;
}

.ea_zscqPic:hover a img {
    transform: scale(1.1);
    transition: all .5s;
}

.ea_zscqList li h3 {
    font-size: 26px;
    height: 30px;
    line-height: 30px;
    width: 370px;
    padding: 0 5px;
    text-align: center;
    margin-top: 28px;
}

.ea_zscqList li h3 a {
    display: inline-block;
    height: 100%;
    color: #51677f;
    line-height: 30px;
    text-align: center;
    transition: all .3s;
    overflow: hidden;
}

.ea_fwTxt {
    font-size: 16px;
    color: #51677f;
    padding: 0 22px;
    width: 336px;
    line-height: 30px;
    height: 90px;
    text-align: center;
    margin: 12px 0 10px;
    transition: all .3s;
    overflow: hidden;
}

.checkDetails {
    display: block;
    width: 90px;
    padding: 0 10px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    background: url(../images/gzh_64.png) no-repeat left center;
    color: #51677f;
    margin: 0 auto;
}

.ea_zscqList li:hover {
    background-color: #51677f;
    border: 1px solid #51677f;
    transition: all .5s;
}

.ea_zscqList li:hover .ea_fwTxt {
    color: #fff;
    transition: all .5s;
}

.ea_zscqList li:hover .checkDetails {
    background: url(../images/gzh_64b.png) no-repeat left center;
    color: #fff;
}

.ea_Szyrs {
    width: 162px;
    background: url(../images/gzh_66.png) no-repeat left bottom;
}

.ea_zyrs {
    width: 1200px;
    min-height: 300px;
    padding-bottom: 50px;
    padding-top: 50px;
    overflow: hidden;
}

.ea_zyrsList {
    min-height: 300px;
    width: 1240px;
    padding-bottom: 20px;
    padding-left: 12px;
}

.ea_zyrsList li {
    float: left;
    width: 570px;
    height: 267px;
    margin: 0 33px 47px 0;
    overflow: hidden;
    box-shadow: #e2f4f8 0 0 25px 5px;
    background-color: #FFFFFF;
    transition: all ease-out 0.5s;
    border-radius: 10px;
    position: relative;
}

.ea_zyrsList li .lj_zxzx {
    display: block;
    width: 106px;
    height: 34px;
    position: absolute;
    left: 175px;
    bottom: 32px;
    background-color: #ffbe60;
    text-align: center;
    line-height: 34px;
    color: #ffffff;
    border-radius: 5px;
}

.ea_zyrsList li .lj_zxzx:hover {
    width: 106px;
    height: 34px;
    position: absolute;
    left: 175px;
    bottom: 32px;
    background-color: #fff;
    text-align: center;
    line-height: 34px;
    color: #ffbe60;
}

.ea_zyrsList li a:first-child {
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px 30px;
    box-sizing: border-box;
}

.ea_zyrsList li:hover {
    background-color: #51677f;
}

.ea_zyrsList li:hover .lj_mz span {
    color: #ffffff;
}

.ea_zyrsList li:hover .lj_mz em {
    color: #d5e9ff;
}

.ea_zyrsList li:hover .lj_sczy {
    color: #d5e9ff;
}

.ea_zyrsList li:hover .lj_xq {
    color: #ffffff;
}

.ea_zyrsList li h3 {
    float: right;
    width: 364px;
}

.ea_zyrsList li h3 .lj_mz {
    padding: 10px 0;
    box-sizing: border-box;
}

.ea_zyrsList li h3 .lj_mz span {
    color: #1b86ca;
    font-size: 20px;
}

.ea_zyrsList li h3 .lj_mz em {
    color: #999999;
    font-size: 12px;
    margin-left: 15px;
    font-style: initial;
}

.ea_zyrsList li h3 .lj_sczy {
    color: #999999;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: block-axis;
    line-height: 20px;
	font-weight: normal;
}

.ea_zyrsList li h3 .lj_xq {
    color: #333;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: block-axis;
    margin-top: 13px;
    line-height: 26px;
    border-radius: 5px;
	font-weight: normal;
}


/* .ea_gwPic {
    width: 280px;
    height: 320px;
    overflow: hidden;
    float: left;
} */

.ea_gwPic {
    width: 106px;
    height: 106px;
    overflow: hidden;
    float: left;
    border-radius: 50%;
    background-color: #fff;
}

.ea_gwPic a:first-child {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.ea_gwPic a:first-child {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.ea_gwPic a:first-child img {
    display: block;
    transition: all .3s;
    margin: 0 auto;
}


/* .ea_zyrsList li h3{
	font-size: 18px;
	font-weight: normal;
	height: 22px;
	width: 260px;
	padding: 0 10px;
	padding-top: 20px;
}
.ea_zyrsList li h3 a{
	display: block;
	width: 100%;
	height: 100%;
	line-height: 22px;
	text-align: center;
	transition: all .3s;
	color: #333333;
	overflow: hidden;
} */

.ea_zyrsList li .ea_gwPic img {
    transform: scale(1);
    transition: all ease-out 0.5s;
    display: block;
    margin: 0 auto;
}

.ea_zyrsList li:hover .ea_gwPic img {
    transform: scale(1.1);
}

.ea_zyrsxx {
    width: 1200px;
    min-height: 300px;
    padding-bottom: 50px;
    padding-top: 50px;
}

.ea_zyrsBox {
    width: 1200px;
    min-height: 500px;
    padding-bottom: 50px;
}

.ea_zyrsPhoto {
    width: 500px;
    /* height: 571px; */
    height: 500px;
    overflow: hidden;
    border-radius: 50%;
}

.ea_zyrsPhoto img {
    display: block;
    width: 500px;
    height: 500px;
}

.ea_zyrsTxt {
    width: 600px;
    min-height: 500px;
    font-size: 14px;
    line-height: 30px;
    color: #666666;
    padding-bottom: 50px;
    overflow: hidden;
}

.ea_xsyj {
    width: 1200px;
    min-height: 500px;
    padding-bottom: 50px;
    padding-top: 50px;
}

.ea_xsyjkk {
    width: 1200px;
    min-height: 500px;
    /*position: relative;*/
}

.ea_floatBar {
    width: 239px;
    min-height: 500px;
    box-shadow: 0 0 35px #f5fafb;
    background-color: #fff;
    /*position: fixed;
	left: 0;
	top: 290px;*/
}

.ea_fbt {
    width: 219px;
    padding: 0 10px;
    height: 80px;
    background-color: #51677f;
}

.ea_fbt h2 {
    width: 219px;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    height: 24px;
    line-height: 24px;
    padding-bottom: 22px;
    background: url(../images/gzh_69.png) no-repeat center bottom;
    padding-top: 16px;
    overflow: hidden;
}

.ea_sideBar {
    width: 239px;
    margin-top: 1px;
}

.ea_sideBar a {
    display: block;
    width: 155px;
    height: 49px;
    padding: 0 50px 0 34px;
    background: url(../images/gzh_70b.png) no-repeat 189px center;
    font-size: 16px;
    color: #666666;
    line-height: 49px;
    border-bottom: 1px solid #f8f8f8;
    transition: all .3s;
    overflow: hidden;
}

.ea_sideBar a[href]:hover {
    background: #ffbe60 url(../images/gzh_70.png) no-repeat 189px center;
    color: #fff;
    border-bottom: 1px solid #ffbe60;
    transition: all .5s;
}

.ea_sideBar a.on {
    background: #ffbe60 url(../images/gzh_70.png) no-repeat 189px center;
    color: #fff;
    border-bottom: 1px solid #ffbe60;
    transition: all .5s;
}

.ea_dh {
    width: 239px;
    height: 73px;
    background: url(../images/gzh_71.png) no-repeat 42px top;
    margin-top: 20px;
}

.ea_dh span {
    display: block;
    font-size: 14px;
    color: #000000;
    font-weight: bold;
    padding-top: 58px;
    padding-left: 90px;
}

.ea_xsyjr {
    width: 909px;
    min-height: 500px;
}

.ea_xsyjList {
    width: 909px;
    min-height: 500px;
    padding-bottom: 22px;
}

.ea_xsyjList li {
    width: 909px;
    position: relative;
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 30px;
}

.ea_xsyjList li h3 {
    width: 900px;
    padding-right: 9px;
    font-size: 18px;
    height: 20px;
    line-height: 20px;
}

.ea_xsyjList li h3 a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 20px;
    color: #333333;
    overflow: hidden;
}

.ea_xsyjList li:hover h3 a {
    color: #51677f;
}

.ea_xsyjTxt {
    font-size: 14px;
    color: #666;
    line-height: 30px;
    height: 60px;
    margin-top: 20px;
    margin-bottom: 15px;
    overflow: hidden;
}

.ea_xsyjList li em {
    display: block;
    font-size: 12px;
    color: #999999;
    font-style: normal;
    padding-left: 25px;
    width: 100px;
    height: 20px;
    line-height: 20px;
    background: url(../images/gzh_52.png) no-repeat left center;
    overflow: hidden;
}

.ea_go {
    position: absolute;
    width: 100px;
    height: 35px;
    right: 0;
    bottom: 20px;
    background: url(../images/gzh_72.png) no-repeat left top;
    transition: all .3s;
}

.ea_go:hover {
    background: url(../images/gzh_72b.png) no-repeat left top;
    transition: all .5s;
}

.ea_decTitle01 {
    min-height: 30px;
    padding: 10px;
    padding-top: 0;
    width: 889px;
    margin: 0 0 4px;
}

.ea_decTitle01 h1 {
    font-size: 18px;
    color: #333333;
    line-height: 30px;
    min-height: 30px;
    width: 889px;
    text-align: center;
}

.ea_decSet01 {
    width: 909px;
    height: 38px;
    line-height: 38px;
    border-bottom: 1px solid #d6d6d6;
    border-top: 1px solid #d6d6d6;
    text-align: center;
    font-size: 12px;
    color: #999999;
}

.ea_decSet01 span {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    font-size: 12px;
    color: #999999;
    text-align: left;
    overflow: hidden;
}

.ea_decSet01 a {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    font-size: 12px;
    color: #999999;
    overflow: hidden;
}

.ea_decSet01 a:hover {
    color: #51677f;
}

.ea_decSet01 span.ea_fabushijan {
    width: 141px;
    padding-left: 24px;
    background: url(../images/gzh_52.png) no-repeat left center;
}

.ea_decSet01 span.ea_liulancishu {
    width: 94px;
    padding-left: 27px;
    background: url(../images/gzh_55.png) no-repeat left center;
}

.ea_decSet01 span.ea_zihao {
    width: 36px;
    padding-left: 25px;
    background: url(../images/gzh_56.png) no-repeat left center;
}

.ea_decSet01 a.ea_close {
    padding-left: 23px;
    background: url(../images/gzh_57.png) no-repeat left center;
}

.ea_xsyjTxt01 {
    width: 909px;
    min-height: 300px;
    padding: 40px 0 50px;
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 50px;
}

.ea_pnPage02 {
    float: right;
    width: 909px;
    height: 45px;
    overflow: hidden;
}

.ea_pnPage02 a {
    float: left;
    width: 450px;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
}

.ea_pnPage02 a span {
    float: right;
    width: 100px;
    height: 43px;
    line-height: 43px;
    padding: 0 10px;
    border: 1px solid #51677f;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    overflow: hidden;
}

.ea_nextPage span {
    float: left !important;
    margin-right: 8px !important;
}

.ea_nextPage {
    float: right !important;
}

.ea_pnPage02 a[href]:hover span {
    border: 1px solid #51677f;
    background-color: #51677f;
    color: #fff;
}

.ea_pnPage02 a.on span {
    border: 1px solid #51677f;
    background-color: #51677f;
    color: #fff;
}

.ea_Ssbzc {
    width: 221px;
    background: url(../images/gzh_73.png) no-repeat left bottom;
}

.ea_gjsbzcx {
    width: 1200px;
    min-height: 200px;
    padding: 50px 0;
    overflow: hidden;
}

.ea_gjsbzcxList {
    width: 1212px;
    padding-bottom: 20px;
    min-height: 200px;
}

.ea_gjsbzcxList li {
    float: left;
    margin-right: 22px;
    margin-bottom: 30px;
    width: 180px;
    height: 170px;
}

.ea_dqPic {
    width: 180px;
    height: 106px;
    behavior: url(PIE-2.0beta1/PIE.htc);
    /*兼容IE8处理*/
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.ea_dqPic a {
    display: block;
    width: 100%;
    height: 100%;
}

.ea_dqPic a img {
    display: block;
    width: 100%;
    behavior: url(PIE-2.0beta1/PIE.htc);
    /*兼容IE8处理*/
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    transition: all .3s;
}

.ea_gjsbzcxList li:hover .ea_dqPic a img {
    transform: scale(1.1);
    transition: all .3s;
}

.ea_gjsbzcxList li h3 {
    font-size: 16px;
    height: 20px;
    line-height: 20px;
    padding: 30px 10px 0;
}

.ea_gjsbzcxList li h3 a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 20px;
    color: #333333;
    text-align: center;
    transition: all .3s;
    overflow: hidden;
}

.ea_gjsbzcxList li:hover h3 a {
    color: #51677f;
    transition: all .5s;
}

.ea_Szyly {
    width: 167px;
    background: url(../images/gzh_75.png) no-repeat left bottom;
}

.ea_small {
    width: 1200px;
    text-align: center;
    margin-top: 35px;
}

.ea_small a {
    display: inline-block;
    font-size: 18px;
    color: #51677f;
    min-width: 80px;
    text-align: center;
    height: 48px;
    line-height: 48px;
    padding: 0 10px;
    border: 1px solid #51677f;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-right: 20px;
    overflow: hidden;
}

.ea_subColume a:hover {
    background-color: #51677f;
    color: #fff;
}

.ea_subColume a.on {
    background-color: #51677f;
    color: #fff;
}

.ea_gsf {
    padding: 50px 0;
    min-height: 300px;
}

.ea_gsfTop {}

.ea_gsfTop h1 {
    font-size: 26px;
    color: #333333;
    min-height: 30px;
    line-height: 30px;
    margin-bottom: 17px;
    overflow: hidden;
}

.ea_gsfTop em {
    display: block;
    font-size: 20px;
    color: #51677f;
    height: 22px;
    line-height: 22px;
    font-style: normal;
    overflow: hidden;
}

.ea_biBar {
    width: 1200px;
    min-height: 30px;
    margin: 50px 0;
}

.ea_short {
    width: 524px;
    padding-right: 20px;
    min-height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #666;
    padding-left: 26px;
    background: url(../images/gzh_76.png) no-repeat left 8px;
    overflow: hidden;
}

.ea_sinBar {
    width: 1174px;
    min-height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #666;
    padding-left: 26px;
    background: url(../images/gzh_76.png) no-repeat left 8px;
    margin-top: 50px;
}

.ea_fzaj {
    width: 1200px;
    min-height: 300px;
    padding: 50px 0;
}

.ea_fzajPic {
    width: 370px;
    height: 420px;
    overflow: hidden;
}

.ea_fzajPic img {
    display: block;
    width: 370px;
    height: 420px;
}

.ea_fzajTxt {
    width: 720px;
    min-height: 192px;
    box-shadow: -3px 0 15px #f0f8f9;
    padding: 58px 50px 50px 58px;
    margin-top: 60px;
}

.ea_fzajTitle {
    width: 1200px;
    height: 30px;
    background: url(../images/gzh_77.png) no-repeat left center;
    margin-bottom: 38px;
}

.ea_wenzi {
    width: 720px;
    font-size: 16px;
    line-height: 33px;
    min-height: 132px;
    color: #666666;
}

.ea_jj {
    width: 1200px;
    min-height: 300px;
    padding: 50px 0;
}

.ea_jjt {
    width: 1200px;
    height: 58px;
    background: url(../images/gzh_79.png) no-repeat left bottom;
    margin-bottom: 30px;
}

.ea_jjTxt {
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    min-height: 300px;
    margin-bottom: 35px;
    overflow: hidden;
}

.ea_btu {
    width: 1200px;
    height: 391px;
}

.ea_ln {
    width: 1200px;
    min-height: 300px;
    padding: 50px 0;
}

.ea_lnt {
    width: 1200px;
    height: 58px;
    background: url(../images/gzh_81.png) no-repeat left bottom;
}

.ea_lnkk {
    width: 1200px;
    min-height: 300px;
}

.ea_lntXT {
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    width: 599px;
    margin-top: 30px;
}

.ea_lnOic {
    width: 599px;
    height: 470px;
    overflow: hidden;
}

.ea_sbdl {
    width: 1200px;
    min-height: 300px;
    padding: 50px 0;
}

.ea_sbdlTitle {
    font-size: 26px;
    color: #51677f;
    height: 30px;
    line-height: 30px;
    /*padding-bottom: 32px;
	background: url(../images/gzh_83.png) no-repeat left bottom;*/
}

.ea_sbdTitleEn {
    font-size: 18px;
    color: #51677f;
    height: 30px;
    line-height: 30px;
}

.ea_sbdlTxt {
    font-size: 14px;
    line-height: 30px;
    min-height: 300px;
    padding-bottom: 50px;
    border-bottom: 1px solid #d6d6d6;
    margin-top: 27px;
    color: #666666;
}

.ea_sbtzfbzdjz {
    width: 1200px;
    min-height: 300px;
    padding: 50px 0;
}

.ea_sbbjTitle {
    width: 1200px;
}

.ea_sbbjTitle h1 {
    font-size: 26px;
    color: #333333;
    min-height: 30px;
    line-height: 30px;
}

.ea_sbbjTitle em {
    display: block;
    font-style: normal;
    font-size: 20px;
    color: #51677f;
    min-height: 22px;
    line-height: 22px;
    overflow: hidden;
    margin-top: 18px;
}

.ea_threeBar {
    width: 1200px;
    min-height: 30px;
    margin: 45px 0;
}

.ea_threeBar div {
    min-height: 30px;
    line-height: 30px;
    padding-left: 25px;
    background: url(../images/gzh_76.png) no-repeat left 8px;
    float: left;
    font-size: 18px;
    color: #666666;
}

.ea_wl {
    width: 274px;
}

.ea_wm {
    width: 475px;
}

.ea_wr {
    width: 375px;
}

.ea_fBar {
    width: 1175px;
    margin-top: 45px;
    font-size: 16px;
    color: #666;
    min-height: 30px;
    line-height: 30px;
    padding-left: 25px;
    background: url(../images/gzh_76.png) no-repeat left 8px;
}

.ea_tsfw {
    width: 1200px;
    min-height: 300px;
    padding: 50px 0;
}

.ea_tsPic {
    width: 430px;
    height: 320px;
}

.ea_tsTxt {
    width: 720px;
    min-height: 150px;
    padding: 50px 25px;
    box-shadow: 3px 0 15px #f0f8f9;
    margin-top: 30px;
}

.ea_tst {
    width: 720px;
    min-height: 32px;
    margin-bottom: 28px;
}

.ea_tst h1 {
    display: inline-block;
    font-size: 28px;
    color: #333333;
    min-height: 32px;
    line-height: 32px;
    padding-right: 110px;
    background: url(../images/gzh_85.png) no-repeat right bottom;
    overflow: hidden;
}

.ea_tswenzi {
    width: 720px;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    min-height: 90px;
}

.ea_xkss {
    width: 1200px;
    min-height: 60px;
    padding: 50px 0;
}

.ea_xkTxt {
    min-height: 60px;
    line-height: 30px;
    font-size: 18px;
    color: #666666;
    margin-top: 36px;
    overflow: hidden;
}

.ea_ysfw {
    width: 1200px;
    min-height: 300px;
    padding: 50px 0;
}

.ea_ysfwTitle {
    padding-top: 55px;
    background: url(../images/gzh_86.png) no-repeat left top;
    width: 1200px;
    height: 49px;
}

.ea_ysfwTitle h1 {
    font-size: 23px;
    color: #333333;
    height: 25px;
    line-height: 25px;
    height: 25px;
    padding-bottom: 24px;
    background: url(../images/gzh_87.png) no-repeat left bottom;
}

.ea_ysfwTxt {
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    margin: 15px 0 12px;
}

.ea_ysfwTu {
    width: 1200px;
    height: 260px;
}

.ea_fourBar {
    width: 1200px;
    min-height: 30px;
    margin: 45px 0;
}

.ea_fourBar div {
    min-height: 30px;
    line-height: 30px;
    padding-left: 25px;
    padding-right: 5px;
    background: url(../images/gzh_76.png) no-repeat left 8px;
    float: left;
    font-size: 18px;
    color: #666666;
    width: 270px;
}

.ea_zlbq {
    width: 1200px;
    min-height: 300px;
    padding-top: 50px;
    padding-bottom: 5px;
}

.ea_zyrs {
    width: 1200px;
    min-height: 300px;
    padding-top: 50px;
    padding-bottom: 10px;
}

.ea_zyrsInfo {
    width: 1200px;
    min-height: 60px;
    margin-bottom: 40px;
}

.ea_zyrsInfo h1 {
    font-size: 16px;
    color: #51677f;
    min-height: 20px;
    line-height: 20px;
    width: 1200px;
    margin-bottom: 22px;
}

.ea_zyrsTxt01 {
    width: 1200px;
    font-size: 14px;
    line-height: 30px;
    min-height: 60px;
    color: #666666;
}

.ea_Ssitemap {
    width: 162px;
    background: url(../images/gzh_89.png) no-repeat left bottom;
}

.ea_sitemap {
    width: 1200px;
    min-height: 200px;
    padding: 50px 0 30px;
}

.ea_sitemapList {
    width: 1200px;
    min-height: 50px;
    display: block;
    margin-bottom: 20px;
}

.ea_sitemapList li {
    float: left;
    min-width: 100px;
    height: 48px;
    padding: 0 9px;
    behavior: url(PIE-2.0beta1/PIE.htc);
    /*兼容IE8处理*/
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #3f5468;
    margin-right: 20px;
    overflow: hidden;
}

.ea_sitemapList li:hover {
    border: 1px solid #63b5c5;
}

.ea_sitemapList li.on {
    border: 1px solid #63b5c5;
}

.ea_sitemapList li a {
    display: block;
    width: 100%;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    color: #333333;
    text-align: center;
}

.ea_sitemapList li:hover a {
    color: #63b5c5;
}

.ea_sitemapList li.on a {
    color: #63b5c5;
}

.ea_sitemapList li.ea_firstLi {
    background-color: #3f5468;
    border: 1px solid #3f5468;
}

.ea_sitemapList li.ea_firstLi a {
    color: #fff;
    font-weight: bold;
}

.ea_sitemapList li.ea_firstLi:hover {
    background-color: #63b5c5;
    border: 1px solid #63b5c5;
}

.ea_sitemapList li.ea_firstLi.on {
    background-color: #63b5c5;
    border: 1px solid #63b5c5;
}

.ea_Sfwqy {
    width: 162px;
    background: url(../images/gzh_200.png) no-repeat center bottom;
}

.ea_fwqy {
    width: 1200px;
    padding: 50px 0;
    min-height: 288px;
}

.ea_fwqyList {
    width: 1232px;
    min-height: 288px;
    padding-bottom: 10px;
}

.ea_fwqyList li {
    float: left;
    width: 274px;
    height: 144px;
    margin: 0 34px 40px 0;
}

.ea_coPic {
    width: 276px;
    height: 104px;
    border: 1px solid #f0f0f0;
    -webkit-box-sizing: border-box;
    -mos-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    transition: all .3s;
}

.ea_coPic a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.ea_coPic a img {
    display: block;
    width: 274px;
    height: 102px;
}

.ea_fwqyList li h3 {
    font-size: 16px;
    width: 254px;
    height: 40px;
    padding: 0 10px;
    font-weight: normal;
    margin-top: 20px;
}

.ea_fwqyList li h3 a {
    display: block;
    width: 100%;
    height: 100%;
    color: #333333;
    text-align: center;
    transition: all .3s;
    overflow: hidden;
}

.ea_fwqyList li:hover .ea_coPic {
    border: 1px solid #3f5468;
    transition: all .5s;
}

.ea_fwqyList li:hover h3 a {
    color: #3f5468;
    transition: all .5s;
}

.ea_ljzx {
    width: 1200px;
    padding: 45px 0;
}

.ea_ljzxBtn {
    display: block;
    width: 1179px;
    margin: 0 auto;
    height: 50px;
    text-align: center;
    padding: 0 10px;
    line-height: 50px;
    font-size: 20px;
    color: #51677f;
    background: url(../images/gzh_202.png) no-repeat left top;
    behavior: url(PIE-2.0beta1/PIE.htc);
    /*兼容IE8处理*/
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    transition: all .3s;
    overflow: hidden;
}

.ea_ljzxBtn:hover {
    color: #fff;
    background-color: #51677f;
    transition: all .5s;
}

.ea_popCell {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../images/gzh_203.png) repeat left top;
    z-index: 99;
    display: none;
}

.ea_popBox {
    position: fixed;
    width: 904px;
    left: 50%;
    padding: 50px 48px 50px 50px;
    margin-left: -501px;
    top: 50%;
    margin-top: -252px;
    background-color: #fff;
    behavior: url(PIE-2.0beta1/PIE.htc);
    /*兼容IE8处理*/
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    z-index: 999;
    display: none;
}

.ea_formTitle {
    font-size: 24px;
    color: #51677f;
    width: 904px;
    height: 28px;
    line-height: 28px;
    text-align: center;
}

.ea_tips01 {
    width: 904px;
    height: 40px;
    background-color: #63b5c3;
    behavior: url(PIE-2.0beta1/PIE.htc);
    /*兼容IE8处理*/
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    margin: 30px 0 18px;
}

.ea_tips01 span {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding-left: 27px;
    font-size: 14px;
    color: #ffffff;
    background: url(../images/gzh_205.png) no-repeat left center;
    overflow: hidden;
}

.ea_qqMail {
    font-size: 18px;
    color: #51677f;
    text-align: center;
    width: 904px;
    height: 22px;
    line-height: 22px;
}

.ea_abName {
    width: 902px;
    height: 54px;
    margin: 0 auto;
    behavior: url(PIE-2.0beta1/PIE.htc);
    /*兼容IE8处理*/
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #51677f;
    margin: 30px 0;
}

.ea_darkBtn {
    width: 158px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    behavior: url(PIE-2.0beta1/PIE.htc);
    /*兼容IE8处理*/
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #51677f;
    font-size: 16px;
    color: #fff;
    margin-left: -1px;
}

.ea_input {
    width: 692px;
    height: 54px;
    padding: 0 26px;
}

.ea_input input {
    display: block;
    width: 100%;
    height: 53px;
    margin-top: 1px;
    font-size: 16px;
    color: #999999;
    line-height: 53px;
    outline: none;
    border: none;
}

.ea_darkBtn span {
    display: inline-block;
    height: 54px;
    line-height: 54px;
    padding-left: 16px;
    background: url(../images/mi.png) no-repeat left center
}

.ea_popljzxBtn {
    display: block;
    width: 884px;
    margin: 0 auto;
    height: 54px;
    text-align: center;
    padding: 0 10px;
    line-height: 54px;
    font-size: 20px;
    color: #51677f;
    border: 1px solid #51677f;
    behavior: url(PIE-2.0beta1/PIE.htc);
    /*兼容IE8处理*/
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    transition: all .3s;
    overflow: hidden;
}

.ea_popljzxBtn:hover {
    color: #fff;
    background-color: #51677f;
    transition: all .5s;
}