﻿@charset "UTF-8"; body {
    overflow-x: hidden;
    overflow-y: auto;
    padding-top: 80px;
}

body,p,form,textarea,h1,h2,h3,h4,h5,dl,dd {
    margin: 0px;
}

input,button,ul,ol {
    margin: 0px;
    padding: 0px;
}

body,input,button,form {
    font-size: 14px;
    line-height: 28px;
    font-family: "microsoft yahei","宋体", "Arial";
    color: #333333;
}

h1,h2,h3,h4,h5,h6 {
    font-size: 14px;
    font-weight: normal;
}

ul,ol,li {
    list-style: none;
}

input {
    background: none;
    border: 0 none;
}

img,iframe {
    border: 0px;
}

em,i {
    font-style: normal;
}

button,input,select,textarea {
    font-size: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.red {
    color: #ba292e;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.tac {
    text-align: center;
}

.tar {
    text-align: right;
}

.poa {
    position: absolute;
}

.por {
    position: relative;
}

.hidden {
    display: none;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.ico {
    background: url(../images/icon.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
}

a {
    color: #333333;
    text-decoration: none;
}

a:hover {
    color: #008cd7;
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

.ease, .ease * {
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
}

.noease, .noease * {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

:-moz-placeholder {
    color: #aaa;
}

::-moz-placeholder {
    color: #aaa;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #aaa;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #aaa;
}

/*清除浮动*/
.clearfix {
    *zoom: 1;}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

/*top*/
.header_bk {
    width: 100%;
    float: left;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0 4px 22px rgba(0, 0, 0, .12);
}

.bk_shadow {
    box-shadow: 0 4px 22px rgba(0, 0, 0, .12);
}

.header {
    height: 80px;
    margin: 0 auto;
    position: relative;
}

.header .logo {
    width: 266px;
    float: left;
    height: 145px;
    background: url(../images/logobg.png) no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.header .nav {
    width: auto;
    float: right;
    height: 100%;
}

.header .nav li {
    width: auto;
    height: 100%;
    float: left;
    margin-right: 50px;
    position: relative;
}

.header .nav li a {
    display: block;
    text-align: center;
    line-height: 80px;
    height: 80px;
    font-size: 15px;
    position: relative;
    color: #000;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.header .nav li a.b {
    height: 70px;
    line-height: 70px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    color: #000;
}

.header .nav li a b {
    display: block;
    width: 0;
    height: 1px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    position: absolute;
    left: 0;
    bottom: 15px;
    z-index: -1;
    background: #008cd7;
}

.header .nav li a:hover, .header .nav li a.on {
    color: #008cd7;
}

.header .nav li a:hover b, .header .nav li a.on b {
    width: 100%;
}

.header .nav li ul.subnav {
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=90);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#cc17335b, endColorstr=#cc17335b);
    background: rgba(0, 104, 183, .8);
    border-top: 0;
    box-shadow: 0 6px 10px rgba(0, 0, 0, .1);
    transition: all 0.3s ease-out 0s;
    position: absolute;
    width: 210px;
    top: 80px;
    left: 0;
}

.header .nav li ul.subnav li {
    width: 210px;
    border-bottom: transparent 1px solid;
    margin-left: 0;
}

.header .nav li ul.subnav li a {
    background: transparent;
    color: #fff;
    width: auto !important;
    padding: 10px 30px 10px 30px;
    height: 20px;
    line-height: 20px;
    display: block;
    font-size: 12px;
    text-align: left;
    transition: all 0.3s ease-out 0s;
}

.header .nav li ul.subnav li a span {
    display: block;
    float: left;
    width: 135px;
}

.header .nav li ul.subnav li i {
    float: right;
    margin-top: 5px;
    opacity: 0;
    transition: all ease-out .2s;
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(../images/subnav.png);
}

.header .nav li ul.subnav li a:hover {
    background: #008cd7;
    color: #fff;
    text-indent: 10px;
}

.header .nav li ul.subnav li a:hover i {
    opacity: 1;
}

.header .nav li:hover ul.subnav {
    opacity: 1;
    visibility: visible;
}

.header .lang {
    width: auto;
    position: absolute;
    right: 0;
    top: 34px;
}

.header .lang.b {
    top: 20px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.header .lang li {
    float: left;
    width: 22px;
    height: 22px;
    margin-right: 10px;
}

.header .lang li a {
    color: #000;
    display: block;
    width: 100%;
    height: 22px;
    line-height: 22px;
    border: 1px #000 solid;
    text-align: center;
    border-radius: 100%;
    overflow: hidden;
}

.header .lang li a:hover, .header .lang li a.on {
    background: #000;
    color: #fff;
}

.header .head_search {
    float: right;
    width: 80px;
    height: 100%;
}

.header .head_search i {
    display: block;
    height: 100%;
    background-image: url(../images/search.png);
    width: 80px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    background-color: #008cd7;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.header .head_search form {
    display: block;
    position: absolute;
    right: 0;
    top: 80px;
    padding: 0 20px;
    height: 0;
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=50);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#7f000000, endColorstr=#7f000000);
    background: rgba(0,0,0,.5);
}

.header .head_search input[type="text"] {
    display: block;
    float: left;
    width: 150px;
    line-height: 28px;
    height: 28px;
    overflow: hidden;
    border: 1px solid #eee;
    color: #999;
    padding: 0 10px;
    text-align: left;
    background: #fff;
}

.header .head_search input[type="submit"] {
    display: block;
    float: left;
    width: 50px;
    height: 30px;
    background-image: url(../images/search.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 60%;
    cursor: pointer;
    background-color: #008cd7;
}

.header .head_search:hover form {
    height: 30px;
    padding: 15px 20px;
}

/* banner */
#banner_main {
    overflow: hidden;
    position: relative;
    z-index: 2;
    max-width: 1920px;
    margin: 0 auto;
}

#banner_main #banner {
    height: 600px;
}

#banner, .banner ul {
    max-height: 600px;
    overflow: hidden;
}

#banner_main #banner.nybanner {
    height: 500px;
}

#banner.nybanner, .banner.nybanner ul {
    max-height: 500px;
    overflow: hidden;
}

#banner {
    width: 100%;
    min-width: 1000px;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.banner li {
    width: 100%;
    position: absolute;
    z-index: 1;
    overflow: hidden;
    display: none;
}

.banner li:first-child {
    display: block;
}

.banner li img {
    width: 1920px;
    display: block;
    position: relative;
    left: 50%;
    margin-left: -960px;
    top: 0;
}

#banner .tip {
    width: 1000px;
    height: 20px;
    line-height: 0;
    font-size: 0;
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -500px;
    bottom: 10px;
    z-index: 3;
}

