@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 {
  border-top: 20px solid #26508f;
  height: 98px;
}
.header .logo {
  float: left;
  width: 377px;
  height: 50px;
  margin-top: 25px;
}
.header .nav {
  width: 750px;
  float: right;
  margin-top: 42px;
}
.header .nav ul {
  margin-right: -30px;
}
.header .nav li {
  font-size: 16px;
  float: left;
  margin-right: 30px;
}
.header .nav li:hover a {
  color: #d30000;
}
.header .nav li a {
  color: #323232;
  display: block;
}
.banner {
  height: 500px;
}
.banner .swiper-pagination-bullet-active {
  background: #26508f ;
}
.i-tit {
  height: 50px;
  background: #f4f4f4;
  margin-bottom: 27px;
}
.i-tit span {
  width: 137px;
  height: 50px;
  display: block;
  text-align: center;
  line-height: 50px;
  background: #26508f;
  font-size: 24px;
  float: left;
  color: #fff;
  border-left: 8px solid #ee0505;
  position: relative;
}
.i-tit span:after {
  content: "";
  width: 0;
  height: 0;
  border: 14px solid transparent;
  border-right: 14px solid #26508f;
  position: absolute;
  right: -28px;
  top: 11px;
  transform: rotate(180deg);
}
.i-tit a.more {
  float: right;
  font-size: 14px;
  color: #575757;
  line-height: 50px;
  margin-right: 18px;
}
.i-tit a.more:hover {
  color: #ef2b2b;
}
.news {
  width: 100%;
}
.news .only {
  overflow: hidden;
  margin-bottom: 26px;
}
.news .only .tp {
  width: 214px;
  height: 132px;
  float: left;
  margin-right: 18px;
}
.news .only .tp img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.news .only p.tit {
  font-size: 18px;
  margin-bottom: 10px;
  color: #26508f;
  margin-top: 10px;
}
.news .only p.tit a {color: #26508f;}
.news .only p.tit a:hover {color: #ef2b2b;}
.news .only p.ins {
  font-size: 14px;
  color: #949494;
  line-height: 22px;
  margin-bottom: 22px;
  height: 40px;
  overflow: hidden;
}
.news .only p.ins a {color: #949494;}
.news .only .more {
  width: 77px;
  height: 23px;
  text-align: center;
  line-height: 23px;
  border: 1px solid #ef2b2b;
  color: #ef2b2b;
  font-size: 12px;
  display: inline-block;
}
.news .only .more:hover {
  background-color:#ef2b2b;
  color:#FFF;
}
.news .news-list {
  overflow: hidden;
}
.news .news-list li {
  font-size: 16px;
  height: 16px;
  padding-bottom: 17px;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 17px;
}
.news .news-list li:last-child {
  border: none;
}
.news .news-list li:hover a {
  color: #ef2b2b;
}
.news .news-list li a {
  color: #2f3641;
  display: inline-block;
  overflow: hidden;
  height: 18px;
}
.news .news-list li span {
  color: #2f3641;
  font-size: 14px;
  float: right;
}
.i-jcnews {
  margin-top: 34px;
  margin-bottom: 54px;
  overflow: hidden;
}
.i-jcnews .jctp {
  float: left;
  width: 450px;
  height: 325px;
  text-align: center;
  line-height: 325px;
  margin-right: 48px;
}
.i-jcnews .jctp img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.i-jcnews .jcnews {
  width: 700px;
  float: right;
}
.section {
  clear: both;
  overflow: hidden;
  margin-bottom: 47px;
}
.i-zrzc {
  width: 574px;
  float: left;
}
.i-zrzc .tp {
  float: left;
  width: 250px;
  height: 355px;
  text-align: center;
  line-height: 355px;
}
.i-zrzc .tp img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}
.i-zrzc .zr-ins {
  /*width: 306px;*/
  float: right;
  font-size: 16px;
  color: #5c5c5c;
  line-height: 39px;
	text-align: justify;
}
.i-hynews {
  width: 575px;
  float: right;
}
.i-hynews .news .only a {
  border: none;
}
.i-qykc {
  overflow: hidden;
  position: relative;
  margin-bottom: 50px;
}
.i-qykc ul {
  position: relative;
}
.i-qykc li {
  width: 362px;
  height: 248px;
  text-align: center;
  line-height: 248px;
  float: left;
  margin-right: 14px;
  overflow: hidden;
}
.i-qykc li:hover img {
  transform: scale(1.5);
  transition: 0.5s;
}
.i-qykc li img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  transition: 0.5s;
}
.i-qykc .hidden {
  width: 1113px;
  height: 249px;
  margin: 0 auto;
  overflow: hidden;
}
.i-qykc a.btn {
  width: 35px;
  height: 35px;
  display: block;
  position: absolute;
  top: 190px;
  background: url(../images/icon.jpg) no-repeat;
}
.i-qykc a.l {
  left: 0;
}
.i-qykc a.r {
  right: 0;
  transform: rotate(180deg);
}
.i-section {
  overflow: hidden;
  margin-bottom: 43px;
}
.i-section .i-about {
  width: 840px;
  float: left;
}
.i-section .i-about .about-ins {
  font-size: 16px;
  color: #787878;
  line-height: 31px;
  margin-top:-15px;

}
.i-section .i-about .about-ins p {
  text-indent: 2em;
}
.i-section .i-about .about-tp { margin-top:5px;}
.i-section .i-about .about-tp img {
  width: 413px;
  height: 190px;
  margin-right: 10px;
}
.i-section .i-about .about-tp img:last-child {
  margin-right: 0;
}
.i-section .i-zongzhi {
  float: right;
  width: 315px;
  height: 596px;
  border: 1px solid #26508f;
}
.i-section .i-zongzhi .tit {
  height: 53px;
  background: #26508f;
  text-align: center;
  line-height: 53px;
  font-size: 24px;
  color: #fff;
}
.i-section .i-zongzhi .zz-ins {
  font-size: 16px;
  color: #26508f;
  line-height: 30px;
  width: 280px;
  overflow: hidden;
  margin: 10px auto;
}
.i-activity {
  overflow: hidden;
  margin-bottom: 50px;
}
.i-activity .activ-list {
  overflow: hidden;
  position: relative;
}
.i-activity .activ-list .hidden {
  width: 1120px;
  margin: 0 auto;
  overflow: hidden;
}
.i-activity .activ-list ul {
  position: relative;
  margin-right: -9px;
}
.i-activity .activ-list a.btn {
  position: absolute;
  width: 25px;
  height: 25px;
  background: url(../images/icon2.jpg) no-repeat;
  top: 136px;
}
.i-activity .activ-list a.l {
  left: 0;
}
.i-activity .activ-list a.r {
  right: 0;
  transform: rotate(180deg);
}
.i-activity .activ-list li {
  width: 272px;
  height: 280px;
  background: #f4f4f4;
  float: left;
  overflow: hidden;
  margin-right: 9px;
}
.i-activity .activ-list li:hover {
  background: #26508f;
}
.i-activity .activ-list li:hover p {
  color: #ffffff;
}
.i-activity .activ-list li .tp {
  width: 246px;
  height: 192px;
  text-align: center;
  line-height: 192px;
  margin: 0 auto;
  margin-top: 16px;
  margin-bottom: 15px;
}
.i-activity .activ-list li .tp img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
.i-activity .activ-list li p {
  width: 220px;
  margin: 0 auto;
  font-size: 15px;
  color: #3f3f3f;
  text-align: center;
  line-height: 25px;
}
.i-link {
  
  
  overflow: hidden;  
	float:left;
	margin-top: 60px;
	
}
.i-link a,
.i-link span {
  font-size: 14px;
  color: #b5b5b5;
}
.i-link a {
  margin-right: 12px;
}
.i-link a:hover {
  color: #ef2b2b;
}
.footer {
  height: 216px;
  background: #4a4a4a;
}
.footer p {
  font-size: 14px;
  color: #b5b5b5;
  margin-bottom: 15px;
}
.footer .foot-l {
  width: 290px;
  float: left;
  margin-right: 60px; 
  margin-top: 60px;
  border-right: 1px solid #7d7d7d;
	
}
.footer .foot-c {
  width: 300px;
  float: left;  
  margin-top: 60px;
  border-right: 1px solid #7d7d7d;
	margin-right: 50px;
	padding-right: 20px;
	
}
.footer a {
  color: #b5b5b5;
}
.footer a:hover {
  color: #ef2b2b;
}
.footer .foot-r {
  float: right;
  margin-top: 60px;
  text-align: right;
  width: 106px;
}
/*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: #26508f;
  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 #26508f;
}
.n-main .n-public-tit ul li.active {
  border-bottom: 5px solid #26508f;
}
.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: #26508f;
}
.n-main .newscj_r h3.kjzts a {
  color: #333;
}
.n-main .newscj_r .time {
  font-size: 30px;
  font-family: 'Iskoola Pota';
  color: #26508f;
  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: #26508f;
}
.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: #26508f;
}
.staff-list li span {
  font-size: 12px;
  color: #fd000c;
}
.staff-list .staff {
  width: 382px;
  height: 318px;
  margin-bottom: 20px;
  margin-right: 20px;
}
.staff-list .staff .tp{
  text-align: center;
  line-height: 271px;
  width: 382px;
} 
.staff-list .staff img {
  margin: 10px;
  max-width: 362px;
  max-height: 248px;
  vertical-align: middle;
}
/*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 #26508f;
  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: #26508f;
}
.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: #26508f;
}
/*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: #26508f !important;
  display: block;
  margin: 0 auto;
  color: #fff;
  margin-top: 20px;
}
.pp img{
  max-width: 100%
}

.foot-l span {     display: inline-block;     width: 87px;     text-align: right;     margin-right: 3px; }

.tongji {text-align: center; background: #2b2b2b;height: 30px;line-height: 30px;}
.tongji a{font-size: 16px; color: #ffffff; }