@CHARSET "UTF-8";
body {
    padding-top: 50px;
    font-size: 14px;
}

ul {
    margin-block-start: 0em;
    margin-block-end: 0em;
    padding-inline-start: 0px;
    padding-inline-end: 0px;
}

@media(max-width: 767px) {
    body {
        padding-top: 70px;
    }
}

.clearfix {
    clear: both;
}

body.body-white {
    background: #fff;
}

ul,
ol,
dl {
    list-style-type: none;
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    padding-left: 0px;
}

a:hover {
    text-decoration: none;
    color: #f4ab22;
}

.navbar-fixed-top,
.navbar-fixed-bottom,
.navbar-static-top {
    margin-right: 0px;
    margin-left: 0px;
}

.navbar .nav .user {
    padding: 0;
    line-height: 70px;
}

.navbar .nav .user .headicon {
    margin: 0 5px;
    height: 30px;
}

.navbar .nav .user .caret {
    vertical-align: middle;
    margin: 0 5px;
}


/*tc widget*/

.tc-main {
    margin-top: 20px;
    padding-bottom: 20px;
}


/*tc-box*/

.tc-box {
    background: #f4f4f4;
    padding: 5px 10px;
    margin: 0 0 10px 0;
}

.body-white .tc-box {
    border: solid 1px #eee;
}

.tc-box.first-box {
    margin: 0 0 10px 0;
}

.tc-box.article-box {
    padding: 25px 50px;
}

.tc-box.article-box hr {
    border-top: 1px dashed #e6e6e6;
}


/*tc-box end */


/* The blog boxes */


/*.tc-gridbox {
  background-color: #ececec;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0px 1px 1px #a8a8a8;
  -moz-box-shadow: 0px 1px 1px #a8a8a8;
  box-shadow: 0px 1px 1px #a8a8a8;
  margin-bottom: 40px;
}*/

.tc-gridbox-container {
    width: 25%;
    float: left;
}

.tc-gridbox {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: solid 1px #eee;
    background: #fff;
    cursor: pointer;
}

.tc-gridbox {
    margin: 0 10px 20px 10px;
}

.tc-gridbox:hover {
    -webkit-box-shadow: 0 0 10px 1px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0 0 10px 1px rgba(50, 50, 50, 0.1);
    box-shadow: 0 0 10px 1px rgba(50, 50, 50, 0.1);
}

.tc-gridbox a {
    text-decoration: none;
}

@media ( min-width: 768px) and (max-width: 979px) {
    .tc-gridbox {
        display: block;
        float: none;
        width: 95%;
    }
}

@media ( max-width: 979px) {
    .tc-gridbox-container {
        display: block;
        float: none;
        width: 100%;
    }
    .tc-gridbox {
        margin: 0 0 10px 0;
    }
}

.tc-gridbox .header {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
    background: #fff;
}

.tc-gridbox .footer {
    padding: 5px 14px 5px 14px;
    text-align: right;
    background: #fff;
}

.tc-gridbox .header .item-image {
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
}

.tc-gridbox .header img {
    margin-bottom: 5px;
    width: 100%;
    /*-webkit-transition: all 0.8s ease-in-out;*/
    /*-moz-transition: all 0.8s ease-in-out;*/
    /*-o-transition: all 0.8s ease-in-out;*/
    /*-ms-transition: all 0.8s ease-in-out;*/
    /*transition: all 0.8s ease-in-out;*/
}

.tc-gridbox .header img:hover {
    /*-webkit-transform: scale(1.2) rotate(2deg);*/
    /*-moz-transform: scale(1.2) rotate(2deg);*/
    /*-o-transform: scale(1.2) rotate(2deg);*/
    /*-ms-transform: scale(1.2) rotate(2deg);*/
    /*transform: scale(1.2) rotate(2deg);*/
}

.tc-gridbox .header h3 {
    color: #454a4e;
    margin: 0 5px;
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 24px;
}

.tc-gridbox .header h3 a,
.tc-gridbox .header h3 a:focus,
.tc-gridbox .header h3 a:hover {
    color: #454a4e;
    white-space: nowrap;
}

.tc-gridbox .header .meta {
    color: #5a6065;
}

.tc-gridbox .header hr {
    border-top-color: #eee;
    border-bottom: none;
    margin: 5px 0;
}

.tc-gridbox .body {
    padding-right: 14px;
    padding-left: 14px;
    margin-bottom: 14px;
    color: #343a3f;
}

.tc-gridbox .body a {
    color: #666;
}

.tc-gridbox .body a:hover {
    color: #428bca;
}

.tc-gridbox .btn {
    float: right;
    margin-right: 10px;
    margin-bottom: 18px;
}


/*masonary*/

.masonary-container .item {
    margin-bottom: 20px;
}

.masonary-container .item h3 {
    line-height: 100%;
}

.masonary-container .grid-sizer,
.masonary-container .item {
    width: 24.9%;
    margin: 10px 0.05%;
    float: left;
    zoom: 1;
}

@media ( max-width: 479px) {
    .masonary-container .grid-sizer,
    .masonary-container .item {
        width: 98%;
        margin: 10px 1%;
        float: left;
        zoom: 1;
    }
}

@media ( min-width: 480px) and (max-width: 767px) {
    .masonary-container .grid-sizer,
    .masonary-container .item {
        width: 48%;
        margin: 10px 1%;
        float: left;
        zoom: 1;
    }
}


/*list Boxes
------------------------------------*/

.list-boxes {
    overflow: hidden;
    padding: 15px 20px;
    margin-bottom: 25px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    word-wrap: break-word;
    word-break: break-all;
    border: solid 1px #eee;
}

.list-boxes:hover {
    border: solid 1px #ddd;
}

.list-boxes h2 a {
    color: #555;
}

.list-boxes:hover h2 a {
    color: #f90;
}

.list-boxes .list-actions a {
    font-size: 16px;
    text-decoration: none;
}

.list-boxes p a {
    color: #72c02c;
}

.list-boxes .list-boxes-img li i {
    color: #72c02c;
    font-size: 12px;
    margin-right: 5px;
}

.list-boxes .list-boxes-img img {
    display: block;
    margin: 5px 10px 10px 0;
}

.list-boxes h2 {
    margin-top: 0;
    font-size: 20px;
    line-height: 20px;
}

.list-boxes ul.list-boxes-rating li {
    display: inline;
}

.list-boxes ul.list-boxes-rating li i {
    color: #f8be2c;
    cursor: pointer;
    font-size: 16px;
}

.list-boxes ul.list-boxes-rating li i:hover {
    color: #f8be2c;
}


/*list Colored Boxes*/

.list-boxes-colored p,
.list-boxes-colored h2 a,
.list-boxes-colored .list-boxes-img li,
.list-boxes-colored .list-boxes-img li i {
    color: #fff;
}


/*Red list Box*/

