.width1200 {
    width: 1200px;
    margin: 0 auto;
}

.top {
    height: 36px;
    font-size: 12px;
    line-height: 36px;
    border-bottom: 1px solid #eeeeee;
}

.nav_con {
    display: none;
    position: absolute;
    top: 36px;
    right: 0;
    z-index: 9;
    width: 400px;
    padding: 25px 0 12px 30px;
    background-color: #ffffff;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
    border: solid 1px #eeeeee;
    line-height: 36px;
}

.nav_con .nav_span {
    display: inline-block;
    position: relative;
    color: #999;
    font-size: 15px;
    margin-right: 40px;
    cursor: pointer;
}

.nav_con .nav_span .nav_icon {
    display: none;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -12px;
    width: 24px;
    height: 3px;
    background-color: #0066ff;
}

.nav_con .nav_span.active {
    color: #333;
}

.nav_con .nav_span.active .nav_icon {
    display: block;
}

.nav_con .nav_bota {
    display: inline-block;
    color: #333;
    font-size: 14px;
    margin-right: 33px;
}

.top .top_right ul .navgation_li {
    position: relative;
}

.header {
    height: 90px;
    background-color: #fff;
    margin-bottom: 46px;
}


.header .header_left .logo_img {
    margin-right: 8px;
}

.header .header_left .logo_name {
    font-size: 18px;
    color: #333;
    padding-left: 18px;
    border-left: 1px solid #ccc;
}

.header .header_right .search {
    display: inline-block;
    position: relative;
    /*width: 280px;*/
    height: 36px;
    padding: 0 20px;
    margin-top: 27px;
    background-color: #eeeeee;
    border-radius: 17px;
}

.header .header_right .search .search_text {
    position: relative;
    display: inline-block;
    color: #666;
    font-size: 14px;
    line-height: 36px;
    cursor: pointer;
}

.header .header_right .search .search_text input {
    display: none;
    position: absolute;
    top: 36px;
    left: -14px;
    z-index: 99;
    width: 70px;
    padding: 0 20px 10px 20px;
    border: 1px solid #eee;
    cursor: pointer;

}

.header input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    box-shadow: 0 0 0px 1000px #eee inset !important;
}

.header .header_right .search .search_text select {
    font-size: 14px;
    color: #999;
    background-color: #eee;
}

.header select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url("../image/xl.png") no-repeat scroll right center transparent;
    padding-right: 14px;
}

.header select::-ms-expand {
    display: none;
}

.header .header_right .search .search_input {
    border-left: 1px solid #ccc;
    color: #999;
    font-size: 14px;
    background-color: #eee;
    margin: 10px 20px 0 10px;
}

.header .header_right .search .search_btn {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    background: url(../image/ss.png);
    cursor: pointer;
}

.header .header_right .search_ewm {
    position: relative;
    display: inline-block;
    margin-left: 20px;
    cursor: pointer;
}

.header .header_right .search_ewm .ewm_con {
    display: none;
    position: absolute;
    top: 30px;
    right: 0;
    z-index: 99;
    width: 240px;
    padding: 20px 0 14px 20px;
    background-color: #fff;
    border: 1px solid #eee;
}

.header .header_right .search_ewm .ewm_con .ewm_left {
    width: 90px;
    margin-right: 19px;
}

.header .header_right .search_ewm .ewm_con .ewm_left > img {
    width: 90px;
    height: 90px;
    border: 1px solid #eee;
    margin-bottom: 9px;
}

.header .header_right .search_ewm .ewm_con .ewm_left > p {
    color: #999;
    font-size: 12px;
    text-align: center;
    line-height: 18px;
}

.header .header_right .search_ewm:hover .ewm_con {
    display: block;
}

.nav {
    width: 100%;
    height: 46px;
    background-color: #0066ff;
    position: absolute;
    top: 126px;
}

.nav ul li {
    position: relative;
    float: left;
    width: 150px;
    height: 100%;
    line-height: 46px;
    text-align: center;
    cursor: pointer;
}

.nav ul li.active {
    background-color: #ff9300;
}

.nav ul li .nav_a {
    color: #fff;
    font-size: 16px;
    display: inline-block;
    width: 100%;
}

.nav ul li .nav_xl {
    display: inline-block;
    position: absolute;
    right: 30px;
    top: 18px;
}

.nav ul li:nth-child(3) img {
    position: absolute;
    margin-top: 7px;
    right: 15px;
}

