@charset "utf-8";

/* CSS Document */

html {
    background: #fff;
    font-size: 62.5%;
    /* 10÷16=62.5% */
}

body {
    font-size: 14px;
    font-size: 1.4rem;
    /* 14÷10=1.4 */
    color: #333;
    font-family: 'Microsoft YaHei', SimSun, SimHei, "STHeiti Light", STHeiti, "Lucida Grande", Tahoma, Arial, Helvetica, sans-serif;
}

html,
body,
address,
blockquote,
div,
dl,
form,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
pre,
table,
ul,
dd,
dl,
dt,
li,
tbody,
td,
tfoot,
th,
thead,
tr,
button,
del,
ins,
map,
object,
a,
abbr,
acronym,
b,
bdo,
big,
br,
cite,
code,
dfn,
em,
i,
img,
kbd,
q,
samp,
small,
span,
strong,
sub,
sup,
tt,
var,
legend,
fieldset {
    margin: 0px;
    padding: 0px;
    -webkit-font-smoothing: subpixel-antialiased;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

fieldset,
img {
    border: 0;
}

img,
object {
    max-width: 100%;
    /*height:auto;*/
    width: auto\9;
    /* for ie8 */
    -ms-interpolation-mode: bicubic;
}

a {
    outline: none;
    blr: expression(this.onFocus=this.blur());
    text-decoration: none;
    color: #333;
    /* transition: all 0.8s ease-in-out; */
    cursor: pointer;
}

input[type='button'] {
    outline: none;
    border: 0 none;
    background-color: transparent;
    cursor: pointer;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: 400;
}

ul,
ol,
li {
    list-style: none outside none;
}

.tc {
    text-align: center !important;
}

.tl {
    text-align: left !important;
}

.tr {
    text-align: right !important;
}

.pa {
    position: absolute;
}

.pr {
    position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

q:before,
q:after {
    content: '';
    content: none;
}

input,
textarea,
select {
    font-weight: inherit;
}

input,
select,
textarea,
button {
    vertical-align: middle
}

.imgResponsive {
    width: 100%;
    overflow: hidden;
    height: 0;
    display: block;
    padding-bottom: 55.35%
}

.imgResponsive img,
.imgResponsive02 img {
    width: 100%;
    transition: all 0.8s ease-in-out;
}

a:hover .imgResponsive img {
    transform: scale(1.08);
    opacity: 0.9
}

.clear {
    width: 100%;
    overflow: hidden;
    *height: 0
}

.clearFix {
    *zoom: 1;
    clear: both;
}

.clearFix:after {
    content: '';
    display: block;
    clear: both;
}

.time {
    color: #969696;
    font-family: 'Arial'
}

.time i {
    *background: url(../images/time.png) no-repeat center center;
    *float: left;
    *width: 12px;
    *height: 20px;
}


/*头部*/

.header {
    width: 100%;
    /*! height: 88px; */
    margin: 0 auto;
    position: relative;
    z-index: 999;
    border-top: 6px solid #13914e;
}

.logo {
    width: 90%;
    margin: 8px auto 3px;
    text-align: center;
}

.head_linksBox {
    width: 96%;
    margin: 0 auto;
}

.head_links {
    overflow: hidden;
    position: relative;
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
    margin-bottom: 10px;
}

.head_links:after {
    position: absolute;
    content: '';
    clear: both;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #eee;
}

.head_links:before {
    position: absolute;
    content: '';
    clear: both;
    top: 0;
    right: 0;
    width: 1px;
    height: 100px;
    background: #eee;
}

.head_links li {
    float: left;
    width: 50%;
}

.head_links li a {
    display: block;
    text-align: center;
    color: #13914e;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    padding: 5px;
}

.ser {
    width: 100%;
    margin: 0 auto;
    height: 32px;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
    border-radius: 20px;
}

.search {
    width: 100%;
    height: 32px;
    position: relative;
    float: right;
    *position: absolute;
    z-index: 10;
    background: #13914e;
    border-radius: 20px;
}

.search input {
    position: absolute;
    width: 78%;
    height: 100%;
    line-height: 1;
		padding: 8px 0;
    color: #fff;
    border: none;
    background: none;
    left: 0px;
    top: 0px;
    padding: 0px;
    margin: 0px;
}

.search input.notxt {
    color: #fff;
    font-size: 12px;
    padding-left: 20px;
}

.search input.notxt1 {
    position: absolute;
    width: 12%;
    background: url(../images/ser.png) no-repeat center center;
    height: 100%;
    top: 0;
    right: 10px;
    left: auto;
}


/*手机端导航*/

.mobile {
    width: 100%;
    height: auto;
    z-index: 999999;
    /*! height: 100%; */
    border-bottom: 2px solid #13914e
}

.mobile-inner-header {
    z-index: 999999;
    width: 100%;
   padding: 5px 0;
	 overflow: hidden;
    background: #13914e;
}

.mobile-inner-header a {
    float: right;
    margin: 0 10px 0 0;
    color: #fff;
}


/*.mobile-inner-header-icon:hover{opacity:0.8;cursor: pointer;}*/

.mobile-inner-header-icon span {
    position: absolute;
    right: calc((100% - 25px) / 2);
    top: calc((100% - 1px) / 3);
    width: 25px;
    height: 2px;
    background-color: #fff;
}

.mobile-inner-header-icon span:nth-child(1) {
    transform: translateY(4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(2) {
    transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon-click span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickfirst;
}

.mobile-inner-header-icon-click span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clicksecond;
}

.mobile-search-btn {
    width: 90px;
    height: 90px;
    background: url(../images/mobile-search.png) no-repeat center #016f6f;
    position: absolute;
    right: 90px;
    top: 0;
    cursor: pointer;
}

.mobile-search-btn.active {
    background: #016f6f;
}

.mobile-search-btn.active:before {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 2px;
    height: 30px;
    margin: auto;
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #fff;
}

.mobile-search-btn.active:after {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 2px;
    height: 30px;
    margin: auto;
    -o-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    background-color: #fff;
}

.mobile-inner-header-icon {
    font-size: 1.5rem;
    color: #fff;
    text-align: left;
    float: right;
    width: auto;padding-right: 25px;
    position: relative;
    cursor: pointer;
    margin-right: 10px;
    margin-top: 1px;
    background: url(../images/nav.png) no-repeat center right;
    background-size: auto 87%;
    transition: all 0.3s ease-in-out;
		z-index: 880;
}

.mobile-inner-header-icon-click {
    background-image: url(../images/nav_hover.png);
}

.mobile-inner-header .m_links {
    float: left;
    color: #fff;
    font-size: 14px;
    margin-top: 10px;
    margin-left: 15px;
}


/*.mobile-inner-header .m_links:hover{color:#f6ad3c;}*/

.mobile-inner-header-icon-out span {
    width: 30px;
    height: 2px;
    background-color: #fff;
    display: block;
}

.mobile-inner-header-icon-out span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
    width: 24px;
}

.mobile-inner-header-icon-out span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
    width: 14px;
    margin-left: 6px;
}

.mobile-inner-header-icon-out span:nth-child(3) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outthird;
    width: 24px;
    margin-left: 12px;
}

