@charset "UTF-8";
/* 单位换算---函数 */
/* define-1 */
/* define-2 */
/* define-3 */
/* define-4 */
/* reset */
* {
    -webkit-tap-highlight-color: transparent;
    -ms-tap-highlight-color: transparent;
    /* tap-highlight-color: transparent; */
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

a,
address,
article,
aside,
audio,
b,
body,
canvas,
caption,
center,
dd,
div,
dl,
dt,
em,
embed,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
label,
nav,
ol,
output,
p,
q,
section,
span,
ul,
li,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
}

body {
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
    background: #fff;
    color: #333;
}

html {
    -webkit-text-size-adjust: 100%;
    /*页面缩放 字体至最小值时 还能继续*/
}

ol, li, ul {
    list-style: none;
}

input, textarea {
    outline: 0;
    resize: none;
}

a {
    text-decoration: none;
    color: #333;
}

img {
    outline: none;
    border: 0;
}

.container {
    width: 100%;
    max-width: 640px;
    min-width: 320px;
    margin: 0 auto;
    position: relative;
}

.left {
    float: left !important;
}

.right {
    float: right !important;
}

.clear {
    clear: both;
}

.clearFloat {
    zoom: 1;
}

.clearFloat:after {
    content: '.';
    display: block;
    clear: both;
    width: 0;
    height: 0;
    visibility: hidden;
}

.allW {
    width: 100%;
    overflow: hidden;
}

.allW > img {
    display: block;
    width: 100%;
}

.img img {
    display: block;
    width: 100%;
    height: 100%;
}

.margin {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.g-line {
    height: 0.5rem;
    background-color: #f0f0f0;
}

/* 
 * swiper 样式速写
 * model 样式的速写
 */
.swiper-slide img {
    display: block;
    width: 100%;
}

.pagination-line .swiper-container {
    padding-bottom: 1.2rem;
}

.pagination-line .swiper-pagination-bullet {
    width: 1.375rem;
    height: 0.2125rem;
    border-radius: 0.1rem;
}

.pagination-line .swiper-container-horizontal > .swiper-pagination-bullets, .pagination-line .swiper-pagination-custom, .pagination-line .swiper-pagination-fraction {
    bottom: 0rem;
}

.pagination-line .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}

.pagination-circle .swiper-container {
    padding-bottom: 1.35rem;
}

.pagination-circle .swiper-pagination-bullet {
    height: 12px;
    width: 12px;
    border: 1px #000 solid;
    background-color: rgba(0, 0, 0, 0);
}

.pagination-circle .swiper-pagination-bullet-active {
    border: 1px #007aff solid;
}

.pagination-circle .swiper-container-horizontal > .swiper-pagination-bullets, .pagination-circle .swiper-pagination-custom, .pagination-circle .swiper-pagination-fraction {
    bottom: 0rem;
}

.pagination-circle .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
}

.coverflow {
    margin-bottom: 1.2rem;
}

.coverflow .swiper-slide {
    width: 60%;
}

.coverflow .swiper-slide span {
    display: block;
    width: 100%;
    font-size: 0rem;
    text-align: center;
}

.coverflow .swiper-slide-active span {
    font-size: 0.825rem;
    line-height: 1.8rem;
}

.pub-p p {
    font-size: 0.825rem;
    line-height: 1.6;
    text-indent: 2em;
}

.pub-p p b {
    font-weight: bold;
}

.pub-p p a {
    color: #b96d2b;
}

