.fancy-title {
    line-height: 1.6;
    font-size: 32px;
    color: #000;
    margin-right: 10px;
    float: left;
    margin-top: -12px
}

.fancy_text {
    font-size: 16px;
    clear: both
}

.fancy_en {
    font-size: 24px;
    color: #008cff;
    text-transform: uppercase;
    font-weight: 100;
    margin-top: 7px
}

.title_row {
    margin-bottom: 50px
}

.menu_row {
    margin-bottom: 0
}

.pro_row {
    margin-bottom: 20px
}

.pro_row .vc_column {
    float: left
}

.pro_right {
    width: 84%;
    padding-left: 1%
}

.pro_right .table_wrap {
    overflow-y: auto
}

.pro_right table {
    width: 100%;
    border-right: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    font-size: 14px
}

.pro_right table th {
    padding: 8px 10px;
    background: #fafafa;
    border-left: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    word-break: break-all;
}

.pro_right table td {
    padding: 10px;
    border-left: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6
}

.pro_right table tr {
    background: #fff
}

.pro_right table tr td:first-child {
    color: #008cff
}

.pro_right table tr:hover {
    background: #fafafa
}

.pro_left {
    width: 16%;
    min-height: 100px
}

.pro_left a {
    background: #fff;
    border-bottom: 1px solid #f3f3f3;
    line-height: 2.5;
    padding-left: 5%;
    display: -webkit-box;
    display: -moz-box;
    display: block
}

.pro_left .pro_active a {
   /*  background: #008cff;
    color: #fff; */
    padding-left: 2.5rem;
    text-align: left;
	font-size:14px;
}
.pro_left .active a{
	 background: #008cff;
    color: #fff;
}
.pagination {
    margin: 30px 0;
    font-size: 14px
}

.pagination li {
    display: -webkit-box;
    display: -moz-box;
    display: inline-block
}

.pagination a {
    display: -webkit-box;
    display: -moz-box;
    display: block;
    log: true;
    log2: official;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    
}

.pagination a:hover {
    color: #008cff
}

.pagination .active a {
    background: #008cff;
    color: #fff;
    padding: 8px 10px
}

.search_row {
    
    margin: 5px 0
}

.search_input {
    width: 500px;
    display: -webkit-box;
    display: -moz-box;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    
}

.search_input input {
        background: #fff;
    padding: 0px 83px 0px 15px;
    text-align: left;
    border: 0;
    height: 48px;
    -webkit-appearance: none;
    width: 100%;
    font-size: 16px;
}

.search_input button {
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    width: 48px;
    height: 48px;
    background-color: #008cff;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../images/i_search.png");
    background-size: 40%;
}

.reset_pro_btn {
    margin: 0 5px;
    display: -webkit-box;
    display: -moz-box;
    display: inline-block;
    vertical-align: middle;
    border: 0;
    font-size: 16px;
    line-height: 2;
    padding-left: 40px;
    padding-right: 15px;
    background-color: #008cff;
    background-repeat: no-repeat;
    background-position: 15px 50%;
    background-image: url("../images/trash.png");
    log: true;
    log2: official;
    -webkit-background-size: 20px;
    -moz-background-size: 20px;
    background-size: 20px;
    color: #fff;
    padding-top: 8px;
    padding-bottom: 8px;
}

a.export_btn {
    margin: 0 5px;
    display: -webkit-box;
    display: -moz-box;
    display: inline-block;
    vertical-align: middle;
    border: 0;
    font-size: 16px;
    line-height: 2;
    padding-left: 40px;
    padding-right: 15px;
    background-color: #008cff;
    background-repeat: no-repeat;
    background-position: 15px 50%;
    background-image: url("../images/export-1.png");
    log: true;
    log2: official;
    -webkit-background-size: 20px;
    -moz-background-size: 20px;
    background-size: 20px;
    color: #fff;
    padding-top: 8px;
    padding-bottom: 8px;
}

.pdf_btn {
    background: #008cff;
    color: #fff;
    font-size: 14px;
    line-height: 1.8;
    log: true;
    log2: official;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    border: 0;
    box-shadow: none;
    min-width: 50px;
}

.selbox {
    height: 120px;
    overflow-y: auto;
    color: #666;
    font-size: 13px;
    font-weight: bold
}

.selbox div {
    margin-bottom: 2px
}

#proSel {
    background: #fff
}

.loadtip {
    text-align: center;
    padding: 30px
}

@media (max-width: 1600px) {
    .culture_row {
        margin: 0 -10px 100px
    }

    .crystal_row {
        margin: 0 -10px 20px
    }

    .pro_row.vc_row > .vc_wrapper {
        padding: 0;
    }
}

@media (max-width: 768px) {
    .pro_left {
        width: 100%;
        min-height: 100px;
        margin-top: 30px;
    }

    .pro_right {
        width: 100%;
        padding-left: 0%;
    }

    .search_input {
        width: 100%;
        margin: 30px 0 !important;
    }

    .search_input input {
        height: 45px;
    }

    .search_input button {
        width: 55px;
        height: 45px;
    }

    .pro_right .table_wrap {
        margin-top: 30px;
    }

    .pro_right table {
        width: 200%;
        font-size: 12px;
    }

    caption, th, td {
        font-weight: normal;
        vertical-align: middle;
        word-break: break-all;
        word-wrap: break-word;
        white-space: nowrap;
    }
}

.pdf_btn {
    background: #008cff;
    color: #fff;
    font-size: 14px;
    line-height: 1.8;
    log: true;
    display: block;
    text-align: center;
    color: #ffffff !important;
    log2: official;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    border: 0;
    box-shadow: none;
}

.selbox > div {
    max-width: 200px;
}

.pro_left a {
    padding-top: 11px;
    padding-bottom: 11px;
    line-height: 1.1;
}