<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
* {
  margin: 0;
  padding: 0;
}
html {
  height: 100%;
}
body {
  font-family: "微软雅黑" !important;
  background-color: #fff;
  font-size: 14px;
  height: 100%;
}
a,
a:hover {
  text-decoration: none !important;
  outline: none;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.clearfix {
  zoom: 1;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.common_width {
  width: 1200px;
  margin: 0 auto;
}
body ul,
body p {
  margin: 0;
  text-align: justify;
}
ul &gt; li {
  list-style-type: none;
}
img {
  border: none;
  outline: none;
}
input {
  outline: none;
  border: 0;
  font-family: "微软雅黑";
  background: none;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
}
/*清除苹果按钮样式*/
.btn:focus {
  outline: none !important;
}
@font-face {
  font-family: "KabelCBook";
  src: url(KabelC-Book.otf);
}
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #c7c7c7;
}
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.2);
}
/*------LESS------*/
.bd_weixin_popup {
  box-sizing: content-box;
}

.headers { width:100%; margin:0 auto;background-color: #fff;}
.headers  .logo {
    width: 1200px;
    margin: 0 auto;
    height:120px;
  background: url(../images/logo.png) no-repeat left center;
}
.headers .logo a {
  display: block;
  height: 100%;
}


.header { width:100%; margin:0 auto;background-color: #aaaaaa;}
.header  .logo {
    width: 1200px;
    margin: 0 auto;
    height:60px;
  background: url(../images/logo.png) no-repeat left center;
}
.header .logo a {
  display: block;
  height: 100%;
}
.header .common_width {
  height: 100%;
  position: relative;
}

.header .common_width .nav {
    width:100%;
  height: 60px;
}
.header .common_width .nav li {
  float: left;
  height: 100%;
  line-height: 60px;
  padding: 0 25px;
  font-size: 20px;
  text-align: center;
  position: relative;
}
.header .common_width .nav li a {
  color: #fff;
  display: block;
  height: 100%;
  font-family: "黑体";
  transition: all 0.2s ease 0.1s;
}
.header .common_width .nav li a:before {
  content: "";
  height: 2px;
  width: 0;
  background-color: #ae0a29;
  display: block;
  top: 62px;
  left: 35px;
  position: absolute;
  transition: all 0.8s ease 0.1s;
}
.header .common_width .nav li:hover a {
  color:#ae0a29;
}
.header .common_width .nav li:hover a:before {
  width: 62%;
}
.header .common_width .form_box {
  width: 220px;
  height: 40px;
  box-shadow: 0 0 25px 5px #d5d5d5;
  position: absolute;
  top: 10px;
  right: -250px;
}
.header .common_width .form_box input[type="text"] {
  width: 179px;
  height: 38px;
  background-color: #fff;
  padding: 0 17px;
  float: left;
  color: #c7c7c7;
  margin-top: 1px;
}
.header .common_width .form_box input[type="submit"] {
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/search.png) no-repeat center;
}


@media screen and (min-width: 1201px) {
/*底部版本信息*/
.footer{width:100%;	background: #aaaaaa;height:auto;float:left;}
/**友情链接#2e2e57*/
.links{	width: 1200px; margin: 0 auto; overflow: hidden;padding: 35px 0; }
.links .indextit{border-bottom: 2px solid #dedfe2 ;width:100%;height:30px;line-height:30px}
.links .indextit span { font-size:15px;color:#fff;float:left;border-bottom: 2px solid #cc2a1e ;width:100px;height:30px;font-weight:bold;}
.linkxs ul{	margin-top:8px;}
.linkxs li{	width:10%;padding-right:5px;padding-left:5px;text-align:center;height:25px;line-height:25px;float:left;font-size:13px;}
.linkxs li a {color:#fff }

.w1050 {margin: 0px auto;width: 1200px;padding: 0px;color:#fff;margin-bottom:10px}
.footer_l{float:left;background:url(../images/rwm.png) no-repeat left;padding-left:85px;margin-top:18px;}
    .footer_l a {color:#fff;    }
     .footer_l a:hover {color:#cc2a1e;    }
.footer_l h1{font-size:16px;color:#fff;font-weight:300;}
.footer_l h3{font-size:14px;color:#fff;font-weight:300;}
.lb{font-size:13px;	color:#fff;line-height:22px;margin-top:5px;}
.footer_r{float:right;}
.rt h2{	float:right;font-size:12px;font-weight:300;}
.rt{font-size:13px;color:#fff;padding-top:20px;text-align:right}
.rt a {font-size:14px;color:#fff; font-weight:bold;line-height:30px}
    .rt a:hover {color:#cc2a1e;     }
.rb{font-size:13px;color:#fff;line-height:22px;margin-top:3px;text-align:right;}
}
/*媒体查询*/
@media screen and (max-width: 1200px) {
    .footer{width:100%;	background: url(../images/footer_bg.png) repeat center;height:auto;float:left;}
    .links{	width:auto; margin: 0 auto; overflow: hidden;padding: 35px 0; }
.links .indextit{border-bottom: 2px solid #dedfe2 ;width:100%;height:30px;line-height:30px}
.links .indextit span { font-size:15px;color:#fff;float:left;border-bottom: 2px solid #cc2a1e ;width:100px;height:30px;font-weight:bold;}
.linkxs ul{	margin-top:8px;}
.linkxs li{	width:10%;padding-right:5px;padding-left:5px;text-align:center;height:25px;line-height:25px;float:left;font-size:13px;}
.linkxs li a {color:#fff }
    .w1050 {width:auto; margin: 0px auto;padding: 0px;color:#fff ;margin-bottom:10px}
    .footer_l{margin: 0px auto;background:url(../images/rwm.png) no-repeat left;padding-left:85px;margin-top:18px;}
    .footer_l a {color:#fff;    }
     .footer_l a:hover {color:#cc2a1e;    }
.footer_l h1{font-size:16px;color:#fff;font-weight:300;}
.footer_l h3{font-size:14px;color:#fff;font-weight:300;}
.lb{font-size:13px;	color:#fff;line-height:22px;margin-top:5px;}
.footer_r{margin: 0px auto;text-align:center;}
.rt h2{	font-size:12px;font-weight:300;}
.rt{font-size:13px;color:#fff;padding-top:20px;text-align:center}
.rt a {font-size:14px;color:#fff; font-weight:bold;line-height:30px}
    .rt a:hover {color:#cc2a1e;     }
.rb{font-size:13px;color:#fff;line-height:22px;margin-top:3px;text-align:center;}
}


#slide {
  padding: 0px;
  margin-top:10px;
  background-color: #999;
  overflow: hidden;
  position: relative;
}
#slide .swiper-container {
  height: 375px;
}
#slide .swiper-container .swiper-slide a {
  display: block;
  height: 100%;
  position: relative;
}
#slide .swiper-container .swiper-slide a .info {
  background: url(../images/mark.png) repeat center;
  width: 100%;
  height: 85px;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px 20px 0;
  color: #fff;
}
#slide .swiper-container .swiper-slide a .info p {
  line-height: 42px;
  font-size: 28px;
  font-family: "黑体";
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#slide .swiper-container .swiper-slide a .info span {
  display: block;
  line-height: 26px;
  font-size: 16px;
  font-family: "黑体";
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
#slide .swiper-pagination {
  width: 1200px;
  height: 40px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -600px;
  font-size: 0;
  padding: 15px 0;
}
#slide .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 10px;
  background-color: #fff;
}
#slide .swiper-button-prev {
  width: 78px;
  height: 78px;
  background: url(../images/l.png) no-repeat center;
  left: 50px;
}
#slide .swiper-button-next {
  width: 78px;
  height: 78px;
  background: url(../images/r.png) no-repeat center;
  right: 50px;
}
#slide .slide_bg {
  position: absolute;
  top: -3%;
  left: -3%;
  width: 106%;
  height: 106%;
  
}
.main {
  background: url(../images/main_bg.png) repeat-y center;
  overflow: hidden;
}
.main .tit {
  height: 59px;
  margin-bottom: 27px;
  border-bottom: 2px solid #ddd;
}
.main .tit h3 {
  float: left;
  height: 35px;
  line-height: 33px;
  font-weight: bold;
  margin: 6px 0 0;
  border-left: 4px solid #ae0b2a;
  padding-left: 13px;
  font-family: "宋体";
  font-size: 28px;
}
.main .tit a {
  width: 100px;
  height: 38px;
  border: 1px solid #ae0b2a;
  border-radius: 38px;
  float: right;
  line-height: 36px;
  font-size: 18px;
  color: #ae0b2a;
  font-family: "Georgia";
  text-align: center;
}
.main .item1 {
  padding: 36px 0 40px;
}
.main .item1 .row {
  margin-right: -20px;
  margin-left: -20px;
}
.main .item1 .col-md-7 {
  padding-right: 20px;
  padding-left: 20px;
}
.main .item1 .col-md-7 ul {
  height: 420px;
}
.main .item1 .col-md-7 ul li {
  width: 329px;
  height: 100%;
  float: left;
  box-shadow: 0 0 15px 3px #ddd;
  background-color: #fff;
}
.main .item1 .col-md-7 ul li a {
  display: block;
  height: 100%;
}
.main .item1 .col-md-7 ul li a .pic {
  height: 180px;
}
.main .item1 .col-md-7 ul li a .txt {
  padding: 5px 15px 15px;
}
.main .item1 .col-md-7 ul li a .txt .date {
  line-height: 34px;
  height: 34px;
  color: #999;
  padding-left: 22px;
  background: url(../images/date.png) no-repeat left center;
}
.main .item1 .col-md-7 ul li a .txt h6 {
  font-weight: bold;
  font-family:微软雅黑 ! important;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  margin: 0 0 7px;
  font-size: 16px;
  color: #484848;
}
.main .item1 .col-md-7 ul li a .txt p {
  line-height: 24px;
  height: 96px;
  overflow: auto;
  font-size: 14px;
  color: #999;
  padding-right: 8px;
}
.main .item1 .col-md-7 ul li a .txt span {
  font-size: 16px;
  color: #ae0a29;
  line-height: 30px;
  display: block;
  margin-top: 12px;
}
.main .item1 .col-md-7 ul li + li {
  margin-left: 25px;
}
.main .item1 .col-md-5 {
  padding-right: 20px;
  padding-left: 20px;
}
.main .item1 .col-md-5 ul {
  box-shadow: 0 0 15px 3px #ddd;
}
.main .item1 .col-md-5 ul li {
  background: #ffffff url(../images/n_icon.png) no-repeat left 18px center;
  height: 84px;
  transition: all 0.2s ease 0.1s;
}
.main .item1 .col-md-5 ul li a {
  padding: 14px 30px 0 56px;
  display: block;
  height: 100%;
  line-height: 28px;
}
.main .item1 .col-md-5 ul li a p {
  font-size: 16px;
  color: #646464;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.main .item1 .col-md-5 ul li a span {
  font-size: 14px;
  color: #b9b9b9;
  display: inline-block;
  padding-left: 22px;
  background: url(../images/date.png) no-repeat left center;
}
.main .item1 .col-md-5 ul li + li {
  border-top: 1px solid #dddddd;
}
.main .item1 .col-md-5 ul li:hover {
  background: transparent url(../images/n_icon.png) no-repeat left 18px center;
}
.main .item2 {
  background: url(../images/item2_bg.png) no-repeat top center;
  min-height: 600px;
  padding: 40px 0;
}
.main .item2 .tit h3 {
  border-left: 4px solid #ddd;
  color: #ddd;
}
.main .item2 .tit a {
  color: #ddd;
  border: 1px solid #ddd;
}
.main .item2 .col-md-12 {
  display: none;
  color: #fff;
  text-align: center;
  margin-bottom: 12px;
}
.main .item2 .col-md-12 div {
  margin-left: -6px;
  margin-right: -6px;
  height: 30px;
}
.main .item2 .col-md-12 div span {
  display: block;
  line-height: 30px;
  font-size: 15px;
  width: 33.33%;
  float: left;
  padding: 0 6px;
}
.main .item2 .col-md-12 div span em {
  font-style: normal;
  display: block;
  background-color: #999999;
  border-radius: 3px;
}
.main .item2 .col-md-4 {
  font-size: 22px;
  color: #ddd;
}
.main .item2 .col-md-4 h5 {
  line-height: 46px;
  height: 46px;
  color: #ddd;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin: 0;
}
.main .item2 .col-md-4 h5 span {
  display: inline-block;
  padding-left: 20px;
  background: url(../images/yuan.png) no-repeat left center;
}
.main .item2 .col-md-4 .ul_shell {
  border: 2px solid transparent;
  transition: all 0.2s ease 0.2s;
}
.main .item2 .col-md-4 .ul_shell:hover {
  border: 2px solid #ae0b2a;
  box-shadow: 0 3px 10px 1px #aaa;
}
.main .item2 .col-md-4 ul {
  background-color: #fff;
  padding: 0 28px;
}
.main .item2 .col-md-4 ul li {
  height: 160px;
}
.main .item2 .col-md-4 ul li a {
  padding-top: 10px;
  display: block;
  height: 100%;
}
.main .item2 .col-md-4 ul li a .num {
  width: 42px;
  float: left;
  height: 100%;
  font-size: 40px;
  color: #dedede;
}
.main .item2 .col-md-4 ul li a .txt {
  height: 142px;
  overflow: hidden;
}
.main .item2 .col-md-4 ul li a h6 {
  line-height: 28px;
  padding: 6px 0 3培训;
  font-size: 16px;
  color: #414141;
  margin: 0 0 5px;
}
.main .item2 .col-md-4 ul li a p {
  font-size: 14px;
  line-height: 24px;
  height: 72px;
  color: #aeaeae;
}
.main .item2 .col-md-4 ul li + li {
  border-top: 1px solid #ddd;
}
.main .item3 {
  padding-bottom: 5px;
}
.main .item3 .top_pic {
  height: 188px;
  background: url(../images/pic.png) no-repeat center / 106% auto;
}
.main .item3 .phone_smnav {
  display: none;
  color: #fff;
  text-align: center;
  margin-bottom: 12px;
}
.main .item3 .phone_smnav div {
  margin-left: -6px;
  margin-right: -6px;
  height: 30px;
}
.main .item3 .phone_smnav div span {
  display: block;
  line-height: 30px;
  font-size: 15px;
  width: 33.33%;
  float: left;
  padding: 0 6px;
}
.main .item3 .phone_smnav div span em {
  font-style: normal;
  display: block;
  background-color: #999999;
  border-radius: 3px;
}
.main .item3 .row {
  position: relative;
  padding-bottom: 5px;
}
.main .item3 .row:nth-child(even) span.line {
  right: auto;
  left: 15px;
}
.main .item3 .row span.line {
  position: absolute;
  top: 101px;
  right: 15px;
  height: 2px;
  width: 1920px;
  background-color: #ae0b2a;
}
.main .item3 .row h2 {
  line-height: 42px;
  height: 42px;
  font-size: 18px;
  color: #ae0b2a;
  font-weight: bold;
}
.main .item3 .row h2 em {
  width: 7px;
  height: 7px;
  border-radius: 7px;
  background-color: #ae0b2a;
  display: inline-block;
  float: left;
  margin-top: 18px;
  margin-left: 18px;
  margin-right: 10px;
}
.main .item3 .row .col-md-3 a {
  display: block;
  height: 215px;
  overflow: hidden;
}
.main .item3 .row .col-md-3 a span.num {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  border: 2px solid #ae0b2a;
  background-color: #fff;
  text-align: center;
  display: block;
  margin: 0 auto;
  line-height: 56px;
  font-size: 28px;
  color: #ae0b2a;
  position: relative;
  z-index: 1;
}
.main .item3 .row .col-md-3 a span.line {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #ae0b2a;
  position: absolute;
  top: 29px;
  left: 0;
}
.main .item3 .row .col-md-3 a .txt h6 {
  line-height: 50px;
  height: 50px;
  text-align: center;
  font-size: 18px;
  color: #ae0b2a;
  margin: 0;
  padding: 0 10px;
}
.main .item3 .row .col-md-3 a .txt p {
  line-height: 25px;
  font-size: 14px;
  color: #646464;
  padding: 0 10px;
  height: 100px;
  overflow: auto;
}
.main .item4 {
  margin-top: 60px;
}
.main .item4 .ms_slide {
  padding: 25px 0 70px;
  position: relative;
}
.main .item4 .ms_slide .swiper-slide {
  height: 410px;
  background-color: #f5f5f5;
  box-shadow: 0 3px 15px 2px #ddd;
}
.main .item4 .ms_slide .swiper-slide a {
  display: block;
  padding: 28px 0 0;
}
.main .item4 .ms_slide .swiper-slide a .pic {
  width: 180px;
  height: 208px;
  margin: 0 auto;
}
.main .item4 .ms_slide .swiper-slide a .txt {
  padding: 0 30px;
  height: 197px;
  background-color: #f5f5f5;
  color: #333;
  text-align: center;
  transition: all 0.1s ease 0.2s;
}
.main .item4 .ms_slide .swiper-slide a .txt h6 {
  line-height: 52px;
  font-size: 24px;
}
.main .item4 .ms_slide .swiper-slide a .txt p {
  line-height: 28px;
  font-size: 16px;
  color: #666;
  transition: all 0.1s ease 0.2s;
  height: 84px;
  overflow: auto;
  padding-right: 8px;
  text-align: center;
}
.main .item4 .ms_slide .swiper-slide:hover .txt {
  background-color: #ae0b2a;
  color: #fff;
}
.main .item4 .ms_slide .swiper-slide:hover .txt p {
  color: #fff;
}
.main .item4 .ms_slide .swiper-button-prev {
  width: 44px;
  height: 100px;
  border: 2px solid #ddd;
  background: url(../images/sl.png) no-repeat center;
  margin-top: -50px;
  left: -62px;
}
.main .item4 .ms_slide .swiper-button-next {
  width: 44px;
  height: 100px;
  border: 2px solid #ddd;
  background: url(../images/sr.png) no-repeat center;
  margin-top: -50px;
  right: -62px;
}
.page .page_tit {
  height: 100px;
  padding-top: 28px;
  background: url(../images/main_bg.png)center center repeat-y;
}
.page .page_tit ul {
  height: 44px;
}
.page .page_tit ul li {
  width: 150px;
  float: left;
  text-align: center;
  line-height: 42px;
}
.page .page_tit ul li a {
  display: block;
  color: #ae0b2a;
  border: 1px solid #ae0b2a;
  border-radius: 5px;
  font-size: 18px;
  box-sizing: border-box;
  height: 44px;
}
.page .page_tit ul li + li {
  margin-left: 20px;
}
.page .page_tit ul li.active a {
  background-color: #ae0b2a;
  color:#fff;
  border: 1px solid #ae0b2a;
}
.page .page_tit ul p {
  float: right;
  line-height: 44px;
  color: #fff;
}
.page .page_tit ul p a {
  color: #ae0b2a;
}
.page .page_content {
  background: url(../images/main_bg.png)center center repeat-y;
}
.page .page_content .introduction {
  padding-top: 45px;
  padding-bottom: 62px;
}
.page .page_content .introduction .fl {
  width: 580px;
}
.page .page_content .introduction .fl h5 {
  height: 30px;
  margin: 30px 0 16px;
  line-height: 28px;
  font-size: 26px;
  color: #ae0b2a;
  font-weight: bold;
  padding-left: 15px;
  border-left: 3px solid #ae0b2a;
}
.page .page_content .introduction .fl p {
  line-height: 34px;
  font-size: 16px;
  color: #666;
}
.page .page_content .introduction .fr {
  width: 565px;
}
.page .page_content .introduction .fr .bg_img {
  background: url(../images/pic.jpeg) no-repeat center;
  height: 316px;
}
.page .page_content .positioning {
  background: url(../images/p_bg.jpeg) no-repeat center / cover;
  height: 363px;
  position: relative;
}
.page .page_content .positioning .info {
  width: 556px;
  height: 223px;
  position: absolute;
  right: 24px;
  top: 26px;
}
.page .page_content .positioning .info .info_shell {
  padding-left: 60px;
  padding-right: 40px;
}
.page .page_content .positioning .info .info_shell h5 {
  height: 30px;
  margin: 30px 0 16px;
  line-height: 28px;
  font-size: 26px;
  color: #fff;
  font-weight: bold;
  padding-left: 15px;
  border-left: 3px solid #fff;
}
.page .page_content .positioning .info .info_shell p {
  font-size: 14px;
  line-height: 60px;
  color: #fff;
  font-weight:bold;
  height:60px;
  overflow: hidden;
}
.page .page_content .organization {
  padding-top: 60px;
  text-align: center;
}
.page .page_content .organization h2 {
  margin: 0 0 18px;
  line-height: 52px;
  color: #ae0b2a;
  font-weight: bold;
  font-size: 28px;
}
.page .page_content .organization .bg {
  height: 485px;
  background: url(../images/organization_bg.png) no-repeat center top;
}
.page .page_content .teacher_list {
  padding-top: 30px;
}
.page .page_content .teacher_list .col-md-6 {
  height: 320px;
  margin-bottom: 40px;
}
.page .page_content .teacher_list .col-md-6 a {
  display: block;
  height: 100%;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0 2px 5px 2px #ddd;
  padding: 23px 20px;
  position: relative;
}
.page .page_content .teacher_list .col-md-6 a .pic {
  width: 160px;
  height: 208px;
  position: absolute;
  top: 23px;
  left: 20px;
}
.page .page_content .teacher_list .col-md-6 a .txt {
  height: 100%;
  padding-left: 180px;
}
.page .page_content .teacher_list .col-md-6 a .txt h6 {
  margin: 0;
  line-height: 32px;
  height: 32px;
  font-size: 16px;
  color: #ae0b2a;
  white-space: normal;
  text-overflow: ellipsis;
  overflow: hidden;
}
.page .page_content .teacher_list .col-md-6 a .txt h6 em {
  font-style: normal;
  color: #333;
}
.page .page_content .teacher_list .col-md-6 a .txt p {
  line-height: 23px;
  font-size: 14px;
  color: #333;
  margin-bottom: 10px;
  white-space: normal;
  text-overflow: ellipsis;
  overflow: hidden;
}
.page .page_content .teacher_list .col-md-6 a .txt span {
  display: block;
  line-height: 26px;
  font-size: 14px;
  color: #666;
  height: 208px;
  overflow: auto;
  text-align: justify;
  padding-right: 6px;
}
.page .page_content .expert_list {
  padding: 1px 0;
}
.page .page_content .expert_list h2 {
  height: 30px;
  border-left: 4px solid #ae0b2a;
  padding-left: 10px;
  line-height: 28px;
  font-size: 20px;
  color: #333;
  margin: 22px 0 14px;
}
.page .page_content .expert_list h2 span {
  font-size: 16px;
  color: #999;
  padding: 0 15px;
  line-height: 28px;
}
.page .page_content .expert_list ul {
  margin-left: -13px;
  margin-right: -13px;
}
.page .page_content .expert_list ul li {
  width: 20%;
  height: 290px;
  padding: 0 13px;
  float: left;
  margin-bottom: 20px;
}
.page .page_content .expert_list ul li a {
  display: block;
  height: 290px;
  background-color: #fff;
  box-shadow: 0 2px 5px 2px #ddd;
  padding: 15px 25px;
  text-align: center;
}
.page .page_content .expert_list ul li a h6 {
  margin: 0;
  line-height: 30px;
  color: #333;
  font-size: 16px;
}
.page .page_content .expert_list ul li a .pic {
  width: 158px;
  height: 174px;
  margin: 0 auto 10px;
}
.page .page_content .expert_list ul li a p {
  font-size: 14px;
  color: #666;
  line-height: 19px;
  height: 38px;
  overflow: hidden;
  text-align:center;
}
.page .page_content .page_content_shell {
  padding: 30px 0 70px;
}
.page .page_content .page_content_shell .fl {
  width: 240px;
}
.page .page_content .page_content_shell .fl li {
  height: 80px;
  line-height: 80px;
  margin-bottom: 2px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  background-color: #fff;
}
.page .page_content .page_content_shell .fl li a {
  display: block;
  padding-left: 46px;
  font-size: 20px;
  color: #ae0b2a;
}
.page .page_content .page_content_shell .fl li a span {
  background: url(../images/jiantou.png) no-repeat right center;
  display: inline-block;
  height: 80px;
  width: 29px;
  float: left;
}
.page .page_content .page_content_shell .fl li a em {
  font-style: normal;
  float: left;
}
.page .page_content .page_content_shell .fl li.active {
  background-color: #ae0b2a;
}
.page .page_content .page_content_shell .fl li.active a {
  color: #fff;
}
.page .page_content .page_content_shell .fl li.active a span {
  background: url(../images/wjiantou.png) no-repeat right center;
}
.page .page_content .page_content_shell .fr {
  border: 3px solid #ae0b2a;
  width: 960px;
  padding: 30px 0;
  background-color: #fff;
}
.page .page_content .page_content_shell .fr table {
  width: 720px;
  margin: 0 auto;
  text-align: center;
}
.page .page_content .page_content_shell .fr table tr {
  line-height: 26px;
  font-size: 14px;
  color: #333;
}
.page .page_content .page_content_shell .fr table tr th {
  text-align: center;
  border: 1px solid #ddd;
  padding: 6px 8px;
  white-space: nowrap;
}
.page .page_content .page_content_shell .fr table tr td {
  border: 1px solid #ddd;
  padding: 6px 8px;
}
.page .page_content .page_content_shell .book_list {
  padding: 0 20px;
}
.page .page_content .page_content_shell .book_list li {
  height: 180px;
  margin-bottom: 10px;
}
.page .page_content .page_content_shell .book_list li a {
  display: block;
  height: 100%;
}
.page .page_content .page_content_shell .book_list li a .pic {
  width: 200px;
  height: 180px;
  border: 1px solid #e6e6e6;
  float: left;
}
.page .page_content .page_content_shell .book_list li a .txt {
  height: 100%;
  padding-left: 230px;
}
.page .page_content .page_content_shell .book_list li a .txt h5 {
  line-height: 56px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 22px;
  color: #ae0b2a;
  margin: 0;
}
.page .page_content .page_content_shell .book_list li a .txt p {
  line-height: 28px;
  font-size: 16px;
  color: #666;
  height: 112px;
  overflow: auto;
  padding-right: 10px;
}
.page .page_content #map {
  padding: 50px 0;
}
.page .page_content #map .contact {
  padding-top: 50px;
}
.page .page_content #map .contact &gt; div {
  padding-left: 52px;
  position: relative;
  margin-bottom: 26px;
}
.page .page_content #map .contact &gt; div em {
  height: 30px;
  width: 30px;
  background: #ae0b2a url(../images/1_10.png) no-repeat center;
  border: 2px solid #ce7f8e;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 30px;
}
.page .page_content #map .contact &gt; div.tel em {
  background: #ae0b2a url(../images/1_03.png) no-repeat center;
}
.page .page_content #map .contact &gt; div.email em {
  background: #ae0b2a url(../images/1_07.png) no-repeat center;
}
.page .page_content #map .contact &gt; div.address em {
  background: #ae0b2a url(../images/1_13.png) no-repeat center;
}
.page .page_content #map .contact &gt; div p {
  line-height: 30px;
  display: inline-block;
  font-size: 18px;
  float: left;
}
.page .page_content #map .contact &gt; div span {
  color: #6c6c6c;
  line-height: 28px;
  font-size: 18px;
  display: inline-block;
  padding-left: 15px;
  float: left;
}
.page .page_content #map #container {
  width: 100%;
  height: 380px;
  background: url(../images/map.jpeg) no-repeat center;
}
.page .page_content .page_nav {
  text-align: center;
  padding: 20px 0;
}
.page .page_content .page_nav ul {
  display: inline-block;
}
.page .page_content .page_nav a{
  color: #999;
  padding: 0 12px;
}
.page .page_content .normal_list {
  background-color: #fff;
  padding: 20px 100px;
}
.page .page_content .normal_list &gt; ul {
  border-bottom: 1px solid #eee;
}
.page .page_content .normal_list &gt; ul li {
  height: 68px;
  border-top: 1px solid #eee;
}
.page .page_content .normal_list &gt; ul li a {
  display: block;
  height: 100%;
  position: relative;
}
.page .page_content .normal_list &gt; ul li em {
  width: 12px;
  height: 12px;
  border: 1px solid #b21734;
  border-radius: 12px;
  display: inline-block;
  position: absolute;
  top: 29px;
  left: 0;
}
.page .page_content .normal_list &gt; ul li p {
  line-height: 67px;
  font-size: 16px;
  padding-left: 26px;
  color: #333;
  max-width: 85%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: left;
}
.page .page_content .normal_list &gt; ul li span {
  width: 120px;
  height: 67px;
  background: url(../images/red_time.png) no-repeat center left;
  float: right;
  padding-left: 22px;
  line-height: 67px;
  font-size: 16px;
  color: #ae0a29;
}
.page .page_content .pic_list {
  background-color: #fff;
  padding: 20px 100px;
}
.page .page_content .pic_list &gt; ul {
  border-bottom: 1px solid #eee;
}
.page .page_content .pic_list &gt; ul li {
  height: 200px;
  border-top: 1px solid #eee;
}
.page .page_content .pic_list &gt; ul li a {
  display: block;
  height: 100%;
  position: relative;
  padding: 20px 0 19px;
}
.page .page_content .pic_list &gt; ul li a .pic {
  width: 260px;
  height: 100%;
  float: left;
}
.page .page_content .pic_list &gt; ul li a .txt {
  padding-left: 288px;
}
.page .page_content .pic_list &gt; ul li a .txt h6 {
  height: 44px;
  line-height: 44px;
  color: #333;
  font-size: 20px;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.page .page_content .pic_list &gt; ul li a .txt p {
  color: #666;
  font-size: 14px;
  line-height: 26px;
}
.page .page_content .pic_list &gt; ul li a .txt .date {
  background: url(../images/red_time.png) no-repeat center left;
  line-height: 26px;
  display: inline-block;
  padding-left: 22px;
  color: #ae0a29;
  font-size: 16px;
  margin-top: 8px;
}
.page .page_content #content {
  padding: 20px 0 70px;
}
.page .page_content #content .shell {
  background-color: #fff;
  padding: 0 20px;
}
.page .page_content #content .shell .tit {
  border-bottom: 2px solid #ebebeb;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 24px;
}
.page .page_content #content .shell .tit h5 {
  line-height: 36px;
  margin: 0 auto 17px;
  font-size: 24px;
}
.page .page_content #content .shell .tit span {
  line-height: 22px;
  height: 22px;
  display: inline-block;
  color: #999999;
  background: url(../images/date.png) no-repeat left center;
  padding-left: 22px;
}
.page .page_content #content .shell .txt {
  padding: 20px 90px;
  font-size: 16px;
  line-height: 28px;
  color: #4c4c4c;
}
.page .page_content #content .shell .txt table{
	width: 100%;
	text-align:center;
}
.page .page_content #content .shell .txt table td{
	line-height: 26px;
	padding: 3px 12px;
	border: 1px solid #999;
	
}
.page .page_content #content .shell .txt table td p{
	margin: 0;
}
.page .page_content #content .shell .txt p {
  font-size: 16px;
  line-height: 28px;
  color: #4c4c4c;
  margin: 14px 0;
}
.page .page_content #content .shell .txt img {
  width: 600px;
  height: auto;
}
.page .page_content #content .shell .txt span {
  font-size: 14px;
  color: #4c4c4c;
}
.page .page_content #content .shell .bdsharebuttonbox {
  margin: 35px auto;
  width: 120px;
}
.page .page_content #content .shell .bdsharebuttonbox a {
  padding-left: 24px;
  height: 24px;
  background-color: #999;
  border-radius: 2px;
  background: #999999 url(../images/qq.png) no-repeat center;
  transition: all 0.2s ease 0.1s;
}
.page .page_content #content .shell .bdsharebuttonbox a:hover {
  background: #ae0a29 url(../images/qq.png) no-repeat center;
}
.page .page_content #content .shell .bdsharebuttonbox a.bds_weixin {
  background: #999999 url(../images/wechat.png) no-repeat center;
}
.page .page_content #content .shell .bdsharebuttonbox a.bds_weixin:hover {
  background: #ae0a29 url(../images/wechat.png) no-repeat center;
}
.page .page_content #content .shell .bdsharebuttonbox a.bds_tsina {
  background: #999999 url(../images/sina.png) no-repeat center;
}
.page .page_content #content .shell .bdsharebuttonbox a.bds_tsina:hover {
  background: #ae0a29 url(../images/sina.png) no-repeat center;
}
.page .page_content #content .shell .bdsharebuttonbox a.bds_more {
  background: #999999 url(../images/more.png) no-repeat center;
}
.page .page_content #content .shell .bdsharebuttonbox a.bds_more:hover {
  background: #ae0a29 url(../images/more.png) no-repeat center;
}
.page .page_content .presentation {
  padding: 30px 0 40px;
}
.page .page_content .presentation .tit {
  line-height: 70px;
  border-bottom: 1px solid #e6e6e6;
}
.page .page_content .presentation .tit h3 {
  line-height: 30px;
  margin: 20px;
  height: 30px;
  padding-left: 10px;
  border-left: 4px solid #ae0b2a;
  font-weight: bold;
}
.page .page_content .presentation .fl {
  width: 820px;
  background-color: #fff;
}
.page .page_content .presentation .fl .tit h3 {
  margin-left: 30px;
}
.page .page_content .presentation .fl .txt {
  padding: 20px 30px 30px;
  line-height: 36px;
  font-size: 16px;
  color: #1a1a1a;
}
.page .page_content .presentation .fl .txt p {
  line-height: 36px;
  font-size: 16px;
  color: #1a1a1a;
  margin: 18px 0;
}
.page .page_content .presentation .fl .txt .line {
  display: block;
  height: 3px;
  width: 100%;
  background-color: #ae0a29;
  margin-bottom: 20px;
}
.page .page_content .presentation .fr {
  width: 360px;
  background-color: #fff;
}
.page .page_content .presentation .fr ul {
  padding: 15px 20px;
}
.page .page_content .presentation .fr ul li {
  height: 97px;
}
.page .page_content .presentation .fr ul li a {
  display: block;
  padding: 11px 0;
  height: 100%;
}
.page .page_content .presentation .fr ul li a .pic {
  width: 93px;
  height: 100%;
  float: left;
}
.page .page_content .presentation .fr ul li a .txt {
  padding-left: 107px;
}
.page .page_content .presentation .fr ul li a .txt h6 {
  margin: 2px 0 0;
  line-height: 24px;
  height: 48px;
  font-size: 16px;
  color: #333;
  overflow: hidden;
}
.page .page_content .presentation .fr ul li a .txt p {
  line-height: 24px;
  color: #999;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
}
.page .page_content .presentation .fr ul li + li {
  border-top: 1px solid #e6e6e6;
}
.page .page_content .business_list {
  padding-bottom: 50px;
  padding-top: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.page .page_content .business_list h2 {
  line-height: 48px;
  margin: 38px 0 0;
  font-size: 28px;
  font-weight: bold;
  color: #333;
  text-align: center;
  position: relative;
}
.page .page_content .business_list h2 span {
  display: inline-block;
  width: 40px;
  height: 3px;
  background-color: #ae0b2a;
  position: absolute;
  bottom: -3px;
  left: 50%;
  margin-left: -20px;
}
.page .page_content .business_list ul li {
  height: 160px;
  margin-top: 33px;
  background-color: #fff;
  box-shadow: 0 2px 8px 2px #ddd;
  overflow: hidden;
}
.page .page_content .business_list ul li a {
  display: block;
  height: 100%;
  position: relative;
}
.page .page_content .business_list ul li a .pic {
  width: 280px;
  height: 160px;
  float: left;
}
.page .page_content .business_list ul li a .txt {
      padding-left: 342px;
    padding-right: 222px;
    padding-top: 25px;
    height: 100%;
}
.page .page_content .business_list ul li a .txt h6 {
      color: #2e2e2e;
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 2px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: all 0.2s ease 0.1s;
    font-weight: bold;
}
.page .page_content .business_list ul li a .txt p {
  line-height: 26px;
    font-size: 15px;
    color: #666;
    height: 78px;
    overflow: auto;
}
.page .page_content .business_list ul li a .btn {
  width: 120px;
  height: 40px;
  background-color: #db4242;
  border-radius: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  padding: 0;
  float: right;
  position: relative;
  top: -100px;
  margin-right: 54px;
}
.page .page_content .business_list ul li a .num {
  display: block;
  position: absolute;
  width: 58px;
  height: 58px;
  text-align: center;
  line-height: 58px;
  background-color: #ffefe2;
  color: #cc0c2f;
  font-size: 28px;
  font-weight: bold;
  border-radius: 58px;
  top: 50%;
  left: 280px;
  margin-top: -29px;
  margin-left: -29px;
}
.page .page_content .business_list ul li:hover a .txt h6 {
  color: #ae0b2a;
}
.page #changshu .item1 {
  padding: 30px 0 50px;
  background: url(../images/cs1.jpeg) no-repeat top 30px right;
  position: relative;
}
.page #changshu .item1 .bg {
  width: 797px;
  height: 540px;
  float: right;
}
.page #changshu .item1 .info {
  background-color: #fff;
  width: 518px;
  height: 420px;
  margin-top: 56px;
  padding-top: 65px;
  padding-right: 40px;
  position: absolute;
}
.page #changshu .item1 .info h3 {
  margin: 0;
  height: 30px;
  line-height: 28px;
  font-size: 30px;
  color: #333;
  padding-left: 16px;
  border-left: 4px solid #cc2a1e;
  font-weight: bold;
  margin-bottom: 24px;
  margin-left: 5px;
}
.page #changshu .item1 .info p {
  line-height: 35px;
  color: #666;
  padding: 0 5px;
}
.page #changshu .item2 {
  height: 340px;
  background-color: #f0f0f0;
}
.page #changshu .item2 .common_width {
  background: url(../images/333.jpeg) no-repeat left;
  height: 100%;
}
.page #changshu .item2 .common_width .txt {
  padding-right: 80px;
  padding-left: 520px;
  padding-top: 70px;
}
.page #changshu .item2 .common_width .txt h3 {
  margin: 0;
  height: 30px;
  line-height: 28px;
  font-size: 30px;
  color: #333;
  padding-left: 16px;
  border-left: 4px solid #cc2a1e;
  font-weight: bold;
  margin-bottom: 24px;
}
.page #changshu .item2 .common_width .txt p {
  color: #666666;
  font-size: 16px;
  line-height: 35px;
}
.page #changshu .item3 {
  padding: 50px 0;
}
.page #changshu .item3 .info {
  height: 506px;
  background: url(../images/444.jpeg) no-repeat right center;
  padding-right: 590px;
  padding-top: 88px;
}
.page #changshu .item3 .info h3 {
  margin: 0;
  height: 30px;
  line-height: 28px;
  font-size: 30px;
  color: #333;
  padding-left: 16px;
  border-left: 4px solid #cc2a1e;
  font-weight: bold;
  margin-bottom: 24px;
}
.page #changshu .item3 .info p {
  color: #666666;
  font-size: 16px;
  line-height: 35px;
}
.page #changshu .item3 .nav_bar {
  margin-top: -130px;
}
.page #changshu .item3 .nav_bar h2 {
  font-size: 24px;
  color: #ae0b2a;
  line-height: 60px;
  font-weight: bold;
  margin: 0;
}
.page #changshu .item3 .nav_bar ul {
  height: 160px;
}
.page #changshu .item3 .nav_bar ul li {
  width: 200px;
  height: 160px;
  background: #ae0b2a url(../images/1_09.jpeg) no-repeat center top 30px;
  float: left;
  margin-right: 4px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  padding-top: 96px;
  line-height: 36px;
}
.page #changshu .item3 .nav_bar ul li:nth-child(2) {
  background: #ae0b2a url(../images/1_15.jpeg) no-repeat center top 30px;
}
.page #changshu .item3 .nav_bar ul li:nth-child(3) {
  background: #ae0b2a url(../images/1_04.jpeg) no-repeat center top 30px;
  line-height: 22px;
}
.page #changshu .item3 .nav_bar ul li:nth-child(4) {
  background: #ae0b2a url(../images/1_12.jpeg) no-repeat center top 30px;
  line-height: 22px;
}
.page #changshu .item3 .nav_bar ul li:nth-child(5) {
  background: #ae0b2a url(../images/1_06.jpeg) no-repeat center top 30px;
  line-height: 22px;
}
.page #changshu .item3 .trait {
  padding-top: 50px;
}
.page #changshu .item3 .trait .common_width {
  margin-left: -5px;
  margin-right: -5px;
}
.page #changshu .item3 .trait .common_width &gt; div {
  width: 50%;
  padding: 0 5px;
  height: 340px;
  margin-bottom: 10px;
  float: left;
  color: #fff;
}
.page #changshu .item3 .trait .common_width &gt; div .slides {
  height: 100%;
  background: url(../images/i1.jpeg) no-repeat center / cover;
  padding: 50px 160px 0 50px;
}
.page #changshu .item3 .trait .common_width &gt; div .slides h6 {
  line-height: 58px;
  background: url(../images/1_23.png) no-repeat left center;
  padding-left: 43px;
  font-size: 28px;
  font-weight: bold;
  height: 60px;
}
.page #changshu .item3 .trait .common_width &gt; div .slides p {
  font-size: 16px;
  line-height: 36px;
}
.page #changshu .item3 .trait .common_width &gt; div:nth-child(2) .slides {
  background: url(../images/i2.jpeg) no-repeat center / cover;
}
.page #changshu .item3 .trait .common_width &gt; div:nth-child(2) .slides h6 {
  background: url(../images/1_26.png) no-repeat left center;
}
.page #changshu .item3 .trait .common_width &gt; div:nth-child(3) .slides {
  background: url(../images/i3.jpeg) no-repeat center / cover;
}
.page #changshu .item3 .trait .common_width &gt; div:nth-child(3) .slides h6 {
  background: url(../images/1_34.png) no-repeat left center;
}
.page #changshu .item3 .trait .common_width &gt; div:nth-child(4) .slides {
  background: url(../images/i4.jpeg) no-repeat center / cover;
}
.page #changshu .item3 .trait .common_width &gt; div:nth-child(4) .slides h6 {
  background: url(../images/1_31.png) no-repeat left center;
}
.page #changshu .item4 {
  background: url(../images/main_bg.png) repeat-y center;
  padding: 60px 0;
}
.page #changshu .item4 ul li {
  height: 140px;
  background-color: #fff;
}
.page #changshu .item4 ul li + li {
  margin-top: 30px;
}
.page #changshu .item4 ul li a {
  display: block;
  height: 100%;
}
.page #changshu .item4 ul li a .pic {
  height: 100%;
  width: 240px;
  float: right;
  position: relative;
}
.page #changshu .item4 ul li a .pic p {
  line-height: 40px;
  height: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background: url(../images/bgbg.png) repeat center;
  font-size: 20px;
  color: #fff;
}
.page #changshu .item4 ul li a .txt {
  padding-left: 50px;
  padding-right: 50px;
  font-size: 16px;
  line-height: 36px;
  color: #666;
  height: 72px;
  overflow: auto;
  position: relative;
  top: 34px;
}
.page #changshu .item4 ul li:nth-child(even) .pic {
  float: left;
}
.page #changshu .item4 ul li:nth-child(even) .txt {
  padding-left: 30px;
  padding-right: 30px;
}
.page #changshu .item5 {
  padding: 50px 0;
}
.page #changshu .item5 h3 {
  margin: 0;
  height: 30px;
  line-height: 28px;
  font-size: 30px;
  color: #333;
  padding-left: 16px;
  border-left: 4px solid #cc2a1e;
  font-weight: bold;
  margin-bottom: 24px;
}
.page #changshu .item5 p {
  font-size: 16px;
  line-height: 32px;
  color: #666;
}
.page #changshu .item5 .common_width &gt; div + div {
  margin-top: 40px;
}
.page #changshu .item5 ul {
  line-height: 40px;
  font-size: 18px;
  color: #666;
  width: 50%;
  padding-right: 30px;
}
.page #changshu .item5 ul li {
  background: url(../images/1_112.jpeg) no-repeat left center;
  padding-left: 32px;
}
.page #changshu .item5 ul li:nth-child(2) {
  background: url(../images/1_113.jpeg) no-repeat left center;
}
.page #changshu .item5 ul li:nth-child(3) {
  background: url(../images/1_07.jpeg) no-repeat left center;
}
.page #changshu .item5 ul li:nth-child(4) {
  background: url(../images/1_10.jpeg) no-repeat left center;
}
.page #changshu .item5 ul li:nth-child(5) {
  background: url(../images/1_111.jpeg) no-repeat left center;
}
.page #changshu .item5 #container {
  height: 254px;
}

