@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: "Microsoft YaHei", 微软雅黑, "MicrosoftJhengHei", 华文细黑, STHeiti, MingLiu;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.clear {
    zoom: 1;
}
.clear:after {
    content: '';
    display: block;
    clear: both;
}
.header {
    height: 50px;
    border-bottom: 1px solid #e5e5e5;
}
.header .contact {
    height: 50px;
}
.ui.grid.container {
    width: 70%!important;
}
.ui.grid {
    margin: 0;
}
.ui.grid>.row {
    height: 50px;
    line-height: 50px;
    padding: 0;
}
.header .left span {
    font-size: 10px;
    color: #999;
    display: inline-block;
    line-height: 50px;
}
.header .left div {
    display: inline-block;
    height: 50px;
    width: 50px;
    text-align: center;
}
.header .row div i {
    color: #999;
    margin-bottom: 8px;
}
.header .row .left .wb:hover {
    background-color: #f8f8f8;
}
.header .row .left .wb:hover i.weibo {
    color: #ff4a4a;
}
.header .row .left .wx {
    position: relative;
}
.header .row .left .wx:hover {
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}
.header .row .left .wx:hover:after {
    display: block;
    content: '';
    position: absolute;
    height: 1px;
    width: 49px;
    top: 49px;
    background-color: rgb(255, 255, 255);
    z-index: 10;
}
.header .row .left .wx:hover .qr_code {
    display: block;
}
.header .row .left .wx:hover i.wechat {
    color: #1dc047;
}
.header .right div {
    display: inline-block;
    height: 50px;
    text-align: center;
}
.header .row .right span {
    font-size: 1.5em;
    display: inline-block;
    line-height: 50px;
}
.header .row .right:hover i {
    color: #e73642;
}
.header .row .left .wx .qr_code {
    width: 160px;
    height: 180px;
    border: 1px solid #e5e5e5;
    text-align: center;
    position: absolute;
    left: -1px;
    top: 49px;
    background-color: #fff;
    display: none;
    z-index: 10;
}
.header .row .left .wx .qr_code img {
    width: 126px;
    height: 126px;
    margin-top: 18px;
}
.header .row .left .wx .qr_code p {
    line-height: 0;
    font-size: 14px;
}
.nav {
    height: 95px;
    border-bottom: 3px solid #e73642;
}
.nav.fixed {
    position: fixed;
    width: 100%;
    top: 0;
    background-color: #fff;
    z-index: 100;
    border-bottom: 3px solid #e73642;
}
.fixedBox {
    width: 100%;
    height: 100px;
    display: none;
}
.nav .ui.container {
    width: 70%;
}
.nav .ui.button {
    margin: 0 1em 0 0;
    font-size: 1.1em;
}
.nav .ui.container div {
    float: left;
}
.nav .nav_logo {
    line-height: 95px;
    width: 17.5%;
}
.nav .nav_logo img {
    width: 150px;
    height: auto;
    vertical-align: middle;
}
.nav .nav_menu {
    width: 65%;
}
.nav .nav_menu ul {
    height: 95px;
    position: relative;
}
.nav .nav_menu ul li {
    float: left;
    width: 20%;
    text-align: center;
    line-height: 95px;
    font-size: .85em;
}
.nav .nav_menu ul li a {
    font-size: 1.1em;
    color: #000;
}
.nav .nav_menu ul li a.active {
    color: #e73642;
}
.nav .nav_menu ul li:hover a {
    color: #fff;
}
.nav .nav_menu ul li.bg {
    overflow: hidden;
    background-color: #e73642;
    position: absolute;
    left: 0;
    z-index: -1;
}
.nav .nav_btn {
    height: 95px;
    line-height: 95px;
    width: 17.5%;
    text-align: right;
}
.nav .nav_btn button:first-child {
    background-color: #e73642;
}
.dynamic .three.wide.column.dc_nav {
    margin-top: 10px;
}
.dynamic .three.wide.column.dc_nav ul {
    border: 1px solid #e5e5e5;
}
.dynamic .ui.grid>[class*="three wide"].column {
    width: 15%!important;
}
.dynamic .three.wide.column.dc_nav>ul>li {
    height: 40px;
    line-height: 40px;
    padding-left: 10%;
    border-left: 4px solid #fff;
}
.dynamic .three.wide.column.dc_nav ul li.active {
    border-left: 4px solid #ff5f3e;
    color: #ff5f3e;
    background-color: #f8f8f8;
}
.dynamic .three.wide.column.dc_nav ul li:hover {
    border-left: 4px solid #ff5f3e;
    color: #ff5f3e;
    background-color: #f8f8f8;
}
.dynamic .thirteen.wide.column.content .ui.grid>.row {
    margin-top: 50px;
}
.dynamic .thirteen.wide.column.content .ui.grid>.row:nth-child(1) {
    margin-top: 10px;
}
.dynamic .thirteen.wide.column.content .ui.grid>.row {
    height: auto;
    line-height: auto;
}
.dynamic .thirteen.wide.column.content .row .column img {
    width: 100%;
    height: auto;
}
.dynamic .thirteen.wide.column.content .row .column p.time {
    color: #df4b4c;
    height: auto;
    font-size: 1.1em;
    line-height: 1.1;
}
.dynamic .thirteen.wide.column.content .row .column p.title {
    color: #333;
    height: auto;
    font-size: 1.1em;
    line-height: 2;
}
.dynamic .thirteen.wide.column.content .row .column p.text {
    color: #999;
    height: auto;
    font-size: .8em;
    line-height: 1.5;
}
.dynamic .paging {
    width: 100%;
    margin: 30px 5% 40px auto;
}
.dynamic .paging ul {
    float: right;
    height: 30px;
    line-height: 30px;
    width: 63%;
}
.dynamic .paging ul li {
    float: left;
}
.dynamic .paging ul li:nth-child(1) {
    margin-right: 1.5%;
}
.dynamic .paging ul li:nth-child(2) {
    margin-right: 3%;
}
.dynamic .paging ul li:last-child {
    margin-left: 3%;
}
.dynamic .paging ul li.num {
    border: 1px solid #e6e6e6;
    padding: 0 .8em;
}
.dynamic .paging ul li.pageDown {
    margin: 0 2% 0 5px;
}
.dynamic .paging ul li div.toPage {
    display: inline-block;
    width: 50px;
    text-align: center;
    height: 30px;
    line-height: 30px
}
.dynamic .ui.selection.dropdown {
    min-width: 0;
    padding: .4em 1.6em .4em 1em;
    border-radius: 0rem;
    min-height: 0;
}
.dynamic .ui.active.upward.selection.dropdown {
    border-radius: 0rem!important;
}
.dynamic .ui.button {
    background-color: #fff;
    border-radius: 0rem;
    padding: .4em .5em;
    border: 1px solid #e6e6e6;
}
.dynamic .ui.labeled.icon.button>.icon {
    background-color: #fff;
    width: 1em;
}
.dynamic .ui.labeled.icon.button {
    padding-left: 1.5em!important;
    padding-right: 1em!important;
}
.dynamic .ui[class*="right labeled"].icon.button {
    padding-right: 1.5em!important;
    padding-left: 1em!important;
}
.dynamic .ui.youtube.button {
    background-color: #e73642;
}
.dynamic .paging ul li div.button.upDown {
    margin-right: 5px;
    padding-right: 5px;
}
.dynamic .paging ul li div.button.pageDown {
    margin-right: 5px;
    padding-left: 5px;
}
.dynamic .paging ul li div.button {
    border: 1px solid #e6e6e6;
}
.dynamic .ui.small.button {
    font-size: .8em;
    padding: .55em .7em;
}
.dynamic i.large.icon {
    font-size: 1.6em;
    margin-top: -2px;
}
.dynamic .paging ul li div.toPage input {
    border: none;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    width: 100%;
    height: 100%;
    text-align: center;
}
.footer {
    border-top: 3px solid #e73642;
    background-color: #f8f8f8;
}
.footer .ui.container {
    width: 72%;
}
.footer .content {
    margin-top: 45px;
    height: 360px;
}
.footer .content .column ul li img {
    transition: 0.5s;
}
.footer .content .column.one:hover ul li img, .footer .content .column.two:hover ul li img, .footer .content .column.three:hover ul li img {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}
.footer .content .column.fours .phone>h2 {
    transition: 0.4s;
}
.footer .content .column.fours:hover .phone>h2 {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1.1, 1.1, 1);
}
.footer .content .column {
    border-right: 1px solid #e5e5e5;
}
.footer .content .column:last-child {
    border-right: none;
}
.footer .content .header {
    border-bottom: none;
    height: 60px;
    line-height: 60px;
    font-size: 1.4em;
}
.footer .content ul li {
    text-align: center;
}
.footer .content ul li a {
    color: #9f9f9f;
    line-height: 1.4;
    font-size: .8em;
}
.footer .content ul li a:hover {
    color: #e73642;
}
.footer .content .phone {
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
}
.footer .content .phone ul {
    margin-left: 25%;
}
.footer .content .phone li img {
    margin-top: 10px;
}
.footer .content .phone li {
    float: left;
    height: 60px;
    line-height: 60px;
    padding-right: 20px;
}
.footer .content .phone h2 {
    font-size: 1.5em;
    color: #e73642;
}
.footer .content .wx {
    margin-top: 20px;
}
.footer .content .wx li {
    margin-top: 5px;
}
.footer .content .wx h2 {
    font-size: 1.2em;
}
.footer .link {
    height: 90px;
    background-color: #fff;
}
.footer .link .ui.container {
    width: 70%;
}
.footer .link div div {
    margin-top: 10px;
    float: left;
}
.footer .link div div:nth-child(1) {
    margin-top: 15px;
    font-size: 1.3em;
    width: 10%;
    text-align: center;
}
.footer .link div div:nth-child(2) {
    width: 90%;
}
.footer .link div div p {
    line-height: 1.4;
}
.footer .link div div p a {
    font-size: .8em;
    color: #9f9f9f;
    margin-right: 5px;
    padding-right: 8px;
    border-right: 2px solid #9f9f9f;
}
.footer .link div div p a:hover {
    color: #e73642;
}
.footer .link div div p a:last-child {
    border-right: none;
}
.footer .bottom {
    height: 100px;
    border-top: 1px solid #dfdfdf;
}
.footer .bottom div {
    text-align: center;
    margin-top: 30px;
}
.footer .bottom div p {
    font-size: .8em;
    line-height: 1.8;
}
.footer .bottom div p:nth-child(1) {
    color: #999;
}
.footer .bottom div p:nth-child(2) {
    color: #ccc;
}
@media only screen and (min-width: 1200px) and (max-width:1910px) {
    .ui.grid.container {
        width: 85%!important;
    }
    .ui.container {
        width: 75%;
    }
    .ui.grid>.row {
        height: 30px;
        line-height: 30px;
        padding: 0;
    }
    .header {
        height: 30px;
    }
    .header .contact {
        height: 30px;
    }
    .header .left span {
        font-size: 8px;
        line-height: 30px;
    }
    .header .left div {
        height: 30px;
        width: 30px;
    }
    .header .right div {
        height: 30px;
    }
    .header .row div i {
        margin-bottom: 0px;
        font-size: 1.1em;
    }
    .header .row .right span {
        font-size: .95em;
        line-height: 30px;
    }
    .header .row .left .wx .qr_code {
        width: 120px;
        height: 150px;
        top: 29px;
    }
    .header .row .left .wx .qr_code img {
        margin-top: 12px;
        width: 110px;
        height: auto;
    }
    .header .row .left .wx .qr_code p {
        font-size: .7em;
    }
    .nav .ui.container {
        width: 85%;
    }
    .nav {
        height: 65px;
    }
    .nav .nav_logo {
        line-height: 65px;
    }
    .nav .nav_logo img {
        width: 110px;
    }
    .nav .nav_menu ul {
        height: 65px;
        width: 75%;
        float: right;
    }
    .nav .nav_menu ul li {
        line-height: 65px;
    }
    .nav .nav_btn {
        height: 65px;
        line-height: 65px;
    }
    .nav .ui.button {
        margin: 0 1.1em 0 0;
        font-size: .7em;
    }
    .ui.input input {
        max-width: 90%;
    }
    .dynamic .three.wide.column.dc_nav>ul>li {
        height: 35px;
        line-height: 35px;
        font-size: .85em;
    }
    .dynamic .thirteen.wide.column.content .row .column p.time {
        font-size: .95em;
        line-height: 1.1;
    }
    .dynamic .thirteen.wide.column.content .row .column p.title {
        font-size: .9em;
        line-height: 2;
    }
    .dynamic .thirteen.wide.column.content .row .column p.text {
        font-size: .7em;
        line-height: 1.5;
    }
    .dynamic .thirteen.wide.column.content .ui.grid>.row {
        margin-top: 25px;
    }
    .dynamic .paging ul li div.toPage {
        height: 32px;
        line-height: 32px;
    }
    .dynamic .paging ul li {
        font-size: .8em;
    }
    .dynamic .ui.labeled.icon.button {
        padding: .75em 1.4em!important;
        font-size: .8em;
    }
    .dynamic .paging ul {
        width: 70%;
    }
    .dynamic .ui.small.button {
        font-size: .8em;
        padding: 1em 1.5em;
    }
    .footer .ui.container {
        width: 85%;
    }
    .footer .content {
        margin-top: 15px;
        height: 300px;
    }
    .footer .link .ui.container {
        width: 85%;
    }
    .footer .link div div p {
        line-height: 1.1;
    }
    .footer .content .header {
        height: 40px;
        line-height: 40px;
        font-size: 1.1em;
    }
    .footer .content ul li a {
        font-size: .7em;
    }
    .footer .content .wx h2 {
        font-size: 1.1em;
    }
    .footer .content .phone {
        padding-bottom: 10px;
    }
    .footer .content .phone li img {
        margin-top: 5px;
        width: 85%;
    }
    .footer .content .phone h2 {
        font-size: 1.3em;
    }
    .footer .content .phone li {
        height: 40px;
        line-height: 40px;
    }
    .footer .link {
        height: 80px;
    }
    .footer .link div div:nth-child(1) {
        font-size: 1.1em;
    }
    .footer .link div div p a {
        font-size: .7em;
    }
    .footer .link div div {
        margin: .4% 0;
    }
    .footer .bottom div p {
        font-size: .6em;
    }
    .footer .bottom {
        height: 60px;
    }
    .footer .bottom div p {
        font-size: .6em;
        line-height: 1.3;
    }
    .footer .bottom div {
        margin-top: 10px;
    }
}
@media only screen and (min-width: 1360px) and (max-width:1439px) {
    .dynamic .ui.labeled.icon.button {
        padding: .75em 1.4em!important;
    }
    .footer .link div div {
        margin: 1% 0;
    }
    .footer .bottom div {
        margin-top: 15px;
    }
}
@media only screen and (min-width: 1440px) and (max-width:1590px) {
    .dynamic .ui.grid.container {
        width: 90%!important;
    }
    .dynamic .ui.labeled.icon.button {
        padding: 1em 1.4em!important;
    }
    .dynamic .paging ul {
        width: 66%;
    }
    .footer .link div div {
        margin: 1% 0;
    }
    .footer .bottom div {
        margin-top: 15px;
    }
}
@media only screen and (min-width: 1600px) and (max-width:1670px) {
    .dynamic .paging ul {
        width: 62%;
    }
    .dynamic .ui.grid.container {
        width: 85%!important;
    }
    .dynamic .ui.labeled.icon.button {
        padding: .75em 1.4em!important;
    }
    .footer .link div div {
        margin: 1% 0;
    }
    .footer .bottom div {
        margin-top: 15px;
    }
}
@media only screen and (min-width: 1680px) and (max-width:1910px) {
    .dynamic .ui.grid.container {
        width: 80%!important;
    }
    .dynamic .paging ul {
        width: 63%;
    }
    .dynamic .ui.labeled.icon.button {
        padding: .75em 1.4em!important;
    }
    .footer .link div div:first-child {
        margin-top: 1.1%;
    }
    .footer .link div div {
        margin-top: 1%;
    }
}