.list-boxes-red {
    background: #e74c3c;
}


/*Blue list Box*/

.list-boxes-blue {
    background: #3498db;
}


/*Grey list Box*/

.list-boxes-grey {
    background: #95a5a6;
}


/*Turquoise list Box*/

.list-boxes-sea {
    background: #1abc9c;
}


/*Turquoise Top Bordered list Box*/

.list-boxes-top-sea {
    border-top: solid 2px #1abc9c;
}

.list-boxes-top-sea:hover {
    border-top-color: #16a085;
}


/*Yellow Top Bordered list Box**/

.list-boxes-top-yellow {
    border-top: solid 2px #f1c40f;
}

.list-boxes-top-yellow:hover {
    border-top-color: #f39c12;
}


/*Orange Left Bordered list Box**/

.list-boxes-left-orange {
    border-left: solid 2px #e67e22;
}

.list-boxes-left-orange:hover {
    border-left-color: #d35400;
}


/*Green Left Bordered list Box**/

.list-boxes-left-green {
    border-left: solid 2px #72c02c;
}

.list-boxes-left-green:hover {
    border-left-color: #5fb611;
}


/*Green Right Bordered list Box**/

.list-boxes-right-u {
    border-right: solid 2px #72c02c;
}

.list-boxes-right-u:hover {
    border-right-color: #5fb611;
}


/*comments*/

.comment {
    margin-bottom: 10px;
}

.comment .avatar {
    height: 40px;
    width: 40px;
}

.comment-body {
    overflow: hidden;
}

.comment-content {
    padding-bottom: 2px;
    word-break: break-all;
    word-wrap: break-word;
}

.comment>.pull-left {
    margin-right: 10px;
}

.comment .time {
    color: #ccc;
    font-size: 12px;
    line-height: 14px;
}

.comment-postbox-wraper {}

.comment-postbox {
    width: 100%;
    padding: 10px;
}

.comment-reply-box {
    position: relative;
}

.comment-reply-box .textbox {
    width: 100%
}

.comment-reply-submit .btn {
    margin-top: 20px;
}


/*ranking box*/

.ranking ul li {
    padding: 5px 0;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px dashed #f0f0f0;
}

.ranking ul.unstyled li i {
    margin-right: 5px;
}

.ranking li i {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-right: 15px;
    font-style: normal;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    vertical-align: middle;
    background-color: #aaa;
}

.ranking li.top3 i {
    background: #FC9B0B;
}


/*comment ranking box*/

.comment-ranking .comment-ranking-inner {
    padding: 10px;
    background: #f7f7f7;
    position: relative;
    margin-bottom: 10px;
    /*border-top: solid 2px #eee;*/
}

.comment-ranking .comment-ranking-inner,
.comment-ranking .comment-ranking-inner:after,
.comment-ranking .comment-ranking-inner:before {
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.comment-ranking .comment-ranking-inner:after,
.comment-ranking .comment-ranking-inner:before {
    width: 0;
    height: 0;
    right: 0px;
    bottom: 0px;
    content: " ";
    display: block;
    position: absolute;
}

.comment-ranking .comment-ranking-inner:after {
    border-top: 15px solid #eee;
    border-right: 15px solid transparent;
    border-left: 0px solid transparent;
    border-left-style: inset;
    /*FF fixes*/
    border-right-style: inset;
    /*FF fixes*/
}

.comment-ranking .comment-ranking-inner:before {
    border-bottom: 15px solid #fff;
    border-right: 0 solid transparent;
    border-left: 15px solid transparent;
    border-left-style: inset;
    /*FF fixes*/
    border-bottom-style: inset;
    /*FF fixes*/
}

.comment-ranking .comment-ranking-inner:hover {
    border-color: #FC9B0B;
    border-top-color: #FC9B0B;
    background: #f0f0f0;
}

.comment-ranking .comment-ranking-inner:hover:after {
    border-top-color: #FC9B0B;
}

.comment-ranking .comment-ranking-inner span.comment-time {
    color: #777;
    display: block;
    font-size: 11px;
}

.comment-ranking .comment-ranking-inner a {
    text-decoration: none;
}

.comment-ranking .comment-ranking-inner a:hover {
    text-decoration: underline;
}

.comment-ranking .comment-ranking-inner i.fa {
    top: 2px;
    color: #bbb;
    font-size: 18px;
    position: relative;
}


/*ThinkCMF Photos*/

ul.tc-photos {
    margin: 0;
}

.tc-photos li {
    display: inline;
}

.tc-photos li a {
    text-decoration: none;
}

.tc-photos li img {
    opacity: 0.6;
    width: 50px;
    height: 50px;
    margin: 0 2px 8px;
    border: 1px solid #ddd;
}

.tc-photos li img:hover {
    opacity: 1;
    border: 1px solid #f90;
    /* box-shadow: 0 0 0 1px #f90; */
}


/**/


/*Blog Posts
------------------------------------*/

.posts .dl-horizontal a {}

.posts .dl-horizontal {
    margin-bottom: 15px;
    overflow: hidden;
}

.posts .dl-horizontal dt {
    width: 60px;
    float: left;
}

.posts .dl-horizontal dt .img-wraper {
    display: block;
    width: 55px;
    height: 55px;
    padding: 1px;
    margin-top: 2px;
    border: solid 1px #ddd;
}

.posts .dl-horizontal dt img {
    width: 100%;
    height: 100%;
    /* width: 55px;
    height: 55px;
    padding: 1px;
    margin-top: 2px;
    border: solid 1px #ddd; */
}

.posts .dl-horizontal dd {
    margin-left: 70px;
}

.posts .dl-horizontal dd p {
    margin: 0;
}

.posts .dl-horizontal dd a {
    font-size: 14px;
    line-height: 16px !important;
}

.posts .dl-horizontal dd a:hover {
    text-decoration: none;
}

.posts .dl-horizontal:hover dt img,
.posts .dl-horizontal:hover dd a {
    color: #FC9B0B;
    border-color: #FC9B0B !important;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.navbar-brand {
    padding: 0px 0px;
}

.navbar-brand img {
    max-width: 100%;
}

@media (min-width: 768px) {
    .navbar-nav>li>a {
        padding: 8px 3px;
        margin: 0px 3px;
    }
}

@media (max-width: 768px) {
    .navbar-brand {
        max-width: 225px;
    }
}

@media (max-width: 414px) {
    .navbar-brand {
        padding-right: 0px;
        max-width: 210px;
    }
    h2 {
        font-size: 24px;
    }
}

@media (max-width: 320px) {
    .navbar-brand {
        padding-right: 0px;
        max-width: 175px;
    }
}


/* .navbar .navbar-nav>li>a:hover {
    color: #fff;
    background-color: #f4ab22;
    border-radius: 0px 0px 5px 5px;
} */

.navbar-toggle .icon-bar {
    background-color: #f4ab22;
}

.navBg {
    background-color: #39b06c;
    min-height: auto;
    box-shadow: 0 5px 5px rgb(0 0 0 / 10%);
}

.navBg .navbar-header {
    display: none;
}

.navBg .navbar-nav>.active>a {
    border-radius: 0px;
}

.navbar-header {
    float: inherit;
}

.navbar-brand {
    height: auto;
    margin-top: 6px;
}

.yuyan {
    float: right;
    background: url(../images/Chinese.png) no-repeat left center;
    padding-left: 24px;
    margin-top: 20px;
}

.English {
    background: /* url(../images/English.png) no-repeat left center*/
    none;
    padding-left: 20px;
    border-left: 1px solid #e1e1e1;
    margin-left: 20px;
    background-size: 18px auto;
}

.English a {
    color: #000;
}

.English a:hover {
    color: #f4ab22
}

@media (max-width: 767px) {
    .navbar-collapse {
        background-color: #fff;
    }
    .navbar .navbar-nav>li>a {
        color: #000;
        border-bottom: 1px dashed #eee;
    }
    #main-menu {
        display: block;
    }
    .navbar-nav {
        margin: 0px;
    }
    .navbar-brand {
        margin-top: 25px;
    }
    .yuyan {
        margin-top: 25px;
    }
    .navbar-nav .open .dropdown-menu {
        background-color: #f4f4f4;
    }
}

