#kinMaxShow {
    visibility: hidden;
    width: 100%;
    height: 572px;
    overflow: hidden;
}

.h_big_tit {
    font-size: 26px;
    color: #000;
    padding-left: 15px
}

.h_big_tit2 {
    font-size: 26px;
    color: #000;
    padding-left: 45px
}

.h_small_tit {
    font-size: 14px;
    color: #aaa;
}

.onemin {
    position: absolute;
    right: 94px;
    padding-top: 0px !important;
    top: -2px;
    cursor: pointer;
}

.onemin img {
    width: 100px;
}

.progress {
    text-align: center;
}

.progress a {
    display: inline-block;
    margin: 0 2px;
    width: 190px;
    height: 99px;
    border: 1px solid #c9c9c9;
    font-size: 18px;
    color: #5c5a5a;
    line-height: 99px;
    text-indent: 4em; /*transition:border 1s,color 1s;*/
}

.progress .prog1 {
    background: url(../image/fiveicon.png) 22px center no-repeat;
}

.progress .prog2 {
    background: url(../image/fiveicon.png) -172px center no-repeat;
}

.progress .prog3 {
    background: url(../image/fiveicon.png) -377px center no-repeat;
}

.progress .prog4 {
    background: url(../image/fiveicon.png) -577px center no-repeat;
}

.progress .prog5 {
    background: url(../image/fiveicon.png) -777px center no-repeat;
}

.progress .prog6 {
    background: url(../image/fiveicon.png) -977px center no-repeat;
}

.progress a:hover { /*border:1px solid #eb4951; color:#eb4951;*/
}

.brill_ser {
    width: 100%;
    height: 389px;
    background: url(../image/serbg.jpg) center top no-repeat;
}

