@charset "utf-8";
/* CSS Document */

/**common**/
* {
  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;
}

/* 设置滚动条的样式 */
::-webkit-scrollbar {
  width: 2px;
}

/* 滚动槽宽度 */
::-webkit-scrollbar-track {
  background-color: #ececec;
  border-radius: 0px;
}

::-webkit-scrollbar-thumb {
  background-color: #890505;
}

/* 滚动条滑块默认状态 */
::-webkit-scrollbar-thumb:window-inactive {
  background-color: #890505;
}
body{ overflow-x:hidden;}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
blockquote,
p {
  margin: 0;
  padding: 0;
  font: 14px/1.5 Microsoft Yahei,  Arial, \5FAE\8F6F\96C5\9ED1, Helvetica, sans-serif; color:#222;
}

table,
td,
tr,
th {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
}

ol,
ul {
  list-style: none;
}

li {
  list-style-type: none;
}

img {
  vertical-align: middle !important;
  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;color:#222;}
a:visited {text-decoration: none;}
a:hover {text-decoration: none;}
a:active { text-decoration: none;}
@font-face {
  font-family: "RobotoRegular";
  src: url("../fonts/RobotoRegular.ttf");
}

@font-face {
  font-family: "RobotoBold";
  src: url("../fonts/RobotoBold.ttf");
}

/* 按钮样式去除 */
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;}
.fl { float: left;}
.fr { float: right;}
.w1600 {
  width:83.33333%; max-width:1600px;margin:0 auto;
}

