﻿.mw {
    min-width: 1200px;
}

.ml0 {
    margin-left: 0 !important;
}

a:focus {
    text-decoration: none;
}

.content {
    width: 1200px;
    margin: 0 auto;
}

.header {
    height: 90px;
    max-width: 1604px;
    min-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.logo {
    display: block;
    margin-top: 22px;
}

.logo img {
    display: block;
}

.tel {
    width: 230px;
    margin-top: 27px;
}

.header .tel .icon {
    display: block;
    float: right;
    width: 22px;
    height: 22px;
    margin-right: 6px;
    background: url('../images/tel.png') no-repeat center;
}

.header .tel span {
    display: inline-block;
    vertical-align: middle;
    color: #ef3e50;
    font-size: 24px;
    line-height: 24px;
    float: right;

}

.header .tel p {
    font-size: 12px;
    color: #999999;
    text-align: right;
}

.header .nav {
    padding-top: 35px;
    width: 700px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

.header .nav a {
    display: block;
    float: left;
    font-size: 14px;
    color: #555;
    transition: all .36s ease;
    margin-left: 63px;
}

.nav a:first-child {
    margin-left: 0;
}

.header .nav a:hover {
    color: #305dc3;
}

.header .nav-active {
    color: #305dc3 !important;
}

.footer {
    height: 300px;
    background-color: #f0f0f0;
    padding-top: 60px;
}

.footer-icon img {
    display: block;
    margin-top: 8px;
}

.footer ul {
    margin-left: 176px;
}

.footer li {
    float: left;
    min-width: 200px;
    line-height: 32px;
}

.footer .link-type {
    font-size: 16px;
    line-height: 1;
    color: #666;
    margin-bottom: 15px;
}

.footer li a {
    display: block;
    font-size: 13px;
    color: #6c6e75;
    transition: .3s ease;
}

.footer li a:hover {
    color: #333;
}

.footer li .tit {
    font-size: 13px;
    color: #555;
}

.footer li .text {
    font-size: 13px;
    color: #305dc3;
}

.footer li p {
    font-size: 13px;
    color: #666;
}

.copy, .copy a {
    font-size: 12px;
    color: #666;
    height: 52px;
    line-height: 52px;
}

/*首页*/
#index-banner {
    position: relative;
    max-width: 1920px;
    margin:0 auto;
}

#index-banner .item {
    height: 570px;
}

#index-banner .ctrl {
    width: 50px;
    height: 50px;
    position: absolute;
    z-index: 2;
    top: 266px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7Fffffff, endColorstr=#7Fffffff);
    background: rgba(0, 0, 0, 0.5);
    transition: .36s ease;
}

#index-banner .ctrl:hover {
    background-color: #000;
}

#index-banner .ctrl-left {
    left: 0;
}

#index-banner .ctrl-right {
    right: 0;
}

/*右侧固定条*/
.fixed-bar {
    position: fixed;
    right: 0;
    top: 60%;
    width: 50px;
    z-index: 10;
    background-color: #fff;
}

.fixed-bar .cell {
    display: block;
    height: 50px;
    margin-top: 1px;
    background-color: #cfcfcf;
    transition: .3s ease;
    cursor: pointer;
}

.fixed-bar .cell:first-child {
    background-color: #305dc3;
    margin-top: 0;
}

.fixed-bar .cell:hover {
    background-color: #305dc3;
}

.fixed-bar .cell2 {
    width: 224px;
    position: relative;
    left: 0px;
    top: 0;
    z-index: 999;
}

.fixed-bar .cell2 span {
    display: inline-block;
    width: 169px;
    font-size: 24px;
    line-height: 50px;
    color: #fff;
    vertical-align: middle;
    transition: .36s ease;
    margin-left: 1px;
    text-align: center;
}

.fixed-bar .cell2 img {
    transition: .36s ease;
}

.fixed-bar .cell2:hover {
    left: -170px;
    background-color: #cfcfcf;
}

.fixed-bar .cell2:hover img {
    background-color: #305dc3;
}

.fixed-bar .cell2:hover span {
    background-color: #305dc3;
}

.fixed-bar .cell4 {
    display: none;
    background-color: #cfcfcf;
}

.fixed-bar .cell4 img {

}

/*首页样式*/
.i-pro {
    background-color: #f8f8f8;
    padding-bottom: 50px;
}