.sy-box .sy-pager li.sy-active a {
    background-color: #f4ab22;
}

.dropdown-menu {
    padding: 0px;
    border: 0px solid #fff;
}

.dropdown-menu li {
    text-align: center;
}

.dropdown-menu>li>a {
    color: #fff;
}

.dropdown-menu .open a:hover {
    background-color: #73a856
}

@media (max-width: 767px) {
    .dropdown-menu>li>a {
        color: #000;
    }
}

.navbar-default {
    background-color: #fff;
    box-shadow: 0px 0px 5px #888888;
}


/*底部样式*/

.footer-upper,
.footer-bottom {
    background-color: #f4f4f4;
    color: #333;
}

.footer-upper h2 {
    font-size: 20px;
    margin-bottom: 25px;
}

.footer-upper {
    padding: 30px 0px 0px;
    z-index: 1;
}

.links {
    padding-left: 0px;
}

.links li {
    width: 33.33%;
    float: left;
}

@media (max-width: 767px) {
    .links li {
        width: 50%;
    }
}

.links a {
    display: inline-block;
    background-color: #fff;
    height: 40px;
    margin-right: 10px;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 5px;
    align-items: center;
    display: flex;
    overflow: hidden;
    color: #333;
    justify-content: center;
}

.links a:hover {
    background-color: #f4ab22;
    color: #fff;
}

.contact-info {
    position: relative;
    margin-bottom: 10px;
}

.contact-info li {
    position: relative;
    margin: 0px 0px 7px;
    color: #333;
    line-height: 30px;
}

.erweima {
    position: absolute;
    right: 15px;
    top: 20px;
    display: flex;
}

.erweima p {
    margin-left: 10px;
    text-align: center;
}

.erweima img {
    width: 102px;
}

.footer-bottom {
    padding: 15px 0px;
    background-color: #181919;
}

.contact-info {
    padding-left: 0px;
}

.copyright {
    color: #aaa;
}


/*首页样式*/

.index-title .text {
    border-bottom: 4px solid #ddd;
    padding-bottom: 5px;
    display: inline-block;
}

.fLeft {
    float: left;
}

.fRight {
    float: right;
}

.news_top {
    margin-top: 30px;
}

.news_top a {
    display: inline-block;
    margin-left: 10px;
    padding: 5px 15px;
    background-color: #eee;
    color: #333;
}

.news_top .a_focus {
    background-color: #f4ab22;
    color: #fff;
}

@media (max-width:414px) {
    .xiaoping {
        float: none;
    }
    .xp_nav {
        float: none;
        display: flex;
        justify-content: center;
    }
    .xp_nav a:first-child {
        margin-left: 0px;
    }
    .erweima {
        width: 80px;
        display: none;
    }
}

.index_news {
    margin: 40px 0px;
}

.index-news-picbox {
    overflow: hidden;
    background-color: #f4f4f4;
    width: 500px;
    padding-bottom: 20px;
}

.index-news-pic {
    width: 500px;
    height: 472px;
    float: left;
    overflow: hidden;
    position: relative;
}

.index-news-pic ul,
.news_right ul {
    padding: 0px;
}

.image-box {
    height: 350px;
    background-color: #f4f4f4;
    overflow: hidden;
    margin-bottom: 0px;
}

.pro_list .image-box {
    height: 335px;
}

.index-news-point {
    float: left;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #fff;
    margin: 0 3px;
    cursor: pointer;
}

.index-news-point-active {
    background-color: #f4ab22;
}

.news_time {
    font-size: 14px;
    color: #999;
    margin-left: 20px;
    font-weight: normal;
}

.news_right {
    margin-left: 540px;
}

.news_right h3 {
    font-size: 18px;
    color: #000;
    height: 22px;
    overflow: hidden;
    line-height: 22px;
    margin-top: 22px;
}

.news_right .text {
    height: 43px;
    overflow: hidden;
}

.news_right li:hover h3 {
    color: #f4ab22;
}

.news_right li a {
    display: block;
    background: url(../images/list1.png) no-repeat left 5px;
    padding-left: 30px;
    border-bottom: 1px solid #eee;
    padding-bottom: 14px;
}

.news_right li a:hover {
    background: url(../images/list2.png) no-repeat left 5px;
}

#newsList div {
    display: none;
}

#newsList .open {
    background: url(../images/list2.png) no-repeat left 5px;
}

#newsList .open div {
    display: block;
}

.news_right li a {
    display: block;
}

@media(max-width: 990px) {
    .index-news-picbox {
        display: none;
    }
    .news_right {
        margin-left: 0px;
    }
}


/*荃银公告*/

h3 {
    font-size: 18px;
}

.gengduo {
    background: url(../images/gengduo.png) no-repeat right center;
    background-size: 6px auto;
    padding-right: 12px;
    color: #999;
}

.news_top .gengduo {
    background-color: transparent;
    color: #999;
}

.gengduo:hover {
    color: #f4ab22;
    background: url(../images/gengduo2.png) no-repeat right center;
    background-size: 6px auto;
}

.gonggao {
    margin: 20px 0px;
}

.gonggao dl {
    background-color: #f1f1f1;
    padding: 20px;
    display: flex;
}

.gonggao dt {
    width: 100px;
    border-right: 1px solid #eee;
    text-align: center;
    font-weight: 200;
    padding-right: 20px;
    font-size: 30px;
    color: #999;
    line-height: 26px;
    align-items: center;
}

.gonggao dt p {
    margin-bottom: 0px;
}

