@charset "utf-8";

/* CSS Document */
* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

i,
em {
  font-style: normal;
}

input,
select {
  vertical-align: middle;
  font-family: "宋体";
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  color: #d90317;
}

a img {
  border: 0 none;
}

a,
input,
textarea {
  outline: none;
  blr: expression(this.onFocus=this.blur());
}

input:focus,
select:focus,
textarea:focus {
  color: #666 !important;
}

.tl li {
  white-space: nowrap;
  overflow: hidden;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  zoom: 1;
  display: inline-block;
  _height: 1px;
}

*html .clearfix {
  height: 1%;
}

*+html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

.tac {
  text-align: center !important;
}

.tal {
  text-align: left !important;
}

.tar {
  text-align: right !important;
}

.dib {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}

.db {
  display: block !important;
}

.hide {
  display: none !important;
}

.bgn {
  background: none !important;
}

.bdn {
  border: none !important;
}

.m0a {
  margin: 0 auto !important;
}

.mar_t_10 {
  margin-top: 10px !important;
}

.mar_t_15 {
  margin-top: 15px !important;
}

.mar_t_20 {
  margin-top: 20px !important;
}

.mar_t_25 {
  margin-top: 25px !important;
}

.mar_t_30 {
  margin-top: 30px !important;
}

.mar_t_40 {
  margin-top: 40px !important;
}

.mar_t_50 {
  margin-top: 50px !important;
}

.mar_t_60 {
  margin-top: 60px !important;
}

.pr {
  position: relative;
}

.pa {
  position: absolute;
}

.cc {
  color: #0a1c55;
}

body {
  background: url(../images/body-bg.png) repeat;
  font-family: "微软雅黑";
  font-size: 14px;
  color: #666;
}

.section {
  width: 100%;
}

.conBox {
  width: 1000px;
  margin: 0 auto;
}

.title {
  border-bottom: 1px solid #333333;
  padding-bottom: 12px;
  font-size: 30px;
  color: #d90317;
  font-weight: bold;
}

.title a {
  float: right;
  height: 30px;
  margin-top: 5px;
  background: #d90317;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  line-height: 30px;
}

.header {
  height: 450px;
  background: url(../images/banner.jpg) no-repeat center top;
  border-bottom: 10px solid #b40000;
}

.daoyu {
  height: 147px;
  background: #0a1c55;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  text-indent: 32px;
}

.daoyu .dyTxt {
  padding: 20px 0 0 90px;
  height: 127px;
  background: url(../images/yy.png) no-repeat left center;
}

.daoyu .dyTxt p {
  margin-bottom: 15px;
}

.daoyu .dyTxt p a {
  color: #fff;
}

.hnCon {
  margin-top: 25px;
}

.hnCon .slide {
  width: 500px;
  height: 387px;
}

/*定义焦点图容器*/
#player {
  width: 500px;
  height: 387px;
}

.picfocus {
  width: auto;
  height: auto;
  overflow: hidden;
  position: relative;
}

.play_list {
  text-indent: 0 !important;
}

