@charset "utf-8";
.topbar {
    height: 40px;
    background-color: #222;
    line-height: 40px;
    color: #999;
    font-size: 12px
}

.topbar .wrap {
    position: relative
}

.topbar .fr {
    line-height: 40px
}

.topbar .fr .tel {
    padding-left: 25px;
    background-image: url(../image/header-ico1.png);
    background-repeat: no-repeat;
    background-position: left center;
    margin-right: 20px;
    float: right;
    overflow: hidden;
    height: 40px
}

.topbar .fr .tel b {
    font-size: 16px;
    color: #00a0e9;
    position: relative;
    z-index: 2
}

.topbar .fr a {
    padding: 0 20px;
    color: #999;
    float: right;
    display: block;
    background-image: url(../image/header-line.png);
    background-repeat: no-repeat;
    background-position: left center
}

.topbar .fr a:hover {
    color: #00a0e9
}

.topbar .fr .search {
    display: block;
    width: 40px;
    height: 40px;
    background-image: url(../image/header-ico2.png);
    background-repeat: no-repeat;
    background-position: center center;
    float: right;
    cursor: pointer;
    background-color: #00a0e9
}

.topbar .searchForm {
    overflow: hidden;
    width: 282px;
    position: absolute;
    right: 0;
    top: 40px;
    z-index: 20;
    display: none
}

.topbar .searchForm form {
    border: 1px solid #ccc;
    overflow: hidden
}

.topbar .searchForm input {
    display: block;
    float: left
}

.topbar .searchForm .txt {
    width: 240px;
    background: #fff;
    height: 40px;
    text-indent: 10px
}

.topbar .searchForm .btn {
    background-color: #fff;
    background-image: url(../image/fSear-ico.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 40px;
    height: 40px;
    cursor: pointer
}

.headerLogo {
    height: 110px;
    width: 300px;
    float: left
}

.headerLogo img {
    display: block;
    height: 110px;
    max-width: 360px
}

.headerNav {
    width: 876px;
    float: right;
    height: 110px
}

.headerNav .menu1 {
    height: 110px
}

.headerNav .menu1>li {
    float: left
}

.headerNav .menu1>li>a {
    display: block;
    width: 125px;
    line-height: 110px;
    text-align: center;
    font-size: 16px;
    color: #333;
    position: relative;
    z-index: 0;
    transition: all .3s
}

.headerNav .menu1>li>a:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    opacity: 0;
    transition: all .3s;
    left: 50%;
    z-index: -1;
    background-color: #00a0e9;
    width: 0
}

.headerNav .menu1>li>a:hover,
.headerNav .menu1>li>.current {
    color: #fff
}

.headerNav .menu1>li>a:hover:after,
.headerNav .menu1>li>.current:after {
    opacity: 1;
    width: 100%;
    left: 0
}

.banner {
    width: 100%;
    height: 650px;
    margin: 0 auto;
    overflow: hidden;
    position: relative
}

.banner .bd {
    height: 650px;
    overflow: hidden;
    position: relative;
    left: 50%;
    margin-left: -960px;
    width: 1920px
}

.banner .hd {
    width: 100%;
    position: absolute;
    z-index: 999;
    left: 0;
    height: 16px;
    bottom: 40px
}

.banner .hd ul {
    text-align: center
}

.banner .hd ul li {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: 0 5px;
    cursor: pointer;
    overflow: hidden;
    transition: all .4s;
    color: #111;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    background-color: #fff;
    border-radius: 50%
}

.banner .hd ul li.on,
.banner .hd ul li:hover {
    background-color: #00a0e9
}

.banner .prev,
.banner .next {
    display: block;
    width: 40px;
    height: 60px;
    position: absolute;
    z-index: 2;
    top: 45%;
    margin-top: -20px
}

.banner .prev {
    background: url(../image/banner-pn.png) no-repeat left bottom;
    left: 5%
}

.banner .next {
    background: url(../image/banner-pn.png) no-repeat right bottom;
    right: 5%
}

.homeTopic {
    width: 308px;
    margin: 0 auto 40px;
    font-size: 36px;
    font-weight: 400;
    color: #333;
    text-align: left;
    position: relative
}

.homeTopic span {
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
    display: block;
    padding-left: 3px;
    margin-top: 5px
}

.homeTopic:after {
    background-image: url(../image/hTopic-ico1.png);
    right: -50px;
    bottom: 5px;
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    width: 92px;
    height: 38px
}

.homeProd {
    padding: 100px 0
}

.homeProd .homeTopic {
    clear: both
}

.homeProd .hot {
    position: relative;
    width: 590px;
    height: 620px;
    overflow: hidden;
    float: left
}

.homeProd .hot .bd li {
    width: 590px;
    height: 620px;
    background-color: #d9e1ef;
    overflow: height:
}

.homeProd .hot .bd li .pic {
    display: block;
    text-align: center
}

.homeProd .hot .bd li .pic img {
    height: 430px;
    max-width: 500px;
    transition: all .4s;
    animation: slowBig 6s linear infinite alternate;
    animation-play-state: paused;
    transform: scale(1, 1)
}

.homeProd .hot .bd li h5 {
    font-size: 18px;
    color: #333;
    font-weight: 400;
    text-align: center
}

.homeProd .hot .bd li p {
    padding: 0 20px;
    overflow: hidden;
    text-align: center;
    font-size: 14px;
    color: #888;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 20px
}

.homeProd .hot .bd li .more {
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    background-color: #00a0e9;
    border-radius: 20px;
    display: block;
    margin: 0 auto;
    transition: all .4s
}

.homeProd .hot .bd li .more i {
    display: inline-block;
    width: 20px;
    height: 9px;
    background-image: url(../image/hMore-ico.png);
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: 10px
}

.homeProd .hot .bd li .more:hover {
    background-color: #111;
    color: #00a0e9
}

.homeProd .hot .bd li .more:hover i {
    background-image: url(../image/hMore-ico2.png)
}

.homeProd .hot .hd {
    position: absolute;
    height: 10px;
    bottom: 40px;
    left: 0;
    right: 0
}

.homeProd .hot .hd ul {
    text-align: center
}

.homeProd .hot .hd li {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: #3d3d3d;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer
}

.homeProd .hot .hd li:hover,
.homeProd .hot .hd li.on {
    background-color: #00a0e9
}

.homeProd .hot .bd li:hover img {
    animation-play-state: running;
    transform: none
}

.homeProd .list {
    width: 590px;
    float: right
}

.homeProd .list ul {
    margin-right: -20px
}

.homeProd .list li {
    width: 285px;
    float: left;
    margin-right: 20px;
    height: 300px;
    background-color: #d9e1ef;
    margin-bottom: 20px;
    overflow: hidden
}

.homeProd .list li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%
}

.homeProd .list li .pic {
    width: 285px;
    height: 245px;
    overflow: hidden;
    display: block
}

