@charset "utf-8";
/* CSS Document */

/**公共部分**/
@charset "utf-8";

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
img {
    margin: 0;
    padding: 0
}

body,
button,
input,
select,
textarea {
    font-family: "Microsoft Yahei", "Hiragino Sans GB", tahoma, arial, "\5B8B\4F53";
    outline: none
}

textarea {
    resize: none
}

body {
    height: 100%;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%
}

address,
cite,
dfn,
em,
var {
    font-style: normal
}

code,
kbd,
pre,
samp {
    font-family: couriernew, courier, monospace
}

small {
    font-size: 12px
}

em,
i {
    font-style: normal
}

ul,
ol,
li {
    list-style: none
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

legend {
    color: #000
}

fieldset,
img {
    border: 0
}

img {
    max-width: 100%;
    vertical-align: middle
}

button,
input,
select,
textarea {
    font-size: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    border: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.cf {
    zoom: 1
}

.cf:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
    visibility: hidden
}

.hide {
    display: none
}

.display-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.box-flex {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.box-siz {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.over-ell {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.fl {
    float: left
}

.fr {
    float: right
}

* {
    margin: 0px;
    padding: 0px;
}

img {
    border: none;
    vertical-align: top;
}

li {
    list-style-type: none;
}

ul,
dl,
ol {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}

h2 {
    font-size: 20px;
    font-family: "微软雅黑";
    color: #333333;
}

body {
    font: 12px "微软雅黑";
    background:#eef3f6;
}

address,
cite,
code,
em,
th {
    font-weight: normal;
    font-style: normal;
}

.clear {
    clear: both;
}

a,
a:visited {
    text-decoration: none;
    color: #2a2a2a;
}

a:hover {
    color: #0099ff;
    transition: all .2s;
}

body,
html {
    scroll-behavior: smooth;
}

/*版块*/
.g-box-1200 {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    display: block;
    overflow: hidden
}

.df {
    display: flex;
}

.aBlack a,
.aBlack {
    color: #333333;
    text-decoration: none;
}

.aBlack a:hover,
.aBlack:hover {
    color: #FF4639;
    text-decoration: underline;
}

.aBlack:hover h2 {
    color: #FF4639;
}

.aBlack:hover p {
    color: #FF4639;
}

.bBlack a,
.bBlack {
    color: #666666;
    text-decoration: none;
}

.bBlack a:hover,
.bBlack:hover {
    color: #FF4639;
    text-decoration: underline;
}

.cBlack a,
.cBlack {
    color: #999999;
    text-decoration: none;
}

.cBlack a:hover,
.cBlack:hover {
    color: #FF4639;
    text-decoration: underline;
}

.aRed a,
.aRed {
    color: #FF4639;
    text-decoration: none;
}

.aRed a:hover,
.aRed:hover {
    text-decoration: underline;
}

.aWhite a,
.aWhite {
    color: #FFFFFF;
    text-decoration: none;
}

.aWhite a:hover,
.aWhite:hover {
    text-decoration: underline;
}

.aBlue a,
.aBlue {
    color: #006ECC;
    text-decoration: none;
}

.aBlue a:hover,
.aBlue:hover {
    text-decoration: underline;
}

.aOrange a,
.aOrange {
    color: #FF5300;
    text-decoration: none;
}

.aOrange a:hover,
.aOrange:hover {
    text-decoration: underline;
}

/**主体**/
.dxMain {
    width: 100%;
    position: relative;
}

.bodyBg {
    width: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}

.bodyBgIn a {
    display: block;
    width: 100%;
    height: 1000px;
    background: url(../images/text1.jpg) no-repeat center 0px;
    position: fixed;
}

.dxMainBg {
    width: 1220px;
    position: relative;
    margin: auto;
    z-index: 99;
    top: 0px;
    height: auto;
    background: #FFFFFF;
    padding-bottom: 20px;
}

.dxMainIn {
    width: 1200px;
    margin: auto;
}

.dxWrap {
    width: 1200px;
    margin: auto;
    margin-bottom: 30px;
}

.dxBgBox {
    background: #FAFAFA;
    width: 100%;
    padding-bottom: 30px;
}

.dxBgIn {
    width: 1200px;
    margin: auto;
}

/**底部**/
.dxFoot {
    width: 100%;
    height: 300px;
    background: #F0F0F0;
    position: relative;
    z-index: 100;
}

.dxFootIn {
    width: 1200px;
    margin: auto;
}

.dxFootLeft {
    float: left;
    width: 753px;
    margin-top: 25px;
}

.dxFootTitle {
    width: 753px;
    border-bottom: 1px solid #DEDEDE;
    padding-bottom: 20px;
}

.dxFootLogo {
    float: left;
    width: 346px;
    height: 62px;
}

.dxFootLogo img {
    width: 346px;
    height: 62px;
}

.dxTing {
    float: left;
    height: 60px;
    margin-left: 30px;
}

.dxTing li {
    float: left;
    width: 60px;
    height: 60px;
    border-left: 1px solid #DEDEDE;
    padding-left: 20px;
    padding-right: 20px;
}

.dxTing li a img {
    width: 60px;
    height: 60px;
}

.dxGywmIn {
    width: 753px;
    margin-top: 3px;
}

.dxGywmIn p {
    color: #999999;
    margin-top: 15px;
}

.dxFootRight {
    float: right;
    margin-top: 65px;
}

.dxFootCode {
    float: left;
}

.dxFootCode img {
    width: 138px;
    height: 138px;
    padding: 5px;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
}

.dxFootRight dl {
    float: left;
    margin: 30px 0px 0px 15px;
}

.dxFootRight dl dt {
    display: block;
    font-size: 16px;
}

.dxFootRight dl dd {
    color: #999999;
    margin-top: 10px;
}

/**图标1**/
.dxIcon1 {
    width: 64px;
    height: 64px;
    position: relative;
}

.dxIcon1 a {
    display: block;
    width: 64px;
    height: 64px;
    position: relative;
}

.dxIcon1 a img {
    width: 60px;
    height: 60px;
}

.dxIcon1 a em {
    display: block;
    width: 64px;
    height: 64px;
    background: url(../images/bg3.png) no-repeat;
    position: absolute;
    left: -2px;
    bottom: 2px;
}

/**图标2**/
.dxIcon2 {
    width: 84px;
    height: 84px;
    position: relative;
}

.dxIcon2 a {
    display: block;
    width: 84px;
    height: 84px;
    position: relative;
}

.dxIcon2 a img {
    width: 80px;
    height: 80px;
}

.dxIcon2 a em {
    display: block;
    width: 84px;
    height: 84px;
    background: url(../images/bg4.png) no-repeat;
    position: absolute;
    left: -2px;
    bottom: 2px;
}

/**图标3**/
.dxIcon3 {
    width: 76px;
    height: 76px;
    position: relative;
}

.dxIcon3 a {
    display: block;
    width: 76px;
    height: 76px;
    position: relative;
}

.dxIcon3 a img {
    width: 72px;
    height: 72px;
}

.dxIcon3 a em {
    display: block;
    width: 76px;
    height: 76px;
    background: url(../images/bg5.png);
    position: absolute;
    left: -2px;
    bottom: 2px;
}

/**图标4**/
.dxIcon4 {
    width: 124px;
    height: 124px;
    position: relative;
}

.dxIcon4 a {
    display: block;
    width: 124px;
    height: 124px;
    position: relative;
}

.dxIcon4 a img {
    width: 120px;
    height: 120px;
}

.dxIcon4 a em {
    display: block;
    width: 124px;
    height: 124px;
    background: url(../images/bg11.png) no-repeat;
    position: absolute;
    left: -2px;
    bottom: 2px;
}

/**返回顶部**/
.ylwFhBox {
    width: 58px;
    position: absolute;
    right: auto;
    top: 60%;
    position: fixed;
    z-index: 9999;
    _position: absolute;
    _right: auto;
    background: #ffffff;
    border: 1px solid #EAEAEA;
}

.ylwFhList {
    width: 58px;
}

.ylwFhList li {
    width: 58px;
    height: 30px;
}

.ylwFhList li a {
    display: block;
    width: 58px;
    height: 29px;
    line-height: 29px;
    text-align: center;
    color: #333333;
    text-decoration: none;
    border-bottom: 1px solid #EAEAEA;
}

.ylwFhList li a.ylwSjbMoren {
    width: 22px;
    height: 22px;
    background: url(../images/bg30.png) no-repeat 0px -235px;
    margin: 10px 0px 0px 18px;
    position: relative;
}

.ylwFhList li a:hover.ylwSjbMoren {
    background: url(../images/bg30.png) no-repeat -30px -235px;
}

.ylwFhList li a.ylwFhMoren {
    background: #E4E4E4;
}


.ylwFhList li a.ylwZkMoren:hover {
    background: #0099ff;
    color: #FFFFFF;
}

.ylwFhList li a.ylwFhMoren:hover {
    background: #0099ff;
    color: #FFFFFF;
}

.ylwFhList li a.ylwDjMoren:hover {
    background: #0099ff;
    color: #FFFFFF;
}

.ylwFhList li a.ylwSyMoren:hover {
    background: #0099ff;
    color: #FFFFFF;
}

.ylwFhList li a.ylwBdMoren:hover {
    background: #0099ff;
    color: #FFFFFF;
}

.ylwFhList li a.ylwZxMoren:hover {
    background: #0099ff;
    color: #FFFFFF;
}

.ylwFhList li a.ylwGdMoren:hover {
    background: #0099ff;
    color: #FFFFFF;
}

.ylwFhList li a.ylwGmmoren:hover {
    background: #0099ff;
    color: #FFFFFF;
}


.ylwFhList li a.ylwzk {
    background: #0099ff;
    color: #FFFFFF;
}

.ylwFhList li a.ylwZk {
    background: #0099ff;
    color: #FFFFFF;
}

.ylwFhList li a.ylwDj {
    background: #0099ff;
    color: #FFFFFF;
}

.ylwFhList li a.ylwSy {
    background: #0099ff;
    color: #FFFFFF;
}

.ylwFhList li a.ylwBd {
    background: #0099ff;
    color: #FFFFFF;
}

.ylwFhList li a.ylwZx {
    background: #0099ff;
    color: #FFFFFF;
}

.ylwFhList li a.ylwGm {
    background: #0099ff;
    color: #FFFFFF;
}



.ndxFootCode {
    position: absolute;
    left: 65px;
    top: -70px;
    width: 120px;
    height: 120px;
}

.ndxFootCode img {
    width: 120px;
    height: 120px;
    background: #FFFFFF;
    padding: 5px;
    border: 1px solid #D9D9D9;
}

/**您所在的位置**/
.dxSeat {
    width: 1200px;
    height: 16px;
    line-height: 16px;
    overflow: hidden;
    font-size: 12px;
    padding-top: 18px;
    padding-bottom: 15px;
}

.dxSeat b {
    display: block;
    float: left;
    width: 8px;
    height: 12px;
    background: url(../images/bg7.png) no-repeat 0px 0px;
    margin: 3px 10px 0px 0px;
}

.dxSeat p {
    float: left;
    color: #999999;
}

.dxSeat p span {
    color: #333333;
}


/**页码**/
.dxPage {
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.dxPage a {
    height: 38px;
    line-height: 38px;
    display: inline-block;
    color: #7F7F7F;
    text-decoration: none;
    border: 1px solid #EEEEEE;
    padding: 0px 15px;
    background: #FFFFFF;
    font-size: 14px;
    margin-left: 15px;
}

.dxPage a.currentPage {
    color: #0099ff;
    border: 1px solid #0099ff;
}

.dxPage a:hover {
    color: #0099ff;
    border: 1px solid #0099ff;
}

.dxPage a:hover.numa {
    color: #666666;
    background: none;
    border: 1px solid #EEEEEE;
    text-decoration: underline;
    background: #FFFFFF;
    font-weight: normal;
}

/**星号**/
.star {
    width: 83px;
    height: 15px;
    background: url(../images/star.png) no-repeat;
}

.star1 {
    background-position: 0px 0px;
}

.star2 {
    background-position: 0px -20px;
}

.star3 {
    background-position: 0px -40px;
}

.star4 {
    background-position: 0px -60px;
}

.star5 {
    background-position: 0px -80px;
}


/**头部**/
.new_top {
    width: 100%;
    height: 34px;
    line-height: 34px;
    border-bottom: 1px solid #EBEBEB;
    background: #2F2F2F;
}

.new_topIn {
    width: 1200px;
    margin: auto;
}

.new_topleft {
    float: left;
    font-size: 12px;
    color: #B0B0B0;
}

.new_topleft a {
    text-decoration: none;
    color: #B0B0B0;
    display: inline-block;
    padding: 0 10px;
}

.new_topleft span {
    color: #515151
}

.new_topright {
    float: right;
    font-size: 12px;
}

.new_topright a {
    text-decoration: none;
    color: #B0B0B0;
    display: inline-block;
    padding: 0 4px;
}

.new_topright a:hover {
    text-decoration: underline;
}

.new_topright span {
    color: #515151;
}

.xiala {
    width: 80px;
    float: right;
    color: #A7A7A7;
    font-size: 12px;
    height: 34px;
    line-height: 34px;
    cursor: pointer;
    border-left: 1px solid #515151;
    border-right: 1px solid #515151;
    text-align: center;
}

.xiala span {
    display: inline-block;
    width: 14px;
    height: 12px;
    background: url(../images/bg20.png);
    vertical-align: middle;
    margin-right: 5px;
}

.xiala.on {
    background: #FF9900;
    border-bottom: 1px solid #fff;
    color: #FFFFFF;
}

.ndxnew_nav {
    margin-left: 20px;
    float: left;
    /* width: 800px; */
}

.ndxnew_nav li {
    float: left;
    width: 90px;
    height: 86px;
    line-height: 86px;
}

.ndxnew_nav li a {
    display: block;
    text-align: center;
    font-size: 16px;
}

.ndxnew_nav li a:hover {
    text-decoration: none;
    color: #0099ff;
}

.ndxnew_nav li a.on {
    /* border-bottom: 3px solid #0099ff; */
    color: #0099ff;
}

.ndxTop {
    width: 100%;
    height: 95px;
    /* background:#fff url(../images/bg29.png) repeat-x bottom left; */
	background:#fff;
    padding-top: 16px;
}

.ndxTopIn {
    width: 1200px;
    margin: auto;
}

.ndxLogo {
    float: left;
    width: 200px;
    height: 62px;
    margin-top: 8px;
    margin-right: 15px;
}

.ndxLogo img {
    width: 346px;
    height: 62px;
}

.ndxSer {
    border: 2px solid #0099ff;
    border-radius: 5px;
    margin: 20px 0px 0px 15px;
    display: inline;
}

.ndxSer {
    float: right;
    width: 313px;
    height: 38px;
}

.ndxSer input.text1 {
    float: left;
    width: 214px;
    height: 38px;
}

.ndxSer input.text1 {
    line-height: 38px;
    overflow: hidden;
    border: none;
    background: none;
    font-size: 14px;
    color: #999999;
    font-family: "微软雅黑";
    margin: 0px 0px 0px 18px;
    display: inline;
    outline: none;
}

.ndxSer_right {
    float: right;
    height: 38px;
    line-height: 38px;
    width: 70px;
    background: #0099ff;
    cursor: pointer;
}

.ndxSer input.submit1 {
    float: right;
    cursor: pointer;
    width: 70px;
    height: 38px;
    border: none;
    background: none;
    font-family: "微软雅黑";
    font-size: 16px;
    color: #FFFFFF;
}

.daohang {
    width: 1200px;
    margin: auto;
    height: 230px;
    position: absolute;
    top: 34px;
    right: 0;
    left: 0;
    background: url(../images/bg28.png) repeat 0px 0px;
    z-index: 101;
}

.daohang dl {
    float: left;
    width: 100px;
    margin: 0px 0px 0px 37px;
}

.daohang dl dt {
    height: 22px;
    line-height: 22px;
    font-size: 18px;
    color: #FF9900;
    margin: 15px 0px 15px 0px;
}

.daohang dl dd {
    height: 18px;
    line-height: 18px;
    overflow: hidden;
    margin-top: 10px;
}

.daohang dl dd a {
    display: block;
    height: 18px;
    line-height: 18px;
    overflow: hidden;
    color: #D8D8D8;
    text-decoration: none;
}

.daohang dl dd a:hover {
    text-decoration: underline;
}

.daohang dl.width {
    width: 180px;
}

.position {
    box-sizing: border-box;
    line-height: 30px;
    color: #666;
    overflow: hidden;
    padding: 10px 20px 10px 25px;
    background: url(../images/home_icon.png) no-repeat 2px 17px;
}

.position a {
    color: #666;
}

.position_a {
    color: #000 !important;
}

.position a:hover {
    color: #ea8b14;
}

.pageboxa {
    width: 810px;
    margin: auto;
    clear: both;
    /* height: 60px; */
    text-align: center;
    font-size: 14px;
    display: flex;
    /* margin-top: 20px; */
    /* margin-bottom: 20px; */
    justify-content: center;
    padding: 20px 0;
}

.pageboxa p {
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0;
}

.pageboxa span,
.pageboxa b,
.pageboxa a {
    border: 1px solid #d0d0d0;
    background: #fff;
    color: #000;
    margin-right: 5px;
    /* height: 40px; */
    /* line-height: 40px; */
    padding: 5px 10px;
    border-radius: 2px;
}
.pageboxa a.page_now{
    color:#fff;
    background:#0099ff;
    border:1px solid #0099ff;
}


.pageboxa a:hover {
    border: #519ee9 1px solid;
    text-decoration: none;
}

.pageboxa a.active {
    background: #519ee9;
    color: #FFF;
    border: #519ee9 1px solid;
    font-weight: bold;
    width: 15px;
}

.pageboxa .disable {
    background: #eee;
    color: #999;
}

.pageboxa .next {
    -padding: 4px 8px;
    -position: relative;
    -top: -6px;
    -right: 2px
}
.mb30{
    margin-bottom: 30px !important;
}
.ml320{
    margin-left: 320px;
}
.pb20 {
    padding-bottom: 20px;
}
.clearfix {
    zoom: 1;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
}
.mt20{
    margin-top: 20px;
}
.mt50{
    margin-top: 50px;
}