@charset "UTF-8";
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  font-size: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  margin: 0;
}
::-webkit-input-placeholder {
  color: #bfbfbf;
}
::-moz-placeholder {
  color: #bfbfbf;
}
::-ms-input-placeholder {
  color: #bfbfbf;
}
input:-moz-placeholder {
  color: #bfbfbf;
}
html {
  font-size: 14px;
  font-family: "Microsoft Yahei", "宋体", Tahoma, Arial, Helvetica, sans-serif !important;
  *font-family: "Microsoft Yahei", "宋体", Tahoma, Arial, Helvetica, sans-serif !important;
  color: #6d6e71;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body,
html {
  width: 100%;
  max-width: 2000px;
  margin: 0 auto;
}
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none;
}
a {
  color: #555555;
}
a,
a:active,
a:link,
a:visited {
  text-decoration: none;
}
a:active {
  background: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #e6e6e6;
  padding: 0;
}
input,
select {
  vertical-align: middle;
  font-family: "Microsoft Yahei", "宋体", Tahoma, Arial, Helvetica, sans-serif !important;
  *font-family: "Microsoft Yahei", "宋体", Tahoma, Arial, Helvetica, sans-serif !important;
}
input:focus {
  outline: 0;
}
.wrap {
  width: 1200px;
  margin: 0 auto;
}
.por {
  position: relative;
}
.poa {
  position: absolute;
}
.clear:before,
.clear:after {
  content: "";
  display: table;
}
.clear:after {
  clear: both;
  overflow: hidden;
}
.clear {
  zoom: 1;
}
/* flexslider */
.flexslider {
  position: relative;
  overflow: hidden;
}
.slides {
  position: relative;
  z-index: 1;
}
.slides li img {
  width: 100%;
  height: 100%;
}
.flex-control-nav {
  position: absolute;
  bottom: 10px;
  z-index: 2;
  width: 100%;
  text-align: center;
}
.flex-control-nav li {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 5px;
  *display: inline;
  zoom: 1;
}
.flex-control-nav a {
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 40px;
  overflow: hidden;
  /*background:url(images/dot.png) right 0 no-repeat;*/
  cursor: pointer;
}
.flex-control-nav .flex-active {
  background-position: 0 0;
}
.flex-direction-nav {
  position: absolute;
  z-index: 3;
  width: 100%;
  top: 45%;
  z-index: 15;
}
.flex-direction-nav li a {
  display: block;
  width: 44px;
  height: 71px;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  background: url(../images/arrows.png) no-repeat;
}
.flex-direction-nav li a.flex-prev {
  left: 40px;
  background-position: 0 0;
}
.flex-direction-nav li a.flex-next {
  right: 40px;
  background-position: -44px 0;
}
#index-top {
  height: 768px;
  overflow: hidden;
}
#index-top .slides li {
  height: 768px;
}
.top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 330px;
  z-index: 10;
  /*IE 6 7 8*/
  /*FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#000,endColorStr=#fff); */
  /* 	background: -ms-linear-gradient(top, #fff,  #0000ff);      
background: linear-gradient( top, rgba(0,0,0,1), rgba(255,255,255,0)); 
background: -webkit-linear-gradient( top, rgba(0,0,0,1), rgba(255,255,255,0)); 
background: -moz-linear-gradient( top, rgba(0,0,0,1), rgba(255,255,255,0));  */
  /*background: url(../images/bg.png) left -145px repeat-x;*/
  background: url(../images/bg.png) left -40px repeat-x;
}
.logo {
  width: 102px;
  height: 106px;
  margin: 55px auto 0;
  background: url(../images/logo.png) no-repeat;
}
.nav {
  text-align: center;
  margin-top: 30px;
  font-size: 0;
}
.nav a {
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  margin: 0 35px 0px 72px;
  padding: 8px 0 8px;
}
.nav a::before,
.nav a::after {
  position: absolute;
  top: 7px;
  display: block;
  width: 10px;
  font-size: 20px;
  opacity: 0;
  -webkit-transition: all .4s;
          transition: all .4s;
}
.nav a::before {
  content: '[';
  left: -10px;
}
.nav a::after {
  right: -10px;
  content: ']';
}
.nav a:hover::before {
  opacity: 1;
  -webkit-transform: translate3d(-7px, 0, 0);
          transform: translate3d(-7px, 0, 0);
}
.nav a:hover::after {
  opacity: 1;
  -webkit-transform: translate3d(7px, 0, 0);
          transform: translate3d(7px, 0, 0);
}
.mdjj2 {
  margin-top: 44px;
}
.hot-tit,
.mdtit {
  display: block;
  margin: 0 auto;
}
.md-txt {
  padding-top: 33px;
}
.md-txt p {
  font-size: 16px;
  color: #575757;
  text-align: center;
  line-height: 33px;
}
.brand {
  width: 100%;
  height: 459px;
  margin: 52px 0;
  background: url(../images/brand.jpg) center no-repeat;
}
.hot-city {
  width: 1180px;
  height: 380px;
  margin: 40px auto 0;
  /*overflow: hidden;*/
  font-size: 0;
}
.hot-city .hot-c1,
.hot-city .hot-list {
  float: left;
}
.hot-city .hot-list {
  width: 794px;
}
.hot-city .hot-list a {
  display: block;
  float: left;
  margin: 0 0 10px 11px;
}
.hot-city .hot-list a img {
  display: block;
}
.btm {
  height: 130px;
  margin-top: 83px;
  background: #f5f5f5 url(../images/btm.jpg) center no-repeat;
}
.footer {
  background-color: #262626;
}
.footer .foot-last {
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  color: #6d6d6d;
  text-align: center;
  background-color: #101010;
}
.footer .foot-cont {
  position: relative;
  width: 1000px;
  height: 200px;
  margin: 0 auto;
  overflow: hidden;
}
.footer .foot-cont .foot-l {
  margin-top: 33px;
}
.footer .foot-cont .foot-l ul {
  margin-left: 3px;
  display: inline-block;
  *display: inline;
  zoom: 1;
  text-align: center;
  margin-right: 110px;
  vertical-align: top;
}
.footer .foot-cont .foot-l ul:first-child {
  background: 0 0;
}
.footer .foot-cont .foot-l a {
  display: block;
  font-size: 14px;
  line-height: 30px;
  color: #aeaeae;
}
.footer .foot-cont .foot-l a:hover {
  text-decoration: underline;
}
.footer .foot-cont .foot-l li:first-child a {
  font-size: 16px;
  line-height: 34px;
  color: #e7e7e7;
}
.footer .foot-cont .foot-l li:first-child a:hover {
  text-decoration: none;
}
.footer .foot-cont .ecode {
  position: absolute;
  left: 555px;
  top: 38px;
  width: 110px;
  text-align: center;
}
.footer .foot-cont .ecode img:first-child {
  margin-bottom: 5px;
}
.footer .foot-cont .foot-lx {
  position: absolute;
  top: 35px;
  left: 770px;
}
.footer .foot-cont .foot-lx p {
  font-size: 14px;
  color: #AEAEAE;
  line-height: 25px;
  padding-bottom: 5px;
}
.footer .foot-cont .foot-lx .tel,
.footer .foot-cont .foot-lx .cz {
  padding-left: 28px;
}
.footer .foot-cont .foot-lx .tel {
  background: url(../images/tel.png) left 5px no-repeat;
}
.footer .foot-cont .foot-lx .cz {
  background: url(../images/cz.png) left 7px no-repeat;
}
.footer .foot-cont .foot-lx .foot-lxtit {
  font-size: 16px;
  color: #e7e7e7;
  padding-bottom: 15px;
}
.flow {
  position: fixed;
  right: 50%;
  bottom: 35px;
  z-index: 100;
  width: 72px;
  height: 143px;
  margin-right: -690px;
  background: url(../images/flow.jpg) center no-repeat;
}
.flow span {
  display: block;
  width: 100%;
  height: 71px;
  cursor: pointer;
}
.banner {
  position: relative;
  height: 683px;
}
.mdjt {
  background: url(../images/mdjt.jpg) center center no-repeat;
}
.zwzp {
  background: url(../images/zwzp-ban.jpg) center center no-repeat;
}
.lxwm {
  background: url(../images/lxwm-ban.jpg) center center no-repeat;
}
.hzjm {
  background: url(../images/hzjm.jpg) center center no-repeat;
}
.jmlc {
  background: url(../images/jmlc-ban.jpg) center center no-repeat;
}
.sqjm {
  background: url(../images/sqjm.jpg) center center no-repeat;
}
.news1 {
  background: url(../images/news-ban1.jpg) center center no-repeat;
}
.news2 {
  background: url(../images/news-ban2.jpg) center center no-repeat;
}
.news-cont {
  height: 424px;
  background: url(../images/news-c-ban.jpg) center center no-repeat;
}
.t-nav {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: url(../images/bgh.png) repeat;
  font-size: 0;
  text-align: center;
}
.t-nav > a {
  display: inline-block;
  width: 333px;
  height: 80px;
  line-height: 80px;
  color: #fff;
  font-size: 18px;
}
.t-nav > a.sec {
  background: url(../images/bgl.png) repeat;
}
.news > a {
  width: 500px;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.brand-info > img {
  display: block;
}
.brand-info > a {
  position: absolute;
  top: 136px;
  display: block;
  width: 25%;
  padding-top: 235px;
  text-align: center;
  font-size: 18px;
  color: #3a3a3a;
}
.brand-info .pa1 {
  left: 0;
}
.brand-info .pa2 {
  left: 25%;
}
.brand-info .pa3 {
  left: 50%;
}
.brand-info .pa4 {
  left: 75%;
}
.mdjj {
  height: 400px;
  margin-top: 35px;
  background: url(../images/mdjj.jpg) center center no-repeat;
}
.mdjj p {
  font-size: 16px;
  color: #575757;
  text-align: center;
  line-height: 32px;
}
.mdjj .pt147 {
  padding-top: 147px;
}
.fzlc {
  position: relative;
  width: 1002px;
  height: 662px;
  margin: 0 auto;
  background: url(../images/fzlc.jpg) left 64px no-repeat;
}
.fzlc > div {
  position: absolute;
}
.fzlc p {
  font-size: 14px;
  color: #555555;
  line-height: 22px;
}
.fzlc .fz-tit {
  padding-bottom: 10px;
  font-size: 16px;
}
.fzlc .fz-t1 {
  top: 160px;
  left: 57px;
}
.fzlc .fz-t2 {
  left: 183px;
  top: 512px;
}
.fzlc .fz-t3 {
  top: 160px;
  left: 310px;
}
.fzlc .fz-t4 {
  left: 434px;
  top: 512px;
}
.fzlc .fz-t5 {
  left: 563px;
  top: 160px;
}
.fzlc .fz-t6 {
  left: 687px;
  top: 512px;
}
.fzlc .fz-t7 {
  top: 160px;
  left: 818px;
}
.hinfo {
  padding-bottom: 48px;
}
.hinfo > div {
  width: 100%;
  height: 799px;
}
.hinfo .hb1 {
  background: url(../images/js1.jpg) center center no-repeat;
}
.hinfo .hb2 {
  background: url(../images/js2.jpg) center center no-repeat;
}
.hinfo .hb-txt1,
.hinfo .hb-txt2 {
  position: absolute;
}
.hinfo .hb-txt1 .hb-tit,
.hinfo .hb-txt2 .hb-tit {
  font-size: 30px;
  color: #3e3a39;
  text-align: center;
  padding-bottom: 40px;
}
.hinfo .hb-txt1 .hb-cont,
.hinfo .hb-txt2 .hb-cont {
  font-size: 14px;
  color: #3e3a39;
  text-indent: 2em;
  line-height: 22px;
}
.hinfo .hb-txt1 p,
.hinfo .hb-txt2 p {
  text-align: justify;
}
.hinfo .hb-txt1 {
  left: 99px;
  top: 82px;
  width: 425px;
}
.hinfo .hb-txt2 {
  top: 480px;
  right: 99px;
  width: 404px;
}
.zp {
  width: 980px;
  margin: 0 auto;
  padding: 60px 0;
}
.zp ul.zp-list {
  width: 100%;
  display: none;
}
.zp ul.zp-list.db {
  display: block;
}
.zp ul.zp-list li {
  height: 72px;
  line-height: 72px;
  border-bottom: 1px solid #E5E5E5;
  font-size: 0;
}
.zp ul.zp-list li span {
  display: inline-block;
  font-size: 16px;
  color: #555555;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.zp ul.zp-list li .zp-zw {
  width: 50%;
}
.zp ul.zp-list li .zp-add {
  width: 25%;
  color: #888888;
}
.zp ul.zp-list li .zp-date {
  width: 25%;
  text-align: right;
  font-size: 14px;
  color: #a6a6a6;
}
.zp-tit {
  border-bottom: 1px solid #E5E5E5;
}
.zp-tit span {
  float: left;
  display: block;
  width: 112px;
  height: 47px;
  line-height: 47px;
  font-size: 18px;
  color: #999;
  text-align: center;
  border: 1px solid #E0E0E0;
  border-bottom: 0;
  cursor: pointer;
}
.zp-tit .sec {
  color: #fff;
  border: 1px solid #26BDE5;
  background: #26BDE5;
}
.zp-tit .zp-s1 {
  border-top-left-radius: 4px;
}
.zp-tit .zp-s2 {
  border-top-right-radius: 4px;
}
.show-more {
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 14px;
  color: #888888;
  margin: 15px 10px 0 10px;
  border: 1px solid #E1E1E1;
  border-radius: 4px;
  cursor: pointer;
}
.connect {
  position: relative;
  width: 1000px;
  height: 502px;
  margin: 80px auto 120px;
  background: url(../images/lxwm.jpg) center center no-repeat;
}
.connect .con-ul1,
.connect .con-ul2 {
  position: absolute;
  top: 220px;
  text-align: right;
}
.connect .con-ul1 li,
.connect .con-ul2 li {
  font-size: 18px;
  color: #555;
  line-height: 1;
  margin-bottom: 31px;
}
.connect .con-ul1 {
  left: 168px;
}
.connect .con-ul2 {
  left: 544px;
  text-align: left;
}
.jmys {
  height: 1092px;
  margin: 54px auto 92px;
  background: url(../images/jmys.jpg) center no-repeat;
}
.jmys .w1000 {
  width: 1000px;
  margin: 0 auto;
}
.jmys .w1000 > div {
  position: absolute;
  width: 505px;
}
.jmys .w1000 .jm-tit {
  font-size: 24px;
  color: #333;
}
.jmys .w1000 .jm-tit span {
  color: #888;
}
.jmys .w1000 .jm-cont {
  font-size: 14px;
  color: #343434;
  line-height: 25px;
  text-indent: 2em;
  text-align: justify;
}
.jmys .w1000 .jmt1,
.jmys .w1000 .jmc1 {
  left: 44px;
}
.jmys .w1000 .jmt1 {
  top: 173px;
}
.jmys .w1000 .jmc1 {
  top: 300px;
}
.jmys .w1000 .jmt2,
.jmys .w1000 .jmc2 {
  left: 445px;
}
.jmys .w1000 .jmt2 {
  top: 691px;
}
.jmys .w1000 .jmc2 {
  top: 818px;
}
.hzjj {
  height: 502px;
  font-size: 0;
  text-align: center;
  background: url(../images/hzjj.jpg) center no-repeat;
}
.hzjj > div {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 335px;
  vertical-align: top;
  padding-top: 272px;
  margin-right: 12px;
}
.hzjj > div.hz-last {
  position: relative;
  left: 10px;
}
.hzjj > div p {
  padding: 0 25px;
  font-size: 14px;
  color: #d0d0d0;
  line-height: 25px;
  text-align: left;
  text-align: justify;
}
.hzjj > div .hz-tit {
  font-size: 20px;
  color: #41bce4;
  text-align: center;
  padding-bottom: 15px;
}
.w1000 {
  width: 1000px;
  margin: 0 auto;
}
.bbg {
  height: 500px;
  background: url(../images/bbg.jpg) center no-repeat;
}
.bbg .w1000 > div {
  position: absolute;
  top: 185px;
  width: 430px;
  font-size: 14px;
  color: #343434;
  line-height: 25px;
  text-indent: 2em;
}
.bbg .w1000 .bbg-t1 {
  left: 25px;
}
.bbg .w1000 .bbg-t2 {
  left: 549px;
}
.user-info {
  padding-top: 110px;
  text-align: center;
}
.user-info li {
  margin-bottom: 28px;
  font-size: 0;
}
.user-info li * {
  display: inline-block;
}
.user-info li .user-left {
  width: 86px;
  text-align: right;
  font-size: 16px;
  color: #555;
  padding-right: 5px;
  vertical-align: middle;
}
.user-info li .user-input {
  width: 387px;
  height: 45px;
  line-height: 45px;
  padding: 0 5px;
  font-size: 16px;
  color: #555;
  border: 1px solid #E3E3E3;
  border-radius: 4px;
}
.user-info li .user-xing {
  font-size: 21px;
  color: #f60000;
  padding-left: 10px;
  vertical-align: middle;
}
.user-info li .user-tip {
  font-size: 14px;
  color: #989898;
  position: relative;
  left: -27px;
}
.user-info li textarea {
  width: 387px;
  height: 150px;
  padding: 5px;
  font-size: 16px;
  color: #555;
  border: 1px solid #E3E3E3;
  resize: none;
  font-family: "微软雅黑";
}
.user-info li .user-sub {
  position: relative;
  left: -7px;
  width: 400px;
  height: 54px;
  text-align: center;
  line-height: 54px;
  color: #fff;
  font-size: 21px;
  background: #26BDE5;
  border: 0;
  border-radius: 10px;
  margin-top: 25px;
}
.user-info .mt-23 {
  margin-top: -23px;
}
.user-info .user-tel {
  position: relative;
  left: 15px;
  font-size: 19px;
  color: #555;
}
.user-info .user-mess span {
  vertical-align: top;
}
.kind-nav {
  margin: 65px 0;
}
.kind-nav > .kind-txt {
  width: 25%;
  height: 68px;
  float: left;
}
.kind-nav > .kind-txt div {
  text-align: center;
  line-height: 66px;
  border: 1px solid #E1E1E1;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  cursor: pointer;
}
.kind-nav > .kind-txt .kind-left {
  border-left: 1px solid #E1E1E1;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.kind-nav > .kind-txt .kind-right {
  border-right: 1px solid #E1E1E1;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.kind-nav > .sec div {
  border-color: #26BDE5 !important;
}
.kind-lc img {
  display: block;
}
.kind-tit {
  font-size: 18px;
  color: #41bce4;
  text-align: center;
  margin: 0 90px;
  padding-bottom: 10px;
  border-bottom: 1px solid #E1E1E1;
}
.kind-zx p {
  font-size: 14px;
  color: #555;
  text-align: center;
  line-height: 30px;
}
.kind-zx .kind-p1 {
  padding-top: 45px;
}
.kind-zx .kind-p2 {
  padding-bottom: 60px;
}
.news-list {
  width: 1000px;
  margin: 70px auto 0;
}
.news-list li {
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 40px;
  font-size: 0;
  border-bottom: 1px solid #E1E1E1;
}
.news-list li > img {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 222px;
  height: 154px;
}
.news-list li .news-desc {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 735px;
  padding-left: 28px;
  vertical-align: top;
}
.news-list li .news-desc .news-tit {
  font-size: 24px;
  color: #333;
  padding-bottom: 18px;
}
.news-list li .news-desc .news-info {
  font-size: 18px;
  color: #555;
  text-indent: 2em;
  text-align: justify;
  line-height: 25px;
  padding-bottom: 10px;
  max-height: 68px;
  overflow: hidden;
}
.news-list li .news-desc .news-date {
  position: absolute;
  bottom: 30px;
  right: 0;
  font-size: 14px;
  color: #888;
  text-align: right;
}
.pb55 {
  padding-bottom: 55px;
}
.news-s-nav {
  padding-bottom: 33px;
  padding-top: 58px;
  margin-bottom: 65px;
  border-bottom: 1px solid #E5E5E5;
  font-size: 16px;
  color: #555;
}
.news-s-nav .sec {
  color: #41bce4;
}
.news-c-tit {
  text-align: center;
}
.news-c-tit .news-c-t1 {
  font-size: 26px;
  color: #333;
}
.news-c-tit .news-c-t2 {
  font-size: 14px;
  color: 888;
  padding-top: 10px;
  padding-bottom: 80px;
}
.news-c-main {
  padding-bottom: 125px;
}
.news-c-main img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.news-c-main p {
  text-indent: 2em;
  font-size: 14px;
  color: #515151;
  line-height: 25px;
  margin-top: 30px;
}
#own {
  padding-top: 65px;
  padding-bottom: 280px;
  text-align: center;
}
#own .own-left,
#own .own-right {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 100%;
  vertical-align: top;
}
#own .own-left {
  width: 273px;
}
#own .own-right {
  width: 733px;
  text-align: left;
  margin-left: 22px;
}
#own .own-menu {
  padding: 10px 26px 79px;
  background-color: #26BDE5;
}
#own .own-menu li {
  text-align: left;
  padding: 22px 0;
  border-bottom: 1px dashed #fff;
}
#own .own-menu li a {
  padding-left: 45px;
  font-size: 20px;
  color: #fff;
  background: url(../images/nav-arr.png) left center no-repeat;
}
#own .own-menu li.own-tit {
  font-size: 26px;
  color: #fff;
  font-weight: bold;
  border-bottom: 1px solid #fff;
}
#own .own-menu li.own-tit span {
  font-weight: normal;
  font-size: 20px;
}
#own .own-r-tit {
  font-size: 23px;
  color: #41bce4;
  line-height: 1;
  padding-bottom: 20px;
  border-bottom: 1px solid #E1E1E1;
}
#own .own-r-tit span {
  color: #8c8c8c;
}
#own .own-date {
  margin: 10px 0;
  padding: 20px 0;
  background-color: #D8F8FF;
}
#own .own-date > span {
  font-size: 14px;
  color: #555;
}
#own .own-date  input {
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  color: #555;
  border-radius: 5px;
  border: 0;
  background: #fff;
}
#own .own-date .own-sub {
  width: 110px;
  font-size: 16px;
  color: #fff;
  margin-left: 40px;
  background-color: #00BBE5;
  cursor: pointer;
}
#own .own-date .date-start {
  margin-right: 40px;
}
#own .own-date .date-start,
#own .own-date .date-end {
  width: 160px;
  padding-left: 10px;
  background: #ffffff url(../images/date.png) 137px 5px no-repeat;
}
.ml22 {
  margin-left: 22px;
}
.own-list table {
  border-right: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
}
.own-list table td {
  border-left: 1px solid #E1E1E1;
  border-top: 1px solid #E1E1E1;
  text-align: center;
  vertical-align: middle;
  padding: 18px 0;
}
/*==登录页面==*/
.progress .box{width: 1200px;margin: 0 auto;}
.progress{width:100%;padding-bottom:200px;overflow:hidden}
.progress h3.title{padding-top:80px;padding-bottom:25px;font-size:24px;line-height:1;color:#000;font-weight:400;text-align:center;border-bottom:1px solid #dcdddd}
.progress h3.login-title{width:100%;margin:0 auto;padding-top:150px;padding-bottom:10px;border-bottom:0;position:relative;overflow:hidden}
.progress h3.login-title a{position:absolute;left:50%;top:160px;margin-left:140px;font-size:14px;color:#000}
.progress h3.login-title a:hover{color:#f7084c}
.progress .pace{margin:60px auto 0;width:800px;height:97px;background:url(../images/login_progress.jpg);overflow:hidden}
.progress .pace.a{background-position:0 0}
.progress .pace.b{background-position:0 -97px}
.progress .pace.c{background-position:0 -194px}
.progress ul.pace-txt{width:1056px;margin:0 auto}
.progress ul.pace-txt li{float:left;width:352px;font-size:16px;line-height:3;color:#000;text-align:center}
.progress .login-btn{display:block;width:400px;height:50px;line-height:50px;font-size:18px;color:#fff;background-color:#26BDE5;border-radius:5px;text-align:center;letter-spacing:5px;margin:0 auto}
.progress .login-next{margin-top:10px}
.progress .login-txt{margin:80px auto 40px;font-size:16px;height:31px;line-height:31px;text-align:center}
.progress .login-txt i,.progress .login-txt span{display:inline-block;*display:inline;zoom:1;vertical-align:top;height:31px;text-align:center}
.progress .login-txt i{width:31px;margin-right:15px;background:url(../images/icon_t.jpg) left center no-repeat}
.progress .pwList{border-top:45px solid transparent;position:relative}
.progress .lgList{height:140px;background:url(../images/icon_login.png) 410px 5px no-repeat}
.progress .pwList ul{padding-bottom:20px}
.progress .pwList li{float:left;width:400px;height:50px;line-height:50px}
.progress .pwList .pw-name{text-align:right;font-size:16px;color:#000}
.progress .pwList .pw-name span{margin-right:16px}
.progress .pwList .pw-name span i{font-style:normal;color:#f7084c}
.progress .pwList input{display:block;width:360px;padding:17px 19px;*padding:15px 19px;font-size:14px;height:14px;line-height:16px;*line-height:16px;border:1px solid #b5b6b6;border-radius:5px;color:#666;background:0 0;font-family:"Microsoft Yahei","宋体",Tahoma,Arial,Helvetica,sans-serif!important;overflow:hidden}
.progress .lgList input{padding-left:47px;width:330px}
.progress .pwList input:focus{border-color:#26BDE5}
.progress .pwList .pw-small{width:203px}
.progress .pwList .pw-small input{width:155px}
.progress .pwList .pw-note{font-size:14px;color:#f7084c}
.icon_login_all{background:url(../images/icon_login.png) no-repeat}
.progress .pwList .inputTip{display:none}
.progress .pwList .pw-note .tip{padding:10px 50px;height:30px;line-height:30px;background:url(../images/icon_login.png) no-repeat;background-position:18px -180px}
.progress .pwList .pw-code .tipMobile{*margin-top:2px;width:195px;border:1px solid #b5b6b6;height:48px;color:#000;background-color:#efefef;border-radius:5px;line-height:48px;text-align:center;cursor:pointer;overflow:hidden}
.progress .pwList .pw-code .tipCode{width:195px;height:50px;color:#000;font-size:18px;line-height:50px;text-align:center;cursor:pointer;overflow:hidden}
.progress .login-box{width:400px;height:34px;line-height:34px;margin:10px auto 0;font-size:14px;color:#595757;position:relative}
.progress .login-box .lb-l{position:absolute;left:0;top:0;cursor:pointer}
.progress .login-box .lb-l i,.register .register-box i{margin-top:11px;margin-right:7px;float:left;width:10px;height:10px;overflow:hidden;border:1px solid #777}
.progress .login-box .lb-l i.check,.register .register-box i.check{background:url(../images/icon_login.png) no-repeat;background-position:-11px -242px}
.progress .login-box .lb-r{position:absolute;right:0;top:0}
.progress .login-box .lb-r a{color:#595757}
/*.progress .login-box .lb-r a.last{color:#f7084c}*/
.progress .login-box .lb-r span{margin:0 5px}
.clearfix{zoom:1}
.clearfix:after{content:"";display:block;clear:both;visibility:hidden;line-height:0;height:0;font-size:0}
.yzdl{
  overflow: hidden;
  height: 424px;
  background: url(../images/news-c-ban.jpg) center no-repeat;
}