.homeProd .list li .pic img {
    width: 100%;
    height: 100%;
    display: block;
    transition: all .4s
}

.homeProd .list li .tit {
    text-align: center;
    font-size: 14px;
    color: #333;
    display: block
}

.homeProd .list li .cover {
    position: absolute;
    left: -100%;
    top: 0;
    bottom: 0;
    background: rgba(0, 160, 233, .8);
    opacity: 0;
    transition: all .4s;
    overflow: hidden;
    width: 100%
}

.homeProd .list li .cover h5 {
    font-size: 18px;
    color: #111;
    width: 200px;
    margin: 0 auto;
    text-align: center;
    max-height: 44px;
    overflow: hidden;
    font-weight: 400;
    padding-top: 70px;
    margin-bottom: 40px
}

.homeProd .list li .cover p {
    padding: 0 30px;
    text-align: center;
    font-size: 12px;
    color: #333;
    line-height: 20px;
    height: 44px;
    overflow: hidden;
    margin-bottom: 30px
}

.homeProd .list li .cover i {
    display: block;
    width: 16px;
    height: 16px;
    background-color: #3d3d3d;
    text-align: center;
    line-height: 16px;
    color: #00a0e9;
    font-style: normal;
    margin: 0 auto
}

.homeProd .list li:hover .cover {
    left: 0;
    opacity: 1
}

.homeProd .list li:hover img {
    transform: scale(1.1)
}

.homeCase .homeTopic {
    width: 330px
}

.homeCase .homeTopic:after {
    background-image: url(../image/hTopic-ico3.png);
    content: "";
    width: 145px;
    height: 38px
}

.homeCase li {
    height: 600px;
    background-color: #efefef
}

.homeCase li .wrap {
    position: relative;
    height: 600px;
    z-index: 0
}

.homeCase li .wrap:after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -1
}

.homeCase .li1 .wrap:after {
    width: 427px;
    height: 304px;
    background-image: url(../image/hCase-pic1.jpg);
    right: -360px;
    bottom: 0
}

.homeCase .li2 .wrap:after {
    width: 300px;
    height: 364px;
    background-image: url(../image/hCase-pic2.jpg);
    left: -360px;
    top: 50%;
    margin-top: -182px
}

.homeCase li .font {
    width: 480px;
    float: right;
    padding-top: 150px
}

.homeCase li h5 {
    font-size: 32px;
    color: #333;
    width: 310px;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 30px
}

.homeCase li p {
    font-size: 14px;
    color: #666;
    margin-bottom: 40px
}

.homeCase li .more,
.homeAbout .hAbout .more {
    display: block;
    width: 150px;
    height: 40px;
    border-radius: 20px;
    text-indent: 20px;
    line-height: 40px;
    font-size: 12px;
    color: #fff;
    background-image: url(../image/hMore-ico.png);
    background-repeat: no-repeat;
    background-position: 105px center;
    transition: all .4s;
    background-color: #00a0e9
}

.homeCase li .more:hover {
    background-color: #000;
    color: #00a0e9;
    background-image: url(../image/hMore-ico2.png)
}

.homeCase li .pic {
    position: absolute;
    width: 960px;
    height: 600px;
    right: 600px;
    top: 0;
    overflow: hidden
}

.homeCase li .pic img {
    display: block;
    width: 100%;
    height: 100%;
    animation: slowBig 6s linear infinite alternate;
    animation-play-state: paused;
    transform: scale(1, 1)
}

.homeCase li:hover .pic img {
    animation-play-state: running;
    transform: none
}

@keyframes slowBig {
    to {
        transform: scale(1.1, 1.1)
    }
}

.homeCase .li2 .font {
    float: left
}

.homeCase .li2 .pic {
    left: 600px
}

.homeYs {
    padding: 100px 0
}

.homeYs .homeTopic {
    width: 300px
}

.homeYs .homeTopic:after {
    background-image: url(../image/hTopic-ico3.png);
    content: "";
    width: 145px;
    height: 38px
}

.homeYs li {
    width: 299px;
    border: 1px solid #e2e2e2;
    height: 480px;
    float: left;
    margin-right: -1px;
    position: relative;
    z-index: 0
}

.homeYs li:after {
    content: "";
    position: absolute;
    left: -1px;
    right: -1px;
    bottom: -1px;
    top: 100px;
    background-color: #00a0e9;
    z-index: -1;
    opacity: 0;
    transition: all .4s
}

.homeYs li i {
    display: block;
    width: 180px;
    height: 180px;
    background-image: url(../image/hYs-bg1.png);
    background-repeat: no-repeat;
    background-position: center center;
    margin: 50px auto 30px;
    position: relative
}

.homeYs li i b {
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -30px;
    margin-top: -30px;
    overflow: hidden
}

.homeYs li i b img {
    position: absolute;
    left: -60px;
    transition: all .4s
}

.homeYs li h5 {
    font-size: 24px;
    color: #333;
    font-weight: 400;
    text-align: center;
    margin-bottom: 20px
}

.homeYs li h5 span {
    display: block;
    font-size: 12px;
    color: #888
}

.homeYs li p {
    width: 12px;
    width: 220px;
    margin: 0 auto;
    font-size: 14px;
    color: #666;
    text-align: center
}

.homeYs li:hover:after {
    top: -1px;
    opacity: 1
}

.homeYs li:hover i b img {
    left: 0
}

.homeYs li:hover i {
    background-image: url(../image/hYs-bg2.png)
}

.homeYs li:hover h5 span {
    color: #111
}

.homeYs li:hover p {
    color: #111
}

.homeAbout {
    background-color: #09151c;
    padding-top: 100px
}

.homeAbout .homeTopic {
    color: #fff;
    width: 182px
}

.homeAbout .homeTopic span {
    color: #fff
}

.homeAbout .homeTopic:after {
    background-image: url(../image/hTopic-ico2.png);
    content: "";
    width: 121px;
    height: 38px
}

.homeAbout .pic {
    width: 600px;
    height: 420px;
    overflow: hidden;
    float: left
}

.homeAbout .pic img {
    display: block;
    width: 100%;
    height: 100%
}

.homeAbout .hAbout {
    width: 500px;
    float: right;
    background-color: #0e90f1;
    height: 360px;
    background-image: url(../image/hAbout-bg.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
    padding: 60px 50px 0
}

.homeAbout .hAbout h2 {
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 25px
}

.homeAbout .hAbout p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 10px
}

.homeAbout .hAbout .more {
    margin-top: 40px;
    background-color: #222;
    color: #fff;
    background-image: url(../image/hMore-ico.png)
}

.homeAbout .hAbout .more:hover {
    background-color: #fff;
    color: #00a0e9;
    background-image: url(../image/hMore-ico2.png)
}

.homePower {
    padding: 75px 0;
    background-color: #efefef
}

.homePower-wrap {
    height: 245px;
    overflow: hidden
}

