* {
  margin: 0;
  padding: 0;
  list-style: none;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
img {
  border: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
}
p {
  margin: 0;
}
ol,
ul,
dl {
  margin-bottom: 0;
}
body {
  font-family: Helvetica Neue, Helvetica, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, sans-serif;
  font-size: 14px;
  color: #333333;
  background: #F5F8FA;
}
html,
body {
  height: 100%;
  width: 100%;
}
.wrapper {
  -moz-transition: -moz-transform 0.3s ease-in-out;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out;
  -ms-transition: -ms-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
.sp-gnav-open .wrapper {
  -moz-transform: translate3d(-255px, 0, 0);
  -webkit-transform: translate3d(-255px, 0, 0);
  -o-transform: translate3d(-255px, 0, 0);
  -ms-transform: translate3d(-255px, 0, 0);
  transform: translate3d(-255px, 0, 0);
}
.sp-gnav-open .wrapper .m_menu:before {
  width: 28px !important;
  top: 16px;
  right: 7px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.sp-gnav-open .wrapper .m_menu:after {
  width: 28px !important;
  top: 16px;
  right: 7px;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.sp-gnav-open .wrapper .m_menu a:before {
  width: 0 !important;
}
.topFix {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2019;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #333333;
  font-size: 12px;
  text-align: right;
}
.topFix .t_normal_ul {
  display: inline-block;
  vertical-align: top;
}
.topFix .t_normal_ul li {
  float: left;
  position: relative;
}
.topFix .t_normal_ul li .t_n_a {
  border-left: none;
  padding: 0;
  position: relative;
}
.topFix .t_normal_ul li .t_n_a p {
  border-left: 1px solid #222222;
  padding: 0 18px;
}
.topFix .t_normal_ul li .t_n_a p .t_border {
  display: none;
  position: absolute;
  left: 50%;
  margin-left: -3px;
  bottom: 0;
  border-width: 7px;
  border-color: transparent transparent #444444 transparent;
  border-style: solid dashed dashed dashed;
  width: 0;
  height: 0;
  overflow: hidden;
}
.topFix .t_normal_ul li .t_n_a .t_sub {
  display: none;
  position: absolute;
  top: 40px;
  left: 0;
  width: 138px;
  height: 138px;
  background: #444444;
  z-index: 2019;
}
.topFix .t_normal_ul li .t_n_a .t_sub .sub_content {
  width: 138px;
  height: 138px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.topFix .t_normal_ul li .t_n_a .t_sub .sub_content img {
  display: block;
  width: 80%;
}
.topFix .t_normal_ul li a {
  display: block;
  padding: 0 18px;
  border-left: 1px solid #222222;
  color: #ffffff;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.topFix .t_normal_ul li a:hover {
  background: #555555;
}
.topFix .top_right {
  display: inline-block;
  vertical-align: top;
}
.topFix .top_right li {
  float: left;
}
.topFix .top_right li a {
  display: block;
  padding: 0 18px;
  background: #287dc7;
  border-right: 1px solid #1f6099;
  color: #ffffff;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.topFix .top_right li a:hover {
  background: #4aa2cf;
}
.left_big_img {
  width: 50%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
}
.left_big_img .l_b_i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.banner {
  width: 50%;
  height: 100%;
  float: left;
  position: fixed;
  left: 0;
  top: 0;
}
.banner .banner_container {
  width: 100%;
  height: 100%;
}
.banner .banner_container .swiper-slide {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
}
.banner .banner_container .swiper-slide .imgBox {
  text-align: center;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-position: center center;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  -ms-background-size: cover;
  background-size: cover;
}
.left_fix_nav {
  position: fixed;
  left: 30px;
  top: 80px;
  width: 206px;
  height: 100%;
  z-index: 2019;
}
.left_fix_nav .logo {
  width: 206px;
  height: 206px;
  background: -webkit-linear-gradient(left top, #3ee1cb, #1a6eb7);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(bottom right, #3ee1cb, #1a6eb7);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(bottom right, #3ee1cb, #1a6eb7);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to bottom right, #3ee1cb, #1a6eb7);
  /* 标准的语法 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#3ee1cb, endColorStr=#1a6eb7);
}
.left_fix_nav .logo a {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.left_fix_nav .logo a img {
  display: block;
  height: 100%;
}
.left_fix_nav .main_nav {
  width: 100%;
}
.left_fix_nav .main_nav #nav {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 412px;
}
.left_fix_nav .main_nav #nav .mainCate {
  height: 14.07766990291262%;
  line-height: 14.07766990291262%;
  zoom: 1;
  background: rgba(0, 0, 0, 0.7);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.left_fix_nav .main_nav #nav .mainCate:nth-of-type(1) h3 a {
  background: url("../images/icon_l_n_n01.png") no-repeat 30px center;
}
.left_fix_nav .main_nav #nav .mainCate:nth-of-type(1) h3 a:hover {
  background: url("../images/icon_l_n_s01.png") no-repeat 30px center #4aa2cf;
}
.left_fix_nav .main_nav #nav .mainCate:nth-of-type(2) h3 a {
  background: url("../images/icon_l_n_n02.png") no-repeat 30px center;
}
.left_fix_nav .main_nav #nav .mainCate:nth-of-type(2) h3 a:hover {
  background: url("../images/icon_l_n_s02.png") no-repeat 30px center #4aa2cf;
}
.left_fix_nav .main_nav #nav .mainCate:nth-of-type(3) h3 a {
  background: url("../images/icon_l_n_n03.png") no-repeat 30px center;
}
.left_fix_nav .main_nav #nav .mainCate:nth-of-type(3) h3 a:hover {
  background: url("../images/icon_l_n_s03.png") no-repeat 30px center #4aa2cf;
}
.left_fix_nav .main_nav #nav .mainCate:nth-of-type(4) h3 a {
  background: url("../images/icon_l_n_n04.png") no-repeat 30px center;
}
.left_fix_nav .main_nav #nav .mainCate:nth-of-type(4) h3 a:hover {
  background: url("../images/icon_l_n_s04.png") no-repeat 30px center #4aa2cf;
}
.left_fix_nav .main_nav #nav .mainCate:nth-of-type(5) h3 a {
  background: url("../images/icon_l_n_n05.png") no-repeat 30px center;
}
.left_fix_nav .main_nav #nav .mainCate:nth-of-type(5) h3 a:hover {
  background: url("../images/icon_l_n_s05.png") no-repeat 30px center #4aa2cf;
}
.left_fix_nav .main_nav #nav .mainCate:nth-of-type(6) h3 a {
  background: url("../images/icon_l_n_n06.png") no-repeat 30px center;
}
.left_fix_nav .main_nav #nav .mainCate:nth-of-type(6) h3 a:hover {
  background: url("../images/icon_l_n_s06.png") no-repeat 30px center #4aa2cf;
}
.left_fix_nav .main_nav #nav .mainCate:nth-of-type(7) h3 a {
  background: url("../images/icon_l_n_n07.png") no-repeat 30px center;
}
.left_fix_nav .main_nav #nav .mainCate:nth-of-type(7) h3 a:hover {
  background: url("../images/icon_l_n_s07.png") no-repeat 30px center #4aa2cf;
}
.left_fix_nav .main_nav #nav .mainCate h3 {
  font-size: 14px;
  height: 100%;
  font-weight: normal;
  display: table;
  width: 100%;
}
.left_fix_nav .main_nav #nav .mainCate h3 a {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
  line-height: 100% !important;
  padding-left: 70px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.left_fix_nav .main_nav #nav .subCate {
  display: none;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 206px;
  top: 0;
  height: 100%;
  width: 180px;
  color: #333;
}
.left_fix_nav .main_nav #nav .subCate ul {
  width: 100%;
  overflow: hidden;
}
.left_fix_nav .main_nav #nav .subCate ul a {
  display: block;
  line-height: 54px;
  color: #ffffff;
  padding-left: 40px;
  width: 100%;
}
.left_fix_nav .main_nav #nav .subCate ul a:hover {
  background: #4aa2cf;
}
.left_fix_nav .main_nav #nav .on {
  background: rgba(0, 0, 0, 0.6);
}
.left_fix_nav .main_nav #nav .on .subCate {
  display: block !important;
  /* !important 强制显示，否则会闪烁*/
}
.m_header {
  display: none;
}
.m_header {
  width: 100%;
  height: 400px;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
}
.banner_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(left bottom, rgba(0, 0, 0, 0), rgba(0, 127, 157, 0.2));
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(top right, rgba(0, 0, 0, 0), rgba(0, 127, 157, 0.2));
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(top right, rgba(0, 0, 0, 0), rgba(0, 127, 157, 0.2));
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to top right, rgba(0, 0, 0, 0), rgba(0, 127, 157, 0.2));
  /* 标准的语法 */
}
.banner_bg .m_logo {
  position: absolute;
  top: 30px;
  left: 30px;
  background: -webkit-linear-gradient(left top, #3ee1cb, #1a6eb7);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(bottom right, #3ee1cb, #1a6eb7);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(bottom right, #3ee1cb, #1a6eb7);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to bottom right, #3ee1cb, #1a6eb7);
  /* 标准的语法 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#3ee1cb, endColorStr=#1a6eb7);
}
.banner_bg .m_logo img {
  display: block;
  width: 100%;
  height: 100%;
}
.banner_bg .m_menu {
  position: absolute;
  z-index: 2019;
  top: 30px;
  right: 15px;
}
.banner_bg .m_menu a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  padding: 35px 0 0;
  text-decoration: none;
  color: #fff;
  font-size: 10px;
  line-height: 140%;
  text-align: center;
}
.banner_bg .m_menu a:before {
  content: "";
  position: absolute;
  display: block;
  width: 28px;
  height: 3px;
  top: 15px;
  right: 11px;
  background-color: #fff;
  -moz-transition: width 0.3s linear;
  -webkit-transition: width 0.3s linear;
  -o-transition: width 0.3s linear;
  -ms-transition: width 0.3s linear;
  transition: width 0.3s linear;
}
.banner_bg .m_menu:before {
  top: 5px;
}
.banner_bg .m_menu:after {
  top: 25px;
}
.banner_bg .m_menu:before,
.banner_bg .m_menu:after {
  content: "";
  position: absolute;
  z-index: 1;
  display: block;
  width: 28px;
  height: 3px;
  right: 11px;
  background-color: #fff;
  -moz-transition: -moz-transform 0.3s ease-in-out, top 0.3s linear, bottom 0.3s linear, right 0.3s linear, width 0.3s linear;
  -webkit-transition: -webkit-transform 0.3s ease-in-out, top 0.3s linear, bottom 0.3s linear, right 0.3s linear, width 0.3s linear;
  -o-transition: -o-transform 0.3s ease-in-out, top 0.3s linear, bottom 0.3s linear, right 0.3s linear, width 0.3s linear;
  -ms-transition: -ms-transform 0.3s ease-in-out, top 0.3s linear, bottom 0.3s linear, width 0.3s linear;
  transition: transform 0.3s ease-in-out, top 0.3s linear, bottom 0.3s linear, right 0.3s linear, width 0.3s linear;
}
.m_nav_box {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  display: none;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.m_nav_box .m_nav_container {
  position: absolute;
  top: 0;
  right: -255px;
  width: 255px;
  height: 100%;
  background: #222222;
}
.m_nav_box .m_nav_container .m_nav_top li {
  width: 100%;
  border-bottom: 1px solid #444444;
}
.m_nav_box .m_nav_container .m_nav_top li:nth-of-type(1) .m_normal_a {
  background: url("../images/icon_l_n_n01.png") no-repeat 17px center;
}
.m_nav_box .m_nav_container .m_nav_top li:nth-of-type(1) .m_normal_a:hover {
  background: url("../images/icon_l_n_s01.png") no-repeat 17px center #4aa2cf;
}
.m_nav_box .m_nav_container .m_nav_top li:nth-of-type(2) .m_normal_a {
  background: url("../images/icon_l_n_n02.png") no-repeat 17px center;
}
.m_nav_box .m_nav_container .m_nav_top li:nth-of-type(2) .m_normal_a:hover {
  background: url("../images/icon_l_n_s02.png") no-repeat 17px center #4aa2cf;
}
.m_nav_box .m_nav_container .m_nav_top li:nth-of-type(3) .m_normal_a {
  width: 100%;
  background: url("../images/icon_l_n_n03.png") no-repeat 17px center;
}
.m_nav_box .m_nav_container .m_nav_top li:nth-of-type(3) .m_normal_a:hover {
  background: url("../images/icon_l_n_s03.png") no-repeat 17px center #4aa2cf;
}
.m_nav_box .m_nav_container .m_nav_top li:nth-of-type(4) .m_normal_a {
  background: url("../images/icon_l_n_n04.png") no-repeat 17px center;
}
.m_nav_box .m_nav_container .m_nav_top li:nth-of-type(4) .m_normal_a:hover {
  background: url("../images/icon_l_n_s04.png") no-repeat 17px center #4aa2cf;
}
.m_nav_box .m_nav_container .m_nav_top li:nth-of-type(5) .m_normal_a {
  width: 100%;
  background: url("../images/icon_l_n_n05.png") no-repeat 17px center;
}
.m_nav_box .m_nav_container .m_nav_top li:nth-of-type(5) .m_normal_a:hover {
  background: url("../images/icon_l_n_s05.png") no-repeat 17px center #4aa2cf;
}
.m_nav_box .m_nav_container .m_nav_top li:nth-of-type(6) .m_normal_a {
  width: 100%;
  background: url("../images/icon_l_n_n06.png") no-repeat 17px center;
}
.m_nav_box .m_nav_container .m_nav_top li:nth-of-type(6) .m_normal_a:hover {
  background: url("../images/icon_l_n_s06.png") no-repeat 17px center #4aa2cf;
}
.m_nav_box .m_nav_container .m_nav_top li:nth-of-type(7) .m_normal_a {
  background: url("../images/icon_l_n_n07.png") no-repeat 17px center;
}
.m_nav_box .m_nav_container .m_nav_top li:nth-of-type(7) .m_normal_a:hover {
  background: url("../images/icon_l_n_s07.png") no-repeat 17px center #4aa2cf;
}
.m_nav_box .m_nav_container .m_nav_top li h4 {
  font-weight: normal;
  line-height: 59px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.m_nav_box .m_nav_container .m_nav_top li h4 a {
  display: block;
  color: #ffffff;
  font-size: 14px;
  padding-left: 50px;
}
.m_nav_box .m_nav_container .m_nav_top li h4 .m_normal_a {
  width: 215px;
}
.m_nav_box .m_nav_container .m_nav_top li h4 .m_click_a {
  width: 39px;
  height: 59px;
  border-left: 1px solid #444444;
}
.m_nav_box .m_nav_container .m_nav_top li h4 .m_click_a:before {
  content: "";
  position: absolute;
  display: block;
  width: 16px;
  height: 2px;
  top: 50%;
  right: 12px;
  margin: -1px 0 0;
  background-color: #fff;
}
.m_nav_box .m_nav_container .m_nav_top li h4 .m_click_a:after {
  content: "";
  position: absolute;
  display: block;
  width: 2px;
  height: 16px;
  top: 50%;
  right: 19px;
  margin: -8px 0 0;
  background-color: #fff;
  -moz-transition: -moz-transform 0.2s linear;
  -webkit-transition: -webkit-transform 0.2s linear;
  -o-transition: -o-transform 0.2s linear;
  -ms-transition: -ms-transform 0.2s linear;
  transition: transform .2s linear;
}
.m_nav_box .m_nav_container .m_nav_top li h4 .current {
  background: #333333;
  border-bottom: 1px solid #444444;
}
.m_nav_box .m_nav_container .m_nav_top li h4 .current:after {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.m_nav_box .m_nav_container .m_nav_top li dl {
  display: none;
  width: 100%;
  background: #333333;
}
.m_nav_box .m_nav_container .m_nav_top li dl dd {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #444444;
}
.m_nav_box .m_nav_container .m_nav_top li dl dd:last-child {
  border-bottom: none;
}
.m_nav_box .m_nav_container .m_nav_top li dl dd a {
  display: block;
  padding-left: 50px;
  color: #ffffff;
  font-size: 14px;
}
.m_nav_box .m_nav_container .m_nav_top li dl dd a:hover {
  background: #4aa2cf;
}
.m_nav_box .m_nav_container .m_nav_middle {
  width: 225px;
  margin: 16px auto 0;
  overflow: hidden;
}
.m_nav_box .m_nav_container .m_nav_middle li {
  width: 100%;
  margin-bottom: 1px;
}
.m_nav_box .m_nav_container .m_nav_middle li h4 {
  width: 100%;
  overflow: hidden;
  background: #343434;
  position: relative;
}
.m_nav_box .m_nav_container .m_nav_middle li h4 p {
  float: left;
  width: 185px;
  padding-left: 15px;
  font-size: 14px;
  color: #ffffff;
  margin: 0;
  line-height: 52px;
}
.m_nav_box .m_nav_container .m_nav_middle li h4 .r_click_a {
  display: block;
  float: right;
  width: 39px;
  height: 52px;
  border-left: 1px solid #222222;
}
.m_nav_box .m_nav_container .m_nav_middle li h4 .r_click_a:before {
  content: "";
  position: absolute;
  display: block;
  width: 16px;
  height: 2px;
  top: 50%;
  right: 12px;
  margin: -1px 0 0;
  background-color: #fff;
}
.m_nav_box .m_nav_container .m_nav_middle li h4 .r_click_a:after {
  content: "";
  position: absolute;
  display: block;
  width: 2px;
  height: 16px;
  top: 50%;
  right: 19px;
  margin: -8px 0 0;
  background-color: #fff;
  -moz-transition: -moz-transform 0.2s linear;
  -webkit-transition: -webkit-transform 0.2s linear;
  -o-transition: -o-transform 0.2s linear;
  -ms-transition: -ms-transform 0.2s linear;
  transition: transform .2s linear;
}
.m_nav_box .m_nav_container .m_nav_middle li h4 .current {
  background: #333333;
  border-bottom: 1px solid #444444;
}
.m_nav_box .m_nav_container .m_nav_middle li h4 .current:after {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.m_nav_box .m_nav_container .m_nav_middle li .subBox {
  display: none;
  width: 100%;
  height: 155px;
  background: #444444;
}
.m_nav_box .m_nav_container .m_nav_middle li .subBox div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 155px;
  margin: 0;
}
.m_nav_box .m_nav_container .m_nav_middle li .subBox div img {
  display: block;
  width: 125px;
  height: 125px;
}
.m_nav_box .m_nav_container .m_nav_middle li .mnm_a {
  font-size: 14px;
  color: #ffffff;
  display: block;
  padding-left: 15px;
  background: #343434;
  line-height: 52px;
}
.m_nav_box .m_nav_container .m_nav_middle li .mnm_a:hover {
  background: #444444;
}
.m_nav_box .m_nav_container .m_nav_bom {
  width: 225px;
  margin: 30px auto 0;
  overflow: hidden;
}
.m_nav_box .m_nav_container .m_nav_bom li {
  width: 100%;
  height: 52px;
  line-height: 51px;
  border-bottom: 1px solid #1b3c59;
}
.m_nav_box .m_nav_container .m_nav_bom li a {
  font-size: 14px;
  color: #ffffff;
  display: block;
  padding-left: 15px;
  background: #1a6eb8;
}
.m_nav_box .m_nav_container .m_nav_bom li a:hover {
  background: #4aa2cf;
}
.main_container {
  width: 50%;
  float: right;
  overflow: hidden;
  margin-top: 40px;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}
.ie_normal {
  width: 100%;
  min-width: 100%;
  position: relative;
  overflow: hidden;
}
.ie_normal .bd {
  position: relative;
  z-index: 0;
}
.ie_normal .bd ul {
  width: 100% !important;
}
.ie_normal .bd li {
  width: 100% !important;
  overflow: hidden;
  text-align: center;
}
.ie_normal .bd li a {
  display: block;
}
.ie_normal .bd li a img {
  display: block;
  width: 100%;
  height: auto;
}
.ie_normal .hd {
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  overflow: hidden;
  text-align: center;
}
.ie_normal .hd li {
  display: inline-block;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ffffff;
  text-indent: -99999px;
  margin: 8px;
}
.ie_normal .hd .on {
  width: 10px;
  height: 10px;
  background: #1a6eb8;
  position: relative;
}
.ie_normal .hd .on:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: -5px;
  left: -5px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: rgba(0, 153, 68, 0.5);
}
.ie_normal .prev,
.ie_normal .next {
  width: 35px;
  height: 35px;
  position: absolute;
  top: 50%;
  margin-top: -19px;
  z-index: 3;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: All .5s ease;
  -moz-transition: All .5s ease;
  -o-transition: All .5s ease;
  border: 2px solid #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.ie_normal .prev {
  background: url("../images/ban_prev_btn.png") no-repeat center;
  left: 30px;
}
.ie_normal .next {
  background: url("../images/ban_next_btn.png") no-repeat center;
  right: 30px;
}
.right_swiper {
  width: 100%;
  overflow: hidden;
}
.right_swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}
.right_swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  background: #ffffff;
  opacity: 1;
}
.right_swiper .swiper-pagination-bullet-active {
  position: relative;
  opacity: 1;
  background: #1a6eb8;
}
.right_swiper .swiper-pagination-bullet-active:before {
  content: "";
  position: absolute;
  left: -5px;
  top: -5px;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-color: #1a6eb8;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.right_swiper .swiper-button-prev,
.right_swiper .swiper-button-next {
  position: absolute;
  top: 50%;
  width: 35px;
  height: 35px;
  margin-top: -19px;
  z-index: 10;
  cursor: pointer;
  background-size: 21px 15px;
  background-position: center;
  background-repeat: no-repeat;
  border: 2px solid #ffffff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -ms-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}
.right_swiper .swiper-button-prev,
.right_swiper .swiper-container-rtl .swiper-button-next {
  background-image: url("../images/ban_prev_btn.png");
  left: 30px;
  right: auto;
}
.right_swiper .swiper-button-prev:hover,
.right_swiper .swiper-container-rtl .swiper-button-next:hover {
  border: 2px solid #4aa2cf;
  background: url("../images/ban_prev_btn.png") no-repeat center #4aa2cf;
}
.right_swiper .swiper-button-next,
.right_swiper .swiper-container-rtl .swiper-button-prev {
  background-image: url("../images/ban_next_btn.png");
  right: 30px;
  left: auto;
}
.right_swiper .swiper-button-next:hover,
.right_swiper .swiper-container-rtl .swiper-button-prev:hover {
  border: 2px solid #4aa2cf;
  background: url("../images/ban_next_btn.png") no-repeat center #4aa2cf;
}
.home_new_container,
.h_college-container,
.h_img_container,
.h_major_container {
  padding: 30px 6% 20px;
  overflow: hidden;
  width: 100%;
}
.plate_title {
  width: 100%;
  position: relative;
  height: 70px;
  margin-bottom: 15px;
}
.plate_title h3 {
  font-weight: normal;
  font-size: 26px;
  color: #000000;
  text-align: center;
  line-height: 28px;
  margin-bottom: 10px;
}
.plate_title p {
  font-family: Arial;
  font-size: 14px;
  line-height: 24px;
  color: #999999;
  text-transform: uppercase;
  text-align: center;
}
.plate_title a {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 32px;
  line-height: 32px;
  -webkit-border-radius: 32px;
  -moz-border-radius: 32px;
  border-radius: 32px;
  border: 1px solid #70ace0;
  font-size: 12px;
  color: #1a6eb8;
  padding-left: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url("../images/icon_g_more.png") no-repeat 72px center;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
.plate_title a:hover {
  color: #ffffff;
  border: 1px solid #4aa2cf;
  background: url("../images/icon_w_more.png") no-repeat 72px center #4aa2cf;
}
.h_n_box {
  margin-right: -15px;
  margin-left: -15px;
}
.h_n_box .asrow {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.h_n_box .asrow .asli {
  margin-bottom: 24px;
}
.new_item {
  display: block;
  background: #ffffff;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.new_item .new_column {
  position: absolute;
  top: -15px;
  right: -15px;
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #1a6eb8;
  text-align: center;
  color: #ffffff;
  font-size: 12px;
  line-height: 18px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.new_item .new_column p {
  display: table-cell;
  width: 60px;
  height: 60px;
  vertical-align: middle;
}
.new_item .new_txt_box {
  padding: 45px 15px 20px;
  overflow: hidden;
  min-height: 230px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.new_item .new_txt_box .new_title {
  font-size: 14px;
  line-height: 24px;
  color: #323232;
  width: 100%;
  margin-bottom: 30px;
}
.new_item .new_txt_box .new_time {
  position: absolute;
  bottom: 15px;
  right: 15px;
  font-size: 12px;
  line-height: 25px;
  height: 25px;
  color: #999999;
}
.new_item .new_txt_box:after {
  content: "";
  position: absolute;
  display: block;
  width: 25px;
  height: 25px;
  bottom: 15px;
  border: solid 1px #999999;
  background-image: url(../images/icon_new_l.png);
  background-repeat: no-repeat;
  background-position: center;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.new_item:hover {
  background: #4aa2cf;
}
.new_item:hover .new_txt_box .new_title {
  color: #ffffff;
}
.new_item:hover .new_txt_box .new_time {
  color: #ffffff;
}
.new_item:hover .new_txt_box:after {
  border: solid 1px #ffffff;
  background-image: url(../images/icon_new_l_w.png);
}
.m_more_btn,
.m_btn_zy {
  display: none;
  padding: 0 6%;
  overflow: hidden;
  border: 1px solid #70ace0;
  height: 39px;
  line-height: 39px;
  text-align: center;
  -webkit-border-radius: 39px;
  -moz-border-radius: 39px;
  border-radius: 39px;
  position: relative;
  color: #1a6eb8;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.m_more_btn:hover,
.m_btn_zy:hover {
  background: #4aa2cf;
  border: 1px solid #4aa2cf;
  color: #ffffff;
}
.m_more_btn:hover:after,
.m_btn_zy:hover:after {
  background-image: url(../images/icon_w_more.png);
}
.m_more_btn:after,
.m_btn_zy:after {
  content: "";
  position: absolute;
  top: 0;
  right: 17px;
  display: block;
  width: 13px;
  height: 39px;
  background-image: url(../images/icon_g_more.png);
  background-repeat: no-repeat;
  background-position: center;
}
.college_item {
  margin-bottom: 24px;
}
.college_item a {
  position: relative;
  display: block;
  padding: 20px 25px 15px 30px;
  background: #ffffff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.college_item a .left_txt {
  padding: 0 140px 0 0;
  overflow: hidden;
}
.college_item a .left_txt h4 {
  font-weight: normal;
  font-size: 20px;
  color: #000000;
  line-height: 22px;
  margin-bottom: 22px;
}
.college_item a .left_txt h4 span {
  font-family: Arial;
  text-transform: uppercase;
  font-size: 18px;
}
.college_item a .left_txt p {
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  margin-bottom: 15px;
}
.college_item a .right_img {
  width: 140px;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  overflow: hidden;
}
.college_item a .right_img i {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  background-size: cover;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.college_item a:hover {
  background: #4aa2cf;
}
.college_item a:hover .left_txt h4 {
  color: #ffffff;
}
.college_item a:hover .left_txt p {
  color: #ffffff;
}
.college_item a:hover .right_img i {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.college_item .college_tags {
  width: 100%;
  overflow: hidden;
  background: #ffffff;
  margin-top: 4px;
  padding: 0 25px 12px 30px;
}
.college_item .college_tags li {
  display: inline-block;
  padding: 0 10px;
  height: 24px;
  line-height: 24px;
  border: 1px solid #70ace0;
  color: #1a6eb8;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  margin-top: 10px;
  margin-right: 10px;
}
.h_img_list {
  margin-right: -15px;
  margin-left: -15px;
}
.h_img_list .asrow {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.h_img_list .asrow .asli {
  margin-bottom: 24px;
  display: flex;
}
.img_item {
  display: block;
  background: #ffffff;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.img_item .img_p {
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.img_item .img_p img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.img_item .img_txt {
  width: 100%;
  padding: 15px 15px 20px;
}
.img_item .img_txt h4 {
  font-weight: normal;
  color: #000000;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.img_item .img_txt p {
  font-size: 12px;
  color: #333333;
  line-height: 22px;
}
.img_item:hover {
  background: #4aa2cf;
}
.img_item:hover .img_txt h4,
.img_item:hover .img_txt p {
  color: #ffffff;
}
.img_item:hover .img_p img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.major_ul {
  width: 100%;
  overflow: hidden;
}
.major_ul li {
  background: #ffffff;
  display: table;
}
.major_ul li .li_left {
  width: 31%;
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
.major_ul li .li_left h4 {
  width: 100%;
  height: 100%;
  line-height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: normal;
  font-size: 16px;
  color: #ffffff;
  background: url("../images/icon_right.png") no-repeat 16px center;
  padding: 5px 0 5px 49px;
}
.major_ul li .li_right {
  display: table-cell;
  vertical-align: middle;
  width: 69%;
  padding: 10px 20px;
  font-size: 14px;
  color: #333333;
  line-height: 24px;
  text-align: justify;
  position: relative;
  min-height: 72px;
}
.major_ul li .li_right:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
  border-width: 10px;
  border-color: transparent transparent transparent blue;
  border-style: dashed dashed dashed solid;
  width: 0;
  height: 0;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.major_ul .color01 .li_left {
  background: #cf9186;
}
.major_ul .color01 .li_right:before {
  border-color: transparent transparent transparent #cf9186;
}
.major_ul .color02 .li_left {
  background: #7d86b2;
}
.major_ul .color02 .li_right {
  border-top: 1px solid #F5F8FA;
}
.major_ul .color02 .li_right:before {
  border-color: transparent transparent transparent #7d86b2;
}
.major_ul .color03 .li_left {
  background: #d2516b;
}
.major_ul .color03 .li_right {
  border-top: 1px solid #F5F8FA;
}
.major_ul .color03 .li_right:before {
  border-color: transparent transparent transparent #d2516b;
}
.major_ul .color04 .li_left {
  background: #70a68c;
}
.major_ul .color04 .li_right {
  border-top: 1px solid #F5F8FA;
}
.major_ul .color04 .li_right:before {
  border-color: transparent transparent transparent #70a68c;
}
.major_ul .color05 .li_left {
  background: #de8351;
}
.major_ul .color05 .li_right {
  border-top: 1px solid #F5F8FA;
}
.major_ul .color05 .li_right:before {
  border-color: transparent transparent transparent #de8351;
}
.major_ul .color06 .li_left {
  background: #769bc0;
}
.major_ul .color06 .li_right {
  border-top: 1px solid #F5F8FA;
}
.major_ul .color06 .li_right:before {
  border-color: transparent transparent transparent #769bc0;
}
.major_ul .color07 .li_left {
  background: #7d86b2;
}
.major_ul .color07 .li_right {
  border-top: 1px solid #F5F8FA;
}
.major_ul .color07 .li_right:before {
  border-color: transparent transparent transparent #7d86b2;
}
.major_ul .color08 .li_left {
  background: #d2516b;
}
.major_ul .color08 .li_right {
  border-top: 1px solid #F5F8FA;
}
.major_ul .color08 .li_right:before {
  border-color: transparent transparent transparent #d2516b;
}
.major_ul .color09 .li_left {
  background: #70a68c;
}
.major_ul .color09 .li_right {
  border-top: 1px solid #F5F8FA;
}
.major_ul .color09 .li_right:before {
  border-color: transparent transparent transparent #70a68c;
}
.major_ul .color10 .li_left {
  background: #de8351;
}
.major_ul .color10 .li_right {
  border-top: 1px solid #F5F8FA;
}
.major_ul .color10 .li_right:before {
  border-color: transparent transparent transparent #de8351;
}
.h_tool_container {
  width: 100%;
  overflow: hidden;
  padding: 30px 6%;
  background: #333333;
  margin-top: 47px;
}
.tool_box img {
  display: block;
  width: 100%;
}
.tool_box .jianZhang {
  position: relative;
}
.tool_box .jianZhang .bg {
  position: absolute;
  top: 0;
  left: 15px;
  width: 55%;
  height: 100%;
  background: -webkit-linear-gradient(#3fc0e0, #1a6eb8);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#3fc0e0, #1a6eb8);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(#3fc0e0, #1a6eb8);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(#3fc0e0, #1a6eb8);
  /* 标准的语法 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#3fc0e0, endColorStr=#1a6eb8);
  z-index: 0;
}
.tool_box .jianZhang img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 4;
}
.m_tool_container {
  display: none;
  width: 100%;
  overflow: hidden;
  padding: 30px 6% 0;
  background: #333333;
  margin-top: 47px;
}
.swiper_tool img {
  display: block;
  width: 100%;
  height: auto;
}
.swiper_tool .tool_btn {
  width: 100%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper_tool .swiper-button-prev,
.swiper_tool .swiper-button-next {
  position: relative;
  top: 0;
  width: 30px;
  height: 30px;
  z-index: 10;
  cursor: pointer;
  background-size: 30px 30px;
  background-position: center;
  background-repeat: no-repeat;
  border: 2px solid #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 10px;
}
.swiper_tool .swiper-button-prev,
.swiper_tool .swiper-container-rtl .swiper-button-next {
  background: url("../images/arr_left.png") no-repeat center;
  left: 0;
  right: 0;
}
.swiper_tool .swiper-button-next,
.swiper_tool .swiper-container-rtl .swiper-button-prev {
  background: url("../images/arr_right.png") no-repeat center;
  right: 0;
  left: 0;
}
.swiper_tool .m_jz {
  display: block;
  position: relative;
}
.swiper_tool .m_jz .bg {
  position: absolute;
  top: 0;
  left: 15px;
  width: 55%;
  height: 100%;
  background: -webkit-linear-gradient(#3fc0e0, #1a6eb8);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(#3fc0e0, #1a6eb8);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(#3fc0e0, #1a6eb8);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(#3fc0e0, #1a6eb8);
  /* 标准的语法 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr=#3fc0e0, endColorStr=#1a6eb8);
  z-index: -1;
}
.bottom_nav {
  width: 100%;
  overflow: hidden;
  padding: 30px 6%;
  background: #1e4d75;
}
.b_n_container ul li {
  float: left;
  width: 25%;
  text-align: center;
}
.b_n_container ul li h3 {
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 15px;
}
.b_n_container ul li a {
  color: #ffffff;
  font-size: 14px;
  line-height: 34px;
  display: block;
}
.b_n_container .ewm_box {
  font-size: 14px;
  line-height: 34px;
  color: #ffffff;
  text-align: center;
}
.m_b_nav {
  display: none;
  width: 100%;
  background: #1e4d75;
  color: #ffffff;
}
.m_b_nav a {
  color: #ffffff;
}
.m_b_nav li {
  position: relative;
  border-bottom: 1px solid #33648f;
}
.m_b_nav li h3 {
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  padding-left: 34px;
}
.m_b_nav li h3 p {
  float: left;
}
.m_b_nav li h3 a {
  float: right;
  width: 39px;
  height: 44px;
  border-left: 1px solid #33648f;
  position: relative;
}
.m_b_nav li h3 a:before {
  content: "";
  position: absolute;
  display: block;
  width: 16px;
  height: 2px;
  top: 50%;
  right: 12px;
  margin: -1px 0 0;
  background-color: #fff;
}
.m_b_nav li h3 a:after {
  content: "";
  position: absolute;
  display: block;
  width: 2px;
  height: 16px;
  top: 50%;
  right: 19px;
  margin: -8px 0 0;
  background-color: #fff;
  -moz-transition: -moz-transform 0.2s linear;
  -webkit-transition: -webkit-transform 0.2s linear;
  -o-transition: -o-transform 0.2s linear;
  -ms-transition: -ms-transform 0.2s linear;
  transition: transform .2s linear;
}
.m_b_nav li h3 .current {
  background: #2a5b85;
}
.m_b_nav li h3 .current:after {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.m_b_nav li dl {
  display: none;
  width: 100%;
}
.m_b_nav li dl dd {
  width: 100%;
  height: 44px;
  line-height: 44px;
  background: #2a5b85;
  font-size: 12px;
  padding-left: 53px;
  border-top: 1px solid #33648f;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.m_b_nav .m_b_ewm {
  width: 100%;
  overflow: hidden;
  padding: 20px 0 20px 34px;
}
.m_b_nav .m_b_ewm div {
  float: left;
  text-align: center;
  margin-right: 20px;
  font-size: 12px;
  line-height: 40px;
  color: #ffffff;
}
.m_b_nav .m_b_ewm div img {
  display: block;
}
.footer {
  width: 100%;
  overflow: hidden;
  padding: 30px 6%;
  background: #1b3c59;
  color: #ffffff;
  font-size: 12px;
}
.footer .foot_left {
  width: 40%;
  float: left;
}
.footer .foot_left a {
  color: #ffffff;
}
.footer .foot_left p {
  line-height: 32px;
}
.footer .foot_right {
  width: 54%;
  text-align: right;
  line-height: 34px;
  float: right;
}
.footer .foot_right img {
  float: right;
  display: block;
  max-width: 100%;
}
.footer .foot_right p {
  float: right;
  margin-top: 15px;
}
.container_top {
  background: #ffffff;
  overflow: hidden;
  padding: 40px 6%;
}
.currentPaht {
  font-size: 12px;
  color: #999999;
  line-height: 22px;
  margin-bottom: 30px;
}
.currentPaht a {
  color: #1a6eb8;
}
.c_t_column {
  color: #000000;
  height: 50px;
  position: relative;
}
.c_t_column h2 {
  font-size: 26px;
}
.c_t_column span {
  color: #999999;
  text-transform: uppercase;
  font-family: 'Arial';
  font-size: 18px;
}
.c_t_column:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 42px;
  height: 3px;
  background: #4aa2cf;
}
.container_content {
  padding: 40px 6% 20px;
  overflow: hidden;
}
.single_box {
  width: 100%;
  overflow: hidden;
}
.single_box p {
  font-size: 14px;
  line-height: 28px;
  color: #333333;
  text-align: justify;
  margin-bottom: 20px;
}
.single_box img {
  max-width: 100%;
}
.major_c_list .asrow {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.major_c_list .asli {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 24px;
}
.major_c_list .asli a {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  background: #ffffff;
  color: #333333;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.major_c_list .asli a:hover {
  background: #4aa2cf;
  color: #ffffff;
}
.major_c_list .asli .major_name {
  width: 100%;
  height: 48px;
  line-height: 48px;
  color: #ffffff;
  font-size: 16px;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.major_c_list .asli .major_name:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 15px;
  width: 20px;
  height: 20px;
  border: 1px solid #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: url("../images/arr_left.png") no-repeat center;
}
.major_c_list .asli img {
  display: block;
  width: 100%;
}
.major_c_list .asli .major_txt {
  padding: 15px;
  overflow: hidden;
  position: relative;
  min-height: 247px;
}
.major_c_list .asli .major_txt .major_info {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 73px;
}
.major_c_list .asli .major_rate {
  position: absolute;
  left: 15px;
  bottom: 24px;
  font-size: 12px;
  line-height: 24px;
  padding-top: 17px;
}
.major_c_list .asli .major_rate:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 3px;
  background: red;
}
.major_c_list .asli:nth-of-type(1) .major_name {
  background: #cf9186;
}
.major_c_list .asli:nth-of-type(1) .major_rate:before {
  background: #cf9186;
}
.major_c_list .asli:nth-of-type(2) .major_name {
  background: #7d86b2;
}
.major_c_list .asli:nth-of-type(2) .major_rate:before {
  background: #7d86b2;
}
.major_c_list .asli:nth-of-type(3) .major_name {
  background: #d2516b;
}
.major_c_list .asli:nth-of-type(3) .major_rate:before {
  background: #d2516b;
}
.major_c_list .asli:nth-of-type(4) .major_name {
  background: #70a68c;
}
.major_c_list .asli:nth-of-type(4) .major_rate:before {
  background: #70a68c;
}
.major_c_list .asli:nth-of-type(5) .major_name {
  background: #de8351;
}
.major_c_list .asli:nth-of-type(5) .major_rate:before {
  background: #de8351;
}
.major_c_list .asli:nth-of-type(6) .major_name {
  background: #769bc0;
}
.major_c_list .asli:nth-of-type(6) .major_rate:before {
  background: #769bc0;
}
.major_c_list .asli:nth-of-type(7) .major_name {
  background: #7d86b2;
}
.major_c_list .asli:nth-of-type(7) .major_rate:before {
  background: #7d86b2;
}
.major_c_list .asli:nth-of-type(8) .major_name {
  background: #d2516b;
}
.major_c_list .asli:nth-of-type(8) .major_rate:before {
  background: #d2516b;
}
.major_c_list .asli:nth-of-type(9) .major_name {
  background: #70a68c;
}
.major_c_list .asli:nth-of-type(9) .major_rate:before {
  background: #70a68c;
}
.major_c_list .asli:nth-of-type(10) .major_name {
  background: #de8351;
}
.major_c_list .asli:nth-of-type(10) .major_rate:before {
  background: #de8351;
}
.img_c_list .asli {
  margin-bottom: 24px;
}
.img_c_list .asli .img_item img {
  display: block;
  width: 100%;
}
.img_c_list .asli .img_txt {
  position: relative;
  width: 100%;
  height: 72px;
  line-height: 72px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 14px;
  background: #ffffff;
  padding-left: 46px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.img_c_list .asli .img_txt:before {
  content: "";
  position: absolute;
  left: 16px;
  top: 0;
  height: 100%;
  width: 20px;
  background: url("../images/icon_photo.png") no-repeat center;
  background-size: 20px 16px;
}
.fypage {
  width: 100%;
  overflow: hidden;
  text-align: center;
  margin: 15px 0;
}
.fypage a {
  display: inline-block;
  height: 38px;
  line-height: 38px;
  padding: 0 15px;
  background: #ffffff;
  border: 1px solid #E2E2E2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #333333;
  margin: 0 4px;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fypage a:hover {
  background: #4aa2cf;
  border: 1px solid #4aa2cf;
  color: #ffffff;
}
.fypage a:hover b {
  color: #ffffff;
}
.fypage a b {
  background: none;
  border: none;
  color: #333333;
  padding: 0;
}
.fypage b {
  display: inline-block;
  height: 38px;
  line-height: 38px;
  padding: 0 15px;
  background: #1a6eb8;
  border: 1px solid #1a6eb8;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  color: #ffffff;
  font-weight: normal;
}
.article_container {
  padding: 40px 6% 0;
  overflow: hidden;
}
.article_title {
  color: #000000;
}
.article_title h1 {
  font-size: 26px;
  line-height: 42px;
  margin-bottom: 15px;
}
.article_title p {
  font-size: 14px;
  color: #999999;
  line-height: 30px;
}
.article_title p span {
  margin-right: 10px;
}
.article_content {
  width: 100%;
  overflow: hidden;
  padding-bottom: 40px;
}
.article_content p {
  font-size: 14px;
  line-height: 28px;
  color: #333333;
  text-align: justify;
  margin-bottom: 20px;
}
.article_content img {
  max-width: 100%;
}
.article_content table {
  width: 100%;
  border-collapse: collapse;
}
.article_content table td,
.article_content table th {
  border: 1px solid #999999;
  padding: 8px 15px;
}
.pagination-container {
  margin: 0;
}
.pagination-container .asli {
  height: 60px;
  line-height: 60px;
  border-right: 1px solid #F4F8FB;
  background: #E6EEF3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.pagination-container .asli a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #555555;
}
.pagination-container .asli a:hover {
  color: #ffffff;
  background: #4aa2cf;
}
.pagination-container .asli .prev_page span {
  display: block;
  padding-left: 40px;
  text-align: center;
  font-size: 14px;
}
.pagination-container .asli .prev_page:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -13px;
  height: 25px;
  width: 25px;
  border: 1px solid #A1A7AB;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: url("../images/icon_new_prev.png") no-repeat center;
}
.pagination-container .asli .prev_page:hover:before {
  border: 1px solid #ffffff;
  background: url("../images/icon_new_w_prev.png") no-repeat center;
}
.pagination-container .asli .back_list span {
  display: block;
  padding-right: 40px;
  text-align: center;
  font-size: 14px;
}
.pagination-container .asli .back_list:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -6px;
  height: 13px;
  width: 13px;
  background: url("../images/icon_back_list.png") no-repeat center;
}
.pagination-container .asli .back_list:hover:before {
  background: url("../images/icon_w_more.png") no-repeat center;
}
.pagination-container .asli .next_page span {
  display: block;
  padding-right: 40px;
  text-align: center;
  font-size: 14px;
}
.pagination-container .asli .next_page:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -13px;
  height: 25px;
  width: 25px;
  border: 1px solid #A1A7AB;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: url("../images/icon_new_l.png") no-repeat center;
}
.pagination-container .asli .next_page:hover:before {
  border: 1px solid #ffffff;
  background: url("../images/icon_new_w_l.png") no-repeat center;
}
.form_container {
  padding: 0 10% 40px;
  overflow: hidden;
}
.form_container .col {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}
.form_container .col label {
  width: 24%;
  float: left;
  font-size: 14px;
  color: #333333;
  line-height: 34px;
  text-align: right;
  margin-right: 2%;
}
.form_container .col label span {
  color: red;
  margin-right: 8px;
}
.form_container .col .no-border {
  border: none;
}
.form_container .col .select_icon {
  position: relative;
}
.form_container .col .select_icon:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 20px;
  border-width: 6px;
  border-color: #E1E1E1 transparent transparent transparent;
  border-style: solid dashed dashed dashed;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: 4;
}
.form_container .col .from_box {
  float: left;
  width: 58%;
  overflow: hidden;
  border: 1px solid #E1E1E1;
}
.form_container .col .from_box select {
  padding-left: 12px;
  display: block;
  border: none;
  height: 34px;
  width: 100%;
  background: #ffffff;
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  position: relative;
}
.form_container .col .from_box input {
  padding-left: 12px;
  display: block;
  border: none;
  height: 34px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form_container .col .from_box input.sm-radio {
  float: left;
  border: none;
  width: auto;
}
.form_container .col .from_box em {
  display: block;
  float: left;
  font-style: normal;
  line-height: 34px;
  margin-right: 16px;
  margin-left: 8px;
}
.form_container .submit_btn {
  display: block;
  border: none;
  cursor: pointer;
  width: 120px;
  height: 34px;
  -webkit-border-radius: 34px;
  -moz-border-radius: 34px;
  border-radius: 34px;
  margin: 15px auto 0;
  color: #ffffff;
  background: #1a6eb8;
  font-size: 16px;
  overflow: hidden;
}
.wx_tip {
  padding: 60px 10% ;
  overflow: hidden;
  background: #E7EEF2;
}
.wx_tip a {
  color: #999999;
}
.wx_tip h3 {
  font-size: 20px;
  color: #1a6eb8;
  margin-bottom: 30px;
}
.wx_tip p {
  font-size: 14px;
  color: #999999;
  line-height: 34px;
}
.enroll_container {
  width: 100%;
  overflow: hidden;
  padding-bottom: 60px;
}
.enroll_box .tab-hd {
  height: 64px;
  line-height: 64px;
  background-color: #E7EEF2;
  font-size: 16px;
}
.enroll_box .tab-hd li {
  width: 50%;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.enroll_box .tab-hd li a {
  display: block;
  text-align: center;
  color: #999999;
}
.enroll_box .tab-hd li:nth-of-type(1) {
  border-right: 1px solid #FFFFFF;
}
.enroll_box .tab-hd li:nth-of-type(1) a {
  padding-left: 57%;
}
.enroll_box .tab-hd li:nth-of-type(2) a {
  padding-right: 57%;
}
.enroll_box .tab-hd li.on a {
  color: #1a6eb8;
  text-decoration: none;
}
.enroll_box .tab-bd .tab-pal {
  margin: 0 auto;
  width: 335px;
  padding-top: 48px;
}
.enroll_box .tab-bd .tab-pal .col {
  position: relative;
  width: 100%;
  margin-top: 22px;
  overflow: hidden;
  border: 1px solid #E1E1E1;
  height: 44px;
  -webkit-border-radius: 44px;
  -moz-border-radius: 44px;
  border-radius: 44px;
}
.enroll_box .tab-bd .tab-pal .col:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -9px;
  left: 44px;
  width: 1px;
  height: 18px;
  background: #E1E1E1;
}
.enroll_box .tab-bd .tab-pal .col:nth-of-type(1):before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 43px;
  height: 44px;
  background: url("../images/icon_user.png") no-repeat center;
}
.enroll_box .tab-bd .tab-pal .col:nth-of-type(2):before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 43px;
  height: 44px;
  background: url("../images/icon_card.png") no-repeat center;
}
.enroll_box .tab-bd .tab-pal .col input {
  padding-left: 60px;
  border: none;
  width: 100%;
  height: 42px;
  background: none;
  outline: none;
}
.enroll_box .tab-bd .tab-pal .submitBtn {
  width: 100%;
  height: 46px;
  -webkit-border-radius: 46px;
  -moz-border-radius: 46px;
  border-radius: 46px;
  background: #1a6eb8;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  border: none;
  cursor: pointer;
  margin-top: 30px;
}
.fullSlide {
  position: fixed;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  max-width: 960px;
}
.fullSlide ul {
  height: 100% !important;
  width: 100% !important;
}
.fullSlide li {
  height: 100% !important;
  width: 100% !important;
}
.goTop {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 41px;
  height: 41px;
  background: #448ac7;
  z-index: 2019;
}
.goTop:hover {
  background: #4aa2cf;
}
.goTop img {
  display: block;
  width: 100%;
}
.lq_res {
  padding: 0 10% 60px;
  overflow: hidden;
}
.lq_res h3 {
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 18px;
}
.lq_res p {
  font-size: 16px;
  line-height: 30px;
  text-indent: 2em;
}
.lq_res .fr {
  float: right;
  text-indent: 0;
  text-align: right;
  margin-top: 30px;
}
.sc_res {
  padding: 0 10% 60px;
  overflow: hidden;
}
.sc_res h3 {
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 18px;
}
.sc_res p {
  font-size: 16px;
  line-height: 30px;
  text-align: justify;
  margin-top: 20px;
}
.sc_res h4 {
  font-size: 16px;
  margin-top: 25px;
  margin-bottom: 20px;
}
