* { margin: 0; padding: 0; color:#222; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s;}
body { font: 16px/1.5 '微软雅黑','Microsoft Yahei','Arial', 'Poppins-Regular','\5FAE\8F6F\96C5\9ED1', 'Helvetica', 'sans-serif'; overflow-x:hidden;}
table, th, td, tr { border-collapse: collapse; border-spacing: 0; font-size: 16px;}
ol, ul { list-style: none;}
li { list-style-type: none;}
img { max-width: 100%; border: 0;font-size: 0;}
.clear::after { content: ''; display: block; height: 0; overflow: hidden; clear: both;}
a { color: #222; text-decoration: none;}
a:visited, a:hover, 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;}
.cover2 { max-width: 80%; max-height: 80%; margin: auto;}

/* 设置滚动条的样式 */
::-webkit-scrollbar { width: 3px;}/* 滚动槽宽度 */
::-webkit-scrollbar-track { background-color: #f6f6f6;}/* 滚动条滑块默认状态 */
::-webkit-scrollbar-thumb { background-color: #1e3a62;}
::-webkit-scrollbar-thumb:window-inactive { background-color: #1e3a62;}  /* 滚动条滑块点击状态 */

.w1400 { width: 1400px; margin: 0 auto;}
@media (max-width:1440px) {
  .w1400 { width: 94%;}
}

/*网站头部样式 开始*/
.ly_top { width: 100%; height: 100px; background-color: #fff; box-shadow: 0 6px 12px rgba(0, 0, 0, .06); padding-left: 40px; position:fixed;left: 0; top: 0; z-index: 9999;}
.ly_logo { width: auto;overflow: hidden;margin: 20px 30px 0 0; float: left;}
.ly_logo a { display: table-cell; vertical-align: middle; width: 100%; height: 60px; overflow: hidden;}
.ly_logo a img { display: inline-block; max-width: 100%; max-height: 100%;}

.ss_btn { width:100px; height:100%;overflow: hidden; float: right;}
.ss_btn i {color: #fff; font-size: 16px;font-style:normal;width: 100%; height: 100%;overflow: hidden; background-color: #1e3a62; cursor: pointer;display:flex; display: -webkit-flex;  justify-content:center;align-items:center;flex-wrap: wrap;}
.ss_btn i svg { display: block; width: 100%; height:28px;}
.ss_btn i svg path { fill: #ffffff;}

.ss { width: 100%; padding: 25px 0; background-color: #eff0f2; position: absolute; top: -100px; left: 0; z-index: 999;}
.ss.show { top: 100px;}
.ss .search { width: 50%; height: 50px; overflow: hidden; background-color: #fff; margin: 0 auto; border-radius: 25px;}
.ss .search .input {width: calc(100% - 80px); height: 50px; overflow: hidden; line-height: 50px; color: #222; font-size: 16px; padding: 0 25px; background: #fff; border: 0; outline: none;}
.ss .search .submit {width: 80px; height: 50px; background:#1e3a62 url(../images/ss.png) no-repeat center center;cursor: pointer;border: none;outline: none;border: 1px solid #eff0f2;border-left: 0;border-radius: 100px;border-top-left-radius: 0;border-bottom-left-radius: 0;}
.ss i.close { display: block; width: 50px; height: 50px; overflow: hidden; padding: 10px; position: absolute; top: 25px; right: 25px; cursor: pointer;}
.ss i.close svg { display: block; width: 100%; height: 100%; overflow: hidden;}
.ss i.close svg path { fill: #1e3a62;}

.Login_Register{ height:100%; padding:0 35px;border-left: 1px solid #e6e6e6; position: relative; float: right;}
.Login_Register>div{ margin-top:28px; height:44px; border: 1px solid #e6e6e6; border-radius:24px; padding:0 24px;}
.Login_Register>div a{ line-height:42px;}
.Login_Register>div a:nth-of-type(1){ padding-right:10px; margin-right:10px;position:relative;}
.Login_Register>div a:nth-of-type(1):after{ content:''; display:block; width:1px; height:16px; background:#e6e6e6; position:absolute; right:0; top:4px;}
.Login_Register>div a:hover{ color:#1e3a62;}


.top_tel {margin:25px 0; padding: 0 35px 0 20px; float: right;display: flex; align-items: center;}
.top_tel em{ display:block; width:40px; height:40px; padding:4px; float:left;margin-right:5px;}
.top_tel div i {font-size:14px; color:#777;font-style:normal;}
.top_tel div p{color: #1e3a62;font-size: 18px; line-height:20px; font-weight:bold; }
.top_tel svg path { fill: #888;}
@media (max-width:1600px) {
	.ly_top{ height:80px;}
	.ly_logo{margin: 10px 30px 0 0;}
	
	.ss_btn{ width:80px; height:100%;}
	.ss.show{ top:80px;}
	
	.Login_Register{padding:0 20px;}
	.Login_Register>div{height:38px;padding: 0 20px; margin-top:21px;}
	.Login_Register>div a{ line-height:36px; font-size:15px;}
	.Login_Register>div a:nth-of-type(1):after{ height:14px;}
	
	.top_tel{ padding:0 20px;margin: 15px 0;}
}
@media (max-width:1440px) {
  .ly_top { padding-left: 20px;}
  .ly_logo { height: 52px; margin: 14px 20px 14px 0;}
  .ly_logo a { height: 52px;}

  .top_tel{margin: 16px 0;}
  .top_tel em{ padding:5px;}
  .top_tel div p{ font-size:16px;}
}
@media (max-width:767px) {
  .ly_top { height: 64px;padding: 0 3%;}
  .ly_logo {max-width: 50%;height: 44px; margin: 10px 0;}  
  .ly_logo a { height: 44px;}
  
  .ss_btn{ width:40px; height:40px; margin: 12px 0;}
  .ss_btn i{ font-size:0;}
  .ss_btn i svg{ height:28px;}
  .ss.show{ top:64px;padding: 20px 0;}
  .ss .search{ width:70%; height:40px;}
  .ss .search .input{ line-height:40px; height:40px;}
  .ss .search .submit{ height:40px; width: 60px; float:right;}
  .ss i.close{ top:14px; padding:13px;right: 30px;}
  
  .Login_Register {padding: 0 10px; border:0;} 
  .Login_Register>div{padding: 0 15px;margin-top: 13px;}
  .Login_Register>div a{ font-size:14px;}
  .Login_Register>div a:nth-of-type(1) { padding-right:7px; margin-right:7px;}
  .Login_Register>div a:after{ height:12px;}
  
  .top_tel{ display: none;}
}
@media (max-width:500px) {
	.Login_Register{ display:none;}
	
}
@media (max-width:414px) {
	.ss i.close{ right:0;}
	
	.top_language dl dd a{font-size:12px;}
}
@media (max-width:320px) {
  .ly_logo { height: 36px; margin: 14px 0;}
  .ly_logo a { height: 36px;}
}
@media (max-width:280px) {
  .ly_logo { height: 32px; margin: 16px 0;}
  .ly_logo a { height: 32px;}
}
/*网站头部样式 结束*/

/*导航栏样式 开始*/
 #navLanguage { display: none;}
.lyNav { float:right;}
.lyTop#show .lyNav { display: none;}
.lyNav_list>ul>li { display: flex; align-items: center; padding: 0 25px; float: left;}
.lyNav_list>ul>li:last-child { margin-right: 0;}
.lyNav_list>ul>li>a { display: block; height:100px; overflow: hidden; line-height:90px; color: #222; font-size: 18px;position: relative;}
.lyNav_list>ul>li:hover>a, .lyNav_list>ul>li.active>a { color: #1e3a62;}
.lyNav_list>ul>li>a::after { content: ''; display: block; width: 0; height: 3px; overflow: hidden; background-color: #1e3a62; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); transition: all 0.5s; -webkit-transition: all 0.5s;}
.lyNav_list>ul>li:hover>a::after, .lyNav_list>ul>li.active>a::after { width: 100%;}

.lyNav_list>ul>li>i { display:none; width: 0; height: 0; border-top: 6px solid #ccc; border-left: 6px solid transparent; border-right: 6px solid transparent; margin-left: 6px;}
.lyNav_list>ul>li:hover>i { border-top: 6px solid #1e3a62;}
.lyNav_list>ul>li .lyNav_second { display: block; width: 100%; height: 0; overflow: hidden; padding: 0; background-color: #fff; border-top:1px solid #e6e6e6; position: absolute; left: 0; top:100%; opacity: 0;}
.lyNav_list>ul>li:hover .lyNav_second { height: auto; padding: 40px 0; opacity: 1; top: 100%;}
.lyNavScd_list ul { display: flex; flex-wrap: wrap; justify-content: left; margin: 0 -40px -40px;}
.lyNavScd_list ul li { width: 25%; margin-bottom: 40px; padding: 0 40px;}
.lyNavScd_list ul li dl { min-height: 100%;}
.lyNavScd_list ul li dl dt { margin-bottom: 15px; padding-bottom: 5px; border-bottom: 1px solid #e6e6e6;}
.lyNavScd_list ul li dl dt a { display: block; height: 32px; overflow: hidden; line-height: 32px; color: #555; font-size: 16px; font-weight: bold; white-space: nowrap; text-overflow: ellipsis; padding-left: 20px; position: relative;}
.lyNavScd_list ul li dl dt a:hover { color: #1e3a62;}
.lyNavScd_list ul li dl dt a::before { content: ''; display: block; width: 0; height: 0; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-left: 6px solid #1e3a62; margin-top: -7px; position: absolute; top: 50%; left: 0;}
.lyNavScd_list ul li dl dd { padding: 2px 0;}
.lyNavScd_list ul li dl dd a { display: block; height: 32px; overflow: hidden; line-height: 32px; color: #999; font-size: 14px; white-space: nowrap; text-overflow: ellipsis;}
.lyNavScd_list ul li dl dd a:hover { color: #1e3a62; text-decoration: underline;}

.lyNavScd_con { display: flex; padding: 0 16% 0 26%;}
.lyNavScd_con .lyNavScd_img { width: 300px; height: 180px; overflow: hidden; border-radius: 8px;}
.lyNavScd_con .lyNavScd_img a { display: block; width: 100%; height: 100%; overflow: hidden; position: relative;}
.lyNavScd_con .lyNavScd_img a:hover img { transform: scale(1.05); -webkit-transform: scale(1.05);}
.lyNavScd_con .lyNavScd_menu { width: calc(100% - 300px); padding-left: 80px;}
.lyNavScd_con .lyNavScd_menu a { display: block; height: 60px; overflow: hidden; line-height: 40px; color: #555; font-size: 16px; white-space: nowrap; text-overflow: ellipsis; padding: 10px 20px 9px 0; border-bottom: 1px solid #e6e6e6; position: relative;}
.lyNavScd_con .lyNavScd_menu a::after { content: ''; display: block; width: 0; height: 0; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-left: 6px solid #bbb; margin-top: -6px; position: absolute; top: 50%; right: 7px;}
.lyNavScd_con .lyNavScd_menu a:hover, .lyNavScd_con .lyNavScd_menu a.cur { color: #1e3a62; border-bottom: 1px solid #1e3a62;}
.lyNavScd_con .lyNavScd_menu a:hover::after, .lyNavScd_con .lyNavScd_menu a.cur::after { border-left: 6px solid #1e3a62;}

@media (max-width:1600px) {
	.lyNav_list>ul>li{ padding: 0 20px;}
  .lyNav_list>ul>li>a { height:80px; line-height:80px; font-size: 17px;}
  .lyNavScd_con { padding: 0 25% 0 23.5%;}
  .lyNavScd_con .lyNavScd_menu { padding-left: 60px;}
}
@media (max-width:1560px) {
  .lyNavScd_con { padding: 0 25% 0 22%;}
}
@media (max-width:1440px) {
 .lyNav_list>ul>li { padding: 0 15px;}
 .lyNav_list>ul>li>a{ font-size:16px;}
  .lyNav_list>ul>li>i { border-top: 5px solid #ccc; border-left: 5px solid transparent; border-right: 5px solid transparent;}
  .lyNav_list>ul>li:hover>i { border-top: 5px solid #1e3a62;}
  .lyNav_list>ul>li:hover .lyNav_second { padding: 30px 0;}
  .lyNavScd_list ul { margin: 0 -30px -30px;}
  .lyNavScd_list ul li { margin-bottom: 30px; padding: 0 30px;}
  .lyNavScd_list ul li dl dt { margin-bottom: 10px;}
  .lyNavScd_list ul li dl dt a { height: 30px; line-height: 30px; font-size: 15px; padding-left: 15px;}
  .lyNavScd_list ul li dl dt a::before { border-top: 5px solid transparent; border-bottom: 5px solid transparent; border-left: 5px solid #1e3a62; margin-top: -6px;}
  .lyNavScd_list ul li dl dd { padding: 0;}
  .lyNavScd_list ul li dl dd a { height: 30px; line-height: 30px;}
  .lyNavScd_con { padding: 0 24.5% 0 23%;}
  .lyNavScd_con .lyNavScd_menu { padding-left: 40px;}
  .lyNavScd_con .lyNavScd_menu a { height: 50px; line-height: 30px; font-size: 15px;}
	}
@media (max-width:1366px) {
  .lyNavScd_con { padding: 0 26% 0 19.5%;}

}

@media (max-width:1280px) {
  .lyNav { width: auto;float: right;}
  .lyNav .lyNav_list { width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.6); position: fixed; top: 0; left: -100%; z-index: 9999;}
  .lyNav .lyNav_list.open { left: 0;}
  .lyNav_list>ul { width: 50%; height: 100%; overflow-y: scroll; background-color: #fff; position: relative; z-index: 9999; display: block; align-items: inherit; justify-content: inherit; }  
  .lyNav_list>ul>li { display: block; align-items: inherit; padding: 0; float: none; position: relative;}
  .lyNav_list>ul>li>a { display: block; width: 100%; height: 60px; line-height: 60px; color: #222; font-size: 16px; text-align: left; padding: 0 60px 0 30px; border-bottom: 1px solid rgba(85, 87, 89, 0.1);}
  .lyNav_list>ul>li:active>a, .lyNav_list>ul>li.active>a, .lyNav_list>ul>li.cur>a { color: #1e3a62; border-bottom: 1px solid #1e3a62;}
  .lyNav_list>ul>li>a::after { height: 1px; bottom: -1px;}
  .lyNav_list>ul>li>i { display: block; width: 60px; height: 60px; margin: 0; padding: 26px 22px; border: 0 !important; position: absolute; top: 0; right: 0;}
  .lyNav_list>ul>li>i::before { content: ''; display: block; width: 0; height: 0; border-top: 8px solid #ccc; border-left: 6px solid transparent; border-right: 6px solid transparent;}
  .lyNav_list>ul>li:active>i::before { border-top: 8px solid #1e3a62;}
  .lyNav_list>ul>li.cur>i::before { border-top: 0 solid #1e3a62; border-bottom: 8px solid #1e3a62;}
    
  .lyNav .lyNav_btn { display: block; width: 44px; height: 44px; margin: 18px 0; padding: 13px 11px; background-color: #1e3a62;}
  .lyNav_btn i { display: block; height: 2px; background-color: #fff; margin: 6px 0;}
  .lyNav_btn::before, .lyNav_btn::after { content: ''; display: block; height: 2px; background-color: #fff;}
  .lyNav_list .lyNav_mask { width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); position: absolute; left: 0; top: 0; z-index: 9998;}
  .lyNav_list>ul>li .lyNav_second { box-shadow: none; border-bottom: 1px solid rgba(85, 87, 89, 0.1); position: inherit; left: inherit; top: inherit !important;}  
  .lyNav_list>ul>li:hover .lyNav_second, .lyNav_list>ul>li.cur .lyNav_second { height: auto; padding: 20px 0; opacity: 1;}
  .lyNavScd_list, .lyNavScd_con { width: 100%; padding: 0 30px;}
  .lyNavScd_list ul { margin: 0 0 -10px;}
  .lyNavScd_list ul li { width: 100%; margin-bottom: 10px; padding: 0;}
  .lyNavScd_con .lyNavScd_img { width: 200px; height: 120px;}
  .lyNavScd_con .lyNavScd_menu { width: calc(100% - 200px); padding-left: 20px;}
  
  .lyNav_list>ul>li { padding: 0 10px;}
  .lyNavScd_list ul { margin: 0 -20px -20px;}
  .lyNavScd_list ul li { margin-bottom: 20px; padding: 0 20px;}
  .lyNavScd_con { padding: 0 23% 0 21.5%;}
  .lyNavScd_con .lyNavScd_menu { padding-left: 30px;}
}

@media (max-width:1080px) {
	}
@media (max-width:1024px) {}
@media (max-width:920px) {}
@media (max-width:820px) {
  #navLanguage { display: block;}

  .lyNavScd_con .lyNavScd_img { width: 160px; height: 100px;}
  .lyNavScd_con .lyNavScd_menu { width: calc(100% - 160px);}
}
@media (max-width:767px) {
	.lyNav{ margin-right:10px;}
  .lyNav .lyNav_btn { width: 40px; height: 40px; margin: 12px 0; padding: 11px 9px;}
  .lyNav_list>ul { width: 60%;}
  .lyNav_list>ul>li>a { padding: 0 40px 0 20px;}
  .lyNav_list>ul>li>i { width: 40px; padding: 26px 12px;}
  .lyNavScd_list, .lyNavScd_con { display: block; padding: 0 20px;}
  .lyNavScd_con .lyNavScd_img { width: 100%; height: 80px; margin-bottom: 10px;}
  .lyNavScd_con .lyNavScd_menu { width: 100%; padding: 0;}
  .lyNavScd_con .lyNavScd_menu a { height: 40px; padding: 5px 20px 4px 0; font-size: 14px;}
}
/*导航栏样式 结束*/

/*more_btn*/
.lffmore a{ display:block; color:#1e3a62; background:#fff; width:165px; height:54px; line-height:54px; text-align:center; font-size:16px;padding-right:5px; display:flex; display: -webkit-flex;  justify-content:center;align-items:center; transform: skewX(-20deg); position:relative;}
.lffmore a i{ display:inline-block; width:12px; height:14px;margin-left:15px;transform: skewX(20deg); background:url(../images/jt_allmore.png) no-repeat;}
.lffmore a:after{ content:''; display:block; width:20px; height:100%; background:#1e3a62;position:absolute; top:-10px; right:-10px;transition: all .5s ease;}
.lffmore a:hover{ background:#1e3a62; color:#fff; transform:skewX(-20deg) translateY(-3px);}
.lffmore a:hover i{background:url(../images/jt_allmore02.png) no-repeat;}
.lffmore a:hover:after{background:#035e9f;}

.lff_nymore{display:block; color:#1e3a62; background:#f8f8f8; width:150px; height:42px; line-height:42px; text-align:center; margin:0 auto;display:flex; display: -webkit-flex;  justify-content:center;align-items:center; transform: skewX(-20deg); position:relative;}
.lff_nymore a{ width:100%; height:100%;font-size:16px; color:#1e3a62;display:flex; display: -webkit-flex;  justify-content:center;align-items:center;}
.lff_nymore a i{ display: inline-block; width:12px; height:14px; background:url(../images/jt_allmore.png) no-repeat; margin-left:15px;transform: skewX(20deg);}
.lff_nymore:hover{ background:#1e3a62;transform:translateY(-3px) skewX(-20deg); }
.lff_nymore:hover a{ color:#fff;}
.lff_nymore:hover a i{ background:url(../images/jt_allmore02.png) no-repeat; margin-left:12px;}
@media (max-width:1440px) {
    .lff_nymore{width: 135px;height: 36px; line-height:36px;}
	.lff_nymore a{ font-size:14px;}
	.lffmore a:after,.lff_nymore a:after{ width:14px; right:-7px; top:-7px;}
	.lffmore a i,.lff_nymore a i{margin-left:10px;}
	.lffmore a:hover i,.lff_nymore:hover a i{ margin-left:8px;}
	
}
@media screen and (max-width:1080px){
	.lffmore a{width: 135px;height:40px; line-height:40px;}
}
@media screen and (max-width:550px){
	.lffmore a{width: 120px;font-size:14px;}
	.lffmore a i{margin-left:8px;}
	
	.lff_nymore{width: 120px;font-size:14px;}
	.lff_nymore a i{ margin-left:5px;}
	.lffmore a:hover i,.lff_nymore:hover a i{ margin-left:5px;}
}

/*title*/
.lff_title{font-size:48px; font-weight:bold; text-align:center;}
.lff_title em{ display:block; width:38px; height:3px; background:#1e3a62; margin:20px auto 25px;}
.lff_title p{ font-size:16px; color:#555; font-weight:normal; padding:0 10%;}
@media (max-width:1680px) {
	.lff_title{font-size:44px;}
}
@media (max-width:1440px) {
	.lff_title{font-size:40px;}
	.lff_title em{margin:15px auto 20px;}
}
@media (max-width:1280px) {
	.lff_title{font-size:36px;}
}
@media (max-width:1080px) {
	.lff_title{font-size:30px;}
	.lff_title em{margin:10px auto 15px;}
}
@media (max-width:767px) {
	.lff_title{font-size:28px;}
	.lff_title p{ display:none;}
}
@media (max-width:550px) {
	.lff_title{font-size:22px;}
}

/*footer*/
footer{ background:#192639;}
footer .foot_one{ padding:70px 0 33px; margin-bottom:60px; border-bottom:1px solid rgba(255,255,255,.1); overflow:hidden;}
footer .foot_one .ftlogo{ float:left;}
footer .foot_one ul{overflow:hidden;display:flex; display: -webkit-flex;  justify-content:flex-end;align-items:center;}
footer .foot_one ul li{ margin-right:10%;display:flex; display: -webkit-flex; align-items:center;}
footer .foot_one ul li:last-child{ margin:0;}
footer .foot_one ul li img{ margin-right:17px;}
footer .foot_one ul li p{ color:#fff;}
footer .foot_one ul li span{ font-size:14px; color:rgba(255,255,255,.45);}

footer .foot_two{ padding-bottom:50px; overflow:hidden;}
footer .foot_two .foot_lxwm{ width:430px; float:left;}
footer .foot_two .foot_lxwm .up p{ font-size:16px; color:rgba(255,255,255,.45); margin-bottom:13px;}
footer .foot_two .foot_lxwm p svg{ width:20px; height:20px; fill:#fff; opacity:.8; float:left;margin-top: 4px;}
footer .foot_two .foot_lxwm p:nth-of-type(2) svg{width:18px; height:18px;}
footer .foot_two .foot_lxwm .up span{ color:#fff; padding:0 7px;}
footer .foot_two .ftewm{ margin-top:35px;}
footer .foot_two .ftewm p{font-size:16px; color:rgba(255,255,255,.45); margin-top:5px;}

footer .foot_two .foot_nav{width: calc(84% - 430px); float:right;}
.foot_two .foot_nav li{ width:29%; float:left; padding-right:10%;}
.foot_two .foot_nav li:nth-of-type(4){ width:auto;padding-right:0; float:right;}
.foot_two .foot_nav li p{ font-size:18px; color:#fff; margin-bottom:34px; position:relative;}
.foot_two .foot_nav li p:after{ content:''; display:block; width:1px; height:16px; background:#fff; position:absolute; right:0; top:50%; transform:translateY(-50%);}
.foot_two .foot_nav li:nth-of-type(4) p:after{ display:none;}
.foot_two .foot_nav li a{font-size:16px; color:rgba(255,255,255,.45);display: block; line-height:22px;margin-bottom:13px;}
.foot_two .foot_nav li a:hover{ color:#fff;}
.foot_two .foot_nav li:nth-of-type(2) a{height:44px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}

footer .banquan{ padding:30px 0;}
footer .banquan .lyFootCopy_text_l { width: 65%; float: left; text-align: left; }
footer .banquan .lyFootCopy_text_r { width: 35%; float: right; text-align: right;}
footer .banquan p { width: 100%; overflow: hidden; line-height: 40px; font-size:16px; color:rgba(255,255,255,.45);}
footer .banquan p a {font-size:16px; color:rgba(255,255,255,.45); }
footer .banquan p a:hover {color: #fff; }
@media (max-width:1280px) {
	footer .foot_one{padding: 50px 0 20px;margin-bottom: 40px;}
	
	footer .foot_two .foot_nav{width: calc(96% - 430px)}
	.foot_two .foot_nav li{width: 28%; padding-right:7%;}
    .foot_two .foot_nav li p{ margin-bottom:25px;}
}
@media (max-width:1080px) {
	footer .foot_one{padding: 40px 0 20px;margin-bottom: 0;}
	footer .foot_one .ftlogo{ max-width:230px;}
	footer .foot_one ul li{ margin-right:5%;}
	
	footer .foot_two{ display:none;}
	
	footer .banquan .lyFootCopy_text_l,footer .banquan .lyFootCopy_text_r{ width:100%; text-align:center;}
	footer .banquan p{ line-height:30px;}
}
@media (max-width:920px) {
    footer .foot_one ul li:last-child{ display:none;}
	footer .foot_one ul li:nth-of-type(2){ margin-right:0;}
}
@media (max-width:767px) {
	footer .foot_one{display:flex; display: -webkit-flex; justify-content:space-between; align-items:center;}
	footer .foot_one .ftlogo{ max-width:210px;}
	footer .foot_one ul li:nth-of-type(2){display:none;}
	footer .foot_one ul li:nth-of-type(1){ margin-right:0;}
	
	footer .banquan { padding: 20px 0;}
}
@media (max-width:550px) {
	footer .foot_one {padding: 30px 0 20px;}
	footer .foot_one .ftlogo{ max-width:180px;}
	footer .foot_one ul li img{ width:40px; height:40px;margin-right:10px;}
	footer .foot_one ul li p{ line-height:1;}
	
	footer .banquan p,footer .banquan p a{ font-size:14px; line-height:24px;}
}
@media (max-width:414px) {
	footer .foot_one .ftlogo{ max-width:140px;}
}
/*内页banner*/
.ny_banner{ height:550px;position:relative;margin-top: 100px;}
.ny_banner img{}
.ny_banner:before{ content:''; display:block; width:113px; height:366px; background:url(../images/nyba_bg1.png) no-repeat; position:absolute; left:0; bottom:0;animation: fadeInLeft 1s; z-index:1;}
.ny_banner.proba:before{background:url(../images/nyba_bg01.png) no-repeat !important;}
.ny_banner:after{ content:''; display:block; width:64px; height:208px; background:url(../images/nyba_bg2.png) no-repeat; position:absolute; left:0; bottom:-108px;animation: fadeInLeft 1s;z-index:8;}
.ny_banner .nyBanner_text { padding-right: 30%; position: absolute; left: 50%; bottom: 20%; transform:translateX(-50%); z-index:10;}
.ny_banner .nyBanner_text span { display: block; line-height: 72px; color: transparent; font-size:72px; color: #fff; font-weight: bold; position: relative; z-index: 0; }
.ny_banner .nyBanner_text p {color: #fff; font-size: 36px; margin-top: 20px; }

.ny_banner .ab_nav{ padding-bottom:17px; border-bottom:1px solid rgba(255,255,255,.45); position: absolute;left: 50%;bottom:18%; transform: translateX(-50%); z-index: 10;display:flex; display: -webkit-flex; justify-content:flex-end; align-items: center;}
.ny_banner .ab_nav a{ font-size:18px; color:#fff; margin-left:60px;display: inline-block; position:relative;}
.ny_banner .ab_nav a.on:after{ content:''; display:block; width:100%; height:3px; background:#fff;position:absolute; left:0; bottom:-17px;}

@keyframes fadeInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@media (max-width:1680px) {
	.ny_banner{ height:500px;}
	.ny_banner .nyBanner_text span{line-height: 60px;font-size:60px;}
	.ny_banner .nyBanner_text p{font-size: 32px; margin-top:10px;}
	
	.ny_banner .ab_nav{ bottom:15%;}
}
@media (max-width:1600px) {
	.ny_banner{margin-top: 80px;}
}
@media (max-width:1440px) {
	.ny_banner{ height:450px;}
	.ny_banner .nyBanner_text span{line-height:56px;font-size:56px;}
	.ny_banner .nyBanner_text p{font-size: 30px;}
	
	.ny_banner .ab_nav a{ margin-left:35px;}
}
@media (max-width:1280px) {
	.ny_banner{ height:400px;}
	.ny_banner .nyBanner_text span{line-height:50px;font-size:50px;}
	.ny_banner .nyBanner_text p{font-size:28px;}
}
@media (max-width:1080px) {
	.ny_banner{ height:350px;overflow: hidden;}
	.ny_banner .nyBanner_text span{line-height:40px;font-size:40px;}
	.ny_banner .nyBanner_text p{font-size: 26px;}
	
	.ny_banner .ab_nav a{ font-size:16px;}
	.ny_banner .ab_nav a.on:after{ height:2px;}
}
@media (max-width:880px) {
	.ny_banner{ height:300px;}
}
@media (max-width:767px) {
	.ny_banner{height:250px;margin-top: 64px;}
	.ny_banner .nyBanner_text p{font-size:24px;}
	
	.ny_banner .ab_nav{ display:none;}
}
@media (max-width:550px) {
	.ny_banner{height:200px;}
	.ny_banner .nyBanner_text span{line-height:34px;font-size:34px;}
	.ny_banner .nyBanner_text p{font-size:20px; margin-top:5px;}
}
@media (max-width:414px) {
	.ny_banner{height:150px;}
	.ny_banner .nyBanner_text{ bottom:20%;}
	.ny_banner .nyBanner_text span{line-height:26px;font-size:26px;}
	.ny_banner .nyBanner_text p{font-size:18px;}
}

/*面包屑*/
.nyMbx { margin: 20px auto 0; padding-left: 25px; position: relative; z-index:2;}
.nyMbx em { display: block; width: 18px; height: 18px; overflow: hidden; position: absolute; left: 0; top: 6px;}
.nyMbx p { height: 30px; overflow: hidden; line-height: 30px; font-size: 16px; text-transform: capitalize; white-space: nowrap; text-overflow: ellipsis;}
.nyMbx p a { line-height: 30px; color: #999; font-size: 16px; text-transform: capitalize; vertical-align: top;}
.nyMbx p a:hover { color: #1e3a62;}
.nyMbx p i { display: inline-block; width: 10px; height:34px; overflow: hidden; margin: 0 5px; vertical-align: top;}
@media (max-width:767px) {
  .nyMbx p i{ margin:0;}
}


/*翻页 start*/
.nyPage { display: flex; justify-content: center; line-height: 40px; color: #999; font-size: 16px; text-align: center;}
.nyPage a { display: block; width:38px; height:38px; margin: 0 5px; border:1px solid #ddd;}
.nyPage a.pnnum, .nyPage a.pnnum1 { line-height:36px; font-size: 16px; text-align: center;}
.nyPage a.pnnum1{border:1px solid #1e3a62;}
.nyPage a.pnnum { color: #555;}
.nyPage a.pnnum:hover, .nyPage a.pnnum1 { color: #fff; background-color: #1e3a62 !important;}
.nyPage a.prev, .nyPage a.next { padding: 12px;}
.nyPage a.prev { margin: 0 10px 0 0;}
.nyPage a.next { margin: 0 0 0 10px;}
.nyPage a.prev:hover, .nyPage a.next:hover { background-color: #1e3a62;}
.nyPage a.prev:hover svg path, .nyPage a.next:hover svg path { fill: #ffffff;}
@media (max-width:920px) {
  .nyPage { line-height: 40px; font-size: 16px;}
  .nyPage a { width: 40px; height: 40px; margin: 0 2px;}
  .nyPage a.pnnum, .nyPage a.pnnum1 { line-height: 40px; font-size: 16px;}
  .nyPage a.prev, .nyPage a.next { padding: 14px;}
}
@media (max-width:767px) {
  .nyPage a.pnnum { display: none;}
}

/*nyShowCrumb start*/
.nyShowCrumb { padding: 30px 0;}
.nyShowCrumb p { height: 40px; overflow: hidden; line-height: 40px; color: #999; font-size: 16px; white-space: nowrap; text-overflow: ellipsis; padding-left: 28px; position: relative;}
.nyShowCrumb p em { display: block; width: 18px; height: 18px; overflow: hidden; margin-top: -9px; opacity: .7; position: absolute; left: 0; top: 50%;}
.nyShowCrumb p a { display: inline-block; line-height: 40px; color: #999; font-size: 16px; vertical-align: top;}
.nyShowCrumb p a:hover { color: #1e3a62;}
.nyShowCrumb p i { display: inline-block; width: 10px; height: 40px; overflow: hidden; margin: 0 8px; vertical-align: top; opacity: .7;}
@media (max-width:1680px) {
	.nyShowCrumb { padding: 20px 0;}
}
@media (max-width:1440px) {
  .nyShowCrumb { padding: 15px 0;}
  .nyShowCrumb p, .nyShowCrumb p a { font-size: 15px;}
}
@media (max-width:1080px) {
  .nyShowCrumb { padding: 10px 0;}
}
@media (max-width:767px) {
  .nyShowCrumb p { padding-left: 20px; font-size: 14px;}
  .nyShowCrumb p em { width: 16px; height: 16px; margin-top: -8px;}
  .nyShowCrumb p a { font-size: 14px;}
  .nyShowCrumb p i { margin: 0 6px;}
}
/*nyShowCrumb end*/

/*nyShow_bottom start*/
.nyShow_bottom { display: flex; align-items: center; justify-content: space-between;}
.nyPrevNext { width: calc(100% - 200px);}
.nyPrevNext dl dd { display: flex; align-items: center; margin-bottom: 20px;}
.nyPrevNext dl dd:last-child { margin-bottom: 0;}
.nyPrevNext dl dd span { display: block; width: 144px; height: 48px; overflow: hidden; line-height: 46px; color: #1e3a62; font-size: 18px; text-align: center; border: 1px solid #1e3a62;}
.nyPrevNext dl dd:hover span { color: #fff; background-color: #1e3a62;}
.nyPrevNext dl dd a { display: block; width: calc(100% - 150px); height: 48px; overflow: hidden; line-height: 48px; color: #222; font-size: 18px; white-space: nowrap; text-overflow: ellipsis; padding-left: 20px;}
.nyPrevNext dl dd:hover a { color: #1e3a62;}

.nyShow_back { padding: 0 9px;}
.nyShow_back a { display: inline-block; vertical-align: top; border: 1px solid #1e3a62; transform: skew(-15deg); -webkit-transform: skew(-15deg);}
.nyShow_back a:hover { background-color: #1e3a62;}
.nyShow_back a span { display: block; width: 180px; height: 46px; line-height: 46px; color: #1e3a62; font-size: 18px; text-align: center; transform: skew(15deg); -webkit-transform: skew(15deg);}
.nyShow_back a:hover span { color: #fff;}
.nyShow_back a span i { display: inline-block; width: 18px; height: 18px; overflow: hidden; vertical-align: middle; margin: -4px 0 0 10px;}
.nyShow_back a:hover span i { margin: -4px 0 0 20px;}
.nyShow_back a:hover span i svg path { fill: #fff;}
@media (max-width:767px) {
  .nyShow_bottom { display: block; align-items: unset; justify-content: unset;}
  .nyPrevNext { width: 100%;}
  .nyPrevNext dl dd { display: block; align-items: unset;}
  .nyPrevNext dl dd span { width: 80px; height: 32px; line-height: 30px; font-size: 14px;}
  .nyPrevNext dl dd a { width: 100%; height: auto; line-height: 30px; padding: 10px 0 0;font-size: 16px;}
  .nyShow_back { text-align: center; margin-top: 40px;}
  .nyShow_back a span { width: 140px; height: 40px; line-height: 40px; font-size: 15px;}
  .nyShow_back a span i { width: 14px; height: 14px;}
}
@media (max-width:320px) {
  .nyProNav_hd p { font-size: 18px;}
  .nyProNav_hd span { font-size: 14px;}
  .nyProNav_list ul li { width: 100%; float: none;}
}
/*nyShow_bottom end*/

/*nyTitle start*/
.nyTitle { margin-bottom: 35px; 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 {font-size: 48px; font-weight: bold; text-align: center; position: relative;}
.nyTitle::before, .nyTitle::after { content: ''; display: block; position: absolute; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); display:none;}
.nyTitle::before { width: 600px; height: 1px; background-color: #ddd;bottom: 0;}
.nyTitle::after { width: 50px; height: 3px; background-color: #1e3a62;bottom: -1px;}
@media (max-width:1680px) {
	.nyTitle { margin-bottom: 40px;}
}
@media (max-width:1440px) {
  .nyTitle { margin-bottom: 30px;}
  .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;}
  .sm_tit{ margin-bottom:25px;}
}
@media (max-width:1280px) {
	.nyTitle span { height: 54px; line-height: 54px; font-size: 70px; margin-bottom: -32px;}
    .nyTitle p { font-size: 30px;}
}
@media (max-width:1080px) {
	.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:820px) {
  .nyTitle { margin-bottom: 20px;}
  .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;}
  .sm_tit{ margin-bottom:20px;}
}
@media (max-width:767px) {
  .nyTitle span { font-size: 48px; letter-spacing: 10px; margin-bottom: -30px;}
  .nyTitle p { line-height: 30px; font-size: 22px;}
  .nyTitle::before { width: 70%;}
  .sm_tit{ font-size:16px;}
}
@media (max-width:320px) {
  .nyTitle span { height: 32px; line-height: 32px; font-size: 40px; margin-bottom: -20px;}
}
/*nyTitle end*/

/*漂浮 开始*/
.z_slide_bar { position: fixed; right: 20px; top:30%; z-index: 9999;display: none; }
.z_slide_bar ul { width: 48px; background: #fff; border: 0px solid #050001; border-radius: 24px;box-shadow:0 0 10px rgba(0, 0, 0, 0.1); }
.z_slide_bar li{ position: relative; cursor: pointer;}
.z_slide_bar li:first-child{padding-top:10px;}
.z_slide_bar li:last-child{padding-bottom:10px;}
.z_slide_bar li .ico { border-radius: 50%; z-index: 1; position: relative;}
.z_slide_bar li .ico img { width: 48px; display: block; }
.z_slide_bar li .ico::before { content: ""; display: block; width: 24px; height: 2px; background: #c2c2c2; position: absolute; left: 50%; bottom: 0;transform: translate(-50%,0);z-index: -1 }
.z_slide_bar li:last-child .ico::before { display: none; }
.z_slide_bar li .con {position: absolute;right: 58px;background: #fff;border-radius: 8px;padding: 8px 10px;white-space: nowrap;top: 50%;-webkit-transform: translate(50%, -50%);transform: translate(50%, -50%);opacity: 0; color:#999; font-size:16px; width:0; transition:none;}
.z_slide_bar li:hover .con { opacity: 1; -webkit-transform: translate(0%, -50%); transform: translate(0%, -50%); width:210px;box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);}
.z_slide_bar li:nth-child(2) .con { padding:12px;}
.z_slide_bar li .code { display: none; width: 100px; text-align:center; top:inherit;-webkit-transform:none;transform: none; bottom:-56px;}
.z_slide_bar li:hover .code{ width:100px; display:block;}
.z_slide_bar li .code img { display: block; width: 100%; }
.z_slide_bar li .code p{ font-size:14px;}
.z_slide_bar .z_retop { cursor: pointer; width: 48px; height: 48px; background: #fff; border: 0px solid #050001;border-radius: 50%; margin-top:20px;box-shadow:0 0 10px rgba(0, 0, 0, 0.1);}
.z_slide_bar .z_retop img { display: block; }
.z_slide_bar li .con .search-input {width: 200px;float: left;height: 30px;line-height: 30px;overflow: hidden;border: 1px solid #d4d4d4;border-radius: 8px;font-size: 13px;padding-left: 10px;background: #fff;}
.z_slide_bar li .con .input1 {height: 30px;line-height: 30px;background: none;border: 0;width: calc(100% - 57px);width: -webkit-calc(100% - 57px);width: -moz-calc(100% - 57px);float: left;outline: none;font-size: 13px;color: #666;}
.z_slide_bar li .con .bnts {float: right;width: 35px;height: 27px;background: url(../images/pf_ss.png) center center no-repeat;margin-right: 1px;cursor: pointer;border: none;background-size: 100%;}
@media (max-width:1440px) {
	.z_slide_bar{ right:20px;}
	.z_slide_bar li .ico img,.z_slide_bar ul{ width:44px;}
	.z_slide_bar .z_retop{ width:44px; height:44px; margin-top:18px;}
}
@media (max-width:1024px) {
.z_slide_bar{ right:10px;}
}
@media (max-width: 767px) {
.z_slide_bar{ right:5px;}
.z_slide_bar li .ico img,.z_slide_bar ul{ width:40px;}
.z_slide_bar li .con{ right:45px;}
.z_slide_bar .z_retop{ width:40px; height:40px; margin-top:10px;}
.z_slide_bar li:first-child{ padding-top:0;}
.z_slide_bar li .ico::before{ display:none;}
.z_slide_bar li:last-child{ display:none;}
}
