* {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, '微软雅黑';
}

/*清楚浮动*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
}

a,
a:hover,
a:active,
a:-webkit-any-link {
    text-decoration: none;
    outline: none;
    cursor: pointer;
    color: initial;
}

.iconfont {
    font-size: inherit;
    line-height: 1;
    vertical-align: middle;
}

html,
body {
    background: #fff;
    color: #333;
    font-size: 20px;
    -webkit-text-size-adjust: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
}

h1 {
    text-align: center;
    color: #fff;
    font-weight: normal;
    /*line-height: 4;*/
    font-size: 1.3rem;
    padding: 2.5rem 1rem;
}

h2 {
    font-weight: bold;
    font-size: .9rem;
    border-left: 4px solid #059F95;
    line-height: 1;
    padding-left: .5rem;
    margin: 1rem 0;
}

h3 {
    font-size: 1rem;
    text-align: center;
    margin: 1rem 0;
}

h5 {
    font-size: 1rem;
    text-align: center;
    margin-top: 1.5rem;
}

p {
    margin: .5rem 0;
}

img {
    max-width: 100%;
}

.text_red {
    color: red;
}

.background_gray {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #F4F5FA;
    overflow: auto;
}
button.disabled{
    background: #999;
}
.product_list {
    /*position: absolute;top: 0;left: 0;width: 100%;height: 100%;*/
    background: url(../img/t-chanpin.png) top no-repeat;
    background-size: 100%
}

.product_list .icon_list {
    background: #fff;
    width: 78%;
    margin: auto;
    border-radius: 5px;
    padding: 1rem;
    height: auto;
    overflow: auto;
    font-size: .7rem;
    box-shadow: #eee 1px 1px 5px 1px;
}

.product_list .icon_list > div {
    width: calc(100% / 3);
    text-align: center;
    float: left;
}

/*.product_list .icon_list>div:last-child{*/
/*float: none;*/
/*margin: auto;*/
/*}*/
.product_list .icon_list.industry > div a {
    display: inline-block;
    padding: 26% 0;
    width: 100%;
    border: 1px solid #f2f2f2;
    border-bottom-color: #fff;
    border-right-color: #fff;
}

.product_list .icon_list.industry > div:nth-child(3n + 1) a {
    border-left-color: #fff;
}

.product_list .icon_list.industry > div:nth-child(-n + 3) a {
    border-top-color: #fff;
}

/*.product_list .icon_list.industry>div:last-child a{*/
/*width: calc(100% - 1px);*/
/*border-color: #fff #f2f2f2;*/
/*}*/
.product_list .icon_list.industry > div a img {
    width: 34%;
}

.product_list .icon_list.product_icon > div {
    width: 50%;
}

.product_list .icon_list.product_icon > div a {
    background-size: cover;
    margin: .3rem;
    display: block;
    border-radius: 3px;
    width: calc(100% - .6rem);
    /*max-width: 5rem;*/
}

.product_list .icon_list.product_icon > div a div {
    background-color: rgba(0, 0, 0, 0.2);
    padding: .3rem;
    height: 2.85rem;
    color: #fff;
    vertical-align: middle;
    border-radius: 3px;
    display: table-cell;
    width: 40rem;
}

.product_category_list {
    padding: .7rem
}

.product_category_list .category_list .category {
    border-top: 1px solid #EEE;
    padding: .5rem 0;
    font-size: .7rem;
    overflow: auto;
}

.product_category_list .category_list .category .icon_img {
    border-radius: 3px;
    width: 4rem;
    height: 4rem;
    background-size: cover;
    display: table-cell;
    background-color: #eee;
    float: left;
    margin-right: .5rem;
}

.product_category_list .category_list .category .icon_title {
    /*width: calc(100% - 4.5rem);*/
}

.product_category_list .category_list .category .icon_title > div {
    display: table-cell;
    vertical-align: middle;
    height: 4rem;
}

.product_category_list .content {
    font-size: .6rem;
    color: #999;
    line-height: 1.7;
    margin: .5rem 0;
}

.category_list_title {
    font-size: .7rem;
}

.category_list_title a {
    color: #999;
}

.category_list_title span {
    color: #333;
}

.banner {
    background: #16416D top no-repeat;
    background-size: cover;
}

.tab_list {
    overflow: auto;
}

.tab {
    width: 50%;
    float: left;
    background-color: #f4f5fa;
    text-align: center;
    line-height: 3;
    font-size: .8rem;
    margin: 1rem 0;
}