.gonggao dt span {
    font-size: 14px;
    margin-top: 0px;
}

.gonggao dd {
    flex: 1;
    margin-top: 0px;
    float: left;
    padding-left: 20px;
    align-items: center;
}

.h3_height {
    line-height: 26px;
    height: 26px;
    overflow: hidden;
}

.div_height {
    line-height: 26px;
    height: 26px;
    overflow: hidden;
}

.gonggao dd a {
    color: #000;
}

.gonggao dd a:hover {
    color: #f4ab22;
}

.gonggao dd h3 {
    background: url(../images/gonggao.png) no-repeat left center;
    background-size: 20px auto;
    padding-left: 35px;
    margin-top: 0px;
}

.gonggao dd:hover h3 {
    background: url(../images/gonggao1.png) no-repeat left center;
    background-size: 20px auto;
}

.gonggao dl:nth-child(1) h3 {
    background: url(../images/gonggao1.png) no-repeat left center;
    background-size: 20px auto;
}


/*集团子公司*/

.zigongsi {
    background-color: #39b06c;
    height: 634px;
    margin-bottom: 0px;
    padding: 50px 40px;
}

.zigongsi h2 {
    color: #fff;
}

.zigongsi .index-title .text {
    color: #9cd8b6;
    font-weight: 100;
}

.zigongsi_list {
    margin-top: 20px;
    color: #fff;
}

.zigongsi_list p {
    margin-bottom: 0px;
}

.zigongsi_list a {
    display: block;
    line-height: 36px;
    height: 36px;
    margin-bottom: 0px;
    font-size: 16px;
    color: #fff;
    margin-right: 15px;
}

