@charset "utf-8";
.maoyi_nav a {
    display: block;
}
/* CSS Document */
body,
html {
    margin: 0px;
    padding: 0px;
}
.nei_nav p a{ 
    position: relative;
    padding-right: 20px;
    margin: 0 !important;
}
.nei_nav p a::before{
    content: ">";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
right: 7px;
}
.nei_nav p a:last-child::before {
    display: none;
}
body {
    font-family: "Source Han Sans CN", "noto sans" !important;
    font-size: 62.5%;
    overflow: -Scroll;
    overflow-x: hidden;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input,
textarea,
select,
button {
    font-family: "Source Han Sans CN", "noto sans" !important;
}

ul {
    margin: 0px;
    padding: 0px;
    zoom: 1;
}

div {
    zoom: 1;
}

li {
    list-style: none;
    vertical-align: middle;
}

dl,
dt,
dd {
    margin: 0;
    padding: 0;
}

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

a {
    text-decoration: none;
    color: #676767;
}

a:hover {
    color: #d89d0e;
    text-decoration: none;
    transition: all 0.1s;
}

a:visited {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

a:focus {
    list-style: none;
    text-decoration: none;
}

a img {
    border: none;
    border: 0;
}

p,
h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
    width: 100%;
    height: 0;
    font-size: 0px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

input,
select,
button {
    padding: 0;
    margin: 0;
    border: none;
    outline: 0 none !important;
}

.container {
    padding: 0;
}

/*img{width: 100%;}*/
i {
    font-style: normal;
}

.tc {
    text-align: center;
}

.pr {
    position: relative;
}

.ptb90 {
    padding: 90px 0;
}

.ptb100 {
    padding: 100px 0;
}

.row {
    margin: 0;
}

.w100 {
    width: 100%;
}

.table-responsive.introduce_cs_tab .table{
    border: 1px solid #ddd;
}
.table-responsive.introduce_cs_tab .table tr td{
    border: 1px solid #ddd;
}
.table-responsive.introduce_cs_tab .table tr:nth-child(1){
    background: #2e4577;
    font-weight: bold;
}
.table-responsive.introduce_cs_tab .table tr:nth-child(1) td{
    color: #fff
}

/*头部*/

#index_nav {
    font-size: 14px;
    height: 90px;
    line-height: 90px;
    background-color: #fff;
    position: fixed;
    top: 0;
    z-index: 100;
    color: #fff;
    width: 100%;
    box-shadow: 0 -1px 20px #ccc;
}

#index_nav img {
    width: auto;
}

#index_nav ul {
    width: 73%;
    display: flex;
    position: relative;
}

#index_nav ul li {
    position: relative;
    padding: 0 10px;
    text-align: center;
    font-size: 16px;
}

#index_nav ul li a {
    color: #535353;
}

#index_nav ul li i {
    color: #535353;
}

#index_nav .ico {
    width: 7%;
    cursor: pointer;
}

#index_nav .ico:before {
    content: "";
    width: 1px;
    height: 15px;
    vertical-align: middle;
    display: inline-block;
    background-color: #535353;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px;
}

#index_nav .search {
    display: flex;
    width: 200px;
    height: 40px;
    position: absolute;
    bottom: -42px;
    right: 0;
    transition: all 0.5s;
    border: 1px solid #ccc;
}

#index_nav .search input {
    width: 80%;
    height: 100%;
    z-index: 10;
    color: #535353;
    padding-left: 15px;
}

#index_nav .search button {
    /* height: 40px; */
    width: 20%;
    color: #535353;
    line-height: normal;
    font-size: 12px;
}

#index_nav .active:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #ffbe21;
    display: block;
    bottom: 20px;
}

.midde_header {
    display: none;
}

.yuyan a{
    background: url(../img/yuyan.svg) no-repeat 100%;
    background-size: 100%;
    display: inline-block;
    text-indent: 5px;
    width: 14%;
    padding-left: 20px;
}


/*首页banner*/
.ind_banner {
    position: relative;
}

.ind_banner .ban_txt {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    padding-top: 23%;
}

.ind_banner .ban_txt h3 {
    font-size: 50px;
    color: #ffbe21;
    text-align: center;
    margin-bottom: 20px;
}

.ind_banner .ban_txt p {
    font-size: 24px;
    color: #fff;
    background-color: #ffbe21;
    padding: 10px 0;
    width: 23%;
    margin: 0 auto;
    text-align: center;
    border-radius: 30px;
}

.ind_banner.active .ban_txt h3 {
    animation: bounceInRight 2s;
    -moz-animation: bounceInRight 2s;
    /* Firefox */
    -webkit-animation: bounceInRight 2s;
    /* Safari å’Œ Chrome */
    -o-animation: bounceInRight 2s;
    /* Opera */
}

.ind_banner.active .ban_txt p {
    animation: fadeInRight 1s;
    -moz-animation: fadeInRight 1s;
    /* Firefox */
    -webkit-animation: fadeInRight 1s;
    /* Safari å’Œ Chrome */
    -o-animation: fadeInRight 1s;
    /* Opera */
}


.ind_about,
.ind_maoyi,
.ind_yewu,
.ind_hezuo,
.ind_news,
.ind_contact {
    background: url(../img/section_back.jpg) center no-repeat;
    padding-top: 90px;
    font-size: 14px;
    margin-top:120px;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    background: #ffbe21 !important;
}

.ind_title .tit_num {
    display: inline-block;
    vertical-align: text-bottom;
    margin-right: 15px;
}

.ind_title h3 {
   
    font-size: 2.5rem;
    color: #d89d0e;
    line-height: 2.8125rem;
}

.ind_title h3 span {
    display: block;
    font-size: 1.25rem;
    color: #929292;
    line-height: 30px;
}

.ind_title ul{
    background: #fff;
    width:100px;
    padding:10px;
    float: right;
    margin-top:10px;
}
.clear{
    clear: both;
}

.ind_title ul li{
    padding:10px;
    background: #d89d0e;
    width: 80px;
    

}
.ind_title ul li a{
    color: #fff;
}
.ind_title ul li:first-child{
    margin-bottom: 20px;
}

