html,body {
    position: relative;
    height: 100%
}

a,a:hover,a:active,a:focus {
    text-decoration: none
}

a {
    color: #333;
}

a:hover {
    color: #1368d3
}

ul,li {
    list-style: none;
    padding: 0;
    margin: 0
}

input,select {
    border-width: 0
}

input:focus,textarea:focus,select:focus {
    outline: 0
}

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
    color: #999
}

input:-moz-placeholder,textarea:-moz-placeholder {
    color: #999
}

input::-moz-placeholder,textarea::-moz-placeholder {
    color: #999
}

input:-ms-input-placeholder,textarea:-ms-input-placeholder {
    color: #999
}

.detail_main .detail_body .detail_left .detail_left_body .detail_left_body_main table {
    width: 95%;
    margin: 0 auto
}

.detail_main .detail_body .detail_left .detail_left_body .detail_left_body_main td,.detail_main .detail_body .detail_left .detail_left_body .detail_left_body_main th {
    padding: 5px
}

.form-control {
    behavior: url(public/css/PIE.htc)
}

.clear {
    clear: both
}

.fl {
    float: left
}

.fr {
    float: right
}

.top {
    background: #335075;
    height: 35px;
    border-bottom: #cfcfcf solid 1px;
    line-height: 35px;
    width: 100%;
    color: #fff;
    font-size: 14px;
}

.width {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 15px
}

.top .fr li {
    display: block;
    float: left;
    color: #333;
    padding: 0 10px;
    position: relative;
    cursor: pointer
}
.top .fr li a{
 
    color: #fff;
   
}
.top .fr li:hover {
    
    border: 1px solid #e0e0e0;
    border-bottom: none;
    border-top: none;
    background-color: #60AAFA
}

.top_nav {
    width: 100%;
    overflow: hidden;
    background: #335075;
}

.search {
    height: 40px;
    border: #335075 solid 2px;
    padding: 0;
    margin: 25px 0
}

.search input[type=text] {
    border: none;
    float: left;
    height: 38px;
    line-height: 38px;
    width: 82%;
    background: url(../images/search.png) no-repeat 5px center;
    padding-left: 30px
}

.search input[type=submit] {
    border: none;
    float: right;
    width: 18%;
    height: 38px;
    line-height: 38px;
    color: #fff;
    background: #335075
}

.phone {
    background: url(../images/phone_13.jpg) no-repeat left center;
    color: #335075;
    font-size: 18px;
    font-weight: normal;
    padding: 25px 0 0 49px;
    margin: 20px
}

.top_nav {
    /* margin-top: 20px; */
}

.top_nav .nav_logo {
    display: inline-block;
    width: 100%;
    height: 90px;
    text-align: left;
    line-height: 90px;
    padding-right: 50px
}

.top_nav .nav_logo .nav_logo_img {
    display: inline
}

.top_nav .nav_item_phone .nav_item_phone_btn {
    display: none
}

.top_nav .nav_item {
    float: left;
    height: 60px;
    line-height: 60px
}

.top_nav .nav_item .nav_list {
    float: left;
    /* width:126.666px; */
    text-align: center;
    position: relative
}

.top_nav .nav_item .nav_list a.nav_active:before {
    content: "";
    position: absolute;
    top: 8px;
    right: 0;
    background-image: url(../images/hot.png);
    width: 38px;
    height: 27px
}

.top_nav .nav_item .nav_list a {
      padding: 10px 35px;
    color: #fff;
    font-size: 18px;
    font-weight: 900;
}

.top_nav .nav_item .active a,.top_nav .nav_item .nav_list a:hover {
    background: #335075;
    color: #fff;
    font-weight: 900;
}

.top_nav .nav_item .nav_list a.nav_active {
    color: #335075
}

.top_nav .nav_item .nav_list a .nav_line {
    content: "";
    display: block;
    border-bottom: 2px solid #335075;
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 0;
    height: 2px;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out
}

.top_nav .nav_item .nav_list:hover .nav_line {
    width: 100%
}

.top_nav .nav_item_phone {
}

.top_nav .nav_item_phone .nav_item_phone_btn {
    background: #F3F3F3;
    position: relative;
    padding-left: 24px
}

.top_nav .nav_item_phone .nav_item_phone_btn .nav_item_phone_icon {
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: 12px
}

.top_nav .nav_phone .nav_phone_table .modal_table {
    font-size: 14px;
    margin-bottom: 10px
}

.top_nav .nav_phone .nav_phone_table .modal_table .modal_table_head {
    font-size: 16px;
    line-height: 45px;
    font-weight: bold
}

.top_nav .nav_phone .nav_phone_table .modal_table .modal_table_list {
    text-align: center;
    display: inline-block;
    margin: 0 auto
}

.top_nav .nav_phone .nav_phone_table .modal_table .modal_table_list .modal_table_list1_img {
    text-align: center
}

.top_nav .nav_phone .nav_phone_table .modal_table .modal_table_list .modal_table_list1_img img {
    display: inline
}

.top_nav .nav_phone .nav_phone_table .modal_table .modal_table_list .modal_table_list_img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 2px 3px #aaa;
    -moz-box-shadow: 0 2px 3px #aaa;
    box-shadow: 0 2px 3px #aaa
}

.top_nav .nav_phone .nav_phone_table .modal_table .modal_table_list .modal_table_list_img img {
    padding: 8px
}

.top_nav .nav_phone .nav_phone_table .modal_table .modal_table_list .modal_table_list_text {
    display: inline-block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #666;
    text-align: center;
    font-size: 12px
}

.detail_banner {
    text-align: center
}

.detail_banner>img {
    display: inline-block
}

.banner {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative
}

.banner .banner_container {
    width: 100%;
    height: auto
}

.banner .banner_container .banner_wrapper .banner_slide {
}

.banner .banner_container .banner_wrapper .banner_slide .banner_img {
    width: 100%;
    height: auto
}

.banner_pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 100%;
    background: #d8d8d8;
    opacity: .8;
    z-index: 3
}

.banner_pagination .swiper-pagination-bullet-active {
    opacity: .8;
    width: 30px;
    height: 16px;
    background: #d8d8d8;
    border-radius: 15px
}

.banner .banner_nav_item {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    margin-top: -180px;
    margin-left: -570px;
    background: #fff;
    width: 180px;
    height: 360px;
    -webkit-box-shadow: 0 2px 8px #666;
    -moz-box-shadow: 0 2px 8px #666;
    box-shadow: 0 2px 8px #666
}

.banner .banner_nav_item .banner_nav_list {
    text-align: left;
    width: 180px;
    position: relative;
    background: #F6F6F6;
    height: 62px;
    border: 2px solid transparent
}

.banner .banner_nav_item .banner_nav_list:hover {
    border: 2px solid #335075;
    border-right-color: transparent;
    background: #fff;
    width: 182px
}

.banner .banner_nav_item .banner_nav_list:first-child {
    background: #335075;
    width: 180px;
    height: 50px;
    line-height: 50px;
    cursor: Default;
    text-align: center
}

.banner .banner_nav_item .banner_nav_list:first-child>span {
    color: #fff;
    font-size: 22px
}

.banner .banner_nav_item .banner_nav_list:hover .list_icon {
    background: #fff;
    color: #335075
}

.banner .banner_nav_item .banner_nav_list .list_icon {
    color: #555;
    font-size: 18px;
    display: inline-block;
    width: 180px;
    z-index: 4;
    position: absolute;
    left: 0;
    top: 0;
    padding-left: 60px;
    line-height: 58px
}

.banner .banner_nav_item .banner_nav_list .list_icon>img {
    display: inline-block;
    width: 25px;
    height: 32px;
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -16px
}

.banner .banner_nav_item .banner_nav_list:hover .nav_table {
    display: inline-block
}

.banner .banner_nav_item .banner_nav_list .nav_table {
    position: absolute;
    top: 0;
    left: 178px;
    width: 220px;
    height: 310px;
    border: 2px solid #335075;
    display: none;
    background: #fff
}

.banner .banner_nav_item .banner_nav_list:nth-child(2)>.nav_table {
    top: -2px
}

.banner .banner_nav_item .banner_nav_list:nth-child(3)>.nav_table {
    top: -64px
}

.banner .banner_nav_item .banner_nav_list:nth-child(4)>.nav_table {
    top: -126px
}

.banner .banner_nav_item .banner_nav_list:nth-child(5)>.nav_table {
    top: -188px
}

.banner .banner_nav_item .banner_nav_list:nth-child(6)>.nav_table {
    top: -250px
}

.banner .banner_nav_item .banner_nav_list .nav_table .nav_body {
    padding: 0 15px;
    z-index: 6;
    position: absolute;
    top: 0;
    left: 0;
    width: 220px;
    height: 310px
}

.banner .banner_nav_item .banner_nav_list .nav_table .nav_body a {
    display: inline-block;
    line-height: 58px;
    width: 90px;
    font-size: 14px;
    font-weight: bold;
    float: left
}

.banner .banner_nav_item .banner_nav_list .nav_table .nav_body a:hover {
    color: #f01d51
}

.banner .banner_nav_item .banner_nav_list .nav_table em {
    display: inline-block;
    width: 272px;
    height: 168px;
    position: absolute;
    left: 70px;
    bottom: -40px;
    z-index: 5
}

.banner .banner_nav_item .banner_nav_list:nth-child(2)>.nav_table em {
    background: url(../images/nav_back1.png) no-repeat
}

.banner .banner_nav_item .banner_nav_list:nth-child(3)>.nav_table em {
    background: url(../images/nav_back2.png) no-repeat
}

.banner .banner_nav_item .banner_nav_list:nth-child(4)>.nav_table em {
    background: url(../images/nav_back3.png) no-repeat
}

.banner .banner_nav_item .banner_nav_list:nth-child(5)>.nav_table em {
    background: url(../images/nav_back4.png) no-repeat
}

.banner .banner_nav_item .banner_nav_list:nth-child(6)>.nav_table em {
    background: url(../images/nav_back5.png) no-repeat
}

.hot {
    width: 100%;
    padding: 20px 0 0
}

.hot_title {
    display: inline-block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    position: relative
}

.hot_title .hot_tel {
    position: absolute;
    top: 0;
    right: 0
}

.hot_title .hot_title_text {
    display: inline-block;
    color: #335075;
    font-size: 16px;
    /* background-image: -webkit-gradient(linear,left bottom,right top,from(rgba(254,81,0,1)),to(rgba(232,6,116,1))); */
    -webkit-background-clip: text;
    /* -webkit-text-fill-color: transparent; */
    font-weight: bold
}

.hot_title .hot_title_texts {
    background: -moz-linear-gradient(315deg,rgba(244,45,64,1),rgba(232,6,116,1));
    background: -webkit-gradient(linear,0 50%,100% 50%,from(rgba(244,45,64,1)),to(rgba(232,6,116,1)));
    background: -webkit-linear-gradient(315deg,rgba(244,45,64,1),rgba(232,6,116,1));
    background: -o-linear-gradient(315deg,rgba(244,45,64,1),rgba(232,6,116,1));
    background: -ms-linear-gradient(315deg,rgba(244,45,64,1),rgba(232,6,116,1));
    color: #fff;
    background: #335075;
    display: inline-block;
    width: 53px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    margin-left: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 16px;
}

.hot .hot_container {
    padding: 20px 0 0;
    overflow: hidden
}

.hot .hot_container .hot_wrapper .hot_slide {
    width: 190px;
    float: left;
    padding-bottom: 15px
}

.hot .hot_container .hot_wrapper .hot_slide .hot_item .hot_list {
    display: inline-block;
    width: 100%;
    height: auto;
    margin: 0;
    float: left;
    padding: 0 10px
}

.hot .hot_container .hot_wrapper .hot_slide .hot_item .hot_list .hot_body {
    border: 2px solid #335075;
    width: 100%;
    height: 100%;
    padding: 0 18px;
    text-align: center;
    position: relative
}

.hot .hot_container .hot_wrapper .hot_slide .hot_item .hot_list:hover .hot_body {
    border-image: -webkit-linear-gradient(left top,rgba(244,45,64,1),rgba(232,6,116,1)) 30 30;
    border-image: -moz-linear-gradient(left top,rgba(244,45,64,1),rgba(232,6,116,1)) 30 30;
    border-image: -ms-linear-gradient(left top,rgba(244,45,64,1),rgba(232,6,116,1)) 30 30;
    border-image: linear-gradient(left top,rgba(244,45,64,1),rgba(232,6,116,1)) 30 30;
    -webkit-box-shadow: 0 3px 10px #a2a2a2;
    -moz-box-shadow: 0 3px 10px #a2a2a2;
    box-shadow: 0 3px 10px #a2a2a2
}

.hot .hot_container .hot_wrapper .hot_slide .hot_item .hot_list .hot_body .hot_ico {
    width: 130px;
    height: 130px
}

.hot .hot_container .hot_wrapper .hot_slide .hot_item .hot_list .hot_body .hot_ico .hot_img {
    display: inline
}

.hot .hot_container .hot_wrapper .hot_slide .hot_item .hot_list .hot_body .hot_text {
    display: inline-block;
    width: 100%;
    border-top: 1px solid #DCDCDC;
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    color: #565656
}

.hot .hot_container .hot_wrapper .hot_slide .hot_item .hot_list .hot_body .hot_a {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%
}

.info_top {
    padding: 20px 0
}

.info_top .info_top_table {
    width: 100%;
    height: 330px;
    background: #F6F6F6;
    padding: 20px
}

.info_title {
    font-size: 20px;
    font-weight: bold;
    -webkit-background-clip: text;
    /* -webkit-text-fill-color: transparent; */
    line-height: 38px
}

.info_title.info_title_red {
    color: #335075;
    /* background-image: -webkit-gradient(linear,left bottom,right top,from(rgba(232,6,115,1)),to(rgba(244,45,64,1))); */
}

.info_title.info_title_blue a {
    color: #335075
}

.info_title.info_title_blue {
    color: #335075;
    /* background-image: -webkit-gradient(linear,left bottom,right top,from(rgba(18,104,211,1)),to(rgba(106,9,249,1))); */
}

.info_top .info_top_table .info_top_item .info_top_list {
    display: block;
    height: 40px;
    line-height: 40px;
    position: relative;
    padding-left: 20px;
    overflow: hidden
}

.info_top .info_top_table .info_top_item .info_top_list a {
    font-size: 14px;
    color: #565656;
    width: 84%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    float: left;
    text-overflow: ellipsis;
    white-space: nowrap
}

.info_top .info_top_table .info_top_item .info_top_list span {
    float: right;
    line-height: 40px
}

.info_bottom .info_bottom_table .info_bottom_body .info_bottom_body_title a {
    float: left;
    width: 84%;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.info_bottom .info_bottom_table .info_bottom_body .info_bottom_body_title span {
    float: right;
    line-height: 35px
}

.info_top .info_top_table .info_top_item .info_top_list a:hover {
    font-weight: bold
}

.info_top .info_top_table .info_top_item .info_top_list:before {
    content: "";
    display: block;
    width: 2px;
    height: 12px;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: 0;
    background: #335075;
}

.info_top .recom .info_top_item .info_top_list:before {
    /* background: url(../images/recom_icon.png); */
}

.info_top .recom .info_top_more {
    padding-right: 13px;
    color: #335075;
}

.info_top .info .info_top_item .info_top_list:before {
    /* background: url(../images/info_icon.png); */
}

.info_top .info {
    position: relative
}

.info_top_more {
    position: absolute;
    top: 5px;
    right: 20px;
    line-height: 45px;
    text-transform: uppercase;
    color: #335075;
}

.info_top .info_top_more {
    top: 20px;
    line-height: 38px
}

.info_top .apply {
    width: 100%;
    height: 330px;
    border: 1px solid #ddd
}

.info_top .apply .apply_title {
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    background: #0a7cf9;
    color: #fff
}

.info_top .apply .apply_form {
    padding: 30px 15px 0
}

.info_top .apply .apply_form .apply_form_body>div>div {
    margin-bottom: 20px;
    position: relative
}

.apply .apply_form .apply_form_body label.error {
    position: absolute;
    top: -35px;
    left: 15px;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    display: block;
    padding: 0 10px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    background: #60AAFA;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

.apply .apply_form .apply_form_body label.error:before {
    content: "";
    display: block;
    border: 6px solid transparent;
    border-top-color: #60AAFA;
    position: absolute;
    bottom: -10px;
    left: 10px
}

.info_top .apply .apply_form .apply_form_body .form-control {
    color: #999;
    font-size: 16px
}

.info_top .apply .apply_form .apply_form_btn {
    margin-top: 10px;
    padding: 0 30px
}

.info_top .apply .apply_form .apply_form_btn .apply_form_a {
    height: 36px;
    line-height: 36px;
    display: block;
    width: 120px;
    border: 1px solid #0a7cf9;
    text-align: center;
    background: #0a7cf9;
    color: #fff;
    font-size: 16px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    padding: 0
}

.info_top .apply .apply_form .apply_form_btn .apply_form_a:hover {
    background: #60AAFA
}

.info_top .apply .apply_form .apply_form_btn .apply_form_a.form_a1 {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    behavior: url(public/css/PIE.htc)
}

.rect_img {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    overflow: hidden
}

.rect_img .rect_img_body {
    position: relative;
    width: 100%
}

.rect_img .rect_img_a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.depot .depot_head .depot_head_title {
    position: relative;
    padding-left: 50px
}

.depot .depot_head .depot_head_title:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/depot_icon.png) no-repeat;
    width: 45px;
    height: 40px
}

.depot .depot_head .depot_head_search {
    position: relative
}

.depot .depot_head .depot_head_search .depot_search_input {
    display: block;
    width: 100%;
    height: 36px;
    line-height: 36px;
    padding: 6px 12px;
    font-size: 14px;
    color: #999;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s
}

.depot .depot_head .depot_head_search .depot_search_btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 90px;
    text-align: center;
    height: 36px;
    line-height: 36px;
    background: #0a7cf9;
    color: #fff
}

.depot .depot_head .depot_head_search .depot_search_btn:hover {
    background: #60AAFA
}

.depot .depot_body {
    margin-top: 15px
}

.depot .depot_body .depot_left {
    width: 100%;
    height: 460px;
    background: #F6F6F6
}

.depot .depot_body .depot_left_phone {
    display: none
}

.depot .depot_body .depot_left .depot_left_item {
    height: 92px;
    line-height: 92px;
    padding-left: 30px;
    position: relative
}

.depot .depot_body .depot_left .depot_left_item:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 20px;
    width: 110px;
    height: 80px;
    opacity: .3;
    filter: Alpha(Opacity=50)
}

.depot .depot_body .depot_left .depot_left_item.depot_left_active:before {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1
}

.depot .depot_body .depot_left .depot_left_item .depot_left_text {
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 20px
}

.depot .depot_body .depot_left .depot_left_item:hover .depot_left_text {
    color: #0a7cf9
}

.depot .depot_body .depot_left .depot_left_item a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.depot .depot_body .depot_left .depot_left_item:nth-child(1):before {
    background: url(../images/depot_malaysia.png) no-repeat
}

.depot .depot_body .depot_left .depot_left_item:nth-child(2):before {
    background: url(../images/depot_thai.png) no-repeat
}

.depot .depot_body .depot_left .depot_left_item:nth-child(3):before {
    background: url(../images/depot_singapore.png) no-repeat
}

.depot .depot_body .depot_left .depot_left_item:nth-child(4):before {
    background: url(../images/depot_gangao.png) no-repeat
}

.depot .depot_body .depot_left .depot_left_item:nth-child(5):before {
    background: url(../images/depot_newzealand.png) no-repeat
}

.depot .depot_body .depot_left_phone {
    margin-bottom: 15px
}

.depot .depot_body .depot_left_phone .depot_left_phone_wrapper .depot_left_phone_slide {
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #F0F0F0;
    color: #878787;
    font-size: 14px
}

.depot .depot_body .depot_left_phone .depot_left_phone_wrapper .depot_left_phone_slide.depot_phone_active {
    color: #fff;
    background: #0A7CF9
}

.depot .depot_body .depot_right {
    width: 100%;
    height: 460px
}

.depot .depot_body .depot_right .depot_right_item {
    display: none
}

.depot .depot_body .depot_right .depot_right_item:nth-child(1) {
    display: block
}

.depot .depot_body .depot_right .depot_right_item>div>div:nth-child(1),.depot .depot_body .depot_right .depot_right_item>div>div:nth-child(2),.depot .depot_body .depot_right .depot_right_item>div>div:nth-child(3),.depot .depot_body .depot_right .depot_right_item>div>div:nth-child(4) {
    margin-bottom: 20px
}

.depot .depot_body .depot_right .depot_right_item>div>div:nth-child(5),.depot .depot_body .depot_right .depot_right_item>div>div:nth-child(6),.depot .depot_body .depot_right .depot_right_item>div>div:nth-child(7),.depot .depot_body .depot_right .depot_right_item>div>div:nth-child(8) {
    margin-bottom: 0
}

.depot .depot_body .depot_right .depot_right_item .depot_right_list {
    width: 100%;
    height: 220px;
    overflow: hidden;
    -webkit-box-shadow: 2px 2px 3px #ddd;
    -moz-box-shadow: 2px 2px 3px #ddd;
    box-shadow: 2px 2px 3px #ddd;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -ms-transition: all .1s linear;
    -o-transition: all .1s linear;
    transition: all .1s linear
}

.depot .depot_body .depot_right .depot_right_item .depot_right_list:hover {
    -webkit-box-shadow: 3px 5px 5px #bbb;
    -moz-box-shadow: 3px 5px 5px #bbb;
    box-shadow: 3px 5px 5px #bbb
}

.depot .depot_body .depot_right .depot_right_item .depot_right_list .depot_right_img {
    position: relative;
    width: 100%;
    height: 160px;
    overflow: hidden
}

.depot .depot_body .depot_right .depot_right_item .depot_right_list .depot_right_img .depot_right_a {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 100%
}

.depot .depot_body .depot_right .depot_right_item .depot_right_list .depot_right_img img {
    width: 100%;
    height: auto;
    min-height: 100%;
    display: block
}

.depot .depot_body .depot_right .depot_right_item .depot_right_list .depot_right_img .depot_right_place {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #91cfff;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: rgba(0,0,0,.5);
    padding-left: 35px;
    padding-right: 15px;
    overflow: hidden
}

.depot .depot_body .depot_right .depot_right_item .depot_right_list .depot_right_img .depot_right_place:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    left: 15px;
    background: url(../images/depot_left_place.png) no-repeat;
    width: 15px;
    height: 20px
}

.depot .depot_body .depot_right .depot_right_item .depot_right_list .depot_right_img:hover .depot_right_dw {
    display: block
}

.depot .depot_body .depot_right .depot_right_item .depot_right_list .depot_right_img .depot_right_dw {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    color: #fff;
    font-size: 12px;
    background: -moz-linear-gradient(315deg,rgba(44,119,215,.95),rgba(121,35,250,.85));
    background: -webkit-gradient(linear,0 50%,100% 50%,from(rgba(44,119,215,.95)),to(rgba(121,35,250,.85)));
    background: -webkit-linear-gradient(315deg,rgba(44,119,215,.95),rgba(121,35,250,.85));
    background: -o-linear-gradient(315deg,rgba(44,119,215,.95),rgba(121,35,250,.85));
    background: -ms-linear-gradient(315deg,rgba(44,119,215,.95),rgba(121,35,250,.85));
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.depot .depot_body .depot_right .depot_right_item .depot_right_list .depot_right_img .depot_right_dw .depot_right_detail {
    position: absolute;
    top: 0;
    left: 100%;
    height: 80px;
    margin: 15px;
    overflow: hidden;
    text-indent: 2em;
    line-height: 20px
}

.depot .depot_body .depot_right .depot_right_item .depot_right_list .depot_right_img .depot_right_dw:hover .depot_right_detail {
    left: 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.depot .depot_body .depot_right .depot_right_item .depot_right_list .depot_right_img .depot_right_dw .depot_right_btn {
    position: absolute;
    top: 100%;
    overflow: hidden;
    width: 75px;
    text-align: center;
    height: 25px;
    line-height: 25px;
    border: 1px solid #fff;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    color: #fff
}

.depot .depot_body .depot_right .depot_right_item .depot_right_list .depot_right_img .depot_right_dw:hover .depot_right_btn {
    top: 110px
}

.depot .depot_body .depot_right .depot_right_item .depot_right_list .depot_right_img .depot_right_dw .depot_right_btn:hover {
    top: 112px;
    -webkit-transition: all .1s ease-in;
    -moz-transition: all .1s ease-in;
    -ms-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    transition: all .1s ease-in
}

.depot .depot_body .depot_right .depot_right_item .depot_right_list .depot_right_img .depot_right_dw .depot_right_btn.btn_detail {
    left: 15px;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in
}

.depot .depot_body .depot_right .depot_right_item .depot_right_list .depot_right_img .depot_right_dw .depot_right_btn.btn_zx {
    right: 15px;
    background: #fff;
    color: rgba(121,35,250,.85);
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease
}

.depot .depot_body .depot_right .depot_right_item .depot_right_list>span,.depot .depot_body .depot_right .depot_right_item .depot_right_list>a {
    display: block;
    padding: 0 15px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden
}

.depot .depot_body .depot_right .depot_right_item .depot_right_list>span.depot_right_text1 {
    font-size: 16px
}

.depot .depot_body .depot_right .depot_right_item .depot_right_list>span.depot_right_text2 {
    font-size: 12px;
    color: #666
}

.info_bottom {
    padding: 20px 0
}

.info_bottom .info_bottom_table {
    width: 100%;
    height: auto;
    position: relative;
    border: 1px solid #ddd;
    border-top: none;
    padding: 5px 10px
}

.info_bottom .info_bottom_table:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: -moz-linear-gradient(315deg,rgba(44,119,215,.95),rgba(121,35,250,.85));
    background: -webkit-gradient(linear,0 50%,100% 50%,from(rgba(44,119,215,.95)),to(rgba(121,35,250,.85)));
    background: -webkit-linear-gradient(315deg,rgba(44,119,215,.95),rgba(121,35,250,.85));
    background: -o-linear-gradient(315deg,rgba(44,119,215,.95),rgba(121,35,250,.85));
    background: -ms-linear-gradient(315deg,rgba(44,119,215,.95),rgba(121,35,250,.85))
}

.info_bottom .info_bottom_table .info_bottom_head {
    height: 45px;
    line-height: 45px;
    border-bottom: 1px dashed #ddd
}

.info_bottom .info_bottom_table .info_bottom_body {
    padding: 20px 10px
}

.info_bottom .info_bottom_table .info_bottom_body .info_bottom_first .info_bottom_first_img {
    float: left;
    width: 130px;
    height: 90px;
    overflow: hidden;
    margin-right: 10px
}

.info_bottom .info_bottom_table .info_bottom_body .info_bottom_first .info_bottom_first_img img {
    height: 100%;
    width: auto
}

.info_bottom .info_bottom_table .info_bottom_body .info_bottom_first .info_bottom_first_text .info_bottom_first_title {
    display: block;
    height: 46px;
    line-height: 23px;
    font-weight: bold;
    overflow: hidden
}

.info_bottom .info_bottom_table .info_bottom_body .info_bottom_first .info_bottom_first_text .info_bottom_first_detail {
    display: block;
    height: 46px;
    line-height: 23px;
    color: #666;
    overflow: hidden
}

.info_bottom .info_bottom_table .info_bottom_body .info_bottom_body_title {
    display: block;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    color: #666;
    position: relative;
    padding-left: 15px
}

.info_bottom .info_bottom_table .info_bottom_body .info_bottom_body_title:hover {
    color: #0a7cf9
}

.info_bottom .info_bottom_table .info_bottom_body .info_bottom_body_title:before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -2px;
    left: 0;
    display: block;
    width: 4px;
    height: 4px;
    background: #0a7cf9
}

.info_bottom .info_bottom_table .info_bottom_suc .info_bottom_suc_list {
    padding: 16px 0;
    border-bottom: 1px dashed #ddd
}

.info_bottom .info_bottom_table .info_bottom_suc .info_bottom_suc_list:last-child {
    border: none
}

.info_bottom .info_bottom_table .info_bottom_suc .info_bottom_suc_list .info_bottom_suc_a {
    display: block;
    width: 70px;
    height: 70px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    float: left;
    margin-right: 20px;
    border: 1px solid #ddd
}

.info_bottom .info_bottom_table .info_bottom_suc .info_bottom_suc_list:hover .info_bottom_suc_a .info_bottom_suc_img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
    opacity: 1
}

.info_bottom .info_bottom_table .info_bottom_suc .info_bottom_suc_list .info_bottom_suc_a .info_bottom_suc_img {
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    -ms-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear;
    opacity: .8;
    width: auto;
    height: 100%;
    min-width: 100%
}

.info_bottom .info_bottom_table .info_bottom_suc .info_bottom_suc_list .info_bottom_suc_title {
    display: block;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    font-weight: bold
}

.info_bottom .info_bottom_table .info_bottom_suc .info_bottom_suc_list .info_bottom_suc_detail {
    display: block;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    color: #666
}

.topic {
    height: auto
}

.topic .topic_body {
    width: 100%;
    height: auto;
    border: 1px solid #ddd;
    position: relative;
    border-top: none;
    padding: 15px
}

.topic .topic_body:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: -moz-linear-gradient(315deg,rgba(44,119,215,.95),rgba(121,35,250,.85));
    background: -webkit-gradient(linear,0 50%,100% 50%,from(rgba(44,119,215,.95)),to(rgba(121,35,250,.85)));
    background: -webkit-linear-gradient(315deg,rgba(44,119,215,.95),rgba(121,35,250,.85));
    background: -o-linear-gradient(315deg,rgba(44,119,215,.95),rgba(121,35,250,.85));
    background: -ms-linear-gradient(315deg,rgba(44,119,215,.95),rgba(121,35,250,.85))
}

.topic .topic_body .topic_head {
    height: 45px;
    line-height: 45px;
    border-bottom: 1px dashed #ddd
}

.topic .topic_body .topic_table {
    position: relative;
    padding: 10px 40px 5px
}

.topic .topic_body .topic_table .topic_container .topic_wrapper .topic_slide {
    width: 257px
}

.topic .topic_body .topic_table .topic_container .topic_wrapper .topic_slide .topic_icon {
    padding: 10px;
    width: 100%;
    height: 150px
}

.topic .topic_body .topic_table .topic_container .topic_wrapper .topic_slide:hover .topic_icon .topic_img {
    -webkit-box-shadow: 0 0 10px #666;
    -moz-box-shadow: 0 0 10px #666;
    box-shadow: 0 0 10px #666
}

.topic .topic_body .topic_table .topic_container .topic_wrapper .topic_slide .topic_icon .topic_img {
    width: 100%;
    height: auto;
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    -ms-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear
}

.topic .topic_body .topic_table .topic_container .topic_wrapper .topic_slide:hover .topic_text {
    font-weight: bold
}

.topic .topic_body .topic_table .topic_container .topic_wrapper .topic_slide .topic_text {
    margin-top: 10px;
    text-align: center;
    color: #565656;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
    overflow: hidden
}

.topic .topic_body .topic_table .topic_container .topic_wrapper .topic_slide a {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%
}

.link {
    padding: 20px 0 30px
}

.link .link_head {
    width: 78px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background: #097CF9;
    color: #fff;
    font-size: 14px
}

.link .link_body {
    padding: 10px
}

.link .link_body a {
    display: inline-block;
    color: #666;
    padding: 0 10px;
    font-size: 14px;
    height: 24px;
    line-height: 24px
}

.link .link_body a:hover {
    color: #097CF9
}

.footer {
    width: 100%;
    /* height: 230px; */
    background: #2F353A;
    padding: 30px 0;
    margin-bottom: -20px
}

.footer .footer_table {
    float: left;
    padding: 0 15px
}

.footer .footer_table,.footer .footer_table a {
    color: #fff
}

.footer .footer_table.footer_table1 {
    /* width: 25%; */
}

.footer .footer_table.footer_table2 {
    /* width: 25%; */
    /* text-align: center; */
}

.footer .footer_table.footer_table3 {
    /* width: 25%; */
    /* text-align: center; */
}

.footer .footer_table.footer_table4 {
    /* width: 25%; */
}

.footer .footer_table .footer_table_title {
    font-size: 18px;
    height: 35px;
    line-height: 35px
}

.footer .footer_table.footer_table1 .footer_item a {
    display: block;
    font-size: 14px;
    height: 24px;
    line-height: 24px
}

.footer .footer_table.footer_table2 .footer_item .footer_tel {
    height: 50px;
    line-height: 50px;
    font-size: 34px;
    color: #eec706
}

.footer .footer_table.footer_table2 .footer_item .footer_text {
    font-size: 14px
}

.footer .footer_table.footer_table3 .footer_item a {
    font-size: 14px;
    /* padding: 0 5px; */
    width: 100%;
    display: block;
    /* line-height: 25px; */
}

.footer .footer_table.footer_table4 {
    /* text-align: right; */
}

.footer .footer_table.footer_table4 .footer_img {
    width: 100px;
    margin: 10px auto
}

.colleges_banner {
    width: 100%;
    height: auto;
    overflow: hidden
}

.colleges_banner .colleges_banner_container .colleges_banner_wrapper .colleges_banner_slide {
    width: 100%;
    height: auto
}

.colleges_banner .colleges_banner_container .colleges_banner_wrapper .colleges_banner_slide .colleges_banner_img {
    width: 100%;
    height: auto
}

.colleges_banner .colleges_banner_container .colleges_banner_wrapper .colleges_banner_slide .colleges_banner_a {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%
}

.colleges_banner .colleges_banner_container .colleges_banner_pagi .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    background: transparent;
    border: 2px solid #fff;
    opacity: 1
}

.colleges_banner .colleges_banner_container .colleges_banner_pagi .swiper-pagination-bullet-active {
    background: #fff;
    border: none
}

.colleges_main .colleges_body .colleges_left {
    padding-top: 10px
}

.colleges_main .colleges_body .colleges_left .colleges_posi {
    font-size: 14px;
    color: #999;
    line-height: 40px
}

.colleges_main .colleges_body .colleges_left .colleges_posi>a {
    color: #666;
    padding: 0 5px
}

.colleges_main .colleges_body .colleges_left .colleges_posi>a:hover {
    color: #097CF9
}

.colleges_main .colleges_body .colleges_left .colleges_search {
    border: 1px solid #ddd;
    padding: 15px 30px
}

.colleges_main .colleges_body .colleges_left .colleges_search .colleges_search_item {
    margin: 10px 0;
    font-size: 14px
}

.colleges_main .colleges_body .colleges_left .colleges_search .colleges_search_item,.colleges_main .colleges_body .colleges_left .colleges_search .colleges_search_item a {
    color: #666
}

.colleges_main .colleges_body .colleges_left .colleges_search .colleges_search_item a {
    padding: 0 10px
}

.colleges_main .colleges_body .colleges_left .colleges_search .colleges_search_item a.search_text_active,.colleges_main .colleges_body .colleges_left .colleges_search .colleges_search_item a.changefieldandcss {
    font-weight: bold;
    color: #097CF9
}

.colleges_main .colleges_body .colleges_left .colleges_search .colleges_form {
    position: relative;
    display: inline-block
}

.colleges_main .colleges_body .colleges_left .colleges_search .colleges_form .colleges_search_input {
    display: inline-block;
    width: 300px;
    height: 30px;
    line-height: 30px;
    padding: 6px 12px;
    font-size: 14px;
    color: #999;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ddd;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    margin-left: 10px
}

.colleges_main .colleges_body .colleges_left .colleges_search .colleges_form .colleges_search_input:focus {
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)
}

.colleges_main .colleges_body .colleges_left .colleges_search .colleges_form .colleges_search_btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 55px;
    height: 30px;
    background: #335075;
    border: none;
    color: #fff;
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    -ms-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear
}

.colleges_main .colleges_body .colleges_left .colleges_search .colleges_form .colleges_search_btn:hover {
    background: #61A9FB
}

.colleges_main .colleges_body .colleges_left .colleges_table {
    padding: 15px 0
}

.colleges_main .colleges_body .colleges_left .colleges_table .colleges_table_head {
    font-size: 12px;
    color: #666;
    text-align: right;
    margin-bottom: 5px
}

.colleges_main .colleges_body .colleges_left .colleges_table .colleges_table_head>span {
    color: #ff0000;
    font-size: 20px;
    font-family: "å®‹ä½“"
}

.colleges_main .colleges_body .colleges_left .colleges_table .colleges_table_main {
    border-top: 1px solid #EBEBEB;
    padding: 10px 0 0
}

.colleges_main .colleges_body .colleges_left .colleges_table .colleges_table_main .colleges_table_item .colleges_table_list {
    width: 100%;
    height: 117px
}

.colleges_main .colleges_body .colleges_left .colleges_table .colleges_table_main .colleges_table_item .colleges_table_list_first,.colleges_main .colleges_body .colleges_left .colleges_table .colleges_table_main .colleges_table_item .colleges_table_list_last {
    text-align: center
}

.colleges_main .colleges_body .colleges_left .colleges_table .colleges_table_main .colleges_table_item {
    width: 100%;
    height: auto;
    padding: 20px;
    border-bottom: 1px solid #ddd
}

.colleges_main .colleges_body .colleges_left .colleges_table .colleges_table_main .colleges_table_item:hover {
    -webkit-box-shadow: 0 0 15px #ddd;
    -moz-box-shadow: 0 0 15px #ddd;
    box-shadow: 0 0 15px #ddd
}

.colleges_main .colleges_body .colleges_left .colleges_table .colleges_table_main .colleges_table_item .colleges_table_list .colleges_table_list_a {
    display: inline-block;
    width: 157px;
    height: 117px;
    overflow: hidden;
    border: 1px solid #ddd;
    margin: 0 auto
}

.colleges_main .colleges_body .colleges_left .colleges_table .colleges_table_main .colleges_table_item .colleges_table_list .colleges_table_list_a .colleges_table_list_img {
    width: auto;
    height: 100%;
    margin: 0 auto
}

.colleges_main .colleges_body .colleges_left .colleges_table .colleges_table_main .colleges_table_item .colleges_table_list .colleges_table_list_title {
    width: 100%;
    height: 32px;
    line-height: 32px;
    overflow: hidden
}

.colleges_main .colleges_body .colleges_left .colleges_table .colleges_table_main .colleges_table_item .colleges_table_list .colleges_table_list_title .colleges_table_list_title_ch {
    font-size: 18px;
    font-weight: bold
}

.colleges_main .colleges_body .colleges_left .colleges_table .colleges_table_main .colleges_table_item .colleges_table_list .colleges_table_list_title .colleges_table_list_title_en {
    text-transform: uppercase;
    font-size: 13px;
    color: #999
}

