body {
    font-family: "Microsoft YaHei", Arial;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.6;
    color: #444;
    background: #fff;
    position: relative;
}

p {
    margin: 0;
    font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
figure {
    color: #444;
    font-family: "Microsoft YaHei", "Open Sans", Arial, sans-serif;
    font-weight: 400;
}

::-webkit-selection {
    color: #fff;
    background: #323232;
}

::-moz-selection {
    color: #fff;
    background: #323232;
}

::selection {
    color: #fff;
    background: #323232;
}

.margin-big-large-bottom {
    margin-bottom: 75px;
}

.margin-big-small-bottom {
    margin-bottom: 35px;
}

.margin-big-middle-bottom {
    margin-bottom: 50px;
}

.margin-big-middle-top {
    margin-top: 50px;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase,
.initialism {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.float_bg {
    background: url(../images/qq_3.gif) repeat-y
}

a {
    color: #666;
    text-decoration: none
}

a:focus,
a:hover {
    color: #006db5;
}

.button {
    background: #ff6d00;
}

.bg-main {
    background: #ff6d00;
    border: 1px solid #ff6d00 !important
}

.bg-main:hover,
.bg-main:focus {
    border: 1px solid #ca661c !important;
    background: #ca661c !important
}

.text-main,
a.text-main:link,
a.text-main:visited,
.button.border-main,
blockquote.border-main strong,
.pager.border-main a,
.pager-prev.border-main,
.pager-next.border-main,
.nav a:hover,
.nav-menu.nav-pills .active ul a:hover,
.bg-inverse .nav-menu ul a:hover,
.bg-inverse .nav.nav-menu.nav-tabs ul a:hover,
.bg-inverse .nav.nav-menu.nav-tabs .active ul a:hover,
.bg-inverse .nav.nav-menu.nav-pills ul a:hover,
.bg-inverse .nav.nav-menu.nav-pills .active ul a:hover {
    color: #65c2b8
}

.border-main:hover {
    color: #fff;
    background: #65C2B8;
    border-color: #65C2B8;
}

.passcode {
    border-left: 1px solid #ddd;
    border-radius: 0 4px 4px 0;
    height: 32px;
    line-height: 32px;
    margin: 1px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
}

.blankbig {
    height: 70px;
    line-height: 70px;
    clear: both;
    font-size: 0;
}

.detail h2,
.detail h3 {
    line-height: 180%
}

.detail h3,
.detail h1 {
    font-size: 16px;
    color: #006db5;
    font-weight: bold
}

.layout {
    overflow: hidden;
    width: 100%;
}

.not-animated {
    opacity: 0
}

header .layout {
    overflow: visible;
    width: 100%;
}

.input:focus {
    border: 1px solid #333
}

.inner-banner {
    width: 100%;
    overflow: hidden
}

.inner-banner img {
    width: 100%;
}

.line-big {
    margin-left: -17px;
    margin-right: -17px
}

.line-big .x1,
.line-big .x2,
.line-big .x3,
.line-big .x4,
.line-big .x5,
.line-big .x6,
.line-big .x7,
.line-big .x8,
.line-big .x9,
.line-big .x10,
.line-big .x11,
.line-big .x12,
.line-big .xl1,
.line-big .xl2,
.line-big .xl3,
.line-big .xl4,
.line-big .xl5,
.line-big .xl6,
.line-big .xl7,
.line-big .xl8,
.line-big .xl9,
.line-big .xl10,
.line-big .xl11,
.line-big .xl12,
.line-big .xs1,
.line-big .xs2,
.line-big .xs3,
.line-big .xs4,
.line-big .xs5,
.line-big .xs6,
.line-big .xs7,
.line-big .xs8,
.line-big .xs9,
.line-big .xs10,
.line-big .xs11,
.line-big .xs12,
.line-big .xm1,
.line-big .xm2,
.line-big .xm3,
.line-big .xm4,
.line-big .xm5,
.line-big .xm6,
.line-big .xm7,
.line-big .xm8,
.line-big .xm9,
.line-big .xm10,
.line-big .xm11,
.line-big .xm12,
.line-big .xb1,
.line-big .xb2,
.line-big .xb3,
.line-big .xb4,
.line-big .xb5,
.line-big .xb6,
.line-big .xb7,
.line-big .xb8,
.line-big .xb9,
.line-big .xb10,
.line-big .xb11,
.line-big .xb12 {
    position: relative;
    min-height: 1px;
    padding-right: 17px;
    padding-left: 17px
}

.zoomimgs {
    display: block;
    width: 100%;
    height: 310px;
    padding-bottom: 100%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    /*图片不裁切需要全部显示改用background-size:contain，改变图片缩放比例改paddding-bottom的百分比,如图片宽高1:1 100%，4:3 75%，3:4 133.33%*/
}

.artzoomimgs {
    display: block;
    width: 100%;
    height: 0;
    padding-bottom: 62.5%;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    /*图片不裁切需要全部显示改用background-size:contain，改变图片缩放比例改paddding-bottom的百分比,如图片宽高1:1 100%，4:3 75%，3:4 133.33%*/
}

.fh5co-heading {
    background: url(../images/title_bg.png) no-repeat center bottom;
}

.fh5co-heading h2 {
    color: #333;
    font-size: 30px;
    line-height: 1;
    padding-bottom: 15px;
    font-family: "Microsoft YaHei";
    font-weight: 700;
}

.fh5co-heading h2 span {
    color: #999;
    font-size: 14px;
    font-weight: 400;
}


/*顶部导航 begin*/

#fh5co-header .header-box {
    background: #fff;
}

.header-box.fixed.fixed-top {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    width: 100%;
    z-index: 3;
}

.header-box.fixed.fixed-top .head-top {
    display: none;
}

.header-box.fixed.fixed-top .head-middle {
    display: none;
}

#fh5co-header .head-top .logo {
    padding: 8px 0;
}

#fh5co-header .head-top .logo img {
    max-width: 100%;
}

