a {
  color: #474747;
  cursor: pointer;
}

a:link {
  text-decoration: none
}

a:visited {
  text-decoration: none;
  color: #474747
}

a:hover {
  text-decoration: none;
  color: #474747
}

a:active {
  text-decoration: none;
  color: #194d8a
}

.dis-ib {
  display: inline-block;
}

.dis-b {
  display: block;
}

img {
  border: 0;
}

button,
input {
  outline: none;
}

ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
span,
dl,
dd,
dt {
  margin: 0;
  padding: 0;
  font-weight: normal;
  list-style: none
}



.textarea {
  border: 1px solid #e0e0e0;
  width: 100%;
  resize: none;
}

/*�߿���ʽ*/
.border-no {
  border: none !important;
}

.border-l {
  border-left: 1px solid #dddddd;
}

.border-r {
  border-right: 1px solid #dddddd;
}

.border-t {
  border-top: 1px solid #dddddd;
}

.border-b {
  border-bottom: 1px solid #dddddd;
}

.border {
  border: 1px solid #dddddd;
}

@media screen and (-webkit-min-device-pixel-ratio:1.5) {
  .border-l {
    border: none;
    background-image: -webkit-linear-gradient(0deg, #dddddd, #dddddd 50%, transparent 50%);
    background-image: linear-gradient(270deg, #dddddd, #dddddd 50%, transparent 50%);
    background-size: 1px 100%;
    background-repeat: no-repeat;
    background-position: left;
  }

  .border-r {
    border: none;
    background-image: -webkit-linear-gradient(0deg, #dddddd, #dddddd 50%, transparent 50%);
    background-image: linear-gradient(270deg, #dddddd, #dddddd 50%, transparent 50%);
    background-size: 1px 100%;
    background-repeat: no-repeat;
    background-position: right;
  }

  .border-t {
    border: none;
    background-size: 100% 1px;
    background-repeat: no-repeat;
    background-position: top;
    background-image: linear-gradient(0, #dddddd, #dddddd 50%, transparent 50%);
    background-image: -webkit-linear-gradient(90deg, #dddddd, #dddddd 50%, transparent 50%);
  }

  .border-b {
    border: none;
    background-size: 100% 1px;
    background-repeat: no-repeat;
    background-position: bottom;
    background-image: linear-gradient(0, #dddddd, #dddddd 50%, transparent 50%);
    background-image: -webkit-linear-gradient(90deg, #dddddd, #dddddd 50%, transparent 50%);
  }

  .border {
    border: none;
    background-image: -webkit-linear-gradient(270deg, #dddddd, #dddddd 50%, transparent 50%), -webkit-linear-gradient(180deg, #dddddd, #dddddd 50%, transparent 50%), -webkit-linear-gradient(90deg, #dddddd, #dddddd 50%, transparent 50%), -webkit-linear-gradient(0, #dddddd, #dddddd 50%, transparent 50%);
    background-image: linear-gradient(180deg, #dddddd, #dddddd 50%, transparent 50%), linear-gradient(270deg, #dddddd, #dddddd 50%, transparent 50%), linear-gradient(0deg, #dddddd, #dddddd 50%, transparent 50%), linear-gradient(90deg, #dddddd, #dddddd 50%, transparent 50%);
    background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%;
    background-repeat: no-repeat;
    background-position: top, right top, bottom, left top;
  }
}

.height60 {
  height: 60px;
}

.height50 {
  height: 50px;
}

.height40 {
  height: 40px;
}

.height30 {
  height: 30px;
}

.height20 {
  height: 20px;
}

.height10 {
  height: 10px;
}

.engft {
  font-family: Arial, Gadget, sans-serif, "����";
}

.text-fff {
  color: #fff !important;
}

.text-f666 {
  color: #666 !important;
}

.text-f555 {
  color: #555 !important;
}

.text-f999 {
  color: #999 !important;
}

.text-f888 {
  color: #888 !important;
}

.text-fbbb {
  color: #bbb !important;
}

.text-fccc {
  color: #ccc !important;
}

.text-f47 {
  color: #474747 !important;
}

.text-f333 {
  color: #333 !important;
}

.text-f60 {
  color: #ff6600 !important;
}

.text-red {
  color: #ff0000 !important;
}

.text-gold {
  color: #c8a063 !important;
}

.text-f37c {
  color: #3c7ece !important;
}

.text-primary {
  color: #3cbaff;
}

.text-warning {
  color: #ff5231;
}

.text-orange {
  color: #F37B1D;
}

.text-danger {
  color: #ff6600;
}

.text-success {
  color: #7dc94d;
}

.text-info {
  color: #31708f;
}

.text-greendark {
  color: #033333;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration {
  text-decoration: underline
}

.text-blue {
  color: #1889F9;
}

.text-golden {
  color: #FFB210;
}

.pos-r {
  position: relative;
}

.pos-a {
  position: absolute;
}

/*Բ��*/
.radius-100 {
  -moz-border-radius: 100px;
  -khtml-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
}

.radius-10 {
  -moz-border-radius: 10px;
  -khtml-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.radius-8 {
  -moz-border-radius: 8px;
  -khtml-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}

.radius-6 {
  -moz-border-radius: 6px;
  -khtml-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

.radius-4 {
  -moz-border-radius: 4px;
  -khtml-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

.radius-3 {
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.radius-2 {
  -moz-border-radius: 2px;
  -khtml-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

/*����*/
.left {
  float: left
}

.right {
  float: right
}

.center {
  text-align: center !important
}

/*���*/
.m1 {
  margin: 1px
}

.m2 {
  margin: 2px
}

.m3 {
  margin: 3px
}

.m4 {
  margin: 4px
}

.m5 {
  margin: 5px
}

.m6 {
  margin: 6px
}

.m7 {
  margin: 7px
}

.m8 {
  margin: 8px
}

.m9 {
  margin: 9px
}

.m10 {
  margin: 10px
}

.m11 {
  margin: 11px
}

.m12 {
  margin: 12px
}

.m13 {
  margin: 13px
}

.m14 {
  margin: 14px
}

.m15 {
  margin: 15px
}

.m16 {
  margin: 16px
}

.m17 {
  margin: 17px
}

.m18 {
  margin: 18px
}

.m19 {
  margin: 19px
}

.m20 {
  margin: 20px
}

.m21 {
  margin: 21px
}

.m22 {
  margin: 22px
}

.m23 {
  margin: 23px
}

.m24 {
  margin: 24px
}

.m25 {
  margin: 25px
}

.m26 {
  margin: 26px
}

.m27 {
  margin: 27px
}

.m28 {
  margin: 28px
}

.m29 {
  margin: 29px
}

.m30 {
  margin: 30px
}

.m32 {
  margin: 32px
}

.m35 {
  margin: 35px
}

.m40 {
  margin: 40px
}

.m50 {
  margin: 50px
}

.m60 {
  margin: 60px
}

.m70 {
  margin: 70px
}

.m80 {
  margin: 80px
}

.m90 {
  margin: 90px
}

.m100 {
  margin: 100px
}

.mt1 {
  margin-top: 1px
}

.mt2 {
  margin-top: 2px
}

.mt3 {
  margin-top: 3px
}

.mt4 {
  margin-top: 4px
}

.mt5 {
  margin-top: 5px
}

.mt6 {
  margin-top: 6px
}

.mt7 {
  margin-top: 7px
}

.mt8 {
  margin-top: 8px
}

.mt9 {
  margin-top: 9px
}

.mt10 {
  margin-top: 10px
}

.mt12 {
  margin-top: 12px
}

.mt14 {
  margin-top: 14px
}

.mt15 {
  margin-top: 15px
}

.mt16 {
  margin-top: 16px
}

.mt18 {
  margin-top: 18px
}

.mt19 {
  margin-top: 18px
}

.mt20 {
  margin-top: 20px
}

.mt22 {
  margin-top: 22px
}

.mt24 {
  margin-top: 24px
}

.mt25 {
  margin-top: 25px
}

.mt26 {
  margin-top: 26px
}

.mt28 {
  margin-top: 28px
}

.mt30 {
  margin-top: 30px
}

.mt32 {
  margin-top: 32px
}

.mt35 {
  margin-top: 35px
}

.mt36 {
  margin-top: 36px
}

.mt40 {
  margin-top: 40px
}

.mt50 {
  margin-top: 50px
}

.mt60 {
  margin-top: 60px
}

.mt70 {
  margin-top: 70px
}

.mt80 {
  margin-top: 80px
}

.mt90 {
  margin-top: 90px
}

.mt100 {
  margin-top: 100px
}

.mb1 {
  margin-bottom: 1px
}

.mb2 {
  margin-bottom: 2px
}

.mb3 {
  margin-bottom: 3px
}

.mb4 {
  margin-bottom: 4px
}

.mb5 {
  margin-bottom: 5px
}

.mb6 {
  margin-bottom: 6px
}

.mb7 {
  margin-bottom: 7px
}

.mb8 {
  margin-bottom: 8px
}

.mb9 {
  margin-bottom: 9px
}

.mb10 {
  margin-bottom: 10px
}

.mb12 {
  margin-bottom: 12px
}

.mb14 {
  margin-bottom: 14px
}

.mb15 {
  margin-bottom: 15px
}

.mb16 {
  margin-bottom: 16px
}

.mb18 {
  margin-bottom: 18px
}

.mb20 {
  margin-bottom: 20px
}

.mb22 {
  margin-bottom: 22px
}

.mb24 {
  margin-bottom: 24px
}

.mb25 {
  margin-bottom: 25px
}

.mb26 {
  margin-bottom: 26px
}

.mb28 {
  margin-bottom: 28px
}

.mb30 {
  margin-bottom: 30px
}

.mb32 {
  margin-bottom: 32px
}

.mb35 {
  margin-bottom: 35px
}

.mb36 {
  margin-bottom: 36px
}

.mb40 {
  margin-bottom: 40px
}

.mb50 {
  margin-bottom: 50px
}

.mb60 {
  margin-bottom: 60px
}

.mb70 {
  margin-bottom: 70px
}

.mb80 {
  margin-bottom: 80px
}

.mb90 {
  margin-bottom: 90px
}

.mb100 {
  margin-bottom: 100px
}

.ml1 {
  margin-left: 1px
}

.ml2 {
  margin-left: 2px
}

.ml3 {
  margin-left: 3px
}

.ml4 {
  margin-left: 4px
}

.ml5 {
  margin-left: 5px
}

.ml6 {
  margin-left: 6px
}

.ml7 {
  margin-left: 7px
}

.ml8 {
  margin-left: 8px
}

.ml9 {
  margin-left: 9px
}

.ml10 {
  margin-left: 10px
}

.ml12 {
  margin-left: 12px
}

.ml14 {
  margin-left: 14px
}

.ml15 {
  margin-left: 15px
}

.ml16 {
  margin-left: 16px
}

.ml18 {
  margin-left: 18px
}

.ml20 {
  margin-left: 20px
}

.ml22 {
  margin-left: 22px
}

.ml24 {
  margin-left: 24px
}

.ml25 {
  margin-left: 25px
}

.ml26 {
  margin-left: 26px
}

.ml28 {
  margin-left: 28px
}

.ml30 {
  margin-left: 30px
}

.ml32 {
  margin-left: 32px
}

.ml35 {
  margin-left: 35px
}

.ml36 {
  margin-left: 36px
}

.ml40 {
  margin-left: 40px
}

.ml50 {
  margin-left: 50px
}

.ml60 {
  margin-left: 60px
}

.ml70 {
  margin-left: 70px
}

.ml80 {
  margin-left: 80px
}

.ml90 {
  margin-left: 90px
}

.ml100 {
  margin-left: 100px
}

.mr1 {
  margin-right: 1px
}

.mr2 {
  margin-right: 2px
}

.mr3 {
  margin-right: 3px
}

.mr4 {
  margin-right: 4px
}

.mr5 {
  margin-right: 5px
}

.mr6 {
  margin-right: 6px
}

.mr7 {
  margin-right: 7px
}

.mr8 {
  margin-right: 8px
}

.mr9 {
  margin-right: 9px
}

.mr10 {
  margin-right: 10px
}

.mr12 {
  margin-right: 12px
}

.mr14 {
  margin-right: 14px
}

.mr15 {
  margin-right: 15px
}

.mr16 {
  margin-right: 16px
}

.mr18 {
  margin-right: 18px
}

.mr20 {
  margin-right: 20px
}

.mr22 {
  margin-right: 22px
}

.mr24 {
  margin-right: 24px
}

.mr25 {
  margin-right: 25px
}

.mr26 {
  margin-right: 26px
}

.mr28 {
  margin-right: 28px
}

.mr30 {
  margin-right: 30px
}

.mr32 {
  margin-right: 32px
}

.mr35 {
  margin-right: 35px
}

.mr36 {
  margin-right: 36px
}

.mr40 {
  margin-right: 40px
}

.mr50 {
  margin-right: 50px
}

.mr60 {
  margin-right: 60px
}

.mr70 {
  margin-right: 70px
}

.mr80 {
  margin-right: 80px
}

.mr90 {
  margin-right: 90px
}

.mr100 {
  margin-right: 100px
}

.p1 {
  padding: 1px
}

.p2 {
  padding: 2px
}

.p3 {
  padding: 3px
}

.p4 {
  padding: 4px
}

.p5 {
  padding: 5px
}

.p6 {
  padding: 6px
}

.p7 {
  padding: 7px
}

.p8 {
  padding: 8px
}

.p9 {
  padding: 9px
}

.p10 {
  padding: 10px
}

.p12 {
  padding: 12px
}

.p14 {
  padding: 14px
}

.p15 {
  padding: 15px
}

.p16 {
  padding: 16px
}

.p18 {
  padding: 18px
}

.p20 {
  padding: 20px
}

.p22 {
  padding: 22px
}

.p24 {
  padding: 24px
}

.p25 {
  padding: 25px
}

.p26 {
  padding: 26px
}

.p28 {
  padding: 28px
}

.p30 {
  padding: 30px
}

.p32 {
  padding: 32px
}

.p35 {
  padding: 35px
}

.p36 {
  padding: 36px
}

.p40 {
  padding: 40px
}

.p50 {
  padding: 50px
}

.p60 {
  padding: 60px
}

.p70 {
  padding: 70px
}

.p80 {
  padding: 80px
}

.p90 {
  padding: 90px
}

.p100 {
  padding: 100px
}

.pt1 {
  padding-top: 1px
}

.pt2 {
  padding-top: 2px
}

.pt3 {
  padding-top: 3px
}

.pt4 {
  padding-top: 4px
}

.pt5 {
  padding-top: 5px
}

.pt6 {
  padding-top: 6px
}

.pt7 {
  padding-top: 7px
}

.pt8 {
  padding-top: 8px
}

.pt9 {
  padding-top: 9px
}

.pt10 {
  padding-top: 10px
}

.pt12 {
  padding-top: 12px
}

.pt14 {
  padding-top: 14px
}

.pt15 {
  padding-top: 15px
}

.pt16 {
  padding-top: 16px
}

.pt18 {
  padding-top: 18px
}

.pt20 {
  padding-top: 20px
}

.pt22 {
  padding-top: 22px
}

.pt24 {
  padding-top: 24px
}

.pt25 {
  padding-top: 25px
}

.pt26 {
  padding-top: 26px
}

.pt28 {
  padding-top: 28px
}

.pt30 {
  padding-top: 30px
}

.pt32 {
  padding-top: 32px
}

.pt35 {
  padding-top: 35px
}

.pt36 {
  padding-top: 36px
}

.pt40 {
  padding-top: 40px
}

.pt50 {
  padding-top: 50px
}

.pt60 {
  padding-top: 60px
}

.pt70 {
  padding-top: 70px
}

.pt80 {
  padding-top: 80px
}

.pt90 {
  padding-top: 90px
}

.pt100 {
  padding-top: 100px
}

.pb1 {
  padding-bottom: 1px
}

.pb2 {
  padding-bottom: 2px
}

.pb3 {
  padding-bottom: 3px
}

.pb4 {
  padding-bottom: 4px
}

.pb5 {
  padding-bottom: 5px
}

.pb6 {
  padding-bottom: 6px
}

.pb7 {
  padding-bottom: 7px
}

.pb8 {
  padding-bottom: 8px
}

.pb9 {
  padding-bottom: 9px
}

.pb10 {
  padding-bottom: 10px
}

.pb12 {
  padding-bottom: 12px
}

.pb14 {
  padding-bottom: 14px
}

.pb15 {
  padding-bottom: 15px
}

.pb16 {
  padding-bottom: 16px
}

.pb18 {
  padding-bottom: 18px
}

.pb20 {
  padding-bottom: 20px
}

.pb22 {
  padding-bottom: 22px
}

.pb24 {
  padding-bottom: 24px
}

.pb25 {
  padding-bottom: 25px
}

.pb26 {
  padding-bottom: 26px
}

.pb28 {
  padding-bottom: 28px
}

.pb30 {
  padding-bottom: 30px
}

.pb32 {
  padding-bottom: 32px
}

.pb35 {
  padding-bottom: 35px
}

.pb36 {
  padding-bottom: 36px
}

.pb40 {
  padding-bottom: 40px
}

.pb50 {
  padding-bottom: 50px
}

.pb60 {
  padding-bottom: 60px
}

.pb70 {
  padding-bottom: 70px
}

.pb80 {
  padding-bottom: 80px
}

.pb90 {
  padding-bottom: 90px
}

.pb100 {
  padding-bottom: 100px
}

.pl1 {
  padding-left: 1px
}

.pl2 {
  padding-left: 2px
}

.pl3 {
  padding-left: 3px
}

.pl4 {
  padding-left: 4px
}

.pl5 {
  padding-left: 5px
}

.pl6 {
  padding-left: 6px
}

.pl7 {
  padding-left: 7px
}

.pl8 {
  padding-left: 8px
}

.pl9 {
  padding-left: 9px
}

.pl10 {
  padding-left: 10px
}

.pl12 {
  padding-left: 12px
}

.pl14 {
  padding-left: 14px
}

.pl15 {
  padding-left: 15px
}

.pl16 {
  padding-left: 16px
}

.pl18 {
  padding-left: 18px
}

.pl20 {
  padding-left: 20px
}

.pl22 {
  padding-left: 22px
}

.pl24 {
  padding-left: 24px
}

.pl25 {
  padding-left: 25px
}

.pl26 {
  padding-left: 26px
}

.pl28 {
  padding-left: 28px
}

.pl30 {
  padding-left: 30px
}

.pl32 {
  padding-left: 32px
}

.pl35 {
  padding-left: 35px
}

.pl36 {
  padding-left: 36px
}

.pl40 {
  padding-left: 40px
}

.pl50 {
  padding-left: 50px
}

.pl60 {
  padding-left: 60px
}

.pl70 {
  padding-left: 70px
}

.pl80 {
  padding-left: 80px
}

.pl90 {
  padding-left: 90px
}

.pl100 {
  padding-left: 100px
}

.pr1 {
  padding-right: 1px
}

.pr2 {
  padding-right: 2px
}

.pr3 {
  padding-right: 3px
}

.pr4 {
  padding-right: 4px
}

.pr5 {
  padding-right: 5px
}

.pr6 {
  padding-right: 6px
}

.pr7 {
  padding-right: 7px
}

.pr8 {
  padding-right: 8px
}

.pr9 {
  padding-right: 9px
}

.pr10 {
  padding-right: 10px
}

.pr12 {
  padding-right: 12px
}

.pr14 {
  padding-right: 14px
}

.pr15 {
  padding-right: 15px
}

.pr16 {
  padding-right: 16px
}

.pr18 {
  padding-right: 18px
}

.pr20 {
  padding-right: 20px
}

.pr22 {
  padding-right: 22px
}

.pr24 {
  padding-right: 24px
}

.pr25 {
  padding-right: 25px
}

.pr26 {
  padding-right: 26px
}

.pr28 {
  padding-right: 28px
}

.pr30 {
  padding-right: 30px
}

.pr32 {
  padding-right: 32px
}

.pr35 {
  padding-right: 35px
}

.pr36 {
  padding-right: 36px
}

.pr40 {
  padding-right: 40px
}

.pr50 {
  padding-right: 50px
}

.pr60 {
  padding-right: 60px
}

.pr70 {
  padding-right: 70px
}

.pr80 {
  padding-right: 80px
}

.pr90 {
  padding-right: 90px
}

.pr100 {
  padding-right: 100px
}

.nopadd {
  padding: 0 !important
}

/*����*/
.bg-white {
  background: #ffffff;
}

.no-bg {
  background: none;
}

.bg-f8 {
  background: #f8f8f8;
}

.bg-f6 {
  background: #f6f6f6;
}

.bg-all {
  background: #f4f4f4;
}

.bg-primary {
  background-color: #337ab7;
}

a.bg-primary:hover {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover {
  background-color: #e4b9b9;
}

/*����*/
.f10 {
  font-size: 10px !important
}

.f12 {
  font-size: 12px !important
}

.f14 {
  font-size: 14px !important
}

.f16 {
  font-size: 16px !important
}

.f18 {
  font-size: 18px !important
}

.f20 {
  font-size: 20px !important
}

.f22 {
  font-size: 22px !important
}

.f24 {
  font-size: 24px !important
}

.f26 {
  font-size: 26px !important
}

.f28 {
  font-size: 28px !important
}

.f30 {
  font-size: 30px !important
}

.lh30 {
  line-height: 30px
}

.lh28 {
  line-height: 28px
}

.lh26 {
  line-height: 26px
}

.lh24 {
  line-height: 24px
}

.lh22 {
  line-height: 22px
}

.lh20 {
  line-height: 20px
}

.lh18 {
  line-height: 18px
}

.minh200 {
  min-height: 600px;
}

.minh400 {
  min-height: 400px;
}

.minh600 {
  min-height: 600px;
}

.minh800 {
  min-height: 800px;
}

.minh1000 {
  min-height: 1000px;
}

.minh1440 {
  min-height: 1000px;
}

.minh2000 {
  min-height: 2000px;
}

/*�Զ���������*/
.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ellipsis-1 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.ellipsis-2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  word-break: break-all;
  white-space: normal !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.am-img-responsive {
  display: block;
  width: 100%;
}

.line-style-1 {
  background-image: url(../img/line.png);
  background-repeat: repeat-x;
  height: 10px;
  background-position: center;
  background-size: 70%;
}

.am-titlebar-default {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0.25em;
  margin-right: 0.25em;
  background-color: transparent;
  border-bottom: 1px solid #ddd;
  line-height: 36px;
  height: 36px;
  margin-top: 0;
  margin-bottom: 1em;
}

.am-titlebar-default a {
  color: #adadad;
}

.am-titlebar-default .am-titlebar-title {
  position: relative;
  padding-left: 0;
  height: 36px;
  padding: 0;
  color: #194d8a;
  font-size: 1.8rem;
  text-align: left;
  font-weight: bold;
  border-bottom: 1px solid #c8a063;
  margin-bottom: -1px;
}

.am-titlebar-default .am-titlebar-title:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 8px;
  bottom: 8px;
  border-left: none;
}

.am-titlebar-default .am-titlebar-nav {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}

.am-titlebar-default .am-titlebar-nav a {
  margin-right: 10px;
}

.am-titlebar-default .am-titlebar-nav a:last-child {
  margin-right: 5px;
}

/**/
/*.more {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.more a {
  border-radius: 10em;
  border: 1px solid #e8e8e8;
  background: #fff;
  padding: 0.25em 1em;
  font-size: 1.5rem;
  display: inline-block;
  width: auto;
  color: #a3a3a3;
}

.more a:active {
  border-color: #1a4c89;
  color: #fff;
  background: #1a4c89;
}
*/
.footer {
  background: #194d8a;
  color: rgba(255, 255, 255, .5);
  font-size: 1.2rem;
  padding: 2em 1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

.footer a {
  color: rgba(255, 255, 255, .5);
  font-size: 1.2rem;
}

.footer a.footerbtn {
  color: #c8a063;
  border-radius: 10em;
  border: 1px solid #c8a063;
  padding: .1em .4em;
  display: inline-block;
  font-size: 12px;
  margin-bottom: 5px;
  width: 100%;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
}

.footer a.footerbtn i {
  color: #c8a063;
  display: inline-block;
  width: 14px;
}

.footer a.footerbtn:active {
  border-color: #c8a063;
  color: #194d8a;
  background: #c8a063;
}

.downbtn {
  width: 8em;
  position: relative;
  padding: 0.5em 0;
  margin-left: .5em;
}

.am-btn-primary {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
  background-image: url(../img/anniu_3.png);
  background-repeat: no-repeat;
  background-size: cover;
}

a.am-btn-primary:visited {
  color: #fff;
}

.am-btn-primary:hover,
.am-btn-primary:focus,
.am-btn-primary:active,
.am-btn-primary.am-active,
.am-dropdown.am-active .am-btn-primary.am-dropdown-toggle {
  color: #fff;
  border-color: #267dd5;
}

.am-btn-primary:hover,
.am-btn-primary:focus {
  background-color: #1e5995;
}

.am-btn-primary:active,
.am-btn-primary.am-active,
.am-dropdown.am-active .am-btn-primary.am-dropdown-toggle {
  background-image: none;
  background-color: #1e5995;
}

.am-btn-info {
  color: #fff;
  background-color: #0079FE;
  border-color: #0079FE;
}

a.am-btn-info:visited {
  color: #fff;
}

.am-btn-info:hover,
.am-btn-info:focus,
.am-btn-info:active,
.am-btn-info.am-active,
.am-dropdown.am-active .am-btn-info.am-dropdown-toggle {
  color: #fff;
  border-color: #0079FE;
}

.am-btn-info:hover,
.am-btn-info:focus {
  background-color: #0079FE;
}

.am-btn-info:active,
.am-btn-info.am-active,
.am-dropdown.am-active .am-btn-info.am-dropdown-toggle {
  background-image: none;
  background-color: #0079FE;
}

.am-btn-line {
  color: #565656;
  background-color: #fafafa;
  border-color: #dbddde;
}

a.am-btn-line:visited {
  color: #fff;
}

.am-btn-line:hover,
.am-btn-line:focus,
.am-btn-line:active,
.am-btn-line.am-active,
.am-dropdown.am-active .am-btn-line.am-dropdown-toggle {
  color: #fff;
  border-color: #0e90d2;
}

.am-btn-line:hover,
.am-btn-line:focus {
  background-color: #0e90d2;
}

.am-btn-line:active,
.am-btn-line.am-active,
.am-dropdown.am-active .am-btn-line.am-dropdown-toggle {
  background-image: none;
  background-color: #0e90d2;
}

/**
  * Tabs Theme: default
  */
.am-tabs-default .am-tabs-nav {
  line-height: 40px;
  background-color: #f5f5f5;
}

.am-tabs-default .am-tabs-nav a {
  color: #000;
  line-height: 42px;
}

.am-tabs-default .am-tabs-nav>.am-active a {
  background-color: #4884c2;
  color: #fff;
}

.am-tabs-default {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  border: none !important;
}

.am-tabs-default .am-tabs-nav>.signnow a {
  color: #c8a063;
}

.am-tabs-default .am-tabs-nav>.signnow.am-active a {
  background-color: #c8a063;
  color: #fff;
}

.am-tabs-bd {
  border: none;
  padding: .5em;
}

.am-paragraph {
  position: relative;
  padding-bottom: 40px;
}

.textbox-all {
  max-height: 500px !important;
  overflow: hidden;
  padding-bottom: 40px !important;
}

.textbox {
  text-align: justify;
  text-justify: inter-ideograph;
  /*IE*/
  line-height: 2;
  max-height: 100%;
}

.am-paragraph .textbox-fold {
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  background: #fff;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.table-list .stainfo {
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
  color: #666;
}

.table-list>tbody>tr:first-child>td {
  border: none;
}

.table-list tr td:first-child {
  padding-right: 0
}

.table-list tr td:last-child {
  padding-left: 0;
}

.table-list>thead>tr>th,
.table-list>tbody>tr>th,
.table-list>tfoot>tr>th,
.table-list>thead>tr>td,
.table-list>tbody>tr>td,
.table-list>tfoot>tr>td {
  border-bottom: 1px solid #ddd;
  border-top: none;
}

.table-list>thead>tr.am-active>td,
.table-list>tbody>tr.am-active>td,
.table-list>tfoot>tr.am-active>td,
.table-list>thead>tr.am-active>th,
.table-list>tbody>tr.am-active>th,
.table-list>tfoot>tr.am-active>th {
  background-color: #6995c2;
  color: #fff;
  border: none;
}

img.img-round {
  border-radius: 50%;
}

.am-modal-dialog {
  -moz-border-radius: 6px;
  -khtml-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px !important;
}

.dialog-close {
  position: absolute;
  top: 0px;
  right: 0;
  color: #cc9966;
  border-radius: 0 6px 0 0;
  width: 40px;
  height: 40px;
  text-align: left;
  padding: 0 !important;
  line-height: 40px;
  border: 0;
  overflow: hidden;
}

.dialog-close .iconfont {
  font-size: 40px;
  margin: 0;
}

.am-form .input {
  background: #f2f2f2 !important;
  border-color: #eaeaea !important;
  border-radius: 4px !important;
}

.dropnav .am-dropdown-content {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  z-index: 9999;
  max-height: 300px;
  overflow-y: auto;
}

.am-btn {
  -webkit-transition: background-color 100ms ease-out, border-color 100ms ease-out;
  transition: background-color 100ms ease-out, border-color 100ms ease-out;
}

.am-btn-outline {
  background: #fff;
  border: 1px solid #e0ccad;
  border-radius: 10em;
}

.am-btn-outline:active {
  background: #e0ccad;
  border: 1px solid #e0ccad;
  border-radius: 10em;
  color: #fff;
  box-shadow: none;
}

.am-tabs-style-a1 {}

.am-tabs-style-a1 .am-tabs-nav {
  line-height: 40px;
  background-color: #f5f5f5;
  padding-right: 5rem;
  padding-left: 5rem;
}

.am-tabs-style-a1 .am-tabs-nav a {
  color: #666;
  line-height: 42px;
  font-weight: bold;
}

.am-tabs-style-a1 .am-tabs-nav>.am-active a {
  color: #1a4c89;
}

.am-tabs-style-a1 {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  border: none !important;
}

.am-tabs-style-a1 .am-tabs-nav>.am-active a font {
  text-align: center;
  color: #1a4c89;
  line-height: 42px;
  height: 42px;
  display: inline-block;
  position: relative;
}

.am-tabs-style-a1 .am-tabs-nav>.am-active a font span {
  display: inline-block;
  height: 1px;
  background: #1a4c89;
  width: 100%;
  left: 0;
  right: 0;
  position: absolute;
  bottom: 0;
}

.am-tabs-style-a1 .am-tabs-bd {
  background: #fff;
}

.am-tabs-style-a2 {}

.am-tabs-style-a2 .am-tabs-nav {
  line-height: 40px;
  background-color: #fff;
  padding-right: 1rem;
  padding-left: 1rem;
}

.am-tabs-style-a2 .am-tabs-nav a {
  color: #666;
  line-height: 42px;
  font-weight: bold;
}

.am-tabs-style-a2 .am-tabs-nav>.am-active a {
  color: #1a4c89;
}

.am-tabs-style-a2 {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  border: none !important;
}

.am-tabs-style-a2 .am-tabs-nav>.am-active a font {
  text-align: center;
  color: #1a4c89;
  line-height: 42px;
  height: 42px;
  display: inline-block;
  position: relative;
}

.am-tabs-style-a2 .am-tabs-nav>.am-active a font span {
  display: inline-block;
  height: 1px;
  background: #1a4c89;
  width: 100%;
  left: 0;
  right: 0;
  position: absolute;
  bottom: 0;
}

.am-tabs-style-a2 .am-tabs-bd {
  background: #f5f5f5;
}

.am-tabs-style-gold {}

.am-tabs-style-gold .am-tabs-nav {
  line-height: 40px;
  background-color: #fff;
  padding-right: 5rem;
  padding-left: 5rem;
}

.am-tabs-style-gold .am-tabs-nav a {
  color: #666;
  line-height: 42px;
  font-weight: bold;
  font-size: 1.6rem !important;
}

.am-tabs-style-gold .am-tabs-nav>.am-active a {
  color: #1a4c89;
}

.am-tabs-style-gold {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  border: none !important;
}

.am-tabs-style-gold .am-tabs-nav>.am-active a font {
  text-align: center;
  color: #c8a063;
  line-height: 42px;
  height: 42px;
  display: inline-block;
  position: relative;
}

.am-tabs-style-gold .am-tabs-nav>.am-active a font span {
  display: inline-block;
  height: 2px;
  background: #c8a063;
  width: 100%;
  left: 0;
  right: 0;
  position: absolute;
  bottom: 0;
}

.am-tabs-style-gold .am-tabs-bd {
  background: #fff;
}

.dropmenu {
  padding: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.dropmenu li {
  width: 100%;
}

.dropmenu button {
  border: none;
  background: #f4f4f4;
  width: 100%;
  height: 40px;
  font-size: .8em;
  position: relative;
  padding: .6em .3em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.dropmenu button:active {
  background: #fff;
  color: #1a4c89;
}

.dropmenu button:after {
  content: "\f0d7";
  padding-left: 5px;
}

.dropmenu button:last-child {
  border-right: 0;
}

.dropmenu .active button {
  color: #1a4c89;
  background: #fff;
}

.dropmenu .active button:after {
  content: "\f0d8";
}

.dropmenu-dark button {
  background: #1a4c89;
  color: #b0bbce;
  font-size: 1em;
}

.dropmenu-dark .active button {
  color: #fff;
  background: #1a4c89;
}

.dropmenu-dark button:active {
  color: #fff;
  background: #1a4c89;
}

.screenbox button:after {
  content: "";
}

.screenbox button .icon-shaixuan {
  font-size: 1em;
}

.dropbox {
  position: relative;
}

.dropbox ul.list {
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
  box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
  z-index: 2;
  position: absolute;
  top: 3em;
  right: 0;
  left: 0;
  background: #fff;
}

.dropbox .list li {
  padding-left: 1em;
  padding-right: 1em;
}

.footnav li {
  background: #1a4c89;
}

.footnav li.footnavgold {
  background: #c8a063;
}

.footnav li.footnavblue {
  background: #2187d2;
}

.footnav li a {
  color: #fff;
  font-size: 1.8rem;
}

.footnav li a .iconfont {
  font-size: 2.2rem;
  color: #fff;
}

.footnav li.star {
  background: #f2f2f2;
}

.footnav li.star a .iconfont {
  color: #a8a9a9;
}

.footnav a .starselected {
  color: #ff9900 !important;
}

.footnav li:active {
  background: rgba(0, 0, 0, 0.1);
}

.footnav li.yuetan:active {
  background: #2467ba;
}

.footnav li.footnavgold:active {
  background: #a67d3e;
}

.footnav li.footnavblue:active {
  background: #046cb8;
}

/**
  * Slider Theme: c2
  */
.am-slider-c2 {
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  /* Control Nav */
}

.loading .am-slider-c2 .am-viewport {
  max-height: 300px;
}

.am-slider-c2 .am-control-nav {
  position: absolute;
  bottom: 15px;
  right: 0;
  height: 6px;
  text-align: center;
  font-size: 0;
  line-height: 0;
}

.am-slider-c2 .am-control-nav li {
  display: inline-block;
  margin-right: 6px;
}

.am-slider-c2 .am-control-nav li a {
  width: 10px;
  height: 10px;
  display: block;
  background-color: #554832;
  cursor: pointer;
  border-radius: 100px;
  text-indent: -9999px;
}

.am-slider-c2 .am-control-nav li a:hover {
  background: #aa8f63;
}

.am-slider-c2 .am-control-nav li a.am-active {
  background-color: #aa8f63;
  cursor: default;
}

.am-slider-c2 .am-slider-desc {
  background-color: rgba(0, 0, 0, 1);
  position: absolute;
  bottom: -33px;
  padding: 4px 70px 4px 10px;
  width: 100%;
  color: #a2895e;
  display: block;
  word-wrap: normal;
  /* for IE */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.am-slider-c2 .am-direction-nav,
.am-slider-c2 .am-pauseplay {
  display: none;
}

.am-slider-c2 .am-slides {
  padding-bottom: 33px;
}

.am-breadcrumb {
  padding: .7em .5em;
  margin-bottom: 2rem;
}

.am-breadcrumb>li [class*="am-icon-"]:before {
  color: #999999;
  margin-right: 0;
}

.am-breadcrumb>li+li:before {
  content: "\00bb\00a0";
  padding: 0 2px;
  color: #333;
}

.am-breadcrumb>.am-active {
  color: #333;
}

.am-breadcrumb-slash>li+li:before {
  content: "/\00a0";
}

.am-offcanvas-bar:after {
  display: none;
}

/**
  * Tabs Theme: d1
  */
.am-tabs-d1 {
  padding: 0;
  margin: 0;
  background: none;
}

.am-tabs-d1 .am-tabs-bd {
  padding: 0;
  margin: 0;
}

.am-tabs-d1 .am-tab-panel {
  padding: 0;
  margin: 0;
}

.am-tabs-d1 .am-tabs-nav {
  line-height: 40px;
  background: none;
  padding: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10%;
  padding-right: 10%;
}

.am-tabs-d1 .am-tabs-nav li {
  border-radius: 4px;
  overflow: hidden;
  border: 1px solid #cccecf;
  border-right: none;
  background: #fff;
}

.am-tabs-d1 .am-tabs-nav li:first-child {
  border-radius: 4px 0 0 4px;
}

.am-tabs-d1 .am-tabs-nav li:last-child {
  border-radius: 0 4px 4px 0;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #cccecf;
  border-left: none;
}

.am-tabs-d1 .am-tabs-nav a {
  color: #999;
  line-height: 34px;
}

.am-tabs-d1 .am-tabs-nav>.am-active {
  border-color: #0e90d2 !important;
}

.am-tabs-d1 .am-tabs-nav>.am-active a {
  background-color: #0e90d2;
  color: #fff;
}

.inputcity {
  padding: 0 !important;
  position: relative;
  margin: 0 20px 0 49px !important;
  text-align: left !important;
}

.inputcity input {
  border: none;
  background: #f4f4f4;
  border-radius: 6px;
  font-size: 1.4rem;
  padding: .5em;
  padding-left: 2em;
  font-weight: normal;
  color: #000;
  width: 100%;
}

.inputcity:before {
  content: "\f002";
  color: #ccc;
  position: absolute;
  left: .3em;
}

/*��ʾ������ĸ���ĸ*/
.showLetter {
  position: fixed;
  color: #fff;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-right: -25px;
  border-radius: 50%;
  background: #00C7C7;
  text-align: center;
  display: none;
}

.showLetter span {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 2rem;
}

.citybox {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  z-index: 9999;
}

/*���е���*/
.container {
  width: 100%;
}

.letter {
  width: auto;
  position: fixed;
  top: 10%;
  right: 10px;
  text-align: center;
}

.letter ul {
  list-style-type: none;
}

.letter ul li a {
  text-decoration: none;
  color: #00C7C7;
  font-size: 1.4rem
}

.city {
  width: 100%;
  overflow: hidden;
}

.city-list {
  width: 100%;
}

.city-list .city-letter {
  font-size: 1.4rem;
  background: #f3f3f3;
  display: inline-block;
  padding: 5px 20px;
  width: 100%;
}

.city-list p {
  color: #999;
  width: 100%;
  height: 50px;
  padding: 0 20px;
  line-height: 50px;
  border-bottom: 1px solid #e8ecf1;
  cursor: pointer;
}

.UISelect {
  margin-top: 5px
}

.hot-city-list {
  background: #f3f3f3;
  width: 100%;
  padding: 20px;
  border-bottom: 1px solid #ddd;
}

.hot-city-list p {
  display: inline-block;
  border: 1px solid #ddd;
  background: #fff;
  line-height: 40px;
  height: 40px;
  border-radius: 6px;
  padding: 0 .5em;
  text-align: center;
  width: 30%;
  margin-bottom: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.remind {
  font-size: 10px;
  display: inline-block;
  height: 1.8rem;
  min-width: 1.8rem;
  color: red;
  padding: .1rem;
  background: #fff;
  border: 1px solid red;
  border-radius: 100px;
  line-height: 1.5rem;
}

.am-modal-actions-group {
  margin: 10px 20px;
  border-radius: 6px;
  overflow: hidden;
}

.am-modal-actions-group .am-list {
  margin: 0;
  border-radius: 0;
}

.am-modal-actions-header {
  padding: 1rem;
  color: #1c6ebf;
  font-size: 1.4rem;
}

.am-list>li>a:active {
  background: #f6f6f6;
}

.inputcleartxt {
  position: relative;
}

.inputcleartxt .am-icon-close {
  position: absolute;
  top: 5px;
  right: 0;
  color: #888;
}

.inputcleartxt .am-icon-close:active {
  color: red;
}

.selection {
  width: 20px;
  height: 20px;
  border: 1px solid #004d8f;
  padding: 3px;
  background: #fff;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.selection .selection-selected {
  background: #004d8f;
  width: 100%;
  height: 100%;
}

.actions-a1 {
  margin: 0 0;
  border-radius: 0;
  overflow: hidden;
}

.actions-a1 .am-list {
  margin: 0;
  border-radius: 0;
}

.actions-a1 .am-list li {
  padding: .5em 1em;
}

.actions-a1-header {
  padding: 1rem;
  color: #1c6ebf;
  font-size: 1.4rem;
}

.actions-a1 .am-btn-primary {
  background: #1a4c89;
  border-color: #1a4c89;
  padding: .8em;
  font-size: 1.6rem;
}

.dropbox.dropboxfixed {}

.droppanle {
  position: fixed;
  top: 6em;
  width: 100%;
  background: #fff;
  bottom: 0;
  z-index: 99;
  height: 100%;
  overflow: hidden;
}

.droppanle .clearbtn {
  position: fixed;
  z-index: 999;
  bottom: 0;
  width: 100%;
  background: #fff;
  padding: 1em;
}

.droppanle .clearbtn .am-btn {
  border-radius: 4px;
  border: 1px solid #ddd;
  background: #eee;
}

.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  zoom: 1;
}