.homePower-tab {
    text-align: center;
    font-size: 0;
    margin-bottom: 50px
}

.homePower-tab a {
    display: inline-block;
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    transition: all .5s;
    border-radius: 30px;
    background-color: #111;
    margin: 0 10px
}

.homePower-tab a:hover,
.homePower-tab .on {
    background-color: #00a0e9;
    color: #fff
}

.homePower-box {
    overflow: hidden
}

.homePower-box ul {
    width: 1230px
}

.homePower-box li {
    width: 280px;
    float: left;
    margin-right: 25px
}

.homePower-box li span {
    display: block
}

.homePower-box li .pic {
    height: 210px;
    overflow: hidden
}

.homePower-box li .pic img {
    width: 100%;
    height: 100%;
    transition: all .5s;
    -webkit-transition: all .5s
}

.homePower-box li:hover .pic img {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-transform: scale(1.2)
}

.homePower-box li .txt {
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #9b9b9b
}

.homePower-box li:hover .txt {
    color: #00a0e9
}

.homePower-main {
    position: relative
}

.homePower-main .pPrev,
.homePower-main .pNext {
    position: absolute;
    content: "";
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #222;
    background-position: center center;
    background-repeat: no-repeat;
    transition: all .5s;
    top: 55%
}

.homePower-main .pPrev:hover,
.homePower-main .pNext:hover {
    background-color: #00a0e9
}

.homePower-main .pPrev {
    background-image: url(../image/tabIco-b1.png);
    left: -4%
}

.homePower-main .pPrev:hover {
    background-image: url(../image/tabIco-a1.png)
}

.homePower-main .pNext {
    background-image: url(../image/tabIco-b2.png);
    right: -4%
}

.homePower-main .pNext:hover {
    background-image: url(../image/tabIco-a2.png)
}

.homeNews {
    padding: 100px 0 65px
}

.homeNews .homeTopic {
    width: 145px
}

.homeNews .hot {
    width: 530px;
    float: left
}

.homeNews .hot .time {
    display: block;
    font-size: 30px;
    color: #888
}

.homeNews .hot h5 {
    font-size: 18px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 15px 0 20px
}

.homeNews .hot h5 a {
    color: #333
}

.homeNews .hot .txt {
    font-size: 14px;
    color: #666;
    padding-left: 30px;
    border-left: 1px solid #b5b5b5;
    margin-bottom: 25px
}

.homeNews .hot .pic {
    display: block;
    width: 530px;
    height: 200px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px
}

.homeNews .hot .pic img {
    width: 530px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -100px;
    transition: all .4s
}

.homeNews .hot .more {
    display: block;
    width: 150px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    text-align: center;
    background-color: #00a0e9;
    transition: all .5s
}

.homeNews .hot .more:hover {
    background-color: #111;
    color: #00a0e9
}

.homeNews .pic:hover img {
    transform: scale(1.1)
}

.homeNews h5:hover a {
    color: #00a0e9
}

.homeNews .list {
    width: 600px;
    float: right
}

.homeNews .list li {
    overflow: hidden;
    margin-bottom: 35px
}

.homeNews .list li .pic {
    display: block;
    width: 150px;
    height: 120px;
    overflow: hidden;
    float: left
}

.homeNews .list li .pic img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all .4s
}

.homeNews .list li .txt {
    width: 420px;
    float: right
}

.homeNews .list li .txt h5 {
    font-size: 16px;
    color: #333;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.homeNews .list li .txt .time {
    display: block;
    font-size: 14px;
    color: #888
}

.homeNews .list li .txt p {
    font-size: 14px;
    color: #888;
    margin-bottom: 10px
}

.homeNews .list li .txt i {
    display: block;
    width: 27px;
    height: 9px;
    background-image: url(../image/hJt-ico3.png);
    background-repeat: no-repeat;
    background-position: -27px center;
    transition: all .3s
}

.homeNews .list li:hover .pic img {
    transform: scale(1.1)
}

.homeNews .list li:hover h5 {
    color: #00a0e9
}

.homeNews .list li:hover .txt i {
    background-position: 0 center
}

.footer {
    padding: 50px 0;
    background-color: #323232
}

.footerLeft {
    width: 900px;
    float: left
}

.footerLeft dl {
    float: left;
    width: 180px
}

.footerLeft dl dt {
    color: #fff;
    font-size: 14px;
    margin-bottom: 25px
}

.footerLeft dl dd a {
    font-size: 12px;
    color: gray
}

.footerLeft dl dd a:hover {
    color: #fff
}

.footerEwm {
    width: 230px;
    float: right
}

.footerEwm p {
    width: 100px;
    float: right;
    margin-left: 10px;
    text-align: center;
    font-size: 12px
}

.footerEwm p img {
    display: block;
    width: 100%;
    height: 100%;
    margin-bottom: 10px
}

.foorterLink {
    background-color: #2e2e2e;
    padding: 25px 0;
    font-size: 12px;
    color: #7f7f7f
}

.foorterLink p {
    margin-bottom: 5px
}

.foorterLink span {
    color: #868686;
    font-size: 14px
}

.foorterLink a {
    font-size: 12px;
    color: #7f7f7f;
    margin: 0 10px;
    transition: all .5s
}

.foorterLink a:hover {
    color: #fff
}

.foorterLink a:last-child {
    border-right: 0
}

.listBanner {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
    height: 360px
}

.listBanner img {
    display: block
}

.listWrapper {
    padding: 60px 0 50px;
    overflow: hidden
}

.pageWrapper {
    padding: 40px 0 50px
}

.location {
    background: url(../image/location_icon.png) no-repeat left center;
    padding-left: 20px;
    color: #333
}

.breadCrumb {
    height: 60px;
    line-height: 60px;
    background: #efefef
}

.breadCrumb p {
    background: url(../image/location_icon.png) no-repeat left center;
    padding-left: 20px;
    width: 1180px;
    color: #333
}

.breadCrumb p a {
    color: #333
}

.breadCrumb .back {
    float: right;
    width: 80px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 5px;
    background: #222;
    color: #fff;
    margin-top: 16px
}

.breadCrumb .back:hover {
    background: #00a0e9;
    transition: all .3s
}

.page-bgColor {
    background-color: #fff;
    padding: 30px 20px
}

.listMenu {
    height: 70px;
    line-height: 70px;
    background-color: #efefef
}

.listMenu .menuWrap a {
    display: block;
    float: left;
    font-size: 16px;
    position: relative;
    padding: 0 20px;
    transition: all .4s
}

.listMenu .menuWrap a:first-child {
    margin-left: 0
}

.listMenu .menuWrap a.current,
.listMenu .menuWrap a:hover {
    background-color: #00a0e9;
    color: #fff
}

.menuSub {
    text-align: left;
    margin-top: 40px;
    background: #f4f4f4;
    padding: 15px 0
}

.menuSub a {
    padding: 0 15px;
    background: url(../image/nav-bg.png) no-repeat right center
}