#fh5co-header .head-middle {
    border-top: 1px solid #e5e5e5;
    position: relative;
}

#fh5co-header .head-middle .nav_bg {
    position: absolute;
    width: 20%;
    height: 100%;
    top: 0;
    left: 0;
    background: #006db5;
}

#fh5co-header .head-middle .top-contact ul {
    line-height: 47px;
    background: #006db5;
    padding-left: 0;
    line-height: 47px;
}

#fh5co-header .head-middle .top-contact ul li {
    position: relative;
    display: inline-block;
    padding: 0 25px;
}

#fh5co-header .head-middle .top-contact ul li#hov-weixin-id {
    border-right: 1px solid #1a7cbd;
}

#fh5co-header .head-middle .top-contact ul li .content {
    background-clip: padding-box;
    border: 1px solid rgba(204, 213, 219, 0.8);
    border-radius: 4px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    left: -39px;
    min-height: 32px;
    padding: 0;
    position: absolute;
    text-align: left;
    top: 42px;
    white-space: normal;
    width: 150px;
    z-index: 1800;
    background: #fff;
}

#fh5co-header .head-middle .top-contact ul li .content:before {
    position: absolute;
    top: -9px;
    left: 46px;
    width: 0;
    height: 0;
    content: '';
}

#fh5co-header .head-middle .top-contact ul li .content:after {
    content: '';
    position: absolute;
    left: 46px;
    top: -7px;
    left: 50%;
    margin-left: -9px;
    width: 13px;
    height: 13px;
    box-sizing: border-box;
    overflow: hidden;
    border-width: 1px 1px 0 0;
    border-color: rgba(204, 213, 219, 0.85);
    border-style: solid;
    background: linear-gradient(225deg, #fff 50%, transparent 50%);
    transform: rotate(-45deg);
}

#fh5co-header .head-middle .top-contact ul li .content img {
    max-width: 100%;
}

#fh5co-header .head-middle .top-contact ul li .content p {
    font-size: 18px;
    padding: 30px 5px;
}

#fh5co-header .head-middle .top-contact ul li i {
    font-size: 18px;
    color: #fff;
    display: block;
    height: 32px;
    line-height: 28px;
    width: 32px;
    text-align: center;
    transition: all 0.3s ease 0s;
    border-radius: 50%;
    border: 2px solid #fff;
}

#fh5co-header .head-middle .top-contact ul li i:hover {
    color: #fff
}

#fh5co-header .head-middle .navbar-body .nav li {
    margin: 0;
    padding: 0;
    display: inline;
    padding: 0 20px;
}

#fh5co-header .head-middle .navbar-body .nav li a {
    color: #666;
    font-size: 16px;
    font-weight: normal;
    padding: 0;
    text-align: center;
    text-decoration: none;
    line-height: 45px;
    padding: 0 12px;
}

#fh5co-header .head-middle .navbar-body .nav li a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -8px;
    width: 1px;
    height: 16px;
    background: #e5e5e5;
}

#fh5co-header .head-middle .navbar-body .nav li a.first-level:before {
    display: none;
}

#fh5co-header .head-middle .navbar-body .nav li a:hover,
#fh5co-header .navbar-body .nav li.current a,
#fh5co-header .navbar-body .nav li:hover a.first-level {
    color: #ff6d00;
    border-bottom: 2px solid #ff6d00;
}

#fh5co-header .head-middle .navbar-body .nav li a .downward {
    display: none
}

#fh5co-header .head-middle .navbar-body .nav li ul {
    border: none;
    left: 16px;
    border-radius: 0;
    margin: 0;
    padding: 0;
    min-width: 160px;
    z-index: 4;
    margin-left: -10px;
}

#fh5co-header .head-middle .navbar-body .nav li ul li {
    margin: 0;
    padding: 0;
    height: auto;
    display: block;
    height: auto
}

#fh5co-header .head-middle .navbar-body .nav li ul li a {
    background: #006db5;
    color: #fff;
    display: block;
    width: 100%;
    padding: 0px 20px 0px 20px;
    margin: 0;
    text-align: left;
    min-width: 160px;
    line-height: 45px;
    border: 0;
}

#fh5co-header .head-middle .navbar-body .nav li ul li a:before {
    display: none;
}

