body {
    background: url('../images/body-bg.jpg') no-repeat center bottom;
}

.poster {
    width: 100%;
    min-width: 1400px;
    height: 45px;
    background-color: #F6B84B;
}

.poster .title {
    width: 224px;
    height: 28px;
    background: url('../images/img-08.png') no-repeat;
    float: left;
    margin-top: 9px;
    display: block;
}

.poster .map-trigger {
    width: 25px;
    height: 31px;
    float: right;
    margin-top: 7px;
    cursor: pointer;
}

.poster .map-trigger.up {
    background: url('../images/map-trigger-up.png') no-repeat;
}

.poster .map-trigger.down {
    background: url('../images/map-trigger-down.png') no-repeat;
}

.page-header {
    background: url(../images/bg.jpg)no-repeat;
    background-position: center;
    height: 291px;
    width: 100%;
    min-width: 1400px;
    position: relative;
}

.page-header .logo {
    float: left;
    margin-top: 40px;
    margin-bottom: 8px;
}

.page-header .logo h1 a {
    display: block;
    width: 485px;
    height: 135px;
    overflow: hidden;
    text-indent: -9999px;
    background: url(../images/logo-1-230504.png) 0 0 no-repeat;
}

.page-header .meta {
    float: right;
    margin-top: 40px;
}

.page-header .view-num {
    font-size: 16px;
    color: #fff;
    font-family: "Microsoft YaHei";
    float: right;
    margin-right: 20px;
}

.page-header .view-num span {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    margin: 0 5px;
}

.page-header .item-a {
    float: right;
    margin-left: 10px;
    margin-top: 3px;
}

.page-header .search-bar {
    /*border: 1px solid #6D6D6D;
    background-color: #fff;*/
    overflow: hidden;
    float: right;
    height: 39px;
    margin-top: 16px;
    border-radius: 3px;
}

.page-header .search-bar .text {
    width: 340px;
    height: 39px;
    line-height: 26px;
    padding-left: 27px;
    padding-right: 5px;
    float: left;
    font-size: 16px;
    color: #333;
    font-family: 'microsoft yahei';
    border: 0;
    border-radius: 3px;
    /* background: url(../images/ico-04.jpg) no-repeat 8px 6px;*/
}

.page-header .search-bar .button {
    width: 44px;
    height: 39px;
    float: left;
    background: url(../images/ico-05-230504.png) no-repeat;
    border: none;
    cursor: pointer;
    /* margin-top: 2px;*/
    margin-left: 2px;
}

.page-header .tl {
    margin-top: 20px;
}

.index-special {}

.index-special .item {
    position: relative;
    height: 203px;
}

.index-special .item .link-a {
    position: absolute;
    left: 50%;
    margin-left: 311px;
    top: 53px;
}

/*map*/

.map {
    height: 816px;
    background: url('../images/map-bg1.jpg') no-repeat center bottom;
    min-width: 1400px;
}

.map-anchor {
    height: 355px;
}

.map-anchor .m-l {
    width: 470px;
    float: left;
    padding: 0 65px;
}

.map-anchor .m-l .map-main {
    margin-top: 30px;
    position: relative;
}

.map-anchor .m-r {
    width: 470px;
    float: left;
    padding: 0 65px;
}

.map-anchor .m-r .title {
    color: #053D79;
    font-family: "microsoft yahei";
    font-size: 38px;
    font-weight: bold;
    margin-top: 62px;
    padding-bottom: 15px;
    border-bottom: 1px solid #16394C;
    letter-spacing: 3px;
}

.map-anchor .m-r .header {
    margin: 20px 0;
}

.map-anchor .m-r .header a {
    font-size: 18px;
    font-family: "microsoft yahei";
    font-weight: bold;
    color: #003673;
    margin-right: 20px;
}

.map-anchor .m-r .content {
    margin-top: 15px;
    overflow: hidden;
}

.map-anchor .m-r .content a {
    padding: 0 10px;
    line-height: 30px;
    margin-right: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #003673;
    font-size: 16px;
    font-family: "microsoft yahei";
    float: left;
    width: 87px;
    height: 30px;
}

.map-anchor .m-r .content a.hover {
    background-color: #FF9900;
    color: #fff;
}

.map-anchor .m-r .content a.active {
    background-color: #FF9900;
    color: #fff;
}

/*nav*/

