﻿/* By 东方的太阳 QQ:465002188 */


/* 全局样式 */

* {
    padding: 0;
    margin: 0;
}

body {
    color: #666;
    font: 12px/1.75 '微软雅黑', '宋体', arial, Verdana, Helvetica, sans-serif;
    background: #fff
}

ul,
ol,
li {
    list-style-type: none;
}

textarea,
select,
input,
button,
label,
img {
    vertical-align: middle;
    font-family: 微软雅黑
}

input[type=submit] {
    cursor: pointer
}

input,
button {
    overflow: visible;
}

table {
    border-collapse: collapse;
}

img {
    border: 0;
}

html {
    -webkit-text-size-adjust: none;
}

input,
textarea,
div,
a {
    outline: none;
}

html,
body {
    height: 100%;
    width: 100%;
    word-wrap: break-word;
    word-break: break-all;
}

html {
    overflow: hidden;
    overflow-y: scroll;
}


/* 定义全局宽 */

.wp {
    width: 1080px;
    margin: 0px auto;
}


/*  - - - - - - - - - 类别样式  - - - - - - - - -*/

.c:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.c {
    *zoom: 1;
}

.l {
    float: left;
}

.r {
    float: right;
}

.rel {
    position: relative
}

.abs {
    position: absolute;
}

.none {
    display: none;
}

img {
    max-width: 100%
}

.dt img {
    max-width: none;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-overflow {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}


/* 链接样式 */

a {
    color: #666;
    text-decoration: none;
}

a:link {}

a:hover {
    text-decoration: none;
    color: #0a7dcb
}


/*设置对象在其鼠标悬停时的样式表属性*/

a:active {}


/*在鼠标点击与释放之间发生的事件*/

a:visited {}


/* 已被访问过时的样式表属性 */

.page-header {
    height: 101px;
}

.page-footer {
    background: #0078c9;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    font-size: 14px;
}

.bg {
    background: url(/res/images/bg.jpg) center center;
    background-size: cover;
    min-height: calc(100% - 101px - 88px);
}

.header {
    height: 69px;
    background: #fff;
}

.logo img {
    vertical-align: top;
}

.tel {
    margin-top: 16px;
    background: url(/res/images/i_tel.jpg) no-repeat 0 center;
    padding: 0 0 0 50px;
    font-size: 18px;
    line-height: 22px
}

.tel span {
    display: block;
    color: #0078c9;
    font-style: italic;
}

.nav {
    height: 32px;
    line-height: 32px;
    background: url(/res/images/nav_bg.jpg) repeat-x;
}

.nav ul li {
    float: left;
    background: url(/res/images/nav_li.jpg) no-repeat right center;
    position: relative;
    padding: 0 15px;
    width: 105px;
    text-align: center;
    z-index: 99999;
}

.nav ul li a {
    display: block;
    font-size: 14px;
    margin: 4px 0 6px 0;
    height: 22px;
    line-height: 22px;
}

.nav ul li.on a,
.nav ul li a:hover,
.nav ul li.hover a {
    background: #0078c9;
    color: #fff;
}

.nav ul li a span {
    background: url(/res/images/nav_on.png) no-repeat;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 10px;
    height: 6px;
    display: none;
    margin-left: -5px;
}

.nav ul li.on a span,
.nav ul li a:hover span,
.nav ul li.hover a span {
    display: block;
}

.nav ul li:hover #pull {
    display: block
}

#pull {
    position: absolute;
    top: 32px;
    left: 0;
    display: none;
    width: 100%;
    padding-top: 10px;
}

#pull ul {
    background: #0078c9
}

#pull ul li {
    float: none;
    width: 100%;
    background: none;
    padding: 0
}

#pull ul li a {
    height: 30px;
    line-height: 30px;
    margin: 0;
    color: #fff;
}

#pull ul li a:hover {
    background: #fff;
    color: #333;
}

.nav ul li.it5 #pull {
    width: 210px;
    left: -40px;
}

#banner {
    height: 340px;
    text-align: center;
    background: url(/res/images/bg1.png) center center;
    position: relative
}

#banner img {
    vertical-align: top;
}

#banner .hd {
    bottom: 10px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 0;
    position: absolute;
    z-index: 999
}

#banner .hd ul li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 13px;
    height: 13px;
    border: 1px solid #fff;
    background: #cdcdcd;
    border-radius: 15px;
    margin: 0 5px
}

#banner .hd ul li.on {
    background: #e8661b
}

