@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;
}


/* yui3 fonts */

body {
    color: #333;
    font-size: 12px;
    font-family: "SimSun";
}

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: #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);
}


body {
    font-size: 14px;
    font-family: "Microsoft YaHei";
    min-width: 1200px;
}

a {
    color: #333333;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

/* 头部 */

.header-fl {
    float: left;
}

/* 航油网站群 */
.header-chosen {
    position: relative;
    margin: 29px 0 0 18px;
}

.chosen-web {
    width: 112px;
    height: 32px;
    line-height: 32px;
    padding-left: 10px;
    box-sizing: border-box;
    border: 1px solid #fff;
    cursor: pointer;
}

.chosen-select {
    display: inline-block;
    width: 10px;
    height: 6px;
    vertical-align: top;
    margin: 13px 0 0 10px;
    background: url("../images/select_bottom.png") center center no-repeat;
}



.chosen-web-cont {
    display: none;
    position: absolute;
    top: 31px;
    right: 0;
    width: 242px;
    padding: 10px 16px;
    box-sizing: border-box;
    border: 1px solid #cbcbcb;
    background-color: #fff;
    z-index: 2;
}

.chosen-web-list {
    line-height: 26px;
}
.chosen-web-list>a:hover{
    color: #d7000f;
}
.header-chosen:hover .chosen-web-cont{
    display: block;
}
.header-chosen:hover .chosen-web{
    border-color:#cbcbcb;
}
.header-chosen:hover .chosen-select {
    background-image: url("../images/select_top.png");
}

/* 导航 */
.header-nav {
    margin: 31px 0 0 92px;
}

.header-nav-list {
    float: left;
    margin: 0 14px;
    line-height: 27px;
}
.header-nav-list a{
    font-size: 15px;
}

.header-nav-list.active,
.header-nav-list:hover {
    border-bottom: 2px solid #1f79e8;
}

.header-nav-list.active a,
.header-nav-list:hover a {
    font-weight: bold;
    color: #1f79e8;
}

/* 搜索 */
.header-search {
    position: relative;
    margin: 26px 0 0 7px;
}

.search-icon {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 36px;
    background: url("../images/search.png") center center no-repeat #fff;
    cursor: pointer;
    box-sizing: border-box;
    border: solid #fff;
    border-width: 1px 1px 0 1px;
    z-index: 3;
}



.search-cont {
    display: none;
    position: absolute;
    top: 35px;
    right: 0;
    width: 336px;
    height: 80px;
    border: 1px solid #cbcbcb;
    background: #fff;
    z-index: 2;
}

.search-input {
    float: left;
    position: relative;
    z-index: 1;
    width: 250px;
    margin: 12px 0 0 12px;
    border: 1px solid #cbcbcb;
}

.input-placeholder {
    position: absolute;
    top: 0;
    left: 9px;
    height: 30px;
    line-height: 30px;
    color: #999999;
    z-index: 2;
}

.search-inputbox {
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding: 0 9px;
    outline: none;
    box-sizing: border-box;
}

.btn-search {
    float: left;
    width: 60px;
    height: 32px;
    line-height: 32px;
    margin-top: 12px;
    color: #fff;
    background: #1f79e8;
    cursor: pointer;
}

.search-hot {
    height: 32px;
    line-height: 32px;
    padding-left: 12px;
    color: #999999;
}

.search-hot>a {
    color: #999999;
}

.header-search:hover .search-cont{
    display: block;
}
.header-search:hover .search-icon{
    border-color:#cbcbcb;
}



/* 尾部 */
.ewb-footer {
    padding: 26px 0;
    background-color: #272c37;
}

.footer-content {
    line-height: 34px;
    text-align: center;
    font-size: 15px;
    color: #717b87;
}

.footer-content>a {
    color: #717b87;
    margin-right: 16px;
}

.footer-address {
    margin-right: 17px;
}

.footer-defend {
    margin-right: 14px;
}