.tab.active {
    background-color: #059F95;
    color: #fff;
}

.invitation {
    background: url("../img/z-bg-bottom.png") bottom no-repeat #fff;
    background-size: 100%;
    height: 100%;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    overflow: auto;
}

.invitation .invitation_top {
    background: url("../img/z-bg-top.png") top no-repeat;
    background-size: 100%;
    overflow: auto;
}

.invitation_register,
.advisory_msg {
    top: 50%;
    left: 50%;
    width: 14rem;
    height: 10rem;
    background-color: #fff;
    margin: -5rem -7rem;
    border-radius: 3px;
}

.invitation_register .title {
    padding: .2rem .5rem;
    font-size: .8rem;
    line-height: 2.5;
    color: #000;
    border-bottom: 1px solid #eee
}

.invitation_register .colse {
    font-size: 1rem;
    line-height: 1;
    color: #999;
}

.invitation_register .invitation_input {
    margin: .7rem 1rem;
    border: 1px solid #ddd;
    border-radius: 15px;
    padding-left: 1rem;
}

.invitation_register .invitation_input input {
    height: 1.3rem;
    outline: #fff;
    font-size: .7rem;
    line-height: 1.3rem;
}

.calendar_list {
    /*overflow: auto;*/
    border-left: 1px solid #0066cb;
    /*padding: 0 .5rem;*/
    position: relative;
    padding-left: 1rem;
    padding-bottom: .3rem;
    /*margin: .5rem;*/
}

.calendar_list .content img {
    width: .7rem;
    vertical-align: text-top;
    margin-right: .3rem
}

.calendar_list .content {
    font-size: .6rem;
    overflow: auto;
    color: #999;
}

.calendar_list .icon {
    position: absolute;
    top: 0rem;
    left: -0.35rem;
    line-height: 1;
    background: #fff;
    color: #0066cb;
    padding-bottom: 0.25rem;
}

.my {
    background: url(../img/geren.png) top no-repeat;
    background-size: 100%;
    position: relative;
    overflow: auto;
}

.my .my_avatar {
    position: absolute;
    z-index: 11;
    width: 100%;
    top: 1rem;
    height: 4rem;
    left: 0;
    text-align: center;
}

.my .content {
    background: #fff;
    width: 78%;
    border-radius: 5px;
    padding: 1rem;
    height: auto;
    overflow: auto;
    font-size: .7rem;
    box-shadow: #eee 1px 1px 5px 1px;
    position: relative;
    margin: 3rem auto;
}

.my .input label {
    width: 4.7rem;
}

.my .input .product_type label {
    width: 7.3rem;
}

.product_title {
    border-bottom: 1px solid #ccc;
    padding: 1rem 0;
    color: #666;
    font-size: 1rem;
}

.review {
    /*padding: .5rem;*/
    padding-top: .5rem;
}


.review_list {
    margin: 0 .5rem .5rem;
    border-radius: 5px;
    box-shadow: #eee 1px 1px 5px 1px;
}

.review_title .gray {
    font-size: .6rem;
    color: #999;
}

.review_title {
    padding: 0 .5rem .5rem;
    font-size: .8rem;
    line-height: 1.5;
}
.review .palyButton{
    top: calc(50% - 3.5rem);
    left: calc(50% - 2rem);
    width: 2rem;
    height: 2rem;
    padding: 1rem;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 50%;
}
.review .fullButton{
    bottom: 2.9rem;
    right: 0;
    width: 1rem;
    height: 1rem;
    padding: .3rem .5rem;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 3px;
}
.review .palyButton img{
    margin-left: .2rem;
}

.register h1 {
    /*line-height: 6.4;*/
}

.inspiration {
    padding: 10px;
}

.inspiration_list a {
    display: block;
    height: 7.5rem;
    margin-bottom: 10px;
    position: relative;
    background-size: cover;
    border-radius: 3px;
}

.inspiration_list a .shadow {
    background-image: linear-gradient(180deg, transparent, transparent, rgba(56, 56, 56, .5));
    border-radius: 5px;
}

.inspiration_list a .title {
    bottom: 0;
    left: 0;
    font-size: .8rem;
    color: #fff;
    padding: .2rem .5rem;
    width: calc(100% - 1rem);
}

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

.inspiration_content {
    border-top: 1px solid #57648E;
    font-size: .7rem;
    color: #ccc;
    width: 80%;
    margin: auto;
    line-height: 2;
    padding: .3rem 0;
}

