﻿* {
    margin: 0;
    padding: 0;
}

a {
    color: inherit;
    text-decoration: none;
}

img {
    display: block;
}

.wcheader {
    width: 100%;
}

.wcheader .topimg {
    width: 100%;
}

.wcheader .topimg img {
    width: 100%;
    display: block;
}

.wcheader .joycompany {
    width: 100%;
    height: 35px;
    line-height: 35px;
    box-sizing: border-box;
    background: #f3f6f2;
    border-bottom: 1px solid #e5e6e5;
}

.wcheader .joycompany ul {
    width: 1200px;
    margin: 0px auto;
    text-align: center;
    list-style: none;
}

.wcheader .joycompany ul li {
    display: inline-block;
    font-size: 12px;
}



.wcheader .joycompany ul span.title {
    color: #CD0102;
}

.wcheader .joy-header-main {
    width: 100%;
    background-color: #ffffff;
}

.wcheader .joy-header-main .main-container {
    width: 1200px;
    margin: 0px auto;
    padding: 10px 0px;
    display: flex;
    justify-content: space-around;

}

.wcheader .joy-header-main .main-left {
    width: 380px;
    height: 84px;
}

/*.wcheader .main .main-center {
    width: 320px;
    height: 60px;
}*/

.wcheader .joy-header-main .main-center {
    width: 380px;
    height: 60px;
}

.wcheader .joy-header-main .main-right {
    width: 300px;
    height: 60px;
}

.wcheader .joy-header-main .main-center form {
    height: 40px;
}

.wcheader .joy-header-main .main-center form .joysearch {
    height: 40px;
    box-sizing: border-box;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.wcheader .joy-header-main .main-center .search-keyword {
    height: 30px;
    width: 300px;
    box-sizing: border-box;
    border: 1px solid #333333;
    padding: 0px 5px;
}

.wcheader .joy-header-main .main-center .search-submit {
    height: 30px;
    width: 80px;
    background-color: #333333;
    border: none;
}

.wcheader .joy-header-main .main-center .search-submit .iconfont {
    font-size: 24px;
    color: #ffffff;
}

.wcheader .joy-header-main .main-center .hotkeyword {
    height: 20px;
    line-height: 20px;
    font-size: 14px;
}

.wcheader .joy-header-main .main-center .hotkeyword span {
    font-weight: bold;
}

.wcheader .joy-header-main .main-right p {
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: right;
    font-size: 14px;
}

.wcheader .joy-header-main .main-right p.links a {
    margin-right: 5px;
    font-size: 14px !important;
}

.wcheader .joy-header-main .main-right p.tel span {
    color: #D40000;
    font-size: 22px;
    font-weight: bold;
    font-style: normal;
}

.topothers-1 {
    width: 140px;
    height: 60px;
}

.topothers-1 img {
    width: 100%;
}

/*公用底部*/
.wcfooter {
    width: 100%;
    margin-top: 25px;
}

.wcfooter .joymain {
    width: 100%;
    background-color: #333333;
    padding: 40px 0px;
}

.wcfooter .main-container {
    width: 1200px;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
}

.wcfooter .copyright {
    text-align: center;
    background-color: #222222;
    height: 60px;
    line-height: 60px;
    color: #ffffff;
    font-size: 14px;
}

.wcfooter .tel {
    height: 50px;
    line-height: 25px;
    background-repeat: no-repeat;
    padding-left: 55px;
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 20px;
}

.wcfooter .tel a{
    height: 50px;
    line-height: 25px;
    padding-left: 12px;
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 20px;
}

.wcfooter .tel a:hover{
	background: #be862f;

}

.wcfooter .main-left .tel .hotline {
    font-size: 26px;
    color: #D6B731;
}

.wcfooter .main-left .info {
    height: 80px;
    box-sizing: border-box;
    padding: 10px 0px;
}

.wcfooter .main-left .info p {
    height: 30px;
    line-height: 30px;
    color: #ffffff;
}

.wcfooter .main-right .links {
    height: 50px;
    line-height: 21px;
    color: #ffffff;
    margin-bottom: 20px;
    font-size: 14px;
    text-align: right;
    margin-top: 10px;
}

.wcfooter .main-right .links a {
    font-size: 16px !important;
}

.wcfooter .main-right .footlogo {
    display: flex;
    justify-content: flex-end;
}