﻿@charset "utf-8";
@font-face {
  font-family: 'iconfont';
  src: url('../font/iconfont.eot');
  src: url('../font/iconfont.eot?#iefix') format('embedded-opentype'), url('../font/iconfont.woff') format('woff'), url('../font/iconfont.ttf') format('truetype'), url('../font/iconfont.svg#iconfont') format('svg');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}
body {
  min-width: 310px;
  word-wrap: break-word;
  word-break: break-all;
  background-color: #f5fbfa;
}
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
b,
small,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
sub,
sup,
tt,
var,
del,
dfn,
ins,
kbd,
q,
s,
samp,
strike,
applet,
object,
iframe,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
mark,
audio,
video,
input,
textarea,
select {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
ol,
ul {
  list-style: none;
}
li {
  list-style: none;
}
html {
  -webkit-text-size-adjust: none;
}
body {
  font-size: 14px;
  font-family: "微软雅黑", serif;
  color: #000;
  margin: 0 auto;
}
em,
i {
  font-style: normal;
}
/*a 链接*/
a {
  text-decoration: none;
  outline: none;
}
a:focus {
  outline: none;
}
/*a:hover, a:active, a:focus { color:#f5771d; }
*/
/*图片居中*/
.vcenter {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  margin: auto;
}
fieldset,
img {
  border: 0;
  vertical-align: middle;
}
.clearfix:after {
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;
  line-height: 0;
  content: '\20';
}
/* HTML5 重置为较旧版本的浏览器 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* 按钮样式 */
input,
button,
textarea,
select {
  font-size: 100%;
  outline: none;
  resize: none;
}
input[type="button"] {
  cursor: pointer;
  border: 0;
}
input[type="submit"] {
  cursor: pointer;
  border: 0;
}
input[type="reset"] {
  cursor: pointer;
  border: 0;
}
/*删除火狐下按钮默认样式*/
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none;
  padding: 0;
}
/*
	--------------------------
	表单控件设置
	--------------------------
*/
table {
  border-collapse: collapse;
  width: 100%;
}
input[type='reset'],
input[type='button'],
input[type='submit'],
input[type='radio'] {
  cursor: pointer;
  outline: none;
}
input[type='checkbox'],
input[type='radio'] {
  position: relative;
  vertical-align: middle;
}
textarea,
input[type='email'],
input[type='date'],
input[type='password'],
input[type='text'] {
  padding: 0;
  /*color: #666;*/
  font-size: 12px;
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
p,
b,
span,
em,
li,
a,
i,
input,
textarea {
  font-family: Arial, "microsoft yahei", serif;
  margin: 0;
  padding: 0;
}
.iconfont {
  font-family: 'iconfont';
}
a {
  color: #666;
}
a:hover {
  text-decoration: none;
}
body {
  max-width: 100%;
  margin: 0 auto;
  background-color: #ffffff;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li {
  margin: 0;
  padding: 0;
}
img {
  border: 0;
}
.kejian {
  width: 1300px;
  margin: 0 auto;
}
@media (max-width: 1300px) {
  .kejian {
    width: 95%;
  }
}
.top_wrap {
  width: 100%;
  padding: 18px 0;
position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 999;
}
.top_wrap a.logo {
  float: left;
}
.top_wrap .slogen {
  float: left;
  margin-left: 20px;
}
.top_wrap .top_right {
  display: inline-block;
  float: right;
  line-height: 36px;
  height: 36px;
  text-align: right;
}
.top_wrap .top_right img {
  float: left;
  margin-right: 8px;
  margin-top: 8px;
}
.top_wrap .top_right span {
  font-size: 18px;
  color: #7ab71c;
  font-weight: 600;
  float: left;
  margin-right: 20px;
}
.top_wrap .top_right .yuyu {
  display: inline-block;
}
.top_wrap .top_right i {
  font-size: 16px;
  color: #333333;
  float: left;
  margin: 0 12px 0 6px;
}
.top_wrap .top_right a {
  font-size: 16px;
  color: #333333;
  float: left;
}
.top_wrap .serwap {
  display: none;
  width: 26px;
  height: 26px;
  background-color: #294083;
  float: right;
  margin-top: 8px;
  border-radius: 3px;
  margin-left: 2%;
}
.top_wrap .serwap img {
  width: 100%;
}
.top_wrap .phone-nav {
  display: none;
  float: right;
}
@media (max-width: 1300px) {
  .top_wrap {
    padding: 16px 0;
  }
}
@media (max-width: 768px) {
  .top_wrap {
    padding: 15px 0;
  }
  .top_wrap .serwap {
    display: block;
  }
  .top_wrap .slogen {
    display: none;
  }
  .top_wrap .top_right .yin {
    display: none;
  }
  .top_wrap .top_right span {
    display: none;
  }
  .top_wrap .top_right .yuyu {
    display: none;
    position: absolute;
    top: 66px;
    width: 100%;
    background-color: rgba(3, 68, 162, 0.7);
    left: 0;
    z-index: 9;
    padding: 6px 0;
  }
  .top_wrap .top_right .yuyu a {
    display: block;
    color: #fff;
    text-align: center;
    width: 100%;
    line-height: 34px;
  }
  .top_wrap .top_right .yuyu i {
    display: none;
  }
  .top_wrap .phone-nav {
    display: block;
    margin-top: 6px;
  }
}
@media (max-width: 480px) {
  .top_wrap {
    padding: 14px 0;
  }
  .top_wrap a.logo img {
    width: 140px;
    margin-top: 4px;
  }
  .top_wrap .phone-nav img {
    width: 25px;
  }
}
body{
   padding-top:84px;
}
.navw {
  width: 100%;
  position: fixed;
	top:71px;
	left:0;
	background:#fff;
	z-index:999;
    box-shadow: 0 2px 2px #e0dfdf;
}
@media (max-width:1300px) {
	.navw {
top:68px;


}
}
@media (max-width: 768px) {
body{
   padding-top:40px;
}
  .navw .kejian {
    position: relative;
  }
}
.nav {
  width: 940px;
  float: left;
}
.nav ul {
  width: 100%;
}
.nav ul li {
  line-height: 36px;
  height: 36px;
  text-align: center;
  float: left;
  position: relative;
}
.nav ul li a.nava {
  display: block;
  color: #333333;
  font-size: 18px;
  padding: 0 24px;
  line-height: 36px;
}
.nav ul li a.nava span {
  display: inline-block;
  line-height: 36px;
  height: 36px;
}
.nav ul li .navv {
  position: absolute;
  width: 100%;
  top: 36px;
  left: 0;
  background-color: #fff;
  display: none;
  z-index: 9;
  border-bottom: 3px solid #0344a2;
  padding: 10px 0;
}
.nav ul li .navv a {
  display: block;
  font-size: 14px;
  color: #000000;
  width: 100%;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
}
.nav ul li .navv a:hover {
  color: #0344a2;
}
.nav ul li:hover a.nava span {
  border-bottom: 2px solid #0344a2;
}
.nav ul li.active a.nava span {
  border-bottom: 2px solid #0344a2;
}
@media (max-width: 1300px) {
  .nav {
    width: 760px;
  }
  .nav ul li a.nava {
    font-size: 16px;
    padding: 0 16px;
  }
}
@media (max-width: 960px) {
  .nav {
    width: 500px;
  }
  .nav ul li a.nava {
    font-size: 15px;
    padding: 0 8px;
  }
}
@media (max-width: 768px) {
  .nav {
    display: none;
  }
}
.navv2 {
  width: 100%;
  position: absolute;
  background-color: #f1f1f1;
  z-index: 10;
  display: none;
}
.navv2 a {
  display: block;
  width: 14.28571429%;
  float: left;
  padding: 35px 0 0 0;
  text-align: center;
}
.navv2 a span {
  display: block;
  font-size: 16px;
  color: #0046a1;
  line-height: 1.8;
}
.navv2 a img {
  width: 62.3655914%;
  margin: 13.44086022% auto;
}
.navv2 a .lanmuimg{
	width: 62.3655914%;
	background-size: cover;
	margin: 13.44086022% auto;
}
.navv2 a .lanmuimg:after{
	content:'';
	display: block;
	width:100%;
	padding-top:100%;
}
#navser a .lanmuimg{
	width:90%;
	margin: 8% auto;
}
#navser a .lanmuimg:after{
	padding-top:70%;

}
.navv2 a i {
  display: block;
  width: 90px;
  height: 28px;
  line-height: 28px;
  color: #333333;
  font-size: 14px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 0 auto;
}
@media (max-width: 1300px) {
  .navv2 a span {
    font-size: 14px;
  }
}
@media (max-width: 980px) {
  .navv2 a span {
    font-size: 13px;
  }
  .navv2 a i {
    width: 75px;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
  }
}
.navv2 a:hover {
  background-color: #e5e5e5;
}
.navv2 a:hover i {
  background-color: #0046a1;
  color: #fff;
}
@media (max-width: 1300px) {
  .navv2 a {
    padding: 2.69230769% 0 3.07692308% 0;
  }
}
.navv2 .active {
  background-color: #e5e5e5;
}
.navv2 .active i {
  background-color: #0046a1;
  color: #fff;
}
.input {
  width: 330px;
  float: right;
  height: 30px;
  position: relative;
}
.input input[type="text"] {
  width: 300px;
  height: 30px;
  border: 1px solid #7ab71c;
  border-right: 0;
  padding: 0 6px 0 6px;
}
.input input[type="image"] {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #0045a4;
}
.input input[type="image"]:hover {
  background-color: #003989;
}
@media (max-width: 1300px) {
  .input {
    width: 260px;
  }
  .input input[type="text"] {
    width: 230px;
  }
}
@media (max-width: 960px) {
  .input {
    width: 230px;
  }
  .input input[type="text"] {
    width: 200px;
  }
}
@media (max-width: 768px) {
  .input {
    display: none;
    position: absolute;
    top: 0;
    z-index: 9;
    right: 0;
  }
  .input input[type="text"] {
    width: 200px;
  }
}
.index_banner {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.index_banner a {
  display: block;
}
.index_banner a img {
  width: 100%;
}
.index_banner .slick-dots {
  bottom: 45px;
}
.index_banner video{
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .index_banner .slick-dots {
    bottom: 4%;
  }
}
.index_banner .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 10px;
}
.index_banner .slick-dots li button {
  width: 12px;
  height: 12px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #c1d9f0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
@media (max-width: 768px) {
  .index_banner .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 6px;
  }
  .index_banner .slick-dots li button {
    width: 10px;
    height: 10px;
  }
}
.index_banner .slick-dots .slick-active {
  width: 12px;
}
.index_banner .slick-dots .slick-active button {
  width: 12px;
  background: #98bfe6;
}
.inpro {
  width: 100%;
  padding: 60px 0;
}
@media (max-width: 1300px) {
  .inpro {
    padding: 4.61538462% 0;
  }
}
.inpro .inprott {
  text-align: center;
}
.inpro .inprott span {
  display: block;
  font-size: 36px;
  /*color: #0344a2;*/
  color: #4178be;
  font-weight: bold;
}
.inpro .inprott p {
  font-size: 22px;
  color: #fff;
  margin-top: 20px;
}
.indsolution{
  margin-top: 60px;
}
.inpro .four {
  width: 100%;
  padding: 28px 0 26px 0;
  background-color: #373737;
  margin-top: 50px;
}
.inpro .four li {
  width: 25%;
  float: left;
  color: #fff;
  position: relative;
}
.inpro .four li:nth-child(2){
  width: 19%;
}
.inpro .four li:nth-child(3){
  width: 28%;
}
.inpro .four li:nth-child(4){
  width: 28%;
}
.inpro .four li .fourimg {
  float: left;
  height: 100%;
  position: relative;
}
.inpro .four li img {
  float: left;
  margin-right: 16px;
  opacity: 0.6;
}
.inpro .four li span {
  display: block;
  font-size: 20px;
  line-height: 24px;
}
.inpro .four li p {
  font-size: 14px;
  line-height: 18px;
  margin-top: 8px;
}
.inpro .inproin {
  margin-top: 50px;
}
.inpro .inproin a {
  display: block;
  width: 31.66666667%;
  float: left;
  margin-right: 2.5%;
  margin-bottom: 2.5%;
  border: 1px solid #ebecec;
  box-shadow: 12px 11px 10px -10px #ebecec;
}
.inpro .inproin a .inproimg {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.inpro .inproin a .inproimg:after {
  content: '';
  display: block;
  padding-top: 50%;
}
.inpro .inproin a .inproimg img {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.inpro .inproin a .inprowen {
  padding: 6.57894737% 7.89473684%;
  background-color: #fff;
  text-align: center;
  position: relative;
}
.inpro .inproin a .inprowen:after {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  height: 0;
  bottom: 0;
  left: 0;
  background-color: #4178be;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.inpro .inproin a .inprowen span {
  display: block;
  font-size: 24px;
  color: #373737;
  line-height: 36px;
  height: 36px;
  position: relative;
  z-index: 2;
}
.inpro .inproin a .indexjjfa h2 {
  display: block;
  font-size: 24px;
  color: #373737;
  line-height: 36px;
  height: 36px;
  position: relative;
  z-index: 2;
  font-weight:normal;
}

.inpro .inproin a .inprowen p {
  font-size: 16px;
  color: #333333;
  line-height: 28px;
  height: 56px;
  overflow: hidden;
  margin-top: 8px;
  position: relative;
  z-index: 2;
}
.inpro .inproin a .inprowen i {
  display: block;
  margin-top: 40px;
  text-align: center;
  font-size: 16px;
  color: #1861bc;
  line-height: 21px;
  position: relative;
  z-index: 2;
}
.inpro .inproin a .inprowen i b {
  display: inline-block;
  width: 21px;
  height: 21px;
  line-height: 17px;
  border: 1px solid #1861bc;
  font-size: 14px;
  color: #1861bc;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  vertical-align: middle;
  margin-right: 6px;
}
.inpro a.promore {
  display: block;
  width: 160px;
  height: 35px;
  border: 1px solid #4178be;
  margin: 3.07692308% auto 0 auto;
  font-size: 16px;
  color: #4178be;
  line-height: 35px;
  text-align: center;
  border-radius: 4px;
}
@media (min-width: 769px) {
  .inpro .inproin a:hover .inproimg img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  .inpro .inproin a:hover .inprowen:after {
    height: 100%;
  }
  .inpro .inproin a:hover .indexjjfa h2 {
    color: #fff;
  }
  .inpro .inproin a:hover .inprowen span {
    color: #fff;
  }
  .inpro .inproin a:hover .inprowen p {
    color: #fff;
  }
  .inpro .inproin a:hover .inprowen i {
    color: #fff;
  }
  .inpro .inproin a:hover .inprowen i b {
    color: #fff;
    border: 1px solid #fff;
  }
  .inpro a.promore:hover {
    background-color: #0344a2;
    color: #ffffff;
  }
}
@media (max-width: 1300px) {
  .inpro .inprott span {
    font-size: 32px;
  }
  .inpro .inprott p {
    font-size: 20px;
    margin-top: 1.53846154%;
  }
  .inpro .four {
    margin-top: 3.84615385%;
  }
  .inpro .four li img {
    margin-right: 12px;
    height: 40px;
  }
  .inpro .four li span {
    font-size: 18px;
  }
  .inpro .four li p {
    font-size: 13px;
    margin-top: 4px;
  }
  .inpro .inproin {
    margin-top: 3.84615385%;
  }
  .inpro .inproin a .inprowen span {
    font-size: 22px;
    line-height: 32px;
    height: 32px;
  }
  .inpro .inproin a .indexjjfa h2 {
    font-size: 22px;
    line-height: 32px;
    height: 32px;
  }

  
  .inpro .inproin a .inprowen p {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    margin-top: 6px;
  }
  .inpro .inproin a .inprowen i {
    margin-top: 7.89473684%;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .inpro {
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
  }
  .inpro .inprott span {
    font-size: 26px;
  }
  .inpro .inprott p {
    font-size: 18px;
  }
  .inpro .four {
    padding: 2.15384615% 0 2% 0;
  }
  .inpro .four li img {
    margin-right: 8px;
    height: 35px;
  }
  .inpro .four li span {
    font-size: 16px;
    line-height: 20px;
  }
  .inpro .four li p {
    font-size: 12px;
    margin-top: 3px;
    line-height: 16px;
  }
  .inpro .inproin a .inprowen span {
    font-size: 18px;
    line-height: 28px;
    height: 28px;
  }
  
 .inpro .inproin a .indexjjfa h2 {
    font-size: 18px;
    line-height: 28px;
    height: 28px;
  }
  
  .inpro .inproin a .inprowen p {
    font-size: 14px;
    line-height: 22px;
    height: 44px;
  }
}
@media (max-width: 640px) {
  .inpro .inprott span {
    font-size: 24px;
  }
  .inpro .inprott p {
    font-size: 16px;
  }
  .inpro .four {
    padding: 4% 0 1% 0;
  }
  .inpro .four li {
    width: 100%!important;
    margin-bottom: 3%;
    clear: both;
  }
  .inpro .four li:after {
    content: '';
    clear: both;
  }
  .inpro .four li img {
    margin-right: 8px;
    height: 35px;
  }
  .inpro .four li span {
    font-size: 16px;
    line-height: 20px;
  }
  .inpro .four li p {
    font-size: 12px;
    margin-top: 3px;
    line-height: 16px;
  }
  .inpro .inproin a .inprowen span {
    font-size: 16px;
    line-height: 24px;
    height: 24px;
  }
  .inpro .inproin a .indexjjfa h2 {
    font-size: 16px;
    line-height: 24px;
    height: 24px;
  }
  .inpro .inproin a .inprowen p {
    font-size: 12px;
    line-height: 18px;
    height: 36px;
    margin-top: 4px;
  }
  .inpro .inproin a .inprowen i {
    margin-top: 7.89473684%;
    font-size: 14px;
  }
}
@media (max-width: 560px) {
  .inpro .inprott span {
    font-size: 20px;
  }
  .inpro .inprott p {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .inpro .inprott span {
    font-size: 18px;
  }
  .inpro .inprott p {
    font-size: 12px;
  }
  .inpro .four li span {
    font-size: 14px;
    line-height: 18px;
  }
  .inpro .inproin a {
    width: 48%;
    margin-right: 4%;
  }
  .inpro .inproin a .inprowen span {
    font-size: 14px;
    line-height: 20px;
    height: 20px;
  }
  
  .inpro .inproin a .indexjjfa h2 {
    font-size: 14px;
    line-height: 20px;
    height: 20px;
  }
 
  .inpro .inproin a .inprowen p {
    font-size: 12px;
    line-height: 16px;
    height: 32px;
    margin-top: 2px;
  }
  .inpro .inproin a .inprowen i {
    margin-top: 7.89473684%;
    font-size: 12px;
  }
}
@media (max-width: 414px) {
  .inpro .inprott span {
    font-size: 16px;
  }
}

.neiproxuan video{
  width: 100%;
  height: auto;
}
.tansuo {
  width: 100%;
  padding: 60px 0 70px 0;
  overflow: hidden;
  border-top: 1px solid #dcdcdc;
}
@media (max-width: 1300px) {
  .tansuo {
    padding: 4.61538462% 0 5.38461538% 0;
  }
}
.tansuo .tsin {
  margin-top: 3.46153846%;
}
.tansuo .tsin a {
  display: block;
  width: 100%;
  position: relative;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
.tansuo .tsin a:after {
  content: '';
  display: block;
  width: 100%;
  padding-top: 128.40646651%;
}
.tansuo .tsin a .tsinwen {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 58.89145497% 9.23787529% 0 9.23787529%;
  z-index: 2;
  color: #fff;
}
.tansuo .tsin a span {
  display: block;
  font-size: 24px;
}
.tansuo .tsin a .indexcp h2 {
  display: block;
  font-size: 24px;
  font-weight:normal;
}

.tansuo .tsin a p {
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-top: 2.77136259%;
}
.tansuo .tsin a i {
  display: block;
  width: 84px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  background-color: rgba(255, 255, 255, 0.25);
  font-size: 16px;
  color: #fff;
  margin-top: 4.61893764%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
@media (min-width: 769px) {
  .tansuo .tsin a:hover i {
    background-color: #ffffff;
    color: #0f50a9;
  }
}
@media (max-width: 1300px) {
  .tansuo .tsin a .tsinwen {
    padding: 36.95150115% 9.23787529% 0 9.23787529%;
  }
  .tansuo .tsin a span {
    font-size: 22px;
  }
  .tansuo .tsin a .indexcp h2{
    font-size: 22px;
  }
 
  .tansuo .tsin a p {
    font-size: 14px;
    line-height: 20px;
  }
  .tansuo .tsin a i {
    width: 70px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .tansuo .tsin a .tsinwen {
    padding: 23.09468822% 9.23787529% 0 9.23787529%;
  }
  .tansuo .tsin a span {
    font-size: 18px;
  }
  .tansuo .tsin a .indexcp h2{
    font-size: 18px;
  }
  .tansuo .tsin a p {
    font-size: 12px;
    line-height: 18px;
	height:110px;
	overflow:hidden;
  }
  .tansuo .tsin a i {
    width: 60px;
    height: 20px;
    font-size: 12px;
    line-height: 20px;
  }
}
@media (max-width: 560px) {
  .tansuo .tsin a .tsinwen {
    padding: 11.54734411% 9.23787529% 0 9.23787529%;
  }
}
@media (max-width: 480px) {
  .tansuo .tsin a .tsinwen {
    padding: 13.85681293% 9.23787529% 0 9.23787529%;
  }
  .tansuo .tsin a span {
    font-size: 16px;
  }
  
 .tansuo .tsin a .indexcp h2{
    font-size: 16px;
  }
  
  .tansuo .tsin a p {
    line-height: 16px;
  }
}
.tansuo .tsin .slick-prev,
.tansuo .tsin .slick-next {
  width: 40px;
  height: 40px;
  margin-top: -25px;
}
.tansuo .tsin .slick-prev {
  left: 20px;
}
.tansuo .tsin .slick-next {
  right: 20px;
}
.tansuott {
  text-align: center;
}
.tansuott span {
  display: block;
  font-size: 36px;
  color: #4178be;
  font-weight: bold;
}
.tansuott p {
  display: block;
  font-size: 25px;
  color: #4178be;
  margin-top: 20px;
}
@media (max-width: 1300px) {
  .tansuott span {
    font-size: 32px;
  }
  .tansuott p {
    font-size: 21px;
  }
}
@media (max-width: 768px) {
  .tansuott span {
    font-size: 26px;
  }
  .tansuott p {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .tansuott span {
    font-size: 24px;
  }
  .tansuott p {
    font-size: 17px;
  }
}
@media (max-width: 560px) {
  .tansuott span {
    font-size: 20px;
  }
  .tansuott p {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .tansuott span {
    font-size: 18px;
  }
  .tansuott p {
    font-size: 15px;
  }
}
@media (max-width: 414px) {
  .tansuott span {
    font-size: 16px;
  }
  .tansuott p {
    font-size: 14px;
  }
}
.inabtt {
  text-align: center;
}
.inabtt span {
  display: block;
  font-size: 36px;
  color: #fff;
  font-weight: bold;
}
.inabtt p{
  display: block;
  font-size: 25px;
  color: #ffffff;
  margin-top: 20px;
}
@media (max-width: 1300px) {
  .inabtt span {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .inabtt span {
    font-size: 26px;
  }
}
@media (max-width: 640px) {
  .inabtt span {
    font-size: 24px;
  }
}
@media (max-width: 560px) {
  .inabtt span {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .inabtt span {
    font-size: 18px;
  }
}
@media (max-width: 414px) {
  .inabtt span {
    font-size: 16px;
  }
}
.inabout {
  width: 100%;
  /*padding: 60px 0 70px 0;*/
  position: relative;
  overflow: hidden;
  /*background: url("../images/aboutbg.jpg") no-repeat center center;*/
  /*-webkit-background-size: auto 100%;*/
  /*background-size: auto 100%;*/
}
.inabout video{
  width: 100%;
  height: auto;
  border: 0;
}
.inabout .kejian{
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  bottom: 70px;
}
@media (max-width: 1300px){
  .inabtt p {
    font-size: 21px;
  }
}
@media (max-width: 768px){
  .inabtt p {
    font-size: 18px;
  }
}
@media (max-width: 640px){
  .inabtt p {
    font-size: 17px;
  }
}
@media (max-width: 560px){
  .inabtt p {
    font-size: 16px;
  }
}
@media (max-width: 480px){
  .inabtt p {
    font-size: 15px;
  }
}
@media (max-width: 414px){
  .inabtt p {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .tansuott p {
    margin-top: 10px;
  }
  .inabout .kejian {
    top: 50px;
    bottom: 70px;
  }
  .inabtt p {
    margin-top: 10px;
  }
  .inabout video {
    width: 400%;
    height: auto;
    border: 0;
  }
}
@media (max-width: 1300px) {
  /*.inabout {*/
  /*  padding: 4.61538462% 0 5.38461538% 0;*/
  /*}*/
}
.inabout .inabcon {
  margin-top: 6.23076923%;
}
.inabout .inabcon .inabconl {
  width: 53.46153846%;
  float: left;
}
.inabout .inabcon .inabconl p {
  font-size: 16px;
  line-height: 42px;
  color: #fff;
  text-align: justify
}
.inabout .inabcon .inabconl a {
  display: inline-block;
  padding: 7px 25px;
  background-color: #4178be;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
  color: #fff;
  margin-top: 2.69230769%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.inabout .inabcon .inabconl a:hover{
    background-color: #0344a2;
}
@media (min-width: 769px) {
  .inabout .inabcon .inabconl a:hover {
    background-color: #0344a2;
    color: #ffffff;
  }
}
.inabout .inabcon .inabconr {
  width: 43.07692308%;
  float: right;
  border: 10px solid rgba(255, 255, 255, 0.24);
  font-size:0;
}
.inabout .inabcon .inabconr img {
  width: 100%;
}
@media (max-width: 1300px) {
  .inabout .inabcon .inabconl p {
    font-size: 14px;
    line-height: 30px;
    color: #fff;
  }
}
@media (max-width: 768px) {
  .inabout .inabcon .inabconl p {
    font-size: 12px;
    line-height: 20px;
    color: #fff;
  }
  .inabout .inabcon .inabconl {
    float: none;
    width: 100%;
    margin-top: 3%;
  }
}
@media (max-width: 640px) {
  .inabout .inabcon .inabconr {
    float: none;
    width: 100%;
    max-width: 540px;
    border: 5px solid rgba(255, 255, 255, 0.24);
    margin: 0 auto;
  }
  .inabout .inabcon .inabconl {
    float: none;
    width: 100%;
    margin-top: 3%;
  }
  .inabout .inabcon .inabconl p {
    font-size: 12px;
    line-height: 20px;
    color: #fff;
  }
}
.innews {
  width: 100%;
  padding: 55px 0 50px 0;
  background: #f5f5f5;
}
@media (max-width: 1300px) {
  .innews {
    padding: 4.61538462% 0 5.38461538% 0;
  }
}
.innews .innewstt {
  padding-bottom: 8px;
  border-bottom: 1px solid #dadada;
  margin-top: 2.15384615%;
  margin-bottom: 1.15384615%;
}
.innews .innewstt span {
  font-size: 24px;
  color: #333333;
  float: left;
  line-height: 36px;
}
.innews .innewstt a {
  display: block;
  width: 36px;
  height: 36px;
  font-size: 34px;
  color: #999999;
  float: right;
  text-align: center;
}
@media (min-width: 769px) {
  .innews .innewstt a:hover {
    color: #0146a1;
  }
}
@media (max-width: 1200px) {
  .innews .innewstt {
    padding-bottom: 6px;
  }
  .innews .innewstt span {
    font-size: 22px;
    line-height: 32px;
  }
  .innews .innewstt a {
    width: 32px;
    height: 32px;
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .innews .innewstt {
    padding-bottom: 4px;
  }
  .innews .innewstt span {
    font-size: 18px;
    line-height: 26px;
  }
  .innews .innewstt a {
    width: 26px;
    height: 26px;
    font-size: 28px;
  }
}
@media (max-width: 414px) {
  .innews .innewstt {
    padding-bottom: 4px;
  }
  .innews .innewstt span {
    font-size: 16px;
    line-height: 24px;
  }
  .innews .innewstt a {
    width: 24px;
    height: 24px;
    font-size: 26px;
  }
}
.innews .innewsc .innewsct {
  width: 50%;
  float: left;
}
.innews .innewsc .innewsct a {
  display: block;
  width: 46.15384615%;
  margin-right: 3.84615385%;
  padding: 4px;
  float: left;
}
.innews .innewsc .innewsct a .innimg {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.innews .innewsc .innewsct a .innimg:after {
  content: '';
  display: block;
  padding-top: 45.54794521%;
}
.innews .innewsc .innewsct a .innimg img {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.innews .innewsc .innewsct a .innwen {
  padding: 10px 0 6px 0;
}
.innews .innewsc .innewsct a .innwen span {
  display: block;
  font-size: 18px;
  line-height: 26px;
  height: 26px;
  color: #333333;
  overflow: hidden;
}
.innews .innewsc .innewsct a .innwen p {
  font-size: 14px;
  line-height: 20px;
  height: 20px;
  color: #888888;
  margin-top: 3px;
  overflow: hidden;
}
@media (min-width: 769px) {
  .innews .innewsc .innewsct a:hover {
    background-color: #fff;
  }
  .innews .innewsc .innewsct a:hover .innimg img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  .innews .innewsc .innewsct a:hover .innwen span {
    color: #0146a1;
    text-decoration: underline;
  }
}
@media (max-width: 1200px) {
  .innews .innewsc .innewsct a .innwen span {
    font-size: 16px;
    line-height: 24px;
    height: 24px;
  }
}
@media (max-width: 768px) {
  .innews .innewsc .innewsct a .innwen span {
    font-size: 14px;
    line-height: 20px;
    height: 20px;
  }
  .innews .innewsc .innewsct a .innwen p {
    font-size: 12px;
    line-height: 18px;
    height: 18px;
    color: #888888;
  }
}
@media (max-width: 640px) {
  .innews .innewsc .innewsct {
    width: 100%;
    float: none;
    clear: none;
  }
  .innews .innewsc .innewsct:after {
    content: '';
    display: block;
    clear: both;
  }
  .innews .innewsc .innewsct a {
    width: 48%;
    margin: 0 1%;
  }
  .innews .innewsc .innewsct a .innwen span {
    font-size: 14px;
    line-height: 20px;
    height: 20px;
  }
  .innews .innewsc .innewsct a .innwen p {
    font-size: 12px;
    line-height: 18px;
    height: 18px;
    color: #888888;
  }
}
@media (max-width: 414px) {
  .innews .innewsc .innewsct a .innwen span {
    font-size: 13px;
    line-height: 18px;
    height: 18px;
  }
}
.innews .innewsc .innewsrr {
  width: 50%;
  float: right;
}
.innews .innewsc .innewsrr a {
  display: block;
  padding-left: 13px;
  position: relative;
  margin-bottom: 16px;
}
.innews .innewsc .innewsrr a:after {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  background-color: #363636;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 11px;
}
.innews .innewsc .innewsrr a span {
  display: block;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  height: 24px;
  overflow: hidden;
}
.innews .innewsc .innewsrr a p {
  font-size: 14px;
  color: #888888;
  line-height: 24px;
  height: 24px;
  overflow: hidden;
  margin-top: 6px;
}
@media (max-width: 1200px) {
  .innews .innewsc .innewsrr a {
    margin-bottom: 2%;
  }
  .innews .innewsc .innewsrr a span {
    font-size: 16px;
    line-height: 22px;
    height: 22px;
  }
  .innews .innewsc .innewsrr a p {
    margin-top: 2%;
  }
}
@media (max-width: 768px) {
  .innews .innewsc .innewsrr a span {
    font-size: 14px;
    line-height: 18px;
    height: 18px;
  }
  .innews .innewsc .innewsrr a p {
    font-size: 12px;
    line-height: 18px;
    height: 18px;
    margin-top: 0;
  }
}
@media (max-width: 640px) {
  .innews .innewsc .innewsrr {
    float: none;
    width: 100%;
  }
  .innews .innewsc .innewsrr a p {
    margin-top: 2%;
  }
}
@media (max-width: 414px) {
  .innews .innewsc .innewsrr a span {
    font-size: 13px;
    line-height: 16px;
    height: 16px;
  }
  .innews .innewsc .innewsrr a p {
    font-size: 12px;
    line-height: 16px;
    height: 16px;
  }
}
.inhelp {
  width: 100%;
  padding: 45px 0;
  background: #323232;
}
@media (max-width: 1300px) {
  .inhelp {
    padding: 3.46153846% 0;
  }
}
.inhelp .inhelptt {
  display: block;
  font-size: 30px;
  color: #fff;
  text-align: center;
}
@media (max-width: 1300px) {
  .inhelp .inhelptt {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .inhelp .inhelptt {
    font-size: 22px;
  }
}
@media (max-width: 640px) {
  .inhelp .inhelptt {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .inhelp .inhelptt {
    font-size: 18px;
  }
}
@media (max-width: 414px) {
  .inhelp .inhelptt {
    font-size: 16px;
  }
}
.inhelp .inhelptt2 {
  display: block;
  font-size: 18px;
  color: #fff;
  text-align: center;
  margin-top: 1.53846154%;
}
@media (max-width: 1300px) {
  .inhelp .inhelptt2 {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .inhelp .inhelptt2 {
    font-size: 14px;
  }
}
@media (max-width: 414px) {
  .inhelp .inhelptt2 {
    font-size: 12px;
  }
}
.inhelp ul {
  margin-top: 2.30769231%;
}
@media (max-width: 640px) {
  .inhelp ul {
    margin-top: 4%;
  }
}
.inhelp ul li {
  width: 12.76923077%;
  margin-right: 16.30769231%;
  text-align: center;
  float: left;
}
.inhelp ul li img {
  display: block;
  width: 60.24096386%;
  margin: 0 auto;
}
.inhelp ul li span {
  display: block;
  font-size: 18px;
  color: #fff;
  margin-top: 10.84337349%;
  line-height: 24px;
  overflow: hidden;
}
.inhelp ul li p {
  font-size: 14px;
  color: #fff;
  margin-top: 7.22891566%;
  line-height: 24px;
  overflow: hidden;
}
@media (max-width: 1300px) {
  .inhelp ul li {
    width: 15.76923077%;
    margin-right: 12.30769231%;
  }
  .inhelp ul li img {
    width: 48.7804878%;
  }
  .inhelp ul li span {
    font-size: 16px;
  }
  .inhelp ul li p {
    font-size: 12px;
    line-height: 20px;
    margin-top: 4.81927711%;
  }
}
@media (max-width: 768px) {
  .inhelp ul li {
    width: 19.23076923%;
    margin-right: 7.69230769%;
  }
  .inhelp ul li img {
    width: 48.7804878%;
  }
  .inhelp ul li span {
    font-size: 14px;
  }
  .inhelp ul li p {
    font-size: 12px;
    line-height: 20px;
    margin-top: 4.81927711%;
  }
}
@media (max-width: 640px) {
  .inhelp ul li {
    width: 23.84615385%;
    margin-right: 1.53846154%;
  }
  .inhelp ul li img {
    width: 48.7804878%;
  }
  .inhelp ul li span {
    font-size: 14px;
    margin-top: 6%;
  }
  .inhelp ul li p {
    font-size: 12px;
    line-height: 18px;
    margin-top: 2%;
  }
}
@media (max-width: 480px) {
  .inhelp ul li {
    width: auto;
    margin-right: 2%;
  }
  .inhelp ul li img {
    width: 50px;
  }
  .inhelp ul li span {
    font-size: 14px;
    margin-top: 6px;
  }
  .inhelp ul li p {
    font-size: 12px;
    line-height: 18px;
    margin-top: 6px;
  }
}
@media (max-width: 395px) {
  .inhelp ul li {
    width: 48%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .inhelp ul li img {
    width: 48.7804878%;
    max-width: 50px;
  }
  .inhelp ul li span {
    font-size: 14px;
    margin-top: 6%;
  }
  .inhelp ul li p {
    font-size: 12px;
    line-height: 18px;
    margin-top: 2%;
  }
}
.infoot {
  width: 100%;
  padding: 5px 0 30px 0;
  background-color: #f7f7f7;
}
.infoot ul.pinzhi {
  padding: 24px 0;
  border-bottom: 1px solid #e6e6e6;
}
.infoot ul.pinzhi li {
  display: inline-block;
  width: 19.38461538%;
  vertical-align: top;
  text-align: center;
}
.infoot ul.pinzhi li img {
  margin-right: 14px;
}
.infoot ul.pinzhi li span {
  font-size: 18px;
  color: #555555;
  line-height: 30px;
  vertical-align: top;
}
.infoot ul.pinzhi li.line {
  width: 1px;
  height: 22px;
  background-color: #e0e0e0;
  margin-top: 6px;
}
@media (max-width: 1300px) {
  .infoot ul.pinzhi li span {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .infoot {
    display: none;
  }
  .infoot ul.pinzhi {
    display: none;
  }
}
.infoot ul.www {
  margin-top: 25px;
  padding-bottom: 1%;
  border-bottom: 1px solid #e6e6e6;
}
.infoot ul.www li {
  width: 7.69230769%;
  margin-right: 6.92307692%;
  float: left;
}
.infoot ul.www li span {
  display: block;
  font-size: 16px;
  color: #424242;
  line-height: 26px;
  margin-bottom: 12px;
}
.infoot ul.www li a {
  display: block;
  font-size: 14px;
  color: #757575;
  line-height: 28px;
  height: 28px;
  overflow: hidden;
}
.infoot ul.www li a:hover {
  color: #0145a3;
}
.infoot ul.www li .erw {
  width: 120%;
  margin-right: 3.80952381%;
}
.infoot ul.www li .share {
  margin-top: 8px;
}
.infoot ul.www li .share a {
  display: inline-block;
  float: left;
  margin-right: 8px;
  height: auto;
}
.infoot ul.www li b {
  display: block;
  font-size: 24px;
  color: #0145a3;
}
.infoot ul.www li p {
  font-size: 14px;
  color: #999999;
}
@media (max-width: 1300px) {
  .infoot ul.www {
    margin-top: 20px;
  }
  .infoot ul.www li {
    width: 10.76923077%;
    margin-right: 4.61538462%;
  }
  .infoot ul.www li span {
    font-size: 14px;
  }
  .infoot ul.www li a {
    font-size: 12px;
    line-height: 20px;
    height: 20px;
  }
  .infoot ul.www li b {
    font-size: 20px;
  }
  .infoot ul.www li p {
    font-size: 12px;
    line-height: 18px;
  }
}
@media (max-width: 768px) {
  .infoot ul.www {
    display: none;
  }
}
.infoot .femail {
  width: 100%;
  margin-top: 13px;
}
.infoot .femail p {
  font-size: 16px;
  color: #424242;
  margin-bottom: 8px;
  line-height: 24px;
}
.infoot .femail input[type="text"] {
  width: 400px;
  height: 36px;
  border: 1px solid #cccccc;
  margin-right: 20px;
  background-color: transparent;
  font-size: 12px;
  color: #9c9c9c;
  padding: 0 10px;
  float: left;
}
.infoot .femail input[type="submit"] {
  width: 95px;
  height: 36px;
  line-height: 36px;
  background-color: #94a6be;
  color: #fff;
  text-align: center;
  float: left;
}
@media (max-width: 980px) {
  .infoot .femail p {
    font-size: 14px;
  }
  .infoot .femail input[type="text"] {
    width: 35%;
    margin-right: 5%;
  }
  .infoot .femail input[type="submit"] {
    width: 20%;
  }
}
@media (max-width: 414px) {
  .infoot .femail p {
    font-size: 12px;
  }
}
.inabconr{display:block;}
.syvideo{display:none;}
@media (max-width: 768px){
	.inabconr{
		display:none;
	}
	.syvideo{
		display:block;
	}
	.syvideo video{
		width:100%
	}
}
.spzd{display:block;}
.sjspzd{display:none;}
@media (max-width: 768px){
	.sjspzd video{
		width:100%
	}
}

.topright {
  position: fixed;
  width: 50px;
  top: 120px;
  right: 0;
  z-index:18;
}
.topright li {
  width: 50px;
  height: 40px;
  position: relative;
  background: rgba(0, 0, 0, 0.2);
  cursor: pointer;
  margin-bottom: 2px;
overflow:hidden;
}
.topright li img {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
}
.topright li span {
  padding: 0 20px;
  background-color: #0344a2;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
  position: absolute;
  right: 0;
  white-space: nowrap;
  opacity: 0;
  -webkit-transition: right .3s;
  -moz-transition: right .3s;
  -ms-transition: right .3s;
  -o-transition: right .3s;
  transition: right .3s;
}
.topright li:hover {
  background: #0344a2;
overflow:visible;
}
.topright li:hover span {
  opacity: 1;
  right: 50px;
}
@media (max-width: 768px) {
  .topright {
    display: none;
  }
}
.footer {
  width: 100%;
  padding: 30px 0;
  background-color: #363636;
}
.footer img {
  float: left;
}
.footer .footleft {
  float: left;
  width: 60%;
  margin-left: 20px;
}
.footer .footleft .foota .link{
  display: inline-block;
}
.footer .footleft .foota a {
  font-size: 14px;
  color: #fff;
  line-height: 26px;
}
.footer .footleft .foota a:hover {
  text-decoration: underline;
}
.footer .footleft .foota .link a{
  font-size: 14px;
  color: #fff;
  line-height: 26px;
  position: relative;
  margin-right: 20px;
}
.footer .footleft .foota .link a:after{
  content: '';
  display: block;
  width: 1px;
  height: 80%;
  position: absolute;
  margin: auto;
  bottom: 0;
  right: -12px;
  background: #fff;
}
.footer .footleft .foota .link a:last-child:after{
  display: none;
}
.footer .footleft p {
  font-size: 14px;
  color: #a6a6a6;
  line-height: 26px;
}
.footer p.js {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  line-height: 26px;
  float: right;
}
.footer p.js a {
  color: #fff;
}
.footer p.js a:hover {
  text-decoration: underline;
}
@media (max-width: 640px) {
  .footer {
    padding: 2.5% 0;
  }
  .footer img {
    margin-right: 10px;
  }
  .footer .footleft {
    float: none;
    width: 100%;
    margin: 0;
  }
  .footer p.js {
    float: none;
    width: 100%;
    text-align: center;
  }
}
/*移动端底部导航*/
.phonefooternav {
  position: fixed;
  bottom: 0;
  width: 100%;
  display: none;
  z-index: 99999;
}
@media (max-width: 768px) {
  .phonefooternav {
    display: block;
  }
}
.phonefooternav ul li {
  width: 25%;
  background: #494949;
  float: left;
  padding: 5px 0;
  border-right: 1px solid #666 ;
  list-style: none;
}
.phonefooternav ul li a {
  display: block;
  color: #fff;
  text-align: center;
}
.phonefooternav ul li a i {
  display: block;
  font-size: 20px;
  padding: 5px 0 6px 0;
}
.nei_banner {
  width: 100%;
  height: 260px;
}
@media (max-width: 1300px) {
  .nei_banner {
    height: 230px;
  }
}
@media (max-width: 768px) {
  .nei_banner {
    height: 200px;
  }
}
@media (max-width: 640px) {
  .nei_banner {
    height: 150px;
  }
}
@media (max-width: 480px) {
  .nei_banner {
    height: 110px;
  }
}
@media (max-width: 360px) {
  .nei_banner {
    height: 80px;
  }
}
.bread {
  width: 100%;
  height: 56px;
  padding: 7px 0;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  z-index:9;
}
.bread a {
  font-size: 16px;
  color: #333333;
  line-height: 42px;
  float: left;
}
.bread a:hover {
  color: #0046a1;
}
.bread i {
  font-size: 16px;
  color: #333333;
  line-height: 42px;
  margin: 0 10px;
  float: left;
}
.bread .brrw {

  height: 42px;
  float: left;
}
.bread .brrw .brr {
  border: 1px solid transparent;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  cursor: pointer;
  height: 40px;
  overflow: hidden;
}
.bread .brrw .brr span {
  display: block;
  line-height: 40px;
  height: 40px;
  overflow: hidden;
  color: #333333;
  padding: 0 25px 0 8px;
  position: relative;
  font-size: 16px;
}
.bread .brrw .brr span:after {
  content: '';
  display: block;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 3px solid #0046a1;
  position: absolute;
  right: 15px;
  top: 18px;
}
.bread .brrw .brr a {
  display: block;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
  color: #333333;
  float: none;
  padding: 0 8px;
  background-color: #fff;
}
.bread .nei_nav {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 3px;
  right: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  display: none;
}
@media (max-width: 980px) {
  .bread .nei_nav {
    display: block;
  }
}
.bread .nei_nav img {
  width: 60%;
  position: absolute;
  top: 6px;
  margin: auto;
  left: 0;
  right: 0;
}
@media (max-width: 768px) {
  .bread {
    padding: 4px 0;
    height: 43px;
  }
  .bread a {
    font-size: 14px;
    line-height: 35px;
  }
  .bread i {
    font-size: 14px;
    color: #333333;
    line-height: 35px;
    margin: 0 7px;
  }
  .bread .brrw {
    height: 35px;
  }
  .bread .brrw .brr {
    height: 33px;
  }
  .bread .brrw .brr span {
    line-height: 33px;
    height: 33px;
    padding: 0 16px 0 6px;
    font-size: 14px;
  }
  .bread .brrw .brr span:after {
    right: 6px;
    top: 15px;
  }
  .bread .brrw .brr a {
    line-height: 24px;
    height: 24px;
    padding: 0 6px;
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .bread a {
    font-size: 10px;
  }
  .bread i {
    font-size: 12px;
  }
  .bread .brrw .brr span {
    font-size: 12px;
  }
  .bread .brrw .brr a {
    font-size: 12px;
  }
}
.neiye {
  width: 100%;
  padding: 45px 0 50px 0;
}
@media (max-width: 768px) {
  .neiye {
    padding: 3% 0 4% 0;
  }
}
.neiye .neiye_left {
  width: 19.23076923%;
  float: left;
}
.neiye .neiye_left .nynav .nytit {
  display: block;
  width: 100%;
  height: 98px;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  line-height: 98px;
  padding: 0 26px;
  font-size: 33px;
  font-weight: 600;
  color: #fff;
}
@media (max-width: 768px) {
  .neiye .neiye_left .nynav .nytit {
    height: 80px;
    line-height: 80px;
    font-size: 28px;
  }
}
@media (max-width: 560px) {
  .neiye .neiye_left .nynav .nytit {
    height: 70px;
    line-height: 70px;
    font-size: 24px;
    padding: 0 22px;
  }
}
@media (max-width: 414px) {
  .neiye .neiye_left .nynav .nytit {
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    padding: 0 18px;
  }
}
.neiye .neiye_left .nynav img {
  width: 100%;
}
.neiye .neiye_left .nynav .nynn a {
  display: block;
  line-height: 46px;
  height: 46px;
  padding: 0 40px;
  border-bottom: 1px solid #e1e1e1;
  overflow: hidden;
  position: relative;
  font-size: 16px;
}
.neiye .neiye_left .nynav .nynn a:after {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #999999;
  border-right: 1px solid #999999;
  position: absolute;
  right: 28px;
  top: 17px;
  transform: rotate(45deg);
}
.neiye .neiye_left .nynav .nynn a:hover {
  background-color: #155ea3;
  color: #fff;
}
.neiye .neiye_left .nynav .nynn a:hover:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media (max-width: 768px) {
  .neiye .neiye_left .nynav .nynn a {
    font-size: 14px;
    padding: 0 30px;
  }
  .neiye .neiye_left .nynav .nynn a:after {
    right: 23px;
  }
}
@media (max-width: 414px) {
  .neiye .neiye_left .nynav .nynn a {
    font-size: 12px;
    padding: 0 20px;
  }
  .neiye .neiye_left .nynav .nynn a:after {
    right: 13px;
  }
}
.neiye .neiye_left .nynav .nynn a.active {
  background-color: #155ea3;
  color: #fff;
}
.neiye .neiye_left .nynav .nynn a.active:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.neiye .neiye_left .nyfw {
  margin-top: 38px;
}
.neiye .neiye_left .nyfw .nyftit {
  display: block;
  height: 50px;
  line-height: 50px;
  background-color: #155ea3;
  color: #fff;
  padding: 0 18px;
  font-size: 24px;
}
.neiye .neiye_left .nyfw .nyff {
  width: 100%;
  padding: 8px;
  border: 1px solid #d5d5d5;
}
.neiye .neiye_left .nyfw .nyff a {
  display: block;
  position: relative;
  width: 100%;
}
.neiye .neiye_left .nyfw .nyff a:after {
  content: '';
  display: block;
  width: 100%;
  padding-top: 75.43859649%;
}
.neiye .neiye_left .nyfw .nyff a img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.neiye .neiye_left .nyfw .nyff a span {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 42px;
  height: 42px;
  overflow: hidden;
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  bottom: 0;
  left: 0;
}
.neiye .neiye_left .nyfw .nyff .slick-arrow {
  width: 13px;
  height: 13px;
}
.neiye .neiye_left .nyfw .nyff .slick-prev {
  border-left: solid 3px #fff;
  border-bottom: solid 3px #fff;
  left: auto;
  right: 33px;
  top: -30px;
  margin-top: 0;
}
.neiye .neiye_left .nyfw .nyff .slick-next {
  border-right: solid 3px #fff;
  border-bottom: solid 3px #fff;
  left: auto;
  right: 15px;
  top: -30px;
  margin-top: 0;
}
.neiye .neiye_left .nlx {
  width: 100%;
  height: 363px;
  margin-top: 35px;
  padding: 20px 15px 40px 22px;
}
.neiye .neiye_left .nlx .nlxtit {
  display: block;
  width: 100%;
  font-size: 25px;
  line-height: 34px;
  color: #fff;
}
.neiye .neiye_left .nlx .nlxtit img {
  float: right;
  margin-top: 3px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  margin-right: 4px;
}
.neiye .neiye_left .nlx .nlxtit:hover img {
  -webkit-transform: translatex(6px);
  -moz-transform: translatex(6px);
  -ms-transform: translatex(6px);
  -o-transform: translatex(6px);
  transform: translatex(6px);
}
.neiye .neiye_left .nlx ul {
  margin-top: 16%;
}
.neiye .neiye_left .nlx ul li {
  margin-bottom: 8%;
}
.neiye .neiye_left .nlx ul li img {
  float: left;
  margin-right: 8px;
}
.neiye .neiye_left .nlx ul li span {
  display: block;
  width: 180px;
  float: right;
  font-size: 14px;
  color: #fff;
  line-height: 24px;
}
.neiye .neiye_left .nlx .inlinekf {
  display: block;
  width: 80%;
  height: 50px;
  border: 1px solid #fff;
  text-align: center;
  font-size: 14px;
  color: #fff;
  line-height: 48px;
  margin: 35px auto 0 auto;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.neiye .neiye_left .nlx .inlinekf img {
  margin-right: 14px;
}
.neiye .neiye_left .nlx .inlinekf:hover {
  background-color: #1c63a2;
}
.neiye .neiye_right {
  width: 70%;
  float: right;
}
.neiye .neiye_right .nyrcon {
  margin-top: 3.84615385%;
}
.neiye .neiye_right .nyrcon .nyrt {
  padding-left: 1.00659341%;
}
.neiye .neiye_right .nyrcon .nyrt span {
  display: block;
  font-size: 24px;
  color: #0d41ad;
  height: 24px;
  line-height: 24px;
  padding-left: 20px;
  border-left: 5px solid #155ea3;
}
@media (max-width: 768px) {
  .neiye .neiye_right .nyrcon .nyrt span {
    font-size: 20px;
    height: 20px;
    line-height: 20px;
    padding-left: 18px;
    border-left: 4px solid #155ea3;
  }
}
@media (max-width: 580px) {
  .neiye .neiye_right .nyrcon .nyrt span {
    font-size: 18px;
    height: 18px;
    line-height: 18px;
    padding-left: 16px;
    border-left: 4px solid #155ea3;
  }
}
@media (max-width: 414px) {
  .neiye .neiye_right .nyrcon .nyrt span {
    font-size: 16px;
    height: 16px;
    line-height: 16px;
    padding-left: 14px;
    border-left: 3px solid #155ea3;
  }
}
@media (max-width: 350px) {
  .neiye .neiye_right .nyrcon .nyrt span {
    font-size: 14px;
    height: 14px;
    line-height: 14px;
    padding-left: 12px;
    border-left: 2px solid #155ea3;
  }
}
.neiye .neiye_right .nyrcon .neixm {
  width: 100%;
  margin-top: 3.84615385%;
}
.neiye .neiye_right .nyrcon .neixm a {
  display: inline-block;
  width: 31.31868132%;
  margin: 0 1.00659341% 5.49450549% 1.00659341%;
  vertical-align: top;
  float: left;
}
.neiye .neiye_right .nyrcon .neixm a .nxmimg {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.neiye .neiye_right .nyrcon .neixm a .nxmimg:after {
  content: '';
  display: block;
  width: 100%;
  padding-top: 75.43859649%;
}
.neiye .neiye_right .nyrcon .neixm a .nxmimg img {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.neiye .neiye_right .nyrcon .neixm a .nxmwen {
  border: 1px solid #eeeeee;
  border-top: 0;
  padding: 7.01754386% 5.26315789%;
  position: relative;
}
.neiye .neiye_right .nyrcon .neixm a .nxmwen:after {
  content: '';
  display: block;
  width: 0;
  height: 100%;
  background-color: #155ea3;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.neiye .neiye_right .nyrcon .neixm a .nxmwen span {
  display: block;
  font-size: 16px;
  line-height: 24px;
  height: 24px;
  overflow: hidden;
  color: #333333;
  position: relative;
  z-index: 2;
}
.neiye .neiye_right .nyrcon .neixm a .nxmwen p {
  font-size: 14px;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
  color: #999999;
  margin-top: 2.80701754%;
  position: relative;
  z-index: 2;
}
.neiye .neiye_right .nyrcon .neixm a .nxmwen .rmore {
  border-top: 1px solid #eeeeee;
  margin-top: 7.01754386%;
  padding-top: 4.21052632%;
  position: relative;
  z-index: 2;
}
.neiye .neiye_right .nyrcon .neixm a .nxmwen .rmore i {
  font-size: 12px;
  color: #393939;
  float: left;
  line-height: 18px;
}
.neiye .neiye_right .nyrcon .neixm a .nxmwen .rmore b {
  font-size: 18px;
  color: #393939;
  float: right;
  line-height: 18px;
}
@media (min-width: 769px) {
  .neiye .neiye_right .nyrcon .neixm a:hover .nxmimg img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  .neiye .neiye_right .nyrcon .neixm a:hover .nxmwen {
    border: 1px solid #155ea3;
    border-top: 0;
  }
  .neiye .neiye_right .nyrcon .neixm a:hover .nxmwen:after {
    width: 100%;
  }
  .neiye .neiye_right .nyrcon .neixm a:hover .nxmwen span {
    color: #fff;
  }
  .neiye .neiye_right .nyrcon .neixm a:hover .nxmwen p {
    color: #fff;
  }
  .neiye .neiye_right .nyrcon .neixm a:hover .nxmwen .rmore {
    border-top: 1px solid #fff;
  }
  .neiye .neiye_right .nyrcon .neixm a:hover .nxmwen .rmore i {
    color: #fff;
  }
  .neiye .neiye_right .nyrcon .neixm a:hover .nxmwen .rmore b {
    color: #fff;
  }
}
@media (max-width: 560px) {
  .neiye .neiye_right .nyrcon .neixm a .nxmwen span {
    font-size: 14px;
    line-height: 20px;
    height: 20px;
  }
  .neiye .neiye_right .nyrcon .neixm a .nxmwen p {
    font-size: 12px;
    line-height: 18px;
    height: 54px;
  }
}
@media (max-width: 414px) {
  .neiye .neiye_right .nyrcon .neixm a {
    width: 46%;
    margin: 0 2% 4% 2%;
  }
}
.neiye .neiye_right .nyrcon .neicase {
  width: 100%;
  margin-top: 3.84615385%;
}
.neiye .neiye_right .nyrcon .neicase a {
  display: inline-block;
  width: 31.31868132%;
  margin: 0 1.00659341% 5.49450549% 1.00659341%;
  vertical-align: top;
  float: left;
  border: 1px solid #ecebeb;
  padding: 6px;
  position: relative;
  background-color: #fff;
}
.neiye .neiye_right .nyrcon .neicase a:after {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  background-color: #155ea3;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.neiye .neiye_right .nyrcon .neicase a .ncsimg {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.neiye .neiye_right .nyrcon .neicase a .ncsimg:after {
  content: '';
  display: block;
  width: 100%;
  padding-top: 75.43859649%;
}
.neiye .neiye_right .nyrcon .neicase a .ncsimg img {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.neiye .neiye_right .nyrcon .neicase a .ncsimg .add {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  opacity: 0;
}
.neiye .neiye_right .nyrcon .neicase a .ncsimg .add:before {
  content: '';
  display: block;
  width: 45px;
  height: 5px;
  background-color: #fff;
  position: absolute;
  top: 0;
  margin-top: 0;
  right: 0;
  margin-right: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.neiye .neiye_right .nyrcon .neicase a .ncsimg .add:after {
  content: '';
  display: block;
  width: 5px;
  height: 45px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  margin-bottom: 0;
  left: 0;
  margin-left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.neiye .neiye_right .nyrcon .neicase a .ncswen {
  padding: 1.75438596% 0 7.01754386% 0;
  position: relative;
}
.neiye .neiye_right .nyrcon .neicase a .ncswen span {
  display: block;
  font-size: 16px;
  line-height: 44px;
  height: 44px;
  overflow: hidden;
  color: #333333;
  position: relative;
  z-index: 2;
  border-bottom: 1px solid #ecebeb;
}
.neiye .neiye_right .nyrcon .neicase a .ncswen p {
  font-size: 14px;
  line-height: 24px;
  height: 72px;
  overflow: hidden;
  color: #999999;
  margin-top: 2.80701754%;
  position: relative;
  z-index: 2;
}
@media (min-width: 769px) {
  .neiye .neiye_right .nyrcon .neicase a:hover:after {
    height: 100%;
  }
  .neiye .neiye_right .nyrcon .neicase a:hover .ncsimg img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  .neiye .neiye_right .nyrcon .neicase a:hover .ncsimg .add {
    opacity: 1;
  }
  .neiye .neiye_right .nyrcon .neicase a:hover .ncsimg .add:before {
    top: 50%;
    margin-top: -3px;
    right: 50%;
    margin-right: -22px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .neiye .neiye_right .nyrcon .neicase a:hover .ncsimg .add:after {
    bottom: 50%;
    margin-bottom: -22px;
    left: 50%;
    margin-left: -3px;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .neiye .neiye_right .nyrcon .neicase a:hover .ncswen span {
    color: #fff;
    border-bottom: 1px solid #fff;
  }
  .neiye .neiye_right .nyrcon .neicase a:hover .ncswen p {
    color: #fff;
  }
  .neiye .neiye_right .nyrcon .neicase a:hover .ncswen .rmore {
    border-top: 1px solid #fff;
  }
  .neiye .neiye_right .nyrcon .neicase a:hover .ncswen .rmore i {
    color: #fff;
  }
  .neiye .neiye_right .nyrcon .neicase a:hover .ncswen .rmore b {
    color: #fff;
  }
}
@media (max-width: 768px) {
  .neiye .neiye_right .nyrcon .neicase a .ncsimg .add {
    display: none;
  }
}
@media (max-width: 560px) {
  .neiye .neiye_right .nyrcon .neicase a .ncswen span {
    font-size: 14px;
    line-height: 36px;
    height: 36px;
  }
  .neiye .neiye_right .nyrcon .neicase a .ncswen p {
    font-size: 12px;
    line-height: 18px;
    height: 54px;
  }
}
@media (max-width: 414px) {
  .neiye .neiye_right .nyrcon .neicase a {
    width: 46%;
    margin: 0 2% 4% 2%;
  }
}
@media (max-width: 980px) {
  .neiye .neiye_left {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    z-index: 9;
  }
  .neiye .neiye_left .nynav {
    position: absolute;
    width: 200px;
    height: 100%;
    top: 0;
    left: -20px;
    background: #fff;
  }
  .neiye .neiye_left .nyfw {
    display: none;
  }
  .neiye .neiye_left .nlx {
    display: none;
  }
  .neiye .neiye_right {
    width: 100%;
    float: none;
  }
}
.proser {
  width: 100%;
  margin: 40px 0;
  text-align: center;
}
.proser input[type="text"] {
  width: 60%;
  font-size: 18px;
  color: #b1b1b1;
  line-height: 53px;
  height: 55px;
  border: 1px solid #a6a6a6;
  padding: 0 20px;
}
.proser input[type="submit"] {
  width: 90px;
  height: 55px;
  font-size: 18px;
  line-height: 55px;
  background-color: #0046a1;
  color: #fff;
  vertical-align: top;
}
.type_con{
  width: 100%;
  margin: 30px 0;
}
.type_con p,.type_con div{
  font-size: 16px;
    color: #666666;
    line-height: 34px;
}
.type_con p img{
  max-width:100%;
}

@media (max-width: 768px) {
  .proser {
    margin: 3.07692308% 0;
  }
  .proser input[type="text"] {
    font-size: 16px;
    height: 46px;
    line-height: 44px;
  }
  .proser input[type="submit"] {
    font-size: 16px;
    height: 46px;
    line-height: 44px;
  }
}
@media (max-width: 560px) {
  .proser input[type="text"] {
    font-size: 14px;
    height: 36px;
    line-height: 34px;
  }
  .proser input[type="submit"] {
    font-size: 14px;
    height: 36px;
    line-height: 34px;
  }
}
@media (max-width: 480px) {
  .proser input[type="text"] {
    font-size: 12px;
    height: 34px;
    line-height: 32px;
  }
  .proser input[type="submit"] {
    font-size: 12px;
    height: 34px;
    line-height: 32px;
  }
}
#cha {
  display: block;
  position: absolute;
  width: 50px;
  height: 39px;
  top: 0;
  right: 0;
  padding: 4px 20px 10px 10px;
  font-size: 30px;
  background: #f3f3f3;
  cursor: pointer;
}
.protit {
  border-top: 2px solid #ededed;
  padding-bottom: 12px;
}
.protit ul li {
  padding: 10px 0;
  border-bottom: 1px dashed #ededed;
}
.protit ul li b {
  float: left;
  font-size: 16px;
  color: #a0a0a0;
  line-height: 24px;
  padding: 0 10px;
  font-weight: 100;
  width: 140px;
}
.protit ul li span {
  display: inline-block;
  padding: 0 7px;
  color: #a0a0a0;
  margin-right: 2%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  line-height: 24px;
  font-size: 16px;
}
.protit ul li span.active {
  background-color: #0046a1;
  color: #fff;
}
@media (max-width: 1300px) {
  .protit ul li b {
    padding: 0 8px;
    font-size: 14px;
  }
  .protit ul li span {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .protit ul li b {
    padding: 0 5px;
    font-size: 12px;
	width: 95px;
  }
  .protit ul li span {
    font-size: 12px;
	margin-right: 1%;
  }
}
.protit .shouqi {
  width: 100%;
  border-top: 1px solid #ededed;
}
.protit .shouqi span {
  display: block;
  border: 1px solid #ededed;
  border-top: 0;
  background-color: #fff;
  margin: -1px auto 0 auto;
  font-size: 16px;
  color: #434343;
  width: 92px;
  height: 42px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}
.protit .shouqi span img {
  vertical-align: 2px;
  margin-left: 2px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.protit .shouqi span:hover {
  color: #0046a1;
}
@media (max-width: 480px) {
  .protit .shouqi span {
    font-size: 14px;
    width: 82px;
    height: 36px;
    text-align: center;
    line-height: 35px;
  }
}
.neipro {
  width: 100%;
  padding: 45px 0 30px 0;
  background-color: #f5f5f5;
}
.neipro a {
  display: block;
  width: 23.84615385%;
  padding: 45px 50px 25px 50px;
  background-color: #fff;
  text-align: center;
  float: left;
  margin-right: 1.53846154%;
  margin-bottom: 1.53846154%;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.neipro a .nproimg {
  width: 100%;
  position: relative;
  margin-bottom: 17.14285714%;
}
.neipro a .nproimg:after {
  content: '';
  display: block;
  padding-top: 73.80952381%;
}
.neipro a i {
  display: block;
  font-size: 16px;
  color: #3a3a3a;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
}
.neipro a span {
  display: block;
  font-size: 16px;
  color: #3a3a3a;
  line-height: 32px;
  height: 32px;
  overflow: hidden;
}
.neipro a h2 {
  display: block;
  font-size: 16px;
  color: #3a3a3a;
  line-height: 32px;
  height: 32px;
  overflow: hidden;
  font-weight:normal;
}
.neipro a p {
  font-size: 14px;
  color: #aaaaaa;
  line-height: 24px;
  height: 72px;
  margin-top: 10px;
  overflow: hidden;
}
@media (min-width: 769px) {
  .neipro a:hover {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
    -webkit-box-shadow: 0 8px 8px #e3e3e3;
    -moz-box-shadow: 0 8px 8px #e3e3e3;
    box-shadow: 0 8px 8px #e3e3e3;
  }
}
@media (max-width: 1300px) {
  .neipro {
    padding: 3.46153846% 0 2.30769231% 0;
  }
  .neipro a {
    padding: 3.46153846% 3.84615385% 1.92307692% 3.84615385%;
  }
  .neipro a i {
    font-size: 14px;
    line-height: 18px;
    height: 18px;
  }
  .neipro a span {
    font-size: 14px;
    line-height: 24px;
    height: 24px;
  }
  .neipro a h2 {
    font-size: 14px;
    line-height: 24px;
    height: 24px;
  }
  .neipro a p {
    font-size: 13px;
    line-height: 20px;
    height: 60px;
    margin-top: 6px;
  }
}
@media (max-width: 768px) {
  .neipro a {
    width: 32%;
    margin-right: 2%;
  }
  .neipro a .nproimg {
    margin-bottom: 10%;
  }
}
@media (max-width: 480px) {
  .neipro a {
    width: 48%;
    margin-right: 2%;
  }
}
@media (max-width: 414px) {
  .neipro a .nproimg {
    margin-bottom: 6%;
  }
  .neipro a i {
    font-size: 13px;
    line-height: 16px;
    height: 16px;
  }
  .neipro a span {
    font-size: 13px;
    line-height: 22px;
    height: 22px;
  }
  .neipro a h2 {
    font-size: 13px;
    line-height: 22px;
    height: 22px;
  }
  .neipro a p {
    font-size: 12px;
    line-height: 18px;
    height: 54px;
    margin-top: 3px;
  }
}
.neippw {
  width: 100%;
  padding: 40px 0 10px 0;
  background-color: #f5f5f5;
}
@media (max-width: 480px) {
  .neippw {
    padding: 3.07692308% 0 0.76923077% 0;
  }
}
.neippw ul li {
  margin-bottom: 3.07692308%;
  position: relative;
  overflow: hidden;
  background: #fff;
}
.neippw ul li .fff {
  width: 80%;
  float: right;
}
.neippw ul li .fff a {
  width: 41.73076923%;
  padding: 30px 22px 35px 22px;
  background: #fff;
  float: right;
  text-align: center;
  margin: 0 0 0.09615385% 0.09615385%;
}
.neippw ul li .fff a .npwimg {
  width: 100%;
  position: relative;
  margin-bottom: 4.60829493%;
}
.neippw ul li .fff a .npwimg:after {
  content: '';
  display: block;
  width: 100%;
  padding-top: 29.7029703%;
}
.neippw ul li .fff a span {
  display: block;
  font-size: 18px;
  line-height: 26px;
  height: 26px;
  color: #333333;
  overflow: hidden;
}
.neippw ul li .fff a p {
  font-size: 12px;
  line-height: 24px;
  height: 48px;
  color: #666666;
  overflow: hidden;
  margin-top: 2.76497696%;
}
@media (min-width: 769px) {
  .neippw ul li .fff a:hover {
    background-color: #cedcef;
  }
}
.neippw ul li .nnptit {
  display: block;
  position: absolute;
  width: 34.61538462%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 10% 3.07692308% 0 3.07692308%;
}

.neippw ul li .nnptit span {
  display: block;
  font-size: 24px;
  color: #fff;
}
.neippw ul li .nnptit i {
  display: block;
  font-size: 30px;
  color: #fff;
  opacity: .1;
  margin-top: 2.22222222%;
}
.neippw ul li .nnptit p {
  display: block;
  font-size: 16px;
  color: #fff;
  margin-top: 3.33333333%;
  line-height: 24px;
}
.neippw ul li .nnptit b {
  display: block;
  font-size: 16px;
  color: #fff;
  margin-top: 10%;
  line-height: 28px;
  width: 84px;
  height: 28px;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.25);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-weight: 100;
}
@media (min-width: 769px) {
  .neippw ul li .nnptit:hover b{
    background-color: #ffffff;
    color: #0045a4;
  }
}
.neippw ul li.first .fff a {
  width: 31.15384615%;
}
.neippw ul li.first .nnptit {
  width: 26.15384615%;
}
.neippw ul li.right .nnptit {
  left: auto;
  right: 0;
}
.neippw ul li.right .fff {
  float: left;
}
.neippw ul li.right .fff a {
  float: left;
}
@media (max-width: 1300px) {
  .neippw ul li .fff a {
    padding: 22px 15px 27px 15px;
  }
  .neippw ul li .fff a span {
    font-size: 16px;
    line-height: 24px;
    height: 24px;
  }
  .neippw ul li .fff a p {
    line-height: 22px;
    height: 44px;
  }
  .neippw ul li .nnptit {
    padding: 8.46153846% 2.76923077% 0 2.76923077%;
  }
  .neippw ul li .nnptit span {
    font-size: 22px;
  }
  .neippw ul li .nnptit i {
    font-size: 28px;
  }
  .neippw ul li .nnptit p {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 768px) {
  .neippw ul li .fff a {
    padding: 16px 12px 20px 12px;
  }
  .neippw ul li .fff a span {
    font-size: 14px;
    line-height: 20px;
    height: 20px;
  }
  .neippw ul li .fff a p {
    line-height: 16px;
    height: 32px;
  }
  .neippw ul li .nnptit {
    padding: 4.61538462% 2.30769231% 0 2.30769231%;
  }
  .neippw ul li .nnptit span {
    font-size: 18px;
  }
  .neippw ul li .nnptit i {
    font-size: 20px;
    margin-top: 1.33333333%;
  }
  .neippw ul li .nnptit p {
    font-size: 12px;
    line-height: 20px;
    margin-top: 2.22222222%;
  }
  .neippw ul li .nnptit a {
    font-size: 14px;
    margin-top: 6.66666667%;
  }
}
@media (max-width: 480px) {
  .neippw ul li .fff {
    width: 100%;
    float: none;
  }
  .neippw ul li .fff a {
    padding: 16px 10px 20px 10px;
    width: 48%;
    margin: 0 1% 1%;
  }
  .neippw ul li .fff a span {
    font-size: 13px;
    line-height: 18px;
    height: 18px;
  }
  .neippw ul li .fff a p {
    line-height: 14px;
    height: 28px;
  }
  .neippw ul li .nnptit {
    padding: 4.61538462% 2.30769231% 0 2.30769231%;
    position: relative;
    background: none!important;
    width: 100%;
    text-align: center;
  }
  .neippw ul li .nnptit span {
    font-size: 16px;
    color: #333;
  }
  .neippw ul li .nnptit i {
    font-size: 18px;
    color: #333;
  }
  .neippw ul li .nnptit p {
    font-size: 12px;
    line-height: 18px;
    color: #333;
  }
  .neippw ul li .nnptit a {
    font-size: 12px;
    margin: 4% auto;
    line-height: 25px;
    width: 70px;
    height: 25px;
    color: #fff;
    background-color: #0045a4;
  }
  .neippw ul li.first .nnptit {
    width: 100%;
  }
  .neippw ul li.first .fff a {
    width: 48%;
    margin: 0 1% 1%;
  }
}
@media (max-width: 414px) {
  .neippw ul li .fff a {
    padding: 16px 10px 20px 10px;
    float: left;
    width: 48%;
    margin: 0 1% 1%;
  }
  .neippw ul li .fff a span {
    font-size: 13px;
    line-height: 18px;
    height: 18px;
  }
  .neippw ul li .fff a p {
    line-height: 14px;
    height: 28px;
  }
  .neippw ul li .nnptit {
    position: relative;
    background: none!important;
    width: 100%;
    text-align: center;
  }
  .neippw ul li .nnptit span {
    color: #333;
  }
  .neippw ul li .nnptit i {
    color: #333;
  }
  .neippw ul li .nnptit p {
    color: #333;
  }
  .neippw ul li .nnptit a {
    color: #fff;
    margin: 4% auto;
    background-color: #0045a4;
  }
}
.neipxq {
  width: 100%;
  margin-top: 2.30769231%;
}
.neipxq .neipxqleft {
  width: 40.76923077%;
  float: left;
}
.neipxq .neipxqleft .ncaseimg {
  width: 100%;
  height: 380px;
  border-radius: 2%;
}
.neipxq .neipxqleft .nxqbig {
  width: 100%;
  border: 1px solid #cccccc;
}
.neipxq .neipxqleft .nxqbig .nxqbigimg {
  width: 100%;
  position: relative;
}
.neipxq .neipxqleft .nxqbig .nxqbigimg:after {
  content: '';
  display: block;
  width: 100%;
  padding-top: 68.86792453%;
}
.neipxq .neipxqleft .nxqsm {
  width: 100%;
  padding: 0 25px;
  margin-top: 30px;
}
.neipxq .neipxqleft .nxqsm .nxqsmimg {
  border: 1px solid #cccccc;
  position: relative;
  margin: 0 5px;
}
.neipxq .neipxqleft .nxqsm .nxqsmimg:after {
  content: '';
  display: block;
  width: 100%;
  padding-top: 100%;
}
.neipxq .neipxqleft .nxqsm .slick-current {
  border: 1px solid #0046a1;
}
.neipxq .neipxqleft .nxqsm .slick-prev,
.neipxq .neipxqleft .nxqsm .slick-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
.neipxq .neipxqleft .nxqsm .slick-prev {
  left: 0;
  border-left: solid 2px #cccccc;
  border-bottom: solid 2px #cccccc;
}
.neipxq .neipxqleft .nxqsm .slick-next {
  right: 0;
  border-right: solid 2px #cccccc;
  border-bottom: solid 2px #cccccc;
}
.neipxq .neipxqright {
  width: 51.15384615%;
  float: right;
  padding-top: 1.23076923%;
}
.neipxq .neipxqright b {
  display: block;
  font-size: 36px;
  color: #0046a1;
}
.neipxq .hottopics h1 {
  display: block;
  font-size: 36px;
  color: #0046a1;
}
.neipxq .neipxqright span {
  display: block;
  font-size: 30px;
  color: #0046a1;
  margin-bottom:20px;
}
.neipxq .neipxqright i {
  display: block;
  font-size: 16px;
  color: #666666;
  width: 94px;
  height: 30px;
  line-height: 28px;
  border: 1px solid #666666;
  margin-top: 3.0075188%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
}
.neipxq .neipxqright .texing p {
  font-size: 16px;
  color: #666666;
  line-height: 2;
  text-align: justify;
}
.neipxq .neipxqright .ppdd {
  margin-top: 5.5112782%;
  padding-top: 7.5112782%;
  border-top: 1px solid #cccccc;
}
.neipxq .neipxqright .ppdd a {
  display: block;
  width: 140px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  color: #fff;
  background-color: #0046a1;
  float: left;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.neipxq .neipxqright .ppdd a:hover {
  background-color: #033d87;
}
.neipxq .neipxqright .nsh {
	float:right;
	width:225px;
}

.neipxq .neipxqright .nsh p {
  font-size: 16px;
  color: #666666;
  float: left;
  line-height: 40px;
}
.neipxq .neipxqright .nsh .ssh {
  width: 40px;
  height: 40px;
  float: left;
  background-color: #e2e1e0;
  position: relative;
  margin-right: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}
.neipxq .neipxqright .nsh .ssh .nshare1 {
  display: block;
}
.neipxq .neipxqright .nsh .ssh .nshare2 {
  display: none;
}
.neipxq .neipxqright .nsh .ssh:hover {
  background-color: #01d20d;
}
.neipxq .neipxqright .nsh .ssh:hover .nshare2 {
  display: block;
}
.neipxq .neipxqright .nsh .ssh:hover .nshare1 {
  display: none;
}
@media (max-width: 1300px) {
  .neipxq .neipxqright {
    width: 55.76923077%;
    padding-top: 0.76923077%;
  }
  .neipxq .neipxqright b {
    font-size: 30px;
  }
  
 .neipxq .hottopics h1 {
    font-size: 30px;
  }
  
  .neipxq .neipxqright span {
    font-size: 26px;
  }
  .neipxq .neipxqright i {
    font-size: 15px;
  }
  .neipxq .neipxqright .texing p {
    font-size: 15px;
  }
  .neipxq .neipxqright .ppdd a {
    width: 120px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    font-size: 16px;
  }
  .neipxq .neipxqright .ppdd .nsh p {
    font-size: 15px;
    line-height: 36px;
  }
  .neipxq .neipxqright .ppdd .nsh .ssh {
    width: 36px;
    height: 36px;
    line-height: 36px;
    margin-right: 4px;
  }
  .neipxq .neipxqright .ppdd .nsh .ssh img {
    height: 20px;
  }
}
@media (max-width: 980px) {
  .neipxq .neipxqright {
    width: 57.69230769%;
  }
}
@media (max-width: 768px) {
  .neipxq .neipxqright b {
    font-size: 24px;
  }
  .neipxq .hottopics h1 {
    font-size: 24px;
  }
 .neipxq .neipxqright span {
    font-size: 20px;
  }
  .neipxq .neipxqright i {
    font-size: 14px;
  }
  .neipxq .neipxqright .texing p {
    font-size: 14px;
  }
  .neipxq .neipxqright .ppdd a {
    width: 100px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
  }
  .neipxq .neipxqright .ppdd .nsh p {
    font-size: 14px;
    line-height: 30px;
  }
  .neipxq .neipxqright .ppdd .nsh .ssh {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-right: 3px;
  }
  .neipxq .neipxqright .ppdd .nsh .ssh img {
    height: 16px;
  }
}
@media (max-width: 640px) {
  .neipxq .neipxqleft {
    width: 100%;
    float: none;
  }
  .neipxq .neipxqleft .nxqbig {
    width: 89%;
    margin: 0 auto;
  }
  .neipxq .neipxqleft .nxqsm {
    margin-top: 2.30769231%;
  }
  .neipxq .neipxqleft .nxqsm .slick-prev {
    left: 3px;
  }
  .neipxq .neipxqleft .nxqsm .slick-next {
    right: 3px;
  }
  .neipxq .neipxqright {
    width: 100%;
    float: none;
    margin-top: 2%;
  }
  .neipxq .neipxqright b {
    font-size: 20px;
  }
  
  .neipxq .hottopics h1 {
    font-size: 20px;
  }
  
  .neipxq .neipxqright span {
    font-size: 18px;
  }
  .neipxq .neipxqright i {
    font-size: 12px;
    width: 80px;
    height: 26px;
    line-height: 24px;
  }
  .neipxq .neipxqright .texing p {
    font-size: 12px;
  }
  .neipxq .neipxqright .ppdd a {
    width: 90px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
  }
  .neipxq .neipxqright .ppdd .nsh p {
    font-size: 12px;
    line-height: 30px;
  }
  .neipxq .neipxqright .ppdd .nsh .ssh {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-right: 2px;
  }
  .neipxq .neipxqright .ppdd .nsh .ssh img {
    height: 16px;
  }
}
@media (max-width: 480px) {
  .neipxq .neipxqleft .nxqbig {
    width: 86%;
    margin: 0 auto;
  }
}
@media (max-width: 433px) {
  .neipxq .neipxqleft .nxqbig {
    width: 84%;
    margin: 0 auto;
  }
}
@media (max-width: 390px) {
  .neipxq .neipxqleft .nxqbig {
    width: 83%;
    margin: 0 auto;
  }
}
@media (max-width: 320px) {
  .neipxq .neipxqleft .nxqbig {
    width: 80%;
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  .neipxq .neipxqright b {
    font-size: 18px;
  }
  .neipxq .hottopics h1 {
    font-size: 18px;
  }

  
  .neipxq .neipxqright span {
    font-size: 16px;
  }
  .neipxq .neipxqright .ppdd a {
    width: 82px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    font-size: 12px;
  }
  .neipxq .neipxqright .ppdd .nsh p {
    font-size: 12px;
    line-height: 26px;
  }
  .neipxq .neipxqright .ppdd .nsh .ssh {
    width: 26px;
    height: 26px;
    line-height: 26px;
    margin-right: 2px;
  }
  .neipxq .neipxqright .ppdd .nsh .ssh img {
    height: 14px;
  }
}

@media (max-width: 400px){
.neipxq .neipxqright .nsh{
  float: left;
}
}
.nqxq {
  width: 100%;
  margin-top: 6.15384615%;
}
.nqxq .nqxqleft {
  width: 18.46153846%;
  float: left;
  max-width:240px;
}
.nqxq .nqxqleft a {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  position: relative;
  font-size: 18px;
  color: #555555;
  text-align: center;
  margin-bottom: 6.25%;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #cccccc;
  cursor: pointer;
  background: #fff;
}
.nqxq .nqxqleft a:after {
  content: '';
  display: block;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 0 solid #0046a1;
  width: 0;
  height: 0;
  margin: auto;
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
@media (min-width: 769px) {
  .nqxq .nqxqleft a:hover {
    background-color: #0046a1;
    color: #fff;
  }
  .nqxq .nqxqleft a:hover:after {
    border-left: 7px solid #0046a1;
  }
}
.nqxq .nqxqleft a.adv_active {
  background-color: #0046a1;
  color: #fff;
  border: 1px solid #0046a1;
}
.nqxq .nqxqleft a.adv_active:after {
  border-left: 7px solid #0046a1;
}
.nqxq .nqxqright {
  width: 77.69230769%;
  float: right;
}
.nqxq .nqxqright .nqxx {
  margin-bottom: 50px;
}
.nqxq .nqxqright .nqxx table{ width:100%;}
.nqxq .nqxqright .nqxx table tr{ border-bottom: 1px solid #e9e9e9;border-top: 1px solid #e9e9e9;border-left: 1px solid #e9e9e9;}
.nqxq .nqxqright .nqxx table tr td{line-height:35px; padding-left:5px; color:#6f6f6f;border-right: 1px solid #e9e9e9;}
.nqxq .nqxqright .nqxx table tr td strong{ color:#6f6f6f;}
.nqxq .nqxqright .nqxx p,.nqxq .nqxqright .nqxx div{font-size: 16px;color: #666666; line-height:34px;}
.nqxq .nqxqright .nqxx table p,.nqxq .nqxqright .nqxx table div{line-height:25px;}
.nqxq .nqxqright .nqxx img{ max-width:100%;}


.nqxq .nqxqright .nqxx .nqxxtit {
  padding-bottom: 16px;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 20px;
}
.nqxq .nqxqright .nqxx .nqxxtit span {
  display: block;
  font-size: 20px;
  color: #333333;
  border-left: 4px solid #1e4679;
  padding-left: 14px;
}
.nqxq .nqxqright .nqxx .nqul {
  border: 1px solid #e9e9e9;
  border-bottom: 0;
}
.nqxq .nqxqright .nqxx .nqul .nqli {
  padding: 10px 0;
  border: 1px solid #e9e9e9;
}
.nqxq .nqxqright .nqxx .nqul .nqli span {
  display: block;
  width: 15.34653465%;
  float: left;
  font-size: 14px;
  color: #3a3a3a;
  line-height: 20px;
  padding: 0 20px;
}
.nqxq .nqxqright .nqxx .nqul .nqli ul {
  width: 84.15841584%;
  float: right;
}
.nqxq .nqxqright .nqxx .nqul .nqli ul li {
  margin-bottom: 1.64705882%;
  font-size: 14px;
  color: #3a3a3a;
  line-height: 20px;
}
.nqxq .nqxqright .nqxx .nqul .nqli ul li b {
  float: left;
  width: 200px;
  font-weight: 100;
}
.nqxq .nqxqright .nqxx .nqul .nqli ul li p {
  float: left;
  width: 60%;
}
.nqxq .nqxqright .nqxx .nqys li {
  margin-bottom: 3%;
}
.nqxq .nqxqright .nqxx .nqys li .nqyswen {
  width: 44.55445545%;
  float: left;
  padding: 25px 16px 0 16px;
}
.nqxq .nqxqright .nqxx .nqys li .nqyswen span {
  font-size: 36px;
  color: #3a3a3a;
}
.nqxq .nqxqright .nqxx .nqys li .nqyswen p {
  font-size: 16px;
  color: #555555;
  line-height: 2;
}
.nqxq .nqxqright .nqxx .nqys li img {
  float: right;
  width: 48%;
  max-width: 480px;
}
.nqxq .nqxqright .nqxx .nqys .ysimg {
  max-width: 100%;
}
.nqxq .nqxqright .nqxx .nqsp .spzd {
  width: 47.52475248%;
  position: relative;
  float: left;
  margin-right: 4.95049505%;
}
.nqxq .nqxqright .nqxx .nqsp .spzd video{
  width: 100%;
}

.nqxq .nqxqright .nqxx .nqsp .spzd img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
}
.nqxq .nqxqright .nqxx .nqsp .sjspzd{
    width: 47.52475248%;
    position: relative;
    float: left;
    margin-right: 4.95049505%;
}
.nqxq .nqxqright .nqxx .nqxg a {
  display: block;
  width: 22.77227723%;
  float: left;
  margin-right: 2.97029703%;
  margin-bottom: 1.98019802%;
}
.nqxq .nqxqright .nqxx .nqxg a .npxgimg {
  width: 100%;
  position: relative;
  background-color: #f5f5f5;
  overflow: hidden;
}
.nqxq .nqxqright .nqxx .nqxg a .npxgimg:after {
  content: '';
  display: block;
  width: 100%;
  padding-top: 69.56521739%;
}
.nqxq .nqxqright .nqxx .nqxg a .npxgimg img {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.nqxq .nqxqright .nqxx .nqxg a span{
  display: block;
  font-size: 15px;
  text-align: center;
  color: #555555;
  margin-top: 6.52173913%;
  line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom:5px;
	font-weight:bold;
}
.nqxq .nqxqright .nqxx .nqxg a .cpjs{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	height:auto;
  line-height: 22px;
  font-size: 14px;
}
@media (min-width: 769px) {
  .nqxq .nqxqright .nqxx .nqxg a:hover .npxgimg img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  .nqxq .nqxqright .nqxx .nqxg a:hover span {
    color: #1e4679;
  }
}
.nqxq .nqxqright .nqxx .biaoq {
  padding-top: 2.57425743%;
  border-top: 1px solid #cccccc;
}
.nqxq .nqxqright .nqxx .biaoq p {
  font-size: 14px;
  line-height: 26px;
  color: #3a3a3a;
}
.nqxq .nqxqright .nqxx .biaoq p a {
  color: #3a3a3a;
  margin-left: 2.97029703%;
}
.nqxq .nqxqright .nqxx .biaoq p a:hover {
  color: #1e4679;
}
@media (max-width: 1300px) {
  .nqxq .nqxqleft a {
    height: 45px;
    line-height: 43px;
    position: relative;
    font-size: 16px;
  }
  .nqxq .nqxqright .nqxx {
    margin-bottom: 3.84615385%;
  }
  .nqxq .nqxqright .nqxx .nqxxtit {
    padding-bottom: 14px;
    margin-bottom: 16px;
  }
  .nqxq .nqxqright .nqxx .nqxxtit span {
    display: block;
    font-size: 18px;
    border-left: 4px solid #1e4679;
    padding-left: 14px;
  }
  .nqxq .nqxqright .nqxx .nqul .nqli span {
    display: block;
    width: 17.82178218%;
    float: left;
    font-size: 14px;
    color: #3a3a3a;
    line-height: 20px;
    padding: 0 16px;
  }
  .nqxq .nqxqright .nqxx .nqul .nqli ul {
    width: 81.18811881%;
  }
  .nqxq .nqxqright .nqxx .nqul .nqli ul li p {
    width: 50%;
  }
  .nqxq .nqxqright .nqxx .nqys li .nqyswen {
    padding: 20px 14px 0 14px;
  }
  .nqxq .nqxqright .nqxx .nqys li .nqyswen span {
    font-size: 32px;
  }
  .nqxq .nqxqright .nqxx .nqys li .nqyswen p {
    font-size: 14px;
  }
}
@media (max-width: 768px) {
  .nqxq .nqxqleft {
    float: none;
    width: 100%;
    background: #fff;
    max-width:none;
  }
  .nqxq .nqxqleft a {
    width: 18%;
    height: 40px;
    line-height: 38px;
    position: relative;
    font-size: 16px;
    margin: 0 1%;
    float: left;
  }
  .nqxq .nqxqleft a:after {
    border-top: 0 solid #0046a1;
    border-left: 6px solid transparent;
    border-bottom: none;
    border-right: 6px solid transparent;
    left: 0;
    right: 0;
    top: 100%;
    bottom: auto;
  }
  .nqxq .nqxqleft a.adv_active:after {
    border-left: 6px solid transparent;
    border-top: 7px solid #0046a1;
  }
  .nqxq .nqxqright {
    float: none;
    width: 100%;
    margin-top: 16px;
  }
  .nqxq .nqxqright .nqxx {
    margin-bottom: 3.84615385%;
  }
  .nqxq .nqxqright .nqxx .nqxxtit {
    padding-bottom: 12px;
    margin-bottom: 14px;
  }
  .nqxq .nqxqright .nqxx .nqxxtit span {
    display: block;
    font-size: 16px;
    border-left: 3px solid #1e4679;
    padding-left: 12px;
  }
  .nqxq .nqxqright .nqxx .nqul .nqli span {
    display: block;
    width: 17.82178218%;
    float: left;
    font-size: 12px;
    color: #3a3a3a;
    line-height: 18px;
    padding: 0 12px;
  }
  .nqxq .nqxqright .nqxx .nqul .nqli ul {
    width: 81.18811881%;
  }
  .nqxq .nqxqright .nqxx .nqul .nqli ul li {
    line-height: 18px;
  }
  .nqxq .nqxqright .nqxx .nqul .nqli ul li b {
    width: 49%;
    margin-right: 1%;
    font-size: 12px;
  }
  .nqxq .nqxqright .nqxx .nqul .nqli ul li p {
    width: 50%;
    font-size: 12px;
  }
  .nqxq .nqxqright .nqxx .nqys li .nqyswen {
    padding: 16px 12px 0 12px;
  }
  .nqxq .nqxqright .nqxx .nqys li .nqyswen span {
    font-size: 28px;
  }
  .nqxq .nqxqright .nqxx .nqys li .nqyswen p {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .nqxq .nqxqleft a {
    height: 35px;
    line-height: 33px;
    font-size: 14px;
  }
  .nqxq .nqxqright .nqxx .nqxxtit {
    padding-bottom: 8px;
    margin-bottom: 10px;
  }
  .nqxq .nqxqright .nqxx .nqxxtit span {
    display: block;
    font-size: 14px;
    border-left: 3px solid #1e4679;
    padding-left: 10px;
  }
  .nqxq .nqxqright .nqxx .nqul .nqli span {
    width: 17.82178218%;
    padding: 0 8px;
  }
  .nqxq .nqxqright .nqxx .nqul .nqli ul {
    width: 81.18811881%;
  }
  .nqxq .nqxqright .nqxx .nqys li .nqyswen {
    padding: 14px 8px 0 8px;
  }
  .nqxq .nqxqright .nqxx .nqys li .nqyswen span {
    font-size: 24px;
  }
  .nqxq .nqxqright .nqxx .nqxg a {
    width: 48%;
    margin-right: 2%;
  }
  .nqxq .nqxqright .nqxx .nqxg a span {
    font-size: 12px;
  }
  .nqxq .nqxqright .nqxx .biaoq p {
    font-size: 12px;
  }
}
@media (max-width: 414px) {
  .nqxq .nqxqright .nqxx .nqys li .nqyswen {
    padding: 10px 6px 0 6px;
    float: none;
    width: 100%;
  }
  .nqxq .nqxqright .nqxx .nqys li .nqyswen span {
    font-size: 20px;
  }
  .nqxq .nqxqright .nqxx .nqys li img {
    float: none;
    width: 100%;
    margin-bottom: 2%;
  }
}
@media (max-width: 390px) {
  .nqxq .nqxqleft a {
    height: 30px;
    line-height: 28px;
    font-size: 12px;
  }
  .nqxq .nqxqright .nqxx .nqxxtit span {
    display: block;
    font-size: 13px;
  }
  .nqxq .nqxqright .nqxx .nqul .nqli span {
    width: 19.8019802%;
    padding: 0 5px;
  }
  .nqxq .nqxqright .nqxx .nqul .nqli ul {
    width: 79.20792079%;
  }
  .nqxq .nqxqright .nqxx .nqys li .nqyswen {
    padding: 8px 4px 0 4px;
  }
  .nqxq .nqxqright .nqxx .nqys li .nqyswen span {
    font-size: 18px;
  }
}
@media (max-width: 360px) {
  .nqxq .nqxqright .nqxx .nqys li .nqyswen {
    padding: 8px 4px 0 4px;
  }
  .nqxq .nqxqright .nqxx .nqys li .nqyswen span {
    font-size: 16px;
  }
}
.neineww {
  padding: 60px 0 50px 0;
}
@media (max-width: 1300px) {
  .neineww {
    padding: 4.61538462% 0 3.84615385% 0;
  }
}
.neineww a {
  display: block;
  width: 31.92307692%;
  position: relative;
  margin-right: 2.07692308%;
  float: left;
}
.neineww a:after {
  content: '';
  display: block;
  width: 100%;
  padding-top: 62.65060241%;
}
.neineww a img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.neineww a span {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 64px;
  height: 64px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.5);
}
@media (min-width: 769px) {
  .neineww a span {
    background-color: rgba(0, 0, 0, 0.5);
  }
}
@media (max-width: 1300px) {
  .neineww a span {
    font-size: 16px;
    line-height: 50px;
    height: 50px;
  }
}
@media (max-width: 768px) {
  .neineww a span {
    font-size: 14px;
    line-height: 40px;
    height: 40px;
  }
}
@media (max-width: 480px) {
  .neineww a span {
    font-size: 12px;
    line-height: 30px;
    height: 30px;
  }
}
@media (max-width: 414px) {
  .neineww a span {
    line-height: 24px;
    height: 24px;
  }
}
.neinewwin {
  width: 100%;
  padding: 30px 0 50px 0;
  background: #f5f5f5;
}
.neinewwin a {
  display: block;
  width: 100%;
  padding-bottom: 2.30769231%;
  margin-bottom: 2.30769231%;
  border-bottom: 1px dashed #cccccc;
}
.neinewwin a .nnimg {
  width: 130px;
  height: 90px;
  position: relative;
  float: left;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.neinewwin a .nnimg img {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.neinewwin a .nnwen {
  float: right;
}
.neinewwin a .nnwen span {
  display: block;
  font-size: 18px;
  color: #333333;
  line-height: 36px;
  height: 36px;
  overflow: hidden;
}
.neinewwin a .nnwen i {
  font-size: 16px;
  color: #888888;
  line-height: 36px;
  height: 36px;
  float: right;
}
.neinewwin a .nnwen p {
  font-size: 14px;
  color: #aaaaaa;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
  margin-top: 12px;
  width: 100%;
  max-width: 830px;
}
@media (min-width: 769px) {
  .neinewwin a:hover {
    border-bottom: 1px dashed #0046a1;
  }
  .neinewwin a:hover .nnimg img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  .neinewwin a:hover .nnwen span {
    color: #0046a1;
  }
}
@media (max-width: 1300px) {
  .neinewwin {
    padding: 2.30769231% 0 3.84615385% 0;
  }
  .neinewwin a .nnwen span {
    font-size: 16px;
  }
  .neinewwin a .nnwen i {
    font-size: 14px;
  }
  .neinewwin a .nnwen p {
    margin-top: 8px;
  }
}
@media (max-width: 768px) {
  .neinewwin {
    padding: 2.30769231% 0 3.84615385% 0;
  }
  .neinewwin a .nnwen span {
    font-size: 14px;
  }
  .neinewwin a .nnwen i {
    font-size: 12px;
  }
  .neinewwin a .nnwen p {
    margin-top: 6px;
  }
}
.newstit {
  padding-bottom: 18px;
  text-align: center;
  margin-top: 60px;
  border-bottom: 1px solid #e5e5e5;
}
.newstit span {
  display: block;
  font-size: 24px;
  color: #333333;
}
.newstit i {
  display: block;
  font-size: 16px;
  color: #999999;
  margin-top: 10px;
}
@media (max-width: 1300px) {
  .newstit {
    padding-bottom: 2%;
    margin-top: 3%;
  }
  .newstit span {
    font-size: 22px;
  }
  .newstit i {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .newstit span {
    font-size: 18px;
  }
  .newstit i {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .newstit span {
    font-size: 16px;
  }
  .newstit i {
    font-size: 12px;
  }
}
@media (max-width: 414px) {
  .newstit span {
    font-size: 14px;
  }
}
.newscon {
  padding: 36px 0 40px 0;
}
.newscon .newscc p {
  font-size: 16px;
  color: #666666;
  line-height: 34px;
}
.newscon .newscc img {
  display: block;
  max-width: 100%;
  margin: 2% auto 3% auto;
}
.newscon .newscc {
  margin-top: 2%;
}
.newscon .newscc .video{
	text-align:center;
	display:block;
	}
.newscon .newscc .video video{
  width: 60%;
}
.newscon .newscc .sjvideo{
	text-align:center;
	display:none;
	}
@media (max-width: 768px){
	.newscon .newscc .video{
		display:none;
	}
	.newscon .newscc .sjvideo{
		display:block;
	}
	.newscon .newscc .sjvideo video{
		width:100%
	}
}
.newscon .newscc p,.newscon .newscc div {
  font-size: 16px;
  color: #666666;
}
.newscon .newscc p a {
  color: #666666;
}
.newscon .newscc p a:hover {
  color: #0145a3;
}
.newscon .prenext {
  padding-top: 1.53846154%;
  margin-top: 1.53846154%;
  border-top: 1px solid #e5e5e5;
}
.newscon .prenext p {
  font-size: 14px;
  color: #999999;
  height: 30px;
  line-height: 30px;
  overflow: hidden;
}
.newscon .prenext p a {
  color: #999999;
}
.newscon .prenext p a:hover {
  color: #0145a3;
}
@media (max-width: 1300px) {
  .newscon {
    padding: 2% 0 3% 0;
  }
  .newscon .newscc p {
    font-size: 14px;
    line-height: 2;
  }
}
@media (max-width: 768px) {
  .newscon .newscc p {
    font-size: 12px;
    line-height: 2;
  }
  .newscon .prenext p {
    font-size: 12px;
    height: 20px;
    line-height: 20px;
  }
}
.casenn p {
  font-size: 16px;
  color: #555555;
  line-height: 36px;
  font-family: "微软雅黑";
}
@media (max-width: 1300px) {
  .casenn p {
    font-size: 14px;
    line-height: 2;
  }
}
@media (max-width: 768px) {
  .casenn p {
    font-size: 12px;
  }
}
.csww {
  width: 100%;
}
.csww .cswwin {
  display: block;
  width: 31.18811881%;
  float: left;
  margin-right: 3.16831683%;
  overflow: hidden;
}
.csww .cswwin .cswwimg {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.csww .cswwin .cswwimg:after {
  content: '';
  display: block;
  width: 100%;
  padding-top: 81.26984127%;
}
.csww .cswwin .cswwimg img {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.csww .cswwin span {
  display: block;
  font-size: 14px;
  color: #555555;
  margin-top: 3px;
}
@media (min-width: 769px) {
  .csww .cswwin:hover .cswwimg img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  .csww .cswwin:hover span {
    color: #0145a3;
  }
}
.nctit {
  text-align: center;
}
.nctit span {
  font-size: 30px;
  color: #333333;
}
@media (max-width: 1300px) {
  .nctit span {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .nctit span {
    font-size: 24px;
  }
}
@media (max-width: 640px) {
  .nctit span {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .nctit span {
    font-size: 18px;
  }
}
@media (max-width: 414px) {
  .nctit span {
    font-size: 16px;
  }
}
@media (max-width: 375px) {
  .nctit span {
    font-size: 14px;
  }
}
.ncasetop {
  padding: 50px 0 60px 0;
}
@media (max-width: 1300px) {
  .ncasetop {
    padding: 3.84615385% 0 4.61538462% 0;
  }
}
.ncasetop .ncasecon {
  margin-top: 3.07692308%;
}
.ncasetop .ncasecon a {
  display: block;
  width: 23.84615385%;
  padding: 50px 50px 45px 50px;
  margin-right: 1.53846154%;
  border: 1px solid #e5e5e5;
  text-align: center;
  float: left;
}
.ncasetop .ncasecon a img {
  height: 68px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  margin: 0 auto;
}
.ncasetop .ncasecon a .ncp1 {
  display: block;
}
.ncasetop .ncasecon a .ncp2 {
  display: none;
}
.ncasetop .ncasecon a span {
  display: block;
  font-size: 18px;
  color: #333333;
  margin-top: 25px;
}
.ncasetop .ncasecon a p {
  font-size: 14px;
  color: #666666;
  line-height: 18px;
  height: 36px;
  margin-top: 10px;
  overflow: hidden;
}
@media (min-width: 769px) {
  .ncasetop .ncasecon a:hover {
    background: #0046a1;
  }
  .ncasetop .ncasecon a:hover .ncp2 {
    display: block;
  }
  .ncasetop .ncasecon a:hover .ncp1 {
    display: none;
  }
  .ncasetop .ncasecon a:hover img {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
  }
  .ncasetop .ncasecon a:hover span {
    color: #fff;
  }
  .ncasetop .ncasecon a:hover p {
    color: #fff;
  }
}
@media (max-width: 1300px) {
  .ncasetop .ncasecon a {
    padding: 3.07692308% 2.30769231%;
  }
  .ncasetop .ncasecon a img {
    height: 50px;
  }
  .ncasetop .ncasecon a span {
    font-size: 16px;
    color: #333333;
    margin-top: 8.06451613%;
  }
  .ncasetop .ncasecon a p {
    line-height: 18px;
    height: 36px;
    margin-top: 8px;
  }
}
@media (max-width: 768px) {
  .ncasetop .ncasecon a {
    padding: 3.07692308% 2.30769231%;
  }
  .ncasetop .ncasecon a img {
    height: 50px;
  }
  .ncasetop .ncasecon a span {
    font-size: 16px;
    color: #333333;
    margin-top: 8.06451613%;
  }
  .ncasetop .ncasecon a p {
    line-height: 18px;
    height: 36px;
    margin-top: 8px;
  }
}
@media (max-width: 640px) {
  .ncasetop .ncasecon a {
    padding: 3.07692308% 2.30769231%;
  }
  .ncasetop .ncasecon a img {
    height: 40px;
  }
  .ncasetop .ncasecon a span {
    font-size: 14px;
    color: #333333;
    margin-top: 6.4516129%;
  }
  .ncasetop .ncasecon a p {
    line-height: 18px;
    height: 36px;
    margin-top: 8px;
  }
}
@media (max-width: 480px) {
  .ncasetop .ncasecon a {
    padding: 3.07692308% 2.30769231%;
    width: 48%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .ncasetop .ncasecon a img {
    height: 40px;
  }
  .ncasetop .ncasecon a span {
    font-size: 14px;
    color: #333333;
    margin-top: 6.4516129%;
  }
  .ncasetop .ncasecon a p {
    line-height: 18px;
    height: 36px;
    margin-top: 8px;
  }
}
.ncasebot {
  padding: 50px 0 10px 0;
  background-color: #f5f5f5;
}
@media (max-width: 1300px) {
  .ncasebot {
    padding: 3.84615385% 0 0.76923077% 0;
  }
}
.ncasebot .ncaseli {
  margin-top: 3.07692308%;
}
.ncasebot .ncaseli a {
  display: block;
  width: 30.76923077%;
  margin-right: 3.84615385%;
  margin-bottom: 3.46153846%;
  float: left;
}
.ncasebot .ncaseli a .nccimg {
  width: 100%;
  position: relative;
}
.ncasebot .ncaseli a .nccimg:after {
  content: '';
  display: block;
  width: 100%;
  padding-top: 59%;
}
.ncasebot .ncaseli a .nccimg img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.ncasebot .ncaseli a .nccwen {
  padding: 30px 30px 40px 30px;
  background: #fff;
}
.ncasebot .ncaseli a .nccwen .ncpic {
  width: 22.35294118%;
  position: relative;
  float: left;
  margin-top: 6px;
}
.ncasebot .ncaseli a .nccwen .ncpic:after {
  content: '';
  display: block;
  width: 100%;
  padding-top: 89.47368421%;
}
.ncasebot .ncaseli a .nccwen .ncpic .ncpic1 {
  display: block;
}
.ncasebot .ncaseli a .nccwen .ncpic .ncpic2 {
  display: none;
}
.ncasebot .ncaseli a .nccwen .ncpwen {
  width: 70.58823529%;
  float: right;
}
.ncasebot .ncaseli a .nccwen .ncpwen span {
  display: block;
  font-size: 18px;
  color: #333333;
}
.ncasebot .ncaseli a .nccwen .ncpwen p {
  font-size: 14px;
  color: #666666;
  line-height: 18px;
  height: 54px;
  overflow: hidden;
  margin-top: 8px;
}
@media (min-width: 769px) {
  .ncasebot .ncaseli a:hover .nccwen {
    background: #0046a1;
  }
  .ncasebot .ncaseli a:hover .nccwen .ncpic .ncpic2 {
    display: block;
  }
  .ncasebot .ncaseli a:hover .nccwen .ncpic .ncpic1 {
    display: none;
  }
  .ncasebot .ncaseli a:hover .nccwen .ncpwen span {
    color: #fff;
  }
  .ncasebot .ncaseli a:hover .nccwen .ncpwen p {
    color: #fff;
  }
}
@media (max-width: 1300px) {
  .ncasebot .ncaseli a .nccwen {
    padding: 7.5% 7.5% 10% 7.5%;
  }
  .ncasebot .ncaseli a .nccwen .ncpwen span {
    font-size: 16px;
  }
  .ncasebot .ncaseli a .nccwen .ncpwen p {
    margin-top: 6px;
  }
}
@media (max-width: 768px) {
  .ncasebot .ncaseli a .nccwen .ncpwen span {
    font-size: 14px;
  }
  .ncasebot .ncaseli a .nccwen .ncpwen p {
    line-height: 16px;
    height: 64px;
    margin-top: 4px;
  }
}
@media (max-width: 640px) {
  .ncasebot .ncaseli a .nccwen .ncpwen p {
    height: 80px;
  }
}
@media (max-width: 480px) {
  .ncasebot .ncaseli a {
    width: 48%;
    float: left;
    margin-right: 2%;
  }
  .ncasebot .ncaseli a .nccwen .ncpwen p {
    height: 80px;
  }
}
.nncaseli {
  width: 100%;
  padding: 70px 0 30px 0;
}
.nncaseli a {
  display: block;
  width: 48.46153846%;
  margin-right: 3.07692308%;
  margin-bottom: 2%;
  float: left;
}
.nncaseli a .ncaselimg {
  width: 255px;
  height:170px;
  position: relative;
  float: left;
  border:1px solid #CCC;
}
.nncaseli a .ncaselimg:after {
  content: '';
  display: block;
  width: 100%;
  padding-top: 105.55555556%;
}
.nncaseli a .ncaselimg img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.nncaseli a .ncaseliwen {
  float: right;
}
.nncaseli a .ncaseliwen span {
  display: block;
  padding-bottom: 12px;
  border-bottom: 1px solid #aaaaaa;
  font-size: 18px;
  color: #333333;
}
.nncaseli a .ncaseliwen p {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  height: auto;
  margin-top: 8px;
  overflow: hidden;
}
.nncaseli a .ncaseliwen i {
  display: inline-block;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  margin-top: 6px;
  position: relative;
}
.nncaseli a .ncaseliwen i:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 6px solid #0046a1;
  position: absolute;
  right: -10px;
  margin: auto;
  top: 0;
  bottom: 0;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
@media (min-width: 769px) {
  .nncaseli a:hover .ncaseliwen span {
    color: #0046a1;
    border-bottom: 1px solid #0046a1;
  }
  .nncaseli a:hover .ncaseliwen i:after {
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px);
  }
}
@media (max-width: 1300px) {
  .nncaseli {
    padding: 5.38461538% 0 2.30769231% 0;
  }
  .nncaseli a .ncaselimg {
    width: 150px;
  }
  .nncaseli a .ncaseliwen span {
    font-size: 16px;
    padding-bottom: 6px;
  }
  .nncaseli a .ncaseliwen p {
    margin-top: 6px;
    font-size: 12px;
    line-height: 18px;
    height: 90px;
  }
  .nncaseli a .ncaseliwen i {
    font-size: 12px;
    line-height: 20px;
    margin-top: 5px;
  }
  .nncaseli a .ncaseliwen i:after {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #0046a1;
    right: -8px;
  }
}
@media (max-width: 768px) {
  .nncaseli a {
    width: 100%;
    float: none;
    clear: both;
  }
  .nncaseli a:after {
    content: '';
    display: block;
    clear: both;
  }
}
@media (max-width: 480px) {
  .nncaseli a .ncaselimg {
    width: 120px;
  }
  .nncaseli a .ncaseliwen span {
    font-size: 14px;
    padding-bottom: 4px;
  }
  .nncaseli a .ncaseliwen p {
    margin-top: 5px;
    font-size: 12px;
    line-height: 18px;
    height: 72px;
  }
  .nncaseli a .ncaseliwen i {
    font-size: 12px;
    line-height: 20px;
    margin-top: 5px;
  }
}
.naboutt1 {
  width: 100%;
  padding: 60px 0;
}
@media (max-width: 1300px) {
  .naboutt1 {
    padding: 4.61538462% 0;
  }
}
.naboutt1 .naboutt1z {
  width: 47.69230769%;
  float: left;
}
.naboutt1 .naboutt1z img {
  width: 100%;
}
@media (max-width: 640px) {
  .naboutt1 .naboutt1z {
    width: 100%;
    float: none;
  }
}
.naboutt1 .naboutt1y {
  width: 44.61538462%;
  float: right;
}
.naboutt1 .naboutt1y span {
  display: block;
  font-size: 30px;
  color: #0046a1;
  margin: 24px 0;
}
.naboutt1 .naboutt1y i {
  display: block;
  font-size: 16px;
  color: #94a6be;
}
.naboutt1 .naboutt1y p {
  font-size: 16px;
  color: #333333;
  line-height: 1.8;
  margin-bottom: 18px;
  text-align: justify;
}
@media (max-width: 1300px) {
  .naboutt1 .naboutt1y span {
    font-size: 28px;
    margin: 1.84615385% 0;
  }
  .naboutt1 .naboutt1y p {
    margin-bottom: 1.38461538%;
  }
}
@media (max-width: 768px) {
  .naboutt1 .naboutt1y span {
    font-size: 24px;
  }
  .naboutt1 .naboutt1y p {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .naboutt1 .naboutt1y {
    width: 100%;
    float: none;
    margin-top: 2%;
  }
  .naboutt1 .naboutt1y span {
    font-size: 20px;
  }
}
@media (max-width: 560px) {
  .naboutt1 .naboutt1y span {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .naboutt1 .naboutt1y span {
    font-size: 16px;
  }
  .naboutt1 .naboutt1y p {
    font-size: 12px;
  }
}
@media (max-width: 414px) {
  .naboutt1 .naboutt1y span {
    font-size: 14px;
  }
}
.naboutt2 .naboutt1z {
  float: right;
}
.naboutt2 .naboutt1y {
  float: left;
}
.naboutt2 .naboutt1y span {
  margin-top: 0;
}
.naboutt {
  font-size: 30px;
  color: #0046a1;
  text-align: center;
}
@media (max-width: 1300px) {
  .naboutt {
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .naboutt {
    font-size: 24px;
  }
}
@media (max-width: 640px) {
  .naboutt {
    font-size: 20px;
  }
}
@media (max-width: 560px) {
  .naboutt {
    font-size: 18px;
  }
}
@media (max-width: 480px) {
  .naboutt {
    font-size: 16px;
  }
}
@media (max-width: 414px) {
  .naboutt {
    font-size: 14px;
  }
}
.qyhonor {
  width: 100%;
  padding: 55px 0 0 0;
}
.qyhonor .aboutmm{ padding-top:20px; padding-bottom:20px;}
.qyhonor .aboutmm img {display:block;max-width:1300px;margin:0 auto;}
.qyhonor .aboutmm p, .qyhonor .aboutmm div {
    font-size: 16px;
    color: #666666;
	line-height: 34px;
}
.qyhonor .nabtt {
  width: 100%;
  max-width: 1000px;
  margin: 45px auto 0 auto;
  overflow: hidden;
}
.qyhonor .nabtt .slick-list {
  overflow: visible;
}
.qyhonor .nabtt .nian {
  position: relative;
}
.qyhonor .nabtt span {
  display: block;
  width: 73px;
  height: 73px;
  line-height: 73px;
  text-align: center;
  font-size: 18px;
  color: #555555;
  margin: 0 auto;
  border: 1px solid #d0d3d6;
  -webkit-box-shadow: inset 0 0 8px #d0d3d6;
  -moz-box-shadow: inset 0 0 8px #d0d3d6;
  box-shadow: inset 0 0 8px #d0d3d6;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
}
.qyhonor .nabtt i {
  display: none;
  width: 100%;
  font-size: 24px;
  color: #333333;
  position: absolute;
  text-align: center;
  bottom: -90px;
}
.qyhonor .nabtt .slick-current span {
  background: #94a6be;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #fff;
}
.qyhonor .nabtt .slick-current i {
  display: block;
}
.qyhonor .qytt {
  width: 100%;
  margin-top: 30px;
}
@media (max-width: 1300px) {
  .qyhonor {
    padding: 4.23076923% 0 5% 0;
  }
  .qyhonor .qytt {
    margin-top: 20px;
  }
  .qyhonor .nabtt {
    margin-top: 3.46153846%;
  }
  .qyhonor .nabtt span {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 17px;
  }
  .qyhonor .nabtt i {
    bottom: -70px;
    font-size: 22px;
  }
}
@media (max-width: 980px) {
  .qyhonor .nabtt i {
    bottom: -60px;
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .qyhonor .nabtt span {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
  }
  .qyhonor .nabtt i {
    bottom: -50px;
    font-size: 16px;
  }
  .qyhonor .qytt {
    margin-top: 10px;
  }
}
@media (max-width: 640px) {
  .qyhonor .nabtt span {
    width: 46px;
    height: 46px;
    line-height: 46px;
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .qyhonor .nabtt span {
    width: 46px;
    height: 46px;
    line-height: 46px;
    font-size: 14px;
  }
  .qyhonor .nabtt i {
    bottom: -40px;
    font-size: 14px;
  }
  .qyhonor .qytt {
    margin-top: 5px;
  }
}
@media (max-width: 414px) {
  .qyhonor .nabtt i {
    bottom: -32px;
    font-size: 12px;
  }
  .qyhonor .qytt {
    margin-top: 0;
  }
}
.nabcont {
  width: 100%;
  margin-top: 60px;
}
.nabcont .nabcin .nabc {
  width: 100%;
  max-width: 950px;
}
.nabcont .nabcin .nabc .abimg {
  width: 50%;
  text-align: right;
  float: left;
}
.nabcont .nabcin .nabc .abimg img {
  max-width: 100%;
  float: right;
}
.nabcont .nabcin .nabc .nabcwen {
  width: 47%;
  float: right;
  padding-top: 35px;
}
.nabcont .nabcin .nabc .nabcwen span {
  display: block;
  font-size: 24px;
  color: #333333;
  margin-bottom: 25px;
}
.nabcont .nabcin .nabc .nabcwen p {
  font-size: 16px;
  color: #333333;
  line-height: 30px;
}
.nabcont .slick-prev,
.nabcont .slick-next {
  width: 30px;
  height: 30px;
  margin-top: -15px;
}
.nabcont .slick-prev {
  left: 0;
}
.nabcont .slick-next {
  right: 0;
}
@media (max-width: 1300px) {
  .nabcont {
    margin-top: 40px;
  }
  .nabcont .nabcin .nabc .nabcwen {
    padding-top: 4.61538462%;
  }
  .nabcont .nabcin .nabc .nabcwen span {
    font-size: 20px;
    margin-bottom: 3.84615385%;
  }
  .nabcont .nabcin .nabc .nabcwen p {
    font-size: 15px;
    color: #333333;
    line-height: 26px;
  }
}
@media (max-width: 768px) {
  .nabcont {
    padding: 0 30px;
  }
  .nabcont .nabcin .nabc .abimg {
    width: 40%;
  }
  .nabcont .nabcin .nabc .nabcwen {
    width: 58%;
  }
  .nabcont .nabcin .nabc .nabcwen span {
    font-size: 18px;
  }
  .nabcont .nabcin .nabc .nabcwen p {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (max-width: 480px) {
  .nabcont {
    padding: 0 30px;
  }
  .nabcont .nabcin .nabc .abimg {
    width: 100%;
    float: none;
  }
  .nabcont .nabcin .nabc .abimg img {
    float: none;
    margin: 0 auto;
  }
  .nabcont .nabcin .nabc .nabcwen {
    width: 100%;
    float: none;
    margin-top: 2%;
  }
  .nabcont .nabcin .nabc .nabcwen span {
    font-size: 16px;
  }
  .nabcont .nabcin .nabc .nabcwen p {
    font-size: 12px;
    line-height: 18px;
  }
}
@media (max-width: 414px) {
  .nabcont {
    margin-top: 30px;
  }
}
.qyxx {
  width: 100%;
  padding: 55px 0 60px 0;
  background-color: #f5f5f5;
  text-align: center;
}
.qyxx .nqytt {
  display: inline-block;
  padding-top: 20px;
  text-align: center;
  border-top: 1px solid #cccccc;
  margin-top: 15px;
}
.qyxx .nqytt span {
  display: inline-block;
  padding: 0 25px;
  line-height: 38px;
  vertical-align: top;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  font-size: 18px;
  color: #666666;
  border: 1px solid #aaaaaa;
  margin: 0 15px;
  cursor: pointer;
}
.qyxx .nqytt .active {
  background-color: #0046a1;
  color: #fff;
  border: 1px solid #0046a1;
}
.qyxx .nxxw {
  margin-top: 50px;
}
.qyxx .nxxw .aboutmm img {display:block;max-width:1300px;margin:0 auto;}

.qyxx .nxxw ul {
  display: none;
}
.qyxx .nxxw ul li {
  width: 50%;
  float: left;
}
.qyxx .nxxw ul li .nxximg {
  width: 50%;
  float: left;
  position: relative;
}
.qyxx .nxxw ul li .nxximg:after {
  content: '';
  display: block;
  width: 100%;
  padding-top: 64.61538462%;
}
.qyxx .nxxw ul li .nxximg img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.qyxx .nxxw ul li .nxxwen {
  width: 50%;
  float: left;
  position: relative;
  background-color: #e2e2e2;
  z-index: 2;
  display: table;
  padding: 0 50px;
}
.qyxx .nxxw ul li .nxxwen:after {
  content: '';
  display: block;
  width: 100%;
  padding-top: 64.61538462%;
}
.qyxx .nxxw ul li .nxxwen:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 15px solid #e2e2e2;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: -15px;
}
.qyxx .nxxw ul li .nxxwen p {
  display: table-cell;
  font-size: 16px;
  color: #333333;
  line-height: 1.8;
  vertical-align: middle;
}
.qyxx .nxxw ul .right .nxximg {
  float: right;
}
.qyxx .nxxw ul .right .nxxwen:before {
  border-right: none;
  border-left: 15px solid #e2e2e2;
  left: auto;
  right: -15px;
}
@media (min-width: 769px) {
  .qyxx .nxxw ul li:hover .nxxwen {
    background-color: #0046a1;
  }
  .qyxx .nxxw ul li:hover .nxxwen p {
    color: #fff;
  }
  .qyxx .nxxw ul li:hover .nxxwen:before {
    border-right: 15px solid #0046a1;
  }
  .qyxx .nxxw ul .right:hover .nxxwen:before {
    border-right: none;
    border-left: 15px solid #0046a1;
  }
}
@media (max-width: 1300px) {
  .qyxx {
    padding: 4.23076923% 0 4.61538462% 0;
  }
  .qyxx .nqytt {
    padding-top: 1.53846154%;
    margin-top: 1.15384615%;
  }
  .qyxx .nqytt span {
    padding: 0 20px;
    line-height: 36px;
    font-size: 16px;
    margin: 0 12px;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
  }
  .qyxx .nxxw {
    margin-top: 3.84615385%;
  }
  .qyxx .nxxw ul li .nxxwen {
    padding: 0 20px;
  }
  .qyxx .nxxw ul li .nxxwen p {
    font-size: 15px;
    line-height: 1.6;
  }
}
@media (max-width: 768px) {
  .qyxx .nqytt {
    padding-top: 10px;
    margin-top: 8px;
  }
  .qyxx .nqytt span {
    padding: 0 16px;
    line-height: 32px;
    font-size: 14px;
    margin: 0 8px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
  }
  .qyxx .nxxw ul li .nxxwen {
    padding: 0 15px;
  }
  .qyxx .nxxw ul li .nxxwen p {
    font-size: 14px;
    line-height: 1.6;
  }
}
@media (max-width: 640px) {
  .qyxx .nxxw ul li {
    width: 100%;
  }
  .qyxx .nxxw ul li .nxxwen {
    padding: 0 15px;
  }
  .qyxx .nxxw ul li .nxxwen p {
    font-size: 14px;
    line-height: 1.6;
  }
}
@media (max-width: 480px) {
  .qyxx .nqytt span {
    padding: 0 12px;
    line-height: 28px;
    font-size: 12px;
    margin: 0 5px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
  }
  .qyxx .nxxw ul li .nxxwen {
    padding: 0 10px;
  }
  .qyxx .nxxw ul li .nxxwen p {
    font-size: 12px;
    line-height: 1.6;
  }
}
.contactimg {
  width: 100%;
  max-width: 1300px;
  margin: 65px auto 0 auto;
}
.contactimg img {
  width: 100%;
}
@media (max-width: 1300px) {
  .contactimg {
    margin: 5% auto 0 auto;
  }
}
.cfuwu {
  width: 100%;
  margin-top: 60px;
}
.cfuwu ul li {
  display: block;
  width: 31.53846154%;
  float: left;
  padding: 30px 5px;
  border: 1px solid #dddddd;
  text-align: center;
  margin-right: 2.69230769%;
  margin-bottom: 2%;
}
.cfuwu ul li span {
  display: block;
  font-size: 18px;
  color: #333333;
  margin: 24px 0;
}
.cfuwu ul li p {
  display: block;
  font-size: 16px;
  color: #333333;
  line-height: 1.6;
}
.cfuwu ul li p i {
  color: #0046a1;
}
@media (max-width: 1300px) {
  .cfuwu {
    margin-top: 4.61538462%;
  }
  .cfuwu ul li {
    padding: 25px 4px;
  }
  .cfuwu ul li img {
    display: block;
    width: 40%;
    max-width: 100px;
    margin: 0 auto;
  }
  .cfuwu ul li span {
    font-size: 16px;
    margin: 5.85365854% 0;
  }
  .cfuwu ul li p {
    font-size: 15px;
  }
}
@media (max-width: 768px) {
  .cfuwu ul li {
    padding: 20px 4px;
  }
  .cfuwu ul li span {
    font-size: 15px;
    margin: 5.85365854% 0;
  }
  .cfuwu ul li p {
    font-size: 14px;
  }
}
@media (max-width: 640px) {
  .cfuwu ul li {
    padding: 20px 4px;
    width: 100%;
    max-width: 410px;
    margin: 0 auto 3% auto;
    float: none;
  }
  .cfuwu ul li span {
    font-size: 15px;
    margin: 5.85365854% 0;
  }
  .cfuwu ul li p {
    font-size: 14px;
  }
}
.dizhi {
  margin-top: 65px;
  background: #fbfbfb;
}
.dizhi ul li {
  width: 100%;
  float: left;
  padding: 20px 0;
  border-bottom: 1px solid #ebebeb;
}
.dizhi ul li .dzin {
  width: 33.3333%;
  padding: 0 40px 0 20px;
  border-right: 1px solid #ebebeb;
  float: left;
}
.dizhi ul li .dzin span {
  display: block;
  padding-bottom: 12px;
  border-bottom: 1px solid #cccccc;
  font-size: 24px;
  color: #0046a1;
  margin-bottom: 20px;
}
.dizhi ul li .dzin span img {
  margin-right: 10px;
}
.dizhi ul li .dzin p {
  font-size: 16px;
  color: #555555;
  clear: both;
  margin-bottom: 20px;
}
.dizhi ul li .dzin p img {
  float: left;
  margin-right: 13px;
}
@media (max-width: 1300px) {
  .dizhi {
    margin-top: 5%;
  }
  .dizhi ul li {
    padding: 15px 0;
  }
  .dizhi ul li .dzin {
    padding: 0 3.07692308% 0 1.53846154%;
  }
  .dizhi ul li .dzin span {
    padding-bottom: 10px;
    font-size: 20px;
    margin-bottom: 18px;
  }
  .dizhi ul li .dzin span img {
    margin-right: 8px;
  }
  .dizhi ul li .dzin p {
    font-size: 15px;
    margin-bottom: 15px;
  }
  .dizhi ul li .dzin p img {
    margin-right: 10px;
  }
}
@media (max-width: 768px) {
  .dizhi ul li {
    padding: 10px 0;
  }
  .dizhi ul li .dzin span {
    padding-bottom: 8px;
    font-size: 16px;
    margin-bottom: 15px;
  }
  .dizhi ul li .dzin span img {
    margin-right: 6px;
    width: 20px;
  }
  .dizhi ul li .dzin p {
    font-size: 13px;
    margin-bottom: 12px;
  }
  .dizhi ul li .dzin p img {
    width: 20px;
    margin-right: 8px;
  }
}
@media (max-width: 580px) {
  .dizhi ul li {
    padding: 10px 0;
    border-bottom: none;
  }
  .dizhi ul li .dzin {
    width: 100%;
    border-bottom: 1px solid #ebebeb;
    float: none;
    margin-bottom: 3%;
  }
  .dizhi ul li .dzin span {
    padding-bottom: 6px;
    font-size: 14px;
    margin-bottom: 15px;
  }
  .dizhi ul li .dzin span img {
    margin-right: 6px;
    width: 20px;
  }
  .dizhi ul li .dzin p {
    font-size: 12px;
    margin-bottom: 8px;
  }
  .dizhi ul li .dzin p img {
    width: 20px;
    margin-right: 8px;
  }
}
.njsp1 {
  padding: 55px 0;
}
.njsp1 .njswen {
  width: 60.76923077%;
  float: left;
}
.njsp1 .njswen .njstit {
  margin-bottom: 20px;
}
.njsp1 .njswen .njstit span {
  display: block;
  font-size: 30px;
  color: #0046a1;
  line-height: 45px;
}
.njsp1 .njswen .njstit i {
  font-size: 16px;
  color: #999999;
  float: right;
  line-height: 45px;
}
.njsp1 .njswen p {
  font-size: 16px;
  color: #555555;
  line-height: 30px;
}
.njsp1 .njform {
  width: 33.07692308%;
  float: right;
  border-left: 1px solid #dedede;
  padding: 0 50px 0 95px;
}
.njsp1 .njform p {
  font-size: 16px;
  color: #555555;
  margin-bottom: 16px;
}
.njsp1 .njform input[type="text"] {
  width: 100%;
  height: 36px;
  border: 1px solid #94a6be;
  margin-bottom: 10px;
  padding: 0 10px;
  font-size: 12px;
  color: #757575;
  line-height: 34px;
}
.njsp1 .njform input[type="text"]:focus {
  border: 1px solid #0046a1;
}
.njsp1 .njform textarea {
  width: 100%;
  height: 74px;
  border: 1px solid #94a6be;
  margin-bottom: 10px;
  padding: 6px 10px;
  font-size: 12px;
  color: #757575;
  line-height: 24px;
}
.njsp1 .njform textarea:focus {
  border: 1px solid #0046a1;
}
.njsp1 .njform input[type="submit"] {
  display: block;
  width: 95px;
  height: 36px;
  font-size: 16px;
  color: #fff;
  background: #94a6be;
  line-height: 36px;
  margin: 0 auto;
}
.njsp1 .njform input[type="submit"]:hover {
  background-color: #0046a1;
}
@media (max-width: 1300px) {
  .njsp1 {
    padding: 45px 0;
  }
  .njsp1 .njswen .njstit {
    margin-bottom: 15px;
  }
  .njsp1 .njswen .njstit span {
    font-size: 26px;
    line-height: 36px;
  }
  .njsp1 .njswen .njstit i {
    font-size: 14px;
    line-height: 36px;
  }
  .njsp1 .njswen p {
    font-size: 14px;
    line-height: 26px;
  }
  .njsp1 .njform {
    padding: 0 3.84615385% 0 7.30769231%;
  }
  .njsp1 .njform p {
    font-size: 14px;
    margin-bottom: 14px;
  }
}
@media (max-width: 768px) {
  .njsp1 {
    padding: 35px 0;
  }
  .njsp1 .njswen .njstit {
    margin-bottom: 12px;
  }
  .njsp1 .njswen .njstit span {
    font-size: 22px;
    line-height: 32px;
  }
  .njsp1 .njswen .njstit i {
    font-size: 14px;
    line-height: 32px;
  }
  .njsp1 .njswen p {
    font-size: 14px;
    line-height: 22px;
  }
  .njsp1 .njform {
    padding: 0 2.30769231% 0 4.23076923%;
  }
  .njsp1 .njform p {
    font-size: 14px;
    margin-bottom: 14px;
  }
}
@media (max-width: 640px) {
  .njsp1 {
    padding: 25px 0;
  }
  .njsp1 .njswen {
    width: 100%;
    float: none;
  }
  .njsp1 .njswen .njstit {
    margin-bottom: 10px;
  }
  .njsp1 .njswen .njstit span {
    font-size: 20px;
    line-height: 30px;
  }
  .njsp1 .njswen .njstit i {
    font-size: 13px;
    line-height: 30px;
  }
  .njsp1 .njswen p {
    font-size: 13px;
    line-height: 20px;
  }
  .njsp1 .njform {
    width: 100%;
    float: none;
    margin-top: 3%;
    padding: 0 2.30769231%;
    border: 0;
  }
  .njsp1 .njform p {
    font-size: 13px;
    margin-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .njsp1 {
    padding: 20px 0;
  }
  .njsp1 .njswen .njstit {
    margin-bottom: 8px;
  }
  .njsp1 .njswen .njstit span {
    font-size: 18px;
    line-height: 28px;
  }
  .njsp1 .njswen .njstit i {
    font-size: 12px;
    line-height: 28px;
  }
  .njsp1 .njswen p {
    font-size: 12px;
    line-height: 18px;
  }
  .njsp1 .njform {
    width: 100%;
    float: none;
    margin-top: 3%;
    padding: 0 2.30769231%;
    border: 0;
  }
  .njsp1 .njform p {
    font-size: 13px;
    margin-bottom: 8px;
  }
  .njsp1 .njform input[type="text"] {
    height: 30px;
    line-height: 28px;
    margin-bottom: 8px;
    padding: 0 8px;
  }
  .njsp1 .njform textarea {
    height: 60px;
    margin-bottom: 8px;
    padding: 4px 8px;
    font-size: 12px;
    color: #757575;
    line-height: 20px;
  }
  .njsp1 .njform input[type="submit"] {
    width: 80px;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 8px;
  }
}
@media (max-width: 414px) {
  .njsp1 {
    padding: 15px 0;
  }
  .njsp1 .njswen .njstit span {
    font-size: 16px;
    line-height: 24px;
  }
  .njsp1 .njswen .njstit i {
    line-height: 24px;
  }
}
@media (max-width: 375px) {
  .njsp1 {
    padding: 12px 0;
  }
  .njsp1 .njswen .njstit span {
    font-size: 16px;
    line-height: 24px;
  }
  .njsp1 .njswen .njstit i {
    line-height: 24px;
  }
}
.njsp2 {
  border-top: 1px solid #e5e5e5;
  padding-top: 50px;
}
.njsp2 .njsxg1 {
  width: 60.76923077%;
  float: left;
}
.njsp2 .njsxg1 .njsxgtt {
  margin-bottom: 10px;
}
.njsp2 .njsxg1 .njsxgtt span {
  font-size: 24px;
  color: #333333;
  float: left;
  line-height: 32px;
}
.njsp2 .njsxg1 .njsxgtt a {
  font-size: 16px;
  color: #0046a1;
  float: right;
  line-height: 32px;
}
.njsp2 .njsxg1 .njsxgtt a:hover {
  text-decoration: underline;
}
.njsp2 .njsxg1 .xgq a {
  display: block;
  line-height: 62px;
  font-size: 16px;
  color: #555555;
  height: 62px;
  padding-left: 24px;
  position: relative;
  border-bottom: 1px dashed #cccccc;
}
.njsp2 .njsxg1 .xgq a:after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #aaaaaa;
  position: absolute;
  margin: auto;
  left: 2px;
  top: 0;
  bottom: 0;
}
@media (min-width: 769px) {
  .njsp2 .njsxg1 .xgq a:hover {
    border-bottom: 1px dashed #0046a1;
  }
  .njsp2 .njsxg1 .xgq a:hover:after {
    background-color: #0046a1;
  }
}
.njsp2 .njsxg2 {
  float: right;
  width: 36.15384615%;
}
.njsp2 .njsxg2 .xgtj {
  margin-top: 6%;
}
.njsp2 .njsxg2 .xgtj a {
  display: block;
  width: 33.333%;
  float: left;
  margin-bottom: 6.38297872%;
  border-right: 1px dashed #d6d6d6;
}
.njsp2 .njsxg2 .xgtj a .sgtjimg {
  width: 100%;
  position: relative;
}
.njsp2 .njsxg2 .xgtj a .sgtjimg:after {
  content: '';
  display: block;
  width: 100%;
  padding-top: 56.25%;
}
.njsp2 .njsxg2 .xgtj a span {
  display: block;
  font-size: 14px;
  color: #555555;
  margin-top: 14px;
  text-align: center;
  line-height: 20px;
  height: 20px;
  overflow: hidden;
}
@media (max-width: 1300px) {
  .njsp2 {
    padding-top: 3.84615385%;
  }
  .njsp2 .njsxg1 .njsxgtt {
    margin-bottom: 12px;
  }
  .njsp2 .njsxg1 .njsxgtt span {
    font-size: 22px;
    line-height: 30px;
  }
  .njsp2 .njsxg1 .njsxgtt a {
    font-size: 15px;
    line-height: 30px;
  }
  .njsp2 .njsxg1 .xgq a {
    line-height: 55px;
    font-size: 15px;
    height: 55px;
    padding-left: 22px;
  }
}
@media (max-width: 768px) {
  .njsp2 {
    padding-top: 3.84615385%;
  }
  .njsp2 .njsxg1 .njsxgtt {
    margin-bottom: 8px;
  }
  .njsp2 .njsxg1 .njsxgtt span {
    font-size: 20px;
    line-height: 26px;
  }
  .njsp2 .njsxg1 .njsxgtt a {
    font-size: 14px;
    line-height: 26px;
  }
  .njsp2 .njsxg1 .xgq a {
    line-height: 46px;
    font-size: 14px;
    height: 46px;
    padding-left: 18px;
  }
}
@media (max-width: 640px) {
  .njsp2 {
    margin-top: 3%;
    padding-top: 3.84615385%;
  }
  .njsp2 .njsxg1 {
    width: 100%;
    float: none;
  }
  .njsp2 .njsxg1 .njsxgtt {
    margin-bottom: 5px;
  }
  .njsp2 .njsxg1 .njsxgtt span {
    font-size: 18px;
    line-height: 24px;
  }
  .njsp2 .njsxg1 .njsxgtt a {
    font-size: 14px;
    line-height: 26px;
  }
  .njsp2 .njsxg1 .xgq a {
    line-height: 40px;
    font-size: 14px;
    height: 40px;
    padding-left: 16px;
  }
  .njsp2 .njsxg2 {
    float: none;
    width: 100%;
    margin-top: 4%;
  }
  .njsp2 .njsxg2 a span {
    font-size: 12px;
  }
}
@media (max-width: 480px) {
  .njsp2 .njsxg1 .njsxgtt {
    margin-bottom: 4px;
  }
  .njsp2 .njsxg1 .njsxgtt span {
    font-size: 16px;
    line-height: 22px;
  }
  .njsp2 .njsxg1 .njsxgtt a {
    font-size: 12px;
    line-height: 22px;
  }
  .njsp2 .njsxg1 .xgq a {
    line-height: 36px;
    font-size: 12px;
    height: 36px;
    padding-left: 14px;
  }
}
.faq {
  width: 100%;
  padding: 50px 0 65px 0;
  background-color: #f5f5f5;
}
.faq .faqtit {
  margin-top: 40px;
  text-align: center;
}
.faq .faqtit span {
  display: inline-block;
  padding: 0 14px;
  line-height: 35px;
  background-color: #e5e5e5;
  color: #666666;
  margin: 0 10px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
}
.faq .faqtit .active {
  background-color: #0046a1;
  color: #fff;
}
.faq .faqtits {
  margin-top: 40px;
  text-align: center;
}
.faq .faqtits span {
  display: inline-block;
  padding: 0 14px;
  line-height: 35px;
  background-color: #e5e5e5;
  color: #666666;
  margin: 0 10px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 16px;
}
.faq .faqtits .active {
  background-color: #0046a1;
  color: #fff;
}
.faq .faqcont {
  margin-top: 20px;
  border-top: 2px solid #dddddd;
}
.faq .faqcont .faqwen{
  display: none;
}
.faq .faqcont .faqwen a {
  display: block;
  width: 46.92307692%;
  float: left;
  margin-right: 6.15384615%;
  padding-left: 30px;
  line-height: 65px;
  border-bottom: 1px dashed #cccccc;
  position: relative;
  font-size: 16px;
  color: #555555;
}
.faq .faqcont .faqwen a:after {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  background-color: #aaaaaa;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 10px;
}
.faq .faqcont .faqwen a span {
  display: block;
  height: 65px;
  overflow: hidden;
}
.faq .faqcont .faqwen a i {
  float: right;
}
.faq .faqcont .faqwen a:hover {
  color: #0046a1;
}
.faq .faqcont .faqwen a:hover:after {
  background-color: #0046a1;
}
.faq .mp {
  margin-top: 20px;
  font-size: 16px;
  color: #424242;
  line-height: 28px;
}
.faq .mform {
  margin-top: 5px;
}
.faq .mform input[type="text"] {
  width: 19.23076923%;
  font-size: 12px;
  color: #757575;
  padding: 0 10px;
  margin-right: 0.76923077%;
  border: 1px solid #94a6be;
  height: 36px;
  line-height: 34px;
  background-color: transparent;
  float: left;
}
.faq .mform textarea {
  width: 50.38461538%;
  font-size: 12px;
  color: #757575;
  padding: 0 10px;
  margin-right: 0.76923077%;
  border: 1px solid #94a6be;
  height: 36px;
  line-height: 34px;
  float: left;
  background-color: transparent;
}
.faq .mform input[type="submit"] {
  width: 7.38461538%;
  font-size: 12px;
  color: #fff;
  background-color: #94a6be;
  height: 36px;
  line-height: 36px;
  text-align: center;
  float: left;
}
.faq .mform input[type="submit"]:hover {
  background-color: #0046a1;
}
@media (max-width: 1300px) {
  .faq {
    padding: 40px 0 55px 0;
  }
  .faq .faqtit {
    margin-top: 3.07692308%;
  }
  .faq .faqtit span {
    padding: 0 10px;
    line-height: 34px;
    margin: 0 1.92307692%;
  }
  .faq .faqcont {
    margin-top: 16px;
  }
  .faq .faqcont .faqwen a {
    padding-left: 25px;
    line-height: 55px;
    font-size: 15px;
  }
  .faq .faqcont .faqwen a:after {
    left: 8px;
  }
  .faq .faqcont .faqwen a span {
    height: 55px;
  }
  .faq .faqtits {
    margin-top: 3.07692308%;
  }
  .faq .faqtits span {
    padding: 0 10px;
    line-height: 34px;
    margin: 1% 1.92307692%;
  }
}
@media (max-width: 768px) {
  .faq {
    padding: 30px 0 45px 0;
  }
  .faq .faqtit span {
    padding: 0 8px;
    font-size: 14px;
  }
  .faq .faqcont {
    margin-top: 13px;
  }
  .faq .faqcont .faqwen a {
    padding-left: 20px;
    line-height: 50px;
    font-size: 14px;
  }
  .faq .faqcont .faqwen a:after {
    left: 6px;
  }
  .faq .faqcont .faqwen a span {
    height: 50px;
  }
  .faq .mp {
    margin-top: 16px;
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 640px) {
  .faq .faqcont {
    margin-top: 13px;
  }
  .faq .faqcont .faqwen a {
    width: 100%;
    margin-right: 0;
    padding-left: 14px;
    line-height: 45px;
    font-size: 13px;
  }
  .faq .faqcont .faqwen a:after {
    left: 4px;
  }
  .faq .faqcont .faqwen a span {
    height: 45px;
  }
}
@media (max-width: 480px) {
  .faq {
    padding: 25px 0 35px 0;
  }
  .faq .faqtit {
    margin-top: 3.07692308%;
  }
  .faq .faqtit span {
    padding: 0 4px;
    line-height: 34px;
    margin: 0 1%;
  }
  .faq .faqcont {
    margin-top: 13px;
  }
  .faq .faqcont .faqwen a {
    width: 100%;
    margin-right: 0;
    padding-left: 14px;
    line-height: 38px;
    font-size: 12px;
  }
  .faq .faqcont .faqwen a:after {
    left: 4px;
  }
  .faq .faqcont .faqwen a span {
    height: 35px;
  }
.faq .faqcont .faqwen {
  display: none;
}
  .faq .faqtits {
    margin-top: 3.07692308%;
  }
  .faq .faqtits span {
    padding: 0 5px;
    line-height: 30px;
    margin: 1% 1%;
	font-size: 12px;
  }
  .faq .mp {
    margin-top: 12px;
    font-size: 12px;
    line-height: 20px;
  }
  .faq .mform input[type="text"] {
    width: 48%;
    margin: 0 1% 2%;
  }
  .faq .mform textarea {
    width: 68%;
    margin: 0 1% 2%;
  }
  .faq .mform input[type="submit"] {
    width: 28%;
    margin: 0 1% 2%;
  }
}
@media (max-width: 360px) {
  .faq {
    padding: 20px 0 30px 0;
  }
  .faq .faqtit span {
    font-size: 12px;
  }
}
.neidown {
  width: 100%;
  padding: 55px 0 40px 0;
}
.neidown .downin {
  margin-top: 40px;
}
.neidown .downin .dwtit {
  border: 1px solid #94a6be;
}
.neidown .downin .dwtit span {
  display: block;
  float: left;
  width: 16.15384615%;
  border-right: 1px solid #94a6be;
  line-height: 40px;
  padding: 0 10px;
  font-size: 16px;
  color: #666666;
  height: 40px;
  overflow: hidden;
}
.neidown .downin .dwtit span a {
  float: right;
  margin-right: 2%;
  width: 60px;
  height: 30px;
  background-color: #0046a1;
  color: #fff;
  text-align: center;
  line-height: 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-top: 5px;
}
.neidown .downin .dwtit .dwtit1 {
  width: 37.30769231%;
}
.neidown .downin .dwtit .dwtit2 {
  width: 30.38461538%;
  border-right: none;
  overflow: visible;
}
.neidown .downin ul li {
  border-bottom: 1px solid #cccccc;
}
.neidown .downin ul li .dwlit {
  width: 100%;
  height: 48px;
  padding: 0 9px;
}
.neidown .downin ul li .dwlit span {
  display: block;
  float: left;
  width: 16.15384615%;
  line-height: 48px;
  padding: 0 10px;
  font-size: 16px;
  color: #666666;
  height: 48px;
  overflow: hidden;
}
.neidown .downin ul li .dwlit .dwtit1 {
  width: 37.30769231%;
}
.neidown .downin ul li .dwlit .dwtit2 {
  width: 28.38461538%;
  border-right: none;
  overflow: visible;
}

.neidown .downin ul li .dwlit span img {
  margin-right: 14px;
  vertical-align: -3px;
}
.neidown .downin ul li .dwlit i {
  display: block;
  float: right;
  width: 18px;
  height: 18px;
  border: 1px solid #0046a1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  margin-top: 16px;
  line-height: 14px;
  cursor: pointer;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.neidown .downin ul li .dwcon {
  display: none;
  border-top: 1px solid #94a6be;
  padding: 10px 0 20px 0;
  }
.neidown .downin ul li .dwcon .dwtit {
  border-left: none;
  border-right: none;
  border-top: none;
}
.neidown .downin ul li.active .dwlit span {
  color: #333333;
}
.neidown .downin ul li .dwcon .dwtit span {
  border-right: 0;
}
.neidown .downin ul li .dwcon .dwtit .dwtit1 {
  padding-left: 48px;
}
.neidown .downin ul li .dwcon .dwtn {
  position: relative;
  margin-top: 10px;
}
.neidown .downin ul li .dwcon .dwtn:after {
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  background: #94a6be;
  position: absolute;
  bottom: 0;
  left: 0;
}
.neidown .downin ul li .dwcon .dwtn span {
  display: block;
  width: 80px;
  height: 30px;
  line-height: 30px;
  position: relative;
  z-index: 2;
  border: 1px solid #94a6be;
  border-bottom: 1px solid #fff;
  text-align: center;
  font-size: 16px;
  margin-left: 48px;
}
.neidown .downin ul li .dwcon .dwincon {
  padding: 0 48px;
  margin-top: 20px;
}
.neidown .downin ul li .dwcon .dwincon p,.neidown .downin ul li .dwcon .dwincon div {
  font-size: 16px;
    color: #555555;
    line-height: 28px;
}
.neidown .downin ul li .dwcon .dwincon .ddd {
  font-size: 16px;
  color: #666666;
  line-height: 2;
}
.neidown .downin ul li .dwcon .dwincon .ddd i {
  float: left;
  display: inline-block;
  color: #333333;
  min-width: 17%;
}
.neidown .downin ul li.active .dwlit {
  background-color: #e4e4e4;
}
.neidown .downin ul li.active .dwlit i img {
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  -o-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
.neidown .downin ul li.active .dwcon {
  display: block;
}
.neidown .downin ul li.active {
    border: 1px solid #94a6be;
    border-top: none;
}
@media (max-width: 1300px) {
  .neidown {
    padding: 4.23076923% 0 3.07692308% 0;
  }
  .neidown .downin {
    margin-top: 3.07692308%;
  }
  .neidown .downin .dwtit span {
    font-size: 14px;
  }
   .neidown .downin ul li .dwlit .dwtit2 {
	width: 59%;
	border-right: none;
	overflow: visible;
  }
  .neidown .downin ul li .dwlit span {
    font-size: 14px;
  }
  .neidown .downin .dwtit .dwtit2 {
    font-size: 14px;
	width:59%;
  }

  .neidown .downin ul li .dwlit {
    padding: 0 7px;
  }
  .neidown .downin ul li .dwlit span img {
    margin-right: 10px;
  }
  .neidown .downin .dwtit .mob {
	  display:none;
  }
  .neidown .downin ul li .dwlit .mob {
	  display:none;
  }
  .neidown .downin ul li .dwcon {
    padding: 3.07692308% 0 1.53846154% 0;
  }
  .neidown .downin ul li .dwcon .dwtit span {
    border-right: 0;
  }
  .neidown .downin ul li .dwcon .dwtit .dwtit1 {
    padding-left: 5%;
  }
  .neidown .downin ul li .dwcon .dwtn {
    margin-top: 12px;
  }
  .neidown .downin ul li .dwcon .dwtn span {
    margin-left: 5%;
    font-size: 14px;
  }
  .neidown .downin ul li .dwcon .dwincon {
    padding: 0 5%;
    margin-top: 16px;
  }
  .neidown .downin ul li .dwcon .dwincon .ddd {
    font-size: 14px;
  }
  .neidown .downin ul li .dwcon .dwincon .ddd i {
    color: #333333;
    min-width: 17%;
  }
}
@media (max-width: 768px) {
  .neidown .downin ul li .dwlit .dwtit2 {
	width: 52%;
	border-right: none;
	overflow: visible;
  }
  .neidown .downin ul li .dwlit .dwtit2 a {
	  width:70px;
  }
  .neidown .downin .dwtit .dwtit2 {
    font-size: 14px;
	width:52%;
  }
}
@media (max-width: 480px) {
  .neidown .downin .dwtit span {
    font-size: 12px;
    padding: 0 3px;
    width: 19%;
  }
  .neidown .downin .dwtit .dwtit1 {
    width: 32%;
  }
  .neidown .downin .dwtit .dwtit1 {
    width: 30%;
  }
  .neidown .downin ul li .dwlit {
    padding: 0 4px;
  }
  .neidown .downin ul li .dwlit span {
    font-size: 12px;
  }
  .neidown .downin ul li .dwlit span img {
    margin-right: 6px;
  }
  .neidown .downin ul li .dwcon {
    padding: 3.07692308% 0 1.53846154% 0;
  }
  .neidown .downin ul li .dwcon .dwtit span {
    border-right: 0;
  }
  .neidown .downin ul li .dwcon .dwtit .dwtit1 {
    padding-left: 3%;
  }
  .neidown .downin ul li .dwcon .dwtn {
    margin-top: 8px;
  }
  .neidown .downin ul li .dwcon .dwtn span {
    margin-left: 3%;
    font-size: 12px;
  }
  .neidown .downin ul li .dwcon .dwincon {
    padding: 0 3%;
    margin-top: 14px;
  }
  .neidown .downin ul li .dwcon .dwincon .ddd {
    font-size: 12px;
  }
  .neidown .downin ul li .dwcon .dwincon .ddd i {
    color: #333333;
    min-width: 25%;
  }
}

/**分页样式*/   
.pager { margin:auto; text-align:center; height:40px; width:100%;}
.pager a{ border:#999999 1px solid; border-radius:4px; color: #999999; padding:8px 12px; margin-left:5px;}
.pager span{ margin-left:5px;padding:8px 12px;border-radius:4px; border:#0046a1 1px solid; font-size:14px; }
.pager a:hover ,#pager a:active { border:#0046a1 1px solid; color:#fff; background:#0046a1; font-size:14px;}
.pager span.current {   font-weight:bold; color:#fff; background:#0046a1;}
.pager span.disabled { color: #999999; padding:8px 12px; border:#999999 1px solid; }

.provnext{padding:10px 5px 20px;}
.prov{ line-height:25px; font-size:14px; font-weight:bold; float:left; width:100%; }
.next{line-height:25px;font-size:14px; font-weight:bold; float:left; width:100%;}
.next a:hover,.prov a:hover{ color:#334d98; font-weight:bold;}

hr{ clear:both; border:0; background:none;}
.clear{ clear:both; height:0; line-height:0; font-size:0; overflow:hidden;}
.i2{ display:block; clear:both; height:2px; line-height:2px; font-size:2px; overflow:hidden;}
.i5{ display:block; clear:both; height:5px; line-height:5px; font-size:5px; overflow:hidden;}
.i8{ display:block; clear:both; height:8px; line-height:8px; font-size:8px; overflow:hidden;}
.i10{ display:block; clear:both; height:10px; line-height:10px; font-size:10px; overflow:hidden;}
.i12{ display:block; clear:both; height:10px; line-height:12px; font-size:12px; overflow:hidden;}
.i15{ display:block; clear:both; height:15px; line-height:15px; font-size:15px; overflow:hidden;}
.i20{ display:block; clear:both; height:20px; line-height:20px; font-size:20px; overflow:hidden;}
.i25{ display:block; clear:both; height:25px; line-height:25px; font-size:25px; overflow:hidden;}
.i30{ display:block; clear:both; height:30px; line-height:30px; font-size:30px; overflow:hidden;}
.i50{ display:block; clear:both; height:50px; line-height:50px; font-size:30px; overflow:hidden;}
.nobg{ background:none!important;}
.noborder{ border:none!important;}
.bd {border: 1px #f00 solid!important;}

.nqxqleft2{
  position: fixed;
  top: 120px;
  z-index: 99;
  width:17.6%;
}

.nqxqleft3{
  position: fixed;
  z-index: 99;
  width:17.6%;
  top: 66px;
}

@media (max-width: 480px) {
.nqxqleft3{
  top: 64px;
}
}
.neipxq .neipxqleft2 {
  /**width: 43.847%;**/
  width:570px;
  height:380px;
  float: left;
}

.neipxq .neipxqright2 {
  /**width: 56.153%;**/
  float: right;
  padding-top: 1.23076923%;
}

@media (max-width: 1300px) {
  .neipxq .neipxqleft2 {
    width: 45%;
  }
  .neipxq .neipxqright2 {
    width: 52%;
    padding-top: 0.76923077%;
  }}

@media (max-width: 980px) {
  .neipxq .neipxqleft2 {
    width: 42%;
  }
  .neipxq .neipxqright2 {
    width: 55%;
  }
}
@media (max-width: 800px) {
  .neipxq .neipxqleft2 {
    width: 40%;
  }
  .neipxq .neipxqright2 {
    width: 57%;
  }
}
@media (max-width: 640px) {
  .neipxq .neipxqleft2 {
    width: 100%;
  }
  .neipxq .neipxqright2 {
    width: 100%;
  }
}

.inabconr embed{
    width:100%;
}

.nqxq .nqxqright .nqxx{
  position: relative;
}

.nqxq .nqxqright .nqxx .dingwei{
  position: absolute;
  width:100%;
  height:1px;
  top:-120px;
  left:0;
}

.nqxq .nqxqright .nqxx .nqsp .spzd embed{
  max-width: 100%;
}

@media (min-width: 1600px) {
  .inabout{
    height:750px;
  }
}

.tansuo .tsin .slick-arrow{
  width:70px;
  height:70px;
  margin-top: -35px;
  border: none;
  transform: rotate(0deg)!important;
  background: rgba(0,0,0,.5);
  border-radius: 50%;
}

.tansuo .tsin .slick-arrow:after{
  content:'';
  position: absolute;
  margin:auto;
  width: 36px;
  height: 36px;


}

.tansuo .tsin .slick-prev{
  left:5px;
}

.tansuo .tsin .slick-prev:after{
  border-left: solid 3px #d0d0d0;
  border-bottom: solid 3px #d0d0d0;
  transform: rotate(45deg);
  top: 15px;
  left: 23px;
}

.tansuo .tsin .slick-next{
  right:5px;
}

.tansuo .tsin .slick-next:after{
  border-right: solid 3px #d0d0d0;
    border-bottom: solid 3px #d0d0d0;
    transform: rotate(-45deg);
    top: 15px;
  left: 9px;
}
.topright li span .rightkf{ margin-top:20px; padding-left:20px; width:280px; height:230px;}
.topright li span .rightkf li{float:left;width:50%; background-color:#0344a2; padding-top:}
.topright li span .rightkf li a{display:inline-block;color:#fff;font-size:13px;padding-left:28px;background:url(/images/qq.png) no-repeat left 3px;line-height:36px;}
.topright li span .rightkf li a:hover{ text-decoration:underline;}
.topright li span .rightkf li.weixinico{display:inline-block; height:auto; min-height:170px;}
.topright li span .rightkf li img{ display:block; width:110px; height:auto; top:-20px;}
.topright li span .rightkf li p{ 
	position: absolute;
    font-size: 13px;
    text-align: center;
    margin: auto;
    bottom: -1px;
    left: 0;
    right: 0;
    z-index:10;
	}


.foot_nav {
  width: 100%;
  height: 84px;
  border-top: 1px solid #dddddd;
  position: fixed;
  bottom: 0;
  left: 0;
  background: #f8f8f8;
  z-index: 99;
  display:none;
}
.foot_nav a {
  width: 33.333333%;
  float: left;
  padding-top: 14px;
  text-align: center;
  line-height: 68px;
}
.foot_nav a i {
  display: inline-block;
  text-align: center;
  font-size: 38px;
  color: #ff7700;
  margin-right: 2%;
  vertical-align: middle;
}
.foot_nav a i.nav2 {
  font-size: 36px;
}
.foot_nav a i.nav3 {
  font-size: 44px;
}
.foot_nav a span {
  display: inline-block;
  text-align: center;
  font-size: 18px;
  color: #ff7700;
  line-height: 1.4;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .foot_nav {
    height: 70px;
	display:block
  }
  .foot_nav a {
    padding-top: 5px;
    line-height: 64px;
  }
  .foot_nav a i {
    font-size: 38px;
  }
  .foot_nav a i.nav2 {
    font-size: 36px;
  }
  .foot_nav a i.nav3 {
    font-size: 42px;
  }
  .foot_nav a span {
    font-size: 14px;
  }
  body {
    padding-bottom:70px;
}
}
@media (max-width: 560px) {
  .foot_nav {
    height: 60px;
	display:block
  }
  .foot_nav a {
    padding-top: 10px;
    line-height: 48px;
  }
  .foot_nav a i {
    font-size: 30px;
  }
  .foot_nav a i.nav2 {
    font-size: 27px;
  }
  .foot_nav a i.nav3 {
    font-size: 34px;
  }
  .foot_nav a span {
    font-size: 14px;
  }
  body {
    padding-bottom:60px;
}
}
@media (max-width: 480px) {
  .foot_nav {
    height: 40px;
	display:block
  }
  .foot_nav a {
    padding-top: 5px;
    line-height: 32px;
  }
  .foot_nav a i {
    font-size: 22px;
  }
  .foot_nav a i.nav2 {
    font-size: 18px;
  }
  .foot_nav a i.nav3 {
    font-size: 26px;
  }
  .foot_nav a span {
    font-size: 12px;
  }
  body {
    padding-bottom:40px;
}
}
.nqxq .topics{
 width:100%;
 float:left;
}
.neipxq .neipxqright .topicsjuli{
	margin-top:10px;'
}