html {
    font-size: 10px;
    overflow-x: hidden;
}

.section .fp-tableCell {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    overflow: hidden;
}

.fixed-top {
    background-color: #fff;
}

.hmPage1 .swiper-container {
    width: 100%;
    height: 100%;
}

.hmPage1 .swiper-slide>img {
    width: 100%;
    height: 100%;
}

.hmPage1 .swiper-button-prev {
    background-image: url(../images/sw_left1.png);
}

.hmPage1 .swiper-button-next {
    background-image: url(../images/sw_right1.png);
}

.navbar-nav>li {
    position: relative;
    padding: 0 10px;
}

.navbar-nav>li:before {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 2px;
    height: 2px;
    background-color: #333;
}

.navbar-nav>li a {
    font-size: 1.4rem !important;
    color: #333 !important;
}

.navbar-nav>li a:hover,
.navbar-nav>li.active a {
    color: #ff8c01 !important;
}

.navbar-nav>li:last-child:before {
    display: none;
}

.index-about {
    width: 100%;
    height: 100%;
    position: relative;
}

.index-about .img {
    width: 100%;
    height: 100%;
}

.index-about .img>img {
    height: 100%;
    transform: translateX(-20%);
}

.index-about .index-r {
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: linear-gradient(360deg, #fd3c3f, #ff8c01);
    padding: 14% 4% 0 4%;
}

.normal-tit {
    font-size: 4rem;
    font-weight: bold;
    letter-spacing: 2px;
    color: #ffffff;
    text-align: center;
}

.normal-tit:after {
    display: block;
    content: '';
    width: 154px;
    height: 2px;
    background-color: #fff;
    margin: 2% auto 0 auto;
}

.normal-subTit {
    font-size: 2rem;
    position: relative;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    margin-top: 8%;
}

.normal-subTit i.fa {}

.index-about .con {
    font-size: 1.5rem;
    line-height: 28px;
    color: #ffffff;
    padding: 4% 0 12% 0;
}

.normal-more {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 6%;
}

.normal-more>a {
    display: block;
    width: 40%;
    text-align: center;
    height: 40px;
    display: block;
    position: relative;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    transition: all 0.3s ease;
    font-size: 14px;
    background-color: transparent;
    margin: 0 2%;
    border: 1px solid #fff;
}

.normal-more>a .fa {
    display: inline-block;
    margin-right: 10px;
}

.normal-more>a:hover {
    background-color: #ff8c01;
}

.normal-more>a:hover .fa {
    color: #fff;
}

.hmPage3,
.hmPage5 {
    background: url("../images/proBg.jpg") no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
}

.index-hot {
    position: relative;
    height: calc(100% - 130px);
}

.index-hot .title {
    background: url("../images/pro-tit.png") no-repeat center;
    background-size: auto 100%;
    -webkit-background-size: auto 100%;
    height: 170px;
}

.index-hot .title h2 {
    padding-top: 2%;
    font-size: 3rem;
}

.index-hot .normal-tit:after {
    display: none;
}

.index-hot .title>p:nth-child(2) {
    margin-top: 0;
}

.index-hot .con {
    margin-top: 2%;
}

.index-hot .swiper-slide {
    /*width: 50% !important;*/
}

.index-hot .swiper-slide .item {
    background-color: rgba(255, 255, 255, .4);
    padding: 4% 8% 4% 6%;
    margin-right: 4px;
    text-align: center;
}

.index-hot .swiper-slide h2 {
    font-size: 3rem;
    color: #333333;
}

.index-hot .swiper-slide .desc {
    font-size: 1.4rem;
    margin-top: 2%;
    color: #fff;
    height: 40px;
    overflow: hidden;
}

.index-hot .swiper-slide .more-link {}

.index-hot .swiper-slide .img {
    margin-top: 12%;
    width: 100%;
    text-align: center;
}

.index-hot .swiper-slide .img>img {
    max-width: 100%;
}

.index-hot .swiper-button-prev {
    background-image: url("../images/index_tab_l.png");
    top: 60%;
}

.index-hot .swiper-button-next {
    background-image: url("../images/index_tab_r.png");
    top: 60%;
}

.index-hot .swiper-slide .normal-more {
}

.index-hot .swiper-slide:nth-child(2n+1) .normal-more {
}

.index-sb {
    margin-top: 3%;
}

.index-sb .sb-item {
    padding: 8px;
    overflow: hidden;
}

.index-sb .item {
    width: 100%;
    height: 50%;
    overflow: hidden;
    padding: 0 8px;
}

.index-sb .item:nth-child(1) {
    padding-bottom: 8px;
}

.index-sb .item img {
    height: 100%;
}

.index-sb .sb-tit {
    height: 100%;
    background: linear-gradient(360deg, #fd3c3f, #ff8c01);
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.index-sb .sb-tit>p {
    font-size: 4rem;
    color: #fff;
}

.index-sb .sb-tit .normal-more {}

.index-sb .sb-tit .normal-more a {
    width: 100%;
}

.index-new {}

.index-new .normal-subTit {
    margin-top: 10px;
}

.index-new .con {
    margin-top: 5%;
}

.index-new .new-txt {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    font-size: 3rem;
    color: #ff8c0175;
}

.index-new .new-img {
    position: relative;
    visibility: visible;
    /*transition: all 1s linear;*/
}

.index-new .new-img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.3);
}

.index-new .new-img>img {
    width: 100%;
    max-width: 100%;
}

.index-new .item {
    background: #ff8c01;
    position: relative;
    cursor: pointer;
}

.index-new .item:hover .new-img {
    visibility: hidden;
}

.index-new .new-link {
    width: 80%;
    margin: 8% auto 0 auto;
    display: block;
    border-top: 1px solid;
    font-size: 1.5rem;
    padding: 4% 0 4% 0;
    margin-top: 8%;
    color: #fff;
}

.index-new .info {
    position: absolute;
    top: 20%;
    left: 4%;
    width: 90%;
    color: #fff;
    padding: 6%;
}

.index-new .new-date {
    font-size: 1.2rem;
}

.index-new .new-tit {
    font-size: 2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 6% 0;
}

.index-new .new-con {
    line-height: 1.4;
}

.index-contact{
    height: 100%;
    background-color: #ff8c01;
}
.index-contact .map{
    min-height: 460px;
}
.index-contact .con{
    
}
.index-contact .con ul{padding-top: 10%;}
.index-contact .con ul li{
    padding-bottom: 2%;
}
.index-contact .con ul li p{
    font-size: 1.6rem;
    color: #fff;
}
.index-contact .con ul li strong{
    font-size: 2.4rem;
    color: #fff;
}
.index-contact .con ul.zs{
    overflow: hidden;
}
.index-contact .con ul.zs li{
    float: left;
    width: calc(100% / 6 - 10px);
    text-align: center;
    margin-right: 10px;
}
.index-contact .con ul.zs li img{
    max-width: 100%;
    display: block;
    border: 5px solid rgba(255,255,255,.5);
}
.index-copy{
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    /* background-color: #ff8c01; */
    padding: 6px 0;
    text-align: center;
}
.index-copy p{
    width: 100%;
    font-size: 1.2rem;
    text-align: center;
    color: #fff;
}
.index-copy p a{
    font-size: 1.2rem;
    color: #fff;
}