.phone_nav {
  display: none;
}
.point_out {
  width: 600px;
  height: 300px;
  background-color: #fff;
  border-radius: 4px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -150px;
  margin-left: -300px;
  text-align: center;
  color: #888;
  z-index: 1002;
  display: none;
}
.point_out a span {
  background-color: #0086f9;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  line-height: 28px;
  padding: 0 15px;
  border-radius: 3px;
  margin: 20px auto 0;
  text-decoration: none;
}
.point_out a {
  width: 185px;
  display: inline-block;
}
.point_out p {
  padding: 0 60px;
  line-height: 30px;
  margin-bottom: 10px;
  margin-top: 16px;
  font-size: 16px;
}
.point_out .close_btn {
  width: 26px;
  height: 26px;
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  background: url(../images/close.png) no-repeat center;
  cursor: pointer;
}
.masking {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background-color: transparent;
  transition: all 0.5s ease 0.2s;
  z-index: -1;
}
.masking.active {
  background: url(../images/bgbg.png) repeat center;
  z-index: 1001;
}
.page .page_content #content .shell .txt p img{
	margin-left: -2em;
}
/*媒体查询*/
@media screen and (max-width: 1800px) {
  .header .common_width .logo {
    left: 0;
  }
  .header .common_width .nav {
    padding-left: 0px;
    padding-right: 50px;
  }
  .header .common_width .nav li {
    padding: 0 28px;
    font-size: 18px;
  }
  .header .common_width .nav ul {
    float: right;
  }
  .header .common_width .nav li a:before {
    left: 50%;
    margin-left: -31%;
  }
  .header .common_width .form_box {
    width: 40px;
    right: 0;
    transition: all 0.3s ease 0.2s;
  }
  .header .common_width .form_box input[type="text"] {
    width: 0;
    padding: 0;
    transition: all 0.3s ease 0.2s;
  }
  .header .common_width .form_box:hover {
    width: 220px;
    background-color: #fff;
  }
  .header .common_width .form_box:hover input[type="text"] {
    width: 179px;
    padding: 0 17px;
  }
}