.colleges_main .colleges_body .colleges_left .colleges_table .colleges_table_main .colleges_table_item .colleges_table_list .colleges_table_list_info .colleges_table_list_info_table {
    width: 50%;
    float: left;
    height: 26px;
    line-height: 26px;
    overflow: hidden
}

.colleges_main .colleges_body .colleges_left .colleges_table .colleges_table_main .colleges_table_item .colleges_table_list .colleges_table_list_info .colleges_table_list_info_table:last-child {
    width: 100%
}

.colleges_main .colleges_body .colleges_left .colleges_table .colleges_table_main .colleges_table_item .colleges_table_list .colleges_table_list_info .colleges_table_list_info_table span {
    font-size: 14px;
    color: #666
}

.colleges_main .colleges_body .colleges_left .colleges_table .colleges_table_main .colleges_table_item .colleges_table_list .colleges_table_list_info .colleges_table_list_info_table span.info_table_title {
    color: #999;
    margin-right: 5px
}

.colleges_main .colleges_body .colleges_left .colleges_table .colleges_table_main .colleges_table_item .colleges_table_list .colleges_table_list_btn {
    padding: 21px 0;
    display: block
}

.colleges_main .colleges_body .colleges_left .colleges_table .colleges_table_main .colleges_table_item .colleges_table_list .colleges_table_list_btn .colleges_table_list_btna {
    display: inline-block;
    width: 100px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    -ms-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear;
    font-size: 14px
}

.colleges_main .colleges_body .colleges_left .colleges_table .colleges_table_main .colleges_table_item .colleges_table_list .colleges_table_list_btn .colleges_table_list_btna:first-child {
    background: #335075;
    color: #fff;
    border: 1px solid transparent
}

.colleges_main .colleges_body .colleges_left .colleges_table .colleges_table_main .colleges_table_item .colleges_table_list .colleges_table_list_btn .colleges_table_list_btna:first-child:hover {
    background: #60AAFA;
    border: 1px solid #335075;
    color: #fff
}

.colleges_main .colleges_body .colleges_left .colleges_table .colleges_table_main .colleges_table_item .colleges_table_list .colleges_table_list_btn .colleges_table_list_btna:last-child {
    border: 1px solid #EB0000;
    color: #EB0000;
    margin-top: 11px
}

.colleges_main .colleges_body .colleges_left .colleges_table .colleges_table_main .colleges_table_item .colleges_table_list .colleges_table_list_btn .colleges_table_list_btna:last-child:hover {
    background: #EB0000;
    color: #fff
}

.colleges_page {
    padding: 25px 0 80px
}

.colleges_page .colleges_page_item {
    text-align: center
}

.colleges_page .colleges_page_item>a {
    display: inline-block;
    height: 28px;
    line-height: 26px;
    text-align: center;
    padding: 0 8px;
    border: 1px solid #ddd;
    color: #666;
    font-size: 14px;
    margin: 0 1px
}

.colleges_page .colleges_page_item .page-num-current {
    display: inline-block;
    height: 28px;
    line-height: 26px;
    text-align: center;
    padding: 0 8px;
    background: #097CF9;
    color: #fff;
    border: 1px solid transparent
}

.box_right {
    padding-top: 10px
}

.box_consult .box_consult_title {
    width: 100%;
    text-align: center;
    height: 45px;
    line-height: 45px;
    font-weight: bold;
    font-size: 20px;
    background: #335075;
    color: #fff
}

.box_consult .box_consult_body {
    padding: 10px 20px;
    border: 1px solid #ddd;
    /* border-top: none; */
}

.box_consult .box_consult_body .box_consult_body_text {
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #666
}

.box_consult .box_consult_body .box_consult_table {
    width: 100%;
    height: auto;
    cursor: pointer;
    position: relative
}

.box_consult .box_consult_body .box_consult_table .box_consult_table_prom {
    text-align: center;
    border: 1px solid #A0C7FF;
    position: absolute;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    z-index: 99;
    opacity: 0;
    display: none;
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    -ms-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear;
    padding: 20px 0
}

.box_consult .box_consult_body .box_consult_table .box_consult_table_prom div {
    color: #999;
    font-size: 16px
}

.box_consult .box_consult_body .box_consult_table .box_consult_table_prom div.consult_red_tel {
    color: #335075;
    font-size: 20px;
    font-weight: bold;
    line-height: 40px
}

.box_consult .box_consult_body .box_consult_table:hover .box_consult_table_left {
    opacity: 1;
    left: -210px;
    display: block
}

.box_consult .box_consult_body .box_consult_table .box_consult_table_left {
    width: 200px;
    height: 100px;
    top: 50%;
    left: -210px;
    margin-top: -50px;
    -webkit-box-shadow: inset -5px 0 10px #F7F7F7,0 0 10px #D1D1D1;
    -moz-box-shadow: inset -5px 0 10px #F7F7F7,0 0 10px #D1D1D1;
    box-shadow: inset -5px 0 10px #F7F7F7,0 0 10px #D1D1D1
}

.box_consult .box_consult_body .box_consult_table .box_consult_table_left:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    right: -20.5px;
    background: url(../images/triangle.png) no-repeat;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2) -webkit-transform:rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    width: 30px;
    height: 29px
}

.box_consult .box_consult_body .box_consult_table:hover .box_consult_table_mid {
    opacity: 1;
    top: -170px;
    display: block
}

.box_consult .box_consult_body .box_consult_table .box_consult_table_mid {
    width: 200px;
    height: 170px;
    top: -170px;
    left: 50%;
    margin-left: -100px;
    -webkit-box-shadow: inset -5px 0 10px #F7F7F7,0 0 10px #D1D1D1;
    -moz-box-shadow: inset -5px 0 10px #F7F7F7,0 0 10px #D1D1D1;
    box-shadow: inset -5px 0 10px #F7F7F7,0 0 10px #D1D1D1
}

.box_consult .box_consult_body .box_consult_table .box_consult_table_mid:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    bottom: -20px;
    background: url(../images/triangle.png) no-repeat;
    width: 30px;
    height: 29px
}

.box_consult .box_consult_body .box_consult_table .box_consult_body_icon {
    width: 100%;
    height: auto
}

.box_consult .box_consult_body .box_consult_table .box_consult_body_icon i {
    display: block;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: 90%;
    width: 60px;
    height: 60px
}

.box_consult .box_consult_body .box_consult_table .box_consult_body_icon .box_tel {
    background-image: url(../images/tel.png)
}

.box_consult .box_consult_body .box_consult_table:hover .box_consult_body_icon .box_tel {
    background-image: url(../images/tel1.png)
}

.box_consult .box_consult_body .box_consult_table .box_consult_body_icon .box_chat {
    background-image: url(../images/chat.png)
}

.box_consult .box_consult_body .box_consult_table:hover .box_consult_body_icon .box_chat {
    background-image: url(../images/chat1.png)
}

.box_consult .box_consult_body .box_consult_table .box_consult_body_icon .box_qq {
    background-image: url(../images/qq.png)
}

.box_consult .box_consult_body .box_consult_table:hover .box_consult_body_icon .box_qq {
    background-image: url(../images/qq1.png)
}

.box_consult .box_consult_body .box_consult_table .box_consult_icon_text {
    display: block;
    text-align: center;
    height: 30px;
    line-height: 30px;
    color: #999;
    font-size: 14px
}

.box_consult .box_consult_body .box_consult_table .box_consult_icon_a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.box_right .box_right_img {
    margin: 20px 0;
    position: relative
}

.box_right .box_right_img img {
    width: 100%;
    height: auto
}

.box_right .box_right_img .box_right_img_a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.box_right .apply {
    width: 100%;
    height: auto;
    border: 1px solid #ddd
}

.box_right .apply .apply_title {
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    background: #335075;
    color: #fff;
}

.box_right .apply .apply_form {
    padding: 20px 15px 20px;
}

.box_right .apply .apply_form .apply_form_body>div>div {
    margin-bottom: 15px
}

.box_right .apply_form .apply_form_body .form-control {
    color: #999;
    font-size: 14px;
    padding: 5px 5px
}

.box_right .apply .apply_form .apply_form_btn {
    margin-top: 5px;
    padding: 0;
    text-align: center;
}

.box_right .apply .apply_form .apply_form_btn .apply_form_a {
    height: 40px;
    line-height: 40px;
    display: block;
    /* width: 100px; */
    border: 1px solid #335075;
    text-align: center;
    background: #335075;
    color: #fff;
    font-size: 16px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    padding: 0;
    margin: 0 auto;
    width: 182px;
}

.box_right .apply .apply_form .apply_form_btn .apply_form_a:hover {
    background: #60AAFA
}

.box_right .apply .apply_form .apply_form_btn .apply_form_a.form_a1 {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.box_right .box_right_img {
    margin: 20px 0
}

.box_right .box_right_img img {
    width: 100%;
    height: auto
}

.box_right_img_a {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.box_right .box_right_hot {
    width: 100%;
    height: auto;
    position: relative;
    border: 1px solid #ddd;
    border-top: none;
    padding: 7px 10px;
    margin-bottom: 20px
}

.box_right .box_right_hot:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: -moz-linear-gradient(315deg,rgba(44,119,215,.95),rgba(121,35,250,.85));
    background: -webkit-gradient(linear,0 50%,100% 50%,from(rgba(44,119,215,.95)),to(rgba(121,35,250,.85)));
    background: -webkit-linear-gradient(315deg,rgba(44,119,215,.95),rgba(121,35,250,.85));
    background: -o-linear-gradient(315deg,rgba(44,119,215,.95),rgba(121,35,250,.85));
    background: -ms-linear-gradient(315deg,rgba(44,119,215,.95),rgba(121,35,250,.85))
}

.box_right .box_right_hot .info_bottom_head {
    height: 45px;
    line-height: 45px;
    border-bottom: 1px dashed #ddd;
    padding-left: 5px
}

.box_right .box_right_hot .info_bottom_head .info_top_more {
    position: absolute;
    top: 12px;
    right: 15px;
    line-height: 45px;
    text-transform: uppercase;
    color: #0a7cf9
}

.box_right .box_right_hot .box_right_hot_body .box_right_hot_list {
    padding: 15px 0;
    border-bottom: 1px dashed #ddd
}

.box_right .box_right_hot .box_right_hot_body .box_right_hot_list a {
    display: block;
    font-size: 16px;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    font-weight: bold
}

.box_right .box_right_hot .box_right_hot_body .box_right_hot_list p {
    font-size: 12px;
    margin: 0;
    color: #666;
    height: 44px;
    line-height: 22px;
    overflow: hidden
}

.box_right .box_right_hot .box_right_hot_body .box_right_hot_list:last-child {
    border: none
}

.box_right .detail_info_table {
    width: 100%;
    height: auto;
    position: relative;
    border: 1px solid #ddd;
    border-top: none;
    padding: 7px 10px;
    margin: 20px 0
}

.box_right .detail_info_table:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: -moz-linear-gradient(315deg,rgba(44,119,215,.95),rgba(121,35,250,.85));
    background: #337ab7;
    /* background: -webkit-linear-gradient(315deg,rgba(44,119,215,.95),rgba(121,35,250,.85)); */
    background: -o-linear-gradient(315deg,rgba(44,119,215,.95),rgba(121,35,250,.85));
    background: -ms-linear-gradient(315deg,rgba(44,119,215,.95),rgba(121,35,250,.85))
}

.box_right .detail_info_table .detail_info_head {
    height: 45px;
    line-height: 45px;
    border-bottom: 1px dashed #ddd;
    padding-left: 5px
}

.box_right .detail_info_table .detail_info_head .info_top_more {
    position: absolute;
    top: 7px;
    right: 15px;
    line-height: 45px;
    text-transform: uppercase;
    color: #0a7cf9
}

.box_right .detail_info_table .detail_info_suc .detail_info_suc_list.detail_info_suc_lists {
    padding-right: 10px;
    padding-left: 10px
}

.box_right .detail_info_table .detail_info_suc .detail_info_suc_list {
    padding: 11px 0;
    border-bottom: 1px dashed #ddd
}

.box_right .detail_info_table .detail_info_suc .detail_info_suc_list:last-child {
    border: none
}

.box_right .detail_info_table .detail_info_suc .detail_info_suc_list .detail_info_suc_a {
    display: block;
    width: 70px;
    height: 70px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    float: left;
    margin-right: 10px;
    border: 1px solid #f8f8f8
}

.box_right .detail_info_table .detail_info_suc .detail_info_suc_list .detail_info_suc_squ {
    display: block;
    width: 70px;
    height: 70px;
    overflow: hidden;
    border: 1px solid #ddd;
    float: left;
    margin-right: 20px
}

.box_right .detail_info_table .detail_info_suc .detail_info_suc_list .detail_info_suc_squ:hover {
    opacity: .8
}

.box_right .detail_info_table .detail_info_suc .detail_info_suc_list:hover .detail_info_suc_a .detail_info_suc_img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
    opacity: 1
}

.box_right .detail_info_table .detail_info_suc .detail_info_suc_list .detail_info_suc_a .detail_info_suc_img {
    width: 100%;
    height: auto;
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    -ms-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear;
    opacity: .8
}

.box_right .detail_info_table .detail_info_suc .detail_info_suc_list .detail_info_suc_title {
    display: block;
    height: 30px;
    line-height: 30px;
    overflow: hidden
}

.box_right .detail_info_table .detail_info_suc .detail_info_suc_list .detail_info_suc_title a {
    font-weight: bold
}

.box_right .detail_info_table .detail_info_suc .detail_info_suc_list .detail_info_suc_detail {
    display: block;
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    color: #666
}

.box_right .box_right_hot .box_right_hot_img {
    padding: 15px 0;
    text-align: center
}

.box_right .box_right_hot .box_right_hot_img .box_right_hot_img_text {
    font-size: 14px;
    line-height: 28px;
    color: #666
}

.detail_main .detail_body .detail_left {
    margin-top: 10px
}

.detail_main .detail_body .detail_left .colleges_posi {
    font-size: 14px;
    color: #999;
    line-height: 45px
}

.detail_main .detail_body .detail_left .colleges_posi>a {
    color: #666;
    padding: 0 5px
}

.detail_main .detail_body .detail_left .colleges_posi>a:hover {
    color: #097CF9
}

.detail_main .detail_body .detail_left .detail_left_body {
    height: auto;
    border: 1px solid #ddd;
    position: relative;
    padding: 0 25px
}

.detail_main .detail_body .detail_left .detail_left_body:before {
    content: "";
    display: block;
    position: absolute;
    top: -6px;
    left: -6px;
    background: url(../images/detail_star.png) no-repeat;
    background-size: 100%;
    width: 70px;
    height: 70px
}

.detail_main .detail_body .detail_left .detail_left_body .detail_left_body_head {
    text-align: center;
    border-bottom: 1px solid #ddd;
    padding-top: 30px
}

.detail_main .detail_body .detail_left .detail_left_body .detail_left_body_head .detail_left_body_title {
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    color: #333
}

.detail_main .detail_body .detail_left .detail_left_body .detail_left_body_head .detail_left_body_text {
    padding: 10px 0
}

.detail_main .detail_body .detail_left .detail_left_body .detail_left_body_head .detail_left_body_text>span,.detail_main .detail_body .detail_left .detail_left_body .detail_left_body_head .detail_left_body_text a {
    color: #999;
    padding: 0 3px;
    font-size: 14px
}

.detail_main .detail_body .detail_left .detail_left_body .detail_left_body_main {
    padding: 15px 10px 50px;
    overflow: hidden
}

.detail_main .detail_body .detail_left .detail_left_body .detail_left_body_main p,.about .about_body .about_text .about_text_body p,.about .about_body .about_text .about_text_body span {
    color: #666
}

.detail_main .detail_body .detail_left .detail_left_body .detail_left_body_main p,.detail_main .detail_body .detail_left .detail_left_body .detail_left_body_main span,.about .about_body .about_text .about_text_body p,.about .about_body .about_text .about_text_body span {
    font-size: 14px;
    line-height: 28px
}

.detail_main .detail_body .detail_left .detail_left_body .detail_left_body_main table,.about .about_body .about_text .about_text_body table {
    width: auto !important;
    max-width: 100% !important;
    text-align: center;
    word-break: break-all;
    margin: 0 auto
}

.detail_main .detail_body .detail_left .detail_left_body .detail_left_body_main table td,.detail_main .detail_body .detail_left .detail_left_body .detail_left_body_main table th,.about .about_body .about_text .about_text_body table td,.about .about_body .about_text .about_text_body table th {
    padding: 5px;
    vertical-align: middle;
    border: 1px solid #2C2C2C
}

.detail_main .detail_body .detail_left .detail_left_body .detail_left_body_main img,.about .about_body .about_text .about_text_body img {
    max-width: 95% !important;
    height: auto !important;
    display: block !important;
    padding: 5px 0 !important;
    margin: 0 auto !important
}

.detail_main .detail_body .detail_left .detail_left_page {
    color: #999;
    margin: 10px 0 15px
}

.detail_main .detail_body .detail_left .detail_left_page .detail_left_page_prev,.detail_main .detail_body .detail_left .detail_left_page .detail_left_page_next {
    height: 30px;
    line-height: 30px;
    overflow: hidden
}

.detail_main .detail_body .detail_left .detail_left_page a {
    color: #1368D3
}

.detail_main .detail_body .detail_left .detail_left_page a:hover {
    color: #0A7CF9
}

.page_main .page_body .page_left {
    padding-top: 10px
}

.page_left_banner {
    width: 100%;
    height: auto;
    overflow: hidden
}

.page_left_banner .page_container .page_wrapper .page_slide img {
    width: 100%;
    height: auto;
    min-height: 100%
}

.page_left_banner .page_container .page_wrapper .page_slide {
    position: relative;
    height: 376px;
}

.page_left_banner .page_container .page_wrapper .page_slide .page_slide_title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    background: rgba(0,0,0,.3);
    color: #fff;
    padding: 0 30px;
    font-size: 18px
}

.page_left_banner .page_container .page_wrapper .page_slide .page_slide_a {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%
}

.page_left_banner .page_container.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
    padding: 0 15px
}

.page_left_banner .page_container .page_pagi .swiper-pagination-bullet {
    width: 50px;
    height: 8px;
    background: transparent;
    border-radius: 0;
    border: 1px solid #335075;
    opacity: 1
}

.page_left_banner .page_container .page_pagi .swiper-pagination-bullet-active {
    background: #335075;
    border: none
}

.page_left_head {
    padding: 10px 0;
    position: relative
}

.page_left_head::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: -moz-linear-gradient(315deg,rgba(44,119,215,.95),rgba(121,35,250,.85));
    /* background: -webkit-gradient(linear,0 50%,100% 50%,from(rgba(44,119,215,.95)),to(rgba(121,35,250,.85))); */
    background: #3373c5;
    background: -o-linear-gradient(315deg,rgba(44,119,215,.95),rgba(121,35,250,.85));
    background: -ms-linear-gradient(315deg,rgba(44,119,215,.95),rgba(121,35,250,.85))
}

.page_main .page_body .page_left .page_left_body {
    margin-bottom: 15px
}

.page_main .page_body .page_left .page_left_body .page_left_item {
    padding: 15px 0;
    border-bottom: 1px solid #ddd
}

.page_main .page_body .page_left .page_left_body .page_left_item .page_left_item_left {
    float: left;
    margin-right: 20px;
    position: relative;
    width: 170px;
    height: 130px;
    overflow: hidden
}

.page_main .page_body .page_left .page_left_body .page_left_item .page_left_item_left .page_left_item_img {
    width: auto;
    min-width: 100%;
    height: 100%;
    max-width: 1000%
}

.page_main .page_body .page_left .page_left_body .page_left_item .page_left_item_left:hover .page_left_item_left_a {
    opacity: 1;
    left: 0
}

.page_main .page_body .page_left .page_left_body .page_left_item .page_left_item_left .page_left_item_left_a {
    position: absolute;
    top: 0;
    left: -100%;
    opacity: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.page_main .page_body .page_left .page_left_body .page_left_item .page_left_item_left .page_left_item_left_a>i {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    width: 30px;
    height: 30px;
    border: 2px solid rgba(255,255,255,.8);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.page_main .page_body .page_left .page_left_body .page_left_item .page_left_item_left .page_left_item_left_a:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -7px;
    width: 14px;
    height: 2px;
    background: rgba(255,255,255,.8)
}

.page_main .page_body .page_left .page_left_body .page_left_item .page_left_item_left .page_left_item_left_a::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -1px;
    margin-top: -7px;
    height: 14px;
    width: 2px;
    background: rgba(255,255,255,.8)
}

.page_main .page_body .page_left .page_left_body .page_left_item .page_left_item_right .page_left_item_title {
    display: block;
    font-weight: bold;
    height: 24px;
    line-height: 24px;
    overflow: hidden
}

.page_main .page_body .page_left .page_left_body .page_left_item .page_left_item_right .page_left_item_detail {
    height: 66px;
    line-height: 22px;
    overflow: hidden;
    font-size: 14px;
    color: #666;
    margin: 7px 0
}

.page_main .page_body .page_left .page_left_body .page_left_item .page_left_item_right .page_left_item_bottom {
    height: 26px;
    line-height: 26px
}

.page_main .page_body .page_left .page_left_body .page_left_item .page_left_item_right .page_left_item_bottom .page_left_item_a>a {
    display: inline-block;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    color: #666;
    padding: 0 8px;
    background: #f1f1f1;
    margin-right: 2px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px
}

.page_main .page_body .page_left .page_left_body .page_left_item .page_left_item_right .page_left_item_bottom .page_left_item_date {
    float: right;
    height: 26px;
    line-height: 26px
}

.page_main .page_body .page_left .page_left_body .page_left_item .page_left_item_right .page_left_item_bottom .page_left_item_date .page_left_item_browse {
    font-size: 14px;
    color: #666;
    font-style: normal;
    position: relative;
    padding-left: 28px;
    margin-right: 20px;
    width: auto;
    display: inline-block
}

.page_main .page_body .page_left .page_left_body .page_left_item .page_left_item_right .page_left_item_bottom .page_left_item_date .page_left_item_browse:before {
    content: "";
    display: block;
    background: url(../images/eyes.png) no-repeat;
    width: 24px;
    height: 16px;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    left: 0
}

.page_main .page_body .page_left .page_left_body .page_left_item .page_left_item_right .page_left_item_bottom .page_left_item_date .page_left_item_time {
    font-size: 14px;
    color: #666;
    display: inline-block;
    margin-right: 15px
}

.page_main .page_body .page_left .colleges_page {
    padding: 25px 0 90px
}

.sign {
    padding: 50px 0 145px;
    height: auto;
    background: url(../images/sign_img.jpg) no-repeat bottom;
    background-size: contain
}

.sign .sign_body {
    padding: 0 220px
}

.sign .sign_body .sign_title {
    text-align: center;
    font-size: 30px;
    line-height: 50px;
    color: #555;
    font-weight: bold;
    margin-bottom: 20px
}

.sign .sign_body .sign_table {
    border: 1px solid #ddd;
    padding: 30px 85px;
    background: #fff
}

.sign .sign_body .sign_table .sign_table_list {
    margin-bottom: 15px;
    position: relative
}

.sign .sign_body .sign_table .sign_table_list .sign_table_title {
    font-size: 16px;
    line-height: 38px;
    color: #555
}

.sign .sign_body .sign_table .sign_table_list label.error {
    position: absolute;
    top: 0;
    right: 0;
    font-weight: normal;
    color: #ff0000;
    font-size: 14px;
    margin: 0;
    line-height: 38px
}

.sign .sign_body .sign_table .sign_table_list .sign_table_title>i {
    font-style: normal;
    padding: 0 5px;
    color: #ff0000
}

.sign .sign_body .sign_table .sign_table_list textarea.form-control {
    height: 95px
}

.sign .sign_body .sign_table .sign_table_btn {
    padding-top: 20px;
    text-align: center
}

.sign .sign_body .sign_table .sign_table_btn .sign_table_a {
    display: inline-block;
    width: 120px;
    height: 35px;
    line-height: 33px;
    text-align: center;
    background: #0a7cf9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #fff;
    border: 1px solid transparent;
    -webkit-transition: all .15s linear;
    -moz-transition: all .15s linear;
    -ms-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear
}

.sign .sign_body .sign_table .sign_table_btn .sign_table_a:hover {
    background: #60AAFA;
    border: 1px solid #0a7cf9
}

.country_body .country_table .country_item {
    padding-top: 11px
}

.country_body .country_table .country_item .country_item_title {
    width: 100%;
    height: 36px;
    background: #F4F4F4
}

.country_body .country_table .country_item .country_item_title .country_item_name {
    padding: 0 12px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    background: #335075;
    font-weight: bold;
    float: left;
    font-size: 16px
}

.country_body .country_table .country_item .country_item_title .country_item_more {
    float: right;
    height: 36px;
    line-height: 36px;
    padding-right: 15px
}

.country_body .country_table .country_item .country_item_title .country_item_more>a {
    color: #2191e7
}

.country_body .country_table .country_item .country_item_title .country_item_more>a:hover {
    color: #60AAFA
}

.country_body .country_table .country_item .country_list {
    padding: 15px 0
}

.country_body .country_table .country_item .country_list .country_list_title {
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    position: relative;
    padding-left: 20px
}

.country_body .country_table .country_item .country_list .country_list_title:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 10px;
    width: 2px;
    height: 2px;
    background: #666
}

.country_body .country_table .country_item .country_list .country_list_title>a {
    color: #666
}

.country_body .country_table .country_item .country_list .country_list_title>a:hover {
    color: #335075
}

.country_body .country_table .country_list_banner {
    text-align: right
}

.country_body .country_table .country_list_banner .country_list_img {
    position: relative
}

.country_body .country_table .country_list_banner .country_list_img:hover {
    opacity: .85
}

.country_body .country_table .country_list_banner .country_list_img .country_list_img_img {
    width: 100%;
    height: 90px;
    z-index: 88
}

.country_body .country_table .country_list_banner .country_list_img .country_list_img_a {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%
}

.country_body .country_table .country_list_banner .swiper-pagination {
    text-align: right;
    padding-right: 10px
}

.country_body .country_table .country_list_banner>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
    bottom: 5px;
    width: 70px;
    left: auto;
    right: 0
}

.country_body .country_table .country_list_banner .country_pagi .swiper-pagination-bullet {
    opacity: .4
}

.country_body .country_table .country_list_banner .country_pagi .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fff
}

.country_body .country_table .country_item .country_list .country_first .country_first_img {
    width: 130px;
    height: 90px;
    float: left;
    margin-right: 10px;
    position: relative
}

.country_body .country_table .country_item .country_list .country_first .country_first_img>img {
    width: 100%;
    height: auto;
    max-height: 100%
}

.country_body .country_table .country_item .country_list .country_first .country_first_img .country_first_a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.country_body .country_table .country_item .country_list .country_first .country_first_img:hover {
    opacity: .85
}

.country_body .country_table .country_item .country_list .country_first .country_first_text .country_first_title {
    font-weight: bold;
    height: 48px;
    line-height: 24px;
    overflow: hidden;
    display: block;
    color: #666
}

.country_body .country_table .country_item .country_list .country_first .country_first_text .country_first_title:hover {
    color: #1368d3
}

.country_body .country_table .country_item .country_list .country_first .country_first_text .country_first_detail {
    height: 44px;
    line-height: 22px;
    overflow: hidden;
    display: block;
    color: #999
}

.country_body .country_table .topic {
    margin-bottom: 30px
}

.country_body .country_table .topic .topic_body .topic_table {
    position: relative;
    padding: 20px 30px 10px
}

.country_body .country_table .topic .topic_body .topic_table .country_topic_container .topic_wrapper .topic_slide {
    padding: 0 10px
}

.country_body .country_table .topic .topic_body .topic_table .country_topic_container .topic_wrapper .topic_slide:hover .topic_icon {
    -webkit-box-shadow: 0 0 3px #555;
    -moz-box-shadow: 0 0 3px #555;
    box-shadow: 0 0 3px #555
}

.country_body .country_table .topic .topic_body .topic_table .country_topic_container .topic_wrapper .topic_slide .topic_icon {
    width: 100%;
    overflow: hidden
}

.country_body .country_table .topic .topic_body .topic_table .country_topic_container .topic_wrapper .topic_slide .topic_icon .topic_img {
    height: auto;
    width: 100%;
    min-height: 100%
}

.country_body .country_table .topic .topic_body .topic_table .country_topic_container .topic_wrapper .topic_slide:hover .topic_text {
    font-weight: bold
}

.country_body .country_table .topic .topic_body .topic_table .country_topic_container .topic_wrapper .topic_slide .topic_text {
    color: #555;
    font-size: 18px;
    margin-top: 10px;
    text-align: center;
    height: 25px;
    line-height: 25px;
    overflow: hidden
}

.country_body .country_table .topic .topic_body .topic_table .country_topic_container .topic_wrapper .topic_slide>a {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%
}

.country_body .country_table .topic .topic_body .topic_table .swiper-button-next,.country_body .country_table .topic .topic_body .topic_table .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 20px;
    height: 30px;
    margin-top: -15px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 20px 30px;
    -webkit-background-size: 20px 30px;
    background-size: 20px 30px;
    background-position: center;
    background-repeat: no-repeat;
    color: red
}

.country_body .country_table .topic .topic_body .topic_table .swiper-button-prev,.swiper-container-rtl .swiper-button-next {
    left: 5px;
    background-image: url(../images/country_left_ico.png)
}

.country_body .country_table .topic .topic_body .topic_table .swiper-button-next,.swiper-container-rtl .swiper-button-prev {
    right: 5px;
    background-image: url(../images/country_right_ico.png)
}

.about {
    padding-top: 20px;
    padding-bottom: 240px;
    height: auto;
    background: url(../images/about_img.jpg) no-repeat bottom center;
    background-size: contain
}

.about .about_body .about_table {
    text-align: center;
    background: #fff
}

.about .about_body .about_table .about_table_title {
    height: 48px;
    line-height: 48px;
    font-size: 20px;
    color: #fff;
    background: #335075;
    font-weight: bold
}

.about .about_body .about_table .about_table_list {
    border: 1px solid #ddd;
    height: 42px;
    line-height: 42px;
    position: relative;
    border-top: none;
    background: #fff
}

.about .about_body .about_table .about_table_list.about_table_list_active {
    background: #f4f4f4
}

.about .about_body .about_table .about_table_list.about_table_list_active>a {
    color: #1368d3
}

.about .about_body .about_table .about_table_list:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    left: 60px;
    background: url(../images/about_ico.png) no-repeat;
    background-size: 12px 12px;
    width: 12px;
    height: 12px
}

.about .about_body .about_table .about_table_list .about_table_list_name {
    font-size: 18px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.about .about_body .about_text {
    min-height: 800px;
    border: 1px solid #ddd;
    padding: 55px;
    background: #fff
}

.about .about_body .about_text .about_text_title {
    text-align: center;
    font-size: 40px;
    line-height: 57px;
    font-weight: bold
}

.about .about_body .about_text .about_text_body {
    padding: 45px 0
}

.about .about_body .about_text .about_text_body p {
    line-height: 32px;
    margin-bottom: 20px;
    text-indent: 2em
}

.coll_index {
    width: 100%;
    height: 330px;
    position: relative;
    overflow: hidden
}

.coll_index .coll_index_banner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 330px;
    z-index: -2
}

.coll_index .coll_index_banner img {
    width: 100%;
    height: auto;
    min-height: 100%
}

.coll_index .coll_index_opa {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.05);
    z-index: -1
}

.coll_index .coll_index_body {
    margin-bottom: 30px
}

.coll_index .coll_index_body .coll_index_posi {
    height: 50px;
    line-height: 50px;
    overflow: hidden
}

.coll_index .coll_index_body .coll_index_posi,.coll_index .coll_index_body .coll_index_posi>a {
    color: #fff;
    font-size: 14px
}

.coll_index .coll_index_body .coll_index_posi>a {
    padding: 0 5px
}

.coll_index .coll_index_body .coll_table {
    height: 220px;
    padding: 0 45px
}

.coll_index .coll_index_body .coll_table .coll_table_left,.coll_index .coll_index_body .coll_table .coll_table_middle {
    float: left;
    margin-top: 30px
}

.coll_index .coll_index_body .coll_table .coll_table_left {
    width: 160px;
    height: 160px;
    line-height: 160px;
    background: #fff;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin-right: 20px
}

.coll_index .coll_index_body .coll_table .coll_table_left>img {
    max-width: 100%;
    height: auto;
    vertical-align: top
}

.coll_index .coll_index_body .coll_table .coll_table_middle {
    width: 670px
}

.coll_index .coll_index_body .coll_table .coll_table_middle .coll_table_middle_title {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    line-height: 34px
}

.coll_index .coll_index_body .coll_table .coll_table_middle .coll_table_middle_tag {
    margin: 20px 0;
    overflow: hidden;
    color: #d0d0d0
}

.coll_index .coll_index_body .coll_table .coll_table_middle .coll_table_middle_tag>a {
    display: inline-block;
    color: #fff;
    border: 1px solid #fff;
    padding: 0 20px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    height: 26px;
    line-height: 24px;
    font-size: 14px;
    margin-right: 20px
}

.coll_index .coll_index_body .coll_table .coll_table_middle .coll_table_middle_table .coll_table_middle_item {
    float: left;
    width: 40%;
    height: 30px;
    line-height: 30px;
    overflow: hidden
}

.coll_index .coll_index_body .coll_table .coll_table_middle .coll_table_middle_table .coll_table_middle_item,.coll_index .coll_index_body .coll_table .coll_table_middle .coll_table_middle_table .coll_table_middle_item>a {
    color: #fff
}

.coll_index .coll_index_body .coll_table .coll_table_right {
    width: 200px;
    text-align: center;
    float: right
}

.coll_index .coll_index_body .coll_table .coll_table_right .coll_table_right_title {
    color: #fff;
    font-size: 14px;
    margin-top: 10px
}

.coll_index .coll_index_body .coll_table .coll_table_right .coll_table_right_rank {
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto
}

.coll_index .coll_index_body .coll_table .coll_table_right .coll_table_right_rank>img {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -40px;
    z-index: -1
}

.coll_index .coll_index_body .coll_table .coll_table_right .coll_table_right_rank .coll_table_right_rank_num {
    position: absolute;
    top: 5px;
    color: #fff;
    width: 80px
}

.coll_index .coll_index_body .coll_table .coll_table_right .coll_table_right_rank .coll_table_right_rank_left {
    top: 10px;
    left: 0
}

.coll_index .coll_index_body .coll_table .coll_table_right .coll_table_right_rank .coll_table_right_rank_right {
    right: 0
}

.coll_index .coll_index_body .coll_table .coll_table_right .coll_table_right_text {
    height: 30px;
    line-height: 30px
}

.coll_index .coll_index_body .coll_table .coll_table_right .coll_table_right_text>span {
    display: inline-block;
    width: 40px;
    line-height: 30px;
    color: #fff;
    font-size: 14px
}

.coll_index .coll_index_body .coll_table .coll_table_right .coll_table_right_btn {
    display: inline-block;
    margin-top: 10px;
    width: 160px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    background: -moz-linear-gradient(315deg,rgba(244,45,64,1),rgba(177,8,148,1));
    background: -webkit-gradient(linear,0 50%,100% 50%,from(rgba(244,45,64,1)),to(rgba(177,8,148,1)));
    background: -webkit-linear-gradient(315deg,rgba(244,45,64,1),rgba(177,8,148,1));
    background: -o-linear-gradient(315deg,rgba(244,45,64,1),rgba(177,8,148,1));
    background: -ms-linear-gradient(315deg,rgba(244,45,64,1),rgba(177,8,148,1));
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    position: relative
}

.coll_index .coll_index_body .coll_table .coll_table_right .coll_table_right_btn .coll_table_right_btn_text {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 2
}

.coll_index .coll_index_body .coll_table .coll_table_right .coll_table_right_btn .coll_table_right_btn_bg {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    z-index: 1;
    background: -moz-linear-gradient(155deg,rgba(244,45,64,1),rgba(177,8,148,1));
    background: -webkit-gradient(linear,0 50%,100% 50%,from(rgba(244,45,64,1)),to(rgba(177,8,148,1)));
    background: -webkit-linear-gradient(155deg,rgba(244,45,64,1),rgba(177,8,148,1));
    background: -o-linear-gradient(155deg,rgba(244,45,64,1),rgba(177,8,148,1));
    background: -ms-linear-gradient(155deg,rgba(244,45,64,1),rgba(177,8,148,1))
}

.coll_index .coll_index_body .coll_table .coll_table_right .coll_table_right_btn:hover .coll_table_right_btn_bg {
    opacity: 1
}

.school_body {
    height: auto;
    border: 1px solid #ddd;
    border-top: none;
    padding-bottom: 50px;
    margin-bottom: 20px
}

.school_body .school_nav .school_nav_item {
    background: #f6f6f6
}

.school_body .school_nav .school_nav_item .school_nav_list {
    width: 124.667px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd
}

.school_body .school_nav .school_nav_item .school_nav_list>a {
    color: #666;
    display: block;
    width: 100%;
    height: 100%
}

.school_body .school_nav .school_nav_item .school_nav_list.school_nav_active {
    background: -moz-linear-gradient(155deg,rgba(18,104,211,1),rgba(106,9,249,1));
    background: -webkit-gradient(linear,0 50%,100% 50%,from(rgba(18,104,211,1)),to(rgba(106,9,249,1)));
    background: -webkit-linear-gradient(155deg,rgba(18,104,211,1),rgba(106,9,249,1));
    background: -o-linear-gradient(155deg,rgba(18,104,211,1),rgba(106,9,249,1));
    background: -ms-linear-gradient(155deg,rgba(18,104,211,1),rgba(106,9,249,1));
    border: none
}

.school_body .school_nav .school_nav_item .school_nav_list.school_nav_active>a {
    color: #fff
}

.school_body .school_product {
    position: relative;
    padding: 25px 25px 10px
}

.school_body .school_product .school_product_body .school_product_item .school_product_list .school_product_div {
    margin: 0 10px;
    height: 120px;
    border: 1px solid #f5f5f5;
    overflow: hidden
}

.school_body .school_product .school_product_body .school_product_item .school_product_list .school_product_div>img {
    width: 100%;
    height: auto;
    min-height: 100%
}

.school_body .school_product .swiper-button-next,.school_body .school_product .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 20px;
    height: 30px;
    margin-top: -15px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 20px 30px;
    -webkit-background-size: 20px 30px;
    background-size: 20px 30px;
    background-position: center;
    background-repeat: no-repeat;
    color: red
}