.i-pro .tit1 a {
    color: #999;
    font-size: 12px;
}

.i-pro .content {
    position: relative;
    padding-top: 120px;

}

.search-bar {
    width: 1200px;
    height: 90px;
    font-size: 13px;
    padding: 25px 30px;
    background-color: #fff;
    position: absolute;
    top: -39px;
    left: 0;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    line-height: 40px;
}

.search-bar a {
    font-size: 13px;
    color: #666;
    line-height: 40px;
    margin-left: 20px;
}

.hot-group .hot {
    color: #ef3e50;
    font-weight: bold;
}

.hot-group a:hover {
    color: #305dc3;
}

.sear-input input {
    float: left;
    width: 320px;
    border: 1px solid #eaeaea;
    height: 40px;
    outline: none;
    padding-left: 18px;
}

.sear-input button {
    float: left;
    display: block;
    width: 60px;
    height: 40px;
    border: 0;
    outline: none;
    background-color: #305dc3;
    margin-left: -1px;
}

.sear-input button:hover {
    background-color: #2e549f;
}

.tit1 h3 {
    font-size: 24px;
    line-height: 32px;
    color: #333;
    font-weight: bold;
}

.tit1 p {
    color: #999;
    font-size: 12px;
}

.i-pro .inner {
    margin-top: 40px;
}

.index-list {
    width: 1200px;
    height: 140px;
    margin-bottom: 80px;
}

.index-list a {
    display: block;
    float: left;
    height: 140px;
    width: 299px;
    margin-left: 1px;
    color: #fff;
    position: relative;
    padding-top: 52px;
    padding-left: 24px;
}

.index-list a:first-child {
    margin-left: 0;
}

.index-list a h3 {
    position: relative;
    z-index: 2;
    font-size: 20px;
}

.index-list a p {
    position: relative;
    z-index: 2;
    filter: Alpha(opacity=60);
    opacity: 0.6;
    font-size: 12px;
    text-transform: uppercase;
}

.index-list a img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.p-links a{
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    color:#898989;
    padding:0 25px;
    border-left:1px solid #e5e5e5;
}
.p-links a:first-child{
    border:0;
}
.p-links a:hover{
    color:#305dc3;
}

.i-pro li {
    /*width: 380px;*/
    /*height: 290px !important;*/
    /*float: left;*/
    /*border: 1px solid #eaeaea;*/
    /*background-color: #fff;*/
    /*text-align: center;*/
    /*position: relative;*/
    /*margin-left: 30px;*/
}

.i-pro li .img-box {
    width: 100%;
    height: 200px;
    position: relative;
}
/* 
.pro-l li img {
    width: 100%;
} */

.pro-l li h3 {
    color: #333;
    font-size: 16px;
    line-height: 32px;
    transition: margin .36s ease;
    position: relative;

}

.pro-l li p {
    color: #999;
    font-size: 12px;
}

.pro-l li:hover h3 {
    color: #fff;
    margin-top: -4px;
}

.pro-l li:hover h3 {
    color: #305dc3;
    margin-top: -4px;
}


.pro-l li .info {
    width: 100%;
    height: 90px;
    border-top:1px solid #f4f4f4;
    padding-top: 20px;
    background-color: #fff;
}


.pro-l li:hover{
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.i-about {
    height: 551px;
    background: url('../images/i-about-bg.jpg') no-repeat center;
    padding: 80px 0;
}

.i-about .info {
    width: 600px;
    height: 400px;
    background-color: #fff;
    padding: 45px 40px;
    position: relative;
}

.i-about .info a {
    display: block;
    margin-top: 40px;
    font-size: 13px;
    color: #666;
    line-height: 2;
}

.i-about .arg {
    position: absolute;
    text-align: center;
    left: 40px;
    bottom: 45px;
}

.i-about .arg h3 {
    color: #305dc3;
    font-size: 50px;
    font-weight: bold;
    line-height: 50px;
}

.i-about .arg p {
    font-size: 18px;
    color: #555;
    margin-top: 10px;
}

.i-about .arg1 {
    width: 182px;
    height: 80px;
    border-right: 1px solid #eaeaea;
}

.i-about .arg2 {
    width: 280px;
    height: 80px;
}

.i-about .arg2 span {
    font-size: 24px;
    line-height: 24px;
}

.i-advance {
    height: 197px;
    padding-top: 42px;
    background-color: #305dc3;
    text-align: center;
}

.i-advance li {
    float: left;
    width: 20%;
    height: 100%;
}

.i-advance li p {
    font-size: 18px;
    color: #fff;
    line-height: 24px;
    margin-top: 15px;
}

.i-case {
    padding: 80px 0 90px 0;
    background: url('../images/i-case-bg.png') no-repeat center;
    background-size: cover;
}

.tit1 a:hover {
    color: #305dc3 !important;
}

.i-case .tit1 a {
    color: #999;
}

.i-case-inner {
    width: 560px;
}

.i-bike {
    width: 562px;
}

.i-case-con {
    margin-top: 40px;
    margin-bottom: -20px;
}

.i-case-con a {
    display: block;
    width: 560px;
    height: 160px;
    padding: 27px 30px 33px 30px;
    background-color: #fff;
    margin-bottom: 20px;
    transition: .3s ease;
}

.i-case-con a:hover {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.06);
}