.nav ul li .nav_cho {
    display: none;
    position: absolute;
    top: 46px;
    z-index: 99;
    background-color: #fff;
    width: 100%;
    padding: 0 30px;
    border: 1px solid #eee;
}

.nav ul li .nav_cho .cho_a {
    display: block;
    width: 100%;
    height: 43px;
    line-height: 43px;
    border-bottom: 1px solid #eee;
    color: #333;
    font-size: 14px;
}

.nav ul li .nav_cho .cho_a.mb0 {
    margin-bottom: none;
}

.nav ul li .nav_cho .cho_a:hover {
    color: #0066ff;
}

.nav ul li:hover {
    background-color: #ff9300;
}

.bread {
    height: 60px;
    line-height: 60px;
    color: #c7c7c7;
    font-size: 14px;
    clear: both;
}

.bread .bread_a {
    color: #999;
    font-size: 14px;
}

.bread .bread_cur {
    color: #666;
    font-size: 14px;
}


/* ÓÒ²à */
.hot_professional,
.hot_school {
    margin-bottom: 30px;
}

.hot_professional .caption,
.hot_school .caption {
    padding-bottom: 10px;
    border-bottom: 1px solid #E6E6E6;
}

.hot_professional .caption h4,
.hot_school .caption h4 {
    display: inline;
    padding-bottom: 9px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    border-bottom: 2px solid #0066ff;
}

.hot_school .gk_list ul {
    width: 298px;
    padding-bottom: 27px;
}

.hot_school .gk_list ul li {
    position: relative;
    padding: 20px 20px 20px 70px;
    /*margin-bottom: 17px;*/
}

.hot_school .gk_list ul li img {
    position: absolute;
    top: 18px;
    left: 0;
    width: 58px;
}

.hot_school .gk_list ul li .xx_name {
    color: #333;
    font-size: 16px;
    margin-bottom: 15px;
}

.hot_school .gk_list ul li .xx_name {
    color: #999;
    font-size: 14px;
}

/* 热门专业 */
.hot_professional .ranking_list {
    background-color: #fff;
    padding: 25px 0;
}

.hot_professional .ranking_list .item {
    margin-bottom: 15px;
}

.hot_professional .ranking_list .item img {
    width: 18px;
    height: 22px;
    border: none;
    vertical-align: bottom;
}

.hot_professional .ranking_list .item:last-child {
    margin-bottom: 0;
}

.hot_professional .ranking_list .item .num {
    display: inline-block;
    vertical-align: bottom;
    text-align: center;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #999;
    background: rgba(230, 230, 230, 1);
    border-radius: 50%;
}

.hot_professional .ranking_list .item .title {
    display: inline-block;
    margin-left: 15px;
    font-size: 15px;
    color: #333;
    width: 260px;
    overflow: hidden;
    /*超出部分隐藏*/
    white-space: nowrap;
    /*不换行*/
    text-overflow: ellipsis;
    /*超出部分文字以...显示*/
}

/* college&&profession hover */
.college_wrap .college_dynamics .dynamics_list li a:hover,
.college_sel_box .layer ul li:hover,
.hot_professional .ranking_list .item .title:hover,
.main_wrap ._left .college_list .item .info_r .college_name:hover,
.ck_profession_list .item .info_l .profession_name a:hover,
.yc_profession_list .item .info_r .title:hover {
    color: #0066ff;
}

/*加群start*/
.ecv2_detailpage_jiaqun {
    float: right;
    font-size: 0;
}

.ecv2_detailpage_jiaqun input[type='text'] {
    width: 180px;
    box-sizing: border-box;
    height: 30px;
    line-height: 30px;
    color: #0066ff;
    padding: 0 10px;
    font-size: 14px;
    vertical-align: middle;
    border: solid 1px #0066ff;
}

.ecv2_detailpage_jiaqun a {
    display: inline-block;
    width: 60px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    vertical-align: middle;
    background-color: #0066ff;
}

.ecv2_detailpage_jiaqun a i {
    font-size: 18px;
    vertical-align: middle;
}

/*加群End*/

