﻿.tou {
    height: 102px;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 111;
	background-color:rgba(255,255,255,0.8);
}

.tou .logo {
    width: 23%;
    flex: 0 0 18%;
    line-height: 102px;
    text-align: center;
}

.tou .logo a {
    display: block;
}

.tou .logo a img{
    max-width: 100%
}



.tou .language {
    position: relative;
    flex: .6;
    text-align: right;
    height: 170px;
    line-height: 170px;
}

.tou .language a {
    padding: 0 .8vw;
    margin: 0 .15vw;
    font-size: 16px;
    color: #333333;
}

.tou .language a.chinese {
    background: url(../images/san_h.png) no-repeat right center;
    color: #1472f3;
}

.tou .language a.english {
    background: url(../images/san.png) no-repeat right center;
}


.tou .ss {
    position: relative;
}

.tou .ss .img {
    line-height: 102px;
}

.tou .ss #formsearch {
    background: #fff;
    width: 250px;
    position: absolute;
    right: 0;
    top: 102px;
    display: none;
}

.tou .ss #formsearch input {
    border: none;
    background: none;
    line-height: 34px;
}

.tou .ss #formsearch input#keyword {
    float: left;
    text-indent: 10px;
    width: 200px;
}

.tou .ss #formsearch input#s_btn {
    float: right;
    width: 50px;
}

.tou .an {
    display: block;
    font-size: 15px;
    width: 100px;
    line-height: 33px;
    color: #fff;
    text-align: center;
    background: #268efc;
    text-transform: uppercase;
    margin-left: 24px;
    margin-top: 35px;
}

.container-fluidx {
    padding: 0 10%;
}

@media (max-width: 1025px) {
    .container-fluidx {
        padding: 0 15px;
    }
}