.i-case-con a img {
    display: block;
    width: 150px;
    height: 100px;
}

.i-case-con .info {
    margin-left: 24px;
    padding-top: 15px;
    width: 326px;
}

.i-case-con .info h3 {
    color: #333;
    font-size: 18px;
    margin-bottom: 21px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: .3s ease;
}

.i-case-con a:hover h3 {
    color: #305dc3;
}

.i-case-con .info p {
    font-size: 12px;
    color: #666;
    line-height: 22px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;

}

.i-case-con .info span {
    color: #999;
}

.i-case .i-bike-con {
    margin-top: 41px;
}

.i-case .i-bike-con a {
    display: block;
    height: 57px;
    border-bottom: 1px solid #eaeaea;
    position: relative;
}

.i-case .i-bike-con a:first-child {
    height: 112px;
}

.i-case .i-bike-con .desc {
    width: 450px;
    height: 66px;
    font-size: 12px;
    line-height: 22px;
    color: #999;
    margin-top: 21px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.i-case .date {
    position: absolute;
    right: 0;
    bottom: 10px;
    width: 60px;
    color: #555;
    text-align: right;
}

.i-case .date h4 {
    font-size: 36px;
}

.i-case .date p {
    font-size: 14px;
}

.i-case .i-bike-con h3 {
    color: #333;
    font-size: 14px;
    transition: .3s ease;
}

.i-case .i-bike-con a:hover h3 {
    color: #305dc3;
}

.i-case .i-bike-con a:hover span.fl {
    color: #305dc3;
}

.i-case .i-bike-con span {
    font-size: 14px;
    color: #333;
    line-height: 57px;
}

.i-case .i-bike-con .day {
    color: #555;
}

.banner {
    height: 260px;
    width: 100%;
    min-width: 1200px;
}

.bread {
    height: 50px;
    line-height: 50px;
    color: #999;
    font-size: 12px;
    margin-bottom: 19px;
}

.bread a {
    color: #999;
}

.bread a:hover {
    color: #333;
}

.bread .current {
    color: #666;
}

.aside-menu {
    width: 250px;
}

.aside-header {
    height: 85px;
    background-color: #305dc3;
    position: relative;
    overflow: hidden;
    font-size: 30px;
    line-height: 85px;
    text-align: center;
    color: #fff;
}

.aside-header span {
    font-size: 80px;
    line-height: 80px;
    opacity: 0.09;
    filter: Alpha(opacity=0.09);
    position: absolute;
    top: 25px;
    left: 6px;
    font-weight: bold;
    font-family: Arialf;
    transition: .36s ease;
    width: 100%;
    text-align: center;
}

.aside-menu:hover .aside-header span {
    font-size: 18px;
    opacity: 1;
    top: 30px;
}

.aside-menu a {
    display: block;
    width: 100%;
    height: 60px;
    margin-top: 2px;
    background-color: #f6f6f6;
    line-height: 60px;
    font-size: 16px;
    color: #333;
    transition: .36s ease;
    padding: 0 20px 0 30px;
}

.aside-menu a i {
    display: block;
    float: right;
    width: 6px;
    height: 100%;
    background: url('../images/aside-arrow1.png') no-repeat center;
}

.aside-menu a:hover {
    color: #305dc3;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.aside-menu a:hover i {
    background: url('../images/aside-arrow2.png') no-repeat center;
}

.aside-menu .current {
    color: #305dc3;
    background-color: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.aside-menu .current i {
    background: url('../images/aside-arrow2.png') no-repeat center;
}

.pro-list {
    margin-left: 40px;
    width: 910px;
    padding-bottom: 100px;
}

.tit2 {
    height: 26px;
    line-height: 26px;
}

.tit2 i, .tit2 h3 {
    display: block;
    height: 26px;
    float: left;

}

.tit2 i {
    width: 4px;
    background-color: #305dc3;
    float: left;
}

.tit2 h3 {
    color: #1b1b1b;
    font-size: 24px;
    line-height: 26px;
    font-weight: bold;
    margin-left: 6px;
}

.tit2 span {
    display: block;
    float: left;
    font-size: 14px;
    line-height: 1;
    margin-top: 12px;
    margin-left: 13px;
    color: #c1c1c1;
}

.pro-list-header input {
    width: 260px;
    height: 30px;
    border: 1px solid #eaeaea;
    padding-left: 14px;
    outline: none;
    float: left;
}

.pro-list-header button {
    float: left;
    border: 0;
    background-color: #cfcfcf;
    outline: none;
    height: 30px;
}

.pro-list-header button:hover {
    background-color: #305dc3;
}

.pro-list-header button img {
    display: block;
    margin-top: 0;
}

.pro-list-header a {
    color: #999;
    font-size: 12px;
}

.pro-l li {
    width: 380px;
    height: 290px;
    float: left;
    border: 1px solid #eaeaea;
    margin-left: 30px;
    margin-bottom: 30px;
    position: relative;
    text-align: center;
}

.pro-l .img-box {
    position: relative;
    width: 100%;
    height: 200px;
    overflow: hidden;
}



.pro-list .info {
    width: 380px;
    height: 73px;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}


.pro-list ul {
    margin-top: 40px;
}

.u-paging {
    height: 36px;
    margin: 50px auto 0;
    text-align: center;
}

.u-paging a {
    display: inline-block;
    width: 36px;
    height: 36px;
    background-color: #eaeaea;
    color: #949494;
    vertical-align: middle;
    line-height: 36px;
    font-size: 16px;
    margin-right: 10px;
    transition: all 0.36s ease 0s;
}

.u-paging .current {
    background: #3661c8;
    color: #fff;
}

.u-paging a:hover {
    background: #3661c8;
    color: #fff;
}
.pro-l2 li{
    width: 290px;
    float: left;
    height: 230px;
    margin-left: 20px;
    margin-bottom: 30px;
}
.pro-l2 li:first-child{
    margin-left: 0;
}
.pro-l2 li .img-box{
    width: 288px;
    height: 150px;
    overflow: hidden;
}
.pro-l2 li .info{
    height: 78px;
    border:0;
    padding-top: 13px;
}
    /*分页*/
.u-paging .next {
    background: #eaeaea url("//static.gcimg.net/i/201711/NpC8NjWS4w.png") no-repeat center center;
}

.u-paging .next:hover {
    background: #3661c8 url("//static.gcimg.net/i/201711/zSJnSHzyNF.png") no-repeat center center;
}

.u-paging .prev {
    background: #eaeaea url("//static.gcimg.net/i/201711/91BQADUxiD.png") no-repeat center center;
}

.u-paging .prev:hover {
    background: #3661c8 url("//static.gcimg.net/i/201711/WX0Sk2yF3B.png") no-repeat center center;
}

.pro-list-header {
    width: 910px;
}

.equ {
    padding-bottom: 100px;

}

.equ-list {
    width: 910px;
    text-align: center;
}

.equ-list .tit {
    color: #305dc3;
    font-size: 30px;
    line-height: 30px;
    margin-top: 60px;
}

.equ-list .text {
    color: #999;
    font-size: 14px;
    line-height: 14px;
    margin-top: 12px;
}

.equ-list ul{
    margin-top: 32px;
}

.equ-list ul li {
    float: left;
    width: 290px;
    height: 220px;
    transition:box-shadow .36s ease;
    margin-left: 20px;
    margin-bottom: 30px;
}
.equ-list ul li:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
    border: 0;
}
.equ-list ul li:hover .info{
    border:0;
    color:#305dc3;
}
.equ-list li img{
    display: block;
    width: 290px;
    height: 160px;
}
.equ-list li .info{
    font-size: 16px;
    color:#333333;
    height: 60px;
    line-height: 60px;
    border-bottom:1px solid #e5e5e5;
}

.equ-list ul li:first-child {
    margin-left: 0;
}

/*关于*/
.about {
    text-align: center;
    padding-bottom: 100px;
}

.about .tit {
    color: #305dc3;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 12px;
}

.about span {
    font-size: 12px;
    color: #999;
    line-height: 12px;
}

.about p {
    text-align: left;
    font-size: 13px;
    line-height: 2;
    margin-top: 40px;
    color: #666;
}

.about img {
    margin-top: 40px;
}

.about li {
    float: left;
    margin-left: 30px;
}

.about li:first-child {
    margin-left: 0;
}

.about ul {
    padding-bottom: 50px;
    border-bottom: 1px dotted #eaeaea;
}

.about .title2 {
    margin-top: 87px;
}

.hr {
    height: 1px;
    width: 100%;
    background: url('../images/dotted.png') repeat-x;
}

.map-list {
    padding-bottom: 100px;
}

.map-list .map1 {
    font-size: 20px;
    line-height: 1;
    color: #305dc3;
}

.map-list .cell {
    height: 123px;
    padding-top: 40px;
}

.map-list .map-group a {
    display: inline-block;
    width: 128px;
    color: #666;
    font-size: 16px;
    line-height: 16px;
    margin-top: 20px;
}

.prod {
    padding-top: 43px;
}

.prod-top .img-box {
    width: 490px;
    height: 260px;

    position: relative;
    overflow: hidden;
}

.prod-top .img-box img {
    width: 100%;
    display: block;
}

.prod .prod-info {
    height: 260px;
    width: 400px;
}

.prod .pro-name {
    color: #305dc3;
    font-size: 24px;
    height: 55px;
    line-height: 55px;
}

.prod .pro-intro {
    margin-top: 20px;
    height: 100px;
    padding: 11px 18px;
    overflow: hidden;
    background-color: #f8f8f8;
    border: 1px solid #efefef;
    font-size: 14px;
    color: #333;
    line-height: 26px;
}

.pro-intro-inner {
    height: 78px;
    overflow: hidden;
}

.pro-online {
    margin-top: 37px;
}

.pro-online a {
    width: 200px;
    height: 46px;
    text-align: center;
    display: block;
    border-radius: 1px;
    background-color: #305dc3;
    color: #ffffff;
    line-height: 46px;
    font-size: 18px;
    transition: .2s ease;
}

.pro-online a:hover {
    background-color: #ef3e50;
}

.pro-online .hot-line {
    margin-left: 20px;
}

.pro-online .hot-line span {
    font-size: 12px;
    color: #999;
}

.pro-online .hot-line p {
    font-size: 20px;
    color: #ef3e50;
}

.hr2 {
    height: 10px;
    background: url('../images/hr2-bg.png') repeat-x center;
}

.prod .hr2 {
    margin-top: 30px;
    margin-bottom: 35px;
}

.prod-tit h3 {
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
    color: #333;
    padding-bottom: 10px;
    border-bottom: 2px solid #305dc3;
    margin-bottom: -1px;
    float: left;
}

.prod-tit {
    border-bottom: 1px solid #efefef;
}

.prod-detail p {
    color: #666;
    font-size: 13px;
    line-height: 2;
}

.prod-detail-inner {
    padding: 14px 0;
}

.prod-detail-inner table {
    width: 100%;
    text-align: center;
    border: 1px solid #fff;
}

.prod-detail-inner th {
    text-align: center;
    background-color: #76c5f0;
    border: 4px solid #fff;
    color: #fff;
    line-height: 80px;
}

.prod-detail-inner td {
    background-color: #f5f5f5;
    border: 4px solid #fff;
    height: 45px;
}

.async input {
    border: 1px solid #efefef;
    font-size: 16px;
    height: 50px;
    outline: none;
    padding: 0 20px;
    background-color: #f6f6f6;
}

.async textarea {
    display: block;
    border: 1px solid #efefef;
    font-size: 16px;
    height: 200px;
    outline: none;
    padding: 16px 20px;
    resize: none;
    background-color: #f6f6f6;
}

.async button {
    display: block;
    width: 220px;
    height: 50px;
    border-radius: 25px;
    font-size: 16px;
    color: #fff;
    line-height: 50px;
    border: 0;
    outline: none;
}

.prod .async input {
    width: 450px;
    margin-left: 10px;
}

.async input:first-child {
    margin-left: 0;
}

.prod .async textarea {
    width: 910px;
    margin-top: 15px;
}

.prod .async {
    padding-top: 30px;
}

.prod .async button {
    background-color: #666;
    margin: 40px auto;
    transition: .36s ease;
}

.prod .async button:hover {
    background-color: #305dc3;
}

.prod .relate {
    margin-top: 30px;
    margin-bottom: 50px;
}

.prod .relate li {
    width: 300px;
    height: 260px;
    margin-bottom: 0;
}

.prod .relate li:first-child {
    margin-left: 0;
}

.relate-news {
    width: 910px;
    margin-top: 10px;
}

.relate-news a {
    float: left;
    height: 57px;
    width: 440px;
    display: block;
    color: #333;
    border-bottom: 1px solid #e5e5e5;
    line-height: 56px;
    margin-left: 25px;
}

.relate-news p {
    float: left;
    color: #333;
    font-size: 14px;
    line-height: 56px;
    padding-left:20px;
}

.relate-news a:hover p {
    color: #305dc3;
}

.relate-news span {
    float: right;
    color: #555;
}

.contact-inner {
    margin-top: 30px;
}

.contact-info {
    width: 380px;
    background-color: #305dc3;
    color: #fff;
    padding: 40px 30px 0;
    height: 300px;
}

.contact-info h3 {
    font-size: 24px;
    line-height: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
    font-weight: bold;
}

.contact-info p {
    font-size: 14px;
    line-height: 26px;
    margin-top: 30px;
}

#map {
    width: 800px;
    height: 300px;
    margin-left: 20px;
}

