@charset "utf-8";

/*基本*/
* {
    padding: 0;
    margin: 0;
    font-size: 0.24rem;
}

body {
    width: 100%;
    min-height: 100%;
    max-width: 750px;
    min-width: 320px;
    margin: 0 auto;
    font: 0.24rem/1.6, "Noto Sans SC", "Microsoft Yahei", Arial;
    color: #333;
    background: #fff;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

body:before,
body:after {
    content: "";
    width: 100%;
    display: block;
}

/*body:before { height: 0.9rem; }

body::after {

    height: 1.3rem;

}*/
div {
    margin: 0;
    padding: 0;
    border: 0;
    color: #666;
}

img {
    margin: 0;
    padding: 0;
    border: 0;
    max-width: 100%;
}

p {
    margin: 0;
}

b,
strong {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    /* Remove most spacing between table cells.*/
}

li {
    list-style: none outside none;
}

/*链接*/
a {
    text-decoration: none;
    color: #333;
    background: transparent;
    outline: none;
}

a:focus {
    outline: none;
}

a:hover,
a:active {
    color: #333;
    outline: none;
}

/*清除浮动*/
.clearfix {
    *zoom: 1;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

/*表单*/
form {
    margin: 0;
}

button,
input,
select,
textarea {
    font-size: 100%;
    /* Correct font size not being inherited in all browsers. */
    margin: 0;
    /* Address margins set differently in IE 6/7, Firefox 3+, Safari 5,and Chrome */
    vertical-align: baseline;
    /* Improve appearance and consistency in all browsers */
    *vertical-align: middle;
    /* Improve appearance and consistency in all browsers */
}

button,
select {
    text-transform: none;
}

/*其它*/
blockquote {
    margin: 1em 40px;
}

dfn {
    font-style: italic;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

code,
kbd,
pre,
samp {
    font-size: 1em;
}

pre {
    margin: 1em 0;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    /* Prevent `sub` and `sup` affecting `line-height` in all browsers.*/
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

dl {
    margin: 0 0;
}

dd {
    margin: 0 0 0 0px;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

/*----------@@HTML默认  结束@@----------*/
/*----------@@通用 开始@@----------*/
/*清除浮动*/
.clear {
    display: block;
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.left {
    float: left;
}

.right {
    float: right;
}

.animated {
    -webkit-animation: 1s ease;
    -moz-animation: 1s ease;
    -ms-animation: 1s ease;
    -o-animation: 1s ease;
    animation: 1s ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
    }
}

@-ms-keyframes fadeInUp {
    0% {
        opacity: 0;
        -ms-transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -ms-transform: translateY(0);
    }
}

@-o-keyframes fadeInUp {
    0% {
        opacity: 0;
        -o-transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -o-transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    -moz-animation-name: fadeInUp;
    -ms-animation-name: fadeInUp;
    -o-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.route1,
.route2,
.route3,
.route4,
.route5,
.route6 {
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    transform: rotateY(90deg);
}

.route1 {
    -webkit-transition: -webkit-transform 0.3s ease-out 0s;
    -moz-transition: -moz-transform 0.3s ease-out 0s;
    -o-transition: -o-transform 0.3s ease-out 0s;
    -ms-transition: -ms-transform 0.3s ease-out 0s;
    transition: transform 0.3s ease-out 0s;
}

.route2 {
    -webkit-transition: -webkit-transform 0.3s ease-out 0.3s;
    -moz-transition: -moz-transform 0.3s ease-out 0.3s;
    -o-transition: -o-transform 0.3s ease-out 0.3s;
    -ms-transition: -ms-transform 0.3s ease-out 0.3s;
    transition: transform 0.3s ease-out 0.3s;
}

.route3 {
    -webkit-transition: -webkit-transform 0.3s ease-out 0.6s;
    -moz-transition: -moz-transform 0.3s ease-out 0.6s;
    -o-transition: -o-transform 0.3s ease-out 0.6s;
    -ms-transition: -ms-transform 0.3s ease-out 0.6s;
    transition: transform 0.3s ease-out 0.6s;
}

.route4 {
    -webkit-transition: -webkit-transform 0.3s ease-out 0.9s;
    -moz-transition: -moz-transform 0.3s ease-out 0.9s;
    -o-transition: -o-transform 0.3s ease-out 0.9s;
    -ms-transition: -ms-transform 0.3s ease-out 0.9s;
    transition: transform 0.3s ease-out 0.9s;
}

.route5 {
    -webkit-transition: -webkit-transform 0.3s ease-out 1.2s;
    -moz-transition: -moz-transform 0.3s ease-out 1.2s;
    -o-transition: -o-transform 0.3s ease-out 1.2s;
    -ms-transition: -ms-transform 0.3s ease-out 1.2s;
    transition: transform 0.3s ease-out 1.2s;
}

.route6 {
    -webkit-transition: -webkit-transform 0.3s ease-out 1.5s;
    -moz-transition: -moz-transform 0.3s ease-out 1.5s;
    -o-transition: -o-transform 0.3s ease-out 1.5s;
    -ms-transition: -ms-transform 0.3s ease-out 1.5s;
    transition: transform 0.3s ease-out 1.5s;
}

.route {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.icon {
    background: url("../images/icon.png") no-repeat;
    background-size: 4rem auto;
    vertical-align: middle;
    display: block;
}

.icon1 {
    background: url("../images/icon1.png") no-repeat;
    background-size: 3rem auto;
    vertical-align: middle;
    display: block;
}

#top,
#logo,
#navigation,
#banner,
#location,
#announcement,
#link,
#copyright {
    width: 100%;
    margin: 0 auto;
}

.index {
    width: 100%;
}

.head_main {
    height: 1rem;
    position: relative;
    width: 100%;
    background: url(../images/y1_02.jpg);
    z-index: 888;
    box-sizing: border-box;
    background-size: 100% auto;
    text-align: center;
}

.head_main #logo {
    width: 4.19rem;
    margin: 0 auto;
    margin-top: 0.17rem;
}

.head_main #logo img {
    width: 100%;
    height: 100%;
}

.head_main #WebTel i {
    width: 0.4rem;
    height: 0.34rem;
    background-position: -.52rem -.02rem;
    position: absolute;
    right: 0.2rem;
    top: 0.27rem;
}

.head_main .search i {
    width: 0.35rem;
    height: 0.34rem;
    position: absolute;
    left: .39rem;
    top: 0.28rem;
    background-position: 0rem 0rem;
}

.head_main .search .hov {
    background-position: -.0rem -.46rem;
}

#ShowChannel {
    position: absolute;
    width: 100%;
    min-height: 12.5rem;
    background: #661512;
    right: -100%;
    top: 0;
    overflow: hidden;
    display: none;
    z-index: 99999;
}

#ShowChannel ul {
    overflow: hidden;
    padding: 1rem 0rem 0;
    width: 6rem;
    margin: 0 auto;
}

#ShowChannel ul li {
    line-height: .8rem;
    box-sizing: border-box;
    background: url(../images/nav_li.png) no-repeat;
    background-size: 6rem auto;
    margin-bottom: .2rem;
}

#ShowChannel ul li:hover {
    background: url(../images/nav_on.png) no-repeat;
    background-size: 6rem auto;
}

#ShowChannel ul li:hover a {
    color: #210402;
}

#ShowChannel ul li a {
    color: #dab96a;
    font-size: 0.3rem;
    margin: 0 .8rem;
    height: .8rem;
    line-height: .8rem;
    display: block;
    text-align: left;
}

#ShowChannel .close {
    width: 0.36rem;
    height: 0.36rem;
    position: absolute;
    right: 0.4rem;
    top: 0.3rem;
}

#ShowChannel .close i {
    width: 0.36rem;
    height: 0.36rem;
    display: block;
    margin: 0;
    background-position: -.45rem -.5rem;
}

.index_search {
    background: #79130f;
    padding: 0.2rem;
    position: absolute;
    left: 0;
    bottom: -1rem;
    display: none;
    z-index: 100;
    width: 100%;
}

.index_search #keyWord {
    width: 5rem;
    border-radius: 0.3rem;
    background: #fff;
    border: none;
    height: 0.6rem;
    line-height: 0.6rem;
    margin-right: 2%;
    text-indent: 2em;
    outline: none;
}

.index_search .a {
    display: block;
    background: #e7c87f;
    text-align: center;
    width: 1.4rem;
    position: absolute;
    right: 0.6rem;
    top: 0.2rem;
    height: 0.6rem;
    cursor: pointer;
    line-height: 0.6rem;
    border: none;
    border-radius: 0 0.3rem 0.3rem 0;
    color: #5f0e0b;
    font-size: 0.22rem;
}

.hide {
    display: none;
}

