/* 顶部 */
html,body,h1,h2,h3,h4,h5,h6,ul,img,a,p,input,div{
    padding: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
    text-decoration: none;
}
.head{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    background: #fff;
    padding-top: 17px;
}
.index_top {
    max-width: 1200px;
    margin: 0 auto;

}
.index_top img {
    float: left;
    display: block;
    max-width: 100%;
}
.index_top .index_topright {
    float: right;
    position: relative;
    top: 10px;
}
.sewv {
    position: relative;
    width: 120px;
    display: inline-block;
    vertical-align: bottom;
    z-index: 11;
    /* top: 1px; */
}
.sewvtop {
    width: 100%;
    height: 28px;
    border: 1px #D9D9D9 solid;
    cursor: pointer;
    border-radius: 2px;
    overflow: hidden;
    text-align: center;
}
.sewvtop > span {
    float: left;
    width: 70%;
    height: 26px;
    white-space: pre;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 12px;
    line-height: 26px;
    color: #333;
    padding: 0 10px;
    padding-right: 0;
    vertical-align: middle;
}
[class^="famfamfam-flag"] {
    display: inline-block;
    line-height: 11px;
    background-image: url("../imgs/famfamfam-flags.png");
    background-repeat: no-repeat;
}
.famfamfam-flag-cn {
    background-position: -128px -177px;
    width: 16px;
    height: 11px;
}
.famfamfam-flag-jp {
    background-position: -32px -144px;
    width: 16px;
    height: 11px;
}
.sewvtop > em {
    float: right;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-top: 3px;
}
.sewvtop:hover {
    border: 1px #57c5f7 solid;
}
.index_top img {
    float: left;
    display: block;
    max-width: 100%;
}
.sewvbm {
    width: 100%;
    position: absolute;
    left: 0;
    top: 26px;
    border: 1px #D9D9D9 solid;
    border-radius: 2px;
    background-color: #fff;
}
.sewvbm > li {
    cursor: pointer;
    width: 100%;
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    color: #333;
    text-align: center;
}
.sewvbm li:first-child:hover {
    background-color: #57c5f7;
    color: #fff;
}
.sewvbm li:last-child:hover {
    background-color: #57c5f7;
    color: #fff;
}
.famfamfam-flag-gb {
    background-position: -176px -22px;
    width: 16px;
    height: 11px;
    display: inline-block;
}
.index_top .index_topright input {
    width: 150px;
    height: 28px;
    outline: none;
    padding-left: 10px;
    border: #D9D9D9 solid 1px;
    border-radius: 2px;
    top: -1px;
    margin: 0;
}
.index_top .index_so {
    float: none;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -8px;
    display: block;
    max-width: 100%;
}
.clearfix {
    clear: both;
}
.lbaxztop {
    animation: rotatete 0.3s linear forwards;
}
.lbaxztop2 {
    animation: rotatete2 0.3s linear forwards;
}
/* 顶部 */

/* 菜单 */
#cssmenu {
    max-width: 1200px;
    margin: 20px auto 0 auto;
    z-index: 10;
    width: auto;
    font-family: '微软雅黑', sans-serif;
    line-height: 1;
    background: #ffffff;
}
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#cssmenu:after,
#cssmenu > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

#cssmenu #menu-button {
    display: none;
}
#cssmenu {
    width: auto;
    font-family: '微软雅黑', sans-serif;
    line-height: 1;
    background: #ffffff;
}

#menu-line {
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    background: #ff0000;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

#cssmenu > ul > li {
    float: left;
    font-weight: 550;
}

#cssmenu.align-center > ul {
    font-size: 0;
    text-align: center;
}

#cssmenu.align-center > ul > li {
    display: inline-block;
    float: none;
}

#cssmenu.align-center ul ul {
    text-align: left;
}

#cssmenu.align-right > ul > li {
    float: right;
}

#cssmenu.align-right ul ul {
    text-align: right;
}

#cssmenu > ul > li > a {
    padding: 20px 60px;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    color: #333;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}