.contact .hr {
    margin: 50px 0;
}

.addmessage form {
    margin-top: 40px;
    padding-bottom: 100px;
}

.addmessage input {
    width: 590px;
    margin-left: 20px;
}

.addmessage textarea {
    width: 1200px;
    margin-top: 15px;
}

.addmessage button {
    background-color: #305dc3;
    margin: 40px auto 0;
}

.msg-box {
    display: block;
    padding-left: 20px;
    font-size: 12px;
    color: #ef3e50;
    padding-top: 10px;
}

.n-invalid {
    border: 1px solid #ef3e50 !important;
}

.news-list {
    width: 910px;
}

.news-list li h3 {
    font-size: 14px;
    color: #333;
    line-height: 14px;
    margin: 46px 0 20px 0;
    transition: .3s ease;
}

.news-list li:hover h3 {
    color: #305dc3;
}

.news-list .first-news .news-intro {
    float: left;
    width: 800px;
    padding-bottom: 22px;
}

.news-list .news-intro p {
    font-size: 12px;
    color: #999;
    line-height: 22px;
    height: 66px;
    overflow: hidden;
}

.news-list .first-news .date {
    float: right;
    display: block;
    width: 100px;
    color: #555;
    text-align: right;
    margin-top: 50px;
}

.first-news .date h4 {
    font-size: 36px;
}