/*文章内容加群*/
.ercodediv {
    padding: 30px;
    background-image: url("../image/ercodebg.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 10px;
    display: inline-block;
}

.guanfang,
.qqqun {
    float: left;
}

.guanfang .p1,
.qqqun .p1 {
    width: 120px;
    height: 120px;
    border: 5px solid #ffb378;
    border-radius: 4px;
    float: left;
}

.guanfang .p1 img,
.qqqun .p1 img {
    width: 100%;
    height: 100%;
}

.guanfang .p2,
.qqqun .p2 {
    width: 210px;
    height: 100%;
    float: left;
    text-align: center;
    padding-top: 30px;
}

.guanfang .p2 span,
.qqqun .p2 span {
    display: block;
    line-height: 20px;
    font-size: 14px;
}

.qqqun .p2 a {
    padding: 5px 15px;
    background: #0066ff;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    margin-top: 5px;
    font-size: 14px;
}

.zxrk {
    height: 118px;
}

.zxrkc {
    width: 1098px;
    margin: 0 auto;
}

.zxrkc li {
    width: 118px;
    height: 118px;
    border-radius: 100%;
    float: left;
    margin-left: 43px;
    padding-top: 8px;
    cursor: pointer;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}

.zxrkc li:first-child {
    margin-left: 0;
}

.zxrkc li.blue {
    border: #18c0cc 1px dotted;
}

.zxrkc li.blue .zxrk_circle {
    background-color: #18c0cc;
}

.zxrkc li.green {
    border: #7dc223 1px dotted;
}

.zxrkc li.green .zxrk_circle {
    background-color: #7dc223;
}

.zxrkc li.orange {
    border: #f59324 1px dotted;
}

.zxrkc li.orange .zxrk_circle {
    background-color: #f59324;
}

.zxrkc li:hover {
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg) -ms-transform: rotate(360deg);
}

.zxrkc li a:hover {
    color: #fff;
}

.zxrkc li a {
    color: #fff;
}

.zxrk_circle {
    background-image: url("../image/zxrki.png");
    background-repeat: no-repeat;
    background-position: center 84px;
    width: 102px;
    height: 102px;
    display: block;
    border-radius: 100%;
    margin: 0 auto;
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding-top: 25px;
}

.zs_yuyue {
    height: 900px;
    background: #00afd7;
    width: 100%;
    margin: 0 auto;
}

.newsbt {
    color: #fff;
    text-align: center;
    font-size: 30px;
    padding-top: 50px;
}

.newsbt span {
    display: block;
    width: 30px;
    background: #fff;
    height: 3px;
    margin: auto;
    margin-top: 12px;
    margin-bottom: 14px;
}

.newsbt font {
    font-size: 14px;
    font-weight: bold;
    line-height: 30px;
}

.zdy_bd {
    width: 574px;
    height: 560px;
    margin: auto;
    background: #33bfdf;
    border-radius: 48px;
    margin-top: 38px;
}

.zdy_bd li {
    width: 484px;
    height: 40px;
    background: #fff;
    margin: auto;
    margin-bottom: 18px;
    border-radius: 6px;
    line-height: 40px;
    overflow: hidden;
}

.zdy_bd li dl {
    float: left;
    width: 93px;
    text-align: right;
    color: #666;
    font-size: 14px;
    font-family: "宋体";
    margin-right: 88px;
}

.zdy_bd li dt {
    float: left;
    width: 288px;
    overflow: hidden;
}

.kuang {
    height: 40px;
    line-height: 40px;
    font-family: "宋体";
    color: #666;
    font-size: 14px;
    background: #fff;
    border: none;
    float: left;
    width: 290px;
}

.yzk {
    height: 40px;
    line-height: 40px;
    font-family: "宋体";
    color: #666;
    font-size: 14px;
    background: #fff;
    border: none;
    float: left;
    width: 183px;
}

.zdy_bd ul {
    padding-top: 45px;
    padding-bottom: 10px;
}

.tijiao {
    width: 300px;
    height: 50px;
    line-height: 50px;
    margin: auto;
    text-align: center;
    background: url(../image/yjt_03.jpg) no-repeat 256px center #fff;
    border-radius: 20px;
}

.tijiao input {
    width: 300px;
    height: 50px;
    border: none;
    background: none;
    font-size: 18px;
    color: #08769e;
    cursor: pointer;
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;

}

select::-ms-expand {
    display: none;
}

.tzys {
    background: url(../image/xxjt_03.jpg) no-repeat right center;
    width: 292px;
    border: none;
    font-size: 14px;
    color: #666;
    font-family: "宋体";
    float: left;
    height: 46px;
    line-height: 46px;
    margin-top: -3px;
    margin-left: -2px;
    padding-left: 10px;
}

.zsts {
    text-align: center;
    font-size: 14px;
    margin-top: 23px;
    color: #fff;
}

.nflsx {
    padding: 10px 0 15px 0;
    overflow: hidden;
    background: #f8f8f8;
    border-bottom: 1px solid #ececec;
}