#banner a.btn {
    border: 0;
    top: 150px;
    width: 56px;
    height: 56px;
    z-index: 988888;
    position: absolute;
    cursor: pointer;
    overflow: hidden;
    background: url(/res/images/sprite.png) no-repeat
}

#banner a.next {
    left: 85%
}

#banner a.prev {
    left: 11%;
    width: 56px;
    height: 56px;
    text-indent: -100em;
    background-position: -57px -67px
}

#banner a.prev:hover {
    background-position: 0 -67px
}

#banner a.next {
    width: 56px;
    height: 56px;
    text-indent: -100em;
    background-position: -57px -123px
}

#banner a.next:hover {
    background-position: 0 -123px
}

.t1 {
    height: 25px;
    line-height: 25px;
    border-bottom: 4px solid #0a7dcb;
    margin-bottom: 15px;
}

.t1 h3 {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    background: url(/res/images/t1.jpg) repeat-x top;
    color: #fff;
    font-size: 16px;
    padding: 0 15px;
    font-weight: normal;
    margin-right: 10px;
}

.t1 small {
    text-transform: uppercase;
    color: #d4d4d4;
    font-size: .14px;
}

.t1 a {
    float: right;
    color: #0078c9;
    font-size: 14px;
}

.home_support,
.home_left {
    width: 420px;
}

.home_right,
.home_pro {
    width: 635px
}

.f1 {
    padding: 20px 0
}

.ty_x {
    border: 1px solid #0086e1;
    background: #f6fbff;
    box-shadow: 0 0 10px #b3b3b3
}

.home_support ul {
    padding: 10px 10px 2px 0
}

.home_support ul li {
    float: left;
    width: 50%;
}

.home_support ul li a {
    display: block;
    border: 1px solid #b3b3b3;
    border-radius: 5px;
    margin: 0 0 10px 10px;
    font-weight: 700
}

.home_support ul li a span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 25px;
    height: 25px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 5px
}

.home_support ul li a span.it {
    background-image: url(/res/images/it.png)
}

.home_support ul li a:hover {
    background: #0093dd;
    color: #fff;
}

.pro_tab {
    padding: 10px;
    height: 214px;
}

.pro_tab .tab_hd ul li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 16px;
    margin: 0 10px
}

.pro_tab .tab_hd ul li a {
    padding: 0 15px;
    display: block;
    color: #000
}

.pro_tab .tab_hd ul {
    text-align: center;
    padding: 10px 0;
    font-size: 0;
}

.pro_tab .tab_hd ul li.on a {
    color: #fff;
}

.pro_tab .tab_hd ul li.on {
    background: url(/res/images/t1.jpg) repeat-x;
    color: #fff;
}

.pro_tab .tab_bd .ci {
    display: none;
}

.pro_scroll {
    overflow: hidden;
    position: relative;
}

.pro_scroll .bd {
    width: 550px;
    margin: 0 auto;
}

.pro_scroll .prev,
.pro_scroll .next {
    display: block;
    left: 10px;
    top: 50%;
    margin-top: -30px;
}

.pro_scroll .next {
    right: 10px;
    left: auto;
}

.pro_scroll ul li {
    width: 123px;
    float: left;
    text-align: center;
    margin: 0 7px
}

.pro_scroll ul li img {
    height: 121px;
    border: 1px solid #e9e9e9;
    padding: 4px;
}

.pro_scroll ul li a span {
    display: block;
    color: #0a7dcb;
    font-size: 12px;
    padding-top: 5px;
    line-height: 19px;
}

.home_about .con {
    padding: 10px;
    margin-bottom: 20px;
    line-height: 26px;
    font-size: 14px;
    overflow: hidden;
}

.home_about .con:hover {
    overflow-y: auto;
}

.home_about {
    margin-bottom: 20px;
}

.home_service .con img {
    vertical-align: top;
}

.news_tab {
    padding: 15px
}

.news_tab .hd ul {
    font-size: 0;
    text-align: center;
}

.news_tab .hd ul li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 10px
}

.news_tab .hd ul li a {
    display: block;
    font-size: 14px;
    color: #000;
}

.news_tab .hd ul li.on a {
    background: #0a7dcb;
    color: #fff;
    border-radius: 5px;
    padding: 0 10px
}

.n_head {
    margin: 20px 0;
    height: 122px;
}

.n_head .pic {
    float: left;
    width: 240px;
    height: 122px;
    position: relative;
    margin-right: 15px;
    overflow: hidden
}

.n_head .pic img {
    width: 240px
}

.n_head .info .t a {
    color: #0a7dcb;
    font-size: 16px;
    display: block;
    padding: 5px 0
}

