@charset "UTF-8";
body {
  /*background-color: #e8e8e8;*/
  height: 100%; color: #333;
  font: 16px "microsoft yahei";
}
.login_imgbg{ position: fixed; top:0; right:0; bottom:0; width: 100%; height:100%; }
.login_imgbg img{  width:100%; height:100%; }
img {
  max-width: 100%;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dd,
dl,
dt,
li,
ol,
ul,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ol,
ul {
  list-style: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
a,
button {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6{ font-weight: normal; margin: 0;}
.float_r {
  float: right;
}
.float_l {
  float: left;
}
.transition {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.t-ell {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.p-ell { display: block;
  overflow: hidden;
  text-overline: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.primary {
  color: #337ab7;
}
.success {
  color: #5cb85c;
}
.info {
  color: #5bc0de;
}
.warning {
  color: #f0ad4e;
}
.danger {
  color: #d9534f;
}
.m-l-xs {
  margin-left: 5px;
}
.m-l-sm {
  margin-left: 10px;
}
.m-l {
  margin-left: 15px;
}
.m-l-md {
  margin-left: 20px;
}
.m-l-lg {
  margin-left: 30px;
}
.m-l-n {
  margin-left: 0px;
}
.m-r-xs {
  margin-right: 5px;
}
.m-r-sm {
  margin-right: 10px;
}
.m-r {
  margin-right: 15px;
}
.m-r-md {
  margin-right: 20px;
}
.m-r-lg {
  margin-right: 30px;
}
.m-r-n {
  margin-right: 0px ;
}
.m-t-xs {
  margin-top: 5px;
}
.m-t-sm {
  margin-top: 10px;
}
.m-t {
  margin-top: 15px;
}
.m-t-md {
  margin-top: 20px;
}
.m-t-lg {
  margin-top: 30px;
}
.m-t-n {
  margin-top: 0px ;
}
.m-b-xs {
  margin-bottom: 5px;
}
.m-b-sm {
  margin-bottom: 10px ;
}
.m-b {
  margin-bottom: 15px;
}
.m-b-md {
  margin-bottom: 20px;
}
.m-b-lg {
  margin-bottom: 30px;
}
.m-b-n {
  margin-bottom: 0px ;
}
.m-xs {
  margin: 5px;
}
.m-sm {
  margin: 10px;
}
.m-m {
  margin: 15px;
}
.m-md {
  margin: 20px;
}
.m-lg {
  margin: 30px;
}
.m-n {
  margin: 0px ;
}
.p-l-xs {
  padding-left: 5px;
}
.p-l-sm {
  padding-left: 10px;
}
.p-l {
  padding-left: 15px;
}
.p-l-md {
  padding-left: 20px;
}
.p-l-lg {
  padding-left: 30px;
}
.p-l-n {
  padding-left: 0px ;
}
.p-r-xs {
  padding-right: 5px;
}
.p-r-sm {
  padding-right: 10px;
}
.p-r {
  padding-right: 15px;
}
.p-r-md {
  padding-right: 20px;
}
.p-r-lg {
  padding-right: 30px;
}
.p-r-n {
  padding-right: 0px ;
}
.p-t-xs {
  padding-top: 5px;
}
.p-t-sm {
  padding-top: 10px;
}
.p-t {
  padding-top: 15px;
}
.p-t-md {
  padding-top: 20px;
}
.p-t-lg {
  padding-top: 30px;
}
.p-t-n {
  padding-top: 0px ;
}
.p-b-xs {
  padding-bottom: 5px;
}
.p-b-sm {
  padding-bottom: 10px;
}
.p-b {
  padding-bottom: 15px;
}
.p-b-md {
  padding-bottom: 20px;
}
.p-b-lg {
  padding-bottom: 30px;
}
.p-b-n {
  padding-bottom: 0px
}
.p-xs {
  padding: 5px;
}
.p-sm {
  padding: 10px;
}
.p-p {
  padding: 15px;
}
.p-md {
  padding: 20px;
}
.p-lg {
  padding: 30px;
}
.p-n {
  padding: 0px !important;
}
/*big-btn*/
.btn {
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.contain {
  width: 1100px;
  padding: 0px 15px;
  margin: 0 auto;
}
.con_H{
  margin: 30px 0 0px  0; overflow: hidden; position: relative;
}
/*.btn-xs{padding: 3px 13px;}
.btn-sm{padding: 5px 34px;}*/
.btn-lg {
  padding: 12px 30px;
  font-size: 16px;
}
.login{position: absolute; top: 46%; left: 50%; margin-left: -620px; margin-right: auto; margin-top: -300px; width: 1240px; height: 600px; text-align: center;}
.logo{ text-align:center;}
.logo h1{ font-size: 40px;  line-height: 52px; color: #5d5d5d; font-weight: 500; text-shadow: 1px 1px 1px #ffffff;}
.logo img{ width: 52px;  vertical-align: top; margin-right: 15px;}
.login_bg{ background:url("../images/login_bg.png") no-repeat; width: 100%; height: 486px; margin-top: 56px; padding-top: 12px;}
.login_bg .box{width: 782px; margin-left: 252px;  position: relative; height: 433px;}
.login_bg .box a{ position: absolute; width: 393px; height: 205px; font-weight: normal; font-size: 26px; display: block; text-align: center; padding: 40px 10px 30px 10px;}
.login_bg .box a:hover{  background: #1f7ada; border-radius: 0;}
.login_bg .box a span{ display: block; color: #fff; text-shadow: 0px -1px 1px #053a75;}
.login_bg .box a img{ margin-left: 64px; margin-bottom: -10px;}
.login_bg .box a.icon2,.login_bg .box a.icon4{width: 371px; }
.login_bg .box a.icon2{    top: 1px; }
.login_bg .box a.icon1{ top:1px; left: 1px}
.login_bg .box a.icon2,.login_bg .box a.icon4{  right: 0;}
.login_bg .box a.icon3,.login_bg .box a.icon4{ top:223px;  height: 208px;}
.login_bg .box a.icon3{left:1px}

.head_bg { position: relative;
  background-color: #2884e8;
  height: 86px;
  line-height: 86px;
}
.head{ padding-top: 15px;  }
.head a{ text-decoration: none;}
.head a:active,.head a:visited{ text-decoration: none;}
.head .logo {float:left;width: 55px;   margin-right: 12px;}

.head h3{ float:left; color: #fff; font-size: 26px; letter-spacing: 0.02em; margin: 0;     line-height: 48px;}
.head .statistic{ color: #fff;}
.footer {
  width: 100%;
  background-color: #434343;
  color: #fff;
  padding: 12px 0 5px 0px;
  overflow: hidden;
  line-height:26px;
  text-align: center;

  z-index: 2;
}
.footer a{ color:#fff; margin-right: 5px; text-decoration: underline}
.footer a:hover{ color:#2884e8;}
.list{margin: 1px 0 0 -3% ;}
.list li{ width: 47%;  float:left;    overflow: hidden; margin-top: -1px; margin-left:3%; margin-bottom: 3%;}
.list li .list-r{ float: right; background: #fff;  width: 76%; padding:16px 30px; height: 166px;}
.list li:hover .list-r{ background: #f9f9f9; }
.list li .list-r h1{margin:0;  display: block;
  overflow: hidden;
  text-overline: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;}
.list li .list-r h1 a{ color: #48505a; font-size: 20px; font-weight: bold; display:block;     line-height: 1.3; /*white-space:nowrap; overflow:hidden; text-overflow:ellipsis;*/
  display: block;
  overflow: hidden;
  text-overline: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;

}
.list li .list-r  h1 a,.list li .list-r span{margin-bottom: 12px;  display: block;}
.list li .list-r span{ color: #9d9d9d;}
.list li .list-r .btn_enter{ border:1px solid #eeeeee; color: #8e8e8e; background: #fff;   padding:5px 20px; border-radius: 2px;     margin-top: 5px; display: inline-block;}
.list li .list-r .btn_enter i{ font-size:12px!important; margin-right:5px;}
.list li .list-l{ float: left;    width: 24%; height: 154px; text-align: center; overflow: hidden; position: static !important; position: relative!important;}
.list li .list-l span{ position: absolute; left:0; width: 100%; top: 64%;  color:#fff; font-size:20px;       z-index: 1;     line-height: 1.2;}
.list li .list-l img{ position: absolute; right:0; top:40px; width: 84px;  }
.list_type1{ background: #f29c2d}
.list_type1 .btn_enter i{ color: #f29c2d}
.list_type1 .btn_enter:hover{ background: #f29c2d!important; }
.list_type2{ background: #fa7d45}
.list_type2 .btn_enter i{ color: #fa7d45}
.list_type2 .btn_enter:hover{ background: #fa7d45!important; }
.list_type3{ background: #539bff}
.list_type3 .btn_enter i{ color: #539bff}
.list_type3 .btn_enter:hover{ background: #539bff!important; }
.list_type4{ background: #58b968}
.list_type4 .btn_enter i{ color: #58b968}
.list_type4 .btn_enter:hover{ background: #58b968!important; }
.list_type1 .btn_enter:hover,.list_type1 .btn_enter:hover i,
.list_type2 .btn_enter:hover,.list_type2 .btn_enter:hover i,
.list_type3 .btn_enter:hover,.list_type3 .btn_enter:hover i,
.list_type4 .btn_enter:hover,.list_type4 .btn_enter:hover i{color:#fff; color:#fff!important; text-decoration: none}



.cp_box {
  position: fixed;
  z-index: 20;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}
.cp_con {
  position: absolute;
  width: 600px;
  height: 210px;
  left: 50%;
  top: 50%;
  padding: 50px 40px;
  margin-left: -300px;
  margin-top: -130px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  background: #fff;
  color: #333;
  -webkit-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-animation: scale-fade 0.5s forwards cubic-bezier(0.8, 0.02, 0.45, 0.91);
  animation: scale-fade 0.5s forwards cubic-bezier(0.8, 0.02, 0.45, 0.91);
}
.cp_close {
  position: absolute;
  width: 60px;
  height: 60px;
  right: -25px;
  top: -25px;
  border: 2px solid #fff;
  border-radius: 50px;
  background: #1f7ada;
  cursor: pointer;
  text-align: center;
  line-height: 60px;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.cp_close i {
  font-size: 25px;
  color: #fff;
  top: 5px;
}
.cp_close:hover {
  -webkit-animation: circle .5s 1 linear;
}
@-webkit-keyframes circle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


@-webkit-keyframes scale-fade {
  0% {
    opacity: 0;
    -webkit-transform: scale(.8) rotateX(-40deg);
    transform: scale(.8) rotateX(-40deg)
  }
  50% {
    opacity: 1
  }
  70% {
    -webkit-transform: scale(1.05) rotateX(0);
    transform: scale(1.05) rotateX(0)
  }
  100% {
    -webkit-transform: scale(1) rotateX(0);
    transform: scale(1) rotateX(0)
  }
}

@keyframes scale-fade {
  0% {
    opacity: 0;
    -webkit-transform: scale(.8) rotateX(-40deg);
    transform: scale(.8) rotateX(-40deg);
  }
  50% {
    opacity: 1
  }
  70% {
    -webkit-transform: scale(1.05) rotateX(0deg);
    transform: scale(1.05) rotateX(0deg);
  }
  100% {
    -webkit-transform: scale(1) rotateX(0deg);
    transform: scale(1) rotateX(0deg);
  }
}
.overlay-dialog-animate{
  -webkit-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-animation: scale-fade .5s forwards cubic-bezier(.8,.02,.45,.91);
  animation: scale-fade .5s forwards cubic-bezier(.8,.02,.45,.91);
}


.cp_close i {
  font-size: 25px;
  color: #fff;
  top: 5px;
}
.cp_con .icon {
  float: left;
}
.cp_con .icon i {
  background: #faefd9;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  font-size: 50px;
  text-align: center;
  color: #e70014;
  padding-top: 30px;
  margin-right: 10px;
}
.cp_con .cp-right {
  margin-left: 120px;
  margin-top: 30px;
}
.cp_con h1 {
  font-weight: bold;
  margin-bottom: 20px;
  color: #333333;
}
@media (max-width: 992px) {
  .list{margin-left:0;}
  .list li{width: 100%;     margin-left: 0;}
}
@media (max-width: 750px) {
  .login{
    position: inherit;
    top: inherit;
    left: inherit;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 20px;
    width: 100%;
    height: inherit;
  }
  .login_bg{    height: inherit;
    margin-top: 15px;
    padding-top: 0;
    margin-left: 0px; }
  .login_bg .box {
    width: 100%;
    margin-left: inherit;
    position: inherit;
    height: inherit;
  }
  .login_bg .box a {
    background: #2884e8;
    position: relative;     height: inherit; padding: 20px 10px;
    width:90%!important;
    margin: 5px auto; display: block;
    font-size: 22px;
  }
  .login_bg .box a.icon1,   .login_bg .box a.icon2,   .login_bg .box a.icon3, .login_bg .box a.icon4{    width: 100%;}
  .login_bg .box a.icon3, .login_bg .box a.icon4{     top: initial; }
  .logo h1 {    line-height: 2;
    position: relative;     display: inline-block;
    font-size: 22px;}
  .logo img{ width: 40px; margin-right: 8px;}
  .login_bg .box a img {
    width: 80px;     margin-left: 40px;}
  .login_bg .box a.icon3, .login_bg .box a.icon4{ height: inherit}
  .cp_con{ width: 90%;     padding: 30px 20px;    height: inherit;     margin-left: -45%;}
  .cp_con .icon i{    width: 50px;
    height: 50px;    font-size: 23px;     padding-top: 14px;}
  .cp_con .cp-right {
    margin-left: 60px;
    margin-top: 12px;
  }
  .cp_con h1{    font-size: 18px;
    line-height: 1.5;}
  .head{     padding: 10px 0; }
  .head_bg {
    height: inherit;
    line-height: inherit;
  }
  .head h3{font-size:20px;     line-height: 1.1; float:inherit;      margin-top: 5px;     margin-left: 45px;}
  .head .logo{ width: 35px;}
  .con_H{margin-top:15px;}
  .list li .list-r{     height: inherit; min-height:155px;  padding: 12px 15px;}
  .container{ padding-left:10px!important; padding-right:10px!important;}
  .list li .list-r  h1 a{     margin-bottom: 8px;}
  .list li .list-l img{ width: 60px; }
  .list li .list-r  h1 a, .list li .list-r span{    margin-bottom: 6px;}
  .list li .list-r h1 a{ font-size:18px;}
}