/*主色调#99CCFF  #003366  #CCCCCC*/

@charset "utf-8";
html {
    margin: 0;
    padding: 0;
    border: 0;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body, div, span, object, iframe, h1, h2, h3, h4, p, blockquote, pre, a, address, code, b, em, img, dl, dt, dd, ol, ul, li, fieldset, form, label,
footer, header, hgroup, nav, section {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background: #f5f5f5;
    color: #333;
    position: relative;
    font-size: 100%;
    font: 14px/1.5 微软雅黑, arial, sans-serif;
    vertical-align: baseline
}

a {
    text-decoration: none;
    outline: none;
}

a:link {
    color: #333;
}

a:visited {
    color: #333;
}

a:hover, a:active, a:focus {
    text-decoration: none;
    outline: none;
}

input {
    padding: 0;
    margin: 0;
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

ul, ol, li {
    list-style-type: none;
}

select, input, img, select {
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

table, th, td {
    vertical-align: middle
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

.page {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

/*header样式*/
#header {
    width: 1200px;
    margin: 0 auto;
}

.top {
    height: 100px;
    /*background-color: #8076a3;*/
}

.top .logo {
    display: inline-block;
}

.top .logo img {
    width: 200px;
    margin: 12px 0 0 15px;
}

.topLink {
    float: right;
    display: inline-block;
    position: relative;
    width: 800px;
}

.k1 {
    text-align: right;
}

.k1 a {
    display: inline-block;
    margin: 5px 10px;
}

.k1 a:hover {
    color: #999;
}

.k3 {
    margin-left: 60%;
    margin-top: 40px;
    position: relative;
}

.k3 input:first-child {
    width: 300px;
    height: 30px;
    border: 1px solid #99CCFF;
    outline: none;
}

.k3 input:last-child {
    width: 50px;
    height: 32px;
    background-color: #003366;
    border: 0;
    margin-left: -5px;
    color: #fff;
    outline: none;
}

.k3 h1 {
    font-size: 16px;
    font-weight: 700;
    position: absolute;
    left: -400px;
    top: 3px;
}

.k3 h1 a {
    font-weight: 400;
}

.k3 h1 a:hover {
    color: #666666;
    text-decoration: underline;
}

.k2 {
    position: absolute;
    right: 30px;
    top: 40px;
    font-size: 30px;
}

/*导航栏*/
/*.nav {
    background-color: #003366;
    width: 1200px;
    margin: 30px auto 0;
}

.nav li {
    display: inline-block;
    width: 100px;
    line-height: 50px;
    text-align: center;
    float: left;
    color: #fff;
}
.nav li a{
    display: inline-block;
    width: 100%;
    height: 100%;
    color: white;
}*/
.menu {
    margin-top: 30px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu .menu-item {
    position: relative;
    cursor: pointer;
}

.menu .menu-item .wee {
    height: 2px;
    width: 100%;
    background-color: #002b75;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: 0.75s;
}

.menu .menu-item h6 {
    margin: 0;
    padding: 0 1rem 1.5rem;
    font-size: 1rem;
    color: #232323;
    transition: 0.75s;
}

.menu .menu-item:hover h6 {
    color: #002b75;
}

.menu .current-menu-item h6 {
    color: #002b75;
}

/*!*banner*!
.banner {
    width: 1920px;
    height: 555px;
}

.banner ul {
    !*height: 555px;*!
    width: 3840px;
    !*width: 2846px;*!
    overflow: hidden;
}

.banner ul li {
    display: inline-block;
    float: left;
}

.banner li img {
    width: 100%;
}*/

/*轮播图*/
@keyframes load {
    0% {
        width: 0%;
    }
    100% {
        width: 100%;
    }
}

.banner {
    /*width:1920px;
    height: 400px;*/
    position: relative;
    overflow: hidden;
}

.banner a {
    width: 1920px;
    height: 720px;
    display: inline-block;
}

.t-slide {
    width: 1920px;
    height: 750px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    transition: .65s;
}

.t-slide img {
    width: 1920px;
    /*height: 100%;*/
}

.t-slider-controls {
    width: 1920px;
    height: 750px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.t-slider-controls .t-load-bar {
    width: 100%;
    height: 5px;
}

.t-slider-controls .t-load-bar .inner-load-bar {
    background: rgba(200, 200, 200, 0.65);
    height: 100%;
}

.t-slider-controls .t-dots-container {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 20px;
    min-width: 350px;
}

.t-slider-controls .t-slide-dots-wrap {
    height: 100%;
    width: 100%;
    position: relative;
}

.t-slider-controls .t-slide-dots {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: table;
    content: "";
    clear: both;
}

.t-slider-controls .t-slide-dots .t-dot {
    background: #fafafa;
    width: 8px;
    height: 8px;
    margin: 5px;
    float: left;
    border-radius: 50%;
    transition: .65s;
}

.t-slider-controls .t-slide-dots .t-dot.current-dot, .t-slider-controls .t-slide-dots .t-dot:hover {
    transform: scale(1.65);
    cursor: pointer;
}

/*close slider css*/
@media screen and (min-width: 768px) {
    .t-slider-controls .arrow:hover {
        background: rgba(0, 0, 0, 0.32);
    }
}

/*产品展示*/
/*.main {
    height: 650px;
}*/
.product {
    width: 1200px;
    margin: 30px auto 100px;
    position: relative;
    border-top: 1px solid #ccc;
}

.product .product-tm h6 {
    font-size: 32px;
    color: #002b75;
    text-align: center;
    margin-top: 30px;
}

.product .product-tm p {
    text-align: center;
}

.cbp-hrmenu {
    margin-bottom: 30px;
}

.cbp-hrmenu li {
    float: left;
    margin-right: 10px;
    height: 40px;
    margin-bottom: 20px;
}

.cbp-hrmenu li a {
    width: 150px;
    background-color: #999999;
    padding: 8px;
    color: #333;
}

.effect {
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: #ccc;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    padding: 20px 0px;
    width: 130px;
    border-radius: 6px;
    overflow: hidden;
}

.effect.effect-4 {
    -webkit-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.effect.effect-4:before {
    content: "\f178";
    font-family: FontAwesome;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 30px;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.effect.effect-4:hover {
    text-indent: -9999px;
}

.effect.effect-4:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    text-indent: 0;
}

.effect.effect-5 {
    -webkit-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.effect.effect-5:before {
    content: "\f054";
    font-family: FontAwesome;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0px;
    height: 100%;
    width: 30px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 0 50% 50% 0;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.effect.effect-5:hover {
    text-indent: 30px;
}

.effect.effect-5:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    text-indent: 0;
}

.pro-cp-kuang img {
    width: 250px;
}

.container {
    height: 70px;
    border-bottom: 1px dashed #002b75;
    margin-bottom: 20px;
}

.product-cp {
    height: 400px;
    padding: 40px 40px;
}

.pro-cp-kuang {
    display: inline-block;
}

.pro-cp-kuang p {
    margin: 0 10px;
}

.pro-cp-kuang p a {
    display: inline-block;
    border: 1px solid #ccc;
}

.pro-cp-kuang p a:hover {
    border: 1px solid #003366;
}

.pro-cp-title a {
    opacity: 0;
    display: inline-block;
    width: 252px;
    line-height: 30px;
    color: #ccc;
    text-align: center;
    background-color: #003366;
    margin-left: 10px;
    margin-bottom: 20px;
}

.product-gd {
    position: absolute;
    left: 50%;
    margin-left: -65px;
    bottom: -80px;
}

.product-gd a {
    background-color: #003366;
    color: #ccc;
    text-align: center;
    padding: 8px 0;
}

/*关于我们*/
.about-bg {
    padding-top: 50px;
    border-top: 1px solid #ccc;
    margin-top: 30px;
}

.about {
    height: 400px;
}

.about-bg .about-tit h6 {
    font-size: 30px;
    color: #003366;
    text-align: center;
}

.about-bg .about-tit {
    text-align: center;
}

.about-tit {
    margin-bottom: 30px;
}

.about-left {
    padding: 10px 10px 10px 25px;
    display: inline-block;
    width: 600px;
    /* background-color: #fff;*/
    position: relative;
}

.about-left a {
    position: absolute;
    bottom: -80px;
    right: -30px;
    background-color: #003366;
    padding: 10px 0;
    color: #ccc;
    text-align: center;
}

.about-left p {
    font-size: 16px;
    /*line-height: 30px;*/
    color: #999;
    margin: 0 10px 4px 0;
    width: 500px;
    max-height: 235px;
    position: relative;
    line-height: 30px;
    overflow: hidden;
    display: block;
}

.about-left p:after {
    content: "...";
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 0 17px 1px 0;
    width: 27px;
    height: 20px;
    color: #999;
}

.about-left h6 {
    font-size: 20px;
    margin-bottom: 20px;
    color: #666;
    font-weight: 700;
}

.about-right {
    display: inline-block;
    vertical-align: top;
}

.about-right img {
    width: 500px;
    margin-top: 10px;
}

/*新闻列表*/
.news-bg {
    border-top: 1px solid #ccc;
    margin-top: 50px;
    margin-bottom: 70px;
}

.news-tm h6 {
    font-size: 30px;
    color: #003366;
    text-align: center;
}

.news-tm {
    padding-top: 50px;

}

.news-tm p {
    text-align: center;
}

/*新闻选项卡*/
.tab-group {
    position: relative;
    border: 1px solid #eee;
    margin-top: 2.5em;
    border-radius: 0 0 10px 10px;
}

.tab-group section {
    opacity: 0;
    height: 0;
    padding: 0 1em;
    overflow: hidden;
    transition: opacity 0.4s ease, height 0.4s ease;
}

.tab-group section.active {
    opacity: 1;
    height: auto;
    overflow: visible;
}

.tab-nav {
    list-style: none;
    margin: -2.5em -1px 0 0;
    padding: 0;
    height: 2.5em;
    overflow: hidden;
}

.tab-nav li {
    display: inline;
}

.tab-nav li a {
    top: 1px;
    position: relative;
    display: block;
    float: left;
    border-radius: 10px 10px 0 0;
    background: #eee;
    line-height: 2em;
    padding: 0 1em;
    text-decoration: none;
    color: grey;
    margin-top: .5em;
    margin-right: 1px;
    transition: background .2s ease, line-height .2s ease, margin .2s ease;
}

.tab-nav li.active a {
    background: #002b75; /*#6EB590*/
    color: white;
    line-height: 2.5em;
    margin-top: 0;
}

.news-info .tab-group h3 {
    margin: 40px 0 5px 120px;
}

.news-info .tab-group p {
    margin: 10px 0 30px 120px;
}

.news-info .tab-group p:hover {
    color: #999;
}

.news-data li {
    position: relative;
    border-bottom: 1px dashed #ccc;
}

.news-data .time {
    display: inline-block;
    width: 90px;
    background-color: #ccc;
    font-size: 14px;
    color: #fff;
    position: absolute;
    top: 30px;
    left: 0;
    text-align: center;
    line-height: 80px;
}

.title {
    display: inline-block;
}

.news-gd a {
    display: block;
    background-color: #002b75;
    color: #ccc;
    padding: 10px 0;
    text-align: center;
    margin: 20px auto;
}

/*成功案例*/
.case-bj {
    border-top: 1px solid #ccc;
}

.case dl {
    margin-top: 20px;
    display: inline-block;
    padding: 0 40px;
}

.case dt img {
    width: 300px;
    text-align: center;
}

.case dd {
    text-align: center;
    font-size: 16px;
    color: #002b75;
    background-color: #ccc;
}

.ckgd a {
    display: block;
    margin: 50px auto;
    padding: 10px 0;
    background-color: #002b75;
    color: #ccc;
    text-align: center;
}
.case-info{
    padding: 0 20px;
}
.case-info h3{
    background-color: #ccc;
    margin: 10px 0;
}
.case-info .case-detail{
    width: 800px;
    height: 480px;
}
.case-detail .re-text {
    padding: 0;
}

/*footer*/
.foot {
    background-color: #003366;
    color: #ccc;
    text-align: center;
}

.foot .link {
    text-align: left;
}

.foot .link p {
    display: inline-block;
    margin-left: 50px;

}

.foot a {
    color: #ccc;
}

.foot a:hover {
    color: white;
}

.nav_foot {
    padding: 40px 0 20px 0;
}

.copyright {
    font-size: 14px;
    line-height: 50px;
    padding-bottom: 20px;
}

.nav_foot a {
    color: #ccc;
    font-size: 16px;
    margin: 0 8px;
}

/*关于我们*/
.n_banner {
    width: 100%;
}

.n_banner img {
    width: 100%;
}

.accordion {
    width: 100%;
    max-width: 360px;
    margin: 100px 0 20px 0;
    background: #FFF;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.accordion .link {
    cursor: pointer;
    display: block;
    padding: 15px 15px 15px 42px;
    color: #4D4D4D;
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid #CCC;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li:last-child .link {
    border-bottom: 0;
}

.accordion li i {
    position: absolute;
    top: 16px;
    left: 12px;
    font-size: 18px;
    color: #595959;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
    right: 12px;
    left: auto;
    font-size: 16px;
}

.accordion li.open2 .link {
    color: #b63b4d;
}

.accordion li.open2 i {
    color: #b63b4d;
}

.accordion li.open2 i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.submenu {
    display: none;
    background: #444359;
    font-size: 14px;
    padding: 10px;
}

.submenu li {
    border-bottom: 1px solid #4b4a5e;
}

.submenu a {
    display: block;
    text-decoration: none;
    color: #d9d9d9;
    padding: 12px;
    padding-left: 42px;
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.submenu a:hover {
    background: #b63b4d;
    color: #FFF;
}

.submenu p {
    color: #ccc;
    line-height: 30px;
}

.content {
    position: relative;
}

.content .k3 {
    position: absolute;
    top: 0;
    right: 0;
    margin-bottom: 30px;
}

.content .k3 h1 {
    left: -800px;
}

.content-left {
    float: left;
    width: 300px;
    display: inline-block;
}

.content-right {
    /*height: 900px;*/
    padding: 0 0 20px 0;
    line-height: 30px;
    float: right;
    display: inline-block;
    background-color: #fff;
    width: 850px;
    margin-top: 100px;
    margin-bottom: 50px;
}

.content-right p {
    padding: 0 20px;
}

.sitemp {
    padding: 0 20px 0 10px;
    line-height: 50px;
    background-color: #eee;
    margin-bottom: 20px;
}

.sitemp a:hover {
    color: #99CCFF;
}

.sitemp h2 {
    float: left;
    color: #002b75;
}

.site {
    float: right;
}

/*客服*/
.kf {
    position: absolute;
    right: 0;
    top: 100px;
    overflow: hidden;
    z-index: 999;
}

.kf_btn {
    display:none;!important;
    width: 29px;
    float: left;
    background: url(../images/blue11.png) left 33px no-repeat;
    height: 180px;
    padding-left: 7px;
    padding-right: 7px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    padding-top: 65px;
    cursor: pointer;
    position: relative;
    padding-bottom: 15px;
    font-family: "寰蒋闆呴粦";
}
.kf_btn div{
    width: 15px;
    height: 15px;
}
.kf_btn .open {
    width: 12px;
    height: 12px;
    position: absolute;
    left: 9px;
    bottom: 17px;
    background: url(../images/kf_close.png) left top no-repeat;
}

.kf_btn span {
    line-height: 11px;
}

.kf_btn .close {
    background: url(../images/kf_open.png) 3px top no-repeat;
}

.kf_main {
    float: left;
    padding-bottom: 5px;
    overflow: hidden;
    width: 141px;
    margin-left: -4px;
}

.kf_title {
    float: left;
}

.kf_title span {
    display: block;
    line-height: 28px;
    height: 28px;
    text-align: center;
    font-size: 15px;
    font-family: "Microsoft YaHei";
    border-bottom: 2px solid #40b5e8;
}

.kf_list {
    background: url(../images/v2.jpg) left top repeat-x #fff;
    padding-top: 5px;
    padding-left: 6px;
    padding-bottom: 5px;
}

.kf_list li {
    line-height: 30px;
    height: 30px;
    padding-left: 7px;
    background: url(../images/qq_bg.jpg) left center no-repeat;
}

.kf_list li a {
    display: block;
    position: relative;
    line-height: 30px;
    padding-left: 36px;
    height: 30px;
    text-align: left;
}

.kf_list li a:hover {
    text-decoration: none;
}

.kf_list li a img {
    padding-right: 5px;
    vertical-align: middle;
    position: absolute;
    left: 3px;
    top: 7px;
}

.kf_list li.sky {
    margin-top: 0;
    height: 27px;
    line-height: 27px;
}

.hyperlink_a {
    margin: 5px;
    height: 30px;
    background: #459afa;
    margin-top: 0px;
    border-radius: 2px;
}

.hyperlink_a a {
    display: block;
    line-height: 30px;
    background: url(../images/message.png) no-repeat 0% 100%;
    padding-left: 43px;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    font-family: "寰蒋闆呴粦";
    text-align: left;
}

.hyperlink_a a:visited {
    color: #fff;
    text-decoration: none;
}

.hyperlink_a a:hover {
    text-decoration: none;
    background: url(../images/message.png) no-repeat 0% 100% #fb9108;
    border-radius: 2px;
}

.hyperlink_b {
    margin: 5px;
    height: 30px;
    background: #459afa;
    margin-top: 0px;
    border-radius: 2px;
}

.hyperlink_b a {
    display: block;
    line-height: 30px;
    background: url(../images/air.png) no-repeat 0% 100%;
    padding-left: 43px;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    font-family: "寰蒋闆呴粦";
}

.hyperlink_b a:visited {
    color: #fff;
    text-decoration: none;
}

.hyperlink_b a:hover {
    text-decoration: none;
    background: url(../images/air.png) no-repeat 0% 100% #fb9108;
    border-radius: 2px;
}

.top_bg {
    height: 7px;
    background: url(../images/blue1.png) left bottom no-repeat;
}

.top_center {
    background: url(../images/bobg.png) left top repeat-y;
    padding: 0px 3px 1px 5px;
}

.bottom_bg {
    height: 8px;
    background: url(../images/kf_bottom.png) left top no-repeat;
}

.e_code {
    padding-left: 0px;
    padding-top: 6px;
    padding-bottom: 0px;
    border-top: 1px solid #cccccc;
    margin-top: 8px;
    text-align: center;
}

.e_code img {
    width: 130px;
}

.e_code h3 {
    padding-top: 2px;
    padding-bottom: 2px;
    text-align: center;
    font-weight: normal;
    color: #333;
    text-align: center;
}

.alignCenter {
    width: 56px;
    display: none;
    margin: 0 auto;
    z-index: 999;
    border: 1px solid #e9e9e9;
    padding: 2px;
    position: absolute;
    right: 166px;
    top: 133px;
    overflow: hidden;
    z-index: 999;
    background: #fff;
}

.alignCenter .title {
    height: 45px;
    line-height: 45px;
    padding-left: 5px;
    background: #f6f6f6;
    color: #666666;
    font-size: 12px;
    font-weight: bold;
    border-bottom: 1px solid #e9e9e9;
    position: relative;
}

.alignCenter .title img {
    position: absolute;
    right: 4px;
    top: 16px;
}

.alignCenter .content {
    padding: 5px;
    padding-right: 2px;
    padding-left: 8px;
}

.alignCenter .title img {
    cursor: pointer;
}
.n-news li{
    position: relative;
    margin-bottom: 40px;
}
.n_rq {
    width: 70px;
    line-height: 35px;
  /*  background-color: #ccc;*/
    display: inline-block;
    text-align: center;
    margin-right: 10px;
    position: absolute;
    top: 15px;
    left: 0;
    border-right: 1px dashed #ccc;
}
.n_rq p{
    font-size: 28px;
    font-weight: 700;
    color: #002b75;
}
.n-news {
    padding-left: 10px;
}
.n_news_c {
    width: 650px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-left: 100px;
}
.n_news_c p {
    padding: 0;
    line-height: 35px;
}
.n_news_c p a:hover{
    color: #666;
}
.n_news_c p a{
    font-size: 16px;
}
.n_news_c span a:hover{
    color: #99CCFF;
}
.pagination {
    margin-left: 50px;
    padding-top: 20px;
    margin-bottom: 30px;
 }
.pagination li{
    float: left;
    width: 30px;
    line-height: 30px;
    border: 1px solid #ccc;
    margin-right: 20px;
    text-align: center;
}
.pagination li:hover{
    background-color: #002b75;
}
.pagination li:hover a{
    color: #ccc;
}
.pagination .disabled:hover{
    background-color: #fff;
}

/*产品页*/
.pro-info>p{
    border-bottom: 1px dashed #ccc;
    margin-top: -20px;
    color: #666666;
}
.pro-lb li{
    float: left;
    margin: 20px 40px;
    text-align: center;
}
.pro-lb li img{
    width: 300px;
}
.pro-lb a span{
    font-size: 14px;
    color: #ccc;
    display: inline-block;
    background-color: #002b75;
    width: 300px;
}
.n_case li{
    float: left;
    margin: 20px 40px;
    text-align: center;
}
.n_case li img{
    width: 300px;
}
.n_case  a span{
    font-size: 14px;
    color: #ccc;
    display: inline-block;
    background-color: #002b75;
    width: 300px;
}
.pro-content {
    padding: 0 0px;
}
.pro-content h1{
    font-size: 18px;
    color: #333;
    text-align: center;
    border-bottom: 1px solid #999;
    margin-bottom: 20px;
}
.pro-content .detail-img img{
    width: 300px;

}
.detail-text>a:hover{
    color: #ccc;
}
.detail-img{
    display: inline-block;
    vertical-align: top;
}
.detail-box {
    display: inline-block;
    margin-left: 20px;
    width: 300px;
    /*border-bottom: 1px dashed #ccc;*/
}
.detail-box .detail-text {
    margin-right: 20px;
}
.detail-box .price a{
    margin-top: 50px;
    text-align: center;
    display: block;
    background-color: #002b75;
    color: #fff;
    width: 100px;
}
.content-right>h3{
    background-color: #ccc;
    margin: 20px 20px;
    padding-left: 20px;
}
.re-text {
    background-color: #ABCDEF;
    font-weight: 700;
    font-size: 18px;
    margin: 20px 20px;
    border-bottom: 1px dashed #002b75;
}
.content-right>h4{
    padding:  10px 20px;
}
.content-right>h4 a{
    color: cornflowerblue;
    font-size: 16px;
}
.content-right>h4 p{
    font-size: 16px;
}
.related_tag {
    margin-left: 20px;
    font-size: 18px;
}
.related_tag a{
    color: #002b75;
}
.related_tag a:hover{
    color: #40b5e8;
}
.content-right>h6{
    display: block;
    margin-left: 20px;
    border: 1px;
}
.content-right>h6:hover{
    background-color: #ccc;
}
.img-box {
    padding: 20px;
}
.img-box .image {
    display: inline-block;
    margin-right: 20px;
}
.img-box .image li img{
    width: 170px;
}
.img-box .image li:nth-child(2){
    text-align: center;
    border: 1px solid #ccc ;
}
.new-title {
    margin-left: 20px;
}
.related .new-title,.re-service{
    display: inline-block;

}
.related .new-title a,.re-service a{
    color: #999;
}
.re-service {
    margin-bottom: 5px;
    margin-left: 20px;
    width: 140px;
}
.product_list{
    padding-left: 20px;
}
.product_list li{
    border: 1px solid #ccc;
    width: 302px;
}
.product_list li:hover{
    border-color: #002b75;
}
.product_list a img{
    width: 300px;
}
.product_list h3{
    text-align: center;
}
.content-right .tag {
    margin-bottom: 40px;
 }

.content-right .tag li{
    float: left;
    width: 250px;
    margin-right: 10px;
    overflow: hidden;
}
.content-right .tag li img{
    width: 250px;
}







/*新闻页*/
.pagination .disabled a:hover{
    background: none !important;
    color: #666 !important;
}
.pagination .disabled a{
    background: none !important;
    color: #666 !important;
    cursor: no-drop;
}
.n-news-list {
    padding: 20px;
    height: 1000px;
}

.n-news-list ul li{
    position: relative;
    height: 100px;
    margin-bottom: 20px;
    background-color: #eee;
}
.n_news_c {
    height: 70px;
    margin-top: 15px;
}
.n-news-list .n_rq{
    height: 70px;
}

.info_title .detail-text{
    display: inline-block;
}

.info_title .detail-box .bdsharebuttonbox {
    right: -30px;

}

.detail-box{
    padding: 0;
    position: relative;
    width: 500px;
}
.bdsharebuttonbox {
    position: absolute;
    top: -6px;
    right: 220px;
}
.news_detail {
    padding-left: 20px;
    border: 1px solid #ccc;
}
.news-tag{
    font-size: 14px;
}
.news-tag>a{
    display: inline-block;
    width: 100px;
    color: #ABCDEF;
}

.news-tag h6:hover{
    background-color: #ccc;
}
.news-tag h6:hover a{
    color: #fff;
}
.news_detail,.news-tag{
    margin-left: 20px;
}
.news_list {
    padding: 0 20px;
}
.news_list li{
    margin-bottom: 20px;
    position: relative;
}
.news_list li span{
    position: absolute;
    top: 0;
    right: 0;
    color: #999;
}
.news_list li>div{
    line-height: 30px;
}
.news_list h3 a{
    font-weight: 700;
    color: #002b75;
}
.case-info>h6{
    display: block;
    margin-left: 20px;
    border-bottom: 1px solid #ccc;
}
.case-info>h6:hover{
    background-color: #ccc;
}
.case-info h4{
    line-height: 30px;
}


/*联系我们页*/
.right{
    padding-left: 50px;
    margin-top: 50px;
}
.mes tr {
    display: block;
    margin: 10px 0;
}
.mes tr th{
    color: #666;
    text-align: right;
    width: 100px;
}
.mes td input,.mes td textarea{
    border: 1px solid #ABCDEF;
    height: 30px;
    padding: 5px 20px;
}
.mes td textarea {
    width: 300px;
    height: 100px;
    resize: none;
}
.bottom{
    background-color:  #ccc;
    cursor: pointer;
}
.bottom:hover {
    background-color:#99CCFF;
    color: #333;
}
/*联系我们页面*/
.mainRight {
    overflow: hidden;
    padding: 10px;
}