.n_head .pic .abs {
    background: rgba(0, 136, 228, 0.65);
    top: 0;
    left: 0;
    color: #fff;
    text-align: center;
    padding: 5px 5px
}

.n_head .pic .abs span {
    font-size: 20px;
    display: block;
    line-height: 25px
}

.news_list {
    height: 234px;
    padding-top: 10px;
}

.news_list li {
    line-height: 26px;
    font-size: 14px;
}

.news_list li span {
    float: right;
}

.f3 {
    padding: 20px 0 40px 0
}

.f3 .box {
    padding: 15px 10px
}

.case_scroll {
    position: relative;
}

.case_scroll .prev,
.case_scroll .next {
    display: block;
    left: 10px;
    top: 50%;
    margin-top: -20px;
}

.case_scroll .next {
    right: 0;
    left: auto;
}

.case_scroll .bd {
    width: 980px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.case_scroll ul li {
    float: left;
    margin: 0 8px;
    width: 183px
}

.case_scroll ul li img {
    vertical-align: top;
}

.case_list {
    padding: 20px 40px 0 40px
}

.case_list li {
    width: 50%;
    float: left;
    line-height: 26px
}

.case_list li a {
    display: block;
    font-size: 14px;
    background: url(/res/images/li1.jpg) no-repeat 0 center;
    padding: 0 0 0 25px
}

.bann img {
    width: 100%;
}

.wp2 {
    padding: 25px 0;
    background: #fff;
    border-bottom: 2px solid #ccc;
}

.ml {
    width: 240px;
    margin-left: 25px;
}

.t2 {
    background: url(/res/images/t2.jpg) no-repeat bottom center;
    padding: 0 0 15px 0;
    font-size: 16px;
    font-weight: bold;
    color: #0078c9;
    text-align: center;
    margin-bottom: 15px;
}

.subnav li {
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 5px;
    margin-bottom: 1px;
}

.subnav li a {
    display: block;
    font-size: 14px;
    padding: 0 20px;
    line-height: 21px;
    line-height: 21px;
}

.subnav li a span {
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #2d88ce;
    vertical-align: middle;
    margin-right: 10px;
}

.subnav li.on a,
.subnav li a:hover {
    background: linear-gradient(#6ab4ec, #2081ce);
    color: #fff;
}

.subnav li.on a span,
.subnav li a:hover span {
    border-radius: 4px;
    border: 1px solid #fff;
}

.mr {
    width: 750px;
    margin-right: 20px;
}

.bread {
    height: 35px;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
}

.bread a,
.bread span {
    margin: 0 7px
}

.list1 {
    padding: 10px 0;
    width: 700px;
    margin: 0 auto;
}

.list1 li {
    display: inline-block;
    width: 200px;
    margin: 10px;
    height: 200px;
    margin-bottom: 10px;
}

.list1 li a {
    display: block;
    text-align: center;
}

.list1 li a span {
    display: block;
    font-size: 14px;
    margin-top: 10px;
}

.list1 li a img {
    min-width: 120px;
    min-height: 120px;
    padding: 6px;
}

.page {
    text-align: center;
    font-size: 0;
    padding: 20px 0
}

.page a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    border: 1px solid #1e7ec1;
    padding: 1px 10px;
    color: #1e7ec1;
    font-size: 12px;
    margin: 0 3px
}

.page a.on,
.page a:hover {
    background: #1e7ec1;
    color: #fff;
}

.flink ul {
    font-size: 0;
    text-align: center;
    padding: 15px 0
}

.flink ul li {
    padding: 0 8px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

.cont {
    font-size: 14px;
    line-height: 26px;
    min-height: 400px;
    padding: 20px 0
}

.cont h1 {
    text-align: center;
    padding: 0 0 25px 0;
    color: #000;
    font-size: 20px;
}

.cont .content {
    padding: 0 20px;
}

.pt {
    padding: 15px 0
}

.bs {
    position: relative;
    margin-top: -20px;
    text-align: center;
    margin-bottom: 25px;
}

.list2 {
    width: 700px;
    margin: 0 auto
}

.list2 li {
    float: left;
    padding: 10px
}

.list2 li img {
    vertical-align: top;
}

.dt {
    margin-top: 25px;
}

.footer {
    background: #0078c9;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    font-size: 14px;
}

.loadingText {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color: #333;
}

.loadingText .fa {
    padding: 0 6px;
}

.loading-panel {
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 12px;
    color: #333;
}

.loading-panel span {
    padding: 10px;
}