.nav {
    width: 100%;
    min-width: 1400px;
    height: 59px;
    /*background: url('../images/nav-bg-01.jpg') repeat-x;*/
    background-color: #e30000;
    position: relative;
}

.nav .nav-main {
    width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.nav .nav-main .nav-ul {
    position: relative;
}

.nav .nav-main .nav-ul .nav-ul-li {
    float: left;
    width: 192px;
}

.nav .nav-main .nav-ul .nav-ul-li.on {
    background-color: #da0102;
}

.nav-ul .nav-ul-li a {
    color: #fff;
    font-weight: normal;
    text-decoration: none;
    font-family: "Microsoft YaHei";
    font-size: 20px !important;
    text-align: center;
    line-height: 59px;
    display: block;
}

.nav-menu-ul {
    border-bottom: 3px solid #013b7b;
    overflow: hidden;
    background-color: #f8f8f8;
    padding: 0 30px;
    width: 1140px;
    position: absolute;
    left: 0;
    display: none;
    z-index: 9999;
}

.nav-menu-li {
    float: left;
    height: 60px;
    line-height: 60px;
    text-align: center;
}

.nav-menu-ul .nav-menu-li a {
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    font-family: "microsoft yahei";
    color: #003673;
    padding: 0 30px;
}

.nav-menu-ul .nav-menu-li a:hover {
    color: #E30000;
}

.first-screen {
    margin-bottom: 40px;
}

.first-news {
    padding: 23px 0;
}

.first-news .inner {
    padding: 0 25px;
    width: 1150px;
    margin-left: auto;
    margin-right: auto;
}

.first-news .title {
    color: #E30000;
    font-size: 42px;
    height: 50px;
    line-height: 50px;
    margin-bottom: 10px;
    font-family: "microsoft yahei";
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    padding: 0 10px;
}

.first-news .lead {
    color: #999;
    font-size: 14px;
    height: 22px;
    line-height: 22px;
    font-family: "microsoft yahei";
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    padding: 0 10px;
}

.sec-01 {
    margin-bottom: 20px;
    margin-top: 40px;
    width: 100%;
    overflow: hidden;
}

/*carousel*/

.first-screen .carousel {
    width: 674px;
}

.first-screen .focusBox {
    position: relative;
    width: 774px;
    height: 516px;
    overflow: hidden;
    font: 12px/1.5 Verdana, Geneva, sans-serif;
    text-align: left;
    background: white;
    float: left;
}

.first-screen .focusBox .pic img {
    width: 774px;
    height: 516px;
    display: block;
}

.first-screen .focusBox .txt-bg {
    position: absolute;
    bottom: 0;
    z-index: 1;
    height: 46px;
    width: 100%;
    background: #333;
    filter: alpha(opacity=40);
    opacity: 0.4;
    overflow: hidden;
}

.first-screen .focusBox .txt {
    position: absolute;
    bottom: 0;
    z-index: 2;
    height: 46px;
    width: 100%;
    overflow: hidden;
}

.first-screen .focusBox .txt li {
    height: 46px;
    line-height: 46px;
    position: absolute;
    bottom: -46px;
}

.first-screen .focusBox .txt li a {
    display: block;
    color: white;
    padding: 0 0 0 10px;
    font-size: 16px;
    font-family: "microsoft yahei";
    text-decoration: none;
}

.first-screen .focusBox .num {
    position: absolute;
    z-index: 3;
    bottom: 12px;
    right: 8px;
}

.first-screen .focusBox .num li {
    float: left;
    position: relative;
    width: 20px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    margin-right: 11px;
    cursor: pointer;
}

.first-screen .focusBox .num li a,
.focusBox .num li span {
    position: absolute;
    z-index: 2;
    display: block;
    color: white;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
}

.first-screen .focusBox .num li span {
    z-index: 1;
    background: #a1a1a1;
}

.first-screen .focusBox .num li.on span {
    background: #ff7e00;
}

.first-screen .focusBox .num li.on a,
.focusBox .num a:hover {
    color: #fff;
}

/*news-list*/

.first-screen .news-list {
    width: 600px;
}

.news-list .nav-tabs {
    overflow: hidden;
    background-color: #f6f6f6;
}

.news-list .nav-tabs .li {
    float: left;
    width: 152px;
    height: 51px;
    line-height: 51px;
    text-align: center;
    font-size: 20px;
    color: #003673;
    font-family: "microsoft yahei";
    cursor: pointer;
    /*border-top:2px solid #003673;*/
    font-weight: 700;
}

.news-list .nav-tabs .li.active {
    background-color: #fff;
    border-top-color: #e30000;
}

.news-list .nav-tabs .li a {
    color: #003673;
}

.news-list .nav-tabs .li.active a {
    color: #E30000;
}

.news-list .nav-tabs .li img {
    display: inline-block;
}

.news-list .tab-content {
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

.news-list .tab-content .tab-panel {
    display: none;
}

.news-list .tab-content .tab-panel .single {
    padding: 14px 0;
}

.news-list .tab-content .tab-panel .single a {
    color: #333;
    font-size: 18px;
    font-family: "microsoft yahei";
    display: block;
    overflow: hidden;
}

.news-list .tab-content .tab-panel .single a:hover {
    color: #003673
}

.news-list .tab-content .tab-panel .single a .title {
    width: 450px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
    padding-right: 5px;
    font-size: 20px;
}

.news-list .tab-content .tab-panel .single a .time {
    float: right;
}

.hot-brand {
    margin-top: 40px;
}

.hot-brand .hot-link-l {
    float: left;
    width: 403px;
    margin-right: 15px;
}

.hot-brand .hot-link-l .hszg {
    display: block;
    width: 100%;
    margin-bottom: 21px;
}

.hot-brand .hot-link-l .hszg img {
    width: 100%;
    display: block;
}

.hot-brand .hot-link-l ul {
    padding: 0 6px;
}

.hot-brand .hot-link-l li {
    float: left;
    margin-right: 14px;
}

.hot-brand .hot-link-m {
    float: left;
    width: 570px;
    margin-right: 5px;
}

.hot-brand .hot-link-m ul {
    overflow: hidden;
    margin-top: 20px;
}

.hot-brand .hot-link-m ul li {
    float: left;
    margin-right: 8px;
    background: #f6f6f6;
    border: 1px solid #d3d3d4;
    border-radius: 8px;
    width: 134px;
    height: 134px;
    text-align: center;
}

.hot-brand .hot-link-m ul li img {
    margin-left: auto;
    margin-right: auto;
    margin-top: 22px;
}

.hot-brand .hot-link-m ul li a {
    font-size: 20px;
    color: #000;
    font-family: "Microsoft YaHei";
}

.hot-brand .hot-link-m ol {
    overflow: hidden;
    padding-top: 10px;
    padding-left: 10px;
}

.hot-brand .hot-link-m ol li {
    float: left;
    width: 272px;
    height: 41px;
    line-height: 41px;
    background: url(../images/img-11.jpg) no-repeat;
    margin-bottom: 10px;
    margin-right: 10px;
    text-align: center;
}

.hot-brand .hot-link-m ol li a {
    font-size: 15px;
    font-family: "Microsoft YaHei";
    color: #003673;
    display: block;
}

.hot-brand .hot-link-r {
    float: right;
    width: 407px;
}

.hot-brand .hot-link-r li {
    float: left;
    margin-left: 20px;
    margin-bottom: 20px;
    /*width: 106px;*/
    height: 125px;
}

.hot-brand .hot-link-r li a {
    display: block;
}

.hot-brand .hot-link-r li a img {
    /*width:100%;
	height:100%;*/
}

/*special*/

.special .box-hd {
    height: 31px;
    background: url(../images/special-title-line.png) no-repeat;
    margin-bottom: 25px;
}

.special .box-bd .iptwrap .img-input {
    overflow: hidden;
    margin-bottom: 14px;
}

.special .box-bd .iptwrap .img-input label {
    float: left;
    width: 52px;
    height: 30px;
    line-height: 30px;
    text-align: right;
}

.special .box-bd .iptwrap .img-input input {
    width: 128px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #ddd;
    float: left;
    padding: 0 4px;
}

.special .box-bd .iptwrap .img-input2 {
    margin-right: 19px;
}

.special .box-bd .iptwrap .img-input2 label {
    height: 20px;
    line-height: 11px;
    display: block;
}

.special .box-bd .iptwrap .img-input2 textarea {
    width: 148px;
    border: 1px solid #ddd;
    padding: 4px;
    height: 44px;
    outline: none;
}

.special .box-bd .iptwrap .submitbtn {
    display: block;
    width: 140px;
    height: 35px;
    line-height: 35px;
    color: white;
    text-align: center;
    border: none;
    outline: none;
    margin: 0 auto;
    background-image: url(/sites/djw/images/anniu.png);
    cursor: pointer;
}

.special .specialScroll-left {
    width: 1400px;
    position: relative;
}

.special .specialScroll-left .next {
    position: absolute;
    width: 25px;
    height: 45px;
    background: url(../images/btn-right-1.png) no-repeat;
    right: -37px;
    top: 42%;
    cursor: pointer;
}

.special .specialScroll-left .prev {
    position: absolute;
    width: 25px;
    height: 45px;
    background: url(../images/btn-left-1.png) no-repeat;
    left: -40px;
    top: 42%;
    cursor: pointer;
}

.special .specialScroll-left .tempWrap {
    width: 1400px !important;
}

.special .specialScroll-left .picList {
    overflow: hidden;
    zoom: 1
}

.special .specialScroll-left .picList li {
    float: left;
    width: 450px;
    margin-left: 9px;
    margin-right: 10px;
    overflow: hidden;
}

.special .specialScroll-left .picList li a {
    display: block;
}

.special .specialScroll-left .picList .pic {
    width: 450px;
    height: 295px;
    display: block;
    -ms-border-radius: 10px;
    border-radius: 10px;
}

.special .specialScroll-left .picList li:hover .pic {
    filter: brightness(1.15);
    -webkit-filter: brightness(1.15);
}

.special-widget {
    margin-top: 36px;
    padding: 15px 5px 15px 15px;
    border: 1px solid #ccc;
    background-color: #fff;
}

.special-widget .left {
    float: left;
    margin-right: 10px;
}

.special-widget .left a {
    display: block;
}

.special-widget .left a img {
    width: 476px;
    height: 175px;
}

.special-widget .right {
    float: left;
}

.special-carousel {
    position: relative;
    overflow: hidden;
}

.carousel .scrollWrap {
    width: 682px;
    overflow: hidden;
    position: absolute;
}

.carousel dl {
    float: left;
    width: 336px;
    position: relative;
    margin-right: 10px;
}

.carousel dl dt a {
    display: block;
}

.carousel dl dt a img {
    width: 336px;
    height: 175px;
}

.special .spot-line {
    background: url('../images/spot-line.jpg') repeat-x;
    height: 7px;
    width: 100%;
    margin-top: 18px;
    margin-bottom: 25px;
}

/*vedio*/

.video {
    margin-top: 20px;
    position: relative;
}

.video .box-hd {
    height: 34px;
    background: url('../images/vedio-title-line.png') no-repeat;
}

.video .more {
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    padding-left: 8px;
}

.video .more a {
    font-size: 18px;
    font-family: "Microsoft YaHei";
}

.video-widget {
    margin: 17px 0 30px;
    position: relative;
}

.video-item {
    float: left;
    padding: 9px;
    border: 1px solid #ccc;
    background-color: #fff;
    margin-right: 14.5px;
    width: 318px;
    overflow: hidden;
}

.video-item .video-pic img {
    width: 318px;
    height: 225px;
}

.video-item .video-link {
    display: block;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 10px;
    text-align: center;
    font-size: 16px;
    font-family: 'microsoft yahei';
    color: #333;
}

.video-item .video-link:hover {
    color: #F10005;
}

.video-item .video-link img {
    display: inline;
    vertical-align: middle;
    margin-top: -3px;
}

.video-column-link .item {
    margin-right: 15.5px;
    float: left;
    height: 88px;
    background-color: #fdefee;
    width: 338px;
    position: relative;
    transition: none;
}

.video-column-link .item:hover {
    background-color: #e30000;
}

.video-column-link .item img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.video-column-link .item .nocolorimg {
    display: none;
}

.video-column-link .item:hover .nocolorimg {
    display: block;
}

.video-column-link .item:hover .colorimg {
    display: none;
}

/*friend-link*/

.friend-link {
    width: 1198px;
    border: 1px solid #DCDCDC;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 14px;
    margin-top: 20px;
}

.friend-link .box-hd {
    position: relative;
    height: 50px;
    background-color: #F7F7F7;
    border-bottom: 1px solid #003673;
}

.friend-link .box-hd .title {
    position: absolute;
    top: -1px;
    left: -1px;
    border-top: 3px solid #003673;
    border-right: 1px solid #DCDCDC;
    border-left: 1px solid #DCDCDC;
    height: 50px;
    line-height: 50px;
    color: #E30000;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    background-color: #fff;
    font-family: "microsoft yahei";
    padding: 0 40px;
}

.friend-link .box-bd {
    padding: 25px 40px;
    background-color: #fff;
}

.friend-link .box-bd .friend-link-box {}

.friend-link .box-bd .friend-link-box .link {
    display: block;
    float: left;
    height: 35px;
    line-height: 35px;
    padding: 0 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
}

/*footer*/

.footer-line {
    height: 46px;
    background-color: #1D2255;
    width: 100%;
}

.footer-copyright {
    background-color: #f2f2f3;
    padding: 35px 0;
    width: 100%;
    min-width: 1400px;
    position: relative;
}

.footer-copyright p {
    text-align: center;
    line-height: 2;
    color: #333;
    font-size: 16px;
    font-family: "Microsoft YaHei";
}

/*map-tips*/

.map-tips {
    background-color: #008AE1;
    width: 180px;
    padding: 15px;
    position: absolute;
    display: none;
    z-index: 999;
}

.map-tips .box-hd {
    font-size: 14px;
    font-family: "microsoft yahei";
    color: #fff;
    padding-bottom: 8px;
    border-bottom: 1px solid #fff;
}

.map-tips .box-hd a {
    display: inline-block;
    background-color: #fff;
    color: #333;
    margin-left: 5px;
    font-size: 12px;
}

.map-tips ul.box-bd {
    margin-top: 5px;
    height: 100px;
    overflow-y: auto;
}

.map-tips ul.box-bd li {
    margin-bottom: 3px;
}

.map-tips ul.box-bd li a {
    color: #fff;
    display: block;
    font-size: 14px;
    font-family: microsoft yahei;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 3px;
}

.map-tips ul.box-bd li a:hover {
    background-color: #FF9900;
}

.map-tips-close {
    position: absolute;
    color: #fff;
    right: 3px;
    top: 3px;
    width: 15px;
    height: 15px;
    line-height: 18px;
    text-align: center;
    font-size: 12px;
    font-family: simsun;
    cursor: pointer;
    display: block;
}

.map-tips-close:hover {
    background-color: #fff;
    color: #111;
}

#wuHouQiTips {
    top: -37px;
    left: -84px;
}

#wuZhongQiTips {
    top: -82px;
    left: 117px;
}

