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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

li,
ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

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

a {
    text-decoration: none
}

body,
html {
    width: 100%;
    font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif
}

body {
    line-height: 1;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: transparent
}

html {
    overflow-y: scroll
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: inline-block;
    height: 0;
    clear: both;
    visibility: hidden
}

.clearfix {
    height: 0
}

body {
    color: #333333;
    font-size: 14px;
    min-width: 1200px
}

.box {
    width: 1200px;
    margin: 0 auto
}

.min {
    min-width: 1200px
}

a {
    color: #333333
}

a:hover {
    color: #076ce0
}

.fl {
    float: left
}

.fr {
    float: right
}

.ov {
    overflow: hidden
}

* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.header-top {
    width: 100%;
    height: 90px;
}

.header-logo {
    width: auto;
    height: 90px;
    display: table;
}

.header-logo a {
    display: table-cell;
    vertical-align: middle;
}

.header-hotline {
    padding-top: 15px;
    line-height: 60px;
    color: #df5400;
    position: relative;
}

.header-hotline span {
    display: inline-block;
    font-size: 16px;
}

.header-hotline b {
    display: inline-block;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 30px;
}

.header-menu {
    width: 100%;
    height: 50px;
    background: url(../images/bg1.jpg) left center repeat-x;
}

.header-menu li.header-nli {
    display: block;
    float: left;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    position: relative;
}

.header-menu li.header-nli a {
    display: block;
    color: #ffffff;
}

.header-menu li.header-nli a:hover,
.header-menu li.on a {
    background: #076ce0;
}

.header-menu li.header-nli dl.sub {
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 1002;
    display: none;
    width: 100%;
    height: auto;
    padding: 5px 0;
    background: rgba(7, 108, 224, .5);
}

.header-menu li.header-nli dl.sub-big {
    width: 200px;
    left: 50%;
    margin-left: -100px;
}

.header-menu li.header-nli dl dd {
    width: 100%;
    height: 35px;
    line-height: 35px;
}