.inspiration_content img {
    width: .7rem;
    vertical-align: middle;
}

.inspiration_content div {
    color: #E4BF3D;
}

.invitation button,
.invitation_register button {
    font-size: .8rem;
    padding: .3rem;
    background: #FFF;
    color: #000;
    font-weight: bold;
    border: 1px solid #000;
    width: 96%;
}

.mobile_div {
    background: url("../img/t-zhibo.png");
    background-size: cover;
}

.seminar .tab_list {
    background-color: #f4f5fa;
}

.input_color {
    background-color: rgba(0, 0, 0, .3);
    width: 60%;
    height: 3rem;
    margin-bottom: 1rem;
    border: 1px #ccc solid;
    color: #fff;
    text-align: center;
    font-size: 28px;
}

.seminar .tab_list .tab {
    width: calc(100% / 3);
    text-align: center;
    float: left;
    line-height: 1;
    margin: 0;
    color: #999;
}

.seminar .tab_list .tab .hr {
    border-bottom: 2px solid #f4f5fa;
}

.seminar .tab_list .tab.tab_active {
    color: #000;
}

.seminar .tab_list .tab.tab_active .hr {
    border-bottom: 2px solid #3770DB;
    margin: 0 auto;
    width: 3.2rem;
}

.seminar .tab_list .tab div:first-child {
    font-size: .75rem;
    border-left: 1px solid #ddd;
    margin: .7rem 0;
}

.seminar .tab_list .tab:first-child div {
    border-left: none;
}

.tab_content {
    font-size: .7rem;
}

.seminar_content,
.file_list,
.speak_list {
    display: none;
}

.seminar_content,
.file_list,
.speak_content {
    padding: .8rem;
}

.seminar_content > div {
    padding: .5rem 0;
    border-bottom: 1px solid #eee;
}

.seminar_content .title {
    font-size: .8rem;
}

.seminar_content {
    line-height: 1.5;
}

.seminar_content table {
    font-size: .65rem;
    line-height: 2;
}

.seminar_content th {
    color: #bbb;
    font-weight: normal;
    width: 4rem;
    vertical-align: top;
}

.seminar_content th img {
    width: .6rem;
}

#add_speak_val {
    border: 1px solid #eee;
    border-radius: 14px;
    margin: .3rem;
    height: 1rem;
    width: calc(100% - 3.4rem);
    padding: .2rem .5rem;
    outline: #fff;
}

.speak_list_box {
    position: fixed;
    width: 100%;
    left: 0;
}

.area {
    position: relative;
    bottom: 20px;
    right: 10px;
}

.area img {
    width: 20px;
    height: 20px;
    position: fixed;
    bottom: 40px;
    /*margin-left: -10px;*/
    right: 10px;
}

.good {
    position: fixed;
    bottom: .3rem;
    right: .5rem;
    width: 1rem;
}

.publish_speak {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2rem;
    box-shadow: darkgrey 0px 0px 20px 0px;
}

.file_list a {
    display: block;
    padding: .5rem 0;
    border-bottom: 1px solid #eee;
}

.countdown {
    color: #fff;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    font-size: .8rem;
    line-height: 1.7;
    display: none;
}

.countdown n {
    font-size: 1rem;
}

.speak_list {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    background: #fff;
}

.speak_content {
    color: #bbb;
    margin-left: 1rem;
    position: relative;
    background-color: #fff;
    z-index: 1;
}

.speak_content img {
    width: 0.6rem;
    position: absolute;
    left: 0rem;
    top: 1rem;
}

.speak_list_content {
    padding: .2rem 0;
}

.speak_list_content .user_avatar {
    width: 1.5rem;
    height: 1.5rem;
    float: left;
    border-radius: 50%;
    overflow: hidden;
}

.speak_list_content .user_content {
    width: calc(100% - 2rem);
    margin-left: 2rem;
}

.speak_list_content .user_title {
    color: #999;
    height: .7rem;
}

.reservation {
    background: url("../img/bj_1.jpg") no-repeat;
    height: 100vh;
    background-size: 100%;
}

.reservation .title {
    font-size: 1.2rem;
    line-height: 4rem;
    padding-top: 1rem;
}

.reservation .content {
    width: 16rem;
    margin: auto;
    font-size: .6rem;
    line-height: 2;
}

