html, body {
    background: #fff;
    font-size: 14px;
	font-family: "微软雅黑";
    padding: 0;
    margin: 0;
    color: #333;
}

.ovh_1{
    overflow: hidden;
    white-space: initial;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
img {
    max-width: 100%;
    border: 0px;
    display: block;
}
div, ul, li, ol, p, h1, h2, h3, h4, h5, a, input, button, select {
    border: 0;
    padding: 0;
    outline: none;
    margin: 0;
    list-style: none;
    -moz-box-sizing: border-box; /*Firefox3.5+*/
    -webkit-box-sizing: border-box; /*Safari3.2+*/
    -o-box-sizing: border-box; /*Opera9.6*/
    -ms-box-sizing: border-box; /*IE8*/
    box-sizing: border-box; /*W3C鏍囧噯(IE9+锛孲afari5.1+,Chrome10.0+,Opera10.6+閮界鍚坆ox-sizing鐨剋3c鏍囧噯璇硶)*/
    font-family: "微软雅黑";
}


a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
}
a:hover{
    text-decoration: none;
}
/*公共部分*/
.x_container{
	width: 1200px;
    padding: 0px 15px;
	margin: 0px auto;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.x_w5{
    width: 48%;
}
.x_top{
	margin: 25px 0px;
    overflow: hidden;
}
.banner{
    position: relative;
}
.x_nav{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
    background: rgba(255,255,255,0.7);
}
.x_navX{
    background: #0067ac;
}
.x_navB{
    overflow: hidden;
}
.x_navD{
    display: flex;
}
.x_navD li {
    position: relative;
    width: 20%;
    text-align: center;
}
.x_navB li{
    float: left;
}
.x_navD li a {
    display: block;
    font-size: 16px;
    padding: 15px 0;
    color: #fff;
}
.x_navD li a:hover{
    background: #00548d;
    font-weight: bold;
}
.x_navB li a{
    display: block;
    font-size: 16px;
    padding: 21px 42px;
}
.x_navB li a:hover{
    background: rgba(248,251,253,1);
    color: #0067ac;
    font-weight: bold;
}
.x_Enav{
    display: none;
    position: absolute;
    background: rgba(255,255,255, 0.7);
    z-index: 5;
    top: 63px;
    left: 30%;
    padding: 30px 0px;
    width: 900px;
}
.x_Cnav {
    display: none;
    position: absolute;
    text-align: center;
    z-index: 99;
    left: 0;
    right: 0;
    background: #00548d;
}
.x_Enav div{
    border-left: 1px solid #e1e1e1;
    text-align: center;
    min-height: 130px;
}
.x_Enav div:first-child{
    border: 0;
}
.x_Enav div li{
    float: none;
}
.x_Enav div a:first-child{
    width: auto;
}
.x_Enav div a{
    padding: 0px 30px;
    font-size: 14px;
    color: #0067ac;
    width: 172px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 40px;
}
.x_Tnav{
    overflow: hidden;
}
.x_Enav div .x_Tnav a{
    color: #333333;
    font-size: 14px;
    line-height: 24px;
}
.x_gd{
    height: 45px;
    background: #f2f3f5;
    overflow: hidden;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-container img{
    display: block;
    margin: 0 auto;
}
.swiper-container1 {
    float: left;
    font-size: 12px;
    margin-left: 10px;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.icon-laba001hover, .x_more{
    color: #0067ac;
}
.icon-laba001hover{
    font-size: 25px !important;
}
.x_more{
    font-size: 12px;
    font-weight: normal;
}
.x_show{
    margin: 42px 0 20px;
    overflow: hidden;
}
.x_title{
    font-size: 18px;
    color: #0067ac;
    padding-bottom: 10px;
    border-bottom: 1px solid #cccccc;
}
.x_title b{
    padding-bottom: 8px;
    border-bottom: 3px solid #0067ac;
}
.x_newW {
    background: #f5f5f5;
}
.x_newW b{
    display: inline-block;
    font-size: 18px;
    padding: 10px 20px;
    background: #0067ac;
    color: #fff;
}
.x_Fpx .x_w5{
    width: 47%;
    margin: 0px 15px;
}
.x_Fpx .x_newW{
    margin-bottom: 15px;
}
.x_Fpx .x_w5:nth-of-type(1) p{
    text-indent: 27px;
    margin: 15px 0px;
}
.x_DT p{

    line-height: 30px;

}
.x_dq .x_title{
    color: #c30000;
}
.x_dq .x_title .x_more{
    margin-top: 10px;
    color: #666666;
}
.x_dq .x_title b{
    border-color: #c30000;
}
.x_rq{
    overflow: hidden;
    margin-top: 25px;
    border-bottom: 1px dashed #cccccc;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.x_rq span{
    color: #999999;
    margin-top: 5px;
}
.x_rq p{
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.x_rq a{
    font-size: 16px;
    line-height: 30px;
    width: 78%;
    padding-right: 15px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.x_rq a:hover,.x_ys li a:hover{
    color: #0067ac;
    text-decoration: none;
}
.x_ys li a:before{
    content: '·';
    color: #0067ac;
    margin-right: 5px;
    font-weight: bold;
}
.x_ys li a{
    padding: 4px 0px;
    width: 280px;
    float: left;
    display: block;
    padding-right: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.x_ys li span{
    font-size: 12px;
    color: #999999;
    margin-top: 5px;
}
.x_ys li{
    overflow: hidden;
}
.x_jj li {
    border-bottom: 1px dashed #dfdfdf;
    padding-bottom: 0;
    line-height: 30px;
}
.x_md{
    margin: 20px 0px;
    text-align: center;
    color: #999999;
    line-height: 21px;
    position: relative;
}
.x_md a, .x_list a{
    margin-bottom: 15px;
    font-size: 16px;
    color: #333;
    width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.x_list li{
    overflow: hidden;
    border-bottom: 1px dashed #999;
    margin-bottom: 20px;
}
.x_list a{
    width:70%;
    border-bottom: 1px solid #ffffff;
    display: inline-block;
}
.x_list a:hover{
    color: #0067ac;
    border-bottom: 1px solid #0067ac;
}
.x_list span{
    color: #999999;
}
.x_list p{
    color: #999999;
    width: 100%;
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.x_nr {
    margin: 30px -15px;
    overflow: hidden;
}
.x_w4{
    width: 25%;
    padding: 0px 10px;
    float: left;
    position: relative;
}
.x_tt img{
    margin: 0px auto;
    width: 100%;
}
.x_tt p{
    position: absolute;
    bottom: 0px;
    left: 15px;
    right: 15px;
    text-align: center;
    padding: 10px 0px;
    color: #ffffff;
    font-size: 16px;
    background: rgba(0,0,0,0.7);
}
.x_hover{
    display: none;
    position: absolute;
    top: 0;
}
.x_w3{
    width: 33.3%;
    overflow: hidden;
    padding: 0px 15px;
    position: relative;
    float: left;
}
.x_w2{
    width: 50%;
    overflow: hidden;
    padding: 0px 15px;
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}
.swiper-container2 a{
    position: relative;
    display: inline-block;
}
.swiper-container2 a:hover p{
    color: #0067ac;
}
.swiper-container2 p{
    text-align: center;
    margin-top: 15px;
}
.swiper-container2 .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url('../images/x_left.png') !important;
    left: -60px !important;
    right: auto;
}
.swiper-container2 .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url('../images/x_right.png') !important;
    right: -60px !important;
    left: auto;
}
.swiper-containerdj .swiper-button-prev{
    position: absolute;
    top: 95%;
    left: 79%;
    width: 60px;
    background:url('../images/dj_left.png') no-repeat center #c30000 !important;
}
.swiper-containerdj .swiper-button-next{
    position: absolute;
    top: 95%;
    right: 0px;
    width: 60px;
    background:url('../images/dj_right.png') no-repeat center #c30000 !important;
}
.x_btop{
    overflow: hidden;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 20px;
    margin-bottom: 0px;
}
.x_btop ul{
    overflow: hidden;
}
.x_btop li{
    float: left;
    margin-right: 20px;
}
.x_yq a{
    display: inline-block;
    padding-left: 10px;
}
.x_yq a:before{
    content: '|';
    color: #ffffff;
    margin-right: 10px;
}
.x_yq a:first-child:before{
    content: '';
}
.x_bb {
    line-height: 40px;
    padding-top: 20px;
}
.x_bb p{
    display: inline-block;
    line-height: 30px;
}
.x_bottom{
    padding: 15px 0px 5px;
    border-top: 5px solid #0067ac;
    background: #232e40;
    overflow: hidden;
    color: #ffffff;
}
.x_lnav{
    margin-top: 40px;
    margin-bottom: 20px;
}
.x_bt{
    background: #0067ac;
    color: #ffffff;
    padding: 20px 0px;
    width: 270px;
    text-align: center;
    position: relative;
    font-size: 20px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.x_bt span:nth-of-type(1){
    margin-right: 10px;
    font-size: 26px !important;
}
.x_yy{
    width: 240px;
    color: #0067ac;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    border-bottom: 3px solid #0067ac;
    padding-bottom: 15px;
}
.x_yy span:nth-of-type(1){
    font-size: 20px !important;
    margin-right: 10px;
}
.x_cc{
    margin-bottom: 15px;
}
.x_xl li a,.x_cc li a{
    display: block;
    text-align: center;
    color: #666666;
    font-size: 14px;
    border-bottom: 1px dashed #cccccc;
    padding: 20px 0px;
}
.x_xl li a:after{
    content: "\e60e";
    color: #ffffff;
    margin-left: 10px;
}
.icon-xia2:after {
    color: #333333 !important;
    content: "\e60e" !important;
}
.icon-shang2:after{
    color: #333333 !important;
    content: "\e616" !important;
}
.x_xl_2{
    display: none;
}
.x_xl li ul.x_xl_2 li a{
    padding: 10px;
    font-size: 12px;
}
.x_cc li a:before, .x_yw h4:before{
    font-weight: bold;
    content: '·';
    margin-right: 10px;
}
.x_xl li a:hover,.x_xl li a.active,.x_cc li a:hover,.x_cc li a.active{
    color: #0067ac;
}
.icon-dangwugongkai{
    display: inline-block;
    font-size: 24px !important;
    margin-right: 5px;
}
.icon-daosanjiao{
    position: absolute;
    bottom: -15px;
    color: #0067ac;
}
.x_rcontent {
    width: 900px;
    padding-left: 50px;
    margin-top: 55px;
}
.x_ycontent {
    width: 850px;
    padding-left: 50px;
    margin-top: 40px;
}
.x_bh{
    padding-bottom: 20px;
    border-bottom: 1px solid #cccccc;
}
.x_gt, .x_yt{
    font-size: 24px;
    color: #0067ac;
    font-weight: bold;
    position: relative;
    border-left: 5px solid #0067ac;
    display: inline-block;
    padding-left: 20px;
}
.x_yt{
    padding: 0;
    font-weight: normal;
    border: 0px;
}
.breadthumb li {
    color: #666666;
    float: left;
    padding: 10px 0px;
}
.breadthumb li:first-child{
    margin-right: 10px;
}
.breadthumb li a:hover{
    color: #0067ac;
}
.breadthumb li:first-child:after, .breadthumb li:last-child:after{
    content: '';
}
.breadthumb li:after{
    content: '>';
    padding: 10px 0px;
}
.x_nc{
    padding: 35px 0px;
}
.x_nc p{
    line-height: 34px;
}
.x_nc h4{
    font-size: 20px;
    font-weight:bold;
    text-align: center;
    margin: 20px 0px;
}
.x_nc .fbsj span,.x_gg .fbsj span{
    display: block;
    color: #666666;
    text-align: center;
    font-size: 12px;
    margin: 5px 0px 20px;
}
.x_news{
    margin: 30px 0px;
    overflow: hidden;
}
.d_si{
    overflow: hidden;
    margin: 30px 0px;
}
.x_news li,.d_si li{
    overflow: hidden;
    border-bottom: 1px dashed #cccccc;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.x_date{
    margin-right: 25px;
    padding-top: 18px;
    width: 100px;
    height: 100px;
    background: #f1f1f1;
    text-align: center;
    font-size: 26px;
}
.x_date span{
    display: block;
    text-align: center;
    font-size: 20px;
}
.list_a{
    overflow: hidden;
}
.list_a a{
    font-size: 16px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    color: #0067ac;
    padding: 12px 0px 8px;
    display: block;
}
.list_a a:last-child{
    padding: 0;
}
.list_a p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.x_page a{
    margin-left: 10px;
    display: block;
    background: #0067ac;
    color: #ffffff;
    padding: 10px 15px;
    float: left;
}
.x_Tab table{
    text-align: center;
    margin-bottom: 30px;
    border-collapse: collapse;
}
.x_Tab table tr, .x_Tab table td, .x_Tab table th {
    border: 1px solid #dfdfdf;
}
.x_Tab table td, .x_Tab table th{
    padding: 10px 15px;
}
.x_Tab table td a{
    display: inline-block;
    background: #0067ac;
    color: #fff;
    padding: 5px 10px;
}
.x_page a:hover{
    background: #0067ac;
}
.x_rp{
    margin-top: 25px;
    overflow: hidden;
}
.x_ln{
    width: 525px;
    margin-right: 25px;
}
.x_ln h4{
    color: #0067ac;
    font-size: 16px;
    display: inline-block;
    border-bottom: 2px solid #0067ac;
    padding-bottom: 7px;
    margin-top: 25px;
}
.x_ln p:nth-of-type(1){
    margin-bottom: 15px;
    margin-top: 3px;
    line-height: normal;
}
.x_ln p{
    line-height: 27px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.x_zp{
    max-width: 300px;
    position: relative;
}
.x_yz{
    max-width: 570px;
    position: relative;
}
.x_zp p, .x_yz p{
    background: rgba(0,0,0,0.7);
    color: #ffffff;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    text-align: center;
    padding: 10px 0px;
}
.x_zhaopin h4{
    color: #0067ac;
    font-size: 18px;
    font-weight: normal;
    padding-bottom: 5px;
    overflow: hidden;
    border-bottom: 2px solid #0067ac;
}
.x_zhaopin h4 a{
    background: #0067ac;
    color: #ffffff;
    display: inline-block;
    padding: 10px 20px;
    font-size: 12px;
}
.x_zhaopin p{
    font-size: 16px;
    line-height: 27px;
    color: #666666;
    margin: 10px 0px 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.x_dk{
    max-width: 192px;
    margin-right: 30px;
    margin-bottom: 20px;
}
.x_pc{
    overflow: hidden;
    padding-top: 35px;
}
.x_pc a{
    font-size: 20px;
    color: #c20c22;
    display: block;
    text-align: center;
}
.x_pc span{
    font-size: 18px;
    display: block;
    text-align: center;
    color: #c20c22;
}
.x_pc p{
    line-height: 32px;
    font-size: 14px;
    margin: 20px 0px 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.x_dn {
    border-top: 1px dashed #cccccc;
    padding: 10px 0px;
    line-height: 27px;
}
.x_dn li a{
    font-size: 14px;
    color: #666666;
    text-align: left;
}
.x_dn li a span{
    font-size: 12px;
    color: #666666;
}
.x_dq{
    margin-top: 40px;
}
.x_dg{
    border-bottom: 1px solid #cccccc;
}
.x_dg h4{
    display: inline-block;
    font-size: 20px;
    font-weight: normal;
    background: #0067ac;
    color: #ffffff;
    padding: 5px 15px;
}
.x_gg{
    width: 46%;
    padding: 45px 0px;
    overflow: hidden;
}
.x_gg h4{
    font-size: 20px;
    font-weight: normal;
    text-align: center;
}
.x_gg p{
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
.x_gg a{
    float: right;
    color: #227bb7;
    margin-top: 30px;
}
.x_newI{
    margin: 30px 0px 75px;
    overflow: hidden;
    position: relative;
    line-height: 24px;
    font-size: 14px;
    background: #f6f6f6;
}
.x_newI img{
    margin-right: 60px;
}
.x_xz{
    padding: 30px 40px;
}
.x_xz p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
}
.x_newI .x_xz h4{
    font-size: 20px;
    font-weight: normal;
    color: #0067ac;
}
.x_newI .x_xz span{
    color: #999999;
    margin-top: 40px;
    display: block;
}
.swiper-container-horizontal>.x_hh{
    bottom: 10px;
    left: 24% !important;
    width: 100%;
}
.x_hh .swiper-pagination-bullet {
    width: 15px !important;
    height: 15px !important;
}
.x_hh .swiper-pagination-bullet-active {
    width: 30px !important;
    border-radius: 7px;
}
.x_newT{
    overflow: hidden;
}
.x_mmp{
    width: 735px;
    float: left;
    margin: 0px;
}
.x_mmp h4{
    font-size: 16px;
    font-weight: normal;
    border-bottom: 3px solid #cccccc;
    margin-bottom: 20px;
    padding-bottom: 8px;
}
.x_mmp h4 span{
    padding-bottom: 8px;
    border-bottom: 3px solid #0067ac;
}
.x_mmp h4 a{
    font-size: 14px;
}
.x_pp{
    background: #f6f6f6;
    line-height: 24px;
    padding: 20px;
    width: 400px;
}
.x_pp h4{
    font-size: 16px;
    font-weight: normal;
    color: #0067ac;
    margin-bottom: 20px;
}
.x_pp h4 a{
    font-size: 14px;
    margin: 0px;
    color: #333333;
}
.x_pp p{
    margin: 10px 0px;
    font-size: 16px;
}
.x_pp span{
    font-size: 12px;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.x_pp a{
    margin-top: 15px;
    font-size: 12px;
    color: #0067ac;
}
.x_yw h4{
    font-size: 16px;
    font-weight: normal;
    color: #0067ac;
    margin: 10px 0px;
}
.x_yw ul{
    margin-bottom: 25px;
}
.x_yw ul li{
    line-height: 24px;
    padding: 10px 0px;
    border-bottom: 1px dashed #cccccc;
}
.x_yw ul li span{
    margin: 30px 0px;
    display: none;
}
.x_jf,.x_wd{
    margin-top: 20px;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #cccccc;
}
.x_jf th,.x_wd th{
    background: #0067ac;
    color: #ffffff;
}
.x_jf th,.x_jf td{
    padding: 15px 0px;
    font-size: 16px;
    text-align: center;
    width: 33.3%;
}
.x_wd th,.x_wd td{
    padding: 15px 0px;
    font-size: 16px;
    text-align: center;
    /*width: 25%;*/
}
.x_jf tr:nth-child(2n+1),.x_wd tr:nth-child(2n+1){
    background: #a5a9ac;
    color: #ffffff;
}
.x_jf tr:nth-child(2n),.x_wd tr:nth-child(2n){
    background: #ffffff;
    color: #333333;
}
.x_product{
    overflow: hidden;
    margin: 30px -15px;
}
.x_product li a{
    position: relative;
    display: block;
}
.x_product li a img,.x_product li a p{
    transition: all 0.3s linear;
}
.x_product li a:hover p{
    color: #0067ac;
}
.x_product li a:hover img{
    opacity: 0.7;
}
.x_product li a p{
    color: #333333;
    text-align: center;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    padding: 10px;
    border-bottom: 1px dashed #cccccc;
}
.x_product li p{
    text-align: center;
    color: #0067ac;
    padding: 10px;
}
.x_product li p span{
    font-size: 22px;
}
.x_product li a span{
    position: absolute;
    top: 0;
    left: 0;
    background: #fd6b59;
    color: #ffffff;
    padding: 5px 8px;
}
.x_product li .x_pd{
    padding: 10px;
    text-align: center;
    background: #0067ac;
    color: #ffffff;
    border-radius: 4px;
}
.x_qu{
    overflow: hidden;
    margin: 30px 0px;
}
.x_qu li a:before{
    content: '·';
    font-weight: bold;
    color: #0067ac;
    margin-right: 10px;
}
.x_qu li a:hover{
    color: #0067ac;
}
.x_qu li a{
    display: block;
    line-height: 45px;
}
.x_xg{
    margin-top: 25px;
    font-size: 20px;
    font-weight: bold;
}
.x_xg:before{
    content: '';
    border-left:5px solid #0067ac;
    margin-right: 15px;
}
.x_form{
    background: url("../images/biaob.jpg") no-repeat;
    background-size: auto;
    padding: 15px;
    margin: 30px 0px;
}
.x_form .x_k1{
    background: rgba(255,255,255,0.7);
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 15px;
    line-height: 40px;
}
.x_form p.lb span{
    font-size: 16px;
    display: inline-block;
    text-align: right;
    width: 80px;
}
.x_form p.lb:before{
    content: '*';
    color: #0067ac;
    padding-right: 20px;
}
.x_cn{
    width: 70px;
    border: 1px solid #999;
    display: inline-block;
    height: 24px;
    padding: 10px;
    text-align: center;
    margin: 0px 7px;
}
.x_form label{
    cursor: pointer;
    width: 112px;
    margin-right: 30px;
    display: inline-block;
}
.radiobox
{
    position: relative;
    padding-left: 8px;
}
.radiobox:before{
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid #0067ac;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    top: 7px;
    left: 6px;
}
input[type=radio]:checked:before{
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #0067ac;
    position: absolute;
    top: 13px;
    left: 12px;
}
input[type=radio]{
    margin-right: 12px;
}
.x_q1{
    width: 250px;
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    background: #0067ac;
    border-radius: 5px;
    margin: 15px auto;
    text-align: center;
    display: block;
    font-size: 16px;
}
.x_s1{
    display: block;
    text-align: center;
    color: #0067ac;
    font-size: 18px;
}
.x_pdetail{
    overflow: hidden;
}
#map img{
    max-width: inherit !important;
}
.BMapLabel{
    display: none !important;
}
.x_da{
    background: url("../images/tbg.jpg") no-repeat left;
    font-size: 20px;
    height: 66px;
    color: #ffffff;
    font-weight: normal;
    line-height: 82px;
    padding-left: 82px;
    margin-bottom: 20px;
}
.x_da a{
    color: #666666;
    font-size: 14px;
}
.x_zc{
    width: 50%;
    padding-right: 35px;
    margin-bottom: 20px;
}
.x_zc li a{
    font-size: 16px;
    display: inline-block;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 37px;
}
.x_zc li span{
    margin-top: 15px;
}
.x_zc li:hover{
    color: #c30000;
    font-weight: bold;
}
.x_fd{
    overflow: hidden;
    margin: 0px -15px;
}
.x_fd li{
    padding: 12px;
}
.x_fd li a{
    display: block;
    transition: all 0.3s linear;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    background: #f1f1f1;
    border: 1px solid #f1f1f1;
}
.x_fd li a:hover{
    background: #fff;
    color: #c30000;
    border: 1px solid #c30000;
}
.x_fd li a span{
    display: block;
    color: #666666;
    font-size: 14px;
    margin-top: 30px;
    font-weight: normal;
}
.x_fd li a div{
    padding: 25px 20px;
}
.x_fd li a:hover span.x_xq{
    background: #c30000;
    color: #fff;
    border-top:1px solid #c30000;
}
.x_fd li a:hover span.x_xq img{
    display: block;
}
.x_fd li a span.x_xq img{
    display: none;
}
.x_fd li a span.x_xq{
    border-top:1px solid #666666;
    padding: 20px;
    margin-top: 0px;
    transition: all 0.3s linear;
}
.x_sg .x_w3 a{
    color: #333333;
    font-size: 16px;
    display: block;
    margin: 30px 0px 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.x_sg .x_w3 a:hover{
    color: #fb0f02;
}
.x_sg .x_w3 p{
    font-size: 14px;
    color: #666666;
    margin-bottom: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.d_nav{
    overflow: hidden;
    border: 1px solid #c30000;
    margin-bottom: 30px;
    display: inline-block;
}
.d_nav li{
    float: left;
    border-right: 1px solid #c30000;
}
.d_nav li:last-child{
    border-right: 0px;
}
.d_nav li a{
    padding: 15px 43px;
    position: relative;
    display: block;
    font-size: 18px;
}
.d_nav li a:hover,.d_nav li a.on{
    color: #ffffff;
    background: #c30000;
    font-weight: bold;
}
.d_nav li a:hover:after{
    content: "\e6c7";
    position: absolute;
    right: 0px;
    bottom: 0px;
    font-size: 36px;
    color: #cc2626;
}
.d_dj li{
    overflow: hidden;
    margin-bottom: 18px;
}
.d_dj li div.x_date{
    margin-right: 25px;
    padding-top: 0px;
    width: 70px;
    height: 70px;
    background: #ffffff;
    text-align: center;
    border: 1px solid #c30000;
    color: #c30000;
    font-size: 30px;
}
.d_dj li div.x_date span{
    font-size: 14px;
}
.d_dj li div.list_a a{
    font-size: 18px;
    color: #333333;
    width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.d_dj li div.list_a a:hover{
    color: #c30000;
}
.d_dj li div.list_a p{
    color: #666666;
    font-size: 14px;
    width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.d_news{
    overflow: hidden;
    margin: 15px -15px;
}
.d_news li{
    float: left;
    width: 50%;
}
.d_news li:hover{
    color: #c30000;
}
.d_news li a, .d_qy li a{
    width: 100%;
    display: block;
    overflow: hidden;
    padding: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
}
.d_news li a span{
    font-size: 14px;
}
.x_w7{
    width: 740px;
}
.x_w390{
    width: 390px;
}
.d_si .list_a a{
    color: #333333;
}
.d_si .list_a a:hover{
    color: #c30000;
}
.d_si .list_a p{
    line-height: 26px;
}
.d_qy{
    margin: 30px 0px;
}
.d_qy li a{
    background: #efefef;
    margin-bottom: 15px;
    transition: all 0.3s linear;
}
.d_qy li a:hover{
    background: #c30000;
    color: #ffffff;
}
.d_qy li a:hover span{
    color: #ffffff;
}
.d_qy li a span{
    transition: all 0.3s linear;
    display: block;
    width: 100%;
    overflow: hidden;
    margin-top: 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666666;
    font-size: 14px;
}
.d_xx{
    overflow: hidden;
    background: #efefef;
    margin: 35px auto;
    padding: 35px;
}
.d_xx .x_date{
    font-size: 14px;
    padding-top: 0;
    width: 120px;
    height: 100px;
    margin-top: 20px;
    padding-right: 25px;
    border-right: 1px solid #666666;
}
.d_xx .x_date b{
    font-size: 48px;
}
.d_xx .list_a a:nth-of-type(1){
    font-size: 18px;
    color: #333333;
}
.d_xx .list_a a:nth-of-type(2){
    font-size: 14px;
    float: right;
    color: #666666;
    margin-top: 15px;
}
.d_xx .list_a a:hover{
    color: #c30000;
}
.d_xx .list_a p {
    display: -webkit-box;
    line-height: 26px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
