@charset "utf-8";
/* CSS Document */

html {
    font-size: 62.5%;
    /* 10÷16=62.5% */
}

body {
    font-size: 12px;
    font-size: 1.2rem;
    /* 12÷10=1.2 */
    overflow-x: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

* {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}


li {
    list-style-type: none;
}

a:link {
    text-decoration: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}



input::-webkit-input-placeholder {  /* WebKit browsers*/ 
    color: #fff;
    font-size: 16px;
}
 input:-moz-input-placeholder {   /* Mozilla Firefox 4 to 18*/ 
    color: #fff;
    font-size: 16px;
}
input::-moz-input-placeholder {  /* Mozilla Firefox 19+*/ 
    color: #fff;
    font-size: 16px;
}

input:-ms-input-placeholder { /* Internet Explorer 10+*/ 
    color: #fff; 
    font-size: 16px;
}

.table_box {
    width: 100%;
}

.table_box .product_more {
    width: 100%;
    height: auto;
    margin-top: 20px;
}


.i_box2_c_l {
    width: 100%;
}

.i_box2_c_l li {
    width: 0.745rem;
    margin-right: 0.05rem;
    padding-bottom: 30px;
}

.cpzx_jhy ul li {
    margin-left: unset !important;
}

.i_box2_c_l li a {
    width: 100%;
    height: 0.25rem;
    line-height: 0.25rem;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    /* float: left; */
    border: 1px solid #999999;
    color: #666666;
    font-size: 0.095rem;
    letter-spacing: 1px;
    -moz-border-radius: 23px;
    /* Gecko browsers */
    -webkit-border-radius: 23px;
    /* Webkit browsers */
    border-radius: 0.13rem;
    /* W3C syntax */
    -webkit-transition: all ease-out 0.2s;
    transition: all ease-out 0.2s;
}

.i_box2_c_l li a:hover, .i_box2_c_l li a.actoveleftm {
    color: #fff;
    text-decoration: none;
    background-color: #024381;
}

.i_box2_c_r {
    width: 100%;
}

.i_box2_c_r_ul {
    width: 100%;
    display: none;
}

.i_box2_c_r_ul li {
    width: 30.33%;
    float: left;
    margin-right: 3%;
}

.i_box2_c_r_ul li .div {
    width: 100%;
    color: #666666;
    /* float: left; */
    display: inline-block;
    overflow: hidden;
    font-size: 16px;
}

.i_box2_c_r_ul li .div:hover {
    text-decoration: none;
    color: #666;
}

.i_box2_c_r_ul li .div .a_img {
    width: 100%;
    display: inline-block;
    overflow: hidden;
}

.i_box2_c_r_ul li .div .a_img img {
    width: 100%;
    height: auto;
}

.i_box2_c_r_ul li .div .a_text {
    width: 100%;
    height: 35px;
    line-height: 35px;
    margin: 25px 0px 15px 0px;
    overflow: hidden;
    color: #333333;
    font-size: 18px;
    text-align: center;
}

.i_box2_c_r_ul li .div:hover .a_text {
    color: #024381;
}

.i_box2_c_r_ul li .div .a_text_c {
    width: 100%;
    height: 75px;
    line-height: 25px;
    overflow: hidden;
    margin-bottom: 15px;
}

.i_box2_c_r_ul li .div .a_text_b {
    width: 100%;
    height: 25px;
    line-height: 25px;
    color: #999999;
    font-size: 12px;
    overflow: hidden;
}

.Amplification img {

    transition: 400ms;
    filter: Alpha(Opacity=100);
    opacity: 1;
}

.Amplification:hover img {
    filter: Alpha(Opacity=100);
    opacity: 1;
    -webkit-transform: scale(1.12);
    transform: scale(1.12);
}


/* ---------------------------------------- */

.more_box {
    width: 100%;
    min-height: 400px;
    background-color: #1659ae;
}

.more_lj {
    position: absolute;
    right: 11%;
    top: 50%;
    width: 17%;
}

.select-menu {
    cursor: pointer;
    width: 100%;
    height: 50px;
    background-color: #ffffff2c;
    border-radius: 25px;
}

.select-menu-ul {
    margin-top: 50px;
    list-style: none;
    opacity: 0;
    display: none;
    width: 100%;
    text-align: left;
    border: 1px solid #ddd;
    background: #fff;
    position: absolute;
    z-index: 1;
}

.select-menu-ul li {
    padding: 2% 0 2% 3%;

}

.select-menu-ul li a {
    color: #333;
    font-size: 16px;
}

.select-menu-ul li:hover {
    background: #f2f2f2;

}

.select-menu-div {
    position: relative;
    height: 100%;
    line-height: 30px;
}

.select-this:hover {
    background: #ccc !important;
}

i {
    margin-right: 5px;
    position: absolute;
    right: 5%;
    top: 40%;
    width: 14px;
    height: 10px;
    background: url(/images/head_sj.png) no-repeat center;
    background-size: contain;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.select-menu-input {
    padding-left: 3%;
    border: 0;
    width: 80%;
    height: 100%;
    outline: none;
    cursor: pointer;
    user-select: none;
    position: relative;
    background-color:transparent
}

.select-menu-i {
    transform: rotate(180deg);
}