.ind_about.active .ind_title h3 {
    animation: fadeInRight 1s;
    -moz-animation: fadeInRight 1s;
    /* Firefox */
    -webkit-animation: fadeInRight 1s;
    /* Safari å’Œ Chrome */
    -o-animation: fadeInRight 1s;
    /* Opera */
}




.about_imglist ul {
    display: flex;
}

.ind_about .about_text {
    margin: 40px 0;
    line-height: 35px;
    color: #707070;
    
}

.ind_about .about_text .more {
    color: #d79d0e;
}

.about_imglist .about_inlist {
    width: 33.33333%;
    border: 3px solid #f3b51d;
    margin-right: 30px;
    padding: 20px 0;
}

.about_imglist .about_inlist img {
    margin-left: 20px;
}

.ind_about.active .about_inlist img {
    animation: a1 2s;
    -moz-animation: a1 2s;
    /* Firefox */
    -webkit-animation: a1 2s;
    /* Safari å’Œ Chrome */
    -o-animation: a1 2s;
    /* Opera */
}

@keyframes a1 {
    from {
        margin-left: 0;
    }

    to {
        margin-left: 20px;
    }
}

.ind_about.active .about_text p {
    animation: fadeInUp 2s;
    -moz-animation: fadeInUp 2s;
    -webkit-animation: fadeInUp 2s;
    -o-animation: fadeInUp 2s;
}

.ind_about.active .ind_title img {
    animation: rollLeftIn 1.5s;
    -moz-animation: rollLeftIn 1.5s;
    -webkit-animation: rollLeftIn 1.5s;
    -o-animation: rollLeftIn 1.5s;
}

@-webkit-keyframes rollLeftIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes rollLeftIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@-webkit-keyframes rollRightIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes rollRightIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}


/*材料贸易*/
.ind_maoyi .ind_title {
    float: right;
    text-align: right;
}

.ind_maoyi .ind_title .tit_num {
    display: block;
    margin-bottom: 25px;
}

.ind_title .tit_num img {
    width: auto;
}

.maoyi_list {
    background-color: #fff;
    margin-bottom: 60px;
    padding-left: 35%;
    position: relative;
}

.maoyi_list .col-md-4 {
    position: relative;
    padding: 0;
}

.maoyi_list_left {
    position: absolute;
    float: left;
    border-radius: 10px;
    left: 8%;
    top: 40px;
}

.maoyi_list_right {
    padding: 5%;
    overflow: hidden;
}

.maoyi_list_right ul {
    overflow: hidden;
    /*float: left;*/
    margin-left: 30px;
    margin-bottom: 30px;
}

.maoyi_list_right ul li {
    float: left;
    margin-left: 15px;
    font-size: 16px;
    line-height: 32px;
}

.maoyi_list_right ul h3 {
    font-size: 16px;
    padding: 8px 0;
    background-color: #d89d0e;
    display: inline-block;
    float: left;
    color: #fff;
    width: 90px;
    text-align: center;
}

.maoyi_list_left img {
    width: auto;
    border-radius: 10px;
    overflow: hidden;
}

.maoyi_list_left p {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px 15px;
    color: #fff;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
}

.maoyi_list_left span {
    position: absolute;
    right: -25px;
    display: block;
    top: 20px;
    width: 50px;
    height: 50px;
    background-color: #d89d0e;
    border-radius: 50%;
    text-align: center;
    line-height: 45px;
    font-size: 22px;
    color: #fff;
    border: 2px solid #fff;
}

.ind_maoyi .more {
    padding: 5px;
    background-color: #e4e4e4;
    color: #999999;
    margin-top: 25px;
    display: block;
  
    text-align: center;
    float: right;
}

.ind_maoyi .more:hover {
    color: #d89d0e;
}

.ind_maoyi .maoyi_list_p {
    font-size: 14px;
    color: #676767;
    margin-top: 80px;
    overflow: hidden;
    text-align: center;
}

.ind_maoyi .maoyi_list_p a {
    margin-left: 20px;
    color: #ffbe21;
}


.ind_maoyi.active .col-md-10 {
    animation: fadeInUp 2s;
    -moz-animation: fadeInUp 2s;
    -webkit-animation: fadeInUp 2s;
    -o-animation: fadeInUp 2s;
}

.ind_maoyi.active .ind_title img {
    animation: rollRightIn 1.5s;
    -moz-animation: rollRightIn 1.5s;
    -webkit-animation: rollRightIn 1.5s;
    -o-animation: rollRightIn 1.5s;
}

/*加工业务*/
.yewu_text {
    line-height: 30px;
    color: #929292;
    font-size: 16px;
}

.yewu_imglist {
    margin: 4% 0;
    overflow: hidden;
}

.ind_yewu .yewu_inlist {
    position: relative;
    border: 4px solid #959595;
    border-radius: 0 0 30px 0;
    overflow: hidden;
}

.ind_yewu li {
    position: relative;
    width: 20%;
    margin: 0 2.5%;
    float: left;
    overflow: hidden;
}

.ind_yewu li:after {
    content: "";
    width: 50px;
    height: 10px;
    bottom: 5px;
    background-color: #d89d0e;
    transform: rotate(-45deg);
    display: block;
    right: -11px;
    position: absolute;
}

