body,
html,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
p,
textarea,
em {
    margin: 0;
    padding: 0;
    list-style: none;
    font-weight: normal;
    font-style: normal;
    font-family: '苹方';
}

ul,
li,
p {
    font-size: 14px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    min-width: 1200px;
    color: #333;
}

@font-face {
    font-family: 'impact';
    src: url('../fonts/impact.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input,
textarea {
    border: none;
    background: none;
    resize: none;
    outline: none;
}

a,
a:focus {
    color: #424242;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    outline: none;
    cursor: pointer;
}

a {
    transition: 0.3s linear;
    -webkit-transition: 0.3s linear;
    cursor: pointer;
}

img {
    border: none;
}

body {
    background: url(../images/body-bg.png) repeat;
}

.dn {
    display: none;
}

.db {
    display: block;
}

.br {
    border-radius: 4px;
}

.clearfix {
    position: relative;
}

.clearfix:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.wrap {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.text_two {
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-all;
}

.text_one {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    word-break: break-all;
}

.mt0 {
    margin-top: 0 !important;
}

.maina-color {
    color: #3285d4;
}

.mainb-color {
    color: #045db0;
}

.mainc-color {
    color: #e72222;
}

.fize20 {
    font-size: 20px;
}

.fize18 {
    font-size: 18px;
}

.fize14 {
    font-size: 14px !important;
}

input:-moz-placeholder {
    color: #999;
}

input::-moz-placeholder {
    color: #999;
}

input:-ms-input-placeholder {
    color: #999;
}

input::-webkit-input-placeholder {
    color: #999;
}

.white {
    color: #fff;
}

/* 悬浮 */

.fixed-button {
    position: fixed;
    right: 0;
    bottom: 25%;
    z-index: 100;
    display: none;
}

.fixed-button li {
    background: #fff;
    /*width: 75px;*/
    /*height: 60px;*/
    /*line-height: 60px;*/
    text-align: center;
    margin: 3px 0;
    box-shadow: 0 0 8px #d8d8d8;
    border-radius: 5px;
}

.fixed-button .a1 {
    position: relative;
    display: block;
    width: 74px;
    height: 64px;
    border-radius: 5px;
    overflow: hidden;
}

.fixed-button .a1 em {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 64px;
    line-height: 64px;
    text-align: center;
    color: #fff;
    display: none;
}

.fixed-button .a1 img {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
    width: 40px;
    height: 40px;
}

.fixed-button .on .a1 {
    background: #045db0;
}

.fixed-button .on .a1 img {
    display: none;
}

.fixed-button .on .a1 em {
    display: block;
}

.fixed-button .pop {
    position: absolute;
    left: -100px;
    top: 0;
    display: none;
    padding-right: 10px;
    /*width: 74px;*/
}
.fixed-button .pop img{
    width: 100px;
    height: 100px;
margin-top: 5px;
}
.fixed-button dl {
    width: 74px;
}

.fixed-button dd {
    position: relative;
    margin: 3px 0;
}

.fixed-button dd a {
    overflow: hidden;
    display: block;
    height: 64px;
    box-shadow: 0 0 8px #d8d8d8;
    border-radius: 5px;
    background: #fff;
    font-size: 12px;
}

.fixed-button dd a:hover {
    background: #045db0;
    color: #fff;
}

.fixed-button dd a em {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    display: block;
    line-height: 22px;
    max-height: 44px;
    overflow: hidden;
}

.fixed-button .wx img {
    display: block;
    width: 110px;
    height: 110px;
}

.fixed-button .bd li a {
    margin-bottom: 10px;
    background: #fff;
    display: block;
    border-radius: 4px;
}

.fixed-button .brank {
    height: 450px;
}

.fixed-button .bd li a img {
    width: 100px;
    height: 94px;
    display: block;
}

.fixed-button .bd li {
    background: none;
}

.fixed-button .next,
.fixed-button .prev {
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 20px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.fixed-button .next {
    background-image: url(../images/arrow-r.png);
}

.fixed-button .next:hover {
    background-image: url(../images/arrow-r-act.png);
}

.fixed-button .prev {
    background-image: url(../images/arrow-l.png);
}

.fixed-button .prev:hover {
    background-image: url(../images/arrow-l-act.png);
}

/*头部*/

.header {
    height: auto;
}

.header .logo {
    width: 120px;
    height: 100px;
    position: absolute;
    left: 0;
    top: 0;
    box-shadow: 0 0 5px #fff;
}

.header .logo img {
    height: 100%;
    margin: 0px;
}

.header-top {
    /* background: #4c4c4c; */
    background-image: url(../images/bg_img.png);
    background-size: 100% 52px;
    height: 52px;
}

.header-fun {
    position: absolute;
    right: 0;
    top: 0;
}

.header-fun li {
    float: left;
    font-size: 14px;
    color: #fff;
    padding-top: 16px;
}

.header-fun li a {
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    padding: 0 20px;
    border-right: 1px solid #d1d1d1;
    display: inline-block;
}
.header-fun li:nth-child(4) a {
    border-right: 0;
}

.header-fun li a:hover {
    color: rgb(0, 72, 152);
}

.header-fun .header-search {
    padding-top: 15px;
}

.header-fun .header-search span {
    display: inline-block;
    margin: 0 20px;
    vertical-align: 6px;
}

.header-fun .header-search input {
    display: inline-block;
    width: 138px;
    height: 20px;
    font-size: 14px;
    padding: 0 10px;
    color: #fff;
    margin-right: 4px;
    border: 1px solid #fff;
    vertical-align: 6px;
    border-radius: 30px;
    outline: none;
}

.header-fun .header-search img {
    vertical-align: -2px;
    width: 24px;
    cursor: pointer;
}

.header-bottom {
    background: #ffffff;
    height: 52px;
}

.header-nav {
    position: absolute;
    right: 0;
    top: 0;
}

.header-nav li {
    position: relative;
    /*margin-left: 10px;*/
    float: left;
}

.header-nav .a1 {
    display: block;
    width: 120px;
    padding: 0 5px;
    height: 52px;
    line-height: 52px;
    overflow: hidden;
    font-size: 16px;
    color: #424242;
    text-align: center;
}

.header-nav .on .a1,
.header-nav li:hover .a1 {
    background-image: linear-gradient(to right, rgb(0, 175, 149), rgb(0, 173, 167));
    color: #fff;
}

.header-nav .con {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 100%;
    display: none;
    width: 100%;
    background: #fff;
    text-align: center;

    max-height: 245px;
    overflow-y: auto;
}

.header-nav .con::-webkit-scrollbar {
    width: 4px;
    height: 1px;
    background-color: #f5f5f5;
}

/*定义滚动条轨道 内阴影+圆角*/
.header-nav .con::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #f5f5f5;
}

/*定义滑块 内阴影+圆角*/
.header-nav .con::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #555;
}

.header-nav .con dd a {
    display: block;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
}

.header-nav .con dd a:hover {
    background-image: linear-gradient(to right, rgb(0, 175, 149), rgb(0, 173, 167));
    color: #fff;
}

.denglu {
    float: right;
    display: flex;
}

.denglu .dl {
    border-radius: 20px;
    background-color: #fff;
    color: #0091e9;
    padding: 3px 15px;
    margin-top: 15px;
    margin-right: 10px;
}

.denglu .zhuc {
    border-radius: 20px;
    background-color: #fff;
    color: #0091e9;
    padding: 3px 15px;
    margin-top: 15px;
}

.mt60 {
    margin-top: 60px;
}

.mt30 {
    margin-top: 30px !important;
}

/* 轮播 */
.main_image {
    width: 100%;
    height: 500px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}
.main_image ul {
    width: 9999px;
    height: 500px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
.main_image li {
    float: left;
    width: 100%;
    height: 500px;
}
.main_image li span {
    display: block;
    width: 100%;
    height: 500px;
}
.main_image li a {
    display: block;
    width: 100%;
    height: 500px;
}

/* 赛事规则 */
.top_tit {
    text-align: center;
    margin-bottom: 40px;
}
.top_tit p {
    font-size: 16px;
    color: #333;
}
.top_tit span {
    display: block;
    margin: auto;
    width: 65px;
    height: 2px;
    background: #2f8ccd;
}
.sh_box {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
    padding: 45px 0px;
    border-radius: 10px;
}
.sh_box li {
    float: left;
    width: 25%;
    text-align: center;
}
.sh_box li img {
    width: 90px;
    height: 90px;
}
.sh_box li h2 {
    font-size: 50px;
    color: #333;
    font-family: 'Impact';
}
.sh_box li p {
    font-size: 18px;
    color: #333333;
}
/* 参赛流程 */

.biaot {
    text-align: center;
    font-size: 28px;
    color: #333;
    margin-bottom: 10px;
}

.bg_f7 {
    background-color: #f7f7f7;
}
.p60 {
    padding: 40px 0px;
}
.left {
    text-align: left !important;
}

.cslc_box .unit-menu span {
    background-image: url(../images/cslc_1.png);
    background-repeat: no-repeat;
}

.cslc_box .fbujs {
    visibility: visible;
    animation-duration: 1s;
    animation-name: zoomIn;
    /* overflow: hidden; */
    box-sizing: border-box;
    box-shadow: 0 0 5px #e5e5e5;
    background-color: #fff;
}

.cslc_box .fbujs li {
    float: left;
    width: 20%;
    height: 150px;
    display: block;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.cslc_box .fbujs li p {
    font-size: 16px;
    line-height: 30px;
    display: inline-block;
    padding-top: 58px;
}

.cslc_box .fbujs li > div {
    width: 40px;
    height: 40px;
    margin-right: 17px;
    background-repeat: no-repeat;
    background-size: 100%;
    display: inline-block;
    vertical-align: middle;
}

/* .cslc_box .fbujs li:last-child > div {
    vertical-align: baseline;
} */

/* .cslc_box .fbujs li:last-child > p {
    padding-top: 44px;
} */

.cslc_box .fbujs .lc_1 {
    background-image: url(../images/cslc_1.png);
}

.cslc_box .fbujs .lc_2 {
    background-image: url(../images/cslc_2.png);
}

.cslc_box .fbujs .lc_3 {
    background-image: url(../images/cslc_3.png);
}

.cslc_box .fbujs .lc_4 {
    background-image: url(../images/cslc_4.png);
}

.cslc_box .fbujs .lc_5 {
    background-image: url(../images/cslc_5.png);
}

.cslc_box .fbujs li:hover {
    background: #2f8ccd;
}

.cslc_box .fbujs li:hover:after {
    position: absolute;
    content: '';
    background: url(../images/sjx.png) no-repeat;
    bottom: -17px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 44px;
    height: 12px;
}

.cslc_box .fbujs li:hover p {
    color: #fff;
}

.cslc_box .fbujs li:hover .lc_1 {
    background-image: url(../images/cslcon_1.png);
}

.cslc_box .fbujs li:hover .lc_2 {
    background-image: url(../images/cslcon_2.png);
}

.cslc_box .fbujs li:hover .lc_3 {
    background-image: url(../images/cslcon_3.png);
}

.cslc_box .fbujs li:hover .lc_4 {
    background-image: url(../images/cslcon_4.png);
}

.cslc_box .fbujs li:hover .lc_5 {
    background-image: url(../images/cslcon_5.png);
}

.cs_sm_box {
    box-shadow: 0 0 5px #e5e5e5;
    padding: 30px 20px;
    line-height: 35px;
    margin-top: 20px;
    background-color: #fff;
}

.cs_sm h2 {
    font-size: 18px;
}

.cs_sm h2 span {
    color: #999;
    margin-left: 30px;
    font-size: 14px;
}

.cslc_box .on {
    background: #2f8ccd;
    color: #fff;
    position: relative;
}

.cslc_box .on:after {
    position: absolute;
    content: '';
    background: url(../images/sjx.png) no-repeat;
    bottom: -17px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 44px;
    height: 12px;
}

.cslc_box .fbujs .on .lc_1 {
    background-image: url(../images/cslcon_1.png) !important;
}

.cslc_box .fbujs .on .lc_2 {
    background-image: url(../images/cslcon_2.png) !important;
}

.cslc_box .fbujs .on .lc_3 {
    background-image: url(../images/cslcon_3.png) !important;
}

.cslc_box .fbujs .on .lc_4 {
    background-image: url(../images/cslcon_4.png) !important;
}

.cslc_box .fbujs .on .lc_5 {
    background-image: url(../images/cslcon_5.png) !important;
}

/* <!-- 大赛说明 --> */

.dssm_box {
    overflow: hidden;
    padding-bottom: 10px;
}

.dssm_box .sm_jj {
    text-align: center;
    line-height: 30px;
}

.mb30 {
    margin-bottom: 30px;
}

.dssm_box .zzgl li {
    float: left;
    width: 25%;
    padding: 5px;
}

.dssm_box .zzgl li .yiny {
    margin-right: 20px;
    box-shadow: 0 0 5px #e5e5e5;
    padding: 60px 30px 40px;
}

.w_1220 {
    width: 1220px !important;
    overflow: hidden;
}

.w_1216 {
    width: 1216px !important;
    overflow: hidden;
}

.dssm_box .zzgl li .yiny > div {
    width: 100px;
    height: 100px;
    margin-right: 17px;
    background-repeat: no-repeat;
    background-size: 100%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    display: table;
    margin-bottom: 40px;
}

.dssm_box .zzgl li .yiny .dssm_1 {
    background-image: url(../images/icon5.png);
}

.dssm_box .zzgl li .yiny .dssm_2 {
    background-image: url(../images/icon6.png);
}

.dssm_box .zzgl li .yiny .dssm_3 {
    background-image: url(../images/icon7.png);
}
.dssm_box .zzgl li .yiny .dssm_4 {
    background-image: url(../images/icon8.png);
}

.dssm_box .zzgl li h2 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
}

.dssm_box .zzgl li p {
    line-height: 30px;
    color: #666;
}

.dssm_box .zzgl li .ckgd {
    text-align: right;
    margin-top: 20px;
}

.dssm_box .zzgl li:hover .yiny {
    background: #f2f9ff;
}

.dssm_box .zzgl li:hover .yiny .dssm_1 {
    background-image: url(../images/icon5_on.png);
}

.dssm_box .zzgl li:hover .yiny .dssm_2 {
    background-image: url(../images/icon6_on.png);
}

.dssm_box .zzgl li:hover .yiny .dssm_3 {
    background-image: url(../images/icon7_on.png);
}
.dssm_box .zzgl li:hover .yiny .dssm_4 {
    background-image: url(../images/icon8_on.png);
}
.dssm_box .zzgl li:hover .yiny .ckgd {
    color: #045db0;
}

.dssm_box .zzgl .active .yiny {
    background: #f2f9ff;
}

.dssm_box .zzgl .active .yiny .dssm_1 {
    background-image: url(../images/icon5_on.png);
}

.dssm_box .zzgl .active .yiny .ckgd {
    color: #045db0;
}

/* 通知公告 */

.tzgg_box .ck_fr {
    overflow: hidden;
    position: relative;
}

.tzgg_box .ckgd {
    position: absolute;
    right: 0;
    color: #045db0;
    top: 15px;
}

.tzgg_box {
    overflow: hidden;
}

.tzgg_box .tzgg_new li {
    position: relative;
}

.tzgg_box .news-main-left {
    float: left;
    width: 50%;
    box-sizing: border-box;
    height: 410px;
}

.gscontbuttom p {
    padding-top: 10px;
}

.datebox {
    position: absolute;
    right: 0px;
    top: 0px;
    color: #fff;
    background: #0091e9;
    padding: 10px 10px;
    border-radius:0px 10px 0px 10px;
}

.news-main-right {
    float: right;
    width: 50%;
    box-sizing: border-box;
    height: 460px;
}

.news-banner {
    position: relative;
    overflow: hidden;
    margin-right: 30px;
    height: 100%;
}

.news-banner img {
    display: block;
    width: 570px;
    height: 410px;
    object-fit: cover;
    border-radius: 10px;
}

.news-banner .bd li {
    position: relative;
}

.news-banner .bd li a {
    position: relative;
    display: block;
}

.news-banner .hd {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 0;
    width: 25%;
    height: 61px;
    line-height: 61px;
    text-align: center;
}

.news-banner .hd li {
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #fff;
    display: inline-block;
    margin: 0 5px;
    cursor: pointer;
    font-size: 0;
    vertical-align: middle;
}

.news-banner .hd li.on {
    background: none;
    border: 1px solid #fff;
    box-sizing: border-box;
}

.gscontentright li {
    margin-bottom: 35px;
    line-height: 26px;
    overflow: hidden;
    font-size: 16px;
    display: flex;
    align-items: center;
}

.gscontentright li img {
    width: 160px;
    height: 120px;
    border-radius: 10px;
    margin-right: 15px;
    float: left;
    object-fit: cover;
}
.gscontentright li .tag_img {
    display: inline-block;
    margin-left: 5px;
    vertical-align: middle;
    width: 22px;
    height: 11px;
    border-radius: 4px;
}
.mobox {
    text-align: right;
    position: absolute;
    right: 0;
    bottom: 10px;
}
.mobox a {
    display: inline-block;
    font-size: 16px;
    color: #0091e9;
}
.mobox a:hover {
    color: #0091e9;
}
.gsinfo h2 {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
}

.gsinfo h4 {
    font-size: 14px;
    color: #666;
    margin-bottom: 10px;
}

.gray60 {
    color: #999;
}

.gray40 {
    color: #666;
}

.gscontbuttom {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    color: #fff;
    padding: 30px;
    background-image: url(../images/newsbg.png);
    border-radius: 0px 0px 6px 6px;
    background-repeat: repeat-x;
    background-position: bottom;
}

.gscontbuttom p {
    padding-top: 10px;
}

/* 往届回顾 */

.wjhg_box_copy {
    overflow: hidden;
}

.hedu li {
    height: 340px;
}

.wjhg_box_copy li {
    float: left;
    width: 25%;
    overflow: hidden;
}

.wjhg_box_copy li .hj_mr {
    margin-right: 20px;
    overflow: hidden;
    position: relative;
}

.wjhg_box_copy li .hj_mr img {
    object-fit: cover;
    width: 100%;
    height: 358px;
}

.wjhg_box_copy li .bjxc {
    background: rgb(0, 0, 0, 0.6);
    width: 100%;
    height: 65px;
    position: absolute;
    bottom: 18px;
  
}

.wjhg_box_copy li .bjxc p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    color: #fff;
}

/* 创业专区 */

.cyzq_box {
    overflow: hidden;
}

/* 常见问题 */

/* .cjwt_box {
    overflow: hidden;
}

.cjwt_box .ck_fr {
    overflow: hidden;
    position: relative;
}

.cjwt_box .ckgd {
    position: absolute;
    right: 0;
    color: #045db0;
    top: 15px;
}

.cjwt_box li {
    width: 33.3%;
    height: 155px;
    float: left;
    margin-bottom: 20px;
}

.cjwt_box .question-content {
    margin-right: 20px;
    background: #f5f8fa;
    padding: 30px 20px;
}

.cjwt_box .question-content .answer {
    overflow: hidden;
    margin-bottom: 15px;
}

.cjwt_box .question-content .answer img {
    float: left;
    margin-right: 15px;
}

.cjwt_box .question-content .answer:last-child img {
    margin-top: 5px;
}

.cjwt_box .question-content .answer:last-child {
    margin-bottom: 0;
    line-height: 30px;
} */

/* 影响全局样式 */
.question-box {
    padding: 0 0 50px;
}
.question-box .single-box-copy {
    position: relative;
    text-align: center;
}
.question-box .single-box-copy .question-content {
    position: absolute;
    background: white;
    border-radius: 6px;
    width: 510px;
    padding: 24px;
    text-align: left;
    color: #333;
}
.single-box-copy h3 {
    margin-bottom: 10px;
}
.single-box-copy img {
    display: inline-block;
    margin-right: 10px;
}
.single-box-copy h3 p {
    max-width: 78%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    color: #333;
}
.question-box .single-box-copy .answer {
    line-height: 20px;
    -webkit-line-clamp: 3;
    height: auto;
    position: relative;
    color: #666;
}
/* .question-content:hover {
    box-shadow: 1px 3px 1px rgba(204, 204, 204, 0.5);
} */
.single-box-copy .answer {
    position: relative;
    padding-left: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.single-box-copy .answer img {
    position: absolute;
    top: 0px;
    left: 0px;
}
.single-box-copy .tag .cicle {
    position: relative;
    background: #4492cb;
    border-radius: 100%;
    width: 36px;
    height: 36px;
    z-index: 10;
}
.single-box-copy .tag .line {
    position: absolute;
    display: block;
    margin: auto;
    width: 2px;
    height: 80px;
    background: #d3dde4;
    left: 17px;
    top: 20px;
    z-index: 0;
}
.single-box-copy .tag {
    position: relative;
    top: 15px;
    width: 36px;
    display: block;
    margin: auto;
}
.single-box-copy {
    margin-bottom: 50px;
}
.line {
    border-bottom: 1px dashed #eee;
    right: 80px;
}
.question-box .single-box-copy .question-content.right {
    right: -12px;
}
.button-one {
    width: 190px;
    height: 50px;
    line-height: 50px;
    display: block;
    margin: 30px auto;
    text-align: center;
    color: white;
    background: #4492cb;
    border-radius: 25px;
    cursor: pointer;
    -webkit-transform: rotate(0) scale(1);
    -ms-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
}
.button-one a {
    color: white;
    width: 100%;
    height: 100%;
    display: block;
}

/* 赛区相关 */
.sq_about .lf_list ul li {
    float: left;
    width: 31%;
    margin-right: 15px;
    border: 1px solid #efefef;
    text-align: center;
    padding: 15px 0px;
    margin-bottom: 15px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 16px;
}
.sq_about .lf_list ul li:hover {
    background-color: #0091e9;
}
.sq_about .lf_list ul li:hover a {
    color: #fff;
}
.sq_about .lf_list ul li:nth-child(3n + 0) {
    margin-right: 0px;
}
.sq_about .lf_list ul li a {
    display: inline-block;
}
.sq_about .lf_list ul li.active {
    background-color: #0091e9;
}
.sq_about .lf_list ul li.active a {
    color: #fff;
}
.sq_about .hj_mr {
    position: relative;
    clear: both;
}
.sq_about .hj_mr img {
    width: 100%;
    height: 345px;
    object-fit: cover;
    border-radius: 5px;
    overflow: hidden;
}
.sq_about .rg_img img {
    width: 100%;
    height: 485px;
    object-fit: cover;
}
.sq_about .bjxc {
    background: rgb(0, 0, 0, 0.4);
    width: 100%;
    height: 65px;
    position: absolute;
    bottom: 5px;
    border-radius: 0px 0px 5px 5px;
    /* top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); */
}

.sq_about .bjxc p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    color: #fff;
}
/* 相关单位 */

.mt40 {
    margin-top: 40px;
}
.unit-box ul {
    width: 1200px;
    height: 230px;
}
.unit-box ul li {
    float: left;
    /* width: 353px; */
    width: 280px;
    min-height: 240px;
    margin-right: 20px;
    background-color: #fff;
}
.unit-box ul li h3 {
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: white;
}
.bg-green {
    background: #00db7a;
}
.bg-green-two {
    background: #00b40e;
}
.bg-blue {
    background: #00a8cf;
}
.bg-green-three {
    background: #013f89;
}
.unit-box ul li div {
    padding: 15px;
}
.unit-box ul li div p {
    position: relative;
    color: #333;
    padding-bottom: 10px;
}
.unit-box ul li div p span {
    position: absolute;
    width: 2px;
    height: 2px;
    border-radius: 100%;
    background: #333;
    top: 9px;
    left: 0px;
}

/* 左右滑动效果 */
.animated .action_d {
    visibility: visible;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated .scroll-up {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.animated .scroll-left {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.animated .scroll-right {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.animated .scroll-down {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

/*底部*/
.footer {
    background-color: #2d3237;
    padding-top: 65px;
}
.footer .center {
    position: relative;
}
.footer .contact li {
    color: #f1f1f1;
    /* height: 40px; */
    padding-bottom: 15px;
}
.footer .code {
    position: absolute;
    right: 0px;
    top: 10px;
    width: 240px;
    height: 164px;
    float: right;
}
.footer .code ul li {
    width: 100px;
    text-align: center;
    float: left;
    color: white;
    margin-left: 20px;
}
.footer .code ul li img {
    width: 100px;
    height: 100px;
    margin: auto;
}
.footer .code ul li p {
    margin-top: 8px;
    font-size: 12px;
}
.foot_text {
    text-align: center;
    color: #fff;
    padding-top: 30px;
    font-size: 14px;
}
.footer .tab-nav {
    margin-bottom: 10px;
}
.footer .tab-nav li:first-child {
    padding-left: 0px;
}
.footer .tab-nav li {
    position: relative;
    float: left;
    color: white;
    padding: 8px 16px;
}
.footer .tab-nav li a {
    color: white;
    width: 100%;
    display: block;
    height: 100%;
}
.footer .tab-nav li::after {
    content: '';
    width: 1px;
    height: 14px;
    position: absolute;
    right: 0px;
    top: 12px;
    background-color: #fff;
}
.footer .tab-nav li:last-child::after {
    content: none;
}
.footer .tab-nav li:nth-last-child(3)::after {
    content: none;
}
/* 切换效果 */
.action_d {
    visibility: visible;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.scroll-up {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    text-align: center;
}

.scroll-left {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.scroll-right {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.scroll-down {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.partblock {
    width: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
    position: relative;
    text-align: center;
}

/* 登录 */

.reveal-modal {
    visibility: hidden;
    top: 50%;
    width: 1300px;
    left: 50%;
    position: fixed;
    z-index: 9999;
    border-radius: 10px;
    padding: 30px 40px 34px;
    transform: translate(-50%, -50%);
}

.reveal-modal-bg {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #333;
    background: rgba(0, 0, 0, 0.4);
    z-index: 999;
    display: none;
    top: 0;
    left: 0;
}

.reveal-modal input {
    width: 360px;
    border-color: #e5e5e5;
    border-width: 1px;
    color: #585858;
    background: #fff;
    display: inline-block;
}

.reveal-modal .tijiao {
    margin: 40px auto 20px;
}

.dl_box {
    height: 655px;
    overflow: hidden;
    background: #fff;
    border-radius: 20px;
}

.dl_box .dlym {
    margin-right: 40px;
    margin-top: 60px;
    float: right;
}

.dl_box .dlym h2 {
    color: #025ab5;
    margin-bottom: 40px;
    text-align: center;
}

.dl_box .dlym .shuruk {
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    padding: 20px 30px;
    display: block;
    margin-bottom: 20px;
}

.dl_box .dlym .shuruk p {
    width: 80px;
    display: inline-block;
    font-size: 15px;
}

.dl_box .dlym .shuruk input {
    color: #999;
    font-size: 15px;
}

.dl_box .dlym .wjmm {
    text-align: right;
    font-size: 16px;
}

.dl_box .dlym .ljdl {
    padding: 20px;
    text-align: center;
    margin-top: 40px;
    font-size: 16px;
    color: #fff;
    background: #3285d4;
    border-radius: 5px;
}

.dl_box .dlym .myzh {
    color: #8d9ead;
    text-align: center;
    font-size: 16px;
    padding: 30px;
}

.dl_box .dlym .kjdl {
    display: block;
    margin-top: 30px;
}

.dl_box .dlym .kjdl p {
    display: inline-block;
    color: #8d9ead;
    font-size: 16px;
}

.dl_box .dlym .kjdl img {
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}

/* 内页头部 */

.inside_top {
    background-color: #fff;
    position: fixed;
    left: 0;
    right: 0;
    z-index: 99;
    top: 0;
}

.inside_top .header-top .wrap .denglu .dl {
    color: #333;
    border: 1px solid #dcdcdc;
}

.inside_top .header-top .wrap .denglu .zhuc {
    color: #333;
}

.inside_top .header-nav .on .a1 {
    background: #045db0;
    color: #fff;
    border-top: 1px solid #045db0;
}

.inside_top .header-nav li:hover.on .a1 {
    color: #fff;
}

.inside_top .header-nav li:hover .a1 {
    color: #fff;
    border-top: 1px solid #045db0;
    background: #045db0;
}

.inside_top .header-nav .a1 {
    color: #333;
}

.inside_top .header-nav .con dd a {
    color: #fff;
}

/* 内页内容区 */

.inside_content {
    min-height: 600px;
}

.inside_left {
    float: left;
    width: 260px;
    margin-right: 20px;
}

.inside_left h2 {
    background-color: #045db0;
    color: #fff;
    padding: 20px;
    font-size: 24px;
}

.inside_left h2 p {
    text-transform: uppercase;
    margin-top: 8px;
    font-size: 12px;
}

.inside_left ul li a {
    background-color: #eeeeee;
    border-bottom: 1px solid #fff;
    display: block;
    padding: 25px 20px;
    font-size: 18px;
}

.inside_left ul li.on a {
    background-color: #6ea9eb;
    color: #fff;
}

.inside_left ul li a:hover {
    background-color: #6ea9eb;
    color: #fff;
}

.inside_right {
    float: right;
    width: 900px;
}

.wian {
    border-bottom: 1px solid #eee;
}

.wian h2 {
    border-bottom: 2px solid #026fb5;
}

.locationbox {
    width: 100%;
    /* border-bottom: 1px solid #eee; */
    display: block;
}

.locationbox h2 {
    color: #026fb5;
    /* border-bottom: 2px solid #026fb5; */
    padding: 10px 0px 15px;
}

/* .location_right {
    height: 58px;
    line-height: 58px;
} */

.location_right img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.location_right span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #666;
}

.location_right span a {
    color: #333;
}

.inside_rightcontent {
    padding: 20px 0px;
}

/* 颁奖现场 */

.awards_ul {
    width: 930px;
}

.awards_ul li {
    width: 33.33%;
    padding-right: 30px;
    margin-bottom: 30px;
    float: left;
}

.awards_ul li .awards_ulli {
    background-color: #f7f7f7;
    width: 100%;
}

.awards_ul li .awards_ulli .awardsimg {
    width: 100%;
    height: 244px;
    object-fit: cover;
}

.awards_ul li .awards_ulli .textbox {
    padding: 10px;
    font-size: 12px;
    color: #999999;
}

.awards_ul li .awards_ulli .textbox h2 {
    color: #333;
    margin-bottom: 10px;
}

.awards_ul li .awards_ulli .textbox img {
    width: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}

.awards_ul li .awards_ulli .textbox span {
    display: inline-block;
    vertical-align: middle;
}

.awards_ul li .awards_ulli .textbox p {
    margin-top: 8px;
}

.awards_ul li .awards_ulli .textbox p em {
    color: #045db0;
}

/* 页码 */

.pagination {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    text-align: center;
    padding: 40px 0 40px;
}

.pagination a {
    min-width: 36px;
    height: 36px;
    line-height: 36px;
    margin: 0 4px;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    background-color: #fff;
    color: #999;
    cursor: pointer;
    padding: 0px 4px;
}

.pagination a:hover {
    border-color: #045db0;
    color: #045db0;
}

.pagination a.cur {
    background-color: #045db0;
    color: #fff;
}

/* 大赛问题 */

.problem_ul li {
    margin-bottom: 20px;
    box-shadow: 0px 0px 10px 0px rgba(226, 226, 226, 0.6);
    padding: 20px;
    background-color: #f7f7f7;
}

.problem_ul li:hover {
    background-color: rgb(255, 255, 255);
}

.problem_ul li .timebox {
    font-size: 28px;
    color: #666666;
    text-align: right;
    width: 100px;
    float: left;
}

.problem_ul li .timebox p {
    margin-top: 10px;
    font-size: 20px;
}

.problem_right {
    padding-left: 40px;
    float: left;
    width: 740px;
}

.problem_right h2 {
    font-size: 18px;
    margin-bottom: 20px;
}

.problem_right .fize16 {
    font-size: 16px;
}

.problem_right h2 img {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    margin-right: 10px;
}

.problem_right h2 span {
    /* display: inline-block; */
    vertical-align: middle;
}

.problem_bottom img {
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    margin-right: 5px;
}

.problem_bottom span {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    color: #999;
}

.problem_bottom.pl40 {
    padding-left: 40px;
}

.questionsbox h2 {
    font-size: 24px;
    color: #666666;
    margin-bottom: 20px;
}

.questionsbox .textarea_box {
    width: 100%;
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 4px;
    height: 150px;
}

a.button_btn {
    width: 100%;
    height: 48px;
    line-height: 48px;
    background-color: #3285d4;
    color: #fff;
    text-align: center;
    display: block;
    margin-top: 60px;
    border-radius: 4px;
}

.problem_detailsbox {
    width: 900px;
    float: right;
}

.problem_detailsbox h2 {
    margin-bottom: 20px;
}

.problem_detailscontent {
    margin-top: 20px;
}

a.back_btn {
    width: 100px;
    float: right;
}

/* 内页通知 */

.w_1000 {
    width: 1000px;
}

.gonggao .problem_ul .zuixin {
    color: #e72222;
    border: 1px solid #e72222;
    padding: 0 3px;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 12px;
    margin-left: 10px;
}

.gonggao .problem_ul .gonggao_bt {
    overflow: hidden;
}

.gonggao .problem_ul .tzgg_bt {
    max-width: 80%;
}

.gonggao .problem_ul .gonggao_bt p {
    display: inline-block;
}

.gonggao .problem_ul .zhid {
    position: absolute;
    right: 30px;
    top: 20px;
}

/* 创业专区 */

.zone_ul img.fl {
    width: 400px;
    height: 366px;
    object-fit: cover;
    border-radius: 10px;
}

.zone_ul li {
    margin-bottom: 60px;
}

.zone_ul .zone_right {
    width: 750px;
}

.zone_ul .zone_right .zone_title {
    text-align: left;
}

.zone_ul .zone_title {
    margin-bottom: 30px;
    height: auto;
    overflow: hidden;
    text-align: center;
}

.zone_ul .zone_title span {
    color: #ecf5fb;
    font-size: 74px;
    margin-right: 20px;
    font-family: 'impact';
    display: inline-block;
}

.zone_ul .zone_title h2 {
    color: #045db0;
    font-size: 28px;
    margin-top: 10px;
    display: inline-block;
    text-align: left;
}

.zone_ul .zone_title h2 p {
    color: #666666;
    margin-top: 10px;
    text-transform: uppercase;
}

/* 通知详情 */

.tz_tp {
    height: 430px;
    width: 100%;
    object-fit: cover;
    margin: 20px 0;
}

.tz_bt {
    padding-bottom: 20px;
}

/* 参赛院校 */

.csyx_box h3 {
    color: #045db0;
    font-size: 16px;
}

.csyx_box .hj_mr {
    box-shadow: 0 0 5px #e5e5e5;
    margin-right: 15px !important;
}

.csyx_box li {
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 15px;
}

.csyx_box li img {
    height: 130px;
    padding: 15px;
    width: 100%;
    object-fit: contain !important;
}

.xxm {
    background: #f7f7f7;
    padding: 15px;
}

.csyx_box li p {
    margin: 0;
    overflow: hidden;
}

/* 培训视频 */

.pxsp_box li img {
    height: 210px;
    width: 100%;
    object-fit: cover;
    display: block;
}

.pxsp_box li p {
    margin: 0;
    overflow: hidden;
}

.pxsp_box li .sp_t {
    position: relative;
}

.pxsp_box li .hj_mr {
    margin-right: 20px;
    overflow: hidden;
}

.pxsp_box li {
    float: left;
    width: 25%;
    overflow: hidden;
    margin-bottom: 20px;
}

.pxsp_box li .sp {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/* 下载中心 */

.xaiz_box li {
    position: relative;
    padding: 30px 0;
    border-bottom: 1px solid #f0f0f0;
    overflow: hidden;
}

.xaiz_box .xz_zhid {
    position: absolute;
    top: 30px;
    left: 0;
}

.xaiz_box .xaiz {
    margin-left: 50px;
    float: left;
    max-width: 800px;
}

.xaiz_box h2 {
    font-size: 16px;
    max-width: 640px;
}

.xaiz_box .zuixin {
    color: #e72222;
    border: 1px solid #e72222;
    padding: 0 3px;
    border-radius: 3px;
    text-transform: uppercase;
    font-size: 12px;
    margin-left: 10px;
    display: inline;
}

.xaiz_box .xz_sj {
    color: #999;
    display: inline-block;
}

.xaiz_box .xiaz_an {
    border: #026fb5 1px solid;
    padding: 5px 15px;
    color: #026fb5;
    border-radius: 5px;
    display: inline-block;
    margin-left: 30px;
}

/* 联系我们 */

.lxwm h2 {
    font-size: 20px;
}

.w_50 {
    width: 50%;
}

.cbf h3 {
    font-size: 16px;
}

.cbf {
    float: left;
    font-size: 16px;
    color: #666;
    line-height: 35px;
    overflow: hidden;
    margin-top: 40px;
    width: 50%;
}

/* 注册 */

.zclc_box {
    position: relative;
    width: 1270px;
    margin: 0 auto;
}

.zc_lc {
    justify-content: space-around;
    display: flex;
    margin-top: 25px;
    position: relative;
    z-index: 2;
}

.zc_lc li {
    text-align: center;
}

.zc_lc li p {
    margin-top: 15px;
    font-size: 18px;
}

.zc_lc li img {
    margin: 0 auto;
}

.zclc_box .xian {
    position: absolute;
    top: 40px;
    border: 1px dashed #f0f0f0;
    left: 120px;
    right: 120px;
}

.zchy {
    box-shadow: 0 0 5px #e5e5e5;
    border-radius: 10px;
}

.zchy .youbain {
    position: absolute;
    right: 20px;
    color: #045db0;
    top: 40px;
}

.zcbj {
    background: #edf6ff;
    color: #045db0;
    padding: 40px 20px;
    margin-top: 60px;
    border-radius: 10px 10px 0 0;
}

.zchy .youbain a {
    color: #045db0;
}

.zcbj .biaot {
    text-align: center;
    font-size: 24px;
    color: #045db0;
    margin-bottom: 0 !important;
}

.zchy .zc_zh {
    border-radius: 5px;
    border: 1px solid #f0f0f0;
    padding: 20px 30px;
    display: block;
    margin-bottom: 20px;
}

.zchy .zc_zh p {
    width: 100px;
    display: inline-block;
    font-size: 15px;
}

.zchy .zc_zh input {
    color: #999;
    font-size: 15px;
}

.zc_bg {
    width: 700px;
    margin: 60px auto 0;
    padding-bottom: 60px;
}

.zc_bg li {
    overflow: hidden;
}

.zc_bg li img {
    margin-left: 20px;
    margin-top: 14px;
}

.zchy .ljdl {
    padding: 20px;
    text-align: center;
    margin-top: 60px;
    font-size: 16px;
    color: #fff;
    background: #3285d4;
    border-radius: 5px;
}

.zc_footer {
    padding: 30px;
    text-align: center;
    color: #666;
    box-shadow: 0 0 5px #e5e5e5;
    margin-top: 80px;
}

.yam {
    width: 500px;
    float: left;
    overflow: hidden;
}

.sxin {
    float: right;
}

.hqyzm {
    float: right;
    color: #3285d4;
    border-left: 1px solid #3285d4;
    padding-left: 30px;
}

/* 基本信息 */

/*导航条*/

/* .ind_nav {
    margin-top: 17px;
} */

.ind_nav .index_1 {
    width: 115px;
    height: 50px;
    padding-left: 15px;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    line-height: 50px;
    float: left;
}

.index_ul {
    float: left;
    margin: 0 auto;
}

.ind_li {
    float: left;
    font-size: 18px;
    color: #fff;
}

.ind_li > a {
    font-size: 16px;
    color: #333;
    padding-top: 0px;
    line-height: 60px;
    display: inline-block;
}

.index_right {
    float: right;
    padding-top: 0px;
}

.index_right > a {
    font-size: 14px;
    color: #fff;
    background: url(../images/nav_bg3.png) no-repeat #ff9900 39px 14px;
    padding-left: 67px;
    display: inline-block;
    height: 50px;
    width: 104px;
    line-height: 50px;
}

.jt {
    margin-left: 10px;
}

.dao_tx .tx_img {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-right: 10px;
}
.back_box {
    display: flex;
    align-items: center;
}
.back_box .fhsy {
    font-size: 14px;
    color: #fff;
    padding-top: 15px;
    padding-right: 30px;
}
.back_box .tx_box {
    padding-top: 15px;
    display: flex;
    align-items: center;
}
.back_box p {
    padding-top: 2px;
}
/*导航二级菜单*/

.ind_li {
    position: relative;
    z-index: 20;
}

.ind_li:hover .sub_1 {
    display: block !important;
}

.sub_1 {
    display: none !important;
    position: absolute;
    left: 0px;
    z-index: 9999;
    box-shadow: 0 0 5px #e5e5e5;
    top: 50px;
}

.sub_1 .active a {
    background: #edf6ff;
    color: #045db0;
}

.sub_1 li a {
    width: 170px;
    line-height: 40px;
    background: #fff;
    display: block;
    font-size: 14px;
    color: #333;
    text-align: center;
}

.sub_1 li a:hover {
    background: #edf6ff;
    color: #045db0;
}
.sub_1 li:first-child a {
    border-bottom: 1px solid #efefef;
}
.sub_1 li:last-child a {
    border-top: 1px solid #efefef;
}
.sf_box {
    background: #fff;
    box-shadow: 0 0 5px #e5e5e5;
    padding: 40px;
    clear: both;
    overflow: hidden;
    margin-top: 40px;
}

.sf_box .student {
    float: left;
}

.sf_box .student h2 {
    font-size: 26px;
    padding-bottom: 10px;
}

.sf_box .student p {
    color: #045db0;
}

.sf_box .ksbm {
    background: #edf6ff;
    color: #045db0;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 16px;
}

.jbxx .zc_zh {
    border-radius: 5px;
    border: 1px solid #f0f0f0;
    padding: 20px 30px;
    display: block;
    margin-bottom: 20px;
}

.jbxx .zc_zh p {
    width: 120px;
    display: inline-block;
    font-size: 15px;
}

.jbxx .zc_zh input {
    color: #333;
    font-size: 15px;
    width: 400px;
}

.zc_bg {
    width: 700px;
    margin: 60px auto 0;
    padding-bottom: 60px;
}

.zc_bg li {
    overflow: hidden;
}

.zc_bg li img {
    margin-left: 20px;
    margin-top: 14px;
}

.jbxx .ljdl {
    padding: 20px;
    text-align: center;
    margin-top: 60px;
    font-size: 16px;
    color: #fff;
    background: #3285d4;
    border-radius: 5px;
}

.yiny {
    box-shadow: 0 0 5px #e5e5e5;
}

.jbxx h2 {
    padding-top: 60px;
    text-align: center;
    color: #3285d4;
}

select {
    color: #666;
    width: 510px;
    font-size: 16px;
    border: 0;
    outline: none;
    height: 30px;
}

.shangc {
    overflow: hidden;
    width: 730px;
}

.gszl {
    margin-bottom: 20px;
}

.sczp-img {
    position: relative;
    height: 205px;
    background: #f7f7f7;
    border-radius: 10px;
    margin-right: 30px;
    overflow: hidden;
}

.sczp-img .addiocn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 205px;
    width: 100%;
    object-fit: cover;
}

.sczp-img .imb-inp {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}

.shangc p {
    text-align: center;
    font-size: 14px;
    color: #666;
    margin-right: 30px;
}

.w_50 {
    width: 50%;
}

/* 作品上传 */

.management_text p,
.management_text a {
    text-align: left;
    margin-bottom: 10px;
    margin-top: 10px;
}

.management_text p.maina-color {
    color: #045db0;
}

.management_text p.red {
    color: #e72222;
}

.bgf4 {
    background-color: #f4f4f4;
}

.sczp_bottom {
    position: absolute;
    bottom: 30px;
    left: 0px;
    right: 0px;
    text-align: center;
}

.sczp_bottom a {
    background-color: #eeeeee;
    margin: 0px 10px;
    padding: 4px 10px;
    font-size: 14px;
    border-radius: 4px;
    color: #6ea9eb;
}

.w_33 {
    width: 33.33%;
}

.w_33 .sczp-img .imgtu {
    width: 100%;
    object-fit: cover;
    height: 205px;
    border-radius: 10px;
}

.textp {
    margin-bottom: 15px;
    color: #666;
}

.management_textarea {
    width: 100%;
    height: 200px;
    border-radius: 10px;
    border: 1px solid #eee;
    padding: 15px;
    font-size: 14px;
}

/* 报名管理 */

.registrationbox {
    width: 800px;
    margin: 60px auto 0;
    padding-bottom: 60px;
}

.registrationbox .registration_ul li {
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    height: auto;
    overflow: hidden;
}

.registrationbox .registration_ul li p {
    margin-top: 10px;
}

.registrationbox .registration_ul .imgtu {
    width: 80px;
    height: 80px;
    object-fit: cover;
    margin-right: 15px;
    float: left;
    border-radius: 4px;
    margin-left: 0px;
    margin-top: 0px;
}

.registrationbox .registration_ul .registration_info {
    overflow: hidden;
}

.registrationbox .registration_ul .registration_info p {
    margin-bottom: 10px;
    margin-top: 0px;
}

.registrationbox .registration_ul .registration_info p span {
    margin-right: 15px;
}

.registrationbox .registration_ul .registration_info p.gray {
    color: #999;
}

.registrationbox .registration_ul .registration_info p.color6 {
    color: #666;
}

.registrationbox .registration_ul .registration_info p .zttext {
    color: #045db0;
    float: right;
}

.registrationbox .registration_ul .registration_info p .zttext.red,
.registrationbox .registration_ul .registration_info .red {
    color: #e72222;
}

.registrationbox .registration_ul .registration_info a.editbox {
    float: right;
    display: inline-block;
    background-color: #045db0;
    color: #fff;
    border-radius: 4px;
    padding: 2px 8px;
}

.registrationbox .process {
    padding: 0px 0px 30px;
}

.registrationbox .process h4 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 18px;
}

.registrationbox .process span {
    margin-right: 20px;
    font-size: 14px;
}

.registrationbox .registration_ul .hjtext {
    color: #026fb5;
    font-size: 18px;
    margin-top: 15px;
    display: block;
}

.registrationbox .registration_ul .registration_info a.tojudgebtn {
    float: right;
    display: inline-block;
    background-color: #045db0;
    color: #fff;
    border-radius: 4px;
    padding: 6px 10px;
}

.review_box {
    margin-right: -20px;
}

.review_box select {
    width: 212px;
    margin-right: 25px;
    box-sizing: border-box;
    float: left;
    border-radius: 5px;
    border: 1px solid #f0f0f0;
    padding: 20px;
    margin-bottom: 20px;
}

.sousuo_btn {
    background-color: #045db0;
    padding: 18px 30px;
    border-radius: 10px;
    color: #fff;
    float: left;
}

.tabul {
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}

.tabul li {
    float: left;
    margin-right: 40px;
    padding-bottom: 15px;
    font-size: 18px;
    cursor: pointer;
}

.tabul li.hover {
    color: #045db0;
    border-bottom: 2px solid #045db0;
}

.registrationbox .registration_ul .registration_info .ml30 {
    margin-left: 30px;
}

/* 团队信息 */

.tdui {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50px;
    margin: 30px auto;
    display: table;
}

.td_sm {
    color: #e72222;
    margin-bottom: 20px;
}

.zc_zh textarea {
    font-size: 15px;
    width: 100%;
}

.zdls {
    overflow: hidden;
}

.zdls h2 {
    font-size: 18px;
    text-align: left;
    color: #333;
}

.zdls .tianj {
    color: #3285d4;
    padding-top: 60px;
    display: block;
}

.zdls .tianj a {
    color: #3285d4;
}

.zdls .tianj img {
    display: inline-block;
    vertical-align: middle;
}

.zdls .tianj p {
    display: inline-block;
}

.zd_box .lsxx {
    background: #f8fcff;
    padding: 30px;
    color: #666;
    border-radius: 10px;
    margin-top: 20px;
    overflow: hidden;
    position: relative;
}

.zd_box .lsxx .jtxx {
    overflow: hidden;
}

.zd_box .lsxx .jtxx p {
    float: left;
    width: 306px;
    font-size: 15px;
    line-height: 40px;
    margin-right: 13px;
}

.xiugai {
    margin-top: 30px;
    float: right;
}

.xiugai .bj {
    display: block;
    text-align: right;
    font-size: 16px;
    margin-left: 30px;
    color: #999;
}

.xiugai .bj img {
    display: inline-block;
    vertical-align: middle;
}

.xiugai .bj p {
    display: inline-block;
}

.xianz {
    color: #e72222;
    font-size: 14px;
    margin-left: 20px;
}

.sqgt {
    margin-right: 30px;
}

.duiz {
    position: absolute;
    right: 0;
    top: 0;
}

.sfzm {
    margin-top: 20px;
}

.sfzm img {
    widows: 290px;
    height: 176px;
    object-fit: contain;
    width: 48%;
}

.tdtk_box {
    background: #fff;
    background: #fff;
    max-height: 800px;
    overflow-y: scroll;
    border-radius: 10px;
    position: relative;
}

.tdtk_box::-webkit-scrollbar {
    width: 2px;
    height: 5px;
}

.cw {
    position: fixed;
    right: 60px;
    top: 60px;
    z-index: 666;
}

.w_630 {
    width: 630px;
}

.w_700 .zc_zh {
    width: 630px;
}

.w_900 {
    width: 900px;
}

.tdtk_box select {
    width: 460px;
}

.tdtk_box .zc_zh p {
    width: 100px;
}

.tdtk_box .zc_zh input {
    width: 330px;
}

.tdtk_box .shangc {
    width: 660px;
}

/* 物流状态 */

.wl_box .kdh {
    font-size: 16px;
    line-height: 35px;
    color: #999;
}

.wl_box h2 {
    padding-top: 60px;
    text-align: center;
    color: #3285d4;
}

.w_800 {
    width: 800px;
    margin: 60px auto 0;
    padding-bottom: 60px;
}

.wl_box .wlzt {
    background: #f7f7f7;
    border-radius: 10px;
    margin-top: 18px;
}

.wl_box .wlzt h3 {
    font-size: 20px;
    color: #3285d4;
}

.wl_box .wlzt ul {
    padding: 30px;
    position: relative;
}

.wl_box .wlzt ul::before {
    position: absolute;
    content: ' ';
    width: 1px;
    bottom: 55px;
    top: 111px;
    left: 35px;
    background: #e5e5e5;
}

.wl_box .wlzt li {
    overflow: hidden;
    display: flex;
    align-items: center;
    margin-top: 25px;
    color: #666;
    line-height: 30px;
}

.wl_box .wlzt .active {
    color: #3285d4;
}

.wl_box .wlzt .huiyuan {
    width: 10px;
    height: 10px;
    border-radius: 30px;
    background: #e5e5e5;
    margin-right: 30px;
}

.wl_box .wlzt .wlsj {
    margin-right: 30px;
}

/* 问卷调查 */

.wqsm {
    color: #999;
    text-align: center;
    padding-top: 15px;
}

.wjdc_box li {
    overflow: hidden;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 20px;
    margin-bottom: 30px;
    color: #666;
}

.wjdc_box li:last-of-type {
    border-bottom: 0;
    margin-bottom: 0;
}

.wjdc_box li h3 {
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
}

.wjdc_box li h3 span {
    width: 40px;
    display: inline-block;
}

.wjdc_box li dl {
    padding: 0px 0px 0px 40px;
}

.wjdc_box li dl dd {
    width: 50%;
    float: left;
    padding: 15px 0px;
    font-size: 16px;
}

.label-checkbox input {
    background: url(../images/checkbox.png) no-repeat left center;
    background-size: 18px 18px;
}

.label-checkbox input:checked {
    background: url(../images/checkboxed.png) no-repeat left center;
    background-size: 18px 18px;
}

.wjdc_box li dl dd .check-c {
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

.wjdc_box li dl dd input[type='checkbox'],
.wjdc_box li dl dd input[type='radio'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin-right: 10px;
    vertical-align: middle;
    cursor: pointer;
}

.wjdc_box textarea {
    background: #f7f7f7;
    width: 100%;
    border-radius: 10px;
    padding: 15px;
    margin-top: 15px;
}

.wjdc_box .ljdl {
    padding: 20px;
    text-align: center;
    margin-top: 40px;
    font-size: 16px;
    color: #fff;
    background: #3285d4;
    border-radius: 5px;
}

/* 我的问答 */

.wenda_box h2 {
    padding-top: 60px;
    text-align: center;
    color: #3285d4;
}

.wenda_box h3 {
    font-size: 16px;
}

.wenda_box .wen {
    margin-top: 15px;
}

.wenda_box .shijian img {
    margin-right: 15px;
}

.wenda_box .shijian {
    color: #999;
    padding: 10px 0;
}

.wenda_box li {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 15px;
}

/* 评审作品详情 */

.pszp_box h2 {
    padding-top: 60px;
    text-align: center;
    color: #3285d4;
}

.pszp_box ul li {
    padding: 15px 0;
}

.pszp_box ul li p {
    display: inline-block;
}

.pszp_box ul li p:first-child {
    width: 100px;
}

.pszp_box ul li .jiej {
    padding-top: 15px;
    line-height: 30px;
}

.pszp_box ul li .sp {
    height: 305px;
    margin-top: 30px;
    width: 100%;
    object-fit: cover;
}

.teble_box {
    border-right: 0px;
    width: 100%;
}

.teble_box tr td {
    padding: 10px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.teble_box tr td span {
    text-align: center;
    display: block;
    margin-top: 10px;
}

.teble_box tr td input {
    width: 100px;
    text-align: center;
    margin: auto;
    display: block;
    padding: 5px;
    border-radius: 5px;
    color: #999;
    border: 1px solid #999;
}

.teble_box p {
    line-height: 30px;
}

.teble_box tr td span a {
    color: #3285d4;
    text-decoration: underline;
    font-size: 14px;
}

.ste-dic {
    padding: 30px 0px;
}

.ste-dic input[type='checkbox'],
.ste-dic input[type='radio'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin-right: 14px;
    vertical-align: middle;
    cursor: pointer;
    margin-left: 25px;
    border: 1px solid #eee;
}

.ste-dic input[type='checkbox']:checked,
.ste-dic input[type='radio']:checked {
    background: #f00;
    border: 1px solid#f00;
    position: relative;
} 
.ste-dic input[type='checkbox']:checked::after,
.ste-dic input[type='radio']:checked::after {
    content: '';
    top: 4px;
    left: 3px;
    position: absolute;
    border: #fff solid 1px;
    border-top: none;
    border-right: none;
    height: 5px;
    width: 10px;
    transform: rotate(-45deg);
}
.ste-dic .check-c {
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

.pszp_box .bzhu {
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    padding: 15px;
    width: 100%;
}

.pszp_box .ljdl {
    padding: 20px;
    text-align: center;
    margin-top: 40px;
    font-size: 16px;
    color: #fff;
    background: #3285d4;
    border-radius: 5px;
}

.fanhui p {
    border: 1px solid #025ab5;
    color: #025ab5;
    padding: 10px 30px;
    display: inline-block;
    margin-top: 40px;
    border-radius: 10px;
}

.fanhui {
    display: block;
    text-align: right;
}

.kddh {
    float: left;
    border: 1px solid #f0f0f0;
    padding: 22px;
    margin-right: 20px;
    border-radius: 10px;
}

/* 赞助商 */

.zzs_wl {
    width: 800px;
    margin: 40px auto;
}

.zzs_wl select {
    width: 210px;
}

/* 企业专区详情 */

.qyzq_xq .location_right a {
    color: #fff;
}

.qyzq_xq .location_right span {
    color: #fff;
}

.pt60 {
    padding-top: 60px;
}

.qyzq_xq .qy_logo {
    margin-top: 40px;
}

.qyzq_xq .qy_logo img {
    float: left;
}

.qyzq_xq .qy_logo .shijian {
    font-size: 14px;
    color: #fff;
    margin-left: 20px;
    display: inline-block;
}

.qyzq_xq .qy_logo .shijian h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.qyzq_xq .zone_ul .zone_title h2,
.qyzq_xq .zone_ul .zone_title h2 p,
.qyzq_xq .zone_right {
    color: #fff;
}

.qyzq_xq .zone_right p {
    line-height: 30px;
}

.qyzq_xq .zone_ul .zone_right .zone_title {
    margin-bottom: 15px;
}

.qyzq_xq .zone_ul .qy_2 {
    height: 600px;
    width: 100%;
    object-fit: cover;
}

.xxzp {
    width: 1225px;
    padding-top: 20px;
}

.xxzp li {
    width: 25%;
    float: left;
    margin-bottom: 25px;
}

.xxzp li .jianju {
    margin-right: 25px;
    background: #fff;
    box-shadow: 0 0 5px #e5e5e5;
    padding: 30px 20px;
    overflow: hidden;
}

.xxzp li .jianju h3 {
    font-size: 18px;
    padding-bottom: 15px;
}

.qy-maina {
    color: #9c258d;
}

.qy-maina a {
    color: #9c258d;
}

.xxzp li .ckxq {
    margin-top: 35px;
}

.xxzp li .ckxq .sj {
    color: #999;
    float: left;
}

.qyzq_xq .xq {
    color: #fff;
    text-align: right;
    font-size: 16px;
    margin-top: 40px;
    display: block;
}

.problem_ul {
    width: 1200px;
    overflow: hidden;
    padding-top: 40px;
}

.problem_ul .problem_ul .zone_title span {
    color: #fff;
    font-size: 74px;
    margin-right: 20px;
    font-family: 'impact';
    display: inline-block;
}

.problem_ul .zone_title {
    margin-bottom: 30px;
    height: auto;
    overflow: hidden;
    text-align: center;
}

.problem_ul .zone_title h2 {
    color: #045db0;
    font-size: 28px;
    margin-top: 10px;
    display: inline-block;
    text-align: left;
}

.problem_ul .zone_title span {
    color: #fff;
    font-size: 74px;
    margin-right: 20px;
    font-family: 'impact';
    display: inline-block;
}

.problem_ul .zone_title h2,
.problem_ul .zone_title h2 p,
.problem_ul .zone_right {
    color: #fff;
}

.problem_ul .zone_title h2 p {
    color: #fff;
    margin-top: 10px;
    text-transform: uppercase;
}

.problem_ul .problem_right h2 {
    line-height: 30px;
}

.problem_ul .h2 {
    color: #fff;
    padding: 10px 0px 10px;
}

.problem_ul .problem_right h2 {
    margin-bottom: 10px;
}

/* 评奖 */

.pj_box {
    width: 800px;
    overflow: hidden;
    margin: 40px auto;
}

.pj_box li {
    width: 50%;
    float: left;
    padding: 5px;
    margin-bottom: 15px;
}

.pj_box li .jianju {
    box-shadow: 0 0 5px #e5e5e5;
    background: #fff;
    margin-right: 25px;
    padding: 30px;
    text-align: center;
}

.pj_box li .jianju img {
    margin: 0 auto 10px;
}

.pj_box li .jianju:hover {
    background: #edf6ff;
}

.pj_box li .jianju p {
    font-size: 16px;
}

.tdtk {
    width: 1000px;
}

.tdtk .ljdl {
    width: 800px;
    margin: 0 auto 60px;
}

.passbox {
    float: right;
    display: inline-block;
    color: #e72222;
    font-size: 16px;
}

.detailbox {
    float: right;
    display: inline-block;
    color: #045db0;
    font-size: 14px;
}

.pingxuan a {
    color: #e72222;
    font-size: 15px;
}

.passtext {
    border: 1px solid #3285d4;
    padding: 3px 15px;
    display: inline-block;
    color: #3285d4;
    border-radius: 8px;
}

.gopx {
    float: right;
    display: inline-block;
    background-color: #045db0;
    color: #fff;
    border-radius: 4px;
    padding: 6px 10px;
}

.color {
    color: #026fb5;
    font-size: 14px;
}

.seachbox {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    align-items: center;
}

.seachbox .p1 {
    color: #026fb5;
    font-size: 16px;
}

.seachbox .p2 {
    display: flex;
}

.seachbox .p2 input {
    border: 1px solid #efefef;
    height: 48px;
    width: 290px;
    padding-left: 30px;
    border-radius: 10px;
    margin-right: 10px;
}

.seachbox .p2 a {
    background-color: #045db0;
    height: 45px;
    padding: 12px 20px;
    display: block;
    color: #fff;
    border-radius: 10px;
    font-size: 15px;
}

.seachtext {
    display: flex;
    padding-bottom: 20px;
}

.seachtext input {
    width: 88%;
    height: 48px;
    border: 1px solid #efefef;
    padding-left: 30px;
    border-radius: 10px;
}

.seachtext a {
    background-color: #045db0;
    height: 45px;
    padding: 12px 20px;
    display: block;
    color: #fff;
    border-radius: 10px;
    font-size: 15px;
    margin-left: 20px;
}

.listbox {
    color: #026fb5;
    font-size: 16px;
    text-align: right;
    padding-bottom: 15px;
}

.registrationtext p {
    width: 800px;
    border: 1px solid #efefef;
    margin: 40px auto 40px;
    padding: 15px 40px;
    border-radius: 10px;
}

.registrationtext p span {
    display: inline-block;
    width: 150px;
}

.sumbitbox {
    text-align: center;
    margin-bottom: 40px;
}

.sumbitbox button {
    width: 800px;
    padding: 15px;
    background-color: #3285d4;
    color: #fff;
    outline: none;
    border: 0px;
    border-radius: 8px;
}

.teaminfobox {
    display: flex;
    flex-wrap: wrap;
}

.teaminfobox p {
    width: 50%;
    padding-bottom: 20px;
    font-size: 14px;
}

.teamcontent {
    padding-bottom: 20px;
}

.teamcontent h4 {
    font-size: 14px;
}

.teamcontent p {
    line-height: 30px;
}

.teamjianjie {
    padding-bottom: 20px;
}

.teamjianjie .jianjiecont {
    background-color: #f8fcff;
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
    padding: 20px 0px 20px 20px;
}

.teamjianjie .jianjiecont p {
    width: 50%;
    padding-bottom: 20px;
    font-size: 14px;
}

.duiyuaninfo {
    display: flex;
    position: relative;
    background-color: #f8fcff;
    padding: 20px 0px 20px 20px;
    margin-top: 10px;
}

.duiyuaninfo .imgbox {
    position: absolute;
    right: 0px;
    top: 0px;
}

.duiyuaninfo li {
    width: 50%;
}

.duiyuaninfo li p {
    padding-bottom: 15px;
}

.duiyuaninfo li .idcard img {
    width: 260px;
    height: 150px;
}

.duiyuaninfo li .idcard p {
    padding-left: 70px;
}

.animated .action_d,
.animated .part-show .web-layer,
.part02.animated .com-part-show,
.animated .part-show .show-left,
.animated .part-show .show-right,
.part04.animated .part-show li,
.part05.animated .part-show .comp-layer,
.h-part2.animated .part-show {
    visibility: visible;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated .scroll-up {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    text-align: center;
}

.animated .scroll-left {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

.animated .scroll-right {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.animated .scroll-down {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.partblock {
    width: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
    position: relative;
    text-align: center;
}

.pasl {
    display: block;
    text-align: center;
}

.pasl p {
    display: inline-block;
    margin-right: 40px;
}

.pstj {
    margin-top: 40px !important;
}

/* 赛区相关  */
.conference-main {
    overflow: hidden;
}

.conference-left {
    float: left;
    width: 49%;
}

/* .conference-left ul {
    margin-left: -6px;
} */

.conference-left li {
    float: left;
    width: 33.33%;
    /*width: 130px;*/
    text-align: center;
    box-sizing: border-box;
}

.conference-left li.more a {
    background: #707070;
}

.conference-left li.more a {
    color: #fff;
}

.conference-left li a:hover,
.conference-left li.on a {
    background: #0091e9;
    color: #fff;
}

.conference-left li a {
    display: block;
    margin: 0 15px 15px 0px;
    height: 61px;
    line-height: 61px;
    overflow: hidden;
    /*padding: 20px 0;*/
    color: #424242;
    font-size: 16px;
    border-radius: 4px;
    border: 1px solid #efefef;
}

.conference-left2 {
    float: none;
    width: 100%;
    overflow: hidden;
}

.conference-left2 li a {
    height: 90px;
    line-height: 90px;
    font-size: 21px;
}

.conference-down {
    float: left;
    width: 100%;
    height: 345px;
    position: relative;
    border-radius: 4px;
}

.conference-down img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

.conference-down p {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 2;
    width: 100%;
    height: 65px;
    line-height: 65px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border-radius: 4px;
}
.hj_mr {
    position: relative;
    clear: both;
}
.hj_mr img {
    width: 100%;
    height: 345px;
    object-fit: cover;
    border-radius: 5px;
    overflow: hidden;
}
.bjxc {
    background: rgb(0, 0, 0, 0.4);
    width: 100%;
    height: 65px;
    position: absolute;
    bottom: 5px;
    border-radius: 0px 0px 5px 5px;
}
.bjxc p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    color: #fff;
}
.rg_img {
    float: right;
    width: 49%;
}
.rg_img img {
    width: 100%;
    height: 497px;
    object-fit: cover;
}

/* banner样式 */
.www51buycom {
    width: 100%;
    height: 500px;
    /* float: left; */
    position: relative;
    overflow: hidden;
    clear: both;
    margin-top: -1px;
}

.www51buycom li a {
    height: 500px;
    width: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
}

.www51buycom .prev,
.www51buycom .next {
    display: none;
    width: 30px;
    height: 60px;
    background: url(../images/btn_banner.png) no-repeat;
    position: absolute;
    top: 250px;
}

.www51buycom .prev {
    left: 0;
    background-position: -30px 0px;
}

.www51buycom .next {
    right: 0;
    background-position: 0px;
}
/* Slider */

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
}

.slick-track:before,
.slick-track:after {
    content: '';
    display: table;
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.slick-dots {
    bottom: auto;
    text-align: center;
    margin-top: 20px;
}

.slick-dots li {
    display: inline-block;
    width: 12px;
    height: 12px;
    list-style: none;
    border: 1px solid #85ac7f;
    border-radius: 12px;
    cursor: pointer;
    background: #fff;
    -webkit-transition: width 0.25s ease-out;
    -moz-transition: width 0.25s ease-out;
    -o-transition: width 0.25s ease-out;
    transition: width 0.25s ease-out;
}

.slick-dots li:hover {
    outline: none;
}

.slick-dots li.slick-active {
    width: 24px;
    background: #85ac7f;
    outline: none;
}

.product_gda ul {
    height: 294px;
    position: absolute;
    top: 0;
    overflow: hidden;
}

.product_gd {
    display: none;
    width: 100%;
    height: 294px;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
}

.product_gd .gbtn {
    cursor: pointer;
    position: absolute;
    width: 30px;
    height: 60px;
    top: 110px;
    background-image: url(../images/btn_banner.png);
    display: inline-block;
}

.gdbtnr {
    background-position: 0px 0px;
    right: 0px;
}

.gdbtnl {
    left: 0px;
    background-position: -30px 0px;
}
