@charset "UTF-8";
.new-container { margin: 0 8.3333333333%; }
@media (max-width: 990px) { .new-container { margin: 0 15px; } }

.new-pro-list-wrap ul li h3, .new-news-con li h3, .new-position > h3, .new-position .new-crumbs, .new-page-left-box .new-latest-news > li > a, .new-page-product-list > li h3, .new-page-news-list li h3 { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }

.new-search-wrap form:after, .new-pro-list-wrap ul:after { content: ''; display: table; clear: both; }

.new-banner a img, .new-pro-list-wrap ul li .img img, .new-about-img img, .new-case-lists li .img img, .new-page-product-list > li .img img, .new-page-banner img { width: 100%; }

.new-logo img, .new-tonglan li .icon img { max-width: 100%; }

.new-pro-list-wrap ul li .img, .new-case-lists li .img, .new-page-product-list > li .img { overflow: hidden; display: block; }
.new-pro-list-wrap ul li .img img, .new-case-lists li .img img, .new-page-product-list > li .img img { transition: all .5s ease; }
.new-pro-list-wrap ul li .img:hover img, .new-case-lists li .img:hover img, .new-page-product-list > li .img:hover img { transform: scale(1.1); }

/* header */
.new-header { border-bottom: 1px solid #bfbfbf; padding: 0; background: #fff; height:80px}
.new-header .new-container { position: relative;    overflow: hidden;max-width:1266px;margin:0 auto }
.new-logo { width:300px;float:left; padding-top:15px}
.new-logo a { display: block; font-size: 0; }
.new-hot-line { position: absolute; font-size: 16px; color: #5a5a5a; right: 0; top: 35%; }
.new-hot-line p { display: inline; }

.new-hot-r{position:absolute;right:0;top:5px;font-size: 12px;color: #5a5a5a;}
@media (max-width: 990px) { .new-header { position: fixed; top: 0; left: 0; right: 0; height: 60px; padding: 5px 0; z-index: 9999; }
  .new-logo { padding-right: 70px; line-height: 50px; }
  .new-logo img { max-height: 50px; } }

/*new-nav-bar*/
.new-nav-bar { background: #fff; width:700px;float:left}
.x-menu { float: left; width: 100%; }
.x-menu > li { float: left; width: 14.2857%; position: relative; }
.x-menu > li > a { display: block; text-align: center; font-size: 16px; color: #323232; line-height: 79px; }
@media (min-width: 990px) { .x-menu > li:hover > a, .x-menu > li.active > a { background: #317ef3; color: #fff; }
  .x-menu> li:hover .x-sub-menu { display: block; } }
.x-sub-menu { position: absolute; z-index: 99; left: 0; width: 100%; background: #317ef3; display: none; }
.x-sub-menu > li > a { display: block; padding: 10px 5px; line-height: 18px; font-size: 14px; color: #fff; text-align: center; }
.x-sub-menu > li > a:hover { background: rgba(0, 0, 0, 0.3); }
.new-search-wrap { width: 50%; float: right; }
.new-search-wrap form { margin-left: 40%; width: 60%; margin-top: 20px; }
.new-search-wrap #keyword { width: calc(100% - 54px); float: left; border: 1px solid #dcdcdc; border-right: none; font-size: 14px; color: #5a5a5a; padding-left: 10px; height: 40px; outline: none; }
.new-search-wrap #keyword::placeholder { color: #cbcbcb; }
.new-search-wrap #keyword:focus { color: #317ef3; }
.new-search-wrap #s_btn { float: right; width: 54px; height: 40px; background: #317ef3; color: #fff; border: none; outline: none; }
@media (max-width: 990px) { .new-nav-bar { position: fixed; left: 0; width: 100%; z-index: 1000; background: #317ef3; padding-bottom: 10px; display: none; top: 60px; }
  .new-nav-bar .x-menu { width: 100%; }
  .new-nav-bar .x-menu > li { width: 100%; border-bottom: 1px dashed rgba(255, 255, 255, 0.5); }
  .new-nav-bar .x-menu > li > a { line-height: 40px; color: #fff; font-size: 14px; text-align: left; }
  .new-nav-bar .new-search-wrap { width: 100%; }
  .new-nav-bar .new-search-wrap form { margin: 10px 0 0 0; width: 100%; }
  .new-nav-bar .new-search-wrap #s_btn { border: 1px solid rgba(255, 255, 255, 0.5); border-left: none; } }

/*new-banner*/
.new-banner { position: relative; }
.new-banner a { display: block; }
.new-banner .slick-dots { position: absolute; left: 0; right: 0; text-align: center; bottom: 50px; font-size: 0; z-index: 9; }
.new-banner .slick-dots li { display: inline-block; vertical-align: middle; width: 16px; height: 16px; border: 1px solid #317ef3; border-radius: 50%; margin: 0 21px; cursor: pointer; position: relative; }
.new-banner .slick-dots li:first-child:before { display: none; }
.new-banner .slick-dots li:last-child:after { display: none; }
.new-banner .slick-dots li:after, .new-banner .slick-dots li:before { content: ''; width: 21px; height: 1px; background: #317ef3; position: absolute; top: 50%; z-index: 1; }
.new-banner .slick-dots li:after { left: 26px; }
.new-banner .slick-dots li:before { right: 26px; }
.new-banner .slick-dots li button { display: none; }
.new-banner .slick-dots li.slick-active { background: #317ef3; }
@media (max-width: 990px) { .new-banner .slick-dots { bottom: 10px; }
  .new-banner .slick-dots li { width: 10px; height: 10px; margin: 0 10px; }
  .new-banner .slick-dots li:after, .new-banner .slick-dots li:before { width: 10px; }
  .new-banner .slick-dots li:after { left: 15px; }
  .new-banner .slick-dots li:before { right: 15px; } }
/*new-products*/
.new-products { padding: 3.3854166667% 0 1.8229166667% 0; }
.new-title { text-align: center; }
.new-title h3 { font-size: 30px; color: #317ef3; margin-bottom: 10px; }
.new-title p { font-size: 16px; color: #787878; text-transform: uppercase; }
.new-title p:after, .new-title p:before { content: ''; width: 37px; display: inline-block; vertical-align: middle; height: 1px; background: #d2d2d2; }
.new-title p:after { margin-left: 10px; }
.new-title p:before { margin-right: 10px; }
@media (max-width: 990px) { .new-title h3 { font-size: 18px; }
  .new-title p { font-size: 12px; }
  .new-title p:after, .new-title p:before { width: 20px; }
  .new-title p:after { margin-left: 5px; }
  .new-title p:before { margin-right: 5px; } }
.new-pro-sort { margin-top: 2.5%; text-align: center; font-size: 0; }
.new-pro-sort li { display: inline-block; vertical-align: middle; margin: 0 0.625em; font-size: 16px; }
.new-pro-sort li:hover, .new-pro-sort li.on { background: #317ef3; border-radius: 5px; }
.new-pro-sort li:hover a, .new-pro-sort li.on a { color: #fff; }
.new-pro-sort li a { display: block; padding: 0.625em 1.25em; color: #a4a4a4; }
@media (max-width: 990px) { .new-pro-sort li { font-size: 14px; width: calc(33.3333% - 10px); margin: 0 5px 10px 5px; }
  .new-pro-sort li a { padding: 5px 0 5px 0; } }
.new-pro-list-wrap { margin-top: 2.1875%; }
.new-pro-list-wrap ul { margin: 0 -8px; }
.new-pro-list-wrap ul li { float: left; width: calc(25% - 16px); margin: 0 8px 15px 8px; }
.new-pro-list-wrap ul li .img { border: 1px solid #f1f1f1; margin-bottom: 15px; transition: all .5s ease; }
.new-pro-list-wrap ul li h3 { font-size: 16px; color: #5a5a5a; text-align: center; line-height: 2; transition: all .5s ease; }
.new-pro-list-wrap ul li:hover .img { box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.1); border-color: #c4c4c4; }
.new-pro-list-wrap ul li:hover h3 { color: #317ef3; }
@media (max-width: 990px) { .new-pro-list-wrap ul li { width: calc(50% - 10px); margin: 0 5px 10px 5px; }
  .new-pro-list-wrap ul li .img { margin-bottom: 8px; }
  .new-pro-list-wrap ul li h3 { font-size: 14px; } }

/*new-about*/
.new-about { background-position: top center; background-repeat: no-repeat; -webkit-background-size: cover; background-size: cover; padding: 5.46875% 0 4.6875% 0; }
.new-about-img { padding-left: 3.75%; width: 52.5%; float: left; position:relative}
.new-about-img video{width:100%;height:100%}
.new-about-text { float: right; width: 45%; }
.new-about-text h3 { margin-top: 2.7777777778%; font-size: 30px; color: #317ef3; margin-bottom: 8.3333333333%; }
.new-about-text .info { font-size: 14px; color: #5a5a5a; line-height: 2; margin-bottom: 9.7222222222%; }
.new-more { font-size: 14px; color: #ffffff; padding: .5em .9em; display: inline-block; background: #317ef3; border-radius: 5px; transition: all .5s ease; }
.new-more:hover { color: #fff; background: #317ef3; }
@media (max-width: 1200px) { .new-about-text h3 { font-size: 20px; margin: 5px 0 10px 0; }
  .new-about-text .info { line-height: 1.7; margin-bottom: 10px; }
  .new-more { font-size: 12px; } }
@media (max-width: 990px) { .new-about-img { width: 100%; padding-left: 0; }
  .new-about-text { width: 100%; margin-bottom: 15px; }
  .new-about-text h3 { font-size: 20px; }
  .new-about-text .info { line-height: 1.7; }
  .new-more { font-size: 12px; } }

/*new-case*/
.new-case { padding: 3.125% 0; }
.new-case-lists { margin-top: 3.75%; }
.new-case-lists li { float: left; margin-bottom: 20px; position: relative; overflow: hidden; }
.new-case-lists li:not(:first-child) { width: calc(25.53125% - 14px); margin-left: 14px; }
.new-case-lists li:first-child { width: 48.9375%; }
.new-case-lists li:first-child .text { line-height: 4.9; }
.new-case-lists li .text { position: absolute; left: 0; right: 0; bottom: 0; background: #317ef3; text-align: center; color: #fefefe; font-size: 16px; line-height: 3; transition: all .5s ease; transform: translateY(100%); opacity: 0; }
.new-case-lists li:hover .text { transform: translateY(0); opacity: 1; }
@media (max-width: 990px) { .new-case-lists { margin-left: -7px; margin-right: -7px; }
  .new-case-lists li { margin: 0 7px 10px 7px; }
  .new-case-lists li:not(:first-child) { width: calc(50% - 14px); margin-left: 7px; }
  .new-case-lists li:first-child { width: calc(100% - 14px); }
  .new-case-lists li .text { font-size: 14px; } }

/*new-news*/
.new-news { padding: 3.125% 0; }
.new-news-con { margin: 1.25% 5% 0 5%; background: #fff; padding: 3.125% 0 1.5625% 0; overflow:hidden}
.new-news-con li { width: 100%; padding: 0 2.8070175439%; float: left; }
.new-news-con li a { display: block; border: 1px solid transparent; padding: 20px; }
.new-news-con li h3 { font-size: 16px; color: #323232; font-weight: bold; margin-bottom: 20px; }
.new-news-con li .info { font-size: 14px; line-height: 1.7; color: #5a5a5a; height: 3.5em; overflow: hidden; margin-bottom: 10px; }
.new-news-con li .tool-bar { font-size: 14px; color: #5a5a5a; opacity: .6; }
.new-news-con li .tool-bar .date { float: left; }
.new-news-con li .tool-bar .more { float: right; }
.new-news-con li:hover a { border-color: #317ef3; }
.new-news-con li:hover h3 { color: #317ef3; }

.new-news-con .new-news-con-item{ width: calc(50% - 14px);margin-left: 7px; float:left;overflow:hidden;background:#fff}
@media (max-width: 1200px) { .new-news-con { margin-left: 0; margin-right: 0; } }
@media (max-width: 990px) { .new-news-con li { width: 100%; padding: 0; }
  .new-news-con li a { padding: 10px; }
  .new-news-con li h3 { font-size: 14px; margin-bottom: 10px; }
  .new-news-con li .info { font-size: 12px; height: auto; }
  .new-news-con li .tool-bar { font-size: 12px; } }

/*new-links h*/
.new-links { background: #317ef3; font-size: 14px; padding: 1em 0; color: #ffffff; line-height: 1.7; }
.new-links a { color: #ffffff; margin: 0 5px; }
.new-links a:hover { text-decoration: underline; }

/*new-tonglan*/
.new-tonglan { background: #ffffff; padding: 1.5625% 0; }
.new-tonglan li { float: left; width: 25%; text-align: center; padding: 0 2%; }
.new-tonglan li .icon { display: block; line-height: 40px; margin-bottom: 10px; }
.new-tonglan li p { font-size: 14px; color: #5a5a5a; margin-bottom: 0; }
@media (max-width: 990px) { .new-tonglan li { width: 100%; text-align: left; padding: 0; margin-bottom: 10px; }
  .new-tonglan li .icon { display: inline-block; vertical-align: middle; line-height: 20px; margin-bottom: 0; width: 30px; text-align: center; }
  .new-tonglan li .icon img { height: 15px; }
  .new-tonglan li p { display: inline-block; vertical-align: middle; } }

/*new-footer"*/
.new-footer { background: #eeeeee; padding: 10px 0; font-size: 13px; color: #bababa; }
.new-footer a { color: #bababa; }
.new-footer a:hover { color: #317ef3; }
.new-footer p { margin-bottom: 0; }

/* new-nav-btn */
.new-nav-btn { position: absolute; right: 0; top: 10px; width: 30px; height: 20px; }
.new-nav-btn:after, .new-nav-btn:before { content: ''; display: inline-block; width: 100%; height: 2px; background: #666; position: absolute; left: 0; transition: all .5s ease; transform-origin: 8%; }
.new-nav-btn:after { top: 0; }
.new-nav-btn:before { bottom: 0; }
.new-nav-btn.clicked:after { transform: rotate(45deg); }
.new-nav-btn.clicked:before { transform: rotate(-45deg); }

/* 内页 */
.new-page-wrap { background: #fcfafa; padding-bottom: 2.0833333333%; /* 面包屑导航 */ }
.new-page-wrap .new-container { background: #fff; margin-top: -40px; position: relative; z-index: 999; }
@media (max-width: 990px) { .new-page-wrap { padding-top: 1px; padding-bottom: 15px; }
  .new-page-wrap .new-container { margin-top: 15px; } }
.new-position { border-bottom: 1px solid #dcdcdc; padding: 15px 20px; margin-bottom: 1.875%; }
.new-position > h3 { font-size: 16px; color: #787878; float: left; max-width: 40%; }
.new-position > h3:before { content: '|'; margin-right: 5px; }
.new-position .new-crumbs { float: right; max-width: 60%; font-size: 14px; color: #787878; }
.new-position .new-crumbs a { color: #787878; }
.new-position .new-crumbs a:hover { color: #317ef3; }
@media (max-width: 990px) { .new-position > h3, .new-position .new-crumbs { float: none; max-width: 100%; }
  .new-position .new-crumbs { margin-bottom: 10px; } }
.new-page-box { padding: 0 20px 20px 20px; /* 左侧内容 */ }
@media (min-width: 990px) { .xymob-menu-click { float: left; width: 210px; margin-right: 5.3125%; } }
.new-page-left-box { margin-bottom: 35px; /* 左侧导航 */ /* 左侧最新新闻 */ /* 联系方式 */ }
.new-page-left-box > h3 { background: #317ef3; font-size: 18px; color: #ffffff; padding: .56em 1.11em; line-height: 1.78; font-weight: bold; }
.new-page-left-box > h3:before { content: ""; border-left: 1px solid #fff; margin-right: 15px; }
.xypg-left-nav > li { margin-bottom: 0; border-bottom: 1px solid #d2d2d2; padding: 20px; }
.xypg-left-nav > li.clicked > a { color: #317ef3; }
.xypg-left-nav > li.clicked .first-nav-btn { background: url(../images/sort-arrowh.png) center no-repeat; transform: rotate(90deg); }
.xypg-left-nav > li.clicked > .xypg-left-subnav { display: block; }
.xypg-left-nav > li:hover > a { color: #317ef3; }
.xypg-left-nav > li:hover .first-nav-btn { background: url(../images/sort-arrowh.png) center no-repeat; }
.xypg-left-nav > li > a { border: none; text-indent: 0; line-height: 30px; font-size: 16px; color: #323232; }
.xypg-left-nav > li .first-nav-btn { position: absolute; z-index: 999; width: 25px; height: 30px; background: url(../images/sort-arrow.png) center no-repeat; top: 20px; right: 9%; cursor: pointer; transition: all .5s ease; }
.xypg-left-nav .xypg-left-subnav > li > a { font-size: 14px; color: #969696; padding-left: 10%; }
.xypg-left-nav .xypg-left-subnav > li > a:hover { color: #317ef3; }
.xypg-left-nav .xypg-left-subnav > li > a:before { display: none; }
.xypg-left-nav .xypg-left-subnav > li.clicked > a { color: #317ef3; }
.new-page-left-box .new-latest-news > li { border-bottom: 1px solid #d2d2d2; padding: 20px; }
.new-page-left-box .new-latest-news > li > a { display: block; font-size: 14px; color: #5a5a5a; }
.new-page-left-box .new-page-left-contact { font-size: 14px; color: #5a5a5a; line-height: 2; padding: 5px; border-bottom: 1px solid #d2d2d2; }
.new-page-left-box .new-page-left-contact p { margin-bottom: 0; }
.new-page-left-box .new-page-left-contact a { color: inherit; }
.new-page-right { overflow: hidden; }

/*产品列表*/
.new-page-product-list { margin: 0 -25px; }
.new-page-product-list > li { float: left; width: calc(33% - 50px); margin: 0 25px 50px 25px; border: 1px solid #dcdcdc; transition: all .5s ease; }
.new-page-product-list > li h3 { font-size: 14px; color: #787878; text-align: center; padding: 10px 0; line-height: 2; }
.new-page-product-list > li:hover { border-color: #317ef3; }
.new-page-product-list > li:hover h3 { color: #317ef3; }
@media (max-width: 1366px) { .new-page-product-list li { width: calc(33.3333% - 50px); } }
@media (max-width: 760px) { .new-page-product-list { margin: 0 -10px; }
  .new-page-product-list li { width: calc(50% - 20px); margin: 0 10px 20px 10px; } }

/* 新闻列标配 */
.new-page-news-list { border: 1px solid #dcdcdc; padding: 30px; }
.new-page-news-list li { border-bottom: 1px solid #dcdcdc; }
.new-page-news-list li h3 { position: relative; padding-right: 100px; font-size: 16px; color: #5a5a5a; margin-bottom: 15px; }
.new-page-news-list li h3 span { position: absolute; right: 0; width: 100px; font-size: 14px; color: #969696; text-align: right; }
.new-page-news-list li p { font-size: 14px; line-height: 2; color: #5a5a5a; margin-bottom: 20px; }
.new-page-news-list li:hover h3 { color: #317ef3; }
.new-page-news-list li + li { margin-top: 20px; }
@media (max-width: 990px) { .new-page-news-list { padding: 15px; }
  .new-page-news-list li { margin-bottom: 10px; }
  .new-page-news-list li h3 { margin-bottom: 10px; padding-right: 0; }
  .new-page-news-list li h3 span { position: static; display: block; text-align: left; margin-top: 10px; } }

/* 在线浏览 */
#message-form { margin: 0 30%; }
#message-form label { display: none; }
#message-form .col-sm-7 { width: 100%; }
#message-form input[type="text"] { height: 50px; }
#message-form input[type="text"], #message-form #content { border-radius: 0; border-color: #dcdcdc; box-shadow: none; }
#message-form input[type="text"]:focus, #message-form #content:focus { border-color: #317ef3; }
#message-form .error-info { padding-top: 10px; }
#message-form .code-wrap { margin: 0; border: 1px solid #dcdcdc; }
#message-form .code-wrap .col-sm-7 { padding: 0; }
#message-form #checkcode { border: none; width: 60%; }
#message-form #checkCodeImg { float: right; margin: 10px 10px 0 0; }
#message-form .btn-group { margin-top: 25px; width: 100%; }
#message-form .btn-group input[type="submit"] { background: #317ef3; }
#message-form .btn-group .btn { margin-right: 20px; color: #fff; font-size: 16px; border-radius: 0; height: 50px; width: 25%; }
@media (max-width: 990px) { #message-form { margin: 0; }
  #message-form input[type="text"] { height: 40px; }
  #message-form .error-info { padding-top: 0; }
  #message-form #checkCodeImg { height: 30px; margin-top: 5px; margin-right: 5px; }
  #message-form #checkcode { width: 45%; }
  #message-form .code-wrap .error-info { margin-left: -17px; }
  #message-form .btn-group .btn { height: 40px; width: 30%; } }

/* relate-product */
.xypg-relate .relate-title { background: #eeeeee; padding: 10px 20px; font-size: 16px; color: #787878; line-height: 1.5; border-bottom: 1px solid #dcdcdc; margin-bottom: 0; }
.xypg-relate .relate-product-slick, .xypg-relate .relate-news-list { padding: 20px; }

.relate-news, .relate-product { border: 1px solid #dcdcdc; }

/* 内页banner */
/* 产品详情页 */
.product-detail-tab { border: 1px solid #dcdcdc; }
.product-detail-tab .product-detail-tabli { border-top: none; border-bottom-color: #dcdcdc; background: #eeeeee; height: 40px; }
.product-detail-tab .product-detail-tabli li { font-size: 16px; color: #787878; width: 20%; line-height: 40px; }
.product-detail-tab .product-detail-tabli li.on { background: rgba(0, 0, 0, 0.6); }
.product-detail-tab .product-detail-tabcon { padding: 15px; }

.slick-track { margin-left: 0 !important; margin-right: 0 !important; }

.relate-product-slick .slick-slide img { border: 1px solid #dcdcdc; }

.relate-product-slick .slick-slide h3 { font-size: 14px; color: #969696; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; text-align: center; padding-top: 10px; }

.relate-product-slick .slick-slide:hover img { border-color: #317ef3; }

.relate-product-slick .slick-slide:hover h3 { color: #317ef3; }

.product-detail-list .product-detail-inquiry a { width: 25%; font-size: 14px; line-height: 30px; border-radius: 0; }

.product-detail-list { padding-top: 0; }

.product-detail-list h1 { font-size: 20px; color: #323232; font-weight: normal; line-height: 1; padding-bottom: 20px; border-bottom: 1px solid #eee; margin-bottom: 10px; }

.product-detail-list .product-detail-item li { padding: 5px 0; font-size: 16px; color: #5a5a5a; border-top: none !important; }

.product-detail-list .product-detail-inquiry { margin: 20px 0 0 0; }

@media (max-width: 760px) { .product-detail-list h1 { margin-top: 15px; }
  .product-detail-tab .product-detail-tabli li { font-size: 12px; } }


  @font-face {
    font-family: "iconfont";
    src: url("../fonts/iconfont/iconfont.eot?t=1521099028790");
    /* IE9*/
    src: url("../fonts/iconfont.eot") format("embedded-opentype"), url("../fonts/d52a9dccfc48406cb0c78073e3669266.woff") format("woff"), url("../fonts/iconfont.ttf") format("truetype"), url("../fonts/iconfont.svg") format("svg");
    /* iOS 4.1- */
  }
  
  .iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .icon-msnui-qr-code:before {
    content: "\E66A";
  }
  
  .icon-msnui-download:before {
    content: "\E67B";
  }
  
  .icon-tubiao209:before {
    content: "\E61B";
  }
  
  .icon-huiyuan21:before {
    content: "\E641";
  }
  
  .icon-zhiding:before {
    content: "\E66D";
  }
  
  .icon-qq:before {
    content: "\E62D";
  }
  
  .icon-icon-inquiry:before {
    content: "\E645";
  }
  
  .icon-iconfontphone:before {
    content: "\E634";
  }
  
  .icon-tuichu:before {
    content: "\E642";
  }
  
  .icon-gengduo:before {
    content: "\E688";
  }
  
  .icon-emiyanzhengma:before {
    content: "\E61C";
  }
  
  .icon-shouji:before {
    content: "\E6A1";
  }
  
  .icon-shijian:before {
    content: "\E6B5";
  }
  
  .icon-weixin:before {
    content: "\E64F";
  }
  
  .icon-arrowdown:before {
    content: "\E692";
  }
  
  .icon-arrowleft:before {
    content: "\E693";
  }
  
  .icon-arrowright:before {
    content: "\E694";
  }
  
  .icon-arrowup:before {
    content: "\E695";
  }
  
  .icon-close:before {
    content: "\E69A";
  }
  
  .icon-account:before {
    content: "\E6A3";
  }
  
  .icon-search:before {
    content: "\E6A5";
  }
  
  .icon-up:before {
    content: "\E6A9";
  }
  
  .icon-add:before {
    content: "\E6B9";
  }
  
  .icon-minus:before {
    content: "\E6BA";
  }
  
  .icon-atm:before {
    content: "\E6BD";
  }
  
  .icon-dizhi:before {
    content: "\E61A";
  }
  
  .icon-mimaffffffpx:before {
    content: "\E604";
  }
  
  .icon-chakan:before {
    content: "\E605";
  }
  
  .icon-wenjianxiazaiicon:before {
    content: "\E603";
  }
  
  /* 自动获取下载文件类型图标样式 */
  @font-face {
    font-family: 'filetypeicon';
    /* project id 455609 */
    src: url("../fonts/font_455609_md6xsqc4pwrk9.eot");
    src: url("../fonts/font_455609_md6xsqc4pwrk9.eot") format("embedded-opentype"), url("../fonts/font_455609_md6xsqc4pwrk9.woff") format("woff"), url("../fonts/font_455609_md6xsqc4pwrk9.ttf") format("truetype"), url("../fonts/font_455609_md6xsqc4pwrk9.svg#iconfont") format("svg");
  }

  #mob-banner {
    display: none;
  }
  
  @media (max-width: 768px) {
    #pc-banner {
      display: none;
    }
    #mob-banner {
      display: block;
    }
  }

  .xymob-page-icon{
    display: none;
  }
  .icon-shijian:before{
    display: none;
  }
  .icon-chakan:before{
    display: none;
  }
.FootMuen{clear:both;overflow:hidden;background-color:#2f2f2f;padding-top:20px}
.FootMuen ul.Muen{color:#999;width:1308px;clear:both;overflow:hidden;margin:0 auto}
.FootMuen ul.Muen li{float:left}
.FootMuen ul.Muen li.TT1{ width:300px;padding-top:35px}
.FootMuen ul.Muen li.TT1 p.PP1{padding-top:10px}
.FootMuen ul.Muen li.TT2{text-align:center;width:1008px; margin-top:30px; overflow:hidden}
.FootMuen ul.Muen li.TT2 p.PP1{ float:left; margin:0 20px; font:18px/45px "Microsoft YaHei","SimHei"; color:#fff}
.FootMuen ul.Muen li.TT2 p.PP1 a{ color:#FFF; text-decoration:none;}
.FootMuen ul.Muen li.TT3{ width:1008px; height:160px; overflow:hidden; border-top:1px solid #f4f4f4;}
.FootMuen ul.Muen li.TT3 a{ color:#FFF; text-decoration:none;}
.FootMuen ul.Muen li.TT3 .pp2{float:left; text-align:left;width:50%; height:160px; padding-top:5px; font:14px/36px "Microsoft YaHei","SimHei"; color:#fff; overflow:hidden}
.FootMuen ul.Muen li.TT3 .pp2 .pp3{ text-align:center;width:50%;float:right;}
.FootMuen ul.Muen li.TT3 .pp2 .pp3 span{ text-align:center;font:14px/36px "Microsoft YaHei","SimHei"; color:#fff;display:block;}
.FootMuen ul.Muen li.TT3 .pp2 .pp3 img{ width:130px;}
.FootMuen ul.Muen li.TT3 .pp2 a{ color:#FFF; text-decoration:none;}
.FootMueny{ width:1200px; border-top:1px solid #f4f4f4; margin:0 auto; margin-top:20px; overflow:hidden; }
.FootMueny a{ color:#FFF; text-decoration:none;}
.Link { width:100%; border-top:1px solid #5b5b5b; margin-top:20px; padding-bottom:10px; overflow:hidden;}
.Link ul {width: 100%;padding: 0px 0 0 0;text-align: left;}
.Link li {display: inline;font:14px/26px "Microsoft YaHei","SimHei";padding: 0 20px 0 0;}
.Link a{color: #5b5b5b;font:14px/26px "Microsoft YaHei","SimHei";}
.Link p{color: #ffffff;text-align: left; font:14px/44px "Microsoft YaHei","SimHei"; margin: 0 0 0px;}
  @media (max-width: 768px) {
	.FootMuen ul.Muen{width:100%}
  	.FootMuen ul.Muen li.TT1,.FootMuen ul.Muen li.TT2,.FootMuen ul.Muen li.TT3 .pp2 .pp3{display:none}
	.FootMuen ul.Muen li.TT3,.FootMuen ul.Muen li.TT3 .pp2{width:100%;padding:5px;}
}