#wuQianQiTips {
    top: 56px;
    left: 169px;
}

#wuYuanTips {
    top: 21px;
    left: 81px;
}

#lingHeTips {
    top: 36px;
    left: 19px;
}

#hangJinHouQiTips {
    top: 47px;
    left: -45px;
}

#dengKouTips {
    top: 89px;
    left: -47px;
}

/*code*/

#floatDivBoxs img {
    margin: 0 auto;
}

/*netGroup page*/

.no-bg {
    background: #F3F3F3;
}

.header-crumb {}

.header-crumb .logo-hd {
    padding: 20px 0;
    float: left;
}

.header-crumb .logo-hd a {
    font-size: 40px;
    font-family: "microsoft yahei";
    color: #333;
}

.nav-net {
    background-color: #C8071A;
    min-width: 1400px;
}

.nav-net ul li {
    float: left;
    height: 50px;
    line-height: 50px;
    width: 300px;
    text-align: center;
}

.nav-net ul li.cur a {
    background-color: #fff;
    color: #C8071A;
}

.nav-net ul li a {
    color: #fff;
    font-family: Microsoft YaHei;
    font-size: 18px;
    display: block;
}

.nav-net ul li a:hover {
    background-color: #fff;
    color: #C8071A;
}

.main-net {
    padding: 30px 0;
    min-height: 400px;
}