.ind_yewu .yewu_inlist p {
    position: absolute;
    width: 100%;
    bottom: 30px;
    padding: 5px 15px;
    background: -webkit-linear-gradient(left, #d89d0e, rgba(0, 0, 0, 0));
    color: #fff;
}

.ind_yewu .yewu_inlist p span {
    display: block;
}

.mob_title {
    display: none;
}

.ind_yewu .yewu_text a {
    color: #ffbe21;
}

.ind_yewu.active .yewu_text a {
    animation: fadeInRight 2s;
    -moz-animation: fadeInRight 2s;
    -webkit-animation: fadeInRight 2s;
    -o-animation: fadeInRight 2s;
}



.ind_yewu.active .ind_title img {
    animation: rollLeftIn 1.5s;
    -moz-animation: rollLeftIn 1.5s;
    -webkit-animation: rollLeftIn 1.5s;
    -o-animation: rollLeftIn 1.5s;
}

.ind_yewu.active .yewu_text p {
    animation: fadeInRight 2s;
    -moz-animation: fadeInRight 2s;
    -webkit-animation: fadeInRight 2s;
    -o-animation: fadeInRight 2s;
}

.ind_yewu.active .yewu_imglist li:nth-child(1) {
    animation: fadeInRight 1s;
    -moz-animation: fadeInRight 1s;
    -webkit-animation: fadeInRight 1s;
    -o-animation: fadeInRight 1s;
}

.ind_yewu.active .yewu_imglist li:nth-child(2) {
    animation: fadeInRight 1.5s;
    -moz-animation: fadeInRight 1.5s;
    -webkit-animation: fadeInRight 1.5s;
    -o-animation: fadeInRight 1.5s;
}

.ind_yewu.active .yewu_imglist li:nth-child(3) {
    animation: fadeInRight 2s;
    -moz-animation: fadeInRight 2s;
    -webkit-animation: fadeInRight 2s;
    -o-animation: fadeInRight 2s;
}

.ind_yewu.active .yewu_imglist li:nth-child(4) {
    animation: fadeInRight 2.5s;
    -moz-animation: fadeInRight 2.5s;
    -webkit-animation: fadeInRight 2.5s;
    -o-animation: fadeInRight 2.5s;
}


/*合作客户*/
.ind_hezuo .ind_title {
    float: right;
    text-align: right;
    color: #656565;
    line-height: 30px;
}

.ind_hezuo .ind_title .tit_num {
    display: block;
    margin-bottom: 25px;
}

.ind_title .tit_num img {
    width: auto;
}

.ind_hezuo .ind_title h3 {
    margin-bottom: 30px;
    position: relative;
}

.ind_hezuo .ind_title h3:after {
    content: "";
    width: 55%;
    height: 2px;
    background-color: #a7a7a7;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
}

.ind_hezuo .ind_title a {
    display: block;
}

.ind_hezuo .more {
    padding: 5px;
    background-color: #e4e4e4;
    color: #999999;
    margin-top: 25px;
    display: block;
  
    text-align: center;
    float: right;
}

.ind_hezuo .more:hover {
    color: #d89d0e;
}

.ind_hezuo .hezuo_top {
    padding: 15px 0;
    text-align: center;
    background-color: #d89d0e;
    border-radius: 50px;
    color: #fff;
}

.ind_hezuo .hezuo_top h3 {
    font-size: 20px;
}

.ind_hezuo .hezuo_top p {
    font-size: 16px;
    line-height: 30px;
}

.ind_hezuo .hezuo_list {
    text-align: center;
    margin-top: 5%;
    overflow: hidden;
}

.ind_hezuo .hezuo_list img {
    width: auto;
}

.ind_hezuo .hezuo_list p {
    line-height: 45px;
    font-size: 14px;
    color: #929292;
}

.ind_hezuo.active .ind_title img {
    animation: rollRightIn 1.5s;
    -moz-animation: rollRightIn 1.5s;
    -webkit-animation: rollRightIn 1.5s;
    -o-animation: rollRightIn 1.5s;
}

.ind_hezuo.active .ind_title p {
    animation: fadeInUp 2s;
    -moz-animation: fadeInUp 2s;
    -webkit-animation: fadeInUp 2s;
    -o-animation: fadeInUp 2s;
}

.ind_hezuo.active .ind_title a {
    animation: fadeInUp 2s;
    -moz-animation: fadeInUp 2s;
    -webkit-animation: fadeInUp 2s;
    -o-animation: fadeInUp 2s;
}

.ind_hezuo.active .hezuo_top h3 {
    animation: fadeInLeft 2s;
    -moz-animation: fadeInLeft 2s;
    -webkit-animation: fadeInLeft 2s;
    -o-animation: fadeInLeft 2s;
}

.ind_hezuo.active .hezuo_top p {
    animation: fadeInRight 2s;
    -moz-animation: fadeInRight 2s;
    -webkit-animation: fadeInRight 2s;
    -o-animation: fadeInRight 2s;
}

.ind_hezuo.active .hezuo_list {
    animation: fadeInUp 2s;
    -moz-animation: fadeInUp 2s;
    -webkit-animation: fadeInUp 2s;
    -o-animation: fadeInUp 2s;
}

/*新闻中心*/

.news_list {
    margin-top: 3%;
    overflow: hidden;
}

.news_list .col-md-6,
.news_list .col-md-4 {
    padding: 0;
}

.news_list .col-md-6 {
    margin-bottom: 30px;
    width: 49%;
}
.news_list .col-md-6:nth-child(odd){
    margin-right: 2%;
}

.news_list .col-md-4 {
    padding-right: 15px;
}

.news_inlist .data {
    font-size: 12px;
    color: #989898;
    line-height: 35px;
}

.news_inlist h3 {
    font-size: 18px;
    color: #575757;
    line-height: 35px;
    transition: all 0.3s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_inlist h3:after {
    content: "";
    background-color: #d89d0e;
    width: 15%;
    height: 2px;
    display: block;
    transition: all 0.3s;
}

.news_inlist p {
    font-size: 14px;
    display: -webkit-box;
    color: #989898;
    -webkit-line-clamp: 2; 
    overflow: hidden; 
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    word-break: break-all;
    max-height: 60px;
   
    
}
.tit_num img{
    max-width: 100%;
}

.news_inlist:hover h3 {
    color: #d89d0e;
}

.news_inlist:hover h3:after {
    width: 25%;
}


.ind_news.active .ind_title img {
    animation: rollLeftIn 1.5s;
    -moz-animation: rollLeftIn 1.5s;
    -webkit-animation: rollLeftIn 1.5s;
    -o-animation: rollLeftIn 1.5s;
}

.ind_news.active .ind_title h3 {
    animation: fadeInRight 2s;
    -moz-animation: fadeInRight 2s;
    -webkit-animation: fadeInRight 2s;
    -o-animation: fadeInRight 2s;
}

.ind_news.active .news_list {
    animation: fadeInRight 2s;
    -moz-animation: fadeInRight 2s;
    -webkit-animation: fadeInRight 2s;
    -o-animation: fadeInRight 2s;
}




/*联系我们*/
.ind_contact .ind_title {
    float: right;
    text-align: right;
    color: #656565;
    line-height: 30px;
}

.ind_contact .ind_title .tit_num {
    display: block;
    margin-bottom: 25px;
}

.ind_contact .contact_map {
    margin-bottom: 5%;
}

.contact_list h3 {
    margin-bottom: 20px;
    font-size: 18px;
    color: #707070;
}

.contact_list h3 i {
    font-size: 25px;
    color: #d89d0e;
    margin-right: 10px;
}

.contact_list {
    line-height: 30px;
    color: #989898;
    overflow: hidden;
}

.ind_contact.active .contact_map {
    animation: fadeInLeft 2s;
    -moz-animation: fadeInLeft 2s;
    -webkit-animation: fadeInLeft 2s;
    -o-animation: fadeInLeft 2s;
}

.ind_contact.active .ind_title img {
    animation: rollRightIn 1.5s;
    -moz-animation: rollRightIn 1.5s;
    -webkit-animation: rollRightIn 1.5s;
    -o-animation: rollRightIn 1.5s;
}

.ind_contact.active .contact_list .col-md-3:nth-child(1) {
    animation: fadeInUp 1s;
    -moz-animation: fadeInUp 1s;
    -webkit-animation: fadeInUp 1s;
    -o-animation: fadeInUp 1s;
}

.ind_contact.active .contact_list .col-md-3:nth-child(2) {
    animation: fadeInUp 1.5s;
    -moz-animation: fadeInUp 1.5s;
    -webkit-animation: fadeInUp 1.5s;
    -o-animation: fadeInUp 1.5s;
}

.ind_contact.active .contact_list .col-md-3:nth-child(3) {
    animation: fadeInUp 2.5s;
    -moz-animation: fadeInUp 2.5s;
    -webkit-animation: fadeInUp 2.5s;
    -o-animation: fadeInUp 2.5s;
}

.ind_contact.active .contact_list .col-md-3:nth-child(4) {
    animation: fadeInUp 3s;
    -moz-animation: fadeInUp 3s;
    -webkit-animation: fadeInUp 3s;
    -o-animation: fadeInUp 3s;
}



/*底部*/
.ind_footer {
    background-color: #d89d0e;
    color: #fff;
    font-size: 14px;
    line-height: 30px;
    height: 220px!important;
}

.fp-auto-height .container {
    padding: 25px 0;
}

.ind_footer .link a {
    color: #fff;
    margin: 0 5px;
}

.ind_footer a {
    color: #fff;
}

/*内页导航*/
.nei_nav {
    background-color: #f8f8f8;
    font-size: 16px;
    border-bottom: 3px solid #f6b517;
    overflow: hidden;
}

.nei_nav li {
    float: left;
    padding: 0 35px;
    color: #808080;
    line-height: 46px;
    cursor: pointer;
}

.nei_nav .nei_nav_active {
    background-color: #f6b517;
    color: #fff;
}

.nei_nav .nei_nav_active a {
    color: #fff;
}

.nei_nav p {
    font-size: 13px;
    color: #808080;
    line-height: 45px;
}

.nei_nav p i {
    margin: 0 10px;
}

.nei_nav p a {
    margin: 0 5px;
}

.nei_content {
    font-size: 14px;
    color: #808080;
}

/*公司简介*/
.nei_cont_about {
    padding: 40px 15px;
    line-height: 25px;
    font-size: 16px;
    line-height: 32px;
}

.nei_cont_about img {
    width: auto;
    margin: 0 auto;
}


/*材料贸易*/
.maoyi_nav {
    padding: 55px 0 35px;
    border-bottom: 1px solid #ccc;
}

.maoyi_nav a {
    text-decoration: none;


}



.maoyi_nav ul {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
}

.maoyi_nav li {
    float: left;
    padding: 10px 0;
    border: 1px solid #ccc;
    margin: 0 7px;
    width: 14%;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
}

.maoyi_nav .active {
    background-color: #f6b517;
    border: 1px solid #f6b517;
    color: #fff;
}

.maoyi_nav .active a {
    color: #fff;
    text-shadow: #676767 -2px 2px 2px;
}

.maoyi_table {
    padding: 30px 0 0;
    border-bottom: 1px solid #ccc;
    text-align: center;
}

.maoyi_table img {
    width: auto;
}

.maoyi_table table {
    width: 60%;
    margin: 0 auto;
    text-align: center;
}

.maoyi_table table td {
    border: 1px solid #fff;
    padding: 5px 0;
}

.maoyi_table table tr:nth-child(odd) {
    background-color: #d7edfb;
}

.maoyi_table table tr:nth-child(1) {
    background-color: #615d5c;
    color: #fff;
}

.maoyi_table table tr:nth-child(2) {
    background-color: #615d5c;
    color: #fff;
}

.maoyi_table table tr:nth-child(3) {
    background-color: #dededc;
    color: #000;
}

.maoyi_table_page {
    text-align: right;
    padding: 0 13%;
}

.maoyi_table_page ul {
    overflow: hidden;
    margin: 30px 0;
    display: inline-block;
}

.maoyi_table_page li {
    padding: 5px 10px;
    border: 1px solid #ccc;
    float: left;
    margin: 0 10px;
}

.maoyi_pro_title {
    padding: 15px 0;
    color: #717171;
    text-align: center;
}

.maoyi_pro_title h3 {
    font-size: 30px;
    line-height: 45px;
}

.maoyi_pro_title h3 a {
    outline: none;
}

.maoyi_pro_title p {
    font-size: 16px;
    line-height: 40px;
}

.maoyi_pro_list {
    padding: 15px 0;
    overflow: hidden;
}

.maoyi_pro_list .col-md-3 {
    margin-bottom: 30px;
}

.maoyi_case_list {
    background-color: #fff;
    padding: 15px 0 35px;
}

.maoyi_case_list .col-md-3 {
    margin-bottom: 30px;
}

.maoyi_case_list .col-md-3 a {
    position: relative;
    display: block;
}

.maoyi_case_list .col-md-3 p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2);
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/*加工业务*/

.nei_cont_jiagong {
    padding: 30px 0;
    color: #7f7f7f;
}

.jiagong_table {
    text-align: center;
}

.nei_cont_jiagong h3 {
    font-size: 22px;
    text-align: center;
    margin-bottom: 25px;
    color: #404040
}

.jiagong_table table {
    width: 80%;
    margin: 0 auto;
    line-height: 35px;
    border: 1px solid #e9eaec;
}

.jiagong_table table tr:nth-child(odd) {
    background-color: #f5f7f6;
}

.jiagong_table table tr:first-child {
    /*line-height: 45px;*/
    background-color: #f5f7f6;
    font-size: 14px;
    color: #7f7f7f;
}


/*荣耀资质*/
.nei_cont_honour {
    margin: 50px 0;
    overflow: hidden;
}

.nei_cont_honour .col-md-4 {
    margin-bottom: 30px;
}

/*主要客户*/
.nei_kehu {
    background-color: #f9f9f9;
}

.nei_cont_kehu {
    padding: 30px 0;
    overflow: hidden;
}

.nei_cont_kehu img {
    width: 100%;
}

.nei_cont_kehu ul {
    display: flex;
    overflow: hidden;
    flex-wrap: wrap
}

.nei_cont_kehu li {
    width: 15%;
    text-align: center;
    margin-bottom: 15px;
    margin: 0 7.5px;
}

.nei_cont_kehu p {
    margin: 15px 0;
}


/*新闻中心*/
.nei_cont_news {
    padding: 50px 0;
    overflow: hidden;
}

.nei_cont_news .news_img {
    position: relative;
}

.nei_cont_news .news_img span {
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    padding: 10px 25px;
    background-color: #999999;
    border-radius: 5px;
    color: #fff;
}

.nei_cont_news .nei_news_inlist h3 {
    line-height: 45px;
    color: #434343;
    font-size: 16px;
    transition: all 0.3s;
}

.nei_cont_news .nei_news_inlist:hover h3 {
    color: #f6b517;
}

.nei_cont_news .nei_news_inlist p {
    line-height: 30px;
    color: #939393;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    word-break: break-all;
    max-height: 85px;
}

.nei_cont_news .col-md-4 {
    margin-bottom: 30px;
}


/*联系我们*/
.nei_cont_contact {
    padding: 50px 0;
}

.nei_cont_contact .contact_list h3 {
    margin-bottom: 20px;
    font-size: 18px;
    color: #707070;
}

.nei_cont_contact .contact_list h3 i {
    font-size: 25px;
    color: #d89d0e;
    margin-right: 10px;
}

.nei_cont_contact .contact_list {
    line-height: 30px;
    color: #989898;
}

.nei_cont_contact .contact_list .contact_inlist {
    border: 1px solid #ccc;
    padding: 35px;
    border-bottom: 3px solid #f6b517;
}

.contact_message {
    padding: 30px 0;
}

.contact_message h3 {
    font-size: 24px;
    text-align: center;
    line-height: 40px;
    margin: 15px 0;
    color: #333333;
}

.contact_message form {
    width: 50%;
    margin: 0 auto;
}

.contact_message input {
    display: block;
    border: 1px solid #ccc;
    height: 45px;
    line-height: 45px;
    padding: 0 15px;
    width: 100%;
    margin: 15px 0;
}

.contact_message #name,
.contact_message #email {
    display: inline-block;
    width: 48%;
}