.spec_zone {
    width: 100%;
    height: 514px;
    background: url(../image/specbg.jpg) center top no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.speciality {
    text-align: center;
}

.speciality a {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    width: 19%;
    padding-top: 138px;
}

.speciality .spec1 {
    background: url(../image/fiveicon2.png) 60px top no-repeat;
}

.speciality .spec2 {
    background: url(../image/fiveicon2.png) -152px top no-repeat;
}

.speciality .spec3 {
    background: url(../image/fiveicon2.png) center top no-repeat;
}

.speciality .spec4 {
    background: url(../image/fiveicon2.png) -576px top no-repeat;
}

.speciality .spec5 {
    background: url(../image/fiveicon2.png) -790px top no-repeat;
}

.speciality a:hover {
    -webkit-animation-name: shake;
    -webkit-animation-duration: 0.75s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
}

.four_four {
    text-align: center;
}

.four_four a {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    width: 24%;
    padding-top: 119px;
}

.four_four a.for_f1 {
    background: url(../image/fourfour.png) 88px top no-repeat;
}

.four_four a.for_f2 {
    background: url(../image/fourfour.png) -165px top no-repeat;
}

.four_four a.for_f3 {
    background: url(../image/fourfour.png) -417px top no-repeat;
}

.four_four a.for_f4 {
    background: url(../image/fourfour.png) -680px top no-repeat;
}

.four_four a i {
    font-style: normal;
    font-size: 12px;
    text-transform: uppercase;
}

.four_four a:hover {
    -webkit-animation-name: shake;
    -webkit-animation-duration: 0.75s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
}

.film_focus {
    width: 1200px;
    overflow: hidden;
    position: relative;
    margin: 20px auto;
    height: 532px;
}

.film_focus .film_focus_imgs_wrap {
    width: 1003px;
    float: right;
    overflow: hidden;
    height: 532px;
}

.film_focus ul.film_focus_imgs {
    height: auto;
    position: absolute;
    right: 0;
    overflow: hidden;
    width: 1003px;
}

.film_focus ul.film_focus_imgs li {
    overflow: hidden;
    height: 532px;
    width: 1003px;
    bottom: 0;
}

.film_focus ul.film_focus_imgs li img {
    height: 255px;
    width: 324px;
}

.film_focus ul.film_focus_nav {
    width: 193px;
    position: absolute;
    left: 0;
    top: 130px;
    z-index: 100;
    height: 400px;
}

.film_focus ul.film_focus_nav li {
    width: 170px;
    height: 57px;
    left: 0px;
    padding: 0px 10px;
    word-break: break-all;
    color: #000;
    font-size: 22px;
    overflow: hidden;
    line-height: 100px;
    background: #e3e3e3;
    border-left: solid 1px #d7d7d7;
    border-right: solid 2px #ddd;
    border-bottom: solid 1px #d7d7d7;
    text-align: center;
}

.film_focus ul.film_focus_nav li.cur {
    width: 170px;
    left: 0px;
    padding: 0px 10px;
    word-break: break-all;
    color: #fff;
    overflow: hidden;
    line-height: 57px;
    background: #ffba02;
    cursor: pointer;
    border-left: solid 1px #ffba02;
    border-right: solid 2px #ffba02;
    border-bottom: solid 1px #ffba02;
}

.film_focus ul.film_focus_nav li b {
    display: none;
    height: 57px;
    width: 170px;
    float: left;
}

.film_focus ul.film_focus_nav li span img {
    float: left;
    margin: 35px 10px 0 10px;
}

.film_focus ul.film_focus_nav li b p img {
    float: left;
    margin: 35px 10px 0 10px;
}

.film_focus ul.film_focus_nav li.cur b {
    font-weight: 100;
}

.film_focus ul.film_focus_nav li span.zhanl img {
    float: left;
    margin: 42px 10px 0 10px;
}

.film_focus ul.film_focus_nav li b p {
    line-height: 57px;
    font-size: 22px;
    color: #fff;
}

.film_focus ul.film_focus_nav li b.zhanl p img {
    float: left;
    margin: 42px 10px 0 10px;
}

.film_focus ul.film_focus_nav li p {
    line-height: 57px;
    color: #000;
    font-size: 22px;
}

.film_focus ul.film_focus_nav li span.huod img {
    float: left;
    margin: 25px 10px 0 10px;
}

.film_focus ul.film_focus_nav li b.huod p img {
    float: left;
    margin: 25px 10px 0 10px;
}

.film_focus ul.film_focus_nav li.cur b {
    display: block;
    vertical-align: middle;
    display: table-cell;
    height: 57px;
    width: 170px;
    float: left;
}

.film_focus ul.film_focus_nav li.cur span {
    display: none;
}

.film_focus ul.film_focus_nav li b p {
    font-size: 22px;
}

.film_focus_imgs li dl dd {
    float: left;
    width: 324px;
    height: 265px;
    margin: 0px 0 10px 10px;
}

.film_focus_imgs li dl dd a {
    width: 324px;
    height: 255px;
    display: block;
}

.film_focus_imgs li dl dd a .mouse_s {
    width: 324px;
    height: 255px;
}

.film_focus_imgs li dl dd a .mouse_s p {
    width: 100%;
    bottom: 40px;
    position: relative;
    line-height: 40px;
    background: #d2d2d2;
    color: #333;
    font-size: 14px;
    text-align: center;
}

.film_focus_imgs li dl dd a .hover_s {
    width: 324px;
    height: 255px;
    position: relative;
    top: -990px;
}

.film_focus_imgs li dl dd a .hover_s p {
    background: #d2d2d2;
    color: #333;
    font-size: 14px;
    text-align: center;
}

.film_focus_imgs li dl dd a:hover .hover_s {
    display: block;
    height: 255px;
    top: -255px;
}

.film_focus_imgs li dl dd a:hover .hover_s p {
    width: 100%;
    text-align: center;
    bottom: 90px;
    line-height: 40px;
    background: none;
    position: relative;
    font-size: 22px;
    color: #fff;
}

.h_news_zone {
    width: 100%;
    height: 455px;
    background: #e3e3e3;
}

/*����ͼ*/
.focus {
    position: relative;
    width: 960px;
    height: 380px;
    margin: 40px auto 80px auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.focus img {
    width: 960px;
    height: 380px;
}

.focus .shadow .title {
    width: 260px;
    height: 65px;
    padding-left: 30px;
    padding-top: 20px;
}

.focus .shadow .title a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: bolder;
    overflow: hidden;
}

.focus .btn {
    position: absolute;
    bottom: 34px;
    left: 510px;
    overflow: hidden;
    zoom: 1;
}

.focus .btn a {
    position: relative;
    display: inline;
    width: 13px;
    height: 13px;
    border-radius: 7px;
    margin: 0 5px;
    color: #B0B0B0;
    font: 12px/15px "\5B8B\4F53";
    text-decoration: none;
    text-align: center;
    outline: 0;
    float: left;
    background: #D9D9D9;
}

.focus .btn a:hover, .focus .btn a.current {
    cursor: pointer;
    background: #fc114a;
}

.focus .fPic {
    position: absolute;
    left: 0px;
    top: 0px;
}

.focus .D1fBt {
    overflow: hidden;
    zoom: 1;
    height: 16px;
    z-index: 10;
}

.focus .shadow {
    width: 500px;
    position: absolute;
    top: 50px;
    right: 50px;
    z-index: 10;
    height: 280px;
    color: #fff;
    display: block;
    line-height: 25px;
}

.focus .shadow a {
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    overflow: hidden;
    margin-left: 10px;
    font-family: "\5FAE\8F6F\96C5\9ED1";
}

.focus .fcon {
    position: relative;
    width: 100%;
    float: left;
    display: none;
}

.focus .fcon img {
    display: block;
}

.focus .fbg {
    bottom: -55px;
    left: 0;
    position: absolute;
    height: 21px;
    text-align: center;
    z-index: 200;
}

.focus .fbg div {
    margin: 4px auto 0;
    overflow: hidden;
    zoom: 1;
    height: 14px;
    background: url(../image/dots.png) left center repeat-x;
}

.focus .D1fBt a {
    position: relative;
    display: inline;
    width: 12px;
    height: 12px;
    border-radius: 7px;
    margin-right: 304px;
    color: #B0B0B0;
    font: 12px/15px "\5B8B\4F53";
    text-decoration: none;
    text-align: center;
    outline: 0;
    float: left;
    background: #999;
}

.focus .D1fBt a:last-child {
    margin-right: 0;
}

.focus .D1fBt .current, .focus .D1fBt a:hover {
    background: #ffba02;
}

.focus .D1fBt img {
    display: none
}

.focus .D1fBt i {
    display: none;
    font-style: normal;
}

.focus .prev, .focus .next {
    position: absolute;
    width: 40px;
    height: 74px;
    background: url(../image/focus_btn.png) no-repeat;
}

.focus .prev {
    top: 50%;
    margin-top: -37px;
    left: 0;
    background-position: 0 -74px;
    cursor: pointer;
}

.focus .next {
    top: 50%;
    margin-top: -37px;
    right: 0;
    background-position: -40px -74px;
    cursor: pointer;
}

.focus .prev:hover {
    background-position: 0 0;
}

.focus .next:hover {
    background-position: -40px 0;
}

.marginbot {
    margin-bottom: 15px;
}

ul.list li {
    list-style-type: none;
    margin-left: 20px;
}

ul.tabs {
    width: 100%;
    overflow: hidden;
}

ul.tabs li {
    list-style-type: none;
    width: 20%;
    padding: 15px 0;
    text-align: center;
    font-size: 16px;
    display: block;
    float: left;
    color: #000;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    cursor: pointer;
}

ul.tabs li:hover {
    background-color: #ffba00;
    color: #fff;
}

ul.tabs li.current {
    border-bottom: 1px solid #ddd;
    color: #fff;
    background-color: #ffba00;
}

.tabscontent {
    border-top: 0px solid #43b0ce;
    padding: 8px 0 0 0;
    display: none;
    position: relative;
    width: 100%;
    text-align: justify;
    height: 441px;
}

.h_news_left {
    width: 304px;
    float: left;
    padding-top: 30px;
    margin-right: 20px;
    height: 384px;
    overflow: hidden;
}

.h_news_left h1 {
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 20px;
}

.h_news_left .ask1 {
    background: #fff;
    padding: 15px;
    padding-bottom: 0;
    line-height: 25px;
    color: #000;
}

.h_news_left .answer1 {
    background: #fff;
    padding: 15px;
    line-height: 25px;
    border-bottom: 1px solid #ddd;
}

.h_news_mid {
    width: 450px;
    float: left;
    padding-top: 30px;
    margin-right: 20px;
    position: relative;
}

.h_news_mid h1 {
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 20px;
}

.h_news_mid h1 a:hover {
    color: orange;
}

.h_news_mid .news11 {
    padding: 15px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 72px;
    width: 420px;
    height: 310px;
    display: none;
}

.h_news_mid #contentt1 {
    display: block;
}