#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
    color: #ff0000;
}

#cssmenu > ul > li.has-sub > a {
}

#cssmenu > ul > li.has-sub > a::after {
    position: absolute;
    top: 21px;
    right: 10px;
    width: 4px;
    height: 4px;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}

#cssmenu > ul > li.has-sub:hover > a::after {
    border-color: #ff0000;
}

#cssmenu ul ul {
    position: absolute;
    left: -9999px;
}

#cssmenu li:hover > ul {
    left: auto;
}

#cssmenu.align-right li:hover > ul {
    right: 0;
}

#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0;
}

#cssmenu.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
}

#cssmenu ul ul li {
    height: 0;
    -webkit-transition: height .2s ease;
    -moz-transition: height .2s ease;
    -ms-transition: height .2s ease;
    -o-transition: height .2s ease;
    transition: height .2s ease;
}

#cssmenu ul li:hover > ul > li {
    height: 40px;
}

#cssmenu ul ul li a {
    padding: 15px 10px 15px 30px;
    width: 200px;
    font-size: 12px;
    background: #fff;
    text-align: left;
    text-decoration: none;
    color: #333;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}

#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
    color: #ff0000;
    background: #e0e0e0;
}

#cssmenu ul ul li.has-sub > a::after {
    position: absolute;
    top: 17px;
    left: 10px;
    width: 4px;
    height: 4px;
    border-bottom: 1px solid #999999;
    border-right: 1px solid #999999;
    content: "";
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}
#cssmenu ul li.product-select-obj{
    position: static;
}
.product-select-box{
    position: absolute;
    top: 56px;
    left: 0;
    right: 0;
    height: 300px;
    background: #fff;
    display: none;

}
.product-select-box > div{
    padding: 60px 50px;
    display: flex;
    justify-content: space-between;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
}
.product-select-box > div > a{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-decoration: none;
    flex: 1;
    padding: 10px;
}
.product-select-box > div > a > img{
    border: 2px solid #fff;
     box-sizing: border-box;
    max-width: 100%;
    height: 100%;
}
.product-select-box > div > a:hover > img{
    border: 2px solid red;
}

.product-select-box > div > a > div{
    text-align: center;
    line-height: 40px;
    color: #333;
    font-size: 14px;
}
/* 菜单 */

/*页尾*/
.footer {
    /* width:100%; */
    /* height:190px; */
    padding: 30px 0;
    margin: 0 auto;
    background: #383838;
}

.footer ul {
    max-width: 1200px;
    margin: 0 auto;
    /* padding-top:30px; */
}

.footer ul li {
    width: 24%;
    float: left;
    /* margin-right: 18px; */
    text-align: center;
    border-right: #808080 solid 2px;
    height: 150px;
}

.footer ul li:nth-child(4) {
    border-right: none;
}

.footer ul li:nth-child(5) {
    border-right: none;
}

.footer ul li img {
    margin: 0 auto;
}

.footer ul li .foot_hei {
    height: 24px;
}

.footer ul li a {
    color: white;
    text-decoration: none;
}

.footer ul li h4 {
    font-weight: normal;
    font-size: 14px;
    font-weight: 600;
    margin-top: 30px;
}

.footer ul li p {
    margin-top: 15px;
    font-size: 12px;
    line-height: 25px; /* width: 90%; */
    padding: 0 5px;
    text-align: center;
}

.footer ul li p a {
    color: #f2f2f2;
}

.bottomBox > div.list-item{
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.bottomBox > div.list-item > span{
    width: 50px;
    float: left;
}
.bottomBox > div.list-item > .recruitInput{
    padding: 5px;
    border: 1px solid #ddd;
    outline: none;
    flex: 1;
    margin: 5px;
}

.back_top{
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    border: none;
    cursor: pointer;
    border-radius: 3px;
    outline: none;
    background: #333333;
    transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    z-index: 9999999;
    color: #fff;
    display: none;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    box-shadow: 2px 0 8px rgba(0,0,0,.25);
}
.back_top:hover{
    background: #1296DB;
}

