.school_body .school_product .swiper-button-prev,.swiper-container-rtl .swiper-button-next {
    left: 5px;
    background-image: url(../images/country_left_ico.png)
}

.school_body .school_product .swiper-button-next,.swiper-container-rtl .swiper-button-prev {
    right: 5px;
    background-image: url(../images/country_right_ico.png)
}

.school_body .school_table {
    padding: 0 20px
}

.school_body .school_table .school_table_item {
    padding-top: 15px
}

.school_body .school_table .school_table_item:first-child {
    border-bottom: 1px solid #ddd
}

.school_body .school_table .school_table_item .school_table_head {
    font-size: 20px;
    font-weight: bold;
    height: 34px;
    line-height: 34px;
    position: relative;
    padding-left: 40px
}

.school_body .school_table .school_table_item .school_table_head:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: 0;
    width: 30px;
    height: 30px
}

.school_body .school_table .school_table_item .school_table_head.school_profile:before {
    background: url(../images/school_info.png) no-repeat;
    background-size: contain
}

.school_body .school_table .school_table_item .school_table_head.school_majors:before {
    background: url(../images/school_pro.png) no-repeat;
    background-size: contain
}

.school_body .school_table .school_table_item .school_table_head.school_admis:before {
    background: url(../images/school_admis.png) no-repeat;
    background-size: contain
}

.school_body .school_table .school_table_item .school_table_head.school_level:before {
    background: url(../images/school_level.png) no-repeat;
    background-size: contain
}

.school_body .school_table .school_table_item .school_table_head.school_lang:before {
    background: url(../images/school_lang.png) no-repeat;
    background-size: contain
}

.school_body .school_table .school_table_item .school_table_head.school_cost:before {
    background: url(../images/school_money.png) no-repeat;
    background-size: contain
}

.school_body .school_table .school_table_item .school_table_detail {
    padding: 15px 40px
}

.school_body .school_table .school_table_item .school_table_detail table {
    width: auto !important;
    max-width: 95% !important;
    text-align: center;
    word-break: break-all;
    margin: 0 auto
}

.school_body .school_table .school_table_item .school_table_detail table td,.school_body .school_table .school_table_item .school_table_detail table th {
    padding: 5px;
    vertical-align: middle;
    border: 1px solid #2C2C2C
}

.school_body .school_table .school_table_item .school_table_detail img {
    max-width: 95% !important;
    height: auto !important;
    display: block !important;
    padding: 5px 0 !important;
    margin: 0 auto !important
}

#school_nav.school_nav_fixed {
    position: fixed;
    top: 50%;
    margin-top: -96px;
    left: 50%;
    margin-left: -670px;
    z-index: 9999;
    width: 84px;
    height: 222px
}

#school_nav.school_nav_fixed .school_nav_item {
    width: 84px;
    height: 192px
}

#school_nav.school_nav_fixed .school_nav_item .school_nav_list {
    display: block;
    width: 100%;
    max-width: 100%;
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    margin-bottom: 2px;
    background: #61A2F8
}

#school_nav.school_nav_fixed .school_nav_item .school_nav_list>a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff
}

#school_nav.school_nav_fixed .school_nav_item .school_nav_list.school_nav_active {
    background: -moz-linear-gradient(310deg,rgba(18,104,211,1),rgba(105,10,249,1));
    background: -webkit-gradient(linear,0 50%,100% 50%,from(rgba(18,104,211,1)),to(rgba(105,10,249,1)));
    background: -webkit-linear-gradient(310deg,rgba(18,104,211,1),rgba(105,10,249,1));
    background: -o-linear-gradient(310deg,rgba(18,104,211,1),rgba(105,10,249,1));
    background: -ms-linear-gradient(310deg,rgba(18,104,211,1),rgba(105,10,249,1))
}

.school_nav #school_top {
    display: none
}

#school_top {
    display: block;
    width: 84px;
    font-size: 14px;
    text-align: center;
    height: 30px;
    line-height: 30px
}

#school_p {
    height: 96px;
    line-height: 24px;
    overflow-y: hidden;
    color: #666
}

#school_p p,#school_p a,#school_p span {
    font-size: 14px;
    margin: 0
}

#school_btn,#school_btn1 {
    cursor: pointer;
    color: #335075;
    margin-top: 10px;
    display: inline-block
}

.text {
    padding-top: 10px
}

.text_body .text_table {
    padding: 10px;
    border-bottom: 1px solid #ddd
}

.text_body .text_table .text_body_head {
    height: 36px;
    line-height: 36px;
    overflow: hidden;
    position: relative
}

.text_body .text_table .text_body_head>a {
    font-size: 18px;
    color: #1368D3;
    padding-left: 22px
}

.text_body .text_table .text_body_head>a:hover {
    color: #0A7CF9
}

.text_body .text_table .text_body_head>a>span {
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 0
}

.text_body .text_table .text_body_detail {
    height: 66px;
    line-height: 22px;
    overflow: hidden;
    color: #666
}

.text_body .text_table .text_body_bottom {
    height: 30px;
    line-height: 30px
}

.text_body .text_table .text_body_bottom>span,.text_body .text_table .text_body_bottom>a {
    font-size: 12px;
    color: #999;
    float: left
}

.text_body .text_table .text_body_bottom .text_body_right {
    float: right
}

@media screen and (min-width: 1921px) {
    .banner .banner_container .banner_wrapper .banner_slide {
        text-align:center
    }

    .banner .banner_container .banner_wrapper .banner_slide .banner_img {
        display: inline;
        width: auto
    }
}

@media screen and (min-width: 1441px) and (max-width:1600px) {
    #school_nav.school_nav_fixed {
    }
}

@media screen and (min-width: 1366px) and (max-width:1440px) {
    #school_nav.school_nav_fixed {
        left:5px
    }
}

@media screen and (max-width: 1365px) {
    #school_nav.school_nav_fixed {
        display:none
    }
}

@media screen and (min-width: 1201px) and (max-width:1440px) {
    .banner {
        width:100%;
        height: auto
    }

    .banner .banner_container .banner_wrapper .banner_slide .banner_img {
        width: 100%;
        height: auto
    }

    .banner .banner_nav_item {
        margin-top: -125px;
        width: 150px;
        height: 250px
    }

    .banner .banner_nav_item .banner_nav_list:first-child {
        width: 150px;
        height: 40px;
        line-height: 40px
    }

    .banner .banner_nav_item .banner_nav_list:first-child>span {
        font-size: 18px
    }

    .banner .banner_nav_item .banner_nav_list {
        width: 150px;
        height: 42px
    }

    .banner .banner_nav_item .banner_nav_list .list_icon {
        font-size: 16px;
        width: 150px;
        padding-left: 50px;
        line-height: 38px
    }

    .banner .banner_nav_item .banner_nav_list:first-child:hover {
        width: 150px
    }

    .banner .banner_nav_item .banner_nav_list:hover {
        width: 152px
    }

    .banner .banner_nav_item .banner_nav_list .nav_table {
        left: 148px
    }

    .banner .banner_nav_item .banner_nav_list .list_icon>i {
        left: 15px
    }

    .banner .banner_nav_item .banner_nav_list .nav_table {
        position: absolute;
        top: 0;
        left: 148px;
        width: 220px;
        height: 210px
    }

    .banner .banner_nav_item .banner_nav_list .nav_table .nav_body a {
        line-height: 48px;
        font-size: 12px
    }

    .banner .banner_nav_item .banner_nav_list .list_icon>img {
        display: inline-block;
        width: 16px;
        height: 20px;
        position: absolute;
        left: 20px;
        top: 50%;
        margin-top: -10px
    }

    .banner .banner_nav_item .banner_nav_list:nth-child(2)>.nav_table {
        top: -2px
    }

    .banner .banner_nav_item .banner_nav_list:nth-child(3)>.nav_table {
        top: -44px
    }

    .banner .banner_nav_item .banner_nav_list:nth-child(4)>.nav_table {
        top: -86px
    }

    .banner .banner_nav_item .banner_nav_list:nth-child(5)>.nav_table {
        top: -128px
    }

    .banner .banner_nav_item .banner_nav_list:nth-child(6)>.nav_table {
        top: -170px
    }

    .banner .banner_nav_item .banner_nav_list:nth-child(2)>.nav_table em {
        background: url(../images/nav_back1.png) no-repeat;
        background-size: 80%
    }

    .banner .banner_nav_item .banner_nav_list:nth-child(3)>.nav_table em {
        background: url(../images/nav_back2.png) no-repeat;
        background-size: 80%
    }

    .banner .banner_nav_item .banner_nav_list:nth-child(4)>.nav_table em {
        background: url(../images/nav_back3.png) no-repeat;
        background-size: 80%
    }

    .banner .banner_nav_item .banner_nav_list:nth-child(5)>.nav_table em {
        background: url(../images/nav_back4.png) no-repeat;
        background-size: 80%
    }

    .banner .banner_nav_item .banner_nav_list:nth-child(6)>.nav_table em {
        background: url(../images/nav_back5.png) no-repeat;
        background-size: 80%
    }

    .banner .banner_nav_item .banner_nav_list .nav_table em {
        display: inline-block;
        width: 250px;
        height: 150px;
        position: absolute;
        left: 70px;
        bottom: -55px;
        z-index: 5
    }

    .depot .depot_body .depot_right .depot_right_item .depot_right_list .depot_right_img img {
        width: auto;
        height: 100%;
        display: block
    }
}

@media screen and (min-width: 1024px) and (max-width:1200px) {
    .top_nav .nav_item .nav_list {
        width:85px
    }

    .top_nav .nav_item .nav_list a {
        padding: 0
    }

    div#doyoo_panel {
        display: none!important
    }

    .top_nav {
        height: auto
    }

    .top_nav .nav_logo {
        height: 90px;
        line-height: 90px
    }

    .top_nav .nav_logo .nav_logo_img {
        display: inline;
        height: auto
    }

    .top_nav .nav_item_phone {
        height: 70px;
        line-height: 70px
    }

    .banner {
        width: 100%;
        height: auto
    }

    .banner .banner_container {
        width: 100%;
        height: auto
    }

    .banner .banner_nav_item {
        display: none
    }

    .banner .banner_container .banner_wrapper .banner_slide .banner_img {
        width: 100%;
        height: auto
    }

    .banner .banner_pagination {
        display: none
    }

    .hot {
        width: 100%;
        padding: 15px 0 0
    }

    .hot_title .hot_title_text,.hot_title .hot_title_texts {
        font-size: 16px
    }

    .info_title {
        font-size: 16px;
        line-height: 35px
    }

    .hot .hot_container {
        padding: 10px 0 0
    }

    .hot .hot_container .hot_wrapper .hot_slide .hot_item .hot_list .hot_body .hot_ico {
        width: 100%;
        height: auto
    }

    .hot .hot_container .hot_wrapper .hot_slide .hot_item .hot_list .hot_body .hot_text {
        font-size: 14px;
        line-height: 29px
    }

    .info_top {
        padding: 15px 0
    }

    .info_top .info_top_table {
        padding: 9px 10px;
        height: auto
    }

    .info_top .info_top_table .info_top_item .info_top_list {
        height: 35px;
        line-height: 35px;
        font-size: 14px
    }

    .info_top .info_top_more {
        top: 10px;
        font-size: 14px
    }

    .info_top .apply {
        width: 100%;
        height: 263px
    }

    .info_top .apply .apply_title {
        height: 40px;
        line-height: 40px;
        font-size: 16px
    }

    .info_top .apply .apply_form {
        padding: 20px 10px 0
    }

    .info_top .apply .apply_form .apply_form_body .form-control {
        font-size: 12px
    }

    .info_top .apply .apply_form .apply_form_btn {
        margin: 0;
        padding: 0
    }

    .info_top .apply .apply_form .apply_form_btn .apply_form_a {
        height: 30px;
        line-height: 30px;
        margin: 0 auto;
        width: 100px;
        font-size: 12px
    }

    .info_top .apply .apply_form .apply_form_body>div>div {
        margin-bottom: 15px
    }

    .rect_img {
        padding-bottom: 15px
    }

    .rect_img .img-responsive,.thumbnail > img,.thumbnail a > img,.carousel-inner > .item > img,.carousel-inner > .item > a > img {
        max-width: 100%
    }

    .depot .depot_body .depot_right {
        width: 100%;
        height: auto
    }

    .depot .depot_head .depot_head_title {
        position: relative;
        padding-left: 25px
    }

    .depot .depot_body .depot_right .depot_right_item .depot_right_list .depot_right_img img {
        width: auto;
        height: 100%;
        display: block
    }

    .depot .depot_head .depot_head_title:before {
        top: 50%;
        background: url(../images/depot_icon.png) no-repeat;
        background-size: 50%;
        margin-top: -10px
    }

    .depot .depot_head .depot_head_search .depot_search_btn {
        width: 45px;
        font-size: 12px
    }

    .depot .depot_head .depot_head_search .depot_search_input {
        padding: 6px 10px;
        font-size: 12px
    }

    .depot .depot_body .depot_left_phone {
        display: none
    }

    .depot .depot_body .depot_right .depot_right_item .depot_right_list .depot_right_img:hover .depot_right_dw {
        display: none
    }

    .depot .depot_body .depot_right .depot_right_item .depot_right_list .depot_right_img .depot_right_place {
        width: 100%;
        padding-left: 27px;
        overflow: hidden
    }

    .depot .depot_body .depot_right .depot_right_item .depot_right_list .depot_right_img .depot_right_place:before {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        margin-top: -8px;
        left: 10px;
        background: url(../images/depot_left_place.png) no-repeat;
        background-size: 80%;
        width: 15px;
        height: 20px
    }

    .depot .depot_body .depot_right .depot_right_item .depot_right_list>span,.depot .depot_body .depot_right .depot_right_item .depot_right_list>a {
        padding: 0 10px
    }

    .info_bottom {
        padding: 15px 0 5px
    }

    .info_bottom .info_top_more {
        position: absolute;
        top: 8px;
        right: 20px;
        line-height: 35px;
        text-transform: uppercase;
        color: #0a7cf9;
        font-size: 14px
    }

    .info_bottom .info_bottom_table .info_bottom_body .info_bottom_first .info_bottom_first_text .info_bottom_first_title {
        font-size: 14px
    }

    .info_bottom .info_bottom_table .info_bottom_body {
        padding: 15px 10px
    }

    .info_bottom .info_bottom_table {
        width: 100%;
        height: auto;
        padding: 5px 10px;
        margin-bottom: 10px
    }

    .info_bottom .info_bottom_table .info_bottom_head {
        height: 40px;
        line-height: 40px;
        border-bottom: 1px dashed #ddd
    }

    .info_bottom .info_bottom_table .info_bottom_body {
        padding: 17px 5px 0
    }

    .info_bottom .info_bottom_table .info_bottom_body .info_bottom_first .info_bottom_first_img {
        width: 120px;
        height: 80px
    }

    .info_bottom .info_bottom_table .info_bottom_body .info_bottom_first .info_bottom_first_text {
        margin-bottom: 10px
    }

    .info_bottom .info_bottom_table .info_bottom_body .info_bottom_first .info_bottom_first_text .info_bottom_first_title {
        height: 40px;
        line-height: 20px;
        font-size: 14px
    }

    .info_bottom .info_bottom_table .info_bottom_body .info_bottom_first .info_bottom_first_text .info_bottom_first_detail {
        height: 40px;
        line-height: 20px;
        font-size: 14px
    }

    .info_bottom .info_bottom_table .info_bottom_body .info_bottom_body_title {
        height: 30px;
        line-height: 30px;
        padding-left: 10px;
        font-size: 14px
    }

    .info_bottom .info_bottom_table .info_bottom_body .info_bottom_body_title:before {
        margin-top: -2px;
        width: 3px;
        height: 3px
    }

    .info_bottom .info_bottom_table .info_bottom_suc .info_bottom_suc_list {
        padding: 8px 0
    }

    .info_bottom .info_bottom_table .info_bottom_suc .info_bottom_suc_list .info_bottom_suc_a {
        width: 60px;
        height: 60px;
        margin-right: 15px
    }

    .info_bottom .info_bottom_table .info_bottom_suc .info_bottom_suc_list .info_bottom_suc_title {
        height: 30px;
        line-height: 30px;
        font-size: 14px
    }

    .info_bottom .info_bottom_table .info_bottom_suc .info_bottom_suc_list .info_bottom_suc_detail {
        height: 40px;
        line-height: 20px;
        font-size: 14px
    }

    .topic .topic_body {
        width: 100%;
        height: auto;
        border-top: none;
        padding: 0 10px
    }

    .topic .topic_body .topic_table {
        padding: 5px 30px 10px
    }

    .topic .swiper-button-next,.swiper-container-rtl .swiper-button-prev {
        right: 0;
        left: auto
    }

    .topic .swiper-button-prev,.swiper-container-rtl .swiper-button-next {
        left: 0;
        right: auto
    }

    .topic .topic_body .topic_table .topic_container .topic_wrapper .topic_slide .topic_icon {
        padding: 10px;
        width: 100%;
        height: 100%
    }

    .topic .swiper-button-next,.swiper-button-prev {
        background-size: 20px 33px
    }

    .topic .topic_body .topic_table .topic_container .topic_wrapper .topic_slide .topic_text {
        margin-top: 5px;
        font-size: 16px
    }

    .link {
        display: none
    }

    .footer .footer_table.footer_table1 .footer_item a {
        display: block;
        font-size: 14px
    }

    .footer .footer_table.footer_table2 .footer_item .footer_text {
        font-size: 14px
    }

    .footer .footer_table.footer_table3 .footer_item a {
        font-size: 14px
    }

    .footer .footer_table.footer_table2 .footer_item .footer_tel {
        font-size: 30px
    }

    .colleges_banner {
        width: 100%;
        height: auto;
        overflow: hidden
    }

    .colleges_banner .colleges_banner_container .colleges_banner_wrapper .colleges_banner_slide {
        width: 100%;
        height: auto
    }

    .colleges_main .colleges_body .colleges_left .colleges_table .colleges_table_main .colleges_table_item .colleges_table_list .colleges_table_list_a {
        width: 117px
    }

    .colleges_page {
        padding: 25px 0 50px
    }

    .detail_banner {
        display: none
    }

    .detail_main .detail_body .detail_left {
        margin-top: 10px;
        margin-bottom: 50px
    }

    .detail_main .detail_body .detail_left .detail_left_body {
        padding: 0 15px;
        margin-bottom: 10px
    }

    .detail_main .detail_body .detail_left .detail_left_body:before {
        top: -5px;
        left: -5px;
        background-size: 70%
    }

    .detail_main .detail_body .detail_left .detail_left_body .detail_left_body_head {
        padding-top: 15px
    }

    .detail_main .detail_body .detail_left .detail_left_body .detail_left_body_head .detail_left_body_title {
        font-size: 16px;
        line-height: 22px;
        font-weight: bold;
        color: #333
    }

    .detail_main .detail_body .detail_left .detail_left_body .detail_left_body_head .detail_left_body_text>span {
        padding: 0 1px
    }

    .detail_main .detail_body .detail_left .detail_left_body .detail_left_body_main {
        padding: 10px 15px
    }

    .detail_main .detail_body .detail_left .detail_left_body .detail_left_body_bottom {
        padding: 30px 0
    }

    .sign {
        padding: 20px 0 50px
    }

    .sign .sign_body {
        padding: 0 60px
    }

    .sign .sign_body .sign_title {
        font-size: 22px;
        line-height: 40px;
        margin-bottom: 10px
    }

    .sign .sign_body .sign_table {
        padding: 30px 60px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border: 1px solid #eee
    }

    .sign .sign_body .sign_table .sign_table_list {
        margin-bottom: 10px
    }

    .sign .sign_body .sign_table .sign_table_list label.error {
        line-height: 30px;
        padding-right: 5px;
        font-size: 12px
    }

    .sign .sign_body .sign_table .sign_table_list .sign_table_title {
        line-height: 30px
    }

    .sign .sign_body .sign_table .sign_table_list .form-control {
        font-size: 12px
    }

    .sign .sign_body .sign_table .sign_table_list textarea.form-control {
        height: 60px
    }

    .sign .sign_body .sign_table .sign_table_btn {
        padding-top: 10px
    }

    .sign .sign_body .sign_table .sign_table_btn .sign_table_a {
        width: 100px;
        height: 30px;
        line-height: 28px;
        font-size: 14px;
        margin-bottom: 5px
    }

    .sign_footer {
        margin: 0
    }

    .about {
        padding-top: 15px;
        padding-bottom: 50px
    }

    .about .about_body .about_table {
        margin-bottom: 15px;
        height: 124px
    }

    .about .about_body .about_table .about_table_title {
        height: 40px;
        line-height: 40px;
        font-size: 16px
    }

    .about .about_body .about_table .about_table_list:before {
        margin-top: -5px;
        left: 50px;
        background-size: 10px 10px;
        width: 10px;
        height: 10px
    }

    .about .about_body .about_table .about_table_list .about_table_list_name {
        font-size: 14px
    }

    .about .about_body .about_text {
        min-height: 100px;
        padding: 15px 30px;
        margin-bottom: 15px
    }

    .about .about_body .about_text .about_text_title {
        font-size: 22px;
        line-height: 40px;
        border-bottom: 1px dotted #ddd;
        padding-bottom: 10px
    }

    .about .about_body .about_text .about_text_body {
        padding: 15px 0 30px
    }

    .about .about_body .about_text .about_text_body p {
        font-size: 14px
    }

    .coll_index {
        width: 100%;
        height: auto;
        position: relative;
        padding-bottom: 30px;
        margin-bottom: 15px;
        overflow: hidden
    }

    .coll_index .coll_index_banner {
        width: 100%;
        height: 100%
    }

    .coll_index .coll_index_opa {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.25);
        z-index: -1
    }

    .coll_index .coll_index_banner>img {
        width: 100%;
        height: 100%
    }

    .coll_index .coll_index_body .coll_index_posi {
        height: 40px;
        line-height: 40px;
        overflow: hidden
    }

    .coll_index .coll_index_body .coll_index_posi>span:nth-child(1),.coll_index .coll_index_body .coll_index_posi>a:nth-child(2),.coll_index .coll_index_body .coll_index_posi>span:nth-child(3) {
        display: none
    }

    .coll_index .coll_index_body .coll_index_posi,.coll_index .coll_index_body .coll_index_posi>a {
        font-size: 14px
    }

    .coll_index .coll_index_body .coll_table {
        height: auto;
        padding: 0
    }

    .coll_index .coll_index_body .coll_table .coll_table_left {
        width: 80px;
        height: 130px;
        line-height: 130px;
        background: transparent;
        text-align: center;
        position: relative;
        overflow: hidden;
        margin: 0 30px
    }

    .coll_index .coll_index_body .coll_table .coll_table_left>img {
        width: 80px;
        height: 80px
    }

    .coll_index .coll_index_body .coll_table .coll_table_left,.coll_index .coll_index_body .coll_table .coll_table_middle {
        margin-top: 0
    }

    .coll_index .coll_index_body .coll_table .coll_table_middle {
        width: 500px;
        margin: 0 30px
    }

    .coll_index .coll_index_body .coll_table .coll_table_middle .coll_table_middle_title {
        font-size: 16px;
        height: 30px;
        line-height: 30px;
        overflow: hidden
    }

    .coll_index .coll_index_body .coll_table .coll_table_middle .coll_table_middle_tag {
        margin: 10px 0
    }

    .coll_index .coll_index_body .coll_table .coll_table_middle .coll_table_middle_tag>a {
        display: inline-block;
        color: #fff;
        border: 1px solid #fff;
        padding: 0 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        height: 20px;
        line-height: 18px;
        font-size: 12px;
        margin: 5px 5px 5px 0
    }

    .coll_index .coll_index_body .coll_table .coll_table_middle .coll_table_middle_table {
        height: 50px;
        margin-top: 4px
    }

    .coll_index .coll_index_body .coll_table .coll_table_middle .coll_table_middle_table .coll_table_middle_item {
        width: 50%;
        height: 25px;
        line-height: 25px
    }

    .coll_index .coll_index_body .coll_table .coll_table_middle .coll_table_middle_table .coll_table_middle_item,.coll_index .coll_index_body .coll_table .coll_table_middle .coll_table_middle_table .coll_table_middle_item>a {
        color: #fff;
        font-size: 14px
    }

    .coll_index .coll_index_body .coll_table .coll_table_right {
        padding-top: 5px;
        height: 130px
    }

    .coll_index .coll_index_body .coll_table .coll_table_right .coll_table_right_title {
        margin-top: 0
    }

    .coll_index .coll_index_body .coll_table .coll_table_right .coll_table_right_rank {
        width: 50px;
        height: 50px
    }

    .coll_index .coll_index_body .coll_table .coll_table_right .coll_table_right_rank>img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -25px;
        z-index: -1
    }

    .coll_index .coll_index_body .coll_table .coll_table_right .coll_table_right_rank .coll_table_right_rank_num {
        width: 25px;
        font-size: 12px
    }

    .coll_index .coll_index_body .coll_table .coll_table_right .coll_table_right_rank .coll_table_right_rank_left {
        top: 5px;
        left: 0
    }

    .coll_index .coll_index_body .coll_table .coll_table_right .coll_table_right_rank .coll_table_right_rank_right {
        top: 0;
        right: 0
    }

    .coll_index .coll_index_body .coll_table .coll_table_right .coll_table_right_text {
        height: 20px;
        line-height: 20px
    }

    .coll_index .coll_index_body .coll_table .coll_table_right .coll_table_right_text>span {
        display: inline-block;
        width: 40px;
        line-height: 20px;
        font-size: 14px
    }

    .coll_index .coll_index_body .coll_table .coll_table_right .coll_table_right_btn {
        display: inline-block;
        margin-top: 5px;
        width: 100px;
        height: 30px;
        line-height: 30px;
        font-size: 12px
    }

    .page_left_banner .page_container .page_wrapper .page_slide {
        height: 280px
    }
}

@media screen and (min-width: 992px) and (max-width:1023px ) {
    div#doyoo_panel {
        display:none!important
    }

    .page_main .page_body .page_left {
        padding: 20px 15px 0
    }

    .colleges_main>div {
        width: 100%;
        padding: 0 30px
    }

    .colleges_main.page_main .page_body .page_left .page_left_body {
        padding: 0
    }

    .colleges_page {
        padding: 15px 0 30px
    }

    .text_body .text_table {
        padding: 10px 0
    }

    .text_body .text_table .text_body_head {
        height: 30px;
        line-height: 30px
    }

    .text_body .text_table .text_body_head>a {
        font-size: 16px
    }
}

@media screen and (min-width: 768px) and (max-width:1023px ) {
    div#doyoo_panel {
        display:none!important
    }

    #doyoo_panel {
    }

    .top,.top_nav .nav_item {
        display: none
    }

    .top_nav .nav_phone {
        display: block
    }

    .top_nav {
        height: auto
    }

    .top_nav .nav_logo {
        height: 70px;
        line-height: 70px
    }

    .top_nav .nav_logo .nav_logo_img {
        display: inline;
        height: 50px
    }

    .top_nav .nav_item_phone {
        height: 70px;
        line-height: 70px
    }

    .banner {
        width: 100%;
        height: auto
    }

    .banner .banner_container {
        width: 100%;
        height: auto
    }

    .banner .banner_nav_item {
        display: none
    }

    .banner .banner_container .banner_wrapper .banner_slide .banner_img {
        width: 100%;
        height: auto
    }

    .banner .banner_pagination {
        display: none
    }

    .hot {
        width: 100%;
        padding: 15px 0 0
    }

    .hot_title .hot_title_text,.hot_title .hot_title_texts {
        font-size: 16px
    }

    .info_title {
        font-size: 16px;
        line-height: 35px
    }

    .hot .hot_container {
        padding: 10px 0 0
    }

    .hot .hot_container .hot_wrapper .hot_slide .hot_item .hot_list .hot_body .hot_ico {
        width: 100%;
        height: auto
    }

    .hot .hot_container .hot_wrapper .hot_slide .hot_item .hot_list .hot_body .hot_text {
        font-size: 12px;
        line-height: 29px
    }

    .info_top {
        padding: 15px 0
    }

    .info_top .info_top_table {
        padding: 10px;
        height: 240px;
        margin-bottom: 10px
    }

    .info_top .info_top_table .info_top_item .info_top_list {
        height: 30px;
        line-height: 30px;
        font-size: 14px
    }

    .info_top .info_top_more {
        top: 10px;
        font-size: 14px
    }

    .info_top .apply {
        width: 100%;
        height: 263px
    }

    .info_top .apply .apply_title {
        height: 40px;
        line-height: 40px;
        font-size: 16px
    }

    .info_top .apply .apply_form {
        padding: 20px 10px 0
    }

    .info_top .apply .apply_form .apply_form_body .form-control {
        font-size: 12px
    }

    .info_top .apply .apply_form .apply_form_btn {
        margin: 0;
        padding: 0
    }

    .info_top .apply .apply_form .apply_form_btn .apply_form_a {
        height: 30px;
        line-height: 30px;
        margin: 0 auto;
        width: 100px;
        font-size: 12px
    }

    .info_top .apply .apply_form .apply_form_body>div>div {
        margin-bottom: 15px
    }

    .rect_img {
        padding-bottom: 15px
    }

    .rect_img .img-responsive,.thumbnail > img,.thumbnail a > img,.carousel-inner > .item > img,.carousel-inner > .item > a > img {
        max-width: 100%
    }

    .depot .depot_body .depot_right {
        width: 100%;
        height: auto
    }

    .depot .depot_head .depot_head_title {
        position: relative;
        padding-left: 25px
    }

    .depot .depot_head .depot_head_title:before {
        top: 50%;
        background: url(../images/depot_icon.png) no-repeat;
        background-size: 50%;
        margin-top: -10px
    }

    .depot .depot_head .depot_head_search .depot_search_btn {
        width: 45px;
        font-size: 12px
    }

    .depot .depot_head .depot_head_search .depot_search_input {
        padding: 6px 10px;
        font-size: 12px
    }

    .depot .depot_body .depot_left {
        display: none
    }

    .depot .depot_body .depot_left_phone {
        display: block
    }

    .depot .depot_body .depot_right .depot_right_item .depot_right_list {
        width: 100%;
        height: auto
    }

    .depot .depot_body .depot_right .depot_right_item .depot_right_list .depot_right_img {
        width: 100%;
        height: 100px
    }

    .depot .depot_body .depot_right .depot_right_item .depot_right_list .depot_right_img:hover .depot_right_dw {
        display: none
    }

    .depot .depot_body .depot_right .depot_right_item .depot_right_list .depot_right_img .depot_right_place {
        width: 100%;
        height: 25px;
        line-height: 25px;
        padding-left: 27px;
        overflow: hidden;
        font-size: 12px
    }

    .depot .depot_body .depot_right .depot_right_item .depot_right_list .depot_right_img .depot_right_place:before {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        margin-top: -10px;
        left: 10px;
        background: url(../images/depot_left_place.png) no-repeat;
        background-size: 80%;
        width: 15px;
        height: 20px
    }

    .depot .depot_body .depot_right .depot_right_item .depot_right_list>span,.depot .depot_body .depot_right .depot_right_item .depot_right_list>a {
        padding: 0 10px
    }

    .depot .depot_body .depot_right .depot_right_item .depot_right_list>span.depot_right_text1 {
        font-size: 14px;
        font-weight: bold
    }

    .info_bottom {
        padding: 15px 0 5px
    }

    .info_bottom .info_top_more {
        position: absolute;
        top: 8px;
        right: 20px;
        line-height: 35px;
        text-transform: uppercase;
        color: #0a7cf9;
        font-size: 14px
    }

    .info_bottom .info_bottom_table .info_bottom_body .info_bottom_first .info_bottom_first_text .info_bottom_first_title {
        font-size: 14px
    }

    .info_bottom .info_bottom_table .info_bottom_body {
        padding: 15px 10px
    }

    .info_bottom .info_bottom_table {
        width: 100%;
        height: auto;
        padding: 5px 10px;
        margin-bottom: 10px
    }

    .info_bottom .info_bottom_table .info_bottom_head {
        height: 40px;
        line-height: 40px;
        border-bottom: 1px dashed #ddd
    }

    .info_bottom .info_bottom_table .info_bottom_body {
        padding: 15px 5px 0
    }

    .info_bottom .info_bottom_table .info_bottom_body .info_bottom_first .info_bottom_first_img {
        width: 120px;
        height: 80px
    }

    .info_bottom .info_bottom_table .info_bottom_body .info_bottom_first .info_bottom_first_text {
        margin-bottom: 10px
    }

    .info_bottom .info_bottom_table .info_bottom_body .info_bottom_first .info_bottom_first_text .info_bottom_first_title {
        height: 40px;
        line-height: 20px;
        font-size: 14px
    }

    .info_bottom .info_bottom_table .info_bottom_body .info_bottom_first .info_bottom_first_text .info_bottom_first_detail {
        height: 40px;
        line-height: 20px;
        font-size: 14px
    }

    .info_bottom .info_bottom_table .info_bottom_body .info_bottom_body_title {
        height: 30px;
        line-height: 30px;
        padding-left: 10px;
        font-size: 14px
    }

    .info_bottom .info_bottom_table .info_bottom_body .info_bottom_body_title:before {
        margin-top: -2px;
        width: 3px;
        height: 3px
    }

    .info_bottom .info_bottom_table .info_bottom_suc .info_bottom_suc_list {
        padding: 10px 0
    }

    .info_bottom .info_bottom_table .info_bottom_suc .info_bottom_suc_list .info_bottom_suc_a {
        width: 60px;
        height: 60px;
        margin-right: 15px
    }

    .info_bottom .info_bottom_table .info_bottom_suc .info_bottom_suc_list .info_bottom_suc_title {
        height: 30px;
        line-height: 30px;
        font-size: 14px
    }

    .info_bottom .info_bottom_table .info_bottom_suc .info_bottom_suc_list .info_bottom_suc_detail {
        height: 40px;
        line-height: 20px;
        font-size: 14px
    }

    .topic .topic_body {
        width: 100%;
        height: auto;
        border-top: none;
        padding: 0 10px
    }

    .topic .topic_body .topic_table {
        padding: 5px 30px 10px
    }

    .topic .swiper-button-next,.swiper-container-rtl .swiper-button-prev {
        right: 0;
        left: auto
    }

    .topic .swiper-button-prev,.swiper-container-rtl .swiper-button-next {
        left: 0;
        right: auto
    }

    .topic .topic_body .topic_table .topic_container .topic_wrapper .topic_slide .topic_icon {
        padding: 10px;
        width: 100%;
        height: 100%
    }

    .topic .swiper-button-next,.swiper-button-prev {
        background-size: 20px 33px
    }

    .topic .topic_body .topic_table .topic_container .topic_wrapper .topic_slide .topic_text {
        margin-top: 5px;
        font-size: 16px
    }

    .link {
        display: none
    }

    .footer {
        width: 100%;
        height: auto;
        padding: 15px 0 30px
    }

    .footer .footer_table.footer_table1,.footer .footer_table.footer_table3,.footer .footer_table.footer_table4 {
        display: none
    }

    .footer .footer_table.footer_table2 {
        width: 100%;
        margin-bottom: 10px
    }

    .footer .footer_table {
        padding: 0
    }

    .footer .footer_table.footer_table1 .footer_item a {
        display: inline-block;
        font-size: 12px
    }

    .footer .footer_table.footer_table2 .footer_item .footer_text {
        font-size: 12px
    }

    .footer .footer_table.footer_table3 .footer_item a {
        font-size: 12px
    }

    .footer .footer_table.footer_table2 .footer_item .footer_tel {
        font-size: 30px
    }

    .colleges_banner {
        width: 100%;
        height: auto;
        overflow: hidden
    }

    .colleges_banner .colleges_banner_container .colleges_banner_wrapper .colleges_banner_slide {
        width: 100%;
        height: auto
    }

    .colleges_main .colleges_body .colleges_left .colleges_table .colleges_table_main .colleges_table_item {
        padding: 15px 20px
    }

    .colleges_page {
        padding: 15px 0
    }

    .detail_banner {
        display: none
    }

    .detail_main .detail_body .detail_left {
        margin-top: 10px
    }

    .detail_main .detail_body .detail_left .detail_left_body {
        padding: 0 15px;
        margin-bottom: 10px
    }

    .detail_main .detail_body .detail_left .detail_left_body:before {
        top: -5px;
        left: -5px;
        background-size: 70%
    }

    .detail_main .detail_body .detail_left .detail_left_body .detail_left_body_head {
        padding-top: 15px
    }

    .detail_main .detail_body .detail_left .detail_left_body .detail_left_body_head .detail_left_body_title {
        font-size: 16px;
        line-height: 22px;
        font-weight: bold;
        color: #333
    }

    .detail_main .detail_body .detail_left .detail_left_body .detail_left_body_head .detail_left_body_text>span {
        padding: 0 1px
    }

    .detail_main .detail_body .detail_left .detail_left_body .detail_left_body_head .detail_left_body_text .detail_left_body_text_author {
        display: none
    }

    .detail_main .detail_body .detail_left .detail_left_body .detail_left_body_main {
        padding: 10px 15px
    }

    .detail_main .detail_body .detail_left .detail_left_body .detail_left_body_bottom {
        padding: 30px 0
    }

    .colleges_main {
        padding: 0;
        overflow: hidden
    }

    .colleges_main>div {
        width: 100%
    }

    .page_main .page_body .page_left {
        padding-top: 0
    }

    .box_consult .box_consult_title,.box_right .apply .apply_title {
        height: 40px;
        line-height: 40px;
        font-size: 16px
    }

    .box_consult .box_consult_body .box_consult_table:hover .box_consult_table_left {
        display: none
    }

    .box_right .box_right_img {
        margin: 10px 0
    }

    .box_right .apply .apply_form {
        padding: 15px
    }

    .box_right .detail_info_table {
        margin: 10px 0
    }

    .box_right .detail_info_table .detail_info_head {
        height: 40px;
        line-height: 40px
    }

    .box_right .detail_info_table .detail_info_head .info_top_more,.box_right .box_right_hot .info_bottom_head {
        height: 40px;
        right: 15px;
        line-height: 40px
    }

    .box_right .detail_info_table .detail_info_suc .detail_info_suc_list {
        padding: 6px 0
    }

    .box_right .detail_info_table .detail_info_suc .detail_info_suc_list .detail_info_suc_a {
        width: 50px;
        height: 50px;
        margin-top: 10px
    }

    .box_right .box_right_hot {
        margin-bottom: 0
    }

    .page_left_banner .page_container .page_wrapper .page_slide {
        height: 280px
    }

    .page_left_banner .page_container.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
        display: none
    }

    .page_left_banner .page_container .page_wrapper .page_slide .page_slide_title {
        height: 40px;
        line-height: 40px;
        background: rgba(0,0,0,.4);
        padding: 0 10px;
        font-size: 16px;
        text-align: center
    }

    .page_left_head {
        padding: 10px 30px
    }

    .page_main .page_body .page_left .page_left_body {
        padding: 0 30px
    }

    .page_main .page_body .page_left .colleges_page {
        padding: 0 0 10px
    }

    .sign {
        padding: 20px 0 50px
    }

    .sign .sign_body {
        padding: 0 50px
    }

    .sign .sign_body .sign_title {
        font-size: 20px;
        line-height: 40px;
        margin-bottom: 10px
    }

    .sign .sign_body .sign_table {
        padding: 15px 50px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border: 1px solid #eee
    }

    .sign .sign_body .sign_table .sign_table_list {
        margin-bottom: 10px
    }

    .sign .sign_body .sign_table .sign_table_list label.error {
        line-height: 30px;
        padding-right: 5px;
        font-size: 12px
    }

    .sign .sign_body .sign_table .sign_table_list .sign_table_title {
        line-height: 30px
    }

    .sign .sign_body .sign_table .sign_table_list .form-control {
        font-size: 12px
    }

    .sign .sign_body .sign_table .sign_table_list textarea.form-control {
        height: 60px
    }

    .sign .sign_body .sign_table .sign_table_btn {
        padding-top: 10px
    }

    .sign .sign_body .sign_table .sign_table_btn .sign_table_a {
        width: 100px;
        height: 30px;
        line-height: 28px;
        font-size: 14px;
        margin-bottom: 5px
    }

    .sign_footer {
        margin: 0
    }

    .country_body .country_table .country_item .country_item_title {
        height: 32px
    }

    .country_body .country_table .country_item .country_item_title .country_item_name {
        padding: 0 12px;
        height: 32px;
        line-height: 32px;
        font-size: 14px
    }

    .country_body .country_table .country_item .country_item_title .country_item_more {
        height: 32px;
        line-height: 32px
    }

    .country_body .country_table .country_item .country_item_title .country_item_more>a {
        font-size: 14px
    }

    .country_body .country_table .country_item .country_list {
        padding: 10px 0 5px
    }

    .country_body .country_table .country_item .country_list .country_list_title {
        height: 26px;
        line-height: 26px;
        padding-left: 15px;
        font-size: 14px
    }

    .country_body .country_table .country_item .country_list .country_list_title:before {
        left: 5px
    }

    .country_body .country_table .country_list_banner {
        margin: 7.5px 0
    }

    .country_body .country_table .country_list_banner .country_list_img .country_list_img_img {
        width: 100%;
        height: auto
    }

    .country_body .country_table .country_item .country_list .country_first .country_first_img {
        width: 100px;
        height: 76px
    }

    .country_body .country_table .country_item .country_list .country_first .country_first_text .country_first_title {
        font-size: 14px;
        height: 40px;
        line-height: 20px
    }

    .country_body .country_table .country_item .country_list .country_first .country_first_text .country_first_detail {
        height: 36px;
        line-height: 18px;
        font-size: 14px
    }

    .country_body .country_table .topic .topic_body .topic_head {
        height: 40px;
        line-height: 40px;
        font-size: 14px
    }

    .country_body .country_table .topic .topic_body .topic_table {
        padding: 10px 30px
    }

    .country_body .country_table .topic .topic_body .topic_table .country_topic_container .topic_wrapper .topic_slide .topic_text {
        font-size: 14px
    }

    .country_body .country_table .topic {
        margin-bottom: 0;
        margin-top: 10px
    }

    .about {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .about .about_body .about_table {
        margin-bottom: 15px;
        height: 124px
    }

    .about .about_body .about_table .about_table_title {
        height: 40px;
        line-height: 40px;
        font-size: 16px
    }

    .about .about_body .about_table .about_table_list:before {
        margin-top: -5px;
        left: 30px;
        background-size: 10px 10px;
        width: 10px;
        height: 10px
    }

    .about .about_body .about_table .about_table_list .about_table_list_name {
        font-size: 14px
    }

    .about .about_body .about_text {
        min-height: 100px;
        padding: 15px 30px;
        margin-bottom: 15px
    }

    .about .about_body .about_text .about_text_title {
        font-size: 22px;
        line-height: 40px;
        border-bottom: 1px dotted #ddd;
        padding-bottom: 10px
    }

    .about .about_body .about_text .about_text_body {
        padding: 15px 0 30px
    }

    .about .about_body .about_text .about_text_body p {
        font-size: 14px
    }

    .coll_index {
        width: 100%;
        height: auto;
        position: relative;
        padding-bottom: 30px;
        margin-bottom: 15px;
        overflow: hidden
    }

    .coll_index .coll_index_banner {
        width: 100%;
        height: 100%
    }

    .coll_index .coll_index_opa {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.25);
        z-index: -1
    }

    .coll_index .coll_index_banner>img {
        width: auto;
        height: 100%
    }

    .coll_index .coll_index_body .coll_index_posi {
        height: 40px;
        line-height: 40px;
        overflow: hidden
    }

    .coll_index .coll_index_body .coll_index_posi>span:nth-child(1),.coll_index .coll_index_body .coll_index_posi>a:nth-child(2),.coll_index .coll_index_body .coll_index_posi>span:nth-child(3) {
        display: none
    }

    .coll_index .coll_index_body .coll_index_posi,.coll_index .coll_index_body .coll_index_posi>a {
        font-size: 14px
    }

    .coll_index .coll_index_body .coll_table {
        height: auto;
        padding: 0
    }

    .coll_index .coll_index_body .coll_table .coll_table_left {
        width: 80px;
        height: 130px;
        line-height: 130px;
        background: transparent;
        text-align: center;
        position: relative;
        overflow: hidden;
        margin: 0 30px
    }

    .coll_index .coll_index_body .coll_table .coll_table_left>img {
        width: 80px;
        height: 80px
    }

    .coll_index .coll_index_body .coll_table .coll_table_left,.coll_index .coll_index_body .coll_table .coll_table_middle {
        margin-top: 0
    }

    .coll_index .coll_index_body .coll_table .coll_table_middle {
        width: 300px;
        margin: 0 30px
    }

    .coll_index .coll_index_body .coll_table .coll_table_middle .coll_table_middle_title {
        font-size: 16px;
        height: 30px;
        line-height: 30px;
        overflow: hidden
    }

    .coll_index .coll_index_body .coll_table .coll_table_middle .coll_table_middle_tag {
        display: none
    }

    .coll_index .coll_index_body .coll_table .coll_table_middle .coll_table_middle_tag>a {
        display: inline-block;
        color: #fff;
        border: 1px solid #fff;
        padding: 0 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        height: 20px;
        line-height: 18px;
        font-size: 12px;
        margin: 5px 5px 5px 0
    }

    .coll_index .coll_index_body .coll_table .coll_table_middle .coll_table_middle_table {
        height: 96px;
        margin-top: 4px
    }

    .coll_index .coll_index_body .coll_table .coll_table_middle .coll_table_middle_table .coll_table_middle_item {
        width: 100%;
        height: 24px;
        line-height: 24px
    }

    .coll_index .coll_index_body .coll_table .coll_table_middle .coll_table_middle_table .coll_table_middle_item,.coll_index .coll_index_body .coll_table .coll_table_middle .coll_table_middle_table .coll_table_middle_item>a {
        color: #fff;
        font-size: 14px
    }

    .coll_index .coll_index_body .coll_table .coll_table_right {
        padding-top: 5px;
        height: 130px
    }

    .coll_index .coll_index_body .coll_table .coll_table_right .coll_table_right_title {
        margin-top: 0
    }

    .coll_index .coll_index_body .coll_table .coll_table_right .coll_table_right_rank {
        width: 50px;
        height: 50px
    }

    .coll_index .coll_index_body .coll_table .coll_table_right .coll_table_right_rank>img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -25px;
        z-index: -1
    }

    .coll_index .coll_index_body .coll_table .coll_table_right .coll_table_right_rank .coll_table_right_rank_num {
        width: 25px;
        font-size: 12px
    }

    .coll_index .coll_index_body .coll_table .coll_table_right .coll_table_right_rank .coll_table_right_rank_left {
        top: 5px;
        left: 0
    }

    .coll_index .coll_index_body .coll_table .coll_table_right .coll_table_right_rank .coll_table_right_rank_right {
        top: 0;
        right: 0
    }

    .coll_index .coll_index_body .coll_table .coll_table_right .coll_table_right_text {
        height: 20px;
        line-height: 20px
    }

    .coll_index .coll_index_body .coll_table .coll_table_right .coll_table_right_text>span {
        display: inline-block;
        width: 40px;
        line-height: 20px;
        font-size: 14px
    }

    .coll_index .coll_index_body .coll_table .coll_table_right .coll_table_right_btn {
        display: inline-block;
        margin-top: 5px;
        width: 100px;
        height: 30px;
        line-height: 30px;
        font-size: 12px
    }

    .school_body .school_nav .school_nav_item .school_nav_list>a {
        font-size: 14px
    }

    .school_body .school_nav .school_nav_item .school_nav_list {
        height: 35px;
        line-height: 35px
    }

    .school_body .school_product {
        position: relative;
        padding: 15px 25px 10px
    }

    .school_body .school_product .school_product_body .school_product_item .school_product_list .school_product_div {
        height: 120px
    }

    .school_body .school_table {
        padding: 0 10px
    }

    .school_body .school_table .school_table_item {
        padding-top: 10px
    }

    .school_body .school_table .school_table_item .school_table_head {
        font-size: 16px;
        height: 30px;
        line-height: 30px;
        padding-left: 30px
    }

    .school_body .school_table .school_table_item .school_table_head:before {
        margin-top: -12px;
        width: 24px;
        height: 24px
    }

    .school_body .school_table .school_table_item .school_table_detail {
        padding: 10px
    }

    .school_body .school_table .school_table_item .school_table_detail>p,#school_btn,#school_btn1 {
        font-size: 14px
    }

    .school_body {
        padding-bottom: 15px;
        margin-bottom: 5px
    }

    .text_body .text_table {
        padding: 10px 0
    }

    .text_body .text_table .text_body_head {
        height: 30px;
        line-height: 30px
    }

    .text_body .text_table .text_body_head>a {
        font-size: 16px
    }
}