.h_news_mid .news12 {
    padding-top: 10px;
}

.h_news_mid .news12 li {
    float: left;
    width: 100%;
    line-height: 25px;
    display: grid;
    grid-template-columns: auto 140px;
    grid-gap: 10px;
}

.h_news_right {
    float: right;
    width: 400px;
    padding-top: 30px;
}

.h_news_right h1 {
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 20px;
}

.h_news_right .news13 {
    background: #fff;
    width: 100%;
    height: 340px;
    overflow: hidden;
}

.yuyue_fix_cover {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    left: 0;
    top: 0;
    display: none;
}

.form-box {
    position: relative;
    padding: 10px;
    border: 1px solid #f6f6f6;
}

.form-box dl {
    display: block;
    padding: 5px 0;
}

.form-box dl:after {
    clear: none;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}

.form-box dl dt {
    display: block;
    float: left;
    width: 120px;
    line-height: 38px;
    min-height: 38px;
    font-size: 13px;
    text-align: right;
    _position: absolute;
}

.form-box dl dd {
    position: relative;
    padding: 5px 0 5px 10px;
    line-height: 28px;
    min-height: 28px;
    font-size: 13px;
    overflow: hidden;
    _margin-left: 120px;
}

.form-box dl dd label.radio {
    margin-right: 5px;
}

.form-box dl dd input, .form-box dl dd textarea {
    border: 1px solid #ccc;
    width: 250px;
    height: 35px;
    line-height: 35px;
}

.form-box dl dd input.btn {
    background: #ed2b26;
    color: #fff !important;
    border-radius: 5px;
    border: none !important;
    cursor: pointer;
    font-family: Microsoft Yahei;
}

.t_cls_btn {
    position: absolute;
    top: -15px;
    right: -15px;
    display: inline-block;
    cursor: pointer;
}

.wrap6001 {
    width: 550px;
    background: #fff;
    border-radius: 10px;
    margin: 60px auto 0 auto;
    position: relative;
}