.first-news .date p {
    font-size: 14px;
}

.news-list li a {
    display: block;
    min-height: 57px;
    border-bottom: 1px solid #eaeaea;
}

.news-list .day {
    float: right;
    line-height: 57px;
    color: #555;
}

.news-list .n-tit {
    float: left;
    line-height: 57px;
    color: #333;
    transition: .3s ease;
}

.news-list li:hover .n-tit {
    color: #305dc3;
}

.news-detail {
    text-align: center;
    padding-top: 41px;
    padding-bottom: 100px;
}

.news-detail .tit {
    font-size: 30px;
    line-height: 30px;
    color: #1b1b1b;
}

.news-detail .sub {
    font-size: 12px;
    color: #999;
    margin-top: 25px;
}

.news-detail .sub span {
    margin-right: 50px;
}

.news-detail .hr {
    margin-top: 40px;
}

.news-inner {
    padding-top: 40px;
    padding-bottom: 70px;
    text-align: left;
    font-size: 13px;
    color: #666;
    line-height: 22px;
}

.turns {
    height: 60px;
    width: 100%;
    text-align: left;
}

.turn {
    display: block;
    width: 50%;
    background-color: #f8f8f8;
    float: left;
    height: 60px;
    transition: .36s ease;
    font-size: 16px;
    color: #777;
    padding: 15px 20px 18px 20px
}