.reservation video {
    width: calc(100% - 1rem);
    /*margin: 1rem auto 0*/
}

button.code_btn {
    border: 0;
    padding: 0;
    font-weight: normal;
    background: #3770DB;
    border-radius: 0 15px 15px 0;
    width: 50%;
    font-size: .7rem;
    color: #fff;
    line-height: 1.4rem;
}

.input {
    border-bottom: 1px solid #EEE;
    padding: .6rem 0;
    margin: .3rem 0;
    font-size: .75rem;
}

.input input[type=text],
.input input[type=tel],
.input input[type=password],
.input select {
    background: url("../img/name.png") left no-repeat;
    background-size: auto 100%;
    padding-left: 1.7rem;
    width: calc(100% - 2.5rem);
    outline: #fff;
    font-size: .7rem;
    line-height: 1;
    vertical-align: text-top;
}

.input input.input_name {
    background-image: url("../img/name.png");
}

.input input.input_company {
    background-image: url("../img/gongsi.png");
}

.input input.input_job {
    background-image: url("../img/zhiwei.png");
}

.input input.input_phones {
    background-image: url("../img/phone.png");
}

.input input.input_password {
    background-image: url("../img/password.png");
}

.input input.input_code {
    background-image: url("../img/yzm.png");
    width: calc(100% - 8.6rem);
}

.input input.input_mail {
    background-image: url("../img/email.png");
}

.input select.input_time {
    background-image: url("../img/icon_time.png");
}

.input input.input_date {
    background-image: url("../img/icon_calendar.png");
}
.input input.input_chanping {
    background-image: none;
    padding-left: .8rem;
}

input[type="date"].date {
    opacity: .01;
    width: 100%;
    height: 40px;
    position: absolute;
    left: 0;
    top: 0;
}

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

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999;
}

input[type='checkbox'] {
    width: 12px;
    height: 12px;
    background-color: #fff;
    /*-webkit-appearance: none;*/
    border: 1px solid #c9c9c9;
    border-radius: 2px;
    outline: none;
    vertical-align: middle;
}

textarea {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: .4rem .5rem;
    margin-top: .5rem;
    width: calc(100% - 1rem);
    outline: #fff;
}

button {
    background: #3770DB;
    color: #fff;
    border-radius: .9rem;
    padding: .4rem 1rem;
}

.input label {
    display: inline-block;
    width: 5.2rem;
}

.input .product_type label {
    width: 7.8rem;
}

.checkbox_list {
    margin-top: .3rem;
    line-height: 1.5rem;
    font-size: .7rem;
}


.bg_black {
    background-color: rgba(0, 0, 0, .5)
}

.border {
    border: 1px solid #F2F2F2
}

.cursor {
    cursor: pointer
}

.relative {
    position: relative
}

.absolute {
    position: absolute
}

.absolute_middle {
    top: 50%;
    left: 50%
}

.fixed {
    position: fixed
}

.fixed_full {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.center {
    text-align: center
}

.middle {
    vertical-align: middle
}

.oh {
    overflow: hidden;
}

.oa {
    overflow: auto
}

.bold {
    font-weight: bold;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.nowrap {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    width: 100%;
}

.tl {
    text-align: left;
}

.load_more {
    margin: 1rem;
    cursor: pointer
}

.alert_box {
    position: fixed;
    left: 50%;
    width: 10rem;
    margin-left: -6rem;
    bottom: 50%;
    background: rgba(8, 8, 104, 0.8);
    border-radius: 2em;
    color: #fff;
    text-align: center;
    padding: 1rem;
    font-size: .8em;
    z-index: 1001;
}

.confirm_box {
    position: fixed;
    left: 50%;
    width: 10rem;
    margin-left: -5.5rem;
    bottom: 50%;
    background: #fff;
    border-radius: 5px;
    /*color: #666;*/
    box-shadow: 0 0 10px #ccc;
    text-align: center;
    /*padding: 1rem;*/
    font-size: .8em;
    z-index: 1001;
}

.confirm_box div {
    padding: 1.5rem .5rem 1rem;
}

.confirm_box div.confirm_box_close {
    color: #3770DB;
    padding: .5rem;
    border-top: 1px solid #eee;
}

.hide {
    display: none;
}

.show {
    display: block;
}

/*张继康 登陆页 开始*/

.gray_color {
    font-size: 14px;
    color: rgb(192, 192, 192) !important;
}

/*张继康 登陆页 结束*/