body,
div,
p {
    margin: 0;
    padding: 0;
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

.top-nav {
    display: flex;
    justify-content: space-between;
    line-height: 40px;
    margin: 10px 0;
}

.top-nav .logo {
    height: 40px;
}

.top-nav .nav {
    display: flex;
    flex: 1;
    justify-content: space-between;
}

.top-nav .nav li,
.top-nav .nav ul {
    padding: 0;
}
.top-nav .nav li{
    position: relative;
}

.top-nav ul li .child {
    display: none;
    position: absolute;
    width: 150px;
    text-align: center;
    left: 50%;
    margin-left: -75px;
    background: #fff;
    z-index: 100;
}

.top-nav .nav li a {
    color: #000;
    cursor: pointer;
    padding: 0;
}

.top-nav .nav .item:hover a:not(.child a){
    background: none;
    border-bottom: 2px solid #1166e6;
}

.top-nav .nav li a.active {
    border-bottom: 2px solid #1166e6;
}
.top-nav .nav .child {
    padding: 10px 0;
    border-radius: 3px;
}
.top-nav .nav .child li {
    background: none;
    line-height: 35px;
}


.top-nav .nav .child li a:hover {
    border: none;
}

.top-nav .btn-menu{
    width: 30px;
    height: 30px;
    margin-top: 8px;
    display: none;
}
.banner {
    position: relative;
}

.banner span {
    position: absolute;
    top: 15%;
    left: 25%;
    color: #1166e6;
    font-size: 30px;
    font-weight: bold;
}

.banner img {
    width: 100%;
}

.blue-font {
    color: #1166e6;
}

.gray-font {
    color: #a2a1a1;
}

.intro-content {
    background: #fff;
    position: relative;
    top: -60px;
    padding-top: 40px;
}

.intro-content img {
    width: 100%;
}

.intro-content p {
    line-height: 30px;
}

.intro-content .content {
    margin-top: 40px;
}

.intro-content .numbers {
    margin: 20px 0;
}

.intro-content .numbers .item {
    width: 90%;
    margin: 10px auto;
    box-shadow: 0px 4px 8px rgb(0, 0, 0, .23);
    text-align: center;
    border-radius: 4px;
    padding: 10px 0;
}

.intro-content .numbers .item p:nth-child(1) {
    font-size: 30px;
}

.intro-content .item {
    margin: 50px 0;
    line-height: 24px;
}

.intro-content .item .content {
    margin: 0;
}

.right-text {
    text-align: right;
}

.bottom-border {
    border-bottom: 2px solid #1166e6;
    padding: 5px;
}

.intro-content .item h3 {
    margin-bottom: 20px;
}

.intro-content .item img {
    max-width: 440px;
    text-align: center;
}

.intro-content .item .content {
    max-width: 440px;
}

.intro-content .item .btn-link {
    text-align: right;
    margin-top: 10px;
}

.intro-content .item .btn-link a {
    color: #1166e6;
    border: 1px solid #1166e6;
    padding: 8px 22px;
    border-radius: 20px;
    cursor: pointer;
}

.footer {
    background: #282828;
    color: #888;
    padding-top: 10px;
    line-height: 30px;
}

.footer a {
    color: #888;
}

.footer .intro {
    margin-top: 30px;
}

.footer .intro p:nth-child(1) {
    color: #fff;
    font-size: 19px;
}

.footer .objects ul li:nth-child(1) a {
    color: #fff;
    font-size: 16px;
}

.footer .objects ul a:hover {
    color: #fff;
}

.footer .copyright {
    background: #3e3d3d;
    text-align: center;
}


/* 招聘 */
.zhaopin .banner .title {
    position: absolute;
    left: 30%;
    top: 20%;
}

.zhaopin .banner .title::before {
    content: "J";
    font-size: 90px;
    opacity: 0.5;
    position: absolute;
    left: -50px;
    top: -25px;
    font-weight: bold;
    color: #1166e6;
}

.zhaopin .banner .title p {
    font-size: 40px;
    color: #1166e6;
    font-weight: bold;
}

.zhaopin .banner .title p:nth-child(2) {
    font-size: 17px;
    color: #468df7;
}

.zhaopin .content {
    background: #fbfcfb;
    margin-top: -100px;
    z-index: 100;
    position: relative;
    padding: 0 30px;
}

.zhaopin .content .info {
    padding: 0 40px;
}

.zhaopin .content h3 {
    color: #1166e6;
    font-size: 30px;
    text-align: center;
    margin: 50px 0;
}

.zhaopin .content h4 {
    color: #1166e6;
    margin: 30px 0;
    font-weight: normal;
}

.zhaopin .content .intro {
    line-height: 30px;
    text-indent: 2em;
}

.zhaopin .content p {
    line-height: 50px;
}

.zhaopin .content .btn {
    padding: 0;
}

.zhaopin .content .btn a {
    color: #1166e6;
    border: 1px solid #1166e6;
    padding: 12px 30px;
    cursor: pointer;
}

.zhaopin .content img {
    width: 100%;
    margin: 30px 0;
}

/* 平衡仪 */
.balance .banner .title {
    position: absolute;
    top: 20%;
    left: 30%;
    font-size: 30px;
}


.balance .banner .title p:nth-child(1) {
    color: #1166e6;
}

.balance .page1 {
    margin: 20px auto;
}

.balance .page1 .title {
    text-align: center;
}

.balance .page1 .title h5 {
    margin-bottom: 10px;
    font-weight: normal;
}

.balance .page1 .title h4 {
    color: #f3021e;
    font-weight: normal;
}

.balance .page1 .content {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

.balance .page1 .img-box {
    width: 400px;
}

.balance .page1 .img-box img {
    width: 90%;
}

.balance .page1 .text-box {
    width: 400px;
    line-height: 26px;
    text-indent: 2em;
    padding: 10px 36px;
}

.balance .red-text {
    color: #f3021e;
}

.balance .page2 {
    background: url(../images/products/page2_bg.jpg) no-repeat;
    background-size: cover;
    padding: 10px 0;
}

.balance .page2 h4 {
    text-align: center;
}

.balance .page2 p {
    text-align: center;
}

.balance .page2 ul li {
    border: 1px solid #2f89e3;
    line-height: 50px;
    margin: 10px 0;
    display: flex;
}

.balance .page2 ul li span:nth-child(1) {
    display: inline-block;
    width: 32%;
    background: #2f89e3;
    color: #fff;
    text-align: center;
    align-items: center;
    display: flex;
    text-align: center;
}

.balance .page2 ul li span:nth-child(2) {
    display: inline-block;
    background: #fff;
    padding-left: 30px;
    flex: 1;
    color: #434242;
}

.balance .page3 {
    width: 800px;
    margin: 10px auto;
}

.balance .page3 h3 {
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 30px;
}

.balance .page3 .content {
    display: flex;
}

.balance .page3 img {
    width: 100%;
}

.balance .page3 .title {
    color: #2f89e3;
    margin: 10px 0;
}

.balance .page3 p {
    line-height: 24px;
    color: #434242;
    font-size: 13px;
}

.balance .page3 .text-box {
    margin: auto 30px;
}

.balance .page3 .img-chart {
    margin: auto;
}

.balance .page4 {
    background: #2f89e3;
    color: #fff;
    padding: 20px 0;
}

.balance .page4 h4 {
    text-align: center;
    font-weight: normal;
    margin-bottom: 30px;

}

.balance .page4 .content {
    display: flex;
    justify-content: center;
}

.balance .page4 img {
    width: 300px;

}

.balance .page4 p {
    width: 300px;
    padding: 70px 0;
}

.balance .page4 .left-box {
    margin-right: 30px;
}

.balance .blue-text {
    color: #2f89e3;
}

.balance .page5 {
    text-align: center;
    width: 800px;
    margin: 30px auto;
}

.balance .page5 h4,
.balance .page5 h5 {
    font-weight: normal;
}

.balance .page5 img {
    width: 70%;
}

.balance .page5 .xy-title {
    margin: 30px 0;
}

.balance .page5 ul li {
    display: inline-block;
    width: 32%;
}

.balance .page6 {
    padding: 30px;
    background: #f3f2f2;
}

.balance .page6 h4 {
    text-align: center;
    font-weight: normal;
}

.balance .page6 .content {
    width: 800px;
    margin: 0 auto;
    margin-top: 40px;
    display: flex;
}

.balance .page6 .content .left {
    flex: 1;
    text-align: center;
}

.balance .page6 .content .left img {
    width: 50%;

}

.balance .page6 .content .right {
    flex: 1;
    display: flex;
    align-items: center;
    line-height: 30px;
}

.balance .yellow-text {
    color: #fef564;
}

.balance .page7 {
    background: #2f89e3;
    padding: 20px 0;
    color: #fff;
}

.balance .page7 h4 {
    text-align: center;
}

.balance .page7 .content {
    width: 800px;
    margin: 0 auto;
    margin-top: 40px;
    display: flex;
}

.balance .page7 .content .left {
    flex: 1;
    text-align: center;
}

.balance .page7 .content .left img {
    width: 90%;

}

.balance .page7 .content .right {
    flex: 1;
    align-items: center;
    line-height: 30px;
    padding: 20px 0;

}

.balance .page7 .content .right p {
    margin: 10px;
}

.balance .page8 {
    text-align: center;
    width: 800px;
    margin: 20px auto;
}

.balance .page8 h4 {
    margin: 40px 0 20px 0;
}

.balance .page8 ul {
    display: flex;
    justify-content: space-between;
    color: #2f89e3;
    line-height: 50px;
}

.balance .page8 ul li {
    width: 45%;
}

.balance .page8 ul li img {
    width: 100%;
}

.balance .page8 .image-2 {
    width: 60%;
}

.balance .page8 p {
    line-height: 30px;
    text-align: left;
    text-indent: 2em;
    padding: 0 70px;
}

.balance .page8 .img-3 {
    margin-top: 30px;
}

.balance .page8 .img-3 li:nth-child(1) {
    width: 44%;
}

.balance .page8 .img-3 li:nth-child(2) {
    width: 50%;
}

.balance .page9 {
    background: #2f89e3;
}

.balance .page9 .content {
    padding: 20px 0;
    text-align: center;
    color: #fff;
}

.balance .page9 .content h4 {
    margin-bottom: 30px;
}

.balance .page9 .content img {
    width: 60%;
}

.tiyu .banner img {
    width: 100%;
}

.tiyu .content {
    text-indent: 2em;
    line-height: 26px;
    text-align: center;
    position: relative;
    top: -60px;
    background: #fff;
    padding: 0 50px;
}

.tiyu .content p {
    text-align: left;
}

.tiyu .content h3 {
    color: #0657fd;
    text-align: center;
    margin: 40px 0;
}

.tiyu .content img {
    width: 96%;
    margin: 10px 0;
}

.brainup .banner {
    background: url(../images/brainup/td2.jpg
    ) no-repeat;
    background-size: cover;
    color: #fff;
    text-align: center;
    padding: 40px 0;
}

.brainup .banner img {
    width: 400px;
}

.brainup .banner h2 {
    margin-bottom: 50px;
}

.brainup .banner h3 {
    margin-top: -10px;
}

.brainup .banner p {
    opacity: 0.22;
    font-size: 12px;
}

.brainup .page1 {
    margin: 0 auto;
    background: #f6f7f7;
    position: relative;
}

.brainup .page1 .content {
    width: 800px;
    margin: 0 auto;
    display: flex;
}

.brainup .page1 .ability-img img {
    width: 600px;
}

.brainup .page1 .ability-content {
    line-height: 30px;
    margin: auto 0;
}

.brainup .page1 .ability-content li:nth-child(1) {
    color: #1166e6;
    border-bottom: 1px solid #1166e6;
    margin-bottom: 30px;
    font-size: 16px;
}

.brainup .page1 .yuanli {
    width: 500px;
    margin: 0 auto;
    background: url(../images/brainup/td8.png) no-repeat;
    background-size: contain;
    padding-left: 50px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -250px;
}

.brainup .page1 .yuanli p:nth-child(1) {
    color: #1166e6;
    font-size: 16px;
}

.brainup .page2 {
    background: #207ae9;
}

.brainup .page2 .content {
    width: 600px;
    margin: 10px auto;
    padding: 40px 0;
    color: #fff;
}

.brainup .page2 .content img {
    width: 100%;
}

.brainup .page2 .content p {
    width: 370px;
    position: relative;
    top: -90px;
}

.brainup .page3 {
    text-align: center;
}

.brainup .page3 img {
    width: 700px;
    margin: 30px 0;
}

.brainup .page3 h3 {
    color: #207ae9;
}

.brainup .page3 p {
    font-size: 12px;
}

.brainup .page4 {
    background: #e6eaed;
}

.brainup .page4 .content {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.brainup .page4 .content img {
    width: 100%;
}

.brainup .page4 .content .text-box {
    position: absolute;
    top: 10%;
    left: 25%;
}

.brainup .page4 .content .text-box h3 {
    color: #207ae9;
}

.brainup .page4 .content .text-box p {
    line-height: 30px;
    font-size: 13px;

}

.brainup .page4 .content .text-box p::before {
    content: '•';
    color: #207ae9;
    padding-right: 5px;
    font-size: 20px;
    position: relative;
    top: 2px;
}

.brainup .page5 {
    background: #2d353e;
    padding: 10px;
}

.brainup .page5 .content {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    text-align: center;
}

.brainup .page5 .content img {
    width: 90%;
}

.brainup .page5 .content .text-box {
    position: absolute;
    top: 16%;
    left: 55%;
    color: #fff;
    width: 300px;
}

.brainup .page5 .content .text-box h4 {
    text-align: left;
}

.brainup .page5 .content .text-box h4:nth-child(1) {
    color: #207ae9;
}

.brainup .page5 .content .text-box p {
    border: 1px solid #44505e;
    border-radius: 5px;
    background: #2d353e;
    font-size: 12px;
    padding: 10px;
    line-height: 24px;
    color: #f2f2f2;
    text-indent: 2em;
    text-align: left;
    margin-top: 30px;
}

/* 科研合作 */
.cooperation .banner .title {
    position: absolute;
    left: 30%;
    top: 20%;
}

.cooperation .banner .title::before {
    content: "S";
    font-size: 80px;
    opacity: 0.5;
    position: absolute;
    left: -60px;
    top: -15px;
    font-weight: bold;
    color: #1867c9;
}

.cooperation .banner .title p {
    font-size: 40px;
    color: #1867c9;
    font-weight: bold;
}

.cooperation .banner .title p:nth-child(2) {
    font-size: 14px;
    color: #1867c9;
    opacity: .49;
    font-weight: normal;
}

.cooperation .content {
    background: #fbfcfb;
    position: relative;
    top: -50px;
}

.cooperation .content h3 {
    text-align: center;
    margin: 50px 0;
    font-weight: normal;
}

.cooperation .content .blue-text {
    color: #1d86fd;

}

.cooperation .content p.blue-text {
    margin: 20px 0 5px 0;
}

.cooperation .content h4 {
    margin: 30px 0;
    font-weight: normal;
}

.cooperation .content p {
    line-height: 30px;
    font-weight: bold;
}

.cooperation .content .from-box {
    /* width: 900px;
    margin: auto; */
}

.cooperation .content .from-box input {
    width: 90%;
    height: 45px;
    padding-left: 10px;
    margin-bottom: 20px;
    outline: none;
    border: 1px solid #99999a;
    background: none;
}

.cooperation .content .from-box input:focus {
    border: 1px solid #1d86fd;
    color: #1d86fd;
}

.cooperation .content .from-box textarea {
    width: 90%;
    outline: none;
    border: 1px solid #99999a;
    background: none;
    padding: 10px;
}

.cooperation .content .from-box textarea:focus {
    border: 1px solid #1d86fd;
    color: #1d86fd;
}

.cooperation .content .from-box .btn-submit {
    margin: 20px 0;
}

.cooperation .content .from-box .btn-submit span {
    color: #1d86fd;
    border: 1px solid #1d86fd;
    padding: 10px 60px 10px 20px;
    cursor: pointer;
}

/* 新闻列表 */
.new-list .banner .title {
    position: absolute;
    left: 60%;
    top: 30%;
}

.new-list .banner .title::before {
    content: "N";
    font-size: 60px;
    opacity: 0.3;
    position: absolute;
    left: -50px;
    top: -12px;
    font-weight: bold;
    color: #1867c9;
}

.new-list .banner .title p {
    font-size: 30px;
    color: #1867c9;
    font-weight: bold #3e3e3e;
}

.new-list .banner .title p:nth-child(2) {
    font-size: 14px;
    color: #1867c9;
    opacity: .49;
    font-weight: normal;
}

.new-list .content li {
    display: flex;
    padding: 30px 0;
    justify-content: space-between;
    border-bottom: 1px solid #a5a4a4;
}

.new-list .content li .img-box {
    width: 30%;
    text-align: center;
}

.new-list .content li .img-box img {
    width: 60%;
}

.new-list .content li .text-box {
    width: 50%;
    color: #a5a4a4;
    margin: auto 0;
}

.new-list .content li .text-box h4 {
    color: #3e3e3e;
    cursor: pointer;
}

.new-list .content li .date-box {
    width: 20%;
    text-align: center;
    font-size: 26px;
    color: #a5a4a4;
    margin: auto 0;
}

.new-list  .page{
    margin: 30px;
}

.new-list .page a{
    display: inline-block;
    min-width: 24px;
    padding: 0 4px;
    margin: 0 3px;
    text-align: center;
    border: 1px solid #1867c9;
    color: #1867c9;;
    text-decoration:none
}
.new-list .page a.active{
    background: #1867c9;
    color: #fff;
}
.new-list .page li.active a{
    color: #fff;

}

.be .banner{
    background: url(../images/be/BE2.jpg) no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    padding: 120px 0;
    color: #fff;
}
.be .banner img{
    width: 450px;
}

.be .banner .text-box{
    margin-left:40px;
    margin-top: 10px;
}
.be .banner .text-box h2{
    font-weight: normal;
    font-size: 26px;
}
.be .banner .text-box h3{
    margin: 0;
    margin-top: 30px;
    font-size: 23px;
}
.be .banner .text-box p{
    opacity: 0.5;
    line-height: 30px;
}
.be .page1{
    display: flex;
    justify-content: center;
    padding: 100px 0;
}
.be .page1 img{
    width: 450px;
}
.be .page1 .text-box{
    width: 400px;
    margin: auto 0;
    margin-left: 40px;
    padding-left: 20px;
}
.be .page1 .text-box h3{
    color: #1867c9;
    font-weight: normal;
    margin: 30px 0;
    padding-left: 1em;
}
.be .page1 .text-box p{
    line-height: 30px;
    text-indent: 2em;
}

.be .page2{
    background: #e7f2fe;
    padding: 100px 0;
    text-align: center;
}
.be .page2 h3{
    color: #1867c9;
    text-align: center;
}
.be .page2 img{
    width: 800px;
}
.be .page2 ul {
    width: 800px;
    margin: 20px auto;
    display: flex;
    justify-content: space-between;
    padding: 0;
}
.be .page2 ul li{
    background: #217ff2;
    border-radius: 10px;
    width: 20%;
    padding: 10px;
    color: #fff;
    line-height: 22px;
    text-align: left;
}
.be .page3{
    display: flex;
    justify-content: center;
    padding: 80px 0;
}
.be .page3 img{
    width: 400px;
}

.be .page3 .text-box{
    width: 400px;
    margin: auto 0;
    margin-right: 40px;
}

.be .page3 .text-box h3{
    color: #217ff2;
    margin: 40px 0;
}
.be .page3 .text-box h5{
    margin: 20px 0;
}
.be .page3 .text-box p{
    line-height: 26px;
    text-indent: 2em;
}
.be  .page4{
    background: #2f363e;
    text-align: center;
    padding: 30px 0;
}
.be .page4 h3{
    color: #fff;
    margin-bottom: 50px;
}
.be .page4 img{
    width: 800px;
}
/*  注意力专题 */
.zhuyili .page1 img{
    width: 100%;
}
.zhuyili .page2 h3{
    text-align: center;
    color: #126cdb;
    margin: 40px 0 20px 0;
}
.zhuyili .page2 p{
    line-height: 30px;
    text-indent: 2em;
}
.zhuyili .page2 img{
    display: block;
    width: 600px;
    max-width: 100%;
    margin: 10px auto;
}

.zhuyili .page3{
    position: relative;
    color: #fff;
}
.zhuyili .page3 img{
    width: 100%;
}
.zhuyili .page3 h3{
    position: absolute;
    width: 100%;
    top: 5%;
    text-align: center;
}
.zhuyili .page3 ul{
    position: absolute;
    top: 30%;
    left: 48%;
    line-height: 40px;
    font-size: 16px;
}
.zhuyili .page4 h3{
    text-align: center;
    color: #126cdb;
    margin: 40px 0;
}
.zhuyili .page4 img{
    width: 100%;
}
.zhuyili .page4 .text-box{
    padding-left: 10%;
    padding-top: 3%;
}
.zhuyili .page4 h4{
    color: #126cdb;
    font-weight: normal;
}
.zhuyili .page4 p{
    line-height: 30px;
    text-indent: 2em;
}
.zhuyili .page4 ul{
    line-height: 30px;
    padding-top: 10%;
}
.zhuyili .page4 ul li span:nth-child(1){
    color: #126cdb;
    font-size: 15px;
}
.zhuyili .page5 {
    background: #ddebfb;
    padding: 30px 0;
}
.zhuyili .page5 img{
    width: 100%;
}
.zhuyili .page5 h3{
    text-align: center;
    color: #126cdb;
    margin-bottom: 30px;
    margin-top: 0;
    font-weight: normal;
}
.zhuyili .page5 ul{
    line-height: 26px;
}
.zhuyili .page5 ul h4{
    text-align: center;
    color: #126cdb;
}
.zhuyili .page5 ul p{
    font-size: 13px;
}
.zhuyili .page6{
    padding: 20px 0;
}
.zhuyili .page6 h3{
    text-align: center;
    color: #126cdb;
    font-weight: normal;
}
.zhuyili .page6 p{
    max-width: 700px;
    text-align: center;
    line-height: 30px;
    color: #606161;
    margin: 0 auto;
}

.zhuyili .page6 img{
    width: 100%;
}
.zhuyili .page7{
    background: url(../images/zhuyili/zyl_03.jpg) no-repeat;
    background-size: cover;
    padding: 30px;
}
.zhuyili .page7 h3{
    color: #fff;
    text-align: center;
    font-weight: normal;
    margin-bottom: 30px;
}
.zhuyili .page7 li{
    margin-bottom: 30px;
}
.zhuyili .page8 h2{
    color: #126cdb;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 40px;
}
.zhuyili .page8 .content{
    display: flex;
}
.zhuyili .page8 .left-box{
    background: #428fef;
    color: #fff;
    padding: 20px 0px;
    border-radius: 5px;
    padding-bottom: 60px;
}
.zhuyili .page8 .left-box h4{
    padding-left: 30px;
    font-size: 24px;
}
.zhuyili .page8 .left-box p{
    padding-left: 30px;
    border-bottom: 1px solid #1867c9;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.zhuyili .page8 .left-box .menu{
    padding: 0 10px;
}
.zhuyili .page8 .left-box ul{
    padding-left: 10px;
}
.zhuyili .page8 .left-box .menu-item{
    position: relative;
    min-width: 200px;
    line-height: 40px;
    cursor: pointer;
}
.zhuyili .page8 .left-box .menu-item span{
    border-bottom: 1px solid #8ebeec;
    line-height: 45px;
    display: inline-block;
    padding-left: 10px;
    width: 70px;
}
.zhuyili .page8 .left-box .menu-item:last-child span{
    border-bottom: none;
}
.zhuyili .page8 .left-box .menu-item.active{
    background: #2f81e7;
    color: #fbfcfa;
}
.zhuyili .page8 .left-box .menu-item.active::after{
    content: ">";
    position: absolute;
    left: 60px;
}
.zhuyili .page8 .left-box .child{
    display: none;
    position: absolute;
    z-index: 9;
    top: 5px;
    left: 70px;
    min-width: 130px;
    line-height: 35px;
    background: #2f81e7;
    padding-left: 10px;
    color: #fbfcfa;
    border-radius: 3px;

}
.zhuyili .page8 .left-box .child li{
    cursor: pointer;
    padding-left: 10px;
}
.zhuyili .page8 .left-box li:nth-child(1) .child{
    display: block;
}
.zhuyili .page8 .right-box{
    flex: 1;
}
.zhuyili .page8 .right-box .address{
    display: flex;
    justify-content: start;
    padding-left: 10%;
}
.zhuyili .page8 .right-box .address li{
    display: flex;
    align-items: center;
    margin: 0 30px;
}
.zhuyili .page8 .right-box .address li img{
    width: 60px;
    padding-right: 10px;
}
.zhuyili .page8 .right-box #map{
    width: 90%;
    margin-left: 5%;
    height: 520px;
}
.zhuyili .page8 .right-box .search-box{
    width: 80%;
    margin: 10px 0;
    margin-left: 10%;
}
.zhuyili .page8 .right-box .search-box input{
    width: 40%;
    height: 50px;
    padding-left: 10px;
    margin-right: 2%;
    border: 1px solid rgb(173, 163, 163);
}
.zhuyili .page8 .right-box .search-box span{
    display: inline-block;
    width: 14%;
    background: #428fef;
    text-align: center;
    color: #fff;
    line-height: 50px;
    border-radius: 2px;
}

.zhuyili .page9 {
    padding: 20px 0;
}
.zhuyili .page9 h3{
    text-align: center;
    font-weight: normal;
    margin-bottom: 40px;
    position: relative;
}

.zhuyili .page9 h3::after{
    content: "";
    display: block;
    width: 100px;
    border-bottom: 1px solid #428fef;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    margin-top: 10px;
}
.zhuyili .page9 .userinfo{
    width: 90%;
    margin-left: 5%;
    display: flex;
    justify-content: space-between;
}
.zhuyili .page9 .userinfo .item{
    width: 32%;
    border: 1px solid  #999;
    line-height: 40px;
    padding-left: 10px;
    color: #999;
}
.zhuyili .page9 .userinfo .item input,
.zhuyili .page9 .userinfo .item select{
    border: none;
    outline: none;
    line-height: 40px;
}
.zhuyili .page9 .userinfo .item select{
    margin-left: 40px;
    width: calc(100% - 100px);
    text-align: center;

}
.zhuyili .page9 textarea{
    width: 90%;
    margin-left: 5%;
    height: 120px;
    margin-top: 20px;
    padding: 10px;
}
.zhuyili .page9  .btn-commit{
    margin-left: 5%;
    margin-top: 20px;
}
.zhuyili .page9  .btn-commit span{
    display: inline-block;
    border: 1px solid #2f81e7;
    color: #2f81e7;
    padding: 10px 40px 10px 10px;
    cursor: pointer;
}
.jiyili .page1 img{
    width: 100%;
}
.jiyili .page2{
    text-align: center;
}
.jiyili .page2 h3{
    text-align: center;
    margin: 40px 0;
    color: #2f81e7;
}
.jiyili .page2 img{
    width: 90%;
}
.jiyili .page3{
    text-align: center;
    background: #edf4fd;
    padding: 20px 0;
}
.jiyili .page3 h3{
    color: #2f81e7;
}
.jiyili .page3 p{
    font-size: 18px;
    color: #666;
    margin: 20px 0;
}
.jiyili .page3 img{
    width: 500px;
}
.jiyili .page4 {
    text-align: center;
}
.jiyili .page4 h3{
    color: #2f81e7;
}
.jiyili .page4 p{
    max-width: 750px;
    line-height: 25px;
    margin: auto;
}
.jiyili .page4 img{
    max-width: 120px;
    margin: 10px 0;
}
.jiyili .page4 li h4,
.jiyili .page4 li h5{
    color: #2f81e7;
}
.jiyili .page4 li h5{
    margin: 15px 0;
    font-weight: normal;
}
.jiyili .page4 ul li p.content{
    text-indent: 2em;
    min-height: 90px;
}
.jiyili .page4 li p{
    text-align: left;
}

.jiyili .page4 li p span{
    color: #2f81e7;
}
.jiyili .page5{
    background: #126cdb;
    color: #fff;
    text-align: center;
    padding-top: 10px;
}
.jiyili .page5 p{
    width: 640px;
    margin: auto;
    line-height: 30px;
}
.jiyili .page5 img{
    margin-top: 10px;
    width: 100%;
    max-width: 800px;
}
.jiyili .page6{
    text-align: center;
}
.jiyili .page6 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 30px;
}

.jiyili .page6 ul li{
    -moz-box-shadow:2px 0px 24px rgba(0,0,0,0.21);
    -webkit-box-shadow:2px 0px 24px rgba(0,0,0,0.21);
    box-shadow:2px 0px 24px rgba(0,0,0,0.21);
    border-radius: 5px;
    padding: 10px 20px;
    width: 40%;
    margin-top: 30px;
    margin-right: 30px;
}
.jiyili .page6 h4{
    color: #2f81e7;
    font-size: 22px;
    font-style:oblique;
}

.jiyili .page6 img{
    width: 200px;
}
.jiyili .page6 p{
    margin: auto;
    text-align: left;
    text-indent: 2em;
}
.jiyili .page7 {
    background: url(../images/jiyili/6bj.jpg) no-repeat;
    background-size: cover;
    color: #d5d5d5;
    padding: 20px 0;
    text-align: center;
}
.jiyili .page7 h3{
    color: #fff;
}
.jiyili .page7 p{
    margin-bottom: 30px;
}
.jiyili .page7 ul{
    display: flex;
    justify-content: center;
    padding-left: 0;
}
.jiyili .page7 li{
    width: 17%;
    background: #dbd9d8;
    border-radius: 5px;
    color: #3e3e3e;
    margin-right: 10px;
    padding: 10px;
    position: relative;
}
.jiyili .page7 span{
    position: absolute;
    top: 10px;
    left: 20px;
    font-style:oblique;
    color: #706d6d;
}
.jiyili .page7 li p{
    margin-bottom: 0px;
}
.jiyili .page7 li:nth-child(1) h5{
    padding-bottom: 10px;
    border-bottom: 1px solid #e13c49;
}
.jiyili .page7 li:nth-child(2) h5{
    padding-bottom: 10px;
    border-bottom: 1px solid #1195fe;
}
.jiyili .page7 li:nth-child(3) h5{
    padding-bottom: 10px;
    border-bottom: 1px solid #fed71f;
}
.jiyili .page7 li:nth-child(4) h5{
    padding-bottom: 10px;
    border-bottom: 1px solid #f88536;
}
.jiyili .page7 li:nth-child(5) h5{
    padding-bottom: 10px;
    border-bottom: 1px solid #618efa;
}
.jiyili .page7 li p{
    color: #706d6d;
}
.jiyili .page8{
    width: 900px;
    margin: 0 auto;
    overflow: hidden;
}
.jiyili .page8 h3{
    color: #2f81e7;
    text-align: center;
    margin-bottom: 20px;
}
.jiyili .page8 img{
    width: 100%;
}


/* 产品列表 */
.product-list .banner .title {
    position: absolute;
    left: 60%;
    top: 30%;
}

.product-list .banner .title::before {
    content: "A";
    font-size: 70px;
    opacity: 0.3;
    position: absolute;
    left: -50px;
    top: -19px;
    font-weight: bold;
    color: #1867c9;
}
.product-list .banner .title p {
    font-size: 30px;
    color: #1867c9;
    font-weight: bold;
}

.product-list .banner .title p:nth-child(2) {
    font-size: 14px;
    color: #1867c9;
    opacity: .49;
    font-weight: normal;
}
.product-list .content .nav{
    display: flex;
    justify-content: center;
    text-align: center;
    margin-bottom: 20px;
}
.product-list .content .nav li{
    margin: 20px 10px;
    cursor: pointer;
}
.product-list .content .nav li.active{
    color: #1872df;
}
.product-list .content .nav li h4{
    margin-bottom: 4px;
}

.product-list .content .list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-left: 0;
}
.product-list .content .list.hide{
    display: none;
}
.product-list .content .list.visible{
    display: flex !important;
}
.product-list .content .list li{
    width: 45%;
    margin-bottom: 20px;
    position: relative;
    color: #ddd;
}
.product-list .content .list li h4{
    padding-left: 10px;
    color: #282828;
}
.product-list .content .list li p{
    padding-left: 10px;
    color: rgb(112, 108, 108);
}
.product-list .content .list li:hover{
    box-shadow: 4px 0 4px rgba(0,0,0,0.21);
}
.product-list .content .list a:hover{
    text-decoration: none;
}
.product-list .content .list li img{
    width: 100%;
}
.product-list .content .list li:hover .btn{
    background: #0657fd;
    color: #fff;
    transform : translate(0, -30px);
    transition: all .3s linear;
}
.product-list .content .list li .btn{
    position: absolute;
    right: 10px;
    bottom: 10px;
    border: 1px solid #ddd;
    width: 40px;
    height: 40px;
    font-size: 25px;
    border-radius: 30px;
    line-height: 22px;
    font-weight: normal;
    color: #ddd;
}




