@charset "UTF-8";
@font-face {
    font-family: "SourceHanSansCN-Regular";
    src: url("/Template/sswghua/css/./fonts/SourceHanSansCN-Regular.woff") format("woff"), url("/Template/sswghua/css/./fonts/SourceHanSansCN-Regular.ttf") format("truetype"), url("/Template/sswghua/css/./fonts/SourceHanSansCN-Regular.eot") format("embedded-opentype");
}

@font-face {
    font-family: "HuXiaoBo-NanShen";
    src: url("/Template/sswghua/css/./fonts/HuXiaoBo-NanShen.woff") format("woff"), url("/Template/sswghua/css/./fonts/HuXiaoBo-NanShen.ttf") format("truetype"), url("/Template/sswghua/css/./fonts/HuXiaoBo-NanShen.eot") format("embedded-opentype");
}


/* yui3 reset.css */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
    vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: "";
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%;
}

legend {
    color: #000;
}

iframe {
    display: block;
}


/* yui3 fonts */

body {
    color: #333;
    font-size: 14px;
    font-family: "SourceHanSansCN-Regular";
    background-color: #f7f7f7;
}

select,
input,
button,
textarea {
    font: 99% arial, helvetica, clean, sans-serif;
}

table {
    font-size: inherit;
    font: 100%;
}

pre,
code,
kbd,
samp,
tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}

a {
    text-decoration: none;
}

input,
button,
textarea {
    font-family: "SourceHanSansCN-Regular";
    border: 0;
    outline: 0;
}

input[type=text]::-ms-clear,
input[type=password]::-ms-reveal {
    display: none;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: #999;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
    color: #999;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
    color: #999;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
    color: #999;
}

.placeholder {
    color: #999;
}


/* utilities */

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

.l {
    float: left !important;
}

.r {
    float: right !important;
}

.hidden {
    display: none !important;
}

.invisible {
    visibility: hidden !important;
}

