.mainInner {
    position: relative;
    margin: 0 auto;
    padding: 0 20px;
    width: 958px;
    border: 1px solid #c7c7c7;
    border-top: 2px solid #015392;
    background-color: #fff;
}

.mainInner .myposition {
    margin-top: 8px;
    text-indent: 5px;
    line-height: 35px;
    color: #373737;
    border-bottom: 1px solid #c7c7c7;
}

.mainInner .myposition a {
    color: inherit;
}

/* 通用头部样式 */

html {
    min-height: 100%;
    background: #f1fbff url(../images/lygszcg_01.png) center 0 no-repeat;
}

.banner {
    margin: 0 auto;
    width: 1000px;
    height: 207px;
    overflow: hidden;
}

.banner .bannerSearch {
    margin-top: 114px;
    overflow: hidden;
    height: 28px;
    width: 309px;
}

.banner .bannerInput {
    float: left;
    background: url(../images/lygszcg_03.png) no-repeat;
    width: 220px;
    height: 28px;
    padding-left: 10px;
    font-size: 14px;
    line-height: 28px;
    border: 0;
    outline: none;
}

.banner .bannerSubmit {
    float: left;
    background: url(../images/lygszcg_02.png) no-repeat;
    width: 79px;
    height: 28px;
    border: 0px;
}

.newnav {
    margin: 0 auto;
    width: 998px;
    height: 39px;
    overflow: hidden;
    line-height: 39px;
    background-color: #fff;
    border: 1px solid #c7c7c7;
    border-bottom: 0;
}

.newnav ul li {
    float: left;
    line-height: 39px;
    overflow: hidden;
}

.newnav ul li a {
    padding-left: 30px;
    padding-right: 30px;
    overflow: hidden;
    color: #015292;
    font-family: "微软雅黑";
    font-size: 16px;
    display: block;
}




/* 底部样式 */

.firendLink {
    margin: 15px auto 0;
    width: 998px;
    background: #fff;
    border: 1px solid #C7C7C7;
    overflow: hidden;
}

.firendLink .option {
    background: url(../images/lygszcg_09.png) repeat-x;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
}

.firendLink .list {
    padding-top: 11px;
    padding-left: 28px;
}

.firendLink .list li {
    width: 233px;
    line-height: 30px;
    font-size: 12px;
    font-family: "微软雅黑";
    color: #636363;
    float: left;
}

.firendLink .list a {
    color: #636363;
}

.copyright {
    margin-top: 20px;
    padding-top: 10px;
    height: 103px;
    text-align: center;
    line-height: 22px;
    color: #5a5a5a;
    font-family: "微软雅黑";
    background: url(../images/lygszcg_38.png) repeat-x;
    overflow: hidden;
}

.copyright a {
    color: #000;
}

@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;
    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;
}


/* yui3 fonts */

body {
    color: #333;
    font-size: 14px;
    font-family: "SourceHanSansCN-Regular";
}

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: "SourceHanSansCN-Regular";
    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);
}

.text-overflow {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* 通用样式 */


.container {
    width: 998px;
    margin: 0 auto;
}


/* 搜索框 */
.open-box {
    height: 164px;
    font-size: 0;
    text-align: center;
    background: url("../images/search_bg.jpg") center center no-repeat;
    background-size: 100% 100%;
}

.open-search {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-top: 56px;
    width: 870px;
    padding-left: 10px;
    padding-right: 112px;
    height: 54px;
    background-color: #fff;
    border-radius: 5px;
    box-sizing: border-box;
}

.open-search .input-placeholder {
    position: absolute;
    top: 0;
    left: 10px;
    height: 54px;
    line-height: 54px;
    color: #888;
    cursor: text;
    font-size: 16px;
}

.open-search .input-box {
    width: 100%;
    height: 54px;
    line-height: 54px;
    font-size: 12px;
    border: 0;
    background: 0 0;
}

.open-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 102px;
    height: 54px;
    font-size: 18px;
    color: #fff;
    background-color: #ffb400;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
}

/* 当前位置 */
.site-location {
    padding-left: 26px;
    height: 61px;
    line-height: 61px;
    font-size: 16px;
    color: #888;
    background: url("../images/location_icon.png") 3px center no-repeat;
}

.site-location > a {
    color: #888;
}

.site-location > span {
    color: #ae1e24;
}
