body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
    vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: "";
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%;
}

legend {
    color: #000;
}

iframe {
    display: block;
}





body {
    font-size: 14px;
    font-family: "Microsoft Yahei";
    color: #4d4d4d;
    background: #fff;
}

select,
input,
button,
textarea {
    font: 99% arial, helvetica, clean, sans-serif;
}

table {
    font-size: inherit;
    font: 100%;
}

pre,
code,
kbd,
samp,
tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}

a {
    text-decoration: none;
}

input,
button,
textarea {
    font-family: "Microsoft YaHei";
    border: 0;
    outline: 0;
}

input[type=text]::-ms-clear,
input[type=password]::-ms-reveal {
    display: none;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: #828282;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
    color: #828282;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
    color: #828282;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
    color: #828282;
}

.placeholder {
    color: #828282;
}




.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

.l {
    float: left !important;
}

.r {
    float: right !important;
}

.hidden {
    display: none !important;
}

.invisible {
    visibility: hidden !important;
}



.trans {
    -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.text-overflow {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.container {
    width: 1200px;
    margin: 0 auto;
}

#header {
    min-height: 302px;

}

a:hover {
    text-decoration: underline;
}


.header {
    margin-bottom: 10px;
}
.head-top {
    height: 32px;
    line-height: 32px;
    font-size: 12px;
    background: url("../jpg/w4rftz.jpg") repeat-x;
}

.head-top-l {
    float: left;
    padding-left: 30px;
    font-size: 12px;
    color: #333;
}

.head-top-r {
    
    width: 650px;
	float: right;
	height: 32px;
	line-height: 32px;
	margin-right: 10px;
	overflow: hidden;
	position: relative;
}

.top-r-li {
    float: left;
    height: 32px;
    line-height: 32px;
}

.top-r-li > a {
    display: block;
    padding-left: 26px;
    padding-right: 32px;
    background: url("../png/2w35z8.png") no-repeat;
    color: #666;
}

.top-r-li > a:hover {
    text-decoration: underline;
}

.top-r-li.icon1 > a {
    background-position: 0 3px;
}

.top-r-li.icon2 > a {
    background-position: 0 -27px;
}

.top-r-li.icon3 > a {
    background-position: 0 -57px;
}

.middle {
    padding-top: 20px;
	
	height: 220px;
}

.head-logo {
    float: left;
	
	padding: 110px 0 0 0;
	height: 94px;
}

.head-search {
    float: right;
    padding-top: 90px;
}

.search-model {
    position: relative;
    width: 327px;
    height: 36px;
}

.search-input {
    width: 100%;
    height: 36px;
    line-height: 36px;
    text-indent: 12px;
    font-size: 13px;
    background-color: #fff;
    border: 0;
    outline: none;
    color: #ababab;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.search-btn {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 74px;
    height: 36px;
    border: 0;
    outline: none;
    background: url("../png/5rugu0.png") center no-repeat #e90000;
    cursor: pointer;
}

.head-nav {
    height: 70px;
}

.nav-ul {
    border-bottom: 5px solid #b80000;
}

.nav-li {
    float: left;
    width: 150px;
}

.nav-name {
    display: block;
    height: 65px;
    line-height: 65px;
    font-size: 18px;
    color: #333;
    background-color: #fff;
    text-align: center;
}

.nav-li:first-child .nav-name {
    border-radius: 5px 0 0 0;
}
.nav-li:last-child .nav-name {
    border-radius: 0 5px 0 0;
}

.nav-li span {
    padding: 15px 0;
    background-repeat: no-repeat;
    background-position: left center;
}

.nav-li.icon1 span {
    padding-left: 41px;
    background-image: url("../png/oe27s1.png");
}

.nav-li:hover.icon1 span {
    padding-left: 41px;
    background-image: url("../png/127ini.png");
}

.nav-li.icon2 span {
    padding-left: 33px;
    background-image: url("../png/8je9vw.png");
}

.nav-li:hover.icon2 span {
    padding-left: 33px;
    background-image: url("../png/m7e1ft.png");
}

.nav-li.icon3 span {
    padding-left: 36px;
    background-image: url("../png/vvxuv6.png");
}

.nav-li:hover.icon3 span {
    padding-left: 36px;
    background-image: url("../png/4tagag.png");
}

.nav-li.icon4 span {
    padding-left: 36px;
    background-image: url("../png/uc6dnj.png");
}

.nav-li:hover.icon4 span {
    padding-left: 36px;
    background-image: url("../png/btju7q.png");
}

.nav-li.icon5 span {
    padding-left: 31px;
    background-image: url("../png/46574w.png");
}

.nav-li:hover.icon5 span {
    padding-left: 31px;
    background-image: url("../png/vx8jl7.png");
}

.nav-li.icon6 span {
    padding-left: 35px;
    background-image: url("../png/dhhao3.png");
}

.nav-li:hover.icon6 span {
    padding-left: 33px;
    background-image: url("../png/h1i7os.png");
}

.nav-li.icon7 span {
    padding-left: 39px;
    background-image: url("../png/0ju5zv.png");
}

.nav-li:hover.icon7 span {
    padding-left: 41px;
    background-image: url("../png/kayhzy.png");
}

.nav-li.icon8 span {
    padding-left: 41px;
    background-image: url("../png/b6znum.png");
}

.nav-li:hover.icon8 span {
    padding-left: 41px;
    background-image: url("../png/il189g.png");
}

.nav-li:hover .nav-name{
    text-decoration: none;
    background-color: #b80000;
    color: #fff;
}


.footer {
    margin-top: 23px;
    height: 161px;
    background-color: #fff;
}


.foot-zfzc{
	 position:absolute;
	 top:50px;
	 left:500px;
	
}
.foot-con {
    margin-left: 200px;
    margin-right: 600px;
    padding-top: 29px;
}

.foot-bar {
    overflow: hidden;
}

.foot-name {
    margin-left: 10px;
    float: left;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: #333;
}

.foot-l {
    margin-top: 48px;
    margin-left: 3px;
    float: left;
    width: 54px;
    height: 65px;
    background: url("../png/cbeqmf.png") center center no-repeat;
}

.foot-jiucuo {
    margin-top: 48px;
    margin-left: 10px;
    float: left;
    width: 110px;
    height: 65px;
}

.foot-name.icon {
    padding-left: 22px;
    background: url("../png/h6rmhu.png") left center no-repeat;
}

.foot-error {
    float: left;
    margin-top: 44px;

    width: 110px;
    height: 55px;
    background: url("../png/c08m9k.png") center center no-repeat;
}

.code-name {
    padding-top: 6px;
    line-height: 16px;
    font-size: 12px;
    color: #333;
}

.foot-code {
    margin-left: 13px;
    float: left;
    width: 120px;
    text-align: center;
}

.code-name.esp {
    padding: 0 13px;
}

.foot-code.code1 {
    margin-left: 29px;
    margin-top: 27px;
    width: 113px;
    text-align: center;
}

.foot-code.code2 {
    margin-top: 24px;
}

.foot-code.code3 {
    margin-top: 20px;
}

.ewb-mt20{
    margin-top: 20px;
}

.ewb-mt10{
    margin-top: 10px;
}
.ewb-mb10{
    margin-bottom: 10px;
}



@media (max-width: 767px) {
    .ewb-main{
        padding: 0 5px;
    }
    .ewb-mt20{
        margin-top: 14px;
    }
}



.ewb-header-bg{
    background: url('/images/header_bg.jpg') no-repeat center top;
}



.ewb-toolbar{
    padding: 8px 0;
    line-height: 20px;
    color: #333;
}

.ewb-toolbar span{
    display: block;
}

.ewb-toolbar span img{
    margin-top: -2px;
    padding: 0 7px;
    vertical-align: middle;
}

.ewb-toolbar-txt{
    margin-top: -20px;
    float: right;
}

.ewb-toolbar-txt a{
    padding: 0 12px 0 8px;
    color: #333;
}



@media (max-width: 767px){
    .ewb-toolbar{
        padding: 8px 5px;
        font-size: 12px;
    }
    .ewb-toolbar-txt{
        float: none;
    }
    .ewb-toolbar-txt{
        margin: 5px 0 0 -8px;
    }
}



.ewb-logo{
    padding: 54px 0 60px;
    width: 60%;
}

.ewb-house{
    padding-top: 27px;
    width: 40%;
    text-align: right;
}



@media (max-width: 767px){
    .ewb-logo{
        padding: 25px 0;
        width: 70%;
    }
    .ewb-house{
        display: none;
    }
}



.ewb-nav{
    background: url('/images/nav_bg.png') repeat left top;
}

.ewb-nav-items li{
    width: 20%;
}

.ewb-nav-item{
    display: block;
    text-align: center;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    color: #fff;
}

.ewb-nav-items li.cur,
.ewb-nav-items li:hover{
    background: url('/images/nav_bgh.png') repeat;
}



@media (max-width: 767px){
    .ewb-nav-items li{
        width: 33.3%;
    }
    .ewb-nav-item{
        height: 36px;
        line-height: 36px;
        font-size: 15px;
    }
}



.ewb-ser{
    position: relative;
    float: right;
    margin-top: 11px;
    width: 218px;
    padding: 0 36px 0 16px;
    height: 38px;
    background: url('/images/ser_bg.png') no-repeat center;
}

.ewb-ser-txt{
    width: 100%;
    height: 38px;
    line-height: 38px;
    font-size: 15px;
    background: transparent;
    border: 0;
}

.ewb-ser-btn{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
    padding: 0;
    display: block;
    width: 36px;
    height: 38px;
    background: url('/images/header_ser.png') no-repeat 0 7px;
    cursor: pointer;
}



@media (min-width: 768px) and (max-width: 1199px){
    .ewb-ser{
        width: 135px;
    }
    .ewb-ser-txt{
        font-size: 14px;
    }
}



@media (max-width: 767px){
    .ewb-ser{
        margin: 11px auto;
        float: none;
    }
  
}





.ewb-footer-link{
    padding: 13px 0;
    background: #555a5d;
}

.ewb-footer-link li{
    float: left;
    width: 20%;
    font-size: 15px;
}

.ewb-footer-link li:first-child .ewb-footer-txt{
    margin-left: 0;
}

.ewb-footer-txt{
    display: block;
    margin-left: 13px;
    height: 34px;
    text-align: center;
    line-height: 34px;
}

.ewb-footer-txt span{
    padding-left: 16px;
    color: #fff;
    background: url('/images/footer_line.png') no-repeat left 4px;
}

.ewb-footer-txt>img{
    margin-top: -3px;
    padding-right: 12px;
    vertical-align: middle;
}

a.ewb-footer-txt{
    color: #a3a4a6;
    background: #777b7d;
}

.ewb-footer-txt select{
    padding-left: 16px;
    width: 100%;
    height: 34px;
    text-align: left;
    line-height: 34px;
    color: #fff;
    background: #777b7d;
    border: 0;
}



@media (min-width: 768px) and (max-width: 1199px){
    .ewb-footer-link li{
        font-size: 13px;
    }
    .ewb-footer-txt span{
        padding-left: 5px;
    }
    .ewb-footer-txt>img{
        padding-right: 1px;
    }
}

*{margin:0;padding:0;list-style-type:none;}
a,img{border:0;}
.flexslider{position:relative;height:199px;overflow:hidden;}
.slides{position:relative;z-index:1;}
.slides li{height:200px;}
.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:url(/css/images/dot.png) right 0 no-repeat;cursor:pointer;}
.flex-control-nav .flex-active{background-position:0 0;}
.flex-control-paging {display:none;}
.flex-postion{z-index: 999;margin-top: -199px;position: relative;}