.main-net-ul {
    overflow: hidden;
    background-color: #fff;
    padding: 25px 0;
    display: none;
}

.main-net-ul li {
    float: left;
    border-right: 1px solid #eee;
    width: 199px;
    padding: 5px 50px;
    position: relative;
    left: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.main-net-ul li a {
    font-family: Microsoft YaHei;
    font-size: 16px;
}

.main-net-ul li a:hover {
    color: #C71B0D;
}

.footer-sm {
    background-color: #C71B0D;
    padding: 40px 0;
    min-width: 1400px;
}

.footer-sm p {
    text-align: center;
    color: #fff;
    font-family: Microsoft YaHei;
    font-size: 16px;
}

#imgConac {
    display: initial;
}

.index-topactive img {
    width: 100%;
}

.bynrdj-group {
    margin-top: 40px;
}

.bynrdj-group .box-hd {
    height: 34px;
    background: url(../images/group-title-line.png) no-repeat;
    margin-bottom: 25px;
}

.bynrdj-group .group {
    background-color: #fdefee;
}

.bynrdj-group .group li {
    float: left;
    width: 171.4px;
    height: 74px;
    line-height: 74px;
    text-align: center;
    background: url(../images/line-1.jpg) no-repeat right center;
}

.bynrdj-group .group li:hover {
    background: #e30000;
}

