/*header start*/
.lyHeader { height: 500px; overflow: hidden; background: url(../images/headBg.jpg) center center no-repeat; background-size: cover; display: flex; align-items: center; justify-content: center;}
.lyHeader_text title { display: block; line-height: 1.2; color: #fff; font-size: 60px; font-weight: bold; text-align: center; margin: -30px 0 10px; text-shadow: 0 4px 6px rgba(16, 62, 162, .28);}
.lyHeader_text p { line-height: 1.5; color: #fff; font-size: 20px; text-align: center; text-transform: uppercase; text-shadow: 0 4px 6px rgba(16, 62, 162, .28); opacity: .75;}
/*header end*/


/*tab start*/
.lyMenu_tab { margin: -50px auto 0; padding: 18px; background: linear-gradient(to bottom, #e5e7f1, #fff); border: 2px solid #fff; border-radius: 8px; box-shadow: 0 8px 32px rgba(0, 0, 0, .06); position: relative;}
.lyMenu_tab ul { text-align: center;}
.lyMenu_tab ul li { display: inline-block; padding: 0 20px; vertical-align: top;}
.lyMenu_tab ul li p { height: 60px; line-height: 58px; color: #222; font-size: 24px; text-align: center; padding: 0 40px; background-color: rgba(10, 84, 214, 0); border: 1px solid rgba(255, 255, 255, 0); border-radius: 8px; cursor: pointer;}
.lyMenu_tab ul li p a { color: #222; font-size: 24px;}
.lyMenu_tab ul li p i { display: inline-block; width: 30px; height: 30px; overflow: hidden; vertical-align: middle; margin: -4px 15px 0 0;}
.lyMenu_tab ul li p i.ico01 { background: url(../images/ico01.png) 0 0 no-repeat; background-size: 30px 60px;}
.lyMenu_tab ul li p i.ico02 { background: url(../images/ico02.png) 0 0 no-repeat; background-size: 30px 60px;}
.lyMenu_tab ul li p i.ico03 { background: url(../images/ico03.png) 0 0 no-repeat; background-size: 30px 60px;}
.lyMenu_tab ul li p i.ico04 { background: url(../images/ico04.png) 0 0 no-repeat; background-size: 30px 60px;}
.lyMenu_tab ul li p i.ico05 { background: url(../images/ico05.png) 0 0 no-repeat; background-size: 30px 60px;}
.lyMenu_tab ul li:hover p, .lyMenu_tab ul li.active p { color: #fff; background-color: rgba(10, 84, 214, 1); border: 1px solid rgba(255, 255, 255, 1);}
.lyMenu_tab ul li:hover p a, .lyMenu_tab ul li.active p a { color: #fff;}
.lyMenu_tab ul li:hover p i.ico01, .lyMenu_tab ul li.active p i.ico01 { background: url(../images/ico01.png) 0 -30px no-repeat; background-size: 30px 60px;}
.lyMenu_tab ul li:hover p i.ico02, .lyMenu_tab ul li.active p i.ico02 { background: url(../images/ico02.png) 0 -30px no-repeat; background-size: 30px 60px;}
.lyMenu_tab ul li:hover p i.ico03, .lyMenu_tab ul li.active p i.ico03 { background: url(../images/ico03.png) 0 -30px no-repeat; background-size: 30px 60px;}
.lyMenu_tab ul li:hover p i.ico04, .lyMenu_tab ul li.active p i.ico04 { background: url(../images/ico04.png) 0 -30px no-repeat; background-size: 30px 60px;}
.lyMenu_tab ul li:hover p i.ico05, .lyMenu_tab ul li.active p i.ico05 { background: url(../images/ico05.png) 0 -30px no-repeat; background-size: 30px 60px;}

.lyMain_container { padding: 100px 0;}
.lyMain_container dl { display: flex; flex-wrap: wrap; justify-content: left; margin: 0 -16px -32px;}
.lyMain_container dl dd { width: 33.333333%; margin-bottom: 32px; padding: 0 16px;}
.lyMain_container dl dd a.con1 { display: block; padding: 24px 96px 24px 32px; background-color: #f3f5f9; border-radius: 4px; position: relative;}
.lyMain_container dl dd a.con1:hover { background: #0a54d6 url(../images/conBg.jpg) center center no-repeat; background-size: 100% 100%;}
.lyMain_container dl dd a.con1 span { display: block; height: 32px; overflow: hidden; line-height: 32px; color: #222; font-size: 18px; white-space: nowrap; text-overflow: ellipsis; padding-left: 20px; position: relative;}
.lyMain_container dl dd a.con1 span::before { content: ''; display: block; width: 6px; height: 6px; background-color: #0a54d6; border-radius: 50%; margin-top: -3px; position: absolute; top: 50%; left: 0;}
.lyMain_container dl dd a.con1:hover span { color: #fff;}
.lyMain_container dl dd a.con1:hover span::before { background-color: #fff;}
.lyMain_container dl dd a.con1 em { display: block; height: 24px; overflow: hidden; line-height: 24px; color: #999; font-size: 14px; white-space: nowrap; text-overflow: ellipsis; margin-top: 4px;}
.lyMain_container dl dd a.con1:hover em { color: #fff;}
.lyMain_container dl dd a.con1 i { display: block; width: 32px; height: 32px; margin-top: -16px; padding: 8px; background-color: rgba(255, 255, 255, 0); border: 1px solid #d6d6d6; border-radius: 50%; position: absolute; top: 50%; right: 32px;}
.lyMain_container dl dd a.con1:hover i { background-color: #fff; border: 1px solid #fff;}
.lyMain_container dl dd a.con1:hover i svg path { fill: #0a54d6;}

.lyPyq { width: 100%; height: 640px; overflow: hidden; padding: 40px 80px; background: url(../images/pyqBg.jpg) center center no-repeat; background-size: cover; border-radius: 8px;}
.lyPyq_main { width: 100%; height: 100%; overflow: hidden; position: relative;}
.nyProShow_big { width: calc(100% - 320px); height: 100%; float: right;}
.nyProShow_big .swiper-container { height: 100%;}
.nyProShow_big .swiper-slide { display: flex; align-items: center; justify-content: center;}
.nyProShow_big .swiper-slide .lyPyq_con { display: block; width: 68%;}
.lyPyq_con .lyPyq_img { width: 100%; height: 480px; overflow: hidden; margin: 0 auto; position: relative;}
.lyPyq_con .lyPyq_tab { width: 100%; margin-top: 24px; text-align: center;}
.lyPyq_tab a { display: inline-block; width: 150px; height: 54px; overflow: hidden; line-height: 54px; color: #222; font-size: 20px; text-align: center; background: linear-gradient(to right, #fff, #fff); border-radius: 4px; vertical-align: top; margin: 0 10px;}
.lyPyq_tab a:hover { color: #fff; font-weight: bold; background: linear-gradient(to right, #fb4b24, #fd881c);}
.nyProShow_big .swiper-slide .lyPyq_down { display: block; width: 32%;}
.lyPyq_down a { display: block; width: 100%; height: 70px; overflow: hidden; line-height: 70px; color: #fff; font-size: 24px; text-align: center; background-color: #0a54d6; border-radius: 4px;}
.lyPyq_down a i { display: inline-block; width: 28px; height: 28px; overflow: hidden; vertical-align: middle; margin: -2px 10px 0 0;}
.nyProShow_big .swiper-button-prev, .nyProShow_big .swiper-button-next { width: 30px; height: 30px; background: #0a54d6; padding: 8px; border-radius: 50%; position: absolute; right: inherit; left: 22px; top: inherit; margin: 0;}
.nyProShow_big .swiper-button-prev { top: 0;}
.nyProShow_big .swiper-button-next { bottom: 0;}
.nyProShow_big .swiper-button-prev svg, .nyProShow_big .swiper-button-next svg { transform: rotate(-90deg); -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -o-transform: rotate(-90deg);}

.nyProShow_small { width: 300px; height: 100%; padding: 50px 0; float: left;}
.nyProShow_small .swiper-container { height: 100%;}
.nyProShow_small .swiper-slide { display: flex; align-items: center; justify-content: center; cursor: pointer;}
.nyProShow_small .swiper-slide p { width: 74px; height: 100%; overflow: hidden; border: 0 solid #0a54d6; border-radius: 4px; position: relative; transition: all 0s; -webkit-transition: all 0s; -moz-transition: all 0s; -o-transition: all 0s;}
.nyProShow_small .swiper-slide:hover p, .nyProShow_small .swiper-slide.swiper-slide-thumb-active p { border: 2px solid #0a54d6;}
.nyProShow_small .swiper-slide span { display: block; width: calc(100% - 74px); height: 40px; overflow: hidden; line-height: 40px; color: #222; font-size: 18px; white-space: nowrap; text-overflow: ellipsis; padding-left: 20px;}
.nyProShow_small .swiper-slide:hover span, .nyProShow_small .swiper-slide.swiper-slide-thumb-active span { color: #0a54d6; font-weight: bold;}
/*tab end*/


/*case start*/
.lyCase { overflow: hidden; padding: 80px 0; background-color: #f3f5f9;}
.lyCase_title { height: 44px; line-height: 44px; color: #222; font-size: 36px; font-weight: bold; margin-bottom: 40px;}
.lyCase_title a.more { display: block; height: 44px; line-height: 44px; color: #999; font-size: 16px; padding: 0 20px; background-color: #fff; border-radius: 4px; float: right;}
.lyCase_title a.more i { display: inline-block; vertical-align: middle; width: 14px; height: 14px; overflow: hidden; margin: -2px 0 0 10px;}
.lyCase_title a.more:hover { color: #fff; background-color: #0a54d6;}
.lyCase_title a.more:hover i { margin: -2px 0 0 20px;}
.lyCase_title a.more:hover i svg path { fill: #ffffff;}

.lyCase_swiper .swiper-container { overflow: inherit; padding-bottom: 60px;}
.lyCase_swiper .swiper-container .swiper-slide { height: 400px;}
.lyCase_swiper .swiper-container .swiper-slide a { display: block; width: 100%; height: 100%; overflow: hidden; background-color: #fff; border-radius: 8px; position: relative;}
.lyCase_swiper .swiper-container .swiper-slide a:hover img { transform: scale(1.1); -webkit-transform: scale(1.1);}
.lyCase_swiper .swiper-container .swiper-slide a::before { content: ''; display: block; width: 100%; height: 80%; background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, .6)); position: absolute; bottom: 0; left: 0; z-index: 1; transition: all 0.5s; -webkit-transition: all 0.5s;}
.lyCase_swiper .swiper-container .swiper-slide a:hover::before { background: linear-gradient(to bottom, rgba(10, 84, 214, 0), rgba(10, 84, 214, .6));}
.lyCase_swiper .swiper-container .swiper-slide a em { display: block; width: 120px; height: 30px; overflow: hidden; line-height: 30px; color: #fff; font-size: 15px; text-align: center; border-radius: 4px; background: linear-gradient(to right, #fb4b24, #fd881c); position: absolute; left: 24px; top: 24px; z-index: 2;}
.lyCase_swiper .swiper-container .swiper-slide a em i { display: inline-block; width: 18px; height: 18px; overflow: hidden; vertical-align: middle; margin: -4px 4px 0 0;}
.lyCase_swiper .swiper-container .swiper-slide .lyCase_text { width: 100%; padding: 30px 40px; position: absolute; bottom: 0; left: 0; z-index: 2;}
.lyCase_text span { display: block; width: 100%; height: 30px; line-height: 30px; color: rgba(255, 255, 255, .7); font-size: 16px; margin-bottom: 5px;}
.lyCase_text span i { display: block; width: 16px; height: 16px; overflow: hidden; margin: 7px 8px 7px 0; float: left;}
.lyCase_text p { max-width: 100%; height: 40px; overflow: hidden; line-height: 40px; color: #fff; font-size: 28px; white-space: nowrap; text-overflow: ellipsis; padding-right: 40px; position: relative; float: left;}
.lyCase_text p i { display: block; width: 30px; height: 30px; overflow: hidden; padding: 8px; border: 1px solid #fff; border-radius: 50%; position: absolute; top: 5px; right: 0;}

.lyCase_swiper .swiper-pagination { width: 100%; height: 12px; bottom: 0 !important;}
.lyCase_swiper .swiper-pagination span { width: 12px; height: 12px; margin: 0 4px !important; background-color: #0a54d6; vertical-align: top; opacity: .1; border-radius: 50%;}
.lyCase_swiper .swiper-pagination span::after { display: none;}
.lyCase_swiper .swiper-pagination span.swiper-pagination-bullet-active { opacity: 1;}
/*case end*/

@media (max-width:1680px) {
  .lyHeader { height: 440px;}
  .lyHeader_text title { font-size: 52px; margin: -25px 0 5px;}
  .lyHeader_text p { font-size: 16px;}
}

@media (max-width:1600px) {
  .lyHeader { height: 420px;}
  .lyMain_container { padding: 60px 0;}
  .lyMain_container dl { margin: 0 -15px -30px;}
  .lyMain_container dl dd { margin-bottom: 30px; padding: 0 15px;}
  .lyMain_container dl dd a.con1 { padding: 20px 90px 20px 30px}
  .lyMain_container dl dd a.con1 i { width: 30px; height: 30px; margin-top: -15px; right: 30px;}

  .lyPyq { padding: 40px 60px;}
  .nyProShow_small .swiper-slide span { font-size: 17px;}
  .lyPyq_con .lyPyq_tab { margin-top: 30px;}
  .lyPyq_tab a { width: 140px; height: 50px; line-height: 50px; font-size: 18px;}
  .lyPyq_down a { height: 60px; line-height: 60px; font-size: 22px;}
  .lyPyq_down a i { width: 26px; height: 26px;}

  .lyCase { padding: 60px 0;}
  .lyCase_title { font-size: 32px; margin-bottom: 30px;}
  .lyCase_title a.more { font-size: 15px;}
  .lyCase_swiper .swiper-container { padding-bottom: 40px;}
  .lyCase_swiper .swiper-container .swiper-slide a em { width: 110px; font-size: 14px; left: 20px; top: 20px;}
  .lyCase_swiper .swiper-container .swiper-slide .lyCase_text { padding: 20px 30px;}
  .lyCase_text span { font-size: 15px; margin-bottom: 0;}
  .lyCase_text p { font-size: 24px; padding-right: 36px;}
  .lyCase_text p i { width: 26px; height: 26px; padding: 6px; top: 7px;}
  .lyCase_swiper .swiper-pagination { height: 10px;}
  .lyCase_swiper .swiper-pagination span { width: 10px; height: 10px;}
}

@media (max-width:1560px) {}

@media (max-width:1440px) {
  .lyHeader { height: 380px;}
  .lyHeader_text title { font-size: 44px;}
  .lyHeader_text p { font-size: 14px;}

  .lyMenu_tab { margin: -44px auto 0; padding: 14px; border-radius: 6px;}
  .lyMenu_tab ul li { padding: 0 15px;}
  .lyMenu_tab ul li p { height: 56px; line-height: 54px; font-size: 22px; padding: 0 30px; border-radius: 6px;}
  .lyMenu_tab ul li p i { width: 25px; height: 25px; margin: -4px 10px 0 0;}
  .lyMenu_tab ul li p i.ico01 { background: url(../images/ico01.png) 0 0 no-repeat; background-size: 25px 50px;}
  .lyMenu_tab ul li p i.ico02 { background: url(../images/ico02.png) 0 0 no-repeat; background-size: 25px 50px;}
  .lyMenu_tab ul li p i.ico03 { background: url(../images/ico03.png) 0 0 no-repeat; background-size: 25px 50px;}
  .lyMenu_tab ul li p i.ico04 { background: url(../images/ico04.png) 0 0 no-repeat; background-size: 25px 50px;}
  .lyMenu_tab ul li p i.ico05 { background: url(../images/ico05.png) 0 0 no-repeat; background-size: 25px 50px;}
  .lyMenu_tab ul li:hover p i.ico01, .lyMenu_tab ul li.active p i.ico01 { background: url(../images/ico01.png) 0 -25px no-repeat; background-size: 25px 50px;}
  .lyMenu_tab ul li:hover p i.ico02, .lyMenu_tab ul li.active p i.ico02 { background: url(../images/ico02.png) 0 -25px no-repeat; background-size: 25px 50px;}
  .lyMenu_tab ul li:hover p i.ico03, .lyMenu_tab ul li.active p i.ico03 { background: url(../images/ico03.png) 0 -25px no-repeat; background-size: 25px 50px;}
  .lyMenu_tab ul li:hover p i.ico04, .lyMenu_tab ul li.active p i.ico04 { background: url(../images/ico04.png) 0 -25px no-repeat; background-size: 25px 50px;}
  .lyMenu_tab ul li:hover p i.ico05, .lyMenu_tab ul li.active p i.ico05 { background: url(../images/ico05.png) 0 -25px no-repeat; background-size: 25px 50px;}

  .lyPyq { height: 580px;}
  .nyProShow_small { padding: 45px 0;}
  .nyProShow_small .swiper-slide span { height: 32px; line-height: 32px; font-size: 16px;}
  .lyPyq_con .lyPyq_img { height: 430px;}
  .lyPyq_con .lyPyq_tab { margin-top: 22px;}
  .lyPyq_tab a { width: 130px; height: 48px; line-height: 48px; font-size: 16px;}  
  .lyPyq_down a { height: 54px; line-height: 54px; font-size: 18px;}
  .lyPyq_down a i { width: 24px; height: 24px;}

  .lyCase_swiper .swiper-container .swiper-slide { height: 360px;}
  .lyCase_text span { font-size: 14px;}
  .lyCase_text p { font-size: 22px; padding-right: 34px;}
  .lyCase_text p i { width: 24px; height: 24px; top: 8px;}
}

@media (max-width:1366px) {
  .lyCase_swiper .swiper-container .swiper-slide { height: 340px;}
}

@media (max-width:1280px) {
  .lyHeader { height: 320px;}
  .lyHeader_text title { font-size: 40px; margin: -20px 0 4px;}
  .lyMenu_tab ul li p { font-size: 20px;}

  .lyMain_container { padding: 40px 0;}
  .lyMain_container dl { margin: 0 -12px -24px;}
  .lyMain_container dl dd { margin-bottom: 24px; padding: 0 12px;}
  .lyMain_container dl dd a.con1 { padding: 20px 70px 20px 24px;}
  .lyMain_container dl dd a.con1 i { right: 20px;}
  .lyMain_container dl dd a.con1 em { margin-top: 0;}

  .lyPyq { height: 544px; padding: 40px;}
  .nyProShow_small { padding: 40px 0;}
  .lyPyq_con .lyPyq_img { height: 400px;}
  .lyPyq_con .lyPyq_tab { margin-top: 20px;}
  .lyPyq_tab a { width: 120px; height: 44px; line-height: 44px; font-size: 15px;}
  .lyPyq_down a { height: 52px; line-height: 52px; font-size: 16px;}
  .lyPyq_down a i { width: 24px; height: 24px;}
  
  .lyCase { padding: 40px 0;}
  .lyCase_title { height: 40px; line-height: 40px; font-size: 30px; margin-bottom: 24px;}
  .lyCase_title a.more { height: 40px; line-height: 40px; font-size: 14px;}
  .lyCase_swiper .swiper-container { padding-bottom: 34px;}
  .lyCase_swiper .swiper-container .swiper-slide { height: 320px;}
  .lyCase_text p { font-size: 20px;}
}

@media (max-width:1200px) {}

@media (max-width:1080px) {}

@media (max-width:1024px) {}

@media (max-width:920px) {}

@media (max-width:820px) {}

@media (max-width:767px) {}

@media (max-width:390px) {}

@media (max-width:320px) {}