.play_list a {
  display: block;
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

/*定义图像说明文字背景*/
.play_bg {
  position: absolute;
  bottom: 0;
  background-color: #000;
  margin-bottom: 0px;
  height: 32px;
  width: 100%;
  filter: Alpha(Opacity=70);
  opacity: 0.7;
  z-index: 1000;
  -webkit-filter: Alpha(Opacity=70);
}

.play_info {
  position: absolute;
  bottom: 0px;
  right: 0px;
  padding: 0px;
  height: 32px;
  line-height: 32px;
  width: 96%;
  color: #fff;
  z-index: 1001;
  cursor: pointer;
  font-size: 14px;
  display: block;
  font-weight: bold
}

/*定义按钮区域位置*/
.play_text {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 32px;
  z-index: 1002;
  margin: 0
}

.play_text ul {
  list-style-type: none;
  height: 25px;
  display: block;
  _padding-top: 0px;
  z-index: 1003;
  margin: 0
}

.play_text ul li {
  width: 18px;
  height: 15px;
  float: left;
  font-family: 'Arial Black';
  background-color: #927a76;
  display: block;
  color: #FFF;
  text-align: center;
  margin-left: 1px;
  cursor: pointer;
  font-family: Arial;
  font-size: 12px;
  margin-top: -13px;
  list-style: none;
  padding: 0;
  background-image: none;
}

/*定义当前焦点图的按钮颜色*/
.play_text ul li.current {
  background-color: #ff8000;
  color: #fff;
}

.play_btn {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 32px;
  z-index: 1002;
  margin: 0
}

.play_btn ul {
  list-style-type: none;
  height: 25px;
  display: block;
  _padding-top: 0px;
  z-index: 1003;
  margin: 0
}

.play_btn ul li {
  width: 16px;
  height: 13px;
  float: left;
  font-family: 'Arial';
  background-color: #FF9D24;
  display: block;
  color: #FFF;
  text-align: center;
  margin-left: 1px;
  cursor: pointer;
  font-size: 11px;
  margin-top: 9px;
}

/*定义当前焦点图的按钮颜色*/
.play_btn ul li.current {
  background-color: red;
  color: #fff;
}

.hnCon .hnC {
  width: 458px;
  height: 365px;
  padding: 10px 15px;
  background: #F8F8F8;
  border: 1px solid #d6d6d6;
}

.hnCon .hnC .headNew h2 {
  margin-bottom: 15px;
  margin-top: 15px;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
}

.hnCon .hnC .headNew p {
  color: #333;
  line-height: 28px;
  text-indent: 28px;
}

.hnCon .hnC .hnList h3 {
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 1px solid #0a1c55;
  color: #0a1c55;
  font-size: 18px;
  font-weight: bold;
}

.hnCon .hnC .hnList ul li {
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.alCon {
  width: 1020px;
}

.alCon .alBox {
  float: left;
  width: 275px;
  height: 364px;
  padding: 15px 25px 15px 20px;
  margin: 30px 20px 0 0;
  background: url(../images/alBox.png) no-repeat;
}

.alCon .alBox .alTit {
  margin-bottom: 20px;
  font-size: 24px;
  text-align: center;
}

.alCon .alBox .alTxt p {
  text-indent: 28px;
  line-height: 30px;
}

.talkCon {
  width: 1020px;
}

.talkCon .talkBox {
  float: left;
  width: 320px;
  margin: 30px 20px 0 0;
}

.talkCon .talkBox .talkTxt {
  position: relative;
  height: 180px;
  padding: 15px 12px;
  border: 1px solid #ccc;
  background: #F8F8F8;
  line-height: 24px;
  text-indent: 28px;
  margin-top: 15px;
}

.talkCon .talkBox .talkTxt span {
  position: absolute;
  width: 70px;
  height: 26px;
  left: 23px;
  bottom: -26px;
  background: url(../images/arrow-talk.png) no-repeat;
  z-index: 9999;
}

.talkCon .talkBox .talkImg .pa {
  left: 0;
  top: 0;
}

.talkCon2 {
  width: 1020px;
}

.talkCon2 .talkBox2 {
  float: left;
  width: 300px;
  padding: 10px;
  background: #d3d3d3;
  margin: 30px 20px 0 0;
  /* color: #fff; */
}

.talkCon2 .talkBox2 img {
  border: 1px solid #fff;
}

.talkCon2 .talkBox2 h4 {
  margin: 10px 0 10px;
  font-size: 16px;
  text-align: center;
  font-weight: 600;
}

.talkCon2 .talkBox2 p {
  padding: 0 10px;
  text-indent: 28px;
  line-height: 24px;
}

.talkCon2 .talkBox2 p a {
  color: #ff4f4f;
}

.pxBox {
  padding: 25px 10px;
  border-bottom: 1px solid #999;
}

.pxBox .pxImg {
  width: 240px;
}

.pxBox .pxImg .pa {
  left: 0;
  top: 0;
}

.pxBox .pxTxt {
  width: 700px;
}

.pxBox .pxTxt h5 {
  margin: 15px 0 20px;
  font-size: 18px;
  text-align: center;
}

.pxBox .pxTxt p {
  line-height: 24px;
  text-indent: 28px;
}

.jieyu {
  height: 140px;
  background: #2545a8;
}

.jyCon {
  height: 140px;
  position: relative;
  padding: 0 25px 0 210px;
}

.jyCon .jyTit {
  position: absolute;
  width: 204px;
  height: 117px;
  left: 8px;
  top: -12px;
  background: url(../images/jieyu.png) no-repeat;
}

.jyCon .jyTxt {
  padding: 35px 0 0;
  line-height: 24px;
  color: #fff;
}

.lxCon {
  background: #fff;
  height: 46px;
  border: 1px solid #ccc;
  line-height: 46px;
  text-align: center;
  color: #333;
}

.lxCon span {
  margin: 0 50px;
}

/*公共底部样式*/
.footer {
  width: 1100px;
  margin: 30px auto 30px;
  *padding-bottom: 30px;
  text-align: center;
}

.e_edu_bottom {
  clear: both;
  margin: 2px auto;
  width: 960px;
  padding: 20px 0px 0;
  border-top: solid 1px #ccc;
  text-align: center;
  line-height: 25px;
  overflow: hidden;
  height: auto;
  overflow: hidden\9;
}

.footer .e_edu_bottom {
  font-family: "微软雅黑";
  font-size: 14px;
  color: #333;
}



.part_c {}

.part_c .con {
  width: 1020px;
  padding: 5px 0;
}

.part_c .picBox {
  float: left;
  width: 235px;
  margin: 30px 20px 0 0;
  _display: inline;
}

.picBox .pic {
  position: relative;
  width: 235px;
  height: 180px;
}

.picBox .pic span {
  position: absolute;
  display: flex;
  width: 235px;
  height: 40px;
  line-height: 20px;
  font-size: 12px;
  text-align: center;
  justify-content: center;
  align-items: center;
  background: url(../images/black.png) repeat;
  color: #fff;
  left: 0;
  bottom: 0;
  z-index: 100;
}

.picBox .pic div {
  position: absolute;
  width: 460px;
  top: 0;
  z-index: 101;
  font-size: 12px;
  font-family: "宋体";
  line-height: 26px;
  background: #000;
  color: #fff;
  padding: 30px 30px 30px 20px;
  filter: Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
  -webkit-filter: Alpha(Opacity=80);
}

.picBox .pic div p {
  text-indent: 24px;
}

.picBox .pic:hover div {
  display: block;
  display: block;
}

.picBox .clearfix {
  width: 215px;
  height: 30px;
  padding: 0 10px;
  line-height: 30px;
  font-size: 12px;
  font-family: "宋体";
}

.picBox .clearfix span {
  color: #b40000;
}

.picBox .clearfix input {
  vertical-align: -2px;
  margin-right: 10px;
}

.picBox .bg {
  margin-top: 15px;
}

.picBox .bg .fl {
  width: 80px;
  padding-left: 25px;
  background: url(../images/video.png) no-repeat left center;
}

.picBox .bg .fr {
  width: 80px;
  padding-left: 10px;
  background: url(../images/pdf.png) no-repeat left center;
  text-align: right;
}

.picBox .bg2 {
  margin-top: 5px;
}

.picBox .bg2 .fl {
  width: 100px;
  padding-left: 2px;
}

.picBox .bg2 .fr {
  width: 100px;
  text-align: right;
}

.part_c .btn {
  width: 1000px;
  margin: 20px auto;
}

.part_c .btn a {
  display: block;
  float: right;
  width: 240px;
  height: 48px;
  line-height: 46px;
  *line-height: 48px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  background: #2b5fc8;
  border: 1px solid #1749a2;
  border-radius: 3px;
  text-decoration: none;
}


.part_d {}

.part_d .conBox {
  width: 100%;
  height: 454px;
  background: url(../../../AppData/Local/Microsoft/Windows/Temporary Internet Files/Content.IE5/images/bg2.jpg) no-repeat center top;
  color: #fff;
}

.part_d .con {
  width: 1000px;
  margin: 0 auto;
  padding: 40px 0 30px
}

.part_d .con .fl {
  width: 540px;
}

.part_d .con .fl .zx {
  float: left;
  width: 230px;
  margin: 0 20px;
  display: inline;
}

.part_d .con .fl .zx .zxTit {
  width: 75px;
  height: 43px;
  margin: 0 auto;
  background: url(../../../AppData/Local/Microsoft/Windows/Temporary Internet Files/Content.IE5/images/phone.png) no-repeat center top;
}

.part_d .con .fl .zx .zxTxt {
  width: 230px;
  background: url(../../../AppData/Local/Microsoft/Windows/Temporary Internet Files/Content.IE5/images/box40.png) repeat;
  text-align: center;
  font-size: 24px;
  padding: 20px 0;
}

.part_d .con .fl .zx .zxTxt h1 {
  margin-bottom: 15px;
}

.part_d .con .fl .zx .zxTxt p {
  line-height: 36px;
}

.part_d .con .fl .adTxt {
  font-size: 24px;
  text-indent: 24px;
  padding: 0 50px;
  line-height: 60px;
  margin-top: 45px;
}

.part_d .con .fr {
  width: 420px;
}

.part_d .con .fr h1 {
  font-size: 30px;
  margin-bottom: 20px;
}

.part_d .con .fr p {
  font-size: 16px;
  line-height: 36px;
}




.left_470 {
  width: 468px;
  padding: 10px;
  background: #F8F8F8;
  overflow: hidden;
}

.left_470 .img_140 {
  width: 140px;
}

.left_470 .img_140 img {
  margin-bottom: 15px;
}

.left_470 .r_288 {
  width: 450px;
  padding-right: 8px;
  font-size: 14px;
  color: #666;
  line-height: 26px;
}

.left_470 .r_288 h2 {
  font-size: 14px;
  font-family: "宋体";
  margin: 8px auto;
}

.left_230 {
  width: 200px;
  padding: 9px;
  height: 342px;
  background: #F8F8F8;
}

.left_230 img {
  margin-bottom: 30px;
}

.left_230 h2 {
  font-size: 14px;
  font-family: "宋体";
  text-align: center;
  margin-bottom: 10px;
}

.left_230 .line_24 {
  line-height: 26px;
  padding: 0 5px;
}

.img_border {
  border: 1px solid #E3E3E3;
}

.main {
  width: 1000px;
  margin: 0 auto;
  height: auto;
  padding: 0;
  clear: both;
}

.tonglan {
  position: relative;
}

.tonglan a {
  float: right;
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 20px;
  color: rgb(180, 180, 180);
  text-decoration: none;
}

.tonglan a:hover {
  color: rgb(255, 40, 40);
}

.tonglan p {
  float: left;
  position: absolute;
  top: 6px;
  font-size: 26px;
  font-weight: 600;
  left: 20px;
  color: #333;
}

/*焦点图*/
.mod18 {
  width: 1000px;
  height: 575px;
  margin: 0 auto;
  position: relative;
}

.mod18 .btn {
  position: absolute;
  width: 15px;
  height: 70px;
  top: 336px;
  cursor: pointer;
  z-index: 99;
  font-size: 50px;
  font-weight: bold;
}

.mod18 .prev {
  left: 0;
  background: url(../images/prevBtn.png) no-repeat;
}

.mod18 #prevTop,
.mod18 #nextTop {
  top: 213px;
  width: 46px;
  height: 48px;
}

.mod18 #prevTop {
  background: url(../images/prevBtnTop.png) 0 0 no-repeat;
}

