@charset "utf-8"; 

@font-face{
    font-family: 'oswald_me'; 
    src: url("../webfonts/Oswald-Medium.woff") format("woff"), url("../webfonts/Oswald-Medium.ttf") format("truetype"); 
}

body {
    font-family: "微软雅黑",'Microsoft Yahei', Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #9C9C9C;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
}

.clearfloat {
    *zoom:1;
}

.clearfloat:before,.clearfloat:after {
    content: "";
    display: table;
    line-height: 0;
    visibility: hidden;
}

.clearfloat:after {
    clear: both;
}

.wrap {
    width: 1280px;
    height: auto;
    margin: 0 auto;
}
.large_btn{
    display: block;
    margin: 40px auto 0 auto;
    width: 160px;
    height: 46px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background: #c4151b;
    line-height: 46px;
    border-radius: 46px;
    transition: all ease 0.4s;
}
.large_btn:hover{
    background: #222222;
}
.large_btn i{
    margin-left: 6px;
}


/*垂直对齐*/
.m-list-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.m-list-flex .m-cell-bd {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    overflow: hidden;
}

/*文字截取*/
.single-line {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.multi-line {
    min-height: 2em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: clip;
    overflow: hidden;
}

.multi-line1 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: clip;
    overflow: hidden;
}

/*图片*/
.pic {
    width: 100%;
    height: 0;
    padding-top: 75%;
    position: relative;
    display: block;
    overflow: hidden;
}

.pic img {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

/*top*/
#top {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    box-shadow: 0px 4px 20px -4px rgba(0,0,0,.1);
}

.topLine {
    height: 34px;
    width: 100%;
    line-height: 34px;
    background-color: #222222;
    color: #fff;
    overflow: hidden;
}

.topLine h2 {
    float: left;
}

.topLine p {
    float: right;
    padding-left: 24px;
}

.topLine p i{
    margin-right: 4px;
}

.navWrap {
    background: #fff;
    position: relative;
    top: 0;
}

.navWrap .wrap {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav > ul > li {
    display: inline-block;
    position: relative;
}

.nav > ul > li:first-child > a {
    padding-left: 0;
}

.nav > ul > li > a {
    display: block;
    font-size: 18px;
    color: #222222;
    padding: 0 20px;
    transition: all .4s ease;
    line-height: 90px;
}

.nav > ul > li:last-child > a{
    padding-right: 0;
}

.nav > ul > li:hover > a {
    color: #c4151b;
}

.navWrapTop {
    width: 100%;
    position: fixed;
    left: 0;
    top: -100px;
    z-index: 999;
}

.mian {
}

/*banner*/
.banner {
    width: 100%;
    margin-top: 124px;
}

.banner ul{
    width: 100%;
}
.banner li {
    display: block;
    width: 100%;
    height: 690px;
    background-size: cover;
    background-position: center;
}

.banner .swiper-pagination_banner{
    bottom: 20px;
    outline: none;
}
.swiper-pagination_banner .swiper-pagination-bullet{
    border: 2px #fff solid;
    opacity: 1;
    background: transparent;
}
.swiper-pagination_banner .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #fff;
}



/*新闻中心*/
.homeNews {
    padding: 80px 0 90px 0;
    position: relative;
}

.tit {
    text-align: center;
}

.tit h2 {
    font-size: 36px;
    text-transform: capitalize;
    color: #222222;
    font-weight: bold;
    margin: 0;
    margin-bottom: 15px;
}

.tit h3 {
    font-size: 15px;
    color: #999;
    margin: 0;
    margin-bottom: 20px;
    line-height: 1.6;
}

.tit p {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #c4151b;
    background: #fff;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.tit p span {
    display: block;
    width: 6px;
    height: 6px;
    background: #c4151b;
    border-radius: 50%;
    display: block;
    margin: auto;
    margin-top: 3px;
}

.tit p:before, .tit p:after {
    content: '';
    position: absolute;
    top: 5px;
    width: 50px;
    height: 2px;
    background: #E6E6E6;
    z-index: -1;
}

.tit p:before {
    left: 14px;
}

.tit p:after {
    right: 14px;
}

.titLeft {
    text-align: left;
    position: relative;
}

.titLeft p:after {
    right: -96px;
}

.homeNewsWrap {
    margin-top: 40px;
}

.homeNewsList {
}

.homeNewsList li {
    float: left;
    width: 31.33%;
    margin-left: 3%;
    position: relative;
}

.homeNewsList li:first-child {
    margin-left: 0;
}

.picList {
    position: relative;
}

.picList .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: scale(0);
    transition: all .5s ease;
    background: rgba(0,0,0,0.6);
}

.homeNewsList li:hover .pic img{
    transform: scale(1.1);
}

.homeNewsList li .cont {
    margin-top: 25px;
}

.homeNewsList li .cont .left {
    float: left;
    text-align: center;
    padding: 15px 0;
    font-size: 14px;
    color: #fff;
    background: gray;
    width: 76px;
    line-height: 1;
    transition: all ease 0.4s;
}

.homeNewsList li:hover .cont .left {
    background: #c4151b;
}

.homeNewsList li .cont .left b {
    font-weight: normal;
    font-size: 40px;
    margin-bottom: 6px;
    display: block;
}

.homeNewsList li .cont .right {
    float: right;
    width: calc(100% - 96px);
}