.sxkn {
    width: 1200px;
    margin: 0 auto;
}

.wd100 {
    width: 1090px;
}

.btn-light {
    color: #333333 !important;
    background-color: #f2f2f2;
    border-color: #888888;
}

.btn-light:hover {
    color: #fff !important;
    background-color: #00bfff;
    border-color: #00bfff;
}

.btn-light:focus,
.btn-light.focus {
    box-shadow: 0 0 0 3px rgba(248, 249, 250, 0.5);
}

.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active,
.show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df;
}

.btn-info {
    color: #fff !important;
    background-color: #00ccff;
    border-color: #00ccff;
}

.mb-3 {
    margin-bottom: 14px !important;
}

.btn {
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0 16px;
    font-size: 14px;
    margin-left: 2px;
    line-height: 28px;
    border-radius: 3px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-info:hover {
    color: #fff;
    background-color: #00bfff;
    border-color: #00ccff;
}

.btn-info:focus,
.btn-info.focus {
    box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5);
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #0889ef;
    border-color: #0889ef;
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active,
.show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus,
.show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 3px rgba(23, 162, 184, 0.5);
}

.n-banner {
    min-width: 1200px;
    height: 190px;
    position: relative;
}

.n-banner i {
    height: 190px;
    display: block;
}

.nba {
    width: 100%;
    height: 130px;
    line-height: 130px;
    position: absolute;
    right: 0;
    top: 0;
}

.ntit {
    width: 100%;
    height: 70px;
    line-height: 70px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.ntit {
    background-color: rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid #ececec;
}

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

.ntt h1 {
    font-size: 26px;
    line-height: 69px;
    margin: 0 15px 0 0;
    float: left;
}

.ntt i {
    font-size: 18px;
    height: 70px;
    line-height: 70px;
    float: left;
}

.weiz {
    float: right;
}

.search_public .input-info {
    color: #7c7c7c;
    font-size: 14px;
    box-shadow: none;
    margin-right: 10px;
    padding-left: 10px;
    margin-top: 20px;
    margin-bottom: 10px;
    border: 1px solid #EEEEEE !important;
    outline: 0px !important;
    border-radius: 6px !important;
    height: 39px !important;
    line-height: 39px
}

.blank30 {
    height: 30px;
    display: block;
    clear: both;
    overflow: hidden;
}

.search_public .school-check2 {
    margin-top: 20px;
    width: 70px;
    height: 39px;
    text-align: center;
    line-height: 39px;
    background-color: #FF6602;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    border-radius: 6px !important;
    vertical-align: top;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: none
}

.pglist {
    padding: 25px 0;
    float: left;
    width: 100%;
    line-height: 34px;
    text-align: center;
    border-top: 1px dashed #cecece;
}

.pglist a {
    color: #fff;
    padding: 0 12px;
    margin: 0 5px;
    font-/weight: bold;
    background: #ea7724;
}

.pglist * {
    display: inline-block;
    _zoom: 1;
    _display: inline;
    vertical-align: middle;
    line-height: 32px;
    height: 32px;
    padding-bottom: 1px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
}

.pglist .hover {
    display: inline-block;
    color: #fff;
    background: #23201d;
}

.pglist a:hover {
    display: inline-block;
    color: #fff;
    background: #23201d;
}

.pglist a.page-num-current {
    display: inline-block;
    color: #fff;
    background: #23201d;
}

.nfl {
    padding: 10px 0 30px 0;
    text-align: center;
    overflow: hidden;
}

.nfl .bi {
    font-size: 16px;
    display: inline-block;
    text-align: center;
    margin: 20px 10px 0 10px;
}

.nfl a {
    width: 196px;
    line-height: 50px;
    display: block;
    text-decoration: none;
}

.nfl .on a {
    text-decoration: none;
    transition: all .2s ease-in 0s;
}

.nfl a {
    background: #fff;
    border: 1px solid #ececec;
}

.nfl {
    background: #f8f8f8;
    border-bottom: 1px solid #ececec;
}

.nfl .on a {
    color: #fff;
    background: #0092e5;
    border: 1px solid #0092e5;
}

.tablist #page {
    text-align: left;
}

.tablist ul {
    width: calc(100% - 20px);
}

.tablist ul li a {
    display: block;
}

