@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: 16px/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;
}
.cover1{ max-width:100%; max-height:100%; position:absolute; margin:auto; top:0;  bottom:0; left:0; right:0;}

/* 设置滚动条的样式 */
::-webkit-scrollbar {
  /* 滚动槽宽度 */
  width: 0;
}

/* 滚动条滑块默认状态 */
::-webkit-scrollbar-track {
  background-color: #f4f8fa;
  border-radius: 0px;
}

::-webkit-scrollbar-thumb {
  background-color: #f4f8fa;
}

/* 滚动条滑块点击状态 */
::-webkit-scrollbar-thumb:window-inactive {
  background-color: #f4f8fa;
}

@font-face {
  font-family: "IBMPlexMono-Bold";
  src: url('../fonts/IBMPlexMono-Bold.ttf');
}

@font-face {
  font-family: "BEBAS";
  src: url('../fonts/BEBASKAI.ttf');
}

@font-face {
  font-family: "Impact";
  src: url('../fonts/Impact.ttf');
}

@font-face {
  font-family: "OutfitRegular";
  src: url('../fonts/Outfit-Regular.ttf');
}

@font-face {
  font-family: "AileronHeavyItalic";
  src: url('../fonts/AILERON-HEAVYITALIC.OTF');
}

@font-face {
  font-family: "AileronBlackItalic";
  src: url('../fonts/AILERON-BLACKITALIC.OTF');
}


@-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;
}