@media (max-width: 767px){
    .ewb-footer-link li{
        float: none;
        margin: 5px auto;
        width: 98%;
    }
    .ewb-footer-txt{
        margin-left: 0;
        text-align: left;
    }
    a.ewb-footer-txt{
        padding-left: 20px;
    }
    .slides li{height: 92px;}
}



.ewb-footer-name{
    line-height: 30px;
    text-align: center;
    color: #fff;
    background: #656a6d;
}

.ewb-footer-name .container{
    position: relative;
}

.ewb-footer-name p{
    padding: 20px 0;
}

.ewb-footer-name b{
    padding: 0 14px;
}

.ewb-footer-name a{
    color: #fff;
}

.ewb-footer-name a img{
    margin-top: -2px;
    padding-right: 5px;
    vertical-align: middle;
}

.ewb-footer-red{
    position: absolute;
    top: 18px;
    left: 114px;
}

.ewb-footer-error{
    position: absolute;
    top: 26px;
    right: 67px;
}



@media (min-width: 768px) and (max-width: 1199px){
    .ewb-footer-name{
        font-size: 13px;
    }
    .ewb-footer-name b{
        padding: 0 5px;
    }
    .ewb-footer-red,
    .ewb-footer-error{
        position: static;
        padding-bottom: 10px;
        display: inline-block;
        margin: 0 5px;
    }
}