.turn:hover {
    background-color: #336cd4;
    color: #fff;
}

.turn i {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 30px;
    transition: .36s ease;
}

.next {
    text-align: right;
}

.prev i {
    background: url('../images/prev1.png') no-repeat center;
}

.next i {
    background: url('../images/next1.png') no-repeat center;
}

.prev:hover i {
    background: url('../images/prev2.png') no-repeat center;
}

.next:hover i {
    background: url('../images/next2.png') no-repeat center;
}

.turn span {
    display: inline-block;
    vertical-align: middle;
    max-width: 500px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 30px;
    line-height: 30px;
}

.turn .line {
    width: 1px;
    margin: 4px 22px;
    height: 20px;
    background-color: #eaeaea;
}

.news-detail .pro-l li {
    margin-left: 10px;
}

.news-detail .pro-l .info {
    height: 78px;
}

.news-detail .pro-list-header {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 32px;
}

.case-l li {
    width: 450px;
    height: 160px;
}

.case-l li .img-box {
    width: 150px;
    height: 100px;
    overflow: hidden;
    position: relative;
}

.case-l li img {
    position: absolute;
    width: 150px;
    height: 100px;
    display: block;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: 0;
}

.case-l li .info {
    float: right;
    width: 216px;
}

.case-l li {
    padding: 27px 29px 33px 30px;
    border: 1px solid #efefef;
    float: left;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    margin-left: 10px;
    margin-bottom: 20px;
}