.tablist ul li {
    position: relative;
    margin-top: 5%;
    background: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.tablist ul li:hover {
    background: #fafafa;
}

.tablist ul li .tu {
    display: inline-block;
    width: 22%;
    vertical-align: middle;
}

.tablist ul li .tu img {
    width: 225px;
    height: 165px;
}

.tablist ul li .info {
    display: inline-block;
    width: 74%;
    margin-left: 3%;
    vertical-align: middle;
}

.tablist ul li .info .date {
    display: inline-block;
    font-size: 20px;
    color: #333;
    margin-right: 5%;
    vertical-align: middle;
}

.tablist ul li .info .date p {
    font-size: 14px;
    color: #8c8c8c;
}

.tablist ul li .info .text {
    position: relative;
    display: inline-block;
    line-height: 20px;
    width: 78%;
    font-size: 14px;
    color: #333;
    vertical-align: middle;
}

.tablist ul li .info .text h5 {
    font-size: 14px;
    height: 20px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.tablist ul li .info .text p {
    position: relative;
    color: #8c8c8c;
    height: 100px;
    line-height: 28px;
    padding-top: 3%;
    text-align: justify;
    overflow: hidden;
}

.tablist ul li a > span {
    position: absolute;
    top: 50%;
    right: -20px;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    background: url(../image/arow.png) no-repeat center #ccc;
    background-size: 20%;
}

.tablist ul li:hover a > span {
    background: url(../image/arow.png) no-repeat center #f58635;
}

.rsa {
    color: #FF6602 !important;
    width: auto !important;
    line-height: 39px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    display: inline-block !important;
    text-decoration: none !important;
    background: none !important;
    border: none !important;
}

.x-tit {
    color: #8e8e8e;
    border-bottom: 1px dashed #cecece;
}

.x-tit h1 {
    color: #000;
    font-size: 24px;
    font-weight: bold;
}

.x-tit {
    line-height: 36px;
    text-align: center;
    padding: 5px 0 20px 0;
    margin: 0 0 50px 0;
}

.nrwz {
    width: 1200px;
    padding: 30px 0;
    line-height: 30px;
    font-size: 16px;
    overflow: hidden;
    margin: 0 auto;
}

.nrwz p,
.nrwz div {
    font-size: 16px;
}

.nrwz img {
    margin: 15px auto;
}

.nrwz {
    color: #585858;
}

.xgtags {
    border-top: 1px dashed #cecece;
    padding-bottom: 50px;
}

.xgtit {
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;
}

.xgtags li {
    list-style-type: circle;
    line-height: 30px;
    margin-left: 40px;

}

.nrwz img {
    max-width: 1200px;
}

.wen {
    display: inline-block;
    background: #be0000;
    color: #fff;
    padding: 1px 0px 3px 5px;
    font-weight: bold;
    margin-right: 15px;
    font-size: 24px;
}

.daa {
    display: inline-block;
    background: #be0000;
    color: #fff;
    padding: 1px 0px 3px 5px;
    font-weight: bold;
    font-size: 24px;
}

.dab {
    width: 1130px;
    line-height: 30px;
    font-size: 16px;
}

.wd_title {
    text-align: left;
    font-weight: bold;
    font-size: 24px;
    margin-top: 10px;
}

.author {
    text-align: center;
    font-size: 12px;
    border-bottom: #c8c8c8 dashed 1px;
    height: 28px;
    line-height: 28px;
    margin: 5px 0px 10px 0px;
}

.wdau {
    text-align: left;
    padding-left: 65px;
    font-size: 14px;
    color: #8e8e8e;
    border-bottom: #c8c8c8 dashed 1px;
    height: 28px;
    line-height: 28px;
    margin: 5px 0px 10px 0px;
}

.fgt {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    width: 400px;
    line-height: 60px;
    background: #be0000;
    color: #fff;
    border-radius: 10px;
}

.whtbb {
    background: #ff4900;
    width: 100%;
    margin: 0 auto;
    height: 520px;
}

.indextt {
    text-align: center;
    padding: 30px 0 10px 0;
    overflow: hidden;
}

.indextt h3 {
    height: 34px;
    line-height: 33px;
    font-size: 20px;
    text-transform: uppercase;
}

.indextt h3 span {
    color: #c5c5c5;
    margin-right: 8px;
}

.indextt .lineth {
    position: relative;
    border-bottom: 1px solid #E6E6E6;
    height: 14px;
    line-height: normal;
}

.indextt .lineth span {
    height: 6px;
    width: 40px;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    bottom: -3px;
    background: #ff9300;
}

.indextt .aboutdesc {
    margin-top: 12px;
}

.indexttw h3,
.indexttw h3 span,
.indexttw {
    color: #fff;
}

.indexttw .lineth {
    border-color: #fff;
}

.height300 {
    height: 300px;
    overflow: hidden;
}

.mqlii {
    width: 70%;
    margin: 0 auto;
}

.mqlii li {
    margin: 0 auto;
    list-style: none;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    border-bottom: 1px dashed #f3f3f3;
    overflow: hidden;
}

.mqlii li div {
    float: left;
    color: #fff;
}

.mqlii li div:nth-child(1) {
    width: 20%;
}

.mqlii li div:nth-child(2) {
    width: 26%;
}

.mqlii li div:nth-child(3) {
    width: 26%;
}

.mqlii li div:nth-child(4) {
    width: 24%;
}

.mqlitt {
    margin: 0 auto;
    width: 68%;
}

.mqlitt li {
    margin: 0 auto;
    list-style: none;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-bottom: 1px dashed #f3f3f3;
}

.mqlitt li div {
    float: left;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.mqlitt li div:nth-child(1) {
    width: 20%;
}

.mqlitt li div:nth-child(2) {
    width: 26%;
}

.mqlitt li div:nth-child(3) {
    width: 26%;
}

.mqlitt li div:nth-child(4) {
    width: 24%;
}

.bmr {
    text-align: center;
    padding: 30px 0;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}

.bmrs {
    color: #ffff00;
    font-size: 30px;
}

.xxsx {
    width: 1200px;
    height: 272px;
    position: relative;
}

.top_img {
    width: 525px;
    height: 272px;
    float: left;
    z-index: 1;
}

.xxsx_bg {
    position: absolute;
    z-index: 2;
    width: 1200px;
    height: 272px;
    background: url(../image/top_bg.png) no-repeat;
}

.xxr {
    width: 565px;
    float: right;
    margin-right: 55px;
    z-index: 5;
    position: relative;
    margin-top: 30px;
    color: #4e4c4c;
}

.xxr h3 {
    color: #4e4c4c;
    font-size: 30px;
    line-height: 50px;
}

.xxr p {
    margin-top: 15px;
    font-size: 14px;
    line-height: 25px;
}

.xxr p .sxleft {
    width: 50%;
    float: left;
}

.xxr p .sxright {
    width: 50%;
    float: right;
}

.xxr p .sxww {
    width: 100%;
    float: left;
}

.zyall {
    vertical-align: middle;
    height: 39px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 39px;
    background: #BD0000;
    border-radius: 5px;
    font-size: 18px !important;
    font-weight: bold;
    display: inline-block;
    color: #ffff00 !important;
    transition: background .2s;
    text-align: center;
}

.zyall:hover {
    text-decoration: none;
    background: #990000;
    color: #ffffff !important;
}

.ml50 {
    margin-left: 50px;
}

.xxtitle {
    background-color: #f3f3f3;
    width: 1200px;
    margin: 0 auto;
    height: 40px;
    color: #fff;
    line-height: 40px;
}

.xxtitle h3 {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    width: 120px;
    float: left;
    background-color: #be0000;
    text-align: center;
}

.xxcontent {
    width: 1200px;
    margin: 0 auto;
    line-height: 30px;
    font-size: 16px;
}

.zycontent {
    width: 1180px;
    margin: 0 auto;
}

.xxcontent img {
    max-width: 100%;
}

.xxleft {
    float: left;
    width: 150px;
}

.xxright {
    float: right;
    width: 380px;
}

.zsjhh {
    width: 90%;
    margin:0 auto;
}

.zsjhh li {
    float: left;
}

.zsjhl {
    background: #F5F5DC;
    line-height: 40px;
    border: 1px solid #fff;
    overflow: hidden;
    white-space: nowrap;
}

.zsjht {
    background: #8B4513;
    line-height: 50px;
    font-size: 18px;
    border: 1px solid #966635;
    font-weight: bold;
    color: #fff;
    margin-bottom: 2px;
}

.zycell {
    width: 41%;
    font-weight: bold;
}

.jycell {
    width: 16%;
}

.zxcell {
    width: 18%;
}

.bmcell {
    width: 23%;
}

.zsjha a {
    display: block;
    width: 80%;
    margin-top: 5px;
    margin-bottom: 5px;
    height: 30px;
    line-height: 30px;
    background: #FF4500;
    color: #fff;
    text-align: center;
    overflow: hidden;
    box-sizing: border-box;
}

.zsjha a:hover {
    color: #fff;
    background: #be0000;
    cursor: pointer;
}