#fh5co-header .head-middle .navbar-body .nav li ul li a:hover {
    background: #fff;
    color: #ff6d00;
    border: 0;
}

#fh5co-header .head-middle .navbar-body .nav li ul li ul {
    top: 0
}

#fh5co-header .search {
    height: 37px;
    padding: 0 0 0 10px;
    margin-top: 30px;
}

#fh5co-header .search input.inputkey {
    border: 1px solid #ff6d00;
    color: #999;
    height: 37px;
    line-height: 37px;
    padding: 0 0 0 5px;
    width: 245px;
    float: left
}

#fh5co-header .search button {
    display: block;
    height: 37px;
    width: 70px;
    float: left;
    border: none;
    background: #ff6d00;
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 14px;
    font-family: "微软雅黑";
}


/*顶部导航 end*/


/*手机版顶部导航 begin */

#fh5co-offcanvas,
.fh5co-nav-toggle,
#fh5co-page {}

#fh5co-offcanvas,
.fh5co-nav-toggle,
#fh5co-page {
    position: relative;
}

#fh5co-page {
    z-index: 2;
}

#fh5co-offcanvas {
    display: none;
    right: 0;
    overflow-y: hidden;
    position: fixed;
    z-index: 8;
    top: 10px;
    width: 160px;
    background: #fff;
    padding: 0px 0px 10px 40px;
    border: 0;
}

.offcanvas-visible #fh5co-offcanvas {
    display: block;
}

#fh5co-offcanvas ul {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    border-radius: 0
}

#fh5co-offcanvas ul li {
    list-style: none;
    position: static;
    width: 100%;
    margin: 0;
    padding: 0;
}

#fh5co-offcanvas ul li:hover,
#fh5co-offcanvas ul li.current {}

#fh5co-offcanvas ul li a {
    font-size: 12px;
    color: #333;
    text-decoration: none !important;
    display: block;
    position: relative;
    line-height: 34px;
    margin: 0;
    padding: 0px 0 0 2px;
}

#fh5co-offcanvas ul li a:hover,
#fh5co-offcanvas ul li.current a {
    color: #006db5;
}

#fh5co-offcanvas ul li a::after {
    background: #eee;
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0;
    right: 0;
    height: 1px;
}

#fh5co-offcanvas ul li ul {
    margin: 0;
    padding: 0;
    z-index: 6;
    position: relative;
    width: 100%;
    border: 0;
    box-shadow: 0
}

#fh5co-offcanvas ul li ul li {
    margin: 0;
    padding: 0;
    display: block;
    border: none;
    line-height: 28px;
}

#fh5co-offcanvas ul li ul li a,
#fh5co-offcanvas ul li.current ul li a {
    background: #fff;
    color: #666;
    display: block;
    padding: 0px 20px 0px 20px;
    margin: 0;
    text-align: left;
    width: 100%;
    font-size: 12px;
    line-height: 28px;
    transition: none
}

#fh5co-offcanvas ul li ul li a:hover {
    background: #006db5;
    color: #fff;
    transition: none
}

#fh5co-offcanvas ul li ul li a::before,
#fh5co-offcanvas ul li ul li a::after {
    background: none;
    height: 0;
    padding: 0
}

#fh5co-offcanvas ul li ul li ul {
    top: 0
}

.fh5co-nav-toggle {
    cursor: pointer;
    text-decoration: none;
}

.fh5co-nav-toggle.active i::before,
.fh5co-nav-toggle.active i::after {
    background: #fff;
}

.fh5co-nav-toggle:hover,
.fh5co-nav-toggle:focus,
.fh5co-nav-toggle:active {
    outline: none;
    border-bottom: none !important;
}

.fh5co-nav-toggle i {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 28px;
    height: 4px;
    color: #d80808;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #76838f;
    transition: all .2s ease-out;
}

