@charset "utf-8";
/* css reset www.admin10000.com */
html {
    font-size: 10px;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
}

body {
    background: #fff;
    color: #555;
    font-size: 1.4rem;
    font-family: "Microsoft Yahei";
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}

address,
caption,
cite,
code,
dfn,
em,
i,
u,
th,
var {
    font-style: normal;
    /*font-weight: normal;*/
}

a {
    color: #555;
    text-decoration: none;
}

a:hover,
a:active,
a:focus {
    text-decoration: none;
    color: #333;
}

img {
    border: none;
}

ol,
ul,
li {
    list-style: none;
}

input,
textarea,
select,
button {
    font: 14px "Microsoft Yahei";
    outline: none;
}

table {
    border-collapse: collapse;
}

/* css common */
.clearfix:after,
.clearfix:before {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    *zoom: 1;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}

.con {
    width: 77%;
    margin: 0 auto;
}

@media screen  and (max-width: 1450px) {
    .con {
        width: 78%;
        margin: 0 auto;
        min-width: 1200px;
    }

    .body .header {
        min-width: 1085px;
    }

    .body .nav_con .nav {
        width: 82%;
        margin: 0 auto;
        /* padding-left: 18%; */
    }

    .body .header {
        padding: 13px 0;
        width: 74%;
    }
}

.body {
    /*background: url("../images/bj.png");*/
    min-width: 1200px;
}

.body .header {
    padding: 13px 0;
    width: 61%;
}

.body .header .logo {
    padding: 0 0 0 11px;
    margin-top: 33px;
    position: absolute;
    z-index: 3;
}

.body .header .logo_right {
    padding-top: 15px;
}

.body .header .logo_right .right {
    float: right;
}

.body .header .logo_right .right img {
    margin-top: 6px;
    margin-right: 5px;
    width: 41px;
}

.body .header .logo_right .right .icon_tel {
    display: inline-block;
    vertical-align: top;
}

.body .header .logo_right .right .icon_tel span {
    font-size: 14px;
    color: #696969;
    display: block;
    line-height: 1;
}

.body .header .logo_right .right .icon_tel i {
    font-size: 28px;
    color: #bd8204;
    font-weight: bold;
    line-height: 1.2;
    font-family: -webkit-pictograph;
}

.body .header .logo_right .middle {
    padding: 0 50px;
}

.body .header .logo_right .middle a {
    display: block;
    width: 100px;
    height: 40px;
    background: #c08505;
    font-size: 14px;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
}

.body .header .logo_right .left p {
    width: 252px;
    border: solid 1px #eeeeee;
    border-radius: 5px;
    height: 40px;
    background: #fff;
    overflow: hidden;
}

.body .header .logo_right .left p .input_text {
    width: 199px;
    float: left;
    height: 40px;
    border: none;
    padding-left: 10px;
}

.body .header .logo_right .left p .input_submit {
    border: none;
    border-left: solid 1px #eeeeee;
    height: 40px;
    width: 50px;
    float: right;
    background: url("../images/icon_ss.png") no-repeat center;
}

.body .nav_con {
    background: #ca8c07 url("../images/nav_bj.png") no-repeat;
    height: 58px;
    width: 100%;
}

.body .nav_con .nav {
    width: 68%;
    margin: 0 auto;
    /*padding-left: 18%;*/
}

.body .nav_con .nav > li {
    float: left;
    width: 7%;
    line-height: 58px;
    position: relative;
    background: url("../images/nav_icon.png") no-repeat right top;
}

.body .nav_con .nav > li:last-child {
    background: none;
}

.body .nav_con .nav > li.si {
    background: url("../images/nav_a.png") no-repeat left top;
    width: 400px;
    height: 58px;
    vertical-align: top;
    margin-top: -2px;
}

.body .nav_con .nav > li.on {
    /*background: #32a000;*/
}

.body .nav_con .nav > li:hover {
    /*background: #32a000;*/
}

.body .nav_con .nav > li > a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.body .nav_con .nav > li .sub {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99;
    width: 100%;
    margin: 0;
    display: none;
    background: rgba(199, 137, 6, 0.85);;
}

.body .nav_con .nav > li .sub li:hover {
    background: rgba(255, 85, 0, 0.28);
}