/*头部 开始*/
.ly_top { width: 100%; padding: 0 56px; background-color: #fff; box-shadow: 0 0 12px rgba(0, 0, 0, 0.06); position: fixed; top: 0; left: 0; z-index: 99; }
.subMenu .ly_top { background-color: rgba(255, 255, 255, 0); box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15); }
.subMenu.fxd .ly_top, .subMenu:hover .ly_top { background-color: #fff; box-shadow: 0 0 12px rgba(0, 0, 0, 0.06); }
.ly_top .lyTop_left { float: left; }
.ly_top .lyTop_right { float: right; width: 317px;margin-top: 28px; margin-left:25px; position:relative;}
.lyTop_left .lyTop_logo { height: 82px; overflow: hidden; margin: 9px 40px 9px 0; float: left; }
.lyTop_logo a { display: table-cell; vertical-align: middle; width: 100%; height: 82px; overflow: hidden; }
.lyTop_logo a img { display: inline-block; max-width: 100%; height: auto; max-height: 100%; }
.lyTop_logo a img.logo01 { display: inline-block; }
.lyTop_logo a img.logo1 { display: none; }
.lyTopNav { max-width:50%; float: right; }
.lyTop_nav { float: left; position: relative; }
.lyTop_nav.lfftop_pronav{ position:static;}
.lyTop_nav .lyTopNav_box{ margin:30px 0; height:40px; line-height:40px; padding: 0 20px;display:flex; display: -webkit-flex;  justify-content:center;align-items:center;}
.lyTop_nav a.topNav_fir { display: block; height: 40px; line-height: 40px; color: #222; font-size: 18px;position:relative;}
.subMenu .lyTop_nav a.topNav_fir { color: #fff; }
.subMenu.fxd .lyTop_nav a.topNav_fir, .subMenu:hover .lyTop_nav a.topNav_fir { color: #222; }
.lyTop_nav i {display: inline-block;width: 0;height: 0;border-top: 5px solid #bbb;border-right:5px solid transparent;border-bottom: 5px solid transparent;border-left:5px solid transparent;vertical-align: middle;    margin: 3px 0 0 8px;}
.subMenu .lyTop_nav a.topNav_fir i { border-top: 5px solid rgba(255, 255, 255, 0.25); }
.subMenu.fxd .lyTop_nav i, .subMenu:hover .lyTop_nav i { border-top: 5px solid #bbb; }
.lyTop_nav:hover .lyTopNav_box, .lyTop_nav.active .lyTopNav_box, .subMenu .lyTop_nav:hover .lyTopNav_box, .subMenu .lyTop_nav.active .lyTopNav_box {background:#890505; }
.lyTop_nav:hover .lyTopNav_box a.topNav_fir, .lyTop_nav.active .lyTopNav_box a.topNav_fir, .subMenu .lyTop_nav:hover .lyTopNav_box a.topNav_fir, .subMenu .lyTop_nav.active .lyTopNav_box a.topNav_fir { color: #fff;}
.lyTop_nav:hover i,.subMenu .lyTop_nav:hover i, .subMenu .lyTop_nav i,.lyTop_nav.active i { border-top: 5px solid #fff; }
.lyTop_nav .lyTopNav_sec { width: 200%; background-color: #fff; border-top: 2px solid #890505; position: absolute; top:100%; left: 50%;  transition: none; display: none; transform:translateX(-50%);}
.lyTopNav_sec a { display: block; width: 100%; height: 45px; overflow: hidden; line-height: 45px; color: #333; font-size: 15px; text-align: center; padding: 0 20px; overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
.lyTopNav_sec a:hover { color: #fff; background-color: #890505; }
.lyTop_nav .lyTopPro_sec{background:#f8f8f8; padding:40px 0; border:0;}
.lyTopPro_sec ul{ width:1200px; margin:0 auto;}
.lyTopPro_sec ul li{ width:25%; float:left; padding:0 30px; height:233px; overflow-y:scroll;}
.lyTopPro_sec ul li .lyTopPro_tit{ margin-bottom:20px;}
.lyTopPro_sec ul li .lyTopPro_tit a{ display:block;font-size:20px; color:#555; text-align:left;}
.lyTopPro_sec ul li .lyTopPro_tit a:hover{ background:none;color:#890505;}
.lyTopPro_sec ul li .lyTopPro_tit a em{ display:inline-block; width:28px; height:28px; overflow:hidden; margin:0 5px 0 0;vertical-align: middle;}
.lyTopPro_sec ul li .lyTopPro_tit img{ display:inline-block;}
.lyTopPro_sec ul li .lyTopPro_tit a:hover img{transform: rotateY(180deg);}
.lyTopPro_sec ul li p{ height:42px; line-height:42px; width:100%; font-size:17px; color:#999;}
.lyTopPro_sec ul li p a{ display:block; color:#999;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;font-size:18px;text-align:left;}
.lyTopPro_sec ul li p a:hover{ color:#890505; text-decoration:underline; background:none;}
.lyTop_menu { display: none; }
.lyTop_right .search_in {width:100%;height: 44px;padding-left:15px; background:#f4f4f4;color: #666;line-height: 44px;}
.searchselect{ width:100px;height: 44px;border-right:1px solid #fff;position: absolute;left: 0;display:flex; display: -webkit-flex;  justify-content:center;align-items:center;}
.searchselect #type{display:block;font-size:14px; color:#777;cursor: pointer;width:60px;height: 44px;line-height: 44px;}
.searchselect .searchselectbtn{ display:block; width:15px; height:100%;display:flex; display: -webkit-flex;  justify-content:center;align-items:center;}
.searchselect .searchselectbtn svg{ width:8px; height:8px; fill:#999;}
.searchselect ul {display: none;z-index:150;overflow-x: hidden;width: 100px;position: absolute; top:44px;border-top:1px solid #ddd;background: #f4f4f4;transition: all 0s ease;}
.searchselect ul li {padding: 0 0 0 10px;border-bottom: 1px solid #ddd;width: 100%;}
.searchselect ul li:last-child{ border:0;}
.searchselect ul li a {color: #666;line-height:30px;font-size: 14px;}
.search_in input.serach { width: 100%; display: block; height: 44px; line-height: 44px;font-size: 14px; position: relative; border: none; background: none; outline: none; box-sizing: border-box; text-indent: 0; }
.search_in input::placeholder{ color:#bbb;}
.search_in .sub { position: absolute; top: 0; right:0; z-index: 5; display: block; width: 44px; height:44px; background:#f4f4f4 url(../images/ss_btn.png) center center no-repeat; border: none; outline: none; font-size: 0; }
/*头部 结束*/
@media (max-width:1880px) {
	.lyTopNav{ max-width:60%;}	
}
@media (max-width:1680px) {
.w1600 { width: 94%; }
.ly_top { padding: 0 2%; }
.lyTop_Wechat{padding: 0 0 0 50px;}
.lyTopPro_sec ul{ width:90%;}
.lyTopPro_sec ul li p a{font-size: 16px;}
.lyTop_nav .lyTopPro_sec{padding:40px;}
}
 @media (max-width:1600px) {
.lyTopPro_sec ul li .lyTopPro_tit{margin: 0 0 15px;}
.lyTopPro_sec ul li .lyTopPro_tit a{font-size: 18px;}
.lyTopPro_sec ul li .lyTopPro_tit img{width: 32px;margin: -2px 12px 0 0;}
.lyTopPro_sec ul li p{height: 40px;line-height:40px;}
.lyTopPro_sec ul li{ padding:0 25px;}
.lyTop_nav a.topNav_fir { font-size: 16px; }
}
 @media (max-width:1560px) {
	 .lyTop_nav .lyTopNav_box{ padding:0 15px;}
}
 @media (max-width:1440px) {
.lyTop_left .lyTop_logo {margin: 10px 0 7px 0;height: 78px;}
.lyTop_logo a{height: 78px;}
.ly_top .lyTop_right{ margin-left:10px;margin-top:26px;}
.lyTop_right .search_in{padding-left: 15px;}
.lyTop_nav .lyTopNav_box{margin: 28px 0 27px;}
.lyTopNav_sec a{ padding:0 15px;}
.lyTop_nav a.topNav_fir{font-size: 16px;}
.lyTopPro_sec ul{ width:90%;}
.lyTopPro_sec ul li .lyTopPro_tit{margin: 0 0 10px;}
.lyTopPro_sec ul li .lyTopPro_tit a{font-size: 18px;}
.lyTopPro_sec ul li .lyTopPro_tit img{width: 32px;margin: -2px 12px 0 0;}
.lyTopPro_sec ul li p{height: 38px;line-height: 38px;}
.lyTopPro_sec ul li p a{font-size: 16px;}
.lyTopPro_sec ul li{ padding:0 20px;}
}
 @media (max-width:1399px) {
.lyTop_left .lyTop_logo {margin: 8px 0 8px 0;height: 74px;}
.lyTop_logo a{height: 74px;}
.ly_top .lyTop_right{ margin-top:25px;}
.lyTop_nav .lyTopNav_box{margin: 25px 0; padding:0 10px;}
.lyTopNav_sec a{ padding:0 10px;}
.lyTop_nav .lyTopPro_sec{padding:30px;}
.lyTopPro_sec ul li .lyTopPro_tit{ margin:0 0 0 5px;}
.lyTopPro_sec ul li .lyTopPro_tit a{ font-size:16px;}
.lyTopPro_sec ul li .lyTopPro_tit img{ width:30px; margin: -2px 10px 0 0;}
.lyTopPro_sec ul li p{ height:35px; line-height:35px;}
.lyTopPro_sec ul li p a{ font-size:15px;}
.lyTopPro_sec ul li{ padding:0 20px;}
}
 @media (max-width:1200px) {
.lyTop_left .lyTop_logo { margin: 7px 0 8px; height:70px; }
.lyTop_logo a{ height:70px;}
.ly_top .lyTop_right{margin-top: 21px;}
.searchselect{}
.lyTop_right .search_in{}
.lyTop_nav .lyTopNav_box{ margin:22px 0;}
.lyTop_nav i{ display:none;}
.lyTop_nav .lyTopPro_sec{padding:30px;}
.lyTopPro_sec ul li .lyTopPro_tit{ margin:0;}
.lyTopPro_sec ul li .lyTopPro_tit a{ font-size:16px;}
.lyTopPro_sec ul li .lyTopPro_tit img{ width:28px;    margin: -2px 8px 0 0;}
.lyTopPro_sec ul li p{ height:32px; line-height:32px;}
.lyTopPro_sec ul li p a{ font-size:14px;}
.lyTopPro_sec ul li{ padding:0 20px;}
}
 @media (max-width:1150px) {
.lyTop_nav { display: none; }
.lyTop_left .lyTop_logo { margin: 7px 0 8px; height:70px; }
.lyTop_logo a{ height:70px;}
.ly_top .lyTop_right{ width:317px;margin-top: 21px;}
.searchselect{display: flex; display: -webkit-flex;}
.lyTop_Wechat{margin:29px 0;padding: 0 0 0 35px;}
.lyTop_Search{ margin:23px 0 0;}
.lyTopMenu_btn {display: block;width: 40px;height: 40px;margin: 18px 0;padding: 12px 0;background:#890505;border-radius: 50%;cursor: pointer;position:absolute;right:350px;top: 4px;}
.lyTopMenu_btn i {display: block;width: 22px;height: 2px;background-color: #fff;border-radius: 1px;margin: 0 auto;}
.lyTopMenu_btn i:nth-child(2) { margin: 5px auto; }
.lyTopMenu_btn.cur {padding: 12px 13px;}
.lyTopMenu_btn.cur i:nth-child(1) {transform: rotate(45deg);transform-origin: left top;margin-bottom: 6px;}
.lyTopMenu_btn.cur i:nth-child(2) { width: 0; }
.lyTopMenu_btn.cur i:nth-child(3) {transform: rotate(-45deg);transform-origin: left bottom;}
.lyTop_menu {display: none;width: 100%;height: calc(100% - 80px);background-color: #fff;overflow-y: auto;position: fixed;top: 85px;z-index: 98;}
.mb-nav { width: 100%; height: auto; background-color: #fff; border-bottom: 1px solid #e6e6e6; padding: 0 3%; }
.mb-nav.cur { background-color: #f9f9fa; }
.mb-nav .mb-nav-frs {display: block;width: 100%;height: 60px;line-height: 60px;color: #222;font-size: 16px;position: relative;}
.mb-nav.cur .mb-nav-frs {color: #890505;}
.mb-nav i {content: '';display: block;width: 14px;height: 14px;background: url("../images/arrow_right02.png") center center no-repeat;position: absolute;right: 0;transition: all 0.5s;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-o-transition: all 0.5s;}
.mb-nav.cur i::after { transform: translateY(-50%) rotate(-90deg); }
.mb-nav.noScd i::after { display: none; }
.mb-nav-scd { display: none; width: 100%; }
.mb-nav-scd a { display: block; width: 100%; height: 60px; overflow: hidden; line-height: 60px; padding: 0 20px; color: #555; font-size: 16px; border-top: 1px solid #e6e6e6; position: relative; }
.mb-nav-scd a:last-child { border-bottom: 0; }
.mb-nav-scd a:hover { color: #890505; }
.mb-nav-scd a::before { content: ''; display: block; width: 0; height: 0; margin: 24px 0 24px -32px; border-top: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 6px solid transparent; border-left: 6px solid #890505; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; float: left; }
.mb-nav-scd a:hover::before { margin: 24px 12px 24px 0; }
}
 @media (max-width:920px) {
.mb-nav i{ width:20px; height:20px;}
}
 @media (max-width:820px) {
.lyTop_left .lyTop_logo { margin: 5px 0; height:65px; }
.lyTop_logo a{ height:65px;}
.ly_top .lyTop_right{ margin-top:16px;}
.lyTop_Wechat{margin:24px 0;padding: 0 0 0 30px;}
.lyTop_Search{ margin:18px 0 0;}
.lyTopMenu_btn {margin: 13px 0;right:350px;top: 4px;}
.lyTop_menu {height: calc(100% - 70px);top: 75px;}
.mb-nav .mb-nav-frs {height: 60px;line-height: 60px;font-size: 16px;}
.mb-nav-scd a { height: 50px; line-height: 50px; font-size: 15px; }
.mb-nav-scd a::before { margin: 20px 0 20px -30px; border-top: 5px solid transparent; border-right: 5px solid transparent; border-bottom: 5px solid transparent; border-left: 5px solid #890505; }
.mb-nav-scd a:hover::before { margin: 20px 10px 20px 0; }
}
 @media (max-width:767px) {
.lyTop_left .lyTop_logo { margin: 5px 0; height:65px; }
.lyTop_logo a{ height:65px;}
.ly_top .lyTop_right{ width:100%;margin-top: 0;margin-bottom: 16px;}
.ly_top .lyTop_right{ margin-bottom:12px;}
.lyTop_right .search_in,.searchselect{ height:38px;}
.search_in input.serach{height:38px; line-height:38px;}
.search_in .sub{ height:38px;}
.lyTopMenu_btn { margin: 8px 0; top: 7px;right: 20px; }
.lyTop_menu { height: calc(100% - 60px); top: 123px; }
.lyTop_Wechat{ display:none;}
.mb-nav .mb-nav-frs {height: 50px;line-height: 50px;font-size: 15px;}
.mb-nav-scd a {height: 44px;line-height: 44px;font-size: 14px;color: #999;}
.mb-nav-scd a::before { margin: 18px 0 18px -28px; border-top: 4px solid transparent; border-right: 4px solid transparent; border-bottom: 4px solid transparent; border-left: 4px solid #890505; }
.mb-nav-scd a:hover::before { margin: 18px 6px 18px 0; }
}

.ly_title {margin-bottom: 40px; position: relative;}
.ly_title span {display: block;font-size: 50px;font-weight: bold;text-transform: uppercase; margin-bottom: -4px; color:#890505;}
.ly_title span svg {display: block;width: 100%;height: 64px;}
.ly_title p {line-height: 40px; color: #1a1a1a;font-size: 30px;}
.ly_title1 p {color: #fff;}
.ly_title p::after {content: '';display: inline-block;width: 40px;height: 2px;background:#890505;vertical-align: middle;margin: -2px 0 0 20px;}
.ly_title1 p::after {background-image: linear-gradient(to right, #fff, #fff);}
.ly_title .lyTit_btn {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
a.ly_more {display: block; width: 200px;height: 60px; line-height: 60px; color: #890505;font-size: 18px;text-align: center;border:1px solid #890505;}
a.ly_more i {
  display: inline-block;
  width: 20px;
  height: 8px;
  background: url(../images/jtIco2.png) center center no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
  margin: -2px 0 0 10px;
}
a.ly_more:hover i {margin: -2px 0 0 20px;}
/* ly_foot start */
.ly_foot {
  overflow: hidden;
  background-color: #f0f0f0;
  position: relative;
}

.ly_foot .lyFoot_main {
  margin: 0 auto;
  padding: 60px 0;
  border-bottom:1px solid #e6e6e6;
  position: relative;
  z-index: 1;
}

.lyFoot_main .lyFoot_left {
  float: left;
}

.lyFoot_left dl {
  padding-left: 120px;
  float: left;
}

.lyFoot_left dl:first-child {
  padding-left: 0;
}

.lyFoot_left dl dt {
  margin-bottom: 20px;
}

.lyFoot_left dl dt p {
  line-height: 30px;
  color: #222;
  font-size: 18px;
  margin-bottom: 10px;
}
.lyFoot_left dl dt i {
  display: block;
  width: 124px;
  height: 1px;
  background:#e6e6e6;
}
.lyFoot_left dl dt i::before {content: ''; display: block;width: 20px;height: 1px;background-color: #890505;}
.lyFoot_left dl dd a {display: block;overflow: hidden;height:36px;line-height:36px;color:#777;font-size: 16px;white-space: nowrap;text-overflow: ellipsis;}
.lyFoot_left dl dd:hover a { color: #890505;}
.lyFoot_main .lyFoot_right { float: right;}
.lyFoot_right .lyFoot_logo {
  height: 80px;
  overflow: hidden;
  text-align: right;
}

.lyFoot_logo a {
  display: inline-block;
  height: 80px;
  overflow: hidden;
}

.lyFoot_logo a img {
  display: inline-block;
  max-width: 100%;
  max-height: 100%;
}

.lyFoot_right .lyFoot_tel {
  margin-top: 40px;
}

.lyFoot_tel p { line-height: 40px;color: #222;font-family: Arial;font-size: 40px;font-weight: bold; text-align: right;}
.lyFoot_tel span {display: block;height: 28px;line-height: 26px;color:#777;text-align: right;margin-top: 10px; font-size:16px;}

.lyFoot_tel span i {
  display: inline-block;
  width: 28px;
  height: 28px;
  margin: 0 6px 0 0;
  vertical-align: top;
  border: 1px solid rgba(137, 5, 5, 0.25);
  border-radius: 50%;
}

.lyFoot_tel span i svg {
  display: block;
  width: 14px;
  height: 14px;
  margin: 6px auto;
}
.ly_foot .lyFoot_bottom {margin: 0 auto; padding: 40px 0;position: relative;z-index: 1;}
.lyFoot_contact { float: left;}
.lyFoot_contact ul { float: left;margin-right: 80px;}
.lyFoot_contact ul li {height: 40px;line-height: 40px; color:#777;font-size: 16px;}
.lyFoot_contact ul li svg { display: inline-block;width: 16px; height: 16px; margin: -2px 10px 0 0;vertical-align: middle;}
.lyFoot_contact .lyFoot_Wechat { margin: 13px 0; float: left;position: relative;}
.lyFoot_Wechat span {display: block;height: 54px;line-height: 54px;color: #890505;font-size: 16px;margin-right: 20px;float: left;}
.lyFoot_Wechat i { display: block;width: 54px;height: 54px;border: 1px solid rgba(137,5,5,.5);border-radius: 50%; float: left;}
.lyFoot_Wechat i svg {
  display: block;
  width: 26px;
  height: 26px;
  margin: 13px auto;
}

.lyFoot_Wechat .Wechat_img {
  width: 160px;
  height: 160px;
  background-color: #fff;
  position: absolute;
  right: -52px;
  bottom: 62px;
  transition: none;
  display: none;
}

.Wechat_img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.lyFoot_Wechat .Wechat_img::after {
  content: '';
  width: 0;
  height: 0;
  border-top: 7px solid #fff;
  border-right: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid transparent;
  position: absolute;
  left: 50%;
  bottom: -14px;
  margin-left: -7px;
}

.ly_links {
  margin: 10px 0;
  float: right;
  position: relative;
}

.ly_links p {
  width: 330px;
  height: 60px;
  overflow: hidden;
  line-height: 40px;
  color: #777;
  font-size: 16px;
  padding: 10px 20px;
  background-color: #fff;
  position: relative;
  cursor: pointer;
}

.ly_links p i {
  display: block;
  width: 0;
  height: 0;
  border-top: 6px solid #999;
  border-right: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid transparent;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -3px;
}

.ly_links.cur p i {
  border-top: 6px solid transparent;
  border-bottom: 6px solid #999;
  margin-top: -9px;
}

.lyLinks_list {
  width: 100%;
  overflow-y: scroll;
  background-color: #fff;
  border-bottom: 1px solid #890505;
  padding: 10px 20px;
  position: absolute;
  right: 0;
  bottom: 60px;
  transition: none;
  display: none;
}

.lyLinks_list a {
  display: block;
  width: 100%;
  height: 44px;
  overflow: hidden;
  line-height: 42px;
  color: #222;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  border-bottom: 1px solid #e6e6e6;
}

.lyLinks_list a:last-child {
  border-bottom: 1px solid #fff;
}

.lyLinks_list a::before {
  content: '';
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #890505;
  margin: 18px 0 18px -10px;
  float: left;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.lyLinks_list a:hover {
  color: #890505;
}

.lyLinks_list a:hover::before {
  margin: 18px 5px 18px 0;
}

.ly_foot .lyFoot_copy {
  padding: 20px 0;
  background-color: #890505;
  position: relative;
  z-index: 1;
}

.lyFoot_copy .lyFootCopy_main {
  margin: 0 auto;
}

.lyFootCopy_main p span {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 16px;
  vertical-align: top;
  padding: 0 10px;
}
.lyFootCopy_main p span:first-child {padding: 0 10px 0 0;}
.lyFootCopy_main p span:last-child {padding: 0 0 0 10px;}
.lyFootCopy_main p span a {color: rgba(255, 255, 255, 0.35);font-size: 16px;}
.lyFootCopy_main p span a:hover {color: #fff;}
/* ly_foot end */


/* ny_banner start */
.ny_banner {
  height: 620px;
  overflow: hidden;
  margin-top: 100px;
  position: relative;
}

.ny_banner img.nyBa_img {
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.ny_banner .nyBa_txt {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.nyBa_txt span {
  display: block;
  line-height: 50px;
  color: #fff;
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 10px;
}

.nyBa_txt p {
  line-height: 40px;
  color: #fff;
  font-size: 30px;
}

.nyBa_txt p i {
  display: inline-block;
  width: 40px;
  height: 2px;
  vertical-align: middle;
  margin: -2px 0 0 15px;
  background: #890505;
}

/* ny_banner end */


/* ny_head start */
.ny_head {
  margin-top: -81px;
  position: relative;
  z-index: 1;
}

.ny_head .nyHead_main {
  margin: 0 auto;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.ny_head1 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.ny_head1 .nyHead_main {
  border-top: 0;
}
.ny_location {max-width: 50%;color: #fff;overflow: hidden;white-space: nowrap;float: left;text-overflow: ellipsis;font-size: 18px;display: flex;
    display: -webkit-flex; align-items: center;}
.ny_location i {
  display: block;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 50%;
  margin: 24px 20px 24px 0;
  float: left;
}
.ny_location i svg {
  display: block;
  width: 18px;
  height: 18px;
  margin: 6px auto;
}

.ny_location a,
.ny_location span {line-height: 80px;color: #fff;font-size: 18px;}
.ny_location span {
  color: rgba(255, 255, 255, 0.25);
}
.ny_location span a{ padding:0;}

.ny_location1 span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ny_location em {
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  margin: 0 10px;
  background: url(../images/arrow_right01.png) center center no-repeat;
  background-size: 100% 100%;
}

.ny_menu {
  float: right;
}

.ny_menu ul li {
  display: inline-block;
  vertical-align: top;
  margin-left: 80px;
}

.ny_menu ul li:first-child {
  margin-left: 0;
}

.ny_menu ul li a {
  display: block;
  line-height: 40px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 18px;
  padding: 20px 0;
  position: relative;
}

.ny_menu ul li:hover a,
.ny_menu ul li.active a {
  color: #fff;
}

.ny_menu ul li a::after {
  content: '';
  display: block;
  width: 0;
  height: 4px;
  background:#890505;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.ny_menu ul li:hover a::after,
.ny_menu ul li.active a::after {width: 100%;}

/* ny_head end */


/* ny_title start */
.ny_title {
  margin-bottom: 50px;
}

.ny_title span {
  display: block;
  line-height: 50px;
  font-size: 50px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
}

.ny_title span svg {
  display: block;
  width: 100%;
  height: 64px;
  margin-bottom: -20px;
}

.ny_title span svg text {
  display: block;
  height: 50px;
  line-height: 50px;
}

.ny_title p {
  line-height: 40px;
  color: #222;
  font-size: 30px;
  text-align: center;
  margin: 10px auto 18px;
}

.ny_title i {
  display: block;
  width: 40px;
  height: 2px;
  margin: 0 auto;
  background:#890505;
}

.ny_title1 span {
  color: #fff;
}

.ny_title1 p {
  color: #fff;
}

/* ny_title end */


/* ny_page start */
.ny_page {
  margin: 0 auto;
  text-align: center;
}

.ny_page a {
  display: inline-block;
  width: 44px;
  height: 44px;
  vertical-align: top;
  margin: 0 4px;
  background-color: #f8f7fb;
}
.ny_page2 a{background-color: #fff;}

.ny_page a:hover {
  background-color: inherit;
  background:#890505;
}

.ny_page a.upPage i,
.ny_page a.downPage i {
  display: block;
  width: 100%;
  height: 100%;
}

.ny_page a.upPage i {
  background: url(../images/arrow_left02.png) center center no-repeat;
  background-size: 14px 14px;
}

.ny_page a.downPage i {
  background: url(../images/arrow_right02.png) center center no-repeat;
  background-size: 14px 14px;
}

.ny_page a.upPage:hover i {
  background: url(../images/arrow_left01.png) center center no-repeat;
  background-size: 14px 14px;
}

.ny_page a.downPage:hover i {
  background: url(../images/arrow_right01.png) center center no-repeat;
  background-size: 14px 14px;
}

.ny_page a.pnnum,
.ny_page a.pnnum1 {
  line-height: 44px;
  color: #555;
  font-size: 18px;
  text-align: center;
}

.ny_page a.pnnum:hover,
.ny_page a.pnnum1 {
  color: #fff;
  background:#890505;
}

/* ny_page end */


/* nyPrevNext start */
.nyPrevNext {
  background-color: #fff;
}

.nyPrevNext ul {
  margin: 0 auto;
}

.nyPrevNext ul li {
  padding: 50px 0 50px 132px;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
}

.nyPrevNext ul li:last-child {
  border-bottom: 0;
}

.nyPrevNext ul li i {
  display: block;
  width: 44px !important;
  height: 44px !important;
  position: absolute;
  top: 50% !important;
  left: 44px !important;
  margin: -22px 0 0;
  border-radius: 50%;
  background-color: rgba(151, 151, 151, 0.2);
  background-image: none;
}


.nyPrevNext ul li:hover i {
  background:#890505;
  background-size: 100% 100%;
}

.nyPrevNext ul li i::after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  margin: 12px auto;
}

.nyPrevNext ul li i.prev_ico::after {
  background: url(../images/arrow_left01.png) center center no-repeat;
  background-size: 20px 20px;
}

.nyPrevNext ul li i.next_ico::after {
  background: url(../images/arrow_right01.png) center center no-repeat;
  background-size: 20px 20px;
}

.nyPrevNext ul li span {
  display: block;
  line-height: 32px;
  color: #777;
  font-size: 24px;
  margin-bottom: 12px;
}

.nyPrevNext ul li p {
  overflow: hidden;
  height: 40px;
  line-height: 38px;
  color: #222;
  font-size: 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.nyPrevNext ul li p a {
  height: 40px;
  line-height: 40px;
  color: #222;
  font-size: 24px;
}

.nyPrevNext ul li:hover p a { color:#890505;}

/* nyPrevNext end */


@media (max-width:1680px) {
  .w1600 { width: 94%;}
  .ly_title span {
    line-height: 48px;
    font-size: 48px;
  }

  .ly_title span svg {
    height: 60px;
  }

  .ly_title p {
    line-height: 36px;
    font-size: 28px;
  }

  a.ly_more {
    width: 160px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }

  .ny_banner {
    height: 544px;
  }

  .nyBa_txt span {
    line-height: 48px;
    font-size: 48px;
  }

  .nyBa_txt p {
    line-height: 32px;
    font-size: 26px;
  }

  .ny_title {
    margin-bottom: 40px;
  }

  .ny_title span {
    line-height: 48px;
    font-size: 48px;
  }

  .ny_title p {
    line-height: 36px;
    font-size: 28px;
  }

  .nyPrevNext ul li {
    padding: 40px 0 40px 104px;
  }

  .nyPrevNext ul li i {
    left: 30px !important;
  }

  .nyPrevNext ul li span,
  .nyPrevNext ul li p a {
    font-size: 22px;
  }
}

@media (max-width:1600px) {
  a.ly_more {
    width: 160px;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
  }

  .ly_title span {
    line-height: 40px;
    font-size: 44px;
  }

  .ly_title p {
    line-height: 36px;
    font-size: 26px;
  }

  .ly_foot .lyFoot_main {
    padding: 50px 0;
  }

  .lyFoot_left dl {
    padding-left: 110px;
  }

  .lyFoot_left dl dt p {
    font-size: 18px;
  }

  .lyFoot_left dl dd a {
    height: 30px;
    line-height: 30px;
    font-size: 15px;
  }

  .lyFoot_contact .lyFoot_Wechat {
    margin: 15px 0;
  }

  .lyFoot_Wechat span {
    height: 50px;
    line-height: 50px;
    font-size: 15px;
  }

  .lyFoot_Wechat i {
    width: 50px;
    height: 50px;
  }

  .lyFoot_Wechat i svg {
    display: block;
    width: 24px;
    height: 24px;
    margin: 12px auto;
  }

  .lyFoot_Wechat .Wechat_img {
    right: -54px;
    bottom: 60px;
  }

  .ly_links {
    margin: 15px 0;
  }

  .ly_links p {
    width: 300px;
    height: 50px;
    line-height: 30px;
    font-size: 15px;
  }

  .lyLinks_list {
    bottom: 50px;
  }

  .lyFoot_contact ul li,
  .lyFootCopy_main p span,
  .lyFootCopy_main p span a {font-size: 15px;}
  .ly_foot .lyFoot_bottom { padding: 30px 0;}
  .ly_foot .lyFoot_copy { padding: 10px 0; }
  .ny_banner { height: 520px;}
  .nyBa_txt span {line-height: 44px;font-size: 44px;}
  .nyBa_txt p {line-height: 30px; font-size: 24px;}
  .ny_location a,
  .ny_location span { font-size: 16px;}
  .ny_location i svg { width: 16px; height: 16px; margin: 7px auto;}
  .ny_menu ul li { margin-left: 60px;}
  .ny_menu ul li:first-child { margin-left: 0; }
  .ny_menu ul li a { font-size: 16px;}
  .ny_title span {
    line-height: 44px;
    font-size: 44px;
  }

  .nyProshowPart2_main .ny_title span svg,
  .nyProshowPart4_main .ny_title span svg {
    padding-left: 1%;
  }

  .nyCont_part1 .ny_title span svg,
  .nyCont_part3 .ny_title span svg {
    padding-left: 1%;
  }

  .ny_title p {
    line-height: 30px;
    font-size: 24px;
  }

  .ny_page a.pnnum,
  .ny_page a.pnnum1 {
    font-size: 16px;
  }

  .nyPrevNext ul li span,
  .nyPrevNext ul li p a {
    font-size: 20px;
    margin-bottom: 0;
  }

}

@media (max-width:1560px) {
  .lyFoot_left dl {padding-left: 100px;}
  .ny_banner { height: 504px;}
}

@media (max-width:1440px) {
  .ly_title span {line-height: 40px; font-size: 40px;}
  .ly_title span svg {height: 54px;}
  .ly_title p {line-height: 30px;font-size: 24px;margin-top: 10px;}
  .lyFoot_left dl { padding-left: 80px;}
  .ny_banner { height: 465px;margin-top: 95px;}
  .nyBa_txt span {line-height: 40px;font-size: 40px;}
  .nyBa_txt p {line-height: 30px;font-size: 24px;}
  .ny_head { margin-top: -61px;}
  .ny_location { font-size:15px;}
  .ny_location i { margin: 14px 20px 14px 0;}
  .ny_location a,.ny_location span {font-size: 15px; line-height:60px;}
  .ny_location1 span { width: 40%;}
  .ny_menu ul li { margin-left: 40px;}
  .ny_menu ul li a { font-size: 15px;padding: 10px 0;}
  .ny_title span {line-height: 40px; font-size: 40px;}
  .nyAboutPart4_main .ny_title span svg {padding-left: 1%;}
  .ny_title p { line-height: 30px;font-size: 24px;}
  .nyPrevNext ul li {padding: 30px 0 30px 104px;}
  .nyPrevNext ul li span,.nyPrevNext ul li p a,.nyPrevNext ul li p{ font-size: 18px;}
}
@media (max-width:1399px) {.ny_banner {margin-top: 90px;}}
@media (max-width:1366px) {
  .nyAboutPart4_main .ny_title span svg { padding-left: 0;}
  a.ly_more {width: 148px; height: 44px; line-height: 44px; font-size: 14px; }
  .ly_foot .lyFoot_main {
    padding: 40px 0;
  }
  .lyFoot_left dl dd a {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
  .lyFoot_left dl {
    padding-left: 70px;
  }
  .lyFoot_tel p {
    font-size: 36px;
  }
  .lyFoot_contact ul li,
  .lyFootCopy_main p span,
  .lyFootCopy_main p span a {
    font-size: 14px;
  }
  .lyFoot_Wechat span {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
  .lyFoot_right .lyFoot_logo{ height:50px;}
  .lyFoot_logo a{ height:50px;}
  .ly_foot .lyFoot_bottom {
    padding: 20px 0;
  }
  .ny_banner {
    height: 442px;
  }
  .ny_page a {
    width: 40px;
    height: 40px;
    margin: 0 2px;
  }
  .ny_page a.pnnum,
  .ny_page a.pnnum1 {
    line-height: 40px;
  }
  .nyPrevNext ul li i {
    width: 40px !important;
    height: 40px !important;
  }
  .nyPrevNext ul li i::after {
    width: 20px;
    height: 20px;
    margin: 10px auto;
  }
  .nyPrevNext ul li {
    padding: 30px 0 30px 100px;
  }
}

@media (max-width:1280px) {
  .ly_title span {
    line-height: 40px;
    font-size: 36px;
  }

  .ly_title p {
    line-height: 30px;
    font-size: 22px;
  }

  .ly_foot::before,
  .ly_foot::after {
    content: '';
    width: 440px;
    height: 440px;
  }

  .lyFoot_left dl {
    padding-left: 60px;
  }

  .ny_banner {
    height: 415px;
  }

  .nyBa_txt span {
    line-height: 40px;
    font-size: 36px;
  }

  .nyBa_txt p {
    line-height: 30px;
    font-size: 22px;
  }

  .ny_title span {
    line-height: 40px;
    font-size: 36px;
  }

  .nyAboutPart4_main .ny_title span svg {
    padding-left: 0.4%;
  }

  .nyProshowPart2_main .ny_title span svg,
  .nyProshowPart4_main .ny_title span svg {
    padding-left: 0;
    padding-right: 0;
  }

  .ny_title p {
    line-height: 30px;
    font-size: 22px;
  }

}

@media (max-width:1200px) {
  .ly_foot::before,
  .ly_foot::after {content: '';width: 420px; height: 420px;}
  .lyFoot_left dl dt i {width: 108px;}
  .ly_links p {width: 240px;}
  .ny_banner {height: 388px;margin-top: 85px;}
  .nyAboutPart4_main .ny_title span svg {padding-left: 0; }
  .nyProshowPart2_main .ny_title span svg,
  .nyProshowPart4_main .ny_title span svg { padding-left: 0; padding-right: 2%;}
  .nyCont_part1 .ny_title span svg,
  .nyCont_part3 .ny_title span svg { padding-left: 0;}
}

@media (max-width:1080px) {
  .ly_title { margin-bottom: 30px;}
  .ly_title span {line-height: 34px; font-size: 32px; }
  .ly_title span svg { height: 48px;}
  .ly_title p {
    line-height: 26px;
    font-size: 22px;
  }

  .ly_foot::before,
  .ly_foot::after {
    content: '';
    width: 400px;
    height: 400px;
  }
  .lyFoot_left dl {padding-left:40px;}
  .lyFoot_left dl dt p {font-size: 16px;}
  .lyFoot_left dl dt i { width: 100px;}
  .lyFoot_right .lyFoot_tel {margin-top: 30px;}
  .lyFoot_tel p {font-size: 30px;}
  .ny_banner {height: 350px;}
  .nyBa_txt span {line-height: 34px; font-size: 32px;}
  .nyBa_txt p {line-height: 26px;font-size: 22px;}
  .ny_title { margin-bottom: 30px;}
  .ny_title span {line-height: 34px;font-size: 32px;}
  .ny_title span svg {display: block; width: 100%; height: 48px; margin-bottom: -10px;}
  .nyProshowPart2_main .ny_title span svg,
  .nyProshowPart4_main .ny_title span svg { padding-right: 1.5%;}
  .ny_title p {line-height: 26px;font-size: 22px; margin: 6px auto 14px;}
  .ny_location1 span {width: 30%;}
}

@media (max-width:1150px) {
  .mb-nav {
    width: 100%;
    height: auto;
    background-color: #fff;
    border-bottom: 1px solid #e6e6e6;
    padding: 0 3%;position: relative;
  }
  .mb-nav.cur {
    background-color: #f9f9fa;
  }

  .mb-nav .mb-nav-frs {
    display: block;
    width: 80%;
    height: 80px;
    line-height: 80px;
    color: #222;
    font-size: 22px;
    position: relative;
  }

  .mb-nav.cur .mb-nav-frs {
    color: #890505;
  }

  .mb-nav i {
    display: block;
    width: 50px;
    height:50px;
    background: url("../images/arrow_right02.png") center center no-repeat;
    position: absolute;
    right:2%; top:15px; z-index:22;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
  }

  .mb-nav.cur i{
    transform:rotate(90deg);
  }

  .mb-nav.noScd .mb-nav-frs::after {
    display: none;
  }

  .mb-nav-scd {
    display: none;
    width: 100%;
  }

  .mb-nav-scd a {
    display: block;
    width: 100%;
    height: 60px;
    overflow: hidden;
    line-height: 60px;
    padding: 0 20px;
    color: #555;
    font-size: 16px;
    border-top: 1px solid #e6e6e6;
    position: relative;
  }

  .mb-nav-scd a:last-child {
    border-bottom: 0;
  }

  .mb-nav-scd a:hover {
    color: #890505;
  }

  .mb-nav-scd a::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    margin: 24px 0 24px -32px;
    border-top: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #890505;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    float: left;
  }

  .mb-nav-scd a:hover::before {
    margin: 24px 12px 24px 0;
  }

  .ly_title span {
    line-height: 32px;
    font-size: 30px;
  }

  .ly_title span svg {
    height: 45px;
  }

  .ly_title p {
    line-height: 24px;
    font-size: 20px;
  }

  .lyFoot_left dl {
    padding-left: 40px;
  }

  .ny_banner {
    height: 332px;
  }

  .nyBa_txt span {
    line-height: 32px;
    font-size: 30px;
  }

  .nyBa_txt p {
    line-height: 24px;
    font-size: 20px;
  }

  .ny_title span {
    line-height: 32px;
    font-size: 30px;
    margin-bottom: 8px;
  }

  .ny_title span svg {
    height: 40px;
  }

  .nyProshowPart2_main .ny_title span svg,
  .nyProshowPart4_main .ny_title span svg {
    padding-right: 1%;
  }

  .ny_title p {
    line-height: 24px;
    font-size: 20px;
  }

  .ny_page a.pnnum,
  .ny_page a.pnnum1 {
    font-size: 14px;
  }

  .nyPrevNext ul li {
    padding: 20px 0 20px 80px;
  }

  .nyPrevNext ul li i {
    left: 20px !important;
  }

  .nyPrevNext ul li span,
  .nyPrevNext ul li p a {
    font-size: 16px;
  }

  .nyPrevNext ul li span {
    line-height: 30px;
  }

  .nyPrevNext ul li p {
    height: 32px;
    line-height: 30px;
  }

  .ny_location1 span {
    width: 20%;
  }
}

@media (max-width:920px) {

  .ly_foot::before,
  .ly_foot::after {
    content: '';
    width: 300px;
    height: 300px;
  }

  .ly_foot .lyFoot_main {
    padding: 30px 0;
  }

  .lyFoot_main .lyFoot_left {
    display: none;
  }

  .lyFoot_main .lyFoot_right {
    float: none;
  }

  .lyFoot_right .lyFoot_logo {
    float: left;
    text-align: left;
  }

  .lyFoot_right .lyFoot_tel {
    margin-top: 0;
  }

  .lyFoot_contact {
    float: none;
  }

  .lyFoot_contact .lyFoot_Wechat {
    float: right;
  }

  .lyFoot_Wechat .Wechat_img {
    width: 140px;
    height: 140px;
    right: 0;
    bottom: 60px;
  }

  .lyFoot_Wechat .Wechat_img::after {
    left: inherit;
    right: 20px;
    margin-left: 0;
  }

  .ly_links {
    display: none;
  }

  .lyFootCopy_main p {
    text-align: center;
    float: none !important;
    margin: 5px auto;
  }

  .lyFootCopy_main p span,
  .lyFootCopy_main p span a {
    height: auto;
    line-height: 24px;
  }

  .ny_banner {
    height: 300px;
  }

  .ny_menu ul li {
    margin-left: 20px;
  }

  .ny_location span {
    width: 20%;
  }

  .nyAboutPart4_main .ny_title span svg {
    padding-right: 3%;
    padding-left: 0;
  }

  .nyProshowPart2_main .ny_title span svg,
  .nyProshowPart4_main .ny_title span svg {
    padding-right: 7%;
  }

  .nyCont_part1 .ny_title span svg,
  .nyCont_part3 .ny_title span svg {
    padding-left: 0;
    padding-right: 3%;
  }
}

@media (max-width:820px) {
  .mb-nav .mb-nav-frs {
    height: 70px;
    line-height: 70px;
    font-size: 18px;
  }
  .mb-nav i{ top:10px;}
  .mb-nav-scd a {
    height: 50px;
    line-height: 50px;
    font-size: 15px;
  }

  .mb-nav-scd a::before {
    margin: 20px 0 20px -30px;
    border-top: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #890505;
  }

  .mb-nav-scd a:hover::before {
    margin: 20px 10px 20px 0;
  }

  .ly_title {
    margin-bottom: 20px;
  }

  .ly_title span {
    line-height: 30px;
    font-size: 28px;
  }

  .ly_title span svg {
    height: 42px;
  }

  .ly_title p {
    line-height: 22px;
    font-size: 18px;
  }

  a.ly_more {
    width: 128px;
  }

  .ny_banner {
    height: 265px;
    margin-top: 70px;
  }

  .nyBa_txt span {
    line-height: 30px;
    font-size: 28px;
  }

  .nyBa_txt p {
    line-height: 22px;
    font-size: 18px;
  }

  .ny_title {
    margin-bottom: 20px;
  }

  .ny_title span {
    line-height: 30px;
    font-size: 28px;
    margin-bottom: 8px;
  }

  .nyAboutPart4_main .ny_title span svg {
    padding-right: 5%;
    padding-left: 0;
  }

  .nyProshowPart2_main .ny_title span svg,
  .nyProshowPart4_main .ny_title span svg {
    padding-right: 8%;
  }

  .nyCont_part1 .ny_title span svg,
  .nyCont_part3 .ny_title span svg {
    padding-left: 0;
    padding-right: 5%;
  }

  .ny_title p {
    line-height: 22px;
    font-size: 18px;
  }

  .ny_head {
    margin-top: -51px;
  }

  .ny_location i {
    margin: 9px 20px 9px 0;
  }

  .ny_location a,
  .ny_location span {
    line-height: 30px;
    font-size: 14px;
  }

  .ny_location1 span {
    width: 15%;
  }

  .ny_menu ul li {
    margin-left: 20px;
  }

  .ny_menu ul li a {
    line-height: 30px;
    font-size: 14px;
  }
}

@media (max-width:767px) {
  .mb-nav .mb-nav-frs {
    height: 60px;
    line-height: 60px;
    font-size: 16px;
  }
  .mb-nav i{ top:5px;background-size: 15px 15px;}
  .mb-nav-scd a {
    height: 44px;
    line-height: 44px;
    font-size: 14px;
  }

  .mb-nav-scd a::before {
    margin: 18px 0 18px -28px;
    border-top: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid #890505;
  }

  .mb-nav-scd a:hover::before {
    margin: 18px 6px 18px 0;
  }


  .ly_title span {
    line-height: 26px;
    font-size: 24px;
  }

  .ly_title p {
    line-height: 20px;
    font-size: 16px; margin-top:5px;
  }

  .ly_title p::after {
    margin: -2px 0 0 10px;
  }

  a.ly_more {
    width: 118px;
  }

  .ly_foot .lyFoot_main {
    padding: 20px 0;
  }

  .lyFoot_tel p {
    font-size: 32px;
  }

  .lyFoot_tel span {
    margin-top: 4px;
  }

  .ly_foot .lyFoot_bottom {
    padding: 10px 0;
  }

  .lyFoot_contact ul {
    margin: 0;
  }

  .lyFoot_contact ul li {
    height: auto;
    min-height: 24px;
    line-height: 24px;
    padding: 8px 0;
  }

  .lyFoot_contact .lyFoot_Wechat {display: none;}
  .ny_banner { height: 200px;margin-top: 125px;}
  .nyBa_txt span {
    line-height: 26px;
    font-size: 24px;
    margin-bottom: 8px;
  }

  .nyBa_txt p {
    line-height: 20px;
    font-size: 16px;
  }

  .ny_title span {
    line-height: 26px;
    font-size: 24px;
    margin-bottom: 4px;
  }

  .nyAboutPart4_main .ny_title span svg {
    padding-right: 0;
    padding-left: 0;
    margin-left: -11%;
  }

  .nyProshowPart2_main .ny_title span svg {
    width: 140%;
    margin-left: -30%;
  }

  .nyProshowPart4_main .ny_title span svg {
    width: 140%;
    margin-left: -30%;
  }

  .nyCont_part1 .ny_title span svg {
    width: 140%;
    padding-left: 0;
    padding-right: 0;
    margin-left: -32%;
  }

  .nyCont_part3 .ny_title span svg {
    width: 140%;
    padding-left: 0;
    padding-right: 0;
    margin-left: -29%;
  }

  .ny_title p {
    line-height: 20px;
    font-size: 16px;
  }

  .ny_title p::after {
    margin: -2px 0 0 10px;
  }

  .ny_head {
    margin-top: 0;
    border-bottom: 1px solid #e6e6e6;
  }

  .ny_head1 {
    background-color: #000;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .ny_head .nyHead_main {border: 0;}
  .ny_location {width: 100%;max-width: 100%; overflow: hidden; border-bottom: 1px solid #f0f0f0;display:flex; display: -webkit-flex;align-items:center;}

  .ny_head1 .ny_location {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .ny_location i {
    width: 24px;
    height: 24px;
    border: 1px solid #e6e6e6;
    margin: 13px 10px 13px 0;
  }

  .ny_head1 .ny_location i {
    border: 1px solid rgba(255, 255, 255, 0.2);
  }

  .ny_location i svg {
    width: 14px;
    height: 14px;
    margin: 4px auto;
  }
  .ny_location i svg path { fill: #aaa;}
  .ny_head1 .ny_location i svg path {fill: rgba(255, 255, 255, 0.65);}
  .ny_location a,
  .ny_location span {line-height: 30px; color: #555;font-size: 14px;}
  .ny_location span { color: #999;width: 55%;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;display: block;}
  .ny_location a:hover {color: #890505;}
  .ny_head1 .ny_location a,
  .ny_head1 .ny_location span {color: #fff;}
  .ny_head1 .ny_location span { color: rgba(255, 255, 255, 0.5); }
  .ny_head1 .ny_location a:hover {color: #fff;}
  .ny_location em {
    margin: 0 4px;
    background: url(../images/arrow_right02.png) center center no-repeat;
    background-size:70%;
  }
  .ny_head1 .ny_location em {
    background: url(../images/arrow_right01.png) center center no-repeat;
    background-size: 100% 100%;
  }
  .ny_menu { width: 100%;}
  .ny_menu ul li {display: block; width: 25%;text-align: center; margin: 0;float: left;}
  .ny_head1 .ny_menu ul li { width: 20%;}
  .ny_menu ul li a {line-height: 30px;color: #555;font-size: 14px;}
  .ny_menu ul li:hover a,
  .ny_menu ul li.active a {color: #890505;}
  .ny_head1 .ny_menu ul li a {color: #fff;}
  .ny_head1 .ny_menu ul li:hover a,
  .ny_head1 .ny_menu ul li.active a { color: #fff;}
  .ny_menu ul li a::after {height: 2px;}
  .ny_page a.pnnum,
  .ny_page a.pnnum1 {
    display: none;
  }

  .nyPrevNext ul li { padding: 20px 0 20px 52px;}
  .nyPrevNext ul li i {left: 0 !important;}
}

@media (max-width:650px) {
  .ny_location1 span {width: 45%;}
}
@media (max-width:500px) {
	.ny_banner {height: 190px;}
	.lyFoot_right .lyFoot_logo { display:none;}
	.lyFoot_tel p{ text-align:left;}
	.lyFoot_tel span{ text-align:left;}
  .ny_location1 span { width: 40%;}
}

@media (max-width:450px) {
  .ny_location1 span { width: 26%;}
}
@media (max-width:390px) {
  .ny_banner {height: 170px;}
  .ly_title span{ font-size:20px;}
  .ny_location1 span {width: 25%; }
  .nyAboutPart4_main .ny_title span svg { margin-left: -13%;}
  .nyProshowPart2_main .ny_title span svg {
    width: 140%;
    margin-left: -32%;
  }
  .nyProshowPart4_main .ny_title span svg {width: 140%;margin-left: -32%;}
}
@media (max-width:320px) {
  .lyFoot_tel p { font-size: 30px;}
  .ny_location1 span { width: 10%;}
  .ny_banner {height: 160px;}
  .nyAboutPart4_main .ny_title span svg {
    margin-left: -19%;
  }
  .nyProshowPart2_main .ny_title span svg {
    width: 140%;
    margin-left: -40%;
  }

  .nyProshowPart4_main .ny_title span svg {
    width: 140%;
    margin-left: -38%;
  }

  .nyCont_part1 .ny_title span svg {
    margin-left: -42%;
  }

  .nyCont_part3 .ny_title span svg {
    margin-left: -38%;
  }
}

/*产品目录*/
.cp_type .hd {overflow: hidden; padding: 35px 40px;background: #890505; background-size: 110px 128px;position: relative; display:none;}
.cp_type .hd icon { display: block;width: 30px;height: 24px; overflow: hidden;padding: 4px; background-color: #ff260f; 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: #fff;}
.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;border-radius: 0 0 8px 8px;}
.cp_type .bd ul li{background-color: #fff; margin-bottom:18px;}
.cp_type .bd ul li:last-child{ margin-bottom:0;}
.cp_type .bd ul li p {width: calc(100% - 40px);margin: 0 auto; padding: 10px 32px 10px 0;position: relative;}
.cp_type .bd ul li p a {display: block; width: 100%; height: 40px; overflow: hidden; line-height: 40px; color: #222; font-size: 18px;
 white-space: nowrap; text-overflow: ellipsis;padding-left:35px; position: relative;}
.cp_type .bd ul li p a i {display: block;width: 28px; height: 28px; overflow: hidden; position: absolute; left: 0;top: 6px;}
.cp_type .bd ul li p a i img { display: block; width: 28px;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 div {display: none;background-color: #f0f0f0; padding:25px 0; transition: all 0s;}
.cp_type .bd ul li div a { display: block; height: 46px;overflow: hidden; line-height: 46px;color: #555;font-size:16px;white-space: nowrap;text-overflow: ellipsis; padding: 0 40px 0 63px; position:relative;}
.cp_type .bd ul li div a:before{ content:''; display:block; width:4px; height:4px; border-radius:50%; background:#bbb; position:absolute; left:50px; top:50%; transform:translateY(-50%);}
.cp_type .bd ul li:hover p a i img,.cp_type .bd ul li.active p a i img{ margin-top:-28px;}
.cp_type .bd ul li:hover,.cp_type .bd ul li.active{ background:#890505;}
.cp_type .bd ul li:hover p a,.cp_type .bd ul li.active p a{ color:#fff;}
.cp_type .bd ul li div a:hover{ color:#890505;text-decoration: underline solid #890505 1px;text-underline-offset: 2px; }
.cp_type .bd ul li div a:hover:before{background:#890505;}
.cp_type .bd ul li:hover p em svg path {fill: #fff;}
.cp_type .bd ul li.active p em svg path {fill: #fff;}
@media (max-width:1680px) {
  .cp_type .hd { padding: 30px 40px;}
}
@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;}
}
@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 0 40px;}
  .cp_type .bd ul li div a:before{ left:25px;}
}
@media (max-width:1080px) {
  .cp_type .hd{ display: block;}
  .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 { display: none; transition: all 0s ease;}
}
@media (max-width:767px) {
  .cp_type .hd {padding: 15px 30px;}
  .cp_type .hd p {font-size: 20px;}
}
