/* config配置 */
* {
  margin: 0;
  padding: 0;
  font-family: '微软雅黑';
  list-style-type: none;
}
body {
  background-color: #F6F6F8;
}
a {
  text-decoration: none;
  color: #252525;
}
a:hover {
  color: #167FF4;
}
.windowth {
  width: 1190px;
  margin: auto;
}
.windowth_bg {
  width: 1230px;
  background-color: #FFFFFF;
  margin: 30px auto;
  border-top: 3px solid #006dba;
}
/* 引用头部 */
/* config配置 */
.top {
  position: fixed;
  z-index: 101;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #FFFFFF;
  box-shadow: 0 1px 9px 1px rgba(0, 0, 0, 0.1);
}
.top .top_head {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #ccc;
  background-color: #F7F7F7;
}
.top .top_head .name {
  color: #666;
  float: left;
  font-size: 12px;
  height: 30px;
}
.top .top_head .operation {
  float: right;
  font-size: 12px;
}
.top .top_head .operation a {
  color: #666;
  display: inherit;
}
.top .top_head .operation a:hover {
  color: #167FF4;
}
.top .top_head .operation span {
  float: left;
  margin-right: 4px;
}
.top .top_head .operation div {
  display: inline-block;
  margin: 0 10px;
  position: relative;
  color: #666;
}
.top .top_head .operation div .helpspan {
  float: right;
  margin: 0;
  transform: rotate(270deg);
}
.top .top_head .operation div .div {
  display: none;
  position: absolute;
  width: 100%;
  text-align: center;
  left: -10px;
  top: 29px;
  background: #F7F7F7;
  z-index: 99;
  margin: 0;
  padding: 10px 10px;
  border: 1px solid #ccc;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  overflow: hidden;
}
.top .top_head .operation div .div p {
  display: block;
  margin: 0;
}
.top .top_head .operation div::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 50%;
  top: 25%;
  right: -13px;
  background-color: #DEDEDE;
}
.top .top_head .operation div:hover .div {
  display: block;
}
.top .top_head .operation p {
  display: inline-block;
  margin: 0 10px;
  position: relative;
}
.top .top_head .operation p::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 50%;
  top: 25%;
  right: -13px;
  background-color: #DEDEDE;
}
.top .top_head .operation p:last-child::before {
  display: none;
}
.top .top_cen {
  height: 120px;
  line-height: 115px;
  transition: all 0.4s;
  background: url(/img/top_cen_bg.jpg) no-repeat center;
  background-size: cover;
}
.top .top_cen .logo {
  float: left;
  /*height: 80px;*/
}
.top .top_cen .logo img {
  height: 100%;
}
.top .top_cen .seach {
  display:none;
  float: right;
  margin: 42px 0;
}
.top .top_cen .seach input {
  height: 34px;
  float: right;
  border: 1px solid #E5E5E5;
  padding: 0 10px;
  width: 230px;
}
.top .top_cen .seach p {
  float: right;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  background-color: #167FF4;
  color: #FFFFFF;
  text-align: center;
  padding: 0 20px;
  cursor: pointer;
}
.top .top_cen .seach p span {
  display: inline-block;
  font-size: 20px;
  float: left;
  margin-right: 4px;
}
.top .top_cen .list {
  display: none;
  float: right;
  height: 54px;
}
.top .top_cen .list span {
  font-size: 24px;
}
.top .top_cen .top_list {
  float: right;
  height: 50px;
  line-height: 50px;
  margin: 35px 0;
  transition: all 0.4s;
}
.top .top_cen .top_list .close {
  display: none;
  width: 90%;
  margin: auto;
  height: 54px;
  border-bottom: 1px solid #EBEBEB;
}
.top .top_cen .top_list .close span {
  font-size: 24px;
  float: right;
}
.top .top_cen .top_list li {
  float: left;
  margin-left: 25px;
  text-align: center;
  transition: all 0.4s;
  position: relative;
  font-size: 18px;
}
.top .top_cen .top_list li a {
  display: inherit;
  color: #333;
}
.top .top_cen .top_list li .div {
  display: none;
  background-color: #FFFFFF;
  position: absolute;
  width: 150px;
  text-align: center;
  right: 50%;
  top: 55px;
  margin-right: -75px;
  transition: all 0.4s;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.1);
  font-size: 14px;
}
.top .top_cen .top_list li .div div {
  line-height: 40px;
  position: relative;
}
.top .top_cen .top_list li .div div p {
  display: none;
  position: absolute;
  left: 155px;
  top: 0;
  width: 150px;
  background: #FFFFFF;
  transition: all 0.4s;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.1);
}
.top .top_cen .top_list li .div div p span {
  height: 40px;
  line-height: 40px;
  display: block;
}
.top .top_cen .top_list li .div div p span:hover {
  background-color: #F5F5F5;
  color: #167FF4;
}
.top .top_cen .top_list li .div div p span:hover a {
  color: #167FF4;
}
.top .top_cen .top_list li .div div:hover {
  background-color: #F5F5F5;
  color: #167FF4;
}
.top .top_cen .top_list li .div div:hover p {
  display: block;
}
.top .top_cen .top_list li .div div:hover > a {
  color: #167FF4;
}
.top .top_cen .top_list li:hover > a {
  color: #167FF4;
}
.top .top_cen .top_list .active > a {
  color: #167FF4;
}
.top .top_cen .top_list .directory .directoryspan {
  display: none;
}
.top_bg {
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
/* 引用首页页面 */
/* config配置 */
.carousel {
  margin-top: 150px;
}
.carousel .layui-carousel-ind ul {
  background-color: transparent;
}
.carousel .layui-carousel-ind li {
  height: 8px;
  width: 8px;
  background-color: #FFFFFF;
}
.carousel .layui-carousel-ind li.layui-this {
  background-color: #167FF4;
  width: 30px;
  border-radius: 20px;
}
/*.banner {
  overflow: hidden;
  margin-top: 150px;
  height: 350px;
}*/
.index1 {
  padding-top: 20px;
  overflow: hidden;
}
.index1 .left {
  width: 25%;
  float: left;
  box-sizing: border-box;
  padding-right: 10px;
}
.index1 .left .div {
  overflow: hidden;
  border-radius: 6px;
}
.index1 .left .div div {
  border-radius: 6px;
  font-size: 28px;
  text-align: center;
  color: #FFFFFF;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 40px;
  padding: 40px 10px 30px 0;
  transition: all 0.4s;
}
.index1 .left .div div p {
  font-size: 16px;
  font-weight: 500;
  transition: all 0.4s;
}
.index1 .left .div:hover div {
  transform: scale(1.1);
  font-size: 26px;
}
.index1 .left .div:hover div p {
  transform: scale(0.9);
}
.index1 .right {
  width: 75%;
  float: left;
  box-sizing: border-box;
  padding-left: 10px;
}
.index1 .right ul {
  margin: 0 -0.5px;
  border-radius: 4px;
  overflow: hidden;
}
.index1 .right ul li {
  float: left;
  width: 25%;
  box-sizing: border-box;
  padding: 0.5px;
}
.index1 .right ul li div {
  background-color: #D8EAFF;
  height: 74px;
  line-height: 74px;
  padding-left: 16%;
  font-size: 16px;
  color: #333;
  transition: all 0.4s;
}
.index1 .right ul li div img {
  width: 32px;
  height: 32px;
  display: inline-block;
}
.index1 .right ul li div .img2 {
  display: none;
}
.index1 .right ul li div:hover {
  background-color: #0055AF;
  color: #FFFFFF;
}
.index1 .right ul li div:hover .img1 {
  display: none;
}
.index1 .right ul li div:hover .img2 {
  display: inline-block;
}
.index2 .tit {
  margin: 30px auto;
  font-size: 42px;
  font-weight: 700;
  text-align: center;
  line-height: 50px;
  color: #0055AF;
  padding:30px 0 15px;
}
.index2 .tit p {
  display: inline;
  color: #D3402E;
}
.index2 .tit p span {
  display: inline-block;
  transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-tranform: rotate(270deg);
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  font-size: 40px;
  color: #999;
  position: relative;
  top: 4px;
  left: 4px;
}
.index2 .tit a {
  color: #0055AF;
}
.index2 .tit a:hover {
  color: #00479D;
}
.index2 .cont {
  overflow: hidden;
}
.index2 .cont .left {
  width: 45%;
  float: left;
  box-sizing: border-box;
  padding-right: 10px;
}
.index2 .cont .left p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-image: url(/img/tit_bg.png);
  background-size: 100% 100%;
  background-color: transparent;
  border: none;
  color: #FFFFFF;
  font-size: 16px;
}
.index2 .cont .left p span {
  display: block;
  padding: 0 80px 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index2 .cont .left .layui-carousel-ind {
  top: -28px;
}
.index2 .cont .left .layui-carousel-ind ul {
  float: right;
  margin-right: 10px;
  background-color: transparent;
}
.index2 .cont .left .layui-carousel-ind li {
  height: 8px;
  width: 8px;
}
.index2 .cont .right {
  width: 55%;
  float: right;
  box-sizing: border-box;
  padding-left: 10px;
}
.layui-tab{margin:0;}
.index2 .cont .right .layui-tab-title li {
  line-height: 50px;
  height: 50px;
  font-size: 18px;
  font-weight:bold;
}
.index2 .cont .right .layui-tab-title .layui-this {
  color: #167FF4;
}
.index2 .cont .right .layui-tab-title .layui-this:after {
  height: 50px;
  border: 0;
  border-bottom: 2px solid #167FF4;
}
.index2 .cont .right .title {
  line-height: 49px;
  height: 49px;
  border-bottom: 1px solid #E6E6E6;
  background-color: #F7F7F7;
}
.index2 .cont .right .content {
  padding: 10px 0;
}
.index2 .cont .right .content li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 41px;
  height: 41px;
  position: relative;
  padding-right: 120px;
  margin-left:3px;
  font-size:16px;
}
.index2 .cont .right .content li span {
  float: left;
  font-size: 18px;
  margin-right: 8px;
}
.index2 .cont .right .content li p {
  float: right;
  position: absolute;
  right: 5px;
  top: 0;
  color: #999;
  font-size:14px;
}
.index3 {
  overflow: hidden;
  padding: 10px 0;
}
.index3 ul {
  margin: -6px;
}
.index3 ul li {
  padding: 6px;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.index3 ul li .div {
  border-radius: 4px;
  overflow: hidden;
}
.index3 ul li .div div {
  transition: all 0.4s;
  height: 80px;
  border-radius: 4px;
}
.index3 ul li .div:hover div {
  transform: scale(1.1);
}
.index4 {
  overflow: hidden;
  margin-top: 20px;
}
.index4 .tit {
  font-size: 24px;
  color: #000;
}
.index4 .tit span {
  font-size: 16px;
  color: #666;
  margin-left: 10px;
}
.index4 .cont {
  overflow: hidden;
  margin-top: 20px;
}
.index4 .cont ul {
  margin: -6px;
}
.index4 .cont ul li {
  padding: 6px;
  float: left;
  box-sizing: border-box;
  width: 8.33%;
}
.index4 .cont ul li .div {
  text-align: center;
}
.index4 .cont ul li .div .img {
  overflow: hidden;
  transition: all 0.4s;
  background-color: #F5F5F5;
}
.index4 .cont ul li .div .img img {
  width: 100%;
}
.index4 .cont ul li .div .img2 {
  display: none;
}
.index4 .cont ul li .div p {
  margin: 10px 0;
  line-height: 22px;
  color: #808080;
}
.index4 .cont ul li .div:hover .img {
  background-color: #167FF4;
}
.index4 .cont ul li .div:hover .img1 {
  display: none;
}
.index4 .cont ul li .div:hover .img2 {
  display: block;
}
.index4 .cont ul li .div:hover p {
  color: #167FF4;
}
.index5 {
  margin-top: -10px;
  overflow: hidden;
}
.index5 .left {
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding-right: 10px;
}
.index5 .left p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-image: url(/img/7fffffff.png);
  background-size: 100% 100%;
  background-color: transparent;
  border: none;
  color: #FFFFFF;
  font-size: 16px;
}
.index5 .left p span {
  display: block;
  padding: 0 80px 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index5 .left .layui-carousel-ind {
  top: -28px;
}
.index5 .left .layui-carousel-ind ul {
  float: right;
  margin-right: 10px;
  background-color: transparent;
}
.index5 .left .layui-carousel-ind li {
  height: 8px;
  width: 8px;
}
.index5 .right {
  width: 49%;
  float: left;
  box-sizing: border-box;
  padding-left: 10px;
}
.index5 .right .layui-tab-title li {
  line-height: 50px;
  height: 50px;
  font-size: 18px;
}
.index5 .right .layui-tab-title .layui-this {
  color: #167FF4;
  font-weight:bold;
}
.index5 .right .layui-tab-title .layui-this:after {
  height: 50px;
  border: 0;
  border-bottom: 2px solid #167FF4;
}
.index5 .right .title {
  line-height: 49px;
  height: 49px;
  border-bottom: 1px solid #E6E6E6;
}
.index5 .right .content {
  margin-top: 10px;
}
.index5 .right .content li {
  line-height: 40px;
  height: 40px;
  position: relative;
}
.index5 .right .content li span {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #1768C1;
  float: left;
  display: block;
  margin: 18px 10px;
}
.index5 .right .content li a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  padding-right: 120px;
  font-size:16px;
}
.index5 .right .content li p {
  position: absolute;
  top: 0;
  right: 8px;
  float: right;
  color: #999;
}
.index6 {
  overflow: hidden;
}
.index6 .layui-tab-title li {
  line-height: 50px;
  height: 50px;
  font-size: 18px;
}
.index6 .layui-tab-title .layui-this {
  color: #167FF4;
  font-weight:bold;
}
.index6 .layui-tab-title .layui-this:after {
  height: 50px;
  border: 0;
  border-bottom: 2px solid #167FF4;
}
.index6 .tit {
  overflow: hidden;
  line-height: 49px;
  height: 49px;
  border-bottom: 1px solid #E5E5E5;
}
.index6 .cont {
  padding: 30px 0;
}
.index6 .cont ul {
  margin: -7px;
}
.index6 .cont ul li {
  padding: 7px;
  width: 25%;
  float: left;
  box-sizing: border-box;
}
.index6 .cont ul li a {
  display: inherit;
  text-align: center;
  border: 1px solid #E5E5E5;
  height: 100px;
  line-height: 100px;
  overflow: hidden;
}
.index6 .cont ul li a img {
  transition: all 0.4s;
  /* height: 50px; */
  height: 90px;
}
.index6 .cont ul li a:hover img {
  transform: scale(1.1);
}
.service {
  padding: 40px 0;
  overflow: hidden;
}
.service .tit {
  font-size: 26px;
  font-weight: 600;
  color: #167FF2;
  line-height: 50px;
  margin-bottom: 10px;
}
.service .layui-tab-content {
  padding: 40px 10px;
  overflow: hidden;
}
.service .layui-tab-title li {
  padding: 0 20px;
  background: #EEEDED;
  margin: 0 5px;
}
.service .layui-tab-title .layui-this {
  background-color: #FFFFFF;
}
.service .cont ul {
  margin: -5px;
}
.service .cont ul li {
  float: left;
  width: 50%;
  padding: 5px;
  box-sizing: border-box;
}
.service .cont ul li .div {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  transition: all 0.4s;
  top: 0;
}
.service .cont ul li .div img {
  height: 100%;
}
.service .cont ul li .div .title {
  position: absolute;
  left: 30px;
  top: 10%;
  font-size: 28px;
  font-weight: 700;
  color: #000;
}
.service .cont ul li .div .title p {
  font-size: 14px;
  color: #666;
  font-weight: 500;
  margin: 10px 0px;
}
.service .cont ul li .div .title span {
  display: block;
  width: 140px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #54A6FC;
  color: #54A6FC;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  border-radius: 2px;
  margin-top: 40px;
  transition: all 0.4s;
}
.service .cont ul li .div .title span a {
  display: inherit;
  color: #54A6FC;
}
.service .cont ul li .div:hover {
  top: 3px;
  box-shadow: 0px -3px 0 0px #167FF4;
}
.service .cont ul li .div:hover .title span {
  background-color: #54A6FC;
}
.service .cont ul li .div:hover .title span a {
  color: #FFFFFF;
}
.service .cont ul li .div1 {
  height: 500px;
}
.service .cont ul li .div2 {
  height: 245px;
}
.service .content .layui-tab-title {
  border-bottom-style: dotted;
}
.service .content .layui-tab-title li {
  background-color: transparent;
  height: 20px;
  line-height: 20px;
  margin: 10px 0;
  border-right: 1px solid #ccc;
}
.service .content .layui-tab-title li:last-child {
  border-right: 0;
}
.service .content .layui-tab-title .layui-this:after {
  display: none;
}
.service .content .layui-tab-title .layui-this {
  color: #167FF4;
}
.service .content .title {
  height: 40px;
  line-height: 40px;
}
.service .content .title p {
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: 2px solid #014099;
  border-radius: 6px;
  transform: rotate(45deg);
  text-align: center;
  display: inline-block;
  margin-right: 20px;
  color: #014099;
  margin-left: 4px;
}
.service .content .title p span {
  transform: rotate(-45deg);
  display: block;
}
.service .content .div {
  margin: 10px 0;
  padding-left: 40px;
  border-left: 1px solid #E7E7E7;
  margin-left: 15px;
}
.service .content .div ul {
  background-color: #F9FAFD;
  padding: 5px 40px;
}
.service .content .div ul li {
  line-height: 30px;
  list-style: disc;
  font-size: 12px;
}
.crumbs {
  overflow: hidden;
  line-height: 30px;
  padding: 10px 0;
  font-size:16px;
}
.crumbs a {
  float: left;
}
.crumbs span {
  float: left;
  transform: rotate(180deg);
  font-size: 16px;
  margin: 0 5px;
}
.msg_service {
  overflow: hidden;
}
.msg_service .msg_service_bg {
  margin: -5px;
}
.msg_service .msg_service_bg .left {
  float: left;
  width: 70%;
  padding: 5px;
  box-sizing: border-box;
}
.msg_service .msg_service_bg .left .left1 {
  padding: 20px 0 20px 20px;
  overflow: hidden;
}
.msg_service .msg_service_bg .left .left1 .img {
  float: left;
  width: 32%;
  height: 280px;
  overflow: hidden;
}
.msg_service .msg_service_bg .left .left1 .img img {
  height: 100%;
  min-width: 100%;
}
.msg_service .msg_service_bg .left .left1 .cont {
  float: right;
  width: 66%;
}
.msg_service .msg_service_bg .left .left1 .cont .title {
  font-size: 28px;
  line-height: 40px;
  font-weight: 700;
}
.msg_service .msg_service_bg .left .left1 .cont .content {
  background-color: #F7F8FA;
  padding: 15px 0 15px 30px;
  margin-top: 30px;
}
.msg_service .msg_service_bg .left .left1 .cont .content div {
  width: 100%;
  overflow: hidden;
}
.msg_service .msg_service_bg .left .left1 .cont .content div p {
  min-width: 60px;
  float: left;
  margin-right: 15px;
  color: #666;
  height: 40px;
  line-height: 40px;
}
.msg_service .msg_service_bg .left .left1 .cont .content div p span {
  font-size: 26px;
  color: #D7000F;
}
.msg_service .msg_service_bg .left .left1 .cont .but {
  width: 134px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #167FF4;
  color: #FFFFFF;
  border-radius: 2px;
  margin-top: 60px;
  cursor: pointer;
}
.msg_service .msg_service_bg .left .left2 .layui-tab-title {
  height: 50px;
}
.msg_service .msg_service_bg .left .left2 .layui-tab-title li {
  font-size: 16px;
  line-height: 50px;
}
.msg_service .msg_service_bg .left .left2 .layui-tab-title .layui-this:after {
  height: 51px;
  border-width: 0;
  border-bottom: 3px solid #167FF4;
}
.msg_service .msg_service_bg .left .left2 img {
  max-width: 100%;
}
.msg_service .msg_service_bg .right {
  float: left;
  width: 30%;
  padding: 5px;
  box-sizing: border-box;
}
.msg_service .msg_service_bg .right .tit {
  line-height: 40px;
  height: 40px;
  padding: 5px 5px 2px 5px;
  border-bottom: 1px solid #EBEBEB;
}
.msg_service .msg_service_bg .right .tit span {
  float: left;
  font-size: 18px;
  border-bottom: 3px solid #01399A;
}
.msg_service .msg_service_bg .right .cont {
  padding: 5px;
}
.msg_service .msg_service_bg .right .cont div {
  height: 200px;
  position: relative;
  overflow: hidden;
  margin: 20px 0;
}
.msg_service .msg_service_bg .right .cont div img {
  width: 100%;
  transition: all 0.4s;
}
.msg_service .msg_service_bg .right .cont div p {
  position: absolute;
  height: 30px;
  line-height: 30px;
  bottom: 0;
  width: 94%;
  padding: 0 3%;
  left: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0.5);
  color: #FFFFFF;
}
.msg_service .msg_service_bg .right .cont div:hover img {
  transform: scale(1.1);
}
.msg_service .msg_service_bg .right .tool {
  margin-top: 20px;
  margin-bottom: 30px;
}
.msg_service .msg_service_bg .right .tool .title {
  font-size: 20px;
  line-height: 40px;
}
.msg_service .msg_service_bg .right .tool .content {
  padding: 10px 0;
  overflow: hidden;
}
.msg_service .msg_service_bg .right .tool .content ul {
  margin: -5px;
}
.msg_service .msg_service_bg .right .tool .content ul li {
  padding: 5px;
  float: left;
  width: 50%;
  box-sizing: border-box;
}
.msg_service .msg_service_bg .right .tool .content ul li .div {
  height: 50px;
  line-height: 50px;
  position: relative;
  background-color: #F5F5F5;
  border-radius: 6px;
  padding-left: 50px;
  color: #808080;
  transition: all 0.4s;
  cursor: pointer;
  font-size: 16px;
}
.msg_service .msg_service_bg .right .tool .content ul li .div img {
  position: absolute;
  width: 36px;
  height: 36px;
  top: 7px;
  left: 10px;
}
.msg_service .msg_service_bg .right .tool .content ul li .div .img2 {
  display: none;
}
.msg_service .msg_service_bg .right .tool .content ul li .div:hover {
  background-color: #167FF4;
  color: #FFFFFF;
}
.msg_service .msg_service_bg .right .tool .content ul li .div:hover .img1 {
  display: none;
}
.msg_service .msg_service_bg .right .tool .content ul li .div:hover .img2 {
  display: block;
}
.increment {
  overflow: hidden;
}
.increment .tit {
  line-height: 50px;
  font-size: 26px;
  font-weight: 700;
  color: #177EF4;
  margin-top: 30px;
}
.increment .tit p {
  font-size: 14px;
  display: initial;
  font-weight: 500;
  color: #666;
}
.increment .cont1 {
  margin-top: 10px;
  overflow: hidden;
}
.increment .cont1 ul {
  margin: -5px;
}
.increment .cont1 ul li {
  width: 33.33%;
  padding: 5px;
  float: left;
  box-sizing: border-box;
}
.increment .cont1 ul li .div1 {
  position: relative;
  overflow: hidden;
  height: 410px;
  transition: all 0.4s;
  top: 0;
}
.increment .cont1 ul li .div1 img {
  height: 100%;
}
.increment .cont1 ul li .div1 p {
  position: absolute;
  top: 30px;
  left: 20px;
  font-size: 20px;
  font-weight: 700;
  color: #000;
}
.increment .cont1 ul li .div1:hover {
  top: 3px;
  box-shadow: 0px -3px 0 0px #167FF4;
}
.increment .cont1 ul li .div2 {
  margin: -5px;
}
.increment .cont1 ul li .div2 .div {
  width: 50%;
  padding: 5px;
  float: left;
  box-sizing: border-box;
}
.increment .cont1 ul li .div2 .div div {
  position: relative;
  overflow: hidden;
  height: 200px;
  transition: all 0.4s;
  top: 0;
}
.increment .cont1 ul li .div2 .div div img {
  height: 100%;
}
.increment .cont1 ul li .div2 .div div p {
  position: absolute;
  top: 30px;
  left: 20px;
  font-size: 20px;
  font-weight: 700;
  color: #000;
}
.increment .cont1 ul li .div2 .div div:hover {
  top: 3px;
  box-shadow: 0px -3px 0 0px #167FF4;
}
.increment .cont2 {
  overflow: hidden;
  padding: 10px 0 30px 0;
}
.increment .cont2 ul {
  margin: -5px;
}
.increment .cont2 ul li {
  padding: 5px;
  width: 25%;
  float: left;
  box-sizing: border-box;
}
.increment .cont2 ul li .div {
  position: relative;
  height: 200px;
  overflow: hidden;
  top: 0;
  transition: all 0.4s;
}
.increment .cont2 ul li .div p {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  position: absolute;
  top: 50px;
  left: 20px;
}
.increment .cont2 ul li .div img {
  position: absolute;
  height: 80px;
  width: 80px;
  bottom: 20px;
  right: 20px;
}
.increment .cont2 ul li .div::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  transition: all 0.4s;
}
.increment .cont2 ul li .div:hover {
  top: 3px;
  box-shadow: 0px -3px 0 0px #167FF4;
}
.increment .cont2 ul li .div:hover::before {
  box-shadow: 0 -10px 60px 10px #3997F9;
}
.news {
  overflow: hidden;
  padding-bottom: 40px;
}
.news .tit {
  max-width: 80%;
  margin: 30px auto;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  line-height: 50px;
  color: #0055AF;
}
.news .tit p {
  display: inline;
  color: #D3402E;
}
.news .tit p span {
  display: inline-block;
  transform: rotate(270deg);
  font-size: 40px;
  color: #999;
  position: relative;
  top: 4px;
  left: 4px;
}
.news .cont1 {
  overflow: hidden;
}
.news .cont1 .left {
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding-right: 10px;
}
.news .cont1 .left p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000, 0, endColorstr=#7F000000, 0);
  color: #FFFFFF;
  font-size: 16px;
}
.news .cont1 .left p span {
  display: block;
  padding: 0 80px 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .cont1 .left .layui-carousel-ind {
  top: -28px;
}
.news .cont1 .left .layui-carousel-ind ul {
  float: right;
  margin-right: 10px;
  background-color: transparent;
}
.news .cont1 .left .layui-carousel-ind li {
  height: 8px;
  width: 8px;
}
.news .cont1 .right {
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding-left: 10px;
  position: relative;
}
.news .cont1 .right .layui-tab {
  margin: 0;
}
.news .cont1 .right .more {
  position: absolute;
  right: 10px;
  top: 0px;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  font-weight: 500;
}
.news .cont1 .right .more a {
  color: #808080;
}
.news .cont1 .right .more a:hover {
  color: #0055af;
}
.news .cont1 .right .layui-tab-title li {
  line-height: 50px;
  height: 50px;
  font-size: 18px;
}
.news .cont1 .right .layui-tab-title .layui-this {
  color: #167FF4;
}
.news .cont1 .right .layui-tab-title .layui-this:after {
  height: 50px;
  border: 0;
  border-bottom: 2px solid #167FF4;
}
.news .cont1 .right .title {
  line-height: 49px;
  height: 49px;
  border-bottom: 1px solid #E6E6E6;
  background-color: #F7F7F7;
  padding-right: 60px;
}
.news .cont1 .right .content {
  padding: 10px 0;
}
.news .cont1 .right .content li {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 44px;
  height: 44px;
  position: relative;
  padding-right: 24%;
}
.news .cont1 .right .content li span {
  float: left;
  font-size: 20px;
  margin-right: 4px;
}
.news .cont1 .right .content li p {
  float: right;
  position: absolute;
  right: 0;
  top: 0;
  color: #333;
}
.news .cont2 {
  overflow: hidden;
  margin-top: 10px;
}
.news .cont2 .left {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding-right: 10px;
}
.news .cont2 .left .title {
  line-height: 50px;
  height: 49px;
  font-size: 20px;
  font-weight: 700;
  color: #167FF4;
  border-bottom: 1px solid #E5E5E5;
}
.news .cont2 .left .title p {
  height: 47px;
  float: left;
  border-bottom: 3px solid #167FF4;
}
.news .cont2 .left .content {
  padding: 10px 0;
}
.news .cont2 .left .content li {
  line-height: 40px;
  padding-left: 20px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 24%;
}
.news .cont2 .left .content li span {
  float: left;
  width: 6px;
  height: 6px;
  background-color: #167FF4;
  border-radius: 50%;
  position: absolute;
  left: 4px;
  top: 17px;
}
.news .cont2 .left .content li p {
  position: absolute;
  right: 0;
  top: 0;
  float: right;
  color: #666;
}
.news .cont2 .right {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding-left: 10px;
}
.news .cont2 .right .title {
  line-height: 50px;
  height: 49px;
  font-size: 20px;
  font-weight: 700;
  color: #167FF4;
  border-bottom: 1px solid #E5E5E5;
}
.news .cont2 .right .title p {
  height: 47px;
  float: left;
  border-bottom: 3px solid #167FF4;
}
.news .cont2 .right .content {
  overflow: hidden;
  padding: 10px 0 5px 0;
  position: relative;
}
.news .cont2 .right .content ul {
  margin: -5px;
  width: 400%;
  transition: all 0.4s;
  margin-left: 0%;
}
.news .cont2 .right .content ul li {
  padding: 5px;
  float: left;
  width: 12.5%;
  box-sizing: border-box;
}
.news .cont2 .right .content ul li .div {
  overflow: hidden;
  position: relative;
  height: 200px;
}
.news .cont2 .right .content ul li .div img {
  height: 100%;
  transition: all 0.4s;
}
.news .cont2 .right .content ul li .div p {
  height: 30px;
  line-height: 30px;
  position: absolute;
  bottom: 0;
  width: 94%;
  padding: 0 3%;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000, 0, endColorstr=#7F000000, 0);
  color: #FFFFFF;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .cont2 .right .content ul li .div:hover img {
  transform: scale(1.1);
}
.news .cont2 .right .content .newspage {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  height: 50px;
  line-height: 50px;
  width: 30px;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000, 0, endColorstr=#33000000, 0);
  transition: all 0.4s;
  color: #FFFFFF;
  cursor: pointer;
}
.news .cont2 .right .content .newspage span {
  display: block;
  font-size: 18px;
}
.news .cont2 .right .content .newspage:hover {
  background: rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000, 0, endColorstr=#7F000000, 0);
}
.news .cont2 .right .content .next {
  right: 5px;
}
.news .cont2 .right .content .next span {
  transform: rotate(180deg);
}
.news .cont2 .right .content .previous {
  left: 5px;
}
.news .cont3 {
  overflow: hidden;
  margin-top: 40px;
}
.news .cont3 .left {
  width: 50%;
  float: left;
  box-sizing: border-box;
  padding-right: 10px;
}
.news .cont3 .left p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: rgba(0, 0, 0, 0.5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000, 0, endColorstr=#7F000000, 0);
  color: #FFFFFF;
  font-size: 16px;
}
.news .cont3 .left p span {
  display: block;
  padding: 0 80px 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .cont3 .left .layui-carousel-ind {
  top: -28px;
}
.news .cont3 .left .layui-carousel-ind ul {
  float: right;
  margin-right: 10px;
  background-color: transparent;
}
.news .cont3 .left .layui-carousel-ind li {
  height: 8px;
  width: 8px;
}
.news .cont3 .right {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding-left: 10px;
}
.news .cont3 .right .title {
  line-height: 50px;
  height: 50px;
  font-size: 20px;
  font-weight: 700;
  color: #167FF4;
  border-bottom: 1px solid #E5E5E5;
}
.news .cont3 .right .title p {
  height: 48px;
  float: left;
  border-bottom: 3px solid #167FF4;
}
.news .cont3 .right .content {
  padding: 10px 0 ;
}
.news .cont3 .right .content li {
  line-height: 40px;
  padding-left: 20px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 24%;
}
.news .cont3 .right .content li span {
  float: left;
  width: 6px;
  height: 6px;
  background-color: #167FF4;
  border-radius: 50%;
  position: absolute;
  left: 4px;
  top: 17px;
}
.news .cont3 .right .content li p {
  position: absolute;
  right: 0;
  top: 0;
  float: right;
  color: #666;
}
.news_list {
  padding: 20px 10px;
  overflow: hidden;
}
.news_list .left {
  float: left;
  width: 28%;
  box-sizing: border-box;
  padding-right: 30px;
}
.news_list .left p {
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: relative;
  background-color: #F5F5F5;
  margin-bottom: 10px;
  font-size: 18px;
  transition: all 0.4s;
  border-radius: 4px;
}
.news_list .left p a {
  display: inherit;
}
.news_list .left p span {
  position: absolute;
  right: 100px;
  top: 0;
  float: right;
  transform: rotate(180deg);
  font-size: 20px;
  font-weight: 700;
  transition: all 0.4s;
  opacity: 0;
  filter: alpha(opacity=0);
}
.news_list .left p:hover {
  background-color: #CCE6FF;
}
.news_list .left p:hover span {
  right: 20px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.news_list .left .active {
  background-color: #CCE6FF;
}
.news_list .left .active a {
  color: #167FF4;
}
.news_list .left .active span {
  right: 20px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.news_list .right {
  float: left;
  width: 72%;
  box-sizing: border-box;
  padding-left: 30px;
  border-left: 1px solid #E6E6E6;
}
.news_list .right .title {
  font-size: 18px;
  line-height: 26px;
  height: 39px;
  border-bottom: 1px solid #E6E6E6;
  color: #167FF4;
}
.news_list .right .title p {
  float: left;
  height: 37px;
  border-bottom: 3px solid #167FF4;
}
.news_list .right .content {
  padding: 15px 0;
}
.news_list .right .content li {
	line-height: 45px;
    position: relative;
    height: 45px;
    padding-left: 30px;
    padding-right: 20%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    border-bottom: 1px dashed #e5e5e5;
}
.news_list .right .content li span {
  position: absolute;
  float: left;
  left: 0;
  top: 0;
  font-size: 18px;
}
.news_list .right .content li p {
  float: right;
  position: absolute;
  right: 0;
  top: 0;
  color: #333;
  font-size:14px;
}
.msg_news {
  overflow: hidden;
}
.msg_news .msg_news_bg {
  margin: -5px;
}
.msg_news .msg_news_bg .left {
  float: left;
  width: 70%;
  padding: 20px 5px;
  box-sizing: border-box;
}
.msg_news .msg_news_bg .left .name {
  text-align: center;
  font-size: 20px;
  color: #333;
  font-weight: 700;
  line-height: 50px;
}
.msg_news .msg_news_bg .left .time {
  text-align: center;
  font-size: 14px;
  color: #999;
  line-height: 30px;
}
.msg_news .msg_news_bg .left .content {
  padding: 10px ;
}
.msg_news .msg_news_bg .left .content img {
  max-width: 100%;
}
.msg_news .msg_news_bg .left .recommend {
  margin: 30px 60px;
  padding: 20px;
  border-radius: 4px;
  box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.msg_news .msg_news_bg .left .recommend .img {
  width: 30%;
  float: left;
  box-sizing: border-box;
  height: 100px;
  line-height: 100px;
  overflow: hidden;
}
.msg_news .msg_news_bg .left .recommend .img img {
  width: 100%;
  transition: all 0.4s;
}
.msg_news .msg_news_bg .left .recommend .cont {
  width: 70%;
  float: right;
  box-sizing: border-box;
  position: relative;
  padding: 0 120px 0 20px;
}
.msg_news .msg_news_bg .left .recommend .cont p {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  line-height: 20px;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.msg_news .msg_news_bg .left .recommend .cont span {
  display: block;
  font-size: 14px;
  color: #808080;
  line-height: 24px;
  height: 48px;
  margin-top: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.msg_news .msg_news_bg .left .recommend .cont div {
  position: absolute;
  top: 50%;
  right: 0px;
  margin-top: -17px;
  width: 86px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background-color: #167FF4;
  color: #FFFFFF;
  border-radius: 4px;
  transition: all 0.4s;
}
.msg_news .msg_news_bg .left .recommend:hover .img img {
  transform: scale(1.1);
}
.msg_news .msg_news_bg .left .recommend:hover .cont p {
  color: #167FF4;
}
.msg_news .msg_news_bg .left .recommend:hover .cont div {
  background-color: #56a6ff;
}
.msg_news .msg_news_bg .left .labels {
  line-height: 40px;
  color: #B2B2B2;
  padding: 0 60px;
}
.msg_news .msg_news_bg .left .labels p {
  display: inline-block;
  margin: 0 5px;
  padding: 0 15px;
  height: 28px;
  line-height: 28px;
  border-radius: 14px;
  background-color: #F0F0F0;
  transition: all 0.4s;
}
.msg_news .msg_news_bg .left .labels p a {
  color: #999999;
}
.msg_news .msg_news_bg .left .labels p:hover {
  background-color: #167FF4;
}
.msg_news .msg_news_bg .left .labels p:hover a {
  color: #FFFFFF;
}
.msg_news .msg_news_bg .left .share {
  margin-top: 60px;
  height: 40px;
  line-height: 40px;
  padding: 0 60px;
  color: #999999;
}
.msg_news .msg_news_bg .left .share div {
  margin-right: 4px;
  cursor: pointer;
  display: inline-block;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
.msg_news .msg_news_bg .left .share div img {
  height: 26px;
}
.msg_news .msg_news_bg .left .share div:hover {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
  filter: none;
}
.msg_news .msg_news_bg .right {
  float: left;
  width: 30%;
  padding: 5px;
  box-sizing: border-box;
}
.msg_news .msg_news_bg .right .tit {
  line-height: 40px;
  height: 40px;
  padding: 5px 5px 2px 5px;
  border-bottom: 1px solid #EBEBEB;
}
.msg_news .msg_news_bg .right .tit span {
  float: left;
  font-size: 18px;
  border-bottom: 3px solid #01399A;
}
.msg_news .msg_news_bg .right .cont {
  padding: 5px;
}
.msg_news .msg_news_bg .right .cont div {
  height: 200px;
  position: relative;
  overflow: hidden;
  margin: 20px 0;
}
.msg_news .msg_news_bg .right .cont div img {
  height: 100%;
  min-width: 100%;
  transition: all 0.4s;
}
.msg_news .msg_news_bg .right .cont div p {
  position: absolute;
  height: 30px;
  line-height: 30px;
  bottom: 0;
  width: 94%;
  padding: 0 3%;
  left: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0.5);
  color: #FFFFFF;
}
.msg_news .msg_news_bg .right .cont div:hover img {
  transform: scale(1.1);
}
.msg_news .msg_news_bg .right .tool {
  margin-top: 20px;
  margin-bottom: 30px;
}
.msg_news .msg_news_bg .right .tool .title {
  font-size: 20px;
  line-height: 40px;
}
.msg_news .msg_news_bg .right .tool .content {
  padding: 10px 0;
  overflow: hidden;
}
.msg_news .msg_news_bg .right .tool .content ul {
  margin: -5px;
}
.msg_news .msg_news_bg .right .tool .content ul li {
  padding: 5px;
  float: left;
  width: 50%;
  box-sizing: border-box;
}
.msg_news .msg_news_bg .right .tool .content ul li .div {
  height: 50px;
  line-height: 50px;
  position: relative;
  background-color: #F5F5F5;
  border-radius: 6px;
  padding-left: 60px;
  color: #808080;
  transition: all 0.4s;
  cursor: pointer;
}
.msg_news .msg_news_bg .right .tool .content ul li .div img {
  position: absolute;
  width: 36px;
  height: 36px;
  top: 7px;
  left: 15px;
}
.msg_news .msg_news_bg .right .tool .content ul li .div .img2 {
  display: none;
}
.msg_news .msg_news_bg .right .tool .content ul li .div:hover {
  background-color: #167FF4;
  color: #FFFFFF;
}
.msg_news .msg_news_bg .right .tool .content ul li .div:hover .img1 {
  display: none;
}
.msg_news .msg_news_bg .right .tool .content ul li .div:hover .img2 {
  display: block;
}
.case {
  overflow: hidden;
  padding: 30px 0;
}
.case ul {
  margin: -10px;
}
.case ul li {
  padding: 10px;
  float: left;
  width: 33.33%;
  box-sizing: border-box;
}
.case ul li .div .img {
  height: 200px;
  overflow: hidden;
}
.case ul li .div .img img {
  height: 100%;
  transition: all 0.4s;
}
.case ul li .div p {
  font-size: 14px;
  text-align: center;
  line-height: 50px;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case ul li .div:hover .img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.msg_case {
  overflow: hidden;
  padding: 30px 0;
}
.msg_case .name {
  text-align: center;
  font-size: 20px;
  color: #167FF4;
  line-height: 50px;
}
.msg_case .time {
  text-align: center;
  font-size: 14px;
  color: #999;
  line-height: 30px;
}
.msg_case .content {
  padding: 10px ;
}
.msg_case .content img {
  max-width: 100%;
}
.personnel {
  padding: 20px 10px;
  overflow: hidden;
}
.personnel .left {
  width: 70%;
  float: left;
  box-sizing: border-box;
  padding-right: 30px;
  border-right: 1px solid #E6E6E6;
}
.personnel .left .title {
  font-size: 20px;
  line-height: 26px;
  height: 39px;
  border-bottom: 1px solid #E6E6E6;
  color: #167FF4;
}
.personnel .left .title p {
  float: left;
  height: 37px;
  border-bottom: 3px solid #167FF4;
}
.personnel .left .content {
  padding: 15px 10px;
}
.personnel .left .content li {
  padding-left: 30px;
  position: relative;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.personnel .left .content li span {
  position: absolute;
  left: 0;
  float: left;
  font-size: 20px;
}
.personnel .right {
  width: 30%;
  float: left;
  box-sizing: border-box;
  padding-left: 30px;
}
.personnel .right .tool {
  margin-bottom: 30px;
}
.personnel .right .tool .title {
  font-size: 20px;
  line-height: 40px;
}
.personnel .right .tool .content {
  padding: 10px 0;
  overflow: hidden;
}
.personnel .right .tool .content ul {
  margin: -5px;
}
.personnel .right .tool .content ul li {
  padding: 5px;
  float: left;
  width: 50%;
  box-sizing: border-box;
}
.personnel .right .tool .content ul li .div {
  height: 50px;
  line-height: 50px;
  position: relative;
  background-color: #F5F5F5;
  border-radius: 6px;
  padding-left: 50px;
  color: #808080;
  transition: all 0.4s;
  cursor: pointer;
  font-size: 16px;
}
.personnel .right .tool .content ul li .div img {
  position: absolute;
  width: 36px;
  height: 36px;
  top: 7px;
  left: 10px;
}
.personnel .right .tool .content ul li .div .img2 {
  display: none;
}
.personnel .right .tool .content ul li .div:hover {
  background-color: #167FF4;
  color: #FFFFFF;
}
.personnel .right .tool .content ul li .div:hover .img1 {
  display: none;
}
.personnel .right .tool .content ul li .div:hover .img2 {
  display: block;
}
.msg_personnel {
  padding: 20px 10px;
  overflow: hidden;
}
.msg_personnel .left {
  width: 70%;
  float: left;
  box-sizing: border-box;
  padding-right: 30px;
  border-right: 1px solid #E6E6E6;
}
.msg_personnel .left .name {
  text-align: center;
  font-size: 20px;
  color: #167FF4;
  line-height: 50px;
}
.msg_personnel .left .time {
  text-align: center;
  font-size: 14px;
  color: #999;
  line-height: 30px;
}
.msg_personnel .left .content {
  padding: 10px ;
}
.msg_personnel .left .content img {
  max-width: 100%;
}
.msg_personnel .right {
  width: 30%;
  float: left;
  box-sizing: border-box;
  padding-left: 30px;
}
.msg_personnel .right .tool {
  margin-bottom: 30px;
}
.msg_personnel .right .tool .title {
  font-size: 20px;
  line-height: 40px;
}
.msg_personnel .right .tool .content {
  padding: 10px 0;
  overflow: hidden;
}
.msg_personnel .right .tool .content ul {
  margin: -5px;
}
.msg_personnel .right .tool .content ul li {
  padding: 5px;
  float: left;
  width: 50%;
  box-sizing: border-box;
}
.msg_personnel .right .tool .content ul li .div {
  height: 50px;
  line-height: 50px;
  position: relative;
  background-color: #F5F5F5;
  border-radius: 6px;
  padding-left: 50px;
  color: #808080;
  transition: all 0.4s;
  cursor: pointer;
  font-size: 16px;
}
.msg_personnel .right .tool .content ul li .div img {
  position: absolute;
  width: 36px;
  height: 36px;
  top: 7px;
  left: 10px;
}
.msg_personnel .right .tool .content ul li .div .img2 {
  display: none;
}
.msg_personnel .right .tool .content ul li .div:hover {
  background-color: #167FF4;
  color: #FFFFFF;
}
.msg_personnel .right .tool .content ul li .div:hover .img1 {
  display: none;
}
.msg_personnel .right .tool .content ul li .div:hover .img2 {
  display: block;
}
.msg_personnel .right .tit {
  line-height: 40px;
  height: 40px;
  padding: 5px 5px 2px 5px;
  border-bottom: 1px solid #EBEBEB;
}
.msg_personnel .right .tit span {
  float: left;
  font-size: 18px;
  border-bottom: 3px solid #01399A;
}
.msg_personnel .right .cont {
  padding: 5px;
}
.msg_personnel .right .cont div {
  height: 200px;
  position: relative;
  overflow: hidden;
  margin: 20px 0;
}
.msg_personnel .right .cont div img {
  height: 100%;
  min-width: 100%;
  transition: all 0.4s;
}
.msg_personnel .right .cont div p {
  position: absolute;
  height: 30px;
  line-height: 30px;
  bottom: 0;
  width: 94%;
  padding: 0 3%;
  left: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0.5);
  color: #FFFFFF;
}
.msg_personnel .right .cont div:hover img {
  transform: scale(1.1);
}
.contact {
  overflow: hidden;
  padding: 30px 0;
}
.contact .left {
  width: 30%;
  float: left;
  box-sizing: border-box;
  padding: 20px 0 20px 30px;
}
.contact .left .tit {
  font-size: 18px;
  font-weight: 700;
  color: #177EF5;
  margin-bottom: 20px;
}
.contact .left p {
  line-height: 36px;
}
.contact .right {
  width: 70%;
  float: left;
  box-sizing: border-box;
}
.contact .right .map {
  height: 450px;
}
.contact .right .map .mapbox {
  height: 450px;
}
.forgetpasswordstate {
  position: relative;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 40px;
}
.forgetpasswordstate div {
  margin: 0 50px;
  display: inline-block;
  line-height: 30px;
  position: relative;
  z-index: 2;
  color: #999;
}
.forgetpasswordstate div p {
  height: 40px;
  width: 40px;
  border: 1px solid #E7E7E7;
  border-radius: 50%;
  margin: auto;
  background-color: #FFFFFF;
}
.forgetpasswordstate div p span {
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin: 5px auto;
  border-radius: 50%;
  display: block;
  color: #333;
}
.forgetpasswordstate .active {
  color: #157EF1;
}
.forgetpasswordstate .active p span {
  color: #FFFFFF;
  background-color: #157EF1;
}
.forgetpasswordstate .line {
  position: absolute;
  height: 1px;
  width: 600px;
  margin: auto;
  top: 100px;
  left: 0;
  right: 0;
  background-color: #E7E7E7;
  z-index: 0;
}
.forgetpasswordstate .line::after {
  content: "";
  position: absolute;
  left: 0;
  top: -5px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #E7E7E7;
}
.forgetpasswordstate .line::before {
  content: "";
  position: absolute;
  right: 0;
  top: -5px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #E7E7E7;
}
.forgetpassword01 {
  width: 400px;
  margin: auto;
  padding-bottom: 80px;
}
.forgetpassword01 .input {
  border: 1px solid #E2E2E2;
  height: 50px;
  line-height: 50px;
  margin-bottom: 10px;
  position: relative;
}
.forgetpassword01 .input p {
  float: left;
  width: 26%;
  text-align: center;
  border-right: 1px solid #E2E2E2;
  box-sizing: border-box;
  color: #666;
}
.forgetpassword01 .input input {
  border: 0;
  height: 50px;
  width: 70%;
  padding: 0 2%;
  box-sizing: border-box;
  background-color: #FFFFFF;
}
.forgetpassword01 .input input::-webkit-input-placeholder {
  color: #999;
}
.forgetpassword01 .input span {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 36%;
  text-align: center;
  border-left: 1px solid #E2E2E2;
  background-color: #F8F8F8;
  cursor: pointer;
  color: #666;
}
.forgetpassword01 .code input {
  width: 36%;
}
.forgetpassword01 .but {
  width: 100%;
  height: 44px;
  line-height: 44px;
  border-radius: 4px;
  text-align: center;
  background-color: #167FF4;
  color: #FFFFFF;
  margin: 20px 0 10px 0;
  cursor: pointer;
  transition: all 0.4s;
}
.forgetpassword01 .but:hover {
  background-color: #0b67cd;
}
.forgetpassword01 .hreflogin {
  text-align: right;
  line-height: 30px;
  height: 30px;
  color: #666;
}
.forgetpassword02 {
  width: 400px;
  margin: auto;
  padding-bottom: 80px;
}
.forgetpassword02 .input {
  border: 1px solid #E2E2E2;
  height: 50px;
  line-height: 50px;
  margin-bottom: 10px;
  position: relative;
}
.forgetpassword02 .input p {
  float: left;
  width: 26%;
  text-align: center;
  border-right: 1px solid #E2E2E2;
  box-sizing: border-box;
  color: #666;
}
.forgetpassword02 .input input {
  border: 0;
  height: 50px;
  width: 70%;
  padding: 0 2%;
  box-sizing: border-box;
  background-color: #FFFFFF;
}
.forgetpassword02 .input input::-webkit-input-placeholder {
  color: #999;
}
.forgetpassword02 .but {
  width: 100%;
  height: 44px;
  line-height: 44px;
  border-radius: 4px;
  text-align: center;
  background-color: #167FF4;
  color: #FFFFFF;
  margin: 20px 0 10px 0;
  cursor: pointer;
  transition: all 0.4s;
}
.forgetpassword02 .but:hover {
  background-color: #0b67cd;
}
.forgetpassword02 .hreflogin {
  text-align: right;
  line-height: 30px;
  height: 30px;
  color: #666;
}
.forgetpassword03 {
  width: 400px;
  margin: auto;
  padding-bottom: 80px;
  text-align: center;
}
.forgetpassword03 .iconfont {
  font-size: 86px;
}
.forgetpassword03 span {
  color: #167FF4;
}
.forgetpassword03 p {
  color: #666;
  line-height: 30px;
}
.msg {
  margin-top: 150px;
}
.msg_serviceproject {
  padding: 20px 0;
}
.msg_serviceproject .msg_serviceproject_tab {
  line-height: 30px;
}
.msg_serviceproject .msg_serviceproject_tab span {
  float: left;
  font-size: 30px;
  margin-right: 10px;
  color: #167FF4;
}
.msg_serviceproject .msg_serviceproject_tab div {
  display: inline-block;
  margin-right: 20px;
  font-size: 12px;
  height: 20px;
  line-height: 20px;
}
.msg_serviceproject .msg_serviceproject_tab div p {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #CBCBCB;
  float: left;
  margin: 7px 3px;
}
.msg_serviceproject .msg_serviceproject_tab .active p {
  background-color: #EB3C00;
}
.msg_serviceproject .msg_serviceproject_tab .active a {
  color: #EB3C00;
}
.msg_serviceproject .tit {
  margin-top: 20px;
  border: 1px solid #DCDCDC;
  background-color: #F7F7F7;
  padding: 30px 40px 20px 40px;
  position: relative;
}
.msg_serviceproject .tit div {
  font-size: 24px;
  color: #333;
  line-height: 26px;
  width: 60%;
}
.msg_serviceproject .tit div span {
  display: block;
  font-size: 12px;
  margin-top: 20px;
  line-height: 20px;
}
.msg_serviceproject .tit p {
  position: absolute;
  right: 40px;
  top: 40px;
  padding: 0 20px 0 30px;
  height: 38px;
  border-radius: 2px;
  background: #ea3b00;
  color: #fff;
  line-height: 38px;
  text-align: center;
  font-size: 16px;
  cursor: pointer;
}
.msg_serviceproject .tit p span {
  float: right;
  transform: rotate(180deg);
}
.msg_serviceproject .cont {
  margin-top: 30px;
}
.msg_serviceproject .cont .layui-tab-content {
  padding: 20px 10px;
  overflow: hidden;
}
.msg_serviceproject .cont .layui-tab-title li {
  padding: 0 20px;
  background: #EEEDED;
  margin: 0 5px;
}
.msg_serviceproject .cont .layui-tab-title .layui-this {
  background-color: #FFFFFF;
}
.msg_serviceproject .cont .content {
  margin: 10px;
}
.msg_serviceproject .cont .content p {
  line-height: 40px;
}
.msg_serviceproject .cont .content p span {
  float: left;
  margin-right: 5px;
}
.msg_serviceproject .cont .title {
  height: 40px;
  line-height: 40px;
}
.msg_serviceproject .cont .title p {
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: 2px solid #014099;
  border-radius: 6px;
  transform: rotate(45deg);
  text-align: center;
  display: inline-block;
  margin-right: 20px;
  color: #014099;
}
.msg_serviceproject .cont .title p span {
  transform: rotate(-45deg);
  display: block;
}
.msg_serviceproject .cont .div {
  margin: 10px 0;
  padding-left: 40px;
  border-left: 1px solid #E7E7E7;
  margin-left: 12px;
}
.msg_serviceproject .cont .div ul {
  background-color: #F9FAFD;
  padding: 5px 40px;
}
.msg_serviceproject .cont .div ul li {
  line-height: 30px;
  list-style: disc;
  font-size: 12px;
}
.about {
  overflow: hidden;
}
.about .left {
  width: 17.5%;
  float: left;
}
.about .left .tit {
  font-size: 18px;
  color: #167FF4;
  line-height: 39px;
  height: 39px;
  border-bottom: 1px solid #ECECEC;
}
.about .left .tit span {
  font-size: 14px;
  margin-left: 10px;
  color: #8d8d8d;
}
.about .left .cont {
  padding: 10px 0;
}
.about .left .cont p {
  height: 40px;
  line-height: 40px;
  padding: 0 12px 0 20px;
  color: #333;
  position: relative;
}
.about .left .cont p span {
  float: right;
  color: transparent;
  transform: rotate(180deg);
  font-size: 16px;
  font-weight: 700;
}
.about .left .cont p:hover {
  background-color: #F0F0F0;
}
.about .left .cont .active {
  background-color: #F0F0F0;
}
.about .left .cont .active span {
  color: #167FF4;
}
.about .left .cont .active::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background-color: #167FF4;
}
.about .right {
  width: 80%;
  float: right;
}
.about .right .img {
  height: 155px;
}
.about .right .tit {
  margin-top: 5px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  border-bottom: 1px solid #DDDDDD;
}
.about .right .cont .about_seach {
  height: 28px;
  line-height: 28px;
  background-color: #F7F7F7;
  padding: 13px 10px;
}
.about .right .cont .about_seach input {
  height: 26px;
  border: 1px solid #CCCCCC;
  padding: 0 10px;
  width: 230px;
  color: #808080;
  background-color: #FFFFFF;
  float: left;
  font-size: 12px;
}
.about .right .cont .about_seach p {
  padding: 0 20px;
  height: 28px;
  line-height: 28px;
  color: #FFFFFF;
  border-radius: 4px;
  background-color: #EA3B00;
  float: left;
  margin-left: 10px;
  cursor: pointer;
}
.about .right .cont img {
  text-align: center;
  margin: auto;
  max-width: 100%;
  display: block;
}
.page {
  text-align: right;
  margin: 30px 0;
  line-height: 25px;
  height: 25px;
}
.page div {
  float: right;
}
.page .page_left {
  border: 1px solid #ddd;
  width: 23px;
  height: 23px;
  line-height: 24px;
  text-align: center;
  margin: 0 2px;
}
.page .page_left a {
  display: inherit;
}
.page .page_right {
  border: 1px solid #ddd;
  width: 23px;
  height: 23px;
  line-height: 24px;
  text-align: center;
  margin: 0 2px;
}
.page .page_right a {
  display: inherit;
}
.page .page_right span {
  display: block;
  transform: rotate(180deg);
}
.page .num {
  margin: 0 10px;
  color: #666;
  font-size: 12px;
}
.page .turnpage {
  font-size: 12px;
  color: #666;
  margin: 0 10px;
  display: block;
  height: 25px;
}
.page .turnpage input {
  border: 1px solid #ccc;
  width: 40px;
  padding: 0 3px;
  text-align: center;
  margin: 0 2px;
  height: 23px;
  line-height: 23px;
  color: #666;
  display: inline-block;
}
.page .sub {
  height: 23px;
  line-height: 24px;
  border: 1px solid #ddd;
  width: 41px;
  text-align: center;
  color: #666;
  font-size: 12px;
  cursor: pointer;
}
.wx_qr {
  display: none;
  position: fixed;
  z-index: 101;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.wx_qr .wx_qrmark {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.wx_qr .wx_qrcode {
  height: 300px;
  width: 300px;
  margin: auto;
  position: relative;
  top: 50%;
  margin-top: -160px;
  padding: 10px;
  background-color: #FFFFFF;
}
.wx_qr .wx_qrcode img {
  width: 100%;
}
/* 引用登录注册页面 */
/* config配置 */
.register {
  width: 700px;
  margin: auto;
  padding: 80px 0 140px 0;
  margin-top: 150px;
}
.register .tit {
  font-size: 20px;
  font-weight: 700;
  color: #0065C7;
  border-bottom: 1px solid #BFBFBF;
  line-height: 60px;
}
.register .cont {
  overflow: hidden;
}
.register .cont .div {
  width: 30%;
  margin: 20px 5%;
  float: left;
  text-align: center;
  padding: 10px 5%;
  cursor: pointer;
  transition: all 0.4s;
  position: relative;
  top: 0;
}
.register .cont .div p {
  font-size: 18px;
  font-weight: 700;
  color: #000;
}
.register .cont .div img {
  width: 108px;
  height: 108px;
  margin: 20px auto;
}
.register .cont .div span {
  display: block;
  line-height: 20px;
  color: #808080;
}
.register .cont .div:hover {
  top: -2px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}
.register2 {
  position: relative;
  margin-top: 150px;
  overflow: hidden;
}
.register2 .register2_input {
  margin: 100px 0 140px 10%;
}
.register2 .register2_input .tit {
  font-size: 18px;
  line-height: 40px;
  margin-bottom: 20px;
  color: #333;
}
.register2 .register2_input .input {
  border: 1px solid #DDDDDD;
  height: 40px;
  line-height: 40px;
  width: 280px;
  position: relative;
  border-radius: 2px;
  margin-bottom: 10px;
}
.register2 .register2_input .input span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #F3F3F3;
  height: 40px;
  width: 40px;
  text-align: center;
  font-size: 24px;
  color: #333;
}
.register2 .register2_input .input input {
  border: 0;
  background-color: #FFFFFF;
  width: 230px;
  height: 40px;
  padding-left: 50px;
}
.register2 .register2_input .code {
  line-height: 40px;
  overflow: hidden;
}
.register2 .register2_input .code p {
  border: 1px solid #DDDDDD;
  height: 40px;
  position: relative;
  width: 150px;
  float: left;
}
.register2 .register2_input .code p span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #F3F3F3;
  height: 40px;
  width: 40px;
  text-align: center;
  font-size: 24px;
}
.register2 .register2_input .code p input {
  border: 0;
  background-color: #FFFFFF;
  width: 100px;
  height: 40px;
  padding-left: 50px;
}
.register2 .register2_input .code img {
  height: 28px;
  margin: 0 5px;
  margin-top: 14px;
  float: left;
}
.register2 .register2_input .code a {
  font-size: 12px;
  border-bottom: 1px solid #333;
  height: 19px;
  line-height: 26px;
  margin-top: 22px;
  float: left;
  cursor: pointer;
}
.register2 .register2_input .code a:hover {
  border-color: #167FF4;
}
.register2 .register2_input .popup {
  line-height: 40px;
  height: 40px;
}
.register2 .register2_input .popup input {
  position: relative;
  top: 1px;
}
.register2 .register2_input .popup span {
  font-size: 12px;
  margin: 0 4px;
  text-decoration: underline;
  cursor: pointer;
}
.register2 .register2_input .popup span:hover {
  color: #167FF4;
}
.register2 .register2_input .but {
  margin-top: 10px;
}
.register2 .register2_input .but .sub {
  width: 280px;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  background-color: #167FF4;
  text-align: center;
  color: #FFFFFF;
  cursor: pointer;
  transition: all 0.4s;
}
.register2 .register2_input .but .sub:hover {
  background-color: #0561c7;
}
.register2 .register2_bg {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -260px;
}
.register3_state {
  text-align: center;
  position: relative;
  padding-top: 80px;
  margin-top: 150px;
}
.register3_state div {
  display: inline-block;
  margin: 0 10%;
  color: #333;
  line-height: 30px;
}
.register3_state div p {
  height: 44px;
  line-height: 44px;
  text-align: center;
  margin: auto;
  width: 44px;
  border: 2px solid #167FF4;
  border-radius: 50%;
  font-size: 18px;
  color: #167FF4;
  position: relative;
  z-index: 2;
  background-color: #FFFFFF;
}
.register3_state .active {
  color: #167FF4;
}
.register3_state .active p {
  background-color: #167FF4;
  color: #FFFFFF;
}
.register3_state span {
  position: absolute;
  z-index: 1;
  top: 104px;
  left: 23%;
  height: 1px;
  width: 54%;
  background-color: #8BBFFB;
}
.register3 {
  padding: 70px 0;
}
.register3 .input {
  width: 320px;
  margin: auto;
  height: 28px;
  line-height: 28px;
  overflow: hidden;
  margin-bottom: 15px;
  font-size: 12px;
}
.register3 .input p {
  width: 70px;
  float: left;
  padding: 0 5px;
  text-align: right;
}
.register3 .input p span {
  color: red;
  margin: 0 2px;
}
.register3 .input input {
  float: left;
  height: 26px;
  width: 228px;
  border: 1px solid #E9EDF6;
  border-radius: 2px;
  padding: 0 5px;
}
.register3 .disabled {
  color: #808080;
}
.register3 .disabled input {
  color: #808080;
}
.register3 .change {
  margin-bottom: 30px;
}
.register3 .but .sub {
  width: 100px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background-color: #167FF4;
  color: #FFFFFF;
  border-radius: 4px;
  font-size: 18px;
  margin: 40px auto;
  cursor: pointer;
  transition: all 0.4s;
}
.register3 .but .sub:hover {
  background-color: #0764cc;
}
.register4 {
  padding: 50px 0;
}
.register4 .popup .tit {
  background-color: #8F9CAD;
  height: 34px;
}
.register4 .popup .tit p {
  border-top: 2px solid #167FF4;
  height: 32px;
  line-height: 32px;
  font-size: 18px;
  float: left;
  margin: 0 10px;
  background-color: #FFFFFF;
  padding: 0 10px;
  color: #167FF4;
}
.register4 .popup .cont {
  padding: 20px 30px;
}
.register4 .popup .cont p {
  line-height: 24px;
  color: #167FF4;
  font-size: 12px;
  margin-bottom: 6px;
}
.register4 .table {
  padding: 20px 0;
}
.register4 .table .tit {
  line-height: 26px;
  height: 26px;
  overflow: hidden;
}
.register4 .table .tit div {
  border: 1px solid #DAE2ED;
  border-radius: 12px;
  width: 88px;
  text-align: center;
  height: 24px;
  line-height: 22px;
  font-size: 12px;
  color: #333;
  float: left;
  cursor: pointer;
}
.register4 .table .tit div span {
  color: #FE7702;
  position: relative;
  top: 1px;
}
.register4 .table .tit p {
  float: left;
  font-size: 12px;
  margin-left: 20px;
}
.register4 .table .tit p span {
  color: #009CFF;
  font-weight: 600;
  margin: 0 3px;
}
.register4 .table .tit p .iconfont {
  color: #FE7702;
  font-size: 18px;
  position: relative;
  top: 1px;
  font-weight: 500;
}
.register4 .table table {
  width: 100%;
  text-align: center;
  font-size: 12px;
  margin-top: 20px;
}
.register4 .table table th {
  height: 38px;
  line-height: 38px;
  background-color: #DAE2ED;
  font-weight: 500;
  color: #808080;
}
.register4 .table table td {
  padding: 10px 5px;
  position: relative;
}
.register4 .table table td input {
  position: relative;
  top: 4px;
  margin-right: 5px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  border-radius: 50%;
  border: 1px solid #333;
  color: #FFFFFF;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  outline: none;
  text-align: center;
}
.register4 .table table td input:checked::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #009DFE;
  border-radius: 50%;
  top: 3px;
  left: 3px;
}
.register4 .table table td img {
  height: 40px;
  margin-right: 10px;
}
.register4 .table table td p {
  display: inline-block;
  width: 88px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  border: 1px solid #009BFF;
  color: #009BFF;
  font-size: 12px;
  border-radius: 4px;
  margin-left: 50px;
  cursor: pointer;
}
.register4 .table table td span {
  color: #009BFF;
  cursor: pointer;
}
.register4 .table table .img {
  text-align: left;
}
.register4 .table table tr {
  border-bottom: 1px solid #DAE2ED;
}
.register4 .table table tr:hover {
  background-color: #EBF3FE;
}
.register4 .but {
  text-align: center;
}
.register4 .but div {
  width: 100px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background-color: #167FF4;
  color: #FFFFFF;
  border-radius: 4px;
  font-size: 18px;
  margin: 40px 20px;
  cursor: pointer;
  transition: all 0.4s;
  display: inline-block;
}
.register4 .but div:hover {
  background-color: #0455af;
}
.register5 {
  padding: 80px 0 50px 0;
  text-align: center;
  line-height: 90px;
}
.register5 span {
  font-size: 126px;
  color: #167FF2;
  display: block;
  margin: auto;
}
.login {
  overflow: hidden;
  margin-top: 150px;
}
.login .login_div {
  float: right;
  width: 360px;
  padding: 20px;
  background-color: #FFFFFF;
  border-radius: 4px;
  margin: 20px auto;
}
.login .login_div .tit {
  font-size: 38px;
  font-weight: 700;
  color: #333;
  border-bottom: 1px solid #DADADA;
  line-height: 79px;
  margin-bottom: 20px;
}
.login .login_div .input {
  border: 1px solid #E0E0E0;
  border-radius: 4px;
  height: 48px;
  line-height: 48px;
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}
.login .login_div .input span {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 48px;
  height: 48px;
  text-align: center;
  font-size: 28px;
  color: #999;
}
.login .login_div .input input {
  border: 0;
  height: 48px;
  padding-left: 48px;
  width: 80%;
  color: #808080;
}
.login .login_div .code {
  overflow: hidden;
  margin-bottom: 20px;
  width: 100%;
}
.login .login_div .code p {
  border: 1px solid #E0E0E0;
  border-radius: 4px;
  height: 48px;
  line-height: 48px;
  position: relative;
  width: 60%;
  float: left;
}
.login .login_div .code p span {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 48px;
  height: 48px;
  text-align: center;
  font-size: 28px;
  color: #999;
}
.login .login_div .code p input {
  border: 0;
  height: 48px;
  padding-left: 48px;
  width: 60%;
  color: #808080;
}
.login .login_div .code img {
  width: 35%;
  float: right;
  height: 50px;
  border-radius: 4px;
  cursor: pointer;
}
.login .login_div .but {
  margin-top: 30px;
  width: 100%;
  height: 60px;
  line-height: 60px;
  border-radius: 40px;
  background-color: #167FF4;
  color: #FFFFFF;
  text-align: center;
  font-size: 22px;
  letter-spacing: 6px;
  cursor: pointer;
}
.login .login_div .operation {
  margin-top: 20px;
  line-height: 30px;
  height: 30px;
}
.login .login_div .operation p {
  display: inline-block;
  font-size: 16px;
}
.login .login_div .operation p a {
  color: #bdbdbd;
}
.login .login_div .operation p a:hover {
  color: #167FF4;
}
.login .login_div .operation .for {
  float: left;
}
.login .login_div .operation .reg {
  float: right;
}
.management_top {
  height: 50px;
  line-height: 50px;
  width: 100%;
  background-color: #01479D;
  position: fixed;
  z-index: 101;
  top: 0;
  left: 0;
}
.management_top .list {
  float: left;
  width: 50px;
  height: 50px;
  background-color: #54A6FC;
  text-align: center;
  cursor: pointer;
}
.management_top .list span {
  font-size: 30px;
  color: #FFFFFF;
}
.management_top .logo {
  float: left;
  padding: 0 20px;
  height: 50px;
}
.management_top .logo img {
  height: 30px;
}
.management_top .user {
  float: right;
  color: #FFFFFF;
  padding: 0 15px;
  height: 50px;
  cursor: pointer;
}
.management_top .user .img {
  float: left;
  height: 34px;
  line-height: 34px;
  width: 34px;
  border-radius: 50%;
  overflow: hidden;
  margin: 8px 0;
  margin-right: 10px;
}
.management_top .user .img img {
  height: 100%;
  display: block;
}
.management_top .user span {
  float: right;
  color: #FFFFFF;
  font-size: 24px;
}
.management_top .user .div {
  display: none;
  position: absolute;
  top: 60px;
  right: 0;
  background-color: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #ccc;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  cursor: auto;
  transition: all 0.4s;
  width: 160px;
}
.management_top .user .div ul {
  padding: 5px 0;
  border-bottom: 1px solid #f4f4f4;
}
.management_top .user .div ul li {
  color: #444;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  padding: 0 20px;
  cursor: pointer;
}
.management_top .user .div ul li span {
  font-size: 16px;
  float: left;
  color: #333;
  margin-right: 5px;
}
.management_top .user .div ul li:hover {
  background-color: #E1E3E9;
}
.management_top .user:hover {
  background-color: #54A6FC;
}
.management_top .user:hover .div {
  display: block;
}
.management_top .information {
  float: right;
  color: #FFFFFF;
  padding: 0 10px;
  height: 50px;
  cursor: pointer;
  position: relative;
}
.management_top .information span {
  font-size: 28px;
}
.management_top .information .layui-badge-dot {
  position: absolute;
  right: 8px;
  top: 12px;
}
.management_top .information .div {
  display: none;
  position: absolute;
  top: 60px;
  right: 0;
  background-color: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #ccc;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  cursor: auto;
  transition: all 0.4s;
  width: 280px;
}
.management_top .information .div li {
  padding: 7px 10px;
  border-bottom: 1px solid #f4f4f4;
  color: #444;
  line-height: 20px;
  font-size: 14px;
}
.management_top .information .div li span {
  font-size: 14px;
}
.management_top .information .div .number {
  background-color: #F9F9F9;
}
.management_top .information .div .see {
  text-align: center;
  cursor: pointer;
  font-size: 12px;
  color: #333;
  border-bottom: 0;
}
.management_top .information .div .see a {
  display: inherit;
}
.management_top .information .div .see:hover {
  background-color: #E1E3E9;
}
.management_top .information:hover {
  background-color: #54A6FC;
}
.management_top .information:hover .div {
  display: block;
}
.management_top .backindex {
  float: right;
  color: #FFFFFF;
  height: 50px;
  padding: 0 10px;
  cursor: pointer;
  position: relative;
}
.management_top .backindex a {
  color: #FFFFFF;
}
.management_top .backindex span {
  font-size: 20px;
  float: left;
  margin-right: 4px;
}
.management_top .backindex:hover {
  background-color: #54A6FC;
}
.management_left {
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0px;
  width: 200px;
  height: 100%;
  background-color: #FFFFFF;
  transition: all 0.4s;
}
.management_left ul {
  margin-top: 50px;
}
.management_left ul li {
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  /*滚动条样式*/
}
.management_left ul li span {
  font-size: 20px;
  float: left;
  margin-right: 10px;
  color: #167FF4;
}
.management_left ul li p {
  display: inline-block;
}
.management_left ul li .div {
  display: none;
  position: absolute;
  height: 320px;
  overflow-y: auto;
  z-index: 99;
  left: 210px;
  top: 0;
  background-color: #FFFFFF;
  padding: 20px 20px 10px 20px;
  width: 310px;
  box-shadow: 4px 2px 8px 2px rgba(0, 0, 0, 0.1);
  transition: all 0.4s;
}
.management_left ul li .div .tit {
  font-size: 14px;
  color: #333;
  height: 30px;
  line-height: 30px;
  text-align: left;
}
.management_left ul li .div .cont {
  overflow: hidden;
  margin-bottom: 10px;
}
.management_left ul li .div .cont p {
  float: left;
  display: block;
  width: 50%;
  height: 30px;
  line-height: 30px;
  text-align: left;
}
.management_left ul li .div .cont p a {
  color: #444;
}
.management_left ul li .div .cont p a:hover {
  color: #167FF4;
}
.management_left ul li .div .cont p a:hover span {
  color: #167FF4;
}
.management_left ul li .div .cont p span {
  font-size: 16px;
  margin-right: 4px;
  color: #444;
}
.management_left ul li .div::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 4px;
}
.management_left ul li .div::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #167FF4;
}
.management_left ul li .div::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: #E6F2FF;
}
.management_left ul .active {
  background-color: #E6F2FF;
  border-right: 2px solid #167FF4;
}
.management_left ul li:hover .div {
  display: block;
}
.management_left ul li > a {
  overflow: hidden;
  display: inherit;
}
.management_right {
  position: fixed;
  z-index: 100;
  top: 0;
  right: -230px;
  height: 100%;
  width: 230px;
  background-color: #FFFFFF;
  transition: all 0.4s;
}
.management_right .management_right_suspension {
  position: absolute;
  top: 70px;
  left: -44px;
  width: 40px;
  height: 40px;
  line-height: 4px;
  text-align: center;
  background: #FFFFFF;
  border-radius: 2px;
  box-shadow: 0 1px 4px 1px rgba(0, 0, 0, 0.1);
  font-size: 12px;
  cursor: pointer;
  color: #333;
}
.management_right .management_right_suspension span {
  display: block;
  line-height: 28px;
  font-size: 18px;
}
.management_right .right_top {
  width: 100%;
  height: 70px;
  background-color: #F1F2F6;
}
.management_right .div {
  padding: 0 15px;
}
.management_right .div .tit {
  height: 30px;
  line-height: 30px;
  margin: 15px 0;
  color: #333333;
}
.management_right .div .tit p {
  float: right;
  font-size: 12px;
}
.management_right .div .tit span {
  float: right;
  font-size: 20px;
  cursor: pointer;
}
.management_right .div .cont1 {
  padding: 20px 0 0px 0;
  overflow: hidden;
  border-bottom: 1px solid #D7D7D7;
}
.management_right .div .cont1 li {
  float: left;
  width: 50%;
  text-align: center;
  line-height: 30px;
  color: #666;
  margin-bottom: 20px;
}
.management_right .div .cont1 li .img {
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin: auto;
  overflow: hidden;
  border-radius: 50%;
}
.management_right .div .cont1 li .img img {
  width: 100%;
}
.management_right .div .cont2 {
  line-height: 20px;
  border-bottom: 1px solid #D7D7D7;
  padding-bottom: 10px;
}
.management_right .div .cont2 p {
  font-size: 12px;
  color: #808080;
}
.management_right .div .cont2 p span {
  color: #167FF4;
}
.management_right .div .cont2 p:hover {
  color: #167FF4;
}
.management_right .div .cont3 {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #167FF4;
  line-height: 30px;
  border-bottom: 1px solid #D7D7D7;
  padding-bottom: 10px;
}
.management_right .div .cont3 span {
  display: block;
  font-size: 66px;
  line-height: 66px;
  font-weight: 500;
}
.management_cent {
  position: fixed;
  z-index: 99;
  left: 220px;
  overflow-y: auto;
  transition: all 0.4s;
}
.management_cent1 {
  top: 70px;
  background-color: #FFFFFF;
}
.management_cent1 .user {
  padding: 20px;
  overflow: hidden;
  border-bottom: 1px solid #E6E6E6;
}
.management_cent1 .user .img {
  float: left;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid #E6E6E6;
}
.management_cent1 .user .img img {
  height: 100%;
  display: block;
}
.management_cent1 .user .name {
  float: left;
  font-size: 20px;
  padding: 0 15px;
  line-height: 30px;
  color: #FE9603;
  height: 62px;
}
.management_cent1 .user .name p {
  display: inline-block;
  color: #167FF4;
  font-size: 14px;
  margin-left: 20px;
  cursor: pointer;
}
.management_cent1 .user .name p span {
  font-size: 14px;
}
.management_cent1 .user .name div {
  font-size: 14px;
  color: #333;
}
.management_cent1 .user .popup {
  float: left;
  line-height: 30px;
  height: 62px;
  margin-left: 40px;
}
.management_cent1 .user .popup div {
  color: #666;
}
.management_cent1 .user .popup div p {
  display: inline-block;
  color: #FE9603;
}
.management_cent1 .user .popup div .modify {
  color: #167FF4;
  margin-left: 10px;
  cursor: pointer;
}
.management_cent1 .user .popup div .modify span {
  color: #167FF4;
}
.management_cent1 .management {
  overflow: hidden;
  padding: 30px 20px;
}
.management_cent1 .management ul {
  margin: -25px;
}
.management_cent1 .management ul li {
  padding: 25px;
  float: left;
  width: 50%;
  box-sizing: border-box;
}
.management_cent1 .management ul li .div {
  border: 1px solid #E8E8E8;
}
.management_cent1 .management ul li .div .tit {
  height: 40px;
  line-height: 40px;
  color: #333;
  background-color: #F5F5F5;
  padding: 0 20px;
  border-bottom: 1px solid #E8E8E8;
}
.management_cent1 .management ul li .div .cont {
  padding: 10px 20px;
  height: 270px;
  overflow: hidden;
}
.management_cent1 .management ul li .div .managementnotice div {
  position: relative;
  height: 44px;
  line-height: 44px;
  padding-right: 24%;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.management_cent1 .management ul li .div .managementnotice div span {
  float: left;
  font-size: 18px;
  margin-right: 6px;
}
.management_cent1 .management ul li .div .managementnotice div p {
  position: absolute;
  float: right;
  right: 0;
  top: 0;
}
.management_cent1 .management ul li .div .download {
  padding: 20px;
  height: 250px;
}
.management_cent1 .management ul li .div .download div {
  position: relative;
  height: 32px;
  line-height: 32px;
  padding-right: 24%;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.management_cent1 .management ul li .div .download div span {
  float: left;
  font-size: 18px;
  margin-right: 6px;
}
.management_cent1 .management ul li .div .download div p {
  position: absolute;
  float: right;
  right: 0;
  top: 0;
}
.management_cent::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
/*定义滚动条轨道 内阴影+圆角*/
.management_cent::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: #E6F2FF;
}
/*定义滑块 内阴影+圆角*/
.management_cent::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #167FF4;
}
.management_cent2_div::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 4px;
}
.management_cent2_div::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #167FF4;
}
.management_cent2_div::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: #E6F2FF;
}
.tabs {
  background-color: #FFFFFF;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  margin-bottom: 20px;
  position: fixed;
  z-index: 99;
  top: 50px;
  left: 220px;
  transition: all 0.4s;
  overflow-x: auto;
}
.tabs li {
  float: left;
  padding: 0 24px 0 16px;
  position: relative;
  text-align: center;
  height: 48px;
  border-bottom: 2px solid transparent;
}
.tabs li a {
  color: #666;
  cursor: pointer;
}
.tabs li a:hover {
  color: #167FF4;
}
.tabs li span {
  position: absolute;
  right: 0px;
  top: 0;
  cursor: pointer;
  color: #666;
}
.tabs li span:hover {
  color: #167FF4;
}
.tabs .active {
  border-color: #2687F3;
}
.tabs::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 6px;
}
.tabs::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #167FF4;
}
.tabs::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: #E6F2FF;
}
.management_cent2 {
  top: 120px;
}
.management_cent2_div {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  top: 0;
  left: 0;
}
.management_cent2_div .input {
  padding: 10px 0;
  background-color: #FFFFFF;
}
.management_cent2_div .input .tit {
  height: 49px;
  line-height: 49px;
  border-bottom: 1px solid #E6E6E6;
  padding: 0 20px;
  font-size: 16px;
  color: #167FF4;
}
.management_cent2_div .input .cont {
  overflow: hidden;
  padding: 20px 40px;
  border-bottom: 1px solid #E6E6E6;
}
.management_cent2_div .input .cont div {
  float: left;
  width: 350px;
  margin-bottom: 10px;
  line-height: 30px;
}
.management_cent2_div .input .cont div p {
  display: inline-block;
  text-align: right;
  min-width: 40%;
}
.management_cent2_div .input .cont div input {
  display: inline-block;
  border: 1px solid #CCCCCC;
  border-radius: 2px;
  height: 28px;
  padding: 0 10px;
  width: 178px;
}
.management_cent2_div .input .cont div select {
  border: 1px solid #CCCCCC;
  border-radius: 2px;
  display: inline-block;
  height: 30px;
  width: 198px;
  padding: 0 5px;
}
.management_cent2_div .input .but {
  overflow: hidden;
  padding: 0 60px;
}
.management_cent2_div .input .but div {
  float: left;
  margin: 30px 0px 20px 0;
  width: 78px;
  text-align: center;
  height: 28px;
  line-height: 28px;
  border: 1px solid #E6E6E6;
  border-radius: 4px;
  display: inline-block;
  margin-right: 20px;
  transition: all 0.4s;
}
.management_cent2_div .input .but div a {
  display: inherit;
  color: #666;
}
.management_cent2_div .input .but .sub {
  background-color: #167FF4;
  border-color: #167FF4;
}
.management_cent2_div .input .but .sub a {
  color: #FFFFFF;
}
.management_cent2_div .input .but .sub:hover {
  background-color: #0363cf;
  border-color: #0363cf;
}
.management_cent2_div .input .but .return:hover {
  background-color: #167FF4;
  border-color: #167FF4;
}
.management_cent2_div .input .but .return:hover a {
  color: #FFFFFF;
}
.management_cent2_div .management_list {
  background-color: #FFFFFF;
}
.management_cent2_div .management_list .tit {
  padding: 20px 20px 10px 20px;
  border-bottom: 1px solid #CCCCCC;
}
.management_cent2_div .management_list .tit > div {
  display: inline-block;
  padding: 0 20px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #CCCCCC;
  border-radius: 2px;
  margin-right: 10px;
  color: #444;
  cursor: pointer;
  transition: all 0.4s;
  margin-bottom: 10px;
}
.management_cent2_div .management_list .tit .import {
  background-color: #167FF4;
  border-color: #167FF4;
  color: #FFFFFF;
}
.management_cent2_div .management_list .tit .import:hover {
  background-color: #0268db;
  border-color: #0268db;
}
.management_cent2_div .management_list .tit .add {
  background-color: #1AB394;
  border-color: #1AB394;
  color: #FFFFFF;
}
.management_cent2_div .management_list .tit .add:hover {
  background-color: #069477;
  border-color: #069477;
}
.management_cent2_div .management_list .tit .refresh {
  background-color: #167FF4;
  border-color: #167FF4;
  color: #FFFFFF;
}
.management_cent2_div .management_list .tit .refresh:hover {
  background-color: #0268db;
  border-color: #0268db;
}
.management_cent2_div .management_list .tit .operation {
  background-color: #23C7C9;
  border-color: #23C7C9;
  color: #FFFFFF;
  position: relative;
  padding: 0 30px 0 20px;
}
.management_cent2_div .management_list .tit .operation .div {
  display: none;
  position: absolute;
  z-index: 98;
  left: -1px;
  top: 32px;
  background-color: #FFFFFF;
  width: 160px;
  border-radius: 2px;
  color: #333;
  box-shadow: 0 0 3px rgba(86, 96, 117, 0.3);
}
.management_cent2_div .management_list .tit .operation .div p {
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  border-radius: 2px;
  margin: 4px;
}
.management_cent2_div .management_list .tit .operation .div p span {
  float: left;
  margin-right: 10px;
}
.management_cent2_div .management_list .tit .operation .div p:hover {
  background-color: #E1E3E9;
}
.management_cent2_div .management_list .tit .active {
  background-color: #119fa1;
  border-color: #119fa1;
}
.management_cent2_div .management_list .tit .active .div {
  display: block;
}
.management_cent2_div .management_list .tit .operation > span {
  float: right;
  position: absolute;
  right: 10px;
  font-size: 20px;
  transform: rotate(270deg);
}
.management_cent2_div .management_list .tit .operation:hover {
  background-color: #119fa1;
  border-color: #119fa1;
}
.management_cent2_div .management_list .tit .del {
  background-color: #999999;
  border-color: #999999;
  color: #FFFFFF;
}
.management_cent2_div .management_list .tit .del:hover {
  background-color: #7f7f7f;
  border-color: #7f7f7f;
}
.management_cent2_div .management_list .tit .screen:hover {
  background-color: #167FF4;
  border-color: #167FF4;
  color: #FFFFFF;
}
.management_cent2_div .management_list .tit .red {
  background-color: #FF5722;
  border-color: #FF5722;
  color: #FFFFFF;
}
.management_cent2_div .management_list .tit .yellow {
  background-color: #FFB800;
  border-color: #FFB800;
  color: #FFFFFF;
}
.management_cent2_div .management_list .tit .blue {
  background-color: #167FF4;
  border-color: #167FF4;
  color: #FFFFFF;
}
.management_cent2_div .management_list .tit .green {
  background-color: #1AB394;
  border-color: #1AB394;
  color: #FFFFFF;
}
.management_cent2_div .management_list .tit .ash {
  background-color: #999999;
  border-color: #999999;
  color: #FFFFFF;
}
.management_cent2_div .management_list .tit .cyan {
  background-color: #23C7C9;
  border-color: #23C7C9;
  color: #FFFFFF;
}
.management_cent2_div .management_list .tit .red:hover {
  background-color: #d54010;
  border-color: #d54010;
  color: #FFFFFF;
}
.management_cent2_div .management_list .tit .yellow:hover {
  background-color: #c89000;
  border-color: #c89000;
  color: #FFFFFF;
}
.management_cent2_div .management_list .seach {
  position: relative;
  padding: 20px 20px 45px 20px;
  margin-bottom: 10px;
}
.management_cent2_div .management_list .seach .seachinput {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 10px;
}
.management_cent2_div .management_list .seach .seachinput input {
  border: 1px solid #CCCCCC;
  height: 28px;
  padding: 0 10px;
  border-radius: 2px;
  width: 178px;
  color: #666;
}
.management_cent2_div .management_list .seach .seachinput select {
  border: 1px solid #CCCCCC;
  height: 30px;
  padding: 0 5px;
  border-radius: 2px;
  width: 200px;
  color: #666;
}
.management_cent2_div .management_list .seach .seachinput .inputdiv {
  width: 178px;
  padding: 0 10px;
  height: 28px;
  line-height: 28px;
  border: 1px solid #CCCCCC;
  border-radius: 2px;
  display: inline-block;
  position: relative;
  color: #666;
  cursor: pointer;
}
.management_cent2_div .management_list .seach .seachinput .inputdiv .div {
  display: none;
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  cursor: auto;
  background-color: #F5F5F5;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.1);
}
.management_cent2_div .management_list .seach .seachinput .inputdiv .div p {
  line-height: 30px;
  height: 30px;
  padding: 0 10px;
  cursor: pointer;
}
.management_cent2_div .management_list .seach .seachinput .inputdiv .div p input {
  width: 14px;
  height: 14px;
  margin: 8px 0;
  float: left;
  margin-right: 10px;
}
.management_cent2_div .management_list .seach .seachinput .inputdiv .div p:hover {
  background-color: #E1E3E9;
}
.management_cent2_div .management_list .seach .seachbut {
  display: inline-block;
  position: absolute;
  right: 60px;
  bottom: 5px;
}
.management_cent2_div .management_list .seach .seachbut div {
  display: inline-block;
  height: 28px;
  line-height: 28px;
  padding: 0 15px;
  text-align: center;
  border: 1px solid #DCDFE6;
  border-radius: 2px;
  cursor: pointer;
  margin-right: 10px;
  color: #666;
  font-size: 12px;
  transition: all 0.4s;
}
.management_cent2_div .management_list .seach .seachbut .sub {
  background-color: #3F9BFE;
  border-color: #3F9BFE;
  color: #FFFFFF;
}
.management_cent2_div .management_list .seach .seachbut .sub:hover {
  background-color: #2679d2;
  border-color: #2679d2;
}
.management_cent2_div .management_list .seach .seachbut .reset:hover {
  background-color: #3F9BFE;
  border-color: #3F9BFE;
  color: #FFFFFF;
}
.management_cent2_div .management_list .seach .shrink {
  position: absolute;
  right: 20px;
  bottom: 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.management_cent2_div .management_list .seach .shrink span {
  transform: rotate(90deg);
  display: block;
  font-size: 20px;
  color: #666;
  transition: all 0.4s;
}
.management_cent2_div .management_list .cont {
  padding: 0 20px 40px 20px;
  overflow-x: auto;
}
.management_cent2_div .management_list .cont table {
  width: 100%;
  border: 1px solid #E8E8E8;
  text-align: center;
}
.management_cent2_div .management_list .cont table th {
  background-color: #F5F5F5;
  height: 40px;
  line-height: 40px;
  padding: 0 5px;
  font-weight: 500;
}
.management_cent2_div .management_list .cont table td {
  border: 1px solid #E8E8E8;
  height: 40px;
  line-height: 40px;
  padding: 0 5px;
}
.management_cent2_div .management_list .cont table td span {
  color: #167FF4;
  cursor: pointer;
  display: inline-block;
}
.management_cent2_div .management_list .cont table tr:hover {
  background-color: #F0F7FF;
}
.reminder {
  background-color: #FFFFFF;
  padding: 40px 20px;
}
.reminder .tit {
  font-weight: 700;
  color: #008001;
}
.reminder .cont {
  padding: 10px 20px;
}
.reminder .cont p {
  font-size: 12px;
  color: #666;
  line-height: 20px;
  margin-bottom: 5px;
}
.reminder .cont p span {
  margin: 0 2px;
  color: #167FF4;
  cursor: pointer;
}
.reminder .but {
  margin-top: 50px;
}
.reminder .but div {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
  background-color: #167FF4;
  color: #FFFFFF;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.4s;
}
.reminder .but div:hover {
  background-color: #066ee2;
}
.nodata {
  text-align: center;
  padding: 60px 0;
}
.nodata img {
  max-width: 80%;
}
.surface {
  background-color: #FFFFFF;
  padding: 30px;
}
.surface .input {
  width: 100%;
  display: inline-block;
}
.surface .input p {
  width: 100px;
  text-align: right;
  height: 30px;
  line-height: 30px;
  float: left;
}
.surface .input select {
  height: 30px;
  width: 200px;
  border: 1px solid #ccc;
  padding: 0 5px;
  float: left;
  border-radius: 2px;
  color: #666;
}
.surface .input input {
  height: 28px;
  width: 178px;
  border: 1px solid #ccc;
  padding: 0 10px;
  float: left;
  border-radius: 2px;
  color: #666;
}
.surface .input .textarea {
  width: 100%;
  float: left;
}
.surface .input .textarea textarea {
  display: block;
  width: 378px;
  height: 80px;
  border: 1px solid #ccc;
  padding: 5px 10px;
  margin-left: 100px;
  margin-top: 10px;
  border-radius: 2px;
  color: #666;
  resize: none;
}
.surface .input .inputdiv {
  width: 178px;
  padding: 0 10px;
  height: 28px;
  line-height: 28px;
  border: 1px solid #CCCCCC;
  border-radius: 2px;
  display: inline-block;
  position: relative;
  color: #666;
  cursor: pointer;
}
.surface .input .inputdiv .div {
  display: none;
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  cursor: auto;
  background-color: #F5F5F5;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.1);
}
.surface .input .inputdiv .div p {
  text-align: left;
  width: 180px;
  line-height: 30px;
  height: 30px;
  padding: 0 10px;
  cursor: pointer;
}
.surface .input .inputdiv .div p input {
  width: 14px;
  height: 14px;
  margin: 8px 0;
  float: left;
  margin-right: 10px;
}
.surface .input .inputdiv .div p:hover {
  background-color: #E1E3E9;
}
.surface .but .sub {
  margin-left: 100px;
  margin-top: 20px;
  display: inline-block;
  padding: 0 20px;
  height: 30px;
  line-height: 30px;
  background-color: #167FF4;
  color: #FFFFFF;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.4s;
}
.surface .but .sub:hover {
  background-color: #0261cc;
}
.declare_div .cont {
  margin: 30px auto;
  width: 600px;
}
.declare_div .cont .input {
  width: 50%;
  float: left;
  height: 30px;
  line-height: 30px;
  margin-bottom: 5px;
}
.declare_div .cont .input p {
  width: 150px;
  float: left;
  color: #666;
  text-align: right;
}
.declare_div .cont .input p span {
  color: red;
}
.declare_div .cont .input select {
  height: 30px;
  width: 150px;
  float: right;
  border: 1px solid #ccc;
  border-radius: 2px;
  color: #666;
}
.declare_div .cont .input input {
  height: 28px;
  padding: 0 5px;
  width: 138px;
  border: 1px solid #ccc;
  border-radius: 2px;
  color: #666;
}
.declare_div .cont .textarea {
  line-height: 30px;
  margin-bottom: 5px;
  overflow: hidden;
  width: 100%;
}
.declare_div .cont .textarea div {
  width: 50%;
  float: left;
}
.declare_div .cont .textarea div p {
  width: 150px;
  float: left;
  color: #666;
  text-align: right;
}
.declare_div .cont .textarea div p span {
  color: red;
}
.declare_div .cont .textarea div select {
  height: 30px;
  width: 150px;
  float: right;
  border: 1px solid #ccc;
  border-radius: 2px;
  color: #666;
}
.declare_div .cont .textarea div textarea {
  width: 268px;
  margin-left: 10px;
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 2px;
  resize: none;
}
.declare_div .cont .but {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid #F4F4F4;
}
.declare_div .cont .but .sub {
  display: inline-block;
  margin: auto;
  padding: 0 25px;
  height: 30px;
  line-height: 30px;
  background-color: #167FF4;
  color: #FFFFFF;
  border-radius: 4px;
  cursor: pointer;
}
.deletelist_div .cont {
  width: 600px;
  margin: 30px auto;
}
.deletelist_div .cont .input {
  line-height: 30px;
  overflow: hidden;
  margin-bottom: 5px;
}
.deletelist_div .cont .input p {
  width: 150px;
  float: left;
  color: #666;
  text-align: right;
}
.deletelist_div .cont .input p span {
  color: red;
}
.deletelist_div .cont .input input {
  height: 28px;
  border: 1px solid #ccc;
  border-radius: 2px;
  color: #666;
  width: 188px;
  padding: 0 5px;
}
.deletelist_div .cont .input select {
  height: 30px;
  width: 80px;
  border: 1px solid #ccc;
  border-radius: 2px;
  color: #666;
}
.deletelist_div .cont .input .textarea {
  height: 65px;
}
.deletelist_div .cont .input .textarea textarea {
  margin-left: 150px;
  width: 438px;
  margin-top: 5px;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 2px;
  resize: none;
  height: 48px;
  color: #666;
}
.deletelist_div .cont .but {
  text-align: center;
  margin-top: 5px;
  padding-top: 10px;
  border-top: 1px solid #F4F4F4;
}
.deletelist_div .cont .but .sub {
  display: inline-block;
  margin: auto;
  padding: 0 25px;
  height: 30px;
  line-height: 30px;
  background-color: #167FF4;
  color: #FFFFFF;
  border-radius: 4px;
  cursor: pointer;
}

.bot {/*background-color: #1CA2F7;*/ margin-top:35px; background:url(/uploadpic/b1.jpg)}
.bot .bot_list {border-bottom: 1px solid #6AB8F7;overflow: hidden;height: 50px;line-height: 50px;color:#FFF;}
.bot .bot_list a {color: #FFFFFF;}
.bot .bot_contact {
  overflow: hidden;
  margin-top: 50px;
}
.bot .bot_contact .div {
  float: left;
  width: 25%;
  box-sizing: border-box;
}
.bot .bot_contact .div .span {
  width: 30px;
  height: 30px;
  line-height: 32px;
  border-radius: 50%;
  background-color: #FFFFFF;
  text-align: center;
  margin-bottom: 10px;
}
.bot .bot_contact .div .span span {
  color: #167FF4;
  font-size: 22px;
}
.bot .bot_contact .div p {
  line-height: 24px;
  color: #FFFFFF;
}
.bot .bot_contact .div .code {
  text-align: center;
}
.bot .bot_contact .div .code .img {
  width: 110px;
  height: 110px;
  line-height: 110px;
  margin: auto;
  background-color: #FFFFFF;
}
.bot .bot_contact .div .code .img img {
  width: 100px;
}
.bot .bot_copyright {
  color: #FFFFFF;
}
.bot .bot_copyright a {
  color: #FFFFFF;
}
.bot .bot_links {
  background-color: #0858B1;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  color: #FFFFFF;
  margin-top: 50px;
}
.bot .bot_links li {
  float: left;
  margin-right: 10px;
}
.bot .bot_links li a {
  color: #FFFFFF;
}
.bot .bot_links li a:hover {
  color: #167FF4;
}
/* 引用兼容 */
/* config配置 */
@media (max-width: 1223px) {
  .windowth_bg {
    width: 100%;
	margin-top:20px;
  }
  .windowth {
    width: 94%;
  }
}
@media (max-width: 768px) {
  .index1 .left .div div{padding:20px 10px 10px 0;}
  .top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
	height:0px;
  }
  .index6{margin-bottom:-30px;}
  .top .top_head {
    display: none;
  }
  .top .top_cen {
    height: 54px;
    line-height: 54px;
  }
  .top .top_cen .logo {
    height: 32px;
  }
  .top .top_cen .seach {
    display: none;
  }
  .top .top_cen .list {
    display: block;
  }
  .top .top_cen .top_list {
    position: fixed;
    right: -100%;
    top: 0;
    width: 50%;
    height: 100%;
    line-height: 53px;
    background-color: #FFFFFF;
    transition: all 0.4s;
    overflow-y: auto;
    margin: 0;
  }
  .top .top_cen .top_list .close {
    display: block;
  }
  .top .top_cen .top_list li {
    text-align: right;
    border-bottom: 1px solid #EBEBEB;
    border-top: 1px solid #EBEBEB;
    font-size: 16px;
    margin: 0;
    width: 90%;
    padding: 0 5%;
    margin-top: -1px;
  }
  .top .top_cen .top_list li a {
    color: #000;
  }
  .top .top_cen .top_list li .div {
    position: initial;
    margin: 0;
    box-shadow: none;
    width: 100%;
    float: left;
    text-align: right;
    margin-top: 0;
    margin-bottom: 10px;
    border-radius: 0;
  }
  .top .top_cen .top_list li .div div {
    width: 96%;
    padding-right: 4%;
  }
  .top .top_cen .top_list li .div div p {
    position: initial;
    margin: 0;
    box-shadow: none;
    width: 100%;
    float: left;
    text-align: right;
    margin-top: 0;
    margin-bottom: 10px;
    border-radius: 0;
  }
  .top .top_cen .top_list li .div div p span {
    padding-right: 4%;
  }
  .top .top_cen .top_list li a {
    display: initial;
  }
  .top .top_cen .top_list .active {
    background-color: #54A6FC;
    border-color: #54A6FC;
  }
  .top .top_cen .top_list .active a {
    color: #FFFFFF;
  }
  .top .top_cen .top_list .directory {
    overflow: hidden;
    position: relative;
  }
  .top .top_cen .top_list .directory .directoryspan {
    display: block;
    position: absolute;
    left: 4px;
    top: 2px;
    width: 50px;
    height: 50px;
    text-align: center;
    transform: rotate(270deg);
    font-size: 20px;
  }
  .top .top_cen .top_list li .div .directory .directoryspan {
    width: 40px;
    height: 40px;
    top: 0;
  }
  .top .top_cen .top_list li .div div:hover {
    background-color: transparent;
  }
  .carousel {
    margin-top: 54px;
  }
  .carousel > div > div > div {
    background-position: 30% 0% !important;
  }
  .index1 .left {
    width: 100%;
    padding-right: 0px;
  }
  .index1 .right {
    width: 100%;
    padding-left: 0px;
  }
  .index1 .right ul li {
    width: 50%;
  }
  .index1 .right ul li div {
    padding-left: 10%;
  }
  .index2 .tit {
    max-width: 100%;
    font-size: 26px;
  }
  .index2 .cont .left {
    width: 100%;
    padding-right: 0px;
  }
  .index2 .cont .right {
    width: 100%;
    padding-left: 0px;
  }
  .index3 ul li {
    width: 100%;
    margin-bottom: 10px;
  }
  .index4 .cont ul li {
    width: 25%;
  }
  .index4 .cont ul li .div p {
    height: 44px;
  }
  .index5 .left {
    width: 100%;
    padding-right: 0px;
  }
  .index5 .right {
    width: 100%;
    padding-left: 0px;
  }
  .index6 .tit p {
    font-size: 16px;
  }
  .index6 .cont ul li {
    width: 50%;
  }
  .bot {
    padding-bottom: 0px;
  }
  .bot .bot_list {
    display: none;
  }
  .bot .bot_contact {
    margin: 0;
    padding-top: 30px;
  }
  .bot .bot_contact .div {
    width: 100%;
    line-height: 40px;
  }
  .bot .bot_contact .div .span {
    display: inline-block;
    float: left;
    margin: 5px;
  }
  .bot .bot_contact .div p {
    display: inline-block;
  }
  .bot .bot_contact .div .code {
    display: none;
  }
  .bot .bot_copyright {
    margin-top: 20px;
    line-height: 30px;
    font-size: 11px;
    text-align: center;
    padding-bottom: 10px;
  }
  .bot .bot_copyright span{display:none;}
  .bot .bot_links {
    display: none;
  }
/*  .banner {
    margin-top: 54px;
    width: 100%;
    height: 150px;
    background-position-x: 30% !important;
  }
  .banner img {
    width: 100%;
  }*/
  .service .windowth {
    width: 100%;
  }
  .service .cont ul li {
    width: 100%;
  }
  .service .cont ul li .div1 {
    height: 245px;
  }
  .msg_service .msg_service_bg .left {
    width: 100%;
  }
  .msg_service .msg_service_bg .left .left1 {
    padding: 20px 0;
  }
  .msg_service .msg_service_bg .left .left1 .img {
    width: 100%;
  }
  .msg_service .msg_service_bg .left .left1 .cont {
    width: 100%;
    padding: 10px 0;
  }
  .msg_service .msg_service_bg .left .left1 .cont .but {
    margin-top: 40px;
  }
  .msg_service .msg_service_bg .right {
    width: 100%;
  }
  .increment .tit p {
    display: inherit;
    line-height: 20px;
  }
  .increment .cont1 ul li {
    width: 100%;
  }
  .increment .cont1 ul li .div1 {
    height: 260px;
  }
  .increment .cont1 ul li .div2 .div {
    width: 100%;
  }
  .increment .cont1 ul li .div2 .div div {
    height: 260px;
  }
  .increment .cont2 ul li {
    width: 50%;
  }
  .news_list .left {
    width: 100%;
    padding-right: 0px;
  }
  .news_list .right {
    width: 100%;
    border-left: 0;
    padding-left: 0;
    margin-top: 20px;
  }
  .crumbs {
    display: none;
  }
  .msg_news {
    margin-top: 54px;
  }
  .msg_news .msg_news_bg .left {
    width: 100%;
  }
  .msg_news .msg_news_bg .right {
    width: 100%;
  }
  .case ul li {
    width: 50%;
  }
  .case ul li .div .img {
    height: 140px;
  }
  .msg_case {
    margin-top: 54px;
  }
  .personnel {
    padding: 20px 0;
  }
  .personnel .left {
    width: 100%;
    padding-right: 0px;
    border-right: 0;
  }
  .personnel .right {
    width: 100%;
    padding-left: 0px;
    margin-top: 30px;
  }
  .msg_personnel {
    margin-top: 54px;
    padding: 20px 0;
  }
  .msg_personnel .left {
    width: 100%;
    padding-right: 0px;
    border-right: 0;
  }
  .msg_personnel .right {
    width: 100%;
    padding-left: 0px;
    margin-top: 30px;
  }
  .news .tit {
    max-width: 100%;
    font-size: 26px;
  }
  .news .cont1 .left {
    width: 100%;
    padding-right: 0px;
  }
  .news .cont1 .right {
    width: 100%;
    padding-left: 0px;
  }
  .news .cont2 .left {
    width: 100%;
    padding-right: 0px;
  }
  .news .cont2 .right {
    width: 100%;
    padding-left: 0px;
  }
  .news .cont3 .left {
    width: 100%;
    padding-right: 0px;
  }
  .news .cont3 .right {
    width: 100%;
    padding-left: 0px;
  }
  .contact .left {
    width: 100%;
    padding: 0;
  }
  .contact .right {
    margin-top: 20px;
    width: 100%;
  }
  .management_top .information {
    display: none;
  }
  .management_top .backindex {
    display: none;
  }
  .management_cent1 .user .name {
    height: auto;
  }
  .management_cent1 .user .popup {
    margin-left: 0;
    margin-top: 15px;
    height: auto;
  }
  .management_cent1 .table1 {
    padding: 0 20px;
  }
  .layui-tab-item {
    overflow-x: auto;
  }
  table {
    width: 1200px !important;
  }
  .management_cent2 .input .cont {
    padding: 10px 20px;
  }
  .management_cent2 .input .cont div {
    width: 66%;
  }
  .management_cent2 .input .but {
    padding: 0 20px;
  }
  .surface {
    padding: 10px 20px;
  }
  .surface .input .textarea textarea {
    width: 88%;
    margin-left: 0;
  }
  .reminder .cont {
    padding: 10px 0;
  }
  .about {
    margin-top: 54px;
  }
  .about .left {
    width: 100%;
  }
  .about .right {
    width: 100%;
  }
  .about .right .img {
    background-position-x: 6% !important;
  }
  .msg_serviceproject {
    margin-top: 54px;
  }
  .msg_serviceproject .msg_serviceproject_tab div {
    margin-right: 10px;
  }
  .msg_serviceproject .tit p {
    position: initial;
    margin-top: 30px;
  }
  .service .layui-tab-content {
    padding: 30px 0px;
  }
  .service .content .div {
    padding-left: 30px;
    margin-left: 15px;
  }
  .service .content .div ul {
    padding: 5px 10px 5px 30px;
  }
  .management_cent1 .management {
    padding: 10px;
  }
  .management_cent1 .management ul {
    margin: -10px;
  }
  .management_cent1 .management ul li {
    width: 100%;
    padding: 10px;
  }
  .management_cent1 .management ul li .div .cont {
    padding: 10px;
  }
  .management_cent1 .management ul li .div .managementnotice div {
    padding-right: 34%;
  }
  .index6 .rencai ul li{width:100%;}
  .index6 .rencai ul li:nth-of-type(n+5){display:none;}
  .index6 .xueyuan ul li{width:100%;}
  .index6 .xueyuan ul li:nth-of-type(n+3){display:none;}
}


.w1230{width: 1230px;margin: 0 auto;}
	
.bannerWrap{width: 100%;height: 580px;overflow: hidden;position: relative;}
.bannerWrap .banner .swiper-slide{width: 100%;}
.bannerWrap .banner .swiper-slide a{display: block;height: 580px;background-repeat: no-repeat;background-position: center top;background-color: #fff;}
.bannerWrap .banner .swiper-slide .w1230{width: 1230px;height: 100%;position: relative;font-size: 0;}

.banner .swiper-pagination-bullets{height: 14px;width: 100%;position: absolute;left: 0;bottom: 40px;line-height: 14px;z-index: 2;text-align: center;}
.banner .swiper-pagination-bullets .swiper-pagination-bullet{width: 14px;height: 14px;margin: 0 6px;padding: 0;background: #fff;opacity: 1;cursor: pointer;}
.banner .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #0076ab;}

.bannerWrap .banner .swiper-slide .w1230{font-size: 0;}
.bannerWrap .banner .swiper-slide .w1230 .banTxt1{width:550px;padding-top: 165px;float: right;}

.bannerWrap .banner .swiper-slide .w1230 .banTxt2{width: 513px;height: 354px;padding-top: 103px;text-align: center;position: absolute;left:50%;margin-left: -256px;top: 50%;margin-top: -302px;}
.bannerWrap .banner .swiper-slide .w1230 .banTxt2 .line1{width: 100%;height: 166px;position: relative;}
.bannerWrap .banner .swiper-slide .w1230 .banTxt2 .line1 .txt1{position: absolute;left: 3px;top: 16px;}
.bannerWrap .banner .swiper-slide .w1230 .banTxt2 .line1 .txt2{position: absolute;left: 3px;top: 54px;}
.bannerWrap .banner .swiper-slide .w1230 .banTxt2 .line1 .txt3{position: absolute;left: 186px;top: 0;}
.bannerWrap .banner .swiper-slide .w1230 .banTxt2 .line1 .txt4{position: absolute;right: 0;top: 58px;}
.bannerWrap .banner .swiper-slide .w1230 .banTxt2 .line2{width: 100%;height: 1px;background: #ffffff;}
.bannerWrap .banner .swiper-slide .w1230 .banTxt2 .line4{margin: 20px auto 25px;}

.bannerWrap .banner .swiper-slide .w1230 .banTxt3{padding: 106px 0 0 411px;}
.bannerWrap .banner .swiper-slide .w1230 .banTxt4{padding-top: 204px;float: right;}
.bannerWrap .banner .swiper-slide .w1230 .banTxt5{float: right;padding: 79px 106px 0 0;}
.bannerWrap .banner .swiper-slide .w1230 .banTxt6{padding-top: 206px;}



.bannerWrap .banner .swiper-slide .wapBannerTxt{display: none;}
.bannerWrap .banner .swiper-slide .wapBannerTxt img{max-width: 100%;}
.bannerWrap .banner .swiper-slide .wapBannerTxt.wapBannerTxt1 .text{width: 100%;padding: 20% 6% 0 0;}
.bannerWrap .banner .swiper-slide .wapBannerTxt.wapBannerTxt2 .text{width: 44%;padding: 12% 0 0 0;margin: 0 auto;}
.bannerWrap .banner .swiper-slide .wapBannerTxt.wapBannerTxt3 .text{width: 54%;margin: 0 auto;padding-top: 12%;}
.bannerWrap .banner .swiper-slide .wapBannerTxt.wapBannerTxt4 .text{width: 50%;padding: 18% 0 0 0;float: right;}
.bannerWrap .banner .swiper-slide .wapBannerTxt.wapBannerTxt5 .text{width: 50%;padding: 10% 0 0 0;float: right;}
.bannerWrap .banner .swiper-slide .wapBannerTxt.wapBannerTxt6 .text{width: 70%;padding-top: 20%;}

/*去掉banner的英文*/
.bannerWrap .banner .swiper-slide .w1230 .banTxt4,
.bannerWrap .banner .swiper-slide .w1230 .banTxt6{padding-top: 244px;}

.bannerWrap .banner .swiper-slide .wapBannerTxt.wapBannerTxt4 .text{padding: 19% 0 0 0;}
.bannerWrap .banner .swiper-slide .wapBannerTxt.wapBannerTxt6 .text{padding-top: 19%;}
/*去掉banner的英文 end*/

/*修改*/
.bannerWrap .banner .swiper-slide .w1230 .banTxt4, .bannerWrap .banner .swiper-slide .w1230 .banTxt6{padding-top: 206px;}
/*修改 end*/

@media screen and (max-width: 1260px){
.w1230{width: auto;padding: 0 5%;}
.bannerWrap .banner .swiper-slide .w1230 .banTxt3{padding-left: 300px;}
.bannerWrap{height: auto;}
.bannerWrap .banner .swiper-slide a{height: 0;padding-bottom: 50.4%;background-size: cover;}
.bannerWrap .banner .swiper-slide .w1230{width: 100%;position: absolute;left: 0;top: 0;box-sizing: border-box;}
}
@media screen and (max-width: 1050px){
.bannerWrap .banner .swiper-slide .pcBannerTxt{display: none;}
.bannerWrap .banner .swiper-slide .wapBannerTxt{display: block;}
}
@media screen and (max-width: 768px){
.banner .swiper-pagination-bullets{bottom: 18px;}
}
@media screen and (max-width: 468px){
.banner .swiper-pagination-bullets{height: 10px;line-height: 10px;}
.banner .swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 4px;width: 10px;height: 10px;}
}
.clearfix:after{ display:block; visibility:hidden; clear:both; height:0; content:"";}
.clearfix{zoom:1;}

.cd-popup { position: fixed; left: 0; top: 0; height: 100%; width: 100%;background: url(/img/grayBg.png) repeat;visibility: hidden; -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s; transition: opacity 0.3s 0s, visibility 0s 0.3s; z-index: 9999;  opacity: 0;}
.cd-popup.is-visible { opacity: 1; visibility: visible; -webkit-transition: opacity 0.3s 0s, visibility 0s 0s; transition: opacity 0.3s 0s, visibility 0s 0s; }
.cd-popup-container { position: relative; height: 36px; padding: 40px; background: #fff; width: 60%; margin: 0 auto; top: 50%; margin-top: -58px; background: #FFF; border-radius: .4rem .4rem .4rem .4rem; text-align: center; box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); -webkit-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); -webkit-backface-visibility: hidden; -webkit-transition-property: -webkit-transform; transition-property: transform; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; }
.is-visible .cd-popup-container { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }

.hidden_search .text { width: 100%; height: 20px; padding: 8px 0; font-size: 14px; color: #444;background: none;border:none;font-family: "Microsoft Yahei";}
.hidden_search .btn { display: block; background: url(/img/search_icon.jpg) no-repeat center center; position: absolute; right: 0; top: 0; height: 36px; width: 36px; text-indent: -999em;border:none;cursor: pointer;}
.hidden_search .search_wrap { border: 1px solid #e4eaec; border-radius: 20px; position: relative; padding-right: 56px; padding-left: 20px; height: 36px; }
.hidden_search .close_btn { position: absolute; right: 0; top: 0; padding: 10px; width: 22px; height: 22px; -webkit-transition: 0.5s; transition: 0.5s; }
.hidden_search .close_btn:after, .hidden_search .close_btn:before { background: #cccccc; width: 20px; height: 3px; display: block; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; content: ""; position: absolute; left: 10px; top: 11px; }
.hidden_search .close_btn:before { -webkit-transform-origin: left bottom; -ms-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
.hidden_search .close_btn:after { -webkit-transform-origin: left top; -ms-transform-origin: left top; transform-origin: left top; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); top: 26px; }
.hidden_search .close_btn:hover:after, .hidden_search .close_btn:hover:before { background: #0076ab;}

.layui-tab-item dl{margin:10px; line-height:28px; cursor:pointer}
.layui-tab-item dl dt b{font-size:16px; float:left}
.layui-tab-item dl dt span{color:#676767; float:right}
.layui-tab-item dl dt span i,.layui-tab-item dl dd i{color:#eee; margin:0 8px; font-style:normal}
.layui-tab-item dl dd{color:#999; text-align:left; clear:both;}

.index6 .cont .xueyuan ul li a{height:auto; position:relative; border:0}
.index6 .cont .xueyuan ul li a img{height:218px;}
.index6 .cont .xueyuan ul li a .link {z-index: 2;position: absolute;top: 0;left: 0;right: 0;bottom: 0;background: rgba(0,0,0,0.2);}
.index6 .cont .xueyuan ul li a .link em {position: absolute;top: 50%;left: 50%;display: block;width: 20px;height: 26px;margin-top: -13px;margin-left: -10px;background: url(/img/play.png) center no-repeat;}
.index6 .cont .xueyuan ul li a .video-txt {z-index: 3;position: absolute;bottom:0;left: 0;width: 100%;height: 35px;background: rgba(0,0,0,0.5);}
.index6 .cont .xueyuan ul li a .video-txt p {padding: 0 10px;height: 35px;line-height: 35px;color: #fff;font-size: 14px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}

.more {
	  position: relative;
	  float:right;
	  height: 50px;
	  line-height: 50px;
	  font-size: 14px;
	  padding-right:10px;
}
.more a{
	  color:#808080;
	}
	
.pro-con{width:1190px; padding:0px 0 5px 0px}
.pro-con dl{width:270px; height:285px; float:left; text-align:center; margin:0 36px 35px 0;box-shadow: 0px 10px 20px #ccc;}
.pro-con dl:nth-child(4n){margin-right:0;}
.pro-con dt{background:#FFF; width:242px}
.pro-con dt img{width:270px; height:170px; margin-bottom:1px; float:left}
.pro-con dd{line-height:40px; width:262px; font-size:16px; text-align:left; background:#FFF; padding:2px 4px 5px 4px;}
.pro-con dd div{font-size:12px; line-height:24px; border-top:1px solid #e9e9e9; padding-top:6px; margin-top:5px; margin-bottom:10px}
.pro-con dl:hover dd {background:#0076ab;color:#FFF; width:262px}
.pro-con dl:hover dd a{color:#FFF;}


.singlePage{line-height:40px; text-align:justify; word-break:break-all; margin:10px 25px 20px 10px; font-size:16px}
.singlePage p{text-indent:2em; margin-bottom:20px;}

.dede_pages{margin:25px 0 20px; text-align:left;}
.dede_pages span{margin-right:2px; width:40px; line-height:30px; text-align:center; font-size:14px; display:inline-table; border-radius:3px;}
.dede_pages span a{color:#0181D0; border:1px solid #e5e5e5;width:40px; line-height:30px; display:inline-table; border-radius:3px;}
.dede_pages span a:hover{color:#016098; border:1px solid #0181D0; width:40px; line-height:30px; display:inline-table; border-radius:3px;}
.dede_pages span.nohref{color:#0181D0; border:1px solid #e5e5e5; border-radius:3px;}
.dede_pages span.thisclass{color:#FFF; border:1px solid #0181D0; border-radius:3px; background:#0181D0; font-weight:bold;}

.oBanner{width:100%;height:385px; margin-top:50px}
.oBanner .w1200{height:100%;}<!--耗时1751474228.8307秒-->