/* common css */

.w {
  width: 1200px;
  position: relative;
  margin: 0 auto;
}
.w900 {
  width: 900px;
  position: relative;
  margin: 0 auto;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}

button {
  border: 0;
  background-color: transparent;
  outline: none;
}

body,
html {
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 100%;
  background-color: #fff;
}

body,
select,
textarea {
  font: 14px yahei, arial, sans-serif;
}

input,
select,
textarea {
  border: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  text-align: inherit;
}

fieldset,
img {
  border: none;
}

iframe {
  display: block;
}

abbr,
acronym {
  border: none;
  font-variant: normal;
}

del {
  text-decoration: line-through;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: 500;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 500;
}

q:before,
q:after {
  content: '';
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ins,
a {
  text-decoration: none;
  color: inherit;
}

a:focus,
*:focus {
  outline: none;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
  overflow: hidden;
}

.clearfix {
  zoom: 1;
  /* for ie6 & ie7 */
}

.clear {
  clear: both;
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  overflow: hidden;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.blue {
  color: rgb(0, 94, 186);
}

.bgblue {
  background-color: #f1f8fe;
}


/* header css */

.header {
  line-height: 160px;
  box-sizing: border-box;
  height: 170px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 999;
}

.banner {
  margin-top: 140px;
  width: 100%;
}

.banner img {
  text-align: center;
  width: 100%;
}

.logo {
  padding-top: 24px;
  height: 140px;
  box-sizing: border-box;
  width: 650px;
}

.nav {
  color: #333;
  font-size: 16px;
  padding-top: 50px;
}

.header .link_enter {
  display: flex;
  line-height: 0px;
  height: 30px;
  font-size: 14px;
  justify-content: flex-end;
  background-color: #d7e1f3;
}

.header .link_enter a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header .link_enter a img {
  margin-right: 5px;
}

.header .link_enter a:first-child {
  margin-right: 15px;
}


.com_tit {
  padding: 50px 0;
  text-align: center;
}

.com_tit .scale {
  transition: all 0.5s ease-out;
  cursor: pointer;
}

.com_tit .scale:hover {
  font-weight: 700;
  color: #1d73c9;
  font-size: 34px;
}

.com_tit h4 {
  color: #333;
  font-size: 30px;
}

.com_tit h5 {
  color: #b4b4b4;
  font-size: 18px;
}

.nav .nLi {
  float: left;
  position: relative;
  display: inline;
  width: 90px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  box-sizing: border-box;
}

.nav .nLi a {
  width: 90px;
  display: inline-block;
  font-size: 16px;
}

.nav .sub {
  display: none;
  width: 90px;
  left: 0;
  top: 60px;
  position: absolute;
  background: #fff;
  line-height: 40px;
}

.nav .sub li {
  zoom: 1;
  display: block;
  width: 110px;
}

.nav .sub a {
  display: block;
}

.nav .sub a:hover {
  background: rgb(52, 124, 174);
  color: #fff;
}

.nav .nli a:active {
  color: rgb(0, 94, 186);
  font-weight: bold;
}

.nav .on a {
  background: #fff;
  color: rgb(0, 94, 186);
  font-weight: bold;
}

.nav .sub li a {
  font-size: 14px;
  font-family: "Microsoft YaHei";
  color: rgb(102, 102, 102);
  font-weight: normal;
}


/* map css */

.map {
  background: url(/images/map.gif) no-repeat #1e2c5e;
  height: 100%;
  background-size: contain;
  background-position: center center;
  margin-top: 57px;
}

/* subcompany css */

.subcompany {
  padding-bottom: 100px;
}

.subcompany ul li {
  background-color: #dbecfc;
  width: 232px;
  height: 200px;
  margin-right: 10px;
  float: left;
  box-sizing: border-box;
  padding: 38px 15px 15px 15px;
  color: #888;
  position: relative;
  cursor: pointer;
  font-size: 12px;
}

.subcompany ul li h6 {
  text-align: center;
  color: #333;
  font-size: 15px;
  margin-bottom: 10px;
  font-weight: bold;
}

.subcompany ul li p {
  line-height: 20px;
  text-align: justify;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}

.subcompany ul li:last-child {
  margin-right: 0;
}

.subcompany ul li:first-child:hover {
  background: url(/images/select_nj.jpg) no-repeat center;
}

.subcompany ul li:nth-child(2):hover {
  background: url(/images/select_xz.jpg) no-repeat center;
}

.subcompany ul li:nth-child(3):hover {
  background: url(/images/select_sz.jpg) no-repeat center;
}

.subcompany ul li:nth-child(4):hover {
  background: url(/images/select_lyg.jpg) no-repeat center;
}

.subcompany ul li:nth-child(5):hover {
  background: url(/images/select_nj.jpg) no-repeat center;
}

.subcompany ul li:hover {
  color: #fff;
}

.subcompany ul li:hover h6 {
  color: #fff;
}

.partner {
  padding-bottom: 25px;
}

.partner ul li {
  width: 230px;
  height: 90px;
  border: 1px solid #ccc;
  float: left;
  margin-right: 10px;
  margin-bottom: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.partner ul li:nth-of-type(5n+5) {
  margin-right: 0;
}


/* index_pro css */

.index_pro ul li {
  float: left;
  width: 340px;
  height: 340px;
  margin-right: 80px;
}

.index_pro ul li:last-child {
  margin-right: 0;
}

.index_pro ul .list {
  overflow: hidden;
  border-radius: 10px;
}

.list_child {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hexaBox,
.hexaBox:before {
  -webkit-transition: all .35s;
  transition: all .35s;
  -webkit-transition-timing-function: cubic-bezier(.31, -.105, .43, 1.59);
  transition-timing-function: cubic-bezier(.31, -.105, .43, 1.59)
}

.hexaBox:before {
  top: 100%;
  left: -130%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5b84b2), to(#1d64b4));
  background-image: linear-gradient(#5b84b2, #1d64b4)
}

.hexaBox:focus:before,
.hexaBox:hover:before {
  top: 0;
  left: -30%
}

.hexaBox:focus p,
.hexaBox:hover p {
  color: #fff
}

.hexaBox:focus img,
.hexaBox:hover img {
  margin-right: 3000px;
  -webkit-filter: drop-shadow(#fff 1500px 0);
  filter: drop-shadow(white 1500px 0)
}

.hexaBox:before {
  content: "";
  width: 130%;
  height: 110%;
  position: absolute
}

.hexaBox {
  width: 100%;
  height: 100%;
  background-color: #f1f1f1;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  -webkit-box-shadow: 0 5px 15px -5px rgba(0, 0, 0, .1);
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, .1);
  opacity: .99;
  position: relative;
  z-index: 8
}

.hexaBox>img {
  height: 118px;
  width: auto;
  z-index: 10
}

.hexaBox .hexa_title {
  width: 100%;
  text-align: center;
  font-size: 22px;
  color: #333;
  font-weight: 700;
  z-index: 10;
  margin-top: 45px;
  margin-bottom: 10px;
}

.hexaBox .en {
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #999;
  z-index: 10;
}


/* bottom css */

.bottom {
  background-color: #01478f;
  padding: 45px 0 35px 0;
  color: #609ddb;
}

.logo_b {
  margin-right: 35px;
}

.logo_b li {
  margin-top: 30px;
}

.bottom .link {
  padding: 0 30px;
  border-left: 1px solid #2065ab;
}

.bottom .link p {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}

.bottom .link ul.one {
  padding-right: 30px;
}

.bottom .link ul li a {
  line-height: 22px;
}

.bottom ul.contact {
  padding-bottom: 67px;
  width: 250px;
}

.bottom .last {
  padding-right: 0;
}

.bottom .last ul li a {
  color: #fff;
  line-height: 20px;
  font-size: 12px;
}

.sub-banner {
  position: relative;
  width: 100%;
  height: auto;
  color: #fff;
  margin-top: 170px;
}

.sub-nav {
  width: 100%;
  height: 45px;
  line-height: 45px;
  box-shadow: 0 3px 3px #ccc;
  color: #666;
  margin-bottom: 3px;
}

.sub-nav p a::after {
  content: ">";
  margin-left: 6px;
}

.sub-nav p a:last-child::after {
  content: "";
}

.list-con {
  padding: 60px 0;
  background-color: #f8f6f6;
}

.com-tit {
  text-align: center;
}

.com-tit h4 {
  color: #666;
  font-size: 16px;
  margin-bottom: 8px;
}

.com-tit h4::before {
  content: "";
  width: 38px;
  height: 1px;
  background-color: #666;
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 10px;
}

.com-tit h4::after {
  content: "";
  width: 38px;
  height: 1px;
  background-color: #666;
  display: inline-block;
  margin-bottom: 5px;
  margin-left: 10px;
}

.com-tit span {
  display: inline-block;
  background: url(/images/arrow-b.png)no-repeat center;
  width: 13px;
  height: 9px;
  margin-bottom: 8px;
}

.com-tit h5 {
  color: #333;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 12px;
}


/* newslist css */

.news-list {
  margin-top: 50px;
}

.news-list ul li {
  width: 580px;
  float: left;
  margin-right: 40px;
  color: #999;
  line-height: 32px;
  height: 129px;
  margin-bottom: 60px;
}

.news-list ul li:nth-of-type(2n+2) {
  margin-right: 0;
}

.news-list ul li img {
  width: 213px;
  height: 129px;
}

.news-list ul li .text {
  width: 353px;
  height: 129px;
}

.news-list ul li .text h6 {
  font-size: 16px;
}

.news-list ul li .text h5 {
  font-size: 18px;
  color: #666;
}

.news-list ul li .text button {
  background: url(/images/arrow-none.png) no-repeat left;
  width: 32px;
  height: 5px;
}

.news-list ul li:hover {
  background-color: #0162b2;
  color: #fff;
}

.news-list ul li:hover h5 {
  color: #fff;
}

.news-list ul li:hover button {
  background: url(/images/arrow-on.png) no-repeat left;
}


/* newscon css */

.newscon {
  color: #666;
}

.newscon .contop {
  text-align: center;
  padding-bottom: 30px;
  border-bottom: 1px dashed #ccc;
  background-color: #f8f6f6;
}

.newscon .text {
  padding-top: 30px;
  line-height: 24px;
  text-align: justify;
}

.newscon .contop h4 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}

.newscon .contop span {
  margin-right: 40px;
}

.newscon .contop span:last-child {
  margin-right: 0;
}


/*dj css*/

.con-dj {
  background-color: #f8f6f6;
  padding: 38px 0;
}

.dj-top,
.dj-list {
  background-color: #fff;
  padding: 30px;
  box-shadow: 0 3px 3px #ccc;
}

.dj-top .img {
  width: 672px;
  height: 384px;
  display: inline-block;
  position: relative;
}

.dj-top .img a {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, .7);
}

.dj-top .top-list {
  width: 445px;
}

.dj-top .top-tit {
  padding-bottom: 10px;
  border-bottom: 1px solid #d71918;
}

.dj-top .top-list .top-tit h4 {
  display: inline-block;
  font-size: 30px;
  font-weight: 700;
  color: #d71918;
}

.dj-top .top-list .top-tit a {
  float: right;
  color: #d71918;
  margin-top: 15px;
}

ul.text li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #a12a2a;
  display: inline-block;
  margin-bottom: 3px;
  margin-right: 5px;
}

ul.text li {
  line-height: 32px;
  color: #666;
}

ul.text li span {
  float: right;
}

ul.text li a:hover {
  color: #d71918;
}

.dj-top .top-list ul li.first::before {
  width: 0;
  height: 0;
  content: "";
}

.dj-top .top-list ul li.first {
  padding: 0 0 15px 0;
  border-bottom: 1px solid #d71918;
  margin-bottom: 10px;
  line-height: 22px;
}

.dj-top .top-list ul li.first h5 {
  color: #d71918;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}

.dj-top .top-list ul li.first p {
  color: #666;
}

.dj-list {
  margin-top: 25px;
}

.dj-list .list-block {
  width: 560px;
  height: 270px;
  float: left;
  margin-right: 20px;
  box-sizing: border-box;
}

.dj-list .list-block:nth-of-type(2n+2) {
  margin-right: 0;
}

.dj-list .list-block .block-tit {
  background: url(/images/dj-tit.png)no-repeat;
  width: 100%;
  height: 42px;
  line-height: 42px;
  text-indent: 14px;
  margin-bottom: 15px;
}

.dj-list .list-block .block-tit h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
}

.dj-list .list-block .block-tit a {
  float: right;
  padding-right: 15px;
  color: #666;
}


/* djny css */

.djny-list {
  padding: 15px 0;
}

.djny-list li {
  display: flex;
  padding: 40px 0;
  border-bottom: 1px solid #ccc;
  color: #999;
}

.djny-list li:hover {
  color: #a82124;
}

.djny-list li .list-l {
  flex: 15;
  margin-right: 35px;
}

.djny-list li .list-l h5 {
  color: #a82124;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
}

.djny-list li .list-l p {
  line-height: 24px;
}

.djny-list li .list-r {
  flex: 1;
  margin-top: 15px;
}

.djny-list li .list-r .day {
  font-weight: 700;
  font-size: 42px;
}

.loc ul li {
  float: left;
  font-size: 16px;
  margin-right: 30px;
}

.loc ul li.on {
  border-bottom: 3px solid #0162b2;
}

.dj ul li.on {
  border-bottom: 3px solid #d71918;
}

.bottom_dj {
  background-color: #c00100;
  padding: 45px 0 35px 0;
  color: #fbe3e7;
}

.bottom_dj .link {
  border-left: 1px solid #e70302;
}
/* xxgk css */
.xxgk li .list-l h5 {
  color: #0162b2;
  margin-bottom: 0;
}
.xxgk li:hover {
  color: #0162b2;
}
.xxgk .list-l {
  display: flex;
  align-items: center;
}
/* year css */

.survey .survey_data {
  position: relative;
  margin-top: 46px;
  height: auto;
}

.survey .survey_data .surveyL {
  width: 50%;
  min-height: 500px;
}

.survey .survey_data .surveyR {
  width: 50%;
  min-height: 590px;
}

.survey .survey_data h1 {
  float: left;
  font-size: 50px;
  color: #01478f;
  margin-bottom: 25px;
}

.survey .survey_data .div_data {
  float: left;
  /* position: absolute; */
  top: 0;
  left: 0;
  display: none;
}

.survey .survey_data ul.ul_data {
  float: left;
  margin-left: 30px;
}

.survey .survey_data ul.ul_data li {
  margin-bottom: 30px;
  /* height: 40px; */
}

.survey .survey_data ul.ul_data li p {
  font-size: 16px;
  color: #555;
  line-height: 30px;
}

.survey .survey_data ul.ul_data li p.p_data {
  color: #01478f;
  margin-bottom: 15px;
  font-weight: 700;
}

.survey .survey_bg {
  position: absolute;
  right: 220px;
  top: 0px;
  width: 144px;
  height: 447px;
}

.survey .survey_bg .bg_line {
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -0.5px;
  width: 1px;
  height: 441px;
  background: url(/images/shuxian.png) no-repeat;
}

.survey .survey_bg ul {
  position: absolute;
  left: 50%;
  margin-left: -7.5px;
  width: 15px;
}

.survey .survey_bg ul li {
  position: relative;
  width: 15px;
  height: 15px;
  margin-bottom: 20px;
  cursor: pointer;
  background: url(/images/icon5.png) no-repeat;
}

.survey .survey_bg ul li.active em {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 1px solid #609ddb;
}

.survey .survey_bg ul li.active {
  background: url(/images/icon6.png) no-repeat;
  margin-bottom: 40px;
}

.survey .survey_bg ul li span {
  color: #7d7d7d;
  font-size: 15px;
}

.survey .survey_bg ul li span.left {
  position: absolute;
  left: -50px;
  top: 0;
}

.survey .survey_bg ul li span.right {
  position: absolute;
  right: -50px;
  top: 0;
}

.survey .survey_bg ul li.active span {
  font-weight: bold;
  color: #2c2c2c;
}

.survey .survey_pic {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.survey .survey_pic img {
  width: 100%;
  height: 100%;
}

/* subcom css */
.subcom_tit {
  text-align: center;
  font-size: 30px;
  color: #0162b2;
  padding: 40px 0;
}

.link_lyg {
  background: url(/images/lyg_bg.jpg) no-repeat center;
  background-size: 100% 100%;
  padding: 92px 0 160px 0;
  text-align: center;
  color: #fff;
}

.nj_bg {
  background: url(/images/nj_bg.jpg) no-repeat center;
  background-size: 100% 100%;
}

.xz_bg {
  background: url(/images/xz_bg.jpg) no-repeat center;
  background-size: 100% 100%;
}

.sz_bg {
  background: url(/images/sz_bg.jpg) no-repeat center;
  background-size: 100% 100%;
}

.link_lyg h5 {
  font-size: 30px;
  margin-bottom: 15px;
}

.link_lyg .link_text {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}

.link_lyg .link_text li {
  display: flex;
  font-size: 16px;
  justify-content: space-between;
}

.link_lyg .link_text li .link_info {
  margin-left: 30px;
}

.link_lyg .link_text li .link_info p:first-child {
  margin-bottom: 14px;
  text-align: left;
}

.pop {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 9999;
  margin-top: -240px;
  margin-left: -400px;
  color: #fff;
  display: none;
}

.pop a {
  font-size: 20px;
  display: block;
  text-align: right;
}

.remark {
  background-color: rgba(0, 0, 0, .8);
  width: 100%;
  height: 100%;
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}

.profile_line {
  width: 100%;
  display: flex;
  color: #666;
  align-items: flex-end;
  margin-bottom: 80px;
}

.profile_line .line_text {
  text-indent: 2em;
  box-sizing: border-box;
  padding: 65px 50px;
  font-size: 16px;
  line-height: 32px;
  width: 742px;
  height: 250px;
  text-align: justify;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.profile_line .line_img {
  width: 458px;
  height: 312px;
  overflow: hidden;
}

.profile_line .line_img img {
  width: 100%;
  height: 100%;
  transition: all 1s;
}

.profile_line:hover .line_img img {
  transform: scale(1.5);
}

.zy_pro_line {
  width: 100%;
  height: 372px;
  position: relative;
  margin-bottom: 40px;
}

.zy_pro_line .img {
  overflow: hidden;
  transition: all 1s;
}

.zy_pro_line .img img {
  transition: all 1s;
}

.zy_pro_line:hover img {
  transform: scale(1.2);
  
}

.zy_pro_line:last-child {
  margin-bottom: 0;
}

.zy_pro_line .txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background-color: rgba(1, 71, 143, .75);
  color: #fff;
  display: flex;
  justify-content: center;
  z-index: 9;
  padding: 0 40px;
  box-sizing: border-box;
  flex-direction: column;
}

.zy_pro_line .txt h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 28px;
}

.zy_pro_line .txt p {
  text-indent: 2em;
  line-height: 28px;
}

.profile_xz {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.profile_xz .txt {
  width: 550px;
  text-align: justify;
}

.profile_xz .img {
  width: 600px;
}

.xz_zy {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  padding: 50px 0;
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 0 0 5px 5px #eee;
}

.xz_zy li {
  text-align: center;
  color: #0162b2;
  width: 20%;
  border-right: 1px solid #ccc;
  
}

.xz_zy li:last-child {
  border-right: 0;
}

.xz_zy li p {
  margin-top: 15px;
}

.xz_xl {
  margin-top: 70px;
}

.xz_xl .hd ul {
  display: flex;
  width: 270px;
  margin: 0 auto;
  color: #666;
  font-size: 18px;
}

.xz_xl .hd ul li {
  border-right: 1px solid #666;
  margin-right: 10px;
  padding-right: 10px;
  cursor: pointer;
}

.xz_xl .hd ul li.on {
  color: #0162b2;
  font-weight: 700;
  font-size: 20px;
}

.xz_xl .hd ul li:last-child {
  border: none;
}

.xz_xl .bd ul {
  margin-top: 40px;
}

.xz_xl .bd ul li {
  width: 100%;
  height: 220px;
  box-sizing: border-box;
  padding: 0 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #666;
  background-color: #fff;
  font-size: 16px;
  position: relative;
  margin-bottom: 40px;
  flex-direction: column;
}

.xz_xl .bd ul li h4 {
  position: absolute;
  top: 0;
  left: 0;
  width: 165px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #34a1fd;
  border-radius: 5px;
}

/* wl css */
.bn_wl {
  width: 100%;
  margin-top: 60px;
}

.bn_wl .profile_wl {
  height: 522px;
  position: relative;
}

.bn_wl .profile_wl .text {
  background-color: #fff;
  width: 892px;
  position: absolute;
  top: 120px;
  left: 0;
  box-sizing: border-box;
  padding: 90px 380px 70px 70px;
  color: #666;
  font-size: 16px;
  line-height: 32px;
  text-indent: 2em;
  text-align: justify;
}

.bn_wl .profile_wl .img {
  position: absolute;
  top: 0;
  right: 0;
  width: 625px;
  height: 416px;
}

.wl_zy_list li {
  float: left;
  width: 371px;
  height: 363px;
  position: relative;
  color: #fff;
  margin-right: 43px;
  margin-bottom: 43px;
  overflow: hidden;
}

.wl_zy_list li:nth-child(3n+3) {
  margin-right: 0;
}

.wl_zy_list li .text {
  width: 100%;
  padding: 20px 0 20px 20px;
  position: absolute;
  box-sizing: border-box;
  background-color: rgba(0, 100, 182, .6);
  bottom: 0;
  left: 0;
}

.wl_zy_list li .text h4 {
  font-size: 22px;
  font-weight: 700;
}

.wl_zy_list li .subtext {
  position: absolute;
  width: 100%;
  height: 363px;
  top: 0;
  left: 0;
  text-align: center;
  color: #fff;
  background-color: rgba(0, 100, 182, .6);
  box-sizing: border-box;
  display: none;
}

.wl_zy_list li .subtext h4 {
  font-weight: 700;
  font-size: 22px;
  text-align: center;
  padding-top: 65px;
}

.wl_zy_list li .subtext .txt {
  padding: 15px;
  text-align: left;
  line-height: 28px;
}

.wl_zy_list li:hover .subtext {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  animation: animate 1.2s ease;
  box-sizing: border-box;
}

.wl_zy_list li:hover .text {
  display: none;
}

@keyframes animate {
  from {
    height: 0px;
  top: 363px;
}

to {
  height: 363px;
  top: 0px;
}
}

/* slide bar css */
.sideBar {
  width: 200px;
  position: fixed;
  top: 150px;
  right: 0;
  text-align: center;
  z-index: 9999;
  display: none;
}

.sideBarTop {
  height: 28px;
  line-height: 28px;
  color: #FFFFFF;
  font-size: 15px;
}

.sideBarBot img {
  display: block;
  height: 400px;
  width: 200px;
}

.clsosfloat {
  position: absolute;
  top: -18px;
  left: 40px;
}

/* lyg css */
.lyg_part1,
.lyg_part2 {
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  margin-bottom: 50px;
}

.lyg_part1 .img {
  width: 555px;
}

.lyg_part1 .txt {
  width: 600px;
}

.lyg_part1 .txt>p {
  text-indent: 2em;
  line-height: 28px;
}

.lyg_part1 .txt ul {
  margin-top: 55px;
  border: 1px solid #ccc;
  justify-content: space-between;
  align-items: center;
  display: flex;
  
  color: #333;
}

.lyg_part1 .txt ul li {
  width: 148px;
  text-align: center;
  padding: 28px 0;
  border-right: 1px solid #ccc;
}

.lyg_part1 .txt ul li:last-child {
  border-right: none;
}

.lyg_part1 .txt ul li h1 {
  font-size: 24px;
  font-weight: 700;
  color: #0162b2;
  margin-bottom: 5px;
}

.lyg_part2 .txt {
  width: 50%;
  background-color: #0064b6;
  color: #fff;
  height: 480.8px;
  overflow: hidden;
  box-sizing: border-box;
  padding: 30px;
  line-height: 32px;
  text-indent: 2em;
}

.lyg_part3 .txt {
  height: 400px;
  padding-top: 9%;
}

.lyg_part2 .img {
  width: 50%;
  overflow: hidden;
  height: 480.8px;
}

.lyg_part3 .img {
  width: 50%;
  overflow: hidden;
  height: 400px;
}

.lyg_part2 .img img {
  transition: all 1s;
}

.lyg_part2:hover .img img {
  transform: scale(1.5);
}

.font10 {
  font-size: 14px;
  color: #999;
}