.mobile-inner-header-icon span:nth-child(1) {
    transform: translateY(4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(2) {
    transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(3) {
    transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon-click span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickfirst;
}

.mobile-inner-header-icon-click span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clicksecond;
}

.mobile-inner-header-icon-click span:nth-child(3) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickthird;
}

@keyframes clickfirst {
    0% {
        transform: translateY(4px) rotate(0deg);
    }
    100% {
        transform: translateY(0) rotate(45deg);
    }
}

@keyframes clicksecond {
    0% {
        transform: translateY(-4px) rotate(0deg);
    }
    100% {
        transform: translateY(0) rotate(-45deg);
    }
}

@keyframes clickthird {
    0% {
        opacity: 0
    }
    100% {
        opacity: 0
    }
}

.mobile-inner-header-icon-out span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
}

.mobile-inner-header-icon-out span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
}

.mobile-inner-header-icon-out span:nth-child(3) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outthird;
}

@keyframes outfirst {
    0% {
        transform: translateY(0) rotate(-45deg);
    }
    100% {
        transform: translateY(-4px) rotate(0deg);
    }
}

@keyframes outsecond {
    0% {
        transform: translateY(0) rotate(45deg);
    }
    100% {
        transform: translateY(4px) rotate(0deg);
    }
}

