@charset "utf-8";

html {
    font-family: "Helvetica Neue", "Î¢Èí 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:Î¢Èí 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 !important;
    -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", "Î¢Èí 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{
content: "";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
.top_news{
    width: 100%;
    background:#dbe1eb;


}
.left_title{
    width:33%;
    font-family: bt;
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0px;
    padding: 30px 0;
    border-right: 1px solid #fff;

}
.left_title a{
    color: #1a3f86;
}
.mid_summay{
    width: 45%;
    font-family: bt;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 20px;
    letter-spacing: 0px;
    color: #333333;
    margin-left: 15px;
    padding: 30px 0;
}
.btn{
    width: 220px;
}
.btn i{
    font-style: normal;
    color: #333;
    width: 70px;
    float: left;
    background-color: #ffffff;
    margin:58px 20px 0 20px;
text-align: center;
    line-height: 33px;
}
@media (max-width:414px){
    .maincontent{
        width: 94%;
        margin: 0 auto;
    }
   .left_title,.mid_summay,.btn{
        width: 100%;
       padding: 10px 0;
    }
    .left_title{

        border-right: none;
        border-bottom: 1px solid #fff;
    }
    .mid_summay{
        margin-left: 0;
    }
    .btn i{
        margin: 10px 20px 0 0;
    }
}
.top{
    width: 100%;
    background: url("/images/pc/topbg.png") no-repeat center;
}
.top:after{
    content: "";
    width: 100%;
    height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}
/*.logo{
    padding: 23px 0;
}*/
.ry{
    float: left;
    padding: 23px 0;
    color: #005a5a;
}
/*ËÑË÷*/
.xx{
    width: 236px;
    padding-top: 23px;
}
.search{
    width: 236px;
height: 34px;
    float: right;
    margin-top: 15px;
    margin-left: 236px;
}
.search form #input1{
    line-height: 34px;
    height: 34px;
    float: left;
    font-size: 12px;
    background-color: #f1f3f6;
    border-radius: 17px;
    border: solid 1px #009d85;
    padding-left: 15px;
    width: 236px;
    position: absolute;
}
.search form #input2{
    position: relative;
    left: 210px;
    top: 7px;
}


/*ËÑË÷*/
.mb_menubtu {
    display: none;}
/*µ¼º½*/
.logo_nav{
    width: 100%;
    background:rgba(255,255,255,1);
    position: absolute;
    margin:0;
    padding: 0;
    z-index:3;
    left:0;
    height: 66px;
    overflow: hidden;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
    box-shadow: 3px 5px 7px 0px
    rgba(0, 0, 0, 0.35);

}
.logo_nav:hover {
    height: 300px;
background:rgba(255,255,255,0.9);

}
.logo_nav::before {
    content: "";
    position: absolute;
    top: inherit;
    bottom:0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: transparent;
    display: inline-block;
}