.fh5co-nav-toggle i::before,
.fh5co-nav-toggle i::after {
    content: '';
    width: 28px;
    height: 4px;
    background: #76838f;
    position: absolute;
    left: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.fh5co-nav-toggle i::before {
    top: -9px;
}

.fh5co-nav-toggle i::after {
    bottom: -9px;
}

.fh5co-nav-toggle:hover i::before {
    top: -10px;
}

.fh5co-nav-toggle:hover i::after {
    bottom: -10px;
}

.fh5co-nav-toggle.active i {
    background: none;
}

.fh5co-nav-toggle.active i::before {
    background: none
}

.fh5co-nav-toggle.active i::after {
    background: none
}

.fh5co-nav-toggle {
    position: fixed;
    top: 18px;
    right: 10px;
    z-index: 9;
    display: block;
    display: none;
    cursor: pointer;
}

.fh5co-nav-toggle.active {
    right: 129px !important;
    top: 15px !important;
    background: url(../images/coo.gif) no-repeat left top;
    width: 20px;
    height: 23px;
}


/*手机版顶部导航 end */


/* 底部 begin*/

footer .foot-bg {
    background: #00253d;
    color: #9c9c9c;
    padding: 25px 0;
}

footer a {
    color: #9c9c9c;
}

footer .foot-logo {
    width: 9.5%;
    float: left;
}

footer .foot-right {
    width: 90.5%;
    float: left;
    border-left: 1px solid #1a3b51;
    padding-left: 35px;
}

footer .foot-right .foot-nav {
    overflow: hidden;
    margin-bottom: 10px;
}

footer .foot-right .foot-nav ul {
    padding: 0;
}

footer .foot-right .foot-nav ul li {
    float: left;
    list-style: none;
}

footer .foot-right .foot-nav ul li a {
    margin: 0 5px;
}

footer .foot-right .foot-nav ul li:first-child a {
    margin-left: 0;
}

footer .foot-right .foot-link {
    padding: 5px 0 0px;
}

footer .foot-right .foot-link a {
    font-size: 12px;
}


/* 底部 end*/


/*首页轮换图片 begin*/

.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
    outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.flexslider {
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 1
}

.flexslider .slides>li {
    display: none;
    -webkit-backface-visibility: hidden;
    position: relative
}

.flexslider .slides>li a {
    display: block;
    height: 100%
}

.flexslider .slides li .overlay {
    position: absolute;
    top: 35%;
    left: 0;
    right: 0;
    bottom: 0;
}

.flexslider .slides img {
    width: 100%;
    display: block;
}

.flex-pauseplay span {
    text-transform: capitalize;
}

.slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

html[xmlns] .slides {
    display: block;
}

* html .slides {
    height: 1%;
}

.no-js .slides>li:first-child {
    display: block;
}

.flex-control-nav {
    position: absolute;
    bottom: 15px;
    z-index: 2;
    width: 100%;
    text-align: center;
}

.flex-control-nav li {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    *display: inline;
    zoom: 1;
}

.flex-control-nav a {
    display: inline-block;
    cursor: pointer;
    width: 15px;
    height: 15px;
    float: left;
    text-indent: -2000px;
    background: none;
    border: 2px solid #ddd;
    border-radius: 50%
}

.flex-control-nav .flex-active {
    background: #FFF;
    border: 2px solid #fff;
}

.flex-direction-nav {
    position: absolute;
    z-index: 3;
    width: 100%;
    top: 50%;
    display: none
}

#fh5co-hero .flexslider .container {
    position: relative
}


/*首页轮换图片 end*/


/*首页关于我们begin*/

#fh5co-about-us .bg-about {
    background: #006db5;
    padding: 60px 0 0px;
}

#fh5co-about-us .bg-about-bottom img {
    width: 100%;
    height: auto;
}

#fh5co-about-us .fh5co-heading h2 {
    color: #fff;
}

#fh5co-about-us .fh5co-heading h2 span {
    color: #f7f7f7;
}

#fh5co-about-us .about-box {
    padding-top: 50px;
}

#fh5co-about-us .about-box .media-img {
    position: relative;
    overflow: hidden;
    padding-top: 5px;
}

#fh5co-about-us .about-box .media-img img {
    width: 100%
}

#fh5co-about-us .about-box .intro,
#fh5co-about-us .about-box .intro p {
    line-height: 1.8;
    color: #fff;
}

#fh5co-about-us .about-box .intro .desc p {
    text-indent: 2em;
}

#fh5co-about-us .about-box .intro p.more {
    transition: color 0.4s ease 0s;
    white-space: nowrap;
    text-align: right;
    margin-top: 25px;
}

#fh5co-about-us .about-box .intro p.more a {
    display: inline-block;
    background-color: #ff6d00;
    font-size: 18px;
    color: #fff;
    padding: 12px 40px;
    line-height: 24px;
}

#fh5co-about-us .about-box .intro p.more a:hover {
    background: #fff;
    color: #006db5;
}

#fh5co-about-us .about-pic .middle-img .media-img {
    overflow: hidden;
    padding: 0 2px;
}

#fh5co-about-us .about-pic .media-img img {
    height: 360px;
}


/*首页关于我们 end*/

.leftbar {
    background: #006db5;
    border-radius: 10px;
    color: #fff;
    padding: 30px 0 20px;
    float: left;
}

.leftbar h3 {
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 100%;
    position: relative;
    width: 150px;
    margin: 0 auto;
}

.leftbar h3:before {
    content: "";
    position: absolute;
    height: 1px;
    background: #fff;
    left: 0;
    width: 30px;
    top: 50%;
}

.leftbar h3:after {
    content: "";
    position: absolute;
    height: 1px;
    background: #fff;
    right: 0;
    width: 30px;
    top: 50%;
}

.leftbar .submenu,
.leftbar .left-contact {
    background: #fff;
    border-radius: 10px;
    margin: 15px;
}

.leftbar .submenu {
    margin-bottom: 20px;
}

.leftbar .left-contact {
    margin-top: 20px;
}

.leftbar .submenu li {
    border-bottom: 1px solid #e1e1e1;
    text-align: center;
    line-height: 50px;
    margin: 0 35px;
}

.leftbar .submenu li:last-child {
    border-bottom: none
}

.leftbar .submenu li a {
    color: #666;
    line-height: 50px;
    font-size: 15px;
    font-weight: normal
}

