﻿@charset "utf-8";
/* CSS Document */
*,
*:after,
*:before {
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    color: #333;
    font-family: 'PingFang SC', '微软雅黑', 'YaHei', '黑体', 'Hei', Tahoma, Helvetica, arial, sans-serif;
}
address,
cite,
dfn,
em,
var {
    font-style: normal;
}
code,
kbd,
pre,
samp {
    font-family: courier new, courier, monospace;
}
small {
    font-size: 12px;
}
ul,
ol,
li {
    list-style: none;
}
a {
    text-decoration: none;
    outline: none;
}
a:hover {
    text-decoration: underline;
}
sup {
    vertical-align: text-top;
}
sub {
    vertical-align: text-bottom;
}
legend {
    color: #000;
}
fieldset,
img {
    border: 0;
}
button,
input,
select,
textarea {
    font-size: 100%;
    vertical-align: middle;
}
select {
    padding: 2px;
    border: 1px solid #ddd;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
img {
    vertical-align: top;
    display: inline-block;
    background-color: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    display: block;
    margin: 0;
    padding: 0;
}

/* CSS Document */
.layout-wrap {
    width: 1200px;
    position: relative;
    margin: 0 auto;
}
.layout-row:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ".";
    clear: both;
    height: 0;
    line-height: 0;
}

/*ie7*/
/* CSS Document */
/*var*/
body {
    background: #fff;
    font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Noto Sans CJK SC, WenQuanYi Micro Hei, Arial, sans-serif;
}
input,
textarea,
button {
    font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Noto Sans CJK SC, WenQuanYi Micro Hei, Arial, sans-serif;
}

p {
    font-size: 13px;
    line-height: 1.6;
    color: #999;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ".";
    clear: both;
    height: 0;
    line-height: 0;
    overflow: hidden;
}
.clearfix {
    *zoom: 1;
}

/*mod-topbar*/
.mod-topbar {
    height: 28px;
    *height: 16px ;
    background: #666;
    padding: 6px 20px;
    font-size: 12px;
    line-height: 16px;
    color: #a1a1a1;
    position: relative;
    z-index: 100;
}
.mod-topbar a {
    color: #fff;
    padding: 0 10px;
}
.mod-bread-nav {
    padding: 0 10px;
    margin: 20px 0;
    border-left: 2px solid #ff6e03;
}
.mod-topbar .user-info a {
    border-left: 1px solid #666;
}
.mod-topbar .user-info a:hover {
    color: #fff;
}
.mod-topbar .user-info a:first-child {
    border: none;
}


