@charset "utf-8";

html {
    font-family: "Helvetica Neue", "Microsoft YaHei", Helvetica, STHeiTi, Arial, sans-serif,bt;
    font-size: 62.5%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
    color: #333333;
    font-family:Microsoft YaHei;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #6a7884;
    background-size:100%;
    height: 100%;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    background: url(../images/pc/bodybg.png) no-repeat bottom;

}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
svg:not(:root) {
    overflow: hidden;
}
a {
    background: transparent;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    color: #000;
}
a:active {
    outline: 0;
}
a:active {
    color: #000;
}
a:hover {
    color: #f18c29;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: bold;
}
dfn {
    font-style: italic;
}
mark {
    background: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
    vertical-align: middle;
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
    outline: none;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    resize: vertical;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
html,
button,
input,
select,
textarea {
    font-family: "Helvetica Neue", "Microsoft YaHei", Helvetica, STHeiTi, Arial, sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
form,
blockquote {
    margin: 0;
}
ul,
ol,
li,
dl,
dd {
    margin: 0;
    padding: 0;
}
ul,
ol {
    list-style: none outside none;
}
h1,
h2,
h3 {
    line-height: 2;
    font-weight: normal;
}
h1 {
    font-size: 1.8rem;
}
h2 {
    font-size: 1.6rem;
}
h3 {
    font-size: 1.4rem;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #cccccc;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #cccccc;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #cccccc;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*samll*/
.clearfix{
    clear: both;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.maincontent{
    width: 1200px;
    margin: 0 auto;
}
.maincontent:after,.box:after{
content: "";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.top{
    width: 100%;
    height: 160px;
    overflow: hidden;
    background-color: #fff;
    background:url("../images/topbg.png") no-repeat center top;

}

.top:after{
    content: "";
    width: 100%;
    height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}
.logo{
    padding:35px 0 0 0;
}

/*搜索*/
.search{
    width: 299px;
height: 42px;
    float: right;
    margin-top: 160px;
}
.search form #input1{
    line-height: 42px;
    height: 42px;
    font-size: 12px;
    background-color: #fff;
    border-radius: 5px 0 0 5px;
    border: solid 1px #bf040a;
    padding-left: 15px;
    float: left;
    width: 232px;
    position: absolute;
}
.search form #input2{
    position: relative;
    left: 232px;
}
.action{
    display: block;
    transform:scale(1);
    transition-duration: .5s;
}
/*搜索*/
.navarea{
    width: 100%;
    height: 50px;
    background-color: #0c5fad;
}
.nav{
    position:relative;
    box-sizing:border-box;
}
.nav ul li{
    float: left;
    width:130px;
    line-height: 50px;
    height: 50px;
    text-align: center;
    border-right:1px solid #bbb;
}
.nav ul li a{
    color: #fff;
    font-size: 16px;
}
.nav ul li .nav-sed li{
    background: rgba(12,95,173,0.8);
}
.nav ul li .nav-sed li:hover{
    background: rgba(12,95,173,1);
}
.nav ul li .nav-sed li a{
    font-size: 16px;
}
.nav ul li .nav-sed{
    position: relative;
    top: -2px;
}
 .nav ul li .nav-sed{
    display: none;
}
/*.nav ul li:hover .nav-sed{
    display: block;
} */
.mainbg{
    background:#d6e8fa url("../images/mabg.png") no-repeat center bottom;
    padding-bottom: 24px;
}
.footer{
    width: 100%;
    height: 180px;
    background:url(../images/footerbg.png) no-repeat center;
    opacity: 0.82;

}
.copyright{
    width: 1200px;
    text-align: center;
    color: #fff;
    margin-top: 62px;
}
.copyright p{
    line-height: 24px;
}
.ewm{
    width: 100px;
    margin-top: 28px;
}
.ewm img{
    width: 100px;
    height: auto;
}
#backtop{
    position: relative;
    bottom: 180px;
    right: 100px;
    z-index: 2;
    float: right;
    width: 100px;
}
#backtop img{
    width: 100px;
}
/*
list*/
.bannerbg{
    width: 100%;
    height: 360px;
    overflow: hidden;
    margin-top: 66px;
    background: #f1f3f6;
}
.banner{
    width: 100%;
    margin: 0 auto;
}
.mid_bg{
    position: relative;
    z-index: 2;
}
.left_nav{
    width: 200px;
    background-color: #bf040a;
    margin-top: 40px;

}
.left_nav strong{
    width:188px;
    line-height: 65px;
    height: 65px;
    text-align: left;
    padding-left: 32px;
    color: #fff;
    font-size: 24px;
    font-weight: normal;
}
.mb_nav1 {
    width: 188px;
    height: 100%;
    background: #fff;
    margin-left: 12px;
    -webkit-background-size: 100%;
    background-size: 100%;
}
.ui-icon1 {
    display: inline-block;
    width: 22px;
    background: #f1f3f6;
    height: 55px;
    background-position: center;
    float: right;

}
.aciton{
    background: url(../images/dr_bot.png) no-repeat;
}

.nav-item1{
    width: 100%;
    line-height: 55px;
    border-bottom: 1px solid #dddddd;
}
.nav-item1:hover{
    border-left: 6px solid #fccc01;
    margin-left: -6px;
    width: calc(100% + 6px);
}
.nav-item1 span{
    color: #666;
    font-size: 16px;
    padding-left: 15px;
}
/*.nav-item:hover{
    content: "";
    width: 100%;
   border-left: 6px solid #f4a6a3;
    background-position:-1px 0;
}*/
.nav-item1:active .item-span1{
    color: #3e477a;
    padding-left: 15px;
}

.icon-left1 {
    background-position: 0 0;
    width: 7px;
    height: 17px
}
.icon-left1:hover {
    background-position: -8px 0;
    width: 7px;
    height: 16px
}
ul {
    -webkit-margin-before: 0;
    margin-block-start: 0;
    -webkit-margin-after: 0;
    margin-block-end: 0;
    -webkit-padding-start: 0;
    padding-inline-start: 0
}
.nav-children__item1{
    width: 100%;
    line-height: 55px;
    border-top: 1px solid #dddddd;
    padding-left: 20px;
    background-color: #f1f3f6;
}
.mb_nav1 ul {
    display: none
}
.mb_nav1 .active .ui-icon1 {
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out
}
.nav-children1{
}
.ui-grandson1{
    padding-left: 35px;
}
.ui-grandson__item1 a{
    color:#666;
}
.moble_list_nav{
    display: none;
}

.rightarea{
    width:934px;
    margin-top: 40px;
}
.now{
    width: 100%;
    text-align: right;
    line-height: 40px;
    color: #6a7884;
    padding-right: 20px;
}
.now a{
    color: #6a7884;
}
.now_lanmu{
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #bf040a;
    border-bottom: 1px solid #dddddd;
    font-size: 24px;
}
.box{
    background-color: #fefeff;
    box-shadow: 0px 4px 24px 0px
    rgba(0, 0, 0, 0.1);
    padding: 40px 14px 14px 14px;
    margin:0px auto;
    width: 1200px;
}