@charset "UTF-8";

/*通用*/
.color_222 {
    color: #222;
}

.color_333 {
    color: #333;
}

.color_555 {
    color: #555;
}

.color_666 {
    color: #666;
}

.color_777 {
    color: #777;
}

.color_999 {
    color: #999;
}

.color_eee {
    color: #eee;
}

.color_aaa {
    color: #aaa;
}

.color_bbb {
    color: #bbb;
}

.color_ccc {
    color: #ccc;
}

.color_ddd {
    color: #ddd;
}

.color_f00 {
    color: #f00;
}

.font14 {
    font-size: 14px;
}

.font20 {
    font-size: 20px;
}

.font25 {
    font-size: 25px;
}

.font30 {
    font-size: 30px;
}

.font36 {
    font-size: 36px;
}

.w100 {
    width: 100%;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.w1000 {
    width: 1000px;
    margin: 0 auto;
}

.l-h25 {
    line-height: 25px;
}

.l-h50 {
    line-height: 50px;
}

.l-h80 {
    line-height: 80px;
}

.l-h100 {
    line-height: 100px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.tc {
    text-align: center;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
}
.btn {
    display: inline-block;
    height: 38px;
    line-height: 38px;
    padding: 0 18px;
    background-color: #666;
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
}
.btn:hover {
    opacity: .8;
    filter: alpha(opacity=80);
    color: #fff
}
.transition {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}

.imgZoom img,
.imgY180 img {
    -moz-transition: all .8s ease 0s;
    -ms-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    -webkit-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
}

.imgZoom {
    overflow: hidden;
}

.imgZoom:hover img {
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.imgY180:hover img {
    cursor: pointer;
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}


.clearfix:after,
.clearfix:before {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.el {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.user {
    line-height: 50px;
    height: 50px;
    padding-right: 50px;
}

.user ul li {
    float: left;
}

.user ul li a {
    display: block;
    font-size: 14px;
    margin: 0 5px;
    padding: 0 5px;
    color: #fff;
}

/*头部*/
.top{ width: 100%; height:136px; display: flex; flex-direction: column}
.logo{ height:91px; background: #c12e1e;display: flex;justify-content: space-between;align-items: center}/**background:url(../images/1.jpg);**/
.logo .logo_img { height:91px; background: #c12e1e; display: flex;align-items: center;box-sizing: border-box;padding: 0px 30px}
.logo .logo_img img { height: 80px; }
/** 文字间距 **/
.logo_img > p { color: #fff; font-size: 34px; margin-left: 10px; font-weight: bold;  letter-spacing: 2px;   }
.xinxi{ width:240px; float:right; height:63px;}
.xinxi p{ width:200px; float:left; height:20px; line-height:20px; color:#fff; font-size:13px;}

.menu{ height:43px; width:100%; background:url(../images/2.jpg); }
.menu ul{ width: 100%; height:36px;margin-top:0px;list-style-type:none; display: flex;flex-direction: row;align-items: center;justify-content: space-between}
.menu ul li{  flex: 1;  line-height:20px; height:20px; text-align:center;list-style-type:none;    border-right: 1.4px solid #996969;}
/** 最后一个li去掉右边框 **/
.menu ul li:last-child{
    border-right: none;
}
.menu ul li a{
    color: #696969;
    font-size: 14px;
    font-weight: bold;
}

.menu ul li:last-child a {
    border-right: none;
}

/*内页头部*/

.picboxlist {
    background-color: #fff;
    overflow-x: hidden;
    color: #666;
    font-size: 16px;
    font-family: microsoft yahei, "微软雅黑";
    position: relative;
    background: url(../images/rz_top_bg.gif) repeat-x;
}

.ny_top{ width:1000px; margin: auto; height:104px;display: flex;align-items: center}
.ny_top_logo{ width:134px; }
.ny_top_logo img {height: 80px;}
.ny_top_menu{ width:400px; height:35px; line-height:35px; color:#2e6ba5;}
.ny_top_menu a{
    color: #2e6ba5;
    font-size: 13px;
    padding: 0 10px 0 5px;
    border-right: 1px solid #2e6ba5;
}

.ny_top_menu a:last-child {
    border-right: none;
}

.ny_top_tb{ width:340px; float:right; height:51px; margin-top:26px;}
.ny_top_tb_list{ width:54px; float:right; height:51px; margin-left:22px;}

/****
搜索
 */
.sheight {height: 50px;}
.sousuo{ width:730px; height:34px; float:left; background:#d90303; margin-top:10px;padding-left:145px; padding-right:125px; }
.sousuo label{ height:34px; float:left; color:#fff; line-height:34px; font-size:13px; margin-right:20px;}
.sousuo .keywords {width: 495px;height: 18px;float: left;margin-top:5px;color: #666666;overflow: hidden;padding: 3px;font-size: 13px;outline: none;border:0;}
.sousuo .btn_search {width: 24px;height: 24px;float: left;margin-top:5px;background: url(../images/sousuo_btn.jpg);border: none;}
.sousuo .tousu{ width:74px; height:20px; float:left; margin-top:7px; background:url(../images/sousuo_ts.jpg); margin-left:29px;}


/*** 模块1 ****/
.mokuai{
    width: 100%;
    margin-top:15px;
    display: flex;
}
.m1_ad{ width:365px; height:253px; float:left; border-radius:7px; overflow:hidden;}
.m1_ad img {
    width: 100%;
}
.m1_zc{ width:360px; float:left; margin-left:15px; height:253px; overflow:hidden;}
.m1_zc_tl{ width:360px; float:left; height:26px;}
.m1_zc_tl a{ color:#d11305; font-size:16px; font-weight:bold;}
.m1_zc_nr{ width:360px; float:left;}
.m1_zc_nr_list{ width:360px; float:left; height:20px; margin-bottom:1px;overflow:hidden;}
.m1_zc_nr_list_L{ width:250px; float:left; height:20px; line-height:20px;}
.m1_zc_nr_list_L a{color:#0b0100; font-size:13px;}
.m1_zc_nr_list_R{ float:right; line-height:20px; color:#0b0100; margin-right:10px;}
.m1_dh{ width:245px; float:left; margin-left:15px; height:253px; overflow:hidden;}
.m1_dh_tl{ width:243px; float:left; height:32px; border:1px solid #cfcfcf;background:url(../images/m1_dh_tl.jpg);}
.m1_dh_tl_wz{float:left; height:32px; background:#d11305; padding-left:10px; padding-right:15px; font-size:8px; color:#fff;}
.m1_dh_tl_wz a{ color:#fff; line-height:32px; font-size:14px;}
.m1_dh_nr{ width:229px; float:left; margin-left:8px; margin-top:7px;}
.m1_dh_nr_btn{ width:169px; height:40px; float:left; margin-top:12px; padding-left:90px; line-height:40px;}
.m1_dh_nr_btn a{ color:#fff; font-size:14px; letter-spacing: 2px}
.m1_dh_nr_btn_btn1 { background:url(../images/m1_dh_nr_btn1.jpg) no-repeat; }
.m1_dh_nr_btn_btn2 { background:url(../images/m1_dh_nr_btn2.jpg) no-repeat; }
.m1_dh_nr_btn_btn3 { background:url(../images/m1_dh_nr_btn3.jpg) no-repeat; }


/*品牌展播*/
.ppzb {display: flex;flex-direction: column}
.main7_nr{ width:1000px;overflow:hidden; margin-top:30px;}
.main7_nr_tl{ width:1000px;  height:26px; }
.main7_nr_nr{ width:998px;  border:1px solid #cbcbcb; border-top:0px;display: flex;flex-direction: column;}
table {border-collapse: collapse;border-spacing: 0; margin-top:12px;}
.tableCol_01{ width:998px; float:left;}
.tableCol_01 td{ overflow:hidden; height:30px; line-height:30px; color: #595959;font-size:13px;text-align:center;}
.tableCol_01 td a{color: #000;font-size:13px; font-weight:bold; text-decoration:underline;}
.tableCol_01 .b2{width:81px;height:25px;float:left;cursor: pointer;margin-left:15px; margin-top:5px; margin-bottom:5px;color:#ee3642;cursor: pointer;font-family: "微软雅黑";font-size: 13px;}
.main8_nr_pic{ width:1000px; margin-left:3px; border-bottom:1px solid #cccccc; padding-bottom:15px; margin-top:13px;}
.main8_nr_pic_list{ width:166px; height:120px; float:left; border:1px solid #cfcfcf; margin-left:24px;}

.main8_nr_wz{
    width: 1000px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.main8_nr_wz_list{
    width: 248px;
    float: left;
    margin-left: 85px;
    height: 27px;
    line-height: 27px;
    color: #cc0006;
    font-size: 12px;
    overflow: hidden;
    margin: 0 42px;
}
.main8_nr_wz_list a {color: #000;font-size: 13px;}



/** 企业信用 社会信用 行业榜单 **/

/*4*/
.xinyong {display: flex;}
.m4{ width:324px; margin-left:14px;flex-direction: column;align-items: flex-start;justify-content: flex-start;display: flex}
.m4_tl{width:324px; height:34px; border-bottom:1px solid #cbcbcb; border-top:1px solid #cbcbcb; background:url(../images/m4_tl_bg.jpg) no-repeat right bottom;background-position:85px 16px;}
.m4_tl_L{ width:80px; height:34px; color:#d11305; line-height:34px; font-size:14px; font-weight:bold; text-align:center;}
.m4_tl_R{ width:50px; height:13px; float:right; margin-right:12px; margin-top:17px; line-height:13px;  text-align:right;}
.m4_tl_R a{color:#fff; font-size:12px;}
.m4_nr{ width:296px; padding:14px; padding-bottom:5px;}
.m4_nr_list{ width:296px; float:left; height:25px; overflow:hidden; font-size:10px; color:#d11305; line-height:25px;}
.m4_nr_list a{color: #0b0100;font-size: 13px;}


/** 授牌活动 **/
.shouquan {display: flex;flex-direction: column}
.m2_tl{ width:998px; height:32px; border:1px solid #cfcfcf;background:url(../images/m1_dh_tl.jpg);}
.m2_nr{ width:998px; border:1px solid #cfcfcf; border-top:0; padding-top:14px; padding-bottom:14px;}
.m5_list{ width:150px; float:left; margin-left:14px;}
.m5_list_pic{ width:150px; height:95px; float:left; }
.m5_list_pic img {
    width: 100%;
}
.m5_list_wz{
    width: 145px;
    float: left;
    height: 25px;
    padding-left: 3px;
    padding-right: 5px;
    line-height: 25px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;

}
.m5_list_wz a{ color: #0b0100;font-size: 13px;}


/* 轮播 */
.slideBox{ width:365px; height:253px; overflow:hidden; position:relative; border:1px solid #ddd;  }
.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{ float:left; margin-right:2px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
.slideBox .hd ul li.on{ background:#f00; color:#fff; }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{ width:365px; height:253px; display:block;  }
/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(../images/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
.slideBox .next{ left:auto; right:3%; background-position:8px 5px; }
.slideBox .prev:hover,
.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.slideBox .prevStop{ display:none;  }
.slideBox .nextStop{ display:none;  }
/**
评价结果查询

 */
.result {display: flex;flex-direction: column}
/*6*/
.m6_tl_sousuo{ width:270px; float:left; margin-left:245px; height:32px;}
.m6_tl_sousuo .keywords {width:200px;height:14px;float: left;margin-top:5px;color: #0b0100;overflow: hidden;padding: 3px;font-size: 13px;outline: none;border:1px solid #d1d1d1;}
.m6_tl_sousuo .btn_search {width:47px;height:22px;float: left;margin-top:5px; background:url(../images/m6_tl_sousuo.jpg); border: none; margin-left:10px;}
.m6_tl_gd{ width:50px; float:right; margin-right:10px; height:32px; line-height:32px; text-align:right;}
.m6_tl_gd a{ color:#d11305; font-size:13px;}
.m6_nr{ width:970px; float:left; border:1px solid #cfcfcf; border-top:0; padding:14px;}
table {border-collapse: collapse;border-spacing: 0; margin-top:12px;}
.tableCol_01{ width:998px; float:left;}
.tableCol_01 td{ overflow:hidden; height:30px; line-height:30px; color: #595959;font-size:13px;text-align:center;}
.tableCol_01 td a{color: #000;font-size:13px; font-weight:bold; text-decoration:underline;}
.tableCol_01 .b2{width:81px;height:25px;float:left;cursor: pointer;margin-left:15px; margin-top:5px; margin-bottom:5px;color:#ee3642;cursor: pointer;font-family: "微软雅黑";font-size: 13px;}
.main8_nr_pic{ width:1000px; float:left; margin-left:3px; border-bottom:1px solid #cccccc; padding-bottom:15px; margin-top:13px;}
.main8_nr_pic_list{ width:166px; height:120px; float:left; border:1px solid #cfcfcf; margin-left:24px;}


/***
二级页面
 */
.ny_body{ margin-top:15px;display: flex;justify-content: space-between}
.ny_body_l {
    display: flex;
    flex-direction: column;
}


/*面包屑导航*/
.in_ser {
    margin-bottom: 3em
}

.jdhqg_mbxnav {
    font-size: 14px;
    border-bottom: 1px solid #b0b3b4;
    height: 35px;
    line-height: 35px;
    width: 730px;
    float: left;
}

.jdhqg_mbxnav b {
    /* border-left: 10px solid #dbdbdb; */
    font-weight: normal;
    /* padding-left: 8px; */
}


/*---------------------右侧------------------------*/
.jdhqg_right {
    width: 730px;
    overflow: hidden;

}

.jdhqg_right_con_div {
    margin-top: 10px;
    padding: 0 10px;
}

.jdhqg_right_con {
    width: 265px;
    overflow: hidden;
    float: left;
    padding: 0px 11px 10px 0px;
}

.jdhqg_right_con.nobor {
    padding-right: 0 !important;
}

.jdhqg_right_con dt {
    width: 409px;

    line-height: 0;
    font-size: 0;
}

.jdhqg_right_con dt img {
    width: 260px;
    height: 245px;
    padding: 1px;
    border: 1px solid #D6D6D6;
}

.jdhqg_right_con dd {
    background: #f1f1f1;
    line-height: 35px;
    text-align: center;
    overflow: hidden;
    font-weight: bold;

}

.jdhqg_right_con dd a {
    color: #e50112;
    font-size: 17px;
}

.jdhqg_right_con_div .nomar .jdhqg_right_con {
    /* padding: 0px 0px 10px 0px; */
}

.jdhqg_right_con01 {
    width: 269px;
    overflow: hidden;
    float: left;
    padding: 0px 11px 10px 0px;
}

.jdhqg_right_con01.nobor {
    padding-right: 0 !important;
}

.jdhqg_right_con dt {
    width: 264px;

    line-height: 0;
    font-size: 0;
}

.jdhqg_right_con01 dt img {
    width: 264px;
    height: 229px;
    padding: 1px;
    border: 1px solid #D6D6D6;
}

.jdhqg_right_con01 dd {
    background: #f1f1f1;
    line-height: 35px;
    text-align: center;
    overflow: hidden;
    font-weight: bold;

}

.jdhqg_right_con01 dd a {
    color: #e50112
}

.jdhqg_right_con_div .nomar .jdhqg_right_con01 {
    padding: 0px 0px 10px 0px;
}

/*===========分页=============*/
.apage {
    display: table;
    margin: 0 auto;
    overflow: auto;
    margin-top: 20px;
    margin-bottom: 1em;
}

.apage li {
    float: left;
    /* background-color: #e50112; */
    padding: 5px 12px;
    line-height: 19px;
    font-size: 12px;
    margin-right: 3px;
    color: #0b0100;
}

.apage li a {
    color: #0b0100;
}

.thisclass {
    /* background-color: #cacaca !important; */
}

.thisclass a {
    color: #e50112 !important
}

.gduo {
    height: 30px;
    line-height: 30px;
    background: #f7f7f7;
    overflow: hidden;
    margin: 15px 0px;
    padding: 0 10px;
}

.gduo span {
    float: right;
    width: 320px;
    overflow: hidden;
    height: 30px;
    display: block;
}

.gduo a {
    font-weight: bold;
}

.info_key {
    border-bottom: solid 1px #ccc;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    margin: 30px auto 10px;
    width: 818px;
    overflow: hidden;
}

.info_key span {
    font-size: 14px;
    font-weight: bold;
}


/*========新闻页面==========*/
.jdhqg_news_dl {
    font-size: 14px;
    color: #666;
    line-height: 22px;

}

.jdhqg_news_dl span {
    width: 200px;
    margin-right: 1em
}

.jdhqg_news_dl span img {
    width: 100%;
    height: 100px;
}

.jdhqg_news_dl_con {
    width: 710px;
    overflow: hidden
}

.jdhqg_news_dl_con dd {
    float: left;
    width: 100px;
    height: auto;
}

.jdhqg_news_dl_con dd img {
    width: 100%;
    height: 90px;
}

.jdhqg_news_dl dt {

    overflow: hidden;
    /* height: 25px; */
    line-height: 25px;

}

.jdhqg_news_dl dt b {
    font-size: 16px;
    color: #d11305;
}

.jdhqg_news_dl .dt_1 {
    /* height: 20px; */
    padding-left: 10px;
    font-size: 14px;
    color: #0b0100;
    /* font-weight: bold; */

}

.jdhqg_news_dl .dt_2 {
    font-size: 12px;
    float: right;
    /* padding: 0 10px 0 8px; */
    /* font-family: "宋体"; */

}

.jdhqg_news_dl:first-child .dt_1 {
    color: #0b0100;
    font-weight: bold;
}

.jdhqg_news_dl dd {
    font-size: 12px;
    padding-left: 10px;
    overflow: hidden;
    margin-bottom: 10px;

}

/*===============新闻内容页===================*/
.jdhqg_right_con_div {
    margin-top: 10px;
    padding: 0 10px;
}

.jdhqg_con_listnews h2 {
    font-size: 20px;
    color: #e50112;
    font-weight: bold;
    text-align: center;
    line-height: 34px;
}
.ny_nr_L_new{ width:710px; float:left; padding-left:10px; padding-right:10px; margin-top:10px;}
.ny_bodybox_title {
    height: 30px;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    line-height: 30px;
    width: 710px;
    float: left;
    margin-top: 10px;
    color: #555;
}
.ny_bodybox_time {
    height: 25px;
    line-height: 25px;
    width: 710px;
    float: left;
    text-align: center;
    font-size: 13px;
}
.ny_bodybox {
    width: 710px;
    float: left;
    margin-top: 15px;
    line-height: 30px;
    font-size: 13px;
    color: #666;
}
.zuozhe {
    line-height: 40px;
    text-align: center;
    border-bottom: 1px dashed #CCCCCC;
}

.jdhqg_news-con {
    margin-top: 1em;
    line-height: 30px;
}

.jdhqg_news-con p {
    line-height: 30px;
    font-size: 14px
}

.jdhqg_news-con div {
    line-height: 30px;
    font-size: 14px
}

.ny_nr_R{ width:235px; float:right;}
.ny_nr_R_new{ width:235px; float:left; margin-bottom:15px;}
.ny_nr_R_new_tl{ width:222px; float:left; height:33px; background:#e6e6e6; padding-left:13px; line-height:33px;}
.ny_nr_R_new_tl a{ color:#000; font-size:14px; font-weight:bold;}
.ny_nr_R_new_nr{ width:215px; float:left; padding:10px;}
.ny_nr_R_new_nr_list{ width:215px; float:left; height:30px; line-height:30px; overflow:hidden; border-bottom:1px dashed #cfcfcf;}
.ny_nr_R_new_nr_list a{
    color: #0b0100;
    font-size: 13px;
}

.titl {
    font-size: 25px;
    font-weight: bold;
    color: #e50112;
    line-height: 30px;
    text-align: center;
    margin-top: 20px;
}

/** 搜索**/
.cx_from_bg {
    width: 1000px;
    height: 84px;
    background-color: #F7DDDC;
    margin-top: 30px;
}
.cx_from form {
    width: 70%;
    margin: auto;
    padding-top: 30px;
    font-size: 14px;
}
.cx_from span {
    color: #C12E1E;
    font-weight: 600;
    margin-right: 8px;
}

.cp_name {
    width: 390px;
    height: 24px;
    border: 1px solid #aaa;
}

.cx_btm {
    background-image: url(../images/cxbtm.jpg);
    width: 64px;
    height: 28px;
    cursor: pointer;
}
.jdhqg_mbxnav {
    width: 100%;
}

.jdhqg_right {
    width: 100%;
}

.jdhqg_right_con_div {
    padding: 0;
}

.cx_from form {
    width: 70%;
    margin: auto;
    padding-top: 30px;
    font-size: 14px;
}

/* 评价查询 */

.cp_table_head{
    margin-top: 21px;
}
.cp_table_head li{
    border-right:1px solid #F0D1CF ;
    background-color: #BC2E2A ;
    color: #fff !important;
}
.cp_table_list li{
    list-style-type: none;
    float: left;
    color: #444;
    height: 35px;
    font-size: 14px;
    line-height: 35px;
    border-right: 1px solid #DFDEDE;
    border-bottom: 1px solid #DFDEDE;
}
.cp_table_list li a{
    color:#444;
    text-decoration: none;
}
.cp_table_list .r1{
    border-left:1px solid #DFDEDE;
}
.cp_table_list .r7{
    border-right:1px solid #DFDEDE;
}

.r1{
    width: 25.5%;
    padding-left: 13px;
}
.r11 {
    width: 35.5%;
    padding-left: 13px;
}

.r2{
    width: 8%;
    text-align: center;
    overflow: hidden;
}
.r22 {
    width: 23%;
    text-align: center;
    overflow: hidden;
}

.r3{
    width: 9%;
    text-align: center;
    overflow: hidden;
}
.r33 {
    width: 24.5%;
    text-align: center;
    overflow: hidden;
}

.r4{
    width: 18%;
    text-align: center;
}
.r5{
    width:13%;
    text-align: center;
}
.r6{
    width: 13%;
    text-align: center;
}
.cp_table_head .r7{
    border: none;
}
.r7{
    width: 5.3%;
    text-align: center;
}
.r77 {
    width: 15.3%;
    text-align: center;
}
.r8{
    width:5.9%;
    text-align: center;
}
.pagebody{
    width: 100%;
    text-align: right;
}
.pagelist{
    margin-top: 10px;
    width: max-content;
    float: right;
    margin-bottom: 10px;
}
.pagelist li{
    float: left;
    list-style-type: none;
    font-size: 13px;
    width: 50px;
    text-align: center;
}

.pagelist li:last-child {
    width: 100px;
}

.pagelist img{
    margin-bottom: -2px;
}
.pagelist li a{
    color: #666;
    text-decoration: none;
}
.zwsj {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/**

 */

.certificate {
    width: 1000px;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    background: url("../images/cert1.jpg") no-repeat top center;
    box-sizing: border-box;
    padding: 180px 0px 0px 0px;
    align-items: center;

}

.certificate-title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    color: #333;
}

.certificate-title-en {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    color: #666;
}

.certificate-content {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 50px;
    box-sizing: border-box;
    align-items: center;
    background: url("../images/cert2.jpg") repeat top center;
}

.certificate-bottom {
    background: url("../images/cert3.jpg") repeat top center;
    height: 300px;
    width: 100%;
}

.certificate-content-left {
    width: 80%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}

.certificate-content-left-title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #BC2E2A;
    font-weight: bold;
}

.certificate-content-left-content {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    box-sizing: border-box;
    padding: 0 80px;
}

.certificate-content-left-content-item {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
}

.certificate-content-left-content-item-title {
    width: 180px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

.certificate-content-left-content-item-content {
    line-height: 30px;
    font-size: 14px;
    color: #666;
    flex: 1;
}

.certificate-content-right {
    width: 30%;
    display: flex;
    flex-direction: column;
}

.certificate-content-right-title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    border-bottom: 1px solid #ccc;
}

.certificate-content-right-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.certificate-content-right-content-item {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-bottom: 10px;
}

.certificate-content-right-content-item-title {
    width: 100px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

.certificate-content-right-content-item-content {
    width: 200px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #666;
}

/* 评价查询 */

/*foot*/
.foot{ width: 100%;display: flex; margin-top:15px; flex-direction: column;align-items: center}
.foot p{ width:600px; margin:0 auto; color: #0b0100;font-size: 13px; text-align:center; line-height:25px;}
.foot_dw{ width:464px; margin:0 auto; overflow:hidden;  margin-top:3px; margin-bottom:3px;}