.mod18 #nextTop {
  background: url(../images/nextBtnTop.png) 0 0 no-repeat;
}

.mod18 .next {
  right: 0;
  background: url(../images/nextBtn.png) no-repeat;
}

.mod18 li {
  float: left;
}

.mod18 .cf li {
  position: relative;
  color: #fff;
}

.mod18 .cf a {
  display: block;
  width: 1000px;
  height: 465px;
  position: absolute;
  color: #fff;
  left: 7px;
}

.mod18 .cf li span {
  display: block;
  width: 960px;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 10px 20px;
  line-height: 22px;
  text-align: left;
  background: rgba(0, 0, 0, 0.6);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr="#60000000", endColorstr="#60000000");
}

.mod18 .picBox {
  height: 465px;
  position: relative;
  overflow: hidden;
}

.mod18 .picBox ul {
  height: 465px;
  position: absolute;
}

.mod18 .picBox li {
  width: 1000px;
  height: 465px;
}

.mod18 .listBox {
  width: 1000px;
  height: 95px;
  margin: 15px auto 0;
  position: relative;
  overflow: hidden;
}

.mod18 .listBox ul {
  height: 95px;
  position: absolute;
}

.mod18 .listBox li {
  width: 203px;
  height: 95px;
  cursor: pointer;
  position: relative;
}