@media screen and (max-width: 414px) {
.page .page_content #content .shell .txt p img{
width:100%;
height:auto;
}
  .phone_nav {
    position: fixed;
    display: block;
    top: 0;
    left: 0;
    width: 40%;
    height: 100%;
    margin-left: -40%;
    transition: all 0.6s ease 0.2s;
    z-index: 1002;
  }
  .phone_nav.active {
    margin-left: 0;
    display: block !important;
  }
  .phone_nav &gt; .fl {
    background-color: rgba(255, 255, 255, 0.98);
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 46px;
    padding-top: 80px;
    transition: all 0.3s ease 0.2s;
  }
  .phone_nav &gt; .fl &gt; ul &gt; li &gt; a {
    color: #ae0c2a;
    font-size: 0;
    line-height: 46px;
    display: block;
	    text-align: center;
  }
  .phone_nav &gt; .fl &gt; ul &gt; li &gt; a &gt; em {
    font-size: 16px;
    display: inline-block;
    vertical-align: middle;
    font-style: normal;
  }
  .phone_nav &gt; .fl &gt; ul &gt; li &gt; a &gt; span {
    height: 46px;
    width: 16px;
    padding-left: 8px;
    box-sizing: content-box;
    display: inline-block;
    background: url(../images/phone_more.png) no-repeat right center;
    vertical-align: middle;
  }
  .phone_nav &gt; .fl &gt; ul &gt; li &gt; ul {
    display: none;
    line-height: 30px;
    padding-bottom: 10px;
  }
  .phone_nav &gt; .fl &gt; ul &gt; li &gt; ul a {
    color: #ae0c2a;
  }
  .common_width {
    width: 100%;
    padding: 0 15px;
  }

    .headers .logo {
    width: 185px;
    background: url(../images/logo.png) no-repeat left center/100% auto;
    position:absolute;
    margin-top:-36px;
  }

  /*分割线*/
  .header {
    padding: 0 15px;
    height: 56px;
    background-color: #f5f5f5;
  }

  .header .common_width .nav {
    display: none;
  }
  .header .common_width .form_box {
        right: 56px;
    top: 17px;
    height: 22px;
    width: 121px;
    background-color: #fff;
    box-shadow: 0 1px 5px 2px #ddd;
  }
  .header .common_width .form_box input[type="text"] {
        width: 99px;
    height: 22px;
    margin: 0;
    padding-left: 8px;
    font-size: 12px;
  }
  .header .common_width .form_box input[type="submit"] {
    width: 22px;
    height: 22px;
    background: url(../images/search-t.png) no-repeat center / 60%;
  }
  .header .phone_btn {
    width: 19px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: url(../images/phone.png) no-repeat center;
    cursor: pointer;
  }
  #slide .swiper-container {
    height: 210px;
  }
  #slide {
    padding: 0;
  }
  #slide .swiper-button-prev,
  #slide .swiper-button-next {
    display: none;
  }
  #slide .swiper-container .swiper-slide a .info {
    height: 80px;
    padding: 6px 15px 0;
  }
  #slide .swiper-container .swiper-slide a .info p {
    line-height: 24px;
    font-size: 15px;
    font-weight: bold;
  }
  #slide .swiper-container .swiper-slide a .info span {
    line-height: 17px;
    font-size: 14px;
    color: #d2d2d2;
    white-space: normal;
    height: 34px;
	text-align:justify;
  }
  #slide .swiper-pagination {
    height: 5px;
    bottom: 6px;
    padding: 0;
  }
  #slide .swiper-pagination .swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    border-radius: 5px;
  }
  .main .item1 {
    padding: 13px 0 0;
  }
  .main .tit,
  .footer .tit {
    height: 27px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    padding-bottom: 8px;
    padding-top: 0;
  }
  .main .tit h3,
  .footer .tit h3 {
    height: 18px;
    margin-top: 0;
    border-left: 2px solid #ae0b2a;
    padding-left: 7px;
    font-size: 15px;
    line-height: 18px;
  }
  .main .tit a,
  .footer .tit a {
    width: 52px;
    height: 18px;
    line-height: 14px;
    font-size: 12px;
  }
  .main .item1 .col-md-7 {
    padding-bottom: 22px;
  }
  .main .item1 .col-md-5 {
    padding-bottom: 22px;
  }
  .main .item1 .col-md-7 ul {
    height: auto;
  }
  .main .item1 .col-md-7 ul li {
    border-radius: 5px;
    width: 100%;
    padding: 17px 30px 0;
  }
  .main .item1 .col-md-7 ul li a .pic {
    border-radius: 5px;
    height: 176px;
  }
  .main .item1 .col-md-7 ul li a .txt {
    padding: 0;
  }
  .main .item1 .col-md-7 ul li a .txt p {
    display: none;
  }
  .main .item1 .col-md-7 ul li a .txt p.date {
    display: block;
  }
  .main .item1 .col-md-7 ul li a .txt h6 {
    line-height: 23px;
    font-size: 15px;
    font-weight: normal;
  }
  .main .item1 .col-md-7 ul li a .txt span {
    color: #ae0a29;
    font-size: 14px;
    margin: 0 0 12px;
    line-height: 22px;
  }
  .main .item1 .col-md-7 ul li + li {
    margin: 10px 0 0 ;
  }
  .main .item1 .col-md-5 ul li a {
    padding: 14px 18px 0 18px;
  }
  .main .item1 .col-md-5 ul li {
    background: #fff;
  }
  .main .item1 .col-md-5 ul li a p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 15px;
  }
  .main .item2 {
    padding: 27px 0;
  }
  .main .item2 .col-md-4 h5,
  .main .item2 .col-md-4,
  .main .item3 .row {
    display: none;
  }
  .main .item2 .col-md-12,
  .main .item2 .col-md-4:nth-child(2),
  .main .item3 .phone_smnav,
  .main .item3 .row:nth-child(4) {
    display: block;
  }
  .main .item2 .col-md-12 div span.active em,
  .main .item3 .phone_smnav div span.active em {
    background-color: #ae0b2a;
  }
  .main .item3 .top_pic {
    display: none;
  }
  .main .item3 .row .col-md-12,
  .main .item3 .row span.line,
  .main .item3 .row .col-md-3 a span.num {
    display: none;
  }
  .main .item3 .row .col-md-3 a {
    height: 130px;
    padding: 15px 12px;
    background-color: #fff;
  }
  .main .item3 .row .col-md-3 {
    margin-bottom: 15px;
  }
  .main .item3 .row .col-md-3 a .pic {
    width: 130px;
    height: 100%;
    float: left;
  }
  .main .item3 .row .col-md-3 a .txt {
    height: 100%;
    padding-left: 140px;
  }
  .main .item3 .row .col-md-3 a .txt h6 {
    text-align: left;
    font-size: 16px;
    line-height: 22px;
    height: 22px;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .main .item3 .row .col-md-3 a .txt p {
    line-height: 23px;
    height: 69px;
    overflow: auto;
    margin-top: 5px;
  }
  .main .item4 {
    margin-top: 7px;
  }
  .main .item4 .ms_slide {
    padding: 5px 0 40px;
    width: 310px;
    margin: 0 auto;
  }
  .main .item4 .ms_slide .swiper-slide {
    box-shadow: none;
    height: 295px;
  }
  .main .item4 .ms_slide .swiper-slide a .pic {
    width: 115px;
    height: 115px;
  }
  .main .item4 .ms_slide .swiper-slide a .txt h6 {
    line-height: 50px;
    font-size: 16px;
  }
  .main .item4 .ms_slide .swiper-slide a .txt p {
    font-size: 14px;
    line-height: 24px;
    padding: 0 25px;
  }
  .main .item4 .ms_slide .swiper-button-prev {
    width: 26px;
    height: 60px;
    margin-top: -30px;
    left: -36px;
  }
  .main .item4 .ms_slide .swiper-button-next {
    width: 26px;
    height: 60px;
    margin-top: -30px;
    right: -36px;
  }
  .footer {
    height: auto;
    background: #aaaaaa;
    padding-top: 22px;
  }
  .footer .common_width {
    padding-bottom: 60px;
  }
  .footer .tit h3 {
    border-left: 2px solid #fff;
  }
  .footer .f_content .fr,
  .footer .f_content .fl {
    width: 100%;
  }
  .footer .f_content .fl form {
    padding: 0 30px;
  }
  .footer .f_content .fl label {
    height: 38px;
    line-height: 36px;
    padding: 0 37px;
    font-size: 14px;
  }
  .footer .f_content .fl label + label {
    margin-top: 16px;
  }
  .footer .f_content .fl label.name {
    background: url(../images/name.png) no-repeat left 17px center / 4%;
  }
  .footer .f_content .fl label.tel {
    background: url(../images/tel.png) no-repeat left 16px center / 4%;
  }
  .footer .f_content .fl label.email {
    background: url(../images/email.png) no-repeat left 17px center / 4%;
  }
  .footer .f_content .fl label.address {
    background: url(../images/address.png) no-repeat left 17px center / 4%;
  }
  .footer .f_content .fl input[type="button"],
  .footer .f_content .fl input[type="submit"] {
    line-height: 36px;
    height: 36px;
    font-size: 14px;
    margin-top: 17px;
  }
  body {
    background: url(../images/main_bg.png) repeat-y center;
  }
  .footer .f_content .fr {
    padding-top: 42px;
    color: #333;
  }
  .footer .tit {
    margin-bottom: 30px;
  }
  .footer .f_content .fr .qrcode &gt; div {
    width: 90px;
    margin: 0;
  }
  .footer .f_content .fr .qrcode {
    width: 200px;
    margin: 0 auto;
	padding: 0;
  }
  .footer .f_content .fr .qrcode &gt; div + div {
    margin-left: 20px;
  }
  .footer .f_content .fr .qrcode &gt; div p {
    color: #333;
    font-size: 14px;
	margin-top: 6px;
	line-height: 22px;
	
  }
  .footer .f_content .fr .qrcode &gt; div:first-child p{
        width: 80px;
    margin: 6px auto 0;
  } 
  .footer .f_content .fr .contact_us {
    margin-top: 0;
    color: #333;
    font-size: 14px;
    padding-left: 15px;
  }
  .footer .copyright {
    width: 100%;
    font-size: 12px;
    color: #999999;
    line-height: 18px;
    padding: 12px 0;
	margin-left:-15px;
  }
  .footer .copyright a {
    color: #999999;
	display: block;
  }
  .page .page_tit {
    height: 100px;
    padding-top: 13px;
    float:left;
  }

  .page .page_tit ul li {
    width: auto;
    line-height: 22px;
    padding-top:10px;
    float:left;
    margin-left:10px;
  }
    
  .page .page_tit ul {
    height: 100px;
  }
  .page .page_tit ul li a {
    height: 24px;
    font-size: 14px;
    padding: 0 5px;
  }
  .page .page_content .presentation {
    padding: 0;
  }
  .page .page_content .presentation .fl,
  .page .page_content .presentation .fr {
    width: 100%;
  }
  .page .page_content .presentation .fl .txt {
    padding: 0 30px;
  }
  .footer2 {
    height: auto;
  }
  .footer2 a.logo {
    width: 100%;
    height: 120px;
    background: url(../images/w_logo.png) no-repeat center;
  }
  .footer2 .common_width .fl {
    padding-top: 120px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
    width: 100%;
  }
  .footer2 .common_width .fl p.copyright {
    text-align: center;
    line-height: 23px;
    margin-top: 15px;
  }
  .footer2 .common_width .fr {
    float: none;
    margin: 0 auto;
  }
  .page .page_content #map {
    padding: 0 0 20px;
  }
  .page .page_content #map .contact {
    padding: 20px 30px 0;
  }
  .page .page_content #map .contact &gt; div p,
  .page .page_content #map .contact &gt; div span {
    font-size: 14px;
  }
  .page .page_content #map .contact &gt; div a{
  	color: #6c6c6c;
  }
  .page .page_content #map #container {
    height: 238px;
	    background: url(../images/map.jpeg) no-repeat center/cover;
  }
  .page .page_content .page_content_shell {
    padding: 15px;
  }
  .page .page_content .page_content_shell .fr,
  .page .page_content .page_content_shell .fr table {
    width: 100%;
  }
  .page .page_content .page_content_shell .fr {
    padding: 15px;
  }
  .page .page_content .page_content_shell .fl {
    width: 100%;
  }
  .page .page_content .page_content_shell .fl ul {
    height: 30px;
    overflow: hidden;
  }
  .page .page_content .page_content_shell .fl li {
    float: left;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 0;
    border-top-right-radius: 6px;
    margin: 0;
    height: 30px;
    line-height: 30px;
  }
  .page .page_content .page_content_shell .fl li a {
    padding: 0 5px;
    font-size: 13px;
  }
  .page .page_content .page_content_shell .fl li a span {
    display: none;
  }
  .page .page_content .expert_list,
  .page .page_content .normal_list,
  .page .page_content .pic_list {
    padding: 0 15px;
  }
  .page .page_content .expert_list ul {
    padding: 0 50px;
  }
  .page .page_content .expert_list ul li {
    width: 100%;
  }
  .page .page_content .normal_list &gt; ul li p {
    max-width: 100%;
    font-size: 14px;
  }
  .page .page_content .normal_list &gt; ul li span {
    display: none;
  }
  .page .page_content .pic_list &gt; ul li {
    height: 130px;
  }
  .page .page_content .pic_list &gt; ul li a .pic {
    width: 120px;
  }
  .page .page_content .pic_list &gt; ul li a .txt {
    padding-left: 130px;
  }
  .page .page_content .pic_list &gt; ul li a .txt h6 {
    font-size: 18px;
    line-height: 26px;
    height: 26px;
  }
  .page .page_content .pic_list &gt; ul li a .txt p {
    height: 52px;
    overflow: hidden;
    margin-top: 8px;
  }
  .page .page_content .pic_list &gt; ul li a .txt .date {
    display: none;
  }
  .page .page_content #content .shell .tit h5 {
    line-height: 28px;
    font-size: 18px;
  }
  .page .page_content #content .shell .txt {
    padding: 20px 0;
  }
  .page .page_content #content {
    padding: 20px 0;
  }
  .page .page_content .page_content_shell .book_list {
    padding: 0;
  }
  .page .page_content .page_content_shell .book_list li a .pic {
    width: 120px;
    border: 0;
  }
  .page .page_content .page_content_shell .book_list li a .txt {
    padding-left: 130px;
	padding-top: 6px;
  }
  .page .page_content .page_content_shell .book_list li a .txt h5 {
    font-size: 14px;
    line-height: 22px;
	white-space: normal;
  }
  .page .page_content .page_content_shell .book_list li a .txt p {
    line-height: 26px;
    font-size: 14px;
    height: 130px;
	overflow: auto;
	padding-right: 5px;
  }
  .page .page_content .business_list ul li a .btn,
  .page .page_content .business_list ul li a .num {
    display: none;
  }
  .page .page_content .business_list ul li {
    height: 110px;
    margin-top: 23px;
  }
  .page .page_content .business_list ul li a .pic {
    width: 170px;
    height: 100%;
  }
  .page .page_content .business_list ul li a .txt {
    padding: 0 5px 0 182px;
    width: 100%;
  }
  .page .page_content .business_list ul li a .txt h6 {
    font-size: 16px;
	margin-bottom: 0;
  }
  .page .page_content .business_list ul li a .txt p {
    font-size: 14px;
	line-height:18px;
	height: 72px;
	padding-right: 6px;
  }
  .page .page_content .teacher_list {
    padding-top: 15px;
  }
  .page .page_content .teacher_list .col-md-6 a {
    padding: 15px;
  }
  .page .page_content .teacher_list .col-md-6 a .pic {
    top: 15px;
    left: 15px;
  }
  .page .page_content .teacher_list .col-md-6 {
    margin-bottom: 15px;
    height: 238px;
  }
  .page .page_content .teacher_list .col-md-6 a .txt span {
    height: 104px;
    overflow: auto;
  }
  .page .page_content .teacher_list .col-md-6 a .txt h6 {
    margin-bottom: 6px;
  }
  .page .page_content .introduction {
    padding: 15px 15px 25px;
  }
  .page .page_content .introduction .fl,
  .page .page_content .introduction .fr {
    width: 100%;
  }
  .page .page_content .introduction .fl h5 {
    margin: 15px 0;
  }
  .page .page_content .organization {
    padding-top: 15px;
  }
  .page .page_content .organization .bg {
    background: url(../images/organization_bg.png) no-repeat center top / 100% auto;
    height: 190px;
  }
  .page .page_content .positioning {
    background: url(../images/ccc.jpeg) no-repeat center bottom;
    height: 500px;
  }
  .page .page_content .positioning .info {
    width: 100%;
    top: 0;
    left: 0;
  }
  .page .page_content .positioning .info .info_shell h5 {
    color: #ae0b2a;
    border-left: 3px solid #ae0b2a;
  }
  .page .page_content .positioning .info .info_shell p {
    color: #333;
	height:auto;
  }
  .page #changshu .item1 .info {
    margin-top: 0;
    padding: 25px 15px 0;
    width: 100%;
  }
  .page #changshu .item1 .info h3 {
    margin-bottom: 15px;
    font-size: 20px;
  }
  .page #changshu .item2 .common_width .txt {
    width: 100%;
    padding: 0;
  }
  .page #changshu .item2 {
    height: 580px;
  }
  .page #changshu .item2 .common_width {
    background: url(../images/333.jpeg) no-repeat center bottom;
  }
  .page #changshu .item3 .info {
    width: 100%;
    padding: 0;
    background: none;
    padding: 0 15px;
  }
  .page #changshu .item3 .nav_bar ul {
    height: 50px;
	padding:0 15px;
	height:240px;
  }
  .page #changshu .item3 .nav_bar ul li {
    height: 50px;
   

    float: left;
    padding: 0;
    width: 100%;
    line-height: 50px ! important;
    margin: 0;
    text-indent: 55px;
    text-align: left;
    font-size: 14px;
    background: #ae0b2a url(../images/1_09.jpeg) no-repeat top 13px left 13px / 7%;
	
	 
	
  }
  .page #changshu .item3 .nav_bar ul li + li {
   s
  }
  .page #changshu .item3 .nav_bar ul li:nth-child(2) {
    background: #ae0b2a url(../images/1_15.jpeg) no-repeat top 13px left 13px / 7%;
  }
  .page #changshu .item3 .nav_bar ul li:nth-child(3) {
    background: #ae0b2a url(../images/1_04.jpeg) no-repeat top 13px left 13px / 7%;
  }
  .page #changshu .item3 .nav_bar ul li:nth-child(4) {
    background: #ae0b2a url(../images/1_12.jpeg) no-repeat top 13px left 13px / 7%;
  }
  .page #changshu .item3 .nav_bar ul li:nth-child(5) {
    background: #ae0b2a url(../images/1_06.jpeg) no-repeat top 13px left 14px / 6%;
  }
  .page #changshu .item3 .nav_bar h2 {
    padding: 0 15px;
  }
  .page #changshu .item5 {
    padding-top: 0;
    padding-bottom: 30px;
  }
  .page #changshu .item5 ul {
    width: 100%;
    padding: 0;
    font-size: 14px;
	margin-bottom: 15px;
  }
  .page #changshu .item5 #container {
    width: 100%;
    margin-top: 25px;
  }
  .page #changshu .item5 ul li {
    background: url(../images/1_113.jpeg) no-repeat left top 13px;
  }
  .page #changshu .item3 .trait .common_width &gt; div {
    width: 100%;
	padding:0px;s
  }
  .page #changshu .item3 .trait .common_width &gt; div .slides {
    padding: 30px 30px 0 30px;
  }
  .page #changshu .item3 .trait .common_width &gt; div .slides p {
    font-size: 15px;
    line-height: 34px;
	height: 204px;
	overflow: auto;
  }
  .page #changshu .item3 .trait .common_width {
    margin: 0;
  }
  .page #changshu .item3 .trait {
    padding-top: 30px;
  }
  .page #changshu .item4 {
    padding: 0 0 30px;
  }
  .page #changshu .item4 ul li + li {
    margin-top: 15px;
  }
  .page #changshu .item3 {
    padding-bottom: 20px;
  }
  .page #changshu .item4 ul li {
    height: 256px;
  }
  .page #changshu .item4 ul li a .pic {
    width: 100%;
    height: 140px;
  }
  .page #changshu .item4 ul li a .txt {
    padding: 0 15px 0;
    line-height: 27px;
    height: 81px;
	top: 15px;
  }
  .page #changshu .item4 ul li:nth-child(even) .txt {
    padding: 0 15px 0;
  }
  .page .page_tit ul p {
    display: none;
  }
  .footer .f_content .fr .contact_us p a,
  .footer2 .common_width .fl p a {
    color: #333;
  }
  .page .page_content #map .contact &gt; div{
  	padding-left: 44px;
  }
  .main .item2 .col-md-4 ul li a p{
  	height: 72px;
	overflow: auto;
	padding-right: 8px;
  }
  .footer2 .common_width .fl p span,.footer2 .common_width .fl p strong{
  	display: block;
  }
  .footer2 .common_width .fl p strong a{
  	color:#fff;
	}
	.page{
		overflow: hidden;	
	}
	.page .page_content .positioning .info .info_shell{
	padding: 0 15px;
	}
    .page .page_content #content .shell .txt img {
  width: 100%;
  height: auto;
}
}</pre></body></html>