.main {
    width: 73%;
    height: auto;
    margin: auto;
    /* border-left: 1px solid red; */
    /* border-right: 1px solid red; */
}

.products-top-img {
    width: 60px;
    height: 60px;
    margin: auto;
    margin-top: 40px;
}

.products-top-img img {
    width: 60px;
    height: 60px;
}

.contact-title {
    width: 100%;
    background-image: url(/public/static/index/images/contact-bg.jpg);
    height: 50px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    font-size: 29px;
    font-weight: bold;
    text-align: center;
    line-height: 50px;
    margin-bottom: 80px;
}

.contact-main-title {
    width: 235px;
    height: 100%;
    margin: auto;
}

.contact-earth {
    width: 100%;
    height: 500px;
    background: url(/public/static/index/images/contact-earth.jpg) no-repeat center center;
    background-size: 100% 100%;
}

.contact-main1 {
    width: 73%;
    height: 600px;
    margin: auto;
    /* border-left: 1px solid red; */
    /* border-right: 1px solid red; */
    position: relative;
}

.contact-main-box {
    width: 90%;
    height: 600px;
    margin: 0 5% 0 5%;
    /* border: 1px solid blue; */
    position: absolute;
    top: -190px;
}

.contact-left {
    width: 37%;
    height: 100%;
    float: left;
    background-color: #0571A5;
    /* border-right: 1px solid red; */
}

.contact-left-main {
    width: 80%;
    height: 100%;
    margin: auto;
    /* border-left: 1px solid red; */
    /* border-right: 1px solid red; */
}

.contact-cont-tit {
    width: 100%;
    height: 40px;
    text-align: left;
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    font-weight: bold;
}

.contact-cont-main {
    width: 100%;
    height: 410px;
    margin-top: 20px;
    /* border-top: 1px solid red; */
    /* border-bottom: 1px solid red; */
}

.contact-left-tel {
    width: 100%;
    height: 20px;
    margin: 10px 0 10px 0;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    text-align: left;
}

.contact-left-tel-t {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #819CA9;
}

.contact-left-bg1 {
    width: 12%;
    height: 100%;
    float: left;
    background: url(/public/static/index/images/15-1.png) no-repeat left center;
    background-size: 20px 20px;
}

.contact-left-bg2 {
    width: 12%;
    height: 100%;
    float: left;
    background: url(/public/static/index/images/15-2.png) no-repeat left center;
    background-size: 20px 20px;
}

.contact-left-bg3 {
    width: 12%;
    height: 100%;
    float: left;
    background: url(/public/static/index/images/15-3.png) no-repeat left center;
    background-size: 20px 20px;
}

.contact-left-bg4 {
    width: 12%;
    height: 100%;
    float: left;
    background: url(/public/static/index/images/15-4.png) no-repeat left center;
    background-size: 20px 20px;
}

.contact-left-con {
    width: 88%;
    height: 100%;
    background-size: 16px;
    text-align: left;
    color: #fff;
    line-height: 40px;
    float: left;
}

.contact-link {
    width: 100%;
    height: 40px;
    margin-top: 30px;
}

.contact-link li {
    float: right;
    margin-left: 10px;
}

.contact-link li img {
    width: 30px;
    height: 30px;
    cursor: pointer;
    margin: auto;
}

.contact-right {
    width: 63%;
    height: 100%;
    float: left;
    background-color: #fff;
    /* border-right: 1px solid red; */
}

.contact-right-main {
    width: 80%;
    height: 100%;
    margin: auto;
    /* border-left: 1px solid red; */
    /* border-right: 1px solid red; */
}

.contact-cont-rtit {
    width: 100%;
    height: 40px;
    text-align: left;
    font-size: 30px;
    line-height: 40px;
    color: #000;
    font-weight: bold;
}

.contact-right-name {
    width: 100%;
    height: 40px;
    margin-top: 40px;
}

.contact-right-name-left {
    width: 10%;
    height: 100%;
    background: url(/public/static/index/images/footer-1.jpg) no-repeat center center;
    background-size: 30px 34px;
    float: left;
}

.contact-right-name-right {
    width: 90%;
    height: 100%;
    float: left;
}

.contact-right-name-right input {
    width: 99%;
    height: 100%;
    background-color: #F6F6F6;
    border: 1px solid #488FB2;
    box-shadow: 2px 2px 2px #CCE5F1;
}

.contact-right-email {
    width: 100%;
    height: 40px;
    margin-top: 20px;
}

.contact-right-email-left {
    width: 10%;
    height: 100%;
    background: url(/public/static/index/images/footer-2.jpg) no-repeat center center;
    background-size: 36px 34px;
    float: left;
}

.contact-right-email-right {
    width: 90%;
    height: 100%;
    float: left;
}

.contact-right-email-right input {
    width: 99%;
    height: 100%;
    background-color: #F6F6F6;
    border: 1px solid #488FB2;
    box-shadow: 2px 2px 2px #CCE5F1;
}

.contact-right-tel {
    width: 100%;
    height: 40px;
    margin-top: 20px;
}

.contact-right-tel-left {
    width: 10%;
    height: 100%;
    background: url(/public/static/index/images/footer-3.jpg) no-repeat center center;
    background-size: 30px 34px;
    float: left;
}

.contact-right-tel-right {
    width: 90%;
    height: 100%;
    float: left;
}

.contact-right-tel-right input {
    width: 99%;
    height: 100%;
    background-color: #F6F6F6;
    border: 1px solid #488FB2;
    box-shadow: 2px 2px 2px #CCE5F1;
}

.contact-right-mes {
    width: 100%;
    height: 40px;
    margin-top: 20px;
}

.contact-right-mes-left {
    width: 10%;
    height: 100%;
    background: url(/public/static/index/images/footer-0.jpg) no-repeat center center;
    background-size: 25px 26px;
    float: left;
}

.contact-right-mes-right {
    width: 90%;
    height: 100%;
    float: left;
}

.contact-right-mes-right textarea {
    width: 99%;
    /* height: 100%; */
    background-color: #F6F6F6;
    border: 1px solid #488FB2;
    box-shadow: 2px 2px 2px #CCE5F1;
}

.contact-message-send {
    width: 100%;
    height: 40px;
    margin-top: 140px;
}

.contact-message-send button {
    width: 90px;
    height: 30px;
    border-radius: 10%;
    text-align: center;
    line-height: 30px;
    background-color: #1A75BC;
    font-size: 16px;
    color: #F0F6F6;
    float: right;
    cursor: pointer;
}

.contact-message-send button:hover {
    background-color: #fff;
    color: #1A75BC;
    border: 1px solid #1A75BC;
}

.contact-bottom {
    width: 100%;
    height: 118px;
    background: url(/public/static/index/images/contact-bottom.jpg) no-repeat center center;
    background-size: 100% 100%;
    font-size: 25px;
    text-align: center;
    line-height: 118px;
    position: absolute;
    bottom: 40px;
}