* {
  margin: 0;
  padding: 0;

}

.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

ul {
  list-style: none;
}

html {
  width: 100%;
  height: 100%;
}


img {
  display: inline-block;
}

.container {
  width: 985px;
  margin: 42px auto;
}

.logo-head {
  height: 106px;
  background-color: #ffffff;
}

.logon-content {
  width: 1200px;
  margin: 0 auto;
  padding: 27px 0;

}

.logon-content img {
  display: block;

}

.foot {
  position: absolute;
  bottom: 0%;
  left: 0;
  width: 100%;
  height: 82px;
  background-color: #f1f1f1;
  border-top: solid 1px #c0c0c0;
  padding-top: 20px;
  box-sizing: border-box;
}

.foot p {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #666666;
}



.hide {
  display: none;
}

.container-full {
  width: 1200px;
  margin: 0 auto;
}

.tips-page>a {
  float: left;
  padding-right: 40px;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  line-height: 60px;
  color: #666666;
  position: relative;
  cursor: pointer;
  text-decoration: none;
}

.tips-page>a.on {
  color: #ff8302;
}

.tips-page>a:after {
  content: '>';
  display: block;
  width: 40px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  position: absolute;
  top: 0;
  right: 0;
}

.tips-page>a:hover {
  color: #ff8200;
}

.tips-page>a:hover:after {
  color: #666666;
}

.city-tips {
  float: left;
  position: relative;
}

.city-tips>span {
  display: block;
  float: left;
  line-height: 60px;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  line-height: 60px;
  color: #666666;
  position: relative;
}

.city-tips>span:hover {
  color: #ff8200;
}

.select-city {
  float: left;
  position: relative;
}

.select-city>.city-qh {
  line-height: 30px;
  margin: 15px 0;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #666666;
  padding: 0 20px 0 5px;
  background-color: #ffffff;
  border-radius: 2px;
  border: solid 1px #dddddd;
  margin-left: 15px;
  position: relative;
  cursor: pointer;
}

.select-city>.city-qh:after {
  content: '';
  display: block;
  background: url(../img/select.png) center center no-repeat;
  width: 10px;
  height: 10px;
  background-size: 100%;
  position: absolute;
  top: 10px;
  right: 4px;
}

.select-city-box {
  position: absolute;
  top: 55px;
  left: -30px;
  background-color: #ffffff;
  box-shadow: 0px 2px 6px 0px rgba(96, 96, 96, 0.23);
  border-radius: 4px;
  z-index: 2;
  width: 538px;
  padding: 20px 15px 0;
}

.select-city-box>ul>li {
  float: left;
}

.select-city-box p.tips {
  font-size: 16px;
  font-weight: bold;
  color: #333333;
}

.select-city-box>ul>li.tips {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 60px;
  letter-spacing: 0px;
  color: #ff8200;
}

.select-city-box>ul>li a {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 60px;
  letter-spacing: 0px;
  color: #333333;
  text-decoration: none;
}

.select-city-box>ul>li:not(:first-child) {
  width: 50px;
  text-align: center;
  margin-left: 7px;
}

.select-city-box>ul>li a:hover {
  color: #ff8200;
}

.container-left {
  width: 262px;
  padding-top: 10px;
  background-color: #ffffff;
  border: solid 1px #dddddd;
}

.container-left ul li.parent>div {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  line-height: 40px;
  color: #333333;
  padding-left: 20px;
  box-sizing: border-box;
  cursor: pointer;
  border-left: 4px solid transparent;
  margin-bottom: 10px;
  position: relative;
}

.container-left ul li.parent>div:hover,
.container-left ul li.parent>div.active {
  color: #ff8200;
  border-left: 4px solid #ff8200;
}

.container-left ul li ul.child-menu {
  display: block;
}

.container-left ul li.on ul.child-menu {
  display: none;
}

.container-left ul li ul.child-menu li {

  padding-left: 40px;
  cursor: pointer;
  box-sizing: border-box;
  border-left: 4px solid transparent;
  margin-bottom: 10px;
}

.container-left ul li ul.child-menu li a {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #333333;
  text-decoration: none;
}

.container-left ul li ul.child-menu li:hover,
.container-left ul li ul.child-menu li.active {

  border-left: 4px solid #ff8200;
}

.container-left ul li ul.child-menu li:hover a,
.container-left ul li ul.child-menu li.active a {
  color: #ff8200;
}

