@charset "utf-8";

/* CSS Document */
* { scrollbar-width: 0; 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 { 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;}

/* 设置滚动条的样式 */
::-webkit-scrollbar { width: 0;} /* 滚动槽宽度 */
/* 滚动条滑块默认状态 */
::-webkit-scrollbar-track { background-color: #dddddd; border-radius: 0px;}
::-webkit-scrollbar-thumb { background-color: #0098a5;}
/* 滚动条滑块点击状态 */
::-webkit-scrollbar-thumb:window-inactive { background-color: #0098a5;}

@-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;}
.icon { display: block; width: 100%; height: 100%;}
.w1600 { width: 1600px; margin: 0 auto;}

@font-face { font-family: "AlimamaShuHeiTi-Bold"; src: url('../fonts/AlimamaShuHeiTi-Bold.ttf');}

.cover, .cover1, .cover2 { 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;}
.cover2 { max-width: 90%; max-height: 90%; margin: auto;}


/* idxHeader start */
.idxHeader { width: calc(100% - 100px); padding: 0 3% 0 calc(50% - 800px); position: fixed; top: 0; left: 0; z-index: 998;}
.nyHeader { width: 100%; padding: 0 2% 0 calc(50% - 800px); 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: 50px; overflow: hidden; margin: 15px 0; float: left;}
.lyLogo a { display: table-cell; vertical-align: middle; width: 100%; height: 50px; overflow: hidden;}
.lyLogo a img { max-width: 100%; max-height: 100%;}
.lyLogo a img.logoWhite { display: inline-block;}
.lyLogo a img.logoBlack { display: none;}

.fp-viewing-page2 .lyLogo a img.logoWhite,
.fp-viewing-page3 .lyLogo a img.logoWhite,
.fp-viewing-page4 .lyLogo a img.logoWhite,
.fp-viewing-page5 .lyLogo a img.logoWhite,
.fp-viewing-page6 .lyLogo a img.logoWhite { display: none;}

.fp-viewing-page2 .lyLogo a img.logoBlack,
.fp-viewing-page3 .lyLogo a img.logoBlack,
.fp-viewing-page4 .lyLogo a img.logoBlack,
.fp-viewing-page5 .lyLogo a img.logoBlack,
.fp-viewing-page6 .lyLogo a img.logoBlack { display: inline-block;}
.lyLanguage { margin: 20px 0; float: right;}
.idxHeader .lyLanguage { display: none;}
.lyLanguage ul li { position: relative; float: left;}
.lyLanguage ul li:first-child:after { content: ''; display: block; width: 1px; height: 14px; background-color: rgba(0, 0, 0, .08); position: absolute; top: 50%; right: 0; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%);}
.lyLanguage ul li a { display: block; height: 40px; line-height: 40px; color: #999; font-size: 14px; padding: 0 16px;}

.lyLanguage ul li a:hover,.lyLanguage ul li a.on { color: #0098a5;}

.lySearch_btn { width: 80px; height: 80px; float: right;}
.lySearch_btn a { display: block; width: 100%; height: 100%; padding: 28px; position: relative;}
.lySearch_btn a svg.icon { display: block; width: 100%; height: 100%;}
.lySearch_btn a.searchHide svg.icon { display: none;}
.lySearch_btn a svg.icon path { fill: #fff;}
.fp-viewing-page2 .lySearch_btn a svg.icon path,
.fp-viewing-page3 .lySearch_btn a svg.icon path,
.fp-viewing-page4 .lySearch_btn a svg.icon path,
.fp-viewing-page5 .lySearch_btn a svg.icon path,
.fp-viewing-page6 .lySearch_btn a svg.icon path,
.nyHeader .lySearch_btn a svg path { fill: #222;}
.fp-viewing-page2 .lySearch_btn a:hover svg.icon path,
.fp-viewing-page3 .lySearch_btn a:hover svg.icon path,
.fp-viewing-page4 .lySearch_btn a:hover svg.icon path,
.fp-viewing-page5 .lySearch_btn a:hover svg.icon path,
.fp-viewing-page6 .lySearch_btn a:hover svg.icon path,
.nyHeader .lySearch_btn a:hover svg path { fill: #0098a5;}
.lySearch_btn a i { display: none; width: 100%; height: 100%; overflow: hidden;}
.lySearch_btn a.searchHide i { display: block;}
.lySearch_btn a.searchHide i svg.close { display: block; width: 100%; height: 100%;}
.lySearch_btn a.searchHide i svg.close path { fill: #0098a5;}
.fp-viewing-page1 .lySearch_btn a.searchHide i svg.close path { fill: #ffffff;}
.lySearch_form { width: 0; padding: 20px 0; overflow: hidden; float: right;}
.searchShow .lySearch_form { width: auto;}
.lySearch_form form { width: 320px; height: 40px; padding: 0 40px 0 0; position: relative;}
.lySearch_form .scIpt { width: 100%; padding: 0 40px 0 20px; background-color: #f2f5f9; border-radius: 20px;}
.fp-viewing-page1 .lySearch_form .scIpt { background-color: rgba(255, 255, 255, .8);}
.lySearch_form .scIpt input { display: block; width: 100%; height: 40px; overflow: hidden; line-height: 40px; color: #222; font-size: 14px; white-space: nowrap; text-overflow: ellipsis; background: none !important; border-radius: 0 !important; border: 0; outline: none;}
.lySearch_form .scBtn { width: 60px; height: 40px; position: absolute; top: 0; right: 0;}
.lySearch_form .scBtn input { display: block; width: 100%; height: 40px; line-height: 40px; color: #fff; font-size: 14px; text-align: center; background-color: #0098a5; border-radius: 0 20px 20px 0; border: 0; outline: none;}


/* 导航栏 开始 */
.lyNav { padding-right: 200px; float: right;}
.searchShow .lyNav { display: none;}
.lyNav li,.lyNav a { text-decoration: none; list-style: none;}
.lyNav .navList>ul>li { padding: 0 30px; float: left;}
.lyNav .navList>ul>li>a { display: inline-block; line-height: 40px; color: #fff; font-size: 18px; font-weight: bold; text-align: center; padding: 20px 0; position: relative;}
.lyNav .navList>ul>li>a::after { content: ''; display: block; width: 0; height: 2px; background-color: #fff; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -o-transform: translateX(-50%); transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-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 .navList2 { display: none; position: absolute; left: 0; top: 100%; z-index: 9; width: 100%; overflow: hidden; padding: 40px; background-color: #fff; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1); border-radius: 0 0 2px 2px;}
.lyNav .navList>ul>li:hover .navList2 { display: block;}

.proNavCon { display: flex;}
.proNavCon .proNavLeft { width: 25%;}
.proNavLeft .proNav_title { margin-bottom: 20px;}
.proNavLeft .proNav_title p { line-height: 36px; color: #020202; font-size: 28px; font-weight: bold;}
.proNavLeft .proNav_title span { display: block; line-height: 22px; color: #999; font-size: 14px;}
.proNavLeft .proNav_ms { margin-bottom: 30px;}
.proNavLeft .proNav_ms p { line-height: 30px; color: #555; font-size: 16px; text-align: justify; margin-bottom: 10px;}
.proNav_btn a { display: block; width: 194px; height: 54px; overflow: hidden; line-height: 52px; color: #fff; font-size: 16px; text-align: center; padding-right: 52px; background-color: #0098a5; border: 1px solid #0098a5; border-radius: 4px; position: relative;}
.proNav_btn a:hover { border: 1px solid #fff;}
.proNav_btn a em { display: block; width: 52px; height: 52px; padding: 18px 0; border-left: 1px solid rgba(255, 255, 255, .1);  position: absolute; top: 0;  right: 0;}
.proNav_btn a em svg { display: block; width: 16px; height: 16px; margin: 0 auto;}
.proNav_btn a em svg path { fill: #ffffff;}

.proNavCon .proNavList { width: 75%; padding-left: 80px;}
.proNavList dl { display: flex; flex-wrap: wrap; justify-content: center; margin: 0 -10px -20px;}
.proNavList dl dd { width: 33.333333%; margin-bottom: 20px; padding: 0 10px;}
.proNavList dl dd .proNav01 { width: 100%; height: 160px; overflow: hidden; padding: 10px 0; background-color: #f2f5f9; border-radius: 8px; display: flex; align-items: center;}
.proNavList dl dd .proNav01 .proNav01_text { width: 50%; overflow: hidden; padding: 0 10px 0 20px;}
.proNavList dl dd .proNav01 .proNav01_text a.name { display: block; line-height: 30px; color: #020202; font-size: 18px; font-weight: bold;}
.proNavList dl dd .proNav01:hover .proNav01_text a.name { color: #0098a5;}
.proNavList dl dd .proNav01 .proNav01_text span { display: block; line-height: 20px; color: #999; font-size: 14px; margin-top: 0;}
.proNavList dl dd .proNav01 .proNav01_text a.more { display: block; line-height: 24px; color: #0098a5; font-size: 14px; margin-top: 20px;}
.proNavList dl dd .proNav01 .proNav01_img { width: 50%; height: 160px;}
.proNavList dl dd .proNav01 .proNav01_img a { display: block; width: 100%; height: 100%; position: relative;}
.proNavList dl dd .proNav01:hover .proNav01_img a img { transform: scale(1.05); -webkit-transform: scale(1.05);}
.proNavList dl dd .proNav02 { margin-top: 20px;}
.proNavList dl dd .proNav02 a { display: block; width: 100%; height: 40px; overflow: hidden; line-height: 40px; color: #555; font-size: 14px; text-align: left; white-space: nowrap; text-overflow: ellipsis; border-bottom: 1px solid #ddd; padding: 0 20px 0 10px; position: relative;}
.proNavList dl dd .proNav02 a:hover { color: #0098a5; border-bottom: 1px solid #0098a5; padding: 0 30px 0 20px;}
.proNavList dl dd .proNav02 a em { display: block; width: 16px; height: 16px; overflow: hidden; margin-top: -8px; position: absolute; top: 50%; right: 10px;}
.proNavList dl dd .proNav02 a:hover em { right: 20px;}
.proNavList dl dd .proNav02 a em svg { display: block; width: 100%; height: 100%; overflow: hidden;}
.proNavList dl dd .proNav02 a:hover em svg path { fill: #0098a5;}

.abNavList ul { display: flex; flex-wrap: wrap; justify-content: center; margin: 0 -20px -40px;}
.abNavList ul li { width: 20%; margin-bottom: 40px; padding: 0 20px;}
.abNavList ul li a { display: block; width: 100%; height: 48px; overflow: hidden; line-height: 46px; color: #555; font-size: 16px; border: 1px solid #ddd; border-radius: 8px; padding: 0 19px; position: relative;}
.abNavList ul li a:hover { color: #fff; background-color: #0098a5; border: 1px solid #0098a5;}
.abNavList ul li a em { display: block; width: 20px; height: 20px; overflow: hidden; position: absolute; top: 50%; right: 20px; transform: translateY(-50%); -webkit-transform: translateY(-50%);}
.abNavList ul li a em svg { display: block; width: 100%; height: 100%;}
.abNavList ul li a:hover em svg path { fill: #fff;}

.soluNavList ul { display: flex; flex-wrap: wrap; justify-content: left; margin: 0 -15px -30px;}
.soluNavList ul li { width: 16.666666%; margin-bottom: 30px; padding: 0 15px;}
.soluNavList ul li a.img { display: block; width: 100%; height: 160px; overflow: hidden; margin: 0 auto; background-color: #f2f5f9; border-radius: 8px; position: relative;}
.soluNavList ul li:hover a.img img { transform: scale(1.05); -webkit-transform: scale(1.05);}
.soluNavList ul li a.name { display: block; width: 100%; height: auto; overflow: hidden; line-height: 26px; color: #555; font-size: 16px; text-align: center; white-space: nowrap; text-overflow: ellipsis; padding-top: 10px;}
.soluNavList ul li:hover a.name { color: #0098a5;}

.newNavList ul { display: flex; flex-wrap: wrap; justify-content: center; margin: 0 -20px -40px;}
.newNavList ul li { width: 25%; margin-bottom: 40px; padding: 0 20px;}
.newNavList ul li a.img { display: block; width: 100%; height: 240px; overflow: hidden; margin: 0 auto; background-color: #f2f5f9; border-radius: 8px; position: relative;}
.newNavList ul li:hover a.img img { transform: scale(1.05); -webkit-transform: scale(1.05);}
.newNavList ul li a.name { display: block; width: 100%; height: auto; overflow: hidden; line-height: 26px; color: #555; font-size: 16px; text-align: center; white-space: nowrap; text-overflow: ellipsis; padding-top: 10px;}
.newNavList ul li:hover a.name { color: #0098a5;}

.lyNav .nav_menu { display: none;}
.fp-viewing-page2 .lyNav .navList>ul>li>a,
.fp-viewing-page3 .lyNav .navList>ul>li>a,
.fp-viewing-page4 .lyNav .navList>ul>li>a,
.fp-viewing-page5 .lyNav .navList>ul>li>a,
.fp-viewing-page6 .lyNav .navList>ul>li>a,
.nyHeader .lyNav .navList>ul>li>a { color: #222;}
.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-page4 .lyNav .navList>ul>li:hover>a,
.fp-viewing-page4 .lyNav .navList>ul>li.active>a,
.fp-viewing-page5 .lyNav .navList>ul>li:hover>a,
.fp-viewing-page5 .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: #0098a5;}
.fp-viewing-page2 .lyNav .navList>ul>li>a::after,
.fp-viewing-page3 .lyNav .navList>ul>li>a::after,
.fp-viewing-page4 .lyNav .navList>ul>li>a::after,
.fp-viewing-page5 .lyNav .navList>ul>li>a::after,
.fp-viewing-page6 .lyNav .navList>ul>li>a::after,
.nyHeader .lyNav .navList>ul>li>a::after { background-color: #0098a5;}
/* 导航栏 结束 */

/* idxHeader end */


.ly_title1 { margin-bottom: 40px;}
.ly_title1 span { display: block; line-height: 60px; color: #222; font-size: 72px; margin-bottom: 15px;}
.ly_title1 p { line-height: 40px; color: #222; font-size: 36px;}
.ly_title2 span { padding-right: 30px; float: left;}
.ly_title2 p { line-height: 60px;}
.ly_title3 span,.ly_title3 p { color: #fff;}


.ly_more1 a { display: block; width: 194px; height: 54px; overflow: hidden; line-height: 52px; color: #fff; font-size: 16px; text-align: center; padding-right: 52px; background-color: #0098a5; border: 1px solid #0098a5; border-radius: 4px; position: relative;}
.ly_more1 a:hover { border: 1px solid #fff;}
.ly_more2 a { color: #0098a5; background-color: #fff; border: 1px solid rgba(255, 255, 255, .6);}
.ly_more2 a:hover { color: #fff; background-color: #0098a5;}
.ly_more1 a i { display: block; width: 52px; height: 52px; padding: 18px 0; border-left: 1px solid rgba(255, 255, 255, .1);  position: absolute; top: 0;  right: 0;}
.ly_more2 a i { border-left: 1px solid rgba(0, 0, 0, .1);}
.ly_more2 a:hover i { border-left: 1px solid rgba(255, 255, 255, .1);}
.ly_more1 a i svg { display: block; width: 16px; height: 16px; margin: 0 auto;}
.ly_more1 a i svg path { fill: #ffffff;}
.ly_more2 a i svg path { fill: #0098a5;}
.ly_more2 a:hover i svg path { fill: #ffffff;}
.ly_more3 a { color: #999; background-color: #f5f5f5; border: 1px solid #f5f5f5;}
.ly_more3 a:hover { color: #fff; background-color: rgba(255, 255, 255, .25); border: 1px solid rgba(255, 255, 255, 0);}
.ly_more3 a i { border-left: 1px solid #eee;}
.ly_more3 a:hover i { border-left: 1px solid rgba(255, 255, 255, .1);}
.ly_more3 a i svg path { fill: #0098a5;}
.ly_more3 a:hover i svg path { fill: #ffffff;}
.ly_more4 a { color: #fff; background-color: #d3d3d3; border: 1px solid #d3d3d3;}
.ly_more4 a:hover { background-color: #0098a5; border: 1px solid #0098a5;}
.ly_more4 a i { border-left: 1px solid #fff;}
.ly_more4 a:hover i { border-left: 1px solid rgba(255, 255, 255, .25);}
.ly_more4 a i svg path { fill: #ffffff;}
.ly_more4 a:hover i svg path { fill: #ffffff;}


/* idxFooter start */
.lyBottom { overflow: hidden; padding: 60px 0; background-color: #f0f0f0;}
.lyBottom ul { display: flex; flex-wrap: wrap; justify-content: left; margin: 0 -15px;}
.lyBottom ul li { width: 50%; padding: 0 15px;}
.lyBottom ul li a { display: block; width: 100%; height: 80px; overflow: hidden; line-height: 40px; color: #0098a5; font-size: 18px; font-weight: bold; text-align: center; padding: 19px; background-color: #fff; border: 1px solid #e6e6e6; border-radius: 4px;}
.lyBottom ul li a em { display: inline-block; width: 24px; height: 24px; overflow: hidden; vertical-align: middle; margin: -2px 16px 0 0;}
.lyBottom ul li a i { display: inline-block; width: 16px; height: 16px; overflow: hidden; vertical-align: middle; margin: -2px 0 0 4px;}
.lyBottom ul li a:hover { color: #fff; background-color: #0098a5; border: 1px solid #0098a5;}
.lyBottom ul li a:hover em svg path, .lyBottom ul li a:hover i svg path { fill: #fff;}
.lyBottom ul li a:hover i { margin: -2px 0 0 10px;}

.idxFooter { width: 100%; height: auto; overflow: hidden; background: #16171a url(../images/footBg.png) center top no-repeat; position: relative;}
.idxFooter .idxFooter_main { display: flex; flex-wrap: wrap; justify-content: center; margin: 0 auto;}
.idxFooter_main .idxFooter_left { width: 70%; 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: 20%; 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: #0098a5; 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: 14px;}
.idxFooter_copy p a { color: rgba(255, 255, 255, .25); font-size: 14px;}
.idxFooter_copy p a:hover { color: #fff;}
.idxFooter_main .idxFooter_right { width: 30%; 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: #0098a5; 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: #0098a5; 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; overflow: hidden; 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 { padding: 0 48% 0 40px; position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%);}
.nyBanner .nyBa_txt::before, .nyBanner .nyBa_txt::after { content: ''; display: block; position: absolute; top: 0;}
.nyBanner .nyBa_txt::before { width: 1px; height: 500px; background-color: rgba(255, 255, 255, .1); left: 1px;}
.nyBanner .nyBa_txt::after { width: 3px; height: 50px; background-color: #fff; left: 0;}
.nyBa_txt p {  height: 50px; line-height: 50px; color: #fff; font-size: 48px; font-weight: bold;}
.nyBa_txt p span { display: inline-block; line-height: 50px; color: rgba(255, 255, 255, .1); font-family: '\5FAE\8F6F\96C5\9ED1'; font-size: 36px; font-weight: bold; text-transform: uppercase; vertical-align: top; margin-left: 20px;}
.nyBa_txt .dec { line-height: 28px; color: #fff; font-size: 16px; margin-top: 30px;}
/* 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: #0098a5;}
.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 a:hover,.nyMenu_main dl dd a.active { color: #0098a5;}
/* nyMenu end */


.nyLocation { height: 60px; overflow: hidden; margin-top: -60px; position: relative; z-index: 1;}
.nyLocation .nyLocation_main { max-width: 100%; min-width: 42%; height: 60px; overflow: hidden; line-height: 60px; color: #999; font-size: 16px; white-space: nowrap; text-overflow: ellipsis; margin: 0 auto; padding: 0 calc(50% - 800px) 0 85px; background-color: #fff; position: relative; z-index: 1; float: right;}
.nyLocation .nyLocation_main::before { content: ''; display: block; width: 100%; height: 1px; background-color: #e6e6e6; position: absolute; left: 0; bottom: 0;}
.nyLocation_main i { display: block; width: 60px; height: 60px; overflow: hidden; padding: 20px; background-color: #0098a5; position: absolute; left: 0; top: 0; z-index: 1;}
.nyLocation_main i svg { display: block; width: 100%; height: 100%; margin: 0 auto;}
.nyLocation_main i svg path { fill: #ffffff;}
.nyLocation_main a, .nyLocation_main span { color: #999; font-size: 16px;}
.nyLocation_main a:hover { color: #0098a5;}
.nyLocation_main em { display: inline-block; width: 12px; height: 12px; overflow: hidden; vertical-align: middle; margin: -4px 4px 0;}
.nyLocation_main em svg { display: block; width: 100%; height: 100%; margin: 0 auto;}
.nyLocation_main em svg path { fill: #999999;}


/*nyTitle start*/
.nyTitle { margin-bottom: 50px; padding-bottom: 30px; position: relative;}
.nyTitle span { display: block; height: 80px; line-height: 80px; color: rgba(0, 0, 0, 0.1); font-size: 100px; font-weight: bold; text-align: center; letter-spacing: 40px; margin-bottom: -40px;}
.nyTitle p { line-height: 40px; color: #020202; font-size: 36px; font-weight: bold; text-align: center; position: relative;}
.nyTitle::before, .nyTitle::after { content: ''; display: block; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); -webkit-transform: translateX(-50%);}
.nyTitle::before { width: 600px; height: 1px; background-color: #ddd;}
.nyTitle::after { width: 50px; height: 3px; background-color: #0098a5;}

.nyTitle1 span { color: rgba(255, 255, 255, .1);}
.nyTitle1 p { color: #fff;}
.nyTitle1::before { background-color: rgba(255, 255, 255, .2);}
/*nyTitle end*/


.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;}
.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: #0098a5;}
.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%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-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) {
  .w1600 { width: 94%;}

  .ly_title1 span { line-height: 50px; font-size: 60px; margin-bottom: 10px;}
  .ly_title2 span { padding-right: 20px;}
  .ly_title1 p { font-size: 32px;}
  .ly_title2 p { line-height: 50px;}

  .ly_more1 a, .proNav_btn a { width: 180px; height: 50px; line-height: 48px; padding-right: 50px;}
  .ly_more1 a i, .proNav_btn a em { width: 50px; height: 50px; padding: 16px 0;}
  .idxHeader, .nyHeader { padding: 0 2% 0 3%;}

  .idxFooter_left .idxFooter_head { padding: 30px 0;}
  .idxFooter_left .idxFooter_nav { padding: 50px 0;}
  .idxFooter_left .idxFooter_copy { padding: 20px 50px 20px 0;}
  .idxFooter_main .idxFooter_right { padding: 30px 0 30px 80px;}
  .idxFooter_right .idxFooter_lxfs { margin-bottom: 30px;}
  .idxFooter_links { padding: 20px 0;}

  .nyBanner { height: 480px;}
  .nyBanner .nyBa_txt::after { height: 48px;}
  .nyBa_txt p { height: 48px; line-height: 48px; font-size: 40px;}
  .nyBa_txt p span { line-height: 48px;}
  .nyBa_txt .dec { margin-top: 20px;}

  .nyLocation .nyLocation_main { padding: 0 3% 0 80px;}

  .nyTitle { margin-bottom: 40px; padding-bottom: 20px;}

  .lyBottom { padding: 40px 0;}
  .lyBottom ul li a { height: 72px; padding: 15px 19px;}
}

@media (max-width:1600px) {  
  .lyNav { padding-right: 180px;}

  .ly_title1 span { line-height: 50px; font-size: 54px; margin-bottom: 6px;}
  .ly_title1 p {font-size: 30px;}

  .idxFooter_main .idxFooter_right { padding: 40px 0 40px 80px;}
  .idxFooter_links { padding: 20px 0;}

  .nyBanner { height: 460px;}
  .nyBanner .nyBa_txt { padding: 0 48% 0 32px;}
  .nyBanner .nyBa_txt::after { height: 40px;}  
  .nyBa_txt p { height: 40px; line-height: 40px; font-size: 32px;}
  .nyBa_txt p span { line-height: 40px; font-size: 30px;}
  .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) {
  .ly_title1 span { line-height: 44px; font-size: 50px; margin-bottom: 6px;}
  .ly_title1 p { line-height: 36px; font-size: 28px;}
  .ly_title2 p { line-height: 44px;}

  .ly_more1 a, .proNav_btn a { width: 160px; height: 44px; line-height: 42px; font-size: 15px; padding-right: 44px;}
  .ly_more1 a i, .proNav_btn a em { width: 44px; height: 44px; padding: 14px 0;}

  .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) {
  .idxHeader { width: calc(100% - 80px); padding: 0 0 0 3%;}

  .ly_title1 { margin-bottom: 30px;}
  .ly_title1 span { font-size: 44px; margin-bottom: 0;}
  .ly_title1 p { font-size: 24px;}

  .ly_more1 a, .proNav_btn a { width: 152px;}

  .idxFooter_left .idxFooter_nav { padding: 40px 0;}
  .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: 420px;}
  .nyBanner .nyBa_txt { padding: 0 48% 0 30px;}
  .nyBanner .nyBa_txt::after { height: 36px;}  
  .nyBa_txt p { height: 36px; line-height: 36px; font-size: 30px;}
  .nyBa_txt p span { line-height: 36px; font-size: 28px;}
  .nyBa_txt .dec { line-height: 25px; font-size: 15px; margin-top: 15px;}

  .nyLocation { height: 50px; margin-top: -50px;}
  .nyLocation .nyLocation_main { height: 50px; line-height: 50px; padding: 0 3% 0 70px;}
  .nyLocation_main i { width: 50px; height: 50px; padding: 16px;}
  .nyLocation .nyLocation_main, .nyLocation_main a, .nyLocation_main span { font-size: 15px;}
  .nyLocation_main em { margin: -4px 2px 0;}

  .nyTitle { margin-bottom: 30px; padding-bottom: 18px;}
  .nyTitle span { height: 60px; line-height: 60px; font-size: 80px; letter-spacing: 30px; margin-bottom: -36px;}
  .nyTitle p { line-height: 36px; font-size: 32px;}
  .nyTitle::before { width: 480px;}

  .lyBottom { padding: 30px 0;}
  .lyBottom ul li a { height: 62px; padding: 10px 19px;}
}

@media (max-width:1366px) {
  .nyBanner { height: 380px;}
}

@media (max-width:1280px) {
  .ly_title1 span { font-size: 40px;}

  .nyBanner { height: 360px;}
  .nyBa_txt p, .nyBa_txt p span { font-size: 28px;}

  .nyMenu { padding: 10px 0;}

  .nyTitle span { height: 54px; line-height: 54px; font-size: 70px; margin-bottom: -32px;}
  .nyTitle p { font-size: 30px;}

  .lyBottom ul li a { height: 60px; font-size: 16px; padding: 9px 19px;}
  .lyBottom ul li a em { width: 22px; height: 22px; margin: -4px 10px 0 0;}
  .lyBottom ul li a i { width: 14px; height: 14px;}
}

@media (max-width:1200px) {
  .idxHeader { width: 100%; background-color: #fff;}

  .lyLanguage { margin: 12px 0;}

  .lyLogo { height: 40px; margin: 12px 0;}
  .lyLogo a { height: 40px;}
  .lyLogo a img.logoWhite { display: none;}
  .lyLogo a img.logoBlack { display: inline-block;}

  .lySearch_btn { width: 64px; height: 64px;}
  .lySearch_btn a { padding: 18px;}
  .lySearch_btn a.searchHide { padding: 20px;}
  .lySearch_btn a svg.icon path { fill: #222222;}
  .fp-viewing-page1 .lySearch_btn a.searchHide i svg.close path { fill: #222222;}
  .lySearch_form { padding: 12px 0;}
  .fp-viewing-page1 .lySearch_form .scIpt { background-color: #f2f5f9;}
  .lyNav .navList>ul>li ul { top: 64px;}

  .nyBanner { height: 340px; margin-top: 64px;}

}

@media (max-width:1080px) {
  .idxFooter_main .idxFooter_left { width: 66%;}
  .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 40px;}
  .idxFooter_ewm ol li:first-child { margin-right: 20px;}

  .nyBanner { height: 320px;}
  .nyBanner .nyBa_txt { padding: 0 46% 0 24px;}
  .nyBanner .nyBa_txt::after { height: 32px;}
  .nyBa_txt p { height: 32px; line-height: 32px; font-size: 26px;}
  .nyBa_txt p span { line-height: 32px; font-size: 24px; margin-left: 12px;}
  .nyBa_txt .dec { line-height: 24px; font-size: 14px; margin-top: 12px;}

  .nyTitle span { height: 50px; line-height: 50px; font-size: 60px; letter-spacing: 20px; margin-bottom: -35px;}
  .nyTitle p { font-size: 28px;}
  .nyTitle::before { width: 400px;}
}

@media (max-width:1024px) {
  .ly_title1 span { font-size: 36px;}
  .ly_title1 p { line-height: 30px; font-size: 22px;}
  .ly_title2 p { line-height: 44px;}

  .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;}
  .nyBanner .nyBa_txt { padding: 0 45% 0 20px;}
}

@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;}
  .nyBanner .nyBa_txt::after { height: 30px;}
  .nyBa_txt p { height: 30px; line-height: 30px; font-size: 24px;}
  .nyBa_txt p span { line-height: 30px; font-size: 22px;}
  .nyBa_txt .dec { line-height: 22px; font-size: 12px; margin-top: 10px;}

  .nyTitle { margin-bottom: 20px; padding-bottom: 12px;}
  .nyTitle span { height: 40px; line-height: 40px; font-size: 50px; letter-spacing: 16px; margin-bottom: -34px;}
  .nyTitle p { font-size: 26px;}
  .nyTitle::before { width: 340px;}
  .nyTitle::after { width: 42px;}

  .lyBottom ul { margin: 0 -10px;}
  .lyBottom ul li { padding: 0 10px;}
  .lyBottom ul li a { height: 50px; font-size: 15px; padding: 4px 9px;}
  .lyBottom ul li a em { width: 18px; height: 18px;}
  .lyBottom ul li a i { width: 12px; height: 12px;}

  .nyLocation { height: 44px; margin-top: -44px;}
  .nyLocation .nyLocation_main { height: 44px; line-height: 44px; padding: 0 3% 0 60px;}
  .nyLocation_main i { width: 44px; height: 44px; padding: 13px;}
  .nyLocation .nyLocation_main, .nyLocation_main a, .nyLocation_main span { font-size: 14px;}

}

@media (max-width:767px) {
  .nyHeader { padding: 0 0 0 3%;}

  .lyLanguage { display: none;}

  .ly_title1 { margin-bottom: 20px;}
  .ly_title1 span { line-height: 40px; font-size: 32px;}
  .ly_title2 span { padding-right: 0; float: none;}
  .ly_title2 p { line-height: 30px;}

  .ly_more1 a, .proNav_btn a { width: 140px; height: 40px; line-height: 38px; font-size: 14px; padding-right: 40px;}
  .ly_more1 a i, .proNav_btn a em { width: 40px; height: 40px; padding: 10px 0;}

  .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: 0; padding-right: 0; float: none;}
  .idxFooter_tel p { display: none;}
  .idxFooter_right .idxFooter_ewm { width: 100%; float: none; display: none;}
  .idxFooter_ewm ol { justify-content: center;}
  .idxFooter_links { display: none;}
  .idxFootLinks_main .idxFootLinks_title { width: 100%; float: none;}
  .idxFootLinks_main .idxFootLinks_list { width: 100%; margin-top: 10px; padding: 0; float: none;}


  .nyBanner { height: 200px;}
  .nyBanner .nyBa_txt { padding: 0 0 0 15px;}
  .nyBanner .nyBa_txt::after { height: 24px;}
  .nyBa_txt p { height: 24px; line-height: 24px; font-size: 18px;}
  .nyBa_txt p span { line-height: 24px; font-size: 16px; margin-left: 10px;}
  .nyBa_txt .dec { line-height: 20px; font-size: 12px; margin-top: 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 { margin-top: 0; padding: 0;}
  .nyLocation .nyLocation_main { width: 100%; padding: 0 0 0 60px;}

  .nyTitle span { font-size: 48px; letter-spacing: 10px; margin-bottom: -30px;}
  .nyTitle p { line-height: 30px; font-size: 24px;}
  .nyTitle::before { width: 70%;}


  .lyBottom { padding: 20px 0;}
  .lyBottom ul { margin: 0;}
  .lyBottom ul li { width: 100%; padding: 0;}
  .lyBottom ul li:first-child { margin-bottom: 10px;}
}

@media (max-width:390px) {}

@media (max-width:320px) {
  .nyBanner { height: 180px;}

  .nyTitle span { height: 32px; line-height: 32px; font-size: 40px; margin-bottom: -20px;}

  .ly_more1 a, .proNav_btn a { width: 130px;}
}

@media (max-width:280px) {
  .lySearch_btn { width: 50px;}
  .lySearch_btn a { padding: 11px;}
  .lySearch_btn a.searchHide { padding: 14px;}
}




@media (max-width:1680px) {
  .lyNav .navList>ul>li { padding: 0 25px;}

  .lyNav .navList>ul>li .navList2 { padding: 40px 0;}
  .proNavCon .proNavList { padding-left: 60px;}
}

@media (max-width:1600px) {
  .proNavCon .proNavList { padding-left: 50px;}
}

@media (max-width:1560px) {
  .lyNav .navList>ul>li { padding: 0 20px;}
}

@media (max-width:1440px) {
  .lyNav { padding-right: 160px;}
  .proNavCon .proNavList { padding-left: 40px;}
  .proNavLeft .proNav_title p { line-height: 32px; font-size: 24px;}
  .proNavLeft .proNav_ms p { line-height: 24px; font-size: 14px;}

  .soluNavList ul { margin: 0 -10px -20px;}
  .soluNavList ul li { margin-bottom: 20px; padding: 0 10px;}
  .soluNavList ul li a.img { height: 140px;}
  .soluNavList ul li a.name { line-height: 24px; font-size: 14px;}

  .newNavList ul, .abNavList ul { margin: 0 -15px -30px;}
  .newNavList ul li, .abNavList ul li { margin-bottom: 30px; padding: 0 15px;}
  .newNavList ul li a.img { height: 220px;}
  .newNavList ul li a.name { line-height: 25px; font-size: 15px;}

  .abNavList ul li a { height: 44px; line-height: 44px; font-size: 15px;}
  .abNavList ul li a em { width: 18px; height: 18px;}
}

@media (max-width:1366px) {
  .lyNav { padding-right: 140px;}
}

@media (max-width:1280px) {
  .lyNav { padding-right: 80px;}
  .proNavCon .proNavLeft { width: 22%;}
  .proNavCon .proNavList { width: 78%; padding-left: 30px;}
  .proNavList dl dd .proNav01, .proNavList dl dd .proNav01 .proNav01_img { height: 140px;}
  .proNavList dl dd .proNav01 .proNav01_text a.name { line-height: 26px; font-size: 16px;}
  .proNavList dl dd .proNav01 .proNav01_text span { line-height: 16px; font-size: 12px; margin-top: 2px;}

  .soluNavList ul li a.img { height: 120px;}

  .newNavList ul, .abNavList ul { margin: 0 -10px -20px;}
  .newNavList ul li, .abNavList ul li { margin-bottom: 20px; padding: 0 10px;}
  .newNavList ul li a.img { height: 200px;}
}

@media (max-width:1200px) {
  .lyNav { padding-right: 120px;}
  .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: #0098a5;}
  .lyNav .navList>ul>li>a::after { background-color: #0098a5;}

  .lyNav .navList>ul>li .navList2 { padding: 35px 0;}
  .proNavCon .proNavList { padding-left: 20px;}
  .proNavList dl dd .proNav01 .proNav01_text { padding: 0 10px;}
}

@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; transition: 0.5s; -webkit-transition: 0.5s;}
  .lyNav .navList>ul { width: 50%; height: 100%; overflow-y: scroll; background-color: #fff; position: relative; z-index: 9999;}
  .lyNav .navList>ul::-webkit-scrollbar { width: 0;}
  .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; box-sizing: border-box; position: relative;}
  .lyNav .navList>ul>li>a { display: block; width: 100%; line-height: 59px; color: #333; font-size: 18px; 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: #0098a5;}
  .lyNav .navList>ul>li:hover>a, .lyNav .navList>ul>li.active>a { color: #fff; border-bottom: 1px solid #0098a5;}

  .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-page4 .lyNav .navList>ul>li:hover>a, .fp-viewing-page4 .lyNav .navList>ul>li.active>a, .fp-viewing-page5 .lyNav .navList>ul>li:hover>a, .fp-viewing-page5 .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: url(../images/down.png) center center no-repeat; background-size: 11px 10px; position: absolute; top: 0; right: 0;}
  .lyNav .navList>ul>li.active i,   .lyNav .navList>ul>li:hover i { background: url(../images/down1.png) center center no-repeat; background-size: 11px 10px;}
  .lyNav .navList>ul>li i.cur { background: url(../images/up1.png) center center no-repeat; background-size: 11px 10px;}
  .lyNav .navList>ul>li .navList2 { width: 100%; overflow: hidden; position: inherit; left: inherit; top: inherit; padding: 20px 40px; box-shadow: none; border: 0; border-radius: 0; border-bottom: 1px solid rgba(85, 87, 89, 0.1);}
  .navList2 .proNavCon { display: block; width: 100%;}
  .proNavCon .proNavLeft { width: 100%; margin-bottom: 20px;}
  .proNavCon .proNavList { width: 100%; padding-left: 0;}
  .proNavLeft .proNav_title { margin-bottom: 10px;}
  .proNavLeft .proNav_title p { line-height: 30px; font-size: 18px;}
  .proNavLeft .proNav_title span { line-height: 20px; font-size: 12px;}
  .proNavLeft .proNav_ms { margin-bottom: 20px;}
  .proNavList dl { margin: 0 0 -20px;}
  .proNavList dl dd { width: 100%; padding: 0;}
  .proNavList dl dd .proNav02 { margin-top: 10px;}

  .soluNavList, .newNavList, .abNavList { width: 100%;}
  .soluNavList ul li, .newNavList ul li, .abNavList ul li { width: 50%;}
  .soluNavList ul li a.img, .newNavList ul li a.img { height: 140px;}

  .proNavList dl, .soluNavList ul, .newNavList ul, .abNavList ul { justify-content: left;}

  .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:820px) {
  .soluNavList ul li a.img, .newNavList ul li a.img { height: 100px;}
}

@media (max-width: 767px) {
  .lyNav .navList>ul { width: 60%;}
  .lyNav .navList>ul>li>a { padding: 0 20px;}

  .lyNav .navList>ul>li .navList2 { padding: 20px;}
  .soluNavList, .newNavList, .abNavList { width: 100%;}
  .soluNavList ul, .newNavList ul, .abNavList ul { margin: 0 0 -10px;}
  .soluNavList ul li, .newNavList ul li, .abNavList ul li { width: 100%; margin-bottom: 10px; padding: 0;}
  .soluNavList ul li a.img, .newNavList ul li a.img { height: 140px;}

  .proNavList dl dd .proNav01 { height: auto; display: block;}
  .proNavList dl dd .proNav01 .proNav01_text { width: 100%;}
  .proNavList dl dd .proNav01 .proNav01_text a.more { margin-top: 10px;}
  .proNavList dl dd .proNav01 .proNav01_img { width: 100%;}
}

@media (max-width: 320px) {
  .lyNav .navList>ul>li>a { font-size: 16px;}
  .soluNavList ul li a.img, .newNavList ul li a.img { height: 100px;}
}

@media (max-width:280px) {
  .lyNav .nav_menu { display: block; width: 50px; height: 64px; padding: 22px 13px;}

}