.menuSub a.current,
.menuSub a:hover {
    color: #00a0e9
}

.prodMenu-main {
    border: 5px solid #efefef;
    width: 1190px;
    margin: 30px auto;
    padding: 15px 0
}

.prodMenu-main dl {
    overflow: hidden;
    margin: 10px 0;
    padding-left: 265px;
    padding-right: 10px
}

.prodMenu-main dl dt {
    display: block;
    font-size: 16px;
    color: #000;
    margin-right: 25px;
    float: left;
    margin-left: -240px;
    margin-top: 3px;
    margin-bottom: 3px
}

.prodMenu-main dl dd {
    display: block;
    width: 180px;
    font-size: 14px;
    float: left;
    margin: 2px 0
}

.prodMenu-main dl dd span {
    display: inline-block;
    vertical-align: middle;
    width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.prodMenu-main dl .dd1 {
    width: 80px;
    margin-left: -80px
}

.prodMenu-main dl .dd1 span {
    width: 40px
}

.prodMenu-main dl dd i {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 1px solid #dbdbdb;
    vertical-align: middle;
    margin-right: 10px;
    position: relative
}

.prodMenu-main dl dd i:after {
    position: absolute;
    width: 10px;
    height: 10px;
    left: 50%;
    margin-left: -5px;
    top: 50%;
    margin-top: -5px;
    background-color: #00a0e9;
    content: "";
    display: none
}

.prodMenu-main dl dd:hover i:after,
.prodMenu-main dl dd.current i:after {
    display: block
}

.caseList li {
    padding: 70px 0
}

.caseList li .wrap {
    overflow: hidden
}

.caseList li .pic {
    display: block;
    width: 600px;
    height: 333px;
    float: left;
    overflow: hidden
}

.caseList li .pic img {
    display: block;
    width: 100%;
    height: 100%;
    transition: all .4s;
    animation: slowBig 6s linear infinite alternate;
    animation-play-state: paused;
    transform: scale(1, 1)
}

.caseList li .txt {
    width: 500px;
    float: right;
    text-align: center;
    padding-top: 70px
}

.caseList li .txt h3 {
    font-size: 22px;
    color: #333;
    font-weight: 400;
    margin-bottom: 30px
}

.caseList li .txt h3 span {
    display: block;
    font-size: 14px;
    color: #666;
    margin-top: 20px
}

.caseList li .more {
    display: block;
    width: 150px;
    height: 40px;
    border-radius: 20px;
    text-indent: 20px;
    line-height: 40px;
    font-size: 12px;
    color: #fff;
    background-image: url(../image/hMore-ico.png);
    background-repeat: no-repeat;
    background-position: 105px center;
    transition: all .4s;
    background-color: #00a0e9;
    text-align: left;
    margin: 0 auto
}

.caseList li .more:hover {
    background-color: #000;
    color: #00a0e9;
    background-image: url(../image/hMore-ico2.png)
}

.caseList li:hover .pic img {
    animation-play-state: running;
    transform: none
}

.caseList li:nth-child(2n) {
    background-color: #efefef
}

.caseList li:nth-child(2n) .pic {
    float: right
}

.caseList li:nth-child(2n) .txt {
    float: left
}

.caseList .pagination {
    padding: 70px 0
}

.solveRelation {
    background-color: #efefef;
    padding: 40px 0
}

.solveRelation .topic {
    font-size: 26px;
    font-weight: 400;
    color: #333;
    font-weight: 400;
    text-align: left;
    padding-bottom: 10px;
    height: 30px;
    line-height: 30px
}

.solveStart {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dedede;
    overflow: hidden;
    text-align: center;
    position: relative
}

.solveStart .bshare-custom {
    position: absolute;
    right: 0;
    top: 40px
}

.solveStart .title {
    font-size: 20px;
    line-height: 30px;
    color: #303030;
    font-weight: 400;
    margin-bottom: 10px
}

.solveStart .time {
    display: block;
    font-size: 14px;
    color: #999
}

.solveStart .content {
    margin-bottom: 60px
}

.relatedSolve li {
    float: left
}

.relatedSolve ul {
    width: 1240px;
    margin-top: 20px
}

.relatedSolve li {
    float: left;
    width: 280px;
    margin-bottom: 20px;
    margin-right: 24px;
    border: 1px solid #ddd;
    background: #eee;
    text-align: center;
    transition: all .5s
}

.relatedSolve li a {
    display: block;
    width: 280px;
    transition: all .5s
}

.relatedSolve li img {
    width: 270px;
    height: 232px;
    padding: 5px;
    background: #fff
}

.relatedSolve li h4 {
    height: 35px;
    line-height: 35px;
    padding: 0 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    font-weight: 400
}

.relatedSolve li:hover {
    border: 1px solid #00a0e9
}

.relatedSolve li a:hover {
    background: #00a0e9;
    color: #fff
}

.partnerList,
.honorList,
.settingList,
.newsList,
.appList,
.newsList,
.downList {
    width: 1200px;
    overflow: hidden
}

.partnerList ul,
.honorList ul,
.settingList ul,
.downList ul,
.clientList ul,
.newsList2 ul {
    width: 1240px
}

.settingList ul li {
    width: 280px;
    float: left;
    margin-right: 26px;
    margin-bottom: 25px;
    text-align: center
}

.settingList ul li img {
    display: block;
    width: 270px;
    height: 190px;
    padding: 4px;
    border: 1px solid #e3e3e3;
    background: #fff;
    transition: all .5s
}

.settingList ul li img:hover {
    border: 1px solid #00a0e9;
    background: #00a0e9
}

.settingList ul li span {
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block
}

.honorList li {
    width: 280px;
    float: left;
    margin-right: 26px;
    margin-bottom: 25px;
    text-align: center
}

.honorList li img {
    display: block;
    width: 270px;
    height: 203px;
    padding: 4px;
    border: 1px solid #e3e3e3;
    background: #fff
}

.honorList li img:hover {
    border: 1px solid #00a0e9;
    background:
}

.honorList li span {
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block
}

.partnerList li {
    float: left;
    width: 220px;
    margin-right: 25px;
    margin-bottom: 25px
}

.partnerList li img {
    width: 210px;
    height: 90px;
    background: #e5e5e5;
    padding: 4px;
    border: 1px solid #d4d4d4;
    box-shadow: 1px 1px 0 #fff inset, -1px -1px 0 #fff inset
}

.partnerList li span {
    height: 35px;
    line-height: 35px;
    display: block;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.strenList ul {
    width: 1250px
}

.strenList li {
    width: 279px;
    margin-right: 28px;
    position: relative;
    margin-bottom: 30px;
    float: left;
    transition: all .5s
}

.strenList li .pic {
    display: block;
    overflow: hidden;
    position: relative
}

.strenList li img {
    width: 100%;
    height: 100%;
    transition: all .5s;
    display: block
}

.strenList li:hover img {
    transform: scale(1.2)
}

.strenList li p {
    padding: 20px 10px;
    transition: all .5s;
    position: relative;
    left: 0
}

.strenList li p .tit {
    font-size: 14px;
    color: #333;
    display: block
}

.strenList li p .time {
    font-size: 12px;
    color: #999;
    display: block
}

.strenList li:after {
    content: "";
    position: absolute;
    width: 0;
    left: 50%;
    height: 2px;
    background-color: #00a0e9;
    transition: all .5s;
    bottom: 0
}

.strenList li:hover:after {
    width: 100%;
    left: 0
}

.strenList li:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, .1)
}

