﻿/* yui3 reset.css */
html {
    color: #333;
    background: #FFF;
}

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;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
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;
}

/* yui3 fonts */
body {
    font: 14px "Microsoft YaHei";
    color: #333;
    font-family: 'Microsoft YaHei';
}

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;
    color: #333;
}

/* utilities */
.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;
}

/*! grid system 21栅格 1135px */
.container {
    width: 1080px;
    margin: 0 auto;
}

.row {
    overflow: hidden;
}

.span21 {
    width: 1135px;
    float: left;
}

.span20 {
    width: 1080px;
    float: left;
}

.span19 {
    width: 1025px;
    float: left;
}

.span18 {
    width: 970px;
    float: left;
}

.span17 {
    width: 915px;
    float: left;
}

.span16 {
    width: 860px;
    float: left;
}

.span15 {
    width: 805px;
    float: left;
}

.span14 {
    width: 750px;
    float: left;
}

.span13 {
    width: 640px;
    float: left;
}

.span12 {
    width: 640px;
    float: left;
}

.span11 {
    width: 585px;
    float: left;
}

.span10 {
    width: 530px;
    float: left;
}

.span9 {
    width: 475px;
    float: left;
}

.span8 {
    width: 420px;
    float: left;
}

.span7 {
    width: 365px;
    float: left;
}

.span6 {
    width: 310px;
    float: left;
}

.span5 {
    width: 255px;
    float: left;
}

.span4 {
    width: 200px;
    float: left;
}

.span3 {
    width: 145px;
    float: left;
}

.span2 {
    width: 90px;
    float: left;
}

.span1 {
    width: 35px;
    float: left;
}

