@charset "utf-8";
/*public*/
* {
  margin: 0;
  padding: 0;
}
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  overflow-x: hidden;
  font-family: "微软雅黑";
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
figcaption,
figure,
main {
  display: block;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace,monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: inherit;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace,monospace;
  font-size: 1em;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
audio,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
img {
  border-style: none;
}
svg:not(:root) {
  overflow: hidden;
}
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  display: inline-block;
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details,
menu {
  display: block;
}
summary {
  display: list-item;
}
canvas {
  display: inline-block;
}
template {
  display: none;
}
[hidden] {
  display: none;
}
a {
  text-decoration: none;
}
input {
  outline: 0;
}
textarea {
  outline: 0;
  resize: none;
  vertical-align: top;
}
ol,
ul {
  list-style: none;
}
li {
  list-style: none;
}
/*index-public*/
/*公共样式、*/
.wrap:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clear {
  clear: both;
}
.center {
  width: 1200px;
  margin: 0 auto;
}
.bor0 {
  border: none !important;
}
.top {
  height: 41px;
  line-height: 41px;
  background: #063d97;
  color: #fff;
  font-size: 12px;
}
.top a {
  color: #fff;
}
.header {
  background: #f5f5f5;
  height: 184px;
  overflow: hidden;
  background-position: 600px 0;
}
.header .center {
  height: 100%;
  background: url(../images/h-bg.png) no-repeat;
  background-position: 240px 0;
}
.header .logo {
  width: 318px;
  margin-top: 39px;
  float: left;
}
.header .right {
  margin-top: 59px;
}
.header .right .phone {
  font-size: 18px;
  color: #fe0000;
  margin-bottom: 23px;
  text-align: right;
}
.header .right .phone img {
  width: 28px;
  height: 28px;
  vertical-align: middle;
  margin-right: 8px;
}
.header .right .phone span {
  color: #ea7b06;
  font-weight: 800;
  font-size: 30px;
}
.header .right .nav li {
  float: left;
  padding-left: 16px;
  margin-left: 26px;
  position: relative;
}
.header .right .nav li:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background: #000;
  left: 0;
  top: 8px;
}
.header .right .nav a {
  font-size: 18px;
  color: #000;
}
.banner {
  height: 628px;
  position: relative;
  overflow: hidden;
}
.banner ul {
  position: relative;
}
.banner ul li {
  float: left;
  height: 628px;
  overflow: hidden;
  position: relative;
}
.banner .btn-list {
  position: absolute;
  bottom: 15px;
}
.banner .btn-list li {
  width: 20px;
  height: 20px;
  background: #fff;
  margin-right: 10px;
  border-radius: 30px;
}
.banner .btn-list li.active {
  background: #063d97;
}
.banner img {
  border: 0 none;
  position: absolute;
  left: 50%;
  margin-left: -960px;
  top: 0;
  vertical-align: top;
}
.i-public-tit {
  position: relative;
  text-align: center;
}
.i-public-tit:before {
  content: "";
  display: inline-block;
  width: 150px;
  height: 120px;
  background: url(../images/icon.png) no-repeat;
  position: relative;
  left: 30px;
  top: 10px;
}
.i-public-tit .inlin-block {
  display: inline-block;
}
.i-public-tit p.tit {
  font-size: 36px;
  color: #063d97;
  margin-bottom: 25px;
  font-weight: 900;
}
.i-public-tit p.tit span {
  color: #ff8711;
}
.i-public-tit p.ins {
  font-size: 14px;
  color: #a1a1a1;
}
.i-wrap1 {
  margin-top: 70px;
  overflow: hidden;
  margin-bottom: 65px;
}
.i-wrap1 .wrap1-list {
  overflow: hidden;
  margin-top: 70px;
  margin-bottom: 60px;
}
.i-wrap1 .wrap1-list li {
  width: 219px;
  float: left;
  padding: 0 38px;
  border-right: 1px solid #e5e5e5;
}
.i-wrap1 .wrap1-list li:last-child {
  border: none;
}
.i-wrap1 .wrap1-list li .num {
  font-size: 95px;
  color: #38d7e5;
  text-align: center;
  font-style: oblique;
}
.i-wrap1 .wrap1-list li .txt {
  font-size: 20px;
  color: #000;
  line-height: 32px;
  padding-bottom: 8px;
}
.i-wrap1 img {
  width: 100%;
  height: 213px;
}
.i-wrap2 {
  width: 100%;
  height: 719px;
  overflow: hidden;
  background: url(../images/wrap2.jpg) no-repeat top #f5f5f5;
  position: relative;
}
.i-wrap2:after {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  width: 131px;
  height: 57px;
  margin-left: -65px;
  background: url(../images/wrap2-icon2.jpg) no-repeat;
}
.i-wrap2 .tit {
  text-align: center;
  font-size: 55px;
  color: #fff;
  margin-top: 112px;
}
.i-wrap2 .tit span {
  font-weight: bold;
}
.i-wrap2 .ins {
  text-align: center;
  font-size: 14px;
  color: #b6d5fb;
  margin-top: 33px;
  margin-bottom: 30px;
}
.i-wrap2 .txt {
  text-align: center;
  font-size: 18px;
  color: #fff;
}
.i-wrap2 .wrap2-list {
  margin-top: 60px;
}
.i-wrap2 .wrap2-list li {
  width: 200px;
  text-align: center;
  float: left;
}
.i-wrap2 .wrap2-list li .icon {
  width: 119px;
  height: 140px;
  margin: 0 auto;
}
.i-wrap2 .wrap2-list li .icon1 {
  background: url(../images/wrap2-icon.png) no-repeat;
  background-position: 0 0;
}
.i-wrap2 .wrap2-list li .icon2 {
  background: url(../images/wrap2-icon.png) no-repeat;
  background-position: -192px 0;
}
.i-wrap2 .wrap2-list li .icon3 {
  background: url(../images/wrap2-icon.png) no-repeat;
  background-position: -396px 0;
}
.i-wrap2 .wrap2-list li .icon4 {
  background: url(../images/wrap2-icon.png) no-repeat;
  background-position: -583px 0;
}
.i-wrap2 .wrap2-list li .icon5 {
  background: url(../images/wrap2-icon.png) no-repeat;
  background-position: -778px 0;
  border-top: 1px solid #59a7f2;
}
.i-wrap2 .wrap2-list li .icon6 {
  background: url(../images/wrap2-icon.png) no-repeat;
  background-position: -971px 0;
}
.i-wrap2 .wrap2-list li .title {
  font-size: 22px;
  color: #d3f9ff;
  margin-top: 19px;
  margin-bottom: 16px;
}
.i-wrap2 .wrap2-list li .inst {
  font-size: 16px;
  color: #d3f9ff;
}
.i-wrap3 {
  background: #f5f5f5;
  overflow: hidden;
  padding-bottom: 108px;
}
.i-wrap3 .txt {
  margin-top: 40px;
  text-align: center;
  font-size: 18px;
  color: #000;
  line-height: 31px;
  margin-bottom: 24px;
}
.i-wrap4 {
  width: 100%;
  height: 816px;
  background: url(../images/wrap4.jpg) no-repeat center;
  overflow: hidden;
}
.i-wrap4 .wrap4-main {
  width: 990px;
  margin: 0 auto;
  margin-top: 152px;
  overflow: hidden;
}
.i-wrap4 .wrap4-main .tit {
  font-size: 48px;
  color: #fff;
  line-height: 75px;
  margin-bottom: 19px;
  margin-top: 45px;
}
.i-wrap4 .wrap4-main .txt {
  font-size: 14px;
  color: #fff;
  margin-bottom: 65px;
}
.i-wrap4 .wrap4-main .wrap4-list ul {
  margin-right: -14px;
}
.i-wrap4 .wrap4-main .wrap4-list li {
  float: left;
  width: 185px;
  height: 164px;
  background-color: #4d76ea;
  margin-right: 14px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.i-wrap4 .wrap4-main .wrap4-list li:hover {
  background-color: #ff8711;
}
.i-wrap4 .wrap4-main .wrap4-list li div {
  margin: 0 auto;
  margin-top: 24px;
  background: url(../images/wrap4-icon.png) no-repeat;
}
.i-wrap4 .wrap4-main .wrap4-list li .w1 {
  width: 73px;
  height: 74px;
  background-position: -55px -9px;
}
.i-wrap4 .wrap4-main .wrap4-list li .w2 {
  width: 86px;
  height: 86px;
  background-position: -250px -3px;
}
.i-wrap4 .wrap4-main .wrap4-list li .w3 {
  width: 88px;
  height: 84px;
  background-position: -439px -3px;
}
.i-wrap4 .wrap4-main .wrap4-list li .w4 {
  width: 87px;
  height: 80px;
  background-position: -649px -3px;
}
.i-wrap4 .wrap4-main .wrap4-list li .w5 {
  width: 85px;
  height: 85px;
  background-position: -847px -3px;
}
.i-wrap4 .wrap4-main .wrap4-list li p {
  width: 100%;
  text-align: center;
  font-size: 16px;
  color: #fff;
  position: absolute;
  bottom: 15px;
}
.i-wrap5 {
  width: 100%;
  height: 1035px;
  overflow: hidden;
  background: url(../images/wrap5.jpg) no-repeat center;
}
.i-wrap5 .tit {
  text-align: center;
  font-size: 55px;
  color: #fff;
  margin-top: 112px;
}
.i-wrap5 .tit span {
  font-weight: bold;
}
.i-wrap5 .ins {
  text-align: center;
  font-size: 14px;
  color: #b6d5fb;
  margin-top: 33px;
  margin-bottom: 30px;
}
.i-wrap5 .txt {
  text-align: center;
  font-size: 18px;
  color: #fff;
}
.i-wrap5 .wrap5-box {
  width: 512px;
  height: 459px;
  margin: 0 auto;
  margin-top: 100px;
  background: url(../images/wrap5-icon.png) no-repeat center;
  position: relative;
}
.i-wrap5 .wrap5-box p {
  width: 327px;
  font-size: 16px;
  color: #fff;
  line-height: 29px;
}
.i-wrap5 .wrap5-box .txt1 {
  position: absolute;
  left: -338px;
  top: 55px;
}
.i-wrap5 .wrap5-box .txt2 {
  position: absolute;
  right: -335px;
  top: 60px;
}
.i-wrap5 .wrap5-box .txt3 {
  position: absolute;
  left: -338px;
  bottom: 16px;
}
.i-wrap5 .wrap5-box .txt4 {
  position: absolute;
  right: -335px;
  bottom: 16px;
}
.i-wrap6 {
  padding-top: 6px;
  background: #f5f5f5;
  overflow: hidden;
}
.i-wrap6 .txt {
  margin-top: 40px;
  font-size: 18px;
  color: #000;
  text-align: center;
  line-height: 30px;
  margin-bottom: 45px;
}
.i-wrap6 .wrap6-list {
  overflow: hidden;
  margin-bottom: 60px;
}
.i-wrap6 .wrap6-list ul {
  margin-right: -5px;
}
.i-wrap6 .wrap6-list li {
  width: 231px;
  height: 110px;
  float: left;
  margin-right: 5px;
  margin-bottom: 12px;
}
.i-wrap6 a.more {
  width: 156px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  border: 1px solid #f18200;
  color: #ea8004;
  font-size: 18px;
  display: block;
  margin: 0 auto;
  margin-bottom: 112px;
}
.i-wrap7 {
  background: #0a4098;
  overflow: hidden;
}
.i-about {
  margin: 100px auto;
  height: 313px;
}
.i-about img.tp {
  width: 496px;
  height: 313px;
  float: left;
}
.i-about .right {
  width: 652px;
  color: #fff;
}
.i-about .right p.tit {
  font-size: 24px;
  color: #fff;
  margin-bottom: 35px;
}
.i-about .right img.line {
  margin-bottom: 17px;
  display: block;
}
.i-about .right .ins {
  height: 180px;
  font-size: 16px;
  line-height: 32px;
  color: #d3d9e7;
}
.i-about .right a.more {
  width: 146px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  color: #03d7f0;
  display: block;
  border: 1px solid #03d7f0;
}
.i-honor {
  overflow: hidden;
  margin-bottom: 103px;
}
.i-honor .tit {
  font-size: 30px;
  color: #fff;
  margin-bottom: 42px;
  position: relative;
}
.i-honor .tit:after {
  position: absolute;
  content: "";
  right: 0;
  top: 17px;
  width: 1018px;
  height: 1px;
  border-top: 1px solid #7d99c4;
}
.i-honor ul {
  margin-right: -6px;
}
.i-honor li {
  width: 229px;
  height: 304px;
  float: left;
  margin-right: 6px;
}
.i-honor li img {
  width: 100%;
  height: 100%;
}
.i-news {
  overflow: hidden;
  margin-top: 68px;
  margin-bottom: 83px;
}
.i-news .left {
  width: 550px;
}
.i-news .right {
  width: 550px;
}
.i-news .title {
  color: #f18200;
  position: relative;
  font-size: 24px;
  margin-bottom: 26px;
}
.i-news .title span {
  color: #063e97;
  font-size: 14px;
}
.i-news .title:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 27px;
  height: 27px;
  background: url(../images/r-icon.jpg) no-repeat;
}
.i-news .only img {
  width: 549px;
  height: 139px;
  margin-bottom: 24px;
}
.i-news .only .tit {
  margin-bottom: 20px;
  color: #063d97;
  font-size: 14px;
}
.i-news .only .tit span {
  color: #a1a1a1;
  float: right;
}
.i-news .only .ins {
  font-size: 12px;
  color: #5b5b5b;
  line-height: 24px;
  margin-bottom: 20px;
}
.i-news li {
  height: 46px;
  line-height: 46px;
  border-bottom: 1px solid #e6e6e6;
}
.i-news li a {
  color: #151515;
  font-size: 14px;
}
.i-news li span {
  float: right;
}
.footer {
  width: 100%;
  height: 184px;
  background: #505050;
}
.footer .f-con {
  margin-left: 74px;
  float: left;
  width: 850px;
  margin-top: 50px;
}
.footer .f-con .f-nav {
  padding-bottom: 20px;
  border-bottom: 1px dashed #747474;
  display: inline-block;
  margin-bottom: 18px;
}
.footer .f-con .f-nav a {
  font-size: 14px;
  color: #fff;
  padding: 0 14px;
  border-right: 1px solid #989894;
}
.footer .f-con p.txt {
  font-size: 12px;
  color: #aaaaaa;
  margin-bottom: 14px;
}
.footer .f-con p.txt a {
  color: #aaaaaa;
}
.footer .ewm {
  float: left;
  width: 270px;
  height: 128px;
  margin-top: 30px;
  display: flex; flex-direction: row;justify-content: space-between;
}
.footer .ewm img {
  width: 49%;
  height: 100%;
}
/*neiye*/
/*n-main*/
.pro {
  height: 455px;
}
.n-main .n-public-tit {
  width: 100%;
  height: 60px;
  background: #fff;
  line-height: 60px;
}
.n-public-tit p a {
  font-size: 14px !important;
}
.n-public-tit p img {
  width: 15px;
  height: 15px;
  margin-right: 10px;
}
.n-main .n-public-tit p {
  font-size: 14px !important;
  color: #666666;
}
.n-main .n-public-tit a {
  font-size: 16px;
  color: #666666;
}
.n-main .n-public-tit a.active {
  color: #063d97;
  font-weight: bold;
}
.n-main .n-public-tit ul {
  float: right;
}
.n-main .n-public-tit ul li {
  float: left;
  margin-right: 15px;
  display: inline-block;
  height: 60px;
}
.n-main .n-public-tit ul li:hover {
  border-bottom: 5px solid #063d97;
}
.n-main .n-public-tit ul li.active {
  border-bottom: 5px solid #063d97;
}
.n-main .n-main-box {
  background: #f2f2f2;
  padding-top: 30px;
  padding-bottom: 30px;
}
.n-main .n-main-box .item {
  display: none;
}
.n-main .n-main-box .active a {
  color: #fff !important;
}
/*about*/
.about p {
  line-height: 30px;
}
/*news-list*/
.n-main .newscj {
  height: 220px;
  overflow: hidden;
  clear: both;
  background: #fff;
}
.n-main .newscj_l {
  float: left;
  width: 345px;
}
.n-main .newscj_l img {
  width: 345px;
  height: 220px;
}
.n-main .newscj_r {
  float: right;
  width: 750px;
  padding-top: 12px;
  margin-right: 40px;
}
.n-main .newscj_r h3.kjzts {
  font-size: 16px;
  font-weight: 800;
  padding-top: 30px;
}
.n-main .newscj_r h3.kjzts:hover a {
  color: #063d97;
}
.n-main .newscj_r h3.kjzts a {
  color: #333;
}
.n-main .newscj_r .time {
  font-size: 30px;
  font-family: 'Iskoola Pota';
  color: #063d97;
  line-height: 42px;
  padding-top: 5px;
  letter-spacing: -1.5px;
}
.n-main .team_jj {
  margin-top: 10px;
}
.n-main .news-list {
  padding-bottom: 30px;
}
.n-main .team_jj a {
  font-size: 13px;
  color: #999999;
  line-height: 22px;
  height: 66px;
  overflow: hidden;
}
.n-main .news-list li {
  width: 1200px;
  height: 136px;
  position: relative;
  border-bottom: 1px #d7d7d7 solid;
}
.n-main .news-list li:hover span {
  width: 1200px;
}
.n-main .news-list li a {
  width: 1120px;
  height: 105px;
  padding: 30px 0px 0px 40px;
  z-index: 10;
  position: absolute;
  left: 0;
  top: 0;
}
.n-main .news-list li a:hover h3 {
  color: #063d97;
}
.n-main .news-list li h4 {
  height: 105px;
  width: 155px;
  font-size: 32px;
  margin-right: 30px;
  color: #999999;
  font-family: 'Iskoola Pota';
  letter-spacing: -1px;
  float: left;
  font-weight: normal;
}
.n-main .news-list li h3 {
  font-size: 16px;
  color: #666666;
  padding-right: 12px;
  margin-bottom: 15px;
  font-weight: normal;
}
.n-main .news-list li p {
  font-size: 12.5px;
  color: #999999;
  line-height: 22px;
}
.n-main .news-list li span {
  width: 0;
  height: 135px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 8;
  background: -webkit-gradient(linear, 120% 0%, 0% 100%, from(#ffffff), to(#ffffff), color-stop(1.2, #f3f3f3));
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -transition: all .3s;
}
/*news-show*/
/*n-show*/
.n-show .tit {
  font-size: 24px;
  color: #333;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.n-show .info {
  font-size: 14px;
  color: #999;
  text-align: center;
  margin-bottom: 5px;
}
.n-show .info span {
  margin-right: 5px;
}
.n-show .pp {
  padding-top: 10px;
  padding-bottom: 15px;
}
.n-show .pp p {
  font-size: 16px;
  color: #333;
  line-height: 150%;
}
/*pro*/
.n-staff {
  /*margin-bottom: -50px;*/
}
.staff-list {
  height: 300px;
  width: 1300px;
  margin-bottom: 60px;
}
.staff-list li {
  float: left;
  background: #fff;
}
.staff-list li p {
  text-align: center;
  font-size: 14px;
  line-height: 60px;
  overflow: hidden;
  height: 60px;
}
.staff-list li p a {
  color: #555555;
}
.staff-list li p a:hover {
  color: #063d97;
}
.staff-list .staff {
  width: 297px;
  height: 170px;
  margin: 0 5px;
  margin-bottom: 20px;
  text-align: center;
}
/*.staff-list .staff img {
  width: 297px;
  height: 171px;
}*/
.staff-list .case {
  width: 283px;
  height: 232px;
  margin: 0 5px;
  margin-bottom: 20px;
}
.staff-list .case img {
  width: 283px;
  height: 172px;
}
.staff-list .honor {
  width: 229px;
  height: 367px;
  margin-bottom: 20px;
  margin-right: 58px;
}
.staff-list .honor img {
  width: 229px;
  height: 304px;
}
/*msg*/
.n-msg {
  height: 500px;
  margin-bottom: 75px;
  background: url(../images/nr-bg.jpg) no-repeat;
  overflow: hidden;
}
.n-msg .form {
  margin-top: 85px;
  margin-left: 42px;
}
.n-msg .form span {
  color: #444444;
  font-size: 16px;
  width: 90px;
  display: inline-block;
  text-align: right;
  font-weight: bold;
}
.n-msg .form input {
  border: 1px solid #cccccc;
  background: none;
}
.n-msg .form .clear {
  margin-top: 32px;
}
.n-msg .form input.txt {
  width: 253px;
  height: 48px;
  margin-right: 30px;
}
.n-msg .form textarea {
  width: 1020px;
  height: 148px;
  border: 1px solid #cccccc;
  background: none;
}
.n-msg .form input.yzm {
  width: 126px;
  height: 48px;
}
.n-msg .form .clear2 {
  margin-top: 12px;
}
.n-msg .form img {
  width: 100px;
  height: 50px;
  margin-left: 13px;
  position: relative;
  top: 19px;
  left: 13px;
}
.n-msg .form .btn {
  width: 160px;
  height: 50px;
  background: #063d97 !important;
  display: block;
  margin: 0 auto;
  color: #fff;
  margin-top: 20px;
}
.pagination {
  text-align: right;
  float: right;
  margin-bottom: 35px;
}
.pagination a {
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  float: left;
  line-height: 40px;
  background: #e5e5e5;
  border: 0;
  margin-right: 10px;
  color: #a6a6a6;
}
.pagination .active {
  border: 0 !important;
  background: #fff;
  color: #063d97;
}
.pagination .next {
  float: left;
}
.pagination .pre {
  width: 40px;
  height: 40px;
  display: block;
  float: left;
  text-align: center;
  line-height: 40px;
  margin-right: 10px;
}
.page-turn {
  padding-top: 15px;
}
.page-turn p {
  font-size: 16px;
  color: #333;
  margin-bottom: 10px;
}
.page-turn p a {
  color: #333;
}
.page-turn p:hover a {
  color: #063d97;
}


.i-link{
  margin: 20px 0;
}
.i-link a{
  color: #000;
  margin:0 10px;
}