* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

html,
body {
  min-width: 1400px;
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

input,
button,
textarea,
option {
  font-size: 14px;
  font-family: Arial, RobotoRegular, Helvetica, \5FAE\8F6F\96C5\9ED1, sans-serif;
}

ul,
li,
div {
  list-style: none;
  border: 0
}

img {
  border: 0;
}

.clear {
  font: 0/0px serif;
  display: block;
  clear: both
}

html {
  -webkit-text-size-adjust: none
}

input {
  outline: 0
}

textarea {
  resize: none
}

a {
  text-decoration: none
}

a:hover {
  text-decoration: none
}

body:nth-of-type(1) input:focus,
textarea:focus {
  outline: 0
}

body {
  color: #333;
  font: 14px/1 Arial, RobotoRegular, Helvetica, \5FAE\8F6F\96C5\9ED1, sans-serif;
}

svg {
  fill: currentColor
}

/* 使用webkit内核的浏览器 */
input::-webkit-input-placeholder {

  color: #c7c7c7;
}

/* Firefox版本4-18 */
input:-moz-placeholder {
  color: #c7c7c7;
}

/* Firefox版本19+ */
input::-moz-placeholder {
  color: #c7c7c7;
}

/* IE浏览器 */
input:-ms-input-placeholder {
  color: #c7c7c7;
}

@font-face {
  font-family: "Helvetica";
  src: url('../fonts/Helvetica.ttf');
}

@font-face {
  font-family: "RobotoRegular";
  src: url("../fonts/RobotoRegular.ttf");
}

.w1400 {
  width: 1400px;
}

/*lyHeader start*/
.lyHeader {
  width: 100%;
  height: 36px;
  margin: 0 auto;
  padding: 0;
  background-color: #f3f7fc;
}

.lyHeader .lyHeader_main {
  height: 36px;
  margin: 0 auto;
  padding: 0;
}

.lyHeader_main>p {
  display: block;
  width: auto;
  height: 36px;
  line-height: 36px;
  color: #333;
  font-size: 14px;
  margin: 0 20px 0 0;
  padding: 0;
  float: left;
}

.lyHeader_main .lyHeader_help {
  padding: 0 20px;
  position: relative;
  float: left;
}

.lyHeader_help::before {
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  margin: -7px 0 0;
  background-color: #ddd;
  position: absolute;
  left: 0;
  top: 50%;
}

.lyHeader_help span {
  display: inline-block;
  height: 36px;
  line-height: 36px;
  color: #333;
  font-size: 14px;
  margin: 0 5px;
}

.lyHeader_help i.fa-question-circle-o {
  color: #333;
  font-size: 14px;
}

.lyHeader_help i.fa-angle-down {
  color: #aaa;
  font-size: 12px;
}

.lyHeader_help:hover i.fa-angle-down {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg)
}

.lyHeader_help ul.helpDown {
  display: none;
  width: 100px;
  height: auto;
  overflow: hidden;
  margin: 0 0 0 -50px;
  position: absolute;
  left: 50%;
  top: 100%;
  z-index: 99;
}

.lyHeader_help:hover ul.helpDown {
  display: block;
  border-top: 1px solid #ddd;
}

.lyHeader_help ul.helpDown li a {
  display: block;
  width: 100%;
  height: 30px;
  overflow: hidden;
  line-height: 30px;
  color: #333;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ddd;
  border-top: 0;
  margin: 0 auto;
  padding: 0 10px;
}

.lyHeader_help ul.helpDown li a:hover {
  color: #fff;
  background-color: #f08200;
  border: 1px solid #f08200;
  border-top: 0;
}

.lyHeader_main .lyHeader_right {
  float: right;
}

.lyHeader_right a {
  display: block;
  height: 36px;
  line-height: 36px;
  color: #333;
  font-size: 14px;
  padding: 0 20px 0 0;
  float: right;
  position: relative;
}

.lyHeader_right a.lyHeader_msg {
  padding: 0 0 0 20px;
}

