@charset "utf-8";
/* CSS Document */
blockquote,
body,
button,
caption,
dd,
div,
dl,
dt,
fieldset,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
input,
legend,
li,
menu,
ol,
p,
pre,
table,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}
body {
  padding: 0;
  margin: 0;
  background: black;
}
abbr,
body,
fieldset,
html,
iframe,
img {
  border: 0;
}
li {
  list-style: none;
}
textarea {
  overflow: auto;
  resize: none;
}
input {
  outline: none;
}
a,
button {
  cursor: pointer;
}
b,
em,
h1,
h2,
h3,
h4,
h5,
h6,
strong {
  font-weight: bold;
}
a,
a:hover {
  text-decoration: none;
}
body,
button,
input,
textarea {
  color: #62a1c9;
}
body,
html {
  width: 100%;
  height: auto;
  font-family: "Microsoft YaHei", "Helvetica Neue", Arial, HelveticaNeue, Helvetica, "BBAlpha Sans", sans-serif;
  background: #fff;
}
#NIE-topBar {
  width: 100%;
  min-width: 1420px !important;
  height: 55px;
  z-index: 997 !important;
}
#NIE-topBar #NIE-topBar-main {
  z-index: 997 !important;
}
#NIE-copyRight {
  width: 100%;
  min-width: 1420px;
  background: #000;
}
#NIE-copyRight a,
#NIE-copyRight p,
#NIE-copyRight span {
  color: #fff;
}
#NIE-copyRight #ncp-l3 {
  display: inline-block;
}
.hide {
  display: none;
}
/**.keyframes(demo_keyframes, {
    100% {
		.transform(rotate(360-43deg));
        margin-left: -20px;
        width: 26px;
	}
});*/
/************************公共部分***********************/
/*********遮罩层*********/
.model,
.question_model {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /**遮罩全屏top,left都为0,width,height为100%**/
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 9998;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.side_content {
  box-sizing: border-box;
  width: 80px;
  background: #fff;
  border: 1px solid #E5E5E5;
  position: fixed;
  right: 0px;
  top: 50%;
  margin-top: -170px;
  z-index: 999;
}
.side_content .side_item::after {
  content: '';
  display: block;
  width: 80px;
  height: 1px;
  background: #E5E5E5;
  margin: 0 auto;
}
.side_content .side_item:last-of-type::after {
  display: none;
}
.side_content .side_item .public {
  text-align: center;
  display: block;
  position: relative;
  color: #666666;
  cursor: pointer;
  width: 100%;
  padding: 16px 0;
}
.side_content .side_item .public .side_icon {
  display: inline-block;
  height: 28px;
  width: 28px;
  position: relative;
}
.side_content .side_item .public .active_icon {
  display: none;
}
.side_content .side_item .public:hover {
  background: rgba(0, 91, 172, 0.1);
  color: #005BAC;
}
.side_content .side_item .public:hover .side_icon {
  display: none;
}
.side_content .side_item .public:hover .active_icon {
  display: inline-block;
}
.side_content .side_item .public p {
  text-align: center;
  font-size: 12px;
  line-height: 12px;
  margin-top: 4px;
}
.side_content .side_item .public .ewm_bg {
  display: none;
  position: absolute;
  top: -116px;
  left: -300px;
  width: 300px;
  height: 316px;
  background: url(../img/side/side_ewm_bg.png) no-repeat center;
  background-size: 100%;
}
.side_content .side_item .public .ewm_bg img {
  margin: 48px 76px 16px 64px;
  width: 160px;
  height: 160px;
}
.side_content .side_item .public .ewm_bg span {
  display: block;
  font-size: 16px;
  text-align: center;
  color: #141825;
  line-height: 24px;
  width: 290px;
  word-break: break-all;
}
.side_content .side_item .public:hover .ewm_bg,
.side_content .side_item .public.active .ewm_bg {
  display: block;
}
.feedback {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 640px;
  background: #fff;
  border-radius: 8px;
}
.feedback .feedback_close {
  position: absolute;
  right: 32px;
  top: 32px;
  cursor: pointer;
}
.feedback .feedback_close .feedback_close_icon {
  width: 28px;
  height: 28px;
}
.feedback .feedback_close .close_active_icon {
  display: none;
}
.feedback .feedback_close:hover .feedback_close_icon {
  display: none;
}
.feedback .feedback_close:hover .close_active_icon {
  display: block;
}
.feedback .feedback_content {
  padding-left: 32px;
  padding-right: 32px;
  padding-top: 34px;
}
.feedback .feedback_content .feedback_item,
.feedback .feedback_content .feedback_item_code {
  font-size: 0;
  color: #141825;
}
.feedback .feedback_content .feedback_item:nth-of-type(n+2),
.feedback .feedback_content .feedback_item_code:nth-of-type(n+2) {
  margin-top: 24px;
}
.feedback .feedback_content .feedback_item:nth-of-type(n+2) .feedback_item_title,
.feedback .feedback_content .feedback_item_code:nth-of-type(n+2) .feedback_item_title {
  margin-top: 12px;
}
.feedback .feedback_content .feedback_item_title {
  margin-right: 16px;
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
}
.feedback .feedback_content .feedback_item_title span {
  color: #B93937;
}
.feedback .feedback_content .feedback_item_content {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
}
.feedback .feedback_content .item-a-option {
  *zoom: 1;
  margin-bottom: 22px;
  text-align: left;
}
.feedback .feedback_content .item-a-option:after,
.feedback .feedback_content .item-a-option:before {
  content: " ";
  display: table;
}
.feedback .feedback_content .item-a-option:after {
  clear: both;
}
.feedback .feedback_content .item-a-option .item-option {
  float: left;
  margin-right: 18px;
  line-height: 20px;
  cursor: pointer;
}
.feedback .feedback_content .item-a-option .item-option .item-option-radius {
  position: relative;
  float: left;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  background: url('../img/question/radio.svg') no-repeat;
  background-size: 100% 100%;
}
.feedback .feedback_content .item-a-option .item-option .item-option-text {
  line-height: 20px;
  float: left;
}
.feedback .feedback_content .item-a-option .item-option-active .item-option-radius {
  width: 16px;
  height: 16px;
  margin-top: 2px;
  background: url("../img/question/radio-active.svg") no-repeat;
  background-size: 100% 100%;
}
.feedback .feedback_content .item-a-option .item-option-active .item-option-text {
  color: #005BAC;
}
.feedback .feedback_content .item-a-option .item-option-radius {
  margin-right: 12px;
}
.feedback .feedback_content .blanks {
  position: relative;
}
.feedback .feedback_content .blanks .textarea {
  width: 488px;
  height: 240px;
  line-height: 1.5;
}
.feedback .feedback_content .blanks .number-words {
  position: absolute;
  bottom: 16px;
  right: 16px;
  line-height: 12px;
  font-size: 12px;
  color: #ccc;
}
.feedback .feedback_content .input {
  width: 488px;
  height: 48px;
  margin-bottom: 20px;
}
.feedback .feedback_content .tel_format,
.feedback .feedback_content .code_format {
  display: none;
  font-size: 12px;
  color: red;
  margin-top: -16px;
}
.feedback .feedback_content .textarea,
.feedback .feedback_content input {
  line-height: 16px;
  font-size: 16px;
  padding: 16px;
  color: #141825;
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #ccc;
  resize: none;
  box-sizing: border-box;
  outline: none;
  font-family: 'MicrosoftYaHei';
}
.feedback .feedback_content .textarea:hover,
.feedback .feedback_content input:hover {
  border-color: #005BAC;
}
.feedback .feedback_content .textarea:focus,
.feedback .feedback_content input:focus {
  border-color: #005BAC;
}
.feedback .feedback_content .textarea::-webkit-input-placeholder,
.feedback .feedback_content input::-webkit-input-placeholder {
  /* WebKit browsers */
  /* placeholder颜色  */
}
.feedback .feedback_content .textarea:-moz-placeholder,
.feedback .feedback_content input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
}
.feedback .feedback_content .textarea::-moz-placeholder,
.feedback .feedback_content input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
}
.feedback .feedback_content .textarea::-ms-input-placeholder,
.feedback .feedback_content input::-ms-input-placeholder {
  /* Internet Explorer 10+ */
}
.feedback .feedback_submit {
  width: 160px;
  height: 48px;
  background: #005BAC;
  border-radius: 6px;
  text-align: center;
  line-height: 48px;
  font-size: 18px;
  color: #FFFFFF;
  margin: 32px auto 48px;
  cursor: pointer;
}
.feedback .feedback_submit:hover {
  background: #003B82;
}
.feedback .feedback_submit:active {
  background: #005BAC;
}
.feedback_item_code .feedback_item_title {
  margin-right: 32px!important;
}
.feedback_item_code input {
  width: 200px!important;
}
.feedback_item_code img {
  width: 100px;
  height: 48px;
  vertical-align: middle;
  cursor: pointer;
}
.feedback_item_code .get_code {
  width: 126px;
  height: 48px;
  vertical-align: top;
  background: #005BAC;
  text-align: center;
  line-height: 48px;
  font-size: 12px;
  color: #fff;
  border: none;
  border-radius: 6px;
}
.feedback_item_code .get_code:focus {
  outline: none;
}
.feedback_title {
  font-size: 24px;
  color: #141825;
  line-height: 24px;
  margin-top: 64px;
  text-align: center;
}
.feedback_success {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 480px;
  background: #fff;
  text-align: center;
  border-radius: 8px;
}
.feedback_success .feedback_success_icon {
  width: 80px;
  height: 80px;
  background: url('../img/side/success.png') no-repeat center;
  margin: 48px auto 20px;
}
.feedback_success .feedback_success_text {
  display: inline-block;
  width: 320px;
  margin: 0 auto 68px;
  color: #141825;
  font-size: 16px;
  line-height: 24px;
}
.feedback_success .feedback_success_button {
  display: inline-block;
  width: 160px;
  height: 48px;
  margin-bottom: 64px;
  background: #E5E5E5;
  border-radius: 6px;
  text-align: center;
  font-size: 18px;
  color: #666666;
  line-height: 48px;
  cursor: pointer;
}
.feedback_success .feedback_success_button:hover {
  color: #B93937;
}
.feedback_success .feedback_success_button:active {
  color: #666666;
}