.logo_nav .nav{
    width:1200px;
    margin:0 auto;
    position:relative;
    box-sizing:border-box;
}
.logo_nav .nav > li {
    top: -3px;
    float: left;
    width: 130px;
    text-align:center;
    font-size: 16px;
    line-height: 66px;
    height: 66px;
}
/*.logo_nav .nav li:last-child{
    line-height: 20px;
    padding-top: 14px;
}*/
.logo_nav .nav li .subnav_list li:last-child{
    padding: 0;
}
.logo_nav .nav li:first-child:hover{
    border: none;
}
.logo_nav .nav li:hover{
    border-bottom: 2px solid #004f9f;
}
.logo_nav .nav li .subnav_list li:hover{
    border: none;
}
.logo_nav .nav > li > a:hover:before {
    content: "";
    position: absolute;
    top: inherit;
    bottom:0px;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #003883;
    display: inline-block;
}
.logo_nav .nav > li > .subnav_list {
    display: block;
    padding-top: 22px;
    padding-bottom: 40px;
}
.logo_nav .nav > li > .subnav_list > li:first-child {
    margin-top: 0;
   padding: 0;
}
.logo_nav .nav  > li > .subnav_list > li {
    margin-top: 14px;
    width: 100%;
    line-height: 20px;
    text-align: center;
}
.logo_nav .nav  > li > .subnav_list > li > a {
    padding: 0;
    color: #222;
    font-size: 12px;
}
.logo_nav .nav  > li > .subnav_list > li > a {
    font-size: 12px;
    display:block;
    line-height:1.2;
}
.logo_nav .nav  > li > .subnav_list > li > a:hover {
    color: #004f9f;
}
/*µ¼º½*/
.moble{
    display: none;
}
@media (max-width: 414px) {
    .logo_nav {
        display: none;
    }
    .top{
        height: 120px;
        background: url(/images/moble/topbg.png) no-repeat;
        background-position: -1100px 0;

    }
    /*moble*/
    .moble {
        width: 100%;
        max-width: 414px;
        display: block;
    }

    .mb_main {
        width: 94%;
        max-width: 374px;
        margin: 0 auto;
    }

    .mb_logoarea:after, .logo:after{
        content: "";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    .logo {
        max-width: 306px;
        width: 90%;
        padding: 10px 0;
    }

    .logo img, .mb_menulogo img {
        width: 100%;
        height: auto;
    }
.xx{
    float:none !important;
margin:0 auto;
}
    .mb_menubtu {
display: block;
        max-width: 26px;
    }
    .mb_menubtu img{
        max-width: 26px;
        margin-top: 12px;
    }
    .search{
        width: 100%;
        margin-top: 5px;
margin-bottom:10px;
    }
    .search form #input1{
        line-height: 34px;
        height: 34px;
        float: left;
        font-size: 12px;
        background-color: #f1f3f6;
        border-radius: 17px;
        border: solid 1px #009d85;
        padding-left: 15px;
        width: 94%;
        position: absolute;
    }
    .search form #input2{
        position: relative;
        left: 92%;
        top: 7px;
    }
    #swiper1 {
        width: 94% !important;
        max-width: 374px;
        height: auto !important;
        top: 0 !important;
        box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.35);
        border-radius: 10px;
        overflow: hidden;
    }
    #swiper1 .swiper-pagination{
        width: 20%;
        height: 22px;
        line-height: 22px;
        border-radius: 11px;
        background: rgba(0,0,0,0.5);
        left: calc(80% - 5px);
        bottom: 5px;
    }
    #swiper1 .swiper-pagination .swiper-pagination-bullet{
        background: #fff;
        margin-top:7px;
    }
    #swiper1 .swiper-slide img{
        width: 100%;
        max-width: 374px;
        height: auto;
      
    }
    .mb_menu {
        width: 207px;
        min-height: 100%;
        background: url(/images/moble/menubg.png) repeat-y;
        background-size: 100% 100%;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 3;
        background-position: center;
        display: none;
    }

    .mb_menu_main {
        width: 188px;
        margin: 0 auto;
    }

    .mb_menulogo {
        margin-top: 10px;
    }

    #slide_menu {
        width: 188px;
    }

    .mb_nav {
        width: 208px;
        height: 100%;
        margin-top: 20px;
        -webkit-background-size: 100%;
        background-size: 100%;
    }

    .ui-icon {
        display: inline-block;
        background: url(/images/moble/dr_left.png) no-repeat;
        width: 15px;
        height: 45px;
        background-position: center;
        float: left;
        padding: 0 15px;
    }

    .nav-item {
        width: 100%;
        line-height: 45px;
    }

    .nav-item span {
        color: #fff;
        font-size: 16px;
    }

    .nav-item:hover {
        content: "";
        width: 100%;
        background: url(/images/moble/select.png) no-repeat;
        background-position: -1px 0;
    }

    .nav-item:active .item-span {
        color: #3e477a;
    }

    .icon-left {
        background-position: 0 0;
        width: 7px;
        height: 17px
    }

    .icon-left: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
    }

    .mb_nav ul {
        display: none
    }

    .mb_nav .active .ui-icon {
        -ms-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out
    }

    .nav-children {
        padding-left: 20px;
    }

    .ui-grandson {
        padding-left: 35px;
    }

    .ui-grandson__item a {
        color: #fff;
    }
}
.footer{
    width: 100%;
    float: left;
    border-top: 4px solid #333333;
    background: url("/images/pc/footerbg.png") no-repeat center;
    margin-top: 27px;
}
.bottomlogo{
    float: left;
    width: 193px;
    margin-top: 30px;
    margin-left: 70px;
    margin-bottom: 30px;
}
.copyright{
width: 360px;
    float: left;
    margin-left: 188px;
    margin-top: 46px;
}
.copyright p{
    float: left;
    line-height: 30px;
    color: #333333;
}
.copyright p a{
color:#333;
}
.copyright p a:hover{
color: #f18c29;
}
/*.copyright p:nth-child(2){
width:250px;
padding-left: 20px;

}
.copyright p:nth-child(3){
width:110px;
    padding-left: 20px;
}*/
.copyright p:nth-child(5){
    background: url("/images/pc/gongan.png") no-repeat left;
    padding-left: 20px;
}
/*.copyright p:nth-child(2){
    background: url("/images/pc/phone.png") no-repeat left;
}
.copyright p:nth-child(3){
    background: url("/images/pc/mail.png") no-repeat left;
}*/
.gov{
    float: left;
    margin-top: 86px;
    margin-left: 25px;

}
.ewm{
    
    margin-top: 60px;
}
.ewm img{
width:80px;
}
.ewm ul li{
width:80px;
float:left;
margin: 0 10px;
text-align:center;
}
@media (max-width:414px) {
    .footer {
        background: none;
        margin-top: 20px;
    }

    .bottomlogo {
        display: none;
    }

    .copyright {
        width: 100%;
        margin: 0;
        text-align: center;
        margin-top: 20px;

    }
 .copyright p{
width:100%;
text-align:center;
}

    .copyright p:first-child {
        width: 100%;
    }

 /*.copyright p:nth-child(2){
width:240px;
padding-left: 20px;
text-align:left;
margin-left:22px;
}
.copyright p:nth-child(3){
width:80px;
    padding-left: 20px;
text-align:left;
}
.copyright p:nth-child(4){
text-align:center;
width:100%;
}
    .copyright p:nth-child(5) {
        background: url("/images/pc/gongan.png") no-repeat left;
        padding-left: 19px;
    }

    .copyright p:last-child {
        width: 100%;
        text-align: center;
    }
*/
    .ewm {
        width: 100%;
        text-align: center;
        padding-top: 30px;
        margin: 0;
    }
.ewm ul{
width:300px;
margin:0 auto;
}
.gov{
display:none;
}
}
@media (max-width:375px){
 .copyright {
font-size:12px;
    }
 /*.copyright p:nth-child(2){
width:220px;
}
 .copyright p:nth-child(5){
background-position-x:10px;
}
*/
}
@media (max-width:320px){
body{
font-size:12px;
}
.media_list ul li:first-child .firstimg{
width:30% !important;
height:36px !important;
}
.media_list ul li:first-child .art_title{
height:36px !important;
}
.media_list ul li:first-child .art_title h2{
line-height:18px !important;
font-size;14px !important;
}
.media_list ul li span{
width:23% !important;
line-height:32px !important;
height:32px !important;
}
.media_list ul li i{
width:74% !important;
height:32px !important;
line-height:16px !important;
margin-left:3% !important;
}
.copyright p{
font-size:11px;
}
/* .copyright p:nth-child(2){
width:200px  !important;
margin-left:12px !important;
}
.copyright p:nth-child(3){
width:60px !important;
}.copyright{
font-size:11px;
}
.copyright p:nth-child(5){
background:none;
padding-left:0;
}
*/
}
/*
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: 212px;
    background-color: #00726c;;
    margin-top: -40px;

}
.left_nav strong{
    width:200px;
    line-height: 65px;
    height: 65px;
    text-align: left;
    padding-left: 32px;
    color: #fff;
    font-size: 24px;
    font-weight: normal;
}
.mb_nav1 {
    width: 200px;
    background: #fff;
    margin-left: 12px;
    -webkit-background-size: 100%;

}
.ui-icon1 {
    display: inline-block;
    width: 22px;
background: #f1f3f6;
    height: 55px;
    background-position: center;
    float: right;

}
.action{
    background: url(/images/pc/dr_bot.png) no-repeat;
}

.nav-item1{
    width: 100%;
    line-height: 55px;
    border-bottom: 1px solid #dddddd;
}

.nav-item1:hover{
    border-left: 6px solid #eb052b;
    margin-left: -6px;
    width: calc(100% + 6px);
}
.nav-item1 span{
    color: #666;
    font-size: 16px;
    padding-left: 15px;
}

.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: 5px;
    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
}

.ui-grandson1{
    padding-left: 35px;
}
.ui-grandson__item1 a{
    color:#666;
}
.moble_list_nav{
    display: none;
}
.rightarea{
    width:934px ;
min-height:500px;

}
.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: #00726c;
    border-bottom: 1px solid #dddddd;
    font-size: 24px;
}
/*moble-list*/
@media (max-width:414px) {
    .bannerbg,.now,.now_lanmu{
        display: none;
    }
    .left_nav{
        display: none;
    }
    .rightarea{
        width: 100%;
    }
.moble_list_nav{
    display: block;
    width: 100%;
    float: left;
    border-bottom: 4px solid #ddd;
}
.moble_list_nav ul li{
    float: left;
    width: 32%;
    margin-right: 2%;
    text-align: center;
    margin-bottom: 2%;

}

.moble_list_nav ul li:nth-child(3),.moble_list_nav ul li:nth-child(6),.moble_list_nav ul li:nth-child(9){
    margin-right: 0;
}
.moble_list_nav ul li a{
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #333333;
}
}