.bole .page1{
    margin: 30px auto;
}
.bole .page1 img{
    max-width: 320px;
    max-height: 367px;
}
.bole .page1{
    line-height: 35px;
    font-size: 15px;
}
.bole .page1 h4{
    color: #1166e6;
    line-height: 35px;
}
.bole .right-text-box{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.bole .page1 .right-text-box div:nth-child(1){
    margin-top: 30px;
    margin-bottom: 30px;
}
.bole .page2 h5{
    font-size: 16px;
    line-height: 30px;
}
.bole .page2{
    background: #0c64e7;
    text-align: center;
    color: #fff;
    font-size: 16px;
    padding-top: 10px;
    padding-bottom: 30px;
}
.bole .page2 img{
    width: 100%;
    max-width: 500px;
}
.bole .page2 .text-box{
    text-align: left;
}
.bole .page2 .text-box1{
    padding: 60px 64px;
    margin-top: 20px;
}
.bole .page2 .text-box1 p{
    margin-bottom: 50px;
}
.bole .page2 .text-box h4{
    margin-bottom: 20px;
}
.bole .page2 .text-box p{
    line-height: 30px;
}
.bole .page2 .text-box table{
    margin-top: 30px;
    width: 100%;
    max-width: 400px;
    min-height: 25px;
    line-height: 30px;
    text-align: center;
    border-color:#fff;
    border-collapse: collapse;
}

.bole .page3{
    padding-top: 10px;
    padding-bottom: 30px;
}
.bole .page3 h3{
    color: #0c64e7;
    text-align: center;
    margin-bottom: 30px;
}
.bole .page3 li{
    margin: 10px 0;
    display: flex;
}

.bole .page3 li .number{
    display: flex;
    align-items: center;
    background: #0c64e7;
    color: #fff;
    width: 40px;
    height: 40px;
    justify-content: center;
    border-radius: 5px;
    font-size: 20px;
    margin-right: 20px;
}
.bole .page3 li:nth-child(2n) .number{
    background: #408bfa;
}

.bole .page3 li p:nth-child(1){
    color: #1195fe;
    font-size: 15px;
}
.bole .page3 li p:nth-child(2){
    font-size: 13px;
}
.bole .page3 .img-box{
    margin-top: 50px;
}
.bole .page3 img{
    width: 100%;
    max-width: 400px;

}
.bole .page4{
    background: #e4effe;
    padding-top: 10px;
    padding-bottom: 30px;
    text-align: center;
}
.bole .page4 h3{
    color: #0c64e7;
}

.bole .page4 h5{
    color: #0c64e7;
    margin: 20px;
    font-size: 22px;
    font-weight: normal;
}
.bole .page4 img{
    width: 100%;
    max-width: 300px;
}
.bole .page4 p{
    margin-bottom: 5px;
    font-size: 18px;
}

.bole .page5{
    background: #f9faf9;
    text-align: center;
}
.bole .page5 h3{
    color: #0c64e7;
    margin: 0px;
    padding-top: 10px;
    padding-bottom: 30px;
    font-weight: normal;
}
.bole .page5 img{
    width: 100%;
    max-width: 792px;
}
.bole .page6{
    background: #0c64e7;
    text-align: center;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 30px;
}
.bole .page6 h3{
    margin-bottom: 30px;
}
.bole .page6 img{
    width: 70px;
}
.bole .page6 .item p:nth-child(2){
    font-weight: bold;
    margin: 20px 0;
    font-size: 16px;
}
.bole .page6 .item p:nth-child(3){
    color: #ddd;
    line-height: 22px;
}
.bole .page7{
    color: #4f5050;
    padding-top: 10px;
    padding-bottom: 30px;
}
.bole .page7 h3{
    color: #0c64e7;
    text-align: center;
}
.bole .page7 img{
    width: 100%;
    max-width: 500px;
}
.bole .page7 .text-box{
    line-height: 26px;
    padding-top: 50px;

}
.bole .page7 .text-box ul {
    margin-top: 30px;
}
.bole .page7 .text-box ul li:nth-child(1){
    color: #1166e6;
    font-size: 16px;
}
.bole .page7 .text-box ul:nth-child(1) li span{
    font-size: 10px;
}
.bole .page7 .text-box ul li span{
    color: #0c64e7;
    font-size: 14px;
}

.bole .page7 .case p{
    padding-left: 20px;
    line-height: 25px;
}

.bole .page8{
    background: #152741;
    padding-top: 10px;
    padding-bottom: 30px;
    color: #fff;
}
.bole .page8 h3{
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px;
}
.bole .page8 h4{
    text-align: center;
    position: relative;
    height: 95px;
    width: 80px;
    margin: 10px auto;
}
.bole .page8 h4 span{
    position: absolute;
    color: #152741;
    left: 22px;
    content: "";
    display: inline-block;
    line-height: 80px;
    z-index: 9;
    font-size: 20px;
}
.bole .page8 h4 span.bg{
    top: 0;
    left: 0;
    z-index: 1;
    content: "";
    background: #fff;
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 25px;
    transform: rotate(45deg);
}
.bole .page8 p{
    width: 140px;
    margin: 0 auto;
}

.bole .page9 {
    padding-top: 10px;
    padding-bottom: 30px;
}
.bole .page9 h3{
    color: #0657fd;
    text-align: center;
    margin-bottom: 20px;
}
.bole .page9 img{
    width: 100%;
    max-width: 400px;
}
.bole .page9 .text-box{
    margin-top: 10px;
    line-height: 50px;
    font-size: 15px;
}
.bole .page9 .text-box span{
    color: #0657fd;
    padding-right: 5px;
}

.bole .page10{
    background: #e4effe;
    padding-top: 10px;
    padding-bottom: 30px;
}
.bole .page10 h3{
    color: #0657fd;
    text-align: center;
    margin-bottom: 30px;
}
.bole .page10 img{
    width: 100%;
    max-width: 400px;
}
.bole .page10 table{
    width: 100%;
    text-align: center;
    line-height: 26px;
    font-weight: bold;
}
.bole .page10 table .title{
    background: #0b5fd1;
    color: #fff;
}
.bole .page10 table .number{
    background: #79a8fe;
    border-top: 2px solid #fff;
}
.bole .page10 table td{
    border-right: 1px solid #eee;
}
.bole .page10 .text-box{
    color: #383839;
    margin-top: 10px;
    text-indent: 2em;
    line-height: 25px;
    font-size: 12px;
    font-weight: bold;
}
.bole .page11{
    padding-top: 10px;
    padding-bottom: 30px;
}
.bole .page11 h3{
    color: #0657fd;
    text-align: center;
    margin-bottom: 30px;
}
.bole .page11 img{
    width: 100%;
    max-width: 400px;
}
.bole .page11 p:nth-child(1){
    font-size: 20px;
    color: #0657fd;
    font-weight: bold;
    padding-left: 30px;
    margin-top: 80px;
    margin-bottom: 20px;
}
.bole .page11 p:nth-child(2){
    text-indent: 2em;
    line-height: 24px;
}


@media (max-width: 768px) {
    .top-nav.show-menu  {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #fff;
        z-index: 199;
        margin: 0;
        padding: 10px 15px;
    }
    .top-nav .nav {
        display: none;
        flex-direction: column;
        text-align: center;
        position: fixed;
        top: 50px;
        left: 0;
        z-index: 199;
        background: #fff;
        width: 100%;
    }
    .top-nav ul li .child {
        position: static;
        /*display: block;*/
        width: 100%;
        text-align: center;
        left: 0;
        margin-left: 0;
    }

    .top-nav .btn-menu{
        display: block;
    }
    .footer .intro p{
        font-size: 12px;
    }
    .footer .copyright{
        font-size: 12px;
    }
    .be img{
        max-width: 90% !important;
    }
    ul {
        max-width: 100% !important;
    }
    .be .banner{
        display: flex;
        flex-direction: column;
        text-align: center;
        padding: 40px 0 !important;
    }
    /* .be .banner{
        padding: 120px 0;
    } */
    .be .banner img{
        width: 100%;
        margin-left: -24%;
    }
    .be .banner .text-box{
        margin-left:0px;
        margin-top: 10px;
    }
    .page1{
        flex-direction: column;
        text-align: center;
        padding: 40px 0 !important;
    }
    .be .page1 .text-box{
        text-align: left;
        width: 100%;
        margin-left: 0px;
        padding:0 10px;
    }
    .be .page2{
        padding: 40px 0 !important;
    }
    .be .page2 ul {
        width: 90%;
        font-size: 12px;
    }
    .be .page2 ul li{
        border-radius: 5px;
        padding: 5px;
        line-height: 18px;
    }
    .be .page3{
        flex-direction: column-reverse;
        padding: 40px 0;
        text-align: center;
    }
    .be .page3 .text-box{
        width: 100%;
        text-align: left;
        padding: 0 10px;
    }
    .be .page3 .text-box h3{
        margin: 20px 0;
    }
    /* 平衡仪 */
    .balance .banner .title {
        position: absolute;
        left: 10%;
        font-size: 20px;
    }
    .balance .page1 {
        margin: 0px auto;
        padding: 10px 0 !important;
    }
    .balance .page1 .content {
        flex-direction: column;
    }
    .balance .page1 .img-box{
        width: 100%;
    }
    .balance .page1 .text-box{
        width: 100%;
        text-align: left;
        padding: 10px 10px;
    }
    .balance .page2 ul{
        padding: 0;
    }
    .balance .page2 ul li {
        line-height: 30px;
    }
    .balance .page3 {
        width: 100%;
        margin: 10px auto;
    }
    .balance .page3 .content {
        flex-direction: column;
    }
    .balance .page3 .content .img-person{
        width: 100px;
        margin: 0 auto;
    }
    .balance .page4 .content{
        padding: 0 10px;
    }
    .balance .page4 .content p{
        width: 100%;
        padding: 25px 10px;
    }
    .balance .page4 .content img{
        width: 90%;
    }
    .balance .page4 .left-box {
        margin-right: 0px;
    }
    .balance .page5 {
        width: 100%;
    }
    .balance .page6 {
        padding: 10px;
    }
    .balance .page6 h4{
        font-size: 16px;
    }
    .balance .page6 .content {
        width: 100%;
        flex-direction: column;
    }
    .balance .page7 .content {
        width: 100%;
        flex-direction: column;
    }
    .balance .page8 {
        width: 100%;
    }
    .balance .page8 ul {
        flex-direction: column;
        padding-left: 10px;
    }
    .balance .page8 ul li {
        width: 98%;
    }

    .balance .page8 p {
        padding: 0;
        text-align: center;
        margin-top:10px;
    }
    .balance .page8 .image-2 {
        width: 96%;
    }

    .balance .page8 .img-3 li:nth-child(1) {
        width: 98%;
    }

    .balance .page8 .img-3 li:nth-child(2) {
        width: 98%;
        margin-top: 10px;
    }


    .brainup .banner img {
        width: 90%;
    }
    .brainup .banner h3 {
        font-size: 22px;
    }
    .brainup .page1 .content {
        width: 100%;
        display: flex;
        flex-direction: column;
        padding-bottom: 20px;
    }
    .brainup .page1 .ability-content {
        padding-left: 0;
        text-align: left;
        padding: 0 20px;
    }
    .brainup .page1 .ability-content li{
        display: inline-block;
        width: 30%;
        list-style:square
    }
    .brainup .page1 .ability-content li:nth-child(1){
        display: block;
        width: 100%;
    }
    .brainup .page1 .ability-img img {
        width: 90%;
    }
    .brainup .page1 .yuanli {
        width: 96%;
        margin: 0 auto;
        background: url(../images/brainup/td8.png) no-repeat;
        background-size: contain;
        padding-left: 60px;
        position: static;
        text-align: left;
        font-size: 10px;
    }
    .brainup .page2 {
        padding: 10px;
    }
    .brainup .page2 .content {
        width: 100%;
        padding: 0px;

    }
    .brainup .page2 .content p {
        width: 100%;
        position: relative;
        top: 0px;
        padding:0 10px;
    }

    .brainup .page3 img {
        width: 90%;
    }
    .brainup .page4 .content .text-box {
        position: absolute;
        top: 10%;
        left: 10px;
    }
    .brainup .page5 .content {
        height: 300px;
    }
    .brainup .page5 .content .text-box {
        position: absolute;
        top: 8%;
        left: 0%;
        color: #fff;
        width: 100%;
    }

    .cooperation .content {
        background: #fbfcfb;
        position: relative;
        top: -0px;
    }
    .cooperation .banner .title {
        top: 10%;
    }
    .cooperation .content h3 {
        margin: 20px 0;
    }
    .intro-content {
        top: 0px;
        padding-top: 10px;
    }
    /* .intro-content p{
        text-indent: 2em;
    } */
    .intro-content  h2{
        font-size: 23px;
    }
    .intro-content .content {
        margin-top: 20px;
        text-indent: 2em;
    }
    .intro-content .numbers {
        margin-top: 20px 0;
        padding: 0;
    }
    .intro-content .item {
        margin: 20px 0;
    }
    .new-list .banner .title {
        position: absolute;
        left: 30%;
        top: 10%;
    }
    .new-list .content {
        padding-left: 0;
    }
    .new-list .content li {
        flex-direction: column;
        padding: 20px 0 10px 0;
    }
    .new-list .content li .text-box h4 {
        font-size: 15px;
    }
    .new-list .content li .img-box {
        width: 100%;
        text-align: center;
    }

    .new-list .content li .img-box img {
        width: 90%;
    }
    .new-list .content li .text-box {
        width: 100%;
    }
    .new-list .content li .date-box {
        width: 100%;
        padding: 0 10px;
        text-align: right;
        font-size: 16px;
    }

    .tiyu .content {
        top: 0px;
        padding: 0 10px;
    }
    .tiyu .content h3 {
        font-size: 20px;
        margin: 20px 0;
    }
    .zhaopin .banner .title {
        position: absolute;
        left: 40%;
        top: 15%;
    }
    .zhaopin .banner .title::before {
        font-size: 80px;
    }
    .zhaopin .banner .title p {
        font-size: 30px;
    }
    .zhaopin .content {
        margin-top: 0px;
        padding: 0;
    }
    .zhaopin .content h3 {

        margin: 20px 0;
    }
    .zhaopin .content h4 {
        margin: 10px 0;
    }
    .zhaopin .content .info {
        padding: 0 20px;
    }

    .zhaopin .content p {
        line-height: 35px;
    }

    .zhaopin .content .btn a {
        padding: 10px 20px;
    }
    .zhuyili .page1{
        padding: 0 !important;
    }
    .zhuyili .page2 h3{
        margin: 0px 0 20px 0;

    }
    .zhuyili .page2 {
        padding: 20px !important;
    }
    .zhuyili .page3{
        min-height: 500px;
        background-color: #126cdb;
    }

    .zhuyili .page3 h3{
        top: 10px;
    }
    .zhuyili .page3 ul{
        padding-left: 10px;
        position: absolute;
        top: 80px;
        left: 0%;
    }
    .zhuyili .page3 img{
        position: absolute;
        bottom: 0;
    }
    .zhuyili .page4 h3{
        margin: 20px 0;
    }
    .zhuyili .page6 {
        padding: 10px;
    }
    .zhuyili .page6 h3{
        font-size: 20px;
    }
    .zhuyili .page7 ul{
        padding-left: 0;
        margin-left: 0;
    }
    .zhuyili .page7 ul img{
        width: 100%;
    }
    .zhuyili .page8 .left-box .menu-item span{
        width: 100px;
        padding-left: 30px;
    }
    .zhuyili .page8 .left-box .menu-item.active::after{
        left: 90px;
    }
    .zhuyili .page8 .left-box .child{
        left: 100px;
        width: calc(100% - 100px);
    }
    .zhuyili .page8 .right-box .address{
        padding-left: 0;
        flex-direction: column;
    }

    .zhuyili .page8 .content{
        flex-direction: column;
    }
    .zhuyili .page8 .right-box{
        margin-top: 10px;
    }
    .zhuyili .page8 .right-box #map{
        width: 100%;
        margin-left: 0;
    }
    .zhuyili .page9 .userinfo{
        flex-direction: column;
    }
    .zhuyili .page9 .userinfo .item{
        width: 100%;
        margin-bottom: 10px;
    }
    .zhuyili .page9 textarea{
        margin-top: 0px;
    }
    .jiyili .page1{
        padding: 0 !important;
    }
    .jiyili .page2 h3{
        margin: 20px 0;
    }
    .jiyili .page2 img,
    .jiyili .page3 img{
        width: 98%;
    }
    .jiyili .page5 p{
        width: 100%;
    }
    .jiyili .page6 h4{
        font-size: 18px;
    }
    .jiyili .page6 ul{
        padding-left: 0;
    }
    .jiyili .page6 ul li{
        width: calc(50% - 10px);
        margin: 10px 5px;
    }
    .jiyili .page6 img{
        width: 100%;
    }
    .jiyili .page7 ul{
        flex-wrap: wrap;
    }
    .jiyili .page7 li{

        width: calc(50% - 10px);
        margin: 10px 5px;
    }
    .jiyili .page8 {
        width: 100%;
    }
    .jiyili .page8 img{
        width: 100%;
    }

    .product-list .banner .title {
        position: absolute;
        left: 40%;
        top: 10%;
    }
    .product-list .list h4{
        font-size: 14px;
    }
    .product-list .list p{
        font-size: 12px;
    }
    .product-list .list .btn{
        display: none;
    }
    .bole .page1{
        margin-top: 5px;
        padding: 0 15px 0 15px !important;
    }
    .bole .page1 .right-text-box div:nth-child(1){
        margin: 0;
        text-align: left;
    }
    .bole .page2 .text-box1{
        padding: 10px;
    }
    .bole .page2 .text-box p{
        margin-bottom: 10px;
    }
    .bole .page6 .col-xs-6{
        height: 220px;
    }
    .bole .page7 .text-box{
        padding-top: 10px;
    }
    .bole .page7 .text-box ul{
        display: inline-block;
        width: 49%;
    }
    .bole .page8 .col-xs-6{
        height: 170px;
    }
    .bole .page11 p:nth-child(1){
        margin-top: 10px;
    }
    .bole h3{
        font-size: 20px;
    }
    .bole h4{
        font-size: 16px;
    }
    .bole h5{
        font-size: 14px;
    }
}
.baidu-maps div{
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
}
.baidu-maps table td{
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* max-width: none !important; */
}
