﻿@charset "utf-8";
/* CSS Document */

/*全局定义*/
* {
    padding: 0;
    margin: 0;
    font-family: "微软雅黑";
}

a, a:visited, a:hover, a:active {
    text-decoration: none;
}

li {
    list-style: none;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0 0;
    padding: 0;
    color: #333;
}
h1, h2, h3, h4, h5, h6 ,li{
    font-weight: 500;
}

p {

}

button {
    outline: none;
    border: 0;
    box-shadow: 0;
}

img {
    border: 0;
}

body {
    background: #f8f8f8;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

.clearfix {
    clear: both !important;
}

.hide {
    display: none ;
}

.top1 {
    margin-top: 1px !important;
}

.top10 {
    margin-top: 10px !important;
}

.top20 {
    margin-top: 20px !important;
}

.top30 {
    margin-top: 30px !important;
}

.top40 {
    margin-top: 40px !important;
}

.top50 {
    margin-top: 50px !important;
}

.top60 {
    margin-top: 60px !important;
}

.top70 {
    margin-top: 70px !important;
}

/*头部开始*/
.header {
    position: relative;
}

.header2 {
    height: 113px;
}
.header2 {
    height: 460px;
}

/*banner轮播*/
.header .banner {
    width: 100%;
    min-width: 1224px;
    max-height: 606px;
    overflow: hidden;
}

.header .banner img {
    height: auto;
}

.header .banner .bx-pager {
    display: none !important;
}

/*内容banner*/
.header .banner_small {
    width: 100%;
    min-width: 1224px;
    position: relative;
    overflow: hidden;
    height: 460px;
    /*min-width: auto;*/
}

.header .banner_small .advert {
    width: 1920px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
}

/*顶部*/
.header .top {
    width: 100%;
    min-width: 1224px;
    height: 68px;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.9);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#DDFFFFFF, endColorstr=#DDFFFFFF);
    z-index: 2;
}

.header .top .logo {
    float: left;
    margin-top: 12px;
}

.header .top h2 {
    display: block;
    width: 222px;
    float: left;
    margin-top: 18px;
    color: #0266b6;
    font-size: 14px;
    text-align: center;
}

.header .top span {
    color: #434343;
    font-size: 15px;
}

.header .top i {
    font-size: 18px;
    color: #e30211;
    font-family: Arial;
    font-weight: bold;
}

.header .top ul {
    float: right;
}

.header .top ul li {
    float: left;
    width: 180px;
    height: 38px;
    color: #0266b6;
    font-size: 14px;
    margin-top: 18px;
    line-height: 16px;
    border-right: 1px #c9ced2 solid;
}

.header .top ul li a {
    color: #0266b6;
    font-size: 14px;
}

.header .top ul li a span {
    color: #707070;
    font-size: 13px;
}

.header .top ul li:first-child {
    background: url("../images/header_icon1.png") no-repeat;
    background-position: 10px 0;
    width: 115px;
    padding-left: 54px;
}

.header .top ul li:first-child + li {
    background: url("../images/header_icon2.png") no-repeat;
    background-position: 10px 0;
    width: 90px;
    padding-left: 54px;
}

.header .top ul li:first-child + li + li {
    background: url("../images/header_icon100.png") no-repeat;
    background-position: 10px 0;
    width: 90px;
    padding-left: 54px;
}

.header .top ul li:first-child + li + li+li {
    background: url("../images/header_icon3.png") no-repeat;
    background-position: 10px 0;
    width: 100px;
    padding-left: 54px;
}

.header .top ul li:first-child + li + li + li +li{
    background: url("../images/header_icon4.png") no-repeat;
    background-position: 10px 0;
    width: 152px;
    padding-left: 34px;
    border-right: 0;
    line-height: 17px;

}

.header .top ul li:first-child + li + li + li+li i {
    font-size: 15px;
    color: #e30211;
    font-family: Arial;
    font-weight: bold;
}

.header .top ul li:first-child + li + li + li+li span {
    color: #13a6ed;
    font-size: 21px;
    font-family: Arial;
    font-weight: bold;
    line-height: 18px;
}
/*导航*/
.header .navigation {
    width: 100%;
    min-width: 1224px;
    height: 45px;
    position: absolute;
    top: 68px;
    left: 0;
    background: url("../images/nav_bg.jpg") no-repeat;
    background-position: center;
}

.header .navigation ul {
    font-size: 0;
    margin: 0;
    padding: 0;
}

.header .navigation ul li {
    width: 12.4%;
    border-right: 1px #62b6e1 solid;
    position: relative;
}

.header .navigation ul li:first-child {
    border-left: 1px #62b6e1 solid;
}

.header .navigation li a {
    color: #fff;
    display: block;
    font-size: 16px;
    padding: 12px 14px;
    transition: 0.3s linear;
    text-align: center;
}

.header .navigation ul li:hover {
    background: #0383d1;

}

.header .navigation ul li ul {
    border-bottom: 5px solid #0383d1;
    display: none;
    position: absolute;
    width: 100%;
    z-index: 999;
}

.header .navigation ul li ul li {
    width: 100%;
    border-top: 1px solid #62b6e1;
    display: block;
    border-left: 0 !important;
}

.header .navigation ul li ul li:first-child {
    border-top: none;
}