.contact_message #email {
    float: right;
}

.contact_message textarea {
    width: 100%;
    outline: none;
    padding: 15px;
    margin: 15px 0;
    resize: none;
    height: 120px;
    border: 1px solid #ccc;
}

.contact_message #submit {
    width: 130px;
    text-align: center;
    padding: 5px;
    background-color: #f6b517;
    line-height: normal;
    color: #fff;
    font-size: 16px;
    outline: none;
}

.contact_map #dituContent {
    border: none !important;
}

/*新闻详情*/
.nei_cont_newxp {
    padding: 50px 0;
}

.nei_cont_newxp h3 {
    font-size: 25px;
    text-align: center;
}

.nei_cont_newxp .newxp_cont {
    font-size: 16px;
    padding: 0 4%;
    line-height: 30px;
}

.nei_cont_newxp .data {
    text-align: right;
    display: block;
    text-align: center;
    line-height: 40px;
    font-size: 13px;
    margin: 10px 0;
}

/*案例详情*/
.nei_cont_casexp {
    padding: 50px 0;
}

.page_pro {
    margin: 2.5rem 0;
}

.page_pro ul {
    clear: both;
    display: inline-block;
}

.page_pro li {
    float: left;
    padding: 5px 1rem;
    background-color: #f5f5f5;
    font-size: 1.6rem;
    margin: 0 1rem;
}