.strenList li:hover p {
    left: 15px
}

.newsList li {
    margin-bottom: 30px;
    border-bottom: 1px solid #dadada;
    padding-bottom: 20px;
    height: 210px;
    overflow: hidden
}

.newsList li .pic {
    width: 300px;
    height: 210px;
    float: left;
    position: relative;
    overflow: hidden
}

.newsList li .pic img {
    width: 100%;
    height: 100%;
    transition: all .5s
}

.newsList li:hover img {
    transform: scale(1.2)
}

.newsList li .pic .time {
    position: absolute;
    width: 110px;
    height: 60px;
    right: 0;
    bottom: 0;
    background: #666;
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding: 10px;
    transition: all .5s
}

.newsList li .pic .time strong {
    display: block;
    font-size: 26px;
    border-top: 1px solid #fff;
    padding-top: 8px;
    margin-top: 5px
}

.newsList li .txt {
    width: 860px;
    height: 170px;
    padding: 20px;
    float: right
}

.newsList li .txt p {
    padding-bottom: 20px;
    border-bottom: 1px dotted #dadada;
    margin-bottom: 30px
}

.newsList li .txt h4 {
    font-size: 18px;
    font-weight: 400;
    color: #343434;
    margin-bottom: 20px
}

.newsList li:hover .txt h4 {
    color: #00a0e9
}

.newsList li:hover .time {
    background: #00a0e9
}

.newsList li .txt .more {
    background: url(../image/news-link-ico.png) no-repeat left center;
    padding-left: 25px
}

.newsList li:hover .txt .more {
    color: #00a0e9
}

.faqList li {
    position: relative;
    margin-bottom: 30px;
    border-left: 3px solid #00a0e9
}

.faqList li:after {
    content: '';
    position: absolute;
    top: 12px;
    right: 16px;
    display: block;
    width: 30px;
    height: 30px;
    background: #00a0e9;
    pointer-events: none
}

.faqList li h3:before,
.faqList li h3:after {
    content: '';
    position: absolute;
    top: 26px;
    right: 23px;
    z-index: 2;
    width: 16px;
    height: 2px;
    background: #fff
}

.faqList li h3:before {
    width: 2px;
    height: 16px;
    top: 19px;
    right: 30px;
    -webkit-transition: .3s;
    transition: .3s
}

.faqList li.act h3:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background: transparent\0
}

.faqList li h3 {
    position: relative;
    padding: 0 60px;
    background-color: #f3f3f3;
    line-height: 54px;
    font-size: 16px;
    cursor: pointer;
    font-weight: 400;
    color: #333;
    background-image: url(../image/faq.png);
    background-repeat: no-repeat;
    background-position: 20px 0
}

.faqList li div {
    display: none;
    padding: 25px 60px;
    line-height: 25px;
    color: #7c7c7c;
    -webkit-animation: fadeIn .5s ease-out .2s both;
    animation: fadeIn .5s ease-out .2s both
}

