@charset "utf-8";

/* CSS Document */
* { margin: 0; padding: 0; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p { margin: 0; padding: 0; font: 14px/1.5 Arial, \5FAE\8F6F\96C5\9ED1, Microsoft Yahei, Helvetica, sans-serif;}
table,td,tr,th { border-collapse: collapse; border-spacing: 0; font-size: 14px;}
ol,ul { list-style: none;}
li { list-style-type: none;}
img { max-width: 100%; border: 0;}
address,cite,code,em,th,i { font-weight: normal; font-style: normal;}
.clear { clear: both;}
.clear:after { display: block; overflow: hidden; clear: both; height: 0; visibility: hidden; content: "";}
a { text-decoration: none; cursor: pointer;}
a:visited { text-decoration: none;}
a:hover { text-decoration: none;}
a:active { text-decoration: none;}
.fl { float: left;}
.fr { float: right;}

.icon { display: block; width: 100%; height: 100%;}

.cover, .cover1 { display: block; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
.cover { width: 100%; height: 100%; object-fit: cover;}
.cover1 { max-width: 100%; max-height: 100%; margin: auto;}

/* 设置滚动条的样式 */
::-webkit-scrollbar { /* 滚动槽宽度 */ width: 0;}
/* 滚动条滑块默认状态 */
::-webkit-scrollbar-track { background-color: #f4f8fa; border-radius: 0px;}
::-webkit-scrollbar-thumb { background-color: #2d367e;}

/* 滚动条滑块点击状态 */
::-webkit-scrollbar-thumb:window-inactive { background-color: #2d367e;}

@font-face {
  font-family: "BEBAS"; src: url('../fonts/BEBASKAI.ttf');
}
@font-face {
  font-family: "AlimamaShuHeiTi-Bold"; src: url('../fonts/AlimamaShuHeiTi-Bold.ttf');
}
@font-face {
  font-family: "DINCondensed-Bold"; src: url('../fonts/DINCondensed-Bold.ttf');
}

@-webkit-keyframes rotateAnima {
  0% {
    -webkit-transform: rotate(0deg); transform: rotate(0deg)
  }
  100% {
    -webkit-transform: rotate(360deg); transform: rotate(360deg)
  }
}

@keyframes rotateAnima {
  0% {
    -webkit-transform: rotate(0deg); transform: rotate(0deg)
  }
  100% {
    -webkit-transform: rotate(360deg); transform: rotate(360deg)
  }
}

/* 按钮样式去除 */
input[type="button"],input[type="submit"],input[type="reset"] { -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; appearance: none; outline: none; cursor: pointer;}
textarea { -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; appearance: none; outline: none;}
input { border-radius: 0; outline: none;}
.w1600 { width: 1600px; margin: 0 auto;}
@media (max-width:1680px) {
  .w1600 { width: 94%;}
}


/* idxHeader start */
.idxHeader, .nyHeader { width: 100%; padding: 0 2% 0 3%; background-color: #fff; box-shadow: 0 6px 12px rgba(0, 0, 0, .1); position: fixed; top: 0; left: 0; z-index: 998;}
.fp-viewing-page7 .idxHeader { display: none;}

.lyLogo { width: auto; height: 60px; overflow: hidden; margin: 20px 0; float: left;}
.lyLogo a { display: table-cell; vertical-align: middle; width: 100%; height: 60px; overflow: hidden;}
.lyLogo a img { display: inline-block; max-width: 100%; max-height: 100%;}

.lyLang { padding: 30px 0; position: relative;}
.lyLang>a { display: block; height: 40px;}
.lyLang>a>em { display: inline-block; width: 24px; height: 24px; overflow: hidden; vertical-align: middle; margin-right: 10px; border-radius: 50%;}
.lyLang>a>span { display: inline-block; line-height: 40px; color: #222; font-size: 18px; text-transform: capitalize; vertical-align: middle;}
.lyLang.show>a>span, .lyLang>a:hover>span { color: #2d367e;}
.lyLang>a>i { display: inline-block; width: 12px; height: 12px; margin-left: 8px; vertical-align: middle;}
.lyLang.show>a>i { transform: scaleY(-1); -webkit-transform: scaleY(-1);}
.lyLang>a:hover>i svg path, .lyLang.show>a>i svg path { fill: #2d367e;}

.lyLang select { display: block; height: 40px; line-height: 38px; font-size: 16px; padding:0 10px; border:1px solid #dfdfdf; border-radius:4px; outline:none; cursor:pointer;}
.lyLang select option { display:block; height:30px; line-height:30px; color:#666; font-size:15px; cursor:pointer;}

.lyLang ul { background-color: #fff; box-shadow: 0 4px 8px 0 rgba(0, 0, 0, .1); position: absolute; left: 50%; top: 100%; z-index: 9; opacity: 0; visibility: hidden; -webkit-transform: translate(-50%, 50px); transform: translateY(-50%, 50px);}
.lyLang.show ul { visibility: visible; opacity: 1; -webkit-transform: translate(-50%, 0px); transform: translate(-50%, 0px);}
.lyLang ul li a { display: block; line-height: 24px; color: #222; font-size: 16px; text-transform: capitalize; padding: 12px 12px 12px 48px; position: relative;}
.lyLang ul li:nth-child(2n+2) a { background-color: #f8f8f8;}
.lyLang ul li a:hover { color: #fff; background-color: #222;}
.lyLang ul li a em { display: block; width: 24px; height: 24px; overflow: hidden; border-radius: 50%; position: absolute; left: 12px; top: 12px;}

.lySearch_btn { width: auto; height: 100px; padding:30px 40px 30px 20px; float: right;}
.lySearch_btn a { display: block; height: 40px; position: relative;}
.lySearch_btn a > em { display:block; height: 40px; line-height:40px; color:#222; font-size:18px;}
.lySearch_btn a:hover > em { color: #2d367e;}
.lySearch_btn a > em svg { width:20px; height:20px; margin:10px 10px 10px 0; float:left;}
.lySearch_btn a.searchHide > em { display: none;}

.lySearch_btn a > i { display: none;height: 40px; line-height:40px; color:#222; font-size:18px;}
.lySearch_btn a:hover > i { color: #2d367e;}
.lySearch_btn a > i svg { width:20px; height:20px; margin:10px 10px 10px 0; float:left;}
.lySearch_btn a.searchHide > i { display: block;}

.lySearch_form { width: 0; padding: 25px 0; overflow: hidden; float: right;}
.searchShow .lySearch_form { width: auto;}
.lySearch_form form { width: 400px; height: 50px; padding: 0 70px 0 0; position: relative;}
.lySearch_form .scIpt { width: 100%; padding: 0 20px; background-color: #f2f5f9; border-radius: 25px 0 0 25px;}
.lySearch_form .scIpt input { display: block; width: 100%; height: 50px; overflow: hidden; line-height: 50px; color: #222; font-size: 16px; white-space: nowrap; text-overflow: ellipsis; background: none !important; border-radius: 0 !important; border: 0; outline: none;}
.lySearch_form .scBtn { width: 70px; height: 50px; position: absolute; top: 0; right: 0;}
.lySearch_form .scBtn input { display: block; width: 100%; height: 50px; line-height: 50px; color: #fff; font-size: 16px; text-align: center; background-color: #2d367e; border-radius: 0 25px 25px 0; border: 0; outline: none;}


/* 导航栏 开始 */
.lyNav { float: right;}
.searchShow .lyNav { display: none;}
.lyNav li, .lyNav a { text-decoration: none; list-style: none;}
.lyNav .navList>ul>li { padding: 0 30px; position: relative; float: left;}
.lyNav .navList>ul>li>a { display: inline-block; line-height: 60px; color: #232323; font-size: 18px; text-align: center; padding: 20px 0; position: relative;}
.lyNav .navList>ul>li>a::after { content: ''; display: block; width: 0; height: 2px; background-color: #2d367e; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); transition: all 0.5s; -webkit-transition: all 0.5s;}
.lyNav .navList>ul>li:hover>a::after, .lyNav .navList>ul>li.active>a::after { width: 100%;}
.lyNav .navList>ul>li i { display: inline-block; width: 20px; height: 20px; background: url(../images/down.png) center center no-repeat; background-size: 11px 10px; vertical-align: middle; cursor: pointer; display: none;}
.lyNav .navList>ul>li i.cur { background: url(../images/up.png) center center no-repeat; background-size: 11px 10px;}
.lyNav .navList>ul>li ul { display: none; position: absolute; left: -20%; top: 90px; z-index: 9; width: 140%; overflow: hidden; background-color: #fff; border-top: 2px solid #2d367e; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); border-radius: 0 0 2px 2px;}
.lyNav .navList>ul>li:hover ul { display: block;}
.lyNav .navList>ul>li ul li { width: 100%; overflow: hidden; margin: 0 auto; border-bottom: 1px solid rgba(85, 87, 89, 0.1);}
.lyNav .navList>ul>li ul li:last-child { border: 0;}
.lyNav .navList>ul>li ul li a { display: block; width: 100%; height: 40px; overflow: hidden; line-height: 40px; color: #555; font-size: 14px; text-align: center; white-space: nowrap; text-overflow: ellipsis; margin: 0 auto; padding: 0 8px;}
.lyNav .navList>ul>li ul li a:hover { color: #2d367e;}
.lyNav .nav_menu { display: none;}

.nyHeader .lyNav .navList>ul>li>a { color: #222;}
.nyHeader .lyNav .navList>ul>li:hover>a, .nyHeader .lyNav .navList>ul>li.active>a { color: #2d367e;}
.nyHeader .lyNav .navList>ul>li>a::after { background-color: #2d367e;}


@media (max-width:1680px) {
  .lyNav .navList>ul>li { padding: 0 25px;}
}

@media (max-width:1600px) {}

@media (max-width:1560px) {
  .lyNav .navList>ul>li { padding: 0 20px;}
}

@media (max-width:1440px) {
  .lyNav .navList>ul>li>a { font-size: 16px; padding: 20px 0;}
}

@media (max-width:1366px) {}

@media (max-width:1280px) {}

@media (max-width:1200px) {
  .lyNav .navList>ul>li>a { color: #222; font-size: 15px; padding: 12px 0;}
  .lyNav .navList>ul>li:hover>a,
  .lyNav .navList>ul>li.active>a { color: #2d367e;}
  .lyNav .navList>ul>li>a::after { background-color: #2d367e;}

}

@media (max-width:1080px) {
  .lyNav { height: 0; margin: 0; padding: 0;}
  .lyNav .navList { width: 60%; height: 100%; margin: 0; padding: 0; position: fixed; top: 0; left: -100%; z-index: 9999;}
  .lyNav .navList ul { width: 50%; height: 100%; background-color: #fff; position: relative; z-index: 9999;}
  .lyNav .navList .navMask { width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.6); position: absolute; left: 0; top: 0; z-index: 9998;}
  .lyNav .navList ul>li { width: 100%; overflow: hidden; margin: 0 auto; padding: 0; background: none; position: relative;}
  .lyNav .navList ul>li a { display: block; width: 100%; line-height: 64px; color: #333; font-size: 16px; text-align: left; padding: 0 40px; border-bottom: 1px solid rgba(85, 87, 89, 0.1);}
  .lyNav .navList>ul>li:hover, .lyNav .navList>ul>li.active { background-color: #2d367e;}
  .lyNav .navList>ul>li:hover>a, .lyNav .navList>ul>li.active>a { color: #fff; border-bottom: 1px solid #2d367e;}

  .fp-viewing-page2 .lyNav .navList>ul>li:hover>a,
  .fp-viewing-page2 .lyNav .navList>ul>li.active>a,
  .fp-viewing-page3 .lyNav .navList>ul>li:hover>a,
  .fp-viewing-page3 .lyNav .navList>ul>li.active>a,
  .fp-viewing-page6 .lyNav .navList>ul>li:hover>a,
  .fp-viewing-page6 .lyNav .navList>ul>li.active>a,
  .nyHeader .lyNav .navList>ul>li:hover>a, .nyHeader .lyNav .navList>ul>li.active>a { color: #fff;}
  .lyNav .navList>ul>li>a>em { display: none;}
  .lyNav .navList>ul>li>a::after { display: none;}
  .lyNav .navList>ul>li i { display: block; width: 60px; height: 60px; background-size: 14px 9px; position: absolute; top: 0; right: 0;}
  .lyNav .navList>ul>li i.cur { background-size: 14px 9px;}
  .lyNav .navList>ul>li ul { width: 100%; overflow: hidden; position: inherit; left: inherit; top: inherit; background-color: #f8f8f8; box-shadow: none; border: 0; border-radius: 0; border-bottom: 1px solid rgba(85, 87, 89, 0.1);}
  .lyNav .navList>ul>li:hover>em, .lyNav .navList>ul>li.active>em { display: none;}
  .lyNav .navList>ul>li ul li a { height: 48px; line-height: 48px; color: #888; text-align: left; border: 0; padding: 0 40px;}
  .lyNav .nav_menu { display: block; width: 64px; height: 64px; padding: 22px 20px;}
  .lyNav .nav_menu span { display: block; width: 100%; height: 2px; background-color: #222; border-radius: 1px; margin: 0 auto;}
  .lyNav .nav_menu span+span { margin-top: 7px;}
  .lyNav .open { width: 100%; overflow: auto; left: 0%;}
}

@media (max-width:1024px) {}

@media (max-width:800px) {}

@media (max-width: 767px) {
  .lyNav .navList ul>li a { padding: 0 20px;}
}

@media (max-width: 320px) {}

@media (max-width:280px) {
  .lyNav .nav_menu { display: block; width: 50px; height: 64px; padding: 22px 13px;}

}
/* 导航栏 结束 */

/* idxHeader end */


.ly_title1 { margin-bottom: 30px;}
.ly_title1 span { display: inline-block; line-height: 1; color: #222; font-size: 60px; font-family: "DINCondensed-Bold"; text-transform: uppercase; vertical-align: middle;}
.ly_title1 p { display: inline-block; line-height: 40px; color: #222; font-size: 36px; margin-left: 20px; vertical-align: middle;}
.ly_title2 span, .ly_title2 p { color: #fff;}

.ly_more1 a { display: block; width: 200px; height: 60px; overflow: hidden; line-height: 58px; color: #2d367e; font-size: 18px; text-align: center; border: 1px solid #2d367e; border-radius: 30px; position: relative;}
.ly_more1 a:hover { color: #fff; background-color: #2d367e;}
.ly_more1 a i { display: inline-block; width: 28px; height: 28px; overflow: hidden; margin: -4px 0 0 10px; padding: 0; vertical-align: middle;}
.ly_more1 a:hover i { margin: -4px 0 0 20px;}
.ly_more1 a:hover i svg path { fill: #fff;}

.ly_more2 a { color: #fff; border: 1px solid #fff;}
.ly_more2 a:hover { color: #2d367e; background-color: #fff;}
.ly_more2 a i svg path { fill: #fff;}
.ly_more2 a:hover i svg path { fill: #2d367e;}

.ly_title1 .ly_more1 { float: right;}


/* idxFooter start */
.idxFooter { width: 100%; height: auto; overflow: hidden; background-color: #16171a; position: relative;}
.idxFooter .idxFooter_main { display: flex; flex-wrap: wrap; justify-content: center; margin: 0 auto;}
.idxFooter_main .idxFooter_left { width: 65%; border-right: 1px solid rgba(255, 255, 255, .08);}
.idxFooter_left .idxFooter_head { padding: 40px 0;}
.idxFooter_head .idxFooter_logo { width: auto; height: 50px; overflow: hidden;}
.idxFooter_logo a { display: table-cell; vertical-align: middle; width: 100%; height: 50px; overflow: hidden;}
.idxFooter_logo a img { max-width: 100%; max-height: 100%;}
.idxFooter_left .idxFooter_nav { width: 100%; padding: 72px 0; position: relative;}
.idxFooter_nav::before, .idxFooter_nav::after { content: ''; display: block; width: 150%; height: 1px; background-color: rgba(255, 255, 255, .08); position: absolute; right: 0;}
.idxFooter_nav::before { top: 0;}
.idxFooter_nav::after { bottom: 0;}
.idxFooter_nav ul { display: flex; flex-wrap: wrap; justify-content: center;}
.idxFooter_nav ul li { width: 25%; padding-right: 60px;}
.idxFooter_nav ul li p { margin-bottom: 24px;}
.idxFooter_nav ul li p i { display: block; width: 12px; height: 2px; background-color: #1b7eee; margin-bottom: 16px;}
.idxFooter_nav ul li p span { display: block; line-height: 24px; color: #fff; font-size: 18px;}
.idxFooter_nav ul li dl dd a { display: block; width: 100%; height: 40px; overflow: hidden; line-height: 40px; color: rgba(255, 255, 255, .25); font-size: 16px; white-space: nowrap; text-overflow: ellipsis;}
.idxFooter_nav ul li dl dd a:hover { color: #fff;}
.idxFooter_left .idxFooter_copy { padding: 30px 60px 30px 0;}
.idxFooter_copy p { line-height: 40px; color: rgba(255, 255, 255, .25); font-size: 16px;}
.idxFooter_copy p a { color: rgba(255, 255, 255, .25); font-size: 16px;}
.idxFooter_copy p a:hover { color: #fff;}

.idxFooter_main .idxFooter_right { width: 35%; padding: 40px 0 40px 100px;}
.idxFooter_right .idxFooter_tel { margin-bottom: 20px;}
.idxFooter_tel p { margin-bottom: 16px;}
.idxFooter_tel p i { display: block; width: 12px; height: 2px; background-color: #1b7eee; margin-bottom: 16px;}
.idxFooter_tel p span { display: block; line-height: 24px; color: #fff; font-size: 18px;}
.idxFooter_tel dl dd { line-height: 40px; color: #fff; font-size: 30px; font-weight: bold;}
.idxFooter_tel dl dd span { display: inline-block; color: rgba(255, 255, 255, .25); font-size: 16px; font-weight: normal; vertical-align: middle; margin-left: 10px;}

.idxFooter_right .idxFooter_lxfs { margin-bottom: 40px;}
.idxFooter_lxfs ul li { margin-bottom: 20px;}
.idxFooter_lxfs ul li p { height: 30px; line-height: 30px; color: #fff; font-size: 18px; margin-bottom: 4px;}
.idxFooter_lxfs ul li p i { display: block; width: 18px; height: 18px; overflow: hidden; margin: 6px 10px 6px 0; float: left;}
.idxFooter_lxfs ul li p i svg { display: block; width: 100%; height: 100%;}
.idxFooter_lxfs ul li p i svg path { fill: #ffffff;}
.idxFooter_lxfs ul li span { display: block; width: 100%; line-height: 30px; color: rgba(255, 255, 255, .25); font-size: 16px;}
.idxFooter_ewm ol { display: flex; flex-wrap: wrap; justify-content: left;}
.idxFooter_ewm ol li { width: 136px; height: auto;}
.idxFooter_ewm ol li:first-child { margin-right: 32px;}
.idxFooter_ewm ol li p { width: 136px; height: 136px; overflow: hidden; padding: 10px; background: url(../images/ewmBg.png) center center no-repeat; background-size: 100% 100%;}
.idxFooter_ewm ol li p img { display: block; width: 100%; height: 100%;}
.idxFooter_ewm ol li span { display: block; height: 24px; line-height: 24px; color: rgba(255, 255, 255, .25); font-size: 16px; text-align: center; margin-top: 6px;}

/* idxFooter_links start */
.idxFooter_links { padding: 30px 0; background-color: rgba(255, 255, 255, .02);}
.idxFooter_links .idxFootLinks_main { margin: 0 auto;}
.idxFootLinks_main .idxFootLinks_title { width: 160px; height: 40px; line-height: 40px; color: #fff; font-size: 18px; float: left;}
.idxFootLinks_title i { display: block; width: 36px; height: 36px; overflow: hidden; background-color: #2d367e; border-radius: 50%; margin: 2px 18px 2px 0; padding: 8px; float: left;}

.idxFootLinks_title i svg { display: block; width: 20px; height: 20px;}
.idxFootLinks_title i svg path { fill: #ffffff;}
.idxFootLinks_main .idxFootLinks_list { width: calc(100% - 160px); min-height: 40px; float: right;}
.idxFootLinks_list a { display: inline-block; width: auto; height: 40px; line-height: 40px; color: rgba(255, 255, 255, .25); font-size: 16px; vertical-align: top; padding: 0 16px;}
.idxFootLinks_list a:hover { color: #fff;}
/* idxFooter_links end */

/* idxFooter end */


/* nyBanner start */
.nyBanner { height: 550px; margin-top: 80px; position: relative;}
.nyBanner img { display: block; width: 100%; height: 100%; margin: auto; object-fit: cover; position: absolute; left: 0; top: 0; right: 0; bottom: 0;}
.nyBanner .nyBa_txt { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);}
.nyBa_txt span { display: block; line-height: 80px; color: rgba(255, 255, 255, .03); font-size: 90px; font-weight: bold; text-transform: uppercase;}
.nyBa_txt p { height: 60px; line-height: 60px; color: #fff; font-size: 48px; font-weight: bold; margin: -50px auto 25px;}
.nyBa_txt i { display: block; width: 18px; height: 6px; background-color: #fff;}
/* nyBanner end */


/* nyMenu start */
.nyMenu { padding: 20px 0; background-color: #f5f5f5;}
.nyMenu1 { background-color: #fff;}
.nyMenu .nyMenu_main { margin: 0 auto;}
.nyMenu_main dl dt { width: 40px; height: 40px; overflow: hidden; margin-right: 40px; float: left;}
.nyMenu_main dl dt a { display: block; width: 100%; height: 100%; overflow: hidden; padding: 8px;}
.nyMenu_main dl dt a svg { display: block; width: 100%; height: 100%;}
.nyMenu_main dl dt a svg path { fill: #2d367e;}
.nyMenu_main dl dd { padding: 0 20px; position: relative; float: left;}
.nyMenu_main dl dd::before { content: ''; display: block; width: 1px; height: 14px; margin-top: -7px; background-color: #ccc; position: absolute; left: 0; top: 50%;}
.nyMenu_main dl dd a { display: block; width: auto; height: 40px; line-height: 40px; color: #222; font-size: 18px; padding: 0 20px;}
.nyMenu_main dl dd:hover a, .nyMenu_main dl dd.active a { color: #2d367e;}
.nyMenu_main dl dd::after { content: ''; display: block; width: 0; height: 2px; background-color: #2d367e; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); -webkit-transform: translateX(-50%); transition: all 0.5s; -webkit-transition: all 0.5s;}
.nyMenu_main dl dd:hover::after, .nyMenu_main dl dd.active::after { width: 72px;}
/* nyMenu end */


.nyLocation { padding: 15px 0; margin-top: -70px; position: relative; z-index: 1;}
.nyLocation .nyLocation_main { height: 40px; overflow: hidden; line-height: 42px; color: rgba(255, 255, 255, .45); font-size: 16px; white-space: nowrap; text-overflow: ellipsis; margin: 0 auto; padding-left: 40px; position: relative;}
.nyLocation_main i { display: block; width: 24px; height: 24px; overflow: hidden; margin-top: -12px; position: absolute; left: 0; top: 50%;}
.nyLocation_main i svg { display: block; width: 100%; height: 100%; margin: 0 auto;}
.nyLocation_main i svg path { fill: #ffffff;}
.nyLocation_main a { color: #fff;}
.nyLocation_main span { color: rgba(255, 255, 255, .45);}
.nyLocation_main em { display: inline-block; width: 12px; height: 12px; overflow: hidden; vertical-align: middle; margin: -4px 6px 0;}
.nyLocation_main em svg { display: block; width: 100%; height: 100%; margin: 0 auto;}


.lyPage { width: 100%; margin: 0 auto; text-align: center;}
.lyPage a { display: inline-block; width: 44px; height: 44px; overflow: hidden; line-height: 44px; color: #555; font-size: 18px; text-align: center; background-color: #f5f5f5; vertical-align: top; border-radius: 4px; margin: 0 8px; position: relative;}
.lyPage1 a { background-color: #fff;}
.lyPage a.upPage { margin: 0 18px 0 0;}
.lyPage a.downPage { margin: 0 0 0 18px;}
.lyPage a:hover, .lyPage a.pnnum1 { color: #fff; background-color: #2d367e;}
.lyPage a i { display: block; width: 18px; height: 18px; overflow: hidden; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);}
.lyPage a i svg { display: block; width: 100%; height: 100%; margin: 0 auto;}
.lyPage a i svg path { fill: #555555;}
.lyPage a:hover i svg path { fill: #ffffff;}


@media (max-width:1680px) {

  .nyBanner { height: 480px;}
  .nyBa_txt span { line-height: 74px; font-size: 80px;}
  .nyBa_txt p { height: 48px; line-height: 48px; font-size: 40px; margin: -40px auto 20px;}
}

@media (max-width:1600px) {

  .idxFooter_main .idxFooter_right { padding: 40px 0 40px 80px;}
  .idxFooter_links { padding: 20px 0;}

  .nyBanner { height: 460px;}
  .nyBa_txt span { line-height: 64px; font-size: 72px;}
  .nyBa_txt p { height: 40px; line-height: 40px; font-size: 32px; margin: -40px auto 20px;}

  .nyMenu { padding: 15px 0;}
  .nyMenu_main dl dt { margin-right: 20px;}
  .nyMenu_main dl dd { padding: 0 10px;}
  .nyMenu_main dl dd a { font-size: 16px; padding: 0 15px;}
}

@media (max-width:1560px) {

  .idxFooter_left .idxFooter_head { padding: 30px 0;}
  .idxFooter_left .idxFooter_nav { padding: 60px 0;}
  .idxFooter_nav ul li dl dd a { height: 35px; line-height: 35px; font-size: 15px;}
  .idxFooter_left .idxFooter_copy { padding: 20px 60px 20px 0;}
  .idxFooter_main .idxFooter_right { padding: 30px 0 30px 60px;}
  .idxFooter_tel p { margin-bottom: 10px;}
  .idxFooter_tel dl dd { line-height: 36px; font-size: 28px;}
  .idxFooter_tel dl dd span { font-size: 14px;}
  .idxFooter_right .idxFooter_lxfs { margin-bottom: 30px;}
  .idxFooter_lxfs ul li p { font-size: 16px; margin-bottom: 0;}
  .idxFooter_lxfs ul li span { font-size: 15px;}
  .idxFooter_ewm ol li span { height: 20px; line-height: 20px; font-size: 14px;}
  .idxFooter_ewm ol li { width: 120px;}
  .idxFooter_ewm ol li p { width: 120px; height: 120px;}
  .idxFootLinks_main .idxFootLinks_title { width: 130px; font-size: 16px;}
  .idxFootLinks_title i { margin: 2px 12px 2px 0;}
  .idxFootLinks_main .idxFootLinks_list { width: calc(100% - 130px);}
  .idxFootLinks_list a { font-size: 15px; padding: 0 10px;}

  .nyBanner { height: 440px;}
}

@media (max-width:1440px) {

  .idxFooter_nav ul li { padding-right: 40px;}
  .idxFooter_nav ul li p { margin-bottom: 20px;}
  .idxFooter_nav ul li p span, .idxFooter_tel p span { font-size: 16px;}
  .idxFooter_nav ul li dl dd a { height: 36px; line-height: 36px; font-size: 14px;}
  .idxFooter_left .idxFooter_copy { padding: 20px 40px 20px 0;}
  .idxFooter_main .idxFooter_right { padding: 30px 0 30px 40px;}
  .idxFooter_tel dl dd { line-height: 32px; font-size: 24px;}
  .idxFooter_lxfs ul li span { line-height: 28px; font-size: 14px;}
  .idxFootLinks_list a { font-size: 14px;}

  .nyBanner { height: 412px;}
  .nyBa_txt span { line-height: 54px; font-size: 64px;}
  .nyBa_txt p { height: 36px; line-height: 36px; font-size: 30px; margin: -30px auto 15px;}
  .nyBa_txt i { height: 3px;}

  .nyLocation { padding: 10px 0; margin-top: -60px;}
  .nyLocation .nyLocation_main { font-size: 15px; padding-left: 32px;}
  .nyLocation_main i { width: 22px; height: 22px; margin-top: -11px;}
  .nyLocation_main em { margin: -4px 4px 0;}
}

@media (max-width:1366px) {
  .nyBanner { height: 380px;}
}

@media (max-width:1280px) {

  .nyBanner { height: 360px;}
  .nyBa_txt span { line-height: 50px; font-size: 60px;}
  .nyBa_txt p { font-size: 28px;}

  .nyMenu { padding: 10px 0;}
}

@media (max-width:1200px) {

  .nyBanner { height: 340px; margin-top: 64px;}

  .nyLocation .nyLocation_main { font-size: 14px; padding-left: 32px;}
  .nyLocation_main i { width: 20px; height: 20px; margin-top: -10px;}

}

@media (max-width:1080px) {
  .idxFooter_main .idxFooter_left { width: 66%;}
  .idxFooter_left .idxFooter_nav { padding: 40px 0;}
  .idxFooter_nav ul li { padding-right: 20px;}
  .idxFooter_nav ul li p { margin-bottom: 10px;}
  .idxFooter_left .idxFooter_copy { padding: 20px 20px 20px 0;}
  .idxFooter_copy p { line-height: 30px; float: none !important;}
  .idxFooter_main .idxFooter_right { width: 34%; padding: 20px 0 20px 20px;}
  .idxFooter_ewm ol li:first-child { margin-right: 20px;}

  .nyBanner { height: 320px;}
  .nyBa_txt span { line-height: 44px; font-size: 52px;}
  .nyBa_txt p { height: 32px; line-height: 32px; font-size: 26px; margin: -30px auto 15px;}
}

@media (max-width:1024px) {

  .idxFooter_left .idxFooter_head { padding: 20px 0;}
  .idxFooter .idxFooter_main { display: block; flex-wrap: inherit; justify-content: inherit;}
  .idxFooter_main .idxFooter_left { width: 100%; border-right: 0 solid rgba(255, 255, 255, .08);}
  .idxFooter_main .idxFooter_right { width: 100%; padding: 20px 0 40px;}
  .idxFooter_right .idxFooter_tel { margin-bottom: 0; padding-right: 40px; float: left;}
  .idxFooter_right .idxFooter_lxfs { margin-bottom: 0; padding-right: 40px; float: left;}
  .idxFooter_lxfs ul li { margin-bottom: 15px;}
  .idxFooter_lxfs ul li:last-child { margin-bottom: 0;}
  .idxFooter_tel p { margin-bottom: 20px;}
  .idxFooter_right .idxFooter_ewm { float: right;}

  .nyBanner { height: 300px;}
}

@media (max-width:920px) {

  .idxFooter_left .idxFooter_head, .idxFooter_left .idxFooter_nav { display: none;}
  .idxFooter_left .idxFooter_copy { padding: 20px 0; border-bottom: 1px solid rgba(255, 255, 255, .08);}
  .idxFooter_main .idxFooter_right { padding: 30px 0;}
  .idxFooter_right .idxFooter_tel { width: 100%; margin-bottom: 30px; padding-right: 0; float: none;}
  .idxFooter_tel dl dd { display: inline-block; width: 48%; vertical-align: top; line-height: 40px; font-size: 32px;}
  .idxFooter_right .idxFooter_lxfs { width: 60%; margin-bottom: 0; padding-right: 40px;}
  .idxFooter_ewm ol li:first-child { margin-right: 30px;}

  .idxFooter_links { padding: 15px 0;}
  .idxFootLinks_main .idxFootLinks_list { padding: 5px 0;}
  .idxFootLinks_list a { height: 30px; line-height: 30px;}

  .nyBanner { height: 280px;}
}

@media (max-width:820px) {
  .nyBanner { height: 240px;}
  .nyBa_txt span { line-height: 40px; font-size: 48px;}
  .nyBa_txt p { height: 30px; line-height: 30px; font-size: 24px; margin: -20px auto 10px;}
}

@media (max-width:767px) {
  .lyLanguage { display: none;}


  .idxFooter_right .idxFooter_tel { margin-bottom: 20px;}
  .idxFooter_tel dl dd { display: block; width: 100%; font-size: 28px;}
  .idxFooter_right .idxFooter_lxfs { width: 100%; margin-bottom: 20px; padding-right: 0; float: none;}
  .idxFooter_right .idxFooter_ewm { width: 100%; float: none;}
  .idxFooter_ewm ol { justify-content: center;}

  .idxFootLinks_main .idxFootLinks_title { width: 100%; float: none;}
  .idxFootLinks_main .idxFootLinks_list { width: 100%; margin-top: 10px; padding: 0; float: none;}


  .nyBanner { height: 200px;}
  .nyBa_txt span { line-height: 32px; font-size: 40px;}
  .nyBa_txt p { height: 30px; line-height: 30px; font-size: 22px; margin: -20px auto 10px;}

  .nyMenu { padding: 4px 0;}
  .nyMenu .nyMenu_main { width: 100%;}
  .nyMenu_main dl dt { display: none; margin-right: 10px;}
  .nyMenu_main dl dd { width: 20%; padding: 0;}
  .nyMenu_main.w50 dl dd { width: 50%;}
  .nyMenu_main dl dd:nth-child(2):before { display: none;}
  .nyMenu_main dl dd a { font-size: 14px; text-align: center; padding: 0;}

  .lyPage a { width: 40px; height: 40px; line-height: 40px; font-size: 16px; margin: 0 2px;}
  .lyPage a.upPage { margin: 0 8px 0 0;}
  .lyPage a.downPage { margin: 0 0 0 8px;}

  .nyLocation { padding: 5px 0; margin-top: -50px;}
}

@media (max-width:390px) {
  .nyBanner { height: 180px;}
}

@media (max-width:320px) {
  .nyBanner { height: 160px;}
}

@media (max-width:280px) {}