.zidaohang {
    background: linear-gradient(to right, #f4ab22 0%, #f2cc23 100%);
}

.zidaohang a {
    margin-left: 15px;
}

.zigongsi_list p:hover {
    background: linear-gradient(to right, #f4ab22 0%, #f2cc23 100%);
}

.zigongsi_list a:hover {
    background: url(../images/jiantou.png) no-repeat right center;
    margin-left: 15px;
    background-size: 16px auto;
}

.zimenu p a:hover {
    margin-left: 15px;
}

.zigongsi_focus {
    background: linear-gradient(to right, #f4ab22 0%, #f2cc23 100%);
}

.zigongsi_focus a {
    background: url(../images/jiantou.png) no-repeat right center;
    margin-left: 15px;
    background-size: 16px auto;
}


/*关于荃银*/

.about_qy {
    margin-top: 50px;
    padding-top: 30px;
    background: url(../images/bgline.png) repeat-x;
}

.neirong {
    margin-top: -40px;
    background-color: #fff;
    padding: 40px;
}

.neirong h2 {
    font-size: 30px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 30px;
}

.neirong p {
    color: #666;
    letter-spacing: 1px;
    line-height: 30px;
    margin-bottom: 20px;
    font-size: 14px;
    text-align: justify;
}

.shipin {
    padding-right: 0px;
}

.quanshi {}

.quanshi h2 {
    font-size: 30px;
    margin-top: 0px;
    margin-bottom: 30px;
}

.quanshi p {
    color: #666;
    letter-spacing: 1px;
    line-height: 30px;
    font-size: 14px;
    text-align: justify;
}


/*企业荣誉*/

.rongyu .image-box {
    height: auto;
}

@media(max-width: 1199px) {
    .rongyu .image-box {
        max-height: 185px;
    }
}

@media(max-width: 992px) {
    .rongyu .image-box {
        max-height: 140px;
    }
}

@media(max-width: 767px) {
    .rongyu .image-box {
        max-height: 215px;
    }
    .chinese {
        display: none;
    }
}


/*产品中心*/

.sec-title {
    margin: 50px 0px;
}

.sec-title h2 {
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: 400;
}

.sec-title .text {
    font-size: 16px;
    color: #999;
}

.text {
    color: #999;
    letter-spacing: 1px;
    font-size: 13px;
    line-height: 24px;
    text-align: justify;
}

.proCenter {
    margin-top: 35px;
    margin-bottom: 30px;
}

.column {
    margin-bottom: 10px;
    padding: 15px;
    transition: all 0.8s;
}

@media (min-width: 1200px) {
    .proCenter .column {
        margin-top: -20px;
        margin-bottom: 40px;
    }
    .proCenter div.column:nth-child(2),
    .proCenter div.column:nth-child(5) {
        margin-top: 20px;
        margin-bottom: 0px;
    }
    /*.proCenter .column:nth-child(2) .image-box,.proCenter .column:nth-child(4) .image-box{ height:508px; position:relative; overflow: hidden;}
    .proCenter .column:nth-child(2) .content-box,.proCenter .column:nth-child(4) .content-box{ 
        background-color: transparent; position: absolute; left: 15px; right: 15px; bottom: 15px; color: #fff; padding-bottom: 0px;
        background: url(../images/probg.png) no-repeat left bottom; background-size: 100% ;
    }
    .proCenter .column:nth-child(2) .content-box h3 a,.proCenter .column:nth-child(4) .content-box h3 a{ color:#fff; }
    .proCenter .column:nth-child(2) .content-box .text,.proCenter .column:nth-child(4) .content-box .text{ color: #eee; margin-bottom: 15px;}*/
}

.column:hover {
    box-shadow: 0 1px 30px rgba(0, 0, 0, 0.15);
}

.proCenter .image-box {
    background-color: #f1f1f1;
    height: 175px;
    text-align: center;
}

.content-box {
    background-color: #f4f4f4;
    padding: 0px 20px;
}

.content-box h3 {
    margin-top: 0px;
    font-weight: 400;
    font-size: 18px;
    color: #000;
    line-height: 32px;
    padding-top: 5px;
    padding-bottom: 5px;
    overflow: hidden;
}

.index-news-pic .content-box h3 {
    height: 60px;
    line-height: 28px;
    margin-top: 5px;
}

.content-box a {
    color: #333;
}

.content-box a:hover {
    color: #73a856;
    text-decoration: none;
}

.content-box h3:hover {
    color: #f4ab22;
}

.image-box img {
    width: 100%;
    align-items: center;
    transition: all 0.8s;
}

.proCenter .image-box img {
    height: 100%;
    width: auto;
}

.image-box a {
    align-items: center;
    display: flex;
    overflow: hidden;
}

.proCenter .image-box a {
    display: block;
    overflow: hidden;
}

.column:hover .image-box img {
    transform: scale(1.05);
}

.content-box .text {
    height: 43px;
    overflow: hidden;
    margin-bottom: 5px;
}

.more {
    display: inline-block;
    margin: 30px auto;
    padding: 10px 60px;
    border: 1px solid #73a856;
    border-radius: 5px;
}

.more:hover {
    background-color: #73a856;
    color: #fff;
}


/*企业简介*/


/*.jianjie{background: url(../images/chan.jpg) no-repeat left bottom; background-size: cover; min-height:500px;}
.jianjie h2{ text-align: center; font-size: 34px; margin-bottom: 15px; }
.jianjie hr{ width: 100px; border-top: 5px solid #73a856; margin: 30px auto; }
.jianjie_main{ font-size: 16px; color: #444; line-height: 34px; text-align: justify; margin: 30px auto;margin-bottom: 30px; text-indent: 32px;}
.jianjie .col-lg-5{ background-color: rgba(255,255,255,0.95); padding:50px; }
@media (min-width: 1200px){

    .jianjie .col-lg-5{ float: right;}
}*/


/*企业风采*/

.tab-menu {
    text-align: center;
}

.tab-menu li {
    display: inline-block;
    position: relative;
    background-color: #eeeeee;
    color: #333;
    display: inline-block;
    padding: 10px 30px;
    opacity: 1;
    cursor: pointer;
    z-index: 0;
}

.tab-menu li:hover {
    color: #464646;
}

.tab-menu li.active {
    color: #fff;
    background-color: #f4ab22;
    opacity: 1;
}

.tab-menu li.active:hover {
    color: #fff;
}

.tab-content>div {
    box-sizing: border-box;
    padding: 40px 0px;
    min-height: 200px;
}

.line {
    position: absolute;
    width: 0;
    height: 2px;
    background-color: #f4ab22;
    bottom: 0;
    left: 0;
}

.tab-content .image-box a {
    background-color: #f1f1f1;
}

.tab-content .content-box h3 {
    font-size: 16px;
    text-align: center;
    padding-bottom: 0px;
}

.tab-content .content-box {
    background-color: #fff;
}

.tab-content .column {
    margin-bottom: 0px;
    padding-bottom: 0px;
}


/*入口样式*/

.blog-news-section {
    background-color: #fff;
}

.san_bg {
    background: url(../images/sanbg.jpg) no-repeat left center;
    background-size: cover;
    padding: 60px 0px 50px;
}

.san_main {
    text-align: center;
    display: flex;
}

.san_main a {
    flex: 1;
    display: block;
    color: #333;
    font-size: 18px;
}

.san_main div {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 100px;
    padding: 20px;
    border: 2px solid #999;
    border-radius: 50%;
    margin-bottom: 20px;
}

.san_main a:nth-child(1) div {
    background: url(../images/san-1.png) no-repeat center;
}

.san_main a:nth-child(2) div {
    background: url(../images/san-2.png) no-repeat center;
}

.san_main a:nth-child(3) div {
    background: url(../images/san-3.png) no-repeat center;
}

.san_main a:hover {
    color: #73a856;
}

.san_main a:hover div {
    animation: mymove 500ms;
    animation-direction: alternate;
    border: 2px solid #73a856;
}

.san_main a:nth-child(1):hover div {
    background: url(../images/san-1-1.png) no-repeat center;
}

.san_main a:nth-child(2):hover div {
    background: url(../images/san-2-1.png) no-repeat center;
}

.san_main a:nth-child(3):hover div {
    background: url(../images/san-3-1.png) no-repeat center;
}

@keyframes mymove {
    0% {
        top: 0px;
    }
    50% {
        top: -15px;
    }
    100% {
        top: 0px;
    }
}


/*新闻中心*/

.news article {
    background-color: #f4f4f4
}

.news:hover article {
    background-color: #fff;
}

.news dl {
    margin-top: 10px;
    text-align: justify;
}

.news dt {
    font-weight: normal;
    margin-bottom: 15px;
    height: 100px;
    overflow: hidden;
}

.news dt img {
    width: 100%;
    height: auto;
    transition: all 0.8s;
}

.news:hover dt img {
    transform: scale(1.05);
}

.news dd p {
    font-size: 14px;
    color: #999;
}

.news dd h3 {
    font-size: 18px;
    height: 49px;
    overflow: hidden;
    margin-top: 0px;
    line-height: 26px;
}

.news dd {
    color: #999;
    /* padding-left: 25%; background: url(../images/newsbg1.png) no-repeat left center ;*/
    min-height: 40px;
}

.news h3 a {
    color: #333;
}

.news h3 a:hover {
    color: #73a856
}

@media (max-width: 768px) {
    .jianjie h2 {
        font-size: 24px;
        font-weight: 400;
    }
    .tab-menu {
        padding-left: 0px;
    }
    .tab-menu li {
        padding: 10px 25px;
    }
    .san_main div {
        width: 60px;
        height: 60px;
    }
    .san_main a:nth-child(1) div {
        background: url(../images/san-1.png) no-repeat center;
        background-size: 40px 40px;
    }
    .san_main a:nth-child(2) div {
        background: url(../images/san-2.png) no-repeat center;
        background-size: 40px 40px;
    }
    .san_main a:nth-child(3) div {
        background: url(../images/san-3.png) no-repeat center;
        background-size: 40px 40px;
    }
    .san_main a:nth-child(1):hover div {
        background: url(../images/san-1-1.png) no-repeat center;
        background-size: 40px 40px;
    }
    .san_main a:nth-child(2):hover div {
        background: url(../images/san-2-1.png) no-repeat center;
        background-size: 40px 40px;
    }
    .san_main a:nth-child(3):hover div {
        background: url(../images/san-3-1.png) no-repeat center;
        background-size: 40px 40px;
    }
    .san_main a {
        font-size: 16px;
    }
}

@media (max-width:414px) {
    .tab-menu li {
        padding: 10px 15px;
    }
}


/*@media (max-width: 1200px){
    .news .col-lg-3{ width: 20%; float: left; }
    .news dd{ padding-left: 20%; background: url(../images/newsbg.png) no-repeat left center ;}
}
@media (max-width: 990px){
    .news .col-lg-3{ width: 30%; float: left; }
    .news dd{ padding-left: 30%; background: url(../images/newsbg.png) no-repeat left center ;}


}
*/

#backtotop {
    width: 40px;
    height: 40px;
    right: 39px !important;
    line-height: 40px;
    text-align: center;
    background-color: rgba(115, 168, 86, 0.7);
    border-radius: 3px;
    color: rgba(255, 255, 255, 0.8);
}

#backtotop .fa {
    font-size: 16px;
}

#backtotop:hover {
    background-color: rgba(115, 168, 86, 1);
}

#backtotop:hover .fa {
    color: #fff;
}

.pad20 {
    padding: 20px 30px;
}

.adrs_right {
    margin-bottom: 0px;
}

.adrs_right dt {
    font-size: 18px;
    padding-left: 30px;
    background: url(../images/list2.png) left center no-repeat;
    font-weight: normal;
    margin-bottom: 20px;
    margin-top: 20px;
}

.adrs_right dd {
    margin-bottom: 5px;
    font-size: 14px;
    text-align: justify;
}