.page_pro li a {
    font-size: 1.6rem;
}


/*案例详情*/
.nei_cont_casexp {
    overflow: hidden;
}

.case_bigimg {
    margin-bottom: 15px;
}

.case_imglist {
    position: relative;
}

.case_imglist .gallery-thumbs {
    width: 90%;
    float: left;
    margin-left: 5%;
}

.case_imglist span {
    width: 3%;
    background-color: #ccc;
    height: 58px;
    top: 0;
    margin: 0;
    background-size: 50%;
}

.case_imglist span:focus {
    outline: none;
}

.case_imglist .fr {
    right: 0;
}

.case_imglist .fl {
    left: 0;
}

.nei_cont_casexp .case_right {
    padding: 30px;
    line-height: 30px;
}

.nei_cont_casexp .case_right h3 {
    font-size: 25px;
    margin-bottom: 15px;
}

.case_cansu {
    margin-bottom: 30px;
}

.case_cansu .case_tit p {
    color: #fff;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    padding: 10px 20px;
    background-color: #f6b517;
}

.case_cansu .case_cont {
    border: 2px solid #eaeaea;
    width: 100%;
    padding: 15px 20px;
    line-height: 25px;
    font-size: 14px;
    color: #707070;
    min-height: 300px;
}

body {
    padding-top: 90px;
}