.ml10 {
    margin-left: 10px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.ml20 {
    margin-left: 20px;
}
/*#region Top */
.top {
    position: relative;
    height: 31px;
    line-height: 31px;
    font-size: 12px;
    z-index: 100;
}

.welcome {
    float: left;
    width: 300px;
}

.phone-block {
    float: left;
}

.service-phone {
    color: #da231b;
}

.top-bar {
    width: 460px;
    float: right;
}

.top-bar > a {
    margin: 0 12px;
    display: inline-block;
}

.qr-code {
    position: relative;
    padding-left: 20px;
    background: url('../images/qr-code.png') no-repeat left center;
}

.qr-code-pic {
    position: absolute;
    top: 31px;
    left: -7px;
    display: none;
    width: 133px;
    height: 133px;
    background: url('../images/qr-code-img.jpg') no-repeat;
}

.qr-code:hover {
    color: red;
}

.qr-code:hover > .qr-code-pic {
    display: block;
}

.head {
    width: 100%;
    height: 133px;
    margin: 0 auto;
    background: url("../images/head-bg.jpg") center center no-repeat;
    text-align: center;
    position: relative;
    z-index: 99;
}

.logo-container {
    position: relative;
    height: 133px;
	background: url("../images/head-img.jpg") center center no-repeat;
}

.search {
    position: absolute;
    right: 6px;
    top: 44px;
    width: 242px;
    height: 30px;
    border: 1px solid #cad2e0;
    background: #fff;
}

.search-txt {
    width: 190px;
    height: 30px;
    padding-left: 10px;
    line-height: 24px;
    border: 0 none;
    background: #fff;
    font-size: 12px;
    vertical-align: middle;
    color: #999;
}

.search-btn {
    width: 42px;
    height: 30px;
    border: 0 none;
    cursor: pointer;
    vertical-align: middle;
    background: url('../images/search-icon.png') no-repeat center center #fff;
}

/*#endregion */

/*#region 导航 */
.nav-area {
    width: 100%;
    height: 36px;
    background: #2b66bb;
    position: relative;
    z-index: 9999;
}

.nav-items {
    width: 1080px;
    margin: 0 auto;
    background: #2b66bb;
}

.nav-item {
    position: relative;
    width: 130px;
    height: 36px;
    float: left;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 36px;
}

.nav-item a {
    color: #fff;
}

.nav-item:hover,
.nav-item.active {
    background: url("../images/title-bg.jpg") repeat;
}

.nav-item:hover > a,
.nav-item.active > a {
    color: #da251d;
}

.second-nav {
    position: absolute;
    height: 42px;
    top: 36px;
    left: -1px;
    width: 1000px;
    border: 1px solid #ddd;
    background: url("../images/title-bg.jpg") repeat;
    border-top: 0 none;
}

.second-nav > li {
    float: left;
    display: block;
    vertical-align: middle;
    text-align: center;
}

.second-nav a {
    padding: 0 15px;
    line-height: 42px;
    color: #333;
    font-weight: normal;
    text-align: center;
  /*  border-right: 1px solid #ddd;*/
}

.second-nav > li.last > a {
    border-right: 0 none;
}
/*#endregion */

/*#region 战略合作 */
.cooperate {
    background: #ededed;
}

.cooperate .split {
    height: 0;
    width: 1080px;
    margin: 0 auto;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #fff;
}

.inner-cooperate {
    height: 39px;
    line-height: 39px;
    padding: 20px 0;
    margin: 0 auto;
    background: #ededed;
}

.inner-cooperate > .lbl {
    display: block;
    float: left;
    margin-left: 10px;
}

.cooperate-list {
    margin-left: 90px;
}

.cooperate-list > li {
    float: left;
    width: 108px;
    height: 37px;
    margin-right: 15px;
    line-height: 37px;
    vertical-align: middle;
    border: 1px solid #e1e1e1;
}
.cooperate-list img {
	width:108px;
	height:37px;
}
.cooperate-list > li.last {
    margin-right: 0;
}

.inner-friendly {
    padding: 25px 0 35px 0;
    height: 65px;
    margin: 0 auto;
    border-bottom: 1px solid #dedede;
    background: #ededed;
}

.inner-friendly > .lbl {
    display: block;
    float: left;
    margin-left: 10px;
    line-height: 24px;
}

.friendly-list {
    margin-left: 90px;
}

.friendly-list > li {
    float: left;
    margin-right: 10px;
    line-height: 24px;
	width:100px;
}
/*#endregion */

/*#region footer */
.footer {
	display:none;
    background: #6b6b6b;
    height: 194px;
    clear: both;
}

.footer-foot {
    height: 32px;
    padding-top: 15px;
    line-height: 32px;
    text-align: center;
    color: #d0d0d0;
}

.footer hr {
    width: 560px;
    border-top: 1px solid #6b6b6b;
}

.footer-foot a {
    margin: 0 8px;
    color: #d0d0d0;
}

.coyright {
    margin-top: 10px;
}

.coyright p {
    position: relative;
    margin: 0 auto;
    line-height: 24px;
    text-align: center;
    color: #d0d0d0;
}

.coyright p > span {
 
}

/*#endregion */

/*#region 信息列表 */
.news-list {
    padding: 5px 15px;
}

.news-list > li {
    background: url("../images/list-circle.png") no-repeat 0 50%;
    height: 28px;
    line-height: 28px;
    padding-left: 10px;
    text-align: left;
    vertical-align: middle;
}

.news-list.hasdate > li > a {
    width: 80%;
}

.news-list > li > a {
    display: block;
    float: left;
    overflow: hidden;
    width: 100%;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-list > li > .date {
    float: right;
    color: #989898;
}

.news-list > li:hover > a {
    color: #da251d;
}
/*#endregion */

/*#region 快速搜索 */
.quick-search {
    height: 234px;
    border: 1px solid #dddddd;
}

.quick-search > .title {
    line-height: 54px;
    color: #005bb8;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    background: url("../images/search-icon01.png") no-repeat 25px center;
}

.quick-search-form {
}

.quick-search-form > li {
    margin-bottom: 10px;
    text-align: center;
}

.quick-search-txt {
    width: 170px;
    height: 28px;
    padding-left: 6px;
    line-height: 28px;
    border: 1px solid #dfdfdf;
    color: #999999;
}

.quick-search-btn {
    width: 88px;
    height: 33px;
    border: 0 none;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    color: #fff;
    background: #69d2e9;
}

.quick-search-btn:hover {
    background: #2c65bc;
}
/*#endregion */

.title01 {
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}

.title01 > a {
    color: #005bb8;
}

.title01-faq {
    background: url("../images/question-icon.png") no-repeat 25px center;
}

.title01-down {
    background: url("../images/share-icon.png") no-repeat 25px center;
}

.title01-folder {
    background: url("../images/folder_icon.png") no-repeat 25px center;
}

.title01-notes {
    background: url("../images/notes_icon.png") no-repeat 25px center;
}

.title01-calendar {
    background: url("../images/calendar-icon.png") no-repeat 25px center;
}

.title01-message {
    background: url("../images/message-icon.png") no-repeat 25px center;
}
.line {
	line-height:42px;
	color:#ddd;
	font-weight:normal;
}

#foot {
	margin-top:20px;
}

/* top */

.ewb-top {
    height: 43px;
    line-height: 43px;
    background-color: #3c3e46;
    font-size: 12px;
}

.ewb-welcome {
    float: left;
    margin-left: 20px;
    color: #999693;
}

.ewb-cs-number {
    margin-left: 30px;
}

.ewb-cs-number span {
    color: #fff003;
}

.ewb-wechat-number {
    
    margin-right: 30px;
    padding-left: 18px;
    color: #999693;
    background: url(../images/wechat_ico.jpg) left center no-repeat;
}

.ewb-top-links {
    float: right;
    margin-right: 15px;
    color: #999693;
}

.ewb-top-links a {
    float: left;
    margin: 0 5px;
    color: #999693;
}

.ewb-link-sx {
    float: left;
    width: 1px;
    height: 43px;
    background: url(../images/link_sx.jpg) center center no-repeat;
}


/* header */

.ewb-head {
    margin-top: 14px;
    height: 175px;
    border: 1px solid #ebebeb;
    border-radius: 2px;
    background-color: #fff;
}

.ewb-header {
    height: 114px;
    border-bottom: 2px solid #2277e6;
}

.ewb-logo {
    float: left;
    margin: 17px 0 0 17px;
    width: 538px;
    height: 78px;
}

.ewb-search-btn {
    float: right;
    margin: 31px 21px 0 0;
    width: 118px;
    height: 40px;
    color: #fff;
    border: 0;
    cursor: pointer;
    background: url(../images/search_btn.jpg);
}

.ewb-search-btn:hover {
    background: url(../images/search_btn_hover.jpg);
}

.ewb-search-txt {
    float: right;
    margin-top: 31px;
    padding-left: 14px;
    width: 200px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #d7d7d7;
    border-right: 0;
}

.placeholder {
    color: #888;
}


/* nav */

.ewb-nav {
    padding: 7px 4px 0 4px;
    text-align: center;
}

.ewb-nav li {
    float: left;
    margin: 0 36px 0 36px;
    vertical-align: top;
    position: relative;
    z-index: 999;
}

.ewb-nav-name {
    display: inline-block;
    margin-right: 23px;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    color: #424242;
    border-bottom: 3px solid transparent;
}

.ewb-nav-name.haschild {
    margin-right: 0;
    padding-right: 23px;
}

.ewb-nav li:hover .ewb-nav-name {
    color: #2277e6;
    border-bottom: 3px solid #2277e6;
}

.ewb-nav li:hover .ewb-nav-name.haschild {
    margin-right: 0;
    padding-right: 23px;
}

.ewb-nav li.current .ewb-nav-name {
    margin-right: 23px;
    padding-right: 0;
    color: #2277e6;
    border-bottom: 3px solid #2277e6;
}

.ewb-nav-drop {
    position: absolute;
    top: 45px;
    left: 0;
    padding-left: 16px;
    width: 700px;
    height: 43px;
    line-height: 43px;
    background-color: #fff;
    z-index: 999;
    box-shadow: 0 0 12px #b9b9b9;
    -webkit-box-shadow: 0 0 12px #b9b9b9;
    -moz-box-shadow: 0 0 12px #b9b9b9;
    -o-box-shadow: 0 0 12px #b9b9b9;
    -ms-box-shadow: 0 0 12px #b9b9b9;
}

.ewb-nav-drop.ewb-wd442 {
    width: 442px;
}

.ewb-nav-drop.ewb-wd628 {
    width: 628px;
}

.ewb-nav-drop.ewb-wd394 {
    width: 394px;
}

.ewb-nav-drop li {
    float: left;
    display: block;
    padding: 0;
    margin: 0;
    vertical-align: top;
}

.ewb-nav-drop a {
    color: #9f9f9f;
}

.ewb-nav-drop i {
    display: block;
    margin: 14px 16px 0 16px;
    width: 1px;
    height: 15px;
    background-color: #2277e6;
}

/* footer */

.ewb-footer {
    margin-top: 15px;
    height: 226px;
    background-color: #eaeaea;
}

.ewb-footer-hd {
    padding-top: 5px;
    height: 62px;
    line-height: 62px;
    text-align: center;
    border-bottom: 1px solid #dcdcdc;
}

.ewb-footer-hd a {
    display: inline-block;
    color: #313131;
}

.ewb-footer-hd i {
    display: inline-block;
    margin: 0 6px;
    width: 1px;
    height: 6px;
    background-color: #4e4e4e;
    vertical-align: middle;
}

.ewb-footer-content {
    padding-top: 21px;
    text-align: center;
    line-height: 28px;
    color: #4e4e4e;
}

.ewb-container {
    width: 1200px;
    margin: 0 auto;
}


.hcweixin {
    background: url(../images/hcewm.png) no-repeat;
    top:30px;
    right:15%;
    display: none;
    z-index: 2;
    position: absolute;
    width: 150px;
    height: 150px;
}
.chcweixin {
    background: url(../images/chcewm.png) no-repeat;
    display: none;
    right:4%;
    top:30px;
    z-index: 2;
    position: absolute;
    width: 150px;
    height: 150px;
}
.dyhweixin {
    /*background: url(../images/dyhwx.jpg) no-repeat;*/
    display: none;
    left:62%;
    top:30px;
    z-index: 2;
    position: absolute;
    width: 150px;
    height: 150px;
}

.ewb-logoright{
	margin-right:15px;
	margin-top:22px;
}