@media screen and (max-width: 1024px ) {
    .top,.top_nav .search,.top_nav .frphone {
        display:none
    }

    .top_nav {
        margin-top: 0
    }

    .top_nav .nav_logo {
        padding-right: 0
    }

    .top_nav .nav_item_phone {
        width: 0;
        height: 0 !important
    }

    .top_nav .nav_item_phone .nav_item_phone_btn {
        display: block;
        position: absolute;
        right: 10px;
        top: 10px;
    }

    .hot .hot_container .hot_wrapper .hot_slide {
        width: 50%
    }

    .page_left_banner .page_container.swiper-container-horizontal > .swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
        display: block !important
    }

    .page_left_banner .page_container .page_pagi .swiper-pagination-bullet {
        width: 25px;
        height: 6px
    }
}

@media screen and (min-width: 667px) and (max-width:767px ) {
    div#doyoo_panel {
        display:none!important
    }

    .top_nav .nav_item {
        display: none
    }

    .top_nav .nav_phone {
        display: block
    }

    .top_nav {
        height: auto
    }

    .top_nav .nav_logo {
        height: 70px;
        line-height: 70px
    }

    .top_nav .nav_logo .nav_logo_img {
        display: inline;
        height: 50px
    }

    .top_nav .nav_item_phone {
        height: 70px;
        line-height: 70px
    }

    .banner {
        width: 100%;
        height: auto
    }

    .banner .banner_container {
        width: 100%;
        height: auto
    }

    .banner .banner_nav_item {
        display: none
    }

    .banner .banner_container .banner_wrapper .banner_slide .banner_img {
        width: 100%;
        height: auto
    }

    .banner .banner_pagination {
        display: none
    }

    .hot {
        width: 100%;
        padding: 15px 0 0
    }

    .hot_title .hot_title_text,.hot_title .hot_title_texts {
        font-size: 16px
    }

    .info_title {
        font-size: 16px;
        line-height: 35px
    }

    .hot .hot_container {
        padding: 10px 0 0
    }

    .hot .hot_container .hot_wrapper .hot_slide .hot_item .hot_list .hot_body .hot_ico {
        width: 100%;
        height: auto
    }

    .hot .hot_container .hot_wrapper .hot_slide .hot_item .hot_list .hot_body .hot_text {
        font-size: 12px;
        line-height: 29px
    }

    .info_top {
        padding: 15px 0
    }

    .info_top .info_top_table {
        padding: 10px;
        height: 240px;
        margin-bottom: 10px
    }

    .info_top .info_top_table .info_top_item .info_top_list {
        height: 30px;
        line-height: 30px;
        font-size: 14px
    }

    .info_top .info_top_more {
        top: 10px;
        font-size: 14px
    }

    .info_top .apply {
        width: 100%;
        height: 263px
    }

    .info_top .apply .apply_title {
        height: 40px;
        line-height: 40px;
        font-size: 16px
    }

    .info_top .apply .apply_form {
        padding: 20px 10px 0
    }

    .info_top .apply .apply_form .apply_form_body .form-control {
        font-size: 12px
    }

    .info_top .apply .apply_form .apply_form_btn {
        margin: 0;
        padding: 0
    }

    .info_top .apply .apply_form .apply_form_btn .apply_form_a {
        height: 30px;
        line-height: 30px;
        margin: 0 auto;
        width: 100px;
        font-size: 12px
    }

    .info_top .apply .apply_form .apply_form_body>div>div {
        margin-bottom: 15px
    }

    .rect_img {
        padding-bottom: 15px
    }

    .rect_img .img-responsive,.thumbnail > img,.thumbnail a > img,.carousel-inner > .item > img,.carousel-inner > .item > a > img {
        max-width: 100%
    }

    .depot .depot_body .depot_right {
        width: 100%;
        height: auto
    }

    .depot .depot_head .depot_head_title {
        position: relative;
        padding-left: 25px
    }

    .depot .depot_head .depot_head_title:before {
        top: 50%;
        background: url(../images/depot_icon.png) no-repeat;
        background-size: 50%;
        margin-top: -10px
    }

    .depot .depot_head .depot_head_search .depot_search_btn {
        width: 45px;
        font-size: 12px
    }

    .depot .depot_head .depot_head_search .depot_search_input {
        padding: 6px 10px;
        font-size: 12px
    }

    .depot .depot_body .depot_left {
        display: none
    }

    .depot .depot_body .depot_left_phone {
        display: block
    }

    .depot .depot_body .depot_right .depot_right_item .depot_right_list {
        width: 100%;
        height: auto
    }

    .depot .depot_body .depot_right .depot_right_item .depot_right_list .depot_right_img {
        width: 100%;
        height: 180px
    }

    .depot .depot_body .depot_right .depot_right_item .depot_right_list .depot_right_img:hover .depot_right_dw {
        display: none
    }

    .depot .depot_body .depot_right .depot_right_item .depot_right_list .depot_right_img .depot_right_place {
        width: 100%;
        height: 25px;
        line-height: 25px;
        padding-left: 27px;
        overflow: hidden;
        font-size: 12px
    }

    .depot .depot_body .depot_right .depot_right_item .depot_right_list .depot_right_img .depot_right_place:before {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        margin-top: -10px;
        left: 10px;
        background: url(../images/depot_left_place.png) no-repeat;
        background-size: 80%;
        width: 15px;
        height: 20px
    }

    .depot .depot_body .depot_right .depot_right_item .depot_right_list>span,.depot .depot_body .depot_right .depot_right_item .depot_right_list>a {
        padding: 0 10px
    }

    .depot .depot_body .depot_right .depot_right_item .depot_right_list>span.depot_right_text1 {
        font-size: 14px;
        font-weight: bold
    }

    .info_bottom {
        padding: 15px 0 5px
    }

    .info_bottom .info_top_more {
        position: absolute;
        top: 8px;
        right: 20px;
        line-height: 35px;
        text-transform: uppercase;
        color: #0a7cf9;
        font-size: 14px
    }

    .info_bottom .info_bottom_table .info_bottom_body .info_bottom_first .info_bottom_first_text .info_bottom_first_title {
        font-size: 14px
    }

    .info_bottom .info_bottom_table .info_bottom_body {
        padding: 15px 10px
    }

    .info_bottom .info_bottom_table {
        width: 100%;
        height: auto;
        padding: 5px 10px;
        margin-bottom: 10px
    }

    .info_bottom .info_bottom_table .info_bottom_head {
        height: 40px;
        line-height: 40px;
        border-bottom: 1px dashed #ddd
    }

    .info_bottom .info_bottom_table .info_bottom_body {
        padding: 15px 5px 0
    }

    .info_bottom .info_bottom_table .info_bottom_body .info_bottom_first .info_bottom_first_img {
        width: 120px;
        height: 80px
    }

    .info_bottom .info_bottom_table .info_bottom_body .info_bottom_first .info_bottom_first_text {
        margin-bottom: 10px
    }

    .info_bottom .info_bottom_table .info_bottom_body .info_bottom_first .info_bottom_first_text .info_bottom_first_title {
        height: 40px;
        line-height: 20px;
        font-size: 14px
    }

    .info_bottom .info_bottom_table .info_bottom_body .info_bottom_first .info_bottom_first_text .info_bottom_first_detail {
        height: 40px;
        line-height: 20px;
        font-size: 14px
    }

    .info_bottom .info_bottom_table .info_bottom_body .info_bottom_body_title {
        height: 30px;
        line-height: 30px;
        padding-left: 10px;
        font-size: 14px
    }

    .info_bottom .info_bottom_table .info_bottom_body .info_bottom_body_title:before {
        margin-top: -2px;
        width: 3px;
        height: 3px
    }

    .info_bottom .info_bottom_table .info_bottom_suc .info_bottom_suc_list {
        padding: 10px 0
    }

    .info_bottom .info_bottom_table .info_bottom_suc .info_bottom_suc_list .info_bottom_suc_a {
        width: 60px;
        height: 60px;
        margin-right: 15px
    }

    .info_bottom .info_bottom_table .info_bottom_suc .info_bottom_suc_list .info_bottom_suc_title {
        height: 30px;
        line-height: 30px;
        font-size: 14px
    }

    .info_bottom .info_bottom_table .info_bottom_suc .info_bottom_suc_list .info_bottom_suc_detail {
        height: 40px;
        line-height: 20px;
        font-size: 14px
    }

    .topic .topic_body {
        width: 100%;
        height: auto;
        border-top: none;
        padding: 0 10px
    }

    .topic .topic_body .topic_table {
        padding: 5px 30px 10px
    }

    .topic .swiper-button-next,.swiper-container-rtl .swiper-button-prev {
        right: 0;
        left: auto
    }

    .topic .swiper-button-prev,.swiper-container-rtl .swiper-button-next {
        left: 0;
        right: auto
    }

    .topic .topic_body .topic_table .topic_container .topic_wrapper .topic_slide .topic_icon {
        padding: 10px;
        width: 100%;
        height: 100%
    }

    .topic .swiper-button-next,.swiper-button-prev {
        background-size: 20px 33px
    }

    .topic .topic_body .topic_table .topic_container .topic_wrapper .topic_slide .topic_text {
        margin-top: 5px;
        font-size: 16px
    }

    .link {
        display: none
    }

    .footer {
        width: 100%;
        height: auto;
        padding: 15px 30px 30px
    }

    .footer .footer_table.footer_table1,.footer .footer_table.footer_table3,.footer .footer_table.footer_table4 {
        display: none
    }

    .footer .footer_table.footer_table2 {
        width: 100%;
        margin-bottom: 10px
    }

    .footer .footer_table {
        padding: 0
    }

    .footer .footer_table.footer_table1 .footer_item a {
        display: inline-block;
        font-size: 12px
    }

    .footer .footer_table.footer_table2 .footer_item .footer_text {
        font-size: 12px
    }

    .footer .footer_table.footer_table3 .footer_item a {
        font-size: 12px
    }

    .footer .footer_table.footer_table2 .footer_item .footer_tel {
        font-size: 30px
    }

    .colleges_banner {
        width: 100%;
        height: auto;
        overflow: hidden
    }

    .colleges_banner .colleges_banner_container .colleges_banner_wrapper .colleges_banner_slide {
        width: 100%;
        height: auto
    }

    .colleges_banner .colleges_banner_pagi {
        display: none
    }

    .colleges_main .colleges_body .colleges_left .colleges_search {
        padding: 15px
    }

    .colleges_main .colleges_body .colleges_left .colleges_search .colleges_search_item {
        margin: 0;
        color: #333
    }

    .colleges_main .colleges_body .colleges_left .colleges_search .colleges_form .colleges_search_input {
        width: 100%;
        margin: 10px 0
    }

    .colleges_main .colleges_body .colleges_left .colleges_search .colleges_form .colleges_search_btn {
        top: 30px
    }

    .colleges_main .colleges_body .colleges_left .colleges_table .colleges_table_main .colleges_table_item {
        padding: 10px 5px
    }

    .colleges_main .colleges_body .colleges_left .colleges_table .colleges_table_main .colleges_table_item .colleges_table_list .colleges_table_list_a {
        width: 80px;
        height: 80px;
        border: 1px solid #E4E4E4
    }

    .colleges_main .colleges_body .colleges_left .colleges_table .colleges_table_main .colleges_table_item .colleges_table_list {
        width: 100%;
        height: auto
    }

    .colleges_main .colleges_body .colleges_left .colleges_table .colleges_table_main .colleges_table_item .colleges_table_list .colleges_table_list_title {
        height: 20px;
        line-height: 20px
    }

    .colleges_main .colleges_body .colleges_left .colleges_table .colleges_table_main .colleges_table_item .colleges_table_list .colleges_table_list_title .colleges_table_list_title_ch {
        font-size: 14px;
        font-weight: bold
    }

    .colleges_main .colleges_body .colleges_left .colleges_table .colleges_table_main .colleges_table_item .colleges_table_list .colleges_table_list_info .colleges_table_list_info_table {
        height: 20px;
        line-height: 20px;
        padding: 0 5px;
        overflow: hidden
    }

    .colleges_main .colleges_body .colleges_left .colleges_table .colleges_table_main .colleges_table_item .colleges_table_list .colleges_table_list_info .colleges_table_list_info_table span {
        font-size: 12px;
        color: #666
    }

    .colleges_main .colleges_body .colleges_left .colleges_table .colleges_table_main .colleges_table_item .colleges_table_list_last {
        text-align: right
    }

    .colleges_main .colleges_body .colleges_left .colleges_table .colleges_table_main .colleges_table_item .colleges_table_list .colleges_table_list_btn {
        padding: 0
    }

    .colleges_main .colleges_body .colleges_left .colleges_table .colleges_table_main .colleges_table_item .colleges_table_list .colleges_table_list_btn .colleges_table_list_btna:last-child {
        margin-top: 0
    }

    .colleges_main .colleges_body .colleges_left .colleges_table .colleges_table_main .colleges_table_item .colleges_table_list .colleges_table_list_btn .colleges_table_list_btna {
        width: 60px;
        height: 22px;
        line-height: 20px;
        font-size: 12px;
        margin-right: 10px
    }

    .colleges_page {
        padding: 15px 0
    }

    .colleges_page .colleges_page_item .colleges_page_list {
        padding: 4px 12px;
        font-size: 12px
    }

    .detail_banner {
        display: none
    }

    .detail_main .detail_body .detail_left {
        margin: 0
    }

    .detail_main .detail_body .detail_left .detail_left_body {
        padding: 0 15px;
        margin-bottom: 10px
    }

    .detail_main .detail_body .detail_left .detail_left_body:before {
        top: -5px;
        left: -5px;
        background-size: 70%
    }

    .detail_main .detail_body .detail_left .detail_left_body .detail_left_body_head {
        padding-top: 15px
    }

    .detail_main .detail_body .detail_left .detail_left_body .detail_left_body_head .detail_left_body_title {
        font-size: 16px;
        line-height: 22px;
        font-weight: bold;
        color: #333
    }

    .detail_main .detail_body .detail_left .detail_left_body .detail_left_body_head .detail_left_body_text>span {
        padding: 0 1px
    }

    .detail_main .detail_body .detail_left .detail_left_body .detail_left_body_main {
        padding: 10px 15px
    }

    .detail_main .detail_body .detail_left .detail_left_body .detail_left_body_bottom {
        padding: 20px 0
    }

    .colleges_main {
        padding: 0;
        overflow: hidden
    }

    .page_main .page_body .page_left {
        padding-top: 0
    }

    .box_consult .box_consult_title,.box_right .apply .apply_title {
        height: 40px;
        line-height: 40px;
        font-size: 16px
    }

    .box_consult .box_consult_body .box_consult_table:hover .box_consult_table_left {
        display: none
    }

    .box_right .box_right_img {
        margin: 10px 0
    }

    .box_right .apply .apply_form {
        padding: 15px
    }

    .box_right .detail_info_table {
        margin: 10px 0
    }

    .box_right .detail_info_table .detail_info_head {
        height: 40px;
        line-height: 40px
    }

    .box_right .detail_info_table .detail_info_head .info_top_more,.box_right .box_right_hot .info_bottom_head {
        height: 40px;
        right: 15px;
        line-height: 40px
    }

    .box_right .detail_info_table .detail_info_suc .detail_info_suc_list {
        padding: 6px 0
    }

    .box_right .detail_info_table .detail_info_suc .detail_info_suc_list .detail_info_suc_a {
        width: 50px;
        height: 50px;
        margin-top: 10px
    }

    .box_right .box_right_hot {
        margin-bottom: 0
    }

    .page_left_banner .page_container .page_wrapper .page_slide {
        height: 250px
    }

    .page_left_banner .page_container.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
        display: none
    }

    .page_left_banner .page_container .page_wrapper .page_slide .page_slide_title {
        height: 40px;
        line-height: 40px;
        background: rgba(0,0,0,.4);
        padding: 0 10px;
        font-size: 16px;
        text-align: center
    }

    .page_left_head {
        padding: 5px 30px
    }

    .page_left_head .hot_title .hot_title_texts {
        width: 50px;
        height: 22px;
        line-height: 22px;
        font-size: 14px
    }

    .page_main .page_body .page_left .page_left_body {
        padding: 0 30px;
        overflow: hidden
    }

    .page_main .page_body .page_left .page_left_body .page_left_item {
        padding: 10px 0
    }

    .page_main .page_body .page_left .page_left_body .page_left_item .page_left_item_left {
        margin-right: 10px;
        width: 80px;
        height: 60px
    }

    .page_main .page_body .page_left .page_left_body .page_left_item .page_left_item_right .page_left_item_title {
        height: 20px;
        line-height: 20px;
        font-size: 14px
    }

    .page_main .page_body .page_left .page_left_body .page_left_item .page_left_item_right .page_left_item_detail {
        height: 40px;
        line-height: 20px;
        overflow: hidden;
        font-size: 14px;
        color: #999;
        margin: 0
    }

    .page_main .page_body .page_left .page_left_item_bottom {
        display: none
    }

    .page_main .page_body .page_left .page_left_body .page_left_item .page_left_item_left .page_left_item_left_a>i {
        margin-top: -10px;
        margin-left: -10px;
        width: 20px;
        height: 20px;
        border: 1px solid rgba(255,255,255,.8)
    }

    .page_main .page_body .page_left .page_left_body .page_left_item .page_left_item_left .page_left_item_left_a:before {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -0.5px;
        margin-left: -5px;
        width: 10px;
        height: 1px;
        background: rgba(255,255,255,.8)
    }

    .page_main .page_body .page_left .page_left_body .page_left_item .page_left_item_left .page_left_item_left_a::after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -0.5px;
        margin-top: -5px;
        height: 10px;
        width: 1px;
        background: rgba(255,255,255,.8)
    }

    .page_main .page_body .page_left .colleges_page {
        padding: 0 0 10px
    }

    .sign {
        padding: 20px 90px 50px
    }

    .sign .sign_body {
        padding: 0
    }

    .sign .sign_body .sign_title {
        font-size: 20px;
        line-height: 40px;
        margin-bottom: 10px
    }

    .sign .sign_body .sign_table {
        padding: 30px 60px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border: 1px solid #eee
    }

    .sign .sign_body .sign_table .sign_table_list {
        margin-bottom: 10px
    }

    .sign .sign_body .sign_table .sign_table_list label.error {
        line-height: 30px;
        padding-right: 5px;
        font-size: 12px
    }

    .sign .sign_body .sign_table .sign_table_list .sign_table_title {
        line-height: 30px
    }

    .sign .sign_body .sign_table .sign_table_list .form-control {
        font-size: 12px
    }

    .sign .sign_body .sign_table .sign_table_list textarea.form-control {
        height: 60px
    }

    .sign .sign_body .sign_table .sign_table_btn {
        padding-top: 10px
    }

    .sign .sign_body .sign_table .sign_table_btn .sign_table_a {
        width: 100px;
        height: 30px;
        line-height: 28px;
        font-size: 14px;
        margin-bottom: 5px
    }

    .sign_footer {
        margin: 0
    }

    .country_body .country_table .country_item .country_item_title {
        height: 32px
    }

    .country_body .country_table .country_item .country_item_title .country_item_name {
        padding: 0 12px;
        height: 32px;
        line-height: 32px;
        font-size: 14px
    }

    .country_body .country_table .country_item .country_item_title .country_item_more {
        height: 32px;
        line-height: 32px
    }

    .country_body .country_table .country_item .country_item_title .country_item_more>a {
        font-size: 14px
    }

    .country_body .country_table .country_item .country_list {
        padding: 10px 0 5px
    }

    .country_body .country_table .country_item .country_list .country_list_title {
        height: 26px;
        line-height: 26px;
        padding-left: 15px;
        font-size: 14px
    }

    .country_body .country_table .country_item .country_list .country_list_title:before {
        left: 5px
    }

    .country_body .country_table .country_list_banner {
        margin: 7.5px 0
    }

    .country_body .country_table .country_list_banner .country_list_img .country_list_img_img {
        width: 100%;
        height: auto
    }

    .country_body .country_table .country_item .country_list .country_first .country_first_img {
        width: 100px;
        height: 76px
    }

    .country_body .country_table .country_item .country_list .country_first .country_first_text .country_first_title {
        font-size: 14px;
        height: 40px;
        line-height: 20px
    }

    .country_body .country_table .country_item .country_list .country_first .country_first_text .country_first_detail {
        height: 36px;
        line-height: 18px;
        font-size: 14px
    }

    .country_body .country_table .topic .topic_body .topic_head {
        height: 40px;
        line-height: 40px;
        font-size: 14px
    }

    .country_body .country_table .topic .topic_body .topic_table {
        padding: 10px 30px
    }

    .country_body .country_table .topic .topic_body .topic_table .country_topic_container .topic_wrapper .topic_slide .topic_text {
        font-size: 14px
    }

    .country_body .country_table .topic {
        margin-bottom: 0;
        margin-top: 10px
    }

    .about {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .about .about_body .about_table {
        margin-bottom: 15px;
        height: 124px
    }

    .about .about_body .about_table .about_table_title {
        height: 40px;
        line-height: 40px;
        font-size: 16px
    }

    .about .about_body .about_table .about_table_list {
        float: left;
        width: 33.33%;
        border: none;
        background: #f9f9f9
    }

    .about .about_body .about_table .about_table_list:before {
        display: none
    }

    .about .about_body .about_table .about_table_list .about_table_list_name {
        font-size: 14px
    }

    .about .about_body .about_text {
        min-height: 100px;
        padding: 15px 30px;
        margin-bottom: 15px
    }

    .about .about_body .about_text .about_text_title {
        font-size: 22px;
        line-height: 40px;
        border-bottom: 1px dotted #ddd;
        padding-bottom: 10px
    }

    .about .about_body .about_text .about_text_body {
        padding: 15px 0 30px
    }

    .about .about_body .about_text .about_text_body p {
        font-size: 14px
    }

    .coll_index {
        width: 100%;
        height: auto;
        position: relative;
        padding-bottom: 30px;
        margin-bottom: 15px;
        overflow: hidden
    }

    .coll_index .coll_index_banner {
        width: 100%;
        height: 100%
    }

    .coll_index .coll_index_opa {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.25);
        z-index: -1
    }

    .coll_index .coll_index_banner>img {
        width: auto;
        height: 100%
    }

    .coll_index .coll_index_body .coll_index_posi {
        height: 40px;
        line-height: 40px;
        overflow: hidden
    }

    .coll_index .coll_index_body .coll_index_posi>span:nth-child(1),.coll_index .coll_index_body .coll_index_posi>a:nth-child(2),.coll_index .coll_index_body .coll_index_posi>span:nth-child(3) {
        display: none
    }

    .coll_index .coll_index_body .coll_index_posi,.coll_index .coll_index_body .coll_index_posi>a {
        font-size: 14px
    }

    .coll_index .coll_index_body .coll_table {
        height: auto;
        padding: 0
    }

    .coll_index .coll_index_body .coll_table .coll_table_left {
        width: 80px;
        height: 130px;
        line-height: 130px;
        background: transparent;
        text-align: center;
        position: relative;
        overflow: hidden;
        margin: 0 30px
    }

    .coll_index .coll_index_body .coll_table .coll_table_left>img {
        width: 80px;
        height: 80px
    }

    .coll_index .coll_index_body .coll_table .coll_table_left,.coll_index .coll_index_body .coll_table .coll_table_middle {
        margin-top: 0
    }

    .coll_index .coll_index_body .coll_table .coll_table_middle {
        width: 300px;
        margin: 0 15px
    }

    .coll_index .coll_index_body .coll_table .coll_table_middle .coll_table_middle_title {
        font-size: 16px;
        height: 30px;
        line-height: 30px;
        overflow: hidden
    }

    .coll_index .coll_index_body .coll_table .coll_table_middle .coll_table_middle_tag {
        display: none
    }

    .coll_index .coll_index_body .coll_table .coll_table_middle .coll_table_middle_tag>a {
        display: inline-block;
        color: #fff;
        border: 1px solid #fff;
        padding: 0 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        height: 20px;
        line-height: 18px;
        font-size: 12px;
        margin: 5px 5px 5px 0
    }

    .coll_index .coll_index_body .coll_table .coll_table_middle .coll_table_middle_table {
        height: 96px;
        margin-top: 4px
    }

    .coll_index .coll_index_body .coll_table .coll_table_middle .coll_table_middle_table .coll_table_middle_item {
        width: 100%;
        height: 24px;
        line-height: 24px
    }

    .coll_index .coll_index_body .coll_table .coll_table_middle .coll_table_middle_table .coll_table_middle_item,.coll_index .coll_index_body .coll_table .coll_table_middle .coll_table_middle_table .coll_table_middle_item>a {
        color: #fff;
        font-size: 14px
    }

    .coll_index .coll_index_body .coll_table .coll_table_right {
        padding-top: 5px;
        height: 130px
    }

    .coll_index .coll_index_body .coll_table .coll_table_right .coll_table_right_title {
        margin-top: 0
    }

    .coll_index .coll_index_body .coll_table .coll_table_right .coll_table_right_rank {
        width: 50px;
        height: 50px
    }

    .coll_index .coll_index_body .coll_table .coll_table_right .coll_table_right_rank>img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -25px;
        z-index: -1
    }

    .coll_index .coll_index_body .coll_table .coll_table_right .coll_table_right_rank .coll_table_right_rank_num {
        width: 25px;
        font-size: 12px
    }

    .coll_index .coll_index_body .coll_table .coll_table_right .coll_table_right_rank .coll_table_right_rank_left {
        top: 5px;
        left: 0
    }

    .coll_index .coll_index_body .coll_table .coll_table_right .coll_table_right_rank .coll_table_right_rank_right {
        top: 0;
        right: 0
    }

    .coll_index .coll_index_body .coll_table .coll_table_right .coll_table_right_text {
        height: 20px;
        line-height: 20px
    }

    .coll_index .coll_index_body .coll_table .coll_table_right .coll_table_right_text>span {
        display: inline-block;
        width: 40px;
        line-height: 20px;
        font-size: 14px
    }

    .coll_index .coll_index_body .coll_table .coll_table_right .coll_table_right_btn {
        display: inline-block;
        margin-top: 5px;
        width: 100px;
        height: 30px;
        line-height: 30px;
        font-size: 12px
    }

    .school_body .school_nav .school_nav_item .school_nav_list>a {
        font-size: 14px
    }

    .school_body .school_nav .school_nav_item .school_nav_list {
        height: 35px;
        line-height: 35px
    }

    .school_body .school_product {
        position: relative;
        padding: 15px 25px 10px
    }

    .school_body .school_product .school_product_body .school_product_item .school_product_list .school_product_div {
        height: 120px
    }

    .school_body .school_table {
        padding: 0 10px
    }

    .school_body .school_table .school_table_item {
        padding-top: 10px
    }

    .school_body .school_table .school_table_item .school_table_head {
        font-size: 16px;
        height: 30px;
        line-height: 30px;
        padding-left: 30px
    }

    .school_body .school_table .school_table_item .school_table_head:before {
        margin-top: -12px;
        width: 24px;
        height: 24px
    }

    .school_body .school_table .school_table_item .school_table_detail {
        padding: 10px
    }

    .school_body .school_table .school_table_item .school_table_detail>p,#school_btn,#school_btn1 {
        font-size: 14px
    }

    .school_body {
        padding-bottom: 15px;
        margin-bottom: 5px
    }

    .text_body .text_table {
        padding: 10px 0
    }

    .text_body .text_table .text_body_head {
        height: 30px;
        line-height: 30px
    }

    .text_body .text_table .text_body_head>a {
        font-size: 16px
    }
}

