﻿/* 联系我们开始 */
.contactus-con{
	overflow: hidden;
}
.contactus-con-c {
    overflow: hidden;
    width: 1200px;
    margin: auto;
}
.contactus-con-c .c-title {
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 55px;
    margin-top: 80px;
	color:#035620;
}
.contactus-con-c li{
    overflow: hidden; 
    margin-bottom: 40px;
}
.contactus-con-c li .t {
    overflow: hidden;
    float: left;
    font-size: 18px;
    color: #333;
    line-height: 38px;
    width: 115px;
    margin-right: 10px;
    text-align: left;
}
.contactus-con-c li .t i{
    color: #ff3404;
    font-style: italic;
}
.contactus-con-c li .textbox {
    overflow: hidden;
    width: 400px;
    height: 38px;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
}
.contactus-con-c li .textbox input {
    overflow: hidden;
    width: 100%;
    line-height: 38px;
    border: none;
    font-size: 18px;
    text-indent: 10px;
}
.contactus-con-c li textarea {
    font-size: 18px;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
    width: 85%;
    height: 320px;
    padding: 20px;
}
.contactus-con-c .c-submit{
    overflow: hidden;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #01923a;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    border-radius: 5px;
    margin: auto;
    margin-bottom: 120px;
}
/* 联系我们结束 */


.webcss .contactus-con-c {
    overflow: hidden;
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
}
.webcss .contactus-con-c .c-title {
    overflow: hidden;
    font-size: 22px;
    font-weight: bold;
    color: #333;
    margin-left: 0px;
    margin-bottom: 30px;
    margin-top: 30px;
}
.webcss .contactus-con-c li {
    overflow: hidden;
    margin-bottom: 20px;
}
.webcss .contactus-con-c li .textbox {
    overflow: hidden;
    width: 98%;
    height: 52px;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
}
.webcss .contactus-con-c li .textbox input {
    overflow: hidden;
    width: 100%;
    line-height: 52px;
    border: none;
    font-size: 18px;
    text-indent: 10px;
}
.webcss .contactus-con-c li .t {
    overflow: hidden;
    float: left;
    font-size: 18px;
    color: #333;
    line-height: 38px;
    width: auto;
    margin-right: auto;
    text-align: left;
}
.webcss .contactus-con-c li:nth-child(6){
    margin-left: 0px !important;
}
.webcss .contactus-con-c li textarea {
    font-size: 18px;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
    width: 87%;
    height: 320px;
    padding: 20px;
}
.webcss .contactus-con-c .c-submit {
    overflow: hidden;
    width: 100%;
    height: 52px;
    line-height: 52px;
    text-align: center;
    background: #01923a;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    border-radius: 5px;
    margin: auto;
    margin-bottom: 20px;
}

.webcss .contactus-con .gybanner {
    overflow: hidden;
    background-image: url(../images/webbanner02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 212px;
    padding-top: 59px;
}
.webcss .contactus-con .gybanner img {
    width: 100%;
    height: 100%;
}
#JoynBackground {
	width: 100%;
	height: 680px;
	z-index: -999;
	position: relative;
	top: 0px;
	left: 0px;
	overflow: hidden;
}
#JoynBackground img {
	width: 100%;
	height: 680px;
	display: none;
	position: absolute;
}
.webcss #JoynBackground {
	display: none;
}


@media screen and (max-width: 1366px) {
.contactus-con-c {
    width: 968px;
}




}