.faqList li div {
    background: url(../image/faq.png) no-repeat 20px -155px;
    font-size: 14px
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.articleShow {
    overflow: hidden
}

.pictureShow {
    width: 890px
}

.articleBox1 .title {
    text-align: center;
    font-size: 20px;
    color: #000;
    margin-bottom: 10px;
    font-weight: 400
}

.articleBox1 .p1 {
    margin-bottom: 15px;
    padding-bottom: 10px;
    text-align: center;
    color: #333
}

.detailLeft .p1,
.picShow .p1 {
    border-bottom: 1px dotted #adadad
}

.articleBox1 .p1 span {
    margin-right: 15px
}

.review {
    background: #f7f7f7 url(../image/nShow_icon.png) no-repeat left top;
    padding: 15px 15px 10px;
    border-right: none;
    border-left: none;
    text-indent: 2em;
    font-size: 14px;
    color: #333
}

.fontResizer a {
    padding: 0 5px
}

.article_key {
    background: #f7f7f7 url(../image/nShow_icon2.png) no-repeat 15px 7px;
    color: #adadad;
    margin-bottom: 20px;
    padding-left: 35px;
    line-height: 28px
}

.fontsizebox {
    padding-bottom: 40px;
    border-bottom: 1px dotted #adadad;
    font-size: 13px;
    color: #424242
}

.curFont {
    color: #0180d4
}

.detailShare {
    overflow: hidden;
    padding: 25px 0;
    border-bottom: 1px dotted #adadad
}

.detailShare span {
    border-left: 1px dotted #adadad;
    padding: 0 15px
}

.detailShare span.date {
    margin-left: 15px
}

.detail_fenx {
    font-size: 14px;
    padding-top: 10px;
    overflow: hidden;
    margin-bottom: 20px;
    border-bottom: 1px dotted #adadad;
    padding-bottom: 10px
}

.detail_fenx div {
    width: 48%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.detail_fenx div a:hover {
    color: #00a0e9
}

.relatedNews_font {
    overflow: hidden;
    font-size: 13px;
    margin-top: 15px
}

.relatedNews_font ul {
    width: 1220px
}

.relatedNews_font ul li {
    float: left;
    padding-right: 50px;
    width: 558px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dotted #ddd
}

.relatedNews_font ul li a {
    display: block;
    width: 400px;
    line-height: 40px;
    background: url(../image/ly_li.png) no-repeat left center;
    padding-left: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left
}

.relatedNews_font ul li a:hover {
    color: #00a0e9
}

.relatedNews_font ul li span {
    float: right;
    color: #999
}

.detailRight {
    width: 280px;
    overflow: hidden
}

.rightDesign,
.rightRelated,
.rightCase,
.rightLabel {
    border: 1px solid #ddd;
    margin-bottom: 20px
}

.rTitle {
    height: 39px;
    line-height: 39px;
    background: url(../image/r_title.jpg) repeat-x;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    padding-left: 10px
}

.rightDesign .main {
    background: #fff;
    padding: 10px
}

.rightDesign .main .p1 {
    font-size: 14px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #000
}

.rightDesign .main input {
    display: block;
    height: 38px;
    border: 1px solid #e1e1e1;
    background: #fff;
    padding: 0 10px;
    width: 238px;
    margin-bottom: 10px;
    font-size: 14px
}

.rightDesign .main .sub {
    height: 40px;
    line-height: 40px;
    border: none;
    background: #02a2ee;
    color: #fff;
    text-align: center;
    transform: all .3s;
    cursor: pointer;
    width: 258px;
    padding: 0;
    margin-bottom: 5px;
    font-family: 微软雅黑
}

.rightDesign .main input:focus {
    border: 1px solid #02a2ee
}

.rightDesign .main .sub:focus,
.rightDesign .main .sub:hover {
    background: #333;
    border: none
}

.rightRelated .main {
    padding: 10px
}

.rightRelated .main img {
    width: 254px;
    padding: 2px;
    border: 1px solid #ececec;
    margin-bottom: 10px
}

.rightRelated .main li {
    height: 34px;
    line-height: 34px;
    border-bottom: 1px dotted #a7a7a7;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.rightRelated .main li a {
    background: url(../image/ly_li.png) no-repeat 5px center;
    padding-left: 15px
}

.rightRelated .main li:last-child {
    border-bottom: none
}

.rightRelated .mainCp {
    padding: 10px
}

.rightRelated .mainCp .bd {
    width: 258px;
    height: 579px;
    overflow: hidden
}

.rightRelated .mainCp .bd li,
.rightDesign .mainCp .bd li a {
    display: block;
    width: 258px;
    height: 183px;
    overflow: hidden;
    position: relative
}

.rightRelated .mainCp .bd li {
    margin-bottom: 10px
}

.rightRelated .mainCp .bd li h3 {
    width: 228px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background: url(../image/nav-bg.png);
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    padding: 0 15px
}

.relatedTitle {
    height: 30px;
    border-bottom: 1px dotted #adadad;
    font-size: 18px;
    color: #000;
    margin-bottom: 20px;
    font-weight: 400
}

.jobTop {
    overflow: hidden;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
    height: 295px
}

.jobTop .main {
    float: right;
    width: 560px
}

.jobTop .main .font {
    height: 190px;
    overflow: hidden;
    line-height: 28px
}

.jobTop .main .p1 {
    padding-top: 15px;
    font-size: 16px;
    color: #333
}

.jobTop .main .p1 a {
    color: #74c039
}

.jobTop .main .p1 a:hover {
    text-decoration: underline
}

.jobTop .more {
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    display: inline-block;
    background: #74c039;
    margin-top: 15px
}

.jobTop .more:hover {
    background: #e82513
}

.jobList li {
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid #ddd;
    padding: 30px 0 28px
}

.jobList li .icon {
    display: block;
    width: 35px;
    height: 35px;
    background: #434343 url(../image/gicon19.png) no-repeat center center;
    position: absolute;
    right: 28px;
    top: 36px;
    cursor: pointer;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    border-radius: 50%
}

.jobList li h3 {
    width: 158px;
    float: left;
    color: #74c039;
    font-size: 16px;
    font-weight: 400;
    background: url(../image/jobIcon1.png) no-repeat;
    padding-top: 85px
}

.jobList li .inner {
    padding-left: 158px;
    font-size: 14px;
    color: #888;
    line-height: 27px
}

.jobList li .txt {
    padding-top: 30px;
    display: none
}

.jobList li h4 {
    color: #333;
    font-size: 14px;
    font-weight: 400
}

.jobList li h5 {
    color: #74c039;
    font-size: 14px;
    margin-top: 30px;
    font-weight: 400
}

.jobList .more {
    display: block;
    padding-left: 20px
}

.jobList li.on .txt {
    display: block
}

.jobList li.on .more {
    display: none
}

.jobList li.on .icon {
    background: #e82513 url(../image/gicon18.png) no-repeat center center;
    border-radius: 50%
}

.prodLeft {
    width: 280px;
    float: left
}

.prodLeft .side_title {
    font-size: 32px;
    color: #fff;
    background-color: #19a4fd;
    height: 90px;
    text-align: center;
    font-weight: 400;
    padding-top: 40px
}

.prodLeft .side_title span {
    display: block;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    margin-top: 5px
}

.prodLeft .sidebarMenu {
    background-color: #efefef;
    border: 1px solid #efefef;
    padding: 30px
}

.prodLeft .sidebarMenu>li>a {
    display: block;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    background-color: #19a4fd;
    padding-left: 25px;
    font-size: 16px;
    margin-bottom: 10px;
    color: #fff;
}

.prodLeft .sidebarMenu ul li {
    margin-left: 25px;
    padding-left: 15px;
    background-image: url(../image/1_03.png);
    background-repeat: no-repeat;
    background-position: left center;
    height: 30px
}

.prodLeft .sidebarMenu ul li a {
    font-size: 14px;
    color: #00a0e9;
    line-height: 30px;
    position: relative
}

.prodLeft .sidebarMenu ul li a:after {
    position: absolute;
    width: 0;
    left: 0;
    bottom: -5px;
    background-color: #00a0e9;
    transition: all .4s;
    content: "";
    height: 1px
}

.prodLeft .sidebarMenu ul li a:hover:after,
.prodLeft .sidebarMenu ul li a.current:after {
    width: 100%
}

.pordRight {
    width: 895px;
    float: right
}

.pordRight .topic {
    font-size: 24px;
    color: #3e3e3e;
    font-weight: 400;
    margin-bottom: 20px
}

.productList {
    overflow: hidden
}

.productList ul {
    width: 930px
}

.productList li {
    float: left;
    width: 283px;
    margin-right: 20px;
    margin-bottom: 20px;
    position: relative;
    border: 1px solid #dadada
}

.productList li .pImg {
    display: block;
    height: 243px;
    overflow: hidden;
    position: relative
}

.productList li .pImg img {
    width: 100%;
    height: 100%;
    transition: all .5s
}

.productList li .pImg:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .7);
    opacity: 0;
    transition: all .5s;
    z-index: 1
}

.productList li:hover .pImg:before {
    opacity: 1
}

.productList li .pImg:after {
    content: "";
    position: absolute;
    width: 47px;
    height: 49px;
    background: url(../image/view-case.png) no-repeat center center;
    z-index: 2;
    left: 50%;
    top: 50%;
    transition: all .5s;
    opacity: 0;
    margin-left: -25px;
    margin-top: -25px;
    transform: scale(0)
}

.productList li:hover .pImg:after {
    opacity: 1;
    transform: scale(1)
}

.productList li:hover .pImg img {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-transform: scale(1.2)
}

.productList li h4 {
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    color: #333;
    font-weight: 400;
    transition: all .5s;
    background-color: #efefef
}

.productList li:hover h4 {
    background: #00a0e9
}

.productList li:hover h4 a {
    color: #fff
}

.pageProbg {
    background: #fff;
    padding: 70px;
    width: 1060px;
    margin: 0 auto;
    box-shadow: 0 0 2px 1px #dadada
}

.prodPic {
    width: 560px
}

