* {
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style: none;
}

a {
    color: #333333;
    text-decoration: none;
}

a:hover {
    color: #e31e14;
}

img {
    border: 0 none;
}

body {
    font-size: 14px;
    color: #333333;
    font-family: "Microsoft Yahei";
}
.box {
    width: 1000px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
.banner {
    width: 100%;
    height: 550px;
    margin: 0 auto;
    background: url(../images/banner-pc.jpg) no-repeat center;
}
.banner-fenye {
    width: 100%;
    height: 514px;
    margin: 0 auto;
    background: url(../images/banner-fenye.jpg) no-repeat center;
}
/*导航栏*/
.nav {
    width: 100%;
    height: 52px;
    background: #e31e14;
}
.nav ul li {
    float: left;
    width: 200px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    border-right: 1px solid #f44a41;
    box-sizing: border-box;
}
.nav ul li a {
    font-weight: normal;
    color: #FFFFFF;
}
.nav .home {
    border: none;
}
.nav .home a {
    display: block;
    color: #e31e14;
    background: url(../images/home-bg.jpg) no-repeat center;
}
/*登录*/

/*个人中心-点击登录*/
.login-button #login {
    float: right;
    width: 132px;
    height: 26px;
    line-height: 26px;
    font-size: 18px;
    color: #E31E14;
    text-align: center;
    border: none;
    background: none;
}
.login-button #login:hover {
    color: #FFFFFF;
    background: url(../images/grzx-bg.png) no-repeat center;
}

.hide-center {
    width: 400px;
    height: 450px;
    background: #fdefd9;
    border: 1px solid #E31E14;
    position: fixed;
    top: 20%;
    left: 36%;
    margin: 0 auto;
    display: none;
    /*显示隐藏*/
    z-index: 1;
}
.hide-center #formhead {
    width: 400px;
    height: 52px;
    margin: 0 auto;
}
.hide-center #formhead-title {
    width: 400px;
    height: 52px;
    line-height: 52px;
    border-bottom: 2px solid rgba(227, 30, 20, 0.1);
    font-size: 24px;
    text-align: center;
    color: #e31e14;
    display: inline-block;
}
.hide-center #formbody {
    width: 360px;
    height: auto;
    margin: 0 auto;
    margin-top: 40px;
}
.hide-center #formbody .tel input {
    width: 350px;
    height: 42px;
    margin: 0 auto;
    margin-bottom: 20px;
    color: #666666;
    padding-left: 10px;
}
.hide-center #formbody .yzm input {
    width: 200px;
    height: 42px;
    margin-bottom: 20px;
    color: #666666;
    padding-left: 10px;
}
.hide-center #formbody .yzm .pic-img,
.hide-center #formbody .yzm .password-con {
    float: right;
    width: 120px;
    height: 42px;
    border: 1px solid #cccccc;
}
.hide-center #formbody .yzm .password-con {
    line-height: 42px;
    color: #333333;
    text-align: center;
    background: #FFFFFF;
}
.hide-center .loginInput {
    height: 52px;
    width: 230px;
    padding-left: 10px;
    border: 0;
    background-color: #141414;
    color: aliceblue;
}
.hide-center #close {
    width: 140px;
    height: 52px;
    border: 0;
    border-radius: 4px;
    background-color: #bbbbbb;
    color: white;
    display: inline-block;
}
.hide-center #BSignIn {
    float: right;
    border: 0;
    background: #0066ff;
    color: #ffffff;
    width: 140px;
    height: 52px;
    border-radius: 4px;
}
.hide-center #formbody p {
    font-size: 14px;
    color: #888888;
    margin-top: 30px;
}


/*分页内容-公共部分*/

/*个人中心*/
.grzx p {
    float: right;
    color: #999999;
    margin: 20px 10px 0 0;
}
.grzx a img {
    float: right;
}
/*评选-分页*/
.px-tit {
    font: bold 30px/60px "微软雅黑";
    color: #ffa800;
    text-align: center;
}
.vote-tit2 {
    width: 100%;
    height: 72px;
    background: url(../images/tppx-tit2.png) no-repeat center;
}
.vote-tit2 .vote-time2 {
    text-align: center;
    padding-top: 42px;
}