#banner .tip span {
    width: 16px;
    height: 16px;
    margin: 0 5px;
    display: inline-block;
    font-size: 0;
    cursor: pointer;
    background: #cacaca;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

#banner .tip span.cur {
    background: #008cd7;
}

#banner #btn_prev,#banner #btn_next {
    width: 32px;
    height: 50px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    z-index: 5;
    display: none;
}

#banner #btn_prev {
    background-position: -60px 0;
    left: 12%;
    transition: all 600ms ease;
}

#banner #btn_next {
    background-position: -92px 0;
    right: 12%;
    transition: all 600ms ease;
}

#banner #btn_prev:hover {
    opacity: .8;
    filter: alpha(opacity=80);
    transition: all 600ms ease;
    left: 11.6%;
}

#banner #btn_next:hover {
    opacity: .8;
    filter: alpha(opacity=80);
    transition: all 600ms ease;
    right: 11.6%;
}

/*footer*/
.bottom_main {
    width: 100%;
    padding-bottom: 20px;
    background-color: #f6f6f6;
}

.bottom_main .links {
    padding: 20px 0;
    font-size: 16px;
    border-bottom: 1px solid #e7e7e7;
}

.bottom_main .links span {
    color: #008cd7;
    font-weight: bold;
    display: inline-block;
}

.bottom_main .links a {
    display: inline-block;
    font-size: 14px;
    color: #999;
    padding-right: 10px;
}

.bottom_main .bottom_nav {
    width: 770px;
    display: inline-block;
    margin-top: 32px;
}

.bottom_main .bottom_nav ul {
    width: 190px;
    text-align: left;
    float: left;
}

.bottom_main .bottom_nav ul li h3 {
    padding-bottom: 8px;
}

.bottom_main .bottom_nav ul li h3 a {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #008cd7;
    padding-bottom: 8px;
}

.bottom_main .bottom_nav ul li h3 i {
    display: block;
    width: 30px;
    height: 1px;
    background-color: #cccccc;
}

.bottom_main .bottom_nav ul li a {
    display: block;
    font-size: 12px;
    line-height: 24px;
    color: #999;
}

.bottom_main .bottom_tit {
    padding-top: 40px;
    text-align: right;
}

.bottom_main .bottom_tit .r1 {
    float: left;
    width: 100px;
}

.bottom_main .bottom_tit .r2 {
    float: left;
    padding-left: 60px;
    text-align: left;
}

.bottom_main .bottom_tit .r1 p {
    width: 100px;
    text-align: center;
    float: left;
}

.bottom_main .bottom_tit .r1 p img {
    width: 100px;
    height: 100px;
}

.bottom_main .bottom_tit .r1 p span {
    font-size: 12px;
    color: #999;
    display: block;
    padding-top: 10px;
    line-height: 20px;
}