@keyframes outthird {
    0% {
        transform: translateY(0) rotate(90deg);
    }
    100% {
        transform: translateY(12px) rotate(0deg);
    }
}

.mobile-inner-nav {
    /* background:rgba(0,54,111,0.95);*/
    background: #13914e;
    width: 100%;
    position: absolute;
    top: 31px;
    right: 0px;
    padding-top: 10px;
    padding-bottom: 25px;
    padding-bottom: 3000px;
    margin-bottom: -3000px;
    transition: all 0.5s ease;
    padding-top: 10px;
    display: none;
    z-index: 99;
}

.mobile-inner-nav ul {
    width: 90%;
    overflow: hidden;
    margin: 0 auto;
}

.mobile-inner-nav.active {
    display: block;
}

.mobile-inner-nav a {
    display: block;
    line-height: 2;
    padding: 10px 0;
    text-decoration: none;
    font-size: 1.5rem;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color: #fff;
}


/*.mobile-inner-nav a:hover{color:#fafafa;}*/

.mobile-inner-nav li {
    position: relative;
    border-bottom: solid 1px #20ac62;
}

.mobile-inner-nav li a {
    padding: 9px 15px;
}

.mobile-inner-nav li strong {
    color: #fff;
    position: absolute;
    right: 2px;
    top: 0;
    font-size: 2.4rem;
    cursor: pointer;
    width: 53px;
    height: 53px;
    text-align: center;
    line-height: 53px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: normal;
}

.mobile-inner-nav a {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: returnToNormal;
    animation-name: returnToNormal;
}

@-webkit-keyframes returnToNormal {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes returnToNormal {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.mobile-hot {
    float: left;
    color: #fff;
    font-size: 1.4rem;
    padding-left: 10px;
}

.mobile_subNav {
    display: none;
    padding: 0 0 10px;
    border-top: solid 1px #20ac62;
}

.mobile-inner-nav dd a {
    line-height: 1.5;
    border-bottom: none;
    font-weight: normal;
    font-size: 14px;
    color: #fff;
    padding: 5px 28px;
    /*! border-bottom: 1px dashed #516a8e; */
}

.mobile-inner-nav dd:last-child a {
    border-bottom: none;
}

.mobile_search {
    clear: both;
    position: relative;
    height: 36px;
    margin: 10px 30px 0;
    border-bottom: 1px solid #376475;
    overflow: hidden;
    width: 80%;
    margin: 0 auto;
    float: none;
    background: none;
    border-radius: 0;
}

.mobile_search input.notxt {
    width: 92%;
    color: #acaeb1;
    border: none;
    height: 36px;
    line-height: 36px;
    font-size: 1.6rem;
}

.mobile_search input.notxt1 {
    width: 36px;
    right: 16px;
    left: auto;
    background: url(../images/ser.png) no-repeat center center;
    border: none;
    height: 36px;
    line-height: 36px;
    top: -1px;
}

.mobile-inner-nav dd a i {
    color: #1b7474;
    margin-right: 6px;
    font-weight: bold;
}

.mobile-links {
    width: 70%;
    margin: 0 auto;
    text-align: center;
    padding: 8px 0;
}

.mobile-inner-nav .mobile-links a {
    display: inline-block;
    font-size: 16px;
    padding: 0 12px;
}

.mobile_search .search {
    width: 100%;
}

.wrap_footer {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    background: #199352;
}

.footer {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 30px 0;
}
.f { float: left; width: 80px; margin:0 0 0 10px}

.copyRight {
    font-size: 1.4rem;
    color: #fff;
    line-height: 1.5;
    font-style: normal;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 0 0 85px;
    text-align: left;
}

.copyRight a {
    color: #fff;
    text-decoration: underline;
}


/*.copyRight a:hover{color:#74f9c1;}*/


/*flexslider start*/

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
    outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.flexslider {
    margin: 0;
    padding: 0;
}

.flexslider .slides>li {
    display: none;
    -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
    width: 100%;
    display: block;
}

.flex-pauseplay span {
    text-transform: capitalize;
}

.slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}

.no-js .slides>li:first-child {
    display: block;
}

.flexslider {
    position: relative;
    zoom: 1;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .flex-viewport {
    max-height: 300px;
}

.flexslider .slides {
    zoom: 1;
}

.carousel li {
    margin-right: 20px;
}

.flex-direction-nav {
    overflow: hidden;
}

.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 28px;
    height: 48px;
    position: absolute;
    margin-top: -20px;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    text-indent: -999em;
}

.flex-direction-nav .flex-prev {
    left: 0px;
}

.flex-direction-nav .flex-next {
    right: 0px;
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1;
}

.flex-direction-nav .flex-disabled {
    opacity: 0!important;
    filter: alpha(opacity=0);
}

.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 6px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
    background: #ddd;
}