/*分页内容-公共部分结束*/
/*投票评选*/
.vote {
    width: 100%;
    height: auto;
    margin-top: 30px;
}
.vote .vote-tit {
    width: 100%;
    height: 72px;
    background: url(../images/tppx-tit.png) no-repeat center;
}
.vote-tit .vote-time {
    text-align: center;
    margin-top: 22px;
}
.vote-con {
    margin-top: 30px;
}
.vote-con ul {
    width: 960px;
    margin: 0 auto;
}
.vote-con ul li {
    float: left;
    margin: 0 20px;
    margin-bottom: 12px;
}

/*活动介绍*/
.hdjs {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}
.hdjs .hdjs-con {
    width: 100%;
    height: 230px;
    background: url(../images/hdjs-bg.png) no-repeat center;
    margin: 20px auto;
}
.hdjs .hdjs-con p {
    width: 905px;
    height: auto;
    font-size: 18px;
    line-height: 30px;
    text-indent: 2rem;
    margin: 0 auto;
}
.hdjs .hdjs-con p:first-child {
    padding-top: 22px;
}
/*活动规则*/
.hdgz {
    float: left;
    width: 480px;
    height: auto;
    line-height: 26px;
}
.hdgz span,
.jpsz span {
    font-size: 16px;
    font-weight: bold;
    color: #E31E14;
}
/*奖品设置*/
.jpsz {
    float: right;
    width: 480px;
    height: auto;
    line-height: 26px;
}
.jpsz .jp {
    height: auto;
    margin: 10px auto;
}

.jpsz .jp img {
    width: 330px;
}
.jpsz .cj-btn a {
    display: block;
    width: 480px;
    height: 42px;
    line-height: 42px;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    border-radius: 2px;
    background: #E31E14;
}

