/* yui3 reset.css */
html {
    color: #000;
    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/1.231 "Microsoft YaHei", arial, helvetica, clean, sans-serif;
    color: #333;
	min-width:1200px;
}
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;
}

/* 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;
}

/** 
 * 篁ヤ���申��蕁合��賢�����掩�桁���
 * 罸�絋�body筝�菴�茵��������絖�莅丞舟鐚�絖�篏�鐚�紊у���茵�蕭�鐚�鐚����a�丈･���堺���倶��絎�箙�鐚�
 * ����蕁級�∝�����主鎧膸�
 * 蕁級�√���怨ご絨冗����膈�
 */

/*! grid system 24���� 998px */
.ewb-container {
    width:1200px;
    margin:0 auto;
    overflow: hidden;
}
.ewb-row {
    overflow:hidden;
}
.ewb-span1 {
  float: left;
  width:41px;
}
.ewb-span2 {
  float: left;
  width:102px;
}
.ewb-span3 {
  float: left;
  width:163px;
}
.ewb-span4 {
  float: left;
  width:224px;
}
.ewb-span5 {
  float: left;
  width:285px;
}
.ewb-span6 {
  float: left;
  width:346px;
}
.ewb-span7 {
  float: left;
  width:407px;
}
.ewb-span8 {
  float: left;
  width:468px;
}
.ewb-span9 {
  float: left;
  width:529px;
}
.ewb-span10 {
  float: left;
  width:590px;
}
.ewb-span11 {
  float: left;
  width:651px;
}
.ewb-span12 {
  float: left;
  width:712px;
}
.ewb-span13 {
  float: left;
  width:773px;
}
.ewb-span14 {
  float: left;
  width:834px;
}
.ewb-span15 {
  float: left;
  width:895px;
}
.ewb-span16 {
  float: left;
  width:956px;
}
.ewb-span17 {
  float: left;
  width:1017px;
}
.ewb-span18 {
  float: left;
  width:1078px;
}
.ewb-span19 {
  float: left;
  width:1139px;
}
.ewb-span20 {
  float: left;
  width:1200px;
}
.ewb-ml20 {
    margin-left:20px;
}
.ewb-mt20 {
    margin-top:20px;
}
/* top */
.ewb-top{
    height: 35px;
    line-height: 35px;
    background-color: #ebebeb;
}
.ewb-top span{
    font-size: 16px;
    line-height: 35px;
}
.ewb-top-box{
    padding-top: 4px;
}
.ewb-input{
    width: 284px;
    height: 25px;
    outline: 0;
    border: 1px solid #9f9f9f;
    background-color: #fff;
    border-radius: 3px;
    line-height: 25px;
    text-indent: 10px;
    color: #999;
    margin-right: 10px;
}
.ewb-btn{
    width: 41px;
    height: 27px;
    padding: 0;
    outline: 0;
    border: 1px solid #a9161f;
    border-radius: 3px;
    background: url(../images/sear_icon.png) center center no-repeat #a9161f;
    margin-right: 4px;
    cursor: pointer;
}
.ewb-btn:hover{
    background: url(../images/sear_iconh.png) center center no-repeat #fff;
}
/* header */
.ewb-header{
    height: 259px;
    background: url(../images/header_bg.jpg) center top no-repeat;
	width: 1200px;
    margin: 0 auto;
}
/* img{
    vertical-align: top;
} */