.lyHeader_right a.lyHeader_msg::before {
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  margin: -7px 0 0;
  background-color: #ddd;
  position: absolute;
  left: 0;
  top: 50%;
}

.lyHeader_right a i.fa-bell {
  color: #333;
  font-size: 14px;
  margin: 0 5px 0 0;
}

.lyHeader_right a:hover,
.lyHeader_right a:hover i.fa-bell {
  color: #f08200;
}

/*lyHeader end*/

/*lyTop start*/
.lyTop {
  width: 100%;
  height: auto;
  padding: 32px 0;
}

.lyTop .lyTop_main {
  height: 50px;
  margin: 0 auto;
}

.lyTop_main .lyTop_logo {
  float: left;
  height: 50px;
  margin: 0 100px 0 0;
}

.ly_Logo a {
  display: table-cell;
  vertical-align: middle;
  height: 50px;
  overflow: hidden;
}

.ly_Logo a img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}

.lyTop_main .lyTop_search {
  width: 640px;
  height: 44px;
  margin: 3px 0;
  border: 1px solid #333;
  float: left;
}

.lyTop_search .topSearch_select {
  width: 110px;
  height: 42px;
  padding: 3px 0;
  float: left;
  position: relative;
}

.topSearch_select::after {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  margin: -8px 0 0;
  background-color: #333;
  position: absolute;
  right: 0;
  top: 50%;
}

.select {
  width: 100%;
  height: 36px;
  cursor: pointer;
  position: relative;
  z-index: 9;
}

.select .select_text {
  padding: 0 25px 0 15px;
  height: 36px;
  line-height: 36px;
  color: #333;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.select_ul {
  display: none;
  width: 100%;
  border: 1px solid #f08200;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 39px;
  left: -1px;
  -webkit-transition: all .0s ease;
  -moz-transition: all .0s ease;
  -ms-transition: all .0s ease;
  -o-transition: all .0s ease;
  transition: all .0s ease;
}

.select_ul li {
  line-height: 36px;
  color: #333;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-color: #fff;
  padding: 0 15px;
}

.select_ul li:hover {
  color: #fff;
  background: #f08200;
}

.select_ul li.cur {
  color: #fff;
  background: #f08200;
}

.topSearch_select i {
  color: #333;
  font-size: 14px;
  position: absolute;
  right: 15px;
  top: 50%;
  margin: -7px 0 0;
}

.lyTop_search .topSearch_form {
  width: calc(100% - 110px);
  height: 36px;
  overflow: hidden;
  margin: 3px 0;
  padding: 0 3px;
  float: right;
}

.topSearch_form .scIpt {
  width: calc(100% - 90px);
  height: 36px;
  padding: 0 12px;
  float: left;
}

.topSearch_form .scIpt input {
  display: block;
  width: 100%;
  height: 36px;
  overflow: hidden;
  line-height: 36px;
  color: #333;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: none;
  border: 0;
  outline: none;
}

.topSearch_form .scBtn {
  width: 90px;
  height: 36px;
  overflow: hidden;
  float: right;
}

.topSearch_form .scBtn button {
  display: block;
  width: 100%;
  height: 36px;
  overflow: hidden;
  line-height: 36px;
  color: #fff;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-color: #f08200;
  border: 0;
  outline: none;
  cursor: pointer;
}

.topSearch_form .scBtn button i {
  color: #fff;
  font-size: 14px;
  margin: 0 5px 0 0;
}

.lyTop_main .lyTop_right {
  height: 44px;
  margin: 3px 0;
  float: right;
}

.lyTop_right a {
  display: block;
  height: 44px;
  margin: 0 0 0 15px;
  padding: 10px 12px;
  background-color: #fff;
  border: 1px solid #ddd;
  float: right;
}

.lyTop_right a:hover {
  background-color: #f08200;
  border: 1px solid #f08200;
}

.lyTop_right a i {
  color: #333;
  font-size: 20px;
  margin: 1px 0;
  float: left;
}

.lyTop_right a i.fa-pencil-square-o {
  font-size: 22px;
  margin: 0;
}