@media screen and (min-width: 568px) and (max-width:666px ) {
    .top,.top_nav .nav_item {
        display:none
    }

    .top_nav .nav_phone {
        display: block
    }

    .top_nav {
        height: auto
    }

    .top_nav .nav_logo {
        height: 70px;
        line-height: 70px
    }

    .top_nav .nav_logo .nav_logo_img {
        display: inline;
        height: 50px
    }

    .top_nav .nav_item_phone {
        height: 70px;
        line-height: 70px
    }

    .banner {
        width: 100%;
        height: auto
    }

    .banner .banner_container {
        width: 100%;
        height: auto
    }

    .banner .banner_nav_item {
        display: none
    }

    .banner .banner_container .banner_wrapper .banner_slide .banner_img {
        width: 100%;
        height: auto
    }

    .banner .banner_pagination {
        display: none
    }

    .hot {
        width: 100%;
        padding: 15px 0 0
    }

    .hot_title .hot_title_text,.hot_title .hot_title_texts {
        font-size: 16px
    }

    .info_title {
        font-size: 16px;
        line-height: 35px
    }

    .hot_title .hot_tel span {
        display: none
    }

    .hot .hot_container {
        padding: 10px 0 0
    }

    .hot .hot_container .hot_wrapper .hot_slide .hot_item .hot_list .hot_body .hot_ico {
        width: 100%;
        height: auto
    }

    .hot .hot_container .hot_wrapper .hot_slide .hot_item .hot_list .hot_body .hot_text {
        font-size: 12px;
        line-height: 29px
    }

    .info_top {
        padding: 15px 0
    }

    .info_top .info_top_table {
        padding: 10px;
        height: 240px;
        margin-bottom: 10px
    }

    .info_top .info_top_table .info_top_item .info_top_list {
        height: 30px;
        line-height: 30px;
        font-size: 14px
    }

    .info_top .info_top_more {
        top: 10px;
        font-size: 14px
    }

    .info_top .apply {
        width: 100%;
        height: 263px
    }

    .info_top .apply .apply_title {
        height: 40px;
        line-height: 40px;
        font-size: 16px
    }

    .info_top .apply .apply_form {
        padding: 20px 10px 0
    }

    .info_top .apply .apply_form .apply_form_body .form-control {
        font-size: 12px
    }

    .info_top .apply .apply_form .apply_form_btn {
        margin: 0;
        padding: 0
    }

    .info_top .apply .apply_form .apply_form_btn .apply_form_a {
        height: 30px;
        line-height: 30px;
        margin: 0 auto;
        width: 100px;
        font-size: 12px
    }

    .info_top .apply .apply_form .apply_form_body>div>div {
        margin-bottom: 15px
    }

    .rect_img {
        padding-bottom: 15px
    }

    .rect_img .img-responsive,.thumbnail > img,.thumbnail a > img,.carousel-inner > .item > img,.carousel-inner > .item > a > img {
        max-width: 100%
    }

    .depot .depot_body .depot_right {
        width: 100%;
        height: auto
    }

    .depot .depot_head .depot_head_title {
        position: relative;
        padding-left: 25px
    }

    .depot .depot_head .depot_head_title:before {
        top: 50%;
        background: url(../images/depot_icon.png) no-repeat;
        background-size: 50%;
        margin-top: -10px
    }

    .depot .depot_head .depot_head_search .depot_search_btn {
        width: 45px;
        font-size: 12px
    }

    .depot .depot_head .depot_head_search .depot_search_input {
        padding: 6px 10px;
        font-size: 12px
    }

    .depot .depot_body .depot_left {
        display: none
    }

    .depot .depot_body .depot_left_phone {
        display: block
    }

    .depot .depot_body .depot_right .depot_right_item .depot_right_list {
        width: 100%;
        height: auto
    }

    .depot .depot_body .depot_right .depot_right_item .depot_right_list .depot_right_img {
        width: 100%;
        height: 150px
    }

    .depot .depot_body .depot_right .depot_right_item .depot_right_list .depot_right_img:hover .depot_right_dw {
        display: none
    }

    .depot .depot_body .depot_right .depot_right_item .depot_right_list .depot_right_img .depot_right_place {
        width: 100%;
        height: 25px;
        line-height: 25px;
        padding-left: 27px;
        overflow: hidden;
        font-size: 12px
    }

    .depot .depot_body .depot_right .depot_right_item .depot_right_list .depot_right_img .depot_right_place:before {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        margin-top: -10px;
        left: 10px;
        background: url(../images/depot_left_place.png) no-repeat;
        background-size: 80%;
        width: 15px;
        height: 20px
    }

    .depot .depot_body .depot_right .depot_right_item .depot_right_list>span,.depot .depot_body .depot_right .depot_right_item .depot_right_list>a {
        padding: 0 10px
    }

    .depot .depot_body .depot_right .depot_right_item .depot_right_list>span.depot_right_text1 {
        font-size: 14px;
        font-weight: bold
    }

    .info_bottom {
        padding: 15px 0 5px
    }

    .info_bottom .info_top_more {
        position: absolute;
        top: 8px;
        right: 20px;
        line-height: 35px;
        text-transform: uppercase;
        color: #0a7cf9;
        font-size: 14px
    }

    .info_bottom .info_bottom_table .info_bottom_body .info_bottom_first .info_bottom_first_text .info_bottom_first_title {
        font-size: 14px
    }

    .info_bottom .info_bottom_table .info_bottom_body {
        padding: 15px 10px
    }

    .info_bottom .info_bottom_table {
        width: 100%;
        height: auto;
        padding: 5px 10px;
        margin-bottom: 10px
    }

    .info_bottom .info_bottom_table .info_bottom_head {
        height: 40px;
        line-height: 40px;
        border-bottom: 1px dashed #ddd
    }

    .info_bottom .info_bottom_table .info_bottom_body {
        padding: 15px 5px 0
    }

    .info_bottom .info_bottom_table .info_bottom_body .info_bottom_first .info_bottom_first_img {
        width: 120px;
        height: 80px
    }

    .info_bottom .info_bottom_table .info_bottom_body .info_bottom_first .info_bottom_first_text {
        margin-bottom: 10px
    }

    .info_bottom .info_bottom_table .info_bottom_body .info_bottom_first .info_bottom_first_text .info_bottom_first_title {
        height: 40px;
        line-height: 20px;
        font-size: 14px
    }

    .info_bottom .info_bottom_table .info_bottom_body .info_bottom_first .info_bottom_first_text .info_bottom_first_detail {
        height: 40px;
        line-height: 20px;
        font-size: 14px
    }

    .info_bottom .info_bottom_table .info_bottom_body .info_bottom_body_title {
        height: 30px;
        line-height: 30px;
        padding-left: 10px;
        font-size: 14px
    }

    .info_bottom .info_bottom_table .info_bottom_body .info_bottom_body_title:before {
        margin-top: -2px;
        width: 3px;
        height: 3px
    }

    .info_bottom .info_bottom_table .info_bottom_suc .info_bottom_suc_list {
        padding: 10px 0
    }

    .info_bottom .info_bottom_table .info_bottom_suc .info_bottom_suc_list .info_bottom_suc_a {
        width: 60px;
        height: 60px;
        margin-right: 15px
    }

    .info_bottom .info_bottom_table .info_bottom_suc .info_bottom_suc_list .info_bottom_suc_title {
        height: 30px;
        line-height: 30px;
        font-size: 14px
    }

    .info_bottom .info_bottom_table .info_bottom_suc .info_bottom_suc_list .info_bottom_suc_detail {
        height: 40px;
        line-height: 20px;
        font-size: 14px
    }

    .topic .topic_body {
        width: 100%;
        height: auto;
        border-top: none;
        padding: 0 10px
    }

    .topic .topic_body .topic_table {
        padding: 5px 30px 10px
    }

    .topic .swiper-button-next,.swiper-container-rtl .swiper-button-prev {
        right: 0;
        left: auto
    }

    .topic .swiper-button-prev,.swiper-container-rtl .swiper-button-next {
        left: 0;
        right: auto
    }

    .topic .topic_body .topic_table .topic_container .topic_wrapper .topic_slide .topic_icon {
        padding: 10px;
        width: 100%;
        height: 100%
    }

    .topic .swiper-button-next,.swiper-button-prev {
        background-size: 20px 33px
    }

    .topic .topic_body .topic_table .topic_container .topic_wrapper .topic_slide .topic_text {
        margin-top: 5px;
        font-size: 16px
    }

    .link {
        display: none
    }

    .footer {
        width: 100%;
        height: auto;
        padding: 15px 0 30px
    }

    .footer .footer_table.footer_table1,.footer .footer_table.footer_table3,.footer .footer_table.footer_table4 {
        display: none
    }

    .footer .footer_table.footer_table2 {
        width: 100%;
        margin-bottom: 10px
    }

    .footer .footer_table {
        padding: 0
    }

    .footer .footer_table.footer_table1 .footer_item a {
        display: inline-block;
        font-size: 12px
    }

    .footer .footer_table.footer_table2 .footer_item .footer_text {
        font-size: 12px
    }

    .footer .footer_table.footer_table3 .footer_item a {
        font-size: 12px
    }

    .footer .footer_table.footer_table2 .footer_item .footer_tel {
        font-size: 30px
    }

    .colleges_banner {
        width: 100%;
        height: auto;
        overflow: hidden
    }

    .colleges_banner .colleges_banner_container .colleges_banner_wrapper .colleges_banner_slide {
        width: 100%;
        height: auto
    }

    .colleges_banner .colleges_banner_pagi {
        display: none
    }

    .colleges_main .colleges_body .colleges_left .colleges_search {
        padding: 15px
    }

    .colleges_main .colleges_body .colleges_left .colleges_search .colleges_search_item {
        margin: 0;
        color: #333
    }

    .colleges_main .colleges_body .colleges_left .colleges_search .colleges_form .colleges_search_input {
        width: 100%;
        margin: 10px 0
    }

    .colleges_main .colleges_body .colleges_left .colleges_search .colleges_form .colleges_search_btn {
        top: 30px
    }

    .colleges_main .colleges_body .colleges_left .colleges_table .colleges_table_main .colleges_table_item {
        padding: 10px 5px
    }

    .colleges_main .colleges_body .colleges_left .colleges_table .colleges_table_main .colleges_table_item .colleges_table_list .colleges_table_list_a {
        width: 80px;
        height: 80px;
        border: 1px solid #E4E4E4
    }

    .colleges_main .colleges_body .colleges_left .colleges_table .colleges_table_main .colleges_table_item .colleges_table_list {
        width: 100%;
        height: auto
    }

    .colleges_main .colleges_body .colleges_left .colleges_table .colleges_table_main .colleges_table_item .colleges_table_list .colleges_table_list_title {
        height: 20px;
        line-height: 20px
    }

    .colleges_main .colleges_body .colleges_left .colleges_table .colleges_table_main .colleges_table_item .colleges_table_list .colleges_table_list_title .colleges_table_list_title_ch {
        font-size: 14px;
        font-weight: bold
    }

    .colleges_main .colleges_body .colleges_left .colleges_table .colleges_table_main .colleges_table_item .colleges_table_list .colleges_table_list_info .colleges_table_list_info_table {
        height: 20px;
        line-height: 20px;
        padding: 0 5px;
        overflow: hidden
    }

    .colleges_main .colleges_body .colleges_left .colleges_table .colleges_table_main .colleges_table_item .colleges_table_list .colleges_table_list_info .colleges_table_list_info_table span {
        font-size: 12px;
        color: #666
    }

    .colleges_main .colleges_body .colleges_left .colleges_table .colleges_table_main .colleges_table_item .colleges_table_list_last {
        text-align: right
    }

    .colleges_main .colleges_body .colleges_left .colleges_table .colleges_table_main .colleges_table_item .colleges_table_list .colleges_table_list_btn {
        padding: 0
    }

    .colleges_main .colleges_body .colleges_left .colleges_table .colleges_table_main .colleges_table_item .colleges_table_list .colleges_table_list_btn .colleges_table_list_btna:last-child {
        margin-top: 0
    }

    .colleges_main .colleges_body .colleges_left .colleges_table .colleges_table_main .colleges_table_item .colleges_table_list .colleges_table_list_btn .colleges_table_list_btna {
        width: 60px;
        height: 22px;
        line-height: 20px;
        font-size: 12px;
        margin-right: 10px
    }

    .colleges_page {
        padding: 15px 0
    }

    .colleges_page .colleges_page_item .colleges_page_list {
        padding: 4px 12px;
        font-size: 12px
    }

    .detail_banner {
        display: none
    }

    .detail_main .detail_body .detail_left {
        margin: 0
    }

    .detail_main .detail_body .detail_left .detail_left_body {
        padding: 0 15px;
        margin-bottom: 10px
    }

    .detail_main .detail_body .detail_left .detail_left_body:before {
        top: -5px;
        left: -5px;
        background-size: 70%
    }

    .detail_main .detail_body .detail_left .detail_left_body .detail_left_body_head {
        padding-top: 15px
    }

    .detail_main .detail_body .detail_left .detail_left_body .detail_left_body_head .detail_left_body_title {
        font-size: 16px;
        line-height: 22px;
        font-weight: bold;
        color: #333
    }

    .detail_main .detail_body .detail_left .detail_left_body .detail_left_body_head .detail_left_body_text>span {
        padding: 0 1px
    }

    .detail_main .detail_body .detail_left .detail_left_body .detail_left_body_head .detail_left_body_text .detail_left_body_text_author {
        display: none
    }

    .detail_main .detail_body .detail_left .detail_left_body .detail_left_body_main {
        padding: 10px 0
    }

    .detail_main .detail_body .detail_left .detail_left_body .detail_left_body_bottom {
        padding: 20px 0
    }

    .colleges_main {
        padding: 0;
        overflow: hidden
    }

    .page_main .page_body .page_left {
        padding-top: 0
    }

    .box_consult .box_consult_title,.box_right .apply .apply_title {
        height: 40px;
        line-height: 40px;
        font-size: 16px
    }

    .box_consult .box_consult_body .box_consult_table:hover .box_consult_table_left {
        display: none
    }

    .box_right .box_right_img {
        margin: 10px 0
    }

    .box_right .apply .apply_form {
        padding: 15px
    }

    .box_right .detail_info_table {
        margin: 10px 0
    }

    .box_right .detail_info_table .detail_info_head {
        height: 40px;
        line-height: 40px
    }

    .box_right .detail_info_table .detail_info_head .info_top_more,.box_right .box_right_hot .info_bottom_head {
        height: 40px;
        right: 15px;
        line-height: 40px
    }

    .box_right .detail_info_table .detail_info_suc .detail_info_suc_list {
        padding: 6px 0
    }

    .box_right .detail_info_table .detail_info_suc .detail_info_suc_list .detail_info_suc_a {
        width: 50px;
        height: 50px;
        margin-top: 10px
    }

    .box_right .box_right_hot {
        margin-bottom: 0
    }

    .page_left_banner .page_container .page_wrapper .page_slide {
        height: 220px
    }

    .page_left_banner .page_container.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
        display: none
    }

    .page_left_banner .page_container .page_wrapper .page_slide .page_slide_title {
        height: 30px;
        line-height: 30px;
        background: rgba(0,0,0,.4);
        padding: 0 10px;
        font-size: 14px;
        text-align: center
    }

    .page_left_head {
        padding: 5px 15px
    }

    .page_left_head .hot_title .hot_title_texts {
        width: 50px;
        height: 22px;
        line-height: 22px;
        font-size: 14px
    }

    .page_main .page_body .page_left .page_left_body {
        padding: 0 15px;
        overflow: hidden
    }

    .page_main .page_body .page_left .page_left_body .page_left_item {
        padding: 10px 0
    }

    .page_main .page_body .page_left .page_left_body .page_left_item .page_left_item_left {
        margin-right: 10px;
        width: 80px;
        height: 60px
    }

    .page_main .page_body .page_left .page_left_body .page_left_item .page_left_item_right .page_left_item_title {
        height: 20px;
        line-height: 20px;
        font-size: 14px
    }

    .page_main .page_body .page_left .page_left_body .page_left_item .page_left_item_right .page_left_item_detail {
        height: 40px;
        line-height: 20px;
        overflow: hidden;
        font-size: 14px;
        color: #999;
        margin: 0
    }

    .page_main .page_body .page_left .page_left_item_bottom {
        display: none
    }

    .page_main .page_body .page_left .page_left_body .page_left_item .page_left_item_left .page_left_item_left_a>i {
        margin-top: -10px;
        margin-left: -10px;
        width: 20px;
        height: 20px;
        border: 1px solid rgba(255,255,255,.8)
    }

    .page_main .page_body .page_left .page_left_body .page_left_item .page_left_item_left .page_left_item_left_a:before {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -0.5px;
        margin-left: -5px;
        width: 10px;
        height: 1px;
        background: rgba(255,255,255,.8)
    }

    .page_main .page_body .page_left .page_left_body .page_left_item .page_left_item_left .page_left_item_left_a::after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -0.5px;
        margin-top: -5px;
        height: 10px;
        width: 1px;
        background: rgba(255,255,255,.8)
    }

    .page_main .page_body .page_left .colleges_page {
        padding: 0 0 10px
    }

    .sign {
        padding: 20px 60px 50px
    }

    .sign .sign_body {
        padding: 0
    }

    .sign .sign_body .sign_title {
        font-size: 20px;
        line-height: 40px;
        margin-bottom: 10px
    }

    .sign .sign_body .sign_table {
        padding: 15px 50px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border: 1px solid #eee
    }

    .sign .sign_body .sign_table .sign_table_list {
        margin-bottom: 10px
    }

    .sign .sign_body .sign_table .sign_table_list label.error {
        line-height: 30px;
        padding-right: 5px;
        font-size: 12px
    }

    .sign .sign_body .sign_table .sign_table_list .sign_table_title {
        line-height: 30px
    }

    .sign .sign_body .sign_table .sign_table_list .form-control {
        font-size: 12px
    }

    .sign .sign_body .sign_table .sign_table_list textarea.form-control {
        height: 60px
    }

    .sign .sign_body .sign_table .sign_table_btn {
        padding-top: 10px
    }

    .sign .sign_body .sign_table .sign_table_btn .sign_table_a {
        width: 100px;
        height: 30px;
        line-height: 28px;
        font-size: 14px;
        margin-bottom: 5px
    }

    .sign_footer {
        margin: 0
    }

    .country_body .country_table .country_item .country_item_title {
        height: 32px
    }

    .country_body .country_table .country_item .country_item_title .country_item_name {
        padding: 0 12px;
        height: 32px;
        line-height: 32px;
        font-size: 14px
    }

    .country_body .country_table .country_item .country_item_title .country_item_more {
        height: 32px;
        line-height: 32px
    }

    .country_body .country_table .country_item .country_item_title .country_item_more>a {
        font-size: 14px
    }

    .country_body .country_table .country_item .country_list {
        padding: 10px 0 5px
    }

    .country_body .country_table .country_item .country_list .country_list_title {
        height: 26px;
        line-height: 26px;
        padding-left: 15px;
        font-size: 14px
    }

    .country_body .country_table .country_item .country_list .country_list_title:before {
        left: 5px
    }

    .country_body .country_table .country_list_banner {
        margin: 7.5px 0
    }

    .country_body .country_table .country_list_banner .country_list_img .country_list_img_img {
        width: 100%;
        height: auto
    }

    .country_body .country_table .country_item .country_list .country_first .country_first_img {
        width: 100px;
        height: 76px
    }

    .country_body .country_table .country_item .country_list .country_first .country_first_text .country_first_title {
        font-size: 14px;
        height: 40px;
        line-height: 20px
    }

    .country_body .country_table .country_item .country_list .country_first .country_first_text .country_first_detail {
        height: 36px;
        line-height: 18px;
        font-size: 14px
    }

    .country_body .country_table .topic .topic_body .topic_head {
        height: 40px;
        line-height: 40px;
        font-size: 14px
    }

    .country_body .country_table .topic .topic_body .topic_table {
        padding: 10px 30px
    }

    .country_body .country_table .topic .topic_body .topic_table .country_topic_container .topic_wrapper .topic_slide .topic_text {
        font-size: 14px
    }

    .country_body .country_table .topic {
        margin-bottom: 0;
        margin-top: 10px
    }

    .about {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .about .about_body .about_table {
        margin-bottom: 15px;
        height: 124px
    }

    .about .about_body .about_table .about_table_title {
        height: 40px;
        line-height: 40px;
        font-size: 16px
    }

    .about .about_body .about_table .about_table_list {
        float: left;
        width: 33.33%;
        border: none;
        background: #f9f9f9
    }

    .about .about_body .about_table .about_table_list:before {
        display: none
    }

    .about .about_body .about_table .about_table_list .about_table_list_name {
        font-size: 14px
    }

    .about .about_body .about_text {
        min-height: 100px;
        padding: 15px 30px;
        margin-bottom: 15px
    }

    .about .about_body .about_text .about_text_title {
        font-size: 22px;
        line-height: 40px;
        border-bottom: 1px dotted #ddd;
        padding-bottom: 10px
    }

    .about .about_body .about_text .about_text_body {
        padding: 15px 0 30px
    }

    .about .about_body .about_text .about_text_body p {
        font-size: 14px
    }

    .coll_index {
        width: 100%;
        height: auto;
        position: relative;
        padding-bottom: 15px;
        margin-bottom: 15px;
        overflow: hidden
    }

    .coll_index .coll_index_banner {
        width: 100%;
        height: 100%
    }

    .coll_index .coll_index_opa {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.25);
        z-index: -1
    }

    .coll_index .coll_index_banner>img {
        width: auto;
        height: 100%
    }

    .coll_index .coll_index_body .coll_index_posi {
        height: 40px;
        line-height: 40px;
        overflow: hidden
    }

    .coll_index .coll_index_body .coll_index_posi>span:nth-child(1),.coll_index .coll_index_body .coll_index_posi>a:nth-child(2),.coll_index .coll_index_body .coll_index_posi>span:nth-child(3) {
        display: none
    }

    .coll_index .coll_index_body .coll_index_posi,.coll_index .coll_index_body .coll_index_posi>a {
        font-size: 14px
    }

    .coll_index .coll_index_body .coll_table {
        height: auto;
        padding: 0
    }

    .coll_index .coll_index_body .coll_table .coll_table_left {
        width: 80px;
        height: 130px;
        line-height: 130px;
        background: transparent;
        text-align: center;
        position: relative;
        overflow: hidden;
        margin-right: 30px
    }

    .coll_index .coll_index_body .coll_table .coll_table_left>img {
        width: 80px;
        height: 80px
    }

    .coll_index .coll_index_body .coll_table .coll_table_left,.coll_index .coll_index_body .coll_table .coll_table_middle {
        margin-top: 0
    }

    .coll_index .coll_index_body .coll_table .coll_table_middle {
        width: 200px
    }

    .coll_index .coll_index_body .coll_table .coll_table_middle .coll_table_middle_title {
        font-size: 16px;
        height: 30px;
        line-height: 30px;
        overflow: hidden
    }

    .coll_index .coll_index_body .coll_table .coll_table_middle .coll_table_middle_tag {
        display: none
    }

    .coll_index .coll_index_body .coll_table .coll_table_middle .coll_table_middle_tag>a {
        display: inline-block;
        color: #fff;
        border: 1px solid #fff;
        padding: 0 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        height: 20px;
        line-height: 18px;
        font-size: 12px;
        margin: 5px 5px 5px 0
    }

    .coll_index .coll_index_body .coll_table .coll_table_middle .coll_table_middle_table {
        height: 96px;
        margin-top: 4px
    }

    .coll_index .coll_index_body .coll_table .coll_table_middle .coll_table_middle_table .coll_table_middle_item {
        width: 100%;
        height: auto;
        line-height: 24px
    }

    .coll_index .coll_index_body .coll_table .coll_table_middle .coll_table_middle_table .coll_table_middle_item,.coll_index .coll_index_body .coll_table .coll_table_middle .coll_table_middle_table .coll_table_middle_item>a {
        color: #fff;
        font-size: 12px
    }

    .coll_index .coll_index_body .coll_table .coll_table_right {
        padding-top: 5px;
        height: 130px
    }

    .coll_index .coll_index_body .coll_table .coll_table_right .coll_table_right_title {
        margin-top: 0
    }

    .coll_index .coll_index_body .coll_table .coll_table_right .coll_table_right_rank {
        width: 50px;
        height: 50px
    }

    .coll_index .coll_index_body .coll_table .coll_table_right .coll_table_right_rank>img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 50%;
        margin-left: -25px;
        z-index: -1
    }

    .coll_index .coll_index_body .coll_table .coll_table_right .coll_table_right_rank .coll_table_right_rank_num {
        width: 25px;
        font-size: 12px
    }

    .coll_index .coll_index_body .coll_table .coll_table_right .coll_table_right_rank .coll_table_right_rank_left {
        top: 5px;
        left: 0
    }

    .coll_index .coll_index_body .coll_table .coll_table_right .coll_table_right_rank .coll_table_right_rank_right {
        top: 0;
        right: 0
    }

    .coll_index .coll_index_body .coll_table .coll_table_right .coll_table_right_text {
        height: 20px;
        line-height: 20px
    }

    .coll_index .coll_index_body .coll_table .coll_table_right .coll_table_right_text>span {
        display: inline-block;
        width: 40px;
        line-height: 20px;
        font-size: 14px
    }

    .coll_index .coll_index_body .coll_table .coll_table_right .coll_table_right_btn {
        display: inline-block;
        margin-top: 5px;
        width: 100px;
        height: 30px;
        line-height: 30px;
        font-size: 12px
    }

    .school_body .school_nav .school_nav_item .school_nav_list>a {
        font-size: 14px
    }

    .school_body .school_nav .school_nav_item .school_nav_list {
        height: 35px;
        line-height: 35px
    }

    .school_body .school_product {
        position: relative;
        padding: 15px 25px 10px
    }

    .school_body .school_product .school_product_body .school_product_item .school_product_list .school_product_div {
        height: 80px
    }

    .school_body .school_table {
        padding: 0 10px
    }

    .school_body .school_table .school_table_item {
        padding-top: 10px
    }

    .school_body .school_table .school_table_item .school_table_head {
        font-size: 16px;
        height: 30px;
        line-height: 30px;
        padding-left: 30px
    }

    .school_body .school_table .school_table_item .school_table_head:before {
        margin-top: -12px;
        width: 24px;
        height: 24px
    }

    .school_body .school_table .school_table_item .school_table_detail {
        padding: 10px
    }

    .school_body .school_table .school_table_item .school_table_detail>p,#school_btn,#school_btn1 {
        font-size: 14px
    }

    .school_body {
        padding-bottom: 15px;
        margin-bottom: 5px
    }

    .text_body .text_table {
        padding: 10px 0
    }

    .text_body .text_table .text_body_head {
        height: 30px;
        line-height: 30px
    }

    .text_body .text_table .text_body_head>a {
        font-size: 16px
    }
}

@media screen and (min-width: 414px) and (max-width:567px ) {
    .top_nav .nav_item {
        display:none
    }

    .top_nav .nav_phone {
        display: block
    }

    .top_nav {
        height: auto
    }

    .top_nav .nav_logo {
        height: 70px;
        line-height: 70px
    }

    .top_nav .nav_logo .nav_logo_img {
        display: inline;
        height: auto
    }

    .top_nav .nav_item_phone {
        height: 70px;
        line-height: 70px
    }

    .banner {
        width: 100%;
        height: auto
    }

    .banner .banner_container {
        width: 100%;
        height: auto
    }

    .banner .banner_nav_item {
        display: none
    }

    .banner .banner_container .banner_wrapper .banner_slide .banner_img {
        width: 100%;
        height: auto
    }

    .banner .banner_pagination {
        display: none
    }

    .hot {
        width: 100%;
        padding: 15px 0 0
    }

    .hot_title .hot_title_text,.hot_title .hot_title_texts {
        font-size: 16px
    }

    .info_title {
        font-size: 16px;
        line-height: 35px
    }

    .hot_title .hot_tel span {
        display: none
    }

    .hot .hot_container {
        padding: 10px 0 0
    }

    .hot .hot_container .hot_wrapper .hot_slide .hot_item .hot_list .hot_body .hot_ico {
        width: 100%;
        height: auto
    }

    .hot .hot_container .hot_wrapper .hot_slide .hot_item .hot_list .hot_body .hot_text {
        font-size: 12px;
        line-height: 29px
    }

    .info_top {
        padding: 15px 0
    }

    .info_top .info_top_table {
        padding: 10px;
        height: 240px;
        margin-bottom: 10px
    }

    .info_top .info_top_table .info_top_item .info_top_list {
        height: 30px;
        line-height: 30px;
        font-size: 14px
    }

    .info_top .info_top_more {
        top: 10px;
        font-size: 14px
    }

    .info_top .apply {
        width: 100%;
        height: 263px
    }

    .info_top .apply .apply_title {
        height: 40px;
        line-height: 40px;
        font-size: 16px
    }

    .info_top .apply .apply_form {
        padding: 20px 10px 0
    }

    .info_top .apply .apply_form .apply_form_body .form-control {
        font-size: 12px
    }

    .info_top .apply .apply_form .apply_form_btn {
        margin: 0;
        padding: 0
    }

    .info_top .apply .apply_form .apply_form_btn .apply_form_a {
        height: 30px;
        line-height: 30px;
        margin: 0 auto;
        width: 100px;
        font-size: 12px
    }

    .info_top .apply .apply_form .apply_form_body>div>div {
        margin-bottom: 15px
    }

    .rect_img {
        padding-bottom: 15px
    }

    .rect_img .img-responsive,.thumbnail > img,.thumbnail a > img,.carousel-inner > .item > img,.carousel-inner > .item > a > img {
        max-width: 100%
    }

    .depot .depot_body .depot_right {
        width: 100%;
        height: auto
    }

    .depot .depot_head .depot_head_title {
        position: relative;
        padding-left: 25px
    }

    .depot .depot_head .depot_head_title:before {
        top: 50%;
        background: url(../images/depot_icon.png) no-repeat;
        background-size: 50%;
        margin-top: -10px
    }

    .depot .depot_head .depot_head_search .depot_search_btn {
        width: 45px;
        font-size: 12px
    }

    .depot .depot_head .depot_head_search .depot_search_input {
        padding: 6px 10px;
        font-size: 12px
    }

    .depot .depot_body .depot_left {
        display: none
    }

    .depot .depot_body .depot_left_phone {
        display: block
    }

    .depot .depot_body .depot_right .depot_right_item .depot_right_list {
        width: 100%;
        height: auto
    }

    .depot .depot_body .depot_right .depot_right_item .depot_right_list .depot_right_img {
        width: 100%;
        height: 110px
    }

    .depot .depot_body .depot_right .depot_right_item .depot_right_list .depot_right_img:hover .depot_right_dw {
        display: none
    }

    .depot .depot_body .depot_right .depot_right_item .depot_right_list .depot_right_img .depot_right_place {
        width: 100%;
        height: 25px;
        line-height: 25px;
        padding-left: 27px;
        overflow: hidden;
        font-size: 12px
    }

    .depot .depot_body .depot_right .depot_right_item .depot_right_list .depot_right_img .depot_right_place:before {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        margin-top: -10px;
        left: 10px;
        background: url(../images/depot_left_place.png) no-repeat;
        background-size: 80%;
        width: 15px;
        height: 20px
    }

    .depot .depot_body .depot_right .depot_right_item .depot_right_list>span,.depot .depot_body .depot_right .depot_right_item .depot_right_list>a {
        padding: 0 10px
    }

    .depot .depot_body .depot_right .depot_right_item .depot_right_list>span.depot_right_text1 {
        font-size: 14px;
        font-weight: bold
    }

    .info_bottom {
        padding: 15px 0 5px
    }

    .info_bottom .info_top_more {
        position: absolute;
        top: 8px;
        right: 20px;
        line-height: 35px;
        text-transform: uppercase;
        color: #0a7cf9;
        font-size: 14px
    }

    .info_bottom .info_bottom_table .info_bottom_body .info_bottom_first .info_bottom_first_text .info_bottom_first_title {
        font-size: 14px
    }

    .info_bottom .info_bottom_table .info_bottom_body {
        padding: 15px 10px
    }

    .info_bottom .info_bottom_table {
        width: 100%;
        height: auto;
        padding: 5px 10px;
        margin-bottom: 10px
    }

    .info_bottom .info_bottom_table .info_bottom_head {
        height: 40px;
        line-height: 40px;
        border-bottom: 1px dashed #ddd
    }

    .info_bottom .info_bottom_table .info_bottom_body {
        padding: 15px 5px 0
    }

    .info_bottom .info_bottom_table .info_bottom_body .info_bottom_first .info_bottom_first_img {
        width: 120px;
        height: 80px
    }

    .info_bottom .info_bottom_table .info_bottom_body .info_bottom_first .info_bottom_first_text {
        margin-bottom: 10px
    }

    .info_bottom .info_bottom_table .info_bottom_body .info_bottom_first .info_bottom_first_text .info_bottom_first_title {
        height: 40px;
        line-height: 20px;
        font-size: 14px
    }

    .info_bottom .info_bottom_table .info_bottom_body .info_bottom_first .info_bottom_first_text .info_bottom_first_detail {
        height: 40px;
        line-height: 20px;
        font-size: 14px
    }

    .info_bottom .info_bottom_table .info_bottom_body .info_bottom_body_title {
        height: 30px;
        line-height: 30px;
        padding-left: 10px;
        font-size: 14px
    }

    .info_bottom .info_bottom_table .info_bottom_body .info_bottom_body_title:before {
        margin-top: -2px;
        width: 3px;
        height: 3px
    }

    .info_bottom .info_bottom_table .info_bottom_suc .info_bottom_suc_list {
        padding: 10px 0
    }

    .info_bottom .info_bottom_table .info_bottom_suc .info_bottom_suc_list .info_bottom_suc_a {
        width: 60px;
        height: 60px;
        margin-right: 15px
    }

    .info_bottom .info_bottom_table .info_bottom_suc .info_bottom_suc_list .info_bottom_suc_title {
        height: 30px;
        line-height: 30px;
        font-size: 14px
    }

    .info_bottom .info_bottom_table .info_bottom_suc .info_bottom_suc_list .info_bottom_suc_detail {
        height: 40px;
        line-height: 20px;
        font-size: 14px
    }

    .topic .topic_body {
        width: 100%;
        height: auto;
        border-top: none;
        padding: 0 10px
    }

    .topic .topic_body .topic_table {
        padding: 5px 30px 10px
    }

    .topic .swiper-button-next,.swiper-container-rtl .swiper-button-prev {
        right: 0;
        left: auto
    }

    .topic .swiper-button-prev,.swiper-container-rtl .swiper-button-next {
        left: 0;
        right: auto
    }

    .topic .topic_body .topic_table .topic_container .topic_wrapper .topic_slide .topic_icon {
        padding: 10px;
        width: 100%;
        height: 100%
    }

    .topic .swiper-button-next,.swiper-button-prev {
        background-size: 20px 33px
    }

    .topic .topic_body .topic_table .topic_container .topic_wrapper .topic_slide .topic_text {
        margin-top: 5px;
        font-size: 16px
    }

    .link {
        display: none
    }

    .footer {
        width: 100%;
        height: auto;
        padding: 15px 0 30px
    }

    .footer .footer_table.footer_table1,.footer .footer_table.footer_table3,.footer .footer_table.footer_table4 {
        display: none
    }

    .footer .footer_table.footer_table2 {
        width: 100%;
        margin-bottom: 10px
    }

    .footer .footer_table {
        padding: 0
    }

    .footer .footer_table.footer_table1 .footer_item a {
        display: inline-block;
        font-size: 12px
    }

    .footer .footer_table.footer_table2 .footer_item .footer_text {
        font-size: 12px
    }

    .footer .footer_table.footer_table3 .footer_item a {
        font-size: 12px
    }

    .footer .footer_table.footer_table2 .footer_item .footer_tel {
        font-size: 30px
    }

    .colleges_banner {
        width: 100%;
        height: auto;
        overflow: hidden
    }

    .colleges_banner .colleges_banner_container .colleges_banner_wrapper .colleges_banner_slide {
        width: 100%;
        height: auto
    }

    .colleges_banner .colleges_banner_pagi {
        display: none
    }

    .colleges_main .colleges_body .colleges_left .colleges_search {
        padding: 15px
    }

    .colleges_main .colleges_body .colleges_left .colleges_search .colleges_search_item {
        margin: 0;
        color: #333
    }

    .colleges_main .colleges_body .colleges_left .colleges_search .colleges_form .colleges_search_input {
        width: 100%;
        margin: 10px 0
    }

    .colleges_main .colleges_body .colleges_left .colleges_search .colleges_form .colleges_search_btn {
        top: 30px
    }

    .colleges_main .colleges_body .colleges_left .colleges_table .colleges_table_main .colleges_table_item {
        padding: 10px 5px
    }

    .colleges_main .colleges_body .colleges_left .colleges_table .colleges_table_main .colleges_table_item .colleges_table_list .colleges_table_list_a {
        width: 80px;
        height: 80px;
        border: 1px solid #E4E4E4
    }

    .colleges_main .colleges_body .colleges_left .colleges_table .colleges_table_main .colleges_table_item .colleges_table_list {
        width: 100%;
        height: auto
    }

    .colleges_main .colleges_body .colleges_left .colleges_table .colleges_table_main .colleges_table_item .colleges_table_list .colleges_table_list_title {
        height: 20px;
        line-height: 20px
    }

    .colleges_main .colleges_body .colleges_left .colleges_table .colleges_table_main .colleges_table_item .colleges_table_list .colleges_table_list_title .colleges_table_list_title_ch {
        font-size: 14px;
        font-weight: bold
    }

    .colleges_main .colleges_body .colleges_left .colleges_table .colleges_table_main .colleges_table_item .colleges_table_list .colleges_table_list_info .colleges_table_list_info_table {
        height: 20px;
        line-height: 20px;
        padding: 0 5px;
        overflow: hidden
    }

    .colleges_main .colleges_body .colleges_left .colleges_table .colleges_table_main .colleges_table_item .colleges_table_list .colleges_table_list_info .colleges_table_list_info_table span {
        font-size: 12px;
        color: #666
    }

    .colleges_main .colleges_body .colleges_left .colleges_table .colleges_table_main .colleges_table_item .colleges_table_list_last {
        text-align: right
    }

    .colleges_main .colleges_body .colleges_left .colleges_table .colleges_table_main .colleges_table_item .colleges_table_list .colleges_table_list_btn {
        padding: 0
    }

    .colleges_main .colleges_body .colleges_left .colleges_table .colleges_table_main .colleges_table_item .colleges_table_list .colleges_table_list_btn .colleges_table_list_btna:last-child {
        margin-top: 0
    }

    .colleges_main .colleges_body .colleges_left .colleges_table .colleges_table_main .colleges_table_item .colleges_table_list .colleges_table_list_btn .colleges_table_list_btna {
        width: 60px;
        height: 22px;
        line-height: 20px;
        font-size: 12px;
        margin-right: 10px
    }

    .colleges_page {
        padding: 15px 0
    }

    .colleges_page .colleges_page_item .colleges_page_list {
        padding: 3px 10px;
        font-size: 12px
    }

    .detail_banner {
        display: none
    }

    .detail_main .detail_body .detail_left {
        margin: 0
    }

    .detail_main .detail_body .detail_left .detail_left_body {
        padding: 0 15px;
        margin-bottom: 10px
    }

    .detail_main .detail_body .detail_left .detail_left_body:before {
        top: -5px;
        left: -5px;
        background-size: 70%
    }

    .detail_main .detail_body .detail_left .detail_left_body .detail_left_body_head {
        padding-top: 15px
    }

    .detail_main .detail_body .detail_left .detail_left_body .detail_left_body_head .detail_left_body_title {
        font-size: 16px;
        line-height: 22px;
        font-weight: bold;
        color: #333
    }

    .detail_main .detail_body .detail_left .detail_left_body .detail_left_body_head .detail_left_body_text>span {
        padding: 0 1px
    }

    .detail_main .detail_body .detail_left .detail_left_body .detail_left_body_head .detail_left_body_text .detail_left_body_text_author {
        display: none
    }

    .detail_main .detail_body .detail_left .detail_left_body .detail_left_body_head .detail_left_body_text span:nth-child(2) {
        display: none
    }

    .detail_main .detail_body .detail_left .detail_left_body .detail_left_body_main {
        padding: 10px 0
    }

    .detail_main .detail_body .detail_left .detail_left_body .detail_left_body_bottom {
        padding: 20px 0
    }

    .colleges_main {
        padding: 0;
        overflow: hidden
    }

    .page_main .page_body .page_left {
        padding-top: 0
    }

    .box_consult .box_consult_title,.box_right .apply .apply_title {
        height: 40px;
        line-height: 40px;
        font-size: 16px
    }

    .box_consult .box_consult_body .box_consult_table:hover .box_consult_table_left {
        display: none
    }

    .box_right .box_right_img {
        margin: 10px 0
    }

    .box_right .apply .apply_form {
        padding: 15px
    }

    .box_right .detail_info_table {
        margin: 10px 0
    }

    .box_right .detail_info_table .detail_info_head {
        height: 40px;
        line-height: 40px
    }

    .box_right .detail_info_table .detail_info_head .info_top_more,.box_right .box_right_hot .info_bottom_head {
        height: 40px;
        right: 15px;
        line-height: 40px
    }

    .box_right .detail_info_table .detail_info_suc .detail_info_suc_list {
        padding: 6px 0
    }

    .box_right .detail_info_table .detail_info_suc .detail_info_suc_list .detail_info_suc_a {
        width: 50px;
        height: 50px;
        margin-top: 10px
    }

    .box_right .box_right_hot {
        margin-bottom: 0
    }

    .page_left_banner .page_container .page_wrapper .page_slide {
        height: 170px
    }

    .page_left_banner .page_container.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
        display: none
    }

    .page_left_banner .page_container .page_wrapper .page_slide .page_slide_title {
        height: 30px;
        line-height: 30px;
        background: rgba(0,0,0,.4);
        padding: 0 10px;
        font-size: 14px;
        text-align: center
    }

    .page_left_head {
        padding: 5px 15px
    }

    .page_left_head .hot_title .hot_title_texts {
        width: 50px;
        height: 22px;
        line-height: 22px;
        font-size: 14px
    }

    .page_main .page_body .page_left .page_left_body {
        padding: 0 15px;
        overflow: hidden
    }

    .page_main .page_body .page_left .page_left_body .page_left_item {
        padding: 10px 0
    }

    .page_main .page_body .page_left .page_left_body .page_left_item .page_left_item_left {
        margin-right: 10px;
        width: 80px;
        height: 60px
    }

    .page_main .page_body .page_left .page_left_body .page_left_item .page_left_item_right .page_left_item_title {
        height: 20px;
        line-height: 20px;
        font-size: 14px
    }

    .page_main .page_body .page_left .page_left_body .page_left_item .page_left_item_right .page_left_item_detail {
        height: 40px;
        line-height: 20px;
        overflow: hidden;
        font-size: 14px;
        color: #999;
        margin: 0
    }

    .page_main .page_body .page_left .page_left_item_bottom {
        display: none
    }

    .page_main .page_body .page_left .page_left_body .page_left_item .page_left_item_left .page_left_item_left_a>i {
        margin-top: -10px;
        margin-left: -10px;
        width: 20px;
        height: 20px;
        border: 1px solid rgba(255,255,255,.8)
    }

    .page_main .page_body .page_left .page_left_body .page_left_item .page_left_item_left .page_left_item_left_a:before {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -0.5px;
        margin-left: -5px;
        width: 10px;
        height: 1px;
        background: rgba(255,255,255,.8)
    }

    .page_main .page_body .page_left .page_left_body .page_left_item .page_left_item_left .page_left_item_left_a::after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -0.5px;
        margin-top: -5px;
        height: 10px;
        width: 1px;
        background: rgba(255,255,255,.8)
    }

    .page_main .page_body .page_left .colleges_page {
        padding: 0 0 10px
    }

    .sign {
        padding: 20px 30px 30px
    }

    .sign .sign_body {
        padding: 0
    }

    .sign .sign_body .sign_title {
        font-size: 20px;
        line-height: 40px;
        margin-bottom: 10px
    }

    .sign .sign_body .sign_table {
        padding: 15px 30px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border: 1px solid #eee
    }

    .sign .sign_body .sign_table .sign_table_list {
        margin-bottom: 10px
    }

    .sign .sign_body .sign_table .sign_table_list label.error {
        line-height: 30px;
        padding-right: 5px;
        font-size: 12px
    }

    .sign .sign_body .sign_table .sign_table_list .sign_table_title {
        line-height: 30px
    }

    .sign .sign_body .sign_table .sign_table_list .form-control {
        font-size: 12px
    }

    .sign .sign_body .sign_table .sign_table_list textarea.form-control {
        height: 60px
    }

    .sign .sign_body .sign_table .sign_table_btn {
        padding-top: 10px
    }

    .sign .sign_body .sign_table .sign_table_btn .sign_table_a {
        width: 100px;
        height: 30px;
        line-height: 28px;
        font-size: 14px;
        margin-bottom: 5px
    }

    .sign_footer {
        margin: 0
    }

    .country_body .country_table .country_item .country_item_title {
        height: 32px
    }

    .country_body .country_table .country_item .country_item_title .country_item_name {
        padding: 0 12px;
        height: 32px;
        line-height: 32px;
        font-size: 14px
    }

    .country_body .country_table .country_item .country_item_title .country_item_more {
        height: 32px;
        line-height: 32px
    }

    .country_body .country_table .country_item .country_item_title .country_item_more>a {
        font-size: 14px
    }

    .country_body .country_table .country_item .country_list {
        padding: 10px 0 5px
    }

    .country_body .country_table .country_item .country_list .country_list_title {
        height: 26px;
        line-height: 26px;
        padding-left: 15px;
        font-size: 14px
    }

    .country_body .country_table .country_item .country_list .country_list_title:before {
        left: 5px
    }

    .country_body .country_table .country_list_banner {
        margin: 7.5px 0
    }

    .country_body .country_table .country_list_banner .country_list_img .country_list_img_img {
        width: 100%;
        height: auto
    }

    .country_body .country_table .country_item .country_list .country_first .country_first_img {
        width: 100px;
        height: 76px
    }

    .country_body .country_table .country_item .country_list .country_first .country_first_text .country_first_title {
        font-size: 14px;
        height: 40px;
        line-height: 20px
    }

    .country_body .country_table .country_item .country_list .country_first .country_first_text .country_first_detail {
        height: 36px;
        line-height: 18px;
        font-size: 14px
    }

    .country_body .country_table .topic .topic_body .topic_head {
        height: 40px;
        line-height: 40px;
        font-size: 14px
    }

    .country_body .country_table .topic .topic_body .topic_table {
        padding: 10px 30px
    }

    .country_body .country_table .topic .topic_body .topic_table .country_topic_container .topic_wrapper .topic_slide .topic_text {
        font-size: 14px
    }

    .country_body .country_table .topic {
        margin-bottom: 0;
        margin-top: 10px
    }

    .about {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .about .about_body .about_table {
        margin-bottom: 15px;
        height: 124px
    }

    .about .about_body .about_table .about_table_title {
        height: 40px;
        line-height: 40px;
        font-size: 16px
    }

    .about .about_body .about_table .about_table_list {
        float: left;
        width: 33.33%;
        border: none;
        background: #f9f9f9
    }

    .about .about_body .about_table .about_table_list:before {
        display: none
    }

    .about .about_body .about_table .about_table_list .about_table_list_name {
        font-size: 14px
    }

    .about .about_body .about_text {
        min-height: 100px;
        padding: 15px;
        margin-bottom: 15px
    }

    .about .about_body .about_text .about_text_title {
        font-size: 22px;
        line-height: 40px;
        border-bottom: 1px dotted #ddd;
        padding-bottom: 10px
    }

    .about .about_body .about_text .about_text_body {
        padding: 15px 0 30px
    }

    .about .about_body .about_text .about_text_body p {
        font-size: 14px
    }

    .coll_index {
        width: 100%;
        height: auto;
        position: relative;
        padding-bottom: 15px;
        margin-bottom: 15px;
        overflow: hidden
    }

    .coll_index .coll_index_banner {
        width: 100%;
        height: 100%
    }

    .coll_index .coll_index_opa {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.25);
        z-index: -1
    }

    .coll_index .coll_index_banner>img {
        width: auto;
        height: 100%
    }

    .coll_index .coll_index_body .coll_index_posi {
        height: 40px;
        line-height: 40px;
        overflow: hidden
    }

    .coll_index .coll_index_body .coll_index_posi>span:nth-child(1),.coll_index .coll_index_body .coll_index_posi>a:nth-child(2),.coll_index .coll_index_body .coll_index_posi>span:nth-child(3) {
        display: none
    }

    .coll_index .coll_index_body .coll_index_posi,.coll_index .coll_index_body .coll_index_posi>a {
        font-size: 14px
    }

    .coll_index .coll_index_body .coll_table {
        height: auto;
        padding: 0
    }

    .coll_index .coll_index_body .coll_table .coll_table_left {
        width: 80px;
        height: 110px;
        line-height: 110px;
        background: transparent;
        text-align: center;
        position: relative;
        overflow: hidden;
        margin-right: 20px
    }

    .coll_index .coll_index_body .coll_table .coll_table_left>img {
        width: 80px;
        height: 80px
    }

    .coll_index .coll_index_body .coll_table .coll_table_left,.coll_index .coll_index_body .coll_table .coll_table_middle {
        margin-top: 0
    }

    .coll_index .coll_index_body .coll_table .coll_table_middle {
        width: 280px
    }

    .coll_index .coll_index_body .coll_table .coll_table_middle .coll_table_middle_title {
        font-size: 16px;
        height: 25px;
        line-height: 25px;
        overflow: hidden
    }

    .coll_index .coll_index_body .coll_table .coll_table_middle .coll_table_middle_tag {
        display: none
    }

    .coll_index .coll_index_body .coll_table .coll_table_middle .coll_table_middle_tag>a {
        display: inline-block;
        color: #fff;
        border: 1px solid #fff;
        padding: 0 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        height: 20px;
        line-height: 18px;
        font-size: 12px;
        margin: 5px 5px 5px 0
    }

    .coll_index .coll_index_body .coll_table .coll_table_middle .coll_table_middle_table {
        height: 80px;
        margin-top: 5px
    }

    .coll_index .coll_index_body .coll_table .coll_table_middle .coll_table_middle_table .coll_table_middle_item {
        width: 100%;
        height: 20px;
        line-height: 20px
    }

    .coll_index .coll_index_body .coll_table .coll_table_middle .coll_table_middle_table .coll_table_middle_item,.coll_index .coll_index_body .coll_table .coll_table_middle .coll_table_middle_table .coll_table_middle_item>a {
        color: #fff;
        font-size: 14px
    }

    .coll_index .coll_index_body .coll_table .coll_table_right {
        display: none
    }

    .school_body .school_nav .school_nav_item .school_nav_list>a {
        font-size: 14px
    }

    .school_body .school_nav .school_nav_item .school_nav_list {
        height: 35px;
        line-height: 35px
    }

    .school_body .school_product {
        position: relative;
        padding: 15px 25px 10px
    }

    .school_body .school_product .school_product_body .school_product_item .school_product_list .school_product_div {
        height: 80px
    }

    .school_body .school_table {
        padding: 0 10px
    }

    .school_body .school_table .school_table_item {
        padding-top: 10px
    }

    .school_body .school_table .school_table_item .school_table_head {
        font-size: 16px;
        height: 30px;
        line-height: 30px;
        padding-left: 30px
    }

    .school_body .school_table .school_table_item .school_table_head:before {
        margin-top: -12px;
        width: 24px;
        height: 24px
    }

    .school_body .school_table .school_table_item .school_table_detail {
        padding: 10px
    }

    .school_body .school_table .school_table_item .school_table_detail>p,#school_btn,#school_btn1 {
        font-size: 14px
    }

    .school_body {
        padding-bottom: 15px;
        margin-bottom: 5px
    }

    .text_body .text_table {
        padding: 10px 0
    }

    .text_body .text_table .text_body_head {
        height: 30px;
        line-height: 30px
    }

    .text_body .text_table .text_body_head>a {
        font-size: 16px
    }
}