.prodPic .big {
    width: 435px;
    height: 435px;
    position: relative;
    z-index: 1;
    float: left;
    border: 1px solid #e3e3e3
}

.prodPic .big a {
    width: 435px;
    height: 435px;
    background: #dae0ee;
    display: table-cell;
    text-align: center;
    vertical-align: middle
}

.prodPic .big a img {
    vertical-align: middle;
    max-width: 435px;
    max-height: 398px
}

.prodPic .big a {
    *display: block;
    *font-family: Arial;
    *line-height: 1
}

div.zoomDiv {
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 300px;
    background: #fff;
    border: 1px solid #ccc;
    display: none;
    text-align: center;
    overflow: hidden
}

div.zoomMask {
    position: absolute;
    background: url(../image/mask.png);
    cursor: move;
    z-index: 1
}

.prodPic .list {
    width: 112px;
    height: 436px;
    overflow: hidden;
    position: relative;
    float: right
}

.prodPic .list a.prev,
.prodPic .list a.next {
    display: block;
    width: 107px;
    height: 25px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../image/anus.jpg) no-repeat;
    overflow: hidden;
    cursor: pointer
}

.prodPic .list a.next {
    top: auto;
    bottom: 0;
    background-position: 0 -50px
}

.prodPic .list a.prev:hover {
    background-position: 0 -25px
}

.prodPic .list a.next:hover {
    background-position: 0 -75px
}

.prodPic .list .thumb {
    position: relative;
    width: 112px;
    height: 370px;
    overflow: hidden;
    top: 33px
}

.prodPic .list .thumb ul {
    position: absolute;
    height: 99999px
}

.prodPic .list .thumb ul li {
    background: 0 0;
    float: left;
    width: 107px;
    height: 95px;
    position: relative
}

.prodPic .list .thumb ul li a {
    display: block;
    width: 103px;
    height: 75px;
    border: 2px solid #e3e3e3;
    text-align: center;
    background: #fff
}

.prodPic .list .thumb ul li img {
    max-width: 100%;
    max-height: 100%;
    cursor: pointer
}

.prodPic .list .thumb ul li a em {
    display: block;
    width: 5px;
    height: 9px;
    position: absolute;
    right: -5px;
    top: 35px
}

.prodPic .list .thumb ul li a.selected {
    border-color: #00a0e9
}

.prodPic .list .thumb ul li a.selected em {
    background: url(../image/nav-bg.png) no-repeat
}

.proshow_synopsis {
    background: #f8f8f8;
    border: 1px solid #eee;
    padding: 19px;
    width: 560px;
    color: #666;
    font-size: 13px;
    line-height: 30px;
    height: 396px;
    border-radius: 3px
}

.proshow_synopsis .title {
    font-size: 24px;
    color: #3e3e3e;
    margin-bottom: 15px;
    padding-bottom: 0;
    font-weight: 400;
    padding-bottom: 10px
}

.proshow_synopsis strong {
    color: #333;
    font-size: 14px
}

.proshow_synopsis .font {
    line-height: 24px;
    overflow: hidden;
    height: 44px;
    margin-bottom: 15px
}

.proshow_synopsis .down {
    margin-bottom: 20px;
    font-size: 0
}

.proshow_synopsis .down a {
    display: inline-block;
    width: 100px;
    height: 34px;
    background-color: #3e3e3e;
    color: #fff;
    border-radius: 20px;
    text-align: center;
    font-size: 14px;
    line-height: 34px;
    margin-left: 10px;
    border-radius: 20px;
    transition: all .4s
}

.proshow_synopsis .down a:hover {
    background-color: #00a0e9
}

.prodcut-tel {
    padding-left: 50px;
    margin-bottom: 20px;
    line-height: 26px;
    background: url(../image/p_icon.png) no-repeat left center
}

.prodcut-tel span {
    font-family: arial;
    font-size: 24px;
    color: #00a0e9;
    display: block
}

.proshow_synopsis .btn a {
    display: inline-block;
    width: 170px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #3e3e3e url(../image/proshow_icon1.png) no-repeat 20px 14px;
    color: #fff;
    transition: all .3s;
    font-size: 16px;
    border-radius: 6px
}

.proshow_synopsis .btn .a02 {
    background: #3e3e3e url(../image/proshow_icon2.png) no-repeat 20px 13px;
    margin-left: 25px
}

.proshow_synopsis .btn a:hover {
    background-color: #00a0e9
}

.gr-tab-list {
    overflow: hidden;
    margin-top: 40px
}

.gr-tab-list .hd {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #ddd;
    font-size: 16px
}

.gr-tab-list .hd li {
    width: 150px;
    float: left;
    text-align: center;
    background: #eee;
    margin-right: 5px;
    cursor: pointer;
    position: relative
}

.gr-tab-list .hd li.on {
    background: #00a0e9;
    color: #fff
}

.gr-tab-list .bd {
    overflow: hidden;
    padding-top: 15px
}

.gr-tab-list .hd li.on::before {
    position: absolute;
    content: "";
    bottom: -12px;
    left: 70px;
    border: 6px solid transparent;
    border-top-color: #00a0e9
}

.relatedPro {
    margin-bottom: 30px;
    overflow: hidden
}

.relatedPro .tie {
    height: 40px;
    line-height: 40px;
    background: #eee;
    color: #00a0e9;
    font-size: 16px;
    font-weight: 400;
    margin: 20px 0
}

.relatedPro .tie span {
    padding: 0 30px;
    background: #00a0e9;
    display: inline-block;
    color: #fff
}

.relatedPro li {
    float: left
}

.relatedPro ul {
    width: 1240px;
    margin-top: 20px
}

.relatedPro li {
    float: left;
    width: 280px;
    margin-bottom: 20px;
    margin-right: 24px;
    border: 1px solid #ddd;
    background: #eee;
    text-align: center
}

.relatedPro li a {
    display: block;
    width: 280px
}

.relatedPro li img {
    width: 270px;
    height: 232px;
    padding: 5px;
    background: #fff
}

.relatedPro li span {
    height: 35px;
    line-height: 35px;
    padding: 0 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block
}

.relatedPro li:hover {
    border: 1px solid #00a0e9
}

.relatedPro li a:hover {
    background: #00a0e9;
    color: #fff
}

.orderBox {
    padding: 25px;
    width: 1140px;
    background: #f1f1f1;
    overflow: hidden;
    margin: 0 auto
}

.orderBox h3 {
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    font-family: 微软雅黑
}

.orderBox .table {
    padding-top: 20px;
    overflow: hidden
}

.orderBox .table li {
    width: 520px;
    height: 215px;
    float: left;
    height: 35px;
    margin-bottom: 10px
}

.orderBox .table li span {
    float: left;
    border: 1px solid #ddd;
    line-height: 33px;
    height: 33px;
    width: 98px;
    display: inline-block;
    text-align: center;
    background: #fff
}