@media (max-width: 767px){
    .ewb-footer-name{
        line-height: 24px;
        font-size: 12px;
    }
    .ewb-footer-name p{
        padding: 10px 5px;
    }
    .ewb-footer-name b{
        padding: 0 5px;
    }
    .ewb-footer-red,
    .ewb-footer-error{
        position: static;
        padding-bottom: 10px;
        display: inline-block;
        margin: 0 5px;
    }
        .flex-postion {
      height: 96px;
      margin-top: -96px;
   }
   .flexslider {
     height: 92px;
   }
}



.wb-data-items{
    padding-top: 8px;
}

.wb-data-list{
    padding-left: 16px;
    height: 30px;
    line-height: 30px;
    background: url('/images/dot.png') no-repeat left center;
    vertical-align: top;
}

.wb-data-infor{
    margin-right: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wb-data-infor a{
    color: #4d4d4d;
}

.wb-data-date{
    float: right;
    margin-top: -30px;
    color: #a4a4a4;
}

.wb-data-list:hover,
.wb-data-list:hover a,
.wb-data-list:hover span{
    color: #d50303;
}

.wb-normal-i{
	font-style: normal !important;
}



.ewb-route {
    padding: 17px 0 15px;
    line-height: 26px;
    padding-left: 28px;
    color: #666;
    background: url(../png/3z8qhr.png) left center no-repeat;
    margin-left: 20px;
	font-size: 14px;
}

.ewb-route-last {
    color: red;
}

.ewb-route>a {
    color: #666;
}
.object{
	position: absolute;
    right: 0;
    z-index: 5;
}




.ewb-top {

    height: 47px;
    line-height: 47px;
}

.ewb-welcome {
    float: left;
    color: #666;
}

.ewb-share {
    float: right;
    margin-top: 12px;
}

.ewb-share a {
    float: left;
    margin-left: 20px;
    width: 30px;
    height: 21px;
    position: relative;
}

.ewb-share-ico1 {
    background: url('../png/j5rs9s.png') center center no-repeat;
}

.ewb-share-ico2 {
    background: url('/images/share_ico2.png') center center no-repeat;
}

.ewb-share-ico3 {
    background: url('/images/share_ico3.png') center center no-repeat;
}

.ewb-code-box {
    display: none;
    position: absolute;
    top: 34px;
    left: 50%;
    margin-left: -95px;
    padding: 10px 10px;
     width: 170px;
    height: 170px;
    border: 1px solid #dbdbdb;
    border-radius: 5px;
    background-color: #fff;
    z-index: 999;
}

.ewb-share-ico2 .ewb-code-box {
    width: 80px;
    margin-left: -50px;
}

.ewb-code-jt {
    display: block;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    width: 19px;
    height: 10px;
    background: url('/images/code_jt.png');
}

.ewb-code-box li {
    float: left;
    margin-left: 10px;
    width: 170px;
    height: 170px;
    vertical-align: top;
}

.ewb-code-box li:first-child {
    margin-left: 0;
}

.ewb-code-box li img {
    width: 170px;
    height: 160px;
    vertical-align: top;
}

.ewb-code-box li span {
    display: block;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-weight: bold;
    color: #585858;
}

.ewb-share a:hover .ewb-code-box {
    display: block;
}

.ewb-top-link {
    float: right;
    margin: 11px 10px 0 0;
    height: 24px;
    line-height: 24px;
}

.ewb-top-link a {
    float: left;
    margin-left: 22px;
    color: #333;
}

.ewb-top-link a:hover {
    color: #ca0f08;
}

.ewb-tl-ico1 {
    padding-left: 25px;
    background: url('../png/d4g5zd.png') left center no-repeat;
}

.ewb-tl-ico2 {
    padding-left: 26px;
    background: url('../png/11jo2y.png') left center no-repeat;
}

.ewb-tl-ico3 {
    padding-left: 21px;
    background: url('../png/q4ysa3.png') left center no-repeat;
}


.ewb-tl-login {
    padding-left: 26px;
    padding-right: 32px; 
    background: url('../png/11jo2y.png') left center no-repeat;
	color: #666;
}

.ewb-tl-registered {
    padding-left: 26px;
    padding-right: 32px;
    background: url('../png/q4ysa3.png') left center no-repeat;
	color: #666;
}