.ma {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.mt-small {
    margin-top: 0.375rem;
}

.allW > video {
    display: block;
    width: 100%;
}

.w600 {
    width: 93.75%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.w620 {
    width: 96.875%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.cRed {
    color: #b20606;
}

.mt {
    margin-bottom: 1rem;
}

.pa {
    padding: 1rem 0;
}

h1 {
    font-family: icomoon;
}

/* 敏杰豪爽诚信财通路广 汉德用贤恩威人聚业宽 然然得意 */
.fg-top-panel {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.fg-top-panel .left {
    width: 900px;
}

.fg-top-panel .left img {
    display: block;
    width: 100%;
}

.fg-top-panel .right {
    width: 220px;
    padding-top: 30px;
}

.fg-top-panel .right ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 14px;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-box-pack: center;
    -webkit-moz-box-pack: center;
    box-pack: center;
}

.fg-top-panel .right ul li {
    width: 34px;
    margin-left: 5px;
    margin-right: 5px;
}

.fg-top-panel .right ul li img {
    display: block;
    width: 100%;
}

.fg-top-panel .right .top-search {
    position: relative;
}

.fg-top-panel .right .top-search input[type="text"] {
    width: 100%;
    border: 1px #ccc solid;
    border-radius: 20px;
    font-size: 14px;
    text-indent: 20px;
    line-height: 35px;
}

.fg-top-panel .right .top-search input[type="image"] {
    width: 16px;
    position: absolute;
    right: 20px;
    top: 10px;
}

.fg-col-3 {
    width: 1200px;
    margin: -116px auto 0;
    position: relative;
    z-index: 11;
}

.fg-col-3 ul {
    overflow: hidden;
}

.fg-col-3 ul li {
    width: 380px;
    background-color: #098b95;
    color: #fff;
    overflow: hidden;
    height: 116px;
    padding: 26px 0 0 30px;
}

.fg-col-3 ul li img {
    float: left;
    width: 68px;
    margin-right: 6px;
}

.fg-col-3 ul li .txt {
    float: left;
}

.fg-col-3 ul li .txt h2 {
    font-size: 24px;
}

.fg-col-3 ul li .txt small {
    display: block;
    font-size: 16px;
    padding-top: 6px;
}

.fg-col-3 ul .left {
    margin-right: 30px;
}

.fg-col-3 ul .col-2 {
    background-color: #109ca7;
}

.fg-col-3 ul .col-3 {
    background-color: #28b7c2;
}

.fg-panel1 {
    width: 1200px;
    margin: 35px auto 40px;
    overflow: hidden;
}

.fg-panel1 .left {
    width: 424px;
}

.fg-panel1 .left video {
    display: block;
    width: 100%;
    height: 355px;
    border: 1px solid #ccc;
}

.fg-panel1 .right {
    width: 750px;
}

.fg-panel1 .right .tab-btn {
    background-color: #f4f4f4;
    height: 50px;
    padding: 10px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-box-pack: center;
    -webkit-moz-box-pack: center;
    box-pack: center;
}

.fg-panel1 .right .tab-btn li {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 22px;
    padding: 0 20px;
    line-height: 30px;
}

.fg-panel1 .right .tab-btn .line {
    border-right: 2px #ccc solid;
}

.fg-panel1 .right .tab-btn .on {
    color: #008d99;
    font-weight: bold;
}

.fg-panel1 .right .mix {
    padding: 18px 0;
    overflow: hidden;
    margin-bottom: 10px;
    border-bottom: 1px #ccc dashed;
}

.fg-panel1 .right .mix .txt {
    float: left;
    width: 520px;
}

.fg-panel1 .right .mix .txt h1 {
    font-size: 22px;
    color: #ff7e00;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fg-panel1 .right .mix .txt p {
    font-size: 18px;
    line-height: 1.8;
    text-indent: 2em;
}

.fg-panel1 .right .mix .txt p a {
    color: #d21a1a;
}

.fg-panel1 .right .mix img {
    float: right;
    width: 212px;
}

.fg-panel1 .right .tips p {
    padding: 6px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    line-height: 40px;
    font-size: 18px;
}

.fg-panel1 .right .tips p span {
    background-color: #018c9f;
    color: #fff;
    padding: 0 10px;
    margin-right: 10px;
    display: inline-block;
}

.fg-panel1 .right .tips p a {
    color: #d21a1a;
}

.fg-read-lead {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.fg-read-lead .between {
    width: 344px;
}

.fg-read-lead .center {
    width: 480px;
    margin-left: 16px;
    margin-right: 16px;
}

.fg-read-lead h1 {
    font-size: 22px;
    color: #018c9f;
    line-height: 1.5;
    padding-bottom: 10px;
    border-bottom: 1px #018c9f solid;
    margin-bottom: 10px;
}

.fg-read-lead h2 {
    font-size: 18px;
    position: relative;
    font-weight: bold;
    line-height: 30px;
    border-bottom: 1px #ccc dashed;
    padding-bottom: 12px;
}

.fg-read-lead h2 a {
    position: absolute;
    right: 4px;
    bottom: 17px;
    color: #d21a1a;
    border: 1px #d21a1a solid;
    padding: 0 5px;
    line-height: 20px;
    font-size: 16px;
    font-weight: normal;
}

.fg-read-lead p {
    font-size: 18px;
    line-height: 32px;
    position: relative;
    padding-bottom: 12px;
}

.fg-read-lead p a {
    position: absolute;
    right: 10px;
    bottom: 14px;
    color: #d21a1a;
    border: 1px #d21a1a solid;
    padding: 0 5px;
    line-height: 20px;
    font-size: 16px;
    font-weight: normal;
}

.fg-read-lead ul {
    margin-top: 10px;
}

.fg-read-lead ul li {
    font-size: 18px;
    line-height: 35px;
    background: url(../images/bj_52.jpg) no-repeat 2px center;
    padding-left: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fg-read-lead img {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.fg-pub-t {
    width: 1200px;
    margin: 25px auto 40px;
}

.fg-pub-t h1 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-end;
}

.fg-pub-t h1 b {
    font-size: 28px;
    font-weight: bold;
    color: #018c9f;
    padding-bottom: 10px;
    border-bottom: 1px #018c9f solid;
}

.fg-pub-t h1 small {
    font-size: 18px;
    color: #878686;
    padding-bottom: 10px;
    padding-left: 15px;
    border-bottom: 1px #018c9f solid;
}

.fg-pub-t h1 span {
    flex: 1;
    padding-bottom: 10px;
    border-bottom: 1px #ccc solid;
}

.fg-panel2 {
    background-color: #eee;
    padding-top: 15px;
    padding-bottom: 40px;
    position: relative;
}

.fg-panel2 .panel2-c-tab {
    width: 1200px;
    margin: 0 auto;
}

.fg-panel2 .panel2-c-tab .tab-btn {
    overflow: hidden;
    margin-bottom: 20px;
}

.fg-panel2 .panel2-c-tab .tab-btn li {
    float: left;
    width: 294px;
    margin-right: 8px;
    padding: 15px 0;
    font-size: 24px;
    color: #0b0b0b;
    text-align: center;
    background-color: #d8d8d8;
}

.fg-panel2 .panel2-c-tab .tab-btn li span {
    font-size: 18px;
    border-radius: 8px;
    display: inline-block;
    margin-right: 10px;
    border: 1px #9c9c9c solid;
    padding: 0 6px;
    color: #848484;
}

.fg-panel2 .panel2-c-tab .tab-btn .on {
    background-color: #018c9f;
    color: #fff;
}

.fg-panel2 .panel2-c-tab .tab-btn .on span {
    color: #fff;
    border: 1px #fff solid;
}

.fg-panel2 .panel2-c-tab .tab-btn .la {
    margin-right: 0;
}

.fg-panel2 .panel2-c-tab .b1 {
    overflow: hidden;
    display: flex;
}

.fg-panel2 .panel2-c-tab .b1 .bi-list {
    width: 294px;
    height: 310px;
    background-color: #018c9f;
    color: #fff;
    padding: 40px 30px 0;
    position: relative;
}

.fg-panel2 .panel2-c-tab .b1 .bi-list p {
    font-size: 18px;
    text-indent: 2em;
    line-height: 1.6;
    padding-top: 20px;
}

.fg-panel2 .panel2-c-tab .b1 .bi-list img {
    display: block;
    width: 30px;
    margin-top: 30px;
    float: right;
}

.fg-panel2 .panel2-c-tab .b1 #yq-swiper {
    width: 595px;
}

.fg-panel2 .panel2-c-tab .b1 .img-box {
    flex: 1;
    display: flex;
    margin: 0 5px;
}

.fg-panel2 .panel2-c-tab .b1 .img-box .box {
    width: 50%;
    margin: 0 5px;
}

.fg-panel2 .panel2-c-tab .b1 .img-box .box img {
    display: block;
    width: 100%;
    height: 308px;
}

.fg-panel2 .panel2-c-tab .b1 .last-col {
    width: 294px;
    height: 310px;
    background-color: #018c9f;
    color: #fff;
    padding: 60px 30px 0;
}

.fg-panel2 .panel2-c-tab .b1 .last-col h1 {
    font-size: 30px;
}

.fg-panel2 .panel2-c-tab .b1 .last-col h4 {
    font-size: 18px;
    line-height: 2;
    margin-bottom: 10px;
}

.fg-panel2 .panel2-c-tab .b1 .last-col h4 span {
    display: inline-block;
    border-bottom: 1px #fff solid;
}

.fg-panel2 .panel2-c-tab .b1 .last-col p {
    font-size: 18px;
    line-height: 26px;
}

.fg-panel2 .swt {
    margin-top: 40px;
    text-align: center;
}

.fg-panel2 .swt a {
    display: inline-block;
    font-size: 22px;
    line-height: 45px;
    background-color: #018c9f;
    color: #fff;
    border-radius: 30px;
    padding: 0 30px;
    margin: 0 10px;
}

.fg-panel2 .swt .last-col {
    background-color: #d21a1a;
}

.fg-panel2 #pc-s1 {
    width: 1200px;
    margin: 0 auto;
}

.fg-panel2 #pc-s1 .swiper-container {
    padding: 50px 0;
}

.swiper-pagination-bullet-active {
    background-color: #018c9f;
}

.fg-plan {
    width: 1200px;
    margin: 0 auto 40px;
}

.fg-plan .up {
    overflow: hidden;
}

.fg-plan .up .s2 {
    width: 840px;
    height: 452px;
    float: left;
}

.fg-plan .up .form {
    width: 347px;
    height: 452px;
}

.fg-plan .up .form form {
    display: block;
    width: 100%;
    border: 1px #ccc solid;
    height: 284px;
    margin-top: 10px;
}

.fg-plan .up .form form h1 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    padding-top: 16px;
}

.fg-plan .up .form form h6 {
    color: #c7c7c7;
    font-size: 10px;
    margin-bottom: 15px;
    text-align: center;
    line-height: 2;
    text-transform: uppercase;
}

.fg-plan .up .form form .list1 {
    overflow: hidden;
    padding: 0 10px 10px;
}

.fg-plan .up .form form .list1 .left {
    width: 173px;
    line-height: 25px;
}

.fg-plan .up .form form .list1 .left input {
    float: right;
    display: block;
    width: 100px;
    height: 26px;
    border: 1px #ccc solid;
}

.fg-plan .up .form form .list1 .right {
    width: 140px;
}

.fg-plan .up .form form .list1 .right input {
    float: right;
    display: block;
    width: 100px;
    height: 26px;
    border: 1px #ccc solid;
}

.fg-plan .up .form form .list {
    overflow: hidden;
    padding: 0 10px 10px;
}

.fg-plan .up .form form .list .right {
    width: 252px;
    height: 26px;
    border: 1px #ccc solid;
}

.fg-plan .up .form form #tj {
    font-size: 18px;
    color: #fff;
    display: block;
    width: 120px;
    margin: 10px auto 0;
    text-align: center;
    line-height: 30px;
    background-color: #ff711c;
    border: none;
}