@media screen and (max-width: 413px) {
    .top_nav .nav_item {
        display:none
    }

    .top_nav .nav_phone {
        display: block
    }

    .top_nav {
        height: auto
    }

    .top_nav .nav_logo {
        height: 70px;
        line-height: 70px
    }

    .top_nav .nav_logo .nav_logo_img {
        display: inline;
        height: auto
    }

    .top_nav .nav_item_phone {
        height: 70px;
        line-height: 70px
    }

    .banner {
        width: 100%;
        height: auto
    }

    .banner .banner_container {
        width: 100%;
        height: auto
    }

    .banner .banner_nav_item {
        display: none
    }

    .banner .banner_container .banner_wrapper .banner_slide .banner_img {
        width: 100%;
        height: auto
    }

    .banner .banner_pagination {
        display: none
    }

    .hot {
        width: 100%;
        padding: 15px 0 0
    }

    .hot_title .hot_title_text,.hot_title .hot_title_texts {
        font-size: 16px
    }

    .info_title {
        font-size: 16px;
        line-height: 35px
    }

    .hot_title .hot_tel span {
        display: none
    }

    .hot .hot_container {
        padding: 10px 0 0
    }

    .hot .hot_container .hot_wrapper .hot_slide .hot_item .hot_list .hot_body .hot_ico {
        width: 100%;
        height: auto
    }

    .hot .hot_container .hot_wrapper .hot_slide .hot_item .hot_list .hot_body .hot_text {
        font-size: 12px;
        line-height: 29px
    }

    .info_top {
        padding: 15px 0
    }

    .info_top .info_top_table {
        padding: 10px;
        height: 240px;
        margin-bottom: 10px
    }

    .info_top .info_top_table .info_top_item .info_top_list {
        height: 30px;
        line-height: 30px;
        font-size: 14px
    }

    .info_top .info_top_more {
        top: 10px;
        font-size: 14px
    }

    .info_top .apply {
        width: 100%;
        height: 263px
    }

    .info_top .apply .apply_title {
        height: 40px;
        line-height: 40px;
        font-size: 16px
    }

    .info_top .apply .apply_form {
        padding: 20px 10px 0
    }

    .info_top .apply .apply_form .apply_form_body .form-control {
        font-size: 12px
    }

    .info_top .apply .apply_form .apply_form_btn {
        margin: 0;
        padding: 0
    }

    .info_top .apply .apply_form .apply_form_btn .apply_form_a {
        height: 30px;
        line-height: 30px;
        margin: 0 auto;
        width: 100px;
        font-size: 12px
    }

    .info_top .apply .apply_form .apply_form_body>div>div {
        margin-bottom: 15px
    }

    .rect_img {
        padding-bottom: 15px
    }

    .rect_img .img-responsive,.thumbnail > img,.thumbnail a > img,.carousel-inner > .item > img,.carousel-inner > .item > a > img {
        max-width: 100%
    }

    .depot .depot_body .depot_right {
        width: 100%;
        height: auto
    }

    .depot .depot_head .depot_head_title {
        position: relative;
        padding-left: 25px
    }

    .depot .depot_head .depot_head_title:before {
        top: 50%;
        background: url(../images/depot_icon.png) no-repeat;
        background-size: 50%;
        margin-top: -10px
    }

    .depot .depot_head .depot_head_search .depot_search_btn {
        width: 45px;
        font-size: 12px
    }

    .depot .depot_head .depot_head_search .depot_search_input {
        padding: 6px 10px;
        font-size: 12px
    }

    .depot .depot_body .depot_left {
        display: none
    }

    .depot .depot_body .depot_left_phone {
        display: block
    }

    .depot .depot_body .depot_right .depot_right_item .depot_right_list {
        width: 100%;
        height: auto
    }

    .depot .depot_body .depot_right .depot_right_item .depot_right_list .depot_right_img {
        width: 100%;
        height: 110px
    }

    .depot .depot_body .depot_right .depot_right_item .depot_right_list .depot_right_img:hover .depot_right_dw {
        display: none
    }

    .depot .depot_body .depot_right .depot_right_item .depot_right_list .depot_right_img .depot_right_place {
        width: 100%;
        height: 25px;
        line-height: 25px;
        padding-left: 27px;
        overflow: hidden;
        font-size: 12px
    }

    .depot .depot_body .depot_right .depot_right_item .depot_right_list .depot_right_img .depot_right_place:before {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        margin-top: -10px;
        left: 10px;
        background: url(../images/depot_left_place.png) no-repeat;
        background-size: 80%;
        width: 15px;
        height: 20px
    }

    .depot .depot_body .depot_right .depot_right_item .depot_right_list>span,.depot .depot_body .depot_right .depot_right_item .depot_right_list>a {
        padding: 0 10px
    }

    .depot .depot_body .depot_right .depot_right_item .depot_right_list>span.depot_right_text1 {
        font-size: 14px;
        font-weight: bold
    }

    .info_bottom {
        padding: 15px 0 5px
    }

    .info_bottom .info_top_more {
        position: absolute;
        top: 8px;
        right: 20px;
        line-height: 35px;
        text-transform: uppercase;
        color: #0a7cf9;
        font-size: 14px
    }

    .info_bottom .info_bottom_table .info_bottom_body .info_bottom_first .info_bottom_first_text .info_bottom_first_title {
        font-size: 14px
    }

    .info_bottom .info_bottom_table .info_bottom_body {
        padding: 15px 10px
    }

    .info_bottom .info_bottom_table {
        width: 100%;
        height: auto;
        padding: 5px 10px;
        margin-bottom: 10px
    }

    .info_bottom .info_bottom_table .info_bottom_head {
        height: 40px;
        line-height: 40px;
        border-bottom: 1px dashed #ddd
    }

    .info_bottom .info_bottom_table .info_bottom_body {
        padding: 15px 5px 0
    }

    .info_bottom .info_bottom_table .info_bottom_body .info_bottom_first .info_bottom_first_img {
        width: 120px;
        height: 80px
    }

    .info_bottom .info_bottom_table .info_bottom_body .info_bottom_first .info_bottom_first_text {
        margin-bottom: 10px
    }

    .info_bottom .info_bottom_table .info_bottom_body .info_bottom_first .info_bottom_first_text .info_bottom_first_title {
        height: 40px;
        line-height: 20px;
        font-size: 14px
    }

    .info_bottom .info_bottom_table .info_bottom_body .info_bottom_first .info_bottom_first_text .info_bottom_first_detail {
        height: 40px;
        line-height: 20px;
        font-size: 14px
    }

    .info_bottom .info_bottom_table .info_bottom_body .info_bottom_body_title {
        height: 30px;
        line-height: 30px;
        padding-left: 10px;
        font-size: 14px
    }

    .info_bottom .info_bottom_table .info_bottom_body .info_bottom_body_title:before {
        margin-top: -2px;
        width: 3px;
        height: 3px
    }

    .info_bottom .info_bottom_table .info_bottom_suc .info_bottom_suc_list {
        padding: 10px 0
    }

    .info_bottom .info_bottom_table .info_bottom_suc .info_bottom_suc_list .info_bottom_suc_a {
        width: 60px;
        height: 60px;
        margin-right: 15px
    }

    .info_bottom .info_bottom_table .info_bottom_suc .info_bottom_suc_list .info_bottom_suc_title {
        height: 30px;
        line-height: 30px;
        font-size: 14px
    }

    .info_bottom .info_bottom_table .info_bottom_suc .info_bottom_suc_list .info_bottom_suc_detail {
        height: 40px;
        line-height: 20px;
        font-size: 14px
    }

    .topic .topic_body {
        width: 100%;
        height: auto;
        border-top: none;
        padding: 0 10px
    }

    .topic .topic_body .topic_table {
        padding: 5px 30px 10px
    }

    .topic .swiper-button-next,.swiper-container-rtl .swiper-button-prev {
        right: 0;
        left: auto
    }

    .topic .swiper-button-prev,.swiper-container-rtl .swiper-button-next {
        left: 0;
        right: auto
    }

    .topic .topic_body .topic_table .topic_container .topic_wrapper .topic_slide .topic_icon {
        padding: 10px;
        width: 100%;
        height: 100%
    }

    .topic .swiper-button-next,.swiper-button-prev {
        background-size: 20px 33px
    }

    .topic .topic_body .topic_table .topic_container .topic_wrapper .topic_slide .topic_text {
        margin-top: 5px;
        font-size: 16px
    }

    .link {
        display: none
    }

    .footer {
        width: 100%;
        height: auto;
        padding: 15px 0 30px
    }

    .footer .footer_table.footer_table1,.footer .footer_table.footer_table3,.footer .footer_table.footer_table4 {
        display: none
    }

    .footer .footer_table.footer_table2 {
        width: 100%;
        margin-bottom: 10px
    }

    .footer .footer_table {
        padding: 0
    }

    .footer .footer_table.footer_table1 .footer_item a {
        display: inline-block;
        font-size: 12px
    }

    .footer .footer_table.footer_table2 .footer_item .footer_text {
        font-size: 12px
    }

    .footer .footer_table.footer_table3 .footer_item a {
        font-size: 12px
    }

    .footer .footer_table.footer_table2 .footer_item .footer_tel {
        font-size: 30px
    }

    .colleges_banner {
        width: 100%;
        height: auto;
        overflow: hidden
    }

    .colleges_banner .colleges_banner_container .colleges_banner_wrapper .colleges_banner_slide {
        width: 100%;
        height: auto
    }

    .colleges_banner .colleges_banner_pagi {
        display: none
    }

    .colleges_main .colleges_body .colleges_left .colleges_search {
        padding: 15px
    }

    .colleges_main .colleges_body .colleges_left .colleges_search .colleges_search_item {
        margin: 0;
        color: #333
    }

    .colleges_main .colleges_body .colleges_left .colleges_search .colleges_form .colleges_search_input {
        width: 100%;
        margin: 10px 0
    }

    .colleges_main .colleges_body .colleges_left .colleges_search .colleges_form .colleges_search_btn {
        top: 30px
    }

    .colleges_main .colleges_body .colleges_left .colleges_table .colleges_table_main .colleges_table_item {
        padding: 10px 5px
    }

    .colleges_main .colleges_body .colleges_left .colleges_table .colleges_table_main .colleges_table_item .colleges_table_list .colleges_table_list_a {
        width: 70px;
        height: 70px;
        border: 1px solid #E4E4E4
    }

    .colleges_main .colleges_body .colleges_left .colleges_table .colleges_table_main .colleges_table_item .colleges_table_list {
        width: 100%;
        height: auto
    }

    .colleges_main .colleges_body .colleges_left .colleges_table .colleges_table_main .colleges_table_item .colleges_table_list .colleges_table_list_title {
        height: 20px;
        line-height: 20px
    }

    .colleges_main .colleges_body .colleges_left .colleges_table .colleges_table_main .colleges_table_item .colleges_table_list .colleges_table_list_title .colleges_table_list_title_ch {
        font-size: 14px;
        font-weight: bold
    }

    .colleges_main .colleges_body .colleges_left .colleges_table .colleges_table_main .colleges_table_item .colleges_table_list .colleges_table_list_info .colleges_table_list_info_table {
        height: 20px;
        line-height: 20px;
        padding: 0 5px;
        overflow: hidden
    }

    .colleges_main .colleges_body .colleges_left .colleges_table .colleges_table_main .colleges_table_item .colleges_table_list .colleges_table_list_info .colleges_table_list_info_table span {
        font-size: 12px;
        color: #666
    }

    .colleges_main .colleges_body .colleges_left .colleges_table .colleges_table_main .colleges_table_item .colleges_table_list_last {
        text-align: right
    }

    .colleges_main .colleges_body .colleges_left .colleges_table .colleges_table_main .colleges_table_item .colleges_table_list .colleges_table_list_btn {
        padding: 5px 0 0
    }

    .colleges_main .colleges_body .colleges_left .colleges_table .colleges_table_main .colleges_table_item .colleges_table_list .colleges_table_list_btn .colleges_table_list_btna:last-child {
        margin-top: 0
    }

    .colleges_main .colleges_body .colleges_left .colleges_table .colleges_table_main .colleges_table_item .colleges_table_list .colleges_table_list_btn .colleges_table_list_btna {
        width: 60px;
        height: 22px;
        line-height: 20px;
        font-size: 12px;
        margin-right: 10px
    }

    .colleges_page {
        padding: 15px 0
    }

    .colleges_page .colleges_page_item .colleges_page_list {
        padding: 3px 10px;
        font-size: 12px
    }

    .detail_banner {
        display: none
    }

    .detail_main .detail_body .detail_left {
        margin: 0
    }

    .detail_main .detail_body .detail_left .detail_left_body {
        padding: 0 15px;
        margin-bottom: 10px
    }

    .detail_main .detail_body .detail_left .detail_left_body:before {
        top: -5px;
        left: -5px;
        background-size: 70%
    }

    .detail_main .detail_body .detail_left .detail_left_body .detail_left_body_head {
        padding-top: 15px
    }

    .detail_main .detail_body .detail_left .detail_left_body .detail_left_body_head .detail_left_body_title {
        font-size: 16px;
        line-height: 22px;
        font-weight: bold;
        color: #333
    }

    .detail_main .detail_body .detail_left .detail_left_body .detail_left_body_head .detail_left_body_text>span {
        color: #999;
        padding: 0;
        font-size: 14px;
        display: block
    }

    .detail_main .detail_body .detail_left .detail_left_body .detail_left_body_head .detail_left_body_text .detail_left_body_text_author {
        display: none
    }

    .detail_main .detail_body .detail_left .detail_left_body .detail_left_body_head .detail_left_body_text span:nth-child(2) {
        display: none
    }

    .detail_main .detail_body .detail_left .detail_left_body .detail_left_body_main {
        padding: 10px 0
    }

    .detail_main .detail_body .detail_left .detail_left_body .detail_left_body_bottom {
        padding: 20px 0
    }

    .colleges_main {
        padding: 0;
        overflow: hidden
    }

    .page_main .page_body .page_left {
        padding-top: 0
    }

    .box_consult .box_consult_title,.box_right .apply .apply_title {
        height: 40px;
        line-height: 40px;
        font-size: 16px
    }

    .box_consult .box_consult_body .box_consult_table:hover .box_consult_table_left {
        display: none
    }

    .box_right .box_right_img {
        margin: 10px 0
    }

    .box_right .apply .apply_form {
        padding: 15px
    }

    .box_right .detail_info_table {
        margin: 10px 0
    }

    .box_right .detail_info_table .detail_info_head {
        height: 40px;
        line-height: 40px
    }

    .box_right .detail_info_table .detail_info_head .info_top_more,.box_right .box_right_hot .info_bottom_head {
        height: 40px;
        right: 15px;
        line-height: 40px
    }

    .box_right .detail_info_table .detail_info_suc .detail_info_suc_list {
        padding: 6px 0
    }

    .box_right .detail_info_table .detail_info_suc .detail_info_suc_list .detail_info_suc_a {
        width: 50px;
        height: 50px;
        margin-top: 10px
    }

    .box_right .box_right_hot {
        margin-bottom: 0
    }

    .page_left_banner .page_container .page_wrapper .page_slide {
        height: auto
    }

    .page_left_banner .page_container.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
        display: none
    }

    .page_left_banner .page_container .page_wrapper .page_slide .page_slide_title {
        height: 30px;
        line-height: 30px;
        background: rgba(0,0,0,.4);
        padding: 0 10px;
        font-size: 14px;
        text-align: center
    }

    .page_left_head {
        padding: 5px 15px
    }

    .page_left_head .hot_title .hot_title_texts {
        width: 50px;
        height: 22px;
        line-height: 22px;
        font-size: 14px
    }

    .page_main .page_body .page_left .page_left_body {
        padding: 0 15px;
        overflow: hidden
    }

    .page_main .page_body .page_left .page_left_body .page_left_item {
        padding: 10px 0
    }

    .page_main .page_body .page_left .page_left_body .page_left_item .page_left_item_left {
        margin-right: 10px;
        width: 80px;
        height: 60px
    }

    .page_main .page_body .page_left .page_left_body .page_left_item .page_left_item_right .page_left_item_title {
        height: 20px;
        line-height: 20px;
        font-size: 14px
    }

    .page_main .page_body .page_left .page_left_body .page_left_item .page_left_item_right .page_left_item_detail {
        height: 40px;
        line-height: 20px;
        overflow: hidden;
        font-size: 14px;
        color: #999;
        margin: 0
    }

    .page_main .page_body .page_left .page_left_item_bottom {
        display: none
    }

    .page_main .page_body .page_left .page_left_body .page_left_item .page_left_item_left .page_left_item_left_a>i {
        margin-top: -10px;
        margin-left: -10px;
        width: 20px;
        height: 20px;
        border: 1px solid rgba(255,255,255,.8)
    }

    .page_main .page_body .page_left .page_left_body .page_left_item .page_left_item_left .page_left_item_left_a:before {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -0.5px;
        margin-left: -5px;
        width: 10px;
        height: 1px;
        background: rgba(255,255,255,.8)
    }

    .page_main .page_body .page_left .page_left_body .page_left_item .page_left_item_left .page_left_item_left_a::after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -0.5px;
        margin-top: -5px;
        height: 10px;
        width: 1px;
        background: rgba(255,255,255,.8)
    }

    .page_main .page_body .page_left .colleges_page {
        padding: 0 0 10px
    }

    .sign {
        padding: 20px 0 50px
    }

    .sign .sign_body {
        padding: 0
    }

    .sign .sign_body .sign_title {
        font-size: 20px;
        line-height: 40px;
        margin-bottom: 10px
    }

    .sign .sign_body .sign_table {
        padding: 15px 30px 0;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border: 1px solid #eee
    }

    .sign .sign_body .sign_table .sign_table_list {
        margin-bottom: 10px
    }

    .sign .sign_body .sign_table .sign_table_list label.error {
        line-height: 30px;
        padding-right: 5px;
        font-size: 12px
    }

    .sign .sign_body .sign_table .sign_table_list .sign_table_title {
        line-height: 30px
    }

    .sign .sign_body .sign_table .sign_table_list .form-control {
        font-size: 12px
    }

    .sign .sign_body .sign_table .sign_table_list textarea.form-control {
        height: 60px
    }

    .sign .sign_body .sign_table .sign_table_btn {
        padding-top: 10px
    }

    .sign .sign_body .sign_table .sign_table_btn .sign_table_a {
        width: 100px;
        height: 30px;
        line-height: 28px;
        font-size: 14px;
        margin-bottom: 5px
    }

    .sign_footer {
        margin: 0
    }

    .country_body .country_table .country_item .country_item_title {
        height: 32px
    }

    .country_body .country_table .country_item .country_item_title .country_item_name {
        padding: 0 12px;
        height: 32px;
        line-height: 32px;
        font-size: 14px
    }

    .country_body .country_table .country_item .country_item_title .country_item_more {
        height: 32px;
        line-height: 32px
    }

    .country_body .country_table .country_item .country_item_title .country_item_more>a {
        font-size: 14px
    }

    .country_body .country_table .country_item .country_list {
        padding: 10px 0 5px
    }

    .country_body .country_table .country_item .country_list .country_list_title {
        height: 26px;
        line-height: 26px;
        padding-left: 15px;
        font-size: 14px
    }

    .country_body .country_table .country_item .country_list .country_list_title:before {
        left: 5px
    }

    .country_body .country_table .country_list_banner {
        margin: 7.5px 0
    }

    .country_body .country_table .country_list_banner .country_list_img .country_list_img_img {
        width: 100%;
        height: auto
    }

    .country_body .country_table .country_item .country_list .country_first .country_first_img {
        width: 100px;
        height: 76px
    }

    .country_body .country_table .country_item .country_list .country_first .country_first_text .country_first_title {
        font-size: 14px;
        height: 40px;
        line-height: 20px
    }

    .country_body .country_table .country_item .country_list .country_first .country_first_text .country_first_detail {
        height: 36px;
        line-height: 18px;
        font-size: 14px
    }

    .country_body .country_table .topic .topic_body .topic_head {
        height: 40px;
        line-height: 40px;
        font-size: 14px
    }

    .country_body .country_table .topic .topic_body .topic_table {
        padding: 10px 30px
    }

    .country_body .country_table .topic .topic_body .topic_table .country_topic_container .topic_wrapper .topic_slide .topic_text {
        font-size: 14px
    }

    .country_body .country_table .topic {
        margin-bottom: 0;
        margin-top: 10px
    }

    .about {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .about .about_body .about_table {
        margin-bottom: 15px;
        height: 124px
    }

    .about .about_body .about_table .about_table_title {
        height: 40px;
        line-height: 40px;
        font-size: 16px
    }

    .about .about_body .about_table .about_table_list {
        float: left;
        width: 33.33%;
        border: none;
        background: #f9f9f9
    }

    .about .about_body .about_table .about_table_list:before {
        display: none
    }

    .about .about_body .about_table .about_table_list .about_table_list_name {
        font-size: 14px
    }

    .about .about_body .about_text {
        min-height: 100px;
        padding: 15px;
        margin-bottom: 15px
    }

    .about .about_body .about_text .about_text_title {
        font-size: 22px;
        line-height: 40px;
        border-bottom: 1px dotted #ddd;
        padding-bottom: 10px
    }

    .about .about_body .about_text .about_text_body {
        padding: 15px 0 30px
    }

    .about .about_body .about_text .about_text_body p {
        font-size: 14px
    }

    .coll_index {
        width: 100%;
        height: auto;
        position: relative;
        padding-bottom: 15px;
        margin-bottom: 15px;
        overflow: hidden
    }

    .coll_index .coll_index_banner {
        width: 100%;
        height: 100%
    }

    .coll_index .coll_index_opa {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.25);
        z-index: -1
    }

    .coll_index .coll_index_banner>img {
        width: auto;
        height: 100%
    }

    .coll_index .coll_index_body .coll_index_posi {
        height: 40px;
        line-height: 40px;
        overflow: hidden
    }

    .coll_index .coll_index_body .coll_index_posi>span:nth-child(1),.coll_index .coll_index_body .coll_index_posi>a:nth-child(2),.coll_index .coll_index_body .coll_index_posi>span:nth-child(3) {
        display: none
    }

    .coll_index .coll_index_body .coll_index_posi,.coll_index .coll_index_body .coll_index_posi>a {
        font-size: 14px
    }

    .coll_index .coll_index_body .coll_table {
        height: auto;
        padding: 0
    }

    .coll_index .coll_index_body .coll_table .coll_table_left {
        width: 80px;
        height: 110px;
        line-height: 110px;
        background: transparent;
        text-align: center;
        position: relative;
        overflow: hidden;
        margin-right: 20px
    }

    .coll_index .coll_index_body .coll_table .coll_table_left>img {
        width: 80px;
        height: 80px
    }

    .coll_index .coll_index_body .coll_table .coll_table_left,.coll_index .coll_index_body .coll_table .coll_table_middle {
        margin-top: 0
    }

    .coll_index .coll_index_body .coll_table .coll_table_middle {
        width: 200px
    }

    .coll_index .coll_index_body .coll_table .coll_table_middle .coll_table_middle_title {
        font-size: 16px;
        height: 25px;
        line-height: 25px;
        overflow: hidden
    }

    .coll_index .coll_index_body .coll_table .coll_table_middle .coll_table_middle_tag {
        display: none
    }

    .coll_index .coll_index_body .coll_table .coll_table_middle .coll_table_middle_tag>a {
        display: inline-block;
        color: #fff;
        border: 1px solid #fff;
        padding: 0 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        height: 20px;
        line-height: 18px;
        font-size: 12px;
        margin: 5px 5px 5px 0
    }

    .coll_index .coll_index_body .coll_table .coll_table_middle .coll_table_middle_table {
        height: 80px;
        margin-top: 5px
    }

    .coll_index .coll_index_body .coll_table .coll_table_middle .coll_table_middle_table .coll_table_middle_item {
        width: 100%;
        height: 20px;
        line-height: 20px
    }

    .coll_index .coll_index_body .coll_table .coll_table_middle .coll_table_middle_table .coll_table_middle_item,.coll_index .coll_index_body .coll_table .coll_table_middle .coll_table_middle_table .coll_table_middle_item>a {
        color: #fff;
        font-size: 14px
    }

    .coll_index .coll_index_body .coll_table .coll_table_right {
        display: none
    }

    .school_body .school_nav .school_nav_item .school_nav_list>a {
        font-size: 14px
    }

    .school_body .school_nav .school_nav_item .school_nav_list {
        height: 35px;
        line-height: 35px
    }

    .school_body .school_product {
        position: relative;
        padding: 15px 25px 10px
    }

    .school_body .school_product .school_product_body .school_product_item .school_product_list .school_product_div {
        height: 120px
    }

    .school_body .school_table {
        padding: 0 10px
    }

    .school_body .school_table .school_table_item {
        padding-top: 10px
    }

    .school_body .school_table .school_table_item .school_table_head {
        font-size: 16px;
        height: 30px;
        line-height: 30px;
        padding-left: 30px
    }

    .school_body .school_table .school_table_item .school_table_head:before {
        margin-top: -12px;
        width: 24px;
        height: 24px
    }

    .school_body .school_table .school_table_item .school_table_detail {
        padding: 10px
    }

    .school_body .school_table .school_table_item .school_table_detail>p,#school_btn,#school_btn1 {
        font-size: 14px
    }

    .school_body {
        padding-bottom: 15px;
        margin-bottom: 5px
    }

    .text_body .text_table {
        padding: 10px 0
    }

    .text_body .text_table .text_body_head {
        height: 30px;
        line-height: 30px
    }

    .text_body .text_table .text_body_head>a {
        font-size: 16px
    }
}