.body .nav_con .nav > li .sub li a {
    display: block;
    line-height: 2.5;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.body .banner {
    height: 555px;
    position: relative;
    min-width: 1200px;
}

.body .banner .slideBox {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.body .banner .slideBox .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 5px;
    z-index: 1;
    width: 100%;
}

.body .banner .slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    width: 100%;
    text-align: center;
}

.body .banner .slideBox .hd ul li {
    display: inline-block;
    vertical-align: top;
    border-radius: 100%;
    margin-right: 2px;
    width: 15px;
    height: 15px;
    line-height: 14px;
    text-align: center;
    cursor: pointer;
    border: solid 1px #bd8204;
}

.body .banner .slideBox .hd ul li i {
    width: 9px;
    height: 9px;
    text-align: center;
    background: transparent;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2px;
}

.body .banner .slideBox .hd ul li.on {
    background: transparent;
    color: #fff;
}

.body .banner .slideBox .hd ul li.on i {
    background: #bd8204;
}

.body .banner .slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.body .banner .slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
    height: 555px;
}

.body .banner .slideBox .bd li a {
    display: block;
    width: 100%;
    height: 100%;
}

.body .banner_info img {
    width: 100%;
}

.body .banner {
    position: relative;
}

.banner_o {
    position: absolute;
    top: 0px;
    left: 50%;
    width: 78%;
    margin-left: -39%;
    height: 555px;
}

.body .banner_con {
    width: 275px;
    height: 555px;
    background: #ca8c07;
    z-index: 66;
}

.body .banner_con h5 {
    letter-spacing: 1px;
    width: 235px;
    text-align: center;
    margin: 0 auto;
    padding: 32px 0 20px;
    font-size: 26px;
    color: #ffffff;
    font-weight: bold;
}

.body .banner_con .time {
    width: 200px;
    height: 132px;
    border: solid 1px #eeeeee;
    margin: 0 auto;
}

.body .banner_con .time span {
    display: block;
    text-align: center;
    line-height: 2.5;
    color: #fff;
    font-size: 18px;
}

.body .banner_con .time i {
    display: block;
    width: 165px;
    height: 72px;
    background: transparent;
    font-size: 50px;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    line-height: 72px;
}

.body .banner_con .time i em {
    font-size: 18px;
}

.body .banner_con p a {
    margin: 20px auto 0;
    display: block;
    width: 134px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #d3a570;
    color: #fff;
    font-size: 14px;
    border-radius: 25px;
}

.body .banner_con p a.on {
    background: #d3a570;
    color: #fff;
}

.body_con {
    background: url("../images/body_bj.png") no-repeat top;
    background-size: 100%;

}

.x_zhjs {
    padding-top: 108px;
}

.x_zhjs_img {
    width: 32%;
    overflow: hidden;
    position: relative;
}
.x_zhjs_img_vb{
    width: 100%;
}
.x_zhjs_img_vb .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 1;
}
.x_zhjs_img_vb .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}
.x_zhjs_img_vb .hd ul li {
    float: left;
    margin-right: 2px;
    width: 15px;
    height: 15px;
    line-height: 14px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    font-size: 12px;
}

.x_zhjs_img_vb .hd ul li.on {
    background: #bd8204;
    color: #fff;
}

.x_zhjs_img_vb .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.x_zhjs_img_vb .bd li {
    zoom: 1;
    vertical-align: middle;
}

.x_zhjs_img_vb .bd img {
    width: 100%;
    display: block;
}










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

.x_zhjs_text {
    width: 64%;
}

.x_zhjs_text h5 {
    font-size: 26px;
    color: #3d3d3d;
    font-weight: bold;

}

.x_zhjs_text_t {
    margin: 3% auto;
    font-size: 16px;
    color: #666666;
    text-align: justify;
    line-height: 1.8;
}

.x_zhjs_text_list {
    width: 100%;
    margin: 0 auto;
}

.x_zhjs_text_list li {
    float: left;
    width: 192px;
    text-align: center;
    margin-left: 2%;
}

.x_zhjs_text_list li img {
    float: left;
    width: 55px;
    height: 55px;
}

.x_zhjs_text_list li p {
    padding-left: 50px;
    /* text-align: left; */
}

.x_zhjs_text_list li p i {
    font-size: 30px;
    color: #3d3d3d;
    font-family: Impact;
    display: inline-block;
    line-height: 1;
}

.x_zhjs_text_list li p sup {
    font-weight: normal;
    font-size: 15px;
}