.ban_img img {
    width: 100%;
}

/*响应式*/

@media(min-width: 1920px) {
    .container {
        width: 1440px;
    }
}
/* @media(max-width: 1440px) {
    .container {
        width: 1300px;
    }
}

@media(max-width: 1366px) {
    .container {
        width: 1200px;
    }
} */
@media(max-width: 1500px){
    #index_nav ul li{
        padding: 0 5px;
        font-size: 14px;
    }
}
@media(max-width: 1200px) {
    .tit_num img{
        width: 90px !important;
    }
    .ind_contact .col-md-2{
        width: 17%;
    }
    .ind_contact{
        overflow: hidden;
    }
    .ind_contact .col-md-10{
        width: 80%;
        float: left;
    }
    #index_nav .ico{
        width: auto;
    } 
     #index_nav .yuyan{
        width: 3%;
     }
    #index_nav .logo{
        width: 18%;
    }
    #index_nav ul{
        width: 80%;
    }
    #index_nav .logo img{
        width: 100%;
    }
    .contact_list .col-md-3{
        width: 25%;
        float: left;
        padding-left: 7.5px;
        padding-right: 7.5px
    }
    .nei_cont_news .nei_news_inlist p{
        line-height: 22px;
        max-height: 70px;
    }
    .maoyi_pro_list .col-md-4{
        width: 33.33%;
        float: left;
    }
    .maoyi_case_list .container .col-md-3{
        width: 25%;
        float: left;
    }
    .maoyi_case_list{
        overflow: hidden;
    }
    .nei_cont_news .col-md-4{
        width: 33.33333%;
        padding: 0 7.5px;
        float: left;
    }

}
@media(max-width: 1366px) {
    /* .ind_title h3 {
        font-size: 35px;
    }

    .ind_title h3 span {
        font-size: 16px;
    } */

    .maoyi_list_left {
        left: 5%;
    }

    .maoyi_list_right ul {
        margin-bottom: 15px;
    }

    .maoyi_list {
        padding-left: 40%;
    }

    .ind_contact #dituContent {
        height: 300px !important;
    }

}

@media(max-width: 1280px) {
    .ind_banner .ban_txt p {
        width: 30%;
    }

    .ind_about .about_text {
        margin: 20px 0;
        line-height: 30px;
    }

    .ind_maoyi .ind_title .tit_num {
        margin: 0 0 15px;
    }

    .yewu_text {
        font-size: 15px;
        line-height: 25px;
    }

    .ind_hezuo .ind_title .tit_num,
    .ind_contact .ind_title .tit_num {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .ind_hezuo.active .hezuo_list,
    .news_list {
        margin-top: 3%;
    }

    .nei_cont_about img {
        width: 100%;
    }
}
 @media(max-width: 1200px){
    .about_text p{
        margin: 0 1%;
    }
    .matimg{
        width: 75%;
        float: left;
    }
    .hzimg{
        width: 33%;
        float: left;
    }
    .parcon{
        width: 75%;
        float: left;
    }
    .ind_title{
        width: 20%;
      
    }
    .hezuo_list ul li{
        float: left;
    }
    .news_list .col-md-6{
        width: 28%;
        float: left;
    margin-right: 3% !important;
    margin-left: 2%;
    }
    .listcon{
        width: 25%;
        float: left;
    }
}

@media(max-width: 1024px) {
    /* .ind_title h3 {
        font-size: 30px;
        line-height: 30px;
    }

    .ind_title h3 span {
        font-size: 14px;
    } */

    .ind_banner .ban_txt h3 {
        font-size: 35px;
    }

    .ind_banner .ban_txt p {
        font-size: 18px;
    }

    .ind_about,
    .ind_maoyi,
    .ind_yewu,
    .ind_hezuo,
    .ind_news,
    .ind_contact {
        padding: 30px;
    }

    .ind_maoyi .col-md-10 {
        width: 80%;
        float: left;
    }

    .ind_maoyi .col-md-2 {
        width: 20%;
        float: right;
        padding-right: 20px;
    }

    .ind_maoyi,
    .ind_yewu,
    .ind_hezuo,
    .ind_news,
    .ind_contact {
        overflow: hidden;
    }

    .maoyi_list_left {
        left: 3%;
    }

    .ind_hezuo .col-md-9 {
        width: 70%;
        float: left;
    }

    .ind_hezuo .col-md-3 {
        width: 30%;
        float: right;
        padding-right: 20px;
    }

    .ind_hezuo .hezuo_list .col-md-3 {
        width: 23%;
        margin: 0 1%;
    }

    .ind_hezuo .hezuo_list img {
        width: 100%;
    }

    .ind_hezuo .hezuo_list p {
        line-height: 25px;
        margin-bottom: 10px;
        font-size: 12px;
    }

    .news_inlist {
        overflow: hidden;
    }

    .news_inlist .col-md-4 {
        width: 40%;
        float: left;
    }

    .news_inlist .col-md-8 {
        width: 60%;
        float: left;
    }

    .news_list .col-md-6 {
        width: 50%;
        float: left;
    }

    .news_inlist h3 {
        line-height: 28px;
    }

    .news_inlist .data {
        line-height: 25px;
    }

    .news_inlist p {
        line-height: 20px;
    }

    .ind_contact .col-md-10 {
        width: 83%;
        float: left;
    }

    .ind_contact .col-md-2 {
      
        float: right;
        padding-right: 20px;
    }

    .ind_contact .contact_list .col-md-3 {
        width: 33.33%;
        float: left;
        padding-right: 20px;
       
    }

    .maoyi_nav li {
        margin: 0 5px;
    }

 

    .nei_cont_news .nei_news_inlist p {
        line-height: 22px;
    }

    .nei_cont_news .news_img span {
        padding: 5px 15px;
    }

    .nei_cont_news .nei_news_inlist h3 {
        line-height: normal;
        margin: 10px 0;
    }

    .nei_cont_contact .contact_list {
        overflow: hidden;
    }

    /* .nei_cont_contact .contact_list .col-md-3 {
        width: 23%;
        float: left;
        margin: 0 1%;
    } */

    .nei_cont_contact .contact_list .contact_inlist {
        padding: 25px 15px;
    }

    .nei_cont_contact {
        padding: 25px 0;
    }

    .maoyi_pro_list .col-md-3 {
        width: 23%;
        float: left;
        margin: 0 1% 15px;
    }

    .maoyi_case_list,
    .maoyi_pro_list {
        overflow: hidden;
    }

 
    .nei_cont_honour .col-md-4 {
        width: 31%;
        float: left;
        margin: 0 1% 15px;
    }
    .news_list .col-md-6{
        width: 37%;
    }

}

@media (max-width: 990px){
    .news_list .col-md-6{
        width: 50%;
        padding: 0 15px;
        margin-left: 0;
        margin-right: 0 !important;
    }
    .ind_hezuo .hezuo_top h3{
        font-size: 18px;
    }
    .ind_hezuo.active .hezuo_top p{
        font-size: 14px;
    }
    .contact_list .col-md-3{
        width: 100%;
        margin-bottom: 15px;
    }
    body{
        padding-top: 0
    }
    #index_nav ul li{
        width: 20%;
        font-size: 14px;
    }
    .midde_header{
        display: block;
        /* position: fixed; */
        overflow: hidden;
        width: 100%;
        height: 80px;
        background: #fff;
        top: 0;
        z-index: 999;
    }
    .midde_header .backprev{
        margin-top: 10px;
    }
    #index_nav {
        display: none;
    }
}

