﻿@charset "UTF-8";

/* yui3 reset.css */

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,
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;
}

.clear{clear:both; line-height:0px;}
/* yui3 fonts */

body {
    color: #333;
    font-size: 14px;
    min-width: 1200px;
    font-family: "Microsoft YaHei";
    background: url('../images/bg.jpg') center bottom no-repeat;
}

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;}
}

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: #999;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
    color: #999;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
    color: #999;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
    color: #999;
}

.placeholder {
    color: #999;
}

/* 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;
}

/* css3效果 */

.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);
}

.ewb-row {
    overflow: hidden;
}

.ewb-container {
    width: 1200px;
    margin: 0 auto;
}

.ewb-span1 {
    float: left;
    width: 69px;
}

.ewb-span2 {
    float: left;
    width: 156px;
}

.ewb-span3 {
    float: left;
    width: 243px;
}

.ewb-span4 {
    float: left;
    width: 330px;
}

.ewb-span5 {
    float: left;
    width: 417px;
}

.ewb-span6 {
    float: left;
    width: 504px;
}

.ewb-span7 {
    float: left;
    width: 591px;
}

.ewb-span8 {
    float: left;
    width: 678px;
}

.ewb-span9 {
    float: left;
    width: 765px;
}

.ewb-span10 {
    float: left;
    width: 852px;
}

.ewb-span11 {
    float: left;
    width: 939px;
}

.ewb-span12 {
    float: left;
    width: 1026px;
}

.ewb-span13 {
    float: left;
    width: 1113px;
}

.ewb-span14 {
    float: left;
    width: 1200px;
}

.ewb-ml18 {
    margin-left: 18px;
}

/* header */
#header {
    height: 320px;
}

.ewb-top {
    height: 29px;
    line-height: 29px;
    color: #666;
}

.ewb-mail {
    padding-left: 21px;
    color: #b81c24;
    font-size: 12px;
    height: 29px;
    line-height: 29px;
    background: url('../images/mail_icon.jpg') 0 center no-repeat;
}

.ewb-header {
    height: 241px;
    background: url('../images/headerbg.jpg') center top no-repeat;
}

.ewb-header-box {
    padding-top: 77px;
    position: relative;
}

.ewb-top-flash {
    position: absolute;
    top: 0;
    left: 0;
}

.ewb-title {
    display: block;
}

/* nav */
.ewb-nav {
    height: 50px;
    background: #ae1e27;
}
.ewb-nav-item{     background: url(../images/navbg.png) no-repeat;}
.ewb-nav-list {
    position: relative;
    float: left;
    /* margin-left: 40px; */
	 margin-left: 14px;
}

.ewb-nav-list:first-child {
    margin-left: 0;
}

.ewb-nav-list:first-child a {
    width: 120px;
    padding: 0;
    text-align: center;
}

.ewb-nav-list a {
    display: block;
    padding: 0 30px;
    line-height: 50px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.ewb-nav-list a:hover {
    color: #fff;	
}

.ewb-nav-list:hover,
.ewb-nav-list.cur {
    background: #990b13;
}

.ewb-nav-con {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    z-index: 999;
    background: url('../images/nav_mask.png');
}

.ewb-nav-list:hover .ewb-nav-con {
    display: block;
}

.ewb-sub-navlist {
	line-height:42px;
    border-top: 1px solid #fff;
}

.ewb-sub-navlist:first-child {
    border: 0;
}

.ewb-sub-navlist a {
    display: block;
    line-height: 42px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    text-align: center;
	padding:0px;
}

.ewb-sub-navlist a:hover {
    background: url('../images/navarr.png') 0 center no-repeat #d31d26;
}

/* footer */
.ewb-footer {
    position: relative;
    height: 95px;
    padding-top: 82px;
    line-height: 24px;
    text-align: center;
    font-size: 0;
    -webkit-text-size-adjust: none;
}

.ewb-footer-link {
    display: inline-block;
    color: #000;
    /*font-size: 12px;2019.04.02*/
	font-size: 16px;/*2019.04.02*/
    margin: 0 16px;
}

.ewb-footer-span {
    display: inline-block;
    /*font-size: 12px;2019.04.02*/
	font-size: 16px;/*2019.04.02*/
    color: #000;
    margin: 0 15px;
}

.ewb-footer>a {
    display: block;
    position: absolute;
}

.ewb-footer>a>img {
    display: block;
}

.ewb-footer-img1 {
    top: 90px;
    left: 92px;
}

.ewb-footer-img2 {
    /*top: 90px;2019.03.18*/
	top: 78px;/*2019.03.18*/
    left: 208px;
}

.ewb-footer-img3 {
    top: 77px;
    right: 177px;
}

.ewb-footer-img3 p {
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    color: #333;
    text-shadow: 0px 0 8px #fff;
}

/*2019.03.20*/
.ewb-col-bd{
	min-height:180px;
}

/*2019.04.09*/
.benan{
	background: url(../webimages/sgwab.png) no-repeat left;
    padding-left: 25px;
}
.ewb-copy{
	padding-left:35px;
}

/*2019.10.11*/
.ewb-nav-list_bwcx:hover{
    display: block;
}

.ewb-sub-navlist_bwcx {
    height: 58px;
    border-top: 1px solid #fff;
}

.ewb-sub-navlist_bwcx a {
    display: block;
    height: 58px;
    line-height: 28px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.ewb-sub-navlist_bwcx a:hover {
    background: url('../images/navarr.png') 0 center no-repeat #d31d26;
}

/*page*/
#page_div{ clear:both; padding:10px 0; text-align:center; color:#666666; font-size:13px; background: #ffeff0;}
#page_div a{color:#666666;}
#page_div .pagination_index_last *{vertical-align:middle\9;}
#page_div .arrow{margin:2px;}
#page_div .arrow a, #page_div .index_num, .pagination_index_last a{ display:inline-block; padding:0 10px; line-height:28px; border:#cad3da 1px solid; border-radius:3px; transition: all .2s; -webkit-transition: all .2s;
	background: #f1f1f1;
	background: -webkit-linear-gradient(#ffffff 10%, #ffeaeb);
	background: -o-linear-gradient(#ffffff 10%, #ffeaeb);
	background: -moz-linear-gradient(#ffffff 10%, #ffeaeb);
	background: linear-gradient(#ffffff 10%, #ffeaeb);
}
#page_div .index_num{ border-color:#b81c24; background:#b81c24; color:#fff;}
#page_div .index_num a{display:inline; padding:0; background:none; color:#fff; border:none;}
#page_div a:hover{background:#b81c24; border-color:#b81c24; color:#fff; text-decoration:none;}
.pagination_index_last{ padding-left:15px;}
.pagination_index_last a{font-weight:bold;}
#pagination_input{width:40px; margin:0 2px; height:28px; border:#cad3da 1px solid; background:#fff; text-align:center; border-radius:3px;}


.ttit{
    width: 1200px;
    height: 100px;
    margin: 20px 0px;
    border-bottom: 3px #ae1e27 solid;
}
.ttit a{
    width: 300px;
    height: 80px;
    line-height: 80px;
    float: left;
    border: 2px #dcd7d7 solid;
    text-align: center;
    font-size: 22px;
    margin-right: 50px;
}
.ttit .on{
	background: #b01d25;
	color: #FFF;
	
}
.acti{
    background-color: #ae1e27 !important;
    color: #FFF;
}
.acti a{
  
    color: #FFF  !important;
}