﻿@charset "utf-8";
/**
 * 样式模版文件，自定义页面全部这种格式
 */
/**
 * PC版样式表
 * [分辨率大于1024]
 */
#main {
  padding: 40px 180px 200px 180px;
}
#main .contact_title {
  font-size: 30px;
  margin-bottom: 40px;
}
#main .c_details .text_content.active {
  display: block;
}
#main .c_details .text_content {
  display: none;
  overflow: hidden;
}
/*#main .c_details .text_open.active span {
  background: url(/Assets/Solar/img/contact/sign.png) right center no-repeat;
}*/
#main .c_details .text_open {
  font-size: 20px;
  width: 100%;
  height: 45px;
  line-height: 45px;
  background: #f3f3f3;
  margin-bottom: 30px;
  font-weight: bold;
  position: relative;
}

#main .c_details .text_open.active img{
transform:rotate(45deg);
-ms-transform:rotate(45deg);   /* IE 9 */
-moz-transform:rotate(45deg);  /* Firefox */
-webkit-transform:rotate(45deg); /* Safari 和 Chrome */
-o-transform:rotate(45deg);  /* Opera */
}
#main .c_details .text_open img{
  position: absolute;
  top: 10px;
  right: 30px;
  cursor: pointer;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
#main .c_details .text_open span {
  display: block;
  margin: 0 30px;
  cursor: pointer;
}
#main .c_details .introduce {
  text-align: center;
  font-size: 20px;
}
#main .c_details .form {
  margin: 0 100px;
}
#main .c_details .form .for_title {
  font-size: 20px;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 30px;
}
#main .c_details .form .form_list {
  margin-top: 30px;
}
#main .c_details .form .form_list .name {
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: bold;
}
#main .c_details .form .form_list .input {
  width: 49%;
  float: left;
}
#main .c_details .form .form_list .input .input_z {
  height: 40px;
  line-height: 40px;
  border: 1px solid #cccccc;
  width: 99.9%;
  text-indent: 10px;
  padding: 0;
  margin: 0;
  font-size: 16px;
}
#main .c_details .form .form_list .select_all {
  float: left;
  width: 100%;
  position: relative;
}
#main .c_details .form .form_list .select_all .select {
  float: left;
  position: relative;
  margin-left: 15px;
}
#main .c_details .form .form_list .select_all .select p {
  height: 38px;
  line-height: 38px;
  border: 1px solid #cccccc;
  padding: 0 10px;
  font-size: 16px;
  cursor: pointer;
}
#main .c_details .form .form_list .select_all .select span.icon-down {
  display: block;
  position: absolute;
  background: url(/Assets/Solar/img/contact/triangle_small.png) no-repeat;
  width: 19px;
  height: 14px;
  right: 10px;
  top: 16px;
  z-index: -1;
}
#main .c_details .form .form_list .select_all .select ul.type-down.active {
  display: block;
}
#main .c_details .form .form_list .select_all .select ul.type-down {
  width: 100%;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 20;
  background: #fff;
  max-height: 186px;
  overflow-y: auto;
  border-bottom: 1px solid #cccccc;
}
#main .c_details .form .form_list .select_all .select ul.type-down li {
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  text-indent: 10px;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}
#main .c_details .form .form_list .select_all .select ul.type-down li a {
  color: #000;
  display: block;
}
#main .c_details .form .form_list .select_all2 {
  width: 49%;
  margin-left: 2%;
}
#main .c_details .form .form_list .select_all2 .select {
  margin-left: 0;
  width: 100%;
}
#main .c_details .form .form_list textarea {
  width: 100%;
  height: 220px;
  font-size: 14px;
  border: 1px solid #cccccc;
  font-size: 16px;
}
#main .c_details .form .form_list .f_left {
  float: left;
  width: 58%;
}
#main .c_details .form .form_list .f_left .name {
  margin-bottom: 5px;
  display:block
}
#main .c_details .form .form_list .f_left .input {
  width: 100%;
}
#main .c_details .form .form_list .f_left .div1 {
  width: 30%;
  float: left;
}
#main .c_details .form .form_list .f_left .div2 {
  float: left;
  width: 68%;
  margin-left: 2%;
}
#main .c_details .form .form_list .f_left .select {
  width: 100%;
  margin-left: 0;
}
#main .c_details .form .form_list .r_left {
  float: right;
  width: 40%;
}
#main .c_details .form .form_list .r_left .name {
  margin-bottom: 5px;
  display:block;
}
#main .c_details .form .form_list .r_left .input {
  width: 100%;
}
#main .c_details .form .form_list .r_left .select {
  width: 100%;
  margin-left: 0;
}
#main .c_details .form a.submit {
  display: block;
  margin: 0 auto;
  font-size: 28px;
  text-align: center;
  width: 400px;
  height: 50px;
  line-height: 50px;
  background: #f56f6e;
  color: #fff;
  margin-top: 80px;
  margin-bottom: 80px;
}
#main .c_details .text_list.active {
  display: block;
}
#main .c_details .text_list {
  overflow: hidden;
  display: none;
}
#main .c_details .text_list .select_all {
  margin: 0 20px;
  position: relative;
  margin-top: 10px;
}
#main .c_details .text_list .select_all .name {
  font-size: 20px;
  font-weight: bold;
  float: left;
  height: 40px;
  line-height: 40px;
  margin-right: 50px;
}
#main .c_details .text_list .select_all .select {
  float: left;
  width: 350px;
  position: relative;
}
#main .c_details .text_list .select_all .select p {
  height: 40px;
  line-height: 40px;
  border: 1px solid #cccccc;
  padding: 0 10px;
  font-size: 16px;
  cursor: pointer;
}
#main .c_details .text_list .select_all .select span.icon-down {
  display: block;
  position: absolute;
  background: url(/Assets/Solar/img/contact/triangle_small.png) no-repeat;
  width: 19px;
  height: 14px;
  right: 10px;
  top: 16px;
  z-index: -1;
}
#main .c_details .text_list .select_all .select ul.type-down.active {
  display: block;
}
#main .c_details .text_list .select_all .select ul.type-down {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 20;
  background: #fff;
  display: none;
  border-bottom: 1px solid #cccccc;
}
#main .c_details .text_list .select_all .select ul.type-down li {
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  text-indent: 10px;
  border-left: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
}
#main .c_details .text_list .select_all .select ul.type-down li a {
  color: #000;
  display: block;
}
#main .c_details .text_list .div_global {
  float: left;
  width: 50%;
  margin-top: 30px;
}
#main .c_details .text_list .div_global .gl_title {
  font-size: 25px;
  padding-right: 50px;
}
#main .c_details .text_list .div_global .small_title {
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-right: 50px;
}
#main .c_details .text_list .div_global .d_text {
  font-size: 16px;
  color: #666666;
  padding-left: 10px;
  border-left: 5px solid #e61804;
  padding-right: 50px;
}
@media screen and (max-width: 1260px) {
  #main .c_details .form {
    margin: 0;
  }
}
@media screen and (max-width: 1100px) {
  #main {
    padding: 100px;
    padding-top: 40px;
  }
}
@media screen and (max-width: 1000px) {
  #main {
    padding: 20px;
    padding-bottom: 100px;
  }
  #main .contact_title {
    font-size: 28px;
    margin-bottom: 20px;
  }
  /*#main .c_details .text_open.active span {
    background: url(/Assets/Solar/img/contact/sign_small.png) right center no-repeat;
  }*/
  #main .c_details .text_open {
    margin-bottom: 20px;
  }
  #main .c_details .text_open span {
    margin: 0 20px;
    /*background: url(/Assets/Solar/img/contact/plus_small.png) right center no-repeat;*/
  }
  #main .c_details .text_open img{
    right: 20px;
  }
  #main .c_details .introduce {
    text-align: left;
    line-height: 24px;
  }
  #main .c_details .form .for_title {
    margin-top: 40px;
    margin-bottom: 0px;
  }
  #main .c_details .form .form_list.form_list_top {
    margin-top: 30px;
  }
  #main .c_details .form .form_list {
    margin-top: 0;
  }
  #main .c_details .form .form_list textarea {
    height: 160px;
  }
  #main .c_details .form .form_list .input {
    float: none;
    width: 99.9%;
    margin-top: 30px;
  }
  #main .c_details .form .form_list .select_all {
    margin-left: 0;
    width: 99.9%;
    margin-top: 30px;
  }
  #main .c_details .form .form_list .f_left {
    float: none;
    width: 100%;
  }
  #main .c_details .form .form_list .r_left {
    float: none;
    width: 100%;
  }
  #main .c_details .form .form_list .clear_m {
    clear: both;
  }
  #main .c_details .form a.submit {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    margin: 40px 0;
  }
  #main .c_details .text_list .select_all {
    margin: 0;
    margin-top: 10px;
    text-align: center;
  }
  #main .c_details .text_list .select_all .name {
    float: none;
    height: auto;
    line-height: normal;
    margin-bottom: 5px;
    margin-right: 0;
	font-weight:normal;
	text-align:left
  }
  #main .c_details .text_list .select_all .select {
    float: none;
    width: 100%;
    margin-top: 15px;
  }
  #main .c_details .text_list .div_global {
    float: none;
    width: 100%;
  }
  #main .c_details .text_list .div_global .gl_title {
    padding-right: 0;
  }
  #main .c_details .text_list .div_global .small_title {
    padding-right: 0;
    margin-top: 10px;
  }
  #main .c_details .text_list .div_global .d_text {
    padding-right: 0;
  }
}


.sign-checkbox {
	margin-top:15px;
	color: #797979;
    font-size: 14px;
}
.sign-checkbox > div{
	margin:15px 0;
}
.sign-checkbox input{
	-webkit-appearance: radio;
	width: 18px;
	height: 18px;
	display: inline-block;
	vertical-align: -3px;
	margin-right: 5px;
}
.sign-checkbox > div span{
	margin-right:20px;
}