.adrs_right dd span {
    width: 45px;
    float: left;
}

.adrs_right dd p {
    margin-left: 45px;
}

.adrs_right hr {
    border-top: 1px dashed #e6e6e6;
    margin-top: -20px;
}

.adrs_right img {
    max-width: 100%;
    max-width: 300px;
    border: 5px solid #fff;
}

.adrs_right h3 {
    font-size: 16px;
    text-align: center;
}

.article-infobox {
    color: #999;
    text-align: center;
    margin-top: 10px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 30px;
}

.article-infobox span {
    margin: 0px 10px;
}

.pro_list {
    margin-top: -15px;
}

.pro_list .image-box {
    margin-bottom: 0px;
    align-items: center;
    display: flex;
    overflow: hidden;
    background-color: #f1f1f1;
    justify-content: center;
}

.chanpin_div .image-box {
    box-sizing: border-box;
    padding: 20px;
}

.chanpin_div .column {
    padding: 10px;
    margin-bottom: 0px;
}

.chanpin_div .image-box img {
    max-height: 100%;
    max-width: 100%;
}

.fenye {
    text-align: center;
}

.fenye a,
.fenye span {
    margin: 0px 10px;
    border-radius: 5px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-radius: 5px;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    border-radius: 5px;
}

.pagination>.active>span,
.pagination>.active>span:hover,
.pagination>.active>span:focus,
.pagination>.active>a,
.pagination>.active>a:hover,
.pagination>.active>a:focus {
    background-color: #f4ab22;
    color: #fff;
    border-color: #f4ab22;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    color: #73a856;
}

.pagination>li>a,
.pagination>li>span {
    border: 2px solid #eee;
}

.list-boxes {
    margin-bottom: 10px;
    border: 0px;
}

.list-boxes:hover {
    border: 0px;
}

.news_list {
    background-color: #f4f4f4;
    border-bottom: 1px dashed #ddd;
    padding: 15px 0px;
}

.img_box {
    overflow: hidden;
}

.img_box img {
    width: 100%;
}

.news_list .list-boxes {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.news_list .list-boxes p {
    max-height: 36px;
    overflow: hidden;
    color: #999;
}

.news_list .list-boxes h2 {
    margin-bottom: 10px;
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
}

.list-boxes:hover h2 a {
    color: #73a856
}

@media (max-width: 992px) {
    .news_list .col-md-8 {
        width: 66.66666667%;
        float: left;
    }
    .news_list .col-md-4 {
        width: 33.33333333%;
        float: left;
    }
    .backW {
        background-color: #f4f4f4;
    }
}

.article_ul {
    margin-left: 0px;
    padding-left: 0px;
    margin-top: 30px;
}

.article_ul li {
    margin-bottom: 15px;
}

.color9 {
    color: #999;
}

.article_ul li a {
    color: #333;
}

.article_ul li a:hover {
    color: #73a856
}

.contact_box h3,
.contact_box h5,
.contact_box p {
    font-weight: inherit;
}

.contact_h3 {
    font-size: 18px;
    padding-left: 30px;
    background: url(../images/list2.png) left center no-repeat;
    font-weight: normal;
    margin-bottom: 20px;
    margin-top: 20px;
}

.contact_box .contact-info {
    display: flex;
    margin-bottom: 0px;
    flex-wrap: wrap;
}

.contact_box p {
    margin: 5px 0px;
    flex: 1;
    flex-basis: 100%;
}

.contact-erweima {
    margin-left: 67px;
}

.contact-erweima img {
    max-width: 160px;
}

.contact-erweima h3 {
    font-size: 16px;
    margin: 10px;
}

.form-horizontal .form-group {
    margin-left: 0px;
    margin-right: 0px;
}

.form-group {
    display: flex;
    border: 1px solid #a3d07f;
}

.control-label {
    flex-basis: 80px;
    flex-shrink: 0;
    text-align: center;
    background-color: #f6fbf5;
}

.form-horizontal .control-label {
    text-align: center;
    font-weight: inherit;
    color: #009944;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 24px;
}

.form-horizontal .control-label i {
    margin-right: 5px;
    color: #f00;
}

.control-div {
    padding-top: 6px;
    padding-right: 10px;
    flex: 1
}

.control-div input,
.control-div textarea {
    width: 100%;
    border: none;
    outline: none;
    -webkit-appearance: none;
    background-color: transparent;
    box-shadow: none;
}

.control-div textarea {
    margin-bottom: 6px;
}

.btn {
    padding: 8px 40px;
    color: #fff;
}

.btn,
.btn-primary {
    background-color: #39b06c;
    border-color: #39b06c;
    width: 100%;
}

.btn:hover,
.btn-primary:hover {
    background-color: #f4ab22;
    border-color: #f4ab22;
}

.map-canvas {
    height: 450px;
}

@media (max-width: 768px) {
    .map-canvas {
        height: 360px;
    }
}

.fwchaxun {
    display: flex;
    margin-top: 50px;
    margin-left: 20px;
    margin-right: 20px;
}

.fwchaxun input[type="text"] {
    flex: 1;
    border: 2px solid #009944;
    padding-left: 10px;
    font-size: 18px;
    color: #009944;
    -webkit-appearance: none;
}

.fwchaxun input[type="button"] {
    flex-basis: 140px;
    flex-shrink: 0;
    background-color: #009944;
    color: #fff;
    border: 2px solid #009944;
    height: 60px;
    font-size: 18px;
}

.fwchaxun input[type="button"]:last-child {
    background-color: #fff;
    color: #009944;
    margin-left: 20px;
}

.fwchaxun input::-webkit-input-placeholder {
    color: #999;
}

.fw_div {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 50px;
}

.fw_div p {
    padding-left: 30px;
    background: url(../images/titleh_bg.jpg) left center no-repeat;
    font-size: 16px;
    margin-bottom: 20px;
}


/*招聘样式*/

.zhaopin {
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 40px;
}

.zhaopin .job-position-box {
    width: auto;
}

.zhaopin .job-position-box ul li h4 {
    height: auto;
    background-color: transparent;
    line-height: 32px;
    padding: 0px;
    border: 0px;
    font-weight: normal;
}

.zhaopin .job-position-box ul li h4 span {
    float: inherit;
    font-size: 16px;
    margin-right: 0px;
}

.zhaopin_li {
    margin: 0px 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    margin-bottom: 25px;
    letter-spacing: 2px;
}

.zhaopin_li p {
    display: flex;
    font-size: 16px;
}

.zhaopin_li span {
    flex: 1;
}

.zhaopin_title {
    font-size: 18px;
    font-weight: 200;
    color: #999;
}

.zhaopin .job-position-box ul li .job-position-info {
    background-color: transparent;
    padding: 0px;
    border-top: 1px dashed #eee;
    padding-top: 15px;
}

.job-position-info h3 {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 20px;
}

.fontColor {
    color: #f00;
}

.zp_main span {
    margin-left: 5px;
    margin-right: 5px;
}

.zp_main {
    font-size: 16px;
    margin-bottom: 20px;
}

.zhaopin .job-position-box .job-position-info .job-position-div {
    padding-left: 0px;
}

.zhaopin .job-position-box .job-position-info .job-position-div2 {
    padding-left: 0px;
}


/*右侧悬浮样式*/

.xuanfu {
    position: fixed;
    right: 10px;
    top: 150px;
    z-index: 10000
}

.xuanfu img {
    width: 100px;
}

@media (max-width: 1440px) {
    .xuanfu img {
        width: 80px;
    }
    #backtotop {
        right: 29px !important;
    }
}

