@charset "UTF-8";

/*css*/

body {
  font-family: 微软雅黑;
  font-size: 17px;
  color: #333333;
  background-color: #ededed;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video,
form {
  margin: 0;
  padding: 0;
  border: 0;
}

input {
  margin: 0;
  padding: 0;
  border: none;
}

li {
  list-style: none;
}

a,
ins {
  text-decoration: none;
}

· a {
  color: #333333;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.cf:after {
  display: block;
  content: '';
  height: 0;
  visibility: hidden;
  clear: both;
}

.cf {
  zoom: 1;
}

.hide {
  display: none;
}

.block {
  display: block;
}

/* .clearfix {
  clear: both
} */
.clearfix:before,
.clearfix:after {
  display: block;
  content: '';
  height: 0;
  visibility: hidden;
  clear: both;
}

.w1200 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  background-color: #ffffff;
}


.qsy_banner{
  width: 100%;
  height: 310px;
  background: url(banner01.jpg) no-repeat center;
}
.main{
  background: #ffffff;
  padding: 30px 20px;
}
.ml_pic li{
  width: 570px;
  height: 120px;
}
.qsy_ly{
  margin-top: 60px;
  position: relative;
}
.qsy_x{
  width: 100%;
  height: 1px;
  /* position: absolute; */
  /* top: 30px;
  left: 0; */
  background-color: #c3c3c3;
}
.qsy_ly_tit{
  text-align: center;
  background-color: #ffffff;
  width: 286px;
  height: 60px;
  line-height: 60px;
  border: 1px solid #c3c3c3;
  color: #0f529e;
  font-size: 30px;
  font-weight: bold;
  z-index: 2;
  margin: 0 auto;
  margin-top: -30px;
}
.qsy_ly_list{
  padding: 0 60px;
}
.qsy_ly_list li{
  width: 480px;
  height: 227px;
  float: left;
  margin-top: 30px;
}
.qsy_ly_list li:nth-child(2n){
  float: right;
}



/* 教育领域 */

.ly_banner{
  width: 100%;
  height: 184px;
  overflow: hidden;
  margin: 30px 0;
}
.ly_list li{
  width: 100%;
  height: 254px;
  margin-top: 30px;
  overflow: hidden;
  
}
.ly_list>li:first-child{
  margin-top: 0;
}
.ly_list li .ly_list_img{
  width: 408px;
  height: 100%;
}
.ly_list li .ly_list_img img{
  width: 100%;
  height: 100%;
}
.ly_list_xx{
  width: calc(100% - 438px);
  height: 100%;
  color: #333333;
}
.ly_list_tit{
  font-size: 22px;
  line-height: 30px;
  color: #333333;
}
.ly_list_zy{
  height: 84px;
  width: 100%;
  font-size: 16px;
  line-height: 30px;
  margin-top: 14px;
}
.ly_list_ml{
  margin-top: 6px;
}
.ly_list_ml li{
  width: calc((100% - 56px) / 5);
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: #e3f0ff;
  border-radius: 30px;
  margin-top: 14px;
  margin-left: 14px;
  float: left;
  font-size: 16px
}
.ly_list_ml li a{
  color: #1a60c7;
}
.ly_list_ml li:first-child{
  margin-left: 0;
  /* margin-top: 0; */
}
.ly_list_ml li:nth-child(2), .ly_list_ml li:nth-child(3), .ly_list_ml li:nth-child(4), .ly_list_ml li:nth-child(5){
  /* margin-top: 0; */
}
.ly_list_ml li:nth-child(6){
  margin-left: 0;
}

/* 医疗领域 */
.ly_lm{
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 22px;
  margin-bottom: 30px;
  border-bottom: 2px solid #2382d1;
}
.ly_lm li{
  float: left;
  width: auto;
  height: 100%;
  text-align: center;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  padding: 0 50px;
  margin-left: 62px;
}
.ly_lm li:first-child{
  margin-left: 0px;
}
.ly_lm li:nth-child(4){
  margin-left: 64px;
}
.ly_lm li a{
  display: block;
}
.ly_lm li:hover{
  background: #2382d1;
}
.ly_lm li:hover a{
  color: #ffffff;
}
.ly_lm .lm_active{
  background: #2382d1;
}
.ly_lm .lm_active a{
  color: #ffffff;
}
.ly_lm li a{
  color: #004797;
}