.case-l li:hover {
    border: 1px solid #fff;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.06);
}

.case-l li:hover h3 {
    color: #305dc3;
}

.case-l h3 {
    color: #333;
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 48px;
    transition: .3s ease;
}

.case-l p {
    color: #999;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 22px;
}

.case-l p span {
    color: #666;
}

.case-list .case-l {
    margin-top: 46px;
    width: 910px;
}

.case-list {
    padding-bottom: 80px;
}

.case-inner {
    padding-top: 40px;
}

.case-detail {
    width: 910px;
    text-align: center;
}

.case-inner .tit {
    font-size: 24px;
    line-height: 24px;
    color: #333;
}

.case-inner .sub {
    color: #999;
    font-size: 14px;
    line-height: 14px;
    margin-top: 12px;
}

.case-inner .case-arg {
    text-align: left;
    width: 910px;
    background-color: #f8f8f8;
    border: 1px solid #efefef;
    padding: 20px 28px;
    line-height: 30px;
    font-size: 14px;
    color: #999999;
    margin-top: 36px;
}

.case-inner .case-arg span {
    color: #333;
}

.case-inner .case-arg p {
    text-overflow: ellipsis;
    overflow: hidden;
}

.case-d {
    width: 910px;
    overflow: hidden;
}

.case-d img {
    display: block;
    max-width: 910px;
}

.case-d table {
    width: 100%;
}

.case-detail .turn {
    margin-top: 50px;
    margin-bottom: 58px;
}

.case-detail .relate {
    margin-top: 30px;
}

.no-product {
    height: 160px;
    width: 910px;
    border: 1px solid #eaeaea;
    background-color: #f6f6f6;
    text-align: center;
    padding-top: 58px;
}

.no-product img {
    vertical-align: middle;
    display: inline-block;
}

.no-product span {
    vertical-align: middle;
    display: inline-block;
    color: #666;
    font-size: 20px;
    height: 20px;
    line-height: 20px;
    margin-left: 5px;
}

.no-product .guide {
    font-size: 14px;
    color: #666;
    margin-top: 12px;
}

.no-product .guide a {
    color: #305dc3;
    text-decoration: underline;
}

.news-inner p{
    font-size:14px;
    line-height:2;
}
.pre1,.next1{float:left;width:50%;font-size:16px;background-color:#eee;height:35px;line-height:35px;padding-left:15px;}

.daodu {
    color: #EF4706;
    font-weight: bold;
}

.pro-list li:nth-child(4),.pro-list li:nth-child(7),.pro-list li:nth-child(10){margin-left:0px}
.list2 li:nth-child(4),.list2 li:nth-child(7),.list2 li:nth-child(10){margin-left:0px}
.relate-news:after{content:'';display:block;clear:both;}