@media (max-width: 768px) {
    .xuanfu img {
        width: 50px;
    }
    #backtotop {
        right: 18px !important;
    }
}

.erweima_div {
    display: inline-block;
}

.ph15 .col-lg-4 {
    padding-left: 0px;
    padding-right: 0px;
}

@media (max-width: 768px) {
    .shipin {
        margin-right: 15px;
    }
    .neirong h2 {
        font-size: 22px;
    }
}


/*列表样式*/

.line_span {
    display: block;
    width: 40px;
    border-bottom: 3px solid rgba(255, 255, 255, 0.5);
    margin-top: 30px;
}

.ziNav {
    padding: 30px;
    height: auto;
}

.ziNav p:nth-child(1) a,
.ziNav a:hover {
    background: none;
}

@media (max-width: 991px) {
    .ziNav {
        margin-right: -15px;
        margin-left: -15px;
        padding-left: 45px;
        padding-right: 45px;
    }
}

.yemian_bg {
    background-color: #39b06c;
    padding-top: 50px;
}

.yemian_bg img {
    max-width: 100%;
}

.list_left {
    margin-right: -15px;
}

@media (max-width: 767px) {
    .yemian_bg {
        padding-top: 0px;
    }
    .list_left {
        margin-right: 0px;
    }
}

.col-sm-offset-2 {
    margin-left: 0px;
}


/*荃银风采*/

.fengcai_1 {
    width: 100%;
    background: url(../images/fcbg.jpg) no-repeat bottom center #32a463;
    padding: 50px 0px;
}

.fengcai_1_title {
    max-width: 348px;
    width: 60%;
    margin-top: 20px;
    margin-bottom: 40px;
}

.fengcai_1 img {
    width: 100%;
}

.fengcai_1 .col-lg-8 p {
    font-size: 16px;
    line-height: 36px;
    margin-bottom: 10px;
    color: #fff;
    text-indent: 32px;
    text-align: justify;
}

@media (max-width: 767px) {
    .fengcai_1 {
        padding-top: 10px;
    }
}

.fengcai_2 {
    margin-top: 20px;
}

.fengcai_2 .index-title {
    text-align: center;
}

.fengcai_2 .line_span {
    border-bottom: 3px solid #ccc;
    display: inline-block;
    margin-left: 0px;
}

.fengcai_2 dd {
    color: #666;
}

.fengcai_2 .part1 dl {
    background-color: #f4f4f4;
    padding: 40px;
    text-align: justify;
}

.fengcai_2 .quanshi {
    text-align: center;
}

.fengcai_2 .quanshi p {
    display: inline-block;
    padding: 20px;
    border-radius: 20px;
    width: 160px;
    height: 160px;
    background-color: #fff;
}

.fengcai_2 .quanshi p img {
    width: 100%;
}

.fengcai_2 dd {
    line-height: 40px;
}

.fengcai_2 h3 {
    margin-top: 10px;
    font-size: 20px;
    font-weight: bold;
}

.fengcai_2 .part2 dl {
    background-color: #f4f4f4;
    padding: 25px 18px;
    text-align: justify;
}

.fengcai_2 span {
    margin-left: 25px;
}

.fengcai_2 .part2 dd {
    line-height: 26px;
}

.fengcai_2 .part2 h3 {
    font-size: 18px;
}

.fengcai_2 .part2 dl {
    margin-bottom: 15px;
}

.fengcai_2 .part2 img {
    width: 53px;
}

.part2 dl {
    margin-left: -15px;
}

@media( max-width:1200px) {
    .part1 dd {
        line-height: 32px;
    }
}

@media( max-width:991px) {
    .yangshi1 {
        display: none;
    }
    .yangshi2 {
        display: block;
    }
    .yangshi2 .part2:nth-child(1) dl,
    .yangshi2 .part2:nth-child(4) dl,
    .yangshi2 .part2:nth-child(7) dl {
        margin-left: 0px;
    }
}

@media( min-width:992px) {
    .yangshi1 {
        display: block;
    }
    .yangshi2 {
        display: none;
    }
}

.yangshi2 .row {
    margin-left: 0px;
    margin-right: 0px;
}

.yangshi2 .part2:nth-child(1) dl,
.yangshi2 .part2:nth-child(4) dl,
.yangshi2 .part2:nth-child(7) dl {
    margin-left: -15px;
}

.yangshi2 .part2 dl {
    margin-right: -15px;
    padding-left: 40px;
    padding-right: 40px;
}

.fengcai_3 {
    width: 100%;
    background: url(../images/rongyu.jpg) no-repeat top center;
    padding-top: 100px;
    text-align: center;
    background-size: 100% 100%;
}

.fengcai_3 .index-title {
    color: #fff;
}

.fengcai_3 .line_span {
    display: inline-block;
    border-bottom-color: #eee;
}

.fengcai_4 {
    margin-top: 50px;
}

.fengcai_4 .index-title {
    text-align: center;
}

.fengcai_4 .line_span {
    display: inline-block;
    border-bottom-color: #ccc;
}

.dashiji {
    margin-left: 50px;
    border-left: 3px solid #ddd;
    position: relative;
    padding-bottom: 15px;
}

.nianfen {
    position: absolute;
    left: -52px;
    top: 0px;
    width: 100px;
    height: 100px;
    background-color: #39b06c;
    border-radius: 50%;
    color: #fff;
    line-height: 100px;
    text-align: center;
    font-size: 26px;
}

.dashi .dashiji:first-child .nianfen {
    background-color: #f4ab22;
}

.qyshijian {
    margin-left: 70px;
    border: 1px solid #eee;
    padding: 15px 30px;
    position: relative;
    border-radius: 10px;
    text-align: justify;
}

.sanjiao {
    position: absolute;
    left: -13px;
    top: 40px;
}

.more_btn {
    text-align: center;
    margin-top: 20px;
}

.more_btn input {
    padding: 10px 25px;
    border: 1px solid #39b06c;
    background-color: transparent;
    color: #39b06c;
    border-radius: 5px;
    cursor: pointer;
}

.more_btn input:hover {
    background-color: #f4ab22;
    border: 1px solid #f4ab22;
    color: #fff;
}