.fg-plan .fg-plan-tab {
    margin-top: 30px;
}

.fg-plan .fg-plan-tab .tab-btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-box-pack: space-between;
    -webkit-moz-box-pack: space-between;
    box-pack: space-between;
    margin-bottom: 20px;
}

.fg-plan .fg-plan-tab .tab-btn li {
    width: 294px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-box-pack: center;
    -webkit-moz-box-pack: center;
    box-pack: center;
    align-items: center;
    font-size: 24px;
    color: #018c9f;
    background-color: #d8d8d8;
}

.fg-plan .fg-plan-tab .tab-btn li img {
    display: block;
    width: 40px;
    margin-right: 5px;
}

.fg-plan .fg-plan-tab .tab-btn li .i1 {
    display: none;
}

.fg-plan .fg-plan-tab .tab-btn .on {
    background-color: #018c9f;
    color: #fff;
}

.fg-plan .fg-plan-tab .tab-btn .on .i1 {
    display: block;
}

.fg-plan .fg-plan-tab .tab-btn .on .i2 {
    display: none;
}

.fg-plan .fg-plan-tab .tab-txt li {
    overflow: hidden;
}

.fg-plan .fg-plan-tab .tab-txt li dl {
    width: 590px;
    overflow: hidden;
}

.fg-plan .fg-plan-tab .tab-txt li dl dt {
    float: left;
    width: 230px;
    background-color: #d8d8d8;
    height: 245px;
    padding-top: 60px;
    padding-left: 30px;
}

