* {
    padding: 0px;
    margin: 0px;
}
body {
    background-color: #fff;
    margin: 0 auto;
    position: relative;
     -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}

p,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
form,
input,
textarea,
th,
td,
select {
    margin: 0;
    padding: 0;
}
ul,
li {
    list-style: none;
}
a {
    text-decoration: none;
    outline: none;
}
a:focus {
    outline: none;
}
input,
textarea {
    outline: none;
    box-shadow: none;
}

/*radio样式*/
label{
    font-weight: normal!important;
}
.radio {
  margin: 0.5rem;
}
.radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}
.radio input{
    width: 20px!important;
    height: 20px!important;
}
.radio input[type="radio"] + .radio-label:before {
  content: '';
  background: #f4f4f4;
  border-radius: 100%;
  border: 1px solid #b4b4b4;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: 0.3em;
  margin-right: 17px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
    line-height: 20px;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.radio input[type="radio"]:checked + .radio-label:before {
  /*background-color: #3197EE;*/
  content:'\2714';
   color:rgb(0,153,68);
  font-size:14px;
  /*box-shadow: inset 0 0 0 5px #f4f4f4;*/
}
.radio input[type="radio"]:focus + .radio-label:before {
  outline: none;
  border-color: #3197EE;
}
.radio input[type="radio"]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
.radio input[type="radio"] + .radio-label:empty:before {
  margin-right: 0;
}


/*checkbox样式美化*/
.checkbox {
  margin: 0.5rem;
}
.checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
.checkbox input{
    width: 20px!important;
    height: 20px!important;
}
.checkbox input[type="checkbox"] + .checkbox-label:before {
  content: '';
  background: #f4f4f4;
  border-radius: 4px;
  border: 1px dashed #b4b4b4;
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
  top: 10px;
  margin-right: 10px;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
    line-height: 20px;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}
.checkbox input[type="checkbox"]:checked + .checkbox-label:before {
  /*background-color: #3197EE;*/
  content:'\2714';
   color:#0065B0;
  font-size:14px;
  /*box-shadow: inset 0 0 0 5px #f4f4f4;*/
}
.checkbox input[type="checkbox"]:focus + .checkbox-label:before {
  outline: none;
  border-color: #3197EE;
}
.checkbox input[type="checkbox"]:disabled + .checkbox-label:before {
  box-shadow: inset 0 0 0 4px #f4f4f4;
  border-color: #b4b4b4;
  background: #b4b4b4;
}
.checkbox input[type="checkbox"] + .checkbox-label:empty:before {
  margin-right: 0;
}
/*select样式*/
 select{
    -webkit-appearance: none;   /* google */
    -moz-appearance: none;  /* firefox */
    appearance: none;   
}

.am-input select{
    padding-left: 20px;
}
.am-selects{
    position: relative;
    cursor: pointer;
}
.select-input{
    cursor: pointer;
}
.selectOption{
    position: absolute;
    top: 25px;
    border: 1px solid #96C9E7;
    left: 0px;
    width: 190px;
    background-color: #fff;
    z-index: 10000;
    display: none;
}
.selectOption li{
    line-height: 20px;
    font-size: 12px;
    text-align: center;
}
.selectOption li:hover{
    background-color: rgb(233,248,253);
}
.selectArrow{
    position: absolute;
    left: 170px;
    top: 10px;
    width: 10px;
}

.overFloat:after{
    clear:both;
    content:'';
    display:block;
   /* width:0;
    height:0;
    visibility:hidden;*/

}
 .am-table-striped>tbody>tr:nth-child(odd)>td, .am-table-striped>tbody>tr:nth-child(odd)>th{
    background-color: #FCFCFC!important;
}
.padding100 {
    padding: 100px;
}
.paddtop100 {
    padding-top: 100px;
}
.paddbottom100 {
    padding-bottom: 100px;
}
.paddbottom60 {
    padding-bottom: 60px;
}
.paddtop60 {
    padding-top: 60px;
}
.paddbottom200 {
    padding-bottom: 200px;
}
.paddtop-bot100 {
    padding: 100px 0;
}
.paddtop80 {
    margin-top: 80px;
}
.margtop50 {
    margin-top: 50px;
}
.margtop24 {
    margin-top: 24px;
}
.margbot26 {
    margin-bottom: 26px;
}
.margauto {
    margin-left: auto;
    margin-right: auto;
}
.paddtop20 {
    padding-top: 20px;
}
.paddleft30 {
    padding-left: 30px;
}
.paddleft20 {
    padding-left: 20px;
}
.paddbottom20 {
    padding-bottom: 20px;
}
.margtop20 {
    margin-top: 20px;
}
.margtop28 {
    margin-top: 28px;
}
.margtop40 {
    margin-top: 40px;
}
.margtop30 {
    margin-top: 30px;
}
.margtop80 {
    margin-top: 80px;
}
.margtop60 {
    margin-top: 60px;
}
.margtop72 {
    margin-top: 72px;
}
.margbott10 {
    margin-bottom: 10px;
}
.font36 {
    font-size: 36px;
    font-weight: normal;
}
.font12 {
    font-size: 12px;
}
.font14 {
    font-size: 14px;
}
.font18 {
    font-size: 18px;
    font-weight: normal;
}
.font56 {
    font-size: 56px;
    font-weight: normal;
}
.font24 {
    font-size: 24px;
    font-weight: normal;
}
.font26 {
    font-size: 26px;
}
.color6 {
    color: #666;
}
.color3 {
    color: #333;
}
.colorf {
    color: #fff;
}
.color29 {
    color: #29B0ED;
}
.color87 {
    color: #878FFB;
}
.colorf5 {
    color: #FF535F;
}
.he580 {
    height: 580px;
}
.minWidth {
    min-width: 1200px;
}
.width-he60 {
    width: 60px;
    height: 60px;
}
.banner-tit {
    padding-top: 70px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    position: relative;
}
.banner-tit.banner-top140 .banner-tit-con {
    margin-top: 140px;
}
.banner-tit.banner-top155 .banner-tit-con {
    margin-top: 155px;
}
.banner-tit h4 {
    font-size: 18px;
    font-weight: normal;
    line-height: 70px;
    height: 70px;
}
.banner-tit .banner-tit-con {
    margin-top: 90px;
}
.banner-tit .banner-tit-con h2 {
    font-size: 44px;
    font-weight: normal;
    margin-bottom: 20px;
}
.banner-tit .banner-tit-con p {
    font-size: 24px;
}
.banner-tit .banner-tit-con .banner-tit-a {
    display: block;
    margin-top: 60px;
    width: 160px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    cursor: pointer;
}
.banner-tit .banner-tit-con .banner-tit-back {
    color: #4D98FF;
    background: #FFF;
}
.banner-tit .banner-tit-con .banner-tit-ba {
    background: #fff;
    color: #F16650;
}
.header2 {
    height: 50px;
    line-height: 50px;
}
.header2 .header-con {
    max-width: 1200px;
}
.header2 .enterprise-list {
    font-size: 14px;
    color: #fff;
}
.header2 .enterprise-list ._active {
    color: #ffffff;
    font-weight: bold;
}
.header2 .enterprise-list > li a {
    color: rgba(255, 255, 255, 0.8);
}
.topScllo .header2 {
    background: #fff;
    margin-top: 1px;
    box-shadow: 0px 1px 0px 0px #e6e6e6;
}
.topScllo .enterprise-list > li a {
    color: #666;
}
.topScllo .enterprise-list ._active {
    color: #333;
    font-weight: bold;
}
.am-modal .w600 {
    width: 600px;
    height: 360px;
}
.am-modal .w700 {
    width: 700px;
    background: #fff;
}
.am-modal .box {
    box-shadow: 0px 1px 0px 0px #e3e3e3;
}
.am-modal .am-modal-hd .model-free-img {
    height: 35px;
    width: 114px;
}
.am-modal .am-modal-bd .w280 {
    width: 360px;
    margin-top: 10px;
    padding-bottom: 40px;
}
.am-modal .am-modal-bd .w280 .free-img-54 {
    width: 54px;
    height: 89px;
}
.am-modal .am-modal-bd .w280 .free-img-70 {
    width: 70px;
    height: 80px;
}
.am-modal .am-modal-bd .w280 .free-img-90 {
    width: 90px;
    height: 76px;
}
.am-modal .am-modal-bd .w280 .am-input-group {
    height: 54px;
    line-height: 54px;
    border-bottom: 1px solid #E5E5E5;
    font-size: 14px;
}
.am-modal .am-modal-bd .w280 .am-input-group > span {
    background-color: transparent;
    border: none;
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 0;
    vertical-align: bottom;
}
.am-modal .am-modal-bd .w280 .am-input-group > input {
    outline: none;
    border: none;
    padding-top: 14px;
    padding-bottom: 0;
    height: inherit;
    font-size: 14px;
}
.am-modal .am-modal-bd .w280 .am-input-group > input:focus {
    box-shadow: none;
}
.am-modal .am-modal-bd .w280 .am-btn-div {
    margin-top: 34px;
}
.am-modal .am-modal-bd .w280 .am-btn-div > .am-btn-danger {
    height: 40px;
    line-height: 40px;
    background: #ff535f;
    border-radius: 4px;
    padding: 0;
    outline: none;
}
.am-modal .am-modal-bd .w280 .distpicker select {
    width: 90px;
    border: none;
    height: 54px;
    padding-top: 9px;
    outline: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
.am-modal .am-modal-bd .w280 .distpicker select::-ms-expand {
    display: none;
}
.am-modal .am-modal-bd .model-img {
    height: 74px;
    width: 74px;
    margin-top: 22px;
}
.am-modal .am-modal-bd .btn {
    margin-top: 50px;
}
.am-modal .am-modal-bd .btn .btn-item {
    width: 160px;
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    border: 1px solid #333;
    margin-right: 30px;
    cursor: pointer;
}
.am-modal .am-modal-bd .btn .btn-item:last-child {
    margin-right: 0;
}
.goTop_show {
    position: fixed;
    right: 0;
    bottom: 200px;
    width: 44px;
    height: 180px;
    color: #fff;
    font-size: 14px;
    z-index: 9999;
}
.goTop_show .online:hover .gotop_con {
    right: 62px;
    opacity: 1;
    visibility: visible;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.goTop_show .code_img {
    position: absolute;
    left: -70px;
    bottom: 0;
    width: 60px;
    height: 60px;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    background: url("/images/code_back.png") no-repeat;
    background-size: cover;
}
.goTop_show .gotop_con {
    position: absolute;
    bottom: 0;
    right: 44px;
    width: 200px;
    height: 200px;
    padding-left: 30px;
    color: #333;
    background: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    filter: alpha(opacity=0);
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.goTop_show .gotop_con .item-wx:hover .code_img {
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.goTop_show .gotop_con .item1 {
    margin-top: 24px;
}
.goTop_show .gotop_con .item1 .item-tit p {
    font-size: 16px;
    color: #FF535F;
}
.goTop_show .gotop_con .item1 a {
    color: #333;
}
.goTop_show .gotop_con .item1 label {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 0;
}
.goTop_show .gotop_con .item1 img {
    width: 21px;
    height: 21px;
    margin-right: 10px;
}
.goTop_show .gotop_con .item1 .item-img {
    width: 21px;
    height: 21px;
    margin-right: 10px;
    margin-top: 16px;
}
.goTop_show .online {
    margin-bottom: 2px;
    padding: 12px;
    background: #ff535f;
    border-radius: 4px 0px 0px 0px;
}
.goTop_show .online .online-tit {
    margin-top: 12px;
    padding-left: 3px;
}
.goTop_show .goback {
    height: 44px;
    line-height: 44px;
    padding: 15px 9px 10px 9px;
    background: #ff535f;
    border-radius: 0px 0px 0px 4px;
}
select[name=nativeplace_top] {
    background: transparent;
}

.am-g {
    margin: 0 auto;
    width: 100%;
}
.linearLine{
    height: 2px;
    background: -webkit-linear-gradient(left,#ddd, #fff); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right,#ddd, #fff); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right,#ddd, #fff); /* Firefox 3.6 - 15 */
    background: linear-gradient(right,#ddd, #fff); /* 标准的语法 */
    width: 150px;
    margin-top: 6px;
}
/*# sourceMappingURL=commom.css.map */

.navLists{
    height:99px;
    overflow-y:hidden;
}

