ul {
    position: fixed;
    left:26%;
}
li {
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    cursor: pointer;
}
.active {
    background-color: #ffc107;
    color: #fff;
}
.section-header {
    margin-bottom: 50px;
    margin-top: 120px;
}
.solution1 > p , .solution2 > p , .solution3 > p , .solution4 > p{
    font-size: 12px;
}
.solution1 , .solution2 , .solution3 , .solution4 {
    width: 306px;
}
.section-header .section-title {
    font-size: 38px;
    color: #121D29;
    position: relative;
    padding-bottom: 20px;
    margin: 0 0 20px;
}
.section-header .section-title:before {
    content: "";
    position: absolute;
    width: 140px;
    bottom: 0;
    left: 50%;
    margin-left: -70px;
    height: 4px;
    background: #ffc107;
}
.hengxian .section-title:before {
    content: "";
    position: absolute;
    width: 155px;
    bottom: 0;
    left: 50%;
    margin-left: -107px;
    height: 4px;
    background: #ffc107;
}
.solvition-title:before {
    content: "";
    position: absolute;
    width: 78px;
    bottom: 0;
    top: 125%;
    height: 4px;
    background: #ffc107;
}
.solve-row1 , .solve-row2 , .solve-row3 , .solve-row4{
    border: 1px solid #ccc;
    background-color: #fff;
}
.solve-row1 , .solve-row3 {
    margin: 0 20px 10px 50px;
}
.solve-row2 , .solve-row4{
    /* margin:10px 60px 0 20px; */
}
.customer-row{
    /* border: 1px solid #ccc; */
    margin-left: 30px;
    margin-bottom: 10px;
}
.team-row1{
    margin: auto;
    margin-top: 3%; 
}
.navbar-nav{
    /* margin-left: 10%; */
}
.home-us{
    background: url(../images/title1.png) no-repeat;
    background-position:center center;
    background-size: 125% 100%;
}
.home-header > h2 {
    font-size: 42px;
    font-weight: 200;
    font-style: normal;
}
.monthly-header > h2 {
    padding:10px 0;
    background: url(../images/backgroundimages/monthly1.png) no-repeat;
    background-position:center center;
}
.profile-header > h2 {
    padding:10px 0;
    background: url(../images/backgroundimages/profile1.png) no-repeat;
    background-position:center center;
}
.culture-header > h2 {
    padding:10px 0;
    background: url(../images/backgroundimages/culture1.png) no-repeat;
    background-position:center center;
}
.solve-header > h2 {
    color: #fff;
    padding:10px 0;
    background: url(../images/backgroundimages/solution1.png) no-repeat;
    background-position:center center;
}
.customer-header > h2 {
    padding:10px 0;
    background: url(../images/backgroundimages/service1.png) no-repeat;
    background-position:center center;
}
.team-header >h2 {
    padding:10px 0;
    background: url(../images/backgroundimages/team1.png) no-repeat;
    background-position:center center;
}
.recruit-header > h2{
    padding:10px 0;
    background: url(../images/backgroundimages/recruit1.png) no-repeat;
    background-position:center center;
}
.contactUs-header > h2{
    padding:10px 0;
    background: url(../images/backgroundimages/contactUs1.png) no-repeat;
    background-position:center center;
}

