@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;
}
.header {
  height: 156px;
}
.header .logo {
  float: left;
  margin-top: 46px;
}
.header .phone {
  float: right;
  width: 300px;
  margin-top: 45px;
}
.header{
	background:url(../images/map.jpg) no-repeat;
	background-position: 324px 0;
}
.header .phone img {
  float: left;
  margin-right: 10px;
}
.header .phone p {
  font-size: 16px;
  color: #777777;
}
.header .phone h3 {
  font-size: 30px;
  color: #151515;
  margin-top: 6px;
}
.nav {
  width: 100%;
  background: #1690fd;
  height: 57px;
  line-height: 57px;
}
.nav li {
  float: left;
  text-align: center;
  font-size: 18px;
  margin: 0 46px;
}
.nav li a {
  color: #fff;
}
.banner {
  height: 450px;
  position: relative;
  overflow: hidden;
}
.banner ul {
  position: relative;
}
.banner ul li {
  float: left;
  height: 450px;
  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: #1791fe;
}
.banner img {
  border: 0 none;
  position: absolute;
  left: 50%;
  margin-left: -960px;
  top: 0;
  vertical-align: top;
}
.i-public-tit {
  padding-bottom: 16px;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 36px;
  overflow: hidden;
}
.i-public-tit .tit {
  font-size: 24px;
  color: #148efb;
  float: left;
}
.i-public-tit .tit span {
  font-size: 14px;
  color: #646464;
}
.i-public-tit .icon {
  float: right;
  width: 24px;
  height: 24px;
  background: url(../images/icon-r.jpg) no-repeat;
}
.i-public-tit .icon2 {
  float: right;
  width: 24px;
  height: 24px;
  background: url(../images/r-icon2.jpg) no-repeat;
}
.i-pro {
  overflow: hidden;
  margin-top: 75px;
  margin-bottom: 80px;
}
.i-pro .pro-list ul {
  margin-right: -15px;
}
.i-pro .pro-list li {
  width: 293px;
  float: left;
  margin-right: 10px;
}
.i-pro .pro-list li .tp {
  width: 293px;
  height: 212px;
  overflow: hidden;
}
.i-pro .pro-list li .tp:hover img {
  transform: scale(1.5);
  transition: 0.5s;
}
.i-pro .pro-list li .tp img {
  width: 100%;
  height: 100%;
  transition: 0.5s;
  display: block;
}
.i-pro .pro-list li p {
  text-align: center;
  height: 42px;
  line-height: 42px;
  background: #efefef;
  color: #000;
  font-size: 14px;
}
.i-news {
  height: 435px;
  background: #f5f5f5;
  padding-top: 50px;
}
.i-news .news-class {
  overflow: hidden;
  margin-bottom: 27px;
}
.i-news .news-class a {
  width: 121px;
  height: 39px;
  text-align: center;
  line-height: 39px;
  background: #e0e0e0;
  color: #020202;
  display: block;
  float: left;
  margin-right: 3px;
}
.i-news .news-class a:hover,
.i-news .news-class a.active {
  background: #ffb10b;
  color: #fff;
}
.i-news .only {
  width: 530px;
  float: left;
}
.i-news .only img {
  width: 530px;
  height: 152px;
}
.i-news .only p.tit {
  font-size: 18px;
  color: #000;
  margin-top: 28px;
}
.i-news .only p.tit a {
  color: #000;
  overflow: hidden;
  display: inline-block;
}
.i-news .only p.tit span {
  font-size: 14px;
  color: #000;
  float: right;
}
.i-news .only p.ins {
  margin-top: 20px;
  text-indent: 2em;
  font-size: 14px;
  color: #505050;
}
.i-news .news-list {
  float: right;
  width: 568px;
}
.i-news .news-list li {
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
  padding-left: 15px;
}
.i-news .news-list li:after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background: #000;
  left: 0;
  top: 6px;
  border-radius: 10px;
}
.i-news .news-list li a {
  font-size: 16px;
  color: #000000;
}
.i-news .news-list li a:hover {
  color: #1690fd;
}
.i-news .news-list li span {
  float: right;
  color: #000;
  font-size: 14px;
}
.i-case {
  overflow: hidden;
  margin-top: 45px;
  margin-bottom: 34px;
}
.i-case .public-tit {
  width: 360px;
  height: 60px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  overflow: hidden;
  margin-bottom: 46px;
}
.i-case .public-tit .bg {
  font-size: 66px;
  color: #f3f3f3;
  position: absolute;
  left: 6px;
  top: -10px;
}
.i-case .public-tit .tit {
  font-size: 30px;
  color: #000;
  line-height: 60px;
  position: relative;
  z-index: 9;
}
.i-case .public-tit .tit span {
  color: #1690fd;
  font-weight: bold;
}
.i-case .case-list {
  position: relative;
}
.i-case .case-list .hidden {
  width: 1075px;
  overflow: hidden;
  margin: 0 auto;
}
.i-case .case-list .btn {
  position: absolute;
  width: 43px;
  height: 43px;
  top: 180px;
}
.i-case .case-list .l {
  left: 0;
}
.i-case .case-list .r {
  right: 0;
}
.i-case .case-list ul {
  margin-right: -22px;
  position: relative;
}
.i-case .case-list li {
  float: left;
  width: 252px;
  margin-right: 22px;
}
.i-case .case-list li img {
  width: 100%;
  height: 362px;
}
.i-case .case-list li p {
  text-align: center;
  margin-top: 21px;
  font-size: 16px;
  color: #000;
}
.i-link {
  width: 100%;
  height: 40px;
  background: #ffb10b;
  line-height: 40px;
  color: #fff;
  font-size: 14px;
}
.i-link span {
  margin-right: 10px;
}
.i-link a {
  margin: 0 10px;
  color: #fff;
}
.footer {
  height: 222px;
  background: #1791fe;
}
.footer .foot-con {
  height: 186px;
  overflow: hidden;
}
.footer .foot-con .ins {
  width: 650px;
  float: left;
 
  margin-top: 70px;
}
.footer .foot-con .ins p {
  font-size: 14px;
  color: #fff;
  margin-bottom: 16px;
}
.footer .foot-con .ewm {
  float: right;
  margin: 0 5px;
  margin-top: 43px;
}
.footer .foot-con .ewm img {
  width: 127px;
  height: 112px;
}
.footer .bottom {
  width: 100%;
  height: 36px;
  line-height: 36px;
  color: #fff;
  text-align: center;
  background: #0181f3;
}
.footer .bottom a {
  color: #fff;
}
/*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: #1690fd;
  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 #1690fd;
}
.n-main .n-public-tit ul li.active {
  border-bottom: 5px solid #1690fd;
}
.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: #1690fd;
}
.n-main .newscj_r h3.kjzts a {
  color: #333;
}
.n-main .newscj_r .time {
  font-size: 30px;
  font-family: 'Iskoola Pota';
  color: #1690fd;
  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: #1690fd;
}
.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%;
}
/*staff*/
.n-staff {
  margin-bottom: -50px;
}
.staff-list {
  width: 1300px;
  margin-bottom: 60px;
}
.staff-list li {
  float: left;
  background: #fff;
  text-align: center;
}
.staff-list li p {
  text-align: center;
  font-size: 14px;
  line-height: 50px;
}
.staff-list li p a {
  color: #555555;
}
.staff-list li p a:hover {
  color: #1690fd;
}
.staff-list li span {
  font-size: 12px;
  color: #fd000c;
}
.staff-list .staff {
  width: 314px;
  height: 282px;
  margin-bottom: 20px;
  margin-right: 11px;
}
.staff-list .staff img {
  margin: 10px;
  width: 293px;
  height: 212px;
}
.staff-list .case {
  width: 252px;
  height: 415px;
  margin: 20px;
}
.staff-list .case img {
  width: 252px;
  height: 362px;
}
.news-box {
  display: none;
}
/*honor*/
.n-honor li {
  width: 240px;
  text-align: center;
  float: left;
  margin: 10px 30px;
  margin-bottom: 20px;
}
.n-honor li img {
  width: 240px;
  height: 188px;
}
.n-honor li p {
  line-height: 50px;
  font-size: 14px;
}
.n-honor li a {
  color: #000;
}
.n-job .human_box .job_tit {
  background: none repeat scroll 0 0 #1690fd;
  height: 50px;
  font-size: 16px;
  width: 1200px;
  color: #fff;
  line-height: 50px;
}
.n-job .human_box .job .item {
  float: left;
  height: 50px;
  line-height: 50px;
  padding-left: 40px;
  font-size: 14px;
  display: block;
}
.n-job .job_l1 {
  width: 225px;
  border-right: 1px solid #fff;
}
.n-job .job_l2 {
  width: 120px;
  border-right: 1px solid #fff;
}
.n-job .job_l3 {
  width: 250px;
  border-right: 1px solid #fff;
}
.n-job .job_l4 {
  width: 250px;
  border-right: 1px solid #fff;
}
.n-job .job_l5 {
  width: 150px;
  border-right: 1px solid #fff;
}
.n-job .job li {
  color: #525252;
  background: #fff;
  overflow: hidden;
}
.n-job .job li .job_box {
  background: none repeat scroll 0 0 #F7F7F7;
  float: left;
  line-height: 20px;
  padding: 20px 50px;
  width: 1200px;
  font-size: 14px;
  display: none;
}
.n-job .job_btn {
  cursor: pointer;
}
.n-job .human_box p {
  font-family: "Microsoft YaHei";
  padding-bottom: 20px;
  color: #343434;
}
.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: #1690fd;
}
.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: #1690fd;
}
/*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: #004ea2 !important;
  display: block;
  margin: 0 auto;
  color: #fff;
  margin-top: 20px;
}


 .lefttr{
        float: left;
        width: 244px;
        overflow: hidden;
    }
    .leib2, .leib {
        width: 244px;
        margin-bottom: 20px;
        font-family: "Microsoft Yahei";
    }
    .leib2 .clmtit, .leib .clmtit {
    color: #fff;
    background: #1690fd;
    width: 244px;
    border-bottom: 1px solid #fff;
    height: 67px;
    line-height: 67px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
.leib2 .nr {
    border: 1px solid #ececec;
    background: #f5f5f5;
    padding: 24px 20px 10px;
}
.leib2 .nr h3 {
    border-bottom: 1px solid #e6e6e6;
    height: 47px;
    line-height: 47px;
    overflow: hidden;
}
.leib2 .nr h3 a:hover, .leib2 .nr h3.cur a {
    color: #0073e9;
    background: url(../images/flico2.jpg) no-repeat scroll 188px 18px;
}
.leib2 .nr h3 a {
    text-decoration: none;
    color: #333;
    background: url(../images/flico1.jpg) no-repeat scroll 188px 18px;
    font-size: 14px;
    display: block;
}
.leib2 .nr ul {
    margin: 0px 0px 10px;
}
.leib2 .nr ul li {
    border-bottom: 1px solid #e6e6e6;
}
.leib2 .nr ul li a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    background: url(../images/flico3.jpg) 0px center no-repeat;
    height: 40px;
    line-height: 40px;
    padding-left: 18px;
    font-size: 14px;
    color: #777;
}
.leib2 .nr ul li a:hover,.leib2 .nr ul li.cur a{color: #0073e9; font-weight:bold;}
.leftlx {
    width: 222px;
    text-align: left;
    margin-top: 0px;
    font-family: "Microsoft Yahei";
    font-size: 14px;
    padding: 10px;
    border: 1px solid #ececec;
    display: block;
    margin-bottom: 20px;
}