.fg-plan .fg-plan-tab .tab-txt li dl dt b {
    display: block;
    font-size: 24px;
}

.fg-plan .fg-plan-tab .tab-txt li dl dt h1 {
    font-size: 34px;
    font-weight: bold;
    color: #018c9f;
    width: 90px;
    padding-bottom: 10px;
    padding-top: 5px;
    white-space: nowrap;
    border-bottom: 1px #018c9f solid;
}

.fg-plan .fg-plan-tab .tab-txt li dl dt h6 {
    font-size: 14px;
    color: #929292;
    text-transform: uppercase;
    padding-top: 18px;
}

.fg-plan .fg-plan-tab .tab-txt li dl dd {
    float: left;
    margin-left: 10px;
    width: 170px;
    height: 117px;
    background-color: #d8d8d8;
    font-size: 26px;
    text-align: center;
    line-height: 115px;
}

.fg-plan .fg-plan-tab .tab-txt li dl dd:nth-of-type(1) {
    width: 350px;
    margin-bottom: 11px;
}

.fg-plan .fg-plan-tab .tab-txt li .img4 {
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -moz-box-pack: space-between;
    -webkit-moz-box-pack: space-between;
    box-pack: space-between;
}

.fg-plan .fg-plan-tab .tab-txt li .img4 img {
    display: block;
    width: 294px;
}