.leftbar .submenu li a:hover,
.leftbar .submenu li.active a {
    color: #006db5;
}

.leftbar .left-contact .desc {
    padding: 12px 0 12px 12px;
}

.leftbar .left-contact .desc dl {
    vertical-align: top;
    padding: 2px 0;
}

.leftbar .left-contact .desc dt {
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    color: #666;
    vertical-align: top;
}

.leftbar .left-contact .desc dd {
    display: inline-block;
    font-size: 12px;
    color: #333;
    padding: 0;
}


/* 首页产品展示 begin*/

#fh5co-product-list .bg-product {
    padding: 60px 0 50px;
    background: #f7f7f7;
}

#fh5co-product-list .show-list {
    padding: 50px 0 0px 0;
}

#fh5co-product-list .show-list .show-product .item {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

#fh5co-product-list .show-list .show-product .media-img {
    overflow: hidden;
    border: 3px solid #fff;
}

#fh5co-product-list .show-list .show-product h3 {
    padding: 10px 0;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    font-family: "Microsoft YaHei";
}

#fh5co-product-list .show-list .show-product h3 a {
    color: #333;
    font-size: 18px;
}

#fh5co-product-list .show-list .show-product .item:hover .media-img {
    border: 3px solid #006db5;
}

#fh5co-product-list .show-list .show-product .item:hover h3 a {
    color: #006db5;
}

#fh5co-product-list .show-list a.more {
    display: inline-block;
    padding: 12px 40px;
    background: #ff6d00;
    color: #fff;
    font-size: 18px;
}


/* 首页产品展示 end*/


/* 产品展示 begin*/

.show-product .media-img {
    overflow: hidden;
    border: 1px solid #ddd;
}

.show-product .media-img:hover {
    border: 1px solid #006db5;
}

.show-product .media-img img {
    width: 100%;
}

.show-product .media-img img:hover {
    opacity: 0.8
}

.show-product h3 {
    margin-top: 3px;
    white-space: nowrap;
    overflow: hidden
}

.show-product h3 a {
    font-size: 14px;
}


/* 产品展示 end*/


/* 首页新闻中心 begin*/

#fh5co-news-list .bg-news {
    background-color: #fff;
    padding: 55px 0 70px;
}

#fh5co-news-list .show-list {
    padding-top: 50px;
}

.left-new {
    width: 45.3333%;
    float: left;
}

.right-new {
    width: 33.33%;
    float: left;
}

#fh5co-news-list .show-list .left-new .item .media-img {
    overflow: hidden;
    text-align: center
}

#fh5co-news-list .show-list .left-new .item .media-img img {
    max-width: 100%;
}

#fh5co-news-list .show-list .left-new .item h3 {
    font-size: 14px;
    font-weight: normal;
    margin: 6px 0 0px;
    white-space: nowrap;
    overflow: hidden
}

#fh5co-news-list .show-list .left-new .item h3 a {
    color: #333;
    font-size: 16px;
}

#fh5co-news-list .show-list .left-new .item h3 a:hover {
    color: #006db5;
}

#fh5co-news-list .show-list .left-new .item span.time {
    color: #999;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

#fh5co-news-list .show-list .left-new .item .desc {
    color: #666;
    line-height: 150%;
    margin-top: 10px;
}

#fh5co-news-list .owl-carousel .owl-controls {
    position: relative;
}

#fh5co-news-list .owl-carousel .owl-controls {
    position: absolute;
    left: 10px;
    right: 10px;
    margin-top: 0;
}

#fh5co-news-list .owl-carousel .owl-pagination {
    text-align: right;
}

#fh5co-news-list .owl-theme .owl-controls .owl-page span {
    width: 11px;
    height: 11px;
    border-radius: 0;
    border: 1px solid #fff;
    background: #fff;
    opacity: 1;
    margin: 5px 3px;
}

#fh5co-news-list .owl-theme .owl-controls .owl-page.active span {
    background: #ff6d00;
}

#fh5co-news-list .show-list .right-new h2 {
    display: block;
    overflow: hidden;
    font-size: 18px;
    line-height: 40px;
    margin-bottom: 20px;
    border-bottom: 2px solid #0d70da;
}

#fh5co-news-list .show-list .right-new h2 i {
    font-style: normal;
    color: #0d70da;
}

#fh5co-news-list .show-list .right-new ul {
    padding: 0;
}

#fh5co-news-list .show-list .right-new ul li {
    list-style: none;
    margin-bottom: 20px;
    overflow: hidden;
}

#fh5co-news-list .show-list .right-new ul li .time {
    float: left;
    width: 46px;
    margin-right: 10px;
    background: #006db5;
    text-align: center;
    color: #fff;
}

#fh5co-news-list .show-list .right-new ul li .time .time-day {
    font-size: 18px;
    border-bottom: 1px solid #fff;
    line-height: 30px;
}

#fh5co-news-list .show-list .right-new ul li .time .time-date {
    line-height: 16px;
    font-size: 12px;
    white-space: nowrap;
}

#fh5co-news-list .show-list .right-new ul li .content {
    overflow: hidden;
}