.x_zhjs_text_list li p em {
    font-size: 10px;
    color: #666666;
    display: block;
    line-height: 1;
}

.body .content {
    margin-top: 90px;
}

.body .content .zhgk_con {
    width: 28%;
    /*border: solid 1px #eeeeee;*/
    min-height: 354px;
    overflow: hidden;
    margin-left: 8%;
}

.body .content .zhgk_con .zhgk_text {
    padding: 15px;
    line-height: 2;
    font-size: 14px;
    color: #333333;
    height: 300px;
    overflow: hidden;
    text-indent: 30px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
}

.body .content .zhgk_con .zhgk_text p {
    line-height: 1.8;
    text-indent: 2em;
}

.body .content .zhgk_con .list_li {
    padding: 15px 0;
}

.body .content .zhgk_con .list_li li {
    background: url("../images/cion_d.png") no-repeat left center;

}

.body .content .zhgk_con .list_li li a {
    padding-left: 17px;
    display: block;
    line-height: 2.2;
    color: #333333;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

.body .content .zhgk_con .list_li li a:hover {
    color: #c08505;
    text-decoration: underline;
}

.body .content .zhgk_con .list_li li a:hover i {
    color: #c08505;
}

.body .content .zhgk_con .list_li li a i {
    color: #999;
}

.body .zpfw {
    margin: 50px auto;
}

.body .zpfw .title_ta {
    text-align: center;
    padding: 0 0 28px;
    font-size: 36px;
    font-weight: bold;
}

.body .zpfw .title_ta em {
    display: block;
    font-size: 16px;
    color: #666666;
    text-align: center;
    font-weight: normal;
}

.body .zpfw .list_zp {
    position: relative;
    width: 100%;
}

.body .zpfw .list_zp li {
    float: left;
    width: 30.5%;
    text-align: left;
    transition: all .6s;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -o-transition: all .6s;
    margin-left: 4%;
    margin-bottom: 3%;
}

.body .zpfw .list_zp li:hover {
    -webkit-transform: translate3d(0, -7px, 0);
    -ms-transform: translate3d(0, -7px, 0);
    -o-transform: translate3d(0, -7px, 0);
    transform: translate3d(0, -7px, 0);
}

.body .zpfw .list_zp li:hover .list_img .lx_text {
    display: block;
    opacity: 1;
}

.body .zpfw .list_zp li .list_img {
    width: 100%;
    position: relative;

}

.body .zpfw .list_zp li .list_img img {
    width: 100%;
}

.body .zpfw .list_zp li .list_img .lx_text {
    opacity: 0;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(125, 75, 44, 0.65);
    padding-top: 75px;
    text-align: center;
    transition: all .6s;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -o-transition: all .6s;
}

.body .zpfw .list_zp li .list_img .lx_text img {
    display: block;
    margin: 0 auto;
    width: auto;
    height: auto;
}

.body .zpfw .list_zp li .list_img .lx_text span {
    display: block;
    font-size: 26px;
    color: #ffffff;
}

.body .zpfw .list_zp li .list_img .lx_text em {
    display: block;
    font-size: 15px;
    color: #ffffff;
    text-transform: uppercase;
}

.body .zpfw .list_zp li h3 {
    text-align: left;
    display: block;
    font-size: 16px;
    color: #999999;
    margin: 16px 0 10px;
    height: 34px;
    line-height: 34px;
}

.body .zpfw .list_zp li:hover h3 {
    border-bottom: solid 1px #dddddd;
}

.body .zpfw .list_zp li p {
    font-size: 14px;
    color: #999999;
}

.body .zpfw .list_zp li i {
    display: block;
    margin: 0 auto;
    height: 26px;
    width: 40px;
    background: url("../images/x_cioa.png") no-repeat center;
    border: solid 1px #bd8204;
    transition: all 0.5s;
}

.body .zpfw .list_zp li:hover i {
    width: 71px;
    border: solid 1px #bd8204;
    height: 26px;
    background: #bd8204 url("../images/x_ciob.png") no-repeat center;
}

.body .gg img {
    width: 100%;
}

.body .tqhd_con .title_ta {
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 12px;
}

.body .tqhd_con .title_ta img {
    vertical-align: middle;
    margin-right: 5px;
}

.body .tqhd_con .title_ta i {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    vertical-align: middle;
}

.body .tqhd_con .title_ta a {
    float: right;
    color: #c08505;
    font-size: 12px;
}

.body .tqhd_con .tqhd_con_list li {
    float: left;
    width: 280px;
    height: 212px;
    background: #eeeeee;
    margin-left: 25px;
    margin-bottom: 20px;
}

.body .tqhd_con .tqhd_con_list li:hover span img {
    transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
}

.body .tqhd_con .tqhd_con_list li:hover p {
    color: #c08505;
}

.body .tqhd_con .tqhd_con_list li a {
    display: block;
}

.body .tqhd_con .tqhd_con_list li a span {
    margin: 20px 10px 0;
    width: 260px;
    height: 155px;
    display: block;
    overflow: hidden;
}

.body .tqhd_con .tqhd_con_list li a span img {
    width: 100%;
    height: 100%;
    transition: .7s transform;
    -weblit-transition: .7s transform;
    -o-transition: .7s transform;
    -ms-transition: .7s transform;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
}

.body .tqhd_con .tqhd_con_list li a p {
    font-size: 14px;
    color: #000;
    line-height: 2.5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.body .hzmt .title_ta {
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 12px;
    border-bottom: solid 1px #dcdcdc;
}

.body .hzmt .title_ta img {
    vertical-align: middle;
    margin-right: 5px;
}

.body .hzmt .title_ta i {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    vertical-align: middle;
}

.body .hzmt .title_ta a {
    float: right;
    color: #c08505;
    font-size: 12px;
}

.body .hzmt .picMarquee-left {
    width: 100%;
    position: relative;
}

.body .hzmt .picMarquee-left .hd .prev {
    position: absolute;
    top: 50%;
    left: 0;
    width: 15px;
    height: 72px;
    margin-top: -20px;
}

.body .hzmt .picMarquee-left .hd .next {
    position: absolute;
    top: 50%;
    right: 0;
    width: 15px;
    height: 40px;
    margin-top: -20px;
}

.body .hzmt .picMarquee-left .hd .next {
    background-position: 0 -50px;
}

.body .hzmt .picMarquee-left .hd .prevStop {
    background-position: -60px 0;
}

.body .hzmt .picMarquee-left .hd .nextStop {
    background-position: -60px -50px;
}

.body .hzmt .picMarquee-left .bd {
    width: 1150px;
    margin: 20px auto;
}

.body .hzmt .picMarquee-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.body .hzmt .picMarquee-left .bd ul li {
    margin: 0 2px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.body .hzmt .picMarquee-left .bd ul li .pic {
    text-align: center;
}

.body .hzmt .picMarquee-left .bd ul li .pic img {
    width: 140px;
    height: 48px;
    display: block;
    padding: 2px;
    border: 1px solid #eeeeee;
}

.body .hzmt .picMarquee-left .bd ul li .pic a:hover img {
    border-color: #c08505;
}

.body .hzmt .picMarquee-left .bd ul li p {
    line-height: 24px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.body .hzmt .picMarquee-left .bd ul li:hover .pic a img {
    border-color: #c08505;
}

.body .hzmt .picMarquee-left .bd ul li:hover p a {
    color: #c08505;
}

.body .yq_link {
    margin-bottom: 80px;
}

.body .yq_link .title_ta {
    text-align: center;
    padding: 0 0 28px;
    font-size: 36px;
    font-weight: bold;
    margin-top: 80px;
}

.body .yq_link .title_ta em {
    display: block;
    font-size: 16px;
    color: #666666;
    text-align: center;
    font-weight: normal;
}

.body .yq_link .title_ta a {
    float: right;
    color: #c08505;
    font-size: 12px;
}

.body .yq_link .yq_link_list {
    margin-top: 20px;
}

.body .yq_link .yq_link_list li {
    float: left;
    width: 11.8%;
    height: 61px;
    border: solid 1px #eeeeee;
    margin-left: 8px;
    margin-bottom: 9px;
    padding: 5px;
}

.body .yq_link .yq_link_list li img {
    width: 100%;
    height: 100%;
}

.body .footer {
    width: 100%;
    background: #383735;
    min-height: 286px;
    padding: 72px 0;
}

.body .footer .footer_con {
    padding: 15px 0;
    /*background: url("../images/bq_bj.png") no-repeat bottom center;*/
}

.body .footer .footer_con .footer_left {
    min-width: 220px;
    /*padding: 40px 0;*/
    color: #cbcbcb;
    /*background: url("../images/footer_lidt.png") no-repeat right center;*/
}

.body .footer .footer_con .footer_left h4 {
    font-size: 18px;
    line-height: 2;
    color: #cbcbcb;
}

.body .footer .footer_con .footer_left p {
    font-size: 14px;
    line-height: 2;
    color: #787878;
}

.body .footer .footer_con .footer_left p font {
    font-weight: bold;
}

.body .footer .footer_con .footer_left .x_yd_btn {
    width: 153px;
    height: 34px;
    background: #bd8204;
    border-radius: 25px;
    text-align: center;
    line-height: 34px;
    color: #fff;
    display: block;
    margin-top: 5px;
}

.body .footer .footer_con .footer_middle {
    padding: 15px 64px;
    /*background: url("../images/footer_lidt.png") no-repeat right center;*/
}

.body .footer .footer_con .footer_middle h6 {
    font-size: 16px;
    color: #c08505;
    font-weight: bold;
}

.body .footer .footer_con .footer_middle p {
    font-size: 14px;
    color: #787878;
}

.body .footer .footer_con .footer_middle p i {
    color: #c08505;
    font-size: 24px;
    font-weight: bold;
}

.body .footer .footer_con .footer_middle p a {
    font-size: 12px;
    color: #c08505;
}

.body .footer .footer_con .footer_nav {
    /*background: url("../images/footer_lidt.png") no-repeat right center;*/
    /*padding: 15px 64px;*/
    /*max-width: 290px;*/
    width: 64%;
}

.body .footer .footer_con .footer_nav li {
    float: left;
    width: 14%;
}

.body .footer .footer_con .footer_nav li h3 a {
    display: block;
    font-size: 16px;
    color: #cbcbcb;
    line-height: 2;
    font-weight: bold;
}

.body .footer .footer_con .footer_nav li p a {
    display: block;
    font-size: 14px;
    color: #787878;
}

.body .footer .footer_con .footer_right {
    padding: 29px 0;
    text-align: center;
    max-width: 255px;
    /*  width: 255px;*/
}

.body .footer .footer_con .footer_right img {
    display: block;
    margin: 0 auto;
    width: 84px;
    height: 84px;
}

.body .footer .footer_con .footer_right p {
    line-height: 2;
    font-size: 12px;
    color: #999;
}

.body .footer .bq {
    text-align: center;
    line-height: 3;
    font-size: 12px;
    color: #999999;
}

.body .footer .bq a {
    color: #999;
}

.body .info_con {
    margin: 20px auto;
}

.body .info_con .left_con {
    width: 19%;
}

.body .info_con .left_con h5 {
    height: 60px;
    line-height: 60px;
    /* border: solid 1px #eeeeee; */
    /* border-top: none; */
    text-align: center;
    font-size: 22px;
    color: #fff;
    letter-spacing: 2px;
    font-weight: bold;
    position: relative;
    background: #c08505;
}

.body .info_con .left_con h5 span {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.body .info_con .left_con .left_nav {
    border: solid 1px #eee;
    border-top: none;
    border-bottom: none;
}

.body .info_con .left_con .left_nav >li {
    background: url("../images/cion_d.png") no-repeat  no-repeat  left 85px top 19px;
}

.body .info_con .left_con .left_nav li:hover a {
    /*background: #f6f6f6;*/
    color: #c08505;
}

.body .info_con .left_con .left_nav li:hover a span {
    display: none;
}

.body .info_con .left_con .left_nav li.on a {
    /*background: #f6f6f6;*/
    color: #c08505;
}

.body .info_con .left_con .left_nav li.on a span {
    display: none;
}

.body .info_con .left_con .left_nav li a {
    display: block;
    padding-left: 101px;
    font-size: 16px;
    color: #666666;
    line-height: 50px;
    height: 50px;
    border-bottom: solid 1px #eee;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}

.body .info_con .left_con .left_nav li a span {
    margin-right: 35px;
    float: right;
    display: none;
}

.body .info_con .left_con .bottom_left {
    width: 100%;
    border: solid 1px #eee;
    margin-top: 20px;
    padding-bottom: 25px;
}

.body .info_con .left_con .bottom_left p i {
    display: block;
    margin: 20px auto 0;
    background: url("../images/ewm_bj.png") no-repeat;
    width: 168px;
    height: 168px;
}

.body .info_con .left_con .bottom_left p img {
    display: block;
    margin: 10px;
    width: 143px;
    height: 143px;
}

.body .info_con .left_con .bottom_left p span {
    display: block;
    text-align: center;
    line-height: 2.5;
    font-size: 14px;
    color: #000;
}

.body .info_con .left_con .bottom_left h6 a {
    margin: 20px auto 0;
    display: block;
    width: 134px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #e5e5e5;
    color: #333333;
    font-size: 14px;
    border-radius: 25px;
}

.body .info_con .left_con .bottom_left h6 a.on {
    background: #c08505;
    color: #fff;
}

.body .info_con .right_con {
    width: 79%;
    border: solid 1px #eee;
}

.body .info_con .right_con .right_top {
    width: 100%;
    background: #f0f0f0;
    line-height: 60px;
    height: 60px;
    overflow: hidden;
    padding: 0 5px 0 17px;
    font-size: 16px;
    color: #666666;
}

.body .info_con .right_con .right_top img {
    vertical-align: middle;
    margin-right: 5px;
}

.body .info_con .right_con .right_top .mbx {
    font-size: 16px;
    color: #666666;
}

.body .info_con .right_con .right_top .mbx span {
    vertical-align: middle;
}

.body .info_con .right_con .right_top .mbx a {
    color: #666666;
}

.body .info_con .right_con .right_top .mbx a.on {
    color: #c08505;
}

.body .info_con .right_con .tqhd_con_list {
    margin: 20px;
}

.body .info_con .right_con .tqhd_con_list li {
    float: left;
    width: 23%;
    /* height: 212px; */
    border: solid 1px #eee;
    margin-left: 19px;
    margin-bottom: 20px;
}

.body .info_con .right_con .tqhd_con_list li:hover span img {
    /*transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);*/
}

.body .info_con .right_con .tqhd_con_list li:hover p {
    color: #c08505;
}

.body .info_con .right_con .tqhd_con_list li a {
    display: block;
}

.body .info_con .right_con .tqhd_con_list li a span {
    margin: 10px 10px 0;
    width: 92%;
    height: 329px;
    display: block;
    overflow: hidden;
}

.body .info_con .right_con .tqhd_con_list li a span img {
    width: 100%;
    height: 100%;
    transition: .7s transform;
    -weblit-transition: .7s transform;
    -o-transition: .7s transform;
    -ms-transition: .7s transform;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
}

.body .info_con .right_con .tqhd_con_list li a p {
    font-size: 14px;
    color: #333333;
    text-align: center;
    line-height: 2.5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.body .lxwm h5 {
    text-align: center;
    font-size: 16px;
    color: #333333;
    line-height: 3;
    font-weight: bold;
    border-bottom: solid 1px #eeeeee;
}

.body .lxwm .text {
    padding: 15px 50px;
    line-height: 2;
    font-size: 15px;
    color: #333333;
}

.body .lxwm .text img {
    margin: 15px auto;
    /*  display: block;*/
    max-width: 100%;
}

.body .mtzc_con_list {
    margin: 20px;
}

.body .mtzc_con_list li {
    float: left;
    width: 16%;
    margin-left: 7px;
    margin-bottom: 10px;
}

.body .mtzc_con_list li:hover img {
    border: solid 1px #c08505;
}

.body .mtzc_con_list li:hover p {
    color: #c08505;
}

.body .mtzc_con_list li a img {
    width: 100%;
    height: 59px;
    border: solid 1px #eee;
    transition: all .6s;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -o-transition: all .6s;
}

.body .mtzc_con_list li a p {
    line-height: 2.5;
    text-align: center;
    font-size: 14px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.body .tthd_con_list {
    margin: 20px;
}

.body .tthd_con_list li {
    float: left;
    width: 32%;
    /* height: 212px; */
    margin-left: 19px;
    margin-bottom: 20px;
    background: #eeeeee;
}

.body .tthd_con_list li:hover span img {
    transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
}

.body .tthd_con_list li:hover p {
    color: #c08505;
}

.body .tthd_con_list li a {
    display: block;
}

.body .tthd_con_list li a span {
    margin: 10px 10px 0;
    width: 94%;
    height: 190px;
    display: block;
    overflow: hidden;
}

.body .tthd_con_list li a span img {
    width: 100%;
    height: 100%;
    transition: .7s transform;
    -weblit-transition: .7s transform;
    -o-transition: .7s transform;
    -ms-transition: .7s transform;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
}

.body .tthd_con_list li a p {
    font-size: 14px;
    color: #333333;
    text-align: center;
    line-height: 3;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.body .news_con_list li {
    padding: 20px;
    border-bottom: solid 1px #eee;
}

.body .news_con_list li:hover .news_text h5 a {
    color: #c08505;
}

.body .news_con_list li:hover .news_text p {
    color: #c08505;
}

.body .news_con_list li .news_img {
    width: 280px;
    height: 175px;
    background: #eee;
}

.body .news_con_list li .news_img img {
    width: 261px;
    height: 155px;
    margin: 10px;
}

.body .news_con_list li .news_text {
    /* width: 577px; */
    padding-left: 310px;
}

.body .news_con_list li .news_text h5 a {
    display: block;
    line-height: 2;
    font-size: 16px;
    color: #333333;
}

.body .news_con_list li .news_text span {
    font-size: 12px;
    color: #999;
}

.body .news_con_list li .news_text p {
    line-height: 2;
    font-size: 14px;
    color: #333;
    text-indent: 2em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    height: 120px;
}

.body .news_list {
    margin: 20px;
}

.body .news_list li {
    margin-bottom: 20px;
    padding: 10px;
}

.body .news_list li:hover {
    background: #eee;
}

.body .news_list li h5 a {
    display: block;
    line-height: 2;
    font-size: 16px;
    color: #333333;
}

.body .news_list li h5 a i {
    color: #999;
}

.body .news_list li span {
    font-size: 12px;
    color: #999;
}

.body .news_list li p {
    line-height: 2;
    font-size: 14px;
    color: #333;
}

.body .zwyd_con h5 {
    text-align: center;
    font-size: 16px;
    color: #333333;
    line-height: 3;
    font-weight: bold;
    border-bottom: solid 1px #eeeeee;
}

.body .zwyd_con .yd_con {
    margin: 10px auto;
    width: 96%;
}

.body .zwyd_con .yd_con > h6 {
    font-size: 15px;
    color: #333;
    line-height: 2;
    text-indent: 24px;
}

.body .zwyd_con .yd_con > h6 a {
    color: #c08505;
}

.body .zwyd_con .yd_con p {
    font-size: 14px;
    color: #333333;
    font-weight: bold;
    line-height: 2.5;
}

.body .zwyd_con .yd_con .form_list li {
    margin-bottom: 15px;
}

.body .zwyd_con .yd_con .form_list li span {
    display: inline-block;
    vertical-align: middle;
    width: 90px;
    text-align: right;
    font-size: 14px;
    color: #333;
    font-weight: bold;
}

.body .zwyd_con .yd_con .form_list li input {
    width: 281px;
    height: 30px;
    border: solid 1px #dcdcdc;
    border-radius: 5px;
    padding-left: 15px;
}

.body .zwyd_con .yd_con .form_list li label {
    margin-right: 20px;
}

.body .zwyd_con .yd_con .form_list li .sex_aa {
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-appearance: none;
    width: 15px;
    height: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    border-radius: 50%;
    border: 1px solid #999999;
    cursor: pointer;
    outline: none;
    margin: 0;
}

.body .zwyd_con .yd_con .form_list li .sex_aa:checked {
    background: url("../images/sex.png") no-repeat;
    background-size: 100% 100%;
}

.body .zwyd_con .yd_con .form_list li .sex_aa i {
    vertical-align: middle;
}

.body .zwyd_con .yd_con .form_list li select {
    width: 138px;
    height: 30px;
    border: solid 1px #dcdcdc;
    border-radius: 5px;
    padding-left: 15px;
}

.body .zwyd_con .yd_con .list h6 {
    text-align: left;
}

.body .zwyd_con .yd_con .list h6 label {
    margin-right: 200px;
}

.body .zwyd_con .yd_con .list h6 label .input_ck {
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-appearance: none;
    width: 15px;
    height: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    border: 1px solid #999999;
    cursor: pointer;
    outline: none;
}

.body .zwyd_con .yd_con .list h6 label .input_ck:checked {
    background: url("../images/icon_dh.png") no-repeat;
    background-size: 100% 100%;
}

.body .zwyd_con .yd_con .list h6 label i {
    vertical-align: middle;
    margin-left: 8px;
}

.body .zwyd_con .yd_con .list h6 label .inpit_texet {
    width: 281px;
    height: 30px;
    border: solid 1px #dcdcdc;
    border-radius: 5px;
    padding-left: 15px;
}

.body .zwyd_con .yd_con .list h6 .width {
    width: 500px;
}

.body .zwyd_con .yd_con .list_pa h6 {
    text-align: left;
}

.body .zwyd_con .yd_con .list_pa h6 label {
    font-size: 14px;
    width: 217px;
    margin-right: 0;
}

.body .zwyd_con .yd_con .list_aa h6 {
    text-align: left;
}

.body .zwyd_con .yd_con .list_aa h6 label {
    font-size: 14px;
    margin-right: 50px;
}

.body .zwyd_con .yd_con .list_aa h6 label .input_ra {
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-appearance: none;
    width: 15px;
    height: 15px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    border-radius: 50%;
    border: 1px solid #999999;
    cursor: pointer;
    outline: none;
}

.body .zwyd_con .yd_con .list_aa h6 label .input_ra:checked {
    background: url("../images/icon_dh.png") no-repeat;
    background-size: 100% 100%;
}

.body .zwyd_con .yd_con .list_aa h6 label .inpit_texet {
    width: 80px;
    margin: 0 5px;
}

.body .zwyd_con .list_bb {
    font-size: 14px;
    color: #333;
    font-weight: bold;
    border: solid 1px #eeeeee;
    border-left: none;
    border-right: none;
    padding: 15px;
}

.body .zwyd_con .list_bb .inpit_texet {
    width: 150px;
    height: 30px;
    border: solid 1px #dcdcdc;
    border-radius: 5px;
    padding-left: 15px;
}

.body .zwyd_con .list_bb .btn_yam {
    width: 93px;
    height: 30px;
    background: #dcdcdc;
    color: #333;
    border: none;
    text-align: center;
    border-radius: 5px;
    letter-spacing: 1px;
}

.body .zwyd_con .btn_con {
    width: 100%;
    text-align: center;
    padding: 15px 0;
}

.body .zwyd_con .btn_con input {
    width: 102px;
    height: 40px;
    border: solid 1px #eee;
    text-align: center;
    font-size: 14px;
    border-radius: 5px;
}

.body .zwyd_con .btn_con .reset {
    background: #eee;
    color: #333;
    margin-right: 25px;
}

.body .zwyd_con .btn_con .submit {
    background: #c08505;
    color: #fff;
}

.title_ti {
    width: 100%;
    /*background: url("../images/title_bj.png") repeat-x;*/
    height: 50px;
    line-height: 50px;
    /*padding: 0 12px;*/
}

.title_ti img {
    vertical-align: middle;
    margin-right: 5px;
}

.title_ti i {
    font-size: 26px;
    color: #3d3d3d;
    vertical-align: middle;
    font-weight: bold;
}

.title_ti a {
    float: right;
    color: #c08505;
    font-size: 12px;
}

.page {
    width: 100%;
    margin: 15px auto;
    text-align: center;
}

.page > a {
    display: inline-block;
    padding: 0 1.1%;
    text-align: center;
    border: solid 1px #efefef;
    line-height: 2;
    color: #404040;
    border-right: none;
}

.page > a:last-child {
    border-right: solid 1px #efefef;
}

.page span {
    display: inline-block;
    padding: 0 1.1%;
    text-align: center;
    border: solid 1px #9c9c9c;
    background-color: #9c9c9c;
    color: #fff;
    line-height: 2;
}

.pages_a {
    margin: 30px 20px;
}

.pages_a li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
    width: 50%;
    text-align: left;
    font-size: 16px;
    color: #333;
}

.pages_a li a {
    color: #c08505;
}

.pages_a li:last-child {
    text-align: right;
}

.lxwm .titke {
    text-align: center;
    font-size: 12px;
}

.lxwm {
    position: relative;
}

.fx_con {
    position: absolute;
    top: 20px;
    right: 0;
}

.x_zh_hg {
    background: url("../images/x_zh_hg.png") no-repeat;
    min-height: 298px;
}

.x_zh_hg .con {
    position: relative;
    padding: 82px 0;
}

.x_zh_hg h3 {
    text-align: center;
    font-size: 35px;
    color: #fff;
    font-weight: bold;
    line-height: 2.2;

}

.x_zh_hg img {
    display: block;
    margin: 0 auto;
    width: auto;
    height: auto;
}

.x_zh_hg embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.bdshare-button-style0-16 {
    zoom: 1;
    display: inline-block;
    vertical-align: middle;
}