.pagination>li>a,
.pagination>li>span {
    color: #444;
}

.quanshi img {
    max-width: 100%;
}

@media( max-width:767px) {
    .nianfen {
        width: 60px;
        height: 60px;
        line-height: 60px;
        font-size: 20px;
        left: -32px;
    }
    .dashiji {
        margin-left: 30px;
    }
    .qyshijian {
        margin-left: 45px;
        padding: 15px;
    }
    .sanjiao {
        top: 15px;
    }
    .qyshijian h2 {
        margin-top: 0px;
        font-size: 20px;
    }
}


/*移动端调整*/

.article-box {
    text-align: justify;
}

.article-box img {
    margin: 0px auto;
    display: block;
}

@media( max-width:991px) {
    .col-md-9 .list_left {
        margin-right: 0px;
    }
    .col-md-9 .tc-box {
        background-color: #fff;
    }
    .col-md-9 .tc-box.article-box {
        padding: 0px;
    }
}

@media( max-width:1024px) {
    .news_right h3 {
        margin-top: 15px;
        margin-bottom: 0px;
    }
    .news_right li {
        padding-bottom: 12px;
    }
    .news_right li h3 span {
        float: none;
        display: block;
    }
    .news_right h3 {
        height: auto;
        line-height: 26px;
    }
    .news_time {
        margin-left: 0px;
    }
    .news_right .text {
        margin-bottom: 12px;
        height: auto;
        max-height: 43px;
        margin-bottom: 0px;
    }
}


/*默认图片样式*/

.moren_img {
    display: flex;
    background: url(../images/moren.jpg) no-repeat center;
    align-items: center;
    min-height: 150px;
    background-size: 100% 100%;
    margin-bottom: 0px;
}

.moren_img img {
    max-width: 90%;
    margin: 0px auto;
}

@media( max-width:768px) {
    .fengcai_2 .part1 dl {
        background-color: transparent;
        padding: 40px 0px;
    }
    .moren_img {
        min-height: 98px;
    }
    .news_list {
        background-color: transparent;
        padding: 0px;
    }
    .news_list .img_box {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .list-boxes {
        padding-left: 0px;
    }
    .img_box {
        padding-right: 0px;
    }
    .keji {
        display: none;
    }
    .col-md-9 .pro_list {
        margin-left: -15px;
        margin-right: -15px;
    }
    .col-md-9 .pro_list .column {
        margin-bottom: 0px;
    }
    .gonggao dl {
        padding: 10px;
    }
    .gonggao dt {
        width: 85px;
        padding-right: 5px;
        font-size: 24px;
    }
    .gonggao dt span {
        font-size: 12px;
    }
    .gonggao dd {
        padding-left: 5px;
    }
    .h3_height {
        height: auto;
        line-height: 30px;
    }
    .gonggao dd h3 {
        background: url(../images/gonggao.png) no-repeat left 4px;
    }
    .gonggao dl:nth-child(1) h3 {
        background: url(../images/gonggao1.png) no-repeat left 4px;
    }
    .gonggao dd:hover h3 {
        background: url(../images/gonggao1.png) no-repeat left 4px;
    }
    .gonggao_text {
        display: none;
    }
    .rongyu .image-box {
        max-height: 117px;
    }
}


/*/列表缩略图调整/*/

.liebiaoLeft {
    width: 80%;
    float: left;
}

.liebiaoRight {
    width: 20%;
    float: left;
}

.list_imgBox {
    min-height: 100px;
}

.liebiaoLeft h2 {
    text-align: justify;
}

.list-boxes h2 a {
    color: #000;
}

@media( min-width:769px) {
    .liebiaotu {
        margin-right: 15px;
    }
}

@media( max-width:1024px) {
    .list_imgBox {
        min-height: 90px;
    }
    .liebiaotu img {
        min-height: 90px;
    }
}

@media( max-width:768px) {
    .list_imgBox {
        min-height: 80px;
    }
    .liebiaotu img {
        min-height: 80px;
    }
    .news_list .list-boxes p {
        font-size: 12px;
    }
}

@media( max-width:414px) {
    .liebiaoLeft h2 {
        font-size: 16px;
    }
    .list_imgBox {
        min-height: 73px;
    }
    .liebiaotu img {
        min-height: 73px;
    }
    .zhaiyao {
        display: none;
        margin-bottom: 0px;
    }
}

@media( max-width:375px) {
    .liebiaoLeft {
        width: 75%;
    }
    .liebiaoRight {
        width: 25%;
    }
}


/*产品中心*/

.pro_fenlei {
    margin-right: -15px;
}

.fenlei_a {
    display: block;
    width: 100%;
    clear: both;
}

.pro_fenlei .news_list {
    padding-left: 15px;
    padding-right: 15px;
}

.fenlei_miaosu {
    max-width: 80%;
    float: left;
}

.fenlei_miaosu h3 {
    margin-top: 0px;
    color: #000;
    font-size: 20px;
}

.pro_fenlei .liebiaotu {
    margin-bottom: 0px;
    margin-right: 15px;
}

.fenlei_miaosu p {
    color: #999;
}

.news_list:last-child {
    border-bottom: 0px;
}

@media (max-width: 991px) {
    .pro_fenlei .news_list {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .pro_fenlei .news_list .img_box {
        margin-top: 0px;
        margin-bottom: 15px;
    }
    .pro_fenlei {
        margin-right: 0px;
    }
    .pro_fenlei .news_list {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media( max-width:414px) {
    .fenlei_miaosu {
        max-width: 75%;
    }
    .fenlei_miaosu span {
        display: none;
    }
    .fenlei_miaosu p {
        display: none;
    }
    .fenlei_miaosu h3 {
        margin-top: 20px;
    }
    /*.article_topBg{ display: none; }*/
    .navbar-toggle {
        margin-right: 0px;
    }
    .chanpin_div .image-box {
        box-sizing: border-box;
        padding: 10px;
    }
    .chanpin_div .image-box img {
        width: auto;
    }
    /*.tc-main{ margin-top: 0px; }*/
}

@media( max-width:767px) {
    .pro_list .image-box {
        height: 150px;
    }
    .pro_list .column:nth-child(even) {
        padding-left: 7px;
    }
    .pro_list .column:nth-child(odd) {
        padding-right: 7px;
    }
    .pro_list .column {
        padding-bottom: 0px;
    }
    .pro_list .column:hover {
        background-color: transparent;
        box-shadow: 0 0 0;
    }
}

@media( min-width:1025px) {
    .xinwen {
        max-width: 73%;
    }
}

@media( min-width:1200px) {
    .xinwen {
        max-width: 80%;
    }
}

.diyform-body {
    padding-top: 20px;
}

.msg_div {
    border: 1px solid #39b06c;
    display: flex;
    margin-bottom: 10px;
}