.zhaopinBtn > a {
    /* color: #696B83; */
    text-decoration: none;
}
.zhaopinBtn > img {
    width: 85px;
    /* padding-left: 115px; */
    float: right;
    height: 85px;
}
.zhaopinBtn > a:active {
    /* background: #AFC1DC */
}
.zhaopinBtn{
    width: 330px;
    color: #424d4db8;
    height: 85px;
    line-height: 85px;
    padding: 0 10px 0 20px;
    background: linear-gradient(140deg, #f3f3f3 0, #e6f2ff 25%, #deeeff 50%, #e6f2ff 75%, #f7f7f7 100%);
    border: 1px #E5E7EA solid;
    border-radius: 10px;
    display: inline-block;
    font-size: 20px;
    outline: none;
    margin-left: 40px;
    margin-bottom: 10px;
}
.home-header {
    margin-top: 70px;
    margin-left: 90px;
    margin-bottom: 0;
}
.home-container {
    padding-bottom: 9%;}
.home-row {
    margin-left: 90px;
}
.solve-row-1 , .solve-row-2 , .solve-row-3 , .solve-row-4 {
    width: 200px;
    padding: 0;
}
.swiper-container{
    margin-bottom: 50px;
}
.team-row-1{
    width: 300px;
    margin-left: 60px;
    height: 200px;
}
.team-row1 > p {
    font-size: 12px;
    margin: 0 0 5px;
}
dt {
    position: relative;
    margin-top: 5px;
    margin-bottom: 15px;
    font-size: 18px;
    color: #eee;
    font-weight: bold;
}
dt:after {
    position: absolute;
    left: 0;
    bottom: -9px;
    width: 70px;
    height: 3px;
    background: #f2ca91;
    transition-duration: .7s;
    content: '';
}
.lianxifangshi > dd {
    font-size: 18px;;
    margin-top: 15px;
}
.beianhao > label{
    font-weight:500; 
    font-size:14px;
    color: hsla(0,0%,100%,.5);
    margin-right: 10px;
}
.beianhao > a{
    cursor: pointer;
    color: hsla(0,0%,100%,.5);
}
.erweima{
    /* text-align: justify;
    text-align-last: justify;
    width: 130px; */
}
.erweima > img{
    width: 200px;
    height: 188px;
}
.erweima > dd{
    font-size: 14px;;
    margin-top: 10px;
}
/* 月刊相关样式 -- 开始 */
.carousel>a {
    position: absolute;
    width: 30px;
    height: 50px;
    /* 垂直居中，距顶部一半的父元素盒子宽度，再向上移动自身的一半 */
    top: 50%;
    margin-top: -25px;
    background-color: rgba(163, 166, 167, 0.5);
}

.carousel {
    width: 1250px;
    margin: 20px;
    position: relative;
    overflow: hidden;
}
.carousel #list {
    width: 1250px;
    position: relative;
    left: 0px;
    transition: left 0.5s ease 0s;
}
.carousel #list img {
    width: 200px;
    margin-right: 100px;
    margin-bottom: 20px;
}
.carousel #list > img:hover{
    cursor: pointer;
}
 .carousel #list>div {
    float: left;
    height: 300px;
}
.yuekanH {
  margin-top: 0;
  padding-bottom: 15px;
  /* border-bottom: 1px solid #eee; */
  margin-bottom: 15px;
  position: relative;
}
.yuekanH:after {
  content: " ";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 8%;
  border-bottom: 3px solid #ffc107;
}
/* 月刊相关样式 -- 结束 */
@media only screen and (max-width: 480px) {
    .home-us{
        background-size: 460px 200px;
    }
    .home-header {
        margin-top: 30px;
    }
    .home-header > h2 {
        font-size: 20px;
        margin-left: -54px;
    }
    .profile-header > h2,.contactUs-header > h2,.recruit-header > h2,.monthly-header > h2,
    .culture-header > h2 , .solve-header > h2 , .customer-header > h2 , .team-header >h2{
        background-size: 260px 70px;
    }
    .home-row{
        padding:0 85px 0 57px;
        margin-left: 65px;
    }
    .home-row > p{
        font-size: 12px;
        margin: 0;
    }
    .solve-row1 , .solve-row2 , .solve-row3 , .solve-row4{
        margin: 0 20px;
    }
    .solve-row2 , .solve-row3 , .solve-row4{
        margin-top:10px;
    }
    .solve-row-1 , .solve-row-2 , .solve-row-3 , .solve-row-4 {
        margin-left: 30px;
    }
    .customer-row{
        margin-top: 10px;
        margin-left: 0;
    }
    .navbar-nav{
        /* margin-left: 46% !important; */
        width: 100% !important;
        margin: 0 !important;
        background-color: #e9f6f6;
        left: 0;
    }
}
@media only screen and (min-width: 1600px) {
	ul {
		left:32%;
	}
}
@media only screen and (min-width: 2100px) {
	ul {
		left:37%;
	}
}
@media only screen and (max-width: 1000px) and (min-width: 768px) {
    .customer-row{
        width: initial;
        margin: 10px;
        left:24%;
    }
    .solve-row1 , .solve-row2 , .solve-row3 , .solve-row4 {
        position: 0;
    }
    .solve-row1 , .solve-row3 {
        margin-left: 45px;
        margin-right: 0;
    }
    .home-us{
        background-size: 940px 240px;
    }
    .home-row{
        padding:0 0 0 175px;
        margin-left: 65px;
    }
    .home-row > p{
        width: 300px;
        font-size: 14px;
        margin: 0;
    }
    .home-header > h2 {
        font-size: 34px;
    }
    .home-header{
        margin-left: 140px;
    }
    li{
        width: 63px;
        padding: 0;
    }
    .navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand{
        margin-left: -45px;
    }
    .solve-row-1 , .solve-row-2 , .solve-row-3 , .solve-row-4 {
        margin-top: 115px;
    }
    .about-row-1 , .about-row-2 , .about-row-3{
        margin-top: 65px;
    }
}
@media (min-width: 768px){
    .col-sm-5 {
        width: 46%;
    }
    .col-sm-3 {
        width: 21%;
    }
}