.trans {
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.text-overflow {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.header {
    height: 800px;
    background: url("/Template/sswghua/css/../images/header_bg.png") no-repeat center bottom;
}

.header-nav {
    height: 80px;
    background-color: rgba(93, 0, 0, 0.3);
}

.header img {
    width: 100%;
}

.header-logo {
    max-width: 304px;
    width: 100%;
    height: 51px;
    margin-top: 15px;
}

.header-text {
    width: 265px;
    height: 42px;
    margin: 15px 0 0 162px;
}

.header-eng {
    margin-top: 34px;
    line-height: 12px;
    height: 12px;
}

.header-eng-list {
    float: left;
    padding: 0 10px;
    border-right: 1px solid #de6f6f;
}

.header-eng-list:last-child {
    border-right: none;
}

.header-eng-box {
    color: #f2c6c7;
}

.header-con {
    margin: 153px auto 0;
    max-width: 1080px;
    height: 290px;
    width: 100%;
}

.header-con-img {
    width: 100%;
}

.bgcf {
    margin-bottom: 20px;
    background-color: #fff;
}

.footer {
    position: relative;
    padding-bottom: 31px;
    background-color: #333;
}

.footer:before {
    position: absolute;
    content: " ";
    top: 0;
    left: 0;
    right: 0;
    height: 6px;
    background: #e6373b;
    background: linear-gradient(to left, #e6373b, #fc6132);
    background: -moz-linear-gradient(right, #e6373b, #fc6132);
}

.footer-left {
    width: calc(100% - 486px);
    padding: 40px 0 0 28px;
}

.footer-href {
    margin-bottom: 17px;
}

.footer-href li {
    float: left;
    color: #fff;
    font-size: 15px;
}

.footer-href li:first-child .footer-href-box {
    margin-left: 0;
}

.footer-href-box {
    margin: 0 12px;
    line-height: 35px;
    color: #fff;
}

.footer-con {
    margin-bottom: 20px;
}

.footer-con-text {
    margin-right: 20px;
    line-height: 25px;
    color: #fff;
    font-size: 15px;
}

.footer-con-icp {
    padding-left: 18px;
    background: url("/Template/sswghua/css/../images/footer_icon1.jpg") no-repeat left center;
}

.footer-con-code {
    padding-left: 22px;
    background: url("/Template/sswghua/css/../images/footer_icon2.png") no-repeat left center;
}

.footer-app {
    padding-top: 75px;
}

.footer-app-item {
    float: left;
}

.footer-app-item:first-child .footer-app-box {
    background-image: url("/Template/sswghua/css/../images/footer_app.png");
}

.footer-app-item:nth-child(2) .footer-app-box {
    background-image: url("/Template/sswghua/css/../images/footer_weixin.png");
}

.footer-app-item:nth-child(3) .footer-app-box {
    background-image: url("/Template/sswghua/css/../images/footer_email.png");
}

.footer-app-box {
    display: block;
    width: 87px;
    padding-top: 78px;
    line-height: 25px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center top;
}

.footer-right {
    padding-top: 92px;
}

.footer-right-icon {
    width: 52px;
    height: 62px;
    margin-right: 25px;
    background: url("/Template/sswghua/css/../images/footer_icon3.png") no-repeat;
}

.footer-right-error {
    width: 110px;
    height: 55px;
    margin-right: 7px;
    background: url("/Template/sswghua/css/../images/footer_icon4.png") no-repeat;
}

.plan {
    width: calc(50% - 24px);
    margin: 0 24px 20px 0;
    box-shadow: 0px 3px 8px 0px rgba(163, 120, 123, 0.15);
    border-radius: 0 0 3px 3px;
}

.plan-main {
    padding: 0 3px 0 28px;
}

.plan-top {
    height: 60px;
    padding: 0 20px;
    background-color: #feeeea;
}

.plan-tt {
    position: relative;
    padding-left: 18px;
    line-height: 60px;
    color: #e1313f;
    font-size: 24px;
    font-weight: 600;
    background: url("/Template/sswghua/css/../images/list_icon.png") no-repeat left center;
}

.plan-more {
    width: 13px;
    height: 11px;
    margin-top: 25px;
    background: url("/Template/sswghua/css/../images/list_more.png") no-repeat;
}

.plan-list {
    padding: 12px 40px 17px 21px;
    font-size: 16px;
}

.plan-item {
    line-height: 42px;
}

.plan-name {
    display: block;
    padding-left: 16px;
    color: #333;
    background: url("/Template/sswghua/css/../images/list_dian.png") no-repeat left center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.plan-name:hover,.plan-name.accfocus {
    color: #e1313f;
    background-image: url("/Template/sswghua/css/../images/list_dianh.png");
}

.loc {
    padding-left: 24px;
    margin-bottom: 30px;
    line-height: 25px;
    font-size: 18px;
    background: url("/Template/sswghua/css/../images/address_icon.png") no-repeat left 3px;
}

.loc-href {
    color: #333;
}

.loc-current {
    color: #e1313f;
}

.main {
    margin: -160px auto 30px;
    padding: 28px 28px 30px;
    background-color: #fff;
    border-radius: 3px;
}


/* 移动端 */

@media (max-width: 979px) {
    .header {
        height: auto;
        padding-bottom: 100px;
    }
    .header-con {
        height: auto;
        margin-top: 80px;
    }
    .header-nav {
        height: auto;
        padding-bottom: 15px;
    }
    .footer-left {
        width: calc(100% - 280px);
    }
    .footer-app {
        padding-top: 45px;
    }
    .footer-right {
        padding-top: 43px;
    }
    .main {
        margin: 0;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 767px) {
    .header-text {
        margin-left: 0;
    }
    .footer-left {
        width: 100%;
        padding-left: 0;
    }
    .footer-con-text {
        display: block;
    }
    .footer-app {
        padding-top: 15px;
    }
    .footer-right {
        padding-top: 30px;
    }
}

/*无障碍连读效果*/
.accfocus{
 text-decoration:underline!important;
}