/*mod-sidebar*/
.mod-sidebar {
    position: fixed;
    top: 50%;
    right: 20px;
    margin: -100px 0 0 0;
    z-index: 1000;
}
.mod-sidebar .tab-nav {
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    z-index: 1100;
}
.mod-sidebar .tab-nav li {
    position: relative;
}
.mod-sidebar .tab-nav li a {
    display: block;
    height: 36px;
    width: 36px;
    background: rgba(0, 0, 0, 0.4);
}
.mod-sidebar .tab-nav li a:hover {
    background: rgba(0, 0, 0, 0.6);
}
.mod-sidebar .tab-nav li.back-top {
    display: none;
    margin-top: 3px;
}
.mod-sidebar .tab-content {
    position: absolute;
    top: 0;
    right: 44px;
    *right: 50px;
    z-index: 1050;
}
.mod-sidebar .tab-panel {
    display: none;
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    top: 0;
    right: 40px;
    text-align: center;
    padding: 20px 5px 30px;
    border-radius: 10px;
    background-color: #f9f9f9;
    background-color: rgba(249, 249, 249, 0.9);
    overflow: hidden;
}
.mod-sidebar .tab-panel#qq {
    width: 240px;
    height: 478px;
    margin: -140px -50px 0 0;
    padding: 172px 49px 0 23px;
    background: url("../images/bg_sidebar.png") no-repeat;
    overflow: visible;
}
.mod-sidebar .tab-panel#qq:after {
    display: none;
}
.mod-sidebar .tab-panel#qq .link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    height: 166px;
    z-index: 1010;
}
.mod-sidebar .tab-panel#qq p {
    font-size: 16px;
    font-weight: bold;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.mod-sidebar .tab-panel#qq .cooperate .phone-num {
    font-size: 20px;
}
.mod-sidebar .tab-panel#qq .cooperate {
    height: 106px;
}
.mod-sidebar .tab-panel#qq p {
    color: #fff;
}
.mod-sidebar .tab-panel#qq .close {
    margin-left: -30px;
    color: #fff;
    bottom: 15px;
}
.mod-sidebar .tab-panel#qq .rocket {
    position: absolute;
    width: 38px ;
    height: 64px;
    top: -30px;
    left: 100px;
    background: url("../images/bg_sidebar_rocket.png") no-repeat;
    z-index: 1040;
    -webkit-animation: float 8s ease .4s infinite normal;
    -ms-animation: float 8s ease .4s infinite normal;
    animation: float 8s ease .4s infinite normal;
}
.mod-sidebar .tab-panel#act {
    width: 220px;
}
.mod-sidebar .tab-panel:after {
    content: "◆";
    color: #f9f9f9;
    position: absolute;
    display: block;
    width: 8px;
    height: 16px;
    line-height: 16px;
    font-size: 24px;
    text-indent: -8px;
    top: 10px;
    right: -6px;
    overflow: hidden;
    z-index: 110;
}
.mod-sidebar .tab-panel a {
    color: #666;
}
.mod-sidebar .tab-panel .close {
    position: absolute;
    bottom: 5px;
    left: 50%;
    margin-left: -18px;
    font-size: 12px;
    display: block;
    width: 36px;
    color: #999;
}
.mod-sidebar .tab-panel .close:hover {
    text-decoration: none;
}
.mod-sidebar .tab-panel.xsSideBar#qq {
    width: 160px;
    background: linear-gradient(0deg, #ff740e, #ff3d33);
    margin-right: 0px;
    padding: 0px;
    height: 296px;
    box-shadow: 0px 20px 60px 0px rgba(255, 91, 51, 0.5);
    margin-top: -40px;
}
.mod-sidebar .tab-panel.xsSideBar#qq .close {
    margin-left: -18px;
}
.mod-sidebar .tab-panel.xsSideBar#qq .cooperate {
    height: auto;
    margin-top: 30px;
}
.mod-sidebar .tab-panel.xsSideBar#qq .cooperate2 {
    margin-top: 20px;
}
.mod-sidebar .tab-panel.xsSideBar#qq .lines {
    background: rgba(255, 255, 255, 0.2);
    width: 130px;
    margin: 0 auto;
    height: 1px;
    margin-bottom: -6px;
    margin-top: 20px;
}
.mod-sidebar .tab-panel.xsSideBar#qq .ui-fsl {
    margin-top: 10px;
}
.mod-sidebar .tab-panel.xsSideBar#qq .freeCall {
    font-size: 12px;
    font-weight: normal;
    margin-top: -4px;
}
/*mod-sidebar ie8*/
.mod-sidebar .tab-nav li a {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#90000000, 0, endColorstr=#90000000, 0);
}
.mod-sidebar .tab-nav li a:hover {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b1000000, 0, endColorstr=#b1000000, 0);
}
/*mod-slider*/
.mod-slider {
    position: relative;
}
.mod-slider ul {
    width: 5000px;
    height: 180px;
    position: absolute;
    left: 0;
    top: 0;
}
.mod-slider ul li {
    width: 306px;
    height: 180px;
    float: left;
    overflow: hidden;
}
.mod-slider ul li img {
    max-width: 100%;
}
.mod-slider .slider-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 32px;
    line-height: 32px;
    background: #333;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 14px;
    text-indent: 1em;
    text-decoration: none;
}
.mod-slider .slider-ctrl a {
    position: absolute;
    top: 50%;
    margin-top: -15px;
    display: block;
    height: 36px;
    width: 24px;
    text-align: center;
    line-height: 36px;
    font-size: 18px;
    color: #fff;
    font-family: "宋体", arial, sans-serif;
    font-weight: bold;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 3px;
}
.mod-slider .slider-ctrl a:hover {
    text-decoration: none;
    background: rgba(0, 0, 0, 0.5);
}
.mod-slider .slider-ctrl a.prev {
    left: 10px;
}
.mod-slider .slider-ctrl a.next {
    right: 10px;
}
/*mod-tab*/
.mod-tab .tab-nav:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ".";
    clear: both;
    height: 0;
    line-height: 0;
    overflow: hidden;
}
.mod-tab .tab-nav-2 li {
    width: 50%;
}
.mod-tab .tab-nav-3 li {
    width: 33.3333%;
}
.mod-tab .tab-nav-4 li {
    width: 25%;
}
.mod-tab .tab-nav-5 li {
    width: 20%;
}
.mod-tab .tab-nav li {
    height: 100%;
    float: left;
    text-align: center;
}
.mod-tab .tab-nav li a {
    display: block;
    padding: 7px 2px 6px;
    font-size: 14px;
    line-height: 19px;
    color: #666;
    background: #f1f1f1;
    position: relative;
}
.mod-tab .tab-nav li.active a,
.mod-tab .tab-nav li.active a:hover {
    color: #fff;
    background: #ff6e03;
}
.mod-tab .tab-nav li.active a:after {
    content: " ";
    position: absolute;
    height: 4px;
    width: 4px;
    color: #fff;
    bottom: 0;
    left: 50%;
    margin-left: -2px;
    border-width: 4px;
    border-style: dashed dashed solid;
    border-color: transparent transparent #fff;
}
.mod-tab .tab-nav li a:hover {
    text-decoration: none;
    color: #333;
    background: #e8e8e8;
}
.mod-tab .tab-content .tab-panel {
    display: none;
    padding: 10px;
}
.mod-tab .tab-content .tab-panel.active {
    display: block;
}
.page-mod-tab.mod-tab {
    margin-top: -54px;
}
.page-mod-tab.mod-tab .tab-nav li a {
    padding: 16px 6px 15px;
    line-height: 23px;
    height: 54px;
    font-size: 18px;
    background: #999;
    background: rgba(0, 0, 0, 0.4);
    color: #f1f1f1;
}
.page-mod-tab.mod-tab .tab-nav li.active a,
.mod-banner .mod-tab .tab-nav li.active a:hover {
    color: #464646;
    background: #fff;
}
.page-mod-tab.mod-tab .tab-nav li a:after {
    display: none;
}


