@charset "utf-8";
/* CSS Document */

/*-------客服中心-------*/
#blog {
	width: 1200px;
	margin: 0px auto;
	padding: 0px 0px 20px;
	overflow: hidden;
	
}
.say {
	width: 1200px;
	margin:0px auto;
	padding-bottom:50px;
	overflow:hidden;
	
}



.contact {
	width: 1200px;
	margin:20px auto;
	overflow: hidden;
	background-color: #f0f0f0;
    padding: 50px 100px;
}
.contact table tr td {
	padding: 0px 15px 15px 15px;
}
.contact table tr td p {
	color: #444;
	font-weight: normal;
	-webkit-margin-before: 5px;
    -webkit-margin-after: 5px;
}
.contact table tr td p span {
	color: #F40201;
	margin-left: 2px;
}
.contact table tr td input[type="text"]{
	width: 280px;
	height: 25px;
	border: 1px solid #E0E0E0;
	color: #666666;
	line-height: 25px;
	padding: 1px 0;
}
.contact table tr td input[type="radio"] {
}
.contact table tr td textarea {
	width: 280px;
	height: 118px;
	border: 1px solid #E0E0E0;
}
.contact table tr td select {
	width: 280px;
	height: 30px;
	padding: 0px;
	background-color: transparent;
	border: 1px solid #E0E0E0;
	color: #666666;
	line-height: 30px;
}
.contact table tr td input[type="text"].phone {
	width:45px;
}
.contact table tr td input[type="text"].phone1 {
	width:120px;
}
.loginsubmit2 a{
	width: 100px;
	height: 35px;
	margin: 20px 5px 0px;
	line-height: 35px;
	color: #fff;
	display: inline-block;
	text-align: center;
	font-size: 12pt;
	border: none;
	cursor: pointer;
	text-decoration: none;
	background-color: #CCCCCC;
}
.loginsubmit2 a:hover{
	background-color: #000000;
  	color: #FFF;
}


.form-group  p{
   width: 100%;
   margin-bottom: 10px ;
   
 
    margin-bottom: 0;
}
.form-group  p span{
  color: #F00;
}

.form-group  p span{
  color: #F00;
}

.form-group  .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
@media (max-width: 992px) {
#blog {
    width: 100%;
	padding: 0px 0px;
}
.say {
   width: 100%;
}
.contact {
   width: 100%;
       padding: 50px;
}
}

@media (max-width: 767px) {
.contact {
   width: 100%;
       padding: 50px 30px;
}
}