.bgFull {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  -ms-behavior: url(css/cover.htc);
  behavior: url(css/cover.htc);
}
.vcenter {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.tHide {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.blockFull {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.block {
  display: block;
  position: relative;
}
.centerBlock {
  margin-left: auto;
  margin-right: auto;
}
.clearfix {
  clear: both;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-prev,
.slick-next {
  z-index: 20;
  position: absolute;
  display: block;
  height: 60px;
  width: 30px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -30px;
  padding: 0;
  border: none;
  outline: none;
  border: 1px solid red;
}
.slick-prev {
  left: 30px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: 30px;
}
.slick-next {
  right: 30px;
}
[dir="rtl"] .slick-next {
  left: 30px;
  right: auto;
}
.slick-dots {
  position: absolute;
  bottom: 20px;
  height: auto;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
  line-height: 0;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  display: block;
  height: 10px;
  width: 10px;
  padding: 0;
  margin: 0;
  outline: none;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: #ccc;
  border-radius: 0px;
}
.slick-dots li.slick-active button {
  background: #333;
}
.w1180 {
  width: 1180px;
  margin: 0 auto;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.page {
  text-align: center;
  width:880px;
}
.page a {
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 48px;
  color: #666666;
  font-size: 18px;
  font-family: arial;
  border: 1px solid #e2e1e1;
  border-radius: 3px;
}
.page a:hover,
.page a.cur {
  background: #2663a6;
  color: #fff;
  border: 1px solid #2663a6;
}
.return_top {
  width: 56px;
  position: fixed;
  right: 0;
  bottom: 20px;
  /*transform: translateY(-50%);*/
}
.return_top a {
  position: relative;
  background: #a9ccf2;
  float: left;
  display: block;
  width: 56px;
  height: 56px;
  margin-bottom: 1px;
}
.return_top a .dh {
  display: none;
  position: absolute;
  left: -140px;
  text-align: center;
  line-height: 56px;
  color: #b8d6f7;
  font-size: 18px;
  top: 0;
  width: 140px;
  height: 56px;
  background: #2663a6;
}
.return_top .ewm{
	width: 124px;
	height: 124px;
	position: absolute;
	left: -124px;
	top: -67px;
	display: none;
}

.return_top a:hover {
  background: #2663a6;
}
.return_top a:hover .dh,.return_top a:hover .ewm {
  display: block;
}
.return_top .back {
  display: none;
}
.home {
  height: 83px;
  position: relative;
  z-index: 10;
}
.home .logo {
  margin-top: 14px;
  display: block;
  width: 360px;
  height: 54px;
}
.home .dh {
  margin-top: 32px;
  float: right;
  display: table;
  color: #658ec2;
  font-size: 18px;
  font-weight: bold;
  background: url(../images/icon7.jpg) no-repeat left center;
  padding-left: 32px;
  line-height: 20px;
}
.home .fenxiang {
  display: table;
  margin-right: 20px;
  margin-top: 27px;
  float: right;
}
.home .fenxiang a {
  margin: 0 5px;
  display: block;
  float: left;
  width: 29px;
  height: 29px;
  background: #b5b5b5;
  border-radius: 50%;
  position: relative;
}
.home .fenxiang a .ewm{
	position: absolute;
	left: -8px;
	top: 31px;
	width: 124px;
	height: 124px;
	z-index: 10;
	display: none;
}
.home .fenxiang a:hover {
  background: #0d65af;
}
.home .fenxiang a:hover .ewm{
	display: block;
}
.nav_con {
  background: #2e353d;
  height: 54px;
  position: relative;
  z-index: 9;
}
.nav_con .nav {
  display: table;
}
.nav_con .nav ul {
  background: url(../images/icon1.jpg) no-repeat left center;
}
.nav_con .nav ul li {
  position: relative;
  float: left;
  height: 54px;
  line-height: 54px;
}
.nav_con .nav ul li:before {
  content: "";
  position: absolute;
  left: -2px;
  top: 0;
  width: 2px;
  height: 54px;
  background: url(../images/icon1.jpg) no-repeat right center;
}
.nav_con .nav ul li > a {
  line-height: 54px;
  padding: 0 30px;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
}
.nav_con .nav ul li > a i {
  position: relative;
  display: inline-block;
  width: 9px;
  height: 5px;
  background: url(../images/icon2.png) no-repeat center center;
  margin-left: 10px;
  top: -2px;
}
.nav_con .nav ul li .nav_div {
  display: none;
  position: absolute;
  left: 0px;
  top: 54px;
  width: 160px;
  background: rgba(21, 88, 160, 0.6);
  padding: 5px 0 10px;
}
.nav_con .nav ul li .nav_div .nav_t {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.nav_con .nav ul li .nav_div .nav_t > a {
  display: block;
  line-height: 34px;
  font-size: 14px;
  color: #fff;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding: 0 30px;
}
.nav_con .nav ul li .nav_div .nav_t > a:hover {
  color: #a9ccf2;
}
.nav_con .nav ul li .nav_div .nav_t .nav_d {
  display: none;
  position: absolute;
  left: 160px;
  top: 0;
  width: 160px;
  background: rgba(21, 88, 160, 0.8);
}
.nav_con .nav ul li .nav_div .nav_t .nav_d a {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  line-height: 34px;
  font-size: 14px;
  color: #fff;
  padding: 0 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.nav_con .nav ul li .nav_div .nav_t .nav_d a:hover {
  color: #5ca6d1;
}
.nav_con .nav ul li .nav_div .nav_t:last-child {
  border-bottom: none;
}
.nav_con .nav ul li .nav_div .nav_t:hover > a {
  color: #a9ccf2;
}
.nav_con .nav ul li .nav_div .nav_t:hover .nav_d {
  display: block;
}
.nav_con .nav ul li.cur,
.nav_con .nav ul li:hover {
  background: #1558a0;
}
.nav_con .search {
  margin-top: 10px;
  width: 191px;
  height: 33px;
}
.nav_con .search .in_t {
  width: 158px;
  height: 33px;
  float: left;
  background: #e0e0e0;
  border: none;
  padding: 0 10px;
  color: #333;
}
.nav_con .search .in_btn {
  border: none;
  float: right;
  width: 33px;
  height: 33px;
  background: url(../images/icon3.jpg) no-repeat center center;
}
.banner {
  width: 100%;
  margin: 0px auto 0;
  height: 712px;
  position: relative;
  z-index: 1;
}
.banner ul {
  left: 50%;
  margin-left: -960px;
  width: 1920px;
  position: relative;
}
.banner ul li {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 712px;
  display: none;
  width: 100%;
}
.banner ul li img {
  width: 100%;
}
.banner ul li:first-child {
  display: block;
}
.banner .arrow {
  position: absolute;
  left: 0;
  bottom: 57px;
  text-align: center;
  width: 100%;
  height: 10px;
  line-height: 10px;
}
/*.banner .arrow:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -113px;
  width: 226px;
  height: 1px;
  background: #848b95;
}*/
.banner .arrow a {
  position: relative;
  z-index: 9;
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  background: #8a8e96;
  border: 1px solid #8a8e96;
  margin: 0 10px;
}
.banner .arrow a.cur {
  border: 1px solid #3285e6;
  background: #fff;
}
.foot_con {
  background: #16191c;
  padding: 30px 0 20px;
}
.foot_con .foot_div {
  border-bottom: 1px solid #242729;
  padding-bottom: 35px;
}
.foot_con .foot_div .foot_nav {
  float: left;
  display: table;
}
.foot_con .foot_div .foot_nav li {
  float: left;
  width: 150px;
  background: url(../images/foot_icon.jpg) no-repeat left top;
  height: 200px;
  padding-left: 16px;
}
.foot_con .foot_div .foot_nav li span {
  margin-top: -2px;
  color: #ffffff;
  font-size: 15px;
  display: block;
  font-weight: bold;
}
.foot_con .foot_div .foot_nav li div {
  margin-top: 6px;
}
.foot_con .foot_div .foot_nav li div a {
  display: block;
  color: #8f8f8f;
  font-size: 13px;
  line-height: 26px;
}
.foot_con .foot_div .foot_nav li div a:hover {
  color: #fff;
}
.foot_con .foot_div .qiye {
  margin-top: -2px;
  float: right;
  display: table;
}
.foot_con .foot_div .qiye span {
  display: block;
  color: #ffffff;
  font-size: 18px;
}
.foot_con .foot_div .qiye div {
  margin-top: 5px;
}
.foot_con .foot_div .qiye div a {
  display: block;
  color: #8f8f8f;
  font-size: 13px;
  line-height: 26px;
}
.foot_con .foot_div .qiye div a:hover {
  color: #fff;
}
.foot_con .foot_div .ewm {
  margin-top: -2px;
  margin-left: 55px;
  float: right;
}
.foot_con .foot_div .ewm p {
  color: #ffffff;
  font-size: 18px;
}
.foot_con .foot_div .ewm img {
  margin-top: 13px;
  width: 124px;
  height: 124px;
}
.foot_con .banquan {
  padding-top: 5px;
}
.foot_con .banquan .f-l,
.foot_con .banquan .f-r {
  display: table;
}
.foot_con .banquan .f-l p,
.foot_con .banquan .f-r p {
  color: #8c8c8c;
  font-size: 12px;
  line-height: 22px;
}
.foot_con .banquan .f-l p span,
.foot_con .banquan .f-r p span {
  color: #1aa5ea;
  font-size: 14px;
}
.f-l a:hover{color: #fff;}
.foot_con .banquan .f-r p {
  float: left;
}
.foot_con .banquan .f-r .rk {
  display: block;
  width: 22px;
  height: 22px;
  background: url(../images/foot_icon2.png) no-repeat center center;
  float: right;
  margin-left: 22px;
}
.foot_con .banquan .f-r .rk:hover {
  background: url(../images/foot_icon3.png) no-repeat center center;
}
.home_title {
  text-align: center;
  color: #333333;
  font-size: 30px;
  font-weight: normal;
}
.home_name {
  margin-top: 15px;
  text-align: center;
  color: #666666;
  font-size: 16px;
  line-height: 24px;
}
.home_div {
  background: url(../images/home_bg.jpg) no-repeat center center;
  height: 769px;
  padding-top: 76px;
  position: relative;
}
.home_div .home_list {
  margin-top: 70px;
}
.home_div .home_list li {
  float: left;
  width: 20%;
  height: 405px;
  border-radius: 6px;
  text-align: center;
  padding: 40px 0 0;
}
.home_div .home_list li .img {
  margin: 0 auto;
  width: 181px;
  height: 181px;
  background: #FFFFFF;
  border-radius: 50%;
  position: relative;
  border: 12px solid #fff;
}
.home_div .home_list li .img em {
  position: absolute;
  width: 158px;
  height: 158px;
  display: block;
  z-index: 1;
  border-radius: 50%;
  overflow: hidden;
}
.home_div .home_list li .img em img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.home_div .home_list li .img span {
  z-index: 3;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 158px;
  height: 158px;
}
.home_div .home_list li .img .bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  border-radius: 50%;
  width: 158px;
  height: 158px;
  background: url(../images/home_bg2.png) no-repeat center center;
}
.home_div .home_list li .text {
  margin-top: 20px;
}
.home_div .home_list li .text .t {
  color: #666666;
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
}
.home_div .home_list li .text .bt {
  width: 92px;
  height: 37px;
  background: #bdbdbd;
  margin: 30px auto 0;
  border-radius: 3px;
  color: #ffffff;
  font-size: 15px;
  line-height: 36px;
}
.home_div .home_list li .text .name {
  margin-top: 12px;
  color: #999999;
  font-size: 12px;
  text-transform: uppercase;
}
/*.home_div .home_list li:hover {
  background: #fff;
}*/
.home_div .home_list li:hover .text .t {
  color: #1f67b5;
}
.home_div .home_list li:hover .text .bt {
  background: #3372b1;
}
.home_div .home_list li:hover .text .name {
  color: #88b5e6;
}
.home_div .home_list li:hover .img .bg {
  background: url(../images/home_bg3.png) no-repeat center center;
}
.home_div .home_h {
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -590px;
  width: 1180px;
  height: 77px;
}
.home_div .home_h span {
  display: inline-block;
  float: left;
  color: #333333;
  font-size: 15px;
  line-height: 77px;
}
.home_div .home_h .list {
  width: 870px;
  float: left;
  margin-left: 10px;
  line-height: 77px;
  overflow: hidden;
}
.home_div .home_h .list ul {
  width: 100000px;
}
.home_div .home_h .list ul li {
  float: left;
  margin: 0 15px;
  font-size: 15px;
  padding-left: 15px;
  background: url(../images/home_bg4.png) no-repeat left center;
}
.home_div .home_h .list ul li a {
  color: #19528a;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.home_div .home_h .list ul li:hover {
  background: url(../images/home_bg9.png) no-repeat left center;
}
.home_div .home_h .list ul li:hover a {
  color: #f04848;
}
.home_div .home_h .more {
  display: inline-block;
  float: right;
  color: #f91e1e;
  font-size: 15px;
  line-height: 77px;
  margin-right: 70px;
  text-transform: uppercase;
}
.home_div2 {
  background: url(../images/home_bg5.jpg) no-repeat center center;
  height: 592px;
  padding-top: 70px;
}
.home_div2 .home_title {
  color: #fff;
}
.home_div2 .home_name {
  color: #fff;
}
.home_div2 .home_logo {
  width: 1020px;
  margin: 60px auto 0;
}
.home_div2 .home_logo ul li {
  width: 170px;
  height: 120px;
  float: left;
  text-align: center;
 	position: relative;
  border-bottom: 1px solid #7ea1c5;
  border-right: 1px solid #7ea1c5;
}
.home_div2 .home_logo ul li a {
  display: block;
  width: 170px;
  height: 120px;
  position: relative;
}
.home_div2 .home_logo ul li img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.home_div2 .home_logo ul li:nth-child(6n) {
  border-right: none;
}
.home_div2 .home_logo ul li:nth-child(7),
.home_div2 .home_logo ul li:nth-child(8),
.home_div2 .home_logo ul li:nth-child(9),
.home_div2 .home_logo ul li:nth-child(10),
.home_div2 .home_logo ul li:nth-child(11),
.home_div2 .home_logo ul li:nth-child(12) {
  border-bottom: none;
}
.home_div2 .home_logo .slick-dots {
  bottom: -65px;
}
.home_div2 .home_logo .slick-dots li {
  width: auto;
  height: auto;
  float: none;
  border: none;
  margin: 0 8px;
}
.home_div2 .home_logo .slick-dots li button {
  width: 47px;
  height: 3px;
  background: rgba(255, 255, 255, 0.5);
}
.home_div2 .home_logo .slick-dots li.slick-active button {
  background: #f3f7fa;
}
.home_div3 {
  padding: 70px 0;
}
.home_div3 dl {
  margin-top: 65px;
}
.home_div3 dl dt {
  width: 550px;
}
.home_div3 dl dt .bt {
  border-bottom: 1px solid #d8d8d8;
  color: #2663a6;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 15px;
}
.home_div3 dl dt .bt span {
  font-weight: normal;
  color: #999999;
  font-size: 15px;
}
.home_div3 dl dt .bt a {
  text-transform: uppercase;
  color: #2663a6;
  font-size: 14px;
  font-weight: normal;
  float: right;
  display: inline-block;
}
.home_div3 dl dt .guandian ul {
  margin-top: 18px;
}
.home_div3 dl dt .guandian ul li {
  background: url(../images/home_bg6.jpg) no-repeat left center;
  padding-left: 26px;
  float: left;
  width: 100%;
  font-size: 14px;
  line-height: 30px;
}
.home_div3 dl dt .guandian ul li a {
  display: block;
  color: #333333;
  max-width: 70%;
  float: left;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.home_div3 dl dt .guandian ul li span{
	display: inline-block;
	float: right;
}
.home_div3 dl dt .guandian ul li a:hover {
  color: #2663a6;
}
.home_div3 dl dt .qikan {
  margin-top: 55px;
}
.home_div3 dl dt .qikan ul li {
  width: 100%;
  float: left;
  margin-top: 20px;
}
.home_div3 dl dt .qikan ul li .img {
  float: left;
  width: 150px;
  height: 100px;
  position: relative;
}
.home_div3 dl dt .qikan ul li .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: -16px;
  right: 0;
  bottom: 0;
  left: 0;
}
.home_div3 dl dt .qikan ul li .text {
  float: right;
  width:380px;
}
.home_div3 dl dt .qikan ul li .text .tit {
  color: #333333;
  font-size: 14px;
  font-weight: bold;
}
.home_div3 dl dt .qikan ul li .text .tit span {
  display: inline-block;
  float: right;
  font-weight: normal;
  color: #f83a3a;
  font-size: 12px;
}
.home_div3 dl dt .qikan ul li .text .t {
  margin-top: 5px;
  color: #777777;
  font-size: 12px;
  line-height: 22px;
}
.home_div3 dl dt .qikan ul li:hover .text .tit {
  color: #2663a6;
}
.home_div3 dl dd {
  width: 560px;
}
.home_div3 dl dd .news_title a {
  display: block;
  width: 104px;
  height: 41px;
  background: #999999;
  float: left;
  margin-right: 10px;
  text-align: center;
  line-height: 41px;
  color: #ffffff;
  font-size: 18px;
}
.home_div3 dl dd .news_title a.cur {
  background: #2663a6;
}
.home_div3 dl dd .home_news {
  margin-top: 22px;
}
.home_div3 dl dd .home_news .home_con {
	position: relative;
  display: none;
}
.home_div3 dl dd .home_news .home_con .more{
	position: absolute;
	right: 0;
	top: -40px;
	color: #2663a6;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase;
}
.home_div3 dl dd .home_news .home_con ul li {
  padding: 11px 0 11px 20px;
  float: left;
  margin-bottom: 10px;
  width: 100%;
  height: 104px;
  background: #f6f8ff;
}
.home_div3 dl dd .home_news .home_con ul li .data {
  width: 70px;
  float: left;
}
.home_div3 dl dd .home_news .home_con ul li .data span {
  display: block;
  width: 70px;
  height: 54px;
  background: #2663a6;
  text-align: center;
  line-height: 54px;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  font-family: arial;
}
.home_div3 dl dd .home_news .home_con ul li .data p {
  margin-top: 4px;
  height: 24px;
  background: #cacaca;
  text-align: center;
  line-height: 24px;
  font-size: 13px;
  font-family: arial;
}
.home_div3 dl dd .home_news .home_con ul li .text {
  margin-left: 21px;
  float: left;
  width: 427px;
  padding-left: 23px;
  height: 82px;
  border-left: 1px solid #c8cacd;
  padding-top: 8px;
}
.home_div3 dl dd .home_news .home_con ul li .text .bt {
  display: block;
  color: #333333;
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-weight: bold;
}
.home_div3 dl dd .home_news .home_con ul li .text .t {
  margin-top: 8px;
  color: #888888;
  font-size: 13px;
}
.home_div3 dl dd .home_news .home_con ul li:hover {
  background: #ededed;
}
.home_div3 dl dd .home_news .home_con:first-child {
  display: block;
}
.home_div4 {
  background: url(../images/home_bg7.jpg) no-repeat center center;
  height: 515px;
}
.home_div4 dl {
  padding-top: 95px;
}
.home_div4 dl dt {
  width: 541px;
}
.home_div4 dl dt h3 {
  color: #253d5c;
  font-size: 44px;
  font-family: arial;
  text-transform: uppercase;
}
.home_div4 dl dt ul {
  margin-top: 25px;
  float: left;
  width: 100%;
}
.home_div4 dl dt ul li {
  margin-bottom: 16px;
  float: left;
  width: 100%;
  line-height: 39px;
  color: #ffffff;
  font-size: 15px;
}
.home_div4 dl dt ul li span, .home_div4 dl dt ul li img {
  display: block;
  width: 39px;
  height: 39px;
  float: left;
  margin-right: 18px;
}
.home_div4 dl dd {
  width: 560px;
}
.home_div4 dl dd ul li {
  float: left;
  width: 100%;
  margin-bottom: 6px;
}
.home_div4 dl dd ul li input {
  background: url(../images/home_bg8.png);
  width: 100%;
  height: 39px;
  border-radius: 3px;
  border: 1px solid #596675;
  color: #fff;
  font-family: "微软雅黑";
  font-size: 16px;
  padding: 0 20px;
}
.home_div4 dl dd ul li textarea {
  background: url(../images/home_bg8.png);
  width: 100%;
  height: 125px;
  border-radius: 3px;
  border: 1px solid #596675;
  color: #fff;
  font-family: "微软雅黑";
  font-size: 16px;
  padding: 8px 20px;
}
.home_div4 dl dd ul li .btn {
  margin-top: 14px;
  background: #1558a0;
  border: none;
  height: 52px;
  font-size: 20px;
}
.nybanner {
  position: relative;
  left: 50%;
  width: 1920px;
  margin-left: -960px;
  line-height: 0;
}
.nybanner .qq {
  display: block;
  width: 150px;
  height: 44px;
  position: absolute;
  top: 213px;
  right: 592px;
}
.menu_con {
  border-bottom: 1px solid #d5d7d8;
  height: 66px;
}
.menu_con h3 {
  height: 65px;
  padding-top: 27px;
  float: left;
  display: table;
  color: #0b65b1;
  font-size: 16px;
  font-weight: normal;
  background: url(../images/about_icon.png) no-repeat left center;
  padding-left: 35px;
}
.menu_con ul {
  margin-left: 128px;
  float: left;
  display: table;
}
.menu_con ul li {
  position: relative;
  float: left;
  width: 124px;
  height: 66px;
  line-height: 66px;
  font-size: 16px;
  text-align: center;
}
.menu_con ul li:before {
  display: none;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  width: 15px;
  height: 6px;
  margin-left: -7.5px;
  background: url(../images/about_icon2.png) no-repeat center center;
}
.menu_con ul li a {
  display: block;
  color: #666666;
}
.menu_con ul li.cur,
.menu_con ul li:hover {
  background: #2663a6;
}
.menu_con ul li.cur:before,
.menu_con ul li:hover:before {
  display: block;
}
.menu_con ul li.cur a,
.menu_con ul li:hover a {
  color: #fff;
}
.about_title {
  text-align: center;
  color: #eef4fa;
  font-size: 40px;
  text-transform: uppercase;
}
.about_tit {
  text-align: center;
  color: #2663a6;
  font-size: 24px;
}
.about_div {
  padding: 40px 0 0;
}
.about_div .text_div {
  border-top: 4px solid #eef4fa;
  margin-top: 40px;
  margin-bottom: 52px;
  border-bottom: 4px solid #eef4fa;
  padding: 40px 30px 20px;
}
.about_div .text_div .f-l {
  width: 600px;
}
.about_div .text_div .f-l .text {
  color: #666666;
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
}
.about_div .text_div .f-l .more {
  margin-top: 15px;
  color: #f72b2b;
  font-size: 16px;
  display: inline-block;
  background: url(../images/about_icon3.png) no-repeat right 9px;
  padding-right: 16px;
}
.about_div .text_div .f-l .more.cur {
  background: url(../images/about_icon4.png) no-repeat right 9px;
}
.about_div .text_div .f-r {
  width: 443px;
  height: 273px;
}
.about_div2 {
  background: url(../images/about_bg.jpg) no-repeat center center;
  height: 629px;
  padding: 80px 0 0;
}
.about_div2 .about_tit {
  color: #fff;
}
.about_div2 .name {
  margin-top: 12px;
  text-align: center;
  color: #fff;
  font-size: 14px;
}
.about_div2 .img {
  margin-top: 52px;
  text-align: center;
}
.about_div3 {
  padding: 66px 0 75px;
}
.about_div3 .name {
  margin-top: 12px;
  text-align: center;
  color: #666666;
  font-size: 14px;
}
.about_div3 dl {
  margin-top: 46px;
}
.about_div3 dl dt {
  width: 451px;
  height: 395px;
}
.about_div3 dl dd {
  margin-top: 36px;
  width: 629px;
  height: 323px;
  margin-right: 38px;
  overflow: hidden;
}
.about_div3 dl dd h3 {
  color: #fb3737;
  font-size: 22px;
}
.about_div3 dl dd .tit {
  margin-top: 8px;
  color: #333333;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 17px;
  position: relative;
}
.about_div3 dl dd .tit:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 2px;
  background: #96b5d8;
}
.about_div3 dl dd .text {
  margin-top: 20px;
  color: #777777;
  font-size: 14px;
  line-height: 28px;
}
.about_div4 {
  background: #efefef;
  padding: 66px 0 75px;
}
.about_div4 .name {
  margin-top: 12px;
  text-align: center;
  color: #666666;
  font-size: 14px;
}
.about_div4 #focus_Box {
  position: relative;
  width: 870px;
  height: 316px;
  margin: 50px auto 0;
}
.about_div4 #focus_Box:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -70px;
  margin-left: -321px;
  width: 642px;
  height: 124px;
  background: url(../images/about_bg2.png) no-repeat center center;
}
.about_div4 #focus_Box ul {
  position: relative;
  width: 870px;
  height: 316px;
}
.about_div4 #focus_Box li {
  z-index: 0;
  position: absolute;
  width: 0px;
  height: 0px;
  top: 0;
  cursor: pointer;
  left: 0;
}
.about_div4 #focus_Box li img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.about_div4 #focus_Box .prev,
.about_div4 #focus_Box .next {
  display: block;
  z-index: 100;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  width: 82px;
  height: 52px;
  top: 117px;
}
.about_div4 #focus_Box .prev {
  background: url(../images/about_left.png) no-repeat center center;
  left: -155px;
}
.about_div4 #focus_Box .next {
  background: url(../images/about_right.png) no-repeat center center;
  right: -155px;
}
.about_div4 .more {
  position: relative;
  z-index: 99;
  margin-top: 55px;
  font-size: 14px;
  text-align: center;
}
.about_div4 .more a {
  display: inline-block;
  color: #f72b2b;
}
.honor {
  margin-top: 40px;
  padding-bottom: 80px;
  border-top: 4px solid #eef4fa;
}
.honor ul {
  padding: 25px 27px 22px;
}
.honor ul li {
  margin: 20px 80px 20px 0;
  float: left;
  padding-bottom: 12px;
  width: 322px;
  border-bottom: 2px solid #ededed;
}
.honor ul li:nth-child(3n) {
  margin-right: 0;
}
.honor ul li .img {
  display: block;
  width: 322px;
  height: 245px;
  position: relative;
}
.honor ul li .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.honor ul li .bt {
  margin-top: 15px;
  text-align: center;
  color: #666666;
  font-size: 14px;
  line-height: 24px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.culture_div {
  padding: 85px 0 80px;
}
.culture_div dl dt {
  width: 588px;
}
.culture_div dl dt h1 {
  line-height: 0;
}
.culture_div dl dt .text {
  padding-top: 2px;
  color: #555555;
  font-size: 14x;
  line-height: 24px;
}
.culture_div dl dt .text .t {
  margin-top: 15px;
}
.culture_div dl dt .text .t span {
  color: #fb3737;
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
  margin-right: 12px;
}
.culture_div dl dd {
  width: 582px;
  height: 321px;
  margin-right: -58px;
  margin-top: 41px;
}
.culture_div2 {
  background: url(../images/culture_img3.jpg) no-repeat center center;
  height: 558px;
}
.culture_div2 .text_div {
  width: 985px;
  height: 558px;
  float: right;
  background: url(../images/culture_bg.png) no-repeat center center;
  margin-right: -372px;
}
.culture_div2 .text_div .text {
  padding-top: 97px;
  margin-left: 75px;
  width: 538px;
}
.culture_div2 .text_div h1 {
  color: #ffffff;
  font-size: 30px;
  font-weight: normal;
  border-bottom: 1px solid #8fb0d2;
  padding-bottom: 18px;
  position: relative;
}
.culture_div2 .text_div h1:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 150px;
  height: 1px;
  background: #fff;
}
.culture_div2 .text_div .t {
  color: #f4f7f9;
  font-size: 14px;
  line-height: 24px;
}
.culture_div2 .text_div .t p {
  margin-top: 18px;
}
.culture_div3 {
  padding: 80px 0 60px;
}
.culture_div3 ul li {
  margin: 0 47px;
  float: left;
  width: 200px;
}
.culture_div3 ul li .img {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
  width: 195px;
  height: 195px;
  overflow: hidden;
  border-radius: 50%;
  border: 13px solid #699bcd;
  position: relative;
}
.culture_div3 ul li .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
}
.culture_div3 ul li .text {
  text-align: center;
  margin-top: 33px;
}
.culture_div3 ul li .text .bt {
  color: #333333;
  font-size: 22px;
  padding-bottom: 12px;
  position: relative;
}
.culture_div3 ul li .text .bt:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -15px;
  width: 30px;
  height: 2px;
  background: #fb3d3d;
}
.culture_div3 ul li .text .t {
  color: #777777;
  font-size: 14px;
}
.course_div {
  z-index: -1;
  position: relative;
  background: #f6f6f6;
  padding: 50px 0 65px;
}
.course_div .about_title {
  color: #e4ebf3;
}
.course_div .name {
  margin-top: 12px;
  text-align: center;
  color: #666666;
  font-size: 14px;
}
.course_div:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -22px;
  margin-left: -24px;
  width: 48px;
  height: 22px;
  background: url(../images/course_icon.png) no-repeat center center;
}
.course_div2 {
  padding: 80px 0 85px;
}
.course_div2 ul {
  padding-top: 96px;
  padding-bottom: 50px;
  position: relative;
  background: url(../images/course_icon3.jpg) repeat-y center top;
}
.course_div2 ul:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -8.5px;
  width: 17px;
  height: 24px;
  background: url(../images/course_icon2.jpg) no-repeat center center;
}
.course_div2 ul li {
  position: relative;
  width: 599px;
  float: right;
}
.course_div2 ul li:nth-child(2n) {
  float: left;
  width: 598px;
}
.course_div2 ul li:nth-child(2n) .text {
  text-align: right;
  padding-right: 36px;
}
.course_div2 ul li:nth-child(2n) .t1 {
  background: url(../images/course_icon4.jpg) no-repeat right 8px;
}
.course_div2 ul li:nth-child(2n) .img {
  float: right;
  margin-right: 36px;
}
.course_div2 ul li .text {
  margin-bottom: 30px;
  padding-left: 36px;
}
.course_div2 ul li .text .data {
  color: #c6c6c6;
  font-size: 24px;
  font-weight: bold;
}
.course_div2 ul li .text .t {
  margin-top: 5px;
  color: #666666;
  font-size: 15px;
  line-height: 24px;
}
.course_div2 ul li .img {
  margin-left: 36px;
}
.course_div2 ul li .t1 {
  background: url(../images/course_icon4.jpg) no-repeat left 8px;
}
.course_div2 ul li:first-child .img {
  width: 152px;
  height: 145px;
  position: absolute;
  top: -50px;
  left: 170px;
}
.course_div2 ul li.v {
  margin-top: -190px;
}
.course_div2 ul li.v2 {
  margin-top: -130px;
}
.course_div2 ul li.v3 {
  margin-top: -120px;
}
.course_div2 ul li.v4 {
  margin-top: 46px;
}
.team_div {
  padding: 65px 0 80px;
}
.team_div .team_list li {
  cursor: pointer;
  position: relative;
  float: left;
  width: 124px;
  height: 46px;
  background: #ececec;
  text-align: center;
  line-height: 46px;
  color: #666666;
  font-size: 18px;
  margin-right: 10px;
}
.team_div .team_list li a { display:block; height:100%; color:inherit;}
.team_div .team_list li.cur {
  background: #2663a6;
  color: #fff;
}
.team_div .team_list li.cur:before {
  display: block;
}
.team_div .team_list li:before {
  display: none;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  margin-left: -7.5px;
  width: 15px;
  height: 6px;
  background: url(../images/team_icon.png) no-repeat center center;
}
.team_div .team_con {
  display: none;
  padding-bottom: 50px;
  margin-top: 26px;
}
.team_div .team_con:first-child {
  display: block;
}
.team_div .team_con li {
  padding: 30px 0;
  float: left;
  width: 100%;
  border-bottom: 1px solid #e3e3e3;
}
.team_div .team_con li .img {
  float: left;
  width: 168px;
  height: 240px;
  position: relative;
}
.team_div .team_con li .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.team_div .team_con li .text {
  padding-top: 15px;
  float: right;
  width: 946px;
}
.team_div .team_con li .text .bt {
  padding-bottom: 20px;
  position: relative;
  color: #666666;
  font-size: 14px;
}
.team_div .team_con li .text .bt span {
  color: #2663a6;
  font-size: 24px;
  font-weight: bold;
  display: inline-block;
  margin-right: 10px;
}
.team_div .team_con li .text .bt:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 35px;
  height: 2px;
  background: #e1e1e1;
}
.team_div .team_con li .text .t {
  margin-top: 15px;
  color: #2663a6;
  font-size: 16px;
  line-height: 24px;
}
.team_div .team_con li .text .d {
  margin-top: 3px;
  color: #444444;
  font-size: 16px;
  line-height: 24px;
}
.team_div .team_con li .text .nr {
  margin-top: 16px;
  height: 48px;
  overflow: hidden;
  color: #888888;
  font-size: 14px;
  line-height: 24px;
}
.team_div .team_con li .text .nr p {
  background: url(../images/team_icon2.jpg) no-repeat left 10px;
  padding-left: 15px;
}
.team_div .team_con li .text .more {
  margin-top: 15px;
  color: #f72b2b;
  font-size: 16px;
  display: inline-block;
  background: url(../images/about_icon3.png) no-repeat right 9px;
  padding-right: 16px;
}
.team_div .team_con li .text .more.cur {
  background: url(../images/about_icon4.png) no-repeat right 9px;
}
#team_tab {
  padding-bottom: 20px;
}
#team_tab li {
  cursor: pointer;
  float: left;
  width: 168px;
  padding: 0 0 14px 0;
  margin: 30px 34px 30px 0;
  border-bottom: 3px solid #ececec;
}
#team_tab li:nth-child(6n) {
  margin-right: 0;
}
#team_tab li .img {
  width: 168px;
  height: 240px;
  margin-bottom: 8px;
  position: relative;
}
#team_tab li .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#team_tab li .bt {
  text-align: center;
  color: #2663a6;
  font-size: 24px;
  margin-bottom:8px;
}
#team_tab li .t {
  text-align: center;
  color: #666666;
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  /*white-space: nowrap;*/
  height:38px;
}
#team_tab li:hover {
  border-bottom: 3px solid #f72b2b;
}
.tc_team {
  display: none;
  position: fixed;
  z-index: 99;
  background: url(../images/bg.png);
  width: 100%;
  height: 100%;
  bottom: 0px;
  left: 0;
  text-align: center;
}
.tc_team .box {
  background: #FFFFFF;
  width: 1038px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  text-align: left;
  position: relative;
}
.tc_team .box .guanbi {
  cursor: pointer;
  position: absolute;
  right: 24px;
  top: 24px;
  width: 16px;
  height: 16px;
}
.tc_team .box .bt_d {
  height: 66px;
  background: #2663a6;
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 66px;
}
.tc_team .box .text {
  padding: 40px 70px;
}
.tc_team .box .text .img {
  float: left;
  width: 168px;
  height: 240px;
  position: relative;
}
.tc_team .box .text .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.tc_team .box .text .text_div {
  float: right;
  width: 660px;
}
.tc_team .box .text .text_div .bt {
  color: #2663a6;
  font-size: 30px;
}
.tc_team .box .text .text_div .name {
  margin-top: 10px;
  color: #666666;
  font-size: 16px;
  line-height: 24px;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 12px;
}
.tc_team .box .text .text_div .t {
  margin-top: 15px;
}
.tc_team .box .text .text_div .t span.tit {
  display: block;
  color: #2663a6;
  font-size: 16px;
  line-height: 24px;
  padding-left: 14px;
  position: relative;
}
.tc_team .box .text .text_div .t span.tit:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2.5px;
  width: 5px;
  height: 5px;
  border-radius: 2px;
  background: #2663a6;
}
.tc_team .box .text .text_div .t .d {
  color: #888888;
  font-size: 14px;
  line-height: 24px;
  padding-left: 14px;
}
.tc_team .box .text .text_div .t .dinfo {  }
.tc_team .box .text .text_div .t .dinfo ul { list-style-type: disc; padding-left: 20px; }
.tc_team .box + i {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.join_div {
  padding: 40px 0 0;
}
.join_div .name {
  text-align: center;
  color: #777777;
  font-size: 16px;
  margin-top: 18px;
}
.join_div .yw {
  margin-top: 8px;
  text-align: center;
  color: #999999;
  font-size: 14px;
}
.join_div .img_div {
  position: relative;
  width: 1180px;
  height: 485px;
  background: url(../images/join_icon.jpg) no-repeat center center;
  margin-top: 28px;
}
.join_div .img_div .img {
  position: absolute;
}
.join_div .img_div .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
}
.join_div .img_div .img1 {
  left: 170px;
  bottom: 92px;
  width: 169px;
  height: 169px;
}
.join_div .img_div .img2 {
  left: 326px;
  top: 86px;
  width: 204px;
  height: 204px;
}
.join_div .img_div .img2 img {
  border: 6px solid #80b4e6;
}
.join_div .img_div .img3 {
  left: 537px;
  bottom: 102px;
  width: 173px;
  height: 173px;
}
.join_div .img_div .img3 img {
  border: 4px solid #b9d8f6;
}
.join_div .img_div .img4 {
  right: 171px;
  bottom: 86px;
  width: 262px;
  height: 262px;
}
.join_div .img_div .img4 img {
  border: 7px solid #5996d1;
}
.join_div2 {
  background: url(../images/join_icon2.png) no-repeat center center;
  height: 449px;
  text-align: center;
  padding: 80px 0 0;
}
.join_div2 h1 {
  color: #ffffff;
  font-size: 50px;
  font-weight: normal;
}
.join_div2 h3 {
  color: #6a92c2;
  font-size: 71px;
}
.join_div2 .img {
  width: 98px;
  height: 98px;
  margin: 3px auto 0;
}
.join_div3 {
  padding: 88px 0 60px;
}
.join_div3 ul {
  width: 1050px;
  margin: 0 auto;
  border-top: 1px solid #d9d9d9;
}
.join_div3 ul li {
  float: left;
  width: 100%;
}
.join_div3 ul li .bt {
  cursor: pointer;
  padding: 0 27px;
  height: 42px;
  border-bottom: 1px solid #d9d9d9;
  line-height: 41px;
  color: #666666;
  font-size: 16px;
}
.join_div3 ul li .bt p {
  float: left;
  width: 505px;
}
.join_div3 ul li .bt em {
  display: inline-block;
  float: left;
  font-style: normal;
}
.join_div3 ul li .bt span {
  float: right;
  width: 14px;
  height: 8px;
  background: url(../images/join_icon4.png) no-repeat center center;
  display: inline-block;
  margin-right: 32px;
  margin-top: 17px;
}
.join_div3 ul li .text {
  display: none;
  background: #f3f3f3;
  padding: 25px 27px;
  border-bottom: 1px solid #d9d9d9;
}
.join_div3 ul li .text .tit {
  color: #666666;
  font-weight: bold;
  font-size: 15px;
}
.join_div3 ul li .text .t {
  margin-top: 5px;
  color: #666666;
  font-size: 14px;
  line-height: 24px;
}
.join_div3 ul li.on .bt {
  color: #416fb3;
}
.join_div3 ul li.on .bt span {
  background: url(../images/join_icon5.png) no-repeat center center;
}
.join_div3 .rexian_div {
  color: #f92d2d;
  font-size: 14px;
  width: 1050px;
  margin: 25px auto 0;
  padding: 0 27px;
  line-height: 26px;
}
.join_div3 .rexian_div a {
  display: inline-block;
  color: #f92d2d;
}
.contact_div {
  padding: 40px 0 0;
}
.contact_div .name {
  margin-top: 18px;
  text-align: center;
  color: #666666;
  font-size: 15px;
}
.contact_div .name a {
  display: inline-block;
  color: #666666;
  font-family: arial;
}
.contact_div .feedback {
  margin-top: 60px;
}
.contact_div .feedback ul li {
  width: 523px;
  margin-bottom: 20px;
  float: left;
}
.contact_div .feedback ul li:nth-child(2n) {
  float: right;
}
.contact_div .feedback ul li input {
  width: 100%;
  height: 60px;
  border: 1px solid #c9c9c9;
  border-radius: 3px;
  font-size: 14px;
  padding: 0 12px;
  color: #333;
}
.contact_div .feedback ul li textarea {
  width: 100%;
  height: 180px;
  border: 1px solid #c9c9c9;
  border-radius: 3px;
  font-size: 14px;
  font-family: "微软雅黑";
  padding: 8px 12px;
  color: #333;
}
.contact_div .feedback ul li .btn,
.contact_div .feedback ul li .btn1 {
  float: none;
  width: 205px;
  height: 50px;
  border-radius: 5px;
  border: none;
  color: #fff;
  font-size: 16px;
  text-align: center;
  margin: 20px 20px 0;
}
.contact_div .feedback ul li .btn {
  background: #3272b0;
}
.contact_div .feedback ul li .btn1 {
  background: #bfbfbf;
}
.contact_map {
  margin-top: 70px;
  position: relative;
  width: 100%;
}
.contact_map .contact_map_a{
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.contact_map .w1180 {
  position: relative;
}
.contact_map .text_div {
  width: 465px;
}
.contact_map .text_div .con_div {
  /*height: 335px;*/
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #90a4b5;
  padding: 24px 22px 0;
}
.contact_map .text_div .con_div ul {
  display: none;
}
.contact_map .text_div .con_div ul:first-child {
  display: block;
}
.contact_map .text_div .con_div ul li {
  float: left;
  width: 100%;
}
.contact_map .text_div .con_div ul li .bt {
  color: #ef4848;
  font-size: 22px;
  font-weight: bold;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 13px;
}
.contact_map .text_div .con_div ul li .t {
  margin-top: 15px;
  color: #666666;
  font-size: 13px;
  line-height: 25px;
}
.contact_map .text_div .con_btn {
  width: 100%;
  height: 54px;
  margin-top: 25px;
  background: rgba(60, 120, 172, 0.8);
}
.contact_map .text_div .con_btn ul li {
  position: relative;
  cursor: pointer;
  float: left;
  line-height: 54px;
  color: #fff;
  font-size: 18px;
      margin: 0 10px;
}
.contact_map .text_div .con_btn ul li.cur {
  text-decoration: underline;
}
.contact_map .text_div .con_btn ul li.cur:before {
  display: block;
}
.contact_map .text_div .con_btn ul li:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -8px;
  background: url(../images/contact_icon.png) no-repeat center center;
  width: 14px;
  height: 8px;
  margin-left: -7px;
  display: none;
}
.case_div {
  background: #f5f5f5;
  padding: 42px 0 40px;
}
.case_div ul li {
  float: left;
  width: 100%;
  margin-bottom: 15px;
}
.case_div ul li span {
  float: left;
  display: inline-block;
  width: 105px;
  color: #666666;
  font-size: 18px;
  font-weight: bold;
  line-height: 35px;
}
.case_div ul li .text {
  float: left;
  width: 1075px;
}
.case_div ul li .text a {
  display: inline-block;
  line-height: 35px;
  background: #39699c;
  color: #fff;
  border-radius: 5px;
  font-size: 14px;
  padding: 0 11px;
  float: left;
  margin-right: 19px;
  margin-bottom: 10px;
}
.case_div ul li .text a i {
  display: inline-block;
  background: url(../images/gb.png) no-repeat center center;
  width: 8px;
  height: 9px;
  margin-left: 10px;
}
.case_div ul li .text1 {
  position: relative;
}
.case_div ul li .text1 > div {
  float: left;
  display: inline-block;
  margin-right: 15px;
}
.case_div ul li .text1 > div > a {
  margin-right: 0;
  position: relative;
}
.case_div ul li .text1 > div > a:before {
  display: none;
  z-index: 4;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  margin-left: -10px;
  width: 20px;
  height: 11px;
  /*background: url(../images/case_icon1.png) no-repeat center center;*/
}
.case_div ul li .text1 > div .text_b {
  z-index: 3;
  display: none;
  width: auto;
  position: absolute;
  top: 38px;
  border: 1px solid #e0e0e0;
  line-height: 30px;
  border-radius: 5px;
}
.case_div ul li .text1 > div .text_b a {
  color: #666666;
  font-size: 14px;
  line-height: 30px;
  padding: 0;
  border: none;
  margin-bottom: 0;
  margin-right: 20px;
}
.case_div ul li .text1 > div .text_b a:last-child{
	margin-right: 0;
}
.case_div ul li .text1 > div .text_b a:hover {
  color: #39699c;
}
.case_div ul li .text1 > div.cur > a {
  background: #fff;
  border: 1px solid #e0e0e0;
  color: #39699c;
}
.case_div ul li .text1 > div.cur > a:before {
  display: block;
}
.case_div ul li .text1 > div:hover > a {
  background: #fff;
  border: 1px solid #e0e0e0;
  color: #39699c;
}
.case_div ul li .text1 a {
  margin-right: 15px;
  background: none;
  color: #888888;
  font-size: 16px;
  border: 1px solid #f5f5f5;
}
.case_div ul li .text1 a.cur,
.case_div ul li .text1 a:hover {
  background: #fff;
  border: 1px solid #e0e0e0;
  color: #39699c;
}
.case_div2 {
  background: url(../images/case_icon2.jpg) no-repeat center top;
  padding: 45px 0 80px;
}
.case_div2 ul {
  padding-bottom: 25px;
}
.case_div2 ul li {
  margin: 25px 47px 25px 0;
  float: left;
  width: 362px;
  height: 324px;
  margin-right: 47px;
  background: #f5f5f5;
}
.case_div2 ul li:nth-child(3n) {
  margin-right: 0;
}
.case_div2 ul li .img {
  position: relative;
  width: 362px;
  height: 194px;
}
.case_div2 ul li .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.case_div2 ul li .text {
  padding: 15px 17px 0;
}
.case_div2 ul li .text .bt {
  color: #333333;
  font-size: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.case_div2 ul li .text .t {
  margin-top: 10px;
  color: #777777;
  font-size: 14px;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
}
.case_div2 ul li .text .more {
  margin-top: 10px;
  color: #f72b2b;
  font-size: 14px;
  font-weight: bold;
}
.case_div2 ul li:hover {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  background: #fff;
}
.case_div2 ul li:hover .text .bt {
  color: #2663a6;
}
.case_div2 ul li:hover .text .t {
  color: #2663a6;
}
.case_show {
  background: #f5f5f5;
  padding: 45px 0 80px;
}
.case_show h1 {
  color: #2663a6;
  font-size: 28px;
  font-weight: normal;
}
.case_show dl {
  margin-top: 40px;
  background: #7ca9d8;
  height: 325px;
}
.case_show dl dt {
  width: 427px;
  height: 325px;
}
.case_show dl dd {
  width: 753px;
  padding-left: 38px;
  padding-top: 35px;
}
.case_show dl dd .text {
  width: 690px;
  height: 265px;
  overflow: hidden;
}
.case_show dl dd .text h3 {
  color: #ffffff;
  font-size: 24px;
  font-weight: normal;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  padding-bottom: 15px;
}
.case_show dl dd .text .t {
  margin-top: 15px;
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
}
#case_box .mCustomScrollBox > .mCSB_scrollTools {
  width: 7px;
  opacity: inherit;
}
#case_box .mCSB_scrollTools .mCSB_draggerRail {
  width: 7px;
  background: #adc9e7;
}
#case_box .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 7px;
  background: #fff;
}
.case_show2 {
  padding: 50px 0;
}
.case_show2 .bt {
  color: #202020;
  font-size: 22px;
  font-weight: bold;
}
.case_show2 .t {
  color: #666666;
  font-size: 14px;
  line-height: 24px;
  margin-top: 10px;
}
.case_show2 .t span {
  margin-top: 15px;
  display: block;
  color: #333;
}
.fenye {
  position: relative;
  margin-top: 30px;
  border-top: 1px solid #3272b0;
}
.fenye .fh {
  display: block;
  width: 92px;
  height: 54px;
  background: url(../images/fh.jpg) no-repeat center center;
  position: absolute;
  right: 0;
  top: 30px;
  text-align: center;
  line-height: 54px;
  color: #fff;
  font-size: 15px;
  padding-left: 4px;
}
.fenye ul {
  margin-top: 12px;
  width: 1030px;
}
.fenye ul li {
  float: left;
  width: 100%;
  border-bottom: 1px dashed #828282;
  line-height: 40px;
}
.fenye ul li:last-child {
  border-bottom: none;
}
.fenye ul li a {
  color: #666666;
  font-size: 15px;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.fenye ul li a span {
  color: #333333;
  font-size: 16px;
}
.fenye ul li:hover a {
  color: #3272b0;
}
.fenye .fx {
  margin-top: 15px;
}
.fenye .fx span {
  display: inline-block;
  float: left;
  color: #000000;
  font-size: 14px;
  line-height: 24px;
}
.fenye .fx div {
  float: left;
  display: inline-block;
}
.fenye .fx div a {
  display: block;
  width: 24px;
  height: 24px;
  float: left;
  line-height: 24px;
  margin-left: 8px;
}
.advisory_con {
  border-bottom: 1px solid #d5d7d8;
  height: 66px;
  text-align: center;
}
.advisory_con a {
  padding: 0 26px;
  position: relative;
  height: 66px;
  line-height: 66px;
  font-size: 16px;
  color: #666666;
  display: inline-block;
  text-align: center;
}
.advisory_con a:before {
  display: none;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  width: 15px;
  height: 6px;
  margin-left: -7.5px;
  background: url(../images/about_icon2.png) no-repeat center center;
}
.advisory_con a.cur,
.advisory_con a:hover {
  background: #2663a6;
  color: #fff;
}
.advisory_con a.cur:before,
.advisory_con a:hover:before {
  display: block;
}
.advisory_div {
  padding: 70px 0 65px;
}
.advisory_div dl dt {
  width: 615px;
}
.advisory_div dl dt h1 {
  color: #333333;
  font-size: 22px;
  font-weight: normal;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 16px;
  position: relative;
}
.advisory_div dl dt h1:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 75px;
  height: 1px;
  background: #a3a3a3;
}
.advisory_div dl dt .t {
  margin-top: 28px;
  color: #666666;
  font-size: 14px;
  line-height: 24px;
}
.advisory_div dl dd {
  width: 452px;
}
.advisory_div2 {
  background: #f0f0f0;
  padding: 50px 0 40px;
}
.advisory_div2 .text_div {
  float: left;
  width: 343px;
  margin-bottom: 40px;
  margin-right: 74px;
}
.advisory_div2 .text_div:nth-child(3n) {
  margin-right: 0;
}
.advisory_div2 .text_div:nth-child(4),
.advisory_div2 .text_div:nth-child(5),
.advisory_div2 .text_div:nth-child(6) {
  height: 444px;
}
.advisory_div2 .text_div .bt {
  color: #555555;
  font-size: 22px;
  font-weight: bold;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 14px;
  position: relative;
}
.advisory_div2 .text_div .bt:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 85px;
  height: 1px;
  background: #a3a3a3;
}
.advisory_div2 .text_div .img {
  margin-top: 18px;
  width: 343px;
  height: 190px;
  position: relative;
}
.advisory_div2 .text_div .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.advisory_div2 .text_div .t {
  margin-top: 15px;
  color: #666666;
  font-size: 14px;
  line-height: 22px;
  height: 66px;
  overflow: hidden;
}
.advisory_div2 .text_div .con_div {
  margin-top: 10px;
}
.advisory_div2 .text_div .con_div a {
  display: inline-block;
  float: left;
  color: #5a89bc;
  font-size: 14px;
  text-decoration: underline;
  margin-right: 30px;
  margin-bottom: 5px;
}
.advisory_div3 {
  padding: 50px 0 70px;
}
.advisory_div3 .bt {
  color: #333333;
  font-size: 24px;
}
.advisory_div3 ul {
  position: relative;
  margin-top: 35px;
}
.advisory_div3 ul:before {
  content: "";
  position: absolute;
  left: 0;
  top: 85px;
  width: 100%;
  height: 1px;
  border-top: 1px dashed #2663a6;
}
.advisory_div3 ul li {
  margin-right: 86px;
  float: left;
  width: 167px;
}
.advisory_div3 ul li:last-child {
  margin-right: 0;
}
.advisory_div3 ul li .img {
  width: 167px;
  height: 167px;
  border: 3px solid #c6d8ec;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}
.advisory_div3 ul li .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.advisory_div3 ul li .tit {
  margin-top: 20px;
  color: #2663A6;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.advisory_div3 ul li .t {
  margin-top: 10px;
  color: #666666;
  font-size: 14px;
  line-height: 26px;
  padding-left: 30px;
}
.advisory_div3 ul li .t p {
  background: url(../images/advisory_icon6.png) no-repeat left 11px;
  padding-left: 12px;
}
.advisory_div4 {
  padding: 50px 0 70px;
  background: #f0f0f0;
}
.advisory_div4 .bt {
  color: #333333;
  font-size: 24px;
}
.advisory_div4 dl {
  margin-top: 35px;
  height: 305px;
  background: #fff;
}
.advisory_div4 dl dt {
  width: 452px;
  height: 305px;
}
.advisory_div4 dl dd {
  width: 728px;
  padding-left: 78px;
  padding-top: 22px;
}
.advisory_div4 dl dd p {
  color: #333333;
  font-size: 16px;
  line-height: 33px;
  margin: 8px 0;
}
.advisory_div4 dl dd p img {
  display: block;
  float: left;
  width: 33px;
  height: 33px;
  line-height: 33px;
  margin-right: 20px;
}
.advisory_show {
  padding: 50px 0 65px;
}
.advisory_show h1 {
  text-align: center;
  font-weight: normal;
  color: #333333;
  font-size: 30px;
}
.advisory_show .name {
  text-align: center;
  color: #888888;
  font-size: 14px;
  margin-top: 10px;
}
.advisory_show dl {
  margin-top: 50px;
}
.advisory_show dl dt {
  width: 570px;
}
.advisory_show dl dt .t {
  color: #666666;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 15px;
  padding-left: 20px;
  position: relative;
}
.advisory_show dl dt .t:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 8px;
  height: 8px;
  background: #bf2424;
}
.advisory_show dl dd {
  margin-right: 22px;
  width: 404px;
  height: 440px;
  position: relative;
  z-index: 1;
  border-bottom: 3px solid #f0f0f0;
}
.advisory_show dl dd ul {
  width: 404px;
  position: relative;
}
.advisory_show dl dd ul li {
  position: absolute;
  left: 0px;
  top: 100px;
  height: 440px;
  display: none;
}
.advisory_show dl dd ul li:first-child {
  display: block;
}
.advisory_show dl dd .prev,
.advisory_show dl dd .next {
  z-index: 99;
  position: absolute;
  bottom: 32px;
  width: 15px;
  height: 26px;
}
.advisory_show dl dd .prev {
  left: 127px;
  background: url(../images/advisory_left.jpg) no-repeat left center;
}
.advisory_show dl dd .next {
  right: 127px;
  background: url(../images/advisory_right.jpg) no-repeat right center;
}
.advisory_show dl dd #arrow {
  position: absolute;
  left: 0;
  bottom: 40px;
  text-align: center;
  width: 100%;
  height: 10px;
  line-height: 10px;
}
.advisory_show dl dd #arrow a {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  background: #c9c9c9;
  margin: 0 5px;
}
.advisory_show dl dd #arrow a.cur {
  background: #fb2424;
}
.advisory_show2 {
  background: #f0f0f0;
  padding: 45px 0 50px;
}
.advisory_show2 dl dt {
  width: 458px;
  padding-top: 145px;
}
.advisory_show2 dl dt h1 {
  color: #333333;
  font-size: 30px;
  font-weight: normal;
}
.advisory_show2 dl dt h3 {
  margin-top: 8px;
  color: #dddddd;
  font-size: 30px;
  text-transform: uppercase;
}
.advisory_show2 dl dt .t {
  margin-top: 28px;
  color: #888888;
  font-size: 14px;
  line-height: 24px;
}
.advisory_show2 dl dd {
  width: 566px;
  height: 579px;
  margin-right: 60px;
}
.advisory_show3 {
  padding: 50px 0 65px;
}
/*.advisory_show3 h1 {
  text-align: center;
  font-weight: normal;
  color: #333333;
  font-size: 30px;
}
.advisory_show3 .name {
  text-align: center;
  color: #888888;
  font-size: 14px;
  margin-top: 10px;
}*/
.advisory_show3 dl {
  margin-top: 20px;
}
.advisory_show3 dl dt {
  width: 443px;
  height: 302px;
  margin-top: 76px;
}
.advisory_show3 dl dd {
  /*padding-top: 30px;*/
  width: 646px;
}
.advisory_show3 dl dd h1{
	color: #333333;
  font-size: 30px;
  font-weight: normal;
}
.advisory_show3 dl dd h3{
	color: #dddddd;
  font-size: 30px;
  margin-top: 3px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.advisory_show3 dl dd .t {
  color: #666666;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 5px;
  padding-left: 20px;
  position: relative;
}
.advisory_show3 dl dd .t:before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 8px;
  height: 8px;
  background: #bf2424;
}
.advisory_show4 {
  background: #f0f0f0;
  padding: 50px 0 65px;
}
.advisory_show4 h1 {
  text-align: center;
  font-weight: normal;
  color: #333333;
  font-size: 30px;
}
.advisory_show4 .name {
  text-align: center;
  color: #888888;
  font-size: 14px;
  margin-top: 10px;
}
.advisory_show4 .case_div2 {
  padding-top: 50px;
  padding-bottom: 0;
  background: none;
}
.advisory_show4 .case_div2 ul li {
  background: #fff;
  margin-top: 0;
  margin-bottom: 0;
}
.bread {
  background: #f2f2f2;
  height: 54px;
  line-height: 54px;
  color: #999;
  font-size: 15px;
}
.bread .w1180{
	background:url(../images/glm_icon.png) no-repeat left 14px;
	padding-left: 30px;
}
.bread a {
  display: inline-block;
  color: #999;
  line-height: 24px;
}
.bread a:hover{
	color: #1878b7;
}
.bread span{
	color: #1878b7;
}
.news_con {
  padding: 60px 0 80px;
}
.news_con .left {
  width: 818px;
}
.news_con .left h1 {
  color: #0d65af;
  font-size: 22px;
  font-weight: bold;
}
.news_con .left dl {
  margin-top: 25px;
}
.news_con .left dl dt {
  width: 345px;
}
.news_con .left dl dt a {
  display: block;
  width: 345px;
  height: 212px;
  position: relative;
}
.news_con .left dl dt a img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.news_con .left dl dd {
  width: 473px;
  height: 212px;
  border: 1px solid #e8e8e8;
  padding: 20px 35px 0;
}
.news_con .left dl dd .data {
  color: #3272b0;
  font-size: 24px;
  font-weight: bold;
  font-family: arial;
}
.news_con .left dl dd .bt {
  margin-top: 10px;
  display: block;
  color: #1f1f1f;
  font-size: 16px;
  line-height: 24px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.news_con .left dl dd .t {
  margin-top: 5px;
  color: #777777;
  font-size: 14px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}
.news_con .left dl dd .more {
  display: block;
  color: #0d65af;
  font-size: 15px;
  font-weight: bold;
  width: 106px;
  height: 32px;
  text-align: center;
  line-height: 30px;
  border: 1px solid #0d65af;
  margin-top: 20px;
}
.news_con .left > ul {
  margin-top: 10px;
  padding-bottom: 50px;
}
.news_con .left > ul li {
  float: left;
  width: 100%;
  border-bottom: 1px dotted #cfcfcf;
  padding: 38px 0;
}
.news_con .left > ul li .data {
  float: left;
  width: 142px;
}
.news_con .left > ul li .data span {
  display: block;
  width: 100%;
  height: 78px;
  text-align: center;
  line-height: 78px;
  color: #fff;
  font-size: 40px;
  background: #2663a6;
  font-weight: bold;
}
.news_con .left > ul li .data p {
  width: 100%;
  margin-top: 5px;
  height: 32px;
  padding-top: 8px;
  text-align: center;
  color: #666666;
  font-size: 17px;
  background: #cacaca;
  font-family: arial;
}
.news_con .left > ul li .text {
  float: right;
  width: 632px;
  padding-top: 15px;
}
.news_con .left > ul li .text .bt {
  display: block;
  color: #212121;
  font-size: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.news_con .left > ul li .text .t {
  color: #999999;
  font-size: 14px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  display: inline-block;
  margin-top: 15px;
}
.news_con .left > ul li:hover .text .bt,
.news_con .left > ul li:hover .text .t {
  color: #2663a6;
}
.news_con .news_show h1 {
  text-align: center;
  font-weight: normal;
}
.news_con .news_show .data {
  margin-top: 25px;
  border-bottom: 1px #e4e4e4 solid;
  padding-bottom: 15px;
}
.news_con .news_show .data span {
  line-height: 24px;
  display: inline-block;
  float: left;
  color: #999999;
  font-size: 14px;
}
.news_con .news_show .data .fx {
  float: right;
  display: inline-block;
}
.news_con .news_show .data .fx span {
  display: inline-block;
  float: left;
  color: #999999;
  font-size: 14px;
  line-height: 24px;
}
.news_con .news_show .data .fx div {
  float: left;
  display: inline-block;
}
.news_con .news_show .data .fx div a {
  display: block;
  width: 24px;
  height: 24px;
  float: left;
  line-height: 24px;
  margin: 0 0 0 8px;
	
}

.bd_weixin_popup{
	min-height: 320px;
}
.news_con .news_show .container {
  padding-top: 30px;
  color: #666666;
  font-size: 14px;
  line-height: 24px;
}
.news_con .news_show .fenye ul {
  width: 690px;
}
.news_con .right {
  margin-top: 55px;
  width: 330px;
  padding-bottom: 80px;
  border: 1px solid #e4e4e4;
}
.news_con .right .news_list li {
  width: 100%;
  height: 56px;
  line-height: 55px;
  border-bottom: 1px solid #e4e4e4;
  background: #f8f8f8;
}
.news_con .right .news_list li a {
  padding: 0 16px;
  display: block;
  color: #111111;
  font-size: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.news_con .right .news_list li.cur,
.news_con .right .news_list li:hover {
  background: #f0f8fe;
}
.news_con .right .text {
  padding: 0 16px;
}
.news_con .right .text .bt {
  margin-top: 25px;
  color: #0d63ab;
  font-size: 18px;
  padding-left: 18px;
  position: relative;
}
.news_con .right .text .bt:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 7px;
  height: 7px;
  background: #0d65af;
}
.news_con .right .text > a {
  width: 206px;
  height: 276px;
  display: block;
  margin-top: 20px;
  overflow: hidden;
}
.news_con .right .text ul {
  margin-top: 20px;
  border-top: 1px solid #e4e4e4;
}
.news_con .right .text ul li {
  float: left;
  width: 100%;
  border-bottom: 1px solid #e4e4e4;
  line-height: 47px;
}
.news_con .right .text ul li a {
  display: block;
  color: #8c8c8c;
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.news_con .right .text .ewm {
  margin-top: 20px;
  width: 166px;
  height: 166px;
}
.management_div {
  padding: 45px 0 80px;
}
.management_div .glyj_menu ul li {
  cursor: pointer;
  width: 124px;
  height: 46px;
  float: left;
  margin-right: 10px;
  background: #ececec;
  text-align: center;
  line-height: 46px;
  color: #767676;
  font-size: 18px;
  position: relative;
}
.management_div .glyj_menu ul li:before {
  display: none;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  margin-left: -7.5px;
  width: 15px;
  height: 6px;
  background: url(../images/management_icon.png) no-repeat center center;
}
.management_div .glyj_menu ul li a { display:block; height:100%; color:inherit;}
.management_div .glyj_menu ul li.cur {
  background: #2663a6;
  color: #fff;
}
.management_div .glyj_menu ul li.cur:before {
  display: block;
}
.management_div .glyj_con {
  margin-top: 25px;
}
.management_div .glyj_con > div {
  display: none;
}
.management_div .glyj_con > div:first-child {
  display: block;
}
.management_div .glyj_con .glyj_div {
  padding-bottom: 50px;
}
.management_div .glyj_con .glyj_div li {
  padding: 25px 0;
  float: left;
  width: 100%;
  border-bottom: 1px solid #e3e3e3;
}
.management_div .glyj_con .glyj_div li .img {
  display: block;
  width: 260px;
  height: 173px;
  float: left;
  position: relative;
}
.management_div .glyj_con .glyj_div li .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.management_div .glyj_con .glyj_div li .text {
  float: left;
  width: 920px;
  padding: 20px 58px 0;
}
.management_div .glyj_con .glyj_div li .text .bt_btn {
  line-height: 26px;
}
.management_div .glyj_con .glyj_div li .text .bt_btn .bt {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  float: left;
  display: inline-block;
  color: #333333;
  font-size: 20px;
}
.management_div .glyj_con .glyj_div li .text .bt_btn span {
  display: inline-block;
  float: right;
  color: #888888;
  font-size: 14px;
}
.management_div .glyj_con .glyj_div li .text .t {
  margin-top: 10px;
  color: #777777;
  font-size: 14px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}
.management_div .glyj_con .glyj_div li .text .more {
  margin-top: 20px;
  display: inline-block;
  color: #f72b2b;
  font-size: 14px;
  font-weight: bold;
}
.management_div .glyj_con .glyj_div li:hover .text .bt_btn .bt {
  color: #2663a6;
}
.management_div .glyj_con .glyj_div li:hover .text .t {
  color: #2663a6;
}
.management_div .glyj_con .glyj_div2 {
  padding-bottom: 25px;
}
.management_div .glyj_con .glyj_div2 li {
  margin: 25px 0;
  float: left;
  width: 205px;
  margin-right: 120px;
}
.management_div .glyj_con .glyj_div2 li:nth-child(4n) {
  margin-right: 0;
}
.management_div .glyj_con .glyj_div2 li .img {
  width: 205px;
  height: 295px;
  position: relative;
}
.management_div .glyj_con .glyj_div2 li .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.management_div .glyj_con .glyj_div2 li .bt {
  text-align: center;
  color: #2663a6;
  font-size: 18px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-top: 20px;
}
.management_div .glyj_con .glyj_div2 li .more {
  display: inline-block;
  float: right;
  color: #f93139;
  font-size: 14px;
  background: url(../images/management_icon2.jpg) no-repeat left center;
  padding-left: 24px;
  line-height: 26px;
  margin-top: 10px;
}
.glyj_show {
  padding: 60px 0 80px;
}
.glyj_show dl {
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 36px;
}
.glyj_show dl dt {
  width: 773px;
}
.glyj_show dl dt h1 {
  color: #202020;
  font-size: 22px;
}
.glyj_show dl dt .t {
  margin-top: 20px;
  color: #666666;
  font-size: 14px;
  line-height: 24px;
}
.glyj_show dl dd {
  margin-top: 23px;
  width: 343px;
  height: 228px;
}
.glyj_show .container {
  margin-top: 30px;
}
.glyj_show .container .bt {
  color: #2663a6;
  font-size: 16px;
  line-height: 24px;
}
.glyj_show .container .t {
  margin-top: 8px;
  color: #666666;
  font-size: 15px;
  line-height: 28px;
}
.college_title {
  color: #555555;
  font-size: 30px;
}
.college_div {
  padding: 50px 0 70px;
}
.college_div ul li {
  float: left;
  width: 274px;
  height: 251px;
  margin-top: 28px;
  margin-right: 28px;
}
.college_div ul li:nth-child(4n) {
  margin-right: 0;
}
.college_div ul li .img {
  width: 274px;
  height: 205px;
  position: relative;
}
.college_div ul li .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.college_div ul li .bt {
  border: 1px solid #d8d8d8;
  border-top: none;
  height: 46px;
  line-height: 45px;
  padding: 0 10px;
}
.college_div ul li .bt span {
  color: #666666;
  font-size: 16px;
  float: left;
  display: block;
  max-width: 78%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.college_div ul li .bt em {
  font-style: normal;
  display: inline-block;
  float: right;
  color: #666666;
  font-size: 16px;
  background: url(../images/college_icon.jpg) no-repeat left center;
  padding-left: 30px;
}
.college_div ul li:hover {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
.college_div2 {
  background: #f0f0f0;
  padding: 50px 0 70px;
}
.college_div2 ul {
  margin-top: 28px;
}
.college_div2 ul li {
  float: left;
  height: 529px;
  position: relative;
  margin-right: 21px;
}
.college_div2 ul li:last-child {
  margin-right: 0;
}
.college_div2 ul li a {
  display: block;
  width: 123px;
  height: 34px;
  color: #646465;
  font-size: 16px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.6);
  text-align: center;
  line-height: 34px;
  position: absolute;
  left: 23px;
  top: 240px;
}
.college_div3 {
  padding: 50px 0 70px;
}
.college_div3 .text_div {
  margin-top: 28px;
  background: url(../images/college_bg.jpg) no-repeat center center;
  height: 543px;
  padding-top: 50px;
}
.college_div3 .text_div .bt {
  text-align: center;
  color: #ffffff;
  font-size: 36px;
}
.college_div3 .text_div .bt span {
  font-size: 60px;
  font-weight: bold;
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: 3px;
}
.college_div3 .text_div dl {
  padding: 70px 75px 0 102px;
}
.college_div3 .text_div dl dt {
  width: 502px;
}
.college_div3 .text_div dl dt .t {
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
}
.college_div3 .text_div dl dt .more {
  display: inline-block;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
}
.college_div3 .text_div dl dd {
  width: 453px;
}
.college_div3 .text_div dl dd img {
  width: 453px;
  height: 255px;
}
.college_div4 {
  background: #f0f0f0;
  padding: 50px 0 70px;
}
.college_div4 ul li {
  margin-top: 28px;
  margin-right: 9px;
  width: 288px;
  height: 286px;
  border: 1px solid #e2e2e2;
  float: left;
  padding: 6px;
  background: #fff;
}
.college_div4 ul li:nth-child(4n) {
  margin-right: 0;
}
.college_div4 ul li .img {
  width: 274px;
  height: 205px;
  position: relative;
}
.college_div4 ul li .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.college_div4 ul li .tit {
  margin-top: 12px;
  color: #666666;
  font-size: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.college_div4 ul li .bt {
  line-height: 24px;
  margin-top: 7px;
}
.college_div4 ul li .bt em {
  display: inline-block;
  float: left;
  color: #666666;
  font-size: 16px;
  background: url(../images/college_icon.jpg) no-repeat left center;
  padding-left: 30px;
  font-style: normal;
}
.college_div4 ul li .bt span {
  display: inline-block;
  float: right;
  color: #fb1e1e;
  font-size: 12px;
}
.qynx_div {
  padding: 45px 0 60px;
}
.qynx_div .left {
  width: 285px;
}
.qynx_div .left .tit {
  height: 73px;
  line-height: 73px;
  color: #ffffff;
  font-size: 25px;
  background: #3272b0 url(../images/college_icon2.png) no-repeat 20px center;
  padding-left: 65px;
}
.qynx_div .left .text_div {
  border: 1px solid #e5e5e5;
  border-bottom: none;
}
.qynx_div .left .text_div .bt {
  color: #444444;
  font-size: 18px;
  height: 50px;
  background: #f0f8fe url(../images/college_icon3.png) no-repeat 26px center;
  padding-left: 62px;
  line-height: 50px;
}
.qynx_div .left .text_div ul {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0;
}
.qynx_div .left .text_div ul li {
  float: left;
  width: 100%;
  line-height: 36px;
}
.qynx_div .left .text_div ul li a {
  padding: 0 10px 0 42px;
  display: block;
  color: #666666;
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  background: url(../images/college_icon4.png) no-repeat 26px 14px;
}
.qynx_div .left .text_div ul li:hover a,
.qynx_div .left .text_div ul li.cur a {
  color: #3272b0;
}
.qynx_div .right {
  width: 825px;
  padding-top: 26px;
}
.qynx_div .right h3 {
  text-align: center;
  color: #4880bd;
  font-size: 30px;
  font-weight: normal;
}
.qynx_div .right .qynx_con .list_div {
  margin-top: 30px;
  background: #f4fafe;
  height: 57px;
  border-bottom: 1px solid #e1e1e1;
  text-align: center;
}
.qynx_div .right .qynx_con .list_div a {
  display: inline-block;
  line-height: 56px;
  color: #333333;
  font-size: 18px;
  margin: 0 47.5px;
  position: relative;
  bottom: 1px;
}
.qynx_div .right .qynx_con .list_div a.cur {
  color: #3272b0;
  border-bottom: 2px solid #3a77b2;
}
.qynx_div .right .qynx_con .container {
  margin-top: 40px;
}
.qynx_div .right .qynx_con .container h4 {
  color: #4880BD;
  font-size: 24px;
}
.qynx_div .right .qynx_con .container .b {
  color: #666666;
  font-size: 16px;
  font-weight: bold;
  margin: 20px 0 6px;
}
.qynx_div .right .qynx_con .container .t {
  color: #666666;
  font-size: 14px;
  line-height: 30px;
}
.qynx_div .right .xly_con h3 {
  border-bottom: 3px solid #f5f5f5;
  padding-bottom: 32px;
  margin-bottom: 26px;
}
.qynx_div .right .xly_con .d {
  color: #0B65B1;
  font-size: 18px;
}
.qynx_div .right .xly_con .t {
  margin-top: 10px;
  color: #666666;
  font-size: 15px;
  line-height: 24px;
}
.qynx_div .right .kecheng_con h3 {
  border-bottom: 3px solid #f5f5f5;
  padding-bottom: 32px;
  margin-bottom: 26px;
}
.qynx_div .right .kecheng_con .kc_div {
  margin-top: 44px;
}
.qynx_div .right .kecheng_con .kc_div ul li {
  float: left;
  width: 100%;
  margin-bottom: 35px;
}
.qynx_div .right .kecheng_con .kc_div ul li .wz {
  float: left;
  text-align: center;
  color: #ffffff;
  font-size: 22px;
  font-weight: bold;
  padding-top: 60px;
  width: 163px;
  height: 163px;
  border-radius: 50%;
  border: 3px solid #faa18c;
  background: #f05633;
}
.qynx_div .right .kecheng_con .kc_div ul li:nth-child(2) .wz {
  padding-top: 48px;
}
.qynx_div .right .kecheng_con .kc_div ul li .text {
  width: 600px;
  float: right;
}
.qynx_div .right .kecheng_con .kc_div ul li .text .d1 {
  color: #fd3030;
  font-size: 14px;
  height: 24px;
  margin: 12px 0;
}
.qynx_div .right .kecheng_con .kc_div ul li .text .d2 {
  padding-top: 15px;
  color: #333333;
  font-size: 18px;
  line-height: 24px;
}
.qynx_div .right .kecheng_con .kc_div ul li .text .d3 {
  margin-top: 8px;
  color: #888888;
  font-size: 14px;
  line-height: 24px;
}
.qynx_div .right .kecheng_con .kc_div ul li .text .img {
  margin-top: 35px;
}
.qynx_div .right .kecheng_con .kc_title {
  color: #4880bd;
  font-size: 18px;
  border-bottom: 1px solid #eaeaea;
  font-weight: normal;
}
.qynx_div .right .kecheng_con .kc_title span {
  padding-bottom: 12px;
  display: inline-block;
  border-bottom: #bfdaf8 solid 1px;
  position: relative;
  bottom: -1px;
}
.qynx_div .right .kecheng_con .kc_div2 ul li {
  padding: 28px 0;
  float: left;
  width: 100%;
  border-bottom: 1px solid #eaeaea;
}
.qynx_div .right .kecheng_con .kc_div2 ul li .img {
  width: 232px;
  height: 230px;
  float: left;
}
.qynx_div .right .kecheng_con .kc_div2 ul li .text {
  float: right;
  width: 540px;
  padding-top: 20px;
}
.qynx_div .right .kecheng_con .kc_div2 ul li .text .name {
  color: #f05633;
  font-size: 16px;
}
.qynx_div .right .kecheng_con .kc_div2 ul li .text .name span {
  color: #d6d6d8;
  font-family: arial;
  font-size: 45px;
  display: inline-block;
  position: relative;
  top: 2px;
}
.qynx_div .right .kecheng_con .kc_div2 ul li .text .t {
  margin-top: 10px;
  color: #888888;
  font-size: 14px;
  line-height: 24px;
}
.qynx_div .right .kecheng_con .kc_div2 ul li:last-child {
  border-bottom: none;
}
.qynx_div .right .kecheng_con .kc_div2 ul li:nth-child(2n) .img {
  float: right;
}
.qynx_div .right .kecheng_con .kc_div2 ul li:nth-child(2n) .text {
  float: left;
}
.qynx_div .right .kecheng_con .kc_div2 ul li:nth-child(2n) .text .name {
  text-align: right;
}
.qynx_div .right .kecheng_con .kc_div3 ul li {
  float: left;
  width: 100%;
  margin-top: 25px;
}
.qynx_div .right .kecheng_con .kc_div3 ul li .name {
  color: #f05633;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
}
.qynx_div .right .kecheng_con .kc_div3 ul li .t {
  color: #888888;
  font-size: 14px;
  line-height: 24px;
}
.qynx_div .right .kecheng_con .kc_div4 .img {
  margin-top: 30px;
}
.qynx_div .right .kecheng_con .kc_div5 .text {
  margin-top: 30px;
  background: #f2f2f2;
  height: 174px;
}
.qynx_div .right .kecheng_con .kc_div5 .text .img {
  width: 198px;
  height: 174px;
  float: left;
}
.qynx_div .right .kecheng_con .kc_div5 .text .text_d {
  float: right;
  width: 627px;
  padding-left: 50px;
  padding-top: 16px;
}
.qynx_div .right .kecheng_con .kc_div5 .text .text_d .d {
  color: #888888;
  font-size: 14px;
  line-height: 32px;
}
.qynx_div .right .kecheng_con .kc_div5 .text .text_d .d span {
  color: #F05633;
  font-size: 22px;
  display: inline-block;
  margin-right: 34px;
}
.qynx_div .right .kecheng_con .kc_div5 .t {
  margin-top: 20px;
  color: #646464;
  font-size: 14px;
  line-height: 24px;
}
.qynx_div .right .kecheng_con .kc_div6 .namt {
  margin-top: 18px;
  color: #f05633;
  font-size: 15px;
}
.qynx_div .right .kecheng_con .kc_div6 .t {
  margin-top: 5px;
  color: #646464;
  font-size: 14px;
  line-height: 24px;
}
.qynx_div .right .glyj_con {
  margin-top: -25px;
}
.qynx_div .right .glyj_con ul {
  padding-bottom: 50px;
}
.qynx_div .right .glyj_con ul li {
  padding: 25px 0;
  float: left;
  width: 100%;
  border-bottom: 1px solid #e3e3e3;
}
.qynx_div .right .glyj_con ul li .img {
  display: block;
  width: 260px;
  height: 173px;
  float: left;
  position: relative;
}
.qynx_div .right .glyj_con ul li .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.qynx_div .right .glyj_con ul li .text {
  float: left;
  width: 565px;
  padding: 20px 30px 0;
}
.qynx_div .right .glyj_con ul li .text .bt_btn {
  line-height: 26px;
}
.qynx_div .right .glyj_con ul li .text .bt_btn .bt {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  float: left;
  display: inline-block;
  color: #333333;
  font-size: 20px;
}
.qynx_div .right .glyj_con ul li .text .bt_btn span {
  display: inline-block;
  float: right;
  color: #888888;
  font-size: 14px;
}
.qynx_div .right .glyj_con ul li .text .t {
  margin-top: 10px;
  color: #777777;
  font-size: 14px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
}
.qynx_div .right .glyj_con ul li .text .more {
  margin-top: 20px;
  display: inline-block;
  color: #f72b2b;
  font-size: 14px;
  font-weight: bold;
}
.qynx_div .right .glyj_con ul li:hover .text .bt_btn .bt {
  color: #2663a6;
}
.qynx_div .right .glyj_con ul li:hover .text .t {
  color: #2663a6;
}
.qynx_div .right .college_case dl {
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 36px;
}
.qynx_div .right .college_case dl dt {
  width: 100%;
}
.qynx_div .right .college_case dl dt h1 {
  color: #202020;
  font-size: 22px;
}
.qynx_div .right .college_case dl dt .t {
  margin-top: 20px;
  color: #666666;
  font-size: 14px;
  line-height: 24px;
}
.qynx_div .right .college_case dl dd {
  margin-top: 23px;
  width: 100%;
  height: 228px;
}
.qynx_div .right .college_case .container {
  margin-top: 30px;
}
.qynx_div .right .college_case .container .bt {
  color: #2663a6;
  font-size: 16px;
  line-height: 24px;
}
.qynx_div .right .college_case .container .t {
  margin-top: 8px;
  color: #666666;
  font-size: 15px;
  line-height: 28px;
}
.qynx_div .right .college_case .fenye ul {
  width: 700px;
}
.search_div {
  padding: 32px 0 56px;
}
.search_div .tit {
  color: #0e64ad;
  font-size: 24px;
}
.search_div .search_btn {
  margin-top: 20px;
  width: 636px;
  height: 46px;
  border: 1px solid #e3e3e3;
}
.search_div .search_btn .in_t {
  width: 578px;
  height: 44px;
  line-height: 44px;
  padding: 0 10px;
  float: left;
  border: none;
  font-size: 15px;
}
.search_div .search_btn .btn {
  float: right;
  width: 56px;
  height: 44px;
  background: url(../images/search_icon.jpg) no-repeat center center;
  border: none;
}
.search_div .jieguo {
  margin-top: 22px;
  color: #2e353d;
  font-size: 16px;
  padding-bottom: 18px;
  border-bottom: 1px solid #e1e1e1;
}
.search_div .jieguo span {
  color: #0e64ad;
}
.search_div .con_div {
  margin-top: 30px;
}
.search_div .con_div .bt {
  margin-top: 8px;
  color: #2e353d;
  font-size: 18px;
  font-weight: bold;
}
.search_div .con_div ul {
  margin-bottom: 20px;
}
.search_div .con_div ul li {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.search_div .con_div ul li a {
  margin-top: 15px;
  display: inline-block;
  color: #0e64ad;
  font-size: 16px;
}
.search_div .con_div ul li .d {
  margin-top: 5px;
  color: #666666;
  line-height: 24px;
}
#table {
  border: 1px solid #818181;
}
#table tr {
  border: 1px solid #818181;
}
#table tr th {
  border: 1px solid #818181;
  padding: 10px;
}
#table tr td {
  border: 1px solid #818181;
  padding: 15px 5px;
  text-align: center;
}
#table tr td a {
  display: inline-block;
  float: left;
  text-decoration: underline;
  padding-left: 20px;
}
.qynx_div .left .text_div ul li .btn_con { padding:0 10px 0 42px;}
.qynx_div .left .text_div ul li .btn_con a {
  display: block;
  line-height: 24px;
  background: none;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  color: #888;
  font-size:12px;
  padding:0;
  text-indent:1em;
  background:url(../images/team_icon2.jpg) no-repeat left center;
}
.qynx_div .left .text_div ul li .btn_con a:hover {
  color: #3272b0;
}
.qynx_div .left .text_div ul li.sson .btn_con { display:none;}
.qynx_div .left .text_div ul li.sson:hover .btn_con, .qynx_div .left .text_div ul li.sson.cur .btn_con { display:block;}
.gltitle{
	color: #333333;
  font-size: 30px;
  font-weight: normal;
}
.gltitle_yw{
	color: #dddddd;
  font-size: 30px;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.khzx_div {
  padding: 50px 0 80px;
}
.khzx_div ul {
  padding-bottom: 30px;
}
.khzx_div ul li {
  float: left;
  width: 190px;
  height: 175px;
  margin-bottom: -25px;
  margin-right: 8px;
}
.khzx_div ul li:nth-child(6n) {
  margin-right: 0;
}
.khzx_div ul li .img {
  width: 190px;
  height: 120px;
  position: relative;
}
.khzx_div ul li .img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.khzx_div ul li .bt {
  text-align: center;
  font-size: 14px;
  color: #333;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-top: -1px;
}
/*视频*/
.tc_shipin {
  display: none;
  position: fixed;
  z-index: 99;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  bottom: 0px;
  left: 0;
  text-align: center;
}
.tc_shipin .box {
  background: #FFFFFF;
  width: 590px;
  height: 376px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  text-align: left;
  position: relative; z-index:1;
}
.tc_shipin .box + i {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.tc_shipin a.close { display:block; position:absolute; left:0; top:0; width:100%; height:100%;}

/**20161107**/
.case_div ul li .text1 > .texe_btn:hover .text_b{
	display: block;
}

/*# sourceMappingURL=public.css.map */