@media(max-width: 770px) {
 
    .ind_title h3{
        font-size: 3.5rem;
        line-height: 3.8125rem;
    }

    /* .nei_banner{
        margin-top: 80px;
    } */
    body{
        padding-top: 0;
    }
    .nei_cont_contact{
        padding-left: 10px;
        padding-right: 10px;
    }
    .maoyi_pro, .maoyi_case{
        padding: 0 10px;
    }
    .contact_list{
        display: none;
    }
    .ind_yewu .ind_title, .ind_about .ind_title, .ind_news .ind_title{
        width: 100%;
    }
    .col-md-8 .fr{
        font-size: 12px;
    }
    .table-responsive{
        min-height: .01%;
    overflow-x: auto;
    }
    .maoyi_case_list .container .col-md-3{
        
        width: 48%;
        margin-left: 1%;
        margin-right: 1%;
        text-align: center;
    }

    .ind_contact .contact_list .col-md-3{
        width: 50%;
        margin-bottom: 20px;
    }
    
    /* .ind_banner{
        margin-top: 80px;
    } */


    .ind_banner {
        z-index: -1;
    }

    .ind_about,
    .ind_maoyi,
    .ind_yewu,
    .ind_hezuo,
    .ind_news
    {
        display: flex;
    }

    .maoyi_list_left {
        width: 35%;
        top: 20px;
    }

    .maoyi_list_left img {
        width: 100%;
    }

    .maoyi_list_right {
        padding: 5% 0;
    }

    .maoyi_list_right ul li {
        margin-left: 10px;
    }

    .maoyi_list {
        margin-bottom: 30px;
    }

    .ind_yewu li {
        width: 22%;
        margin: 0 1.5%;
    }

    .ind_yewu .yewu_inlist p {
        font-size: 12px;
        padding: 5px;
    }

    .ind_hezuo .hezuo_top h3 {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .ind_hezuo .hezuo_top p {
        font-size: 12px;
        line-height: normal;
    }

    .ind_hezuo .hezuo_list .col-md-3 {
        width: 31%;
        margin: 0 1%;
    }

    .ind_hezuo .col-md-3 {
        width: 20%;
    }

    .ind_hezuo .col-md-9 {
        width: 78%;
    }

    .ind_hezuo .more {
        width: 85%;
    }

    .news_inlist .col-md-4 {
        width: 100%;
        padding-right: 0
    }

    .news_inlist .col-md-8 {
        width: 100%;
    }

    .news_inlist {
        padding: 0 15px;
    }

    .news_inlist h3 {
        margin-top: 10px;
    }

    .news_inlist .data {
        line-height: 30px;
    }

    .ind_contact .col-md-10 {
        width: 80%;
    }

    .ind_contact #dituContent {
        height: 180px !important;
    }

    /* .contact_list {
        display: none;
    } */

    .maoyi_nav {
        padding: 35px 0;
    }

    .maoyi_nav ul {
        width: 100%;
    }

    .maoyi_nav li {
        font-size: 12px;
    }

    .maoyi_table table {
        width: 80%;
    }

    .maoyi_pro_title p {
        font-size: 14px;
    }

    .maoyi_pro_title h3 {
        font-size: 25px;
        line-height: 35px;
    }

    .nei_content .contact_list {
        display: block;
    }

    .nei_cont_contact .contact_list .contact_inlist {
        padding: 15px 10px;
    }

    .contact_inlist {
        font-size: 12px;
    }

    .nei_cont_contact .contact_list h3 {
        margin-bottom: 15px;
    }

    .nei_cont_contact .contact_list {
        line-height: 25px;
    }

    .contact_message {
        padding: 15px 0;
    }

    .contact_message form {
        width: 70%;
    }

    .contact_map #dituContent {
        height: 250px !important;
    }

    .nei_cont_newxp .newxp_cont {
        padding: 15px;
    }

    .jiagong_table table tr:first-child {
        font-size: 16px;
        line-height: 35px;
    }

    .maoyi_table img {
        width: 100%;
    }

}