.lyTop_right a:hover i {
  color: #fff;
}

.lyTop_right a span {
  display: block;
  height: 22px;
  line-height: 22px;
  color: #333;
  font-size: 16px;
  margin: 0 0 0 12px;
  padding: 0 0 0 12px;
  border-left: 1px solid #ddd;
  float: right;
}

.lyTop_right a:hover span {
  color: #fff;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

/*lyTop end*/

/*lyNav start*/
.lyNav {
  width: 100%;
  height: 50px;
  margin: 0 auto;
  padding: 0;
  background-color: #f08200;
}

.lyNav ul {
  display: flex;
  margin: 0 auto;
}

.lyNav ul li {
  flex-grow: 1;
  height: 50px;
  padding: 3px 0;
  position: relative;
}

.lyNav ul li::after {
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  margin: -7px 0 0;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 50%;
  right: 0;
}

.lyNav ul li:last-child::after {
  display: none;
}

.lyNav ul li>a {
  display: block;
  width: 100%;
  height: 44px;
  overflow: hidden;
  line-height: 44px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  background-color: #f08200;
}

.lyNav ul li.cur>a,
.lyNav ul li:hover>a {
  color: #f08200;
  background-color: #fff;
}

.lyNav ul li a i.fa-home {
  color: #fff;
  font-size: 16px;
  margin: 0 8px 0 0;
}

.lyNav ul li.cur>a i.fa-home,
.lyNav ul li:hover>a i.fa-home {
  color: #f08200;
}

.lyNav ul li>a i.fa-angle-down {
  color: #fff;
  font-size: 14px;
  margin: 0 0 0 8px;
}

.lyNav ul li.cur>a i.fa-angle-down,
.lyNav ul li:hover>a i.fa-angle-down {
  color: #f08200;
}

.lyNav ul li>dl {
  display: none;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding: 0 3px;
  background-color: #f08200;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 9;
}

.lyNav ul li:hover>dl {
  display: block;
  height: auto;
  padding: 3px;
}

.lyNav ul li>dl dd {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.lyNav ul li>dl dd:last-child {
  border: 0;
}

.lyNav ul li>dl dd a {
  display: block;
  width: 100%;
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 auto;
  padding: 0 10px;
  background-color: #f08200;
}

.lyNav ul li>dl dd a:hover {
  color: #f08200;
  background-color: #fff;
}

/*lyNav end*/

/*lyFooter start*/
.lyFooter {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  background-color: #f3f7fc;
  border-top: 1px solid #e6e6e6;
}

.lyFooter .lyFooter_main {
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}

.lyFooter_main .lyFooter_serv {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 50px 0;
}

.lyFooter_serv ul li {
  width: 25%;
  height: 64px;
  overflow: hidden;
  padding: 8px 0 8px 76px;
  float: left;
  position: relative;
}

.lyFooter_serv ul li img {
  display: block;
  width: 64px;
  height: 64px;
  position: absolute;
  left: 0;
  top: 0;
}

.lyFooter_serv ul li p {
  width: 100%;
  height: 24px;
  overflow: hidden;
  line-height: 24px;
  color: #333;
  font-size: 20px;
  font-weight: bold;
  margin: 0 auto 4px;
}

.lyFooter_serv ul li span {
  display: block;
  width: 100%;
  height: 20px;
  overflow: hidden;
  line-height: 20px;
  color: #999;
  font-size: 14px;
  margin: 0 auto;
}

.lyFooter_main .lyFooter_send {
  width: 100%;
  height: 120px;
  overflow: hidden;
  margin: 0 auto 60px;
  padding: 35px 45px;
  background-color: #366fb6;
}

.lyFooter_send .lyFtSend_left {
  width: 40%;
  height: 50px;
  float: left;
}

.lyFtSend_left i {
  display: block;
  width: 50px;
  height: 50px;
  overflow: hidden;
  margin: 0 10px 0 0;
  background: #f08200 url(../images/sendIco.png) center center no-repeat;
  background-size: 32px 32px;
  border-radius: 50%;
  float: left;
}

.lyFtSend_left p {
  height: 26px;
  line-height: 26px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}

.lyFtSend_left span {
  display: block;
  height: 24px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.3);
  font-size: 14px;
}

.lyFooter_send .lyFtSend_right {
  width: 680px;
  height: 50px;
  padding: 3px 0;
  float: right;
}

.lyFtSend_right form {
  display: block;
  width: 100%;
  height: 44px;
  overflow: hidden;
  margin: 0 auto;
  padding: 0 120px 0 0;
  background-color: #fff;
  position: relative;
}

.lyFtSend_right form .sendIpt {
  width: 100%;
  height: 44px;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.lyFtSend_right form .sendIpt input {
  display: block;
  width: 100%;
  height: 44px;
  overflow: hidden;
  line-height: 44px;
  color: #333;
  font-size: 16px;
  padding: 0 15px;
  background: #fff;
  border: 0;
  outline: none;
}

.lyFtSend_right form .sendBtn {
  width: 120px;
  height: 44px;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
}

.lyFtSend_right form .sendBtn input {
  display: block;
  width: 100%;
  height: 44px;
  overflow: hidden;
  line-height: 44px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  background: #f08200;
  border: 0;
  outline: none;
  cursor: pointer;
}

.lyFtSend_right form .sendBtn input:hover {
  background-color: #b96400;
}

.lyFooter_main .lyFooter_nav {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto 50px;
}

.lyFooter_tab ul li {
  display:inline-block; vertical-align:top; margin-right:40px;
}

.lyFooter_tab ul li p {
  width: 100%;
  height: auto;
  overflow: hidden;
  line-height: 30px;
  color: #333;
  font-size: 20px;
  font-weight: bold;
  margin: 0 auto 16px;
}

.lyFooter_list dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  margin: 0 -20px;
}

.lyFooter_list dl dd {
  width: 25%;
  padding: 4px 20px;
}

.lyFooter_list dl dd a {
  display: block;
  width: 100%;
  height: 24px;
  overflow: hidden;
  line-height: 24px;
  color: #999;
  font-size: 14px;
  word-wrap: normal;
  text-overflow: ellipsis;
  margin: 0 auto;
  padding: 0;
}

.lyFooter_list dl dd a:hover {
  color: #f08200;
  text-decoration: underline;
}

.lyFooter_list dl dd a i {
  display: block;
  width: 4px;
  height: 4px;
  margin: 10px 10px 10px 0;
  background-color: #f08200;
  float: left;
}

.lyFooter_nav ul li span {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  line-height: 24px;
  color: #999;
  font-size: 14px;
  word-break: break-all;
  margin: 0 auto 10px;
  padding: 4px 0 4px 28px;
  position: relative;
}

.lyFooter_nav ul li span i {
  width: 16px;
  text-align: center;
  color: #f08200;
  font-size: 16px;
  position: absolute;
  left: 0;
  top: 8px;
}

.lyFooter_app {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 10px 0 0;
}

.lyFooter_app a {
  display: block;
  width: 24px;
  height: 24px;
  overflow: hidden;
  margin: 0 12px 0 0;
  float: left;
}

.lyFooter_app a i {
  display: block;
  width: 24px;
  height: 24px;
  overflow: hidden;
  line-height: 24px;
  text-align: center;
  margin: 0 auto;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
}

.lyFooter_app a i.fa-facebook {
  background-color: #1873f0;
}

.lyFooter_app a i.fa-twitter {
  background-color: #2b8ac3;
}

.lyFooter_app a i.fa-google-plus {
  background-color: #d2483c;
}

.lyFooter_app a i.fa-linkedin {
  background-color: #0a63c0;
}

.lyFooter_app a i.fa-wechat {
  background-color: #28a966;
}

.lyFooter_app a i.fa-feed {
  background-color: #e78b25;
}

.lyFooter_main .lyFooter_copy {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  padding: 15px 0;
  border-top: 1px solid #dce0e5;
}

.lyFooter_copy p {
  width: 100%;
  height: auto;
  overflow: hidden;
  line-height: 24px;
  color: #aaa;
  font-size: 14px;
  text-align: center;
  margin: 0 auto;
  padding: 0;
}

/*lyFooter end*/

/*nyBanner start*/
.nyBanner {
  width: 100%;
  height: 450px;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  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_con {
  height: 100%;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

.nyBa_con .nyBa_text {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 0 0 0 -1px;
  padding: 0 30px;
  border-left: 2px solid #f08200;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.nyBa_text p {
  width: 100%;
  height: auto;
  overflow: hidden;
  line-height: 36px;
  color: #fff;
  font-size: 36px;
  font-weight: bold;
  margin: 0 auto 6px;
}

.nyBa_text span {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  line-height: 22px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 18px;
  margin: 0 auto;
}

/*nyBanner end*/

/*nyCrumb start*/
.nyCrumb {
  height: 24px;
  overflow: hidden;
  line-height: 24px;
  color: #999;
  font-size: 14px;
  font-style: italic;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 20px auto 30px;
  padding: 0 0 0 20px;
  position: relative;
}

.nyCrumb img {
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  top: 5px;
}

.nyCrumb a,
.nyCrumb span {
  line-height: 24px;
  color: #999;
  font-size: 14px;
  font-style: normal;
}

.nyCrumb a:hover {
  color: #f08200;
}

/*nyCrumb end*/

/*nyMenu start*/
.nyMenu {
  height: auto;
  margin: 30px auto 40px;
  border-bottom: 2px solid #f1f1f1;
}

.nyMenu ul li {
  float: left;
  margin: 0 20px 0 0;
}

.nyMenu ul li a {
  display: block;
  width: auto;
  height: 48px;
  line-height: 48px;
  color: #333;
  font-size: 16px;
  padding: 0 24px;
  position: relative;
}

.nyMenu ul li.active a,
.nyMenu ul li:hover a {
  color: #f08200;
  font-weight: bold;
}

.nyMenu ul li a i {
  display: block;
  width: 16px;
  height: 16px;
  overflow: hidden;
  margin: -8px 0 0;
  background: url(../images/nwIco0.png) center center no-repeat;
  background-size: 16px 16px;
  position: absolute;
  left: 0;
  top: 50%;
}

.nyMenu ul li.active a i,
.nyMenu ul li:hover a i {
  background: url(../images/nwIco1.png) center center no-repeat;
  background-size: 16px 16px;
}

.nyMenu ul li a em {
  display: block;
  width: 26px;
  height: 12px;
  overflow: hidden;
  margin: 0 0 0 -13px;
  background: url(../images/nwIco2.png) center center no-repeat;
  background-size: 26px 12px;
  position: absolute;
  left: 50%;
  bottom: -6px;
  opacity: 0;
}

.nyMenu ul li.active a em,
.nyMenu ul li:hover a em {
  opacity: 1;
}

/*nyMenu end*/

/*ny_page start*/
.ny_page {
  width: 100%;
  height: 40px;
  margin: 30px auto;
  text-align: center;
}

.ny_page a {
  display: inline-block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  line-height: 38px;
  color: #333;
  font-size: 16px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  margin: 0 5px;
}

.ny_page a i {
  color: #333;
  font-size: 24px;
  padding: 7px 0;
}

.ny_page a:hover,
.ny_page a.cur {
  color: #fff;
  background-color: #f08200;
  border: 1px solid #f08200;
}

.ny_page a:hover i {
  color: #fff;
}

/*ny_page end*/

/*nyPrevNext start*/
.nyPrevNext {
  width: 100%;
  height: 80px;
  overflow: hidden;
  margin: 0 auto;
  padding: 0 160px 0 0;
  position: relative;
}

.nyPrevNext .nyPrevNext_main {
  width: 100%;
  height: 80px;
  overflow: hidden;
  margin: 0 auto;
  padding: 9px 15px;
  background-color: #f3f7fc;
  border: 1px solid #e6e6e6;
  border-right: 0;
}

.nyPrevNext_main dl dd {
  width: 100%;
  height: 30px;
  overflow: hidden;
  line-height: 30px;
  font-style: italic;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0 auto;
  padding: 0 0 0 24px;
  position: relative;
}

.nyPrevNext_main dl dd i {
  display: block;
  width: 14px;
  height: 14px;
  overflow: hidden;
  line-height: 12px;
  color: #f08200;
  font-size: 12px;
  text-align: center;
  border: 1px solid #f08200;
  border-radius: 50%;
  margin: -7px 0 0;
  position: absolute;
  left: 0;
  top: 50%;
}

.nyPrevNext_main dl dd span {
  color: #333;
  font-size: 15px;
}

.nyPrevNext_main dl dd a {
  color: #999;
  font-size: 15px;
}

.nyPrevNext_main dl dd:hover span,
.nyPrevNext_main dl dd:hover a {
  color: #f08200;
}

.nyPrevNext .nyPrevNext_toback {
  width: 160px;
  height: 80px;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
}

.nyPrevNext_toback a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  padding: 15px;
  background-color: #f08200;
  text-align: center;
}

.nyPrevNext_toback a:hover {
  background-color: #0a63c0;
}

.nyPrevNext_toback a i {
  color: #fff;
  font-size: 24px;
}

.nyPrevNext_toback a span {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  line-height: 20px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  margin: 6px auto 0;
}

/*nyPrevNext end*/
.public-pop {
  position:fixed;
  left:0;
  top:0;
  width:100%;
  height:100%;
  display:none;
  z-index:9999
}
.public-pop .public-pop-box {
  position:fixed;
  left:50%;
  top:50%;
  transform:translate(-50%, -50%);
  width:468px;
  padding:50px 50px 40px;
  background-image:-moz-linear-gradient(-90deg, #fff6ef 0%, #fff 42%);
  background-image:-webkit-linear-gradient(-90deg, #fff6ef 0%, #fff 42%);
  background-image:-ms-linear-gradient(-90deg, #fff6ef 0%, #fff 42%);
  box-shadow:0px 0px 20px 0px rgba(0,0,0,0.16)
}
.public-pop .public-pop-box .close {
  position:absolute;
  color:#cacaca;
  right:12px;
  top:12px
}
.public-pop .public-pop-box .close i {
  font-size:26px
}
.public-pop .public-pop-box .close:hover {
  color:#666
}
.public-pop .public-pop-box .icon {
  text-align:center;
  color:#f48706
}
.public-pop .public-pop-box .icon i {
  font-size:74px
}
.public-pop .public-pop-box p {
  text-align:center;
  margin-top:22px;
  font-size:20px;
  font-weight:bold;
  font-family:"Montserrat"
}
.public-pop .public-pop-box .btn-arr {
  font-size:0;
  margin-top:56px;
text-align:center;
}
.public-pop .public-pop-box .btn-arr a {
  display:inline-block;
  margin:0 12px;
  width:168px;
  border-radius:3px;
  background-color:#f48706;
  color:#fff;
  height:42px;
  font-size:16px;
  text-align:center;
  line-height:42px
}
.public-pop .public-pop-box .btn-arr a.cancel {
  background-color:#f2f2f2;
  color:#999
}
.public-pop .public-pop-box .btn-arr a.cancel:hover {
  background-color:rgba(153,153,153,0.8);
  color:#fff
}
.public-pop .public-pop-box .btn-arr a:hover {
  background-color:rgba(244,135,6,0.8)
}
.public-pop .public-pop-box .btn-arr a:first-child {
  margin-left:0
}
.public-pop .public-pop-box .btn-arr a:last-child {
  margin-right:0
}
.no-data {
  text-align:center;
  padding:18px 0
}
.no-data .no-data-content .item {
  display:inline-block;
  text-align:left
}
.no-data .no-data-content .item p {
  font-size:16px;
  line-height:26px;
  margin-top:28px
}