#fh5co-news-list .show-list .right-new ul li .content h3 {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 2px;
    white-space: nowrap;
    overflow: hidden;
}

#fh5co-news-list .show-list .right-new ul li .content h3 a {
    color: #333;
    line-height: 1;
}

#fh5co-news-list .show-list .right-new ul li .content .desc {
    color: #999;
    font-size: 12px;
    line-height: 16px;
    max-height: 32px;
    overflow: hidden;
    cursor: default;
}

#fh5co-news-list .show-list .right-new ul li .content .desc .more a {
    float: right;
    font-size: 12px;
    color: #36863d;
    margin-top: 3px;
    display: none;
}


/* 首页新闻中心 end*/


/* 首页底部信息 begin*/

#fh5co-bottom-info .bg-bottom {
    padding: 30px 0 40px;
    background: url(../images/bottom.jpg) no-repeat center;
    background-size: cover;
}

#fh5co-bottom-info .content {
    padding-top: 5px;
    padding-bottom: 8px;
    line-height: 240%;
    color: #fff;
}

#fh5co-bottom-info h3 {
    color: #ff6d00;
    font-size: 18px;
}

#fh5co-bottom-info p {
    color: #fff;
    margin: 10px 0;
}

#fh5co-bottom-info .contact-form .input {
    border-radius: 0;
    background: #dfdfdf;
}

#fh5co-bottom-info .contact-form input {
    width: 280px;
}

#fh5co-bottom-info .contact-form .button {
    color: #fff;
    border-radius: 0;
    border: 0;
    padding: 6px 25px;
}

#fh5co-bottom-info .contact-form .button:hover {
    background-color: #ca661c;
}


/* 首页底部信息 end*/


/* 内页 begin*/

#fh5co-content_show {
    padding-bottom: 50px;
}

#fh5co-content_show .show_body {
    font-size: 14px;
}

.detail {
    width: 900px;
    float: right;
}

#fh5co-content_show .detail img {
    height: auto !important;
    max-width: 100%;
    vertical-align: middle;
}

#fh5co-content_show .detail img {
    opacity: 0.9;
}

#fh5co-content_show .detail p {
    text-indent: 0;
}

#fh5co-content_show .qhd-title span {
    margin: 0 5px;
    font-size: 12px;
    color: #999
}

#fh5co-content_show .title {
    border-bottom: 1px solid #E7E7E7;
    height: 35px;
    margin-bottom: 35px;
    text-align: left;
}

#fh5co-content_show .title ul {
    padding: 0
}

#fh5co-content_show .title a {
    color: rgb(102, 102, 102);
    font-size: 14px;
    text-indent: 3px
}

#fh5co-content_show .title a:hover {
    color: rgb(102, 102, 102);
    text-decoration: underline
}

#fh5co-content_show .title a i {
    margin-right: 5px;
}

#fh5co-content_show .detail {
    font-size: 14px;
    padding-bottom: 10px;
    line-height: 24px;
    color: #666;
}

#fh5co-content_show .qhd-title {
    border-bottom: 1px solid #eee;
    margin-bottom: 25px;
    padding-top: 6px;
}

#fh5co-content_show .qhd-title strong {
    font-weight: normal
}


/*分页*/

.table span {
    margin-right: 10px;
}

.content_detail .pager {
    font-size: 14px;
    padding: 0;
    margin: 0
}

.content_detail .pager a {
    border: none;
    color: #666;
}

.content_detail .pager a:focus,
.content_detail .pager a:hover {
    color: #006db5;
    ;
    background: none
}

.content_detail .pager li {
    display: block;
    text-align: left;
    line-height: 200%
}

#fh5co-content_show .pagination .active,
#fh5co-content_show .pagination a:hover {
    background: #ff6d00;
    color: #fff;
}

#fh5co-content_show .pagination .active a {
    color: #fff
}

#fh5co-content_show .pagination li {
    margin: 0 3px;
}

#fh5co-content_show video {
    max-width: 100%
}

#fh5co-content_show .product-detail {
    padding: 20px;
}

#fh5co-content_show .product-detail img {
    max-width: 100%;
    overflow: hidden;
    vertical-align: middle;
}

#fh5co-content_show .product-detail .content-img {
    overflow: hidden;
    width: 90%
}

#fh5co-content_show .product-detail .content-img img {
    width: 100%;
    overflow: hidden;
    vertical-align: middle;
}

#fh5co-content_show .product-detail h1 {
    border-bottom: 1px solid #ddd;
    color: #000;
    font-size: 24px;
    line-height: 33px;
    padding-bottom: 6px;
}

#fh5co-content_show .product-detail .p_desc {
    color: #4d4a4a;
    line-height: 24px;
    padding: 20px 0 30px;
    font-size: 12px;
}

#fh5co-content_show .product-detail .kefu_bnts {
    background: #FC4300;
    color: #FFF;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    font-size: 16px;
    display: block;
    text-align: center
}

#fh5co-content_show .product-detail .kefu_bnts:hover {
    background: #FF5417;
}

