.carousel {
    box-shadow: 0px 0px 8px #000000;
}
.carousel-inner .item img {
    width: 100%;
    height: 780px;
}

.plates {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 31px;
    width: 100%;
}
.plates div {
    width: 431px;
	height: 334px;
    box-shadow: 3px 3px 5px 0px rgba(7, 22, 41, 0.39);
    margin: 0 10px;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
    position: relative;
}
.plates div i {
    width: 200px;
    height: 200px;
}
.plates div i.mt_icon {
    background: url(../images/mt_icon.png);
}
.plates div i.meet_icon {
    background: url(../images/meet_icon.png);
}
.plates div i.ed_icon {
    background: url(../images/ed_icon.png);
}
.plates div i.fam_icon {
    background: url(../images/fam_icon.png);
}
.plates div span{
    font-size: 32px;
    color: #39434e;
    letter-spacing: 15px;
    text-indent: 15px;
}
.plates div:hover {
    box-shadow: 0 0 5px 0px rgba(7, 22, 41, 0.39);
    border-radius: 4px;
    background: #45aff3;
    transition: 0.3s ease;
}
.plates div:hover i.mt_icon {
    background: url(../images/mt_icon_h.png);
}
.plates div:hover i.meet_icon {
    background: url(../images/meet_icon_h.png);
}
.plates div:hover i.ed_icon {
    background: url(../images/ed_icon_h.png);
}
.plates div:hover i.fam_icon {
    background: url(../images/fam_icon_h.png);
}
.plates div:hover span {
    color: #ffffff;
    transition: 0.3s ease;
}
.plates a{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.companyIntro {
    margin-top: 32px;
    width: 100%;
    height: 800px;
    background: url(../images/introduction_bg.png) no-repeat;
    display: flex;
}
.companyIntro_content {
    width: 100%;
    height: 100%;
    background: url(../images/introduction_content_bg.png) no-repeat;
}
.intro_title {
    width: auto;
    height: 62px;
    display: flex;
    align-items: center;
    margin: 82px 0 0 243px;
}
.intro_title i{
    width: 143px;
    height: 2px;
    background: #ffffff;
}
.intro_title span{
    font-size: 68px;
	font-weight: normal;
	font-stretch: normal;
    color: #ffffff;
    margin: 0 37px;
    white-space: nowrap;
}
.intro_content {
    margin: 45px 0 0 235px;
    width: 740px;
    height: auto;
    /* font-family: FZLTXHK; */
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 44px;
    letter-spacing: 0px;
    color: #ffffff;
    overflow: hidden;
    max-height: 472px;
}
.intro_content textarea {
    background: none;
    border: none;
    width: 100%;
    height: 100%;
    resize: none;
    height: 472px;
    outline-style: none;
}
.forMore{
    margin: 19px 0 0 235px;
    display: flex;
    align-items: center;
    font-size: 28px;
    height: 27px;
    line-height: 27px;
    cursor: pointer;
}
.forMore span {
    display: block;
}
.forMore span:first-child{
    color: #ffffff;
    line-height: 27px;
}
.forMore span:last-child {
    color: #ffea00;
}

.solution {
    margin-top: 160px;
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
}
.solution_title {
    display: flex;
    width: 100%;
    height: 62px;
    align-items: center;
    cursor: default;
    justify-content: center;
}
.solution_title i{
    width: 433px;
	height: 2px;
	background-color: #001d4f;
}
.solution_title span{
    width: auto;
	height: 62px;
	/* font-family: FZLTZHUNHK--GBK1-0; */
	font-size: 68px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 1px;
    color: #001d4f;
    margin: 0 89px;
    white-space: nowrap;
}
.solution_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: default;
}
.solution_content span {
    width: auto;
	height: 58px;
	/* font-family: FZLTXHK; */
	font-size: 66px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 1px;
    color: #ee610b;
    margin-top: 64px;
}
.edu_content {
    background: url(../images/solution_bg.png) no-repeat center center;
    width: 100%;
    height: 488px;
    margin-top: 69px;
}
.edu_content > div {
    display: flex;
    align-items: center;
    float: left;
    width: 50%;
    cursor: default;
}
.edu_content > div:hover .solution_name{
    font-size: 42px;
    color: #ee610b;
    transition: 0.3s ease;
}
.solution_name{
    height: 38px;
	/* font-family: FZLTZHUNHK--GBK1-0; */
	font-size: 41px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
	letter-spacing: 1px;
    color: #001d4f;
    /* white-space: nowrap; */
}
.dashed_line {
    width: 91px;
    height: 4px;
    display: block;
    line-height: 0px;
    font-size: 19px;
    /* background: #000000; */
}
.distance{
    width: 100px;
    height: 4px;
    /* background: #909090; */
}
.solution_index_1,
.solution_index_2{
    margin-top: 5px;
}
.solution_index_1 .distance,
.solution_index_2 .distance{
    width: 135px;   
}
.solution_index_3,
.solution_index_4{
    margin-top: 65px;
}
.solution_index_3 .distance,
.solution_index_4 .distance{
    width: 245px;
}
.solution_index_5,
.solution_index_6{
    margin-top: 75px;
}
.solution_index_5 .distance,
.solution_index_6 .distance{
    width: 275px;
}
.solution_index_7,
.solution_index_8{
    margin-top: 78px;
}
.solution_index_7 .distance,
.solution_index_8 .distance{
    width: 247px;
}
.solution_index_9,
.solution_index_10{
    margin-top: 67px;
}
.solution_index_9 .distance,
.solution_index_10 .distance{
    width: 140px;  
}
.med_content {
    display: flex;
    flex-direction: column;
}
.med_content > div {
    display: flex;
    width: 1200px;
    height: 200px;
    align-items: center;
    margin-top: 38px;
    cursor: default;
}
.med_content > div:first-child {
    margin-top: 25px;
}
.med_content > div i{
    width: 103px;
	height: 88px;
    display: block;
    /* font-family: FZLTZHUNHK--GBK1-0; */
	font-size: 88px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 88px;
	letter-spacing: -8px;
    text-align: center;
    margin: 0 0 0 113px;
}
.med_content > div:nth-child(1) i {
    color: #3770e3;
}
.med_content > div:nth-child(2) i {
    color: #21c1c2;
}
.mee_content > div:nth-child(1) i {
    color: #0ac5fb;
}
.med_content > div:nth-child(1) {
    background: url(../images/less_solution_bg1.png) no-repeat center center;
}
.med_content > div:nth-child(2) {
    background: url(../images/less_solution_bg2.png) no-repeat center center;
}
.mee_content > div:nth-child(1) {
    background: url(../images/less_solution_bg3.png) no-repeat center center;
}
.med_content > div div{
    height: 40px;
    /* font-family: FZLTZHUNHK--GBK1-0; */
    font-size: 43px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 1px;
    color: #001d4f;
    flex: 1;
    text-align: center;
    text-indent: -110px;
}
.med_content > div:hover div {
    font-size: 44px;
    color: #ffffff;
    transition: ease 0.3s;
}

.partners ul {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 64px;
    margin-bottom: 101px;
    width: 95%;
}
.partners ul li{
    width: 347px;
	height: 188px;
	background-color: #ffffff;
    margin-left: 10px;
    border: 1px solid #dcdcdc;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    padding: 0 10px;
}
.partners ul li:hover{
    box-shadow: 3px 3px 5px 0px rgba(7, 22, 41, 0.39);
    border-radius: 4px;
    transition: ease 0.3s;
}