.bottom_main .bottom_tit .r2 li {
    display: block;
    clear: left;
    height: 65px;
}

.bottom_main .bottom_tit .r2 li img {
    width: 50px;
    height: 50px;
    float: left;
}

.bottom_main .bottom_tit .r2 li p {
    float: left;
    font-size: 12px;
    line-height: 22px;
    color: #999;
    padding-left: 12px;
    text-align: left;
    padding-top: 0px;
}

.bottom_main .bottom_tit .r2 li p span {
    margin-top: 2px;
    font-size: 26px;
    font-family: "Arial";
    color: #008cd7;
    display: block;
    font-weight: bold;
}

.bottom_copy {
    height: 48px;
    background-color: #f6f6f6;
    border-top: 1px solid #e7e7e7;
    line-height: 48px;
    font-size: 12px;
    color: #999;
    text-align: center;
}

.bottom_copy span {
    padding-left: 10px;
}

.bottom_copy a {
    display: inline-block;
    font-size: 12px;
    color: #999;
}

/*******index css*******/
/*首页标题*/
.index .in_title {
    padding: 40px 0;
}

.index .in_title .entit {
    margin-top: 10px;
    font-size: 34px;
    color: #666;
    text-align: center;
}

.index .in_title .tit {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #3f3f3f;
}

/*产品分类*/
.index .tab {
    text-align: center;
    padding-bottom: 30px;
}

.index .tab a {
    padding: 0 16px;
    height: 40px;
    line-height: 40px;
    background: #008cd7;
    font-size: 18px;
    display: inline-block;
    margin: 0 20px;
    color: #fff;
}

.index .tab a:hover {
    background: #1b1e2b;
}

/*查看更多*/
.index .more {
    margin-top: 40px;
}

.index .more .look_more {
    display: block;
    margin: auto;
    width: 105px;
    height: 35px;
    color: #fff;
    font-size: 12px;
    line-height: 35px;
    text-align: center;
    background: #008cd7;
}

/*产品中心*/
.index .floor_2 {
    padding-bottom: 40px;
}

.index .icase {
    overflow: hidden;
}

.index .icase .list {
    zoom: 1; width: 119%;
}

.index .icase .list li {
    float: left;
    margin-right: 21px;
    margin-bottom: 21px;
    width: 386px;
}

.index .icase .list li .img {
    width: 384px;
    height: 286px;
    overflow: hidden;
    display: block;
    position: relative;
    cursor: pointer;
    border: 1px solid #eee;
    border-bottom: 0;
    background: #fff;
}

.index .icase .list li .img img {
    transition: .9s;
    -moz-transition: .9s;
    -webkit-transition: .9s;
    -o-transition: .9s;
}

.index .icase .list li .img .on {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    filter: Alpha(opacity=0);
    *zoom:1;-webkit-transform: rotateX(180deg) scale(0.5, 0.5);
    transform: rotateX(180deg) scale(0.2, 0.2);
    transition: all ease-out .5s
}