.orderBox .table li .iptTxt {
    float: right;
    width: 408px;
    border: 1px solid #ddd;
    border-left-width: 0;
    height: 33px;
    line-height: 33px;
    background: #fff;
    color: #666;
    padding-left: 10px
}

.orderBox .table li .iptCode {
    float: left;
    width: 199px;
    border: 1px solid #ddd;
    border-left-width: 0;
    height: 33px;
    line-height: 33px;
    background: #fff;
    color: #666;
    padding-left: 10px
}

.orderBox .table li .checkcode {
    float: left;
    border: 1px solid #ddd;
    border-left-width: 0;
    background: #eee;
    margin-left: 2px;
    padding: 6px
}

.orderBox .table li .btn {
    width: 385px;
    height: 35px;
    line-height: 35px;
    background: #333;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
    text-align: center;
    border: none
}

.orderBox .table li .btn:hover {
    background: #00a0e9;
    color: #fff
}

.orderBox .table li.areLi {
    width: 570px;
    float: right;
    height: 215px;
    overflow: hidden
}

.orderBox .table li.areLi .txtContent {
    width: 528px;
    height: 183px;
    border: 1px solid #ddd;
    outline: none;
    resize: none;
    padding: 15px;
    color: #666;
    line-height: 18px;
    background: #fff
}

.page-ditu {
    background: #f5f5f5;
    height: 400px
}

#dituContent {
    width: 600px;
    height: 400px;
    float: left
}

.contactFont {
    overflow: hidden;
    margin-bottom: 30px;
    float: right;
    width: 540px;
    height: 360px;
    padding: 20px 30px
}

.feedback {
    margin-top: 50px;
    overflow: hidden
}

.feedback .title {
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 25px;
    color: #333
}

.feedback .title span {
    background: #fff;
    padding: 0 30px;
    position: relative;
    top: -10px
}

.feedback .title::before {
    content: "";
    border-bottom: 1px solid #e1e1e1;
    height: 12px;
    vertical-align: top;
    width: 100%;
    display: block
}

#feedback_form {
    position: relative
}

#feedback_form label {
    display: block;
    float: left;
    height: 32px;
    line-height: 32px;
    margin-bottom: 30px;
    padding-left: 40px;
    background: url(../image/contact.png) no-repeat;
    font-size: 14px
}

#feedback_form label.name {
    background-position: 0 -32px
}

#feedback_form label.email {
    background-position: 0 -64px
}

#feedback_form label.city {
    background-position: 0 -96px
}

#feedback_form label.msg_title {
    background-position: 0 -128px
}

#feedback_form label.address {
    background-position: 0 -160px
}

#feedback_form label.message {
    background-position: 0 -192px;
    margin-bottom: 10px
}

#feedback_form input {
    width: 240px;
    height: 30px;
    line-height: 30px;
    float: left;
    margin: 0 37px 30px 0;
    padding: 0 10px;
    border: 1px solid #dbdbdb
}

#feedback_form input.last {
    margin-right: 0
}

#feedback_form .msg {
    border-top: 1px dotted #ccc;
    padding: 30px 0
}

#feedback_form textarea {
    height: 125px;
    width: 1178px;
    padding: 10px;
    border: 1px solid #dbdbdb;
    display: block
}

#feedback_form i {
    font-style: normal;
    color: #ff1f19;
    position: absolute;
    font-size: 14px;
    left: 380px;
    top: 6px
}

#feedback_form .f2 {
    left: 790px
}

#feedback_form .f3 {
    left: auto;
    right: 0
}

#feedback_form .f4 {
    left: 380px;
    top: 66px
}

#feedback_form .btns {
    width: 120px;
    height: 40px;
    margin-right: 10px;
    background: #00a0e9;
    color: #fff;
    border: none;
    font-size: 15px;
    margin-bottom: 0;
    cursor: pointer
}

#feedback_form .btns:hover {
    background: #333;
    transition: all .3s
}

#feedback_form .reset {
    background: #ccc;
    cursor: pointer;
    margin-bottom: 0
}

#feedback_form .tableRow {
    width: 100%;
    height: 32px
}

#feedback_form .tableRow input {
    width: 150px;
    margin-right: 10px;
    color: #999;
    float: left
}

#feedback_form .tableRow .checkcode {
    width: 50px;
    height: 22px;
    margin-left: 5px;
    border: 1px solid #ccc;
    padding: 4px 5px;
    display: block;
    float: left;
    background: #fff
}

#feedback_form input:focus,
#feedback_form textarea:focus {
    border-color: #00a0e9
}

.downList li {
    float: left;
    height: 130px;
    background: #efefef;
    overflow: hidden;
    padding-left: 20px;
    width: 570px;
    color: #888;
    line-height: 22px;
    margin: 0 30px 20px 0;
    transition: all .5s
}

.downList li h5 {
    padding-top: 20px;
    font-size: 16px;
    font-weight: 400;
    font-weight: 400;
    margin-bottom: 10px
}

.downList li h5 a {
    color: #333
}

.downList li h5 a:hover {
    text-decoration: underline
}

.downList li .more {
    float: right;
    width: 90px;
    height: 130px;
    background: url(../image/down1.png) no-repeat center center;
    margin-left: 10px
}

.downList li:hover {
    background: #00a0e9;
    color: #fff
}

.downList li:hover h5 a {
    color: #fff
}

.downList li:hover .more {
    background: #333 url(../image/down2.png) no-repeat center center
}

.prdoSelect {
    margin-bottom: 25px;
    height: 48px
}

.prdoSelect .btn {
    display: block;
    float: left;
    width: 120px;
    height: 48px;
    line-height: 48px;
    background: #00a0e9;
    color: #000;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    transition: all .4s
}

.prdoSelect .btn:hover {
    opacity: .6
}

.prdoSelect .item {
    width: 400px;
    margin-right: 18px;
    position: relative;
    float: left
}

.prdoSelect .item .select {
    height: 46px;
    border: 1px solid #dadada;
    cursor: pointer
}

.prdoSelect .item .select a {
    display: block;
    float: left;
    width: 175px;
    height: 46px;
    line-height: 46px;
    text-indent: 12px
}

.prdoSelect .item .select i {
    display: block;
    width: 46px;
    border-left: 1px solid #c5c5c5;
    height: 46px;
    float: right;
    background-image: url(../image/order-jt.png);
    background-repeat: no-repeat;
    background-position: center center
}

.prdoSelect .item .option {
    position: absolute;
    left: 0;
    right: 0;
    border: 1px solid #c5c5c5;
    background-color: #fff;
    border-top: 0;
    display: none;
    z-index: 10;
    box-shadow: 0 5px 10px 5px rgba(0, 0, 0, .05)
}

.prdoSelect .item .option a {
    display: block;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    color: #666;
    padding: 0 15px;
    margin: 5px 0;
    cursor: pointer;
    transition: all .4s
}

.prdoSelect .item .option a:hover {
    background-color: #00a0e9;
    color: #fff
}