#fh5co-content_show .product-detail .description {
    line-height: 28px;
    font-size: 14px;
    margin-bottom: 20px;
}

#fh5co-content_show .product-detail .description p {
    line-height: 28px;
}

#fh5co-content_show .product-detail .detail-title {
    border-bottom: 1px solid #006db5;
    position: relative;
    height: 37px;
}

#fh5co-content_show .product-detail .detail-title h2 {
    background: #fff;
    color: #006db5;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    width: 126px;
    border-left: 1px solid #006db5;
    border-right: 1px solid #006db5;
    border-top: 1px solid #006db5;
    border-bottom: 1px solid #fff;
    position: absolute;
    left: 0;
    top: 1px;
}


/*文章*/

#fh5co-content_show .article-media li {
    border-bottom: 1px dashed #ddd;
    padding: 5px 0 15px
}

.article-media .media .media_img {
    border-color: #cfcfcf;
    border-style: solid;
    border-width: 1px;
    width: 152px;
    margin-right: 20px;
}

.article-media .media .media_img a {
    border-color: -moz-use-text-color;
    border-style: none;
    border-width: medium;
    padding: 0;
}

.article-media .media .media_img a:hover {
    border-color: -moz-use-text-color;
    border-style: none;
    border-width: medium;
    background: #fff4ce none repeat scroll 0 0;
}

.article-media .media .media_img img {
    width: 150px;
    padding: 1px;
}

.article-media li {
    margin-bottom: 12px;
}

.article-media img {
    display: block;
    width: 150px;
}

.article-media .media .time {
    color: #999
}

.article-media .media-body h3 {
    font-size: 14px;
}

.article-media .media-body h3 a {
    color: #333;
    font-size: 14px;
    line-height: 100%;
    font-weight: bold
}

.article-media .media-body h3 a:hover {
    color: #006db5;
}

.article-media .media-body p {
    color: #999;
    line-height: 22px;
}


/*内页banner*/

.slideshow {
    height: 230px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover
}

.slideshow .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.slideshow .overlay .container {
    height: 100%;
    display: table;
    text-align: center
}

.slideshow .overlay .container .line {
    display: table-cell;
    vertical-align: middle
}

.slideshow .overlay .container .line .title {
    text-align: center
}

.slideshow .overlay .container .line .title h2 {
    text-align: center;
    display: inline-block;
    margin: auto;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 30px;
    font-weight: 700;
    position: relative;
    margin-top: 30px
}

.slideshow .overlay .container .line .title h2 a {
    color: #fff;
    font-size: 14px;
    font-weight: normal
}


/*在线客服*/

.SonlineBox {
    width: 139px;
    font-size: 12px;
    overflow: hidden;
    z-index: 6;
}

.SonlineBox .openTrigger {
    width: 31px;
    height: 130px;
    position: absolute;
    top: 0px;
    z-index: 1;
    cursor: pointer;
    background: #0f92e0 url(../images/greenopen.jpg) no-repeat;
}

.SonlineBox .titleBox {
    width: 135px;
    height: 35px;
    line-height: 33px;
    background: #0f92e0;
    border-bottom: 2px solid #0f92e0;
}

.SonlineBox .titleBox span {
    margin-left: 10px;
    color: #fff;
    font-size: 14px;
}

.SonlineBox .contentBoxC {
    width: 135px;
    /*height:335px;*/
    border: 2px solid #0f92e0;
    background: #ffffff/* url(../images/greenbg.jpg) no-repeat*/
    ;
    position: absolute;
    z-index: 2;
}

.SonlineBox .contentBoxC .closeTrigger {
    width: 25px;
    height: 25px;
    display: block;
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 5px;
    -webkit-transition: all 0.8s ease-out;
}

.SonlineBox .contentBoxC .closeTrigger:hover {
    -webkit-transform: scale(1) rotate(360deg);
}

.SonlineBox .contentBoxC .listBox {
    overflow: hidden;
    margin-bottom: 10px;
}

.SonlineBox .contentBoxC .listBox .Tlist {
    display: block;
    width: 86%;
    height: 22px;
    margin: 10px auto 0px auto;
    text-align: center;
}

.SonlineBox .contentBoxC .listBox .Tlist span {
    float: left;
    line-height: 22px;
}

.SonlineBox .contentBoxC .listBox .Tlist a {
    /*float:left;*/
}

.SonlineBox .contentBoxC .listBox .WWList {
    line-height: 18px;
    height: 18px;
}

.SonlineBox .contentBoxC .listBox .SkypeList {
    line-height: 23px;
    height: 23px;
}

.SonlineBox .contentBoxC .otherBox {
    clear: both;
    height: 115px;
    text-align: center;
}

.SonlineBox .contentBoxC .otherBox img {
    width: 105px;
    height: 105px;
}

.SonlineBox .contentBoxC .telBox {
    display: block;
    padding: 36px 0 10px 0;
    color: #0f92e0;
    font-size: 14px;
    line-height: 26px;
    font-family: '微软雅黑';
    background: url(../images/telbg.jpg) 0 0 no-repeat;
    text-align: center;
    font-weight: bold;
}


