/* 联系我们 */
body {
    font-family: "微软雅黑";
}
@media screen and (min-width:960px) and (max-width:1400px){
   .tmenu a {
    margin: 0 7px !important;
}
}
.contact-us {
    text-align: center;
    position: fixed;
    top: 50%;
    right: 20px;
    display: none;
}

.contact-link {
    background-color: #5EBDEA;
    width: 20px;
    height: 100px;
    text-align: center;
    border-radius: 5px;
}

.contact-us a {
    display: block;
    width: 100%;
    color: #fff;
}

.contact-us a:hover {
    border-radius: 5px;
    color: blue;
    text-decoration: none;
}

.contact_list li {
    line-height: 25px;
    text-align: left;
}

.contact_list {
    background-color: rgba(39, 39, 39, 0.5);
    display: none;
    color: #fff;
    padding-right: 10px;
}

@media screen and (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}

.lg-list {
    position: absolute;
    right: 20px;
    color: red;
    display: none;
    z-index: 200;
}

.language {
    cursor: pointer;
}

.lg-list li {
    width: 60px;
    background-color: #D4DFE7;
    margin: 2px;
}

.lg-list li:hover {
    background-color: red;
    color: #fff;
    cursor: pointer;
}

.bg {
    background: url('../images/img2.jpg') no-repeat 100%;
    background-position-y: 100%;
}

.container {
    padding-left: 0;
    padding-right: 0;
}


/* 顶部 */

.row {
    height: 100%;
    max-width: 1424px;
    margin: auto;
}

.top-left {
    width: 100%;
}

.top-con {
    margin-left: 10px;
    margin-top: 5px;
}



.item2 {
    width: 100%;
    height: 500px
}

.item2 img {
    width: 100%;
    height: 100%;
}

.carousel,
.carousel img {
    width: 100%;
}

.top-left {
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100px;
    margin: auto;
    background: rgba(235, 235, 235, 0.7);
}

.logo {
    width: 42%;
    height: 100px;
    padding: 25px 0;
}

h6 {
    margin: 0;
}

.top-right {
    position: relative;
    width: 58%;
    margin-left: 20px;
    margin-left: 0;
}

.top-right-form {
    position: absolute;
    right: 0px;
    bottom: 0;
    text-align: center;
}

.search {
    width: 150px;
    position: relative;
}

.search-input {
    width: 142px;
    height: 20px;
    border: 1px solid red;
    border-radius: 10px;
    background-color: transparent;
    outline: none;
}

.search-icon {
    color: red;
    position: absolute;
    right: 15px;
    top: 3px
}

.tmenu {
    margin-top: 60px;
}

.tmenu a {
    text-decoration: none;
    color: #333;
    margin: 0 20px;
    font-size: 18px;
    font-family: "微软雅黑";
}

.tmenu a:hover {
    color: red;
    border-bottom: 3px solid red;
}

.focus {
    color: red !important;
    border-bottom: 3px solid red;
}


/* 轮播图 */

.banner {
    position: relative;
    height: 610px;
}
.item {
    height: 600px !important;
}

.item img {
    width: 100%;
   height: 600px !important;
}
.banner-text {
    max-width: 863px;
    height: 188px;
    background-color: rgba(143, 143, 143, 0.5);
    position: absolute;
    bottom: 93px;
    left: 78px;
    padding-left: 20px;
    padding-top: 20px;
}

.carousel-indicators {
    bottom: 15px;
}

.carousel-indicators li {
    border-radius: 5px;
    background-color: #CD8395;
    width: 50px;
    height: 13px;
    border: 0;
}

.carousel-indicators .active {
    width: 55px;
    height: 13px;
    border-radius: 5px;
    border-color: red;
    margin: 0;
    padding: 0;
    background-color: red;
}


/* 底部 */

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

.bottomn {
    width: 100%;
    height: 272px;
    background-color: rgba(197, 197, 197, 0.2);
    padding: 25px 0;
}

.bmenu {
    font-size: 14px;
    font-family: "微软雅黑";
    text-align: center;
}

.bmenu li {
    padding: 10px 0;
}

.bmenu li a {
    color: #484848;
}

.bmenu li a:hover {
    color: red;
}

.bottom-line {
    margin: 50px 40px;
    height: 150px;
    border-left: 1px solid #ccc;
}

.bottom-line2 {
    height: 150px;
    border-left: 1px solid #ccc;
    margin: 50px 0;
}

.bottom-content {
    width: 50%;
    text-align: left;
}

.bottom-content li {
    padding: 15px 0;
}

.bot-img {
    text-align: center;
    width: 17%;
    margin-top: 50px;
    height: 185px;
}

.weixin {
    font-size: 16px;
    font-family: "微软雅黑";
    padding-top: 5px;
    color: red;
}


/* 不同尺寸底部的布局 */

@media screen and (min-width: 800px) {
    .bottom-line {
        margin: 35px 120px;
        height: 150px;
        border-left: 1px solid #ccc;
    }
    .bottom-content {
        width: 50%;
        text-align: left;
    }
    .bot-img {
        text-align: center;
        margin-top: 25px;
    }
}

@media screen and (max-width: 1000px) {
    .bottom-line,
    .bottom-line2 {
        margin: 50px 20px;
        height: 150px;
    }
    .bottom-content {
        width: 50%;
        margin: 0px 10px;
        text-align: left;
    }
    .bot-img {
        text-align: center;
        width: 15%;
        margin-top: 50px;
    }
}

.copyright {
    width: 100%;
    height: 30px;
    background-color: #DCDADA;
    line-height: 30px;
}

.copyright a {
    color: #626161;
}

.copyright a:hover {
    color: red;
    text-decoration: none;
}

.copyright-text1,
.copyright-text2 {
    color: #626161;
    font-size: 14px;
}

.top-com-name {
    font-size: 24px;
    font-weight: 500;
}

@media screen and (max-width: 1120px) {
    .logo {
        width: 31%;
    }
    .top-right {
        width: 65%;
        margin-left: 0;
        overflow: hidden;
    }
    .tmenu a {
        margin: 0px 20px;
        font-size: 12px;
    }
    .top-com-name {
        font-size: 12px;
    }
    .logo img {
        width: 100px;
    }
    .top-con h6 {
        font-style: 12px !important;
    }
}