.header-menu li.header-nli dl dd a,
.header-menu li.on dl dd a {
    padding: 0 5px;
    background: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.banner {
    width: 100%;
    height: 360px;
    overflow: hidden;
    position: relative;
}

.banner .hd {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 30px;
    left: 0;
    height: 25px;
    line-height: 25px;
    text-align: center;
}

.banner .hd ul li {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 15px;
    height: 15px;
    margin: 5px;
    overflow: hidden;
    line-height: 9999px;
    background: rgba(255, 255, 255, .5);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

.banner .hd ul .on {
    background: rgb(213, 65, 68);
}

.banner .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.banner .bd li {
    width: 100%;
    height: 360px;
    background-position: center center;
    background-repeat: no-repeat;
}

.banner .bd li a {
    display: block;
    width: 100%;
    height: 360px;
}

.index-notice {
    width: 100%;
    height: 40px;
    padding: 0 20px;
    border: 1px solid #dddddd;
    margin: 15px auto;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
}

.index-notice .index-notice-title {
    font-size: 14px;
    line-height: 40px;
    color: #076ce0;
    float: left;
    width: 65px;
}

.index-notice .index-notice-title i {
    display: inline-block;
    font-size: 16px;
    color: #f34336;
    padding-right: 5px;
}

.index-notice .bd {
    float: left;
    width: 1090px;
    overflow: hidden;
}

.index-notice .bd li {
    float: left;
    width: 218px;
    padding-right: 1em;
    height: 40px;
    line-height: 40px;
    text-align: left;
    _display: inline;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.index-box {
    height: 230px;
    background: #f5f5f5;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    padding: 20px 18px 4px 18px;
}

.index-news {
    width: 380px;
    overflow: hidden;
}

.index-about {
    width: 480px;
    margin-left: 30px;
    overflow: hidden;
}

.index-quick {
    width: 294px;
    overflow: hidden;
}

.index-subtitle {
    width: 100%;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
}

.index-subtitle a {
    display: block;
    float: right;
    text-align: center;
    text-transform: uppercase;
    width: 100px;
    height: 36px;
    color: #ffffff;
    background: #076ce0;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    -ms-border-radius: 18px;
    -o-border-radius: 18px;
    border-radius: 18px;
}

.index-subtitle b {
    font-size: 18px;
    color: #076ce0;
}

.index-subtitle span {
    font-size: 16px;
    color: #999999;
    text-transform: uppercase;
}

.index-news-list {
    padding-top: 10px;
}

.index-news-list li {
    width: 100%;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.index-about-content {
    padding-top: 10px;
    padding-left: 130px;
    background: url(../images/bg2.png) left center no-repeat;
    line-height: 24px;
    overflow: hidden;
}

.index-quick-content {
    padding-top: 5px;
}

.index-quick-content ul {
    width: 272px;
}

.index-quick-content li {
    width: 118px;
    height: 72px;
    float: left;
    margin-right: 18px;
    margin-bottom: 10px;
}

.index-area {
    width: 100%;
    background: #f5f5f5;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    padding: 20px 18px;
    margin: 20px auto;
    overflow: hidden;
}

.index-area-list {
    padding-top: 10px;
}

.index-area-list ul {
    width: 1195px;
}

.index-area-list li {
    width: 200px;
    height: auto;
    float: left;
    margin-right: 39px;
    overflow: hidden;
}

.index-area-list li i {
    display: block;
    width: 100%;
    height: 120px;
    overflow: hidden;
}

.index-area-list li i img {
    width: 100%;
    height: 100%;
    transition: all 1s;
}

.index-area-list li span {
    display: block;
    height: 34px;
    line-height: 34px;
    padding: 0 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
}

.index-area-list li a:hover img {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}

.index-title {
    width: 100%;
    height: auto;
    margin: 30px 0;
    background: url(../images/bg5.png) center center no-repeat;
    text-align: center;
    color: #076ce0;
}

.index-title b {
    display: block;
    font-size: 36px;
    line-height: 55px;
    font-weight: bold;
}

.index-title span {
    display: block;
    font-size: 36px;
    font-weight: bold;
    opacity: .3;
    filter: opacity(.3);
    text-transform: uppercase;
}

.index-product-type {
    width: 250px;
    height: auto;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 15px #f1f1f1;
    -moz-box-shadow: 0 0 15px #f1f1f1;
    -o-box-shadow: 0 0 15px #f1f1f1;
    box-shadow: 0 0 15px #f1f1f1;
}

.index-product-type h1 {
    display: block;
    width: 100%;
    height: 100px;
    background: url(../images/bg31.png) center center no-repeat;
    color: #ffffff;
    padding-top: 29px;
    text-align: center;
}

.index-product-type h1 span {
    display: block;
    font-size: 18px;
    text-transform: uppercase;
}

.index-product-type h1 b {
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
}

.index-product-type ul {
    padding: 20px 0 10px;
}

.index-product-type li {
    width: 200px;
    margin: 0 auto;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    text-align: center;
    background: #ededed;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.index-product-type li a {
    display: block;
}

.index-product-type h3 {
    display: block;
    width: auto;
    margin-bottom: 40px;
}

.index-product-type h3 a {
    display: block;
    margin: 0 auto;
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    background: url(../images/bg4.png) center center no-repeat;
}

.index-product-list {
    width: 100%;
    overflow: hidden;
}

.index-product-list ul {
    width: 1230px;
}

.index-product-list li {
    width: 380px;
    height: 300px;
    float: left;
    overflow: hidden;
    margin-right: 20px;
    margin-bottom: 20px;
}

.index-product-list li i {
    display: block;
    width: 100%;
    height: 260px;
    overflow: hidden;
}

.index-product-list li i img {
    width: 100%;
    height: 100%;
    transition: all 1s;
}

.index-product-list li a:hover img {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}

.index-product-list li span {
    display: block;
    width: 100%;
    padding: 0 5px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
}

.index-honor {
    width: 100%;
    height: 400px;
    background: url(../images/bg6.jpg) center center no-repeat #e2e5ec;
    overflow: hidden;
    margin-top: 40px;
    /* padding-top: 114px; */
}

.index-honor .index-title span {
    font-size: 30px;
}

.index-honor-list {
    width: 100%;
}

.index-honor-list .bd {
    float: left;
    width: 100%;
    overflow: hidden;
}

.index-honor-list .bd ul {
    width: 1215px;
}

.index-honor-list .bd li {
    float: left;
    width: 224px;
    height: auto;
    text-align: left;
    _display: inline;
    overflow: hidden;
    margin-right: 19px;
}

.index-honor-list .bd li i {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 171px;
    overflow: hidden;
}

.index-honor-list .bd li i img {
    width: 100%;
    height: 100%;
    transition: all 1s;
}

.index-honor-list .bd li a:hover img {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}

.index-honor-list .bd li span {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 0 5px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.footer {
    width: 100%;
    padding-bottom: 20px;
    overflow: hidden;
    background: #076ce0;
    color: #ffffff;
    font-size: 16px;
    line-height: 35px;
}

.footer a {
    color: #ffffff;
}

.footer a:hover {
    text-decoration: underline;
}

.footer-link {
    padding: 20px 0;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
}

.footer-link a {
    margin: 0 5px;
}

.footer-type {
    width: 190px;
}

.footer-type h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 38px;
}

.footer-type li {
    float: left;
    width: 50%;
}

.footer-contact {
    width: 415px;
    margin-left: 75px;
    padding-top: 35px;
}

.footer-copyright {
    padding-top: 35px;
    width: 345px;
}

.footer-code {
    width: 120px;
}

.footer-code img {
    display: block;
    margin: 0 auto;
    width: 120px;
    height: 120px;
}

.footer-code span {
    display: block;
    margin: 0 auto;
    text-align: center;
}

/* .footer-left {
    font-size: 16px;
    line-height: 35px;
}

.footer-right {
    width: 300px;
    font-size: 16px;
    line-height: 35px;
    text-align: right;
} */

.mbanner {
    display: none;
    width: 100%;
    height: 0;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.mbanner img {
    width: 100%;
    height: auto;
    opacity: 0;
    filter: opacity(0);
}

.location {
    width: 100%;
    height: 58px;
    line-height: 52px;
    border-bottom: 6px solid #f5f5f5;
}

.location a {
    color: #999999;
}

.location a:hover {
    color: #076ce0;
}

.main-title {
    font-size: 30px;
    line-height: 50px;
    padding: 40px 0;
    text-align: center;
}

.main-left {
    width: 280px;
    height: auto;
}

.main-left-box {
    width: 280px;
    height: auto;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 15px #f1f1f1;
    -moz-box-shadow: 0 0 15px #f1f1f1;
    -o-box-shadow: 0 0 15px #f1f1f1;
    box-shadow: 0 0 15px #f1f1f1;
}

.main-left-box h1 {
    display: block;
    width: 100%;
    height: 120px;
    background: url(../images/bg3.png) center center no-repeat;
    color: #ffffff;
    padding-top: 29px;
    text-align: center;
}

.main-left-box h1 span {
    display: block;
    font-size: 18px;
    text-transform: uppercase;
}

.main-left-box h1 b {
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
}

.main-left-type ul {
    padding: 20px 0 10px;
}

.main-left-type li {
    width: 200px;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px;
}

.main-left-type li a {
    display: block;
    background: #ededed;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}

.main-left-type li.on a,
.main-left-type li a:hover {
    background: #076ce0;
    color: #ffffff;
}

.main-left-quick {
    margin-top: 30px;
    margin-bottom: 30px;
}

.main-left-quick ul {
    padding-top: 30px;
    padding-bottom: 13px;
}

.main-left-quick li {
    text-align: center;
    margin: 0 auto 13px;
}

.main-right {
    width: 880px;
}

.main-content {
    font-size: 16px;
    line-height: 30px;
    overflow: hidden;
}

.main-content img {
    max-width: 100%;
}

.list-product {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.list-product ul {
    width: 900px;
}

.list-product li {
    width: 280px;
    height: 212px;
    position: relative;
    float: left;
    overflow: hidden;
    margin-right: 20px;
    margin-bottom: 20px;
}

.list-product li i {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.list-product li i img {
    width: 100%;
    height: 100%;
    transition: all 1s;
}

.list-product li a:hover img {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}

.list-product li span {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 100%;
    padding: 0 5px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    background: rgba(228, 228, 228, .7);
}

.list-honor {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.list-honor li {
    width: 380px;
    height: 280px;
    border: 1px solid #dddddd;
    overflow: hidden;
    float: left;
    margin: 0 20px 40px;
}

.list-honor li i {
    display: block;
    width: 320px;
    height: 240px;
    margin: 20px 30px;
    overflow: hidden;
}

.list-honor li i img {
    width: 100%;
    height: 100%;
    transition: all 1s;
}

.list-honor li a:hover img {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}

.list-news {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.list-news li {
    width: 100%;
    height: 180px;
    padding-left: 270px;
    position: relative;
    margin-bottom: 30px;
}

.list-news li .i {
    width: 240px;
    height: 180px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}

.list-news li .i img {
    width: 100%;
    height: 100%;
    transition: all 1s;
}

.list-news li .i a:hover img {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
}

.list-news li .t {
    width: 100%;
    height: 38px;
    line-height: 38px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-bottom: 1px dashed #d4d4d4;
    font-size: 16px;
}

.list-news li .t span {
    float: right;
}

.list-news li .c {
    width: 100%;
    max-height: 82px;
    padding-top: 10px;
    line-height: 24px;
    font-size: 14px;
    color: #999999;
}

.list-news li .l {
    width: 100%;
    line-height: 40px;
}

.content-title {
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    font-weight: 300;
}

.content-date {
    height: 35px;
    line-height: 35px;
    font-weight: 300;
    color: #999;
    text-align: center;
    margin: 10px 0;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
}

.content-content {
    font-size: 14px;
    line-height: 2em;
    padding-bottom: 10px;
    border-bottom: 1px solid #ededed;
}

.content-content img {
    max-width: 100%;
}

.content-other {
    padding-top: 10px;
}

.content-other li {
    float: left;
    width: 50%;
    padding-right: 20px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.text-center {
    text-align: center;
}

.center-null {
    text-align: center;
    font-size: 30px;
    line-height: 4em;
    color: #ff0000;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}

.pagination>li {
    display: inline;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin: 0 2px;
    line-height: 1.5;
    color: #777777;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #dddddd
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    z-index: 2;
    color: #ffffff;
    background-color: #076ce0;
    border-color: #076ce0
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #ffffff;
    cursor: default;
    background-color: #076ce0;
    border-color: #076ce0
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    color: #777777;
    cursor: not-allowed;
    background-color: #ffffff;
    border-color: #ddd
}

/* .index-link {
    width: 100%;
    height: auto;
    padding: 25px 0;
    line-height: 60px;
}

.index-link b {
    display: inline-block;
    font-size: 16px;
    background: #dd0010;
    color: #ffffff;
    padding: 0 80px;
}

.index-link a {
    font-size: 14px;
    margin: 0 15px;
} */