@media screen and (max-width: 375px) {
    .top_nav .nav_item {
        display:none
    }

    .top_nav .nav_phone {
        display: block
    }

    .top_nav {
        height: auto
    }

    .top_nav .nav_logo {
        height: 70px;
        line-height: 70px
    }

    .top_nav .nav_logo .nav_logo_img {
        display: inline;
        height: auto
    }

    .top_nav .nav_item_phone {
        height: 70px;
        line-height: 70px
    }

    .banner {
        width: 100%;
        height: auto
    }

    .banner .banner_container {
        width: 100%;
        height: auto
    }

    .banner .banner_nav_item {
        display: none
    }

    .banner .banner_container .banner_wrapper .banner_slide .banner_img {
        width: 100%;
        height: auto
    }

    .banner .banner_pagination {
        display: none
    }

    .hot {
        width: 100%;
        padding: 15px 0 0
    }

    .hot_title .hot_title_text,.hot_title .hot_title_texts {
        font-size: 16px
    }

    .info_title {
        font-size: 16px;
        line-height: 35px
    }

    .hot_title .hot_tel span {
        display: none
    }

    .hot .hot_container {
        padding: 10px 0 0
    }

    .hot .hot_container .hot_wrapper .hot_slide .hot_item .hot_list .hot_body .hot_ico {
        width: 100%;
        height: auto
    }

    .hot .hot_container .hot_wrapper .hot_slide .hot_item .hot_list .hot_body .hot_text {
        font-size: 12px;
        line-height: 29px
    }

    .info_top {
        padding: 15px 0
    }

    .info_top .info_top_table {
        padding: 10px;
        height: 240px;
        margin-bottom: 10px
    }

    .info_top .info_top_table .info_top_item .info_top_list {
        height: 30px;
        line-height: 30px;
        font-size: 14px
    }

    .info_top .info_top_more {
        top: 10px;
        font-size: 14px
    }

    .info_top .apply {
        width: 100%;
        height: 263px
    }

    .info_top .apply .apply_title {
        height: 40px;
        line-height: 40px;
        font-size: 16px
    }

    .info_top .apply .apply_form {
        padding: 20px 10px 0
    }

    .info_top .apply .apply_form .apply_form_body .form-control {
        font-size: 12px
    }

    .info_top .apply .apply_form .apply_form_btn {
        margin: 0;
        padding: 0
    }

    .info_top .apply .apply_form .apply_form_btn .apply_form_a {
        height: 30px;
        line-height: 30px;
        margin: 0 auto;
        width: 100px;
        font-size: 12px
    }

    .info_top .apply .apply_form .apply_form_body>div>div {
        margin-bottom: 15px
    }

    .rect_img {
        padding-bottom: 15px
    }

    .rect_img .img-responsive,.thumbnail > img,.thumbnail a > img,.carousel-inner > .item > img,.carousel-inner > .item > a > img {
        max-width: 100%
    }

    .depot .depot_body .depot_right {
        width: 100%;
        height: auto
    }

    .depot .depot_head .depot_head_title {
        position: relative;
        padding-left: 25px
    }

    .depot .depot_head .depot_head_title:before {
        top: 50%;
        background: url(../images/depot_icon.png) no-repeat;
        background-size: 50%;
        margin-top: -10px
    }

    .depot .depot_head .depot_head_search .depot_search_btn {
        width: 45px;
        font-size: 12px
    }

    .depot .depot_head .depot_head_search .depot_search_input {
        padding: 6px 10px;
        font-size: 12px
    }

    .depot .depot_body .depot_left {
        display: none
    }

    .depot .depot_body .depot_left_phone {
        display: block
    }

    .depot .depot_body .depot_right .depot_right_item .depot_right_list {
        width: 100%;
        height: auto
    }

    .depot .depot_body .depot_right .depot_right_item .depot_right_list .depot_right_img {
        width: 100%;
        height: 100px
    }

    .depot .depot_body .depot_right .depot_right_item .depot_right_list .depot_right_img:hover .depot_right_dw {
        display: none
    }

    .depot .depot_body .depot_right .depot_right_item .depot_right_list .depot_right_img .depot_right_place {
        width: 100%;
        height: 25px;
        line-height: 25px;
        padding-left: 27px;
        overflow: hidden;
        font-size: 12px
    }

    .depot .depot_body .depot_right .depot_right_item .depot_right_list .depot_right_img .depot_right_place:before {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        margin-top: -10px;
        left: 10px;
        background: url(../images/depot_left_place.png) no-repeat;
        background-size: 80%;
        width: 15px;
        height: 20px
    }

    .depot .depot_body .depot_right .depot_right_item .depot_right_list>span,.depot .depot_body .depot_right .depot_right_item .depot_right_list>a {
        padding: 0 10px
    }

    .depot .depot_body .depot_right .depot_right_item .depot_right_list>span.depot_right_text1 {
        font-size: 14px;
        font-weight: bold
    }

    .info_bottom {
        padding: 15px 0 5px
    }

    .info_bottom .info_top_more {
        position: absolute;
        top: 8px;
        right: 20px;
        line-height: 35px;
        text-transform: uppercase;
        color: #0a7cf9;
        font-size: 14px
    }

    .info_bottom .info_bottom_table .info_bottom_body .info_bottom_first .info_bottom_first_text .info_bottom_first_title {
        font-size: 14px
    }

    .info_bottom .info_bottom_table .info_bottom_body {
        padding: 15px 10px
    }

    .info_bottom .info_bottom_table {
        width: 100%;
        height: auto;
        padding: 5px 10px;
        margin-bottom: 10px
    }

    .info_bottom .info_bottom_table .info_bottom_head {
        height: 40px;
        line-height: 40px;
        border-bottom: 1px dashed #ddd
    }

    .info_bottom .info_bottom_table .info_bottom_body {
        padding: 15px 5px 0
    }

    .info_bottom .info_bottom_table .info_bottom_body .info_bottom_first .info_bottom_first_img {
        width: 120px;
        height: 80px
    }

    .info_bottom .info_bottom_table .info_bottom_body .info_bottom_first .info_bottom_first_text {
        margin-bottom: 10px
    }

    .info_bottom .info_bottom_table .info_bottom_body .info_bottom_first .info_bottom_first_text .info_bottom_first_title {
        height: 40px;
        line-height: 20px;
        font-size: 14px
    }

    .info_bottom .info_bottom_table .info_bottom_body .info_bottom_first .info_bottom_first_text .info_bottom_first_detail {
        height: 40px;
        line-height: 20px;
        font-size: 14px
    }

    .info_bottom .info_bottom_table .info_bottom_body .info_bottom_body_title {
        height: 30px;
        line-height: 30px;
        padding-left: 10px;
        font-size: 14px
    }

    .info_bottom .info_bottom_table .info_bottom_body .info_bottom_body_title:before {
        margin-top: -2px;
        width: 3px;
        height: 3px
    }

    .info_bottom .info_bottom_table .info_bottom_suc .info_bottom_suc_list {
        padding: 10px 0
    }

    .info_bottom .info_bottom_table .info_bottom_suc .info_bottom_suc_list .info_bottom_suc_a {
        width: 60px;
        height: 60px;
        margin-right: 15px
    }

    .info_bottom .info_bottom_table .info_bottom_suc .info_bottom_suc_list .info_bottom_suc_title {
        height: 30px;
        line-height: 30px;
        font-size: 14px
    }

    .info_bottom .info_bottom_table .info_bottom_suc .info_bottom_suc_list .info_bottom_suc_detail {
        height: 40px;
        line-height: 20px;
        font-size: 14px
    }

    .topic .topic_body {
        width: 100%;
        height: auto;
        border-top: none;
        padding: 0 10px
    }

    .topic .topic_body .topic_table {
        padding: 5px 30px 10px
    }

    .topic .swiper-button-next,.swiper-container-rtl .swiper-button-prev {
        right: 0;
        left: auto
    }

    .topic .swiper-button-prev,.swiper-container-rtl .swiper-button-next {
        left: 0;
        right: auto
    }

    .topic .topic_body .topic_table .topic_container .topic_wrapper .topic_slide .topic_icon {
        padding: 10px;
        width: 100%;
        height: 100%
    }

    .topic .swiper-button-next,.swiper-button-prev {
        background-size: 20px 33px
    }

    .topic .topic_body .topic_table .topic_container .topic_wrapper .topic_slide .topic_text {
        margin-top: 5px;
        font-size: 16px
    }

    .link {
        display: none
    }

    .footer {
        width: 100%;
        height: auto;
        padding: 15px 0 30px
    }

    .footer .footer_table.footer_table1,.footer .footer_table.footer_table3,.footer .footer_table.footer_table4 {
        display: none
    }

    .footer .footer_table.footer_table2 {
        width: 100%;
        margin-bottom: 10px
    }

    .footer .footer_table {
        padding: 0
    }

    .footer .footer_table.footer_table1 .footer_item a {
        display: inline-block;
        font-size: 12px
    }

    .footer .footer_table.footer_table2 .footer_item .footer_text {
        font-size: 12px
    }

    .footer .footer_table.footer_table3 .footer_item a {
        font-size: 12px
    }

    .footer .footer_table.footer_table2 .footer_item .footer_tel {
        font-size: 30px
    }

    .colleges_banner {
        width: 100%;
        height: auto;
        overflow: hidden
    }

    .colleges_banner .colleges_banner_container .colleges_banner_wrapper .colleges_banner_slide {
        width: 100%;
        height: auto
    }

    .colleges_banner .colleges_banner_pagi {
        display: none
    }

    .colleges_main .colleges_body .colleges_left .colleges_search {
        padding: 15px
    }

    .colleges_main .colleges_body .colleges_left .colleges_search .colleges_search_item {
        margin: 0;
        color: #333
    }

    .colleges_main .colleges_body .colleges_left .colleges_search .colleges_form .colleges_search_input {
        width: 100%;
        margin: 10px 0
    }

    .colleges_main .colleges_body .colleges_left .colleges_search .colleges_form .colleges_search_btn {
        top: 30px
    }

    .colleges_main .colleges_body .colleges_left .colleges_table .colleges_table_main .colleges_table_item {
        padding: 10px 5px
    }

    .colleges_main .colleges_body .colleges_left .colleges_table .colleges_table_main .colleges_table_item .colleges_table_list .colleges_table_list_a {
        width: 70px;
        height: 70px;
        border: 1px solid #E4E4E4
    }

    .colleges_main .colleges_body .colleges_left .colleges_table .colleges_table_main .colleges_table_item .colleges_table_list {
        width: 100%;
        height: auto
    }

    .colleges_main .colleges_body .colleges_left .colleges_table .colleges_table_main .colleges_table_item .colleges_table_list .colleges_table_list_title {
        height: 20px;
        line-height: 20px
    }

    .colleges_main .colleges_body .colleges_left .colleges_table .colleges_table_main .colleges_table_item .colleges_table_list .colleges_table_list_title .colleges_table_list_title_ch {
        font-size: 14px;
        font-weight: bold
    }

    .colleges_main .colleges_body .colleges_left .colleges_table .colleges_table_main .colleges_table_item .colleges_table_list .colleges_table_list_info .colleges_table_list_info_table {
        height: 20px;
        line-height: 20px;
        padding: 0 5px;
        overflow: hidden
    }

    .colleges_main .colleges_body .colleges_left .colleges_table .colleges_table_main .colleges_table_item .colleges_table_list .colleges_table_list_info .colleges_table_list_info_table span {
        font-size: 12px;
        color: #666
    }

    .colleges_main .colleges_body .colleges_left .colleges_table .colleges_table_main .colleges_table_item .colleges_table_list_last {
        text-align: right
    }

    .colleges_main .colleges_body .colleges_left .colleges_table .colleges_table_main .colleges_table_item .colleges_table_list .colleges_table_list_btn {
        padding: 5px 0 0
    }

    .colleges_main .colleges_body .colleges_left .colleges_table .colleges_table_main .colleges_table_item .colleges_table_list .colleges_table_list_btn .colleges_table_list_btna:last-child {
        margin-top: 0
    }

    .colleges_main .colleges_body .colleges_left .colleges_table .colleges_table_main .colleges_table_item .colleges_table_list .colleges_table_list_btn .colleges_table_list_btna {
        width: 60px;
        height: 22px;
        line-height: 20px;
        font-size: 12px;
        margin-right: 10px
    }

    .colleges_page {
        padding: 15px 0
    }

    .colleges_page .colleges_page_item .colleges_page_list {
        padding: 3px 10px;
        font-size: 12px
    }

    .detail_banner {
        display: none
    }

    .detail_main .detail_body .detail_left {
        margin: 0
    }

    .detail_main .detail_body .detail_left .detail_left_body {
        padding: 0 15px;
        margin-bottom: 10px
    }

    .detail_main .detail_body .detail_left .detail_left_body:before {
        top: -5px;
        left: -5px;
        background-size: 70%
    }

    .detail_main .detail_body .detail_left .detail_left_body .detail_left_body_head {
        padding-top: 15px
    }

    .detail_main .detail_body .detail_left .detail_left_body .detail_left_body_head .detail_left_body_title {
        font-size: 16px;
        line-height: 22px;
        font-weight: bold;
        color: #333
    }

    .detail_main .detail_body .detail_left .detail_left_body .detail_left_body_head .detail_left_body_text>span {
        color: #999;
        padding: 0;
        font-size: 14px;
        display: block
    }

    .detail_main .detail_body .detail_left .detail_left_body .detail_left_body_head .detail_left_body_text .detail_left_body_text_author {
        display: none
    }

    .detail_main .detail_body .detail_left .detail_left_body .detail_left_body_head .detail_left_body_text span:nth-child(2) {
        display: none
    }

    .detail_main .detail_body .detail_left .detail_left_body .detail_left_body_main {
        padding: 10px 0
    }

    .detail_main .detail_body .detail_left .detail_left_body .detail_left_body_bottom {
        padding: 20px 0
    }

    .colleges_main {
        padding: 0;
        overflow: hidden
    }

    .page_main .page_body .page_left {
        padding-top: 0
    }

    .box_consult .box_consult_title,.box_right .apply .apply_title {
        height: 40px;
        line-height: 40px;
        font-size: 16px
    }

    .box_consult .box_consult_body .box_consult_table:hover .box_consult_table_left {
        display: none
    }

    .box_right .box_right_img {
        margin: 10px 0
    }

    .box_right .apply .apply_form {
        padding: 15px
    }

    .box_right .detail_info_table {
        margin: 10px 0
    }

    .box_right .detail_info_table .detail_info_head {
        height: 40px;
        line-height: 40px
    }

    .box_right .detail_info_table .detail_info_head .info_top_more,.box_right .box_right_hot .info_bottom_head {
        height: 40px;
        right: 15px;
        line-height: 40px
    }

    .box_right .detail_info_table .detail_info_suc .detail_info_suc_list {
        padding: 6px 0
    }

    .box_right .detail_info_table .detail_info_suc .detail_info_suc_list .detail_info_suc_a {
        width: 50px;
        height: 50px;
        margin-top: 10px
    }

    .box_right .box_right_hot {
        margin-bottom: 0
    }

    .page_left_banner .page_container .page_wrapper .page_slide {
        height: 150px
    }

    .page_left_banner .page_container.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
        display: none
    }

    .page_left_banner .page_container .page_wrapper .page_slide .page_slide_title {
        height: 30px;
        line-height: 30px;
        background: rgba(0,0,0,.4);
        padding: 0 10px;
        font-size: 14px;
        text-align: center
    }

    .page_left_head {
        padding: 5px 15px
    }

    .page_left_head .hot_title .hot_title_texts {
        width: 50px;
        height: 22px;
        line-height: 22px;
        font-size: 14px
    }

    .page_main .page_body .page_left .page_left_body {
        padding: 0 15px;
        overflow: hidden
    }

    .page_main .page_body .page_left .page_left_body .page_left_item {
        padding: 10px 0
    }

    .page_main .page_body .page_left .page_left_body .page_left_item .page_left_item_left {
        margin-right: 10px;
        width: 80px;
        height: 60px
    }

    .page_main .page_body .page_left .page_left_body .page_left_item .page_left_item_right .page_left_item_title {
        height: 20px;
        line-height: 20px;
        font-size: 14px
    }

    .page_main .page_body .page_left .page_left_body .page_left_item .page_left_item_right .page_left_item_detail {
        height: 40px;
        line-height: 20px;
        overflow: hidden;
        font-size: 14px;
        color: #999;
        margin: 0
    }

    .page_main .page_body .page_left .page_left_item_bottom {
        display: none
    }

    .page_main .page_body .page_left .page_left_body .page_left_item .page_left_item_left .page_left_item_left_a>i {
        margin-top: -10px;
        margin-left: -10px;
        width: 20px;
        height: 20px;
        border: 1px solid rgba(255,255,255,.8)
    }

    .page_main .page_body .page_left .page_left_body .page_left_item .page_left_item_left .page_left_item_left_a:before {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -0.5px;
        margin-left: -5px;
        width: 10px;
        height: 1px;
        background: rgba(255,255,255,.8)
    }

    .page_main .page_body .page_left .page_left_body .page_left_item .page_left_item_left .page_left_item_left_a::after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -0.5px;
        margin-top: -5px;
        height: 10px;
        width: 1px;
        background: rgba(255,255,255,.8)
    }

    .page_main .page_body .page_left .colleges_page {
        padding: 0 0 10px
    }

    .sign {
        padding: 20px 0 50px
    }

    .sign .sign_body {
        padding: 0
    }

    .sign .sign_body .sign_title {
        font-size: 20px;
        line-height: 40px;
        margin-bottom: 10px
    }

    .sign .sign_body .sign_table {
        padding: 15px 15px 0;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border: 1px solid #eee
    }

    .sign .sign_body .sign_table .sign_table_list {
        margin-bottom: 10px
    }

    .sign .sign_body .sign_table .sign_table_list label.error {
        line-height: 30px;
        padding-right: 5px;
        font-size: 12px
    }

    .sign .sign_body .sign_table .sign_table_list .sign_table_title {
        line-height: 30px
    }

    .sign .sign_body .sign_table .sign_table_list .form-control {
        font-size: 12px
    }

    .sign .sign_body .sign_table .sign_table_list textarea.form-control {
        height: 60px
    }

    .sign .sign_body .sign_table .sign_table_btn {
        padding-top: 10px
    }

    .sign .sign_body .sign_table .sign_table_btn .sign_table_a {
        width: 100px;
        height: 30px;
        line-height: 28px;
        font-size: 14px;
        margin-bottom: 5px
    }

    .sign_footer {
        margin: 0
    }

    .country_body .country_table .country_item .country_item_title {
        height: 32px
    }

    .country_body .country_table .country_item .country_item_title .country_item_name {
        padding: 0 12px;
        height: 32px;
        line-height: 32px;
        font-size: 14px
    }

    .country_body .country_table .country_item .country_item_title .country_item_more {
        height: 32px;
        line-height: 32px
    }

    .country_body .country_table .country_item .country_item_title .country_item_more>a {
        font-size: 14px
    }

    .country_body .country_table .country_item .country_list {
        padding: 10px 0 5px
    }

    .country_body .country_table .country_item .country_list .country_list_title {
        height: 26px;
        line-height: 26px;
        padding-left: 15px;
        font-size: 14px
    }

    .country_body .country_table .country_item .country_list .country_list_title:before {
        left: 5px
    }

    .country_body .country_table .country_list_banner {
        margin: 7.5px 0
    }

    .country_body .country_table .country_list_banner .country_list_img .country_list_img_img {
        width: 100%;
        height: auto
    }

    .country_body .country_table .country_item .country_list .country_first .country_first_img {
        width: 100px;
        height: 76px
    }

    .country_body .country_table .country_item .country_list .country_first .country_first_text .country_first_title {
        font-size: 14px;
        height: 40px;
        line-height: 20px
    }

    .country_body .country_table .country_item .country_list .country_first .country_first_text .country_first_detail {
        height: 36px;
        line-height: 18px;
        font-size: 14px
    }

    .country_body .country_table .topic .topic_body .topic_head {
        height: 40px;
        line-height: 40px;
        font-size: 14px
    }

    .country_body .country_table .topic .topic_body .topic_table {
        padding: 10px 30px
    }

    .country_body .country_table .topic .topic_body .topic_table .country_topic_container .topic_wrapper .topic_slide .topic_text {
        font-size: 14px
    }

    .country_body .country_table .topic {
        margin-bottom: 0;
        margin-top: 10px
    }

    .about {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .about .about_body .about_table {
        margin-bottom: 15px;
        height: 124px
    }

    .about .about_body .about_table .about_table_title {
        height: 40px;
        line-height: 40px;
        font-size: 16px
    }

    .about .about_body .about_table .about_table_list {
        float: left;
        width: 33.33%;
        border: none;
        background: #f9f9f9
    }

    .about .about_body .about_table .about_table_list:before {
        display: none
    }

    .about .about_body .about_table .about_table_list .about_table_list_name {
        font-size: 14px
    }

    .about .about_body .about_text {
        min-height: 100px;
        padding: 15px;
        margin-bottom: 15px
    }

    .about .about_body .about_text .about_text_title {
        font-size: 22px;
        line-height: 40px;
        border-bottom: 1px dotted #ddd;
        padding-bottom: 10px
    }

    .about .about_body .about_text .about_text_body {
        padding: 15px 0 30px
    }

    .about .about_body .about_text .about_text_body p {
        font-size: 14px
    }

    .coll_index {
        width: 100%;
        height: auto;
        position: relative;
        padding-bottom: 15px;
        margin-bottom: 15px;
        overflow: hidden
    }

    .coll_index .coll_index_banner {
        width: 100%;
        height: 100%
    }

    .coll_index .coll_index_opa {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.25);
        z-index: -1
    }

    .coll_index .coll_index_banner>img {
        width: auto;
        height: 100%
    }

    .coll_index .coll_index_body .coll_index_posi {
        height: 40px;
        line-height: 40px;
        overflow: hidden
    }

    .coll_index .coll_index_body .coll_index_posi>span:nth-child(1),.coll_index .coll_index_body .coll_index_posi>a:nth-child(2),.coll_index .coll_index_body .coll_index_posi>span:nth-child(3) {
        display: none
    }

    .coll_index .coll_index_body .coll_index_posi,.coll_index .coll_index_body .coll_index_posi>a {
        font-size: 14px
    }

    .coll_index .coll_index_body .coll_table {
        height: auto;
        padding: 0
    }

    .coll_index .coll_index_body .coll_table .coll_table_left {
        width: 80px;
        height: 110px;
        line-height: 110px;
        background: transparent;
        text-align: center;
        position: relative;
        overflow: hidden;
        margin-right: 20px
    }

    .coll_index .coll_index_body .coll_table .coll_table_left>img {
        width: 80px;
        height: 80px
    }

    .coll_index .coll_index_body .coll_table .coll_table_left,.coll_index .coll_index_body .coll_table .coll_table_middle {
        margin-top: 0
    }

    .coll_index .coll_index_body .coll_table .coll_table_middle {
        width: 200px
    }

    .coll_index .coll_index_body .coll_table .coll_table_middle .coll_table_middle_title {
        font-size: 16px;
        height: 25px;
        line-height: 25px;
        overflow: hidden
    }

    .coll_index .coll_index_body .coll_table .coll_table_middle .coll_table_middle_tag {
        display: none
    }

    .coll_index .coll_index_body .coll_table .coll_table_middle .coll_table_middle_tag>a {
        display: inline-block;
        color: #fff;
        border: 1px solid #fff;
        padding: 0 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        height: 20px;
        line-height: 18px;
        font-size: 12px;
        margin: 5px 5px 5px 0
    }

    .coll_index .coll_index_body .coll_table .coll_table_middle .coll_table_middle_table {
        height: 80px;
        margin-top: 5px
    }

    .coll_index .coll_index_body .coll_table .coll_table_middle .coll_table_middle_table .coll_table_middle_item {
        width: 100%;
        height: 20px;
        line-height: 20px
    }

    .coll_index .coll_index_body .coll_table .coll_table_middle .coll_table_middle_table .coll_table_middle_item,.coll_index .coll_index_body .coll_table .coll_table_middle .coll_table_middle_table .coll_table_middle_item>a {
        color: #fff;
        font-size: 14px
    }

    .coll_index .coll_index_body .coll_table .coll_table_right {
        display: none
    }

    .school_body .school_nav .school_nav_item .school_nav_list>a {
        font-size: 14px
    }

    .school_body .school_nav .school_nav_item .school_nav_list {
        height: 35px;
        line-height: 35px
    }

    .school_body .school_product {
        position: relative;
        padding: 15px 25px 10px
    }

    .school_body .school_product .school_product_body .school_product_item .school_product_list .school_product_div {
        height: 100px
    }

    .school_body .school_table {
        padding: 0 10px
    }

    .school_body .school_table .school_table_item {
        padding-top: 10px
    }

    .school_body .school_table .school_table_item .school_table_head {
        font-size: 16px;
        height: 30px;
        line-height: 30px;
        padding-left: 30px
    }

    .school_body .school_table .school_table_item .school_table_head:before {
        margin-top: -12px;
        width: 24px;
        height: 24px
    }

    .school_body .school_table .school_table_item .school_table_detail {
        padding: 10px
    }

    .school_body .school_table .school_table_item .school_table_detail>p,#school_btn,#school_btn1 {
        font-size: 14px
    }

    .school_body {
        padding-bottom: 15px;
        margin-bottom: 5px
    }

    .text_body .text_table {
        padding: 10px 0
    }

    .text_body .text_table .text_body_head {
        height: 30px;
        line-height: 30px
    }

    .text_body .text_table .text_body_head>a {
        font-size: 16px
    }
}

@media screen and (max-width: 360px) {
    .top_nav .nav_item {
        display:none
    }

    .top_nav {
        height: auto
    }

    .top_nav .nav_phone {
        display: block
    }

    .top_nav .nav_phone .nav_phone_table .modal_table>div>div {
        padding: 0 10px
    }

    .top_nav .nav_logo {
        height: 70px;
        line-height: 70px
    }

    .top_nav .nav_logo .nav_logo_img {
        display: inline;
        height: auto
    }

    .top_nav .nav_item_phone {
        height: 70px;
        line-height: 70px
    }

    .banner {
        width: 100%;
        height: auto
    }

    .banner .banner_container {
        width: 100%;
        height: auto
    }

    .banner .banner_nav_item {
        display: none
    }

    .banner .banner_container .banner_wrapper .banner_slide .banner_img {
        width: 100%;
        height: auto
    }

    .banner .banner_pagination {
        display: none
    }

    .hot {
        width: 100%;
        padding: 15px 0 0
    }

    .hot_title .hot_title_text,.hot_title .hot_title_texts {
        font-size: 16px
    }

    .info_title {
        font-size: 16px;
        line-height: 35px
    }

    .hot_title .hot_tel span {
        display: none
    }

    .hot .hot_container {
        padding: 10px 0 0
    }

    .hot .hot_container .hot_wrapper .hot_slide .hot_item .hot_list .hot_body .hot_ico {
        width: 100%;
        height: auto
    }

    .hot .hot_container .hot_wrapper .hot_slide .hot_item .hot_list .hot_body .hot_text {
        font-size: 12px;
        line-height: 29px
    }

    .info_top {
        padding: 15px 0
    }

    .info_top .info_top_table {
        padding: 10px;
        height: 240px;
        margin-bottom: 10px
    }

    .info_top .info_top_table .info_top_item .info_top_list {
        height: 30px;
        line-height: 30px;
        font-size: 14px
    }

    .info_top .info_top_more {
        top: 10px;
        font-size: 14px
    }

    .info_top .apply {
        width: 100%;
        height: 263px
    }

    .info_top .apply .apply_title {
        height: 40px;
        line-height: 40px;
        font-size: 16px
    }

    .info_top .apply .apply_form {
        padding: 20px 10px 0
    }

    .info_top .apply .apply_form .apply_form_body .form-control {
        font-size: 12px
    }

    .info_top .apply .apply_form .apply_form_btn {
        margin: 0;
        padding: 0
    }

    .info_top .apply .apply_form .apply_form_btn .apply_form_a {
        height: 30px;
        line-height: 30px;
        margin: 0 auto;
        width: 100px;
        font-size: 12px
    }

    .info_top .apply .apply_form .apply_form_body>div>div {
        margin-bottom: 15px
    }

    .rect_img {
        padding-bottom: 15px
    }

    .rect_img .img-responsive,.thumbnail > img,.thumbnail a > img,.carousel-inner > .item > img,.carousel-inner > .item > a > img {
        max-width: 100%
    }

    .depot .depot_body .depot_right {
        width: 100%;
        height: auto
    }

    .depot .depot_head .depot_head_title {
        position: relative;
        padding-left: 25px
    }

    .depot .depot_head .depot_head_title:before {
        top: 50%;
        background: url(../images/depot_icon.png) no-repeat;
        background-size: 50%;
        margin-top: -10px
    }

    .depot .depot_head .depot_head_search .depot_search_btn {
        width: 45px;
        font-size: 12px
    }

    .depot .depot_head .depot_head_search .depot_search_input {
        padding: 6px 10px;
        font-size: 12px
    }

    .depot .depot_body .depot_left {
        display: none
    }

    .depot .depot_body .depot_left_phone {
        display: block
    }

    .depot .depot_body .depot_right .depot_right_item .depot_right_list {
        width: 100%;
        height: auto
    }

    .depot .depot_body .depot_right .depot_right_item .depot_right_list .depot_right_img {
        width: 100%;
        height: 90px
    }

    .depot .depot_body .depot_right .depot_right_item .depot_right_list .depot_right_img:hover .depot_right_dw {
        display: none
    }

    .depot .depot_body .depot_right .depot_right_item .depot_right_list .depot_right_img .depot_right_place {
        width: 100%;
        height: 25px;
        line-height: 25px;
        padding-left: 27px;
        overflow: hidden;
        font-size: 12px
    }

    .depot .depot_body .depot_right .depot_right_item .depot_right_list .depot_right_img .depot_right_place:before {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        margin-top: -10px;
        left: 10px;
        background: url(../images/depot_left_place.png) no-repeat;
        background-size: 80%;
        width: 15px;
        height: 20px
    }

    .depot .depot_body .depot_right .depot_right_item .depot_right_list>span,.depot .depot_body .depot_right .depot_right_item .depot_right_list>a {
        padding: 0 10px
    }

    .depot .depot_body .depot_right .depot_right_item .depot_right_list>span.depot_right_text1 {
        font-size: 14px;
        font-weight: bold
    }

    .info_bottom {
        padding: 15px 0 5px
    }

    .info_bottom .info_top_more {
        position: absolute;
        top: 8px;
        right: 20px;
        line-height: 35px;
        text-transform: uppercase;
        color: #0a7cf9;
        font-size: 14px
    }

    .info_bottom .info_bottom_table .info_bottom_body .info_bottom_first .info_bottom_first_text .info_bottom_first_title {
        font-size: 14px
    }

    .info_bottom .info_bottom_table .info_bottom_body {
        padding: 15px 10px
    }

    .info_bottom .info_bottom_table {
        width: 100%;
        height: auto;
        padding: 5px 10px;
        margin-bottom: 10px
    }

    .info_bottom .info_bottom_table .info_bottom_head {
        height: 40px;
        line-height: 40px;
        border-bottom: 1px dashed #ddd
    }

    .info_bottom .info_bottom_table .info_bottom_body {
        padding: 15px 5px 0
    }

    .info_bottom .info_bottom_table .info_bottom_body .info_bottom_first .info_bottom_first_img {
        width: 120px;
        height: 80px
    }

    .info_bottom .info_bottom_table .info_bottom_body .info_bottom_first .info_bottom_first_text {
        margin-bottom: 10px
    }

    .info_bottom .info_bottom_table .info_bottom_body .info_bottom_first .info_bottom_first_text .info_bottom_first_title {
        height: 40px;
        line-height: 20px;
        font-size: 14px
    }

    .info_bottom .info_bottom_table .info_bottom_body .info_bottom_first .info_bottom_first_text .info_bottom_first_detail {
        height: 40px;
        line-height: 20px;
        font-size: 14px
    }

    .info_bottom .info_bottom_table .info_bottom_body .info_bottom_body_title {
        height: 30px;
        line-height: 30px;
        padding-left: 10px;
        font-size: 14px
    }

    .info_bottom .info_bottom_table .info_bottom_body .info_bottom_body_title:before {
        margin-top: -2px;
        width: 3px;
        height: 3px
    }

    .info_bottom .info_bottom_table .info_bottom_suc .info_bottom_suc_list {
        padding: 10px 0
    }

    .info_bottom .info_bottom_table .info_bottom_suc .info_bottom_suc_list .info_bottom_suc_a {
        width: 60px;
        height: 60px;
        margin-right: 15px
    }

    .info_bottom .info_bottom_table .info_bottom_suc .info_bottom_suc_list .info_bottom_suc_title {
        height: 30px;
        line-height: 30px;
        font-size: 14px
    }

    .info_bottom .info_bottom_table .info_bottom_suc .info_bottom_suc_list .info_bottom_suc_detail {
        height: 40px;
        line-height: 20px;
        font-size: 14px
    }

    .topic .topic_body {
        width: 100%;
        height: auto;
        border-top: none;
        padding: 0 10px
    }

    .topic .topic_body .topic_table {
        padding: 5px 30px 10px
    }

    .topic .swiper-button-next,.swiper-container-rtl .swiper-button-prev {
        right: 0;
        left: auto
    }

    .topic .swiper-button-prev,.swiper-container-rtl .swiper-button-next {
        left: 0;
        right: auto
    }

    .topic .topic_body .topic_table .topic_container .topic_wrapper .topic_slide .topic_icon {
        padding: 10px;
        width: 100%;
        height: 100%
    }

    .topic .swiper-button-next,.swiper-button-prev {
        background-size: 20px 33px
    }

    .topic .topic_body .topic_table .topic_container .topic_wrapper .topic_slide .topic_text {
        margin-top: 5px;
        font-size: 16px
    }

    .link {
        display: none
    }

    .footer {
        width: 100%;
        height: auto;
        padding: 15px 0 30px
    }

    .footer .footer_table.footer_table1,.footer .footer_table.footer_table3,.footer .footer_table.footer_table4 {
        display: none
    }

    .footer .footer_table.footer_table2 {
        width: 100%;
        margin-bottom: 10px
    }

    .footer .footer_table {
        padding: 0
    }

    .footer .footer_table.footer_table1 .footer_item a {
        display: inline-block;
        font-size: 12px
    }

    .footer .footer_table.footer_table2 .footer_item .footer_text {
        font-size: 12px
    }

    .footer .footer_table.footer_table3 .footer_item a {
        font-size: 12px
    }

    .footer .footer_table.footer_table2 .footer_item .footer_tel {
        font-size: 30px
    }

    .colleges_banner {
        width: 100%;
        height: auto;
        overflow: hidden
    }

    .colleges_banner .colleges_banner_container .colleges_banner_wrapper .colleges_banner_slide {
        width: 100%;
        height: auto
    }

    .colleges_banner .colleges_banner_pagi {
        display: none
    }

    .colleges_main .colleges_body .colleges_left .colleges_search {
        padding: 15px
    }

    .colleges_main .colleges_body .colleges_left .colleges_search .colleges_search_item {
        margin: 0;
        color: #333
    }

    .colleges_main .colleges_body .colleges_left .colleges_search .colleges_form .colleges_search_input {
        width: 100%;
        margin: 10px 0
    }

    .colleges_main .colleges_body .colleges_left .colleges_search .colleges_form .colleges_search_btn {
        top: 30px
    }

    .colleges_main .colleges_body .colleges_left .colleges_table .colleges_table_main .colleges_table_item {
        padding: 10px 5px
    }

    .colleges_main .colleges_body .colleges_left .colleges_table .colleges_table_main .colleges_table_item .colleges_table_list .colleges_table_list_a {
        width: 70px;
        height: 70px;
        border: 1px solid #E4E4E4
    }

    .colleges_main .colleges_body .colleges_left .colleges_table .colleges_table_main .colleges_table_item .colleges_table_list {
        width: 100%;
        height: auto
    }

    .colleges_main .colleges_body .colleges_left .colleges_table .colleges_table_main .colleges_table_item .colleges_table_list .colleges_table_list_title {
        height: 20px;
        line-height: 20px
    }

    .colleges_main .colleges_body .colleges_left .colleges_table .colleges_table_main .colleges_table_item .colleges_table_list .colleges_table_list_title .colleges_table_list_title_ch {
        font-size: 14px;
        font-weight: bold
    }

    .colleges_main .colleges_body .colleges_left .colleges_table .colleges_table_main .colleges_table_item .colleges_table_list .colleges_table_list_info .colleges_table_list_info_table {
        height: 20px;
        line-height: 20px;
        padding: 0 5px;
        overflow: hidden
    }

    .colleges_main .colleges_body .colleges_left .colleges_table .colleges_table_main .colleges_table_item .colleges_table_list .colleges_table_list_info .colleges_table_list_info_table span {
        font-size: 12px;
        color: #666
    }

    .colleges_main .colleges_body .colleges_left .colleges_table .colleges_table_main .colleges_table_item .colleges_table_list_last {
        text-align: right
    }

    .colleges_main .colleges_body .colleges_left .colleges_table .colleges_table_main .colleges_table_item .colleges_table_list .colleges_table_list_btn {
        padding: 5px 0 0
    }

    .colleges_main .colleges_body .colleges_left .colleges_table .colleges_table_main .colleges_table_item .colleges_table_list .colleges_table_list_btn .colleges_table_list_btna:last-child {
        margin-top: 0
    }

    .colleges_main .colleges_body .colleges_left .colleges_table .colleges_table_main .colleges_table_item .colleges_table_list .colleges_table_list_btn .colleges_table_list_btna {
        width: 60px;
        height: 22px;
        line-height: 20px;
        font-size: 12px;
        margin-right: 10px
    }

    .colleges_page {
        padding: 15px 0
    }

    .colleges_page .colleges_page_item .colleges_page_list {
        padding: 3px 10px;
        font-size: 12px
    }

    .detail_banner {
        display: none
    }

    .detail_main .detail_body .detail_left {
        margin: 0
    }

    .detail_main .detail_body .detail_left .detail_left_body {
        padding: 0 15px;
        margin-bottom: 10px
    }

    .detail_main .detail_body .detail_left .detail_left_body:before {
        top: -5px;
        left: -5px;
        background-size: 70%
    }

    .detail_main .detail_body .detail_left .detail_left_body .detail_left_body_head {
        padding-top: 15px
    }

    .detail_main .detail_body .detail_left .detail_left_body .detail_left_body_head .detail_left_body_title {
        font-size: 16px;
        line-height: 22px;
        font-weight: bold;
        color: #333
    }

    .detail_main .detail_body .detail_left .detail_left_body .detail_left_body_head .detail_left_body_text>span {
        color: #999;
        padding: 0;
        font-size: 14px;
        display: block
    }

    .detail_main .detail_body .detail_left .detail_left_body .detail_left_body_head .detail_left_body_text .detail_left_body_text_author {
        display: none
    }

    .detail_main .detail_body .detail_left .detail_left_body .detail_left_body_head .detail_left_body_text span:nth-child(2) {
        display: none
    }

    .detail_main .detail_body .detail_left .detail_left_body .detail_left_body_main {
        padding: 10px 0
    }

    .detail_main .detail_body .detail_left .detail_left_body .detail_left_body_bottom {
        padding: 20px 0
    }

    .colleges_main {
        padding: 0;
        overflow: hidden
    }

    .page_main .page_body .page_left {
        padding-top: 0
    }

    .box_consult .box_consult_title,.box_right .apply .apply_title {
        height: 40px;
        line-height: 40px;
        font-size: 16px
    }

    .box_consult .box_consult_body .box_consult_table:hover .box_consult_table_left {
        display: none
    }

    .box_right .box_right_img {
        margin: 10px 0
    }

    .box_right .apply .apply_form {
        padding: 15px
    }

    .box_right .detail_info_table {
        margin: 10px 0
    }

    .box_right .detail_info_table .detail_info_head {
        height: 40px;
        line-height: 40px
    }

    .box_right .detail_info_table .detail_info_head .info_top_more,.box_right .box_right_hot .info_bottom_head {
        height: 40px;
        right: 15px;
        line-height: 40px
    }

    .box_right .detail_info_table .detail_info_suc .detail_info_suc_list {
        padding: 6px 0
    }

    .box_right .detail_info_table .detail_info_suc .detail_info_suc_list .detail_info_suc_a {
        width: 50px;
        height: 50px;
        margin-top: 10px
    }

    .box_right .box_right_hot {
        margin-bottom: 0
    }

    .page_left_banner .page_container .page_wrapper .page_slide {
        height: 140px
    }

    .page_left_banner .page_container.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
        display: none
    }

    .page_left_banner .page_container .page_wrapper .page_slide .page_slide_title {
        height: 30px;
        line-height: 30px;
        background: rgba(0,0,0,.4);
        padding: 0 10px;
        font-size: 14px;
        text-align: center
    }

    .page_left_head {
        padding: 5px 15px
    }

    .page_left_head .hot_title .hot_title_texts {
        width: 50px;
        height: 22px;
        line-height: 22px;
        font-size: 14px
    }

    .page_main .page_body .page_left .page_left_body {
        padding: 0 15px;
        overflow: hidden
    }

    .page_main .page_body .page_left .page_left_body .page_left_item {
        padding: 10px 0
    }

    .page_main .page_body .page_left .page_left_body .page_left_item .page_left_item_left {
        margin-right: 10px;
        width: 80px;
        height: 60px
    }

    .page_main .page_body .page_left .page_left_body .page_left_item .page_left_item_right .page_left_item_title {
        height: 20px;
        line-height: 20px;
        font-size: 14px
    }

    .page_main .page_body .page_left .page_left_body .page_left_item .page_left_item_right .page_left_item_detail {
        height: 40px;
        line-height: 20px;
        overflow: hidden;
        font-size: 14px;
        color: #999;
        margin: 0
    }

    .page_main .page_body .page_left .page_left_item_bottom {
        display: none
    }

    .page_main .page_body .page_left .page_left_body .page_left_item .page_left_item_left .page_left_item_left_a>i {
        margin-top: -10px;
        margin-left: -10px;
        width: 20px;
        height: 20px;
        border: 1px solid rgba(255,255,255,.8)
    }

    .page_main .page_body .page_left .page_left_body .page_left_item .page_left_item_left .page_left_item_left_a:before {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -0.5px;
        margin-left: -5px;
        width: 10px;
        height: 1px;
        background: rgba(255,255,255,.8)
    }

    .page_main .page_body .page_left .page_left_body .page_left_item .page_left_item_left .page_left_item_left_a::after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -0.5px;
        margin-top: -5px;
        height: 10px;
        width: 1px;
        background: rgba(255,255,255,.8)
    }

    .page_main .page_body .page_left .colleges_page {
        padding: 0 0 10px
    }

    .sign {
        padding: 20px 0 50px
    }

    .sign .sign_body {
        padding: 0
    }

    .sign .sign_body .sign_title {
        font-size: 20px;
        line-height: 40px;
        margin-bottom: 10px
    }

    .sign .sign_body .sign_table {
        padding: 15px 15px 0;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border: 1px solid #eee
    }

    .sign .sign_body .sign_table .sign_table_list {
        margin-bottom: 10px
    }

    .sign .sign_body .sign_table .sign_table_list label.error {
        line-height: 30px;
        padding-right: 5px;
        font-size: 12px
    }

    .sign .sign_body .sign_table .sign_table_list .sign_table_title {
        line-height: 30px
    }

    .sign .sign_body .sign_table .sign_table_list .form-control {
        font-size: 12px
    }

    .sign .sign_body .sign_table .sign_table_list textarea.form-control {
        height: 60px
    }

    .sign .sign_body .sign_table .sign_table_btn {
        padding-top: 10px
    }

    .sign .sign_body .sign_table .sign_table_btn .sign_table_a {
        width: 100px;
        height: 30px;
        line-height: 28px;
        font-size: 14px;
        margin-bottom: 5px
    }

    .sign_footer {
        margin: 0
    }

    .country_body .country_table .country_item .country_item_title {
        height: 32px
    }

    .country_body .country_table .country_item .country_item_title .country_item_name {
        padding: 0 12px;
        height: 32px;
        line-height: 32px;
        font-size: 14px
    }

    .country_body .country_table .country_item .country_item_title .country_item_more {
        height: 32px;
        line-height: 32px
    }

    .country_body .country_table .country_item .country_item_title .country_item_more>a {
        font-size: 14px
    }

    .country_body .country_table .country_item .country_list {
        padding: 10px 0 5px
    }

    .country_body .country_table .country_item .country_list .country_list_title {
        height: 26px;
        line-height: 26px;
        padding-left: 15px;
        font-size: 14px
    }

    .country_body .country_table .country_item .country_list .country_list_title:before {
        left: 5px
    }

    .country_body .country_table .country_list_banner {
        margin: 7.5px 0
    }

    .country_body .country_table .country_list_banner .country_list_img .country_list_img_img {
        width: 100%;
        height: auto
    }

    .country_body .country_table .country_item .country_list .country_first .country_first_img {
        width: 100px;
        height: 76px
    }

    .country_body .country_table .country_item .country_list .country_first .country_first_text .country_first_title {
        font-size: 14px;
        height: 40px;
        line-height: 20px
    }

    .country_body .country_table .country_item .country_list .country_first .country_first_text .country_first_detail {
        height: 36px;
        line-height: 18px;
        font-size: 14px
    }

    .country_body .country_table .topic .topic_body .topic_head {
        height: 40px;
        line-height: 40px;
        font-size: 14px
    }

    .country_body .country_table .topic .topic_body .topic_table {
        padding: 10px 30px
    }

    .country_body .country_table .topic .topic_body .topic_table .country_topic_container .topic_wrapper .topic_slide .topic_text {
        font-size: 14px
    }

    .country_body .country_table .topic {
        margin-bottom: 0;
        margin-top: 10px
    }

    .about {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .about .about_body .about_table {
        margin-bottom: 15px;
        height: 124px
    }

    .about .about_body .about_table .about_table_title {
        height: 40px;
        line-height: 40px;
        font-size: 16px
    }

    .about .about_body .about_table .about_table_list {
        float: left;
        width: 33.33%;
        border: none;
        background: #f9f9f9
    }

    .about .about_body .about_table .about_table_list:before {
        display: none
    }

    .about .about_body .about_table .about_table_list .about_table_list_name {
        font-size: 14px
    }

    .about .about_body .about_text {
        min-height: 100px;
        padding: 15px;
        margin-bottom: 15px
    }

    .about .about_body .about_text .about_text_title {
        font-size: 22px;
        line-height: 40px;
        border-bottom: 1px dotted #ddd;
        padding-bottom: 10px
    }

    .about .about_body .about_text .about_text_body {
        padding: 15px 0 30px
    }

    .about .about_body .about_text .about_text_body p {
        font-size: 14px
    }

    .coll_index {
        width: 100%;
        height: auto;
        position: relative;
        padding-bottom: 15px;
        margin-bottom: 15px;
        overflow: hidden
    }

    .coll_index .coll_index_banner {
        width: 100%;
        height: 100%
    }

    .coll_index .coll_index_opa {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.25);
        z-index: -1
    }

    .coll_index .coll_index_banner>img {
        width: auto;
        height: 100%
    }

    .coll_index .coll_index_body .coll_index_posi {
        height: 40px;
        line-height: 40px;
        overflow: hidden
    }

    .coll_index .coll_index_body .coll_index_posi>span:nth-child(1),.coll_index .coll_index_body .coll_index_posi>a:nth-child(2),.coll_index .coll_index_body .coll_index_posi>span:nth-child(3) {
        display: none
    }

    .coll_index .coll_index_body .coll_index_posi,.coll_index .coll_index_body .coll_index_posi>a {
        font-size: 12px
    }

    .coll_index .coll_index_body .coll_table {
        height: auto;
        padding: 0
    }

    .coll_index .coll_index_body .coll_table .coll_table_left {
        width: 80px;
        height: 110px;
        line-height: 110px;
        background: transparent;
        text-align: center;
        position: relative;
        overflow: hidden;
        margin-right: 20px
    }

    .coll_index .coll_index_body .coll_table .coll_table_left>img {
        width: 80px;
        height: 80px
    }

    .coll_index .coll_index_body .coll_table .coll_table_left,.coll_index .coll_index_body .coll_table .coll_table_middle {
        margin-top: 0
    }

    .coll_index .coll_index_body .coll_table .coll_table_middle {
        width: 200px
    }

    .coll_index .coll_index_body .coll_table .coll_table_middle .coll_table_middle_title {
        font-size: 16px;
        height: 25px;
        line-height: 25px;
        overflow: hidden
    }

    .coll_index .coll_index_body .coll_table .coll_table_middle .coll_table_middle_tag {
        display: none
    }

    .coll_index .coll_index_body .coll_table .coll_table_middle .coll_table_middle_tag>a {
        display: inline-block;
        color: #fff;
        border: 1px solid #fff;
        padding: 0 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        height: 20px;
        line-height: 18px;
        font-size: 12px;
        margin: 5px 5px 5px 0
    }

    .coll_index .coll_index_body .coll_table .coll_table_middle .coll_table_middle_table {
        height: 80px;
        margin-top: 5px
    }

    .coll_index .coll_index_body .coll_table .coll_table_middle .coll_table_middle_table .coll_table_middle_item {
        width: 100%;
        height: auto;
        line-height: 20px
    }

    .coll_index .coll_index_body .coll_table .coll_table_middle .coll_table_middle_table .coll_table_middle_item,.coll_index .coll_index_body .coll_table .coll_table_middle .coll_table_middle_table .coll_table_middle_item>a {
        color: #fff;
        font-size: 12px
    }

    .coll_index .coll_index_body .coll_table .coll_table_right {
        display: none
    }

    .school_body .school_nav .school_nav_item .school_nav_list>a {
        font-size: 14px
    }

    .school_body .school_nav .school_nav_item .school_nav_list {
        height: 35px;
        line-height: 35px
    }

    .school_body .school_product {
        position: relative;
        padding: 15px 25px 10px
    }

    .school_body .school_product .school_product_body .school_product_item .school_product_list .school_product_div {
        height: 100px
    }

    .school_body .school_table {
        padding: 0 5px
    }

    .school_body .school_table .school_table_item {
        padding-top: 10px
    }

    .school_body .school_table .school_table_item .school_table_head {
        font-size: 16px;
        height: 30px;
        line-height: 30px;
        padding-left: 30px
    }

    .school_body .school_table .school_table_item .school_table_head:before {
        margin-top: -12px;
        width: 24px;
        height: 24px
    }

    .school_body .school_table .school_table_item .school_table_detail {
        padding: 10px
    }

    .school_body .school_table .school_table_item .school_table_detail>p,#school_btn,#school_btn1 {
        font-size: 14px
    }

    .school_body {
        padding-bottom: 15px;
        margin-bottom: 5px
    }

    .text_body .text_table {
        padding: 10px 0
    }

    .text_body .text_table .text_body_head {
        height: 30px;
        line-height: 30px
    }

    .text_body .text_table .text_body_head>a {
        font-size: 16px
    }
}