/*在线客服 end*/


/*手机底部导航*/

#toolbar {
    display: none;
}


/* 内页 end*/


/* ======置顶 ======*/

.backToTop {
    display: none;
    width: 35px;
    height: 35px;
    position: fixed;
    _position: absolute;
    right: 5px;
    bottom: 60px;
    _bottom: "auto";
    cursor: pointer;
    z-index: 7;
    background: #00A0EA url(../images/icon-gotop-fixed.png) no-repeat center center;
}

.backToTop:hover {
    background-color: #0276ab;
}

.pagess {
    clear: both;
    margin: 20px;
    overflow: hidden;
    margin-left: 0px;
    text-align: center;
    font-size: 12px
}

.pagess ul li {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 2px 9px;
    margin: 0 3px;
    line-height: 20px;
    background: #fff;
    color: #999
}

.pagess ul li:hover {
    background: #ccc;
    color: #fff;
    border: 1px solid #ccc
}

.pagess ul li:hover a {
    color: #fff;
}

.pagess ul li.thisclass {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 2px 9px;
    margin: 0 3px;
    background: #ccc;
    color: #fff;
}

.pagess ul li.thisclass a {
    color: #fff;
}

.pagess ul li a {
    display: block;
    color: #999
}

.pagess ul li a:hover {
    color: #fff;
}

.pro {
    background: url("../images/probg.jpg") center center repeat-y;
}

.proitem {
    padding: 10px;
    overflow: hidden;
    margin-bottom: 0px;
}

.proitem img {
    width: 100%;
    transition: all 0.3s;
}

.proitem img:hover {
    transform: scale(1.02);
}

.proitem .protext {
    text-align: center;
    background-color: #eee;
    padding: 5px 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pro h1.s1,
.pro h2.s1 {
    color: #fff;
}

.index-proclass {
    margin-top: 10px;
}

.index-proclass h1 {
    line-height: 40px;
    background-color: #f90;
    color: #fff;
    font-size: 16px;
    padding: 10px 10px;
    text-align: center
}

.index-proclass ul {
    margin: 0px;
    padding: 0px;
    border: solid 1px #ddd;
    border-bottom: 0px;
}

.index-proclass li {
    line-height: 47px;
    border-bottom: solid 1px #ddd;
    background-color: #fff;
    list-style: none;
    margin: 0px;
    text-align: center
}

.index-proclass li:hover,
.index-proclass li.on {
    background-color: #0d70da;
}

.index-proclass li a {
    color: #333;
}

.index-proclass li:hover a,
.index-proclass li.on a {
    color: #fff;
}

.qq-btn {
    vertical-align: middle;
    width: 22px;
    height: 27px;
    display: inline-block;
    margin: -3px 0 0 10px;
    background: url('../images/contact.png') no-repeat -161px 0;
}

#fh5co-news-list .show-list a.more {
    display: inline-block;
    padding: 12px 40px;
    background: #ff6d00;
    color: #fff;
    font-size: 18px;
}

.news-list ul {
    padding: 0;
}

.news-list ul li {
    list-style: none;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #ccc;
    overflow: hidden;
}

.news-list ul li .time {
    float: left;
    width: 66px;
    margin-right: 20px;
    background: #006db5;
    text-align: center;
    color: #fff;
}

.news-list ul li .time .time-day {
    font-size: 18px;
    border-bottom: 1px solid #fff;
    line-height: 40px;
}

.news-list ul li .time .time-date {
    line-height: 24px;
    font-size: 12px;
    white-space: nowrap;
}

.news-list ul li .content {
    overflow: hidden;
}

.news-list ul li .content h3 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
}

.news-list ul li .content h3 a {
    color: #333;
    line-height: 1;
}

.news-list ul li .content .desc {
    color: #999;
    font-size: 12px;
    line-height: 16px;
    max-height: 32px;
    overflow: hidden;
    cursor: default;
}

.news-list ul li .content .desc .more a {
    float: right;
    font-size: 12px;
    color: #36863d;
    margin-top: 3px;
    display: none;
}


/*.g-banner*/

.g-banner {
    width: 100%;
    height: 500px;
    display: block;
    overflow: hidden;
    position: relative;
    background: #ccc;
}

.g-banner .swiper-wrapper,
.g-banner .swiper-slide {
    width: 100%;
    height: 500px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center center;
}

.pagination {
    position: absolute;
    z-index: 20;
    bottom: 10px;
    width: 100%;
    text-align: center;
}

.swiper-pagination-switch {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #555;
    margin: 0 5px;
    opacity: 0.8;
    border: 1px solid #fff;
    cursor: pointer;
}

.swiper-active-switch {
    background: #fff;
}

.arrow-left {
    background: url(../img/arrowleft.png) no-repeat left top;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -15px;
    width: 44px;
    height: 44px;
    z-index: 100;
}

.arrow-left:hover {
    background-position: left bottom;
}

.arrow-right {
    background: url(../img/arrowright.png) no-repeat left top;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -15px;
    width: 44px;
    height: 44px;
    z-index: 100;
}

.arrow-right:hover {
    background-position: left bottom;
}