/**head**/
.header_main {
    width: 100%;
    height: 1.48rem;
    z-index: 100;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.header_main.fix {
    position: fixed;
}

.header_main .logo_main {
    display: block;
    height: 0.69rem;
    color: #1a54a5;
    background-size: 100%;
    z-index: 111;
    float: left;
    margin-left: 0.38rem;
    margin-top: 0.38rem;
}

.header_main .logo_main .mobile_logo {
    display: block;
    height: 0.69rem;
}

.header_main .logo_main p {
    float: left;
    font-size: 0.24rem;
    color: #1a54a5;
    line-height: 0.3rem;
    padding-left: 0.18rem;
    padding-top: 0.11rem;
}

.header_main .logo_main .mobila_z {
    width: 2.85rem;
    height: .55rem;
    display: block;
    position: absolute;
    left: 1.44rem;
    top: 0.28rem;
}

.header_main .tit {
    width: 100%;
    height: 0.85rem;
    line-height: 0.85rem;
    text-align: center;
    font-size: .34rem;
    color: #fff;
}

.header_main .search_ico {
    display: block;
    position: absolute;
    right: 1.18rem;
    top: 0;
    text-align: center;
    cursor: pointer;
    width: 1.14rem;
    z-index: 6;
    padding-top: .5rem;
    height: 1rem;
}

.header_main .search_ico s {
    width: .32rem;
    height: .32rem;
    margin: 0 auto;
    background-position: -0rem -3.12rem;
}

.header_main .search_ico.on {
    background: #fa4040;
}

.header_main .search_ico.on s {
    background-position: 0 -0.48rem;
}

.header_main .tsearch {
    width: 100%;
    height: 1rem;
    position: absolute;
    left: 0;
    top: 1.48rem;
    z-index: 1122;
    background: #f5f5f5;
}

.header_main .tsearch .txt {
    width: 75%;
    color: #000;
    text-indent: .3rem;
    color: #666;
    font-size: .22rem;
    height: .6rem;
    background: #fff;
    border: none;
    position: absolute;
    left: 3%;
    top: .2rem;
    border-bottom-left-radius: .5rem;
    border-top-left-radius: .5rem;
}

.header_main .tsearch .btn {
    color: #fff;
    font-size: .22rem;
    width: 20%;
    height: .6rem;
    line-height: .6rem;
    text-align: center;
    border: 0px;
    background: url(../images/search-ico.png) no-repeat center #1a54a5;
    position: absolute;
    right: 3%;
    top: .2rem;
    border-bottom-right-radius: .5rem;
    border-top-right-radius: .5rem;
    background-size: .4rem auto;
}

.header_main .navbtn {
    width: 1.14rem;
    height: 1rem;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 10;
}

.header_main .navbtn s {
    width: 0.33rem;
    height: 0.31rem;
    display: block;
    margin: 0 auto;
    background-position: -0.76rem -3.13rem;
    margin-top: 0.5rem;
}

.header_main .navbtn.cur s {
    background-position: 0 0;
}

.header_main .goBack {
    width: 1rem;
    height: 0.85rem;
    position: absolute;
    left: 0;
    top: 0;
}

.header_main .goBack:before {
    width: 0.22rem;
    height: 0.36rem;
    margin: .28rem auto 0;
    background-position: -2.08rem 0;
    content: '';
    display: block;
}

.header_main .yw {
    width: 0.6rem;
    position: absolute;
    right: 0.96rem;
    top: 0rem;
}

.header_main .yw a {
    display: block;
    font-size: 0.4rem;
    color: #666;
    text-transform: uppercase;
    font-family: "Arial";
    font-weight: normal;
    padding-top: 0.2rem;
}

.header_main.hea1 {
    position: relative;
    box-shadow: 0px 1px 3px #e5e5e5;
}

.header_main.hea1 .search_ico s {
    background-position: -1.98rem 0;
}

.header_main.hea1 .yw a {
    color: #333;
}

.header_main.hea1 .navbtn s {
    background-position: -2.5rem -0rem;
}

.header_main.hea1 .search_ico.on s {
    background-position: 0 -0.48rem;
}

.header_main.heat .search_ico s {
    background-position: -0rem -3.59rem;
}

.header_main.heat .navbtn s {
    background-position: -0.76rem -3.59rem;
}

/*subNav*/
.subNav {
    position: fixed;
    max-width: 640px;
    min-width: 320px;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    top: 0rem;
    bottom: 0;
    z-index: 9999;
    display: none;
}

.subNav .subNavCon {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
}

.subNav ul {
    width: 100%;
    padding: .8rem 0 .5rem;
    overflow-y: auto;
    height: 100%;
    padding-bottom: 1rem;
}

.subNav li {
    width: 94%;
    display: block;
    line-height: 1rem;
    margin: 0 3%;
    position: relative;
    border-bottom: 1px solid #ddd;
}

.subNav li a {
    display: block;
    color: #333;
    font-size: 0.26rem;
    width: 80%;
    float: left;
}

.subNav li s {
    width: .12rem;
    height: .2rem;
    display: block;
    text-align: center;
    color: #333;
    font-size: .24rem;
    background-position: -0.81rem -2.81rem;
    margin-top: .42rem;
    margin-right: .1rem;
    float: right;
    position: relative;
    z-index: 11;
}

.subNav li .box {
    display: none;
}

.subNav li .box a {
    border-color: #f9f9f9;
    width: 100%;
    height: 0.6rem;
    line-height: 0.6rem;
    color: #333 !important;
    font-size: .24rem;
}

.subNav li.on>a {
    color: #1a54a5;
}

.subNav li.on s {
    background-position: -0.41rem -2.81rem;
}

.subNav li.hover a {
    color: #1a54a5;
}

.subNav .guan {
    position: absolute;
    right: 0.3rem;
    top: 0.4rem;
    width: .4rem;
    height: .34rem;
    display: block;
    margin: 0 auto;
    background: url(../images/close_i.png) center center no-repeat;
    background-size: 100%;
}

.subNavShow {
    display: block;
}

.modal {
    display: none;
    /* 默认隐藏 */
    position: fixed;
    /* 根据浏览器定位 */
    z-index: 666;
    /* 放在顶部 */
    left: 0;
    top: 0;
    width: 100%;
    /* 全宽 */
    height: 100%;
    /* 全高 */
    overflow: auto;
    /* 允许滚动 */
    background-color: rgba(0, 0, 0, 0.4);
    /* 背景色 */
}

/*模态框内容*/
.modal-content {
    display: flex;
    /*采用flexbox布局*/
    flex-direction: column;
    /*垂直排列*/
    position: relative;
    margin: 50% auto;
    /*距顶部15% 水平居中*/
    width: 6.9rem;
    animation: topDown 0.4s;
    /*自定义动画，从模态框内容上到下出现*/
}

@keyframes topDown {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

/*模态框头部*/
.modal-header {
    display: block;
    /*采用flexbox布局*/
    flex-direction: row;
    /*水平布局*/
    align-items: center;
    /*内容垂直居中*/
    justify-content: space-between;
    text-align: right;
}

/*关闭X 样式*/
.close {
    float: right;
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    transition: all ease 0.36s;
    display: block;
    width: 32px;
    height: 32px;
    background: url("../images/closeModal.png") no-repeat center center;
}

.close:hover {
    color: black;
    text-decoration: none;
    cursor: pointer;
    transform: rotate(360deg);
    transition: all ease 0.36s;
}

.modal-body {
    padding-top: 20px;
    padding-bottom: 30px;
    margin-top: 10px;
}

.modal-body .stxt {
    float: left;
    width: 5.1rem;
    height: 0.8rem;
    border: none;
    padding-left: 0.3rem;
}

.modal-body .sbtn {
    width: 1.4rem;
    height: 0.8rem;
    background: url("../images/search_btn.png") no-repeat center center #477de2;
    border: none;
    cursor: pointer;
}


/*底部 start*/
.footer_main {
    width: 100%;
    background: url(../images/m1_02.png) top center no-repeat;
    background-size: 100%;
    margin-top: -1.3rem;
    position: relative;
    z-index: 3;
}

.dnh {
    width: 100%;
    height: 2.29rem;
}

.subNav1 {
    width: 100%;
    background: #0071bb;
    height: 100%;
}

.subNav1 .subNavCon {
    width: 5.8rem;
    margin: 0 auto;
    height: 100%;
}

.subNav1 ul {
    width: 100%;
    height: 100%;
}

.subNav1 li {
    width: 94%;
    display: block;
    line-height: 1rem;
    margin: 0 3%;
    position: relative;
    border-bottom: 1px solid #ddd;
}

.subNav1 li a {
    display: block;
    color: #fff;
    font-size: 0.26rem;
    width: 80%;
    float: left;
}

.subNav1 li s {
    width: .19rem;
    height: .14rem;
    display: block;
    text-align: center;
    color: #333;
    font-size: .24rem;
    background-position: -0.86rem -2.18rem;
    margin-top: .42rem;
    margin-right: .1rem;
    float: right;
    position: relative;
    z-index: 11;
}

.subNav1 li .box {
    display: none;
}

.subNav1 li .box a {
    border-color: #f9f9f9;
    width: 100%;
    height: 0.6rem;
    line-height: 0.6rem;
    color: #88c5ec;
    font-size: .24rem;
}

.subNav1 li.on>a {
    color: #fff;
}

.subNav1 li.on s {
    background-position: -0.86rem -1.96rem;
}

.subNav1 li a:hover {
    color: #fff;
}

.subNavShow {
    display: block;
}

.subNav1 li.on .box {
    display: block;
}


.bNav {
    background: #0071bb;
    padding-bottom: 0.7rem;
}

.bn1 {
    width: 5.8rem;
    margin: 0 auto;
}

.bn1 p {
    text-align: center;
    padding-top: 0.24rem;
}

.bn1 p span {
    display: block;
    font-size: 0.24rem;
    color: #fff;
    line-height: 0.42rem;
}

.bn2 {
    padding-top: 0.6rem;
    width: 6.2rem;
    margin: 0 auto;
}

.bn2c {
    display: inline-block;
    width: 100%;
}

.bn21 {
    float: left;
    width: 3.26rem;
    height: 0.62rem;
    margin-top: 0.3rem;
}

.bn21 a {
    display: block;
    text-align: center;
    width: 3.26rem;
    height: 0.62rem;
    border: #338dc9 solid 0.02rem;
    border-radius: 0.8rem;
    line-height: 0.62rem;
    transition: all ease 300ms;
}

.bn21 a span {
    display: inline-block;
    font-size: 0.24rem;
    color: #fff;
    background: url(../images/a2_5.png) no-repeat left center;
    padding-left: 0.36rem;
    background-size: 0.25rem 0.25rem;
}

.bn21 a:hover {
    border: #fff solid 1px;
    background-color: #fff;
}

.bn21 a:hover span {
    color: #0071bb;
    background: url(../images/a2_6.png) no-repeat left center;
}

.bn22 {
    float: right;
    position: relative;
}

.bn22 h3 {
    font-size: 0.24rem;
    color: #fff;
    line-height: 0.24rem;
    text-align: right;
}

.bn22 .a1 {
    width: 0.64rem;
    height: 0.64rem;
    text-align: center;
    display: block;
    float: left;
    margin-top: 0.2rem;
}

.bn22 .a1 span {
    display: block;
    background: url(../images/a2_1.png) no-repeat center center;
    width: 0.58rem;
    height: 0.66rem;
    background-size: 100%;
}

.bn22 .a5 {
    width: 0.64rem;
    height: 0.64rem;
    text-align: center;
    display: block;
    float: left;
    margin-top: 0.2rem;
}

.bn22 .a5 span {
    display: block;
    background: url(../images/a2_4.png) no-repeat center center;
    width: 0.58rem;
    height: 0.66rem;
    background-size: 100%;
}

.bn22 .a3 {
    width: 0.64rem;
    height: 0.64rem;
    text-align: center;
    display: block;
    float: left;
    margin-top: 0.2rem;
}

.bn22 .a3 span {
    display: block;
    background: url(../images/a2_3.png) no-repeat center center;
    width: 0.58rem;
    height: 0.66rem;
    background-size: 100%;
}

.bn22 .a4 {
    width: 0.64rem;
    height: 0.64rem;
    text-align: center;
    display: block;
    float: left;
    margin-top: 0.2rem;
}

.bn22 .a4 span {
    display: block;
    background: url(../images/a2_2.png) no-repeat center center;
    width: 0.58rem;
    height: 0.66rem;
    background-size: 100%;
}

/* 新增底部按钮 */
.bNav .bn1 h3 {
    font-size: .24rem;
    color: #c3d5e9;
    line-height: 20px;
    padding-top: .6rem;
}

.bNav .bn1 h3 .buttom {
    color: #c3d5e9;
    display: inline-block;
    width: 44%;
    margin-right: 6%;
    border-radius: 25px;
    border: #338dc9 solid 1px;
    box-sizing: border-box;
    padding: 2% 4%;
}

.bNav .bn1 h3 .buttom:last-child {
    margin-right: 0%;
}

.bNav .bn1 h3 .buttom a {
    color: #fff;
    font-size: .24rem;
    vertical-align: top;
    text-align: center;
    display: block;
}

.bNav .bn1 h3 .buttom:hover,
.bNav .bn1 h3 .buttom.hover {
    background-color: #fff;
    color: #0071bb;
    border: #fff solid 1px;
}

.bNav .bn1 h3 .buttom:hover a,
.bNav .bn1 h3 .buttom.hover a {
    color: #0071bb;
}

/* 新增底部按钮_end */
.close_follow {
    display: none;
    position: fixed;
    z-index: 4;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.close_follow1 {
    display: none;
    position: fixed;
    z-index: 4;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.close_follow2 {
    display: none;
    position: fixed;
    z-index: 4;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.clos {
    float: right;
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    transition: all ease 0.36s;
    display: block;
    width: 32px;
    height: 32px;
    background: url("../images/closeModal.png") no-repeat center center;
}

.order_follow {
    flex-direction: column;
    position: relative;
    margin: 50% auto;
    width: 6.9rem;
    animation: topDown 0.4s;
    z-index: 2;
}

.follow_head {
    padding-top: 0.7rem;
}

.follow_head img {
    display: block;
    width: 2rem;
    margin: 0 auto;
}

.copyright {
    background-color: #313131;
    padding-top: 0.4rem;
    padding-bottom: 0.5rem;
    text-align: center;
    font-size: 0.24rem;
    color: #fff;
    line-height: 0.4rem;
}

.copyright a {
    color: #fff;
    font-size: 0.24rem;
    line-height: 0.4rem;
}


.g_top {
    background: url(../images/top_03.png) center center no-repeat;
    width: 0.5rem;
    position: fixed;
    right: 0.1rem;
    bottom: 0.5rem;
    height: 0.82rem;
    background-size: 100%;
    z-index: 666;
}


/*底部 end*/






.footer {
    text-align: center;
    background-color: #fff;
    color: #666;
    font-size: .26rem;
    line-height: .42rem;
    padding: .3rem 0.6rem;
    z-index: 111;
    background-size: 100%;
}

.footer a {
    color: #fff;
    font-size: .3rem;
}

.fob {
    padding-top: 0.4rem;
    color: #fff;
}

.fo_bot {
    color: #666;
}

.fo_bot a {
    color: #666;
    font-size: .26rem;
}

.fot {
    width: 100%;
    padding-bottom: 0.3rem;
    border-bottom: #ccc solid 1px;
    margin-bottom: 0.3rem
}

.fot ul {
    display: inline-block;
    width: 100%;
}

.fot ul li {
    width: 33.3%;
    float: left;
    text-align: center;
    padding: 0.16rem 0;
    font-size: 0.20rem;
    color: #fff;
    line-height: 0.3rem;
}

.fot ul li span {
    display: block;
    padding-top: 0.1rem;
    font-size: 0.3rem;
}

.idx_you {
    position: fixed;
    right: 0rem;
    bottom: 10%;
    z-index: 555;
    width: 1.05rem;
}

.idx_you a.a1 {
    display: block;
    width: 1.05rem;
    height: 1.05rem;
    background: url(../images/goTop.png) center center no-repeat;
    background-size: 100%;
    margin-bottom: 0.14rem;
}

` .idx_you a.a2 {
    display: block;
    width: 1.05rem;
    height: 1.05rem;
    background: url(../images/goToc.png) center center no-repeat;
    background-size: 100%;
    margin-bottom: 0.14rem;
}

.idx_you a.a3 {

    display: block;
    width: 1.05rem;
    height: 1.05rem;
    background: url(../images/dh_06.png) center center no-repeat;
    background-size: auto;
    background-size: 100%;

}

.footer1 {
    width: 94%;
    text-align: center;
    color: #333;
    font-size: .26rem;
    line-height: .38rem;
    padding: .45rem 3%;
    background: #2c2c2c;
    margin-top: -0.16rem;
}

.footer1 a {
    color: #333;
    font-size: .26rem;
}




.mouse-ico {
    position: absolute;
    width: 0.26rem;
    height: 0.4rem;
    left: 50%;
    margin-left: -0.13rem;
    bottom: 5%;
    z-index: 20;
}

.mouse-ico span {
    width: 0.26rem;
    height: 0.4rem;
    background-position: 0 -1.42rem;
}

.mouse-ico span.mouse {
    animation: mousemove 3s linear 1s infinite;
}

.mouse-ico span.en {
    background-position: -0 -1.42rem;
    margin-top: 0.05rem;
}

@keyframes mousemove {
    0% {
        transform: translateY(-5px);
    }

    25% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(5px);
    }

    75% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(-5px);
    }
}

.index_title {
    width: 100%;
    z-index: 3;
}

.erro {
    text-align: center;
    font-size: .26rem;
    color: #79130f
}

.index_title h3 {
    color: #5a0f0c;
    font-size: .33rem;
    font-weight: 100;
    line-height: .35rem;
}




#banner_main {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    psosition: relative;
    background-size: 1px auto;
    z-index: 1;
}

.banner {
    margin: 0 auto;
    width: 100%;
    *zoom: 1;
    overflow: hidden;
    position: relative;
}

.banner .list {
    width: 100%;
    overflow: hidden;
}

.banner .list li {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.banner .list li img {
    width: 100%;
}

.banner .list li .text {
    position: absolute;
    width: 100%;
    bottom: 0.7rem;
    left: 0;
    text-align: center;
}

.banner .list li .text .txt {
    font-size: 0.7rem;
    color: #1a54a5;
    line-height: 0.88rem;
}

.banner .list li .text .desc {
    font-size: 0.24rem;
    color: #1a54a5;
    line-height: 0.24rem;
    padding-top: 0.3rem;
}

.banner .list li .text .more {
    margin: 0 auto;
    width: 3.66rem;
    height: 0.88rem;
    background-color: #009ee7;
    border-radius: 0.8rem;
    box-shadow: 0 10px 20px #b6e2f9;
    text-align: center;
    line-height: 0.88rem;
    margin-top: 0.5rem;
    font-size: 0.26rem;
    color: #fff;
}


#banner .tip {
    width: 80%;
    height: 0.32rem;
    line-height: 0.32rem;
    text-align: center;
    clear: both;
    position: absolute;
    left: 5%;
    bottom: 0.1rem;
    z-index: 2;
    font-size: 0;
}

#banner .tip span {
    display: block;
    vertical-align: middle;
    width: 0.24rem;
    height: 0.06rem;
    margin: 0 0.1rem;
    vertical-align: middle;
    background-color: #ddedfe;
    border-radius: 0.8rem;
    border-radius: 0.5rem;
    float: left;
}

#banner .tip span.cur {
    background-color: #1a54a5;
}

#banner .tip.ti {
    text-align: center;
    left: 10%;
}

#banner .tip.ti span {
    display: inline-block;
    float: none;
}


.in_title {
    padding-top: 0.6rem;
    text-align: center;
    width: 100%;
}

.in_title h3 {
    display: block;
    text-align: center;
    font-size: 0.48rem;
    color: #132642;
    font-weight: bold;
    width: 100%;
    line-height: 0.48rem;
}

.in_title i {
    display: block;
    width: 3.72rem;
    height: 0.31rem;
    background: url(../images/sb1_03.png) center center no-repeat;
    background-size: 100%;
    margin: 0 auto;
    margin-top: 0.16rem;
}


.floor_1_main {
    padding-top: 1.2rem;
    text-align: center;
}

.floor_1_main .floor_1_1 {
    width: 5.6rem;
    margin: 0 auto;
}

.floor_1_main .floor_1_1 p {
    font-size: 0.34rem;
    color: #666;
    line-height: 0.52rem;
    font-weight: 600;
}

.floor_1_main .floor_1_1 dd {
    font-size: 0.24rem;
    color: #666;
    line-height: 30px;
}

.floor_1_main .floor_1_1 i {
    display: block;
    width: 100%;
    padding-top: 10px;
}

.floor_1_main .floor_1_1 .gp {
    font-size: 0.24rem;
    color: #f39800;
    line-height: 0.54rem;
    padding-top: 0.5rem;
}

.floor_1_main .floor_1_1 .gp span {
    display: inline-block;
    font-size: 0.54rem;
    font-weight: bold;
}

.floor_1_2 {
    margin: 0 auto;
    margin-top: 1rem;
    width: 6rem;
    position: relative;
}

.floor_1_2 .hd {
    text-align: center;
    padding-top: 0.4rem;
}

.floor_1_2 .hd ul {
    display: inline-block;
}

.floor_1_2 .hd ul li {
    width: 0.2rem;
    height: 0.2rem;
    background-color: #d8eeff;
    border-radius: 0.8rem;
    margin: 0 0.08rem;
    font-size: 0;
    float: left;
}

.floor_1_2 .hd ul li.on {
    background-color: #41a4f0;
}

.floor_1_2 .bd {
    display: inline-block;
    width: 100%;
}

.floor_1_2 .bd ul {
    display: inline-block;
    width: 100%;
}

.floor_1_2 .bd ul li {
    width: 2.88rem;
    height: 2.88rem;
    text-align: center;
    float: left;
    margin-right: 0.16rem;
    position: relative;
    margin-top: 0.3rem;
}

.floor_1_2 .bd ul li a {
    display: block;
    width: 2.64rem;
    height: 2.64rem;
    background-color: #fff;
    border-radius: 10rem;
    border: 0.12rem solid #e3f3fd;
    overflow: hidden;
}

.floor_1_2 .bd ul li .img1 {
    display: none;
    width: 2.64rem;
    height: 2.64rem;
    border-radius: 10rem;
}

.floor_1_2 .bd ul li .img2 {
    display: block;
    width: 0.56rem;
    height: 0.74rem;
    position: absolute;
    left: 50%;
    top: 0.42rem;
    margin-left: -0.28rem;
}

.floor_1_2 .bd ul li .img3 {
    display: none;
    width: 0.56rem;
    height: 0.74rem;
    position: absolute;
    left: 50%;
    top: 0.42rem;
    margin-left: -0.28rem;
}

.floor_1_2 .bd ul li h3 {
    font-size: 0.36rem;
    color: #4b4b4b;
    line-height: 0.36rem;
    position: absolute;
    left: 0;
    top: 1.38rem;
    width: 100%;
}

.floor_1_2 .bd ul li p {
    font-size: 0.24rem;
    color: #999;
    line-height: 0.24rem;
    padding-top: 0.1rem;
    font-family: "Arial";
    position: absolute;
    left: 0;
    top: 1.80rem;
    width: 100%;
}

.floor_1_2 .bd ul li:hover .img1 {
    display: block;
}

.floor_1_2 .bd ul li:hover .img2 {
    display: none;
}

.floor_1_2 .bd ul li:hover .img3 {
    display: block;
}

.floor_1_2 .bd ul li:hover h3 {
    color: #fff;
}

.floor_1_2 .bd ul li:hover p {
    color: #fff;
}

.floor_1_2 .bd ul li:nth-child(2n) {
    margin-right: 0;
}


.mobile_index {
    width: 100%;
    overflow: hidden;
    background-color: #f0f8fd;
    overflow: hidden;
    padding-bottom: 2rem;
    margin-top: -0.08rem;
}

.m_index {
    background-color: #fff;
}

.floor_ny {
    width: 100%;
    overflow: hidden;
    background-color: #fff;
    overflow: hidden;
    padding-bottom: 2rem;
    margin-top: -0.02rem;
    position: relative;
    z-index: 3;
}

em,
i {
    font-style: normal;
}

.floor_2_main {
    width: 5.6rem;
    margin: 0 auto;
    padding-top: 1.3rem;
}

.floor_2_main .floor_2_1 {
    text-align: center;
}

.floor_2_11 h3 {
    font-size: 0.4rem;
    color: #505050;
    line-height: 0.4rem;
    text-align: center;
}

.floor_2_11 p {
    font-size: 0.24rem;
    color: #999;
    line-height: 0.38rem;
    padding-top: 0.3rem;
    text-align: center;
}

.floor_2_1 a {
    display: block;
    font-size: 0.26rem;
    color: #505050;
    line-height: 0.26rem;
    padding-top: 0.5rem;
    text-align: center;
}

.floor_2_2 {
    padding-top: 0.24rem;
}

.floor_2_2 ul {
    display: inline-block;
    width: 100%;
}

.floor_2_2 ul li {
    width: 100%;
    border-radius: 0.3rem;
    overflow: hidden;
    margin-top: 0.6rem;
}

.floor_2_2 ul li .img1 {
    display: block;
    background-size: cover;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    height: 3.4rem;
}

.floor_2_2 ul li .img1 img {
    display: block;
}

.floor_2_2 ul li .g {
    width: 100%;
    height: 1.86rem;
    background-color: #fff;
    border-radius: 0.3rem 0 0.3rem 0.3rem;
    margin-top: -0.3rem;
    position: relative;
    z-index: 3;
}

.floor_2_2 ul li .g .img2 {
    display: block;
    float: left;
    width: 0.75rem;
    height: 0.75rem;
    margin-left: 0.3rem;
    margin-top: 0.54rem;
    margin-right: 0.24rem;
}

.floor_2_2 ul li .g h3 {
    font-size: 0.28rem;
    color: #505050;
    line-height: 0.28rem;
    padding-top: 0.3rem;
}

.floor_2_2 ul li .g h3 span {
    font-weight: normal;
    display: block;
    font-size: 0.24rem;
    color: #999;
    line-height: 0.3rem;
    padding-top: 0.12rem;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    padding-right: 0.36rem;
}

.floor_3_main {
    width: 5.6rem;
    margin: 0 auto;
    padding-top: 1.1rem;
}

.floor_3_main .floor_3_1 {
    text-align: center;
}

.floor_3_2 {
    margin-top: 0.4rem;
}

.floor_3_2 ul {
    display: inline-block;
    width: 100%;
}

.floor_3_2 ul li {
    width: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    transition: all ease 0.36s;
    margin-top: 0.5rem;
}

.floor_3_2 ul li .img1 {
    width: 100%;
    overflow: hidden;
}

.floor_3_2 ul li .img1 img {
    display: block;
    width: 100%;
    border-radius: 0.3rem;
}

.floor_3_2 ul li .g {
    text-align: center;
    padding-top: 0.28rem;
}

.floor_3_2 ul li .g h3 {
    font-size: 0.24rem;
    line-height: 0.27rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.floor_3_2 ul li .g p {
    font-size: 0.24rem;
    color: #c7ced2;
    line-height: 0.24rem;
    padding-top: 0.1rem;
}

.floor_3_2 ul li:hover {
    transform: translateY(-3px);
    transition: all ease 0.36s;
}

.floor_4_main {
    width: 5.6rem;
    margin: 0 auto;
    padding-top: 1.1rem;
}

.floor_4_main .floor_4_1 {
    text-align: center;
}

.floor_4_2 {
    width: 100%;
    padding-top: 0.6rem;
}

.floor_4_2 ul {
    display: inline-block;
}

.floor_4_2 ul li {
    float: left;
    width: 50%;
    margin-top: 0.3rem;
}

.floor_4_2 ul li img {
    display: block;
    width: 60%;
    margin: 0 auto;
}





.menuer {
    position: relative;
    background: #fff;
    overflow: hidden;
    padding: 0.1rem 0;
    border-bottom: #f6f6f6 solid 1px;
}

.menuer .nav_list {
    display: inline-block;
    width: 100%;
}

.menuer .nav_list .mitem {
    width: 2.2rem;
    float: left;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
    border-radius: 0.1rem;
    margin-left: 0.2rem;
    margin-bottom: 0.1rem;
    margin-top: 0.1rem;
    text-align: center;
    overflow: hidden;
    background: #f6f6f6;
}

.menuer .nav_list .mitem a {
    height: 0.72rem;
    font-size: 0.24rem;
    line-height: 0.72rem;
}

.menuer .nav_list .mitem.hover {
    background-color: #02328d;
}

.menuer .nav_list .mitem.hover a {
    color: #fff;
}

.san_nav.w1540 {
    padding: 0 0.6rem;
}

.san_nav .nav_li .mi .mt {
    display: none;
}

.san_nav .nav_li .mi .subMenu {
    display: none;
}

.san_nav .nav_li .mi.hover .subMenu {
    display: block;
}

.san_nav .nav_li .mi .subMenu ul {
    display: inline-block;
    width: 100%;
}

.san_nav .nav_li .mi .subMenu ul li {
    float: left;
    line-height: 0.8rem;
    margin-right: 0.2rem;
}

.san_nav .nav_li .mi .subMenu ul li a {
    display: block;
    font-size: 0.3rem;
    color: #585858;
    line-height: 0.8rem;
}

.san_nav .nav_li .mi .subMenu ul li a:hover {
    color: #009ee7;
}

.san_nav .nav_li .mi .subMenu ul li.on a {
    color: #009ee7;
    border-bottom: #009ee7 solid 0.02rem;
}

.catemore {
    margin-top: 0.5rem;
    display: block;
    height: 0.9rem;
    line-height: 0.9rem;
    font-size: 0.3rem;
    text-align: center;
    color: #333;
}

.floor_uj_1 {
    padding: 0 0.6rem;
    padding-top: 0.4rem;
}

.floor_sj_1 {
    padding: 0 0.6rem;
}

.floor_sj_1 ul {
    display: inline-block;
    width: 100%;
}

.floor_sj_1 ul li {
    padding: 0.4rem 0;
    width: 100%;
    border-bottom: #b0b0b0 dashed 0.02rem;
    height: 1.36rem;
}

.floor_sj_1 ul li i {
    display: block;
    width: 2.42rem;
    height: 1.36rem;
    background: url(../images/a56_03.png) center center no-repeat;
    float: left;
    background-size: 100%;
    margin-right: 0.26rem;
}

.floor_sj_1 ul li h3 {
    font-size: 0.24rem;
    color: #3f3f3f;
    font-weight: normal;
    line-height: 0.24rem;
}

.floor_sj_1 ul li h3 span {
    display: block;
    font-size: 0.28rem;
    line-height: 0.42rem;
    height: 1rem;
}

.sub_banner {
    width: 100%;
    overflow: hidden;
    height: 8rem;
    position: relative;
}

.sub_bj {
    background: url(../images/n3_02.png) center center no-repeat;
    background-size: 100%;
    transition: width 3s;
    height: 0.7rem;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.chayi .sub_bj {
    background: url(../images/a27_02.png) center center no-repeat;
    height: 0.7rem;
    width: 100%;
    background-size: 100%;
}

.jia_tou {
    padding-top: 1rem;
    text-align: center;
}

.jia_tou h3 {
    font-size: 0.32rem;
    color: #1a54a5;
    line-height: 0.32rem;
}

.jia_tou h4 {
    font-size: 0.24rem;
    color: #383838;
    line-height: 0.32rem;
    padding-top: 0.06rem;
}

.jia_tou span {
    display: block;
    font-size: 0.26rem;
    color: #1a54a5;
    line-height: 0.26rem;
    font-family: "Arial";
    padding-top: 0.1rem;
}

.floor_cha_1 {
    background: #fff url(../images/a27_03.jpg) top center no-repeat;
    width: 100%;
    background-size: 100%;
}

.floor_cha_11 {
    padding: 0 0.6rem;
    padding-top: 0.8rem;
}

.floor_cha_11 h3 {
    font-size: 0.4rem;
    color: #1a54a5;
    line-height: 0.64rem;
    text-align: center;
}

.floor_cha_11 .w {
    font-size: 0.24rem;
    color: #2f2f2f;
    line-height: 0.36rem;
    text-align: center;
    margin-top: 0.3rem;
    height: 1.8rem;
}

.floor_cha_12 {
    padding-top: 0.8rem;
    text-align: center;
}

.floor_cha_12 ul {
    display: inline-block;
}

.floor_cha_12 ul li {
    width: 2.7rem;
    height: 4.4rem;
    text-align: center;
    display: inline-block;
    margin: 0 0.3rem;
    position: relative;
}

.floor_cha_12 ul li .img {
    display: block;
    width: 2.46rem;
    height: 2.46rem;
    background-color: #fff;
    border-radius: 5rem;
    border: 0.12rem solid #e3f3fd;
    overflow: hidden;
}

.floor_cha_12 ul li .img img {
    display: block;
    margin: 0 auto;
    width: 0.8rem;
    height: 0.8rem;
    margin-top: 0.2rem;
}

.floor_cha_12 ul li h3 {
    font-size: 0.28rem;
    color: #4b4b4b;
    line-height: 0.28rem;
    width: 100%;
    padding-top: 0.14rem;
}

.floor_cha_12 ul li h3 span {
    display: block;
    font-size: 0.24rem;
    color: #999;
    line-height: 0.24rem;
    font-family: "Arial";
    padding-top: 0.1rem;
}

.floor_cha_12 ul li p {
    font-size: 0.24rem;
    color: #000;
    line-height: 0.34rem;
    padding-top: 0.2rem;
    width: 100%;
}

.w1130 {}

.floor_cha_13 {
    padding: 0 0.6rem;
    padding-top: 0.2rem;
}

.floor_cha_131 {
    padding-top: 0.6rem;
    text-align: center;
}

.floor_cha_131 img {
    display: block;
    width: 100%;
    border-radius: 0.2rem;
}

.floor_cha_131 .w {
    display: block;
    font-size: 0.24rem;
    color: #2d2d2d;
    line-height: 0.32rem;
    padding-top: 0.6rem;
}

.floor_cha_21 {
    padding: 0 0.6rem;
    padding-top: 0.1rem;
    text-align: center;
}

.floor_cha_21 ul {
    display: inline-block;
}

.floor_cha_21 ul li {
    display: inline-block;
    background: url(../images/a30_03.jpg) center center no-repeat;
    width: 100%;
    height: 2.4rem;
    border: #d4eeff solid 0.02rem;
    border-radius: 0.2rem;
    margin-top: 0.6rem;
    background-size: 100%;
}

.floor_cha_21 ul li .img {
    float: left;
    width: 0.8rem;
    padding-left: 0.5rem;
    padding-top: 0.6rem;
}

.floor_cha_21 ul li .img img {
    display: block;
    width: 0.8rem;
}

.floor_cha_21 ul li .w {
    float: left;
    width: 4.2rem;
    margin-left: 0.5rem;
    padding-top: 0.5rem;
    text-align: left;
}

.floor_cha_21 ul li .w h3 {
    font-size: 0.3rem;
    color: #019ee7;
    line-height: 0.3rem;
}

.floor_cha_21 ul li .w p {
    font-size: 0.24rem;
    color: #3d3d3d;
    line-height: 0.32rem;
    padding-top: 0.14rem;
}

.floor_ny3 {
    background-color: #f0f8fd;
    width: 100%;
    overflow: hidden;
    padding-bottom: 2rem;
    margin-top: -0.02rem;
    position: relative;
    z-index: 3;
}

.floor_gyi_1 {
    padding: 0 0.6rem;
}

.tit_left5 {
    text-align: center;
    padding-top: 0.9rem;
}

.tit_left5 h3 {
    font-size: 0.36rem;
    color: #505050;
    line-height: 0.36rem;
}

.tit_left5 h4 {
    font-size: 0.24rem;
    color: #999;
    line-height: 0.36rem;
    padding-top: 0.1rem;
}

.floor_gyi_11 {
    margin-top: 0.7rem;
    width: 100%;
}

.floor_gyi_12 {
    margin-top: 0.3rem;
    position: relative;
}

.floor_gyi_12 .hd {
    padding-bottom: 0.5rem;
}

.floor_gyi_12 .hd ul {
    display: inline-block;
    width: 100%;
}

.floor_gyi_12 .hd ul li {
    width: 3rem;
    height: 0.6rem;
    margin-right: 0.2rem;
    float: left;
    border: #2059a7 solid 0.02rem;
    border-radius: 0.6rem;
    text-align: center;
    line-height: 0.6rem;
    font-size: 0.24rem;
    color: #1a54a5;
    cursor: pointer;
    margin-top: 0.3rem;
}

.floor_gyi_12 .hd ul li.on {
    color: #fff;
    background-color: #009ee7;
    border: #009ee7 solid 0.02rem;
}

.floor_gyi_12 .hd ul li:nth-child(2n) {
    margin-right: 0;
}

.floor_gyi_12 .bd ul {
    display: block;
}

.nr_gt {
    text-align: center;
}

.nr_gt h3 {
    font-size: 0.48rem;
    color: #393939;
    line-height: 0.8rem;
}

.nr_gt p {
    font-size: 0.26rem;
    color: #393939;
    line-height: 0.4rem;
    font-family: "Arial";
    font-weight: bold;
    text-transform: uppercase;
}

.floor_n_1 {
    padding: 0 0.6rem;
    padding-top: 1rem;
}

.floor_n_11 {
    padding-top: 0.7rem;
    font-size: 0.26rem;
    color: #666;
    line-height: 0.4rem;
    text-align: center;
}

.floor_n_12 {
    padding-top: 0.8rem;
}

.floor_n_12 ul {
    display: inline-block;
    width: 100%;
}

.floor_n_12 ul li {
    float: left;
    border-right: #f2f2f2 solid 0.02rem;
    width: 49.6%;
    text-align: center;
    margin-bottom: 0.5rem;
}

.floor_n_12 ul li b {
    font-size: 0.6rem;
    color: #393939;
    line-height: 0.6rem;
}

.floor_n_12 ul li span {
    display: inline-block;
    font-size: 0.5rem;
    color: #393939;
}

.floor_n_12 ul li p {
    font-size: 0.26rem;
    color: #393939;
    line-height: 0.26rem;
    padding-top: 0.1rem;
}

.floor_n_12 ul li.li2,
.floor_n_12 ul li.li4 {
    padding-right: 0;
    border-right: none;
}


.floor_n_2 {
    padding: 0 0.6rem;
    padding-top: 1rem;
}

.floor_n_2 ul {
    display: inline-block;
    width: 100%;
}

.floor_n_2 ul li.li1 {
    width: 100%;
    background: url(../images/a18_03.jpg) center center no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 5.4rem;
    border-radius: 0.2rem;
    overflow: hidden;
}

.floor_n_2 ul li.li2 {
    width: 100%;
    background: url(../images/a18_05.jpg) left bottom no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    height: 6.3rem;
    border-radius: 0.2rem;
    overflow: hidden;
    margin-top: 0.4rem;
}

.floor_n_2 ul li.li3 {
    width: 100%;
    background: url(../images/a18_10.jpg) right center no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    height: 4.6rem;
    margin-top: 0.4rem;
    border-radius: 0.2rem;
    overflow: hidden;
}

.floor_n_2 ul li.li4 {
    width: 20.5%;
    float: left;
    background: url(../images/a18_12.jpg) center center no-repeat;
    background-repeat: no-repeat;
    background-position: center center;
    min-height: 289px;
    margin-top: 1.3%;
    border-radius: 15px;
    overflow: hidden;
}

.floor_n_2 ul li.li1 h3 {
    font-size: 0.4rem;
    color: #fff;
    line-height: 0.4rem;
    padding-top: 0.5rem;
    padding-left: 0.4rem;
}

.floor_n_2 ul li.li1 h3 span {
    display: block;
    font-size: 0.24rem;
    color: #fff;
    line-height: 0.3rem;
    text-transform: uppercase;
    font-family: "Arial";
    font-weight: bold;
    padding-top: 0.1rem;
}

.floor_n_2 ul li.li1 h4 {
    font-size: 0.26rem;
    color: #fff;
    line-height: 0.38rem;
    padding-top: 0.4rem;
    padding-left: 0.4rem;
    display: none !important;
}

.floor_n_2 ul li.li1 p {
    padding-top: 0.24rem;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
}

.floor_n_2 ul li.li1 p span {
    display: block;
    font-size: 0.24rem;
    color: #fff;
    line-height: 0.4rem;
    padding-top: 0.1rem;
}

.floor_n_2 ul li.li2 h3 {
    font-size: 0.4rem;
    color: #fff;
    line-height: 0.4rem;
    padding-top: 0.5rem;
    padding-left: 0.4rem;
}

.floor_n_2 ul li.li2 p {
    padding-top: 0.24rem;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
}

.floor_n_2 ul li.li2 p span {
    display: block;
    font-size: 0.24rem;
    color: #fff;
    line-height: 0.4rem;
    padding-top: 0.1rem;
}

.floor_n_2 ul li.li3 h3 {
    font-size: 0.4rem;
    color: #fff;
    line-height: 0.5rem;
    padding-top: 0.4rem;
    padding-left: 0.4rem;
    float: left;
}

.floor_n_2 ul li.li3 h3 span {
    display: block;
    font-size: 0.28rem;
    line-height: 0.42rem;
    padding-bottom: 0.14rem;
}

.tit_left4 {
    position: relative;
    margin-top: 0.5rem;
    height: 0.26rem;
}

.tit_left4 h3 {
    background-color: #fff;
    padding-right: 0.2rem;
    font-size: 0.26rem;
    line-height: 0.26rem;
    color: #959595;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
}

.tit_left4 i {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ececec;
    position: absolute;
    left: 0;
    top: 0.1rem;
    z-index: 1;
}

.about_i3_1 {
    margin-top: 0.5rem;
    width: 100%;
}

.about_i3_1 .bd {
    width: 100%;
}

.about_i3_1 .bd ul {
    display: inline-block;
    width: 100%;
}

.about_i3_1 .bd ul li {
    width: 3rem;
    float: left;
    text-align: center;
    margin-right: 0.26rem;
    margin-bottom: 0.3rem;
}

.about_i3_1 .bd ul li:nth-child(2n) {
    margin-right: 0;
}

.about_i3_1 .bd ul li .img {
    width: 100%;
    margin: 0 auto;
}

.about_i3_1 .bd ul li .img img {
    display: block;
    width: 100%;
}

.about_i3_1 .bd ul li h3 {
    font-size: 0.26rem;
    line-height: 0.5rem;
    padding-top: 0.1rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.about_i3_1 .hd {
    text-align: center;
}

.about_i3_1 .hd ul {
    display: inline-block;
}

.about_i3_1 .hd ul li {
    width: 0.1rem;
    height: 0.1rem;
    background-color: #d9d9d9;
    border-radius: 50px;
    margin: 0 0.06rem;
    font-size: 0;
    float: left;
}

.about_i3_1 .hd ul li.on {
    background-color: #4291da;
}

.about_i3_2 {
    margin-top: 0.4rem;
    width: 100%;
    position: relative;
}

.about_i3_2 .span1 {
    position: absolute;
    left: -0.4rem;
    top: -0.06rem;
}

.about_i3_2 .span2 {
    position: absolute;
    right: -0.4rem;
    top: -0.06rem;
}

.floor_n_3 {
    padding: 0.6rem;
    padding-top: 0.6rem;
}

.tit_left3 {
    padding-top: 0.8rem;
}

.tit_left3 h3 {
    font-size: 0.6rem;
    color: #333;
    line-height: 0.6rem;
}

.tit_left3 h4 {
    font-size: 0.24rem;
    color: #393939;
    line-height: 0.3rem;
    font-weight: bold;
    text-transform: uppercase;
    padding-top: 0.1rem;
}

.about_i3_2 {
    position: relative;
    width: 100%;
}

.about_i3_2 .swiper-container {
    width: 100%;
    position: relative;
}

.about_i3_2 .swiper-container .swiper-slide {
    font-size: 0.26rem;
    color: #d3d3d3;
    line-height: 0.26rem;
}

.about_i3_2 .swiper-container .swiper-slide.swiper-slide-thumb-active {
    color: #4291da;
}

.swiper-button-next,
.swiper-button-prev {
    display: none;
    width: 0.2rem !important;
    background-size: 100%;
    color: #333;
    background: none;
    background-image: none !important;
    margin-top: 0;
}

.parBd .slideBox {
    display: none;
}

.parBd .slideBox.active {
    display: inline-block;
}

.par_z {
    width: 12%;
    height: 246px;
    border-right: #ececec solid 1px;
    position: absolute;
    left: 0;
    top: 86px;
    font-size: 20px;
    color: #242424;
    line-height: 24px;
    font-weight: bold;
}

.about_i3_2 .gallery-top {
    padding-top: 0.3rem;
    width: 100%;
}

.about_i3_2 .gallery-top .swiper-slide {
    margin: 0 !important;
}

.about_i3_2 .gallery-top .swiper-slide .d {
    margin-top: 0.3rem;
    padding: 3%;
    background-color: #f0f8fd;
    border-radius: 0.2rem;
    display: inline-block;
}

.about_i3_2 .gallery-top .swiper-slide .d img {
    display: block;
    width: 2rem;
    border-radius: 0.2rem;
    float: left;
    margin-right: 0.3rem;
    height: 1.64rem;
}

.about_i3_2 .gallery-top .swiper-slide .d p {
    font-size: 0.28rem;
    color: #333;
    line-height: 0.28rem;
}

.about_i3_2 .gallery-top .swiper-slide .d p span {
    display: block;
    line-height: 0.3rem;
    padding-top: 0.1rem;
}




/*加入我们*/
.jiaru .sub_bj {
    background: url(../images/a21_02.png) center center no-repeat;
    height: 0.7rem;
    width: 100%;
    background-size: 100%;
}

.floor_jia_1 {
    background: url(../images/a21_03.jpg) top center no-repeat;
    width: 100%;
    background-size: 100%;
    padding-bottom: 1rem;
}

.floor_jia_11 {
    padding: 0 0.6rem;
    padding-top: 1rem;
}

.floor_jia_11 h3 {
    font-size: 0.4rem;
    color: #1a54a5;
    line-height: 0.64rem;
    text-align: center;
}

.floor_jia_11 .w {
    font-size: 0.24rem;
    color: #2f2f2f;
    line-height: 0.4rem;
    text-align: center;
    margin-top: 0.3rem;
    height: 2.6rem;
}

.floor_jia_12 {
    padding: 0 0.6rem;
    padding-top: 0.5rem;
}

.floor_jia_12 ul {
    display: inline-block;
    width: 100%;
}

.floor_jia_12 ul li {
    display: inline-block;
    width: 100%;
    margin-top: 0.6rem;
}

.floor_jia_12 ul li .w {
    width: 3.5rem;
    float: left;
    text-align: center;
}

.floor_jia_12 ul li .w h3 {
    font-size: 0.32rem;
    color: #1a54a5;
    line-height: 0.32rem;
}

.floor_jia_12 ul li .w h3 span {
    display: block;
    font-size: 0.24rem;
    color: #1a54a5;
    line-height: 0.36rem;
    padding-top: 0.12rem;
}

.floor_jia_12 ul li .w p {
    font-size: 0.2rem;
    color: #383838;
    line-height: 0.36rem;
    padding-top: 0.2rem;
}

.floor_jia_12 ul li .img {
    display: block;
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 8rem;
    float: right;
    position: relative;
    overflow: hidden;
    margin-top: 0.3rem;
}

.floor_jia_12 ul li .img img {
    display: block;
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 8rem;
}

.floor_jia_12 ul li.li2 .img {
    float: left;
}

.floor_jia_12 ul li.li2 .w {
    float: right;
}

.jia_tou {
    padding-top: 1rem;
    text-align: center;
}

.jia_tou h3 {
    font-size: 0.4rem;
    color: #1a54a5;
    line-height: 0.4rem;
}

.jia_tou h4 {
    font-size: 0.24rem;
    color: #383838;
    line-height: 0.38rem;
    padding-top: 0.16rem;
    font-weight: normal;
}

.jia_tou span {
    display: block;
    font-size: 16px;
    color: #1a54a5;
    line-height: 16px;
    font-family: "Arial";
    padding-top: 10px;
}

.floor_jia_21 {
    padding: 0 0.6rem;
    padding-top: 0.8rem;
}

.floor_jia_21 ul {
    display: inline-block;
    width: 100%;
}

.floor_jia_21 ul li {
    width: 100%;
    margin-bottom: 0.5rem;
}

.floor_jia_21 ul li .img {
    display: block;
    width: 100%;
    border-radius: 0.2rem;
    overflow: hidden;
}

.floor_jia_21 ul li .img img {
    display: block;
}

.floor_jia_21 ul li .w {
    width: 100%;
}

.floor_jia_21 ul li .w h3 {
    font-size: 0.4rem;
    color: #1a54a5;
    line-height: 0.9rem;
    float: left;
    padding-left: 0.16rem;
    padding-top: 0.26rem;
    padding-right: 0.18rem;
}

.floor_jia_21 ul li .w p {
    font-size: 0.24rem;
    color: #767676;
    line-height: 0.34rem;
    padding-top: 0.24rem;
}


.w1040 {
    padding: 0 0.6rem;
    margin: 0 auto;
}

.floor_jia_31 {
    padding-top: 0.24rem;
}

.floor_jia_31 ul {
    display: inline-block;
    width: 100%;
}

.floor_jia_31 ul li {
    display: inline-block;
    width: 100%;
    padding: 0.6rem 0;
    border-bottom: #ceebff dashed 1px;
}

.floor_jia_31 ul li .b {
    font-size: 0.24rem;
    color: #9fdaff;
    line-height: 0.24rem;
    text-align: center;
    font-family: "Arial";
    padding-top: 0.1rem;
}

.floor_jia_31 ul li .b span {
    font-size: 0.24rem;
    color: #9fdaff;
}

.floor_jia_31 ul li .img {
    float: left;
    width: 2rem;
    height: 2rem;
    border-radius: 5rem;
    overflow: hidden;
}

.floor_jia_31 ul li .img img {
    display: block;
    border-radius: 5rem;
}

.floor_jia_31 ul li .w {
    float: right;
    width: 4rem;
    margin-left: 0.2rem;
}

.floor_jia_31 ul li .w h3 {
    font-size: 0.28rem;
    line-height: 0.4rem;
}

.floor_jia_31 ul li .w dt {
    font-size: 0.24rem;
    color: #9b9b9b;
    line-height: 0.36rem;
    margin-top: 0.12rem;
}

.floor_jia_31 ul li .w dd {
    display: inline-block;
    padding-top: 0.2rem;
}

.floor_jia_31 ul li .w dd span {
    display: block;
    float: left;
    font-size: 14px;
    color: #333;
    line-height: 14px;
}

.floor_jia_31 ul li .w dd span:hover {
    color: #1a54a5;
}

.floor_jia_31 ul li .w dd p {
    float: left;
    font-size: 14px;
    color: #9b9b9b;
    line-height: 14px;
    background: url(../images/a25_06.jpg) left center no-repeat;
    padding-left: 26px;
    margin-left: 22px;
}

.floor_jia_3 .a1 {
    display: block;
    width: 3rem;
    height: 0.7rem;
    background-color: #009ee7;
    border-radius: 1rem;
    text-align: center;
    line-height: 0.7rem;
    margin: 0 auto;
    margin-top: 0.5rem;
    font-size: 0.26rem;
    color: #fff;
    box-shadow: 0px 8px 20px #c2e9fb;
    transition: all ease 0.36s;
    position: relative;
    overflow: hidden;
}

.floor_jia_3 .a1 span {
    display: inline-block;
    position: relative;
    z-index: 3;
}

.floor_jia_3 .a1::before {
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 0%;
    background-color: #0071bb;
    transition: 0.36s ease-out;
    position: absolute;
    content: "";
}

.floor_jia_3 .a1:hover::before {
    width: 100%;
}

.floor_jia_41 {
    display: inline-block;
    padding: 0 0.6rem;
    width: 6.3rem;
}

.floor_jia_41 h3 {
    font-size: 0.3rem;
    color: #333;
    line-height: 0.8rem;
}

.floor_jia_41 .sx {
    width: 49%;
    height: 0.7rem;
    background-color: #009ee7;
    line-height: 0.7rem;
    font-size: 0.24rem;
    color: #fff;
    border-radius: 0.2rem;
    float: left;
    margin-right: 2%;
    position: relative;
}

.floor_jia_41 .sx #select {
    background: none;
    border: none;
    margin-left: 5%;
    width: 70%;
    height: 0.7rem;
    line-height: 0.7rem;
    color: #fff;
    outline: medium;
}

.floor_jia_41 .sx #select option {
    color: #333;
    line-height: 0.5rem;
    border: none;
    outline: medium;
}

.floor_jia_41 .sx i {
    display: block;
    width: 0.38rem;
    height: 0.38rem;
    background: url(../images/a26_03.png) center center no-repeat;
    position: absolute;
    right: 5%;
    top: 0.18rem;
    background-size: 100%;
}

.floor_jia_41 .sx.d2 i {
    background: url(../images/a26_06.png) center center no-repeat;
    width: 0.38rem;
    height: 0.38rem;
    background-size: 100%;
}

.floor_jia_41 .d3 {
    width: 100%;
    position: relative;
    padding-top: 0.3rem;
    clear: left;
}

.floor_jia_41 .d3 .stxt {
    height: 0.7rem;
    background-color: #009ee7;
    line-height: 0.7rem;
    font-size: 0.24rem;
    color: #fff;
    border-radius: 0.2rem;
    text-indent: 0.3rem;
    width: 75%;
    border: none;
    box-shadow: none;
    outline: medium;
}

.floor_jia_41 .d3 i {
    display: block;
    width: 0.38rem;
    height: 0.38rem;
    background: url(../images/a26_08.png) center center no-repeat;
    position: absolute;
    right: 30%;
    top: 0.48rem;
    background-size: 100%;
    -webkit-text-fill-color: #fff;
}

.floor_jia_41 .d3 .sbtn {
    width: 20%;
    height: 0.7rem;
    border: none;
    text-align: center;
    line-height: 0.7rem;
    font-size: 0.24rem;
    color: #fff;
    background-color: #0071bb;
    border-radius: 0.2rem;
    margin-left: 5%;
}

.floor_jia_41 .sx.d2 {
    margin-right: 0;
}

.floor_jia_41 .d3 .stxt::-webkit-input-placeholder {
    color: #fff;
}

.floor_jia_41 .d3 .stxt:-moz-placeholder {
    color: #fff;
}

.floor_jia_41 .d3 .stxt::-moz-placeholder {
    color: #fff;
}

.floor_jia_41 .d3 .stxt:-ms-input-placeholder {
    color: #fff;
}

.floor_jia_42 {
    padding: 0 0.6rem;
    padding-top: 0.5rem;
}

.floor_jia_42 ul {
    display: inline-block;
    width: 100%;
}

.floor_jia_42 ul li {
    width: 40%;
    float: left;
    margin-right: 4%;
    background-color: #f4f4f4;
    border-radius: 0.2rem;
    padding: 4%;
    transition: all ease 0.36s;
    margin-bottom: 0.3rem;
}

.floor_jia_42 ul li .b {
    font-size: 0.24rem;
    color: #ababab;
    line-height: 0.24rem;
    font-family: 'Arial';
}

.floor_jia_42 ul li .h3 {
    font-size: 0.34rem;
    line-height: 0.46rem;
    height: px;
    border-bottom: #dbdbdb solid 1px;
    margin-top: 0.1rem;
    height: 1.2rem;
}

.floor_jia_42 ul li .w h4 {
    font-size: 0.26rem;
    color: #333;
    line-height: 0.26rem;
    padding-top: 0.3rem;
}

.floor_jia_42 ul li .w dt {
    height: 1.88rem;
    width: 100%;
    overflow: hidden;
    margin-top: 0.16rem;
    font-size: 0.24rem;
    color: #383838;
    line-height: 0.32rem;
}

.floor_jia_42 ul li .w dd {
    width: 1.8rem;
    height: 0.5rem;
    border: #545454 solid 1px;
    border-radius: 0.6rem;
    font-size: 0.24rem;
    color: #383838;
    text-align: center;
    line-height: 0.5rem;
    margin-top: 0.3rem;
}

.floor_jia_42 ul li .w dd:hover {
    background-color: #009ee7;
    color: #fff;
    border: #009ee7 solid 1px;
}

.floor_jia_42 ul li:hover {
    box-shadow: 8px 0 16px rgba(99, 97, 97, 0.4);
    transform: translateY(-5px);
    transition: all ease 0.36s;
}

.floor_jia_42 ul li:nth-child(2n) {
    margin-right: 0;
}


.floor_lx_1 {
    padding: 0.6rem;
}

.floor_lx_1 .floor_lx_11 {
    display: inline-block;
    width: 100%;
}

.floor_lx_1 .floor_lx_11 .floor_lx_111 {
    width: 100%;
}

.floor_lx_1 .floor_lx_11 .floor_lx_111 h3 {
    font-size: 0.4rem;
    color: #505050;
    line-height: 0.4rem;
}

.floor_lx_1 .floor_lx_11 .floor_lx_111 p {
    padding-top: 0.2rem;
}

.floor_lx_1 .floor_lx_11 .floor_lx_111 p span {
    display: block;
    font-size: 0.26rem;
    color: #5d5d5d;
    line-height: 0.42rem;
}

.floor_lx_1 .floor_lx_11 .floor_lx_112 {
    width: 100%;
    margin-top: 0.3rem;
}

.floor_lx_1 .floor_lx_11 .floor_lx_112 #allmap {
    width: 100%;
    height: 4rem;
}


/*全球科研*/
.ke .sub_bj {
    background: url(../images/a32_02.png) center center no-repeat;
    height: 0.7rem;
    width: 100%;
    background-size: 100%;
}

.floor_ke_1 {
    background: #fff url(../images/a32_03.jpg) top center no-repeat;
    width: 100%;
    background-size: 100%;
}

.floor_ke_11 {
    padding: 0 0.6rem;
    padding-top: 1rem;
}

.floor_ke_11 h3 {
    font-size: 0.4rem;
    color: #1a54a5;
    line-height: 0.64rem;
    text-align: center;
}

.floor_ke_11 .w {
    font-size: 0.24rem;
    color: #2f2f2f;
    line-height: 0.36rem;
    text-align: center;
    margin-top: 0.3rem;
    height: 2.3rem;
}

.floor_ke_12 {
    width: 100%;
    text-align: center;
}

.floor_ke_12 ul {
    display: inline-block;
}

.floor_ke_12 ul li {
    width: 2.6rem;
    height: 2.6rem;
    text-align: center;
    display: inline-block;
    margin: 0 0.2rem;
    position: relative;
}

.floor_ke_12 ul li .img {
    display: block;
    width: 2.6rem;
    height: 2.6rem;
    background-color: #fff;
    border-radius: 5rem;
    border: 0.12rem solid #e3f3fd;
    overflow: hidden;
}

.floor_ke_12 ul li .img img {
    display: block;
    margin: 0 auto;
    width: 0.8rem;
    height: 0.8rem;
    margin-top: 0.3rem;
}

.floor_ke_12 ul li h3 {
    font-size: 0.3rem;
    color: #4b4b4b;
    line-height: 0.3rem;
    width: 100%;
    padding-top: 0.1rem;
}

.floor_ke_12 ul li h3 span {
    display: block;
    font-size: 0.24rem;
    color: #999;
    line-height: 0.24rem;
    font-family: "Arial";
    padding-top: 0.1rem;
}


.floor_ke_13 {
    padding: 0 0.6rem;
}

.floor_ke_13 ul {
    display: inline-block;
    width: 100%;
}

.floor_ke_13 ul li {
    display: inline-block;
    width: 100%;
    margin-top: 0.5rem;
    margin-bottom: 0.2rem;
}

.floor_ke_13 ul li .w {
    width: 3rem;
    float: left;
    text-align: center;
}

.floor_ke_13 ul li .w h3 {
    font-size: 0.34rem;
    color: #1a54a5;
    line-height: 0.34rem;
}

.floor_ke_13 ul li .w h3 span {
    display: block;
    font-size: 0.24rem;
    color: #1a54a5;
    line-height: 0.24rem;
    padding-top: 0.1rem;
}

.floor_ke_13 ul li .w p {
    font-size: 0.24rem;
    color: #383838;
    line-height: 0.36rem;
    padding-top: 0.2rem;
}

.floor_ke_13 ul li .w p span {
    display: block;
}

.floor_ke_13 ul li .img {
    display: block;
    width: 3rem;
    height: 3rem;
    border-radius: 8rem;
    float: right;
    position: relative;
    overflow: hidden;
}

.floor_ke_13 ul li .img img {
    display: block;
    width: 3rem;
    height: 3rem;
    border-radius: 8rem;
}

.floor_ke_13 ul li.li2 .img {
    float: left;
}

.floor_ke_13 ul li.li2 .w {
    float: right;
    margin-left: 0;
}

.floor_ke_13 ul li.li2 .w h3 {}

.floor_ke_13 ul li.li2 p span {
    display: block;
    background: url(../images/a34_03.png) 0 0.1rem no-repeat;
    padding-left: 0.2rem;
}

.w1110 {
    padding: 0 0.6rem;
}

.floor_ke_21 {
    padding-top: 0.6rem;
}

.floor_ke_21 img {
    display: block;
    border-radius: 0.2rem;
}

.floor_ke_21 dt {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.floor_ke_21 dt p {
    font-size: 0.24rem;
    color: #383838;
    line-height: 0.38rem;
    padding-top: 0.5rem;
}

.floor_ke_21 dt p b {
    font-weight: normal;
    color: #1a54a5;
}

.floor_ke_21 dt span {
    display: block;
    font-size: 0.24rem;
    color: #383838;
    line-height: 0.38rem;
    padding-top: 0.5rem;
}

.floor_ke_21 dt span b {
    font-weight: normal;
    color: #1a54a5;
}

.floor_ke_3 {
    width: 6.3rem;
    background-color: #f1f8fe;
    margin: 0 auto;
    margin-top: 0.9rem;
    margin-bottom: 0.5rem;
    border: #d4eeff solid 0.02rem;
    border-radius: 0.2rem;
}

.floor_ke_3 ul {
    display: inline-block;
    padding: 5%;
}

.floor_ke_3 ul li {
    font-size: 0.24rem;
    color: #343434;
    line-height: 0.4rem;
    padding-bottom: 0.4rem;
    border-bottom: #c3e2f4 solid 0.02rem;
    border-right: #c3e2f4 solid 0.02rem;
    padding-left: 10%;
    width: 39.8%;
    float: left;
    height: 1.8rem;
    padding-top: 0.4rem;
}

.floor_ke_3 ul li span {
    display: inline-block;
    font-size: 0.4rem;
    color: #019ee7;
    line-height: 0.6rem;
}

.floor_ke_3 ul li:nth-child(5),
.floor_ke_3 ul li:nth-child(6) {
    border-bottom: none;
}

.floor_ke_3 ul li:nth-child(2),
.floor_ke_3 ul li:nth-child(4),
.floor_ke_3 ul li:nth-child(6) {
    border-right: none;
}


/*全球奶源*/
.nai .sub_bj {
    background: url(../images/a36_02.png) center center no-repeat;
    height: 0.7rem;
    width: 100%;
    background-size: 100%;
}

.floor_nai_1 {
    background: #fff url(../images/m2_02.jpg) top center no-repeat;
    width: 100%;
    background-size: 100%;
}

.floor_nai_11 {
    padding: 0 1rem;
    padding-top: 1rem;
}

.floor_nai_11 h3 {
    font-size: 0.5rem;
    color: #1a54a5;
    line-height: 0.65rem;
    text-align: center;
}

.floor_nai_11 .w {
    font-size: 0.24rem;
    color: #2f2f2f;
    line-height: 0.4rem;
    text-align: center;
    margin-top: 0.4rem;
    height: 2.8rem;
}

.floor_nai_12 {
    padding: 1rem;
    padding-top: 0.1rem;
}

.floor_nai_12 ul {
    display: inline-block;
    width: 100%;
}

.floor_nai_12 ul li {
    width: 100%;
    border-radius: 0.3rem;
    overflow: hidden;
    margin-top: 0.5rem;
}

.floor_nai_12 ul li .img {
    display: block;
    width: 100%;
    overflow: hidden;
    height: 4.1rem;
}

.floor_nai_12 ul li .img img {
    display: block;
}

.floor_nai_12 ul li .w {
    width: 84%;
    padding: 8%;
    background-color: #fff;
    border-radius: 0.3rem 0;
    margin-top: -0.3rem;
    position: relative;
    z-index: 3;
    height: 1.7rem;
}

.floor_nai_12 ul li .w h3 {
    font-size: 0.3rem;
    color: #019ee7;
    line-height: 0.3rem;
}

.floor_nai_12 ul li .w p {
    font-size: 0.24rem;
    color: #383838;
    line-height: 0.36rem;
    padding-top: 0.16rem;
}

.floor_nai_13 {
    padding: 0 1rem;
}

.floor_nai_13 ul {
    display: inline-block;
    width: 100%;
}

.floor_nai_13 ul li {
    display: inline-block;
    width: 100%;
    margin-top: 0.8rem;
    margin-bottom: 0.24rem;
}

.floor_nai_13 ul li .w {
    width: 100%;
    text-align: center;
}

.floor_nai_13 ul li .w h3 {
    font-size: 0.4rem;
    color: #1a54a5;
    line-height: 0.4rem;
    padding-top: 0.6rem;
}

.floor_nai_13 ul li .w h3 span {
    display: block;
    font-size: 0.24rem;
    color: #1a54a5;
    line-height: 0.36rem;
    padding-top: 0.14rem;
}

.floor_nai_13 ul li .w p {
    font-size: 0.24rem;
    color: #383838;
    line-height: 0.36rem;
    padding-top: 0.2rem;
}

.floor_nai_13 ul li .w p span {
    display: block;
}

.floor_nai_13 ul li .w img {
    padding-top: 0.3rem;
    width: 50%;
    margin: 0 auto;
}

.floor_nai_13 ul li .img {
    display: block;
    width: 5.5rem;
    height: 5.5rem;
    border-radius: 8rem;
    position: relative;
    overflow: hidden;
}

.floor_nai_13 ul li .img img {
    display: block;
    width: 5.5rem;
    height: 5.5rem;
    border-radius: 8rem;
}



/*全自控产业链*/
.floor_ny8 {
    background: #f1f8fe;
    width: 100%;
    overflow: hidden;
    padding-bottom: 2rem;
    margin-top: -0.02rem;
    position: relative;
    z-index: 3;
}

.floor_quan_1 {
    display: block;
    background: #f1f8fe url(../images/a40_02.jpg) top center no-repeat;
    width: 100%;
    background-size: 100%;
}

.floor_quan_11 {
    padding: 0 1rem;
    padding-top: 1rem;
}

.floor_quan_11 h3 {
    font-size: 0.5rem;
    color: #1a54a5;
    line-height: 0.65rem;
    text-align: center;
}

.floor_quan_11 .w {
    font-size: 0.24rem;
    color: #2f2f2f;
    line-height: 0.36rem;
    text-align: center;
    margin-top: 0.4rem;
    height: 2.1rem;
}

.floor_quan_121 {
    padding: 0 1rem;
    display: block;
}

.floor_quan_121 ul {
    display: inline-block;
    width: 100%;
    padding-top: 0.2rem;
}

.floor_quan_121 ul li {
    width: 100%;
    margin-top: 0.4rem;
    text-align: center;
}

.floor_quan_121 ul li h3 {
    font-size: 0.32rem;
    color: #1a54a5;
    line-height: 0.32rem;
}

.floor_quan_121 ul li p {
    padding-top: 0.22rem;
}

.floor_quan_121 ul li p span {
    display: inline-block;
    font-size: 0.24rem;
    color: #373737;
    line-height: 0.4rem;
    background: url(../images/a34_03.png) 0 0.09rem no-repeat;
    padding-left: 0.3rem;
    margin-right: 0.08rem;
}

.floor_quan_131 {
    padding: 0 1rem;
    padding-top: 0.16rem;
}

.floor_quan_131 ul {
    display: inline-block;
    width: 100%;
}

.floor_quan_131 ul li {
    background: url(../images/a42_05.png) center center no-repeat;
    height: 2.36rem;
    width: 100%;
    margin: 1% 0.86%;
    float: left;
    background-size: 100%;
    border: #d4eeff solid 0.02rem;
    border-radius: 0.2rem;
    margin-top: 0.3rem;
}

.floor_quan_131 ul li .img {
    float: left;
    width: 0.7rem;
    padding-top: 0.6rem;
    padding-left: 0.54rem;
    margin-right: 0.5rem
}

.floor_quan_131 ul li .img .img1 {
    display: block;
}

.floor_quan_131 ul li .img .img2 {
    display: none;
}

.floor_quan_131 ul li .w {
    padding-top: 0.5rem;
    padding-right: 0.5rem;
    float: left;
    width: 3.2rem;
}

.floor_quan_131 ul li .w h3 {
    font-size: 0.32rem;
    color: #019ee7;
    line-height: 0.32rem;
}

.floor_quan_131 ul li .w p {
    font-size: 0.24rem;
    color: #343434;
    line-height: 0.32rem;
    padding-top: 0.12rem;
}

.floor_quan_14 {
    background: url(../images/m3_02.jpg) bottom center no-repeat;
    width: 100%;
    background-size: 100%;
}

.floor_quan_141 {
    position: relative;
    width: 100%;
    margin-top: 0.6rem;
}

.floor_quan_141 .hd ul li.li1 {
    width: 1.45rem;
    height: 0.38rem;
    position: absolute;
    left: 4.7rem;
    top: 1.5rem;
}

.floor_quan_141 .hd ul li.li2 {
    width: 2.10rem;
    height: 0.38rem;
    position: absolute;
    left: 5.7rem;
    top: 2rem;
}

.floor_quan_141 .hd ul li.li3 {
    width: 2.20rem;
    height: 0.38rem;
    position: absolute;
    left: 4.7rem;
    top: 2.6rem;
}

.floor_quan_141 .hd ul li.li4 {
    width: 2.20rem;
    height: 0.38rem;
    position: absolute;
    left: 2.4rem;
    top: 2.7rem;
}

.floor_quan_141 .hd ul li.li5 {
    width: 2.10rem;
    height: 0.38rem;
    position: absolute;
    left: 0.2rem;
    top: 2.2rem;
}

.floor_quan_141 .hd ul li.li6 {
    width: 1.74rem;
    height: 0.38rem;
    position: absolute;
    left: 1.8rem;
    top: 2rem;
}

.floor_quan_141 .tempWrap {
    width: 5.5rem;
    margin: 0 auto;
}

.floor_quan_141 .bd ul {
    width: 100%;
}

.floor_quan_141 .bd ul .m {
    background: url(../images/a44_07.jpg) center center no-repeat;
    width: 5.5rem;
    height: 3.2rem;
    background-size: 100% 100%;
    border-radius: 0.2rem;
}

.floor_quan_141 .bd ul h3 {
    font-size: 0.32rem;
    color: #00a0e8;
    line-height: 0.32rem;
    padding-left: 0.5rem;
    padding-top: 0.5rem;
}

.floor_quan_141 .bd ul p {
    font-size: 0.26rem;
    color: #3a3a3a;
    line-height: 0.34rem;
    padding: 0 0.5rem;
    padding-top: 0.16rem;
}

.floor_quan_141 .bd ul p span {
    color: #00a0e8;
}

.floor_quan_141 .hd {
    background: url(../images/a45_03.png) center center no-repeat;
    height: 4.51rem;
    width: 100%;
    background-size: 100%;
    position: relative;
    margin-top: -1rem;
}


/*社会责任*/
.she .sub_bj {
    background: url(../images/a46_02.png) center center no-repeat;
    height: 0.7rem;
    width: 100%;
    background-size: 100%;
}

.floor_she_1 {
    background: #fff url(../images/a46_03.jpg) top center no-repeat;
    width: 100%;
    background-size: 100%;
}

.floor_she_11 {
    padding: 0 1rem;
    padding-top: 1rem;
}

.floor_she_11 h3 {
    font-size: 0.5rem;
    color: #1a54a5;
    line-height: 0.65rem;
    text-align: center;
}

.floor_she_11 .w {
    font-size: 0.24rem;
    color: #2f2f2f;
    line-height: 0.36rem;
    text-align: center;
    margin-top: 0.4rem;
    height: 2.1rem;
}

.floor_she_12 {
    padding: 0 1rem;
}

.floor_she_12 ul {
    display: inline-block;
    width: 100%;
}

.floor_she_12 ul li {
    display: inline-block;
    width: 100%;
    margin-top: 1rem;
}

.floor_she_12 ul li .w {
    width: 100%;
    text-align: center;
}

.floor_she_12 ul li .w h3 {
    font-size: 0.4rem;
    color: #1a54a5;
    line-height: 0.4rem;
    padding-top: 0.5rem;
}

.floor_she_12 ul li .w h3 span {
    display: block;
    font-size: 0.24rem;
    color: #1a54a5;
    line-height: 0.24rem;
    padding-top: 0.12rem;
}

.floor_she_12 ul li .w .d {
    font-size: 0.24rem;
    color: #383838;
    width: 5.5rem;
    margin: 0 auto;
    line-height: 0.38rem;
    padding-top: 0.3rem;
}

.floor_she_12 ul li .w p {
    background: url(../images/a48_03.jpg) center center no-repeat;
    width: 4.9rem;
    margin-top: 0.26rem;
    padding: 0.3rem;
    text-align: left;
    border-radius: 0.2rem;
}

.floor_she_12 ul li .w p span {
    display: block;
    font-size: 0.24rem;
    color: #fff;
    line-height: 0.38rem;
    background: url(../images/a49_03.png) 0 0.09rem no-repeat;
    padding-left: 0.36rem;
}

.floor_she_12 ul li .img {
    display: block;
    width: 5.5rem;
    height: 5.5rem;
    border-radius: 8rem;
    position: relative;
    overflow: hidden;
}

.floor_she_12 ul li .img img {
    display: block;
    width: 5.5rem;
    height: 5.5rem;
    border-radius: 8rem;
}


.floor_she_13 {
    display: block;
    text-align: center;
    padding: 0 1rem;
    padding-top: 1.2rem;
}

.floor_she_13 img {
    display: block;
    width: 100%;
    margin: 0 auto;
    border-radius: 20px;
}

.floor_she_13 p {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 0.24rem;
    color: #383838;
    line-height: 0.36rem;
    padding-top: 0.3rem;
}

.floor_she_14 .jia_tou {
    padding: 0 1rem;
    padding-top: 0.5rem;
}

.floor_she_141 {
    width: 100%;
    margin: 0 auto;
    padding-top: 0.4rem;
    text-align: center;
}

.floor_she_141 ul {
    display: inline-block;
}

.floor_she_141 ul li {
    margin: 0 0.18rem;
    display: inline-block;
    margin-top: 0.2rem;
    padding: 0 0.24rem;
    height: 0.7rem;
    line-height: 0.7rem;
    border: #009ee7 solid 0.02rem;
    border-radius: 0.3rem;
}

.floor_she_141 ul li span {
    display: block;
    background: url(../images/a51_03.png) left center no-repeat;
    padding-left: 0.28rem;
}

/*业务品牌*/
.w1150 {
    width: 5.5rem;
    margin: 0 auto;
}

.floor_yw_1 {
    background: #fff url(../images/a52_02.jpg) top center no-repeat;
    width: 100%;
    background-size: 100%;
}

.floor_yw_11 {
    padding-top: 1rem;
}

.floor_yw_11 h3 {
    font-size: 0.5rem;
    color: #1a54a5;
    line-height: 0.65rem;
    text-align: center;
}

.floor_yw_11 .w {
    font-size: 0.24rem;
    color: #2f2f2f;
    line-height: 0.36rem;
    text-align: center;
    margin-top: 0.4rem;
    height: 2.1rem;
}

.headv {
    text-align: center;
}

.headv div {
    border: #11a4e9 solid 0.02rem;
    border-radius: 0.08rem;
    margin: 0 0.15rem;
    display: inline-block;
    width: 2.3rem;
    height: 0.6rem;
    line-height: 0.6rem;
    cursor: pointer;
    margin-bottom: 0.3rem;
}

.headv div p {
    display: inline-block;
}

.headv div img {
    display: block;
    float: left;
    width: 0.3rem;
    height: 0.32rem;
    margin-top: 0.1rem;
}

.headv div span {
    display: block;
    float: left;
    padding-left: 0.1rem;
    font-size: 0.24rem;
    color: #11a4e9;
    line-height: 0.6rem;
}

.headv div.headv-check {
    background-color: #11a4e9;
}

.headv div.headv-check img {
    filter: grayscale(100%) brightness(200%);
}

.headv div.headv-check span {
    color: #fff;
}

.nr_gtn {
    padding-top: 0.7rem;
    padding-bottom: 0.1rem;
}

.nr_gtn h3 {
    font-size: 0.3rem;
    color: #1a54a5;
    line-height: 0.65rem;
    text-align: center;
}


.tu_b {
    border-bottom: #e5e5e5 solid 0.02rem;
    padding-bottom: 0.9rem;
    width: 100%;
    text-align: center;
}

.tu_b ul {
    display: inline-block;
    width: 100%;
}

.tu_b ul li {
    width: 2.4rem;
    height: 1.56rem;
    display: block;
    float: left;
    border-radius: 0.3rem;
    border: #bfe6f9 solid 0.1rem;
    margin-right: 0.24rem;
    background: #fff;
    margin-top: 0.4rem;
}

.tu_b ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.tu_b ul li img {
    display: block;
    width: 1.64rem;
    height: .92rem;
    margin: 0 auto;
    margin-top: 0.14rem;
}

.tu_b ul li p {
    font-size: 0.26rem;
    color: #1a54a5;
    line-height: 0.26rem;
    padding-top: 0.1rem;
}

.tu_b ul li:hover p {
    color: #fff;
}

.tu_b ul li:hover img {
    filter: grayscale(100%) brightness(400%);
}

.tu_b ul li:nth-child(2n) {
    margin-right: 0;
}

.trans div:last-child .tu_b {
    border-bottom: none;
}


.floor_dt_11 {
    margin-top: 0.6rem;
}

.floor_dt_11 .ul {
    display: inline-block;
    width: 100%;
}

.floor_dt_11 .ul .item {
    width: 100%;
    overflow: hidden;
    transition: .6s;
    position: relative;
    text-align: center;
    transition: all ease 0.36s;
    margin-bottom: 0.4rem;
}

.floor_dt_11 .ul .item .img1 {
    width: 100%;
    overflow: hidden;
}

.floor_dt_11 .ul .item .img1 img {
    display: block;
    width: 100%;
    border-radius: 0.25rem;
}

.floor_dt_11 .ul .item .g {
    text-align: center;
    padding-top: 0.2rem;
}

.floor_dt_11 .ul .item .g h3 {
    font-size: 0.28rem;
    line-height: 0.28rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.floor_dt_11 .ul .item .g p {
    width: 80%;
    margin: 0 auto;
    font-size: 0.24rem;
    color: #b3b9bd;
    line-height: 0.36rem;
    margin-top: 0.1rem;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 40px;
}

.floor_dt_11 .ul .item:hover {
    transform: translateY(-3px);
    transition: all ease 0.36s;
}




.showNews {
    padding-top: 0.6rem;
}

.showNews .showTit .tit {
    font-weight: normal;
    font-size: 0.4rem;
    line-height: 0.5rem;
    color: #333;
}

.showNews .showTit .time {
    margin-top: 0.36rem;
    font-family: arial;
    font-size: 0.26rem;
    line-height: 0.26rem;
    color: #666;
}

.showNews .showTit {
    border-bottom: #e4e3e3 solid 1px;
    padding-bottom: 0.5rem;
}

.showNews .showTit .mark {
    margin-top: 0.3rem;
}

.showNews .showTit .mark span {
    font-size: 0.26rem;
    color: #999;
}

.showNews .showTit .mark em {
    font-style: normal;
    margin-left: 0.12rem;
    color: #333;
}

.showNews .showTit .mark span:nth-child(2) {
    margin-left: 0.6rem;
}

.showNews .showTit .mark span:nth-child(2) em {
    font-family: arial;
}

.showNews .showInfo {
    padding: 0.6rem 0 0;
    /*margin-top:0.8rem;box-shadow: 0.04rem 0 0.12rem rgba(0,0,0,0.1);*/
    background: #fff;
}

.showNews .showInfo .contxt {
    padding: 0 0.3rem 1.1rem;
    font-size: 0.26rem;
    line-height: 0.4rem;
    color: #666;
    text-align: justify;
}

.showNews .showInfo .contxt img {
    max-width: 100%;
    margin: 0px auto;
    height: auto !important;
    display: inline;
}


/* relink */
.reLink {
    padding-right: 0.3rem;
    margin-left: 0.3rem;
    height: 1.1rem;
    line-height: 1.1rem;
    border-top: 1px solid #ddd;
}

.reLink .prevLink a {
    display: block;
    padding-left: 0.4rem;
    float: left;
    width: 50%;
    background: url("../images/pageprev.png") no-repeat left center;
    box-sizing: border-box;
    background-size: 0.12rem 0.21rem;
}

.reLink .nextLink a {
    text-align: right;
    display: block;
    padding-right: 0.4rem;
    float: left;
    width: 50%;
    background: url("../images/pagenext.png") no-repeat right center;
    box-sizing: border-box;
    background-size: 0.12rem 0.21rem;
}

.reLink a {
    font-size: 0.3rem;
    color: #242f4b;
}










.biao .formData {
    padding: 0 0.3rem;
}

.biao .formData .item {
    width: 100%;
}

.formData .item {
    color: #999;
    font-weight: normal;
    width: 6.9rem;
    height: 0.6rem;
    line-height: 0.6rem;
    border: 1px solid #dddddd;
    margin-top: 0.2rem;
    position: relative;
}

.formData .item label {
    width: 1.6rem;
    border-right: 1px solid #dddddd;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 11;
    text-align: center;
    display: block;
    margin: 0;
    height: 0.6rem;
    line-height: 0.6rem;
    color: #666666;
}

.formData .item .txt {
    width: 4.2rem;
    height: 0.6rem;
    line-height: 0.6rem;
    display: block;
    background: none;
    padding-left: 1.6rem;
    border: 0 none;
    color: #333;
    font-size: 0.26rem;
}

.formData .item select {
    float: left;
    width: 4.2rem;
    height: 0.6rem;
    line-height: 0.6rem;
    display: block;
    background: none;
    border: 0 none;
    color: #333;
    margin-left: 1.6rem;
    font-size: 0.26rem;
}


.activityPage {
    padding: 0.2rem;
    padding-top: 0.5rem;
}

.activityPage .list {
    -moz-column-count: 2;
    /* Firefox */
    -webkit-column-count: 2;
    /* Safari 和 Chrome */
    column-count: 2;
    -moz-column-gap: 1px;
    -webkit-column-gap: 1px;
    column-gap: 1px;
    width: 100%;
    margin: 0 auto;
}

.activityPage .list .item {
    display: block;
    text-align: center;
    margin: 0 0.1rem;
    width: 86%;
    padding: 4%;
    margin-bottom: 0.3rem;
    -moz-page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
    background-color: #fff;
}

.activityPage .list .item img {
    display: block;
    width: 100%;
}

.activityPage .list .item h3 {
    font-size: 0.3rem;
    font-weight: normal;
    color: #333;
    padding-top: 0.2rem;
}

.activityPage .addMore {
    text-align: center;
    display: block;
    margin-top: 0.3rem;
}



.catemore {
    width: 96%;
    margin: 2% auto 6%;
    height: .65rem;
    line-height: .65rem;
    display: block;
    text-align: center;
    background: #5a0f0c;
    color: #f0cd91;
    font-size: .22rem;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}

.catemore:active,
.catemore:hover {
    color: #fff;
}

.ny_index_title {
    padding-top: .3rem;
}

.map_nav {}

.map_nav li {
    float: left;
    width: 25%;
    line-height: .4rem;
}

.map_nav li i {
    width: .2rem;
    height: .2rem;
    background-position: -3.82rem 0;
    margin-right: .1rem;
    float: left;
    margin-top: .1rem;
}

.map_nav li a.hover {
    color: #5a0f0c;
    font-weight: bold;
}

.map_tit {
    height: .5rem;
    line-height: .5rem;
    color: #f0cd91;
    background: #5a0f0c;
    margin: 0 auto;
    text-align: center;
    font-size: .26rem;
    font-weight: bold;
    margin-bottom: .2rem;
    border-radius: .08rem;
    margin-top: .2rem;
    width: 6rem;
}




.xq_jia_4 {
    padding: 0.6rem;
}

.sold2_tit {
    border-bottom: #e1e1e1 solid 1px;
    height: 0.8rem;
    font-size: 0.26rem;
    line-height: 0.8rem;
    margin-bottom: 0.4rem;
}

.sold2_tit .tit {
    font-weight: bold;
}

/*弹窗甩手掌柜*/
.bdtel1 {
    position: fixed;
    width: 6rem;
    left: 0.6rem;
    top: 6%;
    z-index: 10;
    padding: .3rem .2rem;
    background: #fff;
}

.bdtel1 a:hover {
    background: #ffa902;
    color: #fff;
}

.bdtel1 h3 {
    padding-top: 0.3rem;
    font-weight: normal;
    font-size: .36rem;
    text-align: center;
    padding-bottom: .1rem;
    position: relative;
}

.bdtel1 h3 .m-close {
    position: absolute;
    left: 50%;
    top: -0.6rem;
    width: .6rem;
    margin-left: -0.3rem;
    height: .6rem;
    background: url("../images/closeM.png") no-repeat center center;
    display: block;
    background-size: 0.6rem 0.6rem;
}

.bdtel1 p {
    text-align: center;
}

.bdtelbg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    max-width: 640px;
    min-width: 320px;
    display: none;
}

.bga {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
}

.showOrder {
    width: 90%;
    margin: 0 auto;
    padding: .3rem 0;
    position: relative;
}

.showOrder .leave {
    width: 100%;
    overflow: hidden;
}

.showOrder .leave li {
    display: block;
    line-height: .7rem;
    margin-bottom: .3rem;
}

.showOrder .leave li label {
    width: 24%;
    float: left;
    height: .7rem;
    line-height: .7rem;
    text-align: center;
}

.showOrder .leave li input {
    width: 70%;
    float: left;
    margin-left: 6%;
    border: none;
    line-height: .7rem;
    height: .7rem;
    outline: none;
    text-indent: .1rem;
    color: #666;
}

.showOrder .leave li textarea {
    font-family: Microsoft yahei;
    border: none;
    margin-top: 3%;
    margin-left: 6%;
    width: 70%;
    float: left;
    text-indent: 3%;
    outline: none;
}

.showOrder .leave li a {
    width: 70%;
    float: left;
    display: block;
    height: .7rem;
    line-height: .7rem;
    margin-left: 6%;
    border: 1px solid #dcdcdc;
    text-indent: .1rem;
    color: #999;
}

.showOrder .show_more2 {
    margin-bottom: .3rem;
}

.showOrder .show_more2 input {
    width: 100%;
    line-height: .7rem;
    height: .7rem;
    outline: none;
    text-align: center;
    color: #fff;
    background: #009ee7;
    border: none;
    -webkit-appearance: none;
}

.popup .leave li {
    border: 1px solid #dcdcdc;
}

.popup .leave li.phoneVer input {
    width: 35%;
}

.popup .leave li.phoneVer .yzm {
    background: #f2f2f2;
    margin-left: 0;
}

.servicePage {
    margin-top: 0.5rem;
}

.servicePage {
    padding-bottom: 0.6rem;
    width: 6.3rem;
    height: auto;
    box-shadow: 0.06rem 0 0.15rem rgba(0, 0, 0, 0.1);
    background: #fff;
}

.servicePage .red {
    position: absolute;
    right: 0.1rem;
    line-height: 0.66rem;
    color: red;
}

.servicePage .form {
    padding: 0 0.3rem;
}

.servicePage .item {
    width: 5.68rem;
}

.servicePage .item .txt {
    width: 98%;
    height: 0.66rem;
    line-height: 0.66rem;
}

.servicePage .tarea {
    width: 5.7rem;
}

.servicePage .tarea .area {
    width: 5.7rem;
}

.servicePage .bot .btn {
    width: 5.7rem;
}

.xq_jia_4 .apply {
    margin-top: 0.8rem;
    display: block;
    width: 3rem;
    height: 0.75rem;
    font-size: 0.28rem;
    line-height: 0.75rem;
    text-indent: 0.6rem;
    color: #fff;
    background: url("../images/lmorearr.png") no-repeat 2.1rem center #009ee7;
    background-size: 0.31rem 0.08rem;
}

.xq_jia_4 .jia_tou {
    padding-top: 0;
    padding-bottom: 0.4rem;
}




.floor_dj_1 {
    background: url(../images/j3_02.jpg) bottom center no-repeat;
    background-size: cover;
    padding: 0 0.3rem;
    position: relative;
    padding-bottom: 15%;
    text-align: center;
}

.floor_dj_1 .floor_dj_b h3 {
    font-size: 0.42rem;
    color: #1a54a5;
    line-height: 0.54rem;
    padding-top: 6%;
}

.floor_dj_1 .floor_dj_b .p {
    font-size: 0.24rem;
    color: #2f2f2f;
    line-height: 0.34rem;
    padding-top: 4%;
    padding-bottom: 0.5rem;
}


.floor_dj_2 {
    background: #f1f8fe url(../images/j3_04.jpg) bottom center no-repeat;
    padding: 0 0.3rem;
    background-size: 100%;
    padding-bottom: 6%;
    position: relative;
}

.floor_dj_21 {
    width: 100%;
    position: relative;
}

.floor_dj_21 .floor_dj_21z {
    width: 100%;
}

.floor_dj_21 .floor_dj_21z h3 {
    font-size: 0.42rem;
    color: #1a54a5;
    line-height: 0.54rem;
}

.floor_dj_21 .floor_dj_21z .p {
    font-size: 0.24rem;
    color: #383838;
    line-height: 0.34rem;
    padding-top: 0.12rem;
}

.floor_dj_21 .floor_dj_21y {
    width: 21%;
}

.floor_dj_21 .floor_dj_21y ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 3;
}

.floor_dj_21 .floor_dj_21y ul li {
    padding-top: 8px;
    text-align: center;
}

.floor_dj_21 .floor_dj_21y ul li .img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(60, 131, 198, 0.1);
    margin: 0 auto;
}

.floor_dj_21 .floor_dj_21y ul li .img img {
    display: block;
    width: 100%;
    border-radius: 50%;
}

.floor_dj_21 .floor_dj_21y ul li.on {
    padding-top: 0;
}

.floor_dj_21 .floor_dj_21y ul li.on .img {
    width: 84px;
    height: 84px;
    background-color: #009ee7;
}

.floor_dj_21 .floor_dj_21y ul li.on .img img {
    filter: grayscale(100%) brightness(500%)
}

.floor_dj_21 .floor_dj_21y ul li h3 {
    font-size: 14px;
    color: #333;
    line-height: 22px;
    padding-top: 8px;
}

.floor_dj_21 .floor_dj_21y ul li.on h3 {
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
}

.floor_dj_2 .bd {
    width: 100%;
    position: relative;
}

.floor_dj_2 .bd h3 {
    font-size: 0.32rem;
    color: #333;
    padding-top: 0.5rem;
}


.floor_dj_2 .bd .dl {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap;
    margin-top: 0.4rem;
}

.floor_dj_2 .bd .dl .swiper06 {
    width: 100%;
    position: relative;
    padding-bottom: 0.7rem;
}

.floor_dj_2 .bd .dl .item {
    height: 4.1rem;
    position: relative;
    width: 48%;
}

.floor_dj_2 .bd .dl .item .topbox {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 2rem;
    background: #009ee7;
    border-radius: 7.2916666667vw 7.2916666667vw 0 0;
    overflow: hidden;
    /*padding-bottom:2.6041666667vw;*/
    -webkit-transition: ease 1s;
    transition: ease 1s;
}

.floor_dj_2 .bd .dl .item .topbox .imgbg {
    position: absolute;
    left: 0;
    top: 0%;
    opacity: .7;
    z-index: -1;
    mix-blend-mode: multiply;
    width: 100%;
    height: 100%;
    -webkit-transition: ease 1s;
    transition: ease 1s;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.floor_dj_2 .bd .dl .item .topbox .ico {
    height: 0.9rem;
    -webkit-transition: ease .8s;
    transition: ease .8s;
    filter: grayscale(100%) brightness(500%)
}

.floor_dj_2 .bd .dl .item .ico img {
    display: block;
    height: 100%;
    margin: 0 auto
}

.floor_dj_2 .bd .dl .item .btmbox {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
    -webkit-transition: ease 1s;
    transition: ease 1s;
    background: rgba(255, 255, 255, 1);
    border-radius: 2.6041666667vw 2.6041666667vw 7.2916666667vw 7.2916666667vw;
    padding-top: 0.1rem;
    padding-bottom: 0.2rem;
    text-align: center;
    height: 2rem;
}

.floor_dj_2 .bd .dl .item .btmbox .tit {
    font-size: 0.32rem;
    line-height: 0.42rem;
    padding-top: 0.18rem;
    padding-bottom: 0.18rem;
}

.floor_dj_2 .bd .dl .item .btmbox .desc {
    color: #727272;
    opacity: .7;
    min-height: 2.5vw;
    margin-bottom: 0.14rem;
    margin-top: 0.24rem;
    font-size: 0.24rem;
    line-height: 0.34rem;
    padding: 0 0.1rem;
}

.floor_dj_2 .bd .dl .item .btmbox .dot {
    width: 70%;
    margin: 0 auto;
    height: 1px;
    background: url(../images/j9_03.jpg) no-repeat center;
    background-size: auto 100%;
    -webkit-transition: ease 1s;
    transition: ease 1s;
    overflow: hidden;
}

.floor_dj_2 .bd .dl .item .btmbox .ico {
    display: none;
}

.floor_dj_2 .bd .dl .swiper-pagination-bullet-active {
    background: #009ee7;
}


.floor_dj_20 {
    width: 100%;
    padding-top: 0.7rem;
    padding-bottom: 0.6rem;
}

.floor_dj_20 .floor_dj_21z {
    width: 100%;
    position: relative;
}

.floor_dj_20 .floor_dj_21z h3 {
    font-size: 0.42rem;
    color: #1a54a5;
    line-height: 0.54rem;
    padding-top: 6%;
}

.floor_dj_20 .floor_dj_21z .p {
    font-size: 0.24rem;
    color: #2f2f2f;
    line-height: 0.34rem;
    padding-top: 0.16rem;
}

.floor_dj_20 .parBd {
    width: 100%;
    position: relative;
}

.floor_dj_20 .floor_dj_202 .lac {
    display: block;
    padding-top: 0.5rem;
}

.floor_dj_20 .floor_dj_202 .lac .swiper11 {
    width: 100%;
    position: relative;
    padding-bottom: 0.7rem;
}

.lac .swiper11 .swiper-slide {
    width: 100%;
    position: relative;
    text-align: center;
}

.lac .swiper11 .swiper-slide .swlk {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.lac .swiper11 .swiper-slide .swlk img {
    display: block;
    width: 100%;
}

.lac .swiper11 .swiper-slide .swlk .w {
    width: 100%;
}

.lac .swiper11 .swiper-slide .swlk .w h3 {
    display: inline-block;
    padding-top: 0.4rem;
}

.lac .swiper11 .swiper-slide .swlk .w h3 p {
    font-size: 1rem;
    color: #009ee7;
    line-height: 0.8rem;
    font-weight: bold;
    float: left;
}

.lac .swiper11 .swiper-slide .swlk .w h3 span {
    width: 0.5rem;
    height: 0.5rem;
    display: block;
    background-color: #009ee7;
    border-radius: 50%;
    margin-left: 0.12rem;
    text-align: center;
    line-height: 0.5rem;
    font-size: 0.2rem;
    color: #fff;
    margin-top: 0.04rem;
    float: left;
    font-weight: normal;
}

.lac .swiper11 .swiper-slide .swlk .w .p {
    font-size: 0.24rem;
    color: #666;
    line-height: 0.36rem;
    padding-top: 0.2rem;
}

.lac .swiper11 .swiper-pagination-bullet-active {
    background: #009ee7;
}


.floor_dj_20 .floor_dj_201 {
    width: 100%;
    margin-top: 5%;
    position: relative;
}

.floor_dj_20 .floor_dj_201 b {
    width: 95%;
    height: 1px;
    background-color: #e0e8ee;
    position: absolute;
    left: 2.5%;
    bottom: 0.58rem;
}

.floor_dj_20 .floor_dj_201 ul {
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: space-between;
    position: relative;
}

.floor_dj_20 .floor_dj_201 ul li {
    text-align: center;
}

.floor_dj_20 .floor_dj_201 ul li i {
    display: block;
    width: 0.21rem;
    height: 0.21rem;
    background-position: -3.06rem -0.58rem;
    margin: 0 auto;
}

.floor_dj_20 .floor_dj_201 ul li.hover i {
    background-position: -2.8rem -0.58rem;
}

.floor_dj_20 .floor_dj_201 ul li span {
    display: block;
    font-size: 0.24rem;
    color: #999;
    line-height: 0.36rem;
    padding-top: 0.12rem;
}

.floor_dj_20 .floor_dj_201 ul li.hover span {
    font-size: 0.26rem;
    color: #009ee7;
}

.floor_dj_3 {
    background: url(../images/j9_02.jpg) center center no-repeat;
    background-size: cover;
    padding: 0 0.3rem;
    padding-bottom: 1.4rem;
    position: relative;
    padding-top: 0.9rem;
}

.floor_dj_3 .floor_2_1 .floor_2_11 h3 {
    color: #1a54a5;
}

.floor_dj_31 {
    width: 100%;
    position: relative;
}

.floor_dj_31 .swiper12 {
    width: 100%;
    position: relative;
    padding-bottom: 0.9rem;
}

.floor_dj_31 .swiper12 .swiper-slide {
    position: relative;
    transition: all ease 0.36s;
    text-align: center;
    margin-top: 0.3rem;
}

.floor_dj_31 .swiper12 .swiper-slide .img1 {
    width: 100%;
    overflow: hidden;
}

.floor_dj_31 .swiper12 .swiper-slide .img1 img {
    display: block;
    width: 100%;
    border-radius: 0.2rem;
}

.floor_dj_31 .swiper12 .swiper-slide .g {
    text-align: center;
    padding-top: 0.2rem;
}

.floor_dj_31 .swiper12 .swiper-slide .g h3 {
    font-size: 0.28rem;
    line-height: 0.34rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.floor_dj_31 .swiper12 .swiper-slide .g p {
    font-size: 0.24rem;
    color: #999;
    line-height: 0.34rem;
    margin-top: 0.12rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.floor_dj_31 .swiper12 .swiper-pagination-bullet {
    background-color: #fff;
    border: #176bb0 solid 1px;
}

.floor_dj_31 .swiper12 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #176bb0;
}

.floor_ny1 {
    background-color: #fff;
    width: 100%;
    overflow: hidden;
}















































/*字体*/
@media only screen and (min-width:751px) {
    html {
        font-size: 100px;
    }
}

@media only screen and (max-width:750px) {
    html {
        font-size: 100px;
    }
}

@media only screen and (max-width:640px) {
    html {
        font-size: 85.3333px;
    }
}

@media only screen and (max-width:540px) {
    html {
        font-size: 72px;
    }
}

@media only screen and (max-width:480px) {
    html {
        font-size: 64px;
    }
}

@media only screen and (max-width:414px) {
    html {
        font-size: 55.2px;
    }
}

@media only screen and (max-width: 400px) {
    html {
        font-size: 53.3333px;
    }
}

@media only screen and (max-width: 375px) {
    html {
        font-size: 50px;
    }
}

@media only screen and (max-width: 360px) {
    html {
        font-size: 48px;
    }
}

@media only screen and (max-width: 320px) {
    html {
        font-size: 42.6667px;
    }
}