@media screen and (max-width: 320px) {
    .top_nav .nav_item {
        display:none
    }

    .top_nav {
        height: auto
    }

    .top_nav .nav_phone {
        display: block
    }

    .top_nav .nav_phone .nav_phone_table .modal_table>div>div {
        padding: 0 10px
    }

    .top_nav .nav_logo {
        height: 70px;
        line-height: 70px
    }

    .top_nav .nav_logo .nav_logo_img {
        display: inline;
        height: auto
    }

    .top_nav .nav_item_phone {
        height: 70px;
        line-height: 70px
    }

    .banner {
        width: 100%;
        height: auto
    }

    .banner .banner_container {
        width: 100%;
        height: auto
    }

    .banner .banner_nav_item {
        display: none
    }

    .banner .banner_container .banner_wrapper .banner_slide .banner_img {
        width: 100%;
        height: auto
    }

    .banner .banner_pagination {
        display: none
    }

    .hot {
        width: 100%;
        padding: 15px 0 0
    }

    .hot_title .hot_title_text,.hot_title .hot_title_texts {
        font-size: 16px
    }

    .info_title {
        font-size: 16px;
        line-height: 35px
    }

    .hot_title .hot_tel span {
        display: none
    }

    .hot .hot_container {
        padding: 10px 0 0
    }

    .hot .hot_container .hot_wrapper .hot_slide .hot_item .hot_list .hot_body .hot_ico {
        width: 100%;
        height: auto
    }

    .hot .hot_container .hot_wrapper .hot_slide .hot_item .hot_list .hot_body .hot_text {
        font-size: 12px;
        line-height: 29px
    }

    .info_top {
        padding: 15px 0
    }

    .info_top .info_top_table {
        padding: 10px;
        height: 240px;
        margin-bottom: 10px
    }

    .info_top .info_top_table .info_top_item .info_top_list {
        height: 30px;
        line-height: 30px;
        font-size: 14px
    }

    .info_top .info_top_more {
        top: 10px;
        font-size: 14px
    }

    .info_top .apply {
        width: 100%;
        height: 263px
    }

    .info_top .apply .apply_title {
        height: 40px;
        line-height: 40px;
        font-size: 16px
    }

    .info_top .apply .apply_form {
        padding: 20px 10px 0
    }

    .info_top .apply .apply_form .apply_form_body .form-control {
        font-size: 12px
    }

    .info_top .apply .apply_form .apply_form_btn {
        margin: 0;
        padding: 0
    }

    .info_top .apply .apply_form .apply_form_btn .apply_form_a {
        height: 30px;
        line-height: 30px;
        margin: 0 auto;
        width: 100px;
        font-size: 12px
    }

    .info_top .apply .apply_form .apply_form_body>div>div {
        margin-bottom: 15px
    }

    .rect_img {
        padding-bottom: 15px
    }

    .rect_img .img-responsive,.thumbnail > img,.thumbnail a > img,.carousel-inner > .item > img,.carousel-inner > .item > a > img {
        max-width: 100%
    }

    .depot .depot_body .depot_right {
        width: 100%;
        height: auto
    }

    .depot .depot_head .depot_head_title {
        position: relative;
        padding-left: 25px
    }

    .depot .depot_head .depot_head_title:before {
        top: 50%;
        background: url(../images/depot_icon.png) no-repeat;
        background-size: 50%;
        margin-top: -10px
    }

    .depot .depot_head .depot_head_search .depot_search_btn {
        width: 45px;
        font-size: 12px
    }

    .depot .depot_head .depot_head_search .depot_search_input {
        padding: 6px 10px;
        font-size: 12px
    }

    .depot .depot_body .depot_left {
        display: none
    }

    .depot .depot_body .depot_left_phone {
        display: block
    }

    .depot .depot_body .depot_right .depot_right_item .depot_right_list {
        width: 100%;
        height: auto
    }

    .depot .depot_body .depot_right .depot_right_item .depot_right_list .depot_right_img {
        width: 100%;
        height: 85px
    }

    .depot .depot_body .depot_right .depot_right_item .depot_right_list .depot_right_img:hover .depot_right_dw {
        display: none
    }

    .depot .depot_body .depot_right .depot_right_item .depot_right_list .depot_right_img:hover .depot_right_dw {
        display: none
    }

    .depot .depot_body .depot_right .depot_right_item .depot_right_list .depot_right_img .depot_right_place {
        width: 100%;
        height: 25px;
        line-height: 25px;
        padding-left: 27px;
        overflow: hidden;
        font-size: 12px
    }

    .depot .depot_body .depot_right .depot_right_item .depot_right_list .depot_right_img .depot_right_place:before {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        margin-top: -10px;
        left: 10px;
        background: url(../images/depot_left_place.png) no-repeat;
        background-size: 80%;
        width: 15px;
        height: 20px
    }

    .depot .depot_body .depot_right .depot_right_item .depot_right_list>span,.depot .depot_body .depot_right .depot_right_item .depot_right_list>a {
        padding: 0 10px
    }

    .depot .depot_body .depot_right .depot_right_item .depot_right_list>span.depot_right_text1 {
        font-size: 14px;
        font-weight: bold
    }

    .info_bottom {
        padding: 15px 0 5px
    }

    .info_bottom .info_top_more {
        position: absolute;
        top: 8px;
        right: 20px;
        line-height: 35px;
        text-transform: uppercase;
        color: #0a7cf9;
        font-size: 14px
    }

    .info_bottom .info_bottom_table .info_bottom_body .info_bottom_first .info_bottom_first_text .info_bottom_first_title {
        font-size: 14px
    }

    .info_bottom .info_bottom_table .info_bottom_body {
        padding: 15px 10px
    }

    .info_bottom .info_bottom_table {
        width: 100%;
        height: auto;
        padding: 5px 10px;
        margin-bottom: 10px
    }

    .info_bottom .info_bottom_table .info_bottom_head {
        height: 40px;
        line-height: 40px;
        border-bottom: 1px dashed #ddd
    }

    .info_bottom .info_bottom_table .info_bottom_body {
        padding: 15px 5px 0
    }

    .info_bottom .info_bottom_table .info_bottom_body .info_bottom_first .info_bottom_first_img {
        width: 120px;
        height: 80px
    }

    .info_bottom .info_bottom_table .info_bottom_body .info_bottom_first .info_bottom_first_text {
        margin-bottom: 10px
    }

    .info_bottom .info_bottom_table .info_bottom_body .info_bottom_first .info_bottom_first_text .info_bottom_first_title {
        height: 40px;
        line-height: 20px;
        font-size: 14px
    }

    .info_bottom .info_bottom_table .info_bottom_body .info_bottom_first .info_bottom_first_text .info_bottom_first_detail {
        height: 40px;
        line-height: 20px;
        font-size: 14px
    }

    .info_bottom .info_bottom_table .info_bottom_body .info_bottom_body_title {
        height: 30px;
        line-height: 30px;
        padding-left: 10px;
        font-size: 14px
    }

    .info_bottom .info_bottom_table .info_bottom_body .info_bottom_body_title:before {
        margin-top: -2px;
        width: 3px;
        height: 3px
    }

    .info_bottom .info_bottom_table .info_bottom_suc .info_bottom_suc_list {
        padding: 10px 0
    }

    .info_bottom .info_bottom_table .info_bottom_suc .info_bottom_suc_list .info_bottom_suc_a {
        width: 60px;
        height: 60px;
        margin-right: 15px
    }

    .info_bottom .info_bottom_table .info_bottom_suc .info_bottom_suc_list .info_bottom_suc_title {
        height: 30px;
        line-height: 30px;
        font-size: 14px
    }

    .info_bottom .info_bottom_table .info_bottom_suc .info_bottom_suc_list .info_bottom_suc_detail {
        height: 40px;
        line-height: 20px;
        font-size: 14px
    }

    .topic .topic_body {
        width: 100%;
        height: auto;
        border-top: none;
        padding: 0 10px
    }

    .topic .topic_body .topic_table {
        padding: 5px 30px 10px
    }

    .topic .swiper-button-next,.swiper-container-rtl .swiper-button-prev {
        right: 0;
        left: auto
    }

    .topic .swiper-button-prev,.swiper-container-rtl .swiper-button-next {
        left: 0;
        right: auto
    }

    .topic .topic_body .topic_table .topic_container .topic_wrapper .topic_slide .topic_icon {
        padding: 10px;
        width: 100%;
        height: 100%
    }

    .topic .swiper-button-next,.swiper-button-prev {
        background-size: 20px 33px
    }

    .topic .topic_body .topic_table .topic_container .topic_wrapper .topic_slide .topic_text {
        margin-top: 5px;
        font-size: 16px
    }

    .link {
        display: none
    }

    .footer {
        width: 100%;
        height: auto;
        padding: 15px 0 30px
    }

    .footer .footer_table.footer_table1,.footer .footer_table.footer_table3,.footer .footer_table.footer_table4 {
        display: none
    }

    .footer .footer_table.footer_table2 {
        width: 100%;
        margin-bottom: 10px
    }

    .footer .footer_table {
        padding: 0
    }

    .footer .footer_table.footer_table1 .footer_item a {
        display: inline-block;
        font-size: 12px
    }

    .footer .footer_table.footer_table2 .footer_item .footer_text {
        font-size: 12px
    }

    .footer .footer_table.footer_table3 .footer_item a {
        font-size: 12px
    }

    .footer .footer_table.footer_table2 .footer_item .footer_tel {
        font-size: 30px
    }

    .colleges_banner {
        width: 100%;
        height: auto;
        overflow: hidden
    }

    .colleges_banner .colleges_banner_container .colleges_banner_wrapper .colleges_banner_slide {
        width: 100%;
        height: auto
    }

    .colleges_banner .colleges_banner_pagi {
        display: none
    }

    .colleges_main .colleges_body .colleges_left .colleges_search {
        padding: 15px
    }

    .colleges_main .colleges_body .colleges_left .colleges_search .colleges_search_item {
        margin: 0;
        color: #333
    }

    .colleges_main .colleges_body .colleges_left .colleges_search .colleges_form .colleges_search_input {
        width: 100%;
        margin: 10px 0
    }

    .colleges_main .colleges_body .colleges_left .colleges_search .colleges_form .colleges_search_btn {
        top: 30px
    }

    .colleges_main .colleges_body .colleges_left .colleges_table .colleges_table_main .colleges_table_item {
        padding: 10px 5px
    }

    .colleges_main .colleges_body .colleges_left .colleges_table .colleges_table_main .colleges_table_item .colleges_table_list .colleges_table_list_a {
        width: 70px;
        height: 70px;
        border: 1px solid #E4E4E4
    }

    .colleges_main .colleges_body .colleges_left .colleges_table .colleges_table_main .colleges_table_item .colleges_table_list {
        width: 100%;
        height: auto
    }

    .colleges_main .colleges_body .colleges_left .colleges_table .colleges_table_main .colleges_table_item .colleges_table_list .colleges_table_list_title {
        height: 20px;
        line-height: 20px
    }

    .colleges_main .colleges_body .colleges_left .colleges_table .colleges_table_main .colleges_table_item .colleges_table_list .colleges_table_list_title .colleges_table_list_title_ch {
        font-size: 14px;
        font-weight: bold
    }

    .colleges_main .colleges_body .colleges_left .colleges_table .colleges_table_main .colleges_table_item .colleges_table_list .colleges_table_list_info .colleges_table_list_info_table {
        height: 20px;
        line-height: 20px;
        padding: 0 5px;
        overflow: hidden
    }

    .colleges_main .colleges_body .colleges_left .colleges_table .colleges_table_main .colleges_table_item .colleges_table_list .colleges_table_list_info .colleges_table_list_info_table span {
        font-size: 12px;
        color: #666
    }

    .colleges_main .colleges_body .colleges_left .colleges_table .colleges_table_main .colleges_table_item .colleges_table_list_last {
        text-align: right
    }

    .colleges_main .colleges_body .colleges_left .colleges_table .colleges_table_main .colleges_table_item .colleges_table_list .colleges_table_list_btn {
        padding: 5px 0 0
    }

    .colleges_main .colleges_body .colleges_left .colleges_table .colleges_table_main .colleges_table_item .colleges_table_list .colleges_table_list_btn .colleges_table_list_btna:last-child {
        margin-top: 0
    }

    .colleges_main .colleges_body .colleges_left .colleges_table .colleges_table_main .colleges_table_item .colleges_table_list .colleges_table_list_btn .colleges_table_list_btna {
        width: 60px;
        height: 22px;
        line-height: 20px;
        font-size: 12px;
        margin-right: 10px
    }

    .colleges_page {
        padding: 15px 0
    }

    .colleges_page .colleges_page_item .colleges_page_list {
        padding: 3px 10px;
        font-size: 12px
    }

    .detail_banner {
        display: none
    }

    .detail_main .detail_body .detail_left {
        margin: 0
    }

    .detail_main .detail_body .detail_left .detail_left_body {
        padding: 0 15px;
        margin-bottom: 10px
    }

    .detail_main .detail_body .detail_left .detail_left_body:before {
        top: -5px;
        left: -5px;
        background-size: 70%
    }

    .detail_main .detail_body .detail_left .detail_left_body .detail_left_body_head {
        padding-top: 15px
    }

    .detail_main .detail_body .detail_left .detail_left_body .detail_left_body_head .detail_left_body_title {
        font-size: 16px;
        line-height: 22px;
        font-weight: bold;
        color: #333
    }

    .detail_main .detail_body .detail_left .detail_left_body .detail_left_body_head .detail_left_body_text>span {
        color: #999;
        padding: 0;
        font-size: 14px;
        display: block
    }

    .detail_main .detail_body .detail_left .detail_left_body .detail_left_body_head .detail_left_body_text .detail_left_body_text_author {
        display: none
    }

    .detail_main .detail_body .detail_left .detail_left_body .detail_left_body_head .detail_left_body_text span:nth-child(2) {
        display: none
    }

    .detail_main .detail_body .detail_left .detail_left_body .detail_left_body_main {
        padding: 10px 0
    }

    .detail_main .detail_body .detail_left .detail_left_body .detail_left_body_bottom {
        padding: 20px 0
    }

    .colleges_main {
        padding: 0;
        overflow: hidden
    }

    .page_main .page_body .page_left {
        padding-top: 0
    }

    .box_consult .box_consult_title,.box_right .apply .apply_title {
        height: 40px;
        line-height: 40px;
        font-size: 16px
    }

    .box_consult .box_consult_body .box_consult_table:hover .box_consult_table_left {
        display: none
    }

    .box_right .box_right_img {
        margin: 10px 0
    }

    .box_right .apply .apply_form {
        padding: 15px
    }

    .box_right .detail_info_table {
        margin: 10px 0
    }

    .box_right .detail_info_table .detail_info_head {
        height: 40px;
        line-height: 40px
    }

    .box_right .detail_info_table .detail_info_head .info_top_more,.box_right .box_right_hot .info_bottom_head {
        height: 40px;
        right: 15px;
        line-height: 40px
    }

    .box_right .detail_info_table .detail_info_suc .detail_info_suc_list {
        padding: 6px 0
    }

    .box_right .detail_info_table .detail_info_suc .detail_info_suc_list .detail_info_suc_a {
        width: 50px;
        height: 50px;
        margin-top: 10px
    }

    .box_right .box_right_hot {
        margin-bottom: 0
    }

    .page_left_banner .page_container .page_wrapper .page_slide {
        height: 130px
    }

    .page_left_banner .page_container.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
        display: none
    }

    .page_left_banner .page_container .page_wrapper .page_slide .page_slide_title {
        height: 30px;
        line-height: 30px;
        background: rgba(0,0,0,.4);
        padding: 0 10px;
        font-size: 14px;
        text-align: center
    }

    .page_left_head {
        padding: 5px 15px
    }

    .page_left_head .hot_title .hot_title_texts {
        width: 50px;
        height: 22px;
        line-height: 22px;
        font-size: 14px
    }

    .page_main .page_body .page_left .page_left_body {
        padding: 0 15px;
        overflow: hidden
    }

    .page_main .page_body .page_left .page_left_body .page_left_item {
        padding: 10px 0
    }

    .page_main .page_body .page_left .page_left_body .page_left_item .page_left_item_left {
        margin-right: 10px;
        width: 80px;
        height: 60px
    }

    .page_main .page_body .page_left .page_left_body .page_left_item .page_left_item_right .page_left_item_title {
        height: 20px;
        line-height: 20px;
        font-size: 14px
    }

    .page_main .page_body .page_left .page_left_body .page_left_item .page_left_item_right .page_left_item_detail {
        height: 40px;
        line-height: 20px;
        overflow: hidden;
        font-size: 14px;
        color: #999;
        margin: 0
    }

    .page_main .page_body .page_left .page_left_item_bottom {
        display: none
    }

    .page_main .page_body .page_left .page_left_body .page_left_item .page_left_item_left .page_left_item_left_a>i {
        margin-top: -10px;
        margin-left: -10px;
        width: 20px;
        height: 20px;
        border: 1px solid rgba(255,255,255,.8)
    }

    .page_main .page_body .page_left .page_left_body .page_left_item .page_left_item_left .page_left_item_left_a:before {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: -0.5px;
        margin-left: -5px;
        width: 10px;
        height: 1px;
        background: rgba(255,255,255,.8)
    }

    .page_main .page_body .page_left .page_left_body .page_left_item .page_left_item_left .page_left_item_left_a::after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -0.5px;
        margin-top: -5px;
        height: 10px;
        width: 1px;
        background: rgba(255,255,255,.8)
    }

    .page_main .page_body .page_left .colleges_page {
        padding: 0 0 10px
    }

    .sign {
        padding: 20px 0 40px
    }

    .sign .sign_body {
        padding: 0
    }

    .sign .sign_body .sign_title {
        font-size: 20px;
        line-height: 40px;
        margin-bottom: 10px
    }

    .sign .sign_body .sign_table {
        padding: 15px 15px 0;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border: 1px solid #eee
    }

    .sign .sign_body .sign_table .sign_table_list {
        margin-bottom: 10px
    }

    .sign .sign_body .sign_table .sign_table_list label.error {
        line-height: 30px;
        padding-right: 5px;
        font-size: 12px
    }

    .sign .sign_body .sign_table .sign_table_list .sign_table_title {
        line-height: 30px
    }

    .sign .sign_body .sign_table .sign_table_list .form-control {
        font-size: 12px
    }

    .sign .sign_body .sign_table .sign_table_list textarea.form-control {
        height: 60px
    }

    .sign .sign_body .sign_table .sign_table_btn {
        padding-top: 10px
    }

    .sign .sign_body .sign_table .sign_table_btn .sign_table_a {
        width: 100px;
        height: 30px;
        line-height: 28px;
        font-size: 14px;
        margin-bottom: 5px
    }

    .sign_footer {
        margin: 0
    }

    .country_body .country_table .country_item .country_item_title {
        height: 32px
    }

    .country_body .country_table .country_item .country_item_title .country_item_name {
        padding: 0 12px;
        height: 32px;
        line-height: 32px;
        font-size: 14px
    }

    .country_body .country_table .country_item .country_item_title .country_item_more {
        height: 32px;
        line-height: 32px
    }

    .country_body .country_table .country_item .country_item_title .country_item_more>a {
        font-size: 14px
    }

    .country_body .country_table .country_item .country_list {
        padding: 10px 0 5px
    }

    .country_body .country_table .country_item .country_list .country_list_title {
        height: 26px;
        line-height: 26px;
        padding-left: 15px;
        font-size: 14px
    }

    .country_body .country_table .country_item .country_list .country_list_title:before {
        left: 5px
    }

    .country_body .country_table .country_list_banner {
        margin: 7.5px 0
    }

    .country_body .country_table .country_list_banner .country_list_img .country_list_img_img {
        width: 100%;
        height: auto
    }

    .country_body .country_table .country_item .country_list .country_first .country_first_img {
        width: 100px;
        height: 76px
    }

    .country_body .country_table .country_item .country_list .country_first .country_first_text .country_first_title {
        font-size: 14px;
        height: 40px;
        line-height: 20px
    }

    .country_body .country_table .country_item .country_list .country_first .country_first_text .country_first_detail {
        height: 36px;
        line-height: 18px;
        font-size: 14px
    }

    .country_body .country_table .topic .topic_body .topic_head {
        height: 40px;
        line-height: 40px;
        font-size: 14px
    }

    .country_body .country_table .topic .topic_body .topic_table {
        padding: 10px 30px
    }

    .country_body .country_table .topic .topic_body .topic_table .country_topic_container .topic_wrapper .topic_slide .topic_text {
        font-size: 14px
    }

    .country_body .country_table .topic {
        margin-bottom: 0;
        margin-top: 10px
    }

    .about {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .about .about_body .about_table {
        margin-bottom: 15px;
        height: 124px
    }

    .about .about_body .about_table .about_table_title {
        height: 40px;
        line-height: 40px;
        font-size: 16px
    }

    .about .about_body .about_table .about_table_list {
        float: left;
        width: 33.33%;
        border: none;
        background: #f9f9f9
    }

    .about .about_body .about_table .about_table_list:before {
        display: none
    }

    .about .about_body .about_table .about_table_list .about_table_list_name {
        font-size: 14px
    }

    .about .about_body .about_text {
        min-height: 100px;
        padding: 15px;
        margin-bottom: 15px
    }

    .about .about_body .about_text .about_text_title {
        font-size: 22px;
        line-height: 40px;
        border-bottom: 1px dotted #ddd;
        padding-bottom: 10px
    }

    .about .about_body .about_text .about_text_body {
        padding: 15px 0 30px
    }

    .about .about_body .about_text .about_text_body p {
        font-size: 14px
    }

    .coll_index {
        width: 100%;
        height: auto;
        position: relative;
        padding-bottom: 15px;
        margin-bottom: 15px;
        overflow: hidden
    }

    .coll_index .coll_index_banner {
        width: 100%;
        height: 100%
    }

    .coll_index .coll_index_opa {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,.25);
        z-index: -1
    }

    .coll_index .coll_index_banner>img {
        width: auto;
        height: 100%
    }

    .coll_index .coll_index_body .coll_index_posi {
        height: 40px;
        line-height: 40px;
        overflow: hidden
    }

    .coll_index .coll_index_body .coll_index_posi>span:nth-child(1),.coll_index .coll_index_body .coll_index_posi>a:nth-child(2),.coll_index .coll_index_body .coll_index_posi>span:nth-child(3) {
        display: none
    }

    .coll_index .coll_index_body .coll_index_posi,.coll_index .coll_index_body .coll_index_posi>a {
        font-size: 12px
    }

    .coll_index .coll_index_body .coll_table {
        height: auto;
        padding: 0
    }

    .coll_index .coll_index_body .coll_table .coll_table_left {
        width: 80px;
        height: 110px;
        line-height: 110px;
        background: transparent;
        text-align: center;
        position: relative;
        overflow: hidden;
        margin-right: 10px
    }

    .coll_index .coll_index_body .coll_table .coll_table_left>img {
        width: 80px;
        height: 80px
    }

    .coll_index .coll_index_body .coll_table .coll_table_left,.coll_index .coll_index_body .coll_table .coll_table_middle {
        margin-top: 0
    }

    .coll_index .coll_index_body .coll_table .coll_table_middle {
        width: 200px
    }

    .coll_index .coll_index_body .coll_table .coll_table_middle .coll_table_middle_title {
        font-size: 16px;
        height: 25px;
        line-height: 25px;
        overflow: hidden
    }

    .coll_index .coll_index_body .coll_table .coll_table_middle .coll_table_middle_tag {
        display: none
    }

    .coll_index .coll_index_body .coll_table .coll_table_middle .coll_table_middle_tag>a {
        display: inline-block;
        color: #fff;
        border: 1px solid #fff;
        padding: 0 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        height: 20px;
        line-height: 18px;
        font-size: 12px;
        margin: 5px 5px 5px 0
    }

    .coll_index .coll_index_body .coll_table .coll_table_middle .coll_table_middle_table {
        height: 80px;
        margin-top: 5px
    }

    .coll_index .coll_index_body .coll_table .coll_table_middle .coll_table_middle_table .coll_table_middle_item {
        width: 100%;
        height: auto;
        line-height: 20px
    }

    .coll_index .coll_index_body .coll_table .coll_table_middle .coll_table_middle_table .coll_table_middle_item,.coll_index .coll_index_body .coll_table .coll_table_middle .coll_table_middle_table .coll_table_middle_item>a {
        color: #fff;
        font-size: 12px
    }

    .coll_index .coll_index_body .coll_table .coll_table_right {
        display: none
    }

    .school_body .school_nav .school_nav_item .school_nav_list>a {
        font-size: 14px
    }

    .school_body .school_nav .school_nav_item .school_nav_list {
        height: 35px;
        line-height: 35px
    }

    .school_body .school_product {
        position: relative;
        padding: 15px 25px 10px
    }

    .school_body .school_product .school_product_body .school_product_item .school_product_list .school_product_div {
        height: 80px
    }

    .school_body .school_table {
        padding: 0 5px
    }

    .school_body .school_table .school_table_item {
        padding-top: 10px
    }

    .school_body .school_table .school_table_item .school_table_head {
        font-size: 16px;
        height: 30px;
        line-height: 30px;
        padding-left: 30px
    }

    .school_body .school_table .school_table_item .school_table_head:before {
        margin-top: -12px;
        width: 24px;
        height: 24px
    }

    .school_body .school_table .school_table_item .school_table_detail {
        padding: 10px
    }

    .school_body .school_table .school_table_item .school_table_detail>p,#school_btn,#school_btn1 {
        font-size: 14px
    }

    .school_body {
        padding-bottom: 15px;
        margin-bottom: 5px
    }

    .text_body .text_table {
        padding: 10px 0
    }

    .text_body .text_table .text_body_head {
        height: 30px;
        line-height: 30px
    }

    .text_body .text_table .text_body_head>a {
        font-size: 16px
    }
}


.fiex{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    line-height: 25px;
}

/* 顶部banner基础样式 */
.study-in-china-banner {
  width: 100%;
  min-height: 160px;
  background-image: url('/template/pc/skin/images/332.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 10px;
  box-sizing: border-box;
}

/* 中文标题样式 */
.study-in-china-banner h2 {
  font-size: 40px;
  color: #335075; /* 指定字体颜色 */
  margin: 0 0 10px 0;
  font-weight: bold;
  line-height: 1.4;
   letter-spacing: 12px;
}

/* 英文副标题样式 */
.study-in-china-banner p {
font-size: 30px;
  color: #335075; /* 指定字体颜色 */
  margin: 0;
  font-weight: normal;
  line-height: 1.4;
}

/* 移动端自适应（768px以下设备） */
@media (max-width: 768px) {
  .study-in-china-banner h2 {
    font-size: 22px;
  }
  .study-in-china-banner p {
    font-size: 14px;
  }
}