.mod18 .listBox li i {
  display: none;
}

.mod18 .listBox li a {
  display: block;
  width: 155px;
  height: 95px;
}

.mod18 .listBox li img {
  width: 188px;
  height: 95px;
}

.mod18 .listBox .on img {
  width: 182px;
  height: 89px;
  border: 3px solid #ff6600;
}

.mod18 .listBox .on i {
  display: block;
}


.copyright {
  padding-bottom: 1px;
  font-size: 14px;
  font-family: "微软雅黑";
}

.copyright .con {
  width: 1000px;
  margin: 0 auto;
}

.copyright .fl {
  width: 600px;
  line-height: 24px;
  padding-top: 15px;
  margin-left: 60px;
}

.copyright .fr {
  width: 350px;
  text-align: right;
  padding-top: 23px;
}

.copyright .fr span {
  margin-right: 15px;
}

.copyright .fr img {
  vertical-align: middle;
}

html,
body {
  min-width: 1200px;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

/* footer */
.pc-footer {
  padding: 20px 0 14px;
  height: 100px;
  text-align: center;
  line-height: 22px;
  font-size: 12px;
  background: #004eb3;
  color: #fff;
}

.pc-footer a {
  color: #fff;
}

/* friendlink */
.pc-footer .friendlink .link {
  vertical-align: middle;
}

.pc-footer .friendlink .link:hover {
  color: #c3c3c3;
}

.pc-footer .friendlink .line {
  display: inline-block;
  width: 1px;
  height: 12px;
  margin: 0 6px;
  vertical-align: middle;
  background-color: rgba(255, 255, 255, .7);
}

/* right */
.pc-footer .middle .link {
  margin: 0 6px;
}

.pc-footer .middle .link:hover {
  color: #c3c3c3;
}

/* contact */
.pc-footer .contact .email:hover {
  color: #c3c3c3;
}

.footer-area {
  background-color: #0A2461;
}