.fg-tab3 {
    width: 1200px;
    margin: 0 auto;
}

.fg-tab3 .tab-btn {
    margin-top: 20px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-box-pack: center;
    -webkit-moz-box-pack: center;
    box-pack: center;
}

.fg-tab3 .tab-btn li {
    width: 300px;
    margin-left: 15px;
    margin-right: 15px;
    text-align: center;
    background-color: #e4e4e4;
    font-size: 26px;
    line-height: 50px;
    border-radius: 30px;
}

.fg-tab3 .tab-btn .on {
    background-color: #018c9f;
    color: #fff;
}

.fg-tab3 .x1-css {
    width: 100%;
    height: 500px;
    background: url(../images/doc_03.jpg) no-repeat;
    background-size: 100% 100%;
    margin-bottom: 10px;
}

.fg-tab3 .tab-txt {
    position: relative;
}

.fg-tab3 .tab-txt .gallery-thumbs {
    width: 1050px;
    margin: 0 auto 45px;
}

.fg-tab3 .tab-txt .slide1 .gallery-thumbs {
    width: 805px;
    margin: 0 auto 45px;
}

.fg-tab3 .tab-txt .slide1 .swiper-button-next {
    right: 120px;
}

.fg-tab3 .tab-txt .slide1 .swiper-button-prev {
    left: 120px;
}

.fg-tab3 .tab-txt .main {
    padding: 0 130px 0 123px;
}

.fg-tab3 .tab-txt .main .left {
    width: 397px;
}

.fg-tab3 .tab-txt .main .left img {
    display: block;
    width: 100%;
}

.fg-tab3 .tab-txt .main .right {
    width: 540px;
}

.fg-tab3 .tab-txt .main .right h2 {
    font-size: 28px;
    font-weight: bold;
    color: #018c9f;
    padding-top: 40px;
}

.fg-tab3 .tab-txt .main .right h4 {
    font-size: 26px;
    color: #018c9f;
    padding-top: 8px;
}

.fg-tab3 .tab-txt .main .right h4 b {
    display: inline-block;
    margin-right: 10px;
}

.fg-tab3 .tab-txt .main .right p {
    font-size: 18px;
    line-height: 1.6;
    margin-top: 10px;
}

.fg-tab3 .tab-txt .main .right p b {
    display: block;
    width: 60px;
    text-align: center;
    background-color: #018c9f;
    color: #fff;
}

.fg-tab3 .tab-txt .main .right p a {
    color: #d21a1a;
}

.fg-tab3 .tab-txt .main .right .pic-3 {
    margin-top: 20px;
    overflow: hidden;
}

.fg-tab3 .tab-txt .main .right .pic-3 img {
    float: left;
    width: 166px;
    margin-right: 10px;
}