/*评选内容*/
.ppjd {
    width: 100%;
    height: auto;
    margin: 30px auto;
}
.ppjd-con {
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.ppjd-con .ppjd-tit {
    width: 100%;
    height: auto;
    margin: 0 auto;
}
.ppjd-con .pp_con {
    width: 445px;
    height: 160px;
    background: rgba(251, 199, 98, 0.14);
    padding: 20px;
    float: left;
    margin-top: 20px;
    margin-right: 30px;
}
.ppjd-con .pp_con h6 {
    font-size: 16px;
    color: #e31e14;
    margin-bottom: 16px;
}
.ppjd-con .pp_con .pp_new {
    width: 180px;
    height: 120px;
    float: left;
}
.ppjd-con .pp_con p {
    width: 240px;
    height: 120px;
    line-height: 24px;
    float: left;
    margin-left: 20px;
}
.ppjd-con .pp_con p a {
    color: #E31E14;
}
.ppjd-con .pp_con p a:hover {
    text-decoration: underline;
}
/*点击查看更多品评*/
.ppjd-con .gengduo a {
    display: block;
    width: 480px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #e31e14;
    text-align: center;
    border: 1px solid #e31e14;
    margin: 0 auto;
    margin: 24px auto;
}

/*参评企业*/
.cpqy {
    width: 100%;
    height: auto;
}
.cpqy .cpqy-con {
    margin-top: 20px;
}
.cpqy .cpqy-con ul li {
    float: left;
    margin-right: 17px;
    margin-bottom: 20px;
}
.cpqy .cpqy-con ul li:nth-child(6n) {
    margin-right: 0;
}
.cpqy .cpqy-con ul li a {
    display: block;
    width: 150px;
    height: 100px;
    border: 1px solid #e3e3e3;
    overflow: hidden;
    position: relative;
}
.cpqy .cpqy-con ul li p {
    width: 150px;
    height: 100px;
    padding: 2px;
    padding-top: 30px;
    line-height: 24px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    background: #E31E14;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#7F000000, endColorstr=#7F000000);
    color: #fff6bf;
    display: none;
    margin: 0 auto;
}
.cpqy .cpqy-con ul li:hover p {
    display: block;
}

/*首页样式-结束*/


/*十大新闻样式*/
.guize-box p {
    line-height: 28px;
    margin-top: 20px;
}
.guize-box .jpsz .jp {
    width: 480px;
    height: 145px;
    background: #f6b5b2;
    margin: 10px auto;
}
.guize-box .cj-btn a {
    display: block;
    width: 480px;
    height: 42px;
    line-height: 42px;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    border-radius: 2px;
    background: #E31E14;
    margin: 10px auto;
}
/*十大新闻-评选*/
.sdxw {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}
.sdxw-con {
    float: left;
    width: 485px;
    height: 260px;
    background: rgba(251, 199, 98, 0.14);
    border: 1px solid #E31E14;
    margin: 20px 26px 10px 0;
}
.sdxw-con:nth-child(2n) {
    margin-right: 0;
}
.sdxw-con h6 {
    font: normal 18px/32px "微软雅黑";
    margin: 10px 0 15px 15px;
}
.sdxw-con img {
    margin-left: 15px;
}
.sdxw-con .new-left {
    float: right;
    width: 230px;
    height: 140px;
    margin-right: 15px;
}
.sdxw-con .new-left p {
    font: normal 14px/22px "微软雅黑";
    color: #666666;
}
.sdxw-con .new-left a {
    display: block;
    width: 180px;
    height: 42px;
    font: normal 18px/42px "微软雅黑";
    color: #FFFFFF;
    text-align: center;
    background: #E31E14;
    border-radius: 4px;
    margin: 0 auto;
    margin-top: 10px;
}
.sdxw-con .pp-number {
    font: normal 24px/28px "微软雅黑";
    text-align: center;
    color: #E31E14;
    margin-top: 15px;
}
.sdxw-con .new-left .pp-end {
    display: block;
    width: 180px;
    height: 42px;
    color: #FFFFFF;
    font: normal 18px/42px "微软雅黑";
    text-align: center;
    background: #999999;
    border-radius: 4px;
    margin: 0 auto;
    margin-top: 10px;
}


/*抽奖活动页面样式*/
.cjhd {
    width: 100%;
    height: auto;
    margin: 20px auto;
}
.cjhd-left {
    float: left;
    width: 630px;
    height: 630px;
    background: rgba(251, 199, 98, 0.14);
    border: 1px solid #E31E14;
}
/* scroll */
.scrollDiv {
    width: 600px;
    height: 30px;
    /* 必要元素 */
    line-height: 30px;
    text-align: center;
    overflow: hidden;
    /* 必要元素 */
    margin: 0 auto;
    margin-top: 20px;
}
.scrollDiv li {
    height: 30px;
    text-align: center;
}
.scrollDiv li span {
    margin: 0 10px;
    color: #E31E14;
    font-size: 12px;
}
.cjhd-left .dzp {
    width: 600px;
    height: 500px;
    background: #E12711;
    margin: 15px auto;
}
.cjhd-left p {
    font: normal 16px/30px "微软雅黑";
    text-align: center;
}
.cjhd-left p span {
    color: #E31E14;
}
.hdgz-right {
    float: right;
    width: 330px;
    height: auto;
}
.hdgz-right h6 {
    font: bold 24px/30px "微软雅黑";
    border-left: 4px solid #E31E14;
    padding-left: 5px;
    margin-bottom: 10px;
}

.hdgz-right1{
    margin-top: 0!important;
    margin-bottom: 20px;
}
.hdgz-right1 h6 {
    font: bold 24px/30px "微软雅黑";
    border-left: 4px solid #E31E14;
    padding-left: 5px;
    margin-bottom: 10px;
}
.hdgz-right p {
    font: normal 14px/28px "微软雅黑";
}
.hdgz-right .cj-btn a {
    display: block;
    width: 330px;
    height: 42px;
    line-height: 42px;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    border-radius: 2px;
    background: #E31E14;
    margin: 10px auto;
}
.hdgz-right .jpsz {
    width: 330px;
    height: auto;
    margin-top: 10px;
}
.hdgz-right .jpsz span {
    color: #333333;
}

/*评论留言页面样式*/
.plly-left {
    width: 630px;
    height: auto;
    float: left;
    font-size: 16px;
}
.plly-left .plly-tit {
    width: 630px;
    height: 30px;
    background: url(../images/plly-tit.png) no-repeat left bottom;
    font: bold 28px/30px "微软雅黑";
    padding-bottom: 8px;
}
.plly-left .plly-con {
    width: 630px;
    height: auto;
    border-bottom: 1px dashed #cccccc;
    margin-top: 20px;
}
.ly-tit {
    font-size: 16px;
}
.ly-tit a {
    color: #E31E14;
}
.ly-con {
    height: 42px;
    line-height: 42px;
}
.ly-info {
    font-size: 14px;
    color: #888888;
    margin-bottom: 15px;
}
.jzly-btn a {
    display: block;
    width: 630px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #FFFFFF;
    background: #E31E14;
    border-radius: 4px;
    margin: 20px auto;
}

/*个人中心页面样式*/
.grzx-center {
    width: 100%;
    height: auto;
    margin: 20px auto;
}
.grzx-center .grzx-tit {
    width: 100%;
    height: 36px;
    font: bold 28px/36px "微软雅黑";
    border-bottom: 3px solid #ffa800;
}
.grzx-center .grzx-left {
    float: right;
    font: normal 14px/36px "微软雅黑";
}
.grzx-center .grzx-left span a {
    color: #E31E14;
}
.grzx-con {
    width: 100%;
    height: auto;
}
.grzx-con .grzx-list {
    float: left;
    width: 180px;
    height: auto;
}
.grzx-con .grzx-list ul li a {
    display: block;
    float: left;
    width: 180px;
    height: 52px;
    font: normal 18px/52px "微软雅黑";
    text-align: center;
    color: #ffa800;
    border: 1px solid #ffa800;
    border-radius: 4px;
    margin-top: 20px;
}
.grzx-con .grzx-list ul li .grzx-on {
    background: #ffa800;
    color: #FFFFFF;
}
/*我的留言样式*/
.grzx-con .wdly,
.wdcj,
.fxyj {
    float: right;
    width: 780px;
    height: auto;
}
.grzx-con .wdly .plly-con {
    width: 780px;
    height: auto;
    margin-top: 20px;
    border-bottom: 1px dashed #cccccc;
}
/*我的抽奖样式*/
.wdcj .wcj,
.ycj,
.fxyj {
    margin-top: 20px;
}
.wdcj .wcj {
    text-align: center;
}
.wdcj .wcj p {
    width: 100%;
    font: normal 20px/38px "微软雅黑";
    text-align: center;
    color: #666666;
    margin: 0 auto;
}
.ycj ul li {
    line-height: 42px;
    font: normal 18px/42px "微软雅黑";
}
.ycj ul li span,
.wdcj-number span {
    color: #E31E14;
}
.ycj p {
    line-height: 42px;
    color: #666666;
}
.wdcj-number {
    font: normal 16px/42px "微软雅黑";
}
.wdcj-btn a {
    display: block;
    width: 240px;
    height: 52px;
    font: normal 18px/52px "微软雅黑";
    text-align: center;
    color: #FFFFFF;
    background: #E31E14;
    border-radius: 4px;
    margin-top: 10px;
}
/*分享有奖样式*/
.share1 {
    margin-bottom: 20px;
}
.share1 h5,
.share2 h5 {
    font: normal 18px/36px "微软雅黑";
}
.share-link {
    float: left;
    width: 500px;
    height: auto;
    line-height: 24px;
    border: 1px solid #999999;
    padding: 10px;
    margin-top: 10px;
}
.share-btn {
    float: left;
    width: 120px;
    height: auto;
    font: normal 18px/50px "微软雅黑";
    text-align: center;
    color: #FFFFFF;
    background: #E31E14;
    border-radius: 6px;
    margin: 18px 0 0 20px;
    cursor: pointer;
}
.share2-erweima {
    position: relative;
}
.share2-erweima .erweima {
    width: 240px;
    height: 240px;
    background: #CCCCCC;
    border: 1px solid #999999;
}
.share2 .share2-erweima p {
    position: absolute;
    bottom: 0;
    left: 260px;
    font-size: 16px;
    color: #666666;
}
.share2-con {
    width: 640px;
    height: auto;
    line-height: 32px;
    color: #666666;
    margin-top: 20px;
}
.share2-con span {
    font: normal 16px/32px "微软雅黑";
    color: #E31E14;
}

/*企业参评页面样式*/
.qycp h4 {
    font: bold 26px/54px "微软雅黑";
    color: #333333;
    text-align: center;
}
.qycp-tit {
    width: 100%;
    height: 50px;
    background: url(../images/qycp-tit.png) no-repeat center;
}
.hjxm {
    width: 300px;
    height: 450px;
    background: rgba(251, 199, 98, 0.14);
    border: 1px solid #E31E14;
    float: left;
    margin: 20px 15px;
}
.hjxm .hj-sign {
    position: relative;
}
.hjxm .hj-sign img {
    position: absolute;
    width: 111px;
    height: 111px;
    z-index: 10;
    top: 0;
    right: 0;
}
.hjxm .hj-pic {
    width: 275px;
    height: 220px;
    margin: 15px 0 15px 14px;
}
.hjxm h5 {
    font: normal 18px/22px "微软雅黑";
    color: #e31e14;
    text-align: center;
}
.qycp-number {
    font: normal 16px/32px "微软雅黑";
    color: #e31e14;
    text-align: center;
}
.qycp-hjly {
    width: 275px;
    height: auto;
    line-height: 26px;
    margin: 0 auto;
}
.qycp-bottom .cptj-tit {
    width: 100%;
    height: 62px;
    background: url(../images/cptj.png) no-repeat center;
}
.qycp-bottom .cptj-tit .tj-time {
    text-align: center;
    padding-top: 38px;
}
.cptj-con {
    float: left;
    width: 230px;
    height: auto;
    margin: 20px 0 0 20px;
}
.cptj-con:first-child {
    margin-left: 0;
}
.cptj-con .tj-top {
    width: 150px;
    height: 100px;
    border: 1px solid #E3E3E3;
    margin-left: 38px;
}
.cptj-con .tj-top img {
    width: 150px;
    height: 100px;
    text-align: center;
}
.cptj-con .tj-bottom {
    width: 230px;
    height: 280px;
    background: url(../images/cptj-m.png) no-repeat top center /230px 280px;
    margin-top: 4px;
}
.cptj-con .tj-bottom h4 {
    font: bold 20px/62px "微软雅黑";
    color: #E31E14;
}
.cptj-con .tj-bottom p {
    width: 206px;
    height: auto;
    font: normal 16px/22px "微软雅黑";
    color: #333333;
    margin: 0 auto;
    margin-top: 30px;
}
.cptj-con .tj-bottom .vote-btn a {
    display: block;
    width: 206px;
    height: 40px;
    font: normal 18px/40px "微软雅黑";
    color: #FFFFFF;
    text-align: center;
    background: #E31E14;
    cursor: pointer;
    border-radius: 4px;
    margin: 20px auto;
}
.cptj-con .tj-bottom .qycp-number {
    font: normal 22px/22px "微软雅黑";
}

/*分享*/
.share {
    width: 100%;
    height: 48px;
    overflow: hidden;
    margin: 20px auto;
}
.share div {
    float: left;
    margin-right: 15px;
    line-height: 40px;
    font-size: 16px;
    margin-top: 6px;
}
.share .weixin {
    float: left;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    background: url(../images/weixin.png) no-repeat top center;
    margin-top: 6px;
}
.share .weibo {
    float: left;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    background: url(../images/weibo.png) no-repeat top center;
    margin-top: 6px;
}
.share .qq-zone {
    float: left;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    background: url(../images/qq-zone.png) no-repeat top center;
    margin-top: 6px;
}
.share .qq {
    float: left;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    background: url(../images/qq.png) no-repeat top center;
    margin-top: 6px;
}
.share .weixin:hover {
    width: 40px;
    height: 40px;
    background: url(../images/weixin2.png) no-repeat top center;
}
.share .weibo:hover {
    width: 40px;
    height: 40px;
    background: url(../images/weibo2.png) no-repeat top center;
}
.share .qq-zone:hover {
    width: 40px;
    height: 40px;
    background: url(../images/qq-zone2.png) no-repeat top center;
}
.share .qq:hover {
    width: 40px;
    height: 40px;
    background: url(../images/qq2.png) no-repeat top center;
}

/*客车之星样式开始*/
.kczx {
    width: 100%;
    height: auto;
}
.kczx .kczx-list ul li {
    float: left;
    width: 100px;
    height: 48px;
    border: 1px solid #E31E14;
    margin-top: 20px;
    margin-right: 10px;
    text-align: center;
    border-radius: 2px;
}
.kczx .kczx-list ul li:nth-child(9n) {
    margin-right: 0;
}
.kczx .kczx-list ul li a {
    display: block;
    width: 92px;
    height: 48px;
    font: normal 14px/20px "微软雅黑";
    color: #E31E14;
    text-align: center;
    margin: 0 auto;
    padding: 4px;
}
.kczx .kczx-list ul li .p14 {
    padding-top: 14px;
}
.kczx .kczx-box {
    width: 100%;
    height: auto;
    margin: 20px auto;
}
.kczx .kczx-box h5 {
    width: 200px;
    height: 49px;
    font: normal 16px/49px "微软雅黑";
    text-align: center;
    background: url(../images/kczx-tit.png) no-repeat left center;
    margin-bottom: 20px;
}
.kczx .kczx-box h5 a {
    display: block;
    width: 200px;
    height: 49px;
    font: normal 16px/46px "微软雅黑";
    text-align: center;
    color: #FFFFFF;
}
.kczx .kczx-box .kczx-con {
    float: left;
    width: 235px;
    height: 320px;
    background: rgba(251, 199, 98, 0.14);
    border: 1px solid #E31E14;
    margin: 0 6px;
    margin-bottom: 20px;
}
.kczx .kczx-box .kczx-con p {
    width: 210px;
    height: 58px;
    text-align: left;
    margin: 0 auto;
    overflow: hidden;
}
.kczx .kczx-box .kczx-con div {
    text-align: center;
    margin: 10px auto;
}
.kczx .kczx-box .kczx-con .vote a {
    display: block;
    width: 210px;
    height: 42px;
    font: normal 18px/42px "微软雅黑";
    color: #FFFFFF;
    background: #E31E14;
    border-radius: 4px;
    margin: 0 auto;
}
.kczx .kczx-box .kczx-con .vote-number {
    font: normal 20px/30px "微软雅黑";
    color: #E31E14;
}
.kczx-bottom {
    width: 100%;
    height: 150px;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    bottom: 0;
    display: none;
}
.kczx-bottom ul li {
    float: left;
    width: 113px;
    height: 47px;
    background: url(../images/kczx-hidden.png) no-repeat center;
    text-align: center;
    margin-top: 20px;
    margin-right: 13px;
}
.kczx-bottom ul li:nth-child(8n) {
    margin-right: 0;
}
.kczx-bottom ul li a {
    display: block;
    width: 96px;
    height: 47px;
    font: normal 14px/16px "微软雅黑";
    color: #FFFFFF;
    text-align: center;
    margin: 0 auto;
    padding-top: 5px;
}
.kczx-bottom ul li .p14 {
    padding-top: 14px;
}

/*客车之星样式结束*/
/*企业参评内容页开始*/
.cpxq-btn {
    width: 180px;
    height: 42px;
    margin: 0 auto;
    text-align: center;
    position: fixed;
    left: 50%;
    bottom: 50px;
    margin-left: -250px;
    background: #E31E14;
    border-radius: 4px;
    z-index: 100;
}
.cpxq-btn a {
    display: block;
    width: 180px;
    height: 42px;
    font: normal 18px/42px "微软雅黑";
    color: #FFFFFF;
}
.cpxq .cpxq-left {
    float: left;
    width: 590px;
    height: auto;
    background: rgba(251, 199, 98, 0.14);
    padding: 0 20px 20px 20px;
}
.cpxq .cpxq-tit {
    width: 100%;
    height: auto;
}
.cpxq .cpxq-tit h4 {
    float: left;
    height: 63px;
    font: bold 22px/63px "微软雅黑";
    color: #e31e14;
}
.cpxq .cpxq-tit img {
    float: right;
    width: 140px;
    height: 50px;
    margin: 20px 0 0 0;
}
.cpxq-con {
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0 auto;
    padding-bottom: 20px;
}
.cpxq-con p {
    text-align: left;
    font: normal 14px/28px "微软雅黑";
    margin-top: 15px;
}
.cpxq-con h5 {
    font: bold 22px/50px "微软雅黑";
    text-align: center;
}
.cpxq-con img {
    width: 275px;
    height: 220px;
    margin: 20px auto;
    text-align: center;
}
.cpxq-con .hjly {
    width: 590px;
    height: auto;
    background: #fccecc;
}
.cpxq-con .hjly .hjly-con {
    float: right;
    width: 340px;
    height: auto;
    margin-right: 20px;
}
.cpxq-con .hjly h6 {
    font: bold 18px/20px "微软雅黑";
    color: #E31E14;
    text-align: left;
    margin: 20px 0 0 20px;
}
.cpxq-con .hjly img {
    float: left;
    width: 200px;
    height: 240px;
    margin-left: 20px;
}
.cpxq-con .hjly p {
    font: normal 14px/24px "微软雅黑";
    color: #333333;
    text-align: left;
    margin-top: 10px;
}

/*幻灯片开始*/
.mod18Box {
    margin: 0px auto;
    width: 590px;
}
.mod18 {
    width: 590px;
    height: 500px;
    margin: 0px auto;
    position: relative;
}
.mod18 .btn {
    position: absolute;
    width: 15px;
    height: 70px;
    bottom: 22px;
    cursor: pointer;
    z-index: 99;
    font-size: 50px;
    font-weight: bold;
}

.mod18 .prev {
    left: 0;
    background: url(../images/prevBtn.png) no-repeat;
}
.mod18 #prevTop,
.mod18 #nextTop {
    top: 180px;
    width: 46px;
    height: 48px;
}
.mod18 #prevTop {
    background: url(../images/prevBtnTop.png) 0 0 no-repeat;
}
.mod18 #nextTop {
    background: url(../images/nextBtnTop.png) 0 0 no-repeat;
}
.mod18 .next {
    right: 0;
    background: url(../images/nextBtn.png) no-repeat;
}
.mod18 li {
    float: left;
}
.mod18 .cf li {
    position: relative;
    color: #fff;
}
.mod18 .cf a {
    display: block;
    width: 590px;
    height: 330px;
    position: absolute;
    color: #fff;
}
.mod18 .picBox {
    height: 393px;
    position: relative;
    overflow: hidden;
}
.mod18 .picBox ul {
    height: 393px;
    position: absolute;
}
.mod18 .picBox li {
    width: 590px;
    height: 393px;
}
.mod18 .picBox li img {
    width: 100%;
    height: auto;
    background-size: 100%;
}
.mod18 .picBox li p {
    width: 100%;
    height: 52px;
    line-height: 52px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    padding-left: 20px;
}
.mod18 .listBox {
    width: 530px;
    height: 90px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.mod18 .listBox ul {
    height: 100px;
    position: absolute;
}
.mod18 .listBox li {
    width: 120px;
    height: 80px;
    cursor: pointer;
    position: relative;
    padding-right: 10px;
    margin-top: 10px;
}
.mod18 .listBox li i {
    display: none;
}
.mod18 .listBox li a {
    display: block;
    width: 120px;
    height: 80px;
}
.mod18 .listBox li img {
    width: 120px;
    height: 80px;
    margin: 0 auto;
}
.mod18 .listBox .on img {
    width: 114px;
    height: 74px;
    border: 3px solid #aaaaaa;
    margin: 0 auto;
}
.mod18 .listBox .on i {
    display: block;
}
/*幻灯片结束*/

/*企业参评内容页结束*/

/*表单*/

.f_tit {
    width: 192px;
    height: 50px;
    line-height: 50px;
    font-size: 28px;
    color: #fff6bf;
    background: url(../images/f_tit.png) no-repeat left;
    padding-left: 30px;
}
.f_left {
    float: left;
    width: 480px;
    height: auto;
    overflow: hidden;
}
.left_box {
    width: 478px;
    height: 400px;
    overflow: hidden;
    border: 1px solid #e3e3e3;
    padding: 20px 0;
    margin-top: 20px;
}

.left_box a {
    float: left;
    display: block;
    width: 203px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #e3e3e3;
    text-align: center;
    overflow: hidden;
    margin-left: 22px;
    margin-bottom: 15px;
    background: #ffffff;
    color: #666666;
}

.left_box a:hover {
    background: #e12711;
    color: #ffffff;
    border: 1px solid #e12711;
}

.f_right {
    float: right;
    width: 480px;
    height: auto;
    overflow: hidden;
}

.rel-box {
    width: 100%;
    height: 442px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 20px;
    border: 1px solid #e3e3e3;
    margin-top: 20px;
}

.rel-box div {
    margin-bottom: 8px;
}

/*底部*/
.footer {
    width: 100%;
    height: 170px;
    overflow: hidden;
    background: url(../images/footer.jpg) no-repeat center top;
    text-align: center;
    padding-top: 30px;
    color: #ffffff;
    margin-top: 20px;
}

.footer p {
    margin-bottom: 10px;
}

.footer a {
    font-weight: normal;
    color: #ffffff;
}


.footer1 {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 20px;
    text-align: center;
    line-height: 36px;
    color: #666;
    padding: 20px 0;
    background: rgba(251, 199, 98, 0.14);
}

.fkzx {
    width: 100%;
    height: auto;
    overflow: hidden;
}