@-webkit-keyframes bg_change_size {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes bg_change_size {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.public_more {
  width: 168px;
  height: 48px;
  background: #ffffff;
  color: #0c2667;
  font-size: 20px;
  font-family: SimHei;
  font-weight: 600;
  border-radius: 10px;
  border-radius: 27px;
  overflow: hidden;
  position: relative;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s; }
.public_more span {
  position: relative;
  z-index: 33; }
.public_more .hover_box {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  position: absolute;
  left: 0;
  top: 0;
  height: 101%;
  width: 0;
  background: #0c2667;
  display: inline-block;
  z-index: 2; }
.public_more:hover {
  background: #0c2667; }
.public_more:hover span {
  color: white; }
.public_more:hover .hover_box {
  width: 100%; }

.public_title {
  text-align: center;
  font-family: SimHei;
  font-size: 38px;
  color: #1d3571; }
.public_title .line {
  width: 40px;
  height: 2px;
  background: #8cc641;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 36px; }


.page_btn {
  width: 122px;
  height: 122px;
  background: #ffffff;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  margin-left: -535px;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(113, 113, 113, 0.18);
  box-shadow: 0px 5px 10px 0px rgba(113, 113, 113, 0.18);
  bottom: 65px;
  z-index: 33; }

.page_btn:after {
  -webkit-animation: btn_change_size 2s;
  animation: btn_change_size 2s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  content: '';
  display: inline-block;
  position: absolute;
  left: 50%;
  margin-left: -83px;
  width: 166px;
  height: 166px;
  border-radius: 100%;
  background: white;
  opacity: 0.2;
  z-index: 22; }

.hamburger {
  background: #31348d;
  width: 61px;
  height: 61px;
  border-radius: 0; }

.hamburger__line-in::before, .hamburger__line-in::after {
  background: #ffffff; }

.hamburger::after {
  border-radius: 0;
  border: 4px solid #31348d; }


.global-menu{
  height: 100vh;
}



main {
  position: relative;
  overflow: hidden; }
main .content {
  z-index: 33333; }
main .bg_pic {
  position: absolute;
  left: 0;
  top: 0;
  height: 1100px;
  -webkit-animation: bg_change_size 50s;
  animation: bg_change_size 50s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }
main .public_more {
  position: absolute;
  left: 50%;
  margin-left: -561px;
  top: 57%; }
main .word1 {
  position: absolute;
  
  
  
  left: 50%;
  margin-left: -561px;
  top: 26%; }
main .word2 {
  position: absolute;
  
  
  
  left: 50%;
  margin-left: -561px;
  top: 13%; }

main .logo {
  position: absolute;
  left: 56px;
  top: 42px; }

.global-menu__item{
  font-size: 36px;
  text-align: center;
  -webkit-transition: 0s !important;
  -o-transition: 0s !important;
  transition: 0s !important;
  color: white;
}
.global-menu__item.li9{
  display: none;
}
.shape-overlays__path:nth-of-type(3){
  fill: rgb(66,141,195);
}



.top_header{
  display: none;
}
@media (min-width: 768px) {
  .header .nav_list .lv1:hover > a {
    background: #f6fbff;
    color: #1d3571;
  }
  #header{
    border-bottom: 1px solid grey;
  }
  #header.on{
    display: block !important;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 333333;
    width: 100%;
    background: white;
  }
  .header{
    margin-top: 16px;
  }


}



.youshi {
  background: #f6fbff; }
.youshi .title {
  color: #1d3571;
  font-size: 30px;
  font-family: SimHei;
  font-weight: 600; }
.youshi .title .line {
  width: 40px;
  height: 2px;
  background: #428dc3;
  margin-top: 20px; }
.youshi .main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px; }
.youshi .main .item {
  text-align: center;
  width: 18%;
  margin-bottom: 15px;
  position: relative;
  bottom: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s; }




.youshi .main .item:hover {
  bottom: 40px; }
.youshi .main .item .pic {
  height: 202px;
  margin-bottom: 24px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(113, 113, 113, 0.18);
  box-shadow: 0px 5px 10px 0px rgba(113, 113, 113, 0.18); }
.youshi .main .item p {
  color: #1d3571;
  font-family: SimHei;
  font-size: 18px; }


.owl-theme .owl-controls .owl-buttons div {
  width: 55px;
  height: 70px;
  opacity: 1;
  border-radius: inherit;
  border: none; }

.owl-theme .owl-controls {
  bottom: 70%; }

.owl-theme .owl-controls .owl-buttons .owl-prev {
  background: url("../image/zhengshu_lfbtn.png");
  position: absolute;
  left: -70px; }

.owl-theme .owl-controls .owl-buttons .owl-next {
  background: url("../image/zhengshu_rtbtn.png");
  position: absolute;
  right: -70px; }

.about {
  background: url("../image/about_bg.jpg") no-repeat center; }
.about .albums-tab {
  display: block;
  position: absolute;
  right: 50px;
  top: 243px;
  z-index: 33; }
.about .albums-tab .sim-anim-5 {
  width: 383px;
  height: 200px; }
.about .albums-tab .sim-anim-5 img {
  width: 394px; }
.about .albus_pic2 {
  display: block;
  position: absolute;
  right: 14px;
  top: 204px;
  width: 394px;
  height: 400px;
  border: 5px solid white; }
.about .title {
  text-align: center;
  font-family: SimHei;
  font-size: 38px;
  color: #ffffff; }
.about .title .line {
  width: 40px;
  height: 2px;
  background: #8cc641;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 36px; }
.about .typename {
  margin-bottom: 40px; }
.about .typename .item {
  cursor: pointer;
  text-align: center;
  border: 1px solid #8cc641;
  color: #ffffff;
  line-height: 45px;
  font-size: 18px;
  height: 45px; }
.about .typename .item.on {
  background: #8cc641; }
.about .typename .item:hover {
  background: #8cc641; }
.about .main > .item {
  display: none;
  min-height: 512px;
  position: relative; }
.about .main .zhengshu {
  width: 100%;
  padding: 0 85px;
  margin-top: 59px; }

.about .main .zhengshu a {
  padding: 5px;
  height: 342px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;


}




.about .main .item1 .message {
  margin-top: 35px; }
.about .main .item1 .message .public_more {
  margin-left: 37px; }
.about .main .item1 .message li {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../picture/about_icon3.png) no-repeat 28px top;
  padding-left: 105px;
  }
.about .main .item1 .message li .li_icon {
  margin: 0 28px;
  display: inline-block; }
.about .main .item1 .message li .message_box {
  text-align: left; }
.about .main .item1 .message li .message_box .title {
  text-align: left;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 13px; }
.about .main .item1 .message li .message_box .summary {
  font-size: 14px;
  color: #d2e4f2;
  line-height: 23px;
  height: 160px;
  }
.about .main .item1 .pic {
  position: relative; }
.about .main .item1 .pic > a {
  overflow: hidden;
  width: 470px;
  height: 470px;
  border-radius: 20px;
  display: inline-block; }
.about .main .item1 .pic .pic1 {
  position: absolute;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  right: 60px;
  top: 36px;
  z-index: 35; }
.about .main .item1 .pic .pic1:hover{
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.about .main .item1 .pic .pic2 {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 34; }
.about .main .item3 > .message {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 40px; }
.about .main .item3 > .message .newslist {
  margin-left: 63px; }
.about .main .item3 > .message .newslist li {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  padding-bottom: 10px;
  margin-top: 10px;
  border-bottom: 1px dashed #dbd4cd;
  width: 100%;
  padding-left: 0px; }
.about .main .item3 > .message .newslist li>a{
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.about .main .item3 > .message .newslist li:hover {
  -webkit-transform: translateX(90px);
  -ms-transform: translateX(90px);
  transform: translateX(90px); }
.about .main .item3 > .message .newslist li .message .title {
  text-align: left;
  font-size: 16px;
  color: white; }
.about .main .item3 > .message .newslist li .message .summary {
  font-size: 12px;
  color: white; }
.about .main .item3 > .message .newslist li .data {
  margin-right: 38px;
  width: 170px;
  height: 81px;
  color: white;
  background: #4db100;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
.about .main .item3 > .message .newslist li .data p {
  font-size: 24px;
  font-weight: 600; }
.about .main .item3 > .message .typelist .item {
  width: 244px;
  height: 187px;
  font-size: 20px;
  color: white;
  margin-bottom: 10px;
  position: relative; }
.about .main .item3 > .message .typelist .item:hover .hover_box {
  height: 100%; }
.about .main .item3 > .message .typelist .item span {
  position: relative;
  z-index: 33; }
.about .main .item3 > .message .typelist .item .hover_box {
  width: 100%;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  height: 0;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 32; }
.about .main .item4 .pic > a {
  width: 450px;
  height: 450px; }
.about .main .item4 .public_more {
  margin-top: 51px; }
.about .main .item4 .message {
  padding-left: 36px; }
.about .main .item4 .summary {
  font-size: 16px;
  color: white;
  line-height: 3; }
.about .main .item4 .pic .pic1 {
  left: 0; }
.about .main .item4 .pic .pic2 {
  left: 60px; }


.case .public_title {
  margin-top: 12px;
  margin-bottom: 23px; }
.case .title2 {
  text-align: center;
  font-size: 16px;
  color: #1a1a1a;
  font-family: SimHei; }
.case .case_list {
  margin-bottom: 14px; }
.case .case_list ul {
  display: none; }
.case .case_list ul.on {
  display: block; }
.case .case_list li {
  width: 20%;
  height: 290px;
  margin-right: 0; }
.case .case_list .hot_info {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  top: 284px;
  background: url("../image/yangban_hover_box.png") no-repeat center;
  background-size: cover; }
.case .case_list .item {
  width: 100%;
  position: relative;
  height: 100%;
  border: 1px solid #ffffff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
.case .case_list .item .name {
  font-size: 24px;
  color: white;
  font-weight: 600;
  margin-top: 17px;
  margin-bottom: 17px;
  text-align: center;
  font-family: SimHei; }
.case .case_list .item .name span {
  display: block;
  text-align: center;
  font-size: 19px;
  color: #aae45f;
  font-weight: inherit; }
.case .case_list .item .icon {
  width: 80px;
  height: 80px;
  background: white;
  border-radius: 100%; }
.case .typename {
  margin-top: 57px;
  margin-bottom: 33px; 
  text-align: center;
  }
.case .typename a {
    width: 15%;
    border: 1px solid #2a90d1;
    border-right: none;
    /* float: left; */
    text-align: center;
    height: 45px;
    line-height: 45px;
    display: inline-block;
  }
.case .typename a:hover {
  color: white;
  background: #2a90d1; }
.case .typename a:last-child {
  border-right: 1px solid #2a90d1; }
.case .typename a.on {
  background: #2a90d1;
  color: #ffffff; }


.news {
  margin-top: 50px; }
.news .public_more {
  margin: 0 auto;
  background: #93c94d;
  color: white;
  margin-bottom: 8px; }
.news .news_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
.news .news_list .item {
  position: relative;
  margin-bottom: 42px;
  width: 30%;
  border-radius: 20px;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(113, 113, 113, 0.18);
  box-shadow: 0px 5px 10px 0px rgba(113, 113, 113, 0.18); }
.news .news_list .item .font {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
  -webkit-transition: all .5s ease-in-out 0s;
  -o-transition: all .5s ease-in-out 0s;
  transition: all .5s ease-in-out 0s; }
.news .news_list .item:hover .font {}
.news .news_list .item:hover .black {
  -webkit-transform: rotateY(0);
  transform: rotateY(0); }
.news .news_list .item .black {
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
  -webkit-transition: all .5s ease-in-out 0s;
  -o-transition: all .5s ease-in-out 0s;
  transition: all .5s ease-in-out 0s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  color: white;
  font-size: 40px;
  border-radius: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  position: absolute;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;

  top: 0; }
.news .news_list .item .black .hover_box {
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

.news .news_list .item .black span {
  position: relative;
  z-index: 33; }
.news .news_list .item .black .title{
  color: white;
  position: relative;
  text-align: center;
  
  border-bottom: 1px solid white;
  padding-bottom: 10px;
  width: 90%;
  margin: 0 auto;

}
.news .news_list .item .black .summary{
  color: white;
  position: relative;
  text-align: left;
  text-indent: 2em;

  line-height: 51px;
  font-size: 18px;
  padding: 15px;
}
.news .news_list .item .pic {
  width: 100%;
  height: 240px;
  margin-bottom: 28px;
  border-radius: 20px 20px 0 0; }
.news .news_list .item .data {
  font-size: 16px;
  color: #e87358;
  margin-bottom: 20px;
  padding-left: 20px; }
.news .news_list .item .title {
  font-size: 18px;
  padding-right: 20px;
  padding-left: 20px;
  color: #1e3f66;
  line-height: 30px; }

@media (min-width: 768px) {
  .news .news_list .item .title{
    min-height: 60px;
  }
}

.news .news_list .item .bottom_icon {
  margin-top: 30px;
  width: 100%;
  border-top: 1px solid #e8e8e8;
  height: 58px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 50px; }

@media (max-width: 1700px) {
  .case .case_list .item .name {
    font-size: 20px; }

  main .word1 {
    top: 19%; } }
@media (max-width: 1500px) {
  main .word1 {
    top: 22%;
    max-width: 31%; } }
@media (max-width: 768px) {
  .youshi .title {
    font-size: 20px;
    padding: 10px; }

  .youshi .title .line {
    margin-top: 4px; }

  .youshi .main {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 4px; }

  .youshi .main .item {
    padding: 10px;
    width: 50%; }
  .youshi .main .item:last-child {
     }

  .youshi .main .item .pic {
    height: 168px;
    margin-bottom: 13px; }

  .youshi .main .item p {
    font-size: 16px; }

  .youshi .more {
    width: 100px;
    height: 32px;
    margin: 0 auto;
    border: 1px solid #1e3f66;
    margin-top: 20px;
    margin-bottom: 20px; }

  .about .title {
    font-size: 20px;
    margin-top: 10px; }

  .about .title .line {
    margin-top: 8px; }

  .about .typename {
    width: 81%;
    margin: 0 auto; }

  .about .albums-tab {
    display: none !important; }

  .about .albus_pic2 {
    display: none !important; }

  .about .main .item1 .message li {
    margin-bottom: 19px;
    visibility: inherit !important; }

  .about .main .item1 .message li .li_icon {
    margin: 0 18px; }

  .public_more {
    width: 119px;
    height: 37px;
    font-size: 16px;
    font-weight: inherit; }

  .about .main > .item {
    margin-bottom: 18px;
    min-height: inherit; }

  .owl-theme .owl-controls .owl-buttons div {
    width: 33px;
    height: 56px;
    background-size: cover !important;
    background-position: center !important; }

  .about .main .zhengshu {
    margin-top: 54px;
    margin-bottom: 29px; }

  .about .main .item3 > .message {
    margin-top: 40px; }

  .about .main .item3 > .message .typelist {
    display: none; }

  .about .main .item3 > .message .newslist {
    margin-left: 0;
    width: 80%; }

  .newslist li a {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }

  .about .main .item3 > .message .newslist li .data {
    margin-right: 20px;
    width: 80px;
    height: 64px; }

  .about .main .item3 > .message .newslist li .message {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1; }

  .about {
    background-size: cover; }

  .about .main .item1 .pic {
    display: none; }

  .about .main .item4 .message {
    padding-left: 0;
    width: 80%;
    float: none;
    margin: 0 auto;
    margin-top: 30px; }

  .about .main .item4 .summary {
    line-height: 32px;
    text-indent: 2em; }

  .about .main .item4 .public_more {
    margin-top: 27px; }

  .case .public_title {
    font-size: 20px; }
  .about .main .item1 .message li .message_box{
    padding-right: 10px;
  }

  .public_title .line {
    margin-top: 8px;
    margin-bottom: 20px; }

  .case .title2 {
    width: 80%;
    margin: 0 auto;
    line-height: 20px; }

  .case .typename {
    display: none;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 24px;
    text-align: center;
    width: 84%; }

  .case .typename a {
    width: 43%;
    margin: 10px;
    border: 1px solid #2a90d1;
    border-right: 1px solid #2a90d1;
    float: left; }

  .case .case_list {
    overflow: visible;
    margin-top: 20px; }

  .case .case_list li {
    height: 290px;
    width: 100%; }

  .da-thumbs {
    height: inherit; }

  .poster img {
    max-width: 292%;
    
    position: relative;
    left: -55%; }

  .public_title {
    font-size: 20px; }

  .news {
    margin-top: 25px; }

  .news .news_list {
    display: block; }

  .news .news_list .item:first-child {
    display: block; }

  .news .news_list .item {
    display: none; }

  .news .news_list .item {
    width: 86%;
    margin: 0 auto; }

  .news .news_list .item .pic {
    height: 152px; }

  .news .news_list .item .pic {
    margin-bottom: 16px; }

  .news .news_list .item .data {
    margin-bottom: 9px;
    font-size: 15px; }

  .news .news_list .item .bottom_icon {
    margin-top: 13px; }

  .news .public_more {
    margin-top: 35px; }

  .news .news_list .item .title {
    font-size: 16px; } }