.header .navigation ul li ul li a {
    background: rgba(0, 0, 0, .5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
    display: block;
    padding: 10px 14px;
}

.header .navigation ul li ul li a:hover {
    background: rgba(41, 157, 230, 0.9);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC299DE6, endColorstr=#CC299DE6);
}

.header .nav .fa.fa-angle-down {
    margin-left: 6px;
}

/*优势*/
.header .superiority {
    width: 100%;
    min-width: 1224px;
    height: 96px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url("../images/superiority_bg.png") no-repeat;
    background-position: center;
}

.header .superiority ul li {
    width: 98px;
    padding-top: 15px;
    float: left;
    color: #ffffff;
    line-height: 34px;
    height: 81px;
    margin-right: 64px;
}

.header .superiority ul li .line {
    width: 95px;
    height: 1px;
    background: #90c5e5;
}

.header .superiority ul li:first-child {
    background: url("../images/header_icon5.png") no-repeat;
    background-position: 0 16px;
    padding-left: 98px;
}

.header .superiority ul li:first-child + li {
    background: url("../images/header_icon6.png") no-repeat;
    background-position: 0 16px;
    padding-left: 98px;
}

.header .superiority ul li:first-child + li + li {
    background: url("../images/header_icon7.png") no-repeat;
    background-position: 0 16px;
    padding-left: 98px;
}

.header .superiority ul li:first-child + li + li + li {
    background: url("../images/header_icon8.png") no-repeat;
    background-position: 0 16px;
    padding-left: 98px;
}

.header .superiority ul li:first-child + li + li + li + li {
    background: url("../images/header_icon9.png") no-repeat;
    background-position: 0 16px;
    width: 142px;
    padding-top: 30px;
    padding-left: 18px;
    height: 66px;
    font-size: 20px;
    font-family: Arial;
    margin-right: 0;
}

/*中间部分*/
/*title1*/
.title1 {
    width: 1200px;
    margin: auto;
    position: relative;
}

.title1 h2 {
    color: #434343;
    font-size: 32px;
    text-align: center;
    font-weight: bold;
}

.title1 h2 span {
    color: #319bdb;
    font-weight: bold;
}

.title1 p {
    width: 200px;
    height: 18px;
    line-height: 18px;
    margin: 10px auto 0;
    color: #7d7d7d;
    font-size: 18px;
    font-family: Arial;
    text-align: center;
}

.title1 .line {
    position: absolute;
    width: 100%;
    height: 1px;
    background: url("../images/content_right_location4.png") no-repeat;
    top: 60px;
    z-index: -1;
}

.title1 ul {
    margin: 12px 0 0 128px;
}

.title1 ul li {
    padding-left: 43px;
    color: #434343;
    font-size: 18px;
    background: url("../images/title_icon1.png") no-repeat;
    float: left;
    margin-left: 50px;
    letter-spacing: 0.05em;
}

.title1 ul li span {
    color: #ec1d25;
    font-size: 20px;
    font-weight: bold;
    font-family: Arial;
}

.title1 .line_blue {
    width: 65px;
    height: 2px;
    background: #a9d8f5;
    margin: 14px auto;
}

.title1 h4 {
    color: #7d7d7d;
    font-size: 13px;
    text-align: center;
    line-height: 22px;

}

/*title2*/
.title2 {
    width: 1200px;
    margin: auto;
    position: relative;
}

.title2 h3 {
    color: #707070;
    font-size: 29px;
    text-align: center;
    font-weight: 500;
}

.title2 h3 span {
    font-family: Arial;
    font-size: 30px;
    color: #ff900e;
}

.title2 h3 i {
    font-family: Arial;
    font-size: 30px;
    color: #a0a0a0;
    font-style: normal;
}

.title2 h2 {
    font-size: 32px;
    color: #434343;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.1em;
}

.title2 h2 span {
    color: #319bdb;
}

.title2 .line {
    display: block;
    width: 65px;
    height: 2px;
    margin: 20px auto 0;
    background: #319bdb;
}

/*title3*/
.title3 {
    width: 100%;
    min-width: 1224px;
}

.title3 h2 {
    text-align: center;
    color: #434343;
    font-size: 30px;
    font-weight: bold;
}

.title3 h2 span {
    color: #299de6;
    font-size: 32px;
}

.title3 h3 {
    color: #535353;
    font-size: 21px;
    font-family: Arial;
    text-align: center;
    font-weight: 500;
    margin-top: 5px;
}

.title3 h3 span {
    color: #7d7d7d;
}

.title3 .line {
    width: 65px;
    height: 1px;
    background: #319bdb;
    margin: 15px auto;
}

/*滑动门1*/
.control1 {
    width: 223px;
}
.control1 .txt {
    color: #ffffff;
    font-size: 20px;
    width: 166px;
    height: 59px;
    background: url("../images/fenlei.jpg") no-repeat;
    line-height: 59px;
    padding-left: 57px;
    margin-bottom: 4px;
}

.control1 li {
    width: 221px;
    height: 35.6px;
    line-height: 35.6px;
    text-align: center;
    color: #535353;
    font-size: 16px;
    border: 1px #ececec solid;
    margin-bottom: 1px;
}

.control1 li a{
    color: #535353;
}

.control1 .active1 {
    color: #319bdb;
}

.control1 li:hover {
    color: #319bdb;
    cursor: pointer;
}
.control1 li:hover a{
    color: #319bdb;

}

.view1 {
    width: 977px;
    float: left;
}

.view1 .box {
    float: left;
    position: relative;
    margin: 0 0 13px 19px;
}

.view1 .box:hover {
    cursor: pointer;
}

.view1 .box:hover h4 {
    background: rgba(41, 157, 230, 0.9);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC299DE6, endColorstr=#CC299DE6);
    transition: .5s;
}

.view1 .box:hover .txt {
    border: 1px #abd9f5 solid;
}

.view1 .box img {
    width: 305px;
    height: 176px;
    display: block;
}

.view1 .box h4 {
    width: 100%;
    height: 39px;
    position: absolute;
    top: 137px;
    left: 0;
    background: rgba(0, 0, 0, .5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#55000000, endColorstr=#55000000);
    text-align: center;
    line-height: 39px;
    color: #ffffff;
    font-weight: 500;
    transition: .5s;
    font-size: 16px;
}

.view1 .box h4 a {
    color: #ffffff;
}

.view1 .box .txt {
    width: 273px;
    height: 76px;
    border: 1px #f3f3f3 solid;
    margin-top: 2px;
    padding: 7px 15px 10px;
}

.view1 .box .txt h5 {
    color: #585858;
    font-size: 14px;
    line-height: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.view1 .box .txt h5 span {
    color: #13a6ed;
}

.view1 .box .txt h6 {
    color: #585858;
    font-size: 14px;
    line-height: 23px;
    margin-top: 5px;
}

.view1 .box .txt i {
    font-style: normal;
    font-weight: 500;

}

.view1 .box .txt h6 span {
    color: #13a6ed;
}

/*更多产品*/
.more_b {
    padding-top: 20px;
}

.more1 {
    display: block;
    background: url("../images/fenlei_more.jpg") no-repeat;
    width: 256px;
    height: 30px;
    margin: auto;
    line-height: 30px;
    padding-left: 54px;
    color: #ffffff;
    font-size: 14px;
}

.more1 a {
    color: #ffffff;
}

.more1 i {
    color: #13a6ed;
    font-size: 17px;
    font-family: Arial;
    margin-left: 67px;
    font-weight: 700;
}

/*广告*/
.advertbox-one {
    width: 100%;
    min-width: 1224px;
    position: relative;
    overflow: hidden;
    height: 280px;
    /*min-width: auto;*/
}

.banner_con {
    height: 611px;
}

.advertbox-one .advert {
    width: 1920px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
}

/*背景色*/
.bg_con {
    padding: 30px 0 40px;
    width: 100%;
    background: #f8f8f8;
}

/*背景图*/
.bg2 {
    padding: 50px 0 40px;
    width: 100%;
    min-width: 1224px;
    background: url("../images/bg2.jpg") no-repeat;
    background-position: center;

}

/*图文1*/
.image_text {
    width: 1110px;
    margin: auto;

}

.image_text .box {
    float: left;
    width: 330px;
    height: 372px;
    margin: 0 20px 10px;
    background: url("../images/choose_bg.jpg") no-repeat;
}

.image_text .box .img {
    display: block;
    width: 209px;
    height: 209px;
    margin: 16px auto 0;
}

.image_text .box .img1 {
    background: url("../images/choose_icon1.png") no-repeat;
}

.image_text .box .img2 {
    background: url("../images/choose_icon21.png") no-repeat;
}

.image_text .box .img3 {
    background: url("../images/choose_icon31.png") no-repeat;
}

.image_text .box .img4 {
    background: url("../images/choose_icon41.png") no-repeat;
}

.image_text .box .img5 {
    background: url("../images/choose_icon51.png") no-repeat;
}

.image_text .box .img6 {
    background: url("../images/choose_icon61.png") no-repeat;
}

.image_text .box h4 {
    color: #434343;
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
    font-weight: 500;
}

.image_text .box h4 a {
    color: #434343;
}

.image_text .box h5 {
    width: 265px;
    height: 62px;
    font-size: 14px;
    color: #707070;
    line-height: 22px;
    margin: 10px auto 0;
    letter-spacing: 0.1em;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-weight: 500;
    text-align: center;
}

.image_text .box h5 span {
    color: #299de6;
}

.image_text .box p {
    width: 37px;
    height: 7px;
    margin: 15px auto 0;
    background: url("../images/choose_jiantou2.png") no-repeat;
}

.image_text .box:hover {
    cursor: pointer;
}

.image_text .box:hover .img1 {
    background: url("../images/choose_icon12.png") no-repeat;
}

.image_text .box:hover .img2 {
    background: url("../images/choose_icon22.png") no-repeat;
}

.image_text .box:hover .img3 {
    background: url("../images/choose_icon32.png") no-repeat;
}

.image_text .box:hover .img4 {
    background: url("../images/choose_icon42.png") no-repeat;
}

.image_text .box:hover .img5 {
    background: url("../images/choose_icon52.png") no-repeat;
}

.image_text .box:hover .img6 {
    background: url("../images/choose_icon62.png") no-repeat;
}

.image_text .box:hover h4 {
    color: #299de6;
}

.image_text .box:hover h4 a {
    color: #299de6;
}

.image_text .box:hover p {
    background: url("../images/choose_jiantou1.png") no-repeat;
}

/*图文2*/
.image_text2 {
    width: 100%;
    min-width: 1224px;
    height: 403px;
    background: url("../images/img_text.jpg") no-repeat;
    background-position: center;
}

.image_text2 .container {
    position: relative;
}

.image_text2 ul {
    position: absolute;
}

.image_text2 ul li {
    color: #ffffff;
    width: 240px;
    line-height: 25px;
    font-size: 15px;
}

.image_text2 ul li:first-child {
    color: #ffffff;
    font-size: 18px;
    margin: 0 0 23px 25px;
}

.image_text2 .one {
    top: 30px;
    left: 45px;
}

.image_text2 .two {
    top: 30px;
    left: 386px;
}

.image_text2 .three {
    top: 30px;
    left: 928px;
}

.image_text2 p {
    position: absolute;
    top: 351px;
    left: 562px;
}

.image_text2 p a {
    color: #ffffff;
}

/*图文3*/
.image_text3 {
    width: 1200px;
    margin: auto;
    position: relative;
}

.image_text3 .img1 {
    width: 565px;
    height: 295px;
}

.image_text3 .txt {
    width: 600px;
    height: 295px;
}

.image_text3 .txt h2 {
    color: #299de6;
    font-size: 32px;
    font-weight: bold;
    margin: 2px 0 0 32px;

}

.image_text3 .txt .line {
    margin-top: 12px;
    width: 66px;
    height: 2px;
    background: #299de6;
    margin-left: 32px;
}

.image_text3 .txt h3 {
    color: #434343;
    font-size: 18px;
    margin: 22px 0 10px 32px;
}

.image_text3 .txt h3 span {
    color: #f82020;
    font-family: Arial;
}

.image_text3 .txt h4 {
    background: url("../images/img-text3.jpg") no-repeat;
    background-position: 8px 5px;
    padding-left: 32px;
    font-weight: 500;
    color: #626262;
    font-size: 15px;
    margin-top: 10px;
}

.image_text3 .txt p {
    width: 106px;
    background: url("../images/img_text31.png") no-repeat;
    padding-left: 46px;
    text-align: center;
    color: #868686;
    font-size: 13px;
    font-weight: 500;
    position: absolute;
    top: 4px;
    right: 0;

}

.image_text3 .txt p span {
    color: #4493ce;
    font-size: 15px;
    font-family: Arial;
    font-weight: bold;
}

/*图文4*/
.image_text4 {
    width: 1224px;
    margin: auto;
}

.image_text4 .box {
    margin: 0 12px 13px;
    float: left;
    width: 384px;
    height: 227px;
    position: relative;
}

.image_text4 .box img {
    width: 384px;
    height: 227px;
}

.image_text4 .box h4 {
    width: 384px;
    height: 50px;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    font-size: 15px;
    color: #ffffff;
    line-height: 50px;
    background: rgba(0, 0, 0, .5);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
}

.image_text4 .box h4 a {
    color: #ffffff;
}

.image_text4 .box:hover {
    cursor: pointer;
}

.image_text4 .box:hover h4 {
    background: rgba(41, 157, 230, 0.9);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC299DE6, endColorstr=#CC299DE6);
}

/*多图滚动1*/
.multiScroll1 {
    width: 1200px;
    margin: auto;
}

.multiScroll1 img {
    width: 268px;
    height: 170px;
}

.multiScroll1 .bx-pager {
    display: none;
}

.multiScroll1 .bx-wrapper .bx-controls-direction a {
    top: 10%;
}

.multiScroll1 .bx-wrapper .bx-prev {
    background: url("../images/left_jiantou1.png") no-repeat;
    width: 40px;
    height: 170px;
    left: 0;
}

.multiScroll1 .bx-wrapper .bx-next {
    background: url("../images/right_jiantou1.png") no-repeat;
    width: 40px;
    height: 170px;
    right: 0;
}

.multiScroll1 .bx-viewport {
    width: 92% !important;
    margin-left: 4%;
}

/*多图滚动2*/
.multiScroll2 {
    width: 520px;
}

.multiScroll2 img {
    width: 520px;
    height: 294px;
}

.multiScroll2 .bx-pager {
    top: 50%;
    z-index: 9999999999;
}

.multiScroll2 .bx-wrapper .bx-pager.bx-default-pager a {
    background: #ffffff;
}

.multiScroll2 .bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #0266b6 !important;
}

.multiScroll2 .bx-wrapper .bx-controls-direction a {
    top: 33%;
}

.multiScroll2 .bx-wrapper .bx-prev {
    background: url("../images/left_jiantou2.png") no-repeat !important;
    width: 18px;
    height: 34px;
    left: 25px;
}

.multiScroll2 .bx-wrapper .bx-next {
    background: url("../images/right_jiantou2.png") no-repeat !important;
    width: 18px;
    height: 34px;
    right: 25px;
}

/*新闻动态*/
.news_dynamics {
    width: 1200px;
    margin: auto;
}

.news_dynamics h2 {
    height: 53px;
    border-left: 3px #319bdb solid;
    padding-left: 12px;
    color: #434343;
    font-size: 32px;
    line-height: 25px;
    position: relative;
    font-weight: bold;
}

.news_dynamics h2 span {
    color: #7d7d7d;
    font-size: 18px;
    font-family: Arial;
    line-height: 18px;
    font-weight: 500;
}

.news_dynamics h2 a {
    position: absolute;
    top: 4px;
    right: 0;
    display: block;
    width: 70px;
    height: 29px;
    line-height: 29px;
    text-align: center;
    color: #ffffff;
    background: #299de6;
    font-size: 14px;
    font-weight: bold;
    border-radius: 2px;
}

.news_dynamics .pull-left {
    width: 520px;
}

.news_dynamics .pull-left .txt {
    margin-top: 2px;
    width: 474px;
    height: 118px;
    background: #f1f1f1;
    padding: 26px 23px;
}

.news_dynamics .pull-left .txt h3 {
    color: #1886d3;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 500;
}

.news_dynamics .pull-left .txt h3 a {
    color: #1886d3;
}

.news_dynamics .pull-left .txt h4 {
    margin-top: 12px;
    color: #626262;
    font-size: 14px;
    line-height: 23px;
    font-weight: 500;
}

.news_dynamics .pull-left .txt p {
    background: url("../images/news_icon1.png") no-repeat;
    color: #959595;
    font-size: 14px;
    line-height: 16px;
    padding-left: 24px;
    margin-top: 12px;
}

.news_dynamics .pull-right {
    width: 635px;
}

.news_dynamics .pull-right .box {
    margin-bottom: 11px;
}

.news_dynamics .pull-right .box .img {
    float: left;
    width: 166px;
    height: 108px;
    position: relative;
}

.news_dynamics .pull-right .box .img .img1 {
    width: 166px;
    height: 108px;
}

.news_dynamics .pull-right .box .img p {
    width: 100%;
    height: 26px;
    line-height: 26px;
    color: #ffffff;
    text-align: center;
    font-weight: 500;
    background: rgba(0, 0, 0, .4);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#55000000, endColorstr=#55000000);
    position: absolute;
    bottom: 0;
    left: 0;
}

.news_dynamics .pull-right .box .txt {
    float: right;
    width: 412px;
    height: 66px;
    border: 1px #f5f5f5 solid;
    background: #f5f5f5;
    padding: 20px 34px 20px 16px;
}

.news_dynamics .pull-right .box .txt h3 {
    color: #434343;
    font-size: 15px;
    background: url("../images/img-text3.jpg") no-repeat;
    background-position: 0 2px;
    padding-left: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 15px;
    font-weight: 500;
}

.news_dynamics .pull-right .box .txt h3 a {
    color: #434343;
}

.news_dynamics .pull-right .box .txt h4 {
    height: 48px;
    margin-top: 12px;
    color: #626262;
    font-size: 14px;
    line-height: 22px;
    margin-left: 15px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-weight: 500;
}

.news_dynamics .pull-right .box:hover {
    cursor: pointer;
}

.news_dynamics .pull-right .box:hover .txt {
    border: 1px #299de6 solid;
}

.news_dynamics .pull-right .box:hover .img p {
    background: rgba(41, 157, 230, 0.9);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC299DE6, endColorstr=#CC299DE6);
}

.news_dynamics .pull-right .box:hover h3 a {
    color: #299de6;
}

/*合作伙伴*/
.hezuo {
    width: 100%;
    min-width: 1224px;
    height: 150px;
    background: url("../images/hezuo.jpg") no-repeat;
    background-position: center;
    padding: 0;
}

.hezuo h2 {
    width: 15%;
    float: left;
    color: #299de6;
    font-size: 32px;
    line-height: 86px;
    background: url("../images/hezuo_icon.png") no-repeat;
    background-position: 137px 29px;
    margin-top: 32px;
}

.hezuo h2 span {
    margin-top: 17px;
    display: block;
    color: #535353;
    font-size: 14px;
    width: 282px;
    height: 40px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-weight: 500;
}
.hezuo ul {
    width: 85%;
    float: left;
}

.hezuo ul li {
    width: 19.9%;
    height: auto;
    float: left;
    margin-top: 0.8%;
}

.hezuo ul li:hover {
    cursor: pointer;
}

.hezuo ul li img{
    width: 100%;
    height: auto;
}
.hezuo ul li .img1{
    display: none;
}
.hezuo ul li .img2{
    display: block;
}
.hezuo ul li:hover .img1{
    display: block;
}
.hezuo ul li:hover .img2{
    display: none;
}

/*底部*/
.footer {
    width: 100%;
    min-width: 1224px;
    background: #3d474f;
    padding-bottom: 10px;
}

.footer .top {
    width: 100%;
    height: 43px;
    border-bottom: 1px #61696f solid;
}

.footer .top li {
    float: left;
    width: 112px;
    height: 43px;
    font-size: 14px;
    line-height: 43px;
    text-align: center;
    border-right: 1px #61696f solid;
    color: #ffffff;
}

.footer .top li:first-child {
    border-left: 1px #61696f solid;
}

.footer .top li a {
    color: #ffffff;
}

.footer .top ul .tel {
    width: 294px;
    background: url("../images/footer_icon1.png") no-repeat;
    background-position: 53px 7px;
}

.footer .one {
    float: left;
    width: 235px;
    margin-left: 8px;
}

.footer .one li {
    width: 235px;
    color: #ffffff;
    font-size: 13px;
    margin-bottom: 8px;
}

.footer .one li img {
    width: 229px;
    height: 66px;
    margin: auto;
    display: block;
}

.footer .one li:first-child {
    margin-bottom: 17px;
}

.footer .one li:first-child + li {
    width: 196px;
    padding-left: 39px;
    background: url("../images/footer_icon3.png") no-repeat;
    background-position: 12px 2px;
}

.footer .one li:first-child + li + li {
    width: 196px;
    padding-left: 39px;
    background: url("../images/footer_icon4.png") no-repeat;
    background-position: 12px 2px;
}

.footer .one li:first-child + li + li + li {
    width: 196px;
    padding-left: 39px;
    background: url("../images/footer_icon5.png") no-repeat;
    background-position: 12px 2px;
}

.footer .line {
    float: left;
    background: url("../images/footer_line.png") no-repeat;
    width: 2px;
    height: 180px;
    margin-left: 45px;
}

.footer .two {
    float: left;
    margin-left: 33px;
}

.footer .two li {
    width: 95px;
    font-size: 13px;
    color: #ffffff;
    line-height: 17px;
    padding-left: 29px;
    height: 17px;
    margin-bottom: 7px;
}

.footer .two li:first-child {
    background: url("../images/footer_icon2.png") no-repeat;
}

.footer .two li a {
    color: #ffffff;
}

.footer .erweima {
    width: 262px;
    float: right;
}

.footer .erweima .img {
    width: 114px;
    float: left;
}

.footer .erweima .img img {
    width: 114px;
    height: 114px;
}

.footer .erweima .img h5 {
    text-align: center;
    font-size: 13px;
    color: #ffffff;
    font-weight: 500;
}

.footer .footer_line {
    width: 100%;
    height: 1px;
    background: #858b90;
    margin: 20px 0 13px;
}

.footer .three {

}

.footer .three li {
    float: left;
    color: #ffffff;
    font-size: 12px;
    padding-left: 10px;
    border-left: 1px #7a8186 solid;
    margin-left: 10px;
}

.footer .three li:first-child {
    border-left: 0;
    margin-left: 4px;
}

.footer .three li a {
    color: #ffffff;
}

.footer p {
    margin-left: 9px;
    color: #ffffff;
    font-size: 12px;
    margin-top: 8px;
}

.footer p a {
    display: inline-block;
    margin: 2px 5px;
    color: #ffffff;
}

.footer p span {
    display: inline-block;
    margin-left: 5px;
}

/*404页面*/

.error404 {
    padding: 20px 0;
    width: 1200px;
    margin: auto;
}

.error404 .txt1 {
    float: left;
    width: 350px;
    margin-left: 150px;
}

.error404 .txt1 h2 {
    font-size: 140px;
    color: #299de6;
    text-align: center;
    font-family: Arial;
    font-weight: 100;
}

.error404 .txt1 h3 {
    font-size: 24px;
    color: #299de6;
    text-align: center;
    font-weight: 500;
}

.error404 .txt1 h4 {
    margin-top: 50px;
    font-size: 16px;
    color: #7d7d7d;
    text-align: center;
    line-height: 30px;
}

.error404 .txt1 h4 span {
    display: block;
    font-size: 20px;
    color: #299de6;
    text-align: center;
    font-family: Arial;
}

.error404 .txt1 h5 {
    width: 125px;
    height: 40px;
    border-radius: 10px;
    background: #299de6;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    margin: 50px auto 0;
}

.error404 .txt1 h5 a {
    color: #ffffff;
}

.error404 .txt2 {
    float: left;
    width: 600px;
}

.error404 .txt2 h2 {
    color: #299de6;
    text-align: left;
    font-size: 24px;
    font-weight: bold;
    margin-top: 100px;
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 2px #299de6 solid;
}

.error404 .txt2 a {
    display: inline-block;
    padding: 10px;
    border-radius: 10px;
    background: #7d7d7d;
    color: #ffffff;
    margin: 5px 0;
}

.error404 .txt2 a:hover {
    background: #299de6;
}

/*内容页左边部分*/
.content_left {
    float: left;
}

.content_left .choose {
    width: 254px;
    background: #ffffff;
}

.content_left .choose li {

}

.content_left .choose li:first-child {
    width: 254px;
    height: 70px;
    background: #319bdb;
    color: #ffffff;
    font-size: 24px;
    text-align: center;
    padding-top: 10px;
    letter-spacing: 1px;
}

.content_left .choose li:first-child span {
    display: block;
    font-size: 14px;
    color: #bfdaf1;
    line-height: 20px;
}

.content_left .choose li a {
    display: block;
    width: 225px;
    height: 64px;
    border-bottom: 1px #f2f2f2 solid;
    line-height: 64px;
    text-align: center;
    color: #707070;
    font-size: 17px;
    margin: auto;
    background: url("../images/content_left_icon2.png") no-repeat;
    background-position: 50px 26px;
    letter-spacing: 1px;
}

.content_left .choose li:first-child + li {
    height: 8px;
    background: url("../images/content_left_icon1.png") no-repeat;
    background-position: center 0;
    border: 0;
}

.content_left .choose li a:hover {
    color: #319bdb;
    background: url("../images/content_left_icon3.png") no-repeat;
    background-position: 50px 26px;
}

.content_left .choose .active1 a {
    color: #319bdb;
    background: url("../images/content_left_icon3.png") no-repeat;
    background-position: 50px 26px;
}

.content_left .choose1 li a {
    background: url("../images/content_left_icon2.png") no-repeat;
    background-position: 20px 26px;
}

.content_left .choose1 li a:hover {
    color: #319bdb;
    background: url("../images/content_left_icon3.png") no-repeat;
    background-position: 20px 26px;
}

.content_left .choose1 .active1 a {
    color: #319bdb;
    background: url("../images/content_left_icon3.png") no-repeat;
    background-position: 20px 26px;
}

/*左边滑动*/
.content_left .slither {

}

.content_left .slither h4 {
    display: block;
    width: 254px;
    height: 64px;
    border-bottom: 1px #f2f2f2 solid;
    line-height: 64px;
    text-align: center;
    color: #319bdb;
    font-size: 18px;
    margin: auto;
    background: #ccdce7;
    position: relative;
    letter-spacing: 1px;
}

.content_left .slither h4 span {
    display: inline-block;
    background: url("../images/content_left_icon5.png") no-repeat;
    background-position: 0;
    width: 14px;
    height: 14px;
    margin-left: 10px;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    transition: 0.5s;
}

.content_left .slither h4 .deg {
    -moz-transform: rotate(0deg) !important;
    -webkit-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=4) !important;
    transition: 0.5s;
}

.content_left .slither ul {
    width: 254px;
    background: #ffffff;
}

.content_left .slither ul li {

}

.content_left .slither ul li a {
    display: block;
    width: 225px;
    height: 64px;
    border-bottom: 1px #f2f2f2 solid;
    line-height: 64px;
    text-align: center;
    color: #707070;
    font-size: 17px;
    margin: auto;
    letter-spacing: 1px;
}

.content_left .slither ul li:hover a {
    color: #319bdb;
}

.content_left .slither ul .active2 a {
    color: #319bdb;
}

.content_left .slither .jiantou {
    width: 30px;
    height: 8px;
    background: url("../images/content_left_icon1.png") no-repeat;
    position: absolute;
    margin-left: -15px;
    left: 50%;
    top: 0;

}

/*左侧联系我们*/
.content_left .relation {

}

.content_left .relation h3 {
    width: 254px;
    height: 65px;
    background: #319bdb;
    color: #ffffff;
    font-size: 24px;
    text-align: center;
    padding-top: 15px;
    letter-spacing: 1px;
}

.content_left .relation h3 a {
    color: #ffffff;
}

.content_left .relation h3 span {
    display: block;
    font-size: 14px;
    color: #bfdaf1;
    line-height: 20px;
}

.content_left .relation img {
    width: 254px;
    height: 123px;
    display: block;
}

.content_left .relation .relation_del {
    width: 214px;
    background: #ffffff;
    padding: 21px 20px;
}

.content_left .relation .relation_del h4 {
    background: url("../images/content_left_icon4.png") no-repeat;
    background-position: 0 3px;
    padding-bottom: 9px;
    font-size: 13px;
    color: #535353;
    border-bottom: 1px #dcdcdc solid;
    padding-left: 37px;
    margin-bottom: 15px;
}

.content_left .relation .relation_del h4 i {
    margin-left: 3px;
}

.content_left .relation .relation_del h4 span {
    color: #319bdb;
    display: block;
    font-size: 18px;
    font-weight: bold;
    font-family: Arial;
}

.content_left .relation .relation_del h5 {
    color: #7d7d7d;
    font-size: 14px;
    line-height: 23px;
}

.content_left .relation .relation_del h5 span {
    font-weight: bold;
}

/*产品推荐*/
.content_left .center {

}

.content_left .center h3 {
    width: 254px;
    height: 65px;
    background: #319bdb;
    color: #ffffff;
    font-size: 24px;
    text-align: center;
    padding-top: 15px;
    letter-spacing: 1px;
}

.content_left .center h3 a {
    color: #ffffff;
}

.content_left .center h3 span {
    display: block;
    font-size: 14px;
    color: #bfdaf1;
    line-height: 20px;
}

.content_left .center .img {
    width: 254px;
    height: 145px;
    position: relative;
    position: relative;
}

.content_left .center .img img {
    width: 254px;
    height: 145px;
}

.content_left .center .img .jiantou {
    width: 30px;
    height: 8px;
    background: url("../images/content_left_icon1.png") no-repeat;
    position: absolute;
    margin-left: -15px;
    left: 50%;
    top: 0;
}

.content_left .center .img h4 {
    height: 39px;
    width: 254px;
    position: absolute;
    background: rgba(41, 157, 230, 0.9);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC299DE6, endColorstr=#CC299DE6);
    left: 0;
    bottom: 0;
}

.content_left .center .img h4 a {
    display: block;
    height: 39px;
    width: 221px;
    padding-left: 33px;
    background: url("../images/content_left_icon6.png") no-repeat;
    background-position: 10px 12px;
    line-height: 39px;
    color: #ffffff;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content_left .center ul {
    background: #ffffff;
}

.content_left .center ul li {
    color: #707070;
    font-size: 14px;
    background: url("../images/content_left_icon7.png") no-repeat;
    background-position: 15px 14px;
}

.content_left .center ul li a {
    display: block;
    width: 210px;
    height: 38px;
    border-bottom: 1px #f2f2f2 solid;
    padding-left: 15px;
    color: #707070;
    margin: auto;
    line-height: 38px;
    letter-spacing: 1px;
}

.content_left .center ul li a:hover {
    color: #319bdb;
}

/*内容页右边部分*/
.content_right {
    float: right;
    width: 920px;
    background: #ffffff;
    position: relative;
}

.content_right .img_con {
    width: 880px;
    display: block;
    margin: auto;
}

.content_right .location {
    width: 920px;
    height: 50px;
    background: url("../images/content_right_location.png") no-repeat;
    position: relative;
}

.content_right .location h3 {
    color: #319bdb;
    font-size: 19px;
    height: 38px;
    line-height: 38px;
    margin-left: 26px;
}

.content_right .location h3 span {
    color: #d2d2d2;
    font-family: Arial;
    margin-left: 9px;
}

.content_right .location h4 {
    position: absolute;
    right: 20px;
    top: 0;
    height: 38px;
    color: #ffffff;
    font-size: 13px;
    text-align: right;
    line-height: 38px;
}

.content_right .location h4 a {
    color: #ffffff;
}

.content_right .location h4 img {
    display: inline-block;
    float: left;
    margin: 10px 10px 0 0;
}

.title11 {
    height: 17px;
    width: 880px;
    margin: auto;
    border-bottom: 1px #d6ebf8 solid;
    padding: 10px 0;
}

.title11 h2 {
    color: #626262;
    font-size: 15px;
    padding-left: 7px;
    margin: 0 0 0 5px;
    border-left: 2px #ec1d25 solid;
    text-align: left;
}

.title22 {
    width: 880px;
    margin: auto;
    overflow: hidden;
}

.title22 img {
    width: 369px;
    height: 217px;
}

.title22 .txt {
    width: 470px;
    height: 212px;
    padding: 5px 20px 0 0;
}

.title22 .txt h2 {
    color: #319bdb;
    font-size: 18px;
    text-align: left;
    font-weight: 500;
    letter-spacing: 1px;
}

.title22 .txt p {
    margin-top: 5px;
    color: #707070;
    font-size: 14px;
    line-height: 23px;

}

.title22 .txt p span {
    color: #4b4b4b;
}

.title33 {
    width: 920px;
    height: 50px;
    background: url("../images/content_right_location2.png") no-repeat;
    position: relative;
}

.title33 h3 {
    color: #319bdb;
    font-size: 19px;
    height: 38px;
    line-height: 38px;
    margin-left: 26px;
    letter-spacing: 1px;
}

.title33 h3 span {
    color: #d2d2d2;
    font-family: Arial;
    margin-left: 9px;
}

.title44 {
    width: 880px;
    margin: auto;
}

.title44 img {
    width: 514px;
    height: 294px;
    float: left;
}

.title44 p {
    float: right;
    display: block;
    width: 340px;
    height: 294px;
    overflow: hidden;
    color: #707070;
    font-size: 14px;
    line-height: 23px;
}

.title55 {
    display: block;
    width: 880px;
    margin: auto;
    color: #707070;
    font-size: 14px;
    line-height: 23px;
}

.content_right .seat {
    display: block;
    width: 100%;
    height: 28px;
}

.content_right .seat1 {
    display: block;
    width: 100%;
    height: 10px;
}

/*相关新闻*/
.companyNews {
    width: 1223px;
    margin: auto;
}

.companyNews .news {
    float: left;
    margin: 0 11px;
}

.companyNews .news .txt {
    width: 345px;
    background: #f1f1f1;
    padding: 20px;
}

.companyNews .news .txt ul {

}

.companyNews .news .txt ul li {
    float: left;
    width: 42%;
    padding-left: 8%;
    height: 19px;
    line-height: 19px;
    margin-bottom: 5px;
    font-size: 14px;
    color: #626262;
}

.companyNews .news .txt ul li:first-child {
    background: url("../images/tuijian1.png") no-repeat;
}

.companyNews .news .txt ul li:first-child + li {
    background: url("../images/tuijian2.png") no-repeat;
}

.companyNews .news .txt ul li:first-child + li + li {
    background: url("../images/tuijian3.png") no-repeat;
}

.companyNews .news .txt ul li:first-child + li + li + li {
    background: url("../images/tuijian4.png") no-repeat;
}

.companyNews .news .txt h5 {
    color: #626262;
    font-size: 14px;
    width: 345px;
    height: 50px;
    line-height: 23px;
    margin-top: 5px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.companyNews .news .txt .more {
    padding-top: 10px;
}

.companyNews .news img {
    width: 385px;
    height: 216px;
    margin-bottom: 2px;
}

.companyNews .news h3 {
    color: #1886d3;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: 500;
}

.companyNews .news h3 a {
    color: #1886d3;
}

.companyNews .news h4 {
    margin-top: 12px;
    color: #626262;
    font-size: 14px;
    line-height: 23px;
    font-weight: 500;
    width: 345px;
    height: 68px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.companyNews .news p {
    background: url("../images/news_icon1.png") no-repeat;
    color: #959595;
    font-size: 14px;
    line-height: 16px;
    padding-left: 24px;
    margin-top: 12px;

}

.companyNews .more {
    display: block;
    width: 101px;
    height: 32px;
    margin: auto;
    padding-top: 30px;
}

.companyNews .more a {
    display: block;
    width: 101px;
    height: 32px;
    background: #319bdb;
    border-radius: 2px;
    line-height: 32px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
}

/*底部优势*/
.bottom_superiority {
    display: block;
    width: 100%;
    min-width: 1224px;
    height: 96px;
    background: #91adc9;
}

.bottom_superiority ul li {
    width: 140px;
    padding-top: 15px;
    float: left;
    color: #ffffff;
    line-height: 34px;
    height: 81px;
}

.bottom_superiority ul li .line {
    width: 95px;
    height: 1px;
    background: #c0cedc;
}

.bottom_superiority ul li:first-child {
    width: 230px;
    color: #ffffff;
    font-size: 15px;
    background: url("../images/header_icon10.png") no-repeat;
    background-position: 0 25px;
    padding: 30px 0 0 60px;
    line-height: 20px;
    height: 61px;

}

.bottom_superiority ul li:first-child span {
    font-size: 20px;
    font-family: Arial;
}

.bottom_superiority ul li:first-child + li {
    background: url("../images/header_icon5.png") no-repeat;
    background-position: 0 16px;
    padding-left: 98px;

}

.bottom_superiority ul li:first-child + li + li {
    background: url("../images/header_icon6.png") no-repeat;
    background-position: 0 16px;
    padding-left: 98px;

}

.bottom_superiority ul li:first-child + li + li + li {
    background: url("../images/header_icon7.png") no-repeat;
    background-position: 0 16px;
    padding-left: 98px;

}

.bottom_superiority ul li:first-child + li + li + li + li {
    background: url("../images/header_icon8.png") no-repeat;
    background-position: 0 16px;
    padding-left: 98px;
    width: 98px;
}

.title66 {
    width: 880px;
    margin: auto;

}

.title66 img {
    width: 421px;
    height: 246px;
}

.title66 .txt {
    width: 414px;
    height: 216px;
    padding: 15px;
}

.title66 .txt h2 {
    color: #319bdb;
    font-size: 18px;
}

.title66 .txt .one {
}

.title66 .txt .one li {
    width: 28%;
    float: left;
    font-size: 15px;
    color: #4b4b4b;
    background: url("../images/img-text3.jpg") no-repeat;
    background-position: 0 5px;
    padding-left: 5%;
}

.title66 .txt .two {
}

.title66 .txt .two li {
    width: 15%;
    float: left;
    font-size: 15px;
    color: #4b4b4b;
    background: url("../images/img-text3.jpg") no-repeat;
    background-position: 0 5px;
    padding-left: 5%;
    overflow: hidden;
    height: 20px;
}

.title66 .txt p {
    color: #707070;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    height: 142px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
}

.title66 .txt .p_long {
    height: 162px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
}

.title66 .txt p span {
    font-weight: bold;
}

.title66 .txt h3 {
    color: #707070;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1px;
    margin-top: 10px;
}

.title66 .txt h3 span {
    font-weight: bold;
}

.titlt_img1 {
    width: 892px;
    margin: auto;
}

.titlt_img1 .box {
    float: left;
    margin: 0 6px;
}

.titlt_img1 .box img {
    width: 285px;
    height: 180px;
}

.titlt_img1 .box p {
    color: #707070;
    font-size: 14px;
    margin-top: 18px;
    text-align: center;
}

.title77 {
    width: 920px;
    height: 50px;
    background: url("../images/content_right_location3.png") no-repeat;
    position: relative;
}

.title77 h3 {
    color: #319bdb;
    font-size: 19px;
    height: 38px;
    line-height: 38px;
    margin-left: 26px;
}

.title77 h3 span {
    color: #d2d2d2;
    font-family: Arial;
    margin-left: 9px;
}

.title77 h4 {
    position: absolute;
    right: 75px;
    top: 0;
    height: 38px;
    color: #ffffff;
    font-size: 14px;
    text-align: right;
    line-height: 38px;
}

.title77 h4 a {
    color: #ffffff;
}

.title77 h4 span {
    font-size: 16px;
    font-family: Arial;
    font-weight: bold;
}

.content_right .titlt_img2 {
    width: 880px;
    margin: auto;
}

.content_right .titlt_img2 h2 {
    color: #319bdb;
    font-size: 18px;
    margin: 20px 0 0 18px;
}

.content_right .titlt_img2 .line {
    width: 29px;
    height: 2px;
    background: #add7f1;
    margin-top: 6px;
    margin-left: 18px;
}

.content_right .titlt_img2 p {
    color: #626262;
    font-size: 14px;
    margin: 10px 0 0 18px;
    line-height: 24px;
    display: block;
    width: 452px;
    height: 89px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.content_right .titlt_img2 .img1 {
    width: 444px;
    height: 242px;
    border: 1px #e9e9e9 solid;
}

.content_right .titlt_img2 .pull-right img {
    display: block;
}

.content_right .titlt_img2 .img2 {
    margin-bottom: 7px;
}

.content_right .title88 {
    width: 880px;
    margin: auto;
}

.content_right .title88 .txt {
    width: 410px;
    padding-left: 18px;
}

.content_right .title88 h2 {
    color: #319bdb;
    font-size: 18px;
    margin: 20px 0 0 0;
}

.content_right .title88 ul li {
    color: #626262;
    font-size: 14px;
    line-height: 22px;
    background: url("../images/img-text3.jpg") no-repeat;
    background-position: 0 5px;
    padding-left: 22px;
    margin-top: 18px;
}

.titlt_img3 {
    width: 880px;
    margin: auto;
}

.titlt_img3 img {
    width: 880px;
    height: 195px;
    display: block;
}

.titlt_img3 li {
    float: left;
    width: 25%;
    height: 39px;
    color: #626262;
    text-align: center;
    line-height: 39px;
}

.titlt_img3 h2 {
    color: #319bdb;
    font-size: 18px;
    margin: 20px 0 0 18px;
}

.line_blue {
    width: 880px;
    height: 1px;
    background: #d6ebf8;
    margin: auto;
}

/*回到顶部*/
.to-top {
    display: none;
    padding: 5px 20px;
    color: #fff;
    background-color: #319bdb;
}

.handrail {
    width: 887px;
    margin-left: 20px;
}

.image_text5 {

}

.image_text5 h2 {
    color: #535353;
    font-size: 18px;
    text-align: left;
}

.image_text5 h2 span {
    width: 33px;
    height: 33px;
    background: #319bdb;
    text-align: center;
    line-height: 33px;
    color: #ffffff;
    display: inline-block;
    margin-right: 13px;
}

.image_text5 h2 i {
    color: #299de6;
    font-style: normal;
}

.image_text5 .img1 {
    width: 494px;
    height: 254px;
}

.image_text5 .img2 {
    width: 386px;
    height: 254px;
}

.image_text5 .img3 {
    width: 386px;
    height: 254px;
    margin-top: 53px;
}

.image_text5 .img4 {
    width: 460px;
    height: 254px;
}

.image_text5 .img5 {
    width: 410px;
    height: 254px;
    margin: 53px 7px 0 0;
}

.title99 {
    width: 880px;
    margin: auto;
}

.title99 img {
    width: 305px;
    height: 177px;
}

.title99 .txt {
    width: 557px;
    height: 177px;
    position: relative;
}

.title99 .txt i {
    position: absolute;
    width: 2px;
    height: 14px;
    background: #ec1d25;
    top: 0;
    left: 0;
}

.title99 .txt h2 {
    margin-top: 14px;
    padding-left: 10px;
    height: 14px;
    color: #626262;
    font-size: 14px;
    position: relative;
    line-height: 14px;
}

.title99 .txt h2 span {
    color: #319bdb;
    font-size: 16px;
}

.title99 .txt h3 {
    margin-top: 17px;
    padding-left: 10px;
    height: 70px;
    color: #626262;
    font-size: 14px;
    position: relative;
    line-height: 22px;
    letter-spacing: 1px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.title99 .txt h3 i{
    top: 4px;
}


.title99 .txt p {
    display: block;
    width: 557px;
    height: 31px;
    background: url("../images/content_right_icon2.png") no-repeat;
    position: absolute;
    bottom: 6px;
    left: 0;
}

.title99 .txt p a {
    color: #ffffff;
    margin-left: 18px;
    line-height: 31px;
    font-size: 14px;
    display: inline-block;
    height: 31px;
    float: left;
}

.title99 .txt p span {
    margin-left: 55px;
    color: #ec1d25;
    font-size: 21px;
    font-weight: bold;
    font-family: Arial;
    font-style: italic;
    line-height: 31px;
    float: left;
}

.image_text6 {
    width: 894px;
    margin: auto;
}

.image_text6 .box {
    float: left;
    margin: 10px 6px 0;
    position: relative;
}

.image_text6 .box img {
    width: 286px;
    height: 257px;
    display: block;
}

.image_text6 .box .txt {
    width: 246px;
    height: 81px;
    background: rgba(255, 255, 255, .9);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#DDffffff, endColorstr=#DDffffff);
    position: absolute;
    top: 161px;
    left: 0;
    padding: 15px 20px 0;
}

.image_text6 .box h2 {
    font-size: 16px;
    color: #319bdb;
    line-height: 14px;
}
.image_text6 .box h2 a{
    color: #319bdb;
}

.image_text6 .box h3 {
    float: left;
    font-size: 13px;
    color: #585858;
    width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top:15px;
    line-height: 13px;

}

.image_text6 .box h3 span {
    color: #ec1d25;
}

.image_text6 .box h4 {
    float: left;
    font-size: 13px;
    color: #585858;
    width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 15px;
    line-height: 13px;
}

.image_text6 .box h4 span {
    color: #ec1d25;
}

.image_text6 .box i {
    font-weight: bold;
    font-style: normal;
}

.image_text6 .box h5 {
    font-size: 13px;
    color: #585858;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 7px;
}

.image_text6 .box p {
    width: 100%;
    height: 36px;
    text-align: center;
    line-height: 36px;
    background: #319bdb;
    font-size: 14px;
}

.image_text6 .box p a {
    color: #ffffff;
    width: 100%;
    height: 36px;
    display: block;
}

.line_xu {
    width: 100%;
    height: 30px;
    border-bottom: 1px #d0e4f5 dashed;
}

/*分页*/
.page {
    width: 194px;
    height: 20px;
    font-size: 13px;
    margin: auto;
}

.page a {
    color: #707070;
}

.impression {
    width: 100%;
    height: 10px;
    background: #f8f8f8;
}

.image_text7 {
    width: 894px;
    margin: auto;
}
.image_text7a .box img{
      height: 410px !important;
}
.image_text7b .box img{
    height: 167px !important;
}

.image_text7 .box {
    float: left;
    margin: 10px 6px 0;
    position: relative;
}

.image_text7 .box img {
    width: 286px;
    height: 176px;
    display: block;
}

.image_text7 .box h4 {
    width: 100%;
    height: 39px;
    background: rgba(41, 157, 230, 0.9);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC299DE6, endColorstr=#CC299DE6);
    color: #ffffff;
    font-size: 15px;
    text-align: center;
    line-height: 39px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.image_text7 .box h4 a {
    display: block;
    width: 100%;
    height: 39px;
    color: #ffffff;
}

.title110 {
    width: 872px;
    margin: auto;
    padding-bottom: 8px;
    border-bottom: 1px #d0e4f5 dashed;
}

.title110 img {
    width: 294px;
    height: 170px;
    display: block;
    float: left;
}

.title110 .txt {
    float: right;
    padding-top: 12px;
    width: 564px;
    height: 158px;
}

.title110 .txt h2 {
    color: #626262;
    font-size: 15px;
    border-left: 2px #ec1d25 solid;
    padding-left: 10px;
    line-height: 15px;
}

.title110 .txt h2 a{
    color: #626262;
}
.title110 .txt h2 span {
    color: #319bdb;
    font-size: 15px;
}

.title110 .txt p {
    color: #626262;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 22px;
    width: 554px;
    height: 65px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-top: 16px;
}

.title110 .txt h5 {
    width: 91px;
    height: 31px;
    background: #ec1d25;
    border-radius: 12px;
    text-align: center;
    line-height: 31px;
    margin-top: 24px;
}

.title110 .txt h5 a {
    color: #ffffff;
}

.image_text8 {
    width: 894px;
    margin: auto;
}

.image_text8 .box {
    float: left;
    width: 432px;
    margin: 10px 7px 0;
}

.image_text8 .box img {
    width: 432px;
    height: 251px;
    display: block;
}

.image_text8 .box h4 {
    background: #319bdb;
    width: 432px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 15px;
}

.image_text8 .box h4 a {
    color: #ffffff;
}

.image_text9 {
    width: 880px;
    margin: auto;
}

.image_text9 img {
    width: 399px;
    height: 224px;
    display: block;
    float: left;
}

.image_text9 .txt {
    float: right;
    width: 462px;
    height: 214px;
    padding-top: 10px;
}

.image_text9 .txt h3 {
    color: #319bdb;
    font-size: 18px;
    line-height: 26px;
    height: 50px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;

}

.image_text9 .txt h3 a {
    color: #319bdb;
    font-weight: 500;
    letter-spacing: 1px;
}

.image_text9 .txt h4 {
    margin-top: 15px;
    color: #7d7d7d;
    font-size: 16px ;
    line-height : 22px;
    width: 100%;
    height: 44px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.image_text9 .txt p {
    margin-top: 15px;
    font-size: 13px;
    color: #959595;

}

/*新闻轮播*/
.xinwen {
    width: 880px;
    margin: auto;
}

.xinwen .bx-wrapper .bx-controls-direction a {
    height: 42px;
    width: 42px;
    top: 180px !important;
}

.xinwen .bx-wrapper .bx-prev {
    left: 788px;
    background: url("../images/left_jiantou2.jpg") no-repeat;
}

.xinwen .bx-wrapper .bx-prev:hover {
    background: url("../images/left_jiantou.jpg") no-repeat;
}

.xinwen .bx-wrapper .bx-next {
    right: 0 !important;
    background: url("../images/right_jiantou.jpg") no-repeat;
}

.xinwen .bx-wrapper .bx-next:hover {
    right: 0;
    background: url("../images/right_jiantou2.jpg") no-repeat;
}

.xinwen .bx-pager {
    display: none;
}

/*新闻列表*/
.title120 {

    width: 880px;
    margin: auto;
}

.title120 .line {
    width: 100%;
    height: 1px;
    background: #d6d6d6;
}

.title120 img {
    margin-top: 10px;
    width: 247px;
    height: 148px;
    float: left;
    margin-right: 25px;
}

.title120 .txt {
    float: left;
    width: 582px;
    margin-top: 25px;
}

.title120 .txt h3 {
    color: #319bdb;
    font-size: 18px;

}

.title120 .txt h3 a {
    color: #319bdb;
    letter-spacing: 1px;
}

.title120 .txt p {
    color: #959595;
    font-size: 13px;
    background: url("../images/shijian2.png") no-repeat;
    background-position: 0 2px;
    margin-top: 12px;
    padding-left: 20px;
    line-height: 19px;
}

.title120 .txt h4 {
    margin-top: 12px;
    color: #7d7d7d;
    font-size: 16px;
    line-height: 30px;
    height: 54px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.title130 {
    width: 880px;
    margin: auto;
}

.title130 h2 {
    color: #535353;
    font-size: 19px;
    border-left: 2px #319bdb solid;
    height: 38px;
    padding-left: 8px;
    line-height: 20px;
    font-weight: 700;
}

.title130 h2 span {
    color: #d2d2d2;
    font-size: 15px;
    display: block;
    line-height: 20px;
    font-family: Arial;
}

/*地图*/
.map {
    width: 880px;
    height: 251px;
    font-size: 12px;
    margin: auto;
}

/*地址*/
.address {
    width: 834px;
    height: 239px;
    margin: auto;
    background: url("../images/lianxiwomen1.jpg") no-repeat;
    border: 1px #ededed solid;
    padding: 22px;
    position: relative;
}

.address h2 {
    color: #13a6ed;
    font-size: 20px;
    padding-left: 67px;
    line-height: 30px;
    background: url("../images/logo1.png") no-repeat;
}

.address h2 span {
    color: #959595;
    font-size: 16px;
    font-family: Arial;
    display: block;
    line-height: 14px;
}

.address ul {
}

.address ul li {
    color: #535353;
    font-size: 14px;
    margin-top: 10px;
    height: 26px;
    padding-left: 37px;
}

.address ul li span {
    color: #313131;
    font-size: 14px;
}

.address ul li i {
    color: #ec1d25;
    font-size: 16px;
    font-family: Arial;
    font-style: normal;
}

.address ul li:first-child {
    background: url("../images/lianxiwomen_icon3.png") no-repeat;
}

.address ul li:first-child + li {
    background: url("../images/lianxiwomen_icon4.png") no-repeat;
}

.address ul li:first-child + li + li {
    background: url("../images/lianxiwomen_icon5.png") no-repeat;
}

.address ul li:first-child + li + li + li {
    background: url("../images/lianxiwomen_icon7.png") no-repeat;
}

.address ul li:first-child + li + li + li + li {
    background: url("../images/lianxiwomen_icon4.png") no-repeat;
}

.address .erweima {
    width: 314px;
    position: absolute;
    right: 22px;
    top: 74px;
}

.address .erweima .box {
    width: 30%;
    margin-right: 3%;
}

.address .erweima .box img {
    width: 100%;
    height: auto;
}

.address .erweima .box p {
    text-align: center;
    color: #535353;
    font-size: 14px;
    margin-top: 8px;
}

/*路线*/
.way {
    width: 880px;
    margin: auto;
}

.way ul {
    background: #f7f7f7;
    width: 856px;
    height: 66px;
    border: 1px #ffffff solid;
    border-radius: 2px;
    padding: 22px 0 0 22px;
}

.way ul:hover {
    background: #f7f7f7;
    border: 1px #add7f1 solid;
}

.way ul li {
    float: left;
}

.way ul .one {
    background: url("../images/lianxiwomen_icon10.png") no-repeat;
    width: 50px;
    height: 50px;
}

.way ul:hover .one {
    background: url("../images/lianxiwomen_icon11.png") no-repeat;
}

.way ul .two {
    width: 87px;
    color: #313131;
    font-size: 20px;
    line-height: 30px;
    padding-right: 18px;
    margin-left: 22px;
    border-right: 1px #cccccc solid;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 44px;
}

.way ul .two span {
    display: block;
    color: #828282;
    font-size: 16px;
    line-height: 14px;
}

.way ul .three {
    width: 62px;
    font-size: 26px;
    font-family: Arial;
    color: #535353;
    line-height: 30px;
    margin-left: 29px;
}

.way ul .three span {
    display: block;
    color: #828282;
    font-size: 15px;
    line-height: 14px;
    font-family: "Microsoft YaHei";
}

.way ul .four {
    width: 52px;
    height: 34px;
    background: url("../images/jiantou2.png") no-repeat;
    margin: 5px 0 0 70px;
}

.way ul .five {
    color: #535353;
    font-size: 16px;
    margin-left: 45px;
}

.way ul .six {
    width: 335px;
    height: 44px;
    line-height: 44px;
    padding-left: 29px;
    color: #828282;
    font-size: 14px;
}

.way ul .seven {
    color: #535353;
    font-size: 16px;
    line-height: 44px;
    margin-left: 45px;
}

.way ul .eight {
    background: url("../images/lianxiwomen_icon8.png") no-repeat;
    width: 50px;
    height: 50px;
}

.way ul:hover .eight {
    background: url("../images/lianxiwomen_icon9.png") no-repeat;
}

.title140 {
    width: 880px;
    margin: auto;
}

.title140 ul li {
    float: left;
}

.title140 ul li:first-child {
    width: 81px;
    height: 30px;
    background: #e50112;
    color: #ffffff;
    text-align: center;
    border-radius: 11px;
    line-height: 30px;
    margin-right: 10px;
    font-size: 13px;
}

.title140 ul li a {
    margin-top: 10px;
    display: block;
    font-size: 13px;
    padding: 0 22px;
    height: 13px;
    line-height: 13px;
    border-left: 1px #e4e4e4 solid;
    color: #626262;
}

.title140 ul li:first-child + li a {
    border-left: 0;
}

.title150 {
    width: 880px;
    margin: auto;
}

.title150 .img {
    width: 436px;
    height: 279px;
    float: left;
}

.title150 .txt {
    width: 431px;
    float: right;
    height: 279px;
    overflow: hidden;
}

.title150 .txt img {
    width: 200px;
    height: 34px;
    display: block;
    margin-left: 27px;
}

.title150 .txt h2 {
    color: #707070;
    font-size: 18px;
    height: 38px;
    line-height: 38px;
    width: 431px;
    background: #efefef;
    padding-left: 26px;
    margin-top: 8px;
}

.title150 .txt h2 span {
    font-size: 20px;
    color: #ffffff;
    font-family: Arial;
    margin-left: 24px;
}

.title150 .txt p {
    color: #707070;
    width: 379px;
    height: 183px;
    border: 1px #f0f0f0 solid;
    font-size: 14px;
    border-top: 0;
    line-height: 22px;
    padding: 15px 25px 0 25px;
    overflow: hidden;
    letter-spacing: 0.1em;
}

.title160 {
    width: 860px;
    height: 246px;
    border: 1px #f1f1f1 solid;
    background: url("../images/lianxiwomen1.jpg") no-repeat;
    margin: auto;
    padding: 37px 0 0 20px;
    position: relative;
}

.title160 h2 {
    color: #319bdb;
    font-size: 18px;

}

.title160 .line {
    width: 45px;
    height: 2px;
    background: #add7f1;
    margin-top: 10px;
}

.title160 p {
    margin-top: 15px;
    color: #707070;
    width: 475px;
    height: 115px;
    font-size: 14px;
    line-height: 23px;
    overflow: hidden;
    letter-spacing: 0.1em;
}

.title160 h5 {
    color: #707070;
    font-size: 14px;
    font-weight: bold;
    padding-left: 20px;
    line-height: 16px;
    height: 16px;
    background: url("../images/content_right_icon3.png") no-repeat;
    position: absolute;
    right: 20px;
    bottom: 23px;
}

.title160 h5 span {
    color: #13a6ed;
    font-size: 16px;
    font-family: Arial;

}

.title170 {
    width: 880px;
    margin: auto;
}

.title170 .img {
    width: 436px;
    height: 337px;
    float: left;
}

.title170 .line {
    width: 45px;
    height: 2px;
    background: #add7f1;
    margin-top: 10px;
}

.title170 .txt {
    width: 412px;
    float: right;
    height: 337px;
    overflow: hidden;
}

.title170 .txt h2 {
    color: #319bdb;
    font-size: 18px;
    margin-top: 15px;
}

.title170 .txt p {
    margin-top: 10px;
    color: #707070;
    width: 412px;
    height: 280px;
    font-size: 14px;
    line-height: 23px;
    overflow: hidden;
    letter-spacing: 0.1em;
}

.title180 {
    width: 880px;
    margin: auto;
}

.title180 .img {
    width: 421px;
    height: 163px;
    display: block;
    float: right;
}

.title180 .txt {
    float: left;
}

.title180 h2 {
    color: #319bdb;
    font-size: 18px;
    margin-top: 15px;
    height: 18px;
    padding-left: 9px;
    margin-left: 4px;
    border-left: 2px #319bdb solid;
    line-height: 18px;
}

.title180 p {
    margin-top: 10px;
    color: #707070;
    width: 425px;
    height: 70px;
    font-size: 14px;
    line-height: 23px;
    overflow: hidden;
    letter-spacing: 0.1em;
}

.title180 h5 {
    margin-top: 10px;
    color: #707070;
    font-size: 14px;
    font-weight: bold;
    padding-left: 20px;
    line-height: 16px;
    height: 16px;
    background: url("../images/content_right_icon3.png") no-repeat;

}

.title180 h5 span {
    color: #13a6ed;
    font-size: 16px;
    font-family: Arial;

}

/*优势分析*/
.youshi1 {
    width: 840px;
    height: 242px;
    margin: auto;
    padding: 20px;
    background: url("../images/youshi1.jpg") no-repeat;
    position: relative;
}

.youshi1 h2 {
    color: #319bdb;
    font-size: 18px;

}

.youshi1 h2 span {
    height: 18px;
    border-bottom: 2px #a8d3ec solid;
    padding-bottom: 8px;
    display: inline-block;
    float: left;
    line-height: 20px;
    margin-left: 7px;
}

.youshi1 i {
    float: left;
}
.youshi1 i img{
    width: 28px;
    height: 28px;
    display: block;
}

.youshi1 p {
    width: 464px;
    height: 200px;
    line-height: 22px;
    color: #7d7d7d;
    margin-top: 10px;
    overflow: hidden;
    font-size: 14px;
}

.youshi1 p span {
    color: #319bdb;
}

.youshi1 h5 {
    margin-top: 10px;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    padding-left: 20px;
    line-height: 16px;
    height: 16px;
    background: url("../images/content_right_icon4.png") no-repeat;
    position: absolute;
    right: 20px;
    bottom: 30px

}

.youshi1 h5 span {
    color: #ffffff;
    font-size: 16px;
    font-family: Arial;

}

.youshi2 {
    width: 880px;
    margin: auto;
}

.youshi2 img {
    width: 428px;
    height: 198px;
    display: block;
}

.youshi2 .txt {
    width: 430px;
    height: 198px;
}

.youshi2 .txt h2 {
    color: #319bdb;
    font-size: 18px;
    margin-top: 10px;
}

.youshi2 .txt h2 span {
    height: 18px;
    border-bottom: 2px #a8d3ec solid;
    padding-bottom: 8px;
    display: inline-block;
    float: left;
    line-height: 20px;
    margin-left: 7px;
}

.youshi2 i {
    float: left;
}
.youshi2 i img{
    width: 28px;
    height: 28px;
    display: block;
}


.youshi2 p {
    width: 430px;
    height: 130px;
    line-height: 22px;
    color: #7d7d7d;
    margin-top: 10px;
    overflow: hidden;
    font-size: 14px;
}

.youshi2 p span {
    color: #319bdb;
}

.youshi2 h5 {
    color: #707070;
    font-size: 14px;
    font-weight: bold;
    padding-left: 20px;
    line-height: 16px;
    height: 16px;
    background: url("../images/content_right_icon3.png") no-repeat;
}

.youshi2 h5 span {
    color: #319bdb;
    font-size: 16px;
    font-family: Arial;
    font-weight: bold;
}

.youshi3 {
    width: 840px;
    margin: auto;
    position: relative;
    padding: 20px;
    height: 63px;
    background: #f8f8f8;
}

.youshi3 h2 {
    color: #319bdb;
    font-size: 18px;
    padding-right: 14px;
    height: 60px;
    border-right: 2px #a8d3ec solid;
    width: 121px;
    line-height: 60px;
    float: left;
}

.youshi3 i {
    float: left;
    margin: 16px 11px 0 0;
}
.youshi3 i img{
    width: 28px;
    height: 28px;
    display: block;
}

.youshi3 p {
    margin-left: 13px;
    width: 426px;
    height: 60px;
    line-height: 22px;
    font-size: 14px;
    color: #707070;
    float: left;
}

.youshi3 .img {
    position: absolute;
    right: 20px;
    bottom: 0;
    z-index: 999;
}

.youshi4 {
    width: 880px;
    margin: auto;
    position: relative;
}

.youshi4 img {
    width: 333px;
    height: 191px;
    float: left;
    display: block;
}

.youshi4 .txt {
    width: 492px;
    height: 151px;
    padding: 20px;
    float: right;
    background: #f8f8f8;
}

.youshi4 .txt h2 {
    color: #319bdb;
    font-size: 18px;
    margin-top: 10px;
}

.youshi4 .txt h2 span {
    height: 18px;
    border-bottom: 2px #a8d3ec solid;
    padding-bottom: 8px;
    display: inline-block;
    float: left;
    line-height: 20px;
    margin-left: 7px;
}

.youshi4 i {
    float: left;
}
.youshi4 i img{
    width: 28px;
    height: 28px;
    display: block;
}


.youshi4 p {
    width: 430px;
    height: 65px;
    line-height: 22px;
    color: #7d7d7d;
    margin-top: 10px;
    overflow: hidden;
    font-size: 14px;
}

.youshi4 p span {
    color: #319bdb;
}

.youshi4 h4 {
    width: 240px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 15px;
    line-height: 15px;
    font-size: 14px;
    color: #707070;
    background: url("../images/content_right_icon5.png") no-repeat;
    margin-top: 20px;
}

.youshi4 h5 {
    margin-top: 10px;
    color: #707070;
    font-size: 14px;
    font-weight: bold;
    padding-left: 20px;
    line-height: 16px;
    height: 16px;
    background: url("../images/content_right_icon3.png") no-repeat;
    position: absolute;
    right: 20px;
    top: 26px;
    z-index: 999;
}

.youshi4 h5 span {
    color: #319bdb;
    font-size: 16px;
    font-family: Arial;
    font-weight: bold;
}

.youshi4 h6 {
    width: 240px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 15px;
    line-height: 15px;
    font-size: 14px;
    color: #707070;
    background: url("../images/content_right_icon5.png") no-repeat;
    margin-top: 20px;
}

.youshi4 h6 span {
    color: #319bdb;
    font-size: 16px;
    font-family: Arial;
    font-weight: bold;
}

.youshi5 {
    width: 840px;
    margin: auto;
    position: relative;
    background: #f8f8f8;
    padding: 20px;
}

.youshi5 .box {
    width: 411px;

}

.youshi5 .box img {
    width: 411px;
    height: 191px;
    display: block;
}

.youshi5 h2 {
    color: #319bdb;
    font-size: 18px;
    margin-top: 10px;
}

.youshi5 h2 span {
    height: 18px;
    border-bottom: 2px #a8d3ec solid;
    padding-bottom: 8px;
    display: inline-block;
    float: left;
    line-height: 20px;
    margin-left: 7px;
}

.youshi5 .box i {
    float: left;
}
.youshi5 .box i img{
    width: 28px;
    height: 28px;
    display: block;
}


.youshi5 p {
    width: 411px;
    height: 90px;
    line-height: 22px;
    color: #7d7d7d;
    font-size: 14px;
    margin-top: 12px;
    overflow: hidden;
    margin-bottom: 13px;
}

.youshi5 p span {
    color: #319bdb;
}

.youshi6 {
    width: 840px;
    margin: auto;
    position: relative;
    padding: 20px;
    height: 82px;
    background: url("../images/youshi8.jpg") no-repeat;
}

.youshi6 h2 {
    color: #319bdb;
    font-size: 18px;
    padding-right: 14px;
    height: 77px;
    border-right: 2px #a8d3ec solid;
    width: 121px;
    line-height: 60px;
    float: left;
}


.youshi6 i {
    float: left;
    margin: 16px 11px 0 0;
}
.youshi6 i img{
    width: 28px;
    height: 28px;
    display: block;
}


.youshi6 p {
    margin-left: 13px;
    width: 426px;
    height: 77px;
    line-height: 19px;
    font-size: 14px;
    color: #707070;
    float: left;
    overflow: hidden;
}

.youshi6 p span{
    color: #319bdb;
}

    /*新闻内页*/
.xinwenneiye {
    width: 880px;
    margin: auto;

}

.xinwenneiye h1 {
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #319bdb;;
}

.xinwenneiye p {
    /*text-indent: 28px;*/
    line-height: 30px;
    font-size: 14px;
    margin-top: 20px;
}

.xinwenneiye h6 {
    color: #BCBBBB;
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
}

.xinwenneiye h6 span {
    margin-right: 25px;
}

.xinwenneiye .line {
    width: 100%;
    height: 10px;
    border-bottom: 1px #d0e4f5 dashed;

}

.xinwenneiye img {
    margin: 20px auto 0;
    display: block;
}

/*内容分页*/
.xinwenneiye .new_page {
    font-size: 15px;
    padding: 10px 0;
    height: 40px;
    background: #f8f8f8;
}

.xinwenneiye .new_page h3 {
    font-size: 13px;
    height: 20px;
    padding-left: 20px;
}

.xinwenneiye .new_page h3 a {
    color: #707070;
    font-size: 13px;
    height: 10px;
}


/*研发团队*/
.team{
    width: 880px;
    margin: auto;
}

.team .pull-left{
    width: 440px;
}
.team img{
    width: 200px;
    height: 200px;
    float: left;
}
.team .txt{
    width: 200px;
    float: left;
    padding: 20px 0 20px 20px;
}

.team .txt h2{
    color: #4b4b4b;
    font-size: 18px;
}
.team .txt p{
    width: 200px;
    font-size: 16px;
    color: #707070;
    height: 126px;
    margin-top: 5px;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:6;
    overflow:hidden;

}

/*常见问题*/
.faq{
    width: 880px;
    margin: auto;
    border-bottom: 1px #319bdb dashed;
    padding-bottom: 20px;
}
.faq h2{
    color: #319bdb;
    font-size: 16px;
}
.faq h2 span{
    color: #319bdb;
    font-size: 18px;
    font-weight: bold;
    font-family: Arial;
    margin-right: 10px;
}
.faq p{
    margin-top: 5px;
    color: #707070;
    line-height: 22px;
    font-size: 15px;
}
.faq p span{
    color: #343434;
    font-size: 18px;
    font-weight: bold;
    font-family: Arial;
    margin-right: 10px;
}

.image_text10{
    width: 880px;
    margin: auto;
}
.image_text10 .img{
    width: 460px;
    height: 269px;
    position: relative;
    float: left;
    overflow: hidden;
}
.image_text10 .img img{
    width: 460px;
    height: 269px;
}

.image_text10 .img h4{
    height: 40px;
    width: 460px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(41, 157, 230, 0.9);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC299DE6, endColorstr=#CC299DE6);
    line-height: 40px;
    color: #ffffff;
}
.image_text10 .img h4 span{
    height: 40px;
    width: 432px;
    display: block;
    padding-left: 28px;
   background: url("../images/content_right_icon6.png") no-repeat;
    background-position: 10px 10px;
    font-style: italic;
}

.image_text10 .img h5{
    position: absolute;
    right: 24px;
    bottom: 6px;

}
.image_text10 .img h5 a{
    width: 78px;
    height: 26px;
    border: 1px #d7ecf9 solid;
    display: block;
    text-align: center;
    line-height: 26px;
    color: #ffffff;
    border-radius: 12px;
}
.image_text10 .txt{
    width: 406px;
    height: 267px;
    float: right;
}
.image_text10 .txt  h3{
    height: 41px;
    color: #319bdb;
    padding-left: 12px;
    line-height: 40px;
}

.image_text10 .txt ul{
    width: 93%;
    height: 46px;
    padding: 10px 3.5%;
    background: #f5f5f5;

}

.image_text10 .txt ul li{
    float: left;
    color: #626262;
    font-size: 15px;
    width: 163px;
    padding-left: 25px;
    line-height: 19px;
    height: 19px;
    margin-bottom: 10px;
}

.image_text10 .txt ul li span{
    color: #319bdb;
}

.image_text10 .txt ul li:first-child{
    width: 183px;
    background: url("../images/tuijian1.png") no-repeat;
}
.image_text10 .txt ul li:first-child+li{
    width: 143px;
    text-align: center;
    background: url("../images/tuijian3.png") no-repeat;
}

.image_text10 .txt ul li:first-child+li+li{
    background: url("../images/tuijian4.png") no-repeat;
}

.image_text10 .txt h4{
    color: #535353;
    font-size: 14px;
    text-align: justify;
    line-height: 22px;
    padding-left: 14px;
    margin-top: 8px;
    height: 66px;
}
.image_text10 .txt h4 span{
    color: #319bdb;

}
.image_text10 .txt .img1{
    width: 100%;
    margin-top: 10px;
    height: 74px;
}

.image_text10 .txt .img1 img{
    width: 128px;
    height: 74px;
    display: block;
    float: left;
    margin-right: 7px;
    border: 1px #ffffff solid;
}
.image_text10 .txt .img1 img:first-child+img+img{
    margin-right: 0;
}

.image_text10 .txt .img1 img:hover{
    border: 1px #319bdb solid;
}

.image_text10 .txt .img1 .active3{
    border: 1px #319bdb solid;
}

/*解决方案*/
.jiejuefangan{
    width: 880px;
    margin: auto;
}

.jiejuefangan .box{
    float: left;
    width: 50%;
    height: 380px;
    overflow: hidden;
}
.jiejuefangan .box h2{
    color: #535353;
    font-size: 18px;
    text-align: left;
 }
.jiejuefangan .box h2 span{
    width: 33px;
    height: 33px;
    background: #319bdb;
    text-align: center;
    line-height: 33px;
    color: #ffffff;
    display: inline-block;
    margin-right: 13px;
}

.jiejuefangan .box img{
    width: 90%;
    height: auto;
    margin: auto;
}
/*销售网络*/
.xiaoshou1{
    width: 840px;
    height: 200px;
    background: url("../images/yingxiao.jpg") no-repeat;
    margin: auto;
    padding: 40px 0 0 40px;
}
.xiaoshou1 h2{
color: #434343;
    font-size: 23px;
    line-height: 60px;
}
.xiaoshou1 h2 img{
    width: 55px;
    height: 43px;
    display: block;
    float: left;
}

.xiaoshou1 p{
    font-size: 14px;
    color: #535353;
    line-height: 22px;
    width: 368px;
    height: 135px;
    overflow: hidden;
}

.xiaoshou2{
    width: 878px;
    margin: auto;
    border: 1px #add7f1 solid;
    border-bottom: 0;
}
.xiaoshou2 ul{
    border-bottom: 1px #add7f1 solid;
}

.xiaoshou2 ul li{
    width: 87%;
    height: 60px;
    color: #535353;
    float: left;
}
.xiaoshou2 ul li:first-child{
    width: 13%;
    background: #319bdb;
    text-align: center;
    line-height: 60px;
    color: #ffffff;
    font-size: 16px;
    padding: 0;
}
.xiaoshou2 ul li:first-child+li{
    font-size: 14px;
    width: 81%;
    padding: 6px 2%;
    height: 48px;
    line-height: 22px;
}

.xiaoshou2 .line_h{
    line-height: 60px !important;
    padding: 0 2% !important;
}
/*企业文化*/
.qiyewenhua_img{
    width: 880px;
    height: 241px;
    margin-left: 20px;
}

.wenhua{
    width: 880px;
    margin: auto;
}
.wenhua h2{
    font-size: 18px;
    color: #c9c9c9;
    font-family:Arial;
    letter-spacing: 1px;
    line-height: 22px;
}

.wenhua h2 i{
    color: #319bdb;
    font-size: 20px;
    font-style: normal;
}
.wenhua h2 span{
    font-size: 18px;
    color: #434343;
    font-family: "Microsoft YaHei";
}

.wenhua h3{
    color: #319bdb;
    font-size: 17px;
    margin-top: 15px;
    line-height: 17px;
}
.wenhua h4{
    color: #c9c9c9;
    font-size: 14px;
    font-style: normal;
    padding-left: 38px;
    letter-spacing: 1px;
    text-transform : uppercase;
    line-height: 25px;
}




/*qq*/
.qq{
    position: fixed;
    right: 0;
    top: 20%;
    z-index: 99999;
}

.qq h2{
    width: 170px;
    height: 45px;
    color: #ffffff;
    font-size: 20px;
    text-align: left;
    padding-left: 20px;
    background: #319bdb;
    line-height: 45px;
}

.qq a{
    display: block;
    width: 170px;
    height: 34px;
    padding:10px 0 10px 20px;
    color: #319bdb;
    line-height: 34px;
    background: #ffffff;
    border: 1px #e9e9e9 solid;
}

.qq a img{
    float: left;
}

/*弹出框*/
.pop{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999999;
}

.pop .shade{
    width: 100%;
    height: 100%;
    background-color: #000000;
    background: rgba(0,0,0,.5);
    filter:alpha(opacity=50);
    position: absolute;
    z-index: 1;
}

.pop  .form{
    width: 500px;
    position: absolute;
    top: 25%;
    left: 50%;
    margin-left:-250px;
    background: #ffffff;
    z-index: 2;
    padding: 1% 2% 2%;
}

.pop  .form ul{
    margin-top: 20px;
}
.pop  .form ul li{
    color: #434343;
    font-size: 16px;
    float: left;
    width: 50%;
    margin: 5px 0;
}


.pop  .form ul li:first-child+li{
    float: right;
}
.pop  .form ul li:first-child+li+li+li{
    float: right;
}
.pop  .form ul li input{
    width: 165px;
    height: 26px;
    padding-left: 10px;
    outline: none;
    border: 0;
    font-size: 15px;
    color: #1b1b1b;
    border-bottom: 1px #e9e9e9 solid;
}

.pop  .form ul .te{
    width: 100% ;
    margin-top: 10px;
}

.pop  .form ul textarea{
    width: 98%;
    height: 200px;
    margin-top: 10px;
    border: 1px #e9e9e9 solid;
    padding:1%;
    outline: none;
}
.pop  .form ul li i{
    font-style: normal;
}

.pop  .form ul li span{
    display: none;

}
.pop  .form button{
    display: block;
    width: 180px;
    height: 38px;
    background: #319bdb;
    text-align: center;
    line-height: 38px;
    font-size: 16px;
    color: #ffffff;
    padding: 0;
    margin:20px auto 0;
}

.pop  .close{
    display: block;
    width: 50px;
    height: 50px;
    color: #434343;
    text-align: center;
    font-size: 24px;
    line-height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    font-family: Arial;
}

.pop  .close:hover{
    color: #319bdb;
    cursor: pointer;
}

.sd{
    width: 100%;
    height:119px;
    background:#f1f1f1;

}

.sd h4{
    color: #434343;
    font-size: 15px;
    padding:6px 0 6px 23px;
    line-height: 15px;
    font-weight: 500;
    display: block;
}

.sd h4 a{
    display: block;
    float: left;
    width: 360px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #319bdb;

}
.sd h4 span{
    color: #959595;
    display: block;
    float: right;
    margin-right: 26px;
}
/*客户列表*/
.kehulie{
    width: 96%;
    margin: auto;
}

.kehulie .dt{
    margin: 20px 0 10px 0;
    width:106px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    color: #434343;
    border-bottom: 1px #f1f1f1 solid;

}

.kehulie li{
    display: block;
    width: 100%;
    height: 32px;
    line-height: 32px;
    color: #707070;
    font-size: 14px;
    border-bottom: 1px #f1f1f1 solid;

}