.container-left ul li.has-child>div:after {
  content: '';
  display: block;
  width: 16px;
  height: 40px;
  background: url(../img/top.png) center center no-repeat;
  background-size: auto auto;
  position: absolute;
  top: 0;
  right: 10px;
  transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.container-left ul li.has-child.on>div:after {

  transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.container-right {
  width: 920px;
  /* overflow-y: auto; */
  background-color: #ffffff;
  border: solid 1px #dddddd;
  float: left;
  padding: 10px 20px 50px 20px;
  box-sizing: border-box;
  height:
}

.container-right.container-form h3 {
  font-size: 34px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 60px;
  color: #363636;
}

.form-box {
  margin-top: 20px;
  width: 816px;
}

.form-box .label {
  font-size: 14px;
  font-weight: normal;
  line-height: 40px;
  color: #333333;
  width: 140px;
  float: left;
}

.form-box .label span {
  color: #c80101;
}

.form-box .form-group {
  float: left;
  width: 193px;
  height: 40px;
  background-color: #ffffff;
  border: solid 1px #dddddd;
  position: relative;
  margin-right: 30px;
}
.form-box .form-group.required::before{
  content: '*';
  display: block;
  font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
  color: #c80101;
  position: absolute;
  left: -15px;
  top: 0;
}
.form-box .form-group.required:before{
  content: '*';
  display: block;
  font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
  color: #c80101;
  position: absolute;
  left: -15px;
  top: 0;
}
.form-box .form-group:last-child {
  margin-right: 0;
}
:-ms-input-placeholder.m-input {
	color: #999; /*还可以设置font-size等属性*/
}
input::-moz-placeholder {
  color: #999;
  opacity: 1;
}

input:-ms-input-placeholder {
  color: #999;
}

input::-webkit-input-placeholder {
  color: #999;
}


.form-box .form-group input {
  border: none;
  outline: none;
  line-height: 40px;
  padding: 0 40px 0 20px;
  box-sizing: border-box;
  width: 100%;
  #color: #333333;
  height: 40px;
}


.form-box .form-group.has-more:after {
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/top.png) center center no-repeat;
  background-size: auto auto;
  transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  cursor:pointer;
}
.form-textarea{
  margin-left: 140px;
  width: 643px;
  height:160px;
  border: solid 1px #dddddd;
  background-color: #ffffff;
  position:relative;
}
.form-textarea textarea{
  border: none;
  outline: none;
  resize: none;
  width: 100%;
  font-family: 'MicrosoftYaHei';
  height: 100%;
}
.form-textarea textarea {
  color: #333;
  padding: 20px;
  box-sizing: border-box;
}
.form-code .code-box{
  width: 340px;
	height: 50px;
	background-color: #ffffff;
  border: solid 1px #dddddd;
}
.form-code .code-box .img{
  position: relative;
  width: 170px;
  text-align: center;
  float: left;
  height: 49px;
}
.form-code .code-box .img:after{
  content: '';
  display: block;
  width: 1px;
	height: 40px;
  background-color: #dddddd;
  position: absolute;
  top: 8px;
  right: 0;
}
.form-code .code-box img{
  display: block;
  height: 100%;
  margin: 0 auto;
}
.form-code .code-box .input{
  width: 160px;
  float: right;
  height: 100%;
  position:relative;
}
.form-code .code-box .input input {
    border: none;
    outline: none;
    width: 100%;
    line-height: 49px;
    padding-right: 20px;
    box-sizing: border-box;
    height: 49px;
}
.form-code .btn{
  width: 240px;
	height: 50px;
  background-color: #ff8302;
  font-size: 20px;
	font-weight: normal;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  margin-left: 64px;
  color: #ffffff;
}
.form-code  .btn.disable{
  background-color: #dddddd;
}
.dialog-box{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
 background-color: #000;
 filter:alpha(opacity=50);/*IE浏览器*/
 opacity: 0.5;
  z-index: 3;
  display:none;
}
.dialog-content{
  position: absolute;
top:50%;left:50%;
transform: translate(-50%,-50%);
  width: 485px;
	height: 225px;
	background-color: #ffffff;
  border: solid 3px #cccccc;
  padding: 0 40px;
  box-sizing: border-box;
  display:none;
  z-index: 4;
}
.dialog-content .title{
  text-align: center;
  font-size: 16px;
	font-weight: bold;
	line-height: 40px;
  color: #ff8201;
  border-bottom: 1px solid #dbdbdb;
}
.dialog-content .close{
  display: block;
  width: 22px;
  height: 22px;
  background: url(../img/close.png) center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 15px;
  right: 30px;
}
.dialog-content .desc{
  font-size: 14px;
	font-weight: normal;
	line-height: 90px;
  color: #666666;
  text-align: center;
}
.dialog-content .btn{
  display: block;
  height: 35px;
  padding: 0 10px;
  background-color: #ff8200;
  outline: none;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
	font-weight: normal;
	line-height: 35px;
	color: #ffffff;
  margin: 0 auto;
  outline: none;
  border: none;
  cursor: pointer;
  margin-top: 10px;
}
.modal-main-out{
  background:url(../img/bg.png)  center center no-repeat;
  background-size: 100% 100%;
    position: absolute;
    z-index: 9;
    padding: 20px;
    left: -50px;
    top: 40px;
	display:none;
	z-index:2;
}
.modal-main{
  width: 500px;
	height: 328px;
 

	border-radius: 6px;
}
.modal-main .title{
  font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 37px;
  color: #999999;
  text-align: center;
}
.modal-main a.close{
  width: 14px;
  height: 14px;
  font-size: 0;
  background: url(../img/guanbi.png) center center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 25px;
  right: 25px;
  display: block;
  box-sizing: border-box;
}

.optionwrapper {
  border-bottom: 1px solid #dddddd;
  height: 35px;
  box-sizing: border-box;
  padding: 0 30px;
}
.option-menu {
  line-height: 35px;
  display: inline-block;
  font-size: 14px;
  margin-right: 15px;
  position: relative;
  top: -2px;
  cursor: pointer;
}
.option-menu.active-option{
  color: #ff8302;
  border-bottom: 2px solid  #ff8302;

}
.option-content{
  overflow: hidden;
  height: 250px;
}
.option-group {
  display: none;
  overflow: auto;
  height: 100%;
  padding-left: 30px;
  box-sizing: border-box;
  margin-right: -30px;
  padding-top: 10px;
  box-sizing: border-box;
}
.option-list {
  font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
  letter-spacing: 3px;
  cursor: pointer;
	color: #333333;
}
.option-list.on{
  color: #ff8302;
}

.placeholder {position: absolute;top: 13px;z-index: 1;color: #888;}


.m-r-0 {
    margin-right: 0 !important;
}
.m-t-2 {
    margin-top: 10px !important;
}
.form-box .form-group .select-box{
  padding-top:5px;
  background-color:#FFFFFF;
  position: absolute;
  z-index: 2;
  left: -1px;
  top: 40px;
  box-sizing: border-box;
  #padding: 2px 2px 0px 2px;
  box-sizing: border-box;
  width: 194px;
    box-shadow:0px 0px 10px #CCCCCC;
    -moz-box-shadow:0px 0px 10px #CCCCCC;
    -webkit-box-shadow:0px 0px 10px #CCCCCC;
/*direction 阴影角度 0°为从下往上 顺时针方向 strength 阴影段长度*/
    -ms-filter:"progid:DXImageTransform.Microsoft.Shadow(color=#E9E9E9, direction=0, strength=6)\

                progid:DXImageTransform.Microsoft.Shadow(color=#E9E9E9, direction=90, strength=6)\

                progid:DXImageTransform.Microsoft.Shadow(color=#E9E9E9, direction=180, strength=6)\

                progid:DXImageTransform.Microsoft.Shadow(color=#E9E9E9, direction=270, strength=6)";

    *filter:progid:DXImageTransform.Microsoft.Shadow(color=#E9E9E9, direction=0, strength=6)

            progid:DXImageTransform.Microsoft.Shadow(color=#E9E9E9, direction=90, strength=6)

            progid:DXImageTransform.Microsoft.Shadow(color=#E9E9E9, direction=180, strength=6)

            progid:DXImageTransform.Microsoft.Shadow(color=#E9E9E9, direction=270, strength=6);


  display: none;

}
.form-group-out {
    padding-left: 140px;
    box-sizing: border-box;
}

.form-box .form-group:hover .select-box{
  display: block;
}

.form-box .form-group .select-box p{

  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  padding: 0 20px;
  line-height: 44px;
  #border-top: 1px solid #F1F1F1;
  border-bottom: 2px solid #F1F1F1;
  letter-spacing: 3px;
  color: #333333;
  cursor: pointer;
}
.form-box .form-group .select-box p:last-child{
  border-bottom: 0;
}