.bynrdj-group .group li a {
    display: block;
    font-size: 24px;
    color: #333;
    font-family: "Microsoft YaHei";
    transition: none;
}

.bynrdj-group .group li:hover a {
    color: #fff;
}

.qgdj-alliance {
    margin-top: 40px;
}

.qgdj-alliance .box-hd {
    height: 34px;
    background: url(../images/alliance-title-line.png) no-repeat;
    margin-bottom: 25px;
}

.qgdj-alliance .list {
    overflow: hidden;
}

.qgdj-alliance .list li {
    float: left;
    /*margin:0 5px 12px;*/
}

.qgdj-alliance .list li a {
    width: 140px;
    margin-bottom: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #333;
    display: block;
    text-align: left;
    font-family: "Microsoft YaHei";
}

.frilink {
    min-width: 1400px;
    background-color: #e30000;
    height: 54px;
    line-height: 54px;
    margin-top: 20px;
}

.frilink .list {
    /*overflow:hidden;*/
    display: flex;
    justify-content: space-between;
}

.frilink .list .item {
    /*width:230px;*/
    text-align: center;
    float: left;
    font-family: "Microsoft YaHei";
    color: #fff;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.index-contatc {
    height: 54px;
    line-height: 54px;
    border-bottom: 1px solid #e30000;
    min-width: 1400px;
    background-color: #f2f2f3;
}