.homeNewsList li .cont .right h2 {
    font-size: 18px;
    color: #222;
    margin: 0;
    line-height: 1.2;
    margin-bottom: 12px;
    margin-top: 6px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.homeNewsList li .cont .right h2 a:hover {
    color: #c4151b;
}

.homeNewsList li .cont .right p {
    font-size: 14px;
    color: #999;
    line-height: 1.6;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.hoverBg:hover .picList .bg {
    transform: scale(1);
}

.picList .bg a {
    position: absolute;
    width: 42px;
    height: 42px;
    line-height: 42px;
    margin-right: 8px;
    text-align: center;
    background: #fff;
    color: #c4151b;
    font-size: 18px;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 22;
}

.picList .bg a i {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.picList .bg a i:after {
    content: "\f0c1";
}

.picList .bg a:hover {
    background: #c4151b;
    border-color: #fff;
    color: #fff;
}

/*关于*/
.aboutbox {
    background: #f5f5f5;
}

.aboutboxTop{
    width: 100%;
    display: flex;
    align-items: center;
}

.aboutbox .pic {
    width: 50%;
    height: 0;
    padding-top: 32%;
    position: relative;
}

.aboutbox .right {
    width: 50%;
    position: relative;
}

.aboutboxCont {
    width: 70%;
    margin-left: 10%;
    margin-bottom: 5%;
}

.aboutboxCont p {
    margin-bottom: 22px;
    color: #666;
    line-height: 2;
    font-size: 15px;
}

a.detail {
    display: block;
    height: 32px;
    width: 110px;
    text-align: center;
    line-height: 32px;
    font-size: 12px;
    border: 1px solid #D3D3D3;
    color: #222222;
    border-radius: 18px;
}

a.detail:hover {
    color: #fff;
    background: #c4151b;
    border-color: #c4151b;
}

.aboutboxCont .large_btn {
    margin-left: 0;
}




/*产品*/
.probox {
    padding: 80px 0 90px 0;
}

.probox .wrap {
    position: relative;
}

.proboxW {
    margin-top: 40px;
}

.proboxCont {
    margin-top: 16px;
    border-bottom: 1px #e6e6e6 solid;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px 16px 10px;
}

.proboxCont h2 {
    line-height: 30px;
    font-size: 20px;
    font-weight: normal;
    color: #222222;
}

.classic .proboxCont h2 {
    font-size: 18px;
    width: 52%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.probox li:hover .pic img{
    transform: scale(1.2);
}

.proboxCont a i{
    margin-left: 6px;
}

.proboxW .bx-wrapper .bx-controls-direction a {
    width: 42px;
    height: 42px;
    margin: 0;
    top: -100px;
    text-align: center;
    line-height: 42px;
    font-size: 20px;
    background-color: #CCCCCC;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 12px;
    color: #fff;
    z-index: 99;
}

.proboxW .bx-wrapper .bx-controls-direction a:hover {
    background-color: #c4151b;
}

.proboxW .bx-wrapper .bx-controls-direction a.bx-prev {
    left: auto;
    right: 66px;
    background-image: url(../images/web/xq_jt_l.png);
}

.proboxW .bx-wrapper .bx-controls-direction a.bx-next {
    right: 0;
    background-image: url(../images/web/xq_jt_r.png);
}

.swiper-button-prev_index_pro,
.swiper-button-next_index_pro{
    color: #fff;
    width: 50px;
    height: 50px;
    background: rgba(0, 0, 0, 0.8);
    outline: none;
    top: auto;
    margin-top: 0;
    bottom: 20px;
    transition: all ease 0.4s;
}
.swiper-button-prev_index_pro:hover,
.swiper-button-next_index_pro:hover{
    background: #c4151b;
}
.swiper-button-prev_index_pro:after,
.swiper-button-next_index_pro:after{
    font-size: 22px;
}
.swiper-button-prev_index_pro{
    right: 60px;
    left: auto;
}
.swiper-button-next_index_pro{
    right: 0;
}





/*footer*/
.footer {
    padding: 60px 0 0;
    background-color: #222;
    position: relative;
    border-top: 3px #c4151b solid;
    color: rgba(255, 255, 255, 0.6);
    background-image: url(../images/footer_bg.png);
    background-repeat: no-repeat;
    background-position: right center;
}

.footer .wrap {
    display: flex;
    justify-content: flex-start;
}

.footer .wrap div:first-child{
    margin-right: 8%;
    border-right: 1px rgba(255, 255, 255, 0.08) solid;
    padding-right: 8%;
}
.footer .wrap div:last-child{
    margin-left: auto;
}

.footer .contact li {
    font-size: 14px;
    margin-bottom: 8px;
}

.footer .contact li p.tel {
    font-size: 36px;
    font-family: 'oswald_me';
    color: #fff;
    line-height: 1.2;
}

.footer .qrcode{
    width: 130px;
    text-align: center;
}

.footer .qrcode img{
    max-width: 100%;
    margin-bottom: 8px;
}

.footer h3.title {
    font-size: 22px;
    text-transform: capitalize;
    margin: 0;
    margin-bottom: 30px;
    color: #fff;
}

.footer ul li a {
    font-size: 14px;
}

.footer ul li a:hover {
    color: #fff;
}

.footerBottom {
    margin-top: 60px;
    padding: 22px 0;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.footerBottom p{
    line-height: 1.8;
}



.proboxW .bx-wrapper {
    max-width: 1300px !important;
}

.contBannerAbout {
    background-image: url(../images/banner_about.jpg);
}

.contBannerContact {
    background-image: url(../images/banner_contact.jpg);
}

.contBannerMes {
    background-image: url(../images/banner_mes.jpg);
}

.contBannerNews {
    background-image: url(../images/banner_news.jpg);
}

.contBannerPro {
    background-image: url(../images/banner_pro.jpg);
}

.contBanner {
    position: relative;
    width: 100%;
    height: 380px;
    margin-top: 124px;
    background-size: cover;
}

@media screen and (min-width:1281px){
    .contBanner{
        background-attachment: fixed;
        background-position: center top;
        background-repeat: no-repeat;

    }
}

.contBannerWritW {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    border: 1px rgba(255, 255, 255, 0.6) solid;
    padding: 10px 50px;
    background: rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
}

.contBannerWritW h2 {
    font-size: 36px;
    white-space: nowrap;
    border-bottom: rgba(255, 255, 255, 0.6) solid 1px;
    display: block;
    color: #fff;
    line-height: 2;
}

.contBannerWritW h3 {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 2;
    color: #fff;
    letter-spacing: 1px;
}

.contMain {
    position: relative;
    z-index: 1;
    padding: 70px 0 80px 0;
}

.contWrap {
    width: 1700px;
    margin: 0 auto;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.aboutTit {
    text-align: center;
    position: relative;
    margin-bottom: 50px;
}

.aboutTit ul {
}

.aboutTit ul li {
    display: inline-block;
    margin: 0 6px;
}

.aboutTit ul li a {
    display: block;
    color: #555;
    background-color: #f2f2f2;
    padding: 14px 50px;
    font-size: 16px;
}

.aboutTit ul li a:hover,
.aboutTit ul li a.current {
    color: #fff;
    background-color: #c4151b;
}

.aboutTit ul li.active a {
    color: #fff;
    background-color: #e62129;
}

.aboutCont {
    position: relative;
}

.aboutCont ul {
    display: flex;
    align-items: center;
}

.aboutCont ul li{
    display: block;
    flex: 0 0 50%;
}

.aboutCont ul li .pic{
    padding-top: 70%;
    background-size: cover;
    background-position: center;
}

.left .aboutTxt{
    padding-right: 14%;
}

.right .aboutTxt{
    padding-left: 14%;
}

.aboutTxt,
.aboutTxt p {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 40px;
    text-align: justify;
}

.aboutTxt b,
.aboutTxt strong{
    color: #c4151b;
}

/**********关于我们-联系我们*************/
.aboutconInfor {
    padding: 0 0 40px 0;
    border-bottom: 1px solid #e5e5e5;
}

.aboutconInfor ul {
    padding: 0 50px;
}

.aboutconInfor ul li {
    float: left;
    width: 33.333%;
    text-align: center;
}

.aboutconInfor ul li i{
    font-size: 34px;
    margin-bottom: 20px;
    color: #c4151b;
    border: 2px #c4151b solid;
    border-radius: 100%;
    padding: 26px;
}

.aboutconInfor ul li h2 {
    color: #888;
    margin-top: 2px;
    font-size: 16px;
}

.aboutconInfor ul li h3 {
    margin: 10px 0;
    line-height: 36px;
    font-size: 20px;
    color: #333;
}

.aboutconInfor ul li h3.tel{
    margin-bottom: 0;
}
.aboutconInfor ul li h3.tel:last-child{
    margin: 0;
}

.aboutconInfor ul li h3 a {
    display: inline-block;
    height: 100%;
    width: 130px;
    font-size: 14px;
    color: #fff;
    background: #1182DF;
}

.aboutconInfor ul li h3 a:hover {
    background: #c4151b;
}

.aboutconCont {
    padding: 30px 10px 30px 50px;
    background: #f7f7f7;
}

.aboutconCont h2 {
    line-height: 46px;
    font-size: 26px;
    color: #222;
}

.aboutconCont h3 {
    line-height: 36px;
    font-size: 16px;
    color: #333;
    margin-bottom: 25px;
}

.aboutconCont ul {
    margin-top: 15px;
}

.aboutconCont ul li {
    float: left;
    width: 45%;
    box-sizing: border-box;
}

.aboutconCont ul li:first-child {
    margin-right: 9%;
    border-right: 1px solid #ececec;
}

.aboutconCont ul li .pic {
    float: left;
    width: 30%;
}

.aboutconInner {
    float: right;
    width: 69%;
}

.aboutconInner p {
    line-height: 34px;
    font-size: 16px;
    color: #888;
    margin-top: 5%;
}

.iframe_map{
    border: 10px #eaeaea solid;
    width: 100%;
    height: 480px;
    box-sizing: border-box;
    margin-top: 50px;
}

/**********关于我们-部门分工*************/
.bgF3 {
    background: #f3f3f3;
}

.aboutdepar {
    padding: 80px 0;
}

.aboutdepar ul {
}

.aboutdepar ul li {
    float: left;
    width: 48%;
    margin: 0 1% 60px 1%;
    padding: 30px 0;
    background: #fff;
    transition: all .3s ease-in;
}

.aboutdepar ul li:hover {
    box-shadow: 0 0 26px 2px #ddd;
}

.aboutdepar ul li .pic {
    float: left;
    width: 60%;
    box-sizing: border-box;
    padding: 3.5% 6.8% 8.42% 7%;
    ; background: url(../images/about/notebook.png) no-repeat center;
    background-size: 100%;
}

.aboutdepar ul li .cont {
    float: right;
    width: 38%;
    margin-right: 2%;
}

.aboutdeparHead {
    margin-top: 30px;
}

.aboutdeparHeadPic {
    float: left;
    width: 84px;
    height: 84px;
    border: 1px solid #b6c4cd;
    border-radius: 100%;
    overflow: hidden;
}

.aboutdeparHeadPic img {
    max-width: 200%;
    max-height: 200%;
}

.aboutdeparHeadCont {
    float: left;
    width: 57%;
    margin: 15px 0 0 4%;
}

.aboutdeparHeadCont h2 {
    font-size: 20px;
    color: #333;
}

.aboutdeparHeadCont h3 {
    color: #888;
    margin-top: 8px;
}

.aboutdeparHeadTxt {
    height: 130px;
    line-height: 26px;
    font-size: 14px;
    color: #888;
    margin-top: 25px;
}

.aboutdeparHeadTxt p {
}

.aboutdepar ul li .cont a {
    display: block;
    width: 130px;
    height: 42px;
    line-height: 42px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    background: #1182DF;
    border-radius: 2px;
}

.aboutdepar ul li .cont a:hover {
    background: #c4151b;
}

/**********关于我们-领导致辞*************/
.aboutlead {
}

.aboutlead ul {
    margin-bottom: 30px;
}

.aboutlead ul li {
    width: 52.444%;
    color: #333;
}

.aboutlead ul li.aboutleadPic {
    width: 44%;
}

.aboutlead ul li.left {
    float: left;
}

.aboutlead ul li.right {
    float: right;
}

.aboutlead ul li:hover .pic img {
    transform: scale(1.1);
}

.aboutlead ul li h3 {
    font-size: 24px;
    margin-top: 6px;
    margin-bottom: 40px;
    color: #333;
    line-height: 30px;
}

.aboutlead ul li p {
    font-size: 16px;
    line-height: 30px;
}

.aboutlead ul li a.detail {
    width: 122px;
    height: 42px;
    margin-top: 20px;
    line-height: 42px;
    color: #fff;
    background: #c4151b;
    border-radius: 23px;
    border-color: #c4151b;
}

.aboutlead ul li a.detail:hover {
    color: #c4151b;
    background: #fff;
}


/**********产品*************/
.classicList li {
    float: left;
    width: 24%;
    margin: 0 1.33% 40px 0;
}
.classicList li:nth-child(4n){
    margin-right: 0;
}

.classic .pagelist{
    margin-top: 0;
}

.classicList li .cont {
    margin-top: 20px;
}

.classicList li .cont h3 {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: bold;
    color: #222E35;
    line-height: 25px;
    margin: 0;
    margin-bottom: 4px;
}

.classicList li .cont h3 a:hover {
    color: #1182DF;
}

.classicList li .cont span {
    font-size: 13px;
    color: #2562B3;
    text-transform: capitalize;
    display: block;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #E6E6E6;
}

.classicList li .cont p {
    height: 54px;
    font-size: 14px;
    color: #9C9C9C;
    line-height: 26px;
    margin: 0;
    overflow: hidden;
}

.classicList li .cont .detail {
    margin-top: 12px;
}

.page {
    width: 100%;
    height: 30px;
    margin: 20px 0 50px 0;
    padding-top: 25px;
    text-align: center;
    line-height: 30px;
    color: #D1D1D1;
    border-top: 1px solid #cecece;
}

.page em {
    display: inline-block;
    height: 100%;
    margin: 0 3px;
    padding: 0 15px;
    font-size: 20px;
    border: 1px solid #F1F1F1;
    vertical-align: top;
    cursor: pointer;
}

.page em:hover {
    color: #333;
    background: #f5f4f4;
}

.page em.active {
    color: #fff;
    background: #346DB8;
}

.page a {
    display: inline-block;
    height: 100%;
    margin: 0 3px;
    padding: 0 14px;
    color: #D1D1D1;
    border: 1px solid #F1F1F1;
    zoom: 1; *display: inline;
    float: none;
}

.page a:hover {
    color: #333;
    background: #f5f4f4;
}

.page a.active {
    color: #fff;
    background: #346DB8;
}

.page p {
    display: inline-block;
    height: 100%;
    margin-left: 20px;
    zoom: 1; *display: inline;
    float: none;
}

/**********成员企业*************/
.memberW {
}

.memberW .left {
    float: left;
    width: 66%;
}

.memberW .left .pic {
    text-align: center;
}

.memberW .left .pic img {
    width: auto;
    max-width: 100%;
}

.memberW .left h2 {
    margin-bottom: 10px;
    line-height: 2;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #333;
}

.memberW .left p.info{
    text-align: center;
    border-bottom: 1px #eaeaea solid;
    padding-bottom: 20px;
}

.memberW .left .txt,
.memberW .left .txt p{
    font-size: 16px;
    color: #666;
    line-height: 1.8;
}

.memberW .left .txt{
    margin-top: 30px;
    margin-bottom: 30px;
}

.memberW .left .txt img{
    max-width: 100%;
}

.memberW .left p {
    margin: 0 0 20px;
}

.memberW .right {
    float: right;
    width: 30%;
}

.memberW .right h2 {
    font-size: 24px;
    line-height: 2;
    font-weight: bold;
    color: #3F3E3E;
    text-transform: capitalize;
}


/**********新闻中心*************/
.newsW {
    padding: 0;
}

.newsList li {
    width: 100%;
    padding-bottom: 40px;
    margin: 0;
    margin-bottom: 40px;
    border-bottom: 1px solid #F1F1F1;
}

.newsW .left .newsList li .pic img {
    width: 100%;
}

.newsW .left .newsList li .cont h2 {
    text-align: left;
}

.newsList li .cont .left {
    width: 80px;
    display: table-cell;
    vertical-align: middle;
    padding-right: 25px;
}

.newsList li .cont .right {
    float: none;
    width: auto;
    display: table-cell;
    vertical-align: middle;
}

.pageNews {
    padding-top: 0;
    border: none;
}

.newsWqlist {
    margin-top: 20px;
}

.newsWqlist li {
    margin-bottom: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid #eaeaea;
}

.newsWqlist li:last-child {
    border: none;
}

.newsWqlist li:hover img {
    transform: scale(1.1);
}

.newsWqlist li:hover .cont h3 {
    color: #c4151b;
}

.newsWqlist li a {
    display: block;
}

.newsWqPic {
    display: table-cell;
    vertical-align: middle;
}

.newsWqlist li a .pic {
    width: 70px;
    margin-right: 20px;
    padding-top: calc(75% - 15px);
}

.newsWqlist li a .cont {
    display: table-cell;
    vertical-align: middle;
}

.newsWqlist li a .cont h3 {
    font-size: 15px;
    margin-bottom: 4px;
    color: #333;
    line-height: 24px;
}

.newsWqlist li a .cont p {
}

/**********新闻中心-通知公告*************/
.noticList {
}

.notic {
    margin-bottom: 60px;
}

.noticList li {
    float: left;
    width: 46%;
    margin: 0 2% 40px 2%;
    padding-bottom: 24px;
    border-bottom: 1px solid #e5e5e5;
}

.noticList li .left {
    display: table-cell;
    vertical-align: middle;
    padding-right: 40px;
    width: 100px;
}

.noticList li .left>*,.noticList li .right>* {
}

.noticList li .left h2 {
    font-size: 16px;
    color: #666;
    margin: 10px 0 10px;
}

.noticList li .left h3 {
    font-size: 34px;
    color: #222;
}

.noticList li .right {
    display: table-cell;
    vertical-align: middle;
}

.noticList li .right h3 {
    font-size: 20px;
    line-height: 28px;
    height: 56px;
}

.noticList li .right h3 a:hover {
    color: #c4151b;
}

.noticList li .right p {
    height: 74px;
    line-height: 24px;
    font-size: 14px;
    color: #888;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: clip;
    overflow: hidden;
}

/**********招标信息*************/
.tender {
    margin: 50px 0 0 0;
}

.tenderList {
}

.tenderList li {
    float: left;
    width: 30%;
    margin: 0 1.25% 50px 1.25%;
}

.tenderList li:hover .left .icon {
    background: #fff;
    border-color: #e62129;
    color: #e62129;
}

.tenderList li .left {
    display: table-cell;
    vertical-align: top;
}

.tenderList li .left .icon {
    width: 65px;
    height: 65px;
    border: 2px solid #e62129;
    background: #e62129;
    text-align: center;
    color: #fff;
    line-height: 63px;
    margin-right: 27px;
    position: relative;
    transition: all .3s ease;
}

.tenderList li .left .icon:before {
    content: '';
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: -17px;
    right: -17px;
    background: #fff;
    transform: rotate(45deg);
}

.tenderList li .left .icon span {
    display: inline-block;
    margin-top: 10px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.tenderList li .left .icon span:before {
    font-size: 35px;
    content: "\f044";
}

.tenderList li .right {
    display: table-cell;
    vertical-align: top;
}

.tenderList li .right h3 {
    height: 50px;
    font-size: 20px;
    text-transform: capitalize;
    color: #222222;
    font-weight: 500;
    margin: 0;
    line-height: 24px;
    margin-bottom: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: clip;
    overflow: hidden;
}

.tenderList li .right h3 a:hover {
    color: #c4151b;
}

.tenderList li .right p {
    color: #9C9C9C;
    line-height: 24px;
    margin: 0;
    margin-bottom: 15px;
    font-size: 12px;
    /*display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;text-overflow:clip;overflow:hidden;*/
}

.tenderList li .right a.tenderListD {
    color: #2562B3;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 600;
}

.tenderList li .right a.tenderListD:hover {
    color: #5E2A30;
}

.animate {
    position: relative;
}

.aboutdeparHead {
    height: 88px;
}

/*党群工作*/
.partList {
}

.partList li {
    padding: 20px 0;
    border-bottom: 1px solid #F1F1F1;
}

.partList li .partPic {
    display: table-cell;
    vertical-align: top;
}

.partList li .partPic a{
    display: block;
    margin-right: 40px;
}

.partList li .partPic .pic {
    width: 240px;
}

.partList li:hover .pic img {
    transform: scale(1.1);
}

.partList li .cont {
    display: table-cell;
    vertical-align: top;
}

.partList li .cont h3 {
    margin-top: 10px;
    font-size: 22px;
    line-height: 32px;
    font-weight: bold;
    color: #333;
}

.partList li .cont h3 a:hover {
    color: #c4151b;
}

.partList li .cont h4 {
    margin: 10px 0;
}

.partList li .cont p {
    font-size: 16px;
    line-height: 1.8;
}

/*详情页*/
.detailW {
    margin-bottom: 60px;
}

.detailHead {
    padding: 10px 0 12px 0;
    text-align: center;
    border-bottom: 1px solid #E1E1E1;
}

.detailHead h2 {
    margin-bottom: 20px;
    line-height: 36px;
    font-size: 22px;
    font-weight: 600;
    color: #333;
}

.detailHead p {
}

.detailHead p em {
    display: inline-block;
    margin: 0 20px;
}

.detailHead p em span {
    display: inline-block;
    padding: 0 2px;
    margin-right: 2px;
    cursor: pointer;
}

.detailHead p em span.on {
    color: #E62129;
}

.detailHead p em span.middle {
    font-size: 18px;
}

.detailHead p em span.big {
    font-size: 20px;
}

.detailCont {
    width: 80%;
    margin: 30px auto 0;
}

.detailCont p {
    margin-bottom: 20px;
    color: #333;
    line-height: 28px;
    text-indent: 2em;
}

.detailCont .pic {
    margin: 20px 0;
}

.jump {
    margin-top: 36px;
    padding: 16px 0;
    color: #333;
    border-top: 1px solid #E1E1E1;
}

.jump p {
    color: #333;
    line-height: 32px;
}

.jump p a:hover {
    color: #c4151b;
}


/*优势*/
.vantage{
    padding: 80px 0;
    background: #333;
    background-image: url(../images/vantage_bg.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.vantage .tit{
    margin-bottom: 30px;
}

.vantage .vantage_box{
    display: flex;
    justify-content: space-around;
}

.vantage .vantage_box li{
    font-size: 14px;
    text-align: center;
    width: 16%;
    color: rgba(255, 255, 255, 0.6);
    line-height: 1.6;
}

.vantage .vantage_box li .subtit{
    font-size: 18px;
    color: #fff;
    margin-bottom: 10px;
}

.vantage .vantage_box li .ico{
    font-size: 28px;
    margin: 0 auto 20px auto;
    transition: all ease 0.4s;
    color: #fff;
    display: block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 100%;
    border: 2px #fff solid;

}

.vantage .vantage_box li:hover .ico{
    transform: rotateY(180deg);
    background: #c4151b;
    border-color: #c4151b;
}

#toTop{
    display: block;
    position: fixed;
    right: 3%;
    bottom: 5%;
    width: 52px;
    height: 52px;
    line-height: 52px;
    z-index: 9;
    cursor: pointer;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    transition: all ease 0.4s;
    display: none;
}

#toTop:hover{
    background-color: rgba(0, 0, 0, 0.6);
}



@media (max-width: 1680px) {
    .aboutboxCont {
        margin: 0 0 0 68px;
    }

    .aboutboxCont h3 {
        line-height: 36px;
        margin-bottom: 16px;
    }

    .aboutboxCont p {
        margin-bottom: 18px;
    }

    .contWrap {
        width: 1400px;
    }
}

@media (max-width: 1440px) {
    .wrap{
        width: 1100px;
    }
    .banner li{
        height: 500px;
    }
    .writ h2 span {
        font-size: 42px;
        line-height: 50px;
    }

    .writ h3 span {
        font-size: 44px;
        line-height: 48px;
    }

    .writ h4 {
        margin: 15px 0;
    }

    .noticeW {
        margin-top: 35px;
    }

    .aboutboxCont {
        margin: 30px 0 0 68px;
    }

    .aboutboxCont h3 {
        font-size: 24px;
    }

    .aboutboxCont p {
        margin-bottom: 12px;
    }

    .tit h2 {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .contWrap {
        width: 1280px;
    }

    .aboutContHead h2 {
        font-size: 36px;
    }

    .aboutContHead {
        margin-bottom: 20px;
    }

    .aboutTxt {
        margin-top: 20px;
    }

    .aboutTxt p {
        line-height: 32px;
    }

    .aboutconInfor {
        padding-bottom: 40px;
    }

    .aboutdeparHead {
        height: 78px;
    }

    .aboutdeparHeadPic {
        width: 74px;
        height: 74px;
    }

    .aboutdeparHeadCont {
        margin-top: 8px;
    }

    .aboutdeparHeadCont h2 {
        font-size: 18px;
    }
    .aboutbox .pic{
        padding-top: 40%;
    }
    .aboutbox .pic img{
        height: 100%;
        width: auto;
    }
}

@media (max-width: 1300px) {
    .banner{
        margin-top: 114px;
    }
    .banner li{
        height: 460px;
    }
    .wrap {
        width: 960px;
    }

    .nav > ul > li > a {
        padding: 0 10px;
        line-height: 80px;
    }

    .nav > ul > li > ul {
        width: 150px;
    }

    .nav > ul > li > ul > li {
        line-height: 40px;
    }

    .writ {
        left: 15%;
    }

    .writ h2 span {
        font-size: 34px;
        line-height: 42px;
    }

    .writ h3 span {
        font-size: 36px;
        line-height: 44px;
    }

    .writ h4 span {
        font-size: 26px;
        line-height: 36px;
    }

    .noticeW h3 {
        font-size: 22px;
        margin-bottom: 12px;
    }

    .noticeW a {
        height: 36px;
        line-height: 36px;
    }

    .homeNewsWrap {
        margin-top: 40px;
    }

    .homeNews, .homeCom, .probox {
        padding: 60px 0;
    }
    .footer{
        padding: 40px 0 0;
    }
    .homeJt {
        padding: 66px 0;
    }

    .tit h2 {
        font-size: 28px;
        margin-bottom: 6px;
    }

    .tit h3 {
        margin-bottom: 10px;
    }

    .homeNewsWrap {
        margin-top: 30px;
    }

    .homeNewsList li .cont .right h2 {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .homeNewsList li .cont .right p {
        line-height: 24px;
    }

    .homeNewsList li {
        width: 32%;
        margin-left: 2%;
    }

    .aboutboxCont {
        width: 80%;
        margin: 0 0 0 8%;
        padding-bottom: 10px;
    }

    .aboutboxCont h3 {
        font-size: 22px;
        margin-bottom: 8px;
    }

    .aboutboxCont p {
        margin-bottom: 8px;
    }

    .aboutboxBottom ul li .cont {
        width: 92%;
        padding: 0 5%;
    }

    .aboutboxBottom ul li .cont h3 {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .homeCom .left .cont {
        width: 94%;
    }

    .homeCom .left .cont h2 {
        margin: 15px 0;
    }

    .homeComSelect p {
        margin-bottom: 15px;
        line-height: 24px;
    }

    .img-masonary {
        margin-top: 0;
        margin-left: 10px;
    }

    .homeJt h2 {
        font-size: 30px;
    }

    .homeJt a.detail {
        width: 126px;
        height: 38px;
        line-height: 38px;
    }

    .proboxW ul li {
        margin-right: 20px;
    }

    .proboxW {
        margin-top: 40px;
    }

    .proboxW .bx-wrapper .bx-controls-direction a {
        top: -76px;
    }

    .footer .footerJt {
        width: 264px;
        margin-right: 15px;
    }

    .footer .footerLink {
        width: 180px;
        margin-right: 10px;
    }

    .footer .footerNews {
        width: 270px;
    }

    .footer .footerContact {
        width: 350px;
    }

    .footer .footerContact input, .footer .footerContact textarea {
        padding: 10px 16px;
    }

    .footer .footerContact button {
        height: 40px;
        line-height: 40px;
    }

    .img-masonary video {
        height: 372px;
    }

    .contBanner {
        height: 350px;
        margin-top: 114px;
    }

    .contWrap, .w1200 {
        width: 1100px;
    }

    .contMain {
    }

    .aboutTxt {
        padding: 0 20px;
    }

    .aboutContHead h2 {
        font-size: 34px;
    }

    .aboutCont {
        margin-bottom: 60px;
    }

    .aboutconCont {
        padding: 20px 10px 30px 30px;
    }

    .aboutconInner p {
        line-height: 26px;
        font-size: 14px;
    }

    .aboutconCont h2 {
        font-size: 24px;
    }

    .aboutconCont h3 {
        margin-bottom: 20px;
    }

    .aboutdeparHeadPic {
        width: 64px;
        height: 64px;
    }

    .aboutdeparHead {
        height: 70px;
    }

    .aboutdeparHeadCont h2 {
        font-size: 16px;
    }

    .aboutdeparHeadTxt {
        margin-top: 18px;
        margin-bottom: 10px;
        overflow: hidden;
    }

    .aboutdepar {
        padding: 60px 0;
    }

    .aboutdepar ul li {
        margin-bottom: 40px;
    }

    .aboutlead ul li h3 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .classicList li .cont h3 {
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

    .classicList li .cont span {
        padding-bottom: 13px;
        margin-bottom: 10px;
    }

    .classicList li {
        margin-bottom: 40px;
    }

    .page {
        margin-top: 10px;
        margin-bottom: 40px;
    }

    .enter .pic {
        width: 550px;
        height: auto;
    }
    .memberSearch {
        height: 44px;
        line-height: 44px;
        margin-bottom: 26px;
    }

    .memberW .left h2 {
        margin-bottom: 24px;
    }

    .memberW .left .txt {
        margin-top: 20px;
    }

    .memberW .right h2 {
        font-size: 22px;
        margin-top: 20px;
    }

    .memberList li {
        height: 36px;
        line-height: 36px;
    }

    .memberGjz li a {
        padding: 0 20px;
    }

    .memberW .left p {
        font-size: 14px;
        line-height: 32px;
    }

    .newsList li {
        width: 100%;
        padding-bottom: 26px;
        margin-bottom: 30px;
    }

    .noticList li {
        padding-bottom: 20px;
        margin-bottom: 30px;
    }

    .noticList li .left {
        padding-right: 20px;
    }

    .noticList li .right h3 {
        font-size: 18px;
    }

    .tenderList li {
        width: 31.333%;
        margin: 0 1% 35px 1%;
    }

    .tenderList li .left .icon {
        margin-right: 15px;
    }

    .tender {
        margin-top: 40px;
    }

    .partList li .partPic .pic {
        width: 270px;
    }
    .aboutbox .pic{
        padding-top: 50%;
    }
    .pro_detail .line_1 .detail_des p.descri{
        font-size: 14px;
    }
}

@media (max-width: 1024px) {
    .wrap {
        width: 990px;
    }

    .logo {
        width: 250px;
    }

    .logo img {
        width: 100%;
    }

    .nav > ul > li > a {
        padding: 0 7px;
    }

    .writ {
        left: 12%;
    }

    .writ h2 span {
        font-size: 30px;
        line-height: 38px;
    }

    .writ h3 span {
        font-size: 32px;
        line-height: 40px;
    }

    .writ h4 span {
        font-size: 24px;
        line-height: 30px;
    }

    .writ p {
        font-size: 14px;
    }

    .bannerLink a {
        height: 38px;
        line-height: 38px;
        padding: 0 28px;
    }

    .noticeW h3 {
        font-size: 20px;
        line-height: 26px;
    }

    .noticeW h4 {
        line-height: 22px;
    }

    .noticeW p {
        margin-bottom: 24px;
    }

    .tit h2 {
        font-size: 26px;
    }

    .homeNews, .homeCom, .probox, .footer {
        padding: 40px 0;
    }

    .homeNewsWrap {
        margin-top: 20px;
    }

    .homeNewsList li .cont .left .time {
        font-size: 15px;
    }

    .homeNewsList li .cont .left .time b {
        font-size: 20px;
    }

    .homeNewsList li .cont .right h2 {
        font-size: 16px;
        margin-bottom: 4px;
    }

    .homeNewsList li .cont .right p {
        line-height: 22px;
    }

    .homeNewsList li .cont .left .time {
        padding: 10px 0;
    }

    .aboutboxCont {
        margin: 2% 0 0 2%;
        padding-bottom: 6px;
    }

    .aboutboxCont h3 {
        font-size: 18px;
        line-height: 30px;
    }

    .aboutboxCont p {
        margin-bottom: 6px;
        line-height: 22px;
    }

    .aboutboxBottom ul li {
        height: 320px;
    }

    .aboutboxBottom ul li .cont h3 {
        font-size: 24px;
    }

    .aboutboxBottom ul li .cont {
        margin-top: 55px;
    }

    .homeCom .left .cont h2 {
        padding-left: 15px;
    }

    .btnY {
        left: -15px;
    }

    .homeCom .left .cont {
        margin-top: 10px;
    }

    .homeComSelect {
        padding-left: 30px;
        margin: 12px 0;
    }

    .homeComSelect p {
        margin-bottom: 12px;
    }

    .img-masonary {
        margin: 0;
        width: 100%;
    }

    .homeJt {
        padding: 50px 0;
    }

    .homeJt h2 {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .footer .footerJt {
        width: 210px;
    }

    .footer .footerLink {
        width: 160px;
    }

    .footer .footerNews {
        width: 250px;
    }

    .footer .footerContact {
        width: 320px;
    }

    .img-masonary video {
        height: 348px;
    }

    .contWrap, .w1200 {
        width: 990px;
    }

    .aboutdeparHeadPic {
        width: 56px;
        height: 56px;
    }

    .aboutdeparHeadCont {
        margin-top: 2px;
    }

    .aboutdeparHeadCont h2 {
        font-size: 14px;
    }

    .aboutdeparHeadCont h3 {
        font-size: 12px;
        margin-top: 2px;
    }

    .aboutdeparHead {
        height: 64px;
        margin-top: 10px;
    }

    .aboutdeparHeadTxt {
        margin-top: 8px;
        font-size: 12px;
        line-height: 24px;
    }

    .aboutdepar {
        padding: 40px 0;
    }

    .aboutdepar ul li .cont a {
        width: 110px;
        height: 38px;
        line-height: 38px;
    }

    .aboutlead ul li h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .aboutlead ul li p {
        font-size: 14px;
    }

    .business .pic {
        margin-bottom: 40px;
    }

    .enter .pic {
        width: 470px;
    }

    .manpower .txt {
        margin: 40px 10px;
    }

    .partList li .partPic .pic {
        width: 210px;
        margin-right: 15px;
    }

    .partList li .cont h3 {
        margin-top: 2px;
        margin-bottom: 4px;
    }

    .partList li .cont p {
        margin-bottom: 10px;
        line-height: 26px;
    }

    .detailCont {
        width: 90%;
    }
}



.form-div {
    position: relative;
}

.form-div .feed-ul2 {
    position: relative;
}

.form-div .feed-ul2 li {
    float: left;
    position: relative;
    width: 49.2%;
}
.form-div .feed-ul2 li:first-child {
    margin-right: 1.6%;
}
.form-div .feed-ul2 li:last-child {
    width: 100%;
    margin-top: 10px;
}

.form-div .feed-ul2 li .text {
    height: 60px;
    line-height: 1.5;
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 0 20px;
    position: relative;
    cursor: pointer;
}

.form-div .feed-ul2 li .text input {
    padding-left: 30px;
    font-size: 16px;
    color: #666!important;
    background-color: transparent;
    width: calc(100% - 30px);
    height: 60px;
    line-height: 60px;
    outline: none;
}

.form-div .feed-ul3 {
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 18px 50px;
    margin-top: 10px;
    position: relative;
}

.form-div .feed-ul3 textarea {
    min-height: 180px;
    width: 100%;
    font-size: 16px;
    color: #666!important;
    resize: vertical;
    line-height: 1.4;
}

.form-div .feed-bottom {
    margin-top: 16px;
}

.form-div .feed-bottom a {
    display: block;
    transition: all 0.3s ease;
    color: #fff;
    background-color: #333;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
}

.form-div .feed-bottom a:hover {
    background-color: #c4151b;
}

.mes_ico{
    display: flex;
    height: 60px;
    width: 40px;
    position: absolute;
    left: 0;
    top: 0;
    justify-content: flex-end;
    align-items: center;
    z-index: 9;
    font-size: 18px;
    color: #999;
}
.mes_ico.large{
    font-size: 20px;
}



/*翻页-简易样式*/
.pagelist{
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.pagelist #pege li{
    list-style: none;
    display: inline-block;
    margin: 0px 2px;
    border: 1px #dcdcdc solid;
    color: #898989;
    width: 40px;
    height: 40px;
    padding: 0px;
    text-align: center;
    line-height: 40px;
    background: #f9f9f9;
    overflow: hidden;
    font-size: 14px;
}
.pagelist #pege li:first-child,
.pagelist #pege li:last-child{
    width: 68px;
}
.pagelist #pege li a{
    display: block;
    width: 100%;
    height: 100%; 
    transition: all ease 0.5s;
    color: #333;
    background-color: #fff;
    line-height: 40px;
}
.pagelist #pege li a:hover{
    background: #c4151b;
    color: #fff;
}

.memberW .left p.page_change{
    margin-bottom: 0;
    border-top: 1px #eaeaea solid;
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}
.memberW .left p.page_change a:hover{
    color: #c4151b;
}



.pro_detail {
}
.pro_detail .line_1{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pro_detail .line_1 .img_cover{
    overflow: hidden;
    flex: 0 0 50%;
}
.pro_detail .line_1 .img_cover img{
    width: calc(100% - 2px);
    border: 1px #eaeaea solid;
}
.pro_detail .line_1 .detail_des{
    flex: 0 0 46%;
}
.pro_detail .line_1 .detail_des h3{
    font-size: 30px;
    margin-bottom: 25px;
    color: #333;
    font-weight: bold;
}
.pro_detail .line_1 .detail_des .tel span{
    font-size: 34px;
    font-family: 'oswald_me';
    line-height: 1.2em;
    color: #333;
}
.pro_detail .line_1 .detail_des .descri{
    color: #666;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 30px;
}
.pro_detail .line_1 .detail_des .button_box a{
    display: inline-block;
    margin-top: 30px;
}
.pro_detail .line_1 .detail_des .button_box a:first-child{
    margin-right: 20px;
}
.pro_detail .line_1 .detail_des .button_box a:last-child{
    background-color: #222;
}
.pro_detail .line_2{
    margin-top: 20px;
    border: 1px #eaeaea solid;
}
.pro_detail .line_2 > p{
    margin: 0;
    border-bottom: 1px #eaeaea solid;
}
.pro_detail .line_2 > p span{
    line-height: 40px;
    font-size: 16px;
    background-color: #222;
    color: #fff;
    display: block;
    width: 150px;
    text-align: center;
}
.pro_detail .line_2 .text_content{
    padding: 20px;
}

.text_content img{
    max-width: 100%;
}

.pro_detail .page_change{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.pro_detail .page_change a:hover{
    color: #c4151b;
}