/*新闻公告*/
#page-news .news-list .news-item {
    padding: 30px 0;
    border-bottom: 1px solid #ececec;
    position: relative;
}
#page-news .news-list .news-item.has-image {
    height: 240px;
    padding-left: 326px;
}
#page-news .news-list .news-item .title {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 10px;
    color: #353535;
}
#page-news .news-list .news-item .title a:hover {
    text-decoration: none;
}
#page-news .news-list .news-item .info {
    color: #ccc;
    margin-bottom: 10px;
}
#page-news .news-list .news-item .summary {
    font-size: 14px;
    font-weight: normal;
    color: #696969;
    margin-bottom: 10px;
}
#page-news .news-list .news-item .tags {
    color: #ccc;
    font-size: 12px;
    height: 22px;
    overflow: hidden;
}
#page-news .news-list .news-item .tags a {
    display: inline-block;
    color: #ccc;
    border: 1px solid #ececec;
    border-radius: 10px;
    padding: 4px 6px;
    line-height: 12px;
    color: #888;
    margin-right: 3px;
    word-break: keep-all;
}
#page-news .news-list .news-item .tags a:hover {
    text-decoration: none;
    border: 1px solid #ccc;
}
#page-news .news-list .news-item .img {
    display: block;
    position: absolute;
    left: 0;
    top: 20px;
    width: 306px;
    height: 180px;
    background: #ececec;
}
#page-news .news-list .news-item .img img {
    width: 100%;
    height: 100%;
    border: none;
}
#page-news .news-list .news-item:last-child {
    border-bottom: none;
}
#page-news .top-banner {
    width: 100%;
    height: 195px;
    padding-top: 15px;
}
#page-news .news-detail {
    padding-right: 260px;
    position: relative;
    min-height: 600px;
}
#page-news .news-detail .news-header {
    padding: 30px 0;
    border-bottom: 1px solid #ececec;
}
#page-news .news-detail .news-header .title {
    color: #353535;
    font-size: 28px;
    margin: 10px 0;
}
#page-news .news-detail .news-header .info {
    color: #999;
}
#page-news .news-detail .news-content {
    padding: 20px 0;
}
#page-news .news-detail .news-content p {
    font-size: 15px;
    color: #464646;
    margin: 10px 0;
    line-height: 1.8;
}
#page-news .news-detail .news-content p.indent {
    text-indent: 2em;
}
#page-news .news-detail .news-content img {
    max-width: 100%;
    height: auto;
}
#page-news .news-detail .news-content a {
    color: #ff6e03;
}
#page-news .news-detail .other-news > .title {
    font-size: 16px;
    font-weight: normal;
    padding: 0 10px;
    margin: 0 15px;
    border-left: 2px solid #ff6e03;
}
.realted-news .news-tags {
    margin: 15px 0 0;
	width: 600px;
}
.realted-news .news-tags li {
    float: left;
    margin-right: 5px;
	width: 600px;
}
.realted-news .news-tags li a {
    display: block;
    padding: 6px 12px;
    word-break: keep-all;
}
.realted-news .news-tags li a:hover {
    border-color: #ff6e03;
    color: #333;
    text-decoration: none;
}
.realted-news .news-list {
    margin-right: -20px;
    padding: 0 0 30px;
}
.realted-news .news-list li {
    float: left;
}
#page-news .realted-news .news-item {
    width: 236px;
    height: 234px;
    padding: 30px 10px 0 0;
    overflow: hidden;
    border-bottom: none;
}
#page-news .realted-news .news-item .title {
    font-size: 16px;
    font-weight: normal;
    margin: 10px 0 5px;
}
#page-news .realted-news .news-item .img {
    position: relative;
    left: auto;
    top: auto;
    width: 226px;
    height: 133px;
    background: #ececec;
}
.tags-list {
    padding: 30px 0;
}
.tags-list li {
    float: left;
    margin: 0 5px 15px 0;
}
.tags-list li a {
    display: block;
    padding: 6px 12px;
    border: 1px solid #ececec;
    border-radius: 32px;
}
.tags-list li a:hover,
.tags-list li.active a {
    background: #ff6e03;
    border-color: #ff6e03;
    color: #fff;
    text-decoration: none;
}
.news-sidebar {
    position: absolute;
    top: 30px;
    right: 0;
    width: 240px;
    overflow: hidden;
}
.news-sidebar.is-fixed {
    position: fixed;
    top: 86px;
    right: 50%;
    margin-right: -600px;
}
.news-sidebar .mod-slider {
    position: relative;
    width: 240px;
    height: 180px;
    overflow: hidden;
}
.news-sidebar .mod-slider ul {
    height: 280px;
}
.news-sidebar .mod-slider ul li {
    width: 240px;
    height: 280px;
}
.hot-news {
    padding: 30px 0;
}
.hot-news h4 {
    font-size: 16px;
    border-left: 3px solid #ff6e03;
    padding: 0 10px;
}
.realted-news h3 {
    font-size: 16px;
    border-left: 3px solid #ff6e03;
    padding: 0 10px;
}
.hot-news .list {
    padding: 15px 0;
}
.hot-news .list li {
    list-style: disc;
    margin: 0 0 0 15px;
    padding: 10px 0;
    border-bottom: 1px dashed #ececec;
}
.hot-news .list li:last-child {
    border-bottom: none;
}
.hot-news .list li a {
    font-size: 14px;
    color: #999;
}
#page-news .notice-detail .top-banner {
    height: 240px;
    padding: 30px 0;
    background: #ff6e03 ;
}
#page-news .notice-detail .top-banner .mod-bread-nav {
    color: #fff;
    border-color: #fff;
    margin: 0;
}
#page-news .notice-detail .top-banner a {
    color: #fff;
}
#page-news .notice-detail .top-banner a:hover {
    color: #fff;
}
#page-news .notice-detail .title {
    color: #fff;
    font-size: 28px;
    font-weight: normal;
    margin: 100px 0 10px;
}
#page-news .notice-detail .info {
    color: #fff;
}
#page-news .notice-detail .news-content {
    padding: 20px 0;
}
#page-news .notice-detail .news-content p {
    font-size: 14px;
    color: #464646;
    font-weight: normal;
    margin: 10px 0;
    line-height: 1.8;
}
#page-news .notice-detail .news-content p.indent {
    text-indent: 2em;
}
.tag-detail .tag-title {
    font-size: 32px;
    color: #353535;
    font-weight: normal;
    padding-top: 30px;
}
.tag-detail .tag-des {
    position: relative;
    padding: 15px;
    margin: 15px 0 30px 0;
    background: #f9f9f9;
    border-radius: 6px;
}
.tag-detail .tag-des:before {
    content: "◆";
    position: absolute;
    top: -18px;
    left: 30px;
    color: #f9f9f9;
    font-size: 36px;
    line-height: 36px;
}
.tag-detail .news-item .img img {
    height: 100%;
    width: 100%;
}
.tag-detail .news-item .title {
    font-size: 16px;
    color: #353535;
    font-weight: normal;
}
.tag-detail .news-item .title a {
    text-decoration: none;
}
.tag-detail .rec-news {
    margin: 0 -60px 30px 0;
}
.tag-detail .rec-news .news-item {
    float: left;
    margin-right: 24px;
    width: 282px;
}
.tag-detail .rec-news .news-item:last-child {
    margin-right: 0px;
}
.tag-detail .rec-news .news-item .img {
    width: 282px;
    height: 180px;
    overflow: hidden;
}
.tag-detail .rec-news .news-item .title {
    margin-top: 10px;
}
#page-news .tag-detail .news-list {
    width: 940px;
    padding-bottom: 60px;
    float: left;
}
#page-news .tag-detail .news-list .news-item.has-image {
    height: 193px;
    padding-left: 246px;
}
#page-news .tag-detail .news-list .news-item .img {
    width: 226px;
    height: 133px;
    top: 30px;
}
#page-news .tag-detail .news-list .news-item .title {
    font-size: 16px;
    font-weight: normal;
}
#page-news .tag-detail .news-list .news-item .summary {
    height: 3.2em;
    overflow: hidden;
}
.tag-detail .tag-sidebar {
    float: right;
    width: 240px;
}
.tag-detail .other-news .list li {
    list-style: disc;
    margin: 0 0 0 15px;
    padding: 10px 0;
    border-bottom: 1px dashed #ececec;
}
.tag-detail .other-news .list li:last-child {
    border-bottom: none;
}
.tag-detail .other-news .list li a {
    font-size: 14px;
    color: #999;
}
.tag-detail .hot-tags .tags-list {
    padding: 0;
}
.tag-banner a {
    display: block;
    width: 1200px;
    margin: 0 auto;
}
#page-news .mod-page-column {
    min-height: 820px;
}
#page-news .mod-page-column .news-list li.news-item:first-child {
    margin-top: -15px;
}
#page-news .mod-page-column .news-list .news-item.has-image {
    height: 193px;
    padding-left: 246px;
}
#page-news .mod-page-column .news-list .news-item .img {
    width: 226px;
    height: 133px;
    top: 30px;
}
#page-news .mod-page-column .news-list .news-item .title {
    font-size: 16px;
    font-weight: normal;
}
#page-news .mod-page-column .news-list .news-item .summary {
    height: 3.2em;
    overflow: hidden;
}
.mod-page-column .mod-page-body .mod-sect {
    margin-bottom: 30px;
    border-bottom: 1px solid #ececec;
}
.mod-page-column .mod-page-body .mod-sect.tutorial {
    border-bottom: none;
}
.mod-page-column .mod-page-body .mod-sect:last-child {
    border-bottom: none;
}
.mod-page-column .mod-page-body .mod-sect.banner-image img {
    max-width: 100%;
}
.mod-page-column .news-list-2 {
    padding: 20px 0;
}
.mod-page-column .tab-content .news-list-2 {
    padding: 0 0 20px 0;
}
.mod-page-column .news-list-2 li {
    width: 50%;
    float: left;
    list-style: disc;
    padding: 10px 20px;
}
.mod-page-column .news-list-2 li a {
    font-size: 14px;
}
.mod-page-column .tutorial-tab {
    margin-right: -1px;
}
.mod-page-column .tutorial-tab li {
    width: 9.0909%;
}
.mod-page-sidebar .mod-slider {
    position: relative;
    width: 240px;
    height: 280px;
    overflow: hidden;
}
.mod-page-sidebar .mod-slider ul {
    height: 280px;
}
.mod-page-sidebar .mod-slider ul li {
    width: 240px;
    height: 280px;
}
.mod-page-sidebar .other-news .list li {
    list-style: disc;
    margin: 0 0 0 15px;
    padding: 10px 0;
    border-bottom: 1px dashed #ececec;
}
.mod-page-sidebar .other-news .list li:last-child {
    border-bottom: none;
}
.mod-page-sidebar .other-news .list li a {
    font-size: 14px;
    color: #999;
}
.mod-page-sidebar .hot-tags .tags-list {
    padding: 0;
}
#page-news .start-banner {
    position: relative;
}
#page-news .start-banner .app-number {
    position: absolute;
    width: 300px;
    left: 50%;
    top: 220px;
    margin-left: 60px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
}
#page-news .start-banner .app-number.xsNum {
    top: 106px;
    font-size: 24px;
    line-height: 24px;
    width: 520px;
    margin-left: 0px;
    left: 420px;
    text-align: left;
}
#page-news .start-banner .app-number span {
    font-size: 24px;
    color: #333;
    font-weight: bold;
    font-family: Arial;
}

@media screen and (max-width:800px) {

.layout-wrap{width:100%}
#page-news .top-banner{height:auto;padding-top:0}
#page-news .top-banner img{width:100%;height:auto}
#page-news .news-detail{padding-right:0}
#page-news .news-detail .news-header{padding:0}
.mod-bread-nav{margin:10px}
#page-news .news-detail .news-content p{font-size:14px}
#page-news .news-detail .news-content img{height:auto!important}
.news-sidebar {
    position: initial;
 
    width:auto;margin:0 20px;
   
}#page-news .news-detail .news-header .title {
    color: #353535;
    font-size: 20px;
    margin: 10px 0;
    text-align: center;
}
#page-news .news-detail .news-header .info {
    color: #999;
    text-align: center;
}#page-news .news-detail .news-content {
    padding: 20px;
}
.realted-news{margin: 0  20px}
.news-sidebar.is-fixed {
    position: initial;
 
    margin-right: 20px;
}
.realted-news .news-tags {
    margin: 15px 0 0;
    width: auto;
}.realted-news .news-tags li {
    float: none;
    margin-right: 0;
    width: 100%;
}
.news-sidebar .mod-slider{width:100%}
.news-sidebar .mod-slider ul li{width:100%}


}

