@charset "utf-8";
/*Global b*/
* {
    margin: 0;
    padding: 0;
}
body {
    text-align: left;
    font-family: tahoma,"Microsoft YaHei",arial,sans-serif;
    font-size: 14px;
    line-height: 26px;
    color: #333;
    background-color: #fff;
}
div {
    margin-left: auto;
    margin-right: auto;
}
ul {
    list-style: none;
}
li {
    list-style: none;
}
img {
    border: 0;
    vertical-align: middle;
    display: block;
}
.s-title{
    display: block;
}
a {
    cursor: pointer;
    text-decoration: none;
    color: #0195ff;
    transition: all .4s;
    outline: none;
}
a:link {
}
a:visited {
}
a:hover {
    color: #ff8800;
    transition: all .4s;
}
a:active {
}
.hidden{
    display: none;
}
.loading {
    width: 100%;
    min-width: 100px;
    height: 100px;
    overflow: hidden;
    margin-top: 0;
    background: url(../img/loading.gif) center center no-repeat;
    float: left;
}
/*Global e*/
/*header b*/
header {
    width: 100%;
    min-width: 1220px;
    height: 106px;
}
.div-header {
    width: 1200px;
    height: 106px;
}
.a-logo {
    width: 310px;
    height: 106px;
    float: left;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
}
.a-logo:hover {
    background-position: center 16px;
}
.a-logo h1 {
    display: none;
}
/*************div-menu b************/
.ul-menu {
    width: 685px;
    height: 106px;
    position: relative;
    z-index: 999;
    float: left;
    left: 0px;
    top: 0px;
    margin-left: 40px;
}

.ul-menu li {
    float: left;
    position: relative;
}

.ul-menu li .a-menu1 {
    height: 106px;
    margin-left: 0;
    margin-right: 0;
    float: left;
    overflow: hidden;
}

.ul-menu li .a-menu1 .s-title {
    height: 106px;
    line-height: 106px;
    overflow: hidden;
    padding: 0 11px;
    transition: color 0s,background-color 2.5s;
    background-color: #fff;
    color: #333;
    font-size: 16px;
    font-weight: normal;
}

.ul-menu li .a-menu1:hover .s-title {
    /*width: 60px;*/
    /*margin-left: 26px;*/
    transition: color 0s,background-color .5s;
    background-color: #0195ff;
    color: #fff;
    /*line-height: 96px;*/
}