.flex-pauseplay a:before {}

.flex-pauseplay a:hover {
    opacity: 1;
}

.flex-pauseplay a.flex-play:before {}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
    z-index: 1000;
}

.flex-control-nav li {
    margin: 0 8px;
    display: inline-block;
    zoom: 1;
    *display: inline;
    *zoom: 1;
}

.flex-control-paging li a {
    width: 12px;
    height: 12px;
    display: block;
    background: #fff;
    cursor: pointer;
    text-indent: -9999px;
    border-radius: 6px;
}

.flex-control-paging li a:hover {
    background: #000;
    background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, 0.9);
}

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}

.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
}

.flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: .7;
}

.flex-control-thumbs img:hover {
    opacity: 1;
}

.flex-control-thumbs .flex-active {
    opacity: 1;
}


/*flexslider end*/

.imgResponsive {
    width: 100%;
    overflow: hidden;
    height: 0;
    display: block;
    padding-bottom: 57%;
    background: #fff;
    position: relative;
}
body.fontLarge{font-size: 2.8rem;}
body.fontLarge .mobile-hot{font-size: 2.4rem;}
body.fontLarge .mobile-inner-header-icon{font-size: 3rem;}
body.fontLarge .mobile-inner-header-icon{padding-right: 50px;}
body.fontLarge .search input.notxt{font-size: 24px;}
body.fontLarge .tabMenu01 li>a{font-size: 3rem;}
body.fontLarge .subTabInfo02 li a{font-size: 2.8rem;}
body.fontLarge .subTabInfo02 li span{font-size: 2.4rem;}
body.fontLarge .topicList li a{font-size: 2.8rem;}
body.fontLarge .tabMenu03 li>a{font-size: 2.8rem;}
body.fontLarge .articleTitle02 h2{font-size: 3.4rem;}
body.fontLarge .f_exit{font-size: 3rem;}
body.fontLarge .serviceList li a{font-size: 2.8rem;}
body.fontLarge .organList li a span,body.fontLarge .organList li h3,body.fontLarge .jubaoBox span,body.fontLarge .relateLinksList li select,body.fontLarge .spaceList li a,body.fontLarge .copyRight{font-size: 2.8rem;}
body.fontLarge .mobile-inner-nav a{font-size: 3rem;}
body.fontLarge .mobile-inner-nav li strong{font-size: 4.8rem;}
body.fontLarge .sub_leftTitle,body.fontLarge .subLeaderTitle{font-size: 3.2rem;}
body.fontLarge .partmentSubTitle h2,body.fontLarge .p_dynamicInfo h2,body.fontLarge .p_dynamicList li a{font-size: 3.6rem;}
body.fontLarge .p_dynamicImg a,body.fontLarge .subRightList li a{font-size: 3rem;}
body.fontLarge .p_functionList li h2 a,body.fontLarge .subRightTitle04 h2,body.fontLarge .articleTitle h2{font-size: 3.6rem;}
body.fontLarge .subDataBox .title{font-size: 3.2rem;}
body.fontLarge .subDataForm select{font-size: 2.4rem;}
body.fontLarge .subDataForm .Searching{font-size: 2.4rem;}
body.fontLarge .subGoverTitle01 h2{font-size: 3.6rem;}
body.fontLarge .subDisableList li span{font-size: 3rem;}
body.fontLarge .subGoverList li a,body.fontLarge .suborganList li a{font-size: 3rem;}
body.fontLarge .subGover01 h3{font-size: 3.2rem;}
.oldBtn{float: right;color: #fff;padding: 0 10px;}