.index .icase .list li .img .on i {
    width: 65px;
    height: 65px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -32px;
    margin-left: -32px;
    background: url(../images/pro.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
}

.index .icase .list li .p {
    background: #008cd7;
    color: #fff;
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
}

.index .icase .list li:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

.index .icase .list li:hover .on {
    opacity: 1;
    filter: Alpha(opacity=100);
    -webkit-transform: rotateX(0deg) scale(1, 1);
    transform: rotateX(0deg) scale(1, 1);
    transition: all 1s cubic-bezier(.23, 1, .38, 1) 0s;
    background: rgba(0, 0, 0, 0.3);
}

/*海报展示*/
.index .poster {
    background: #f0efed;
    padding-bottom: 30px;
}

.index .poster .poster-main {
    position: relative;
    width: 1080px;
    height: 601px;
    margin-left: 60px;
}

.index .poster .poster-main a,.poster-main img {
    display: block;
}

.index .poster .poster-main .poster-list {
    width: 1080px;
    height: 601px
}

.index .poster .poster-main .poster-list .poster-item {
    position: absolute;
    left: 0px;
    top: 0px
}

.index .poster .poster-main .poster-btn {
    position: absolute;
    height: 601px;
    width: 60px;
    top: 0px;
    z-index: 10;
}

.index .poster .poster-main .poster-prev-btn {
    left: -120px;
    background: url('../images/index_39.jpg') no-repeat center;
}

.index .poster .poster-main .poster-next-btn {
    right: -120px;
    background: url('../images/index_41.jpg') no-repeat center;
}

/*原创理念*/
.index .ideas {
    padding-bottom: 40px;
}

.index .ideas ul {
    position: relative;
    height: 600px;
}

.index .ideas ul li a {
    display: block;
}

.index .ideas ul li a img {
    width: 100%;
    height: 100%;
}

.index .ideas ul li.item1,.index .ideas ul li.item2,.index .ideas ul li.item3,.index .ideas ul li.item4 {
    position: absolute;
    width: 392px;
    height: 296px;
    overflow: hidden;
}

.index .ideas ul li.item1 {
    top: 0;
    left: 0;
}

.index .ideas ul li.item2 {
    top: 304px;
    left: 0;
}

.index .ideas ul li.item3 {
    top: 0;
    right: 0;
}

.index .ideas ul li.item4 {
    top: 304px;
    right: 0;
}

.index .ideas ul li.item5 {
    position: absolute;
    top: 0;
    left: 400px;
    width: 401px;
    height: 600px;
    overflow: hidden;
}

.index .ideas ul li.item5 a .txt {
    top: 260px;
}

.index .ideas ul li a .on {
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
}

.index .ideas ul li a .txt {
    position: absolute;
    top: 100px;
    left: -392px;
    width: 360px;
    color: #fff;
}

.index .ideas ul li a .txt h3 {
    font-size: 46px;
    line-height: 46px;
}

.index .ideas ul li a .txt p {
    margin-top: 50px;
    font-size: 15px;
    line-height: 25px;
    text-align: justify;
}

/*产品分类*/
.index .product {
    background: url(../images/ibg.jpg) center no-repeat;
    height: 500px;
}

.index .product .in_title .entit,.index .product .in_title .tit {
    color: #fff;
}

.index .product ul {
    width: 786px;
    margin: 0 auto;
    border: 1px solid #b9b8b8;
}

.index .product ul li.item {
    float: left;
}

.index .product ul li.item a {
    display: block;
    width: 260px;
    height: 130px;
    line-height: 130px;
    text-align: center;
    overflow: hidden;
    background: #f4f2f3;
    border: 1px solid #b9b8b8;
}

.index .product ul li.item a:hover {
    background: #008cd7;
}

.index .product ul li.item a s {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-position: 0 0;
    background: url(../images/ico.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin-top: 30px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.index .product ul li.item a s.ico1 {
    background-position: 0 0;
}

.index .product ul li.item a s.ico2 {
    background-position: -50px 0;
}

.index .product ul li.item a s.ico3 {
    background-position: -100px 0;
}

.index .product ul li.item a s.ico4 {
    background-position: -150px 0;
}

.index .product ul li.item a s.ico5 {
    background-position: -200px 0;
}

.index .product ul li.item a s.ico6 {
    background-position: -250px 0;
}

.index .product ul li.item a:hover s.ico1 {
    background-position: 0 -50px;
}

.index .product ul li.item a:hover s.ico2 {
    background-position: -50px -50px;
}

.index .product ul li.item a:hover s.ico3 {
    background-position: -100px -50px;
}

.index .product ul li.item a:hover s.ico4 {
    background-position: -150px -50px;
}

.index .product ul li.item a:hover s.ico5 {
    background-position: -200px -50px;
}

.index .product ul li.item a:hover s.ico6 {
    background-position: -250px -50px;
}

.index .product ul li.item a span {
    display: block;
    color: #999;
    font-size: 16px;
    line-height: 30px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.index .product ul li.item a:hover span {
    color: #fff;
}

/*新闻动态*/
.index .news {
    padding-bottom: 45px;
}

.index .news .proCase {
    position: relative;
    margin-top: 10px;
}

.index .news .proCase .list {
    width: 100%;
}

.index .news .proCase .list li {
    position: relative;
    display: block;
    float: left;
    width: 360px;
    height: 470px;
    margin-right: 60px;
}

.index .news .proCase .list li:last-child {
    margin-right: 0;
}

.index .news .proCase .list li a {
    display: block;
}

.index .news .proCase .list li a img {
    display: block;
    width: 100%;
    height: 270px;
}

.index .news .proCase .list li .time {
    position: absolute;
    top: 0;
    left: 0;
    width: 63px;
    height: 63px;
    text-align: center;
    color: #fff;
    background: #008cd7;
}

.index .news .proCase .list li .time i {
    display: block;
    font-size: 30px;
    line-height: 40px;
}

.index .news .proCase .list li .time span {
    display: block;
    font-size: 12px;
    line-height: 23px;
}

.index .news .proCase .list li .title {
    margin-top: 15px;
    margin-bottom: 20px;
}

.index .news .proCase .list li .tit {
    font-size: 16px;
    color: #292a29;
}

.index .news .proCase .list li .cont {
    font-size: 14px;
    line-height: 30px;
    color: #707070;
    margin-top: 10px;
    height: 90px;
    overflow: hidden;
}

.index .news .proCase .list li .view_detail {
    display: block;
    width: 105px;
    height: 35px;
    color: #fff;
    font-size: 12px;
    line-height: 35px;
    text-align: center;
    background: #008cd7;
}

/*******内页样式********/
.submian {
    padding: 30px 0;
}

.submian .sobtitle {
    color: #707070;
    height: 30px;
    line-height: 20px;
    margin-bottom: 20px;
    font-size: 14px;
    text-align: right;
    border-bottom: 1px solid #f0f0f0;
}

.submian .sobtitle a {
    font-size: 14px;
    color: #707070;
}

.submian .sobtitle a:hover {
    color: #008cd7;
}

.submian .sobtitle h3 {
    float: left;
    color: #008cd7;
    font-size: 18px;
    border-bottom: 2px solid #008cd7;
    height: 29px;
    line-height: 20px;
}

.submian .left {
    width: 240px;
}

.submian .left .submenubox {
    padding-bottom: 20px;
}

.submian .left .submenubox .left_title {
    height: 80px;
    background: #008cd7;
    color: #fff;
}

.submian .left .submenubox .left_title h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 80px;
    padding-left: 26px;
    text-transform: uppercase;
}

.submian .left .submenubox .left_title s {
    vertical-align: middle;
    width: 28px;
    height: 28px;
    margin-right: 30px;
    margin-top: 28px;
    background: url(../images/class.png) no-repeat;
}

.submian .left .submenu {
    position: relative;
}

.submian .left .submenu li {
    display: block;
}

.submian .left .submenu li a.sub1 {
    height: 50px;
    line-height: 50px;
    display: block;
    padding-left: 28px;
    background: url(../images/jtou.png) no-repeat 90% center #fff;
    font-size: 16px;
    border: 1px solid #eeeeee;
    border-top: 0 none;
    overflow: hidden;
}

.submian .left .submenu li a.sub1:hover {
    background: url(../images/jtou_a.png) no-repeat 90% center #fff;
    border-left: 2px solid #008cd7;
    border-right: 1px solid #f5f5f5;
    color: #008cd7;
}

.submian .left .submenu li.hover a.sub1 {
    background: url(../images/jtou_a.png) no-repeat 90% center #fff;
    border-left: 2px solid #008cd7;
    border-right: 1px solid #f5f5f5;
    color: #008cd7;
}

.submian .left .submenu s {
    width: 2px;
    height: 61px;
    display: block;
    background: #008cd7;
    position: absolute;
    left: 0;
    top: 0;
}

.submian .left .submenu .box {
    padding-bottom: 0;
    background: #f9f9f9;
    border: 1px solid #eeeeee;
    border-top: 0 none;
    display: none;
}

.submian .left .submenu .box a {
    color: #333;
    line-height: 40px;
    display: block;
    height: 40px;
    padding-left: 28px;
    overflow: hidden;
}

.submian .left .submenu .box a s {
    width: 10px;
    height: 10px;
    margin-right: 8px;
    display: inline-block;
    background-position: 2px -178px;
}

.submian .left .submenu .box a:hover,.submian .left .submenu .box a.hover {
    color: #008cd7;
}

.submian .left .submenu li.hover .box {
    display: block;
}

.submian .left .leftbox {
    padding: 10px;
    position: relative;
    margin-bottom: 20px;
    border: 1px solid #eee;
}

.submian .left .leftbox .left_title {
    padding-bottom: 10px;
    border-bottom: 1px solid #eeeeee;
    padding-left: 5px;
}

.submian .left .leftbox .left_title h3 {
    font-size: 18px;
    font-weight: normal;
    color: #008cd7;
    display: block;
    text-transform: uppercase;
}

.submian .left .leftbox .leftprocomt {
    padding-top: 10px;
}

.submian .left .leftbox .leftprocomt li {
    float: left;
    text-align: center;
    width: 104px;
    height: 108px;
    margin-right: 10px;
}

.submian .left .leftbox .leftprocomt li img {
    background: #fff;
    border-radius: 3px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.submian .left .leftbox .leftprocomt li p {
    font-size: 12px;
    line-height: 30px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.submian .left .leftbox .leftprocomt li:hover img {
    -webkkit-filter: brightness(105%);
    filter: brightness(105%);
}

.submian .left .leftbox .leftprocomt li:hover p {
    color: #008cd7;
}

.submian .left .leftbox .cont {
    padding-top: 18px;
    white-space: normal;
}

.submian .left .leftbox .cont .img {
    float: left;
    display: block;
    border: 1px solid #e5e5e5;
    margin: 0 auto 10px;
}

.submian .left .leftbox .cont img {
    width: 216px;
    height: 216px;
}

.submian .left .leftbox .cont p {
    white-space: normal;
    word-break: break-all;
    word-wrap: break-word;
}

.submian .subright {
    width: 920px;
    padding-bottom: 20px;
    line-height: 28px;
}

.submian .subright .aboutlist {
    color: #666;
}

.submian .subright img {
    max-width: 920px;
}

.submian .subright .newslist .textlist li {
    padding: 25px 0px 25px;
    height: 110px;
    border-bottom: 1px solid #ddd;
    width: 100%;
    margin-bottom: 25px;
}

.submian .subright .newslist .textlist li a {
    display: block;
    cursor: pointer;
}

.submian .subright .newslist ul li a img {
    width: 147px;
    float: left;
    margin-right: 18px;
    border: 1px solid #eee;
    height: 110px;
    display: block;
}

.submian .subright .newslist ul li a .txt {
    color: #888;
    line-height: 24px;
    font-size: 12px;
}

.submian .subright .newslist .textlist li a p {
    height: 40px;
    line-height: 40px;
}

.submian .subright .newslist .textlist li a b {
    color: #008cd7;
    font-size: 14px;
}

.submian .subright .newslist .textlist li a:hover b {
    color: #008cd7;
}

.submian .subright .newslist .textlist li a i {
    color: #999;
    display: block;
    line-height: 20px;
    margin-bottom: 5px;
    font-size: 12px;
}

.submian .subright .newslist .textlist li a span {
    line-height: 22px;
    max-height: 66px;
    overflow: hidden;
    display: block;
    color: #666;
}

.submian .subright .newslist .textlist2 li {
    height: 40px;
    line-height: 40px;
}

.submian .subright .newslist .textlist2 li a {
    display: block;
}

.submian .subright .newslist .textlist2 li s {
    width: 4px;
    height: 4px;
    display: inline-block;
    vertical-align: middle;
    background: #007eb9;
    margin-right: 10px;
    border-radius: 100%;
}

.submian .subright .newslist ul li a:hover img {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
}

.submian .subright .newslist ul li a:hover p b {
    text-decoration: underline;
}

.submian .subright .newslist ul li a:hover span {
    color: #777;
}

.honorlist ul.list {
    float: left;
    width: 100%;
    padding-left: 0px;
}

.honorlist ul.list li.item {
    float: left;
    width: 288px;
    height: 261px;
    margin-right: 25px;
    margin-bottom: 25px;
    border: 1px solid #eee;
}

.honorlist ul.list li.item a:hover span {
    color: #008cd7;
}

.honorlist ul.list li.item span {
    width: 100%;
    height: 45px;
    color: #555;
    text-align: center;
    display: block;
    line-height: 45px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.honorlist ul.list li.item img {
    display: block;
    background: #fff;
}

.submian .t {
    padding: 0 0 25px;
    color: #008cd7;
    font-size: 18px;
}

.submian .t2 {
    padding: 25px 0;
    color: #008cd7;
    font-size: 24px;
}

/* formData */
.formData {
    padding-bottom: 20px;
}

.formData .item {
    float: left;
    color: #999;
    font-weight: normal;
    width: 420px;
    height: 56px;
    line-height: 56px;
    border: 1px solid #e4e4e4;
    margin-right: 76px;
    margin-bottom: 45px;
    position: relative;
}

.formData .item label {
    padding-left: 15px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 11;
    text-align: center;
    display: block;
    margin: 0;
    height: 56px;
    line-height: 56px;
    font-size: 18px;
    color: #666;
}

.formData .item input {
    outline: none;
    line-height: 38px;
    height: 38px;
    font-size: 18px;
}

.formData .item .txt {
    width: 350px;
    height: 56px;
    line-height: 56px;
    display: block;
    background: none;
    padding-left: 70px;
    border: 0 none;
    color: #666;
}

.formData .item .red {
    position: absolute;
    right: 15px;
    top: 0;
    color: #ff0000;
    z-index: 11;
}

.formData .item.mr0 {
    margin-right: 0;
}

.formData .msg-box {
    position: absolute;
    left: 0;
    top: 0px;
}

.formData .liuyan {
    width: 918px;
    height: 260px;
    border: 1px solid #e4e4e4;
    float: left;
}

.formData .liuyan label {
    text-align: right;
    display: block;
}

.formData .liuyan textarea {
    width: 908px;
    height: 234px;
    line-height: 35px;
    padding: 12px 10px;
    text-indent: 100px;
    font-size: 18px;
    font-family: "microsoft yahei";
    color: #333;
    border: 0 none;
    overflow: hidden;
    background: none;
    resize: none;
    display: block;
    outline: none;
}

.formData .bot {
    width: 100%;
}

.formData .sub {
    width: 232px;
    line-height: 52px;
    border: 2px solid #008cd7;
    margin-right: 2px;
    text-align: center;
    background: #008cd7;
    color: #FFF;
    cursor: pointer;
    font-size: 18px;
    display: block;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
}

.formData .sub:hover {
    background: none;
    color: #008cd7;
}

.formData .yzm .txt {
    padding-left: 80px;
}

.formData .yzm img {
    position: absolute;
    right: 0;
    top: 0;
    height: 56px;
    border: 0px;
    display: block;
}

/** 新闻中心 **/
.submian .subright .thumblist {
}

.submian .subright .thumblist .list {
    padding-bottom: 20px;
}

.submian .subright .thumblist .item {
    width: 880px;
    border-bottom: 1px solid #eaeaea;
    display: block;
    padding: 20px;
    transition: all .5s;
}

.submian .subright .thumblist .item a {
    display: block;
}

.submian .subright .thumblist .item .img {
    position: relative;
    width: 180px;
    height: 135px;
    display: block;
    overflow: hidden;
    cursor: pointer;
}

.submian .subright .thumblist .item img {
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-out 0s;
}

.submian .subright .thumblist .item a:hover img {
    transform: scale(1.1, 1.1);
}

.submian .subright .thumblist .item .txt {
    width: 680px;
    cursor: pointer;
}

.submian .subright .thumblist .item .txt h3 {
    font-size: 16px;
    line-height: 30px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.submian .subright .thumblist .item .txt .mark {
    color: #999;
    font-size: 12px;
    line-height: 30px;
    padding: 0;
}

.submian .subright .thumblist .item .txt .mark span {
    display: inline-block;
    padding-right: 18px;
}

.submian .subright .thumblist .item .txt p {
    color: #666;
    line-height: 25px;
}

.submian .subright .thumblist .item .txt p span {
    display: inline-block;
    color: #008cd7;
    padding-left: 10px;
}

.submian .subright .thumblist .item a:hover .txt h3 {
    color: #008cd7;
}

.submian .subright .thumblist .item:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.reLink {
    height: 38px;
    border: 1px solid #ccc;
    margin: 10px auto 10px;
    padding: 0px 10px;
}

.reLink .prevLink, .reLink .nextLink {
    height: 38px;
    line-height: 38px;
}

.reLink .prevLink a, .reLink .nextLink a {
    height: 38px;
    line-height: 38px;
}

.reLink .prevLink a:hover, .reLink .nextLink a:hover {
    color: #008cd7;
}

.reLink .prevLink {
    float: left;
}

.reLink .nextLink {
    float: right;
}

.submian .subright .conBox .ArticleTitle h1 {
    font-size: 24px;
    text-align: center;
    padding: 20px 0px;
    border-bottom: 1px dashed #ccc;
    font-weight: bold;
}

.submian .subright .conBox .ArticleMessage {
    line-height: 30px;
    height: 30px;
    margin-bottom: 10px;
    text-align: center;
}

.submian .subright .conBox .ArticleMessage span:first-child {
    margin-left: 0;
}

.submian .subright .conBox .ArticleMessage span {
    color: #999;
    margin-left: 14px;
    font-size: 12px;
}

.submian .subright .conBox .ArticleMessage .jiathis_style {
    float: left;
    margin-top: 5px;
}

.submian .subright .conBox .ArticleTencont {
    padding: 5px 0px 20px 0px;
    line-height: 28px;
    overflow: hidden;
    color: #666;
    font-size: 14px;
}

.submian .subright .showproduct .ArticleTencont img {
    max-width: 100%;
}

.submian .subright .conBox .ArticleTencont img {
    max-width: 100%;
}

/********.toolbar*********/
.toolbar {
    width: 50px;
    position: fixed;
    right: 1%;
    top: 50%;
    margin-top: -102px;
    z-index: 999;
}

.toolbar dd {
    width: 50px;
    height: 50px;
    margin-bottom: 1px;
    position: relative;
    background: url(../images/black20.png) repeat 0 0;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.toolbar dd i {
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    text-align: center;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.toolbar dd i span {
    width: 35px;
    height: 35px;
    display: block;
    margin: 7px 0 0 7px;
    background: url(../images/rightFixIcon.png) no-repeat 0 0;
}

.toolbar dd.gottop {
    display: none;
}

.toolbar .slide-tel {
    display: block;
    width: 0;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    font-family: arial;
    color: #FFF;
    position: absolute;
    padding: 0 0 0 50px;
    top: 0;
    right: 0;
    overflow: hidden;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    -webkit-transition: all .0s ease-in-out 0s;
    -moz-transition: all .0s ease-in-out 0s;
    transition: all .0s ease-in-out 0s;
}

.toolbar .pop {
    position: absolute;
    right: 90px;
    top: -51px;
    background: #008cd7;
    display: none;
}

.toolbar .pop-code {
    width: 160px;
}

.toolbar .pop-code img {
    width: 120px;
    height: 120px;
    display: block;
    padding: 20px 20px 0;
}

.toolbar .pop-code h3 {
    height: 52px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    white-space: nowrap;
}

.toolbar .pop-code h3 b {
    display: block;
    font-size: 14px;
    font-weight: normal;
}

.toolbar .qq span {
    background-position: 0 -47px;
}

.toolbar .qq a {
    width: 50px;
    height: 50px;
    cursor: pointer;
    display: block;
}

.toolbar .qq:hover {
    background: #008cd7;
}

.toolbar .tel span {
    background-position: 0 0;
}

.toolbar .tel:hover {
    background: #008cd7;
}

.toolbar .code span {
    background-position: 0 -95px;
}

.toolbar .code:hover {
    background: #008cd7;
}

.toolbar .top span {
    background-position: 0 -142px;
}

.toolbar .top:hover {
    background: #008cd7;
}

/*******font-face********/
@font-face {
    font-family: didot;
    src: url('../font/didot.eot');
    src: url('../font/didot.eot?#iefix')format('embedded-opentype'), /* IE6-IE8 */url('../font/didot.woff') format('woff'), /* Modern Browsers */url('../font/didot.ttf') format('truetype'), /* Safari, Android, iOS */url('../font/didot.svg#didot') format('svg');
    /* IE9 Compat Modes */
    /* Legacy iOS */
}

/*↓组图样式↓*/
.HS10, .HS15 {
    overflow: hidden;
    clear: both;
}

.HS10 {
    height: 10px;
}

.HS15 {
    height: 15px;
}

.Hidden {
    display: none;
}

.Clearer {
    display: block;
    clear: both;
    font-size: 1px;
    line-height: 1px;
    margin: 0;
    padding: 0;
}

.FlLeft {
    float: left;
}

.FlRight {
    float: right;
}

/*幻灯片区域背景*/
.MainBg {
    width: 920px;
    margin: 0 auto;
}

/*大图展示区域*/
.OriginalPicBorder {
    padding: 0;
}

#OriginalPic {
    width: 920px;
    overflow: hidden;
    position: relative;
    font-size: 12px;
}

#OriginalPic img {
    display: block;
    min-width: 100px;
    margin: 0 auto;
}

/*鼠标手势*/
.CursorL {
    position: absolute;
    z-index: 999;
    width: 50%;
    height: 600px;
    color: #FFF;
    left: 0;
    cursor: url(../images/CurL.cur), auto;
    background: url(../images/space.png) repeat scroll 0 0 transparent;
}

.CursorR {
    position: absolute;
    z-index: 999;
    width: 50%;
    height: 600px;
    color: #FFF;
    right: 0;
    cursor: url(../images/CurR.cur), auto;
    background: url(../images/space.png) repeat scroll 0 0 transparent;
}

/*小图预览和滑动*/
.SliderPicBorder {
    width: 100%;
    overflow: hidden;
}

.ThumbPicBorder {
    width: 920px;
    margin: 0 auto;
    background: #eeeeee;
    overflow: hidden;
    position: relative;
}

.ThumbPicBorder #btnPrev {
    width: 45px;
    height: 113px;
    cursor: pointer;
    position: absolute;
    left: 20px;
    top: 20px;
}

.ThumbPicBorder #btnNext {
    width: 45px;
    height: 113px;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 20px;
}

.ThumbPicBorder .pic {
    width: 755px;
    overflow: hidden;
    position: relative;
    margin: 20px auto;
}

#ThumbPic a {
    display: block;
    margin: 4px 5px;
}

#ThumbPic span {
    display: block;
    border: 3px solid #ddd;
    width: 135px;
    height: 101px;
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
    background: #fff;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

#ThumbPic img {
    cursor: pointer;
    background-color: #ddd;
    max-width: 135px;
    max-height: 101px;
    display: block;
    margin: 0 auto;
}

#ThumbPic span.active {
    border: 3px solid #008cd7;
}

/*↑组图样式↑*/
/*xbanner2*/
.xbanner2 {
    width: 100%;
    height: 650px;
    overflow: hidden;
    position: relative;
}

.xbanner2 img {
    width: 1920px;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -960px;
    top: 0;
}

/*nybanner*/
/*xbanner3*/
.xbanner3 {
    width: 100%;
    height: 871px;
    overflow: hidden;
    position: relative;
}

.xbanner3 img {
    width: 1920px;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -960px;
    top: 0;
}

/*nybanner*/
/*首页自定义内容*/
.ipage {
    padding-top: 40px;
}

.ipage img {
    max-width: 100%;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}