.index-contatc span {
    font-family: "Microsoft YaHei";
    color: #333;
    font-size: 16px;
    float: left;
    margin-right: 88px;
}

.index-contatc span img {
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 10px;
}

/*
.txtMarquee-left{
	width:1400px;
	position:relative;
	margin-top:20px;
	height:48px; 
	margin-left: auto;
	margin-right: auto;
	background-color: #e10101;
}
.txtMarquee-left .bd{ padding:10px; }
		.txtMarquee-left .bd .tempWrap{ width:1400px !important; }/* ÓÃ !important¸²¸ÇSuperSlide×Ô¶¯Éú³ÉµÄ¿í¶È£¬ÕâÑù¾Í¿ÉÒÔÊÖ¶¯¿ØÖÆ¿ÉÊÓ¿í¶È¡£ */

/*.txtMarquee-left .bd ul{ overflow:hidden; zoom:1; }
		.txtMarquee-left .bd ul li{margin-right: 20px; float:left;   text-align:left;  }
	.txtMarquee-left .bd ul li span{ color: #FFF; width:auto !important; _display:inline;
	text-overflow:ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-family: "Microsoft YaHei";
	font-size: 20px;
	  }
 */

.xcy_div {
    width: 1400px;
    position: relative;
    margin-top: 20px;
    height: 48px;
    margin-left: auto;
    margin-right: auto;
    background-color: #e10101;
}

#rxcy10 {
    width: 100%;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    height: 48px;
}

#rxcy10 .text-content {
    position: absolute;
    top: 0;
    height: 48px;
    display: flex;
    overflow: hidden;
}

#rxcy10 .text-content span {
    color: #FFF;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-family: "Microsoft YaHei";
    font-size: 20px;
    padding-top: 8px;
    margin-right: 60px;
}

.index-myPicScroll {
    overflow: hidden;
    position: relative;
}

.index-myPicScroll .tempWrap {
    width: 1400px !important;
}

.index-myPicScroll .bd ul {
    overflow: hidden;
}

.index-myPicScroll .bd ul li {
    margin-right: 25px;
    overflow: hidden;
    width: 450px;
}

.index-myPicScroll .bd ul li a {
    display: block;
}

.index-myPicScroll .bd ul li img {
    width: 450px;
    height: 295px;
    display: block;
}