@media(max-width: 580px) {
    .ind_banner .ban_txt {
        padding-top: 30%;
    }

.mob_ljxx a{
    color: #ffbe21;
    font-size: 16px;
}

.ind_hezuo .ind_title h3 {
    margin-bottom: 10px;
}
.ind_news .non{
    display: none;
}
.ind_title{
    margin-bottom: 20px;
}
.news_list .col-md-6{
    padding: 0 5px;
}


/* .mob_ljxx{
    margin-bottom: 30px;
} */
.mob_title.ind_title{
    width: 60%;
}
    .ind_banner .ban_txt h3 {
        font-size: 25px;
    }
    .ind_title h3{
        font-size: 20px;
        width: 100%;
        text-align: left;
    }
    .ind_contact .contact_list .col-md-3{
        width: 100%;
        margin-bottom: 20px;
    }

    .ind_banner .ban_txt p {
        width: 60%;
        font-size: 16px
    }

    .tit_num {
        display: none !important;
    }

    .ind_about,
    .ind_maoyi,
    .ind_yewu,
    .ind_hezuo,
    .ind_news,
    .ind_contact {
        padding: 15px;
    }

    .ind_about .about_text {
        margin: 10px 0;
        line-height: 25px;
        /* font-size: 12px; */
    }

    .ind_maoyi .col-md-10,
    .ind_hezuo .col-md-9,
    .ind_contact .col-md-10 {
        width: 100%;
    }

    .maoyi_list_left {
        display: none;
    }

    .maoyi_list {
        padding-left: 0
    }

    .ind_hezuo .hezuo_top,
    .ind_contact .col-md-2,
    .ind_maoyi .col-md-2,
    .ind_hezuo .col-md-3.ind_title {
        display: none;
    }

    .ind_maoyi .mob_title {
        display: block;
        float: left;
        width: 100%;
    }

    .ind_hezuo .mob_title {
        display: block;
        float: left;
        text-align: left;
    }

    .ind_hezuo .ind_title h3:after {
        left: 0;
    }

    .ind_hezuo .hezuo_list .col-md-3 {
        width: 45%;
        margin: 0 2%;
    }

    .ind_hezuo .hezuo_list {
        margin-top: 0;
    }

    .news_inlist h3 {
        line-height: 22px;
        font-size: 14px;
    }

    .ind_contact {
        display: inherit;
    }

    .ind_contact .mob_title {
        display: block;
        float: left;
        text-align: left;
    }

    .fp-auto-height .container {
        padding: 20px 15px;
        line-height: 25px;
    }

    /* .ind_title h3 {
        font-size: 25px;
    } */

    .about_imglist .about_inlist {
        padding: 10px 0;
    }

    .maoyi_list {
        margin-bottom: 15px;
    }

  

    .news_inlist {
        padding: 0 7.5px;
    }

    .nei_nav {
        font-size: 14px;
    }

    .nei_nav li {
        padding: 0 15px;
        line-height: 40px;
    }

    .nei_nav .fr {
        display: none;
    }

    .maoyi_nav {
        padding: 20px 0;
    }

    .maoyi_nav ul {
        flex-wrap: wrap;
    }

    .maoyi_nav li {
        width: 30%;
        margin-bottom: 15px;
    }

    .maoyi_table {
        padding: 15px
    }

    .maoyi_table_page ul {
        margin: 15px 0;
    }

    .maoyi_table_page li {
        margin: 0 5px;
    }

    .maoyi_table_page {
        padding: 0;
    }

    .maoyi_pro_title h3 {
        font-size: 22px;
    }

    .maoyi_pro_title p {
        font-size: 14px;
        line-height: normal;
        margin: 5px 0;
    }

    .maoyi_pro_list .col-md-3,
    .maoyi_case_list .col-md-3 {
        width: 48%;
    }

    .maoyi_case_list .col-md-3 p {
        line-height: 35px;
    }

    .jiagong_table table {
        width: 100%;
    }

    .nei_cont_news .nei_news_inlist h3 {
        font-size: 14px;
    }

    .nei_cont_news .nei_news_inlist p {
        font-size: 12px;
        line-height: 20px;
        max-height: 65px;
    }

    .nei_cont_news .col-md-4 {
        width: 50%;
    }

    .nei_cont_news {
        padding: 20px 0;
    }

    .nei_cont_newxp h3 {
        font-size: 20px;
    }

    .nei_cont_newxp .data {
        line-height: 30px;
    }

    .nei_cont_newxp .newxp_cont {
        line-height: 25px;
        font-size: 12px;
    }

    .nei_cont_contact,
    .nei_cont_maoyi,
    .maoyi_case_lis,
    .nei_cont_jiagong,
    .nei_cont_news,
    .maoyi_case_list,
    .nei_cont_honour {
        padding: 15px;
    }

    .nei_cont_contact .contact_list .col-md-3 {
      
        margin-bottom: 15px;
    }

    .nei_cont_contact .contact_list h3 i {
        font-size: 18px;
    }

    .nei_cont_contact .contact_list h3 {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .contact_message form {
        width: 100%;
    }

    .contact_message h3 {
        font-size: 22px;
        line-height: 35px;
        margin: 0;
    }

    .contact_message input {
        height: 35px;
        line-height: 35px;
        margin: 7.5px 0;
    }

    .container {
        width: 100%;
    }


}


@media(max-width: 480px){
   .col-md-8 a.fr{
    float: left;
    margin-bottom: 5px;
   }
   .col-md-8 .data{
       display: block;
   }
   .col-md-8 P{
       width: 100%;
       
   }
}






















/* 程序中的分页样式 */
#page {
    clear: both;
    /* height:40px; */
    margin: 0 auto;
    text-align: center;
    display: table;
    margin: 0px auto;
    /* margin: 30px auto; */
}

#page li {
    float: left;
    padding: 5px 14px;
    border: 1px solid #CCCCCC;
    margin-right: 6px;
    color: #666;
    font-size: 12px;
    list-style: none;
}

#page li:hover {
    border: 1px solid #d89d0e;
}

#page li:hover a {
    color: #d89d0e
}

#page li a {
    color: #666
}

#page li.active {
    border: 1px solid #d89d0e;
    background-color: #d89d0e;
    color: #FFFFFF
}

#page li.active a {
    color: #fff
}

#page li.thisclass {
    border: 1px solid #d89d0e;
    background-color: #d89d0e;
    color: #FFFFFF
}

#page li.thisclass a {
    color: #fff
}