/* nav */
.ewb-nav{
    height: 52px;
    overflow: hidden;
    background-color: #005BFE;
	width: 1200px;
    margin: 0 auto;
}
.ewb-nav-list{
    padding: 4px 5px 3px 5px;
    width: 138px;
    height: 45px;
    /*background: url(../images/nav_line.jpg) left center no-repeat;2021.06。28*/
}
.ewb-nav-list:first-child{
    padding: 4px 5px 7px 5px;
    width: 138px;
    background: none;
}
.ewb-nav-list a{
    display: block;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    color: #fff;
    border-radius: 5px;
}
.ewb-nav-icon1{
    text-indent: 68px;
    background: url(../images/nav_icon1.png) 24px center no-repeat;
}
.ewb-nav-icon2{
    text-indent: 54px;
    background: url(../images/nav_icon2.png) 12px center no-repeat;
}
.ewb-nav-icon3{
    text-indent: 52px;
    background: url(../images/nav_icon3.png) 10px center no-repeat;
}
.ewb-nav-icon4{
    text-indent: 53px;
    background: url(../images/nav_icon4.png) 8px center no-repeat;
}
.ewb-nav-icon5{
    text-indent: 49px;
    background: url(../images/nav_icon5.png) 9px center no-repeat;
}
.ewb-nav-icon6{
    text-indent: 50px;
    background: url(../images/nav_icon6.png) 7px center no-repeat;
}
.ewb-nav-icon7{
    text-indent: 55px;
    background: url(../images/nav_icon7.png) 17px center no-repeat;
}
.ewb-nav-icon8{
    text-indent: 57px;
    background: url(../images/nav_icon8.png) 17px center no-repeat;
}
.ewb-nav-list:hover a,
.ewb-nav-list.cur a{
    color: #005bfe;
    font-weight: bold;
}
.ewb-nav-list:hover .ewb-nav-icon1,
.ewb-nav-list.cur .ewb-nav-icon1{
    background: url(../images/nav_icon1h.png) 24px center no-repeat #fff;
}
.ewb-nav-list:hover .ewb-nav-icon2,
.ewb-nav-list.cur .ewb-nav-icon2{
    background: url(../images/nav_icon2h.png) 12px center no-repeat #fff;
}
.ewb-nav-list:hover .ewb-nav-icon3,
.ewb-nav-list.cur .ewb-nav-icon3{
    background: url(../images/nav_icon3h.png) 10px center no-repeat #fff;
}
.ewb-nav-list:hover .ewb-nav-icon4,
.ewb-nav-list.cur .ewb-nav-icon4{
    background: url(../images/nav_icon4h.png) 8px center no-repeat #fff;
}
.ewb-nav-list:hover .ewb-nav-icon5,
.ewb-nav-list.cur .ewb-nav-icon5{
    background: url(../images/nav_icon5h.png) 9px center no-repeat #fff;
}
.ewb-nav-list:hover .ewb-nav-icon6,
.ewb-nav-list.cur .ewb-nav-icon6{
    background: url(../images/nav_icon6h.png) 7px center no-repeat #fff;
}
.ewb-nav-list:hover .ewb-nav-icon7,
.ewb-nav-list.cur .ewb-nav-icon7{
    background: url(../images/nav_icon7h.png) 17px center no-repeat #fff;
}
.ewb-nav-list:hover .ewb-nav-icon8,
.ewb-nav-list.cur .ewb-nav-icon8{
    background: url(../images/nav_icon8h.png) 17px center no-repeat #fff;
}

/* footer */
.ewb-footer-link{
    margin-top: 20px;
    height: 41px;
    /*background-color: #005BFE;*/
	background-color: #005bfe;
}
.ewb-flinks{
    width: 520px;
    margin: 0 auto;
}
.ewb-flinks-list{
    width: 102px;
    height: 41px;
    padding-left: 2px;
    /*background: url(../images/footer_line.jpg) left center no-repeat;2021.07.06*/
}
.ewb-flinks-list:first-child{
    background: none;
}
.ewb-flinks-list a{
    display: block;
    line-height: 41px;
    color: #fff;
    text-align: center;
}
.ewb-footer{
    height: 204px;
    padding-top: 10px;
    /*background-color: #baa741;*/
	background-color: #005bfe;/*20210706*/
    color: #ececec;
    text-align: center;
}
.ewb-footer i>span{
    color: #dbdbdb;
}
.ewb-footer i,
.ewb-footer p{
    line-height: 30px;
}
.ewb-footer-img{
    height: 100px;
    margin-top: 10px;
    text-align: center;
}
.ewb-footer-img>a{
    display: inline-block;
}
.ewb-footer-img1{
    width: 90px;
    color: #ececec;
}
.ewb-footer-img1>img{
    display: block;
    width: 74px;
    height: 68px;
    margin: 0 auto;
	
}
.ewb-footer-img1 span{
    line-height: 33px;
}
.ewb-footer-img2>img{
	float:left;
    display: block;
    width: 51px;
    height: 63px;
    margin-left: 18px;
    margin-bottom: 20px;
}
.ewb-footer-img3>img{
	float:left;
    display: block;
    width: 59px;
    height: 59px;
    margin-left: 16px;
    margin-bottom: 25px;
}
.ewb-footer-img4>img{
	float:left;
    display: block;
    width: 95px;
    height: 47px;
    margin-left: 17px;
    margin-bottom: 30px;
}