.second-menu {
    position: absolute;
    top: 106px;
    left: 0px;
    display: none;
    /*max-width: 300px;*/
    padding: 20px 0;
    background: url('../img/s-menu-bg.png') 0 0 repeat;
    border-bottom: 2px #69bffe solid;
}
.second-menu li {
    /*float: left;*/
    margin-top: 4px;
    margin-bottom: 4px;
}
.second-menu li .a-menu2 .s-title {
    float: none;
    height: 36px;
    line-height: 36px;
    /*min-width: 64px;*/
    max-width: 208px;
    display: block;
    color: #69bffe;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
    text-align: left;
    padding: 0 20px;
    font-size: 16px;
}
.s-title-14px{
    font-size: 14px;
}
.second-menu li .a-menu2:hover .s-title {
    color: #fff;
    transition: color .3s;
}
/*************current menu b************/
/*current menu e*/
.sm-0 {
    display: none;
}
/*div-menu e*/
.a-logo2 {
    width: 165px;
    height: 106px;
    float: left;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
}
.a-logo2:hover {
    background-position: center 25px;
}
.a-logo2 .s-title {
    display: none;
}
/*header e*/
/*focus b*/
.section-focus {
    width: 100%;
    min-width: 1220px;
    height: auto;
    background-color: #f7f7f7;
}
.div-focus {
    width: 100%;
    min-width: 1200px;
    overflow: hidden;
}
.div-focus img{
    width: 100%;
}
/*focus e*/
/*middle b*/
.section-middle {
    width: 100%;
    min-width: 1220px;
    height: auto;
    min-height: 400px;
    overflow: hidden;
    background-color: #fff;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.div-middle{
    width: 1200px;
    overflow: hidden;
}
/*middle e*/
/*content b*/
.div-middle-top{
    width: 1160px;
    margin-top: 20px;
    overflow: hidden;
}
.div-location{
    float:left;
    width:698px;
    height:24px;
    line-height:24px;
    overflow:hidden;
    margin-top:7px;
}
.div-location a
{
    color:#1f1f1f;
}
.div-location a:hover
{
    color: #f34740;
}
.div-date
{
    width:148px;
    height:32px;
    float:left;
    overflow:hidden;
    line-height:32px;
    color:#666;
    margin-left:156px;
    margin-top:5px;
}
.div-share
{
    width:138px;
    height:28px;
    float:left;
    overflow:hidden;
    margin-left:20px;
    margin-top:8px;
    line-height:32px;
}
.div-title
{
    width:100%;
    overflow:hidden;
    border-top: 1px #e0e0e0 solid;
    border-bottom: 1px #e0e0e0 solid;
    margin-top: 20px;
}
.div-title .s-title
{
    font-size:26px;
    font-weight: normal;
    color:#333;
    padding:25px 30px 25px 30px;
    line-height:42px;
    text-align: center;
}
.div-line-1{
    width:1160px;
    height:1px;
    line-height:1px;
    background-color:#e0e0e0;
    overflow:hidden;
}
.div-content{
    width:1160px;
    overflow:hidden;
    padding:30px 20px 40px 20px ;
    /*font-size:18px;*/
    /*line-height:32px;*/
    font-size:20px;
    line-height:40px;
    min-height: 300px;
}
.div-content p, .div-content div
{
    margin:28px 0 28px 0;
}
.div-content a
{
    color:#0195ff;
    text-decoration:underline;
}
.div-content a:hover
{
    color:#fff;
    background-color: #ff8800;
    text-decoration: none;
}
.div-content img
{
    display:inline;
    max-width:100%;
}
.div-content strong
{
    color:#0195ff;
    /*vertical-align:baseline;*/
    /*font-weight: normal;*/
}
.div-line-2{
    width:1160px;
    height:1px;
    line-height:1px;
    background-color:#e0e0e0;
    overflow:hidden;
    margin-bottom:28px;
}
.div-next-content
{
    width:1160px;
    padding:0 0 28px 0;
    line-height:24px;
    overflow:hidden;
}
.div-next-content a
{
    color: #0195ff;
}
.div-next-content a:hover
{
    color: #fff;
    background-color: #0195ff;
}
.div-next-content .div-next-1 ,.div-next-content .div-next-2
{
    width:calc( 50% - 60px);
    overflow:hidden;
    border: 1px #e0e0e0 solid;
    padding: 15px 20px;
    border-radius: 4px;
    text-align: center;
    font-size: 16px;
}
.div-next-content .div-next-1
{
    float:left;
}
.div-next-content .div-next-2
{
    float:right;
}
/*content e*/
/*news b*/
/*ul-news-1 b*/
.ul-news-1{
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin-top: 43px;
    min-height: 300px;
}
.ul-news-1 li{
    float: left;
    margin: 0 38px 43px 0 ;
}
.ul-news-1 li:nth-child(2n){
    margin: 0 0 43px 0 ;
}
.ul-news-1 li a{
    float: left;
    width: 580px;
    height: 108px;
    overflow: hidden;
}
.ul-news-1 li a img{
    float: left;
    width: 148px;
    height: 108px;
}
.ul-news-1 li a .s-title{
    float: left;
    width: 408px;
    height: 35px;
    font-weight: normal;
    line-height: 32px;
    margin: 0 auto auto 22px;
    text-align: left;
    background: url('../img/news-h4-bg.png') -1042px bottom no-repeat;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
    font-size: 16px;
}
.ul-news-1 li a p{
    float: left;
    width: 408px;
    height: 73px;
    line-height: 22px;
    margin: 6px auto auto 22px;
    text-align: left;
    color: #777;
    font-size: 14px;
    /*多行文本省略*/
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.ul-news-1 li a:hover .s-title{
    background: url('../img/news-h4-bg.png') 0 bottom no-repeat;
    transition: background 0.5s;
}
/*ul-news-1 e*/
/*ul-next-page b*/
.ul-next-page{
    width: 1160px;
    text-align: center;
    margin-top: 7px;
}
.ul-next-page li{
    display: inline-block;
    overflow: hidden;
    margin: 0 4px;
}
.ul-next-page li span{
    color: #bbb;
}
.ul-next-page li span, .ul-next-page li a{
    line-height: 29px;
    padding: 5px 15px 4px 15px;
    display: inline-block;
    font-size: 16px;
    border: 1px #e0e0e0 solid;
    border-radius: 5px;
}
.ul-next-page .yes:hover, .ul-next-page .on{
    border: 1px #176fc0 solid;
    color: #fff;
    background-color: #0195ff;
}
.ul-next-page .yes:hover a{
    color: #fff;
}
/*ul-next-page e*/
/*news e*/
/*img b*/
/*ul-case-2 b*/
.ul-case{
    width: 1200px;
    overflow: hidden;
    margin: 42px 0 5px 0;
}
.ul-case li{
    width: 228px;
    float: left;
    margin: 10px 96px 27px 0;
    overflow: hidden;
    height: 298px;
}
.ul-case li:nth-child(4n+4){
    margin-right: 0;
}
.ul-case img{
    width: 228px;
    height: 228px;
    transition: all .5s;
}
.ul-case .s-title{
    width: 228px;
    height: 36px;
    color: #333;
    /*font-weight: bold;*/
    font-size: 16px;
    margin-top: 19px;
    display: block;
    overflow: hidden;
    line-height: 36px;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
}
.ul-case a:hover img{
    width: 258px;
    height: 258px;
    margin-left: -15px;
    margin-top: -15px;
    transition: all .5s;
}
/*case e*/
/*ul-case-2 e*/
.p-nocontent{
    width: 100%;
    text-align: center;
    font-size: 28px;
    color: #999;
}
/*img e*/
/*************div-baidu ditu b************/
#ditu
{
    width:1158px;
    height:800px;
    overflow:hidden;
    margin-left:auto;
    margin-right:auto;
    border:1px #e1e1e1 solid;
}
#ditu div
{
    margin:auto;
}
/*************div-baidu ditu e************/
/*partner b*/
.ul-partner{
    width: 1200px;
    margin: 32px 0 25px 0;
    overflow: hidden;
}
.ul-partner li{
    width: 180px;
    float: left;
    margin: 20px 65px 30px 5px;
    overflow: hidden;
    height: 90px;
    box-shadow: 3px 3px 2px #e7e7e7;
    border: 1px #e7e7e7 solid;
}
.ul-partner li:nth-child(5n+5){
    margin-right: 0;
}
.ul-partner img{
    width: 180px;
    height: 90px;
    transition: all .5s;
}
.ul-partner .s-title{
    width: 180px;
    height: 36px;
    color: #333;
    font-weight: bold;
    font-size: 16px;
    margin-top: 19px;
    display: block;
    overflow: hidden;
    line-height: 36px;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
}
.ul-partner a:hover img{
    width: 210px;
    height: 105px;
    margin-left: -15px;
    margin-top: -7px;
    transition: all .5s;
}
/*partner e*/
/*product b*/
.ul-product-h4{
    width: 1200px;
    overflow: hidden;
}
.ul-product-h4 li{
    width: 1200px;
    overflow: hidden;
    float: left;
    padding: 95px 0;
    min-height: 300px;
}
.ul-product-h4 li:nth-child(2n+0){
    background-color: #f7f7f7;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
}
.ul-product-h4 .div-left{
    width: 640px;
    overflow: hidden;
    float: left;
    text-align: center;
}
.ul-product-h4 img{
    max-width: 80%;
    max-height: 500px;
    transition: all .5s;
    display: inline-block;
}
.ul-product-h4 .div-right{
    width: 500px;
    overflow: hidden;
    float: left;
    /*background-color: #fde0de;*/
}
.ul-product-h4 .s-title{
    width: 500px;
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
    font-size: 30px;
    font-weight: normal;
    line-height: 40px;
    height: 52px;
    background: url('../img/news-h4-bg.png') -1042px bottom no-repeat;
    transition: background 1.5s;
}
.ul-product-h4 p{
    width: 500px;
    margin: 30px auto;
    font-size: 18px;
    line-height: 32px;
    max-height: 96px;
    /*多行文本省略*/
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.ul-product-h4 a{
    width: 450px;
    height: 38px;
    line-height: 38px;
    margin: 18px auto 18px 0px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    font-size: 18px;
    padding: 0 25px 0 25px;
    background: url('../img/li-style.png') 5px 14px no-repeat;
    color: #333;
}
.ul-product-h4 li:hover img{
    padding-left: 100px;
    transition: all .3s;
}
.ul-product-h4 li:hover .s-title{
    background: url('../img/news-h4-bg.png') 0 bottom no-repeat;
    transition: background 2s;
}
.ul-product-h4 a:hover{
    color: #fff;
    padding: 0 25px 0 43px;
    background: #0195ff  url('../img/li-style.png') 15px 14px no-repeat;
    transition: background 0.5s;
}
/*product e*/
/*p-content b*/
.div-img{
    padding:30px 0 30px 0;
    text-align: center;
    overflow: hidden;
}
.div-content .s-title{
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 32px;
    text-align: center;
    display: block;
}
.s-model{
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 28px;
    text-align: center;
    display: block;
    margin: 20px 0 48px 0;
}
.div-jump{
    text-align: center;
    border-top: 1px #e0e0e0 solid;
    border-bottom: 1px #e0e0e0 solid;
}
.div-jump a{
    width: 168px;
    height: 48px;
    line-height: 48px;
    border: 1px #a8a8b7 solid;
    border: 1px #b7b7b7 solid;
    border-radius: 4px;

    margin: 40px 20px 30px 20px;
    display: inline-block;
    text-align: center;
    background-color: #fff;
    overflow: hidden;
    color: #333;
    text-decoration: none;
}
.div-jump a:hover{
    border: 1px #ca6a00 solid;
}
.div-jump .on{
    background-color: #0195ff;
    color: #fff;
    border: 1px #176fc0 solid;
}
.div-desc, .div-para{
    padding-top: 1px;
    padding-bottom: 1px;
    min-height: 100px;
}
/*p-content e*/
/*footer b*/
.footer {
    width: 100%;
    min-width: 1220px;
    height: auto;
    background-color: #1d2432;
    border-top: 1px solid #1d2432;
    border-bottom: 1px solid #1d2432;
    padding: 0 0 0 0;
}
.div-footer{
    width: 1200px;
}
.div-contact{
    width: 1200px;
    height: 236px;
    color: #b9c6d0;
    text-align: center;
    overflow: hidden;
}
.div-contact a{
    color: #b9c6d0;
}
.div-contact a:hover{
    color: #0195ff;
}
.div-address{
    width: 600px;
    float: left;
}
.nav-footer{
    font-size: 16px;
    line-height: 48px;
    margin: 28px auto 0px auto;
}
.div-vline{
    width: 1px;
    height: 140px;
    float: left;
    margin: 50px 0 auto 0;
    border-left: 1px #484d66 dotted;
}
.div-qrc-footer{
    width: 598px;
    float: left;
}
.div-qrc-footer li{
    width: 140px;
    height: 162px;
    float: left;
    margin: 28px 0 auto 54px;
}
.div-qrc-footer li span{
    width: 140px;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
}
.div-qrc-footer li img{
    width: 120px;
    height: 120px;
    margin-left: 10px;
}
.div-link{
    width: 1160px;
    border-top: 1px #484d66 dotted;
    color: #6c7684;
    padding: 15px 20px 15px 20px;
    text-align: center;
}
.div-link span{
    margin: 0 0 0 15px;
    white-space: nowrap;
    display: inline-block;
}
.div-link a{
    margin: 0 15px 0 15px;
    white-space: nowrap;
    display: inline-block;
}
.div-support{
    width: 1200px;
    line-height: 26px;
    padding: 21px 0;
    color: #6c7684;
    text-align: center;
    border-top: 1px #484d66 dotted;
}
.div-support span{
    white-space: nowrap;
    margin: 0 15px 0 15px;
    display: inline-block;
}
.div-link a, .div-support a{
    color: #6c7684;
}
.div-link a:hover, .div-support a:hover{
    color: #0195ff;
}
.div-tongji{
    display: none;
}
/*footer e*/
/*float qq b*/
*html body
{
    background-attachment:fixed;
    /*background-image:url(about:blank);*/
}
.div-float
{
    position:fixed;
    top:280px;
    right:0px;
    z-index:99999;
}
*html .div-float
{
    position:absolute;
    top:expression(offsetParent.scrollTop+280);
    right:expression(offsetParent.scrollRight);
}
/*left b*/
.div-float .floatL
{
    position:relative;
    width:24px;
    float:left;
}
.div-float .floatL a
{
    text-indent:-9999px;
    display:block;
    font-size:0px;
}
.div-float .btnOpen
{
    background:url('../img/qq-l.png') -22px 10px no-repeat;
    position:relative;
    width:22px;
    height:56px;
    top:0;
    left:0;
}
.div-float .btnCtn
{
    background:url('../img/qq-l.png') 0 10px no-repeat;
    position:relative;
    width:22px;
    height:56px;
    top:0;
    left:0;
}
/*left e*/
/*right b*/
.div-float .floatR
{
    width:48px;
    height:280px;
    float:left;
    background-image:url('../img/float-bg.png');
    background-position:0px 0px;
    background-repeat:no-repeat;
    text-align:center;
}
.div-float .floatR .a-qq
{
    width:48px;
    height:55px;
    float:left;
    background-image:url('../img/qq-r.png');
    background-repeat:no-repeat;
    margin-left:0px;
    transition: none;
}
.div-float .floatR .a-qq1
{
    margin-top:3px;
    background-position:0px -3px;
}
.div-float .floatR .a-qq2
{
    margin-top:0px;
    background-position:0px -58px;
}
.div-float .floatR .a-qq3
{
    margin-top:0px;
    background-position:0px -113px;
}
.div-float .floatR .a-qq4
{
    margin-top:0px;
    background-position:0px -168px;
}
.div-float .floatR .a-qq5
{
    margin-top:0px;
    background-position:0px -223px;
}
.div-float .floatR .a-qq1:hover
{
    background-position:-48px -3px;
}
.div-float .floatR .a-qq2:hover
{
    background-position:-48px -58px;
}
.div-float .floatR .a-qq3:hover
{
    background-position:-48px -113px;
}
.div-float .floatR .a-qq4:hover
{
    background-position:-48px -168px;
}
.div-float .floatR .a-qq5:hover
{
    background-position:-48px -223px;
}
/*right e*/
/*************qq b************/
#div-qq
{
    position:absolute;
    /*left:-148px;*/
    right:48px;
    top:0px;
    width:180px;
    height:196px;
    display:none;
    background: url('../img/s-menu-bg.png') 0 0 repeat;
    border-right:1px #6d7580 solid;
}
#div-qq span
{
    color: #fff;
    width: 180px;
    height: 26px;
    line-height: 26px;
    display: block;
    float: left;
    margin: 10px auto auto 0px;
}
#div-qq img
{
    width: 120px;
    height: 120px;
    display: block;
    float: left;
    margin: 10px auto auto 30px;
}
/*************qq e************/
/*************wx b************/
#div-wx
{
    position:absolute;
    /*left:-148px;*/
    right:48px;
    top:0px;
    width:180px;
    height:196px;
    display:none;
    background: url('../img/s-menu-bg.png') 0 0 repeat;
    border-right:1px #6d7580 solid;
}
#div-wx span
{
    color: #fff;
    width: 180px;
    height: 26px;
    line-height: 26px;
    display: block;
    float: left;
    margin: 10px auto auto 0px;
}
#div-wx img
{
    width: 120px;
    height: 120px;
    display: block;
    float: left;
    margin: 10px auto auto 30px;
}
/*************wx e************/
/*************gw b************/
#div-gw
{
    position:absolute;
    /*left:-148px;*/
    right:48px;
    top:0px;
    width:180px;
    height:196px;
    display:none;
    background: url('../img/s-menu-bg.png') 0 0 repeat;
    border-right:1px #6d7580 solid;
}
#div-gw span
{
    color: #fff;
    width: 180px;
    height: 26px;
    line-height: 26px;
    display: block;
    float: left;
    margin: 10px auto auto 0px;
}
#div-gw img
{
    width: 120px;
    height: 120px;
    display: block;
    float: left;
    margin: 10px auto auto 30px;
}
/*************gw e************/
/*email b*/
#div-email
{
    position:absolute;
    /*left:-148px;*/
    right:48px;
    top:168px;
    width:100px;
    height:54px;
    display:none;
    background: url('../img/s-menu-bg.png') 0 0 repeat;
    border-right:1px #6d7580 solid;
}
#div-email span
{
    color: #fff;
    width: 100px;
    height: 54px;
    line-height: 54px;
    display: block;
    float: left;
    margin: 0px auto auto 0px;
}
/*email e*/
/*totop b*/
#div-totop
{
    position:absolute;
    /*left:-148px;*/
    right:48px;
    top:223px;
    width:100px;
    height:54px;
    display:none;
    background: url('../img/s-menu-bg.png') 0 0 repeat;
    border-right:1px #6d7580 solid;
}
#div-totop span
{
    color: #fff;
    width: 100px;
    height: 54px;
    line-height: 54px;
    display: block;
    float: left;
    margin: 0px auto auto 0px;
}
/*totop e*/
/*float qq e*/
/*m totop b*/
.totop{
    display:none;
}
/*m totop e*/
/*m-menu b*/
.div-open-m-menu{
    display:none;
}
/*main menu b*/
.div-m-mask{
    display:none;
}
.div-m-menu{
    display:none;
}
/*main menu e*/
/*m-menu e*/