.fg-tab3 .tab-txt .swiper-button-next {
    background: none;
    width: 50px;
    height: 50px;
    background-color: #c5c5c5;
    border-radius: 50%;
    text-align: center;
    line-height: 48px;
    color: #fff;
    font-size: 40px;
    top: auto;
    bottom: 48px;
}

.fg-tab3 .tab-txt .swiper-button-prev {
    background: none;
    width: 50px;
    height: 50px;
    background-color: #c5c5c5;
    border-radius: 50%;
    text-align: center;
    line-height: 48px;
    color: #fff;
    font-size: 30px;
    top: auto;
    bottom: 48px;
}

.fg-footer {
    background-color: #018c9f;
    padding: 50px 0;
}

.fg-footer .fg-footer-c {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.fg-footer .fg-footer-c .logo {
    width: 460px;
    padding-top: 62px;
}

.fg-footer .fg-footer-c .logo img {
    display: block;
    width: 100%;
}

.fg-footer .fg-footer-c .address {
    width: 500px;
    padding-left: 70px;
}

.fg-footer .fg-footer-c .address p {
    overflow: hidden;
    margin-bottom: 20px;
    font-size: 18px;
    color: #fff;
    line-height: 36px;
}

.fg-footer .fg-footer-c .address p img {
    float: left;
    width: 37px;
    margin-right: 8px;
}

.fg-footer .fg-footer-c .address .p-row2 {
    line-height: 1.1;
}

.fg-footer .fg-footer-c .right {
    width: 229px;
    padding: 10px 0 10px 28px;
    border-left: 1px #fff solid;
}

.fg-footer .fg-footer-c .right img {
    display: block;
    width: 162px;
}

.fg-footer .fg-footer-c .right span {
    display: block;
    width: 162px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 50px;
}

.layout {
    max-width: 1200px;
    min-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.nav {
    width: 100%;
    height: 50px;
    left: 0;
    bottom: 0;
    background: url(../images/gradient-bg.png);
    background-size: contain;
}

.ie .nav {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/gradient-bg.png', sizingMethod='scale');
    background: none;
}

.nav .layout {
    position: relative;
}

.nav .float-bg {
    width: 9.14%;
    height: 50px;
    background: url(../images/black30.png);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.nav ul {
    display: flex;
    position: relative;
    z-index: 1;
}

.nav li {
    flex: 1;
    position: relative;
    line-height: 50px;
    font-weight: bold;
    text-align: center;
}

.nav li a {
    display: block;
    color: #fff;
    font-size: 15px;
    transition: color 0.3s, background 0.3s;
    -webkit-transition: color 0.3s, background 0.3s;
}

.nav li a:hover {
    color: #99ffcc;
}

.no-js .nav .float-bg {
    display: none;
}

.no-js .nav li.cur a, .no-js .nav li a:hover {
    background: url(../images/black30.png);
    background: rgba(0, 0, 0, 0.3);
}

.nav li a i {
    margin-left: 5px;
}

.nav li .subnav {
    position: absolute;
    left: 0;
    top: 50px;
    min-width: 100%;
    background-color: #fff;
    border: 1px solid #ddd;
    border-top: none;
    display: none;
}

.nav li:last-child .subnav {
    left: auto;
    right: 0;
}

.nav li:last-child .subnav a {
    text-align: right;
}

.nav li .subnav a {
    color: #444;
    font-size: 13px;
    font-weight: normal;
    line-height: 30px;
    background: none;
    text-align: left;
    margin: 0 20px;
    border-bottom: 1px solid #ddd;
    white-space: nowrap;
}

.nav li .subnav a:last-child {
    border: none;
}

.nav li .subnav a:hover {
    color: #096;
}

.no-js .nav li:hover .subnav {
    display: block;
}

.nav li.department-subnav {
    position: static;
}

.nav li.department-subnav .subnav {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50px;
    padding: 10px 0;
}

.department-subnav dl {
    text-align: left;
    padding: 5px 20px;
    line-height: 1;
}

.department-subnav dl a {
    display: inline;
    white-space: nowrap;
}

.department-subnav dt {
    border-bottom: 1px solid #ddd;
    line-height: 30px;
    font-size: 14px;
    color: #158064;
    font-weight: bold;
}

.department-subnav dt span {
    display: inline-block;
    margin-right: 10px;
    padding-bottom: 8px;
}

.department-subnav dd {
    text-align: justify;
    padding-top: 6px;
}

.nav .department-subnav dd a {
    line-height: 1.8;
    margin: 0 10px 0 0;
    border: none;
}

.slider {
    height: 550px;
    overflow: hidden;
    background: #333;
    position: relative;
    margin-top: -50px;
    width: 100%;
}

.slider ul, .slider ul li {
    width: 100%;
    height: 550px;
    position: absolute;
    top: 0;
    left: 0;
}

.slider ul li {
    display: none;
}

.slider ul li:first-child {
    display: block;
}

.slider ul {
    overflow: hidden;
}

.slider ul li {
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

/*.slider ul li{-ms-behavior:url(/style/js/backgroundsize.min.htc);behavior:url(/style/js/backgroundsize.min.htc);}*/
.slide-txt {
    position: relative;
    margin-top: 170px;
    text-align: right;
}

.slide-txt .txt {
    display: inline-block;
    font-size: 15px;
    width: 260px;
    color: #fff;
    background: #00a539;
    padding: 5px 0;
    text-align: center;
    margin-top: 10px;
    opacity: .7;
    filter: alpha(opacity=70);
    word-spacing: .5em;
    letter-spacing: .4em;
    margin-left: .2em;
}

.slide-btn {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 170px;
    text-align: right;
}

.slide-btn a {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid #00a539;
    border-radius: 50%;
    vertical-align: middle;
    margin-left: 5px;
    font-size: 0;
    text-indent: -999px;
    overflow: hidden;
}

.slide-btn a.cur {
    background: #00a539;
}

.service {
    height: 130px;
    margin-top: -130px;
    position: relative;
    z-index: 1;
    background: url(../images/gradient-gb.png);
    background-size: contain;
}

.ie .service {
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/gradient-bg.png', sizingMethod='scale');
    background: none;
}

.service li {
    float: left;
    width: 11.11%;
    height: 100px;
    padding-top: 15px;
    padding-bottom: 15px;
    transition: background 0.3s;
    -webkit-transition: background 0.3s;
}

.service li a {
    display: block;
    box-sizing: border-box;
    color: #fff;
    border-right: 1px solid #36a171;
    border-right: 1px solid rgba(191, 191, 191, 0.3);
}

.service li:last-child a {
    border: none;
}

.service li:hover {
    background: url(../images/black30.png);
    background: rgba(0, 0, 0, 0.3);
}

.service li:hover a {
    border-color: transparent;
    color: #99ffcc;
}

.service li i {
    display: block;
    line-height: 60px;
    font-size: 48px;
    text-align: center;
}

.service li strong {
    display: block;
    line-height: 40px;
    text-align: center;
    font-weight: normal;
    font-size: 16px;
}

.banner .layout {
    max-width: 1200px;
    min-width: 980px;
    margin-left: auto;
    margin-right: auto;
}

.banner .slider {
    height: 680px;
    overflow: hidden;
    background: #333;
    position: relative;
    margin-top: 0;
}

.banner .slider ul,
.banner .slider ul li {
    width: 100%;
    height: inherit;
    position: absolute;
    top: 0;
    left: 0;
}

.banner .slider ul li {
    display: none;
}

.banner .slider ul li:first-child {
    display: block;
}

.banner .slider ul {
    overflow: hidden;
}

.banner .slider ul li {
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
}

.banner .slide-txt {
    position: relative;
    margin-top: 170px;
    text-align: right;
}

.banner .slide-txt .txt {
    display: inline-block;
    font-size: 18px;
    width: 40%;
    color: #fff;
    background: #2E87C5;
    padding: 5px 0;
    text-align: center;
    margin-top: 10px;
    opacity: 0.7;
    filter: alpha(opacity=70);
    word-spacing: 5px;
    letter-spacing: 5px;
    margin-left: 5px;
}

.banner .slide-btn {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 155px;
    text-align: right;
}

.banner .slide-btn a {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 2px solid #2E87C5;
    border-radius: 50%;
    vertical-align: middle;
    margin-left: 5px;
    font-size: 0;
    text-indent: -999px;
    overflow: hidden;
}

.banner .slide-btn a.cur {
    background: #2E87C5;
}