/**top start**/
.subMenu { width: 100%; height:auto; background-color:rgba(255,255,255,0); border-bottom:1px solid rgba(255,255,255,0.1); position: absolute; top: 0; z-index:9999; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.fxd { background-color:rgba(255,255,255,1); border-bottom:0; box-shadow:0 3px 6px rgba(0,0,0,0.1);position: fixed;top: 0px;}
.nyprotop .subMenu{ height:88px; background-color:rgba(255,255,255,1); border-bottom:1px solid rgba(255,255,255,1); box-shadow:0 3px 6px rgba(0,0,0,0.1);position: fixed;top: 0px;}

.ly_top { width:100%; height:88px; margin:0 auto; padding:0;}
.ly_top .lytop_main { width:100%; max-width:1600px; height:88px; margin:0 auto; padding:0; position:relative;}
.lytop_main .ly_logo { width:20%; height:60px; margin:0 4% 0 0; padding:14px 0; float:left;}
.ly_logo a { display: table-cell; vertical-align: middle; width: 100%; height: 60px; overflow: hidden; margin: 0; padding: 0;}
.ly_logo a img.logo1 {display: inline-block; max-width: 100%; height: auto; max-height: 100%; margin: 0; padding: 0;}
.ly_logo a img.logo2 { display:none;}
.fxd .ly_logo a img.logo2,.nyprotop .ly_logo a img.logo2 {display: inline-block; max-width: 100%; height: auto; max-height: 100%; margin: 0; padding: 0;}
.fxd .ly_logo a img.logo1,.nyprotop .ly_logo a img.logo1 { display:none;}

.ly_nav { width:56%;margin:0; padding:0; float:left;}
.nav_ul {margin:0 auto; padding:0; display: flex;}
.nav_item { position: relative; margin:0; padding: 0; -webkit-flex:1; -ms-flex:1; -moz-flex:1; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.nav_item:hover {}
.nav { width:100%; height: 88px; margin: 0 auto; padding: 0; position: relative;}

.nav_item > a { display: block; width: 100%; height: 88px; line-height: 88px; color: #fff; font-size: 16px; text-align: center; -webkit-transition: all .4s; transition: all .4s; position:relative;}
.nav_item > a em { display:none; width:40px; height:3px; overflow:hidden; margin:0 0 0 -20px; background-color:#fff; position:absolute; bottom:0; left:50%;}
.nav_item:hover > a, .nav_item > a.active { color:#fff;}
.nav_item:hover > a em, .nav_item > a.active em { display:block;}

.fxd .nav_item > a,.nyprotop .nav_item > a{ color:#333;}
.fxd .nav_item > a em,.nyprotop .nav_item > a em { background-color:#184d8f;}
.fxd .nav_item:hover > a, .fxd .nav_item > a.active,.nyprotop .nav_item:hover > a,.nyprotop .nav_item > a.active { color:#184d8f;}


.menu_open { display: none;}

.nav_item_open { width:200%; height: auto; position: absolute; left: -50%; top: 100%; z-index: 10; background-color:#fff; box-shadow: 0 4px 8px 0 rgba(0, 12, 49, 0.1); border-radius: 0; opacity: 0; visibility: hidden; -webkit-transform: translateY(34px); transform: translateY(34px); -webkit-transition: all .4s; transition: all .4s; overflow: hidden; }
.ny_top .nav_item_open { background-color:#fff;}
.nav_item:hover .nav_item_open { visibility: visible; opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px);}
.subopen { display: none; }
.nav_item2 { width: 100%;}
.nav_item2 a { display: block; width:100%; height:44px; overflow:hidden; line-height:44px; padding: 0 10px; color: #666; font-size: 14px; white-space:nowrap; text-overflow: ellipsis; text-align: center; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.ny_top .nav_item2 a { color:#565656;}
.nav_item2:hover a { background-color: #184d8f; color: #fff;}
.hcover { display: none;}

.ly_right { width:88px; height:88px; margin:0; padding:0; background:url(../images/sc_icon.png) center center no-repeat; background-size:44px 44px; border-left:1px solid rgba(255,255,255,0.1); float:right; cursor:pointer;}
.ly_right:hover { background-color:#0d5198; border-left:0;}
.ly_right .lytop_sc { width:100%; overflow:hidden; margin:0; padding:20px; position:absolute; left:0; top:88px; background-color:rgba(0,30,61,0.5);pointer-events: none; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; opacity: 0; visibility: hidden; -webkit-transform: translateY(34px); transform: translateY(34px); -webkit-transition: all .4s; transition: all .4s;}
.ly_right:hover .lytop_sc { visibility: visible; opacity: 1; -webkit-transform: translateY(0px); transform: translateY(0px);pointer-events: auto;}
.lytop_sc form { display:block; width:100%; height:48px; overflow:hidden; margin:0; padding:0 120px 0 0; position:relative; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.lytop_sc form .ly_ipt { display:block; width:100%; height:48px; overflow:hidden; margin:0; padding:0 0 0 100px; background-color:#fff; border-radius:24px 0 0 24px; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box;}
.ly_ipt input { display:block; width:100%; height:48px; overflow:hidden; line-height:48px; color:#666; font-size:15px; margin:0; padding:0 24px; border:0; outline:none; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
.lytop_sc form .ly_btn { width:120px; height:48px; overflow:hidden; margin:0; padding:0; position:absolute; top:0; right:0;}
.ly_btn input { display:block; width:120px; height:48px; overflow:hidden; line-height:48px; color:#fff; font-size:18px; text-indent:24px; margin:0; padding:0; border-radius:0 24px 24px 0; background:#0264c9 url(../images/sc_icon.png) 20px center no-repeat; background-size:32px 32px; border:none; outline:none; cursor:pointer;}
.fxd .ly_right,.nyprotop .ly_right { background:url(../images/sc_icon1.png) center center no-repeat; background-size:44px 44px; border-left:1px solid rgba(13,81,152,0.1);}
.fxd .ly_right:hover,.nyprotop .ly_right:hover { background:#0d5198 url(../images/sc_icon.png) center center no-repeat; background-size:44px 44px; border-left:0;}

.sc_slt { width: 100px; height: 40px; overflow: hidden; margin: 0; padding: 0; border-right: 1px solid #dfdfdf; border-radius:20px 0 0 20px; position:absolute; left:10px; top:4px;}
.sc_slt select { display:block; width:100%; height:40px; line-height:40px; color:#666; font-size:15px; margin:0; padding:0 10px; border:0; outline:none; box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box; appearance:none; -moz-appearance:none; -webkit-appearance:none; background:#fff url(../images/jt1.png) 80px center no-repeat;}
.sc_slt select option { display:block; width:100%; height:40px; overflow:hidden; line-height:40px; color:#666; font-size:15px; text-align:center;}

@media screen and (width:1600px){
	.ly_top { width:94%; padding:0 3%;}
	.ly_top .lytop_main { max-width:inherit;}
}
@media screen and (min-width:1440px) and (max-width:1599px) {
	.ly_top { width:94%; padding:0 3%;}
	.ly_top .lytop_main { max-width:inherit;}
	.lytop_main .ly_logo { width:16%;}
	.ly_nav { width:64%;}
}
@media screen and (min-width:1360px) and (max-width:1439px) {
	.ly_top { width:94%; padding:0 3%;}
	.ly_top .lytop_main { max-width:inherit;}
	.lytop_main .ly_logo { width:16%;}
	.ly_nav { width:64%;}
}
@media screen and (min-width:1280px) and (max-width:1359px) {
	.ly_top { width:94%; padding:0 3%;}
	.ly_top .lytop_main { max-width:inherit;}
	.lytop_main .ly_logo { width:16%;}
	.ly_nav { width:64%;}
}
@media screen and (min-width:1024px) and (max-width:1279px) {
	.subMenu { _height:80px;}
	.nyprotop .subMenu{ height:80px;}
	.ly_top {height:80px; margin:0 auto; padding:0 3%;}
	.ly_top .lytop_main { width:100%; height:80px; margin:0 auto; padding:0;}
	.lytop_main .ly_logo { width:250px; height:60px; margin:0 10px 0 0; padding:10px 0; float:left;}
	
	.ly_nav { width:auto;}
	.menu_open { display: block; float: right; width: 80px; height: 80px; padding: 20px 0; position: absolute; top:0; right:80px; box-sizing: border-box; z-index: 98; cursor: pointer}
    .menu_open i { width: 28px; height: 2px; background-color: #fff; display: block; margin: 9px auto;}
	.menu_open:hover, .menu_open:active { background-color:#184d8f;}
	.menu_open:hover i, .menu_open:active i { background-color: #fff;}
	
	.fxd .menu_open i,.nyprotop .menu_open i { background-color:#184d8f;}
	.fxd .menu_open:hover, .fxd .menu_open:active,.nyprotop .menu_open:hover,.nyprotop .menu_open:hover { background-color:#184d8f;}
	.fxd .menu_open:hover i, .fxd .menu_open:active i,.nyprotop .menu_open:hover i, .nyprotop .menu_open:active i { background-color:#fff;}
	
    .nav { width: 50%; height: 100vh; position: fixed; top: 0; left: -50%; z-index: 100; overflow: hidden; background-color:rgba(13,81,152,0.99);box-sizing: border-box;transition: left 0.4s ease;}
    .hcover { display: block; width: 50%; height:100vh; background: rgba(0, 0, 0, .7); position: fixed; right: -50%; top: 0; z-index: 99; transition: right 0.4s ease;}
    .nav_ul { display: block; margin: 0; width: 100%; height: 100%; position: absolute; top: 0; left: 0; overflow-x: hidden; overflow-y: auto; padding: 0; text-align: left; }
    .nav_item { float: none; margin: 0; width: 100%; height: 80px;}
    .nav_item:after { content: ''; display: block; width: 100%; border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    .nav_item > a ,.nyprotop .nav_item > a{ display: block; margin: 0; height: 80px; line-height: 80px; color:rgba(255,255,255,0.5); font-size: 18px; text-align: left; padding: 0 60px 0 30px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; opacity: 1; position: relative; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
	.nyprotop .nav_item:hover > a, .nyprotop .nav_item > a.active {color: #fff;}
	.nav_item > a:active {}
	.nav_item > a.active { opacity:1;}
	.nav_item > a em { width:30px; height:2px; left:30px; margin:0;}
	
	.fxd .nav_item > a { color:rgba(255,255,255,0.5);}
	.fxd .nav_item > a em { background-color:#fff;}
	.fxd .nav_item:hover > a, .fxd .nav_item > a.active { color:#fff;}
	
    .nav_item i { position: absolute; z-index: 2; top: 0; right: 0; width: 60px; height: 100%; display: block;}
    .nav_item i:after { content: ''; display: block; width: 12px; height: 12px; margin:-6px 0 0 -6px; border: 1px solid rgba(255, 255, 255, 0.5); border-top: 0; border-left: 0; position: absolute; left: 50%; top: 50%; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
    .nav_item_open { width: 50%; height: 100%; margin: 0; box-shadow: none; background-color: rgba(13,81,152,1); border-radius: 0; opacity: 1; visibility: visible; -webkit-transform: translateY(0px); transform: translateY(0px); position: fixed; left: -50%; top: 0; }
    .subopen { display: block; }
    .subopen a { display: block; overflow: hidden; line-height: 80px; margin: 0; padding: 0 30px; white-space: nowrap; text-overflow: ellipsis; font-size: 18px; color: #fff; text-indent:12px; border-bottom: 1px solid rgba(255, 255, 255, 0.1); position: relative;}
    .subopen a:before { content: ''; display: block; width: 12px; height: 12px; position: absolute; left: 20px; top: 50%; margin: -6px 0 0 0; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); border: 1px solid rgba(255, 255, 255, 1); border-right: 0; border-bottom: 0; }
    .nav_item2 { position: relative; }
    .nav_item2 a { display: block; overflow: hidden; margin: 0; height: 60px; line-height: 60px; color:rgba(255,255,255,0.5); font-size:16px; text-align:left; padding: 0 30px; white-space: nowrap; text-overflow: ellipsis; opacity: 1;}
    .nav_item2:after { content: ''; width: 100%; position: absolute; bottom: 0; left: 0; display: block; border-bottom-width: 1px; border-bottom-style: solid; border-bottom: 1px solid rgba(255, 255, 255, 0.1);}
	.nav_item2 a:hover, .nav_item2 a:active {color:#fff;}
	
	.ly_right { width:80px; height:80px;}
	.ly_right .lytop_sc { top:80px;}
}
@media screen and (min-width:768px) and (max-width:1023px) {
	.nyprotop .subMenu{ height:80px;}
	.ly_top {height:80px; margin:0 auto; padding:0 3%;}
	.ly_top .lytop_main { width:100%; height:80px; margin:0 auto; padding:0;}
	.lytop_main .ly_logo { width:250px; height:60px; margin:0 10px 0 0; padding:10px 0; float:left;}
	
	.ly_nav { width:auto;}
	.menu_open { display: block; float: right; width: 80px; height: 80px; padding: 20px 0; position: absolute; top:0; right:80px; box-sizing: border-box; z-index: 98; cursor: pointer}
    .menu_open i { width: 28px; height: 2px; background-color: #fff; display: block; margin: 9px auto;}
	.menu_open:hover, .menu_open:active { background-color:#184d8f;}
	.menu_open:hover i, .menu_open:active i { background-color: #fff;}
	
	.fxd .menu_open i,.nyprotop .menu_open i { background-color:#184d8f;}
	.fxd .menu_open:hover, .fxd .menu_open:active,.nyprotopd .menu_open:hover, .nyprotop .menu_open:active { background-color:#184d8f;}
	.fxd .menu_open:hover i, .fxd .menu_open:active i,.nyprotop .menu_open:hover i, .nyprotop .menu_open:active i { background-color:#fff;}
	
    .nav { width: 50%; height: 100vh; position: fixed; top: 0; left: -50%; z-index: 100; overflow: hidden; background-color:rgba(13,81,152,0.99);box-sizing: border-box;transition: left 0.4s ease;}
    .hcover { display: block; width: 50%; height:100vh; background: rgba(0, 0, 0, .7); position: fixed; right: -50%; top: 0; z-index: 99; transition: right 0.4s ease;}
    .nav_ul { display: block; margin: 0; width: 100%; height: 100%; position: absolute; top: 0; left: 0; overflow-x: hidden; overflow-y: auto; padding: 0; text-align: left; }
    .nav_item { float: none; margin: 0; width: 100%; height: 60px;}
    .nav_item:after { content: ''; display: block; width: 100%; border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    .nav_item > a,.nyprotop .nav_item > a { display: block; margin: 0; height: 60px; line-height: 60px; color:rgba(255,255,255,0.5); font-size: 16px; text-align: left; padding: 0 60px 0 30px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; opacity: 1; position: relative; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
	.nyprotop .nav_item:hover > a, .nyprotop .nav_item > a.active {color: #fff;}
	.nav_item > a:active {}
	.nav_item > a.active { opacity:1;}
	.nav_item > a em { width:30px; height:2px; left:30px; margin:0;}
	
	.fxd .nav_item > a { color:rgba(255,255,255,0.5);}
	.fxd .nav_item > a em { background-color:#fff;}
	.fxd .nav_item:hover > a, .fxd .nav_item > a.active { color:#fff;}
	
    .nav_item i { position: absolute; z-index: 2; top: 0; right: 0; width: 60px; height: 100%; display: block;}
    .nav_item i:after { content: ''; display: block; width: 12px; height: 12px; margin:-6px 0 0 -6px; border: 1px solid rgba(255, 255, 255, 0.5); border-top: 0; border-left: 0; position: absolute; left: 50%; top: 50%; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
    .nav_item_open { width: 50%; height: 100%; margin: 0; box-shadow: none; background-color: rgba(13,81,152,1); border-radius: 0; opacity: 1; visibility: visible; -webkit-transform: translateY(0px); transform: translateY(0px); position: fixed; left: -50%; top: 0; }
    .subopen { display: block; }
    .subopen a { display: block; overflow: hidden; line-height: 60px; margin: 0; padding: 0 30px; white-space: nowrap; text-overflow: ellipsis; font-size: 16px; color: #fff; text-indent:12px; border-bottom: 1px solid rgba(255, 255, 255, 0.1); position: relative;}
    .subopen a:before { content: ''; display: block; width: 12px; height: 12px; position: absolute; left: 20px; top: 50%; margin: -6px 0 0 0; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); border: 1px solid rgba(255, 255, 255, 1); border-right: 0; border-bottom: 0; }
    .nav_item2 { position: relative; }
    .nav_item2 a { display: block; overflow: hidden; margin: 0; height: 60px; line-height: 60px; color:rgba(255,255,255,0.5); font-size:16px; text-align:left; padding: 0 30px; white-space: nowrap; text-overflow: ellipsis; opacity: 1;}
    .nav_item2:after { content: ''; width: 100%; position: absolute; bottom: 0; left: 0; display: block; border-bottom-width: 1px; border-bottom-style: solid; border-bottom: 1px solid rgba(255, 255, 255, 0.1);}
	.nav_item2 a:hover, .nav_item2 a:active {color:#fff;}
	
	.ly_right { width:80px; height:80px;}
	.ly_right .lytop_sc { top:80px;}
}
@media screen and (max-width:767px) {
	.subMenu { _height:60px;}
	.nyprotop .subMenu{ height:60px;}
	.ly_top { padding: 0 3%;height:60px; margin:0 auto; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
	.ly_top .lytop_main { width:100%; height:60px; margin:0 auto; padding:0;}
	.lytop_main .ly_logo { width:200px; height:48px; margin:0; padding:6px 0; float:left;}
	.ly_logo a { height:48px;}
	
	.fxd .ly_right,.nyprotop .ly_right{ width:50px;background-size:32px 32px;}
	
	.ly_nav { width:auto;}
	.menu_open { display: block; float: right; width: 60px; height: 60px; padding: 13px 0; position: absolute; top:0; right:60px; box-sizing: border-box; z-index: 98; cursor: pointer}
    .menu_open i { width: 22px; height: 1px; background-color: #fff; display: block; margin: 8px auto;}
	.menu_open:hover, .menu_open:active { background-color:#184d8f;}
	.menu_open:hover i, .menu_open:active i { background-color: #fff;}
	
	.fxd .menu_open i,.nyprotop .menu_open i{ background-color:#184d8f;}
	.fxd .menu_open:hover, .fxd .menu_open:active,.nyprotop .menu_open:hover, .nyprotop .menu_open:active { background-color:#184d8f;}
	.fxd .menu_open:hover i, .fxd .menu_open:active i,.nyprotop .menu_open:hover i, .nyprotop .menu_open:active i { background-color:#fff;}
	
    .nav { width: 50%; height: 100vh; position: fixed; top: 0; left: -50%; z-index: 100; overflow: hidden; background-color:rgba(13,81,152,0.99);box-sizing: border-box;transition: left 0s ease;}
    .hcover { display: block; width: 50%; height:100vh; background: rgba(0, 0, 0, .7); position: fixed; right: -50%; top: 0; z-index: 99; transition: right 0s ease;}
    .nav_ul { display: block; margin: 0; width: 100%; height: 100%; position: absolute; top: 0; left: 0; overflow-x: hidden; overflow-y: auto; padding: 0; text-align: left; transition: all 0s ease;}
    .nav_item { float: none; margin: 0; width: 100%; height: 60px;}
    .nav_item:after { content: ''; display: block; width: 100%; border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    .nav_item > a { display: block; margin: 0; height: 60px; line-height: 60px; color:rgba(255,255,255,0.5); font-size: 15px; text-align: left; padding: 0 60px 0 20px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; opacity: 1; position: relative; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box;}
	.nav_item > a:active {}
	.nav_item > a.active { opacity:1;}
	.nav_item > a em { width:30px; height:2px; left:20px; margin:0;}
	
	.fxd .nav_item > a,.nyprotop .nav_item > a { color:rgba(255,255,255,0.5);}
	.fxd .nav_item > a em,.nyprotop .nav_item > a em { background-color:#fff; left:20px;}
	.fxd .nav_item:hover > a, .fxd .nav_item > a.active,.nyprotop .nav_item:hover > a, .nyprotop .nav_item > a.active  { color:#fff;}
	
    .nav_item i { position: absolute; z-index: 2; top: 0; right: 0; width: 60px; height: 100%; display: block;}
    .nav_item i:after { content: ''; display: block; width: 10px; height: 10px; margin:-5px 0 0 -5px; border: 1px solid rgba(255, 255, 255, 0.5); border-top: 0; border-left: 0; position: absolute; left: 50%; top: 50%; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
    .nav_item_open { width: 50%; height:auto; margin: 0; box-shadow: none; background-color: rgba(13,81,152,1); border-radius: 0; opacity: 1; visibility: visible; -webkit-transform: translateY(0px); transform: translateY(0px); position: fixed; left: -50%; top: 0; }
    .subopen { display: block; }
    .subopen a { display: block; overflow: hidden; line-height: 60px; margin: 0; padding: 0 30px; white-space: nowrap; text-overflow: ellipsis; font-size: 15px; color: #fff; text-indent:12px; border-bottom: 1px solid rgba(255, 255, 255, 0.1); position: relative;}
    .subopen a:before { content: ''; display: block; width: 12px; height: 12px; position: absolute; left: 20px; top: 50%; margin: -6px 0 0 0; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); border: 1px solid rgba(255, 255, 255, 1); border-right: 0; border-bottom: 0; }
    .nav_item2 { position: relative; }
    .nav_item2 a { display: block; overflow: hidden; margin: 0; height: 60px; line-height: 60px; color:rgba(255,255,255,0.5); font-size:15px; text-align:left; padding: 0 20px; white-space: nowrap; text-overflow: ellipsis; opacity: 1;}
    .nav_item2:after { content: ''; width: 100%; position: absolute; bottom: 0; left: 0; display: block; border-bottom-width: 1px; border-bottom-style: solid; border-bottom: 1px solid rgba(255, 255, 255, 0.1);}
	.nav_item2 a:hover, .nav_item2 a:active {color:#fff;}
	
	.ly_right { width:60px; height:60px; background:url(../images/sc_icon3.png) center center no-repeat; background-size:32px 32px;}
	.ly_right .lytop_sc { padding:10px; top:60px;}
	.lytop_sc form { height:40px; padding:0 60px 0 0;}
	.lytop_sc form .ly_ipt { height:40px; padding:0 0 0 90px;}
	.ly_ipt input { height:40px; line-height:40px; font-size:14px; padding:0 20px;}
	.lytop_sc form .ly_btn { width:60px; height:40px;}
	.ly_btn input { width:60px; height:40px; font-size:0; background:#0264c9 url(../images/sc_icon3.png) center center no-repeat; background-size:32px 32px;}
	.fxd .ly_right { background:url(../images/sc_icon2.png) center center no-repeat; background-size:32px 32px; border-left:1px solid rgba(13,81,152,0.1);}
	.fxd .ly_right:hover { background:#0d5198 url(../images/sc_icon3.png) center center no-repeat; background-size:32px 32px; border-left:0;}
	
	.sc_slt { left:0; top:0;}
}
/**top end**/

.lyMore a {
  display: block;
  width: 180px;
  height: 50px;
  overflow: hidden;
  line-height: 48px;
  color: #222;
  font-size: 16px;
  text-align: center;
  border-radius: 25px;
  border: 1px solid #ddd;
  position: relative;
}

.lyMore a i {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: -2px 0 0 20px;
  vertical-align: middle;
}

.lyMore a i svg {
  display: block;
  width: 100%;
  height: 100%;
}

.lyMore a i svg path {
  fill: #222222;
}

.lyMore a:hover {
  color: #fff;
  background-color: #0d5198;
  border: 1px solid #0d5198;
}

.lyMore a:hover i {
  margin: -2px 0 0 30px;
}

.lyMore a:hover i svg path {
  fill: #ffffff;
}



/* lyFoot start */
.lyFoot {
  background: #142231 url(../images/footBg.png) right bottom no-repeat;
}

.lyFoot .lyFoot_main {
  margin: 0 auto;
  padding: 80px 0;
}

.lyFoot_tit {
  margin-bottom: 24px;
}

.lyFoot_tit p {
  height: 30px;
  overflow: hidden;
  line-height: 30px;
  color: #fff;
  font-size: 18px;
}

.lyFoot_tit p i {
  display: inline-block;
  width: 15px;
  height: 2px;
  margin: -2px 0 0 10px;
  vertical-align: middle;
  background-color: #0d5198;
}

.lyFoot_main .lyFoot_left {
  width: 80%;
  padding-right: 80px;
  float: left;
}

.lyFoot_nav ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.lyFoot_nav ul li {
  max-width: 16.666666%;
}

.lyFoot_nav ul li dl dd a {
  display: block;
  width: 100%;
  height: 36px;
  overflow: hidden;
  line-height: 36px;
  color: rgba(255, 255, 255, .35);
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.lyFoot_nav ul li dl dd a:hover {
  color: #fff;
}

.lyFoot_main .lyFoot_lxfs {
  width: 100%;
  margin-top: 80px;
  padding-top: 40px;
  border-top: 1px solid rgba(255, 255, 255, .1);
}

.lyFoot_lxfs ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
}

.lyFoot_lxfs ul li {
  width: auto;
  padding: 0;
  float: left;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.lyFoot_lxfs ul li:after{ content:''; display:block; width:1px; height:40px; background:rgba(255,255,255,.1); position:absolute;right: -50px; top:5px;transform: rotate(15deg);}
.lyFoot_lxfs ul li:last-child:after{ display:none;}

.lyFoot_lxfs ul li i {
  display: block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  margin-right: 16px;
  padding: 8px;
  border: 1px solid #fff;
  border-radius: 50%;
}

.lyFoot_lxfs ul li i svg {
  display: block;
  width: 100%;
  height: 100%;
}

.lyFoot_lxfs ul li i svg path {
  fill: #ffffff;
}

.lyFoot_lxfs ul li .lyFootLxfs_txt span {
  display: block;
  line-height: 20px;
  color: rgba(255, 255, 255, .35);
  font-size: 14px;
}

.lyFoot_lxfs ul li .lyFootLxfs_txt p {
  max-width: 240px;
  max-height: 60px;
  overflow: hidden;
  line-height: 30px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.lyFoot_lxfs ul li:last-child .lyFootLxfs_txt p{ font-size:15px; line-height:24px;}


.lyFoot_main .lyFoot_right {
  width: auto;
  float: right;
}

.lyFoot_right .lyFoot_logo {
  width: auto;
  height: 60px;
  overflow: hidden;
  margin-bottom: 20px;
}

.lyFoot_logo a {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 60px;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.lyFoot_logo a img {
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin: 0;
  padding: 0;
}

.lyFoot_right .lyFootEwm_img {
  width: 120px;
  height: auto;
  margin: 0 auto;
}

.lyFootEwm_img img {
  display: block;
  width: 100%;
  height: auto;
}

.lyFootEwm_img span {
  display: block;
  width: 100%;
  line-height: 24px;
  color: rgba(255, 255, 255, .35);
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
}

.lyFoot_right .lyToTop {
  width: 64px;
  height: 64px;
  overflow: hidden;
  margin: 80px auto 0;
}

.lyToTop i {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding: 18px;
  border-radius: 50%;
  background-color: #0d5198;
  cursor: pointer;
}

.lyToTop i svg {
  display: block;
  width: 100%;
  height: 100%;
}

.lyToTop i svg path {
  fill: #ffffff;
}


.lyFoot .lyFoot_copy {
  padding: 20px 0;
  background-color: #0d5198;
}

.lyFoot_copy .lyFootCopy_main {
  margin: 0 auto;
}

.lyFootCopy_main p {
  width: auto;
  line-height: 40px;
  color: rgba(255, 255, 255, .35);
  font-size: 16px;
}

.lyFootCopy_main p a {
  color: rgba(255, 255, 255, .35);
}

.lyFootCopy_main p a:hover {
  color: #fff;
}

@media (max-width:1680px) {
  .lyFoot .lyFoot_main {
    padding: 60px 0;
  }

  .lyFoot_main .lyFoot_left {
    padding-right: 60px;
  }

  .lyFoot_main .lyFoot_lxfs {
    margin-top: 60px;
  }
}

@media (max-width:1600px) {
  .lyFoot_nav ul li dl dd a {
    height: 35px;
    line-height: 35px;
    font-size: 15px;
  }

  .lyFootCopy_main p {
    line-height: 35px;
    font-size: 15px;
  }
  .lyFoot_lxfs ul li:after{right: -30px;}
  .lyFoot_lxfs ul li i {
    margin-right: 12px;
  }

  .lyFootEwm_img span {
    font-size: 14px;
  }

  .lyFoot_right .lyToTop {
    width: 60px;
    height: 60px;
    margin: 60px auto 0;
  }
}

@media (max-width:1560px) {
  .lyFoot_main .lyFoot_left {
    padding-right: 0;
  }
}

@media (max-width:1440px) {}

@media (max-width:1366px) {
  .lyFoot .lyFoot_main {
    padding: 40px 0;
  }

  .lyFoot_tit {
    margin-bottom: 20px;
  }

  .lyFoot_main .lyFoot_lxfs {
    margin-top: 40px;
  }
  .lyFoot_lxfs ul li:after{ display:none;}
  .lyFoot_lxfs ul li .lyFootLxfs_txt p {
    max-height: 52px;
    line-height: 26px;
    font-size: 16px;
  }

  .lyFoot_right .lyToTop {
    width: 50px;
    height: 50px;
    margin: 40px auto 0;
  }

  .lyToTop i {
    padding: 14px;
  }
}

@media (max-width:1280px) {
  .lyFoot_tit p {
    font-size: 16px;
  }

  .lyFoot_nav ul li dl dd a {
    height: 32px;
    line-height: 32px;
    font-size: 14px;
  }

  .lyFoot_lxfs ul li .lyFootLxfs_txt p {
    max-height: 50px;
    line-height: 25px;
    font-size: 15px;
  }

  .lyFootCopy_main p {
    line-height: 30px;
    font-size: 14px;
  }
}

@media (max-width:1200px) {}

@media (max-width:1080px) {
  .lyFoot .lyFoot_main {
    padding: 30px 0;
  }

  .lyFoot_left .lyFoot_nav {
    display: none;
  }

  .lyFoot_main .lyFoot_lxfs {
    margin: 0 auto;
    padding: 0;
    border: 0;
  }

  .lyFoot_lxfs ul {
    justify-content: left;
    margin: 0 -20px;
  }

  .lyFoot_lxfs ul li {
    width: 50%;
    margin: 16px 0;
    padding: 0 20px;
    display: block;
    flex-wrap: wrap;
    justify-content: center;
  }

  .lyFoot_lxfs ul li i {
    float: left;
  }

  .lyFoot_lxfs ul li .lyFootLxfs_txt p {
    max-width: inherit;
  }

  .lyFoot_right .lyFoot_logo {
    display: none;
  }

  .lyFoot_right .lyToTop {
    width: 48px;
    height: 48px;
    margin: -24px 0 0;
    position: fixed;
    top: 50%;
    right: 10px;
    z-index: 9997;
    display: none;
  }

  .lyFootCopy_main p {
    float: none !important;
  }
}

@media (max-width:1024px) {}

@media (max-width:920px) {}

@media (max-width:820px) {}

@media (max-width:767px) {
  .lyFoot .lyFoot_main {
    padding: 20px 0;
  }

  .lyFoot_main .lyFoot_left {
    display: none;
  }

  .lyFoot_main .lyFoot_right {
    margin: 0 auto;
    float: none;
  }

  .lyFoot .lyFoot_copy {
    padding: 12px 0;
  }

  .lyFootCopy_main p {
    line-height: 28px;
  }
}

@media (max-width:390px) {}

@media (max-width:320px) {}

@media (max-width:280px) {}

/* lyFoot end */


/* lyView start */
.lyView {
  display: none;
  width: 64px;
  height: auto;
  background-color: #eee;
  border-radius: 8px;
  margin-top: 50px;
  position: fixed;
  top: 50%;
  right: 10px;
  z-index: 9;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.lyView .lyView_ewm,
.lyView .lyView_tel,
.lyView .lyView_top {
  width: 100%;
  height: auto;
  padding: 15px 0;
  position: relative;
  cursor: pointer;
}

.lyView .lyView_ewm::after,
.lyView .lyView_tel::after {
  content: '';
  display: block;
  width: 28px;
  height: 1px;
  background-color: #ddd;
  position: absolute;
  left: 18px;
  bottom: 0;
}

.lyView .lyView_ewm p {
  display: none;
  width: 140px;
  height: 140px;
  padding: 10px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 6px rgba(0, 0, 0, .1);
  position: absolute;
  top: 0;
  right: 72px;
}

.lyView .lyView_ewm p::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 0 solid transparent;
  border-left: 8px solid #fff;
  position: absolute;
  right: -8px;
  top: 20px;
}

.lyView .lyView_ewm:hover p {
  display: block;
}

.lyView .lyView_ewm i,
.lyView .lyView_tel i,
.lyView .lyView_top i {
  display: block;
  width: 28px;
  height: 28px;
  overflow: hidden;
  margin: 0 auto 2px;
}

.lyView .lyView_ewm i svg,
.lyView .lyView_tel i svg,
.lyView .lyView_top i svg {
  display: block;
  width: 100%;
  height: 100%;
}

.lyView .lyView_ewm i svg path,
.lyView .lyView_tel i svg path {
  fill: #777777;
}

.lyView .lyView_ewm:hover i svg path,
.lyView .lyView_tel:hover i svg path {
  fill: #0d5198;
}

.lyView .lyView_ewm span,
.lyView .lyView_tel span,
.lyView .lyView_top span {
  display: block;
  width: 100%;
  height: 16px;
  line-height: 16px;
  color: #777;
  font-size: 14px;
  text-align: center;
  margin: 0 auto;
}

.lyView .lyView_ewm:hover span,
.lyView .lyView_tel:hover span,
.lyView .lyView_top:hover span {
  color: #0d5198;
}

/* lyView end */


/* nyBanner start */
.nyBanner {
  height: 600px;
  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,
.nyBanner .proBa_txt {
  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%);
}

.nyBa_txt span {
  display: block;
  line-height: 50px;
  color: rgba(255, 255, 255, .25);
  font-family: "BEBAS";
  font-size: 60px;
  text-transform: uppercase;
  mask: linear-gradient(0deg, transparent, transparent 5%, rgba(0, 0, 0, .8) 100%);
  -webkit-mask: linear-gradient(0deg, transparent, transparent 5%, rgba(0, 0, 0, .8) 100%);
  -moz-mask: linear-gradient(0deg, transparent, transparent 5%, rgba(0, 0, 0, .8) 100%);
  -ms-mask: linear-gradient(0deg, transparent, transparent 5%, rgba(0, 0, 0, .8) 100%);
  -o-mask: linear-gradient(0deg, transparent, transparent 5%, rgba(0, 0, 0, .8) 100%);
}

.nyBa_txt p {
  line-height: 56px;
  color: #fff;
  font-size: 48px;
  font-weight: bold;
  margin-top: 20px;
}


.proBa_txt p {
  height: 52px;
  line-height: 52px;
  color: #fbcc30;
  font-size: 44px;
  font-weight: bold;
  margin: 0 auto 20px;
}

.proBa_txt span {
  display: block;
  line-height: 40px;
  color: #fff;
  font-size: 32px;
}

/* nyBanner end */


.nyTitle {
  margin-bottom: 50px;
}

.nyTitle em {
  display: block;
  line-height: 40px;
  color: rgba(34, 34, 34, .06);
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.nyTitle p {
  line-height: 40px;
  color: #222;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
}

.nyTitle p span {
  color: #0d5198;
}

.nyTitle1 em {
  color: rgba(255, 255, 255, .06);
}

.nyTitle1 p {
  color: #fff;
}

/* nyMenu start */
.nyMenu {
  margin-top: -80px;
  position: relative;
  z-index: 8;
}

.nyMenu::before {
  content: '';
  display: block;
  width: 32%;
  height: 80px;
  background-color: #f6f6f6;
  border-bottom: 1px solid #ddd;
  position: absolute;
  left: 0;
  top: 0;
}

.nyMenu .w1600 {
  margin: 0 auto;
}

.nyMenu .nyMenu_main {
  display: inline-block;
  width: 1200px;
  margin: 0;
  background-color: #f6f6f6;
  border-bottom: 1px solid #ddd;
  border-radius: 0 8px 8px 0;
  vertical-align: top;
  position: relative;
  z-index: 2;
}

.nyMenu_main::before,
.nyMenu_main::after {
  content: '';
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 0 8px 0 0;
  position: absolute;
  top: 0;

  transform: skewX(15deg);
  -webkit-transform: skewX(15deg);
  -moz-transform: skewX(15deg);
  -ms-transform: skewX(15deg);
  -o-transform: skewX(15deg);
}

.nyMenu_main::before {
  background-color: #f6f6f6;
  border-bottom: 1px solid #ddd;
  right: -10px;
  z-index: 1;
}

.nyMenu_main::after {
  background-color: #0d5198;
  right: -16px;
}

.nyMenu_main dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.nyMenu_main dl dd {
  position: relative;
}

.nyMenu_main dl dd::after {
  content: '';
  display: none;
  width: 1px;
  height: 20px;
  margin-top: -10px;
  background-color: #ddd;
  position: absolute;
  top: 50%;
  left: 0;
}

.nyMenu_main dl dd:first-child::after {
  display: none;
}

.nyMenu_main dl dd a {
  display: block;
  width: 100%;
  height: 80px;
  line-height: 80px;
  color: #222;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  position: relative;
}

.nyMenu_main dl dd:hover a,
.nyMenu_main dl dd.active a {
  color: #0d5198;
}

.nyMenu_main dl dd a::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 0 solid transparent;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 0px solid #0d5198;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-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;
}

.nyMenu_main dl dd:hover a::after,
.nyMenu_main dl dd.active a::after {
  border-bottom: 6px solid #0d5198;
}

/* nyMenu end */

.nyLocation {
  padding: 20px 0;
}
.nyLocation .ny_mb{ margin:0 !important; width:100% !important;}
.nyLocation .nyLocation_main {
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  color: #999;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 auto;
  padding-left: 26px;
  position: relative;
}


.nyLocation_main icon {
  display: block;
  width: 16px;
  height: 16px;
  overflow: hidden;
  margin-top: -8px;
  position: absolute;
  left: 0;
  top: 50%;
}

.nyLocation_main icon svg {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.nyLocation_main icon svg path {
  fill: #999999;
}

.nyLocation_main a {
  color: #999;
}

.nyLocation_main a:hover {
  color: #0d5198;
}

.nyLocation_main span {
  color: #222;
}

.nyLocation_main i {
  display: inline-block;
  width: 12px;
  height: 12px;
  overflow: hidden;
  vertical-align: middle;
  margin: -2px 2px 0;
}

.nyLocation_main i svg {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.nyLocation_main i svg path {
  fill: #999999;
}


/* lyPage start */
.lyPage {
  width: 100%;
  margin: 0 auto;
  line-height: 44px;
  color: #999;
  font-size: 18px;
  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: #fff;
  vertical-align: top;
  border-radius: 4px;
  margin: 0 8px;
  padding: 0;
  position: relative;
}

.lyPage a.upPage {
  margin: 0 20px 0 0;
}

.lyPage a.downPage {
  margin: 0 0 0 20px;
}

.lyPage a:hover,
.lyPage a.pnnum1 {
  color: #fff;
  background-color: #0d5198;
}

.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;
}

/* lyPage end */


@media (max-width:1680px) {
  .w1600 {
    width: 94%;
  }

  .nyBanner {
    height: 520px;
  }

  .nyBa_txt span {
    line-height: 44px;
    font-size: 54px;
  }

  .nyBa_txt p {
    height: 48px;
    line-height: 48px;
    font-size: 40px;
  }


  .nyMenu {
    margin-top: -72px;
  }

  .nyMenu::before {
    height: 72px;
  }

  .nyMenu .nyMenu_main {
    width: 80%;
  }

  .nyMenu_main::before,
  .nyMenu_main::after {
    width: 72px;
    height: 72px;
  }

  .nyMenu_main dl dd a {
    height: 72px;
    line-height: 72px;
  }
  .nyTitle {
    margin-bottom: 40px;
  }

  .nyTitle em {
    font-size: 44px;
    margin-bottom: 10px;
  }


}

@media (max-width:1600px) {
  .lyMore a {
    width: 160px;
    height: 45px;
    line-height: 43px;
    font-size: 15px;
  }

  .lyMore a i {
    width: 18px;
    height: 18px;
    margin: -2px 0 0 10px;
  }

  .lyMore a:hover i {
    margin: -2px 0 0 20px;
  }


  .nyBanner {
    height: 500px;
  }

  .nyBa_txt span {
    line-height: 40px;
    font-size: 48px;
  }

  .nyBa_txt p {
    height: 40px;
    line-height: 40px;
    font-size: 36px;
    margin-top: 10px;
  }


  .nyMenu {
    margin-top: -64px;
  }

  .nyMenu::before {
    height: 64px;
  }

  .nyMenu .nyMenu_main {
    width: 80%;
  }

  .nyMenu_main::before,
  .nyMenu_main::after {
    width: 64px;
    height: 64px;
  }

  .nyMenu_main dl dd a {
    height: 64px;
    line-height: 64px;
  }


  .nyTitle em {
    line-height: 36px;
    font-size: 40px;
    margin-bottom: 10px;
  }

  .nyTitle p {
    line-height: 36px;
    font-size: 32px;
  }


}

@media (max-width:1560px) {
  .nyBanner {
    height: 480px;
  }

}

@media (max-width:1440px) {
  .nyBanner {
    height: 440px;
  }


  .nyLocation {
    padding: 15px 0;
  }

  .nyLocation .nyLocation_main {
    height: 30px;
    line-height: 30px;
    padding-left: 30px;
  }


  .nyTitle {
    margin-bottom: 30px;
  }

  .nyTitle em {
    line-height: 32px;
    font-size: 36px;
  }


  .lyPage a {
    margin: 0 2px;
  }

}

@media (max-width:1366px) {
  .nyBanner {
    height: 420px;
  }


  .nyTitle em {
    line-height: 30px;
    font-size: 32px;
    margin-bottom: 6px;
  }

  .nyTitle p {
    line-height: 36px;
    font-size: 30px;
  }
}

@media (max-width:1280px) {
  .lyMore a {
    width: 140px;
    height: 42px;
    line-height: 40px;
    font-size: 14px;
  }

  .lyMore a i {
    width: 16px;
    height: 16px;
    margin: -2px 0 0 10px;
  }

  .lyMore a:hover i {
    margin: -2px 0 0 15px;
  }


  .nyBanner {
    height: 400px;
  }

  .nyBa_txt span {
    line-height: 36px;
    font-size: 44px;
  }

  .nyBa_txt p {
    height: 36px;
    line-height: 36px;
    font-size: 32px;
  }


}

@media (max-width:1200px) {
  .nyBanner {
    height: 370px;
  }

  .nyBa_txt span {
    line-height: 36px;
    font-size: 42px;
  }

  .nyBa_txt p {
    height: 36px;
    line-height: 36px;
    font-size: 30px;
    margin-top: 8px;
  }

}

@media (max-width:1080px) {
  .nyBanner {
    height: 340px;
  }

  .nyMenu {
    margin-top: 0;
    background-color: #f6f6f6;
    border-bottom: 1px solid #ddd;
  }

  .nyMenu::before {
    display: none;
  }

  .nyMenu .nyMenu_main {
    width: 100%;
    background: none;
    border-bottom: 0;
  }

  .nyMenu_main::before,
  .nyMenu_main::after {
    display: none;
  }

  .nyMenu_main dl dd a {
    height: 60px;
    line-height: 60px;
  }

  
}

@media (max-width:1024px) {
  .nyBanner {
    height: 320px;
  }

  .nyBa_txt span {
    line-height: 32px;
    font-size: 36px;
  }

  .nyBa_txt p {
    height: 32px;
    line-height: 32px;
    font-size: 26px;
    margin-top: 6px;
  }

}

@media (max-width:920px) {

  .nyBanner {
    height: 300px;
  }


  .nyTitle {
    margin-bottom: 20px;
  }

  .nyTitle em {
    line-height: 24px;
    font-size: 28px;
    margin-bottom: 4px;
  }

  .nyTitle p {
    line-height: 32px;
    font-size: 26px;
  }
}

@media (max-width:820px) {
  .nyBanner {
    height: 250px;
  }

  .nyBa_txt span {
    line-height: 30px;
    font-size: 32px;
  }

  .nyBa_txt p {
    height: 30px;
    line-height: 30px;
    font-size: 24px;
    margin-top: 4px;
  }

}

@media (max-width:767px) {

  .nyBanner {
    height: 180px;
  }

  .nyBa_txt span {
    font-size: 30px;
  }

  .nyBa_txt p {
    font-size: 22px;
    margin-top: 0;
  }


  .nyMenu .w1600 {
    width: 100%;
  }

  .nyMenu_main dl dd a {
    height: 48px;
    line-height: 48px;
    font-size: 16px;
  }

  .nyMenu_main dl dd a::after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
  }

  .nyMenu_main dl dd:hover a::after,
  .nyMenu_main dl dd.active a::after {
    border-bottom: 4px solid #0d5198;
  }


  .nyLocation {
    padding: 15px 0;
  }

  .nyLocation .nyLocation_main {
    padding-left: 24px;
  }


  .lyPage a.upPage {
    margin: 0 8px 0 0;
  }

  .lyPage a.downPage {
    margin: 0 0 0 8px;
  }


  .nyTitle em {
    line-height: 24px;
    font-size: 24px;
    margin-bottom: 4px;
  }

  .nyTitle p {
    line-height: 30px;
    font-size: 24px;
  }
}

@media (max-width:390px) {
  .nyBanner {
    height: 160px;
  }


  .nyMenu_main dl dd a {
    font-size: 15px;
  }


  .lyPage a {
    margin: 0;
  }

  .lyPage a.upPage {
    margin: 0 4px 0 0;
  }

  .lyPage a.downPage {
    margin: 0 0 0 4px;
  }
}

@media (max-width:320px) {
  .nyBanner {
    height: 140px;
  }

  .nyBa_txt span {
    line-height: 23px;
    font-size: 27px;
  }

  .nyBa_txt p {
    height: 27px;
    line-height: 27px;
    font-size: 20px;
  }


  .nyMenu_main dl dd a {
    font-size: 14px;
  }


  .nyTitle em {
    line-height: 22px;
    font-size: 22px;
    margin-bottom: 4px;
  }

  .nyTitle p {
    line-height: 26px;
    font-size: 20px;
  }


  .lyPage a {
    width: 40px;
    height: 40px;
    font-size: 16px;
  }
}

@media (max-width:280px) {}


/*.cp_type .hd {
  overflow: hidden;
  padding: 35px 40px;
  background: #0d5198 url(../images/footBg.png) right center no-repeat;
  background-size: 110px 128px;
  border-radius: 8px 8px 0 0;
  position: relative;
}

.cp_type .hd icon {
  display: block;
  width: 30px;
  height: 24px;
  overflow: hidden;
  padding: 4px;
  background-color: #bbb;
  border-radius: 0 0 8px;
  position: absolute;
  left: 0;
  top: 0;
}

.cp_type .hd icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.cp_type .hd icon svg path {
  fill: #ffffff;
}

.cp_type .hd p {
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}

.cp_type .hd i {
  display: none;
}

.cp_type .bd {
  overflow: hidden;
  padding: 20px 0 40px;
  background-color: #fff;
  border-radius: 0 0 8px 8px;
}

.cp_type .bd ul li p {
  width: calc(100% - 80px);
  margin: 0 auto;
  padding: 10px 32px 10px 0;
  border-bottom: 1px solid #eee;
  position: relative;
}

.cp_type .bd ul li:hover p,
.cp_type .bd ul li.active p {
  border-bottom: 1px solid #0d5198;
}

.cp_type .bd ul li p a {
  display: block;
  width: 100%;
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  color: #222;
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-left:0 !important;
  position: relative;
}

.cp_type .bd ul li:hover p a,
.cp_type .bd ul li.active p a {
  color: #0d5198;
}

.cp_type .bd ul li p a i {
  display: block;
  width: 27px;
  height: 27px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 6px;
}

.cp_type .bd ul li p a i img {
  display: block;
  width: 27px;
  height: auto;
  margin: 0;
}

.cp_type .bd ul li p em {
  display: block;
  width: 32px;
  height: 40px;
  overflow: hidden;
  padding: 10px;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 0;
}

.cp_type .bd ul li p em svg {
  display: block;
  width: 100%;
  height: 100%;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}

.cp_type .bd ul li.active p em svg {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}

.cp_type .bd ul li p em svg path {
  fill: #999999;
}

.cp_type .bd ul li.active p em svg path {
  fill: #0d5198;
}

.cp_type .bd ul li div {
  display: none;
}

.cp_type .bd ul li div a {
  display: block;
  height: 48px;
  overflow: hidden;
  line-height: 48px;
  color: #777;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 40px;
  background-color: #fff;
}

.cp_type .bd ul li div a:hover,
.cp_type .bd ul li div a.on {
  color: #0d5198;
  background-color: #eff5fc;
}

@media (max-width:1680px) {
  .cp_type .hd {
    padding: 30px 40px;
  }

}

@media (max-width:1600px) {}

@media (max-width:1560px) {}

@media (max-width:1440px) {
  .cp_type .hd {
    padding: 20px 30px;
    background-size: 90px 105px;
  }

  .cp_type .hd p {
    font-size: 24px;
  }

  .cp_type .bd {
    padding: 10px 0 20px;
  }

  .cp_type .bd ul li {
    margin-bottom: 10px;
  }

  .cp_type .bd ul li p {
    width: calc(100% - 60px);
    padding: 5px 32px 5px 0;
  }

  .cp_type .bd ul li p em {
    top: 5px;
  }

  .cp_type .bd ul li div a {
    height: 44px;
    line-height: 44px;
    padding: 0 30px;
  }

}

@media (max-width:1366px) {}

@media (max-width:1280px) {
  .cp_type .hd {
    padding: 20px 30px;
  }

  .cp_type .hd p {
    font-size: 22px;
  }

  .cp_type .bd {
    padding: 10px 0 20px;
  }

  .cp_type .bd ul li {
    margin-bottom: 0;
  }

  .cp_type .bd ul li p {
    width: calc(100% - 40px);
  }

  .cp_type .bd ul li p a {
    font-size: 15px;
  }

  .cp_type .bd ul li div a {
    padding: 0 20px;
  }

}

@media (max-width:1200px) {}

@media (max-width:1080px) {

  .cp_type .hd icon {
    width: 24px;
    height: 20px;
    padding: 2px;
  }

  .cp_type .hd p {
    height: 30px;
    line-height: 30px;
  }

  .cp_type .hd i {
    display: block;
    width: 44px;
    height: 44px;
    margin-top: -22px;
    padding: 12px;
    position: absolute;
    top: 50%;
    right: 15px;
  }

  .cp_type .hd i svg {
    display: block;
    width: 100%;
    height: 100%;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
  }

  .cp_type .hd i svg path {
    fill: #ffffff;
  }

  .cp_type .hd.active i svg {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }

  .cp_type .bd {}
}
@media (max-width:767px) {
  .cp_type .hd {
    padding: 15px 30px;
  }

  .cp_type .hd p {
    font-size: 20px;
  }
}
*/
.ny_mb{ width:48%;margin:30px 0;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.ny_mb i{ display:inline-block; width:14px; height:15px; margin:1px 12px 0 0; float:left;}
.ny_mb i path:first-child{ fill:#999;}
.ny_mb i svg{ width:100%; height:100%;}
.ny_mb,.ny_mb a{ color:#999;}
.ny_mb em{ margin:0 10px; color:#ddd;}
.ny_mb span{ color:#555;}
@media (max-width:1200px) {
	.ny_main{ margin-top:81px;}
}
@media (max-width:1080px) {
	.nav_item > a.navon	{ color:#fff;}
}
@media (max-width:920px) {
	.ny_mb{ width:100%; margin:20px 0;}
	}
@media (max-width:768px) {
	.ny_main{ margin-top:60px;}
}
@media (max-width:550px) {
	.ny_mb{ margin:20px 0;}
}

/*nyMenu*/
.lffnyMenu{ position:relative; margin-top:-135px; float:right; width:45%;}
.lffnyMenu .Menu_main{height:100%; background:#0d5198; position:relative; z-index:2; border-radius:16px 0 0 0;}
.lffnyMenu .Menu_main:after{content:""; display:block; background:#0d5198; top:0; right:-260px; bottom:0; width:70%; height:100%; position:absolute; z-index:-1;}
.lffnyMenu .Menu_main ul{ padding-left:20px;}
.lffnyMenu .Menu_main ul li{ width:20%; float:left;height:100%; position:relative; padding:48px 0 25px; text-align:center;}
.lffnyMenu .Menu_main ul li.cur:before{content:''; display:block;width:8px; height:8px; border-radius:50%; background:#fff; position:absolute; left:50%; transform:translateX(-50%); top:30%;}
.lffnyMenu .Menu_main ul li a{ font-size:18px; color:#fff;}
@media (max-width:1280px) {
	.lffnyMenu .Menu_main ul li{padding: 40px 0 20px;}
	.lffnyMenu .Menu_main ul li a{ font-size:16px;}
}
@media (max-width:1080px) {
	.lffnyMenu .Menu_main ul{gap: 30px;}
}
@media (max-width:920px) {
	.lffnyMenu{ display:none;}
	.lffnyMenu .Menu_main ul{gap: 20px;}
}
@media (max-width:820px) {
	.lffnyMenu{ width:50%;}
}
@media (max-width:768px) {
	.lffnyMenu{ width:60%;}
}
@media (max-width:600px) {
	.lffnyMenu{ display:none;}
	.lffnyMenu .Menu_main ul li{ padding:0 2%;}
	.lffnyMenu .Menu_main ul li a{ font-size:14px;}
}

/*nyBanner start*/
.nyBanner { height: 600px; overflow: hidden; position: relative;}
.nyBanner .nyBanner_text { padding-right: 50%; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%);margin-left: 15px;}
.nyBanner_text span { display: block; height: 50px; line-height: 50px; color: transparent; font-size: 60px; color:#fff; font-weight: bold; position:relative; z-index:0;}
.nyBanner .nyBanner_text span::after{ content:""; width:68px; height:57px; display:inline-block; position:absolute; top:-15px; left:-15px;background:url(../images/nybanner_ico.png) no-repeat; z-index:-1;}
.nyBanner_text p { line-height: 50px; color: #fff; font-size: 30px; margin-top: 10px;}

.nyBanner .NyBa_text {position: absolute; left: 50%; top:calc(50% + 30px); transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%);}
.NyBa_text p { width:100%; overflow:hidden; line-height:52px; color:#fff; font-size:48px; font-weight:bold; margin:0 auto; padding:0;}
.NyBa_text p font { color:rgba(255,255,255,0.5); font-size:36px; font-weight:bold; margin:0 0 0 20px;text-transform: capitalize;}
.NyBa_text em { display:block; width:60px; height:5px; overflow:hidden; margin:24px 0; padding:0; background-color:#fff;}
.NyBa_text span { display:block; width:100%; max-height:64px; overflow:hidden; line-height:32px; color:#fff; font-size:18px; margin:0 auto; padding:0; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis;}
.NyBa_text .notic0{color: #fff;font-size: 14px;margin: 20px 0;}
@media (max-width:1680px) {
	.nyBanner { height: 550px;}
	.NyBa_text p{ font-size:40px;}
}
@media (max-width:1600px) {
	.nyBanner { height: 510px;}
}
@media (max-width:1560px) {
  .nyBanner { height: 490px;}
}
@media (max-width:1440px) {
  .nyBanner { height: 420px; }
  .nyBanner .nyBanner_text{ top:60%;}
  .nyBanner_text span { height: 36px; line-height: 36px; font-size: 48px;}
  .nyBanner_text p { line-height:30px; font-size: 28px;}
  
  .NyBa_text p{ font-size:36px;}
}
@media (max-width:1366px) {
  .nyBanner { height: 400px;}
}
@media (max-width:1280px) {
  .nyBanner { height: 370px;}
  .nyBanner_text span { height: 34px; line-height: 34px; font-size: 44px;}
  
  .NyBa_text p{ font-size:32px;}
  .NyBa_text em{margin: 10px 0;}
  
}
@media (max-width:1200px) {
  .nyBanner { height: 350px;}
}
@media (max-width:1080px) {
	.nyBanner { height: 320px;}
    .nyBanner_text span { height: 32px; line-height: 32px; font-size: 40px;}
	
	.NyBa_text p{ font-size:30px;}
	.NyBa_text p font{ display:none}
}
@media (max-width:1024px) {
  .nyBanner { height: 300px;}

}
@media (max-width:920px) {
  .nyBanner { height: 270px;}
  .NyBa_text p{ font-size:28px; line-height:40px;}
  .NyBa_text span{ font-size:16px;}
  .NyBa_text em {margin: 5px 0; height: 3px;}
}
@media (max-width:820px) {
  .nyBanner { height: 240px;}
}
@media (max-width:767px) {
	.nyBanner { height: 210px;}
	.nyBanner .nyBanner_text { padding-right: 0; position: absolute;top:auto; bottom:10px;}
	.nyBanner_text p { line-height: 22px; font-size: 18px; margin-top:5px;}
	.nyBanner_text span { height: 24px; line-height: 24px; font-size: 22px;}
	.nyBanner .nyBanner_text span::after{transform: scale(.7);}
	
	.nyBanner .NyBa_text {top:calc(50% + 20px);}
	.NyBa_text p{ font-size:22px;}
    .NyBa_text span{ font-size:14px; line-height:24px;}
}
@media (max-width:550px) {
	.NyBa_text p{ font-size:20px;}
    .NyBa_text span{ font-size:13px; line-height:20px;}
}
@media (max-width:390px) {
  .nyBanner { height: 180px;}
}

@media (max-width:320px) {
  .nyBanner { height: 160px;}
}
/*nyBanner end*/