@charset "utf-8";
/*公共样式*/
* {
    margin: 0;
    padding: 0;
}
html, body {
    position: relative;
}
body {
    font-size: 14px;
    background: #fff;
    font-family: "思源黑体 CN,宋体";
    line-height: 1.3;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    min-width: 1200px;
}
ol, ul, li {
    list-style: none;
}
a {
    text-decoration: none;
    color: #333;
    transition: all .5s;
    cursor: pointer;
}
a:hover {
    color: #ee1217;
}
em, i {
    font-style: normal;
}
h1, h2, h3, h4, h5, h6, th {
    font-weight: normal;
}
img {
    border: 0;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    object-fit: cover;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
}
input, textarea, select, button {
    border: 0;
    background: none;
    outline: 0;
    font-family: "宋体";
}
input[type="button"], input[type="text"], input[type="submit"] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
input, input:focus, input:active {
    user-select: text;
}
textarea {
    resize: none;
}
.clearfix {
    zoom: 1;
}
.clearfix:after {
    content: ".";
    *zoom: 1;
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.hide {
    display: none;
}
.container {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/*slick.css*/
.slick-slider {
    position: relative;
    z-index: 2;
}
.slick-list {
    position: relative;
    overflow: hidden;
}
.slick-list:focus {
    outline: 0;
}
.slick-list.dragging {
    cursor: pointer;
}
.slick-track {
    position: relative;
}
.slick-track:before, .slick-track:after {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
    position: relative;
    z-index: 1;
}
.slick-slide img {
    display: none;
}
.slick-slide.slick-active {
    z-index: 2;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-prev, .slick-next {
    display: block;
    width: 20px;
    height: 20px;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -10px;
}
.slick-prev:focus, .slick-next:focus {
    outline: 0;
}
.slick-prev {
    left: -25px;
}
.slick-next {
    right: -25px;
}
.slick-dots {
    width: 100%;
    font-size: 0;
    text-align: center;
    position: absolute;
    bottom: 38px;
    z-index: 4;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 5px;
}
.slick-dots li button {
    display: block;
    width: 12px;
    height: 12px;
    line-height: 0;
    font-size: 0;
    background: #137dea;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
}
.slick-dots li.slick-active button {
    background: #ee1217;
}
/*头部*/
.topbar {
    height: 35px;
    line-height: 35px;
    background: #f8f8f8;
    color: #666;
}
.topbar a {
    color: #666;
}
.topbar .fr a {
    margin-left: 10px;
}
.header {
    height: 137px;
}
.header .logo {
    float: left;
    margin-top: 39px;
}
.header .logo a {
    display: block;
    padding-right: 28px;
    border-right: 1px solid rgba(51, 51, 51, .3);
}
.header .logo img {
    display: block;
    height: 59px;
}
.header .logo-text {
    float: left;
    margin-top: 32px;
    display: block;
    padding-left: 24px;
}
.header .logo-text .title {
    font-size: 30px;
    font-weight: bold;
    color: #333;
    line-height: 1.2;
}
.header .logo-text .title i {
    font-family: "宋体";
    font-size: 39px;
    /*font-weight: bold;*/
    font-weight: normal;
    font-style: italic;
    color: #ee1217;
    padding: 0 4px;
    position: relative;
    /*top: 2px;*/
}
.header .logo-text .desc {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    line-height: 1.15;
}
.header .logo-text .desc span {
    color: #ee1217;
    font-size: 20px;
}
.header .htel {
    float: right;
    margin-top: 38px;
}
.header .htel .tit {
    font-size: 0;
    text-align: right;
}
.header .htel .tit i, .header .htel .tit span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
}
.header .htel .tit i {
    width: 26px;
    height: 26px;
    background: url(../images/htel-bg.png) no-repeat center #137dea;
    border-radius: 5px;
    margin-right: 10px;
}
.header .htel .txt {
    font-size: 32px;
    font-weight: bold;
    color: #137dea;
    margin-right: -2px;
    margin-top: 4px;
}
.header .htel .tit span {
    line-height: 26px;
    font-size: 18px;
    font-weight: bold;
}
.nav {
    height: 56px;
    background: #fff;
    border-top: 1px solid #ddd;
    position: sticky;
    top: 0;
    z-index: 22;
    box-shadow: 0px 1px 10px rgba(0, 0, 0, .06);
}
.nav .container > ul > li {
    width: 149px;
    height: 56px;
    float: left;
    font-size: 15px;
    text-align: center;
    margin-right: 1px;
    position: relative;
}
.nav .container > ul > li.home {
    width: 110px;
}
.nav .container > ul > li:before {
    display: block;
    content: "";
    width: 1px;
    height: 24px;
    background: rgba(191, 223, 255, .45);
    position: absolute;
    left: -1px;
    top: 50%;
    margin-top: -12px;
}
.nav .container > ul > li:first-child:before {
    display: none;
}
.nav .container > ul > li > a {
    display: block;
    height: 56px;
    line-height: 56px;
    color: #333 !important;
    transition: background .4s;
    position: relative;
    font-size: 16px;
}
.nav .container > ul > li > a.active, .nav .container > ul > li:hover > a {
    background: #137dea;
    color: #fff!important;
}
.nav .container > ul > li:hover .submenu {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
    height: auto;
}
.nav ul li .submenu {
    min-width: 100%;
    box-shadow: 0 0 16px -4px rgba(0, 0, 0, .3);
    position: absolute;
    left: 0;
    top: 100%;
    text-align: center;
    background: #fff;
    margin-top: 20px;
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
    transition: all .3s;
}
.nav ul li .submenu li {
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    text-align: center;
}
.nav ul li .submenu li a {
    display: block;
    height: 40px;
    line-height: 40px;
    color: #333;
    padding: 0 10px;
}
.nav ul li .submenu a:hover {
    background: #137dea;
    color: #fff !important;
}
/*底部*/
.footer-top {
    background: #0a60d1;
    padding: 26px 0;
    position: relative;
    overflow: hidden;
}
.footer-top ul li {
    height: 75px;
    float: left;
    position: relative;
    color: #fff;
}
.footer-top ul li.add {
    width: 350px;
    padding-right: 30px;
    border-right: 1px solid rgba(255, 255, 255, .2);
    margin-left: 12px;
    margin-right: 60px;
}
.footer-top ul li .icon {
    width: 31px;
    height: 27px;
    background-repeat: no-repeat;
    background-position: right center;
    position: absolute;
    left: 0;
    top: 13px;
}
.footer-top ul li.add .icon {
    background-image: url(../images/icon_add.png);
}
.footer-top ul li.ress .icon {
    background-image: url(../images/icon_ress.png);
}
.footer-top ul li .text {
    padding-left: 48px;
    padding-top: 13px;
}
.footer-top ul li .text .tit {
    line-height: 27px;
    font-size: 18px;
}
.footer-top ul li .text .intro {
    font-size: 14px;
    margin-top: 6px;
}
.footer-top ul li .text .intro span {
    margin: 0 6px;
}
.footer-top ul li .text .intro i {
    margin-left: 36px;
}
.footer {
    position: relative;
    overflow: hidden;
    background: #2d2c32;
}
.foot-model {
    padding: 68px 0 46px 0;
    color: #fff;
}
.foot-model a {
    color: #fff;
}
.foot-model .flogo {
    width: 270px;
    float: left;
}
.foot-model .flogo img {
    display: block;
    height: 62px;
    margin-bottom: 28px;
}
.foot-model .flogo {
    color: #acacad;
}
.foot-model .flogo .t1 {
    font-size: 16px;
}
.foot-model .flogo .t2 {
    font-size: 18px;
    font-weight: bold;
    margin-top: 6px;
}
.foot-model .dt {
    font-size: 18px;
}
.foot-model .fmenu {
    width: 288px;
    float: left;
    margin-left: 105px;
}
.foot-model .fmenu .dd {
    margin-top: 20px;
}
.foot-model .fmenu .dd ul li {
    width: 120px;
    height: 28px;
    line-height: 28px;
    float: left;
    margin-right: 24px;
}
.foot-model .fmenu .dd ul li:nth-child(2n-1) a {
    color: #acacad;
}
.foot-model .fmess {
    width: 454px;
    float: right;
}
.foot-model .fmess .form {
    margin-top: 24px;
}
.foot-model .fmess .form .item {
    width: 220px;
    position: relative;
}
.foot-model .fmess .form .item .input {
    display: block;
    width: 170px;
    height: 45px;
    line-height: 45px;
    background: #3e3d45;
    padding: 0 40px 0 10px;
    color: #fff;
}
.foot-model .fmess .form .item span {
    width: 30px;
    height: 45px;
    line-height: 45px;
    font-family: "宋体";
    color: #ee1217;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
}
.foot-model .fmess .form .subt {
    width: 100%;
    float: left;
    margin-top: 20px;
}
.foot-model .fmess .form .subt .btns {
    display: block;
    width: 108px;
    height: 31px;
    line-height: 31px;
    float: left;
    margin-right: 4px;
    border: 1px solid #999;
    text-align: center;
    color: #fff;
    cursor: pointer;
    transition: all .4s ease;
}
.foot-model .fmess .form .subt .btns-primary {
    border-color: #ee1217 !important;
    background: #ee1217;
}
.foot-model .fmess .form .subt .btns-primary:hover {
    background: none;
}
.foot-model .fmess .form .subt .btns:hover {
    border-color: #ee1217;
}
.foot-copy {
    line-height: 30px;
    padding: 15px 0;
    border-top: 1px solid rgba(112, 112, 112, .2);
    color: #999;
    overflow: hidden;
}
.foot-copy a {
    color: #999;
}
/*首页*/
.home-title {
    font-family: "宋体";
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
}
.home-title span {
    color: #ee1217;
}
.home-desc {
    font-size: 24px;
    text-align: center;
    margin-top: 8px;
}
/*首页---广告图*/
.home-banner .slick-slide:first-child {
    display: block;
}
.home-banner .slick-slide {
    width: 100%;
    height: 600px;
    background-repeat: no-repeat;
    background-position: center top;
}
/*首页---热门关键词*/
.home-hotsearch {
    height: 60px;
    border-bottom: 1px solid #dfdfdf;
}
.home-hotsearch .keywords {
    float: left;
    line-height: 60px;
}
.home-hotsearch .keywords .tit {
    float: left;
    font-size: 15px;
    height: 60px;
    line-height: 60px;
    position: relative;
}
.home-hotsearch .keywords .tit span {
    font-weight: bold;
    color: #137dea;
    margin-right: 4px;
}
.home-hotsearch .keywords .tit i{
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-right: 5px;
    vertical-align: middle;
    background: url(../images/position.png) no-repeat center;
    background-size: 100%;
}
.home-hotsearch .keywords .tit:after {
    display: block;
    content: "";
    width: 22px;
    height: 4px;
    background: #137dea;
    position: absolute;
    left: 0;
    bottom: -1px;
}
.home-hotsearch .keywords .list {
    float: left;
}
.home-hotsearch .keywords .list li {
    float: left;
    margin-right: 14px;
    height: 60px;
    line-height: 60px;
    font-size: 15px;
}
.home-hotsearch .keywords .list li a {
    color: #666;
}
.home-hotsearch .sform {
    width: 304px;
    height: 38px;
    float: right;
    margin-top: 11px;
}
.home-hotsearch .sform .input {
    display: block;
    width: 217px;
    height: 36px;
    float: left;
    line-height: 36px;
    border-width: 1px 0 1px 1px;
    border-style: solid;
    border-color: #ddd;
    padding: 0 16px;
}
.home-hotsearch .sform .subtns {
    display: block;
    width: 54px;
    height: 38px;
    float: right;
    background: url(../images/search-btns.png) no-repeat center #137dea;
    cursor: pointer;
}
/*首页---关于我们*/
.home-about .introduct {
    background: #fff;
    padding: 80px 0 90px 0;
    font-size: 0;
    text-align: right;
}
.home-about .introduct .text {
    width: 525px;
    margin-right: 75px;
}
.home-about .introduct > div {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: bottom;
    font-size: 14px;
}
.home-about .introduct .text {
    text-align: left;
}
.home-about .introduct .text .en {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.1;
}
.home-about .introduct .text .ch {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.1;
    margin-top: 6px;
}
.home-about .introduct .text .desc {
    font-size: 16px;
    line-height: 32px;
    max-height: 192px;
    overflow: hidden;
    margin-top: 40px;
    margin-bottom: 20px;
}
.home-about .introduct .text .more {
    display: inline-block;
    position: relative;
    font-size: 16px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
}
.home-about .introduct .text .more:before {
    display: inline-block;
    content: "";
    width: 16px;
    height: 5px;
    background: #137dea;
    vertical-align: top;
    margin-top: 10px;
    margin-right: 10px;
    transition: all .3s linear;
}
.home-about .introduct .text .more:hover:before {
    width: 24px;
}
.home-about .introduct .text .tips {
    font-size: 20px;
    font-weight: bold;
    margin-top: 24px;
}

.home-about .introduct .text .bd {
    margin-top: 16px;
}

.home-about .introduct .text .bd ul {
    margin-right: -10px;
    max-height: 190px;
    overflow: hidden;
}

.home-about .introduct .text .bd ul li {
    width: 166px;
    height: 83px;
    float: left;
    background: #f8f8f8;
    border: 1px solid #ddd;
    margin-right: 10px;
    margin-top: 10px;
    position: relative;
    overflow: hidden;
}

.home-about .introduct .text .bd ul li img {
    display: block;
    width: 100%;
    height: 100%;
}

.home-about .introduct .text .bd ul li.on:before {
    display: block;
    content: "";
    width: 166px;
    height: 83px;
    border: 1px solid #137dea;
    position: absolute;
    left: 0;
    top: 0;
}

.home-about .introduct .pic {
    width: 50%;
    position: relative;
}

.home-about .introduct .pic a{
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -25px;
    display: inline-block;
    z-index: 999;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    text-align: center;
    background: url(../images/v.png) no-repeat left center;
    background-size: cover;
}

.home-about .introduct .pic img{
    display: block;
    width: 596px;
}
.home-about .adves {
    height: 184px;
    background: url(../images/inadves_bg.jpg) no-repeat center bottom;
}
.home-about .adves ul li {
    width: 300px;
    float: left;
    margin-top: 34px;
    position: relative;
    text-align: center;
    color: #fff;
}
.home-about .adves ul li:first-child {
    text-align: left;
}
.home-about .adves ul li:not(:first-child):before {
    display: block;
    content: "";
    width: 1px;
    height: 76px;
    background: #fff;
    position: absolute;
    left: -1px;
    top: 20px;
}
.home-about .adves ul li .num {
    line-height: 1.05;
}
.home-about .adves ul li .num span {
    font-family: "宋体";
    font-size: 75px;
    font-weight: bold;
    letter-spacing: 3px;
}
.home-about .adves ul li .num i {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    background: #ee1217;
    border-radius: 50%;
    font-size: 12px;
    text-align: center;
    margin-left: 4px;
    margin-bottom: 10px;
    vertical-align: bottom;
}
.home-about .adves ul li .title {
    font-size: 16px;
    margin-top: 12px;
}
.home-about .adves ul li:first-child .title {
    padding-left: 34px;
}
/*首页---产品中心*/
.home-products {
    padding: 86px 0 64px 0;
}
.home-products .left {
    width: 236px;
    float: left;
    background: #137dea;
    border-radius: 5px;
}
.home-products .left .subtitle {
    padding: 30px 14px 0 25px;
    color: #fff;
}
.home-products .left .subtitle .ch {
    font-size: 30px;
    font-weight: bold;
}
.home-products .left .subtitle .en {
    font-size: 19px;
    font-weight: bold;
    text-transform: uppercase;
    margin-left: 6px;
    margin-top: 4px;
}
.home-products .left .lmenu {
    margin-top: 26px;
    padding: 0 11px;
}
.home-products .left .lmenu li {
    font-size: 16px;
    margin-bottom: 7px;
}
.home-products .left .lmenu li a {
    display: block;
    height: 45px;
    line-height: 45px;
    background: #fff;
    color: #0051a2;
    padding: 0 14px 0 36px;
}
.home-products .left .lmenu li a:hover{
    background: #ee1217;
    color: #fff;
}
.home-products .left .ltel {
    position: relative;
    height: 42px;
    padding-left: 52px;
    margin: 34px 14px;
    color: #fff;
}
.home-products .left .ltel .icon {
    width: 42px;
    height: 42px;
    background: url(../images/prostel_icon.png) no-repeat center #fff;
    border-radius: 5px;
    position: absolute;
    left: 0;
    top: 0;
}
.home-products .left .ltel .tit {
    font-size: 15px;
}
.home-products .left .ltel .num {
    font-size: 18px;
    font-weight: bold;
    margin-top: 3px;
}
.home-products .rigth {
    width: 930px;
    float: right;
}
.home-products .rigth .subtitle {
    font-size: 30px;
    font-weight: bold;
    color: #137dea;
    position: relative;
}
.home-products .rigth .subtitle .more {
    font-size: 12px;
    color: #111;
    position: absolute;
    right: 0;
    bottom: 8px;
}
.home-products .rigth .subtitle .more span {
    font-family: "宋体";
    margin-left: 4px;
}
.home-products .rigth .list {
    margin-top: 20px;
}
.home-products .rigth .list .row {
    margin-left: -15px;
}
.home-products .rigth .list .item {
    width: 300px;
    float: left;
    margin-left: 15px;
    margin-bottom: 16px;
}
.home-products .rigth .list .item .pic {
    border: 1px solid #137dea;
    text-align: center;
    overflow: hidden;
}
.home-products .rigth .list .item .pic img {
    display: block;
    width: 100%;
    height: auto;
    transition: all .8s ease;
}
.home-products .rigth .list .item:hover .pic img {
    transform: scale(1.1);
}
.home-products .rigth .list .item .title {
    height: 34px;
    line-height: 34px;
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
}
/*首页---问题*/
.home-question {
    height: 676px;
    background: url(../images/inquestion_bg.jpg) no-repeat center;
}
.home-question .home-title {
    padding-top: 66px;
    color: #fff;
}
.home-question .box {
    width: 804px;
    margin-top: 48px;
}
.home-question .box .item {
    width: 388px;
    height: 194px;
    float: left;
    margin-right: 14px;
    margin-bottom: 21px;
    background: #fff;
}
.home-question .box .item .text {
    padding: 38px 72px 20px 60px;
}
.home-question .box .item:nth-child(2n) .text {
    padding-left: 70px;
}
.home-question .box .item:nth-child(2) .text {
    padding-right: 90px;
}
.home-question .box .item .text .title {
    font-size: 30px;
    font-weight: bold;
    position: relative;
    z-index: 1;
}
.home-question .box .item .text .title:before {
    display: block;
    content: "";
    width: 123px;
    height: 19px;
    background: rgba(19, 125, 234, .5);
    position: absolute;
    left: 0;
    bottom: -2px;
    z-index: -1;
}
.home-question .box .item .text .desc {
    font-size: 16px;
    line-height: 27px;
    margin-top: 10px;
}
/*首页---优势*/
.home-advantage {
    padding: 56px 0 32px 0;
    background: #f8f8f8;
    font-family: "宋体";
    overflow: hidden;
}
.home-advantage .box {
    margin-top: 44px;
}
.home-advantage .box .item {
    font-size: 0;
}
.home-advantage .box .item.n2 {
    padding: 32px 0;
    text-align: right;
}
.home-advantage .box .item > div {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    font-size: 14px;
    text-align: left;
}
.home-advantage .box .item .pic {
    width: 50%;
}
.home-advantage .box .item .pic img {
    display: block;
    width: 100%;
}
.home-advantage .box .item .text {
    width: 512px;
    margin-left: 76px;
}
.home-advantage .box .item .text .title {
    font-size: 40px;
    font-weight: bold;
    color: #137dea;
}
.home-advantage .box .item .text .ch {
    font-size: 24px;
    font-weight: bold;
    color: #222;
    margin-top: 6px;
}
.home-advantage .box .item .text .en {
    font-size: 20px;
    font-weight: bold;
    color: #666;
    filter: alpha(opacity:.3);
    opacity: .3;
    text-transform: uppercase;
    margin-top: 12px;
}
.home-advantage .box .item .text .desc {
    font-size: 15px;
    line-height: 25px;
    color: #666;
    margin-top: 38px;
}
.home-advantage .box .item .text .desc p {
    margin-bottom: 12px;
}
.home-advantage .box .item .text .tags {
    margin-top: 40px;
}
.home-advantage .box .item .text .tags li {
    height: 80px;
    float: left;
    border-right: 1px solid #ddd;
    padding-right: 46px;
    margin-right: 62px;
}
.home-advantage .box .item .text .tags li:last-child {
    border-right: 0;
}
.home-advantage .box .item .text .tags li .num {
    font-size: 48px;
    font-weight: bold;
    color: #ee1217;
    line-height: 1;
}
.home-advantage .box .item .text .tags li .num span {
    font-size: 15px;
    font-weight: normal;
    color: #222;
    margin-left: 10px;
}
.home-advantage .box .item .text .tags li .tt {
    font-size: 16px;
    color: #222;
    margin-top: 6px;
}
.home-advantage .box .item.n2 {
    position: relative;
    z-index: 1;
    padding: 24px 0;
    margin: 32px 0;
}
.home-advantage .box .item.n2:after {
    display: block;
    content: "";
    width: calc(50% + 600px);
    height: 100%;
    background: #fff;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.home-advantage .box .item.n2 .text {
    position: relative;
    z-index: 2;
    margin-left: 0;
    margin-right: 40px;
}
/*首页---行业应用*/
.home-industry {
    background: #fff;
    position: relative;
    overflow: hidden;
    padding: 76px 0;
}
.home-industry .box {
    margin-top: 48px;
}
.home-industry .box .dd {
    height: 431px;
    overflow: hidden;
    background: #f2f2f2;
}
.home-industry .box .dd .tabitem {
    height: 431px;
}
.home-industry .box .dd .pic {
    width: 600px;
    float: left;
    overflow: hidden;
}
.home-industry .box .dd .pic img {
    display: block;
    width: 600px;
    height: 431px;
    transition: all 1s ease;
}
.home-industry .box .dd .pic:hover img {
    transform: scale(1.1);
}
.home-industry .box .dd .text {
    width: 500px;
    float: right;
    margin-right: 58px;
    margin-top: 68px;
}
.home-industry .box .dd .text .title {
    height: 30px;
    line-height: 30px;
    font-size: 24px;
    font-weight: bold;
}
.home-industry .box .dd .text .desc {
    height: 190px;
    line-height: 26px;
    font-size: 16px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: 22px;
    margin-bottom: 22px;
}
.home-industry .box .dd .text .more {
    color: #0a60d1;
}
.home-industry .box .dd .text .imglist {
    margin-top: 28px;
    position: relative;
}
.home-industry .box .dd .text .imglist a.sprev, .home-industry .box .dd .text .imglist a.snext {
    display: block;
    width: 15px;
    height: 28px;
    position: absolute;
    top: 50%;
    margin-top: -14px;
    z-index: 22;
}
.home-industry .box .dd .text .imglist a.sprev {
    left: 0;
    background: url(../images/inty_prev.png) no-repeat;
}
.home-industry .box .dd .text .imglist a.snext {
    right: 0;
    background: url(../images/inty_next.png) no-repeat;
}
.home-industry .box .dd .text .imglist .bd {
    width: 428px;
    height: 94px;
    margin: 0 auto;
    overflow: hidden;
}
.home-industry .box .dd .text .imglist .bd ul li {
    width: 200px;
    height: 94px;
    float: left;
    margin: 0 7px;
    background: #fff;
}
.home-industry .box .dd .text .imglist .bd ul li img {
    display: block;
    width: 100%;
    height: 100%;
}
.home-industry .box .dt {
    margin-top: 20px;
}
.home-industry .box .dt ul {
    margin: 0 -1px;
}
.home-industry .box .dt ul li {
    width: 169px;
    height: 104px;
    float: left;
    margin: 0 1px;
    background: #f2f2f2;
    cursor: pointer;
}
.home-industry .box .dt ul li:first-child, .home-industry .box .dt ul li:last-child {
    width: 170px;
}
.home-industry .box .dt ul li a {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0s;
}
.home-industry .box .dt ul li .icon {
    display: block;
    width: 44px;
    height: 39px;
    margin: 16px auto 0;
    background-repeat: no-repeat;
}
.home-industry .box .dt ul li .ico1 {
    background-image: url(../images/industry_ico1.png);
}
.home-industry .box .dt ul li .ico2 {
    background-image: url(../images/industry_ico2.png);
}
.home-industry .box .dt ul li .ico3 {
    background-image: url(../images/industry_ico3.png);
}
.home-industry .box .dt ul li .ico4 {
    background-image: url(../images/industry_ico4.png);
}
.home-industry .box .dt ul li .ico5 {
    background-image: url(../images/industry_ico5.png);
}
.home-industry .box .dt ul li .ico6 {
    background-image: url(../images/industry_ico6.png);
}
.home-industry .box .dt ul li .ico7 {
    background-image: url(../images/industry_ico7.png);
}
.home-industry .box .dt ul li span {
    display: block;
    margin-top: 8px;
    text-align: center;
    font-size: 16px;
}
.home-industry .box .dt ul li.on {
    background: #0a60d1;
}
.home-industry .box .dt ul li.on .ico1 {
    background-image: url(../images/industry_ico1_on.png);
}
.home-industry .box .dt ul li.on .ico2 {
    background-image: url(../images/industry_ico2_on.png);
}
.home-industry .box .dt ul li.on .ico3 {
    background-image: url(../images/industry_ico3_on.png);
}
.home-industry .box .dt ul li.on .ico4 {
    background-image: url(../images/industry_ico4_on.png);
}
.home-industry .box .dt ul li.on .ico5 {
    background-image: url(../images/industry_ico5_on.png);
}
.home-industry .box .dt ul li.on .ico6 {
    background-image: url(../images/industry_ico6_on.png);
}
.home-industry .box .dt ul li.on .ico7 {
    background-image: url(../images/industry_ico7_on.png);
}
.home-industry .box .dt ul li.on span {
    color: #fff;
}
/*首页---荣誉资质*/
.home-honor {
    background: url(../images/inhonor_bg.jpg) no-repeat center top;
    padding: 84px 0 58px 0;
    position: relative;
    overflow: hidden;
}
.home-honor .bxscroll {
    margin-top: 54px;
    position: relative;
}
.home-honor .bxscroll a.prev, .home-honor .bxscroll a.next {
    display: block;
    width: 15px;
    height: 28px;
    position: absolute;
    top: 50%;
    margin-top: -14px;
    z-index: 22;
}
.home-honor .bxscroll a.prev {
    left: -32px;
    background: url(../images/inty_prev.png) no-repeat;
}
.home-honor .bxscroll a.next {
    right: -32px;
    background: url(../images/inty_next.png) no-repeat;
}
.home-honor .bxscroll .bd {
    margin: 0 -24px;
    padding: 5px 7px;
    overflow: hidden;
}
.home-honor .bxscroll .bd .tempWrap {
    overflow: visible !important;
}
.home-honor .bxscroll .bd ul {
    overflow: visible !important;
    height: 230px;
}
.home-honor .bxscroll .bd ul li {
    width: 274px;
    height: 230px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .06);
    margin: 0 17px;
    transition: all .5s ease;
    float: left;
}
.home-honor .bxscroll .bd ul li a {
    display: block;
    padding: 22px 27px;
}
.home-honor .bxscroll .bd ul li .pic {
    height: 158px;
    text-align: center;
}
.home-honor .bxscroll .bd ul li .pic img {
    max-width: 100%;
    height: 100%;
}
.home-honor .bxscroll .bd ul li:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}
.home-honor .bxscroll .bd ul li .title {
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    text-align: center;
    margin-top: 6px;
}
.home-honor .bxsecane {
    margin-top: 78px;
}
.home-honor .bxsecane .tabtit {
    position: relative;
}
.home-honor .bxsecane .tabtit:before {
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background: #bdbdbd;
    position: absolute;
    left: 0;
    top: 20px;
    z-index: 1;
}
.home-honor .bxsecane .tabtit ul {
    font-size: 0;
    text-align: center;
    position: relative;
    z-index: 2;
}
.home-honor .bxsecane .tabtit ul li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    width: 142px;
    height: 39px;
    line-height: 39px;
    margin: 0 6px;
    border: 1px solid #333;
    background: #fff;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
}
.home-honor .bxsecane .tabtit ul li.on {
    background: #137dea;
    border-color: #137dea;
    color: #fff;
}
.home-honor .bxsecane .tabcont {
    margin-top: 36px;
    height: 197px;
}
.home-honor .bxsecane .tabitem {
    position: relative;
}
.home-honor .bxsecane .tabitem a.sprev, .home-honor .bxsecane .tabitem a.snext {
    display: block;
    width: 15px;
    height: 28px;
    position: absolute;
    top: 50%;
    margin-top: -14px;
    z-index: 22;
}
.home-honor .bxsecane .tabitem a.sprev {
    left: -32px;
    background: url(../images/inty_prev.png) no-repeat;
}
.home-honor .bxsecane .tabitem a.snext {
    right: -32px;
    background: url(../images/inty_next.png) no-repeat;
}
.home-honor .bxsecane .tabitem .bd {
    margin: 0 -6px;
}
.home-honor .bxsecane .tabitem .bd ul li {
    width: 291px;
    float: left;
    margin: 0 6px;
    overflow: hidden;
}
.home-honor .bxsecane .tabitem .bd ul li img {
    display: block;
    width: 100%;
    height: 197px;
    transition: all .8s ease;
}
.home-honor .bxsecane .tabitem .bd ul li:hover img {
    transform: scale(1.1);
}
/*首页---新闻动态*/
.home-news {
    background: #fff;
    padding: 66px 0;
}
.home-news .home-title {
    color: #137dea;
}
.home-news .box {
    margin-top: 42px;
}
.home-news .box .dt {
    height: 50px;
    background: #f8f8f8;
    position: relative;
}
.home-news .box .dt ul li {
    min-width: 131px;
    height: 50px;
    line-height: 50px;
    float: left;
    padding: 0 11px;
    font-size: 20px;
    color: #222;
    text-align: center;
    cursor: pointer;
}
.home-news .box .dt .more {
    position: absolute;
    right: 20px;
    top: 0;
}
.home-news .box .dt .more a {
    display: block;
    height: 50px;
    line-height: 50px;
    position: relative;
    padding-right: 22px;
    font-size: 15px;
    color: #999;
    text-transform: uppercase;
}
.home-news .box .dt .more a i {
    display: block;
    width: 14px;
    height: 11px;
    background: url(../images/nmore_btn.png) no-repeat;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -6px;
}
.home-news .box .dt ul li.on {
    background: #137dea;
    color: #fff;
}
.home-news .box .dd {
    /*margin-top: 44px;*/
}
.home-news .box .left {
    width: 704px;
    float: left;
}
.home-news .box .left .firstcon {
    overflow: hidden;
}
.home-news .box .left .firstcon .pic {
    width: 303px;
    height: 184px;
    overflow: hidden;
    float: left;
}
.home-news .box .left .firstcon .pic img {
    display: block;
    width: 303px;
    height: 184px;
    transition: all .8s ease;
}
.home-news .box .left .firstcon .pic:hover img {
    transform: scale(1.1);
}
.home-news .box .left .firstcon .text {
    width: 380px;
    float: right;
    margin-top: 6px;
}
.home-news .box .left .firstcon .text .title {
    font-size: 18px;
    color: #222;
    height: 24px;
    line-height: 24px;
}
.home-news .box .left .firstcon .text .title a {
    color: #222;
}
.home-news .box .left .firstcon .text .time {
    margin-top: 6px;
    color: #888;
}
.home-news .box .left .firstcon .text .desc {
    height: 66px;
    line-height: 22px;
    color: #888;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: 12px;
}
.home-news .box .left .firstcon .text .more {
    display: block;
    width: 101px;
    height: 31px;
    line-height: 31px;
    border: 1px solid #ddd;
    font-size: 14px;
    color: #888;
    text-align: center;
    margin-top: 15px;
}
.home-news .box .left .firstcon .text .more:hover {
    border-color: #ee1217;
    background: #ee1217;
    color: #fff !important;
}
.home-news .box .left .list {
    margin-top: 22px;
}
.home-news .box .left .list li a {
    display: block;
    height: 42px;
    line-height: 42px;
    padding-right: 120px;
    position: relative;
    border-bottom: 1px dashed #999;
}
.home-news .box .left .list li .title {
    padding-left: 20px;
    margin-left: 6px;
    background: url(../images/nlik_icon.png) no-repeat left center;
}
.home-news .box .left .list li .time {
    font-size: 15px;
    color: #0051a2;
    position: absolute;
    right: 10px;
    top: 0;
}
.home-news .box .right {
    width: 455px;
    float: right;
}
.home-news .box .right .dt li {
    cursor: auto;
}
.home-news .box .right .dd .item a {
    display: block;
    background: #f9f9f9;
    padding: 34px 10px 25px 14px;
    color: #1a1a1a;
}
.home-news .box .right .dd .item:nth-child(2n) a {
    background: #fff;
}
.home-news .box .right .dd .item .title {
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    padding-left: 32px;
    position: relative;
}
.home-news .box .right .dd .item .title span {
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: #ff6600;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
}
.home-news .box .right .dd .item .desc {
    height: 50px;
    line-height: 25px;
    padding-left: 32px;
    color: #999;
    position: relative;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 12px;
}
.home-news .box .right .dd .item .desc span {
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: #19b27c;
    border-radius: 5px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 0;
    top: 2px;
}
/*首页---友情链接*/
.home-links {
    border-top: 1px solid #ddd;
    padding: 31px 0;
    position: relative;
    min-height: 32px;
    line-height: 32px;
}
.home-links span {
    float: left;
    font-size: 18px;
}
.home-links ul {
    margin-left: 100px;
    margin-right: 100px;
}
.home-links ul li {
    height: 32px;
    line-height: 32px;
    float: left;
    margin-right: 16px;
    font-size: 15px;
}
.home-links ul li a {
    color: #666;
}
.home-links .more {
    font-size: 15px;
    position: absolute;
    right: 0;
    top: 0;
}
.home-links .more i {
    font-family: "宋体";
    margin-left: 6px;
    color: #111;
}
/*pages*/
.page-banner{ height: auto; overflow: hidden; }
.page-main{ overflow: hidden; padding: 40px 0; }
.page-left{ width: 240px; }
.page-category h2{ background: #0a60d1; color: #fff; padding: 20px 38px; font-size: 24px; margin-bottom: 2px; }
.page-category ul{ border-top: 3px solid #0a60d1; }
.page-category ul li{ margin-bottom: 2px; }
.page-category ul li a{ display: block; padding:0 15px 0 38px; height: 50px; line-height: 50px; font-size: 16px; background: #eee; position: relative; }
.page-category ul li a:after{ content: ""; position: absolute; top: 50%; margin-top: -1px; right: 30px; width: 10px; height: 2px; background: #fff; display: none; opacity: .8; }
.page-category ul li a:hover,.page-category ul li a.on{ background: #0a60d1; color: #fff!important; }
.page-category ul li a:hover:after,.page-category ul li a.on:after{ display: inline-block; }
.page-tel{ background:#0a60d1; color: #fff; text-align: center; padding: 20px 0; }
.page-tel h5{ font-size: 15px; margin-bottom: 5px;}
.page-tel h5 i{ display: inline-block; width: 30px; height: 30px; padding-right: 10px;}
.page-tel h5 i img{ width: 100%; height: auto;}
.page-tel p{ font-size: 24px; font-weight: 700; }
.page-right{ width: 930px; }
.page-rtit{ position: relative; height: 50px; line-height: 50px; border-bottom: 1px solid #ddd; font-size: 24px; }
.page-rtit:after{ content: ""; position: absolute; left: 0; bottom: -1px; width: 120px; height: 1px; background: #0a60d1; z-index: 99; }
.page-prolist{ padding-top: 20px; overflow: hidden;}
.page-prolist ul{ margin: 0 -10px; }
.page-prolist ul li{ width: 33.3333%; float: left; margin-bottom: 20px;}
.page-prolist ul li a{ display: block; margin: 0 10px; border:1px solid #ddd; text-align: center;}
.imgbox{ overflow: hidden; }
.page-prolist ul li a img{ display: block; height: auto; -webkit-transition: all 1s; transition: all 1s; }
.page-prolist ul li a h3{ overflow: hidden; white-space: nowrap; text-overflow: ellipsis; padding: 15px 0;font-size:18px; }
.page-prolist ul li a:hover img{ transform: scale(1.05, 1.05); -webkit-transform: scale(1.05, 1.05); }
.pro-info{ overflow: hidden; position: relative;}
.pro-imglist{ float: left; }
.product-left{ width: 500px; border:1px solid #ddd; }
.product-left img{  }
.product-right{ width: 400px; position: relative; }
.swiper-container {width: 100%;height: 100%;}
.swiper-slide {text-align: center;font-size: 18px;background: #fff;
  /* Center slide text vertically */display: -webkit-box;display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center;-webkit-align-items: center;align-items: center;}
.product-title{ height: 50px; line-height: 50px; overflow: hidden; border-bottom: 1px solid #ddd;}
.product-desc{ height: 300px; overflow: hidden; line-height: 26px; color: #666; font-size: 15px; padding-top: 20px; }
.product-tel{ position: absolute; width: 100%; left: 0; bottom: 0; border-top: 2px solid #e6e6e6; padding-top: 20px; }
.product-tel .tel{ font-size: 16px; vertical-align: middle; height: 50px; }
.product-tel .tel img{ vertical-align: middle; }
.product-tel .tel span{ display: inline-block; vertical-align: middle; padding-left: 10px;}
.product-tel .online a{ display: inline-block; background: #ee1217; color: #fff; font-size: 18px; height: 44px; line-height: 44px; padding-left: 30px; padding-right: 30px; }
.pro-content{ margin-top: 40px; }
.pro-contenttit{ border-bottom:2px solid #ddd; height: 46px; line-height: 46px;}
.pro-contenttit span{ display: inline-block; color: #333; font-size: 24px; background: url(../images/p14-icon11.png) no-repeat left center; padding-left: 35px; border-bottom: 2px solid #131f37; }
.pro-contenttit i{ margin-left: 10px; font-size: 18px; font-family: 宋体; color: #c2c2c2; text-transform: uppercase; }
.pro-contenttxt{ padding: 30px 0; line-height: 28px; font-size: 15px; }
.pro-contenttxt img{width: 100%!important; height: auto!important;}
.hots-title{ border-bottom: 2px solid #dfdfdf; height: 46px; line-height: 46px; }
.hots-title span{ font-size: 24px; display: inline-block; color: #464646; border-bottom: 2px solid #131f37; background: url(../images/p14-icon11.png) no-repeat left center; padding-left: 35px; }
.hots-title i{ margin-left: 10px; font-size: 18px; font-family: 宋体; color: #c2c2c2; text-transform: uppercase; }
.pro-hots ul{ margin:0 -10px; overflow: hidden; padding-top: 30px; }
.pro-hots ul li{ float: left; width: 25%; }
.pro-hots ul li a{ display: inline-block; margin:0 10px; border:1px solid #ddd;}
.pro-hots ul li a:hover{ border:1px solid #0a60d1; color:#0a60d1; }
.pro-hots ul li a h3{ font-size: 16px; height: 45px; line-height: 45px; text-align: center; }
.headlines{ background: #f8f8f8; border:1px solid #ddd; }
.page-newslist{ display: block; overflow:hidden; }
.page-newslist ul li{ overflow: hidden; margin-bottom: 15px; }
.page-newslist ul li a{ border:1px solid #ddd; display: block; overflow: hidden; padding: 20px; }
.page-newslist ul li a:hover{ border:1px solid #137dea; }
.page-newspic{ float: left; width: 250px;}
@media only screen and (min-width: 768px) {
    .page-newspic{height:178px;overflow:hidden;}
    .page-newspic img{width:100%;height: 100%;}
}
.page-newstext{ float: left; width: 590px; padding-left: 30px;}
.page-newstext h2{ color: #333; padding: 10px 0;}
.page-newstext p{ color:#666; margin: 10px 0;}
.page-newstext i{ display: inline-block; background: #eee; padding: 5px 15px; float: right; margin-top: 10px;}
.article{ border:1px solid #ddd; padding:50px; overflow: hidden; }
.article h1{ text-align: center; padding-bottom: 20px; }
.article-info{ position: relative; text-align: center; padding-bottom: 20px; border-bottom: 1px dashed #ddd; margin-bottom: 30px; }
.article-info span{ display: inline-block; padding: 0 8px; color: #999; height: 34px; line-height: 34px; }
.article-code{ display: inline-block; width: 18px; height: 18px; background: url(../images/qrcode.gif) no-repeat center; vertical-align: middle;}
.art-codebox{ border:1px solid #ddd; width: 75px; padding: 10px; overflow: hidden; position: absolute; top: 0; right: 90px; z-index: 999; background: #fff; display: none; }
.art-codebox p{ height: 16px; line-height: 16px; }
.article-code:hover .art-codebox{ display: block; }
.article-content{ font-size: 15px; line-height: 28px; margin-bottom: 50px; }
.article-prev{ border-top: dashed 1px #ddd; padding: 20px 0; margin-top: 40px; }
.article-prev ul li{ float: left; font-size: 15px; }
.article-prev ul li p{ display: block; height: 35px; line-height: 35px; }
.article-prev ul li:nth-of-type(1){ width: 80%; }
.article-prev ul li:nth-of-type(2){ width: 20%; }
.back-list a{ background: #eee; display: inline-block; padding: 5px 15px; float: right; }
.article-relate{ background: #f8f8f8; padding: 20px; overflow: hidden; }
.relate-title{ font-size: 20px; border-bottom:1px solid #ddd; padding-bottom: 10px;}
.article-relate ul{ padding-top: 20px; }
.article-relate ul li{ float: left; width: 50%; }
.article-relate ul li a{ display: block; height: 30px; line-height: 30px; overflow: hidden; position: relative; padding-left: 12px; }
.article-relate ul li a:before{ content: ""; display: inline-block; position: absolute; width: 3px; height: 3px; margin-top: -1.5px; left: 0; top: 50%; background: #777; }
.concept{ overflow: hidden; }
.concept h2,.joblist h2{ font-weight: 700; margin-top: 20px; margin-bottom: 40px; text-align: center; font-size: 30px; height: 50px; line-height: 50px;}
.concept ul{ margin: 0 -10px; }
.concept ul li{ float: left; width: 33.33%; margin-bottom: 50px; }
.concept ul li .conceptbox{ margin: 0 10px; background: #f8f8f8; }
.conceptbox{ text-align: left; padding:40px; height: 290px; position: relative; transition: all .5s; }
.conceptbox:after{ content: ""; width: 0px; height: 5px; background: #137dea; position: absolute; left: 0; bottom: 0; transition: all .5s;}
.conceptbox:hover:after{ width: 100%; }
.conceptbox h3{ font-size: 24px; margin-bottom: 20px; font-weight: bold; position: relative; height: 60px; line-height: 60px; }
.conceptbox h3:after{ content: ""; width: 60px; height: 3px; position: absolute; left: 0; bottom: 0; background: #137dea; }
.conceptbox p{ font-size: 15px; line-height: 28px; }
.joblist{ position: relative; }
.jobcontent ul li{ margin-bottom: 20px; line-height: 56px; border: 1px solid #eee; border-radius: 5px; font-size: 15px; padding:10px 30px; overflow: hidden;  }
.jobcontent ul li span{ display: block; height: 100%; width: 100%; position: relative; }
.jobcontent ul li span em{ font-weight: 400; font-size: 16px; display: inline-block; width: 200px; padding-right: 50px; color: #666 }
.jobcontent ul li span em:nth-of-type(1){ font-weight: bold; color: #137dea; }
.jobcontent ul li span i{ display: block; height: 20px; width: 20px; background: url(../images/arr.png) no-repeat center center; background-size:80% 80%; position: absolute; right: 0px; top: 50%; margin-top: -10px;  transition: all 0.3s ease-out; transform: rotate(0deg);}
.jobcontent ul li span i.action{ transition: all 0.3s ease-out;transform: rotate(180deg);}
.jobcontent ul li>dl{ display: none; padding-left: 35px; background: #fff; border-left: 5px solid #ddd; }
.jobcontent ul li>dl dd{ line-height: 30px; margin: 20px 0; }
.jobcontent ul li>dl a{ display: block; height: 100%; width: 100%; font-size: 14px; color: #222; text-decoration: none; }
.page-menu{ overflow: hidden; margin-bottom: 40px; }
.page-menu ul li{ float: left; text-align: center; width: 20%; }
.page-menu ul li a{position: relative; display: block; height: 55px; line-height: 55px; background:#f4f4f4; display:block; border-left:1px solid #d8d8d8; font-size: 16px; overflow: hidden;}
.page-menu ul li a:after{ content: ""; position: absolute; bottom: -10px; left: 50%; margin-left: -7.5px; transform:rotate(45deg); -moz-transform:rotate(45deg); -webkit-transform:rotate(45deg); -ms-transform:rotate(45deg); -o-transform:rotate(45deg); width: 15px; height: 15px; background:#fff; z-index: 999; display: none;}
.page-menu ul li:first-child a{ border-left: none; }
.page-menu ul li a:hover,.page-menu ul li a.on{ background:#0a60d1; color: #fff; }
.page-menu ul li a:hover:after,.page-menu ul li a.on:after{ display: block; }
.page-about h2{ font-weight: bold; font-size: 24px; text-align: center; line-height: 1.8;}
.page-about h2 span{ color: #0a60d1; }
.page-about h3{ font-size: 14px; color: #999; text-align: center; position: relative; background: #fff; vertical-align: middle; margin-bottom: 50px;}
.page-about h3 i{ display: inline-block; width: 20px; height: 1px; background: #0a60d1; vertical-align: middle; margin-left: 10px; margin-right: 10px; }
.page-abcontent{ overflow: hidden; }
.ab-left{ width: 45%; }
.ab-right{ width: 50%; }
.ab-right p{ font-size: 15px; line-height: 28px; margin-bottom: 15px; }
/*单页图片列表*/
.page-imglist{ overflow: hidden; }
/* gallery */
.zoomed > .gallery{-webkit-filter:blur(3px);filter:blur(3px);}
.gallery{ overflow: hidden; margin:0 -10px;}
.gallery li{float:left; width: 33.33%; margin-bottom: 20px;}
.gallery li a{ display: block; margin: 0 10px; border:1px solid #ddd; }
.gallery li a:hover{ border:1px solid #137dea; }
.gallery li:nth-child(6n){padding-right:0;}
.gallery li a,.gallery li img{float:left;}
.single-content{ margin-bottom: 50px; }

.page-search{ font-size: 20px; border-bottom: 1px solid #ddd; padding: 10px 0; margin-bottom: 30px; }


/*合作客户*/
.page-customer{ margin:0 -5px; }
.customer-title{ text-align: center; padding: 20px 0; }
.customer-title h2{ font-weight: bold; font-size: 24px; text-align: center; line-height: 1.8; }
.customer-title h2 span{ color: #0a60d1; }
.customer-title h3{ font-size: 14px; color: #999; position: relative; vertical-align: middle;  }
.customer-title h3 i{ display: inline-block; width: 20px; height: 1px; background: #0a60d1; vertical-align: middle; margin-left: 10px; margin-right: 10px; }
.page-customer li{ float: left; width: 16.66%; margin-bottom: 10px; }
.customerbox{ border:1px solid #ddd; margin: 0 5px;}
.page-customer li img{ display: block; width: 100%; height: auto; }

/*分页*/
.pages { padding: 50px 0; overflow: hidden; }
.pages ul{ text-align: center; }
.pages ul a{ display: inline-block; border:1px solid #ddd; padding: 10px 15px; }
.pages ul a:hover,.pages ul a.thisclass{ background: #137dea; border:1px solid #137dea; color: #fff; }



/*在线客服*/
.side{position:fixed;width:78px;left:0;top:41%;margin-top:-158px;z-index:100;border:1px solid #e0e0e0;background:#fff;border-bottom:0}
.side ul li{width:78px;height:78px;float:right;position:relative;border-bottom:1px solid #e0e0e0;color:#333;font-size:14px;line-height:38px;text-align:center;transition:all .3s;cursor:pointer}
.side ul li:hover{background:#137dea;color:#fff}
.side ul li:hover a{color:#fff}
.side ul li i{height:25px;margin-bottom:1px;display:block;overflow:hidden;background-repeat:no-repeat;background-position:center center;background-size:auto 25px;margin-top:14px;transition:all .3s}
.side ul li i.bgs1{background-image:url(../images/right_pic5.png)}
.side ul li i.bgs2{background-image:url(../images/right_pic7.png)}
.side ul li i.bgs3{background-image:url(../images/right_pic2.png)}
.side ul li i.bgs4{background-image:url(../images/right_pic1.png)}
.side ul li i.bgs5{background-image:url(../images/right_pic3.png)}
.side ul li i.bgs6{background-image:url(../images/right_pic6_on.png)}
.side ul li:hover i.bgs1{background-image:url(../images/right_pic5_on.png)}
.side ul li:hover i.bgs2{background-image:url(../images/right_pic7_on.png)}
.side ul li:hover i.bgs3{background-image:url(../images/right_pic2_on.png)}
.side ul li:hover i.bgs4{background-image:url(../images/right_pic1_on.png)}
.side ul li:hover i.bgs5{background-image:url(../images/right_pic3_on.png)}
.side ul li .sidebox{position:absolute;width:78px;height:78px;top:0;right:0;transition:all .3s;overflow:hidden}
.side ul li.sidetop{background:#137dea;color:#fff}
.side ul li.sidetop:hover{opacity:.8;filter:Alpha(opacity=80)}
.side ul li.sideewm .ewBox.son{width:238px;display:none;color:#363636;text-align:center;padding-top:235px;position:absolute;right:-240px;top:0;background-repeat:no-repeat;background-position:center center;border:1px solid #e0e0e0; background-size: 100%;}
.side ul li.sideetel .telBox.son{width:240px;height:78px;display:none;color:#fff;text-align:left;position:absolute;right:-240px;top:0px;background:#137dea}
.side ul li.sideetel .telBox dd{display:block;height:78px;overflow:hidden;padding-left:82px;line-height:24px;font-size:18px}
.side ul li.sideetel .telBox dd span{display:block;line-height:28px;height:28px;overflow:hidden;margin-top:14px;font-size:18px}
.side ul li.sideetel .telBox dd.bgs1{background:url(../images/right_pic8.png) 28px center no-repeat;background-color:#e96410}
.side ul li.sideetel .telBox dd.bgs2{background:url(../images/right_pic9.png) 28px center no-repeat}
.side ul li:hover .son{display:block!important;animation:fadein 1s}
@keyframes fadein{from{opacity:0}
to{opacity:1}
}


/*行业应用*/
.page-indtit{ margin-bottom: 40px; }
.page-indtit h2{ font-size: 36px; font-weight: bold; text-align: center; margin-bottom: 20px; }
.page-indtit p{ font-size: 18px; line-height: 30px; text-align: center; color: #666; }

.page-indlist{ overflow: hidden; margin:0 -10px; }
.page-indlist li{ float: left; width: 33.33%; text-align: center; text-align: center; overflow: hidden; margin-bottom: 20px; }
.page-indlist li .imgbox{ width: 100%; margin:0 10px; overflow: hidden;}
.page-indlist li .imgbox img{ transition: .3s linear; -moz-transition: .3s linear; -webkit-transition: .3s linear; }
.page-indlist li h2{ font-size: 22px; height: 50px; line-height: 50px; }

.page-indlist li:hover img{ transition: .3s linear; -moz-transition: .3s linear; -webkit-transition: .3s linear; -webkit-transform: scale(1.1); transform: scale(1.1); }
.page-indlist li:hover h2{ color: #137dea; }


.industry-title{ font-size: 28px; text-align: center; margin-bottom: 35px; }
.industry-text{ font-size: 16px; line-height: 30px; }

.single-lists{ overflow: hidden; margin-bottom: 30px; }
.single-lists h2{ border-bottom: 1px solid #ddd; font-weight: bold; padding: 10px 0; margin-bottom: 20px; }
.single-lists ul{ margin:0 -10px; }
.single-lists ul li{ float: left; width: 16.66%; }
.single-listbox{ margin:0 10px; border:1px solid #ddd; }
.single-listbox img{ display: block; }
.single-lists ul li h3{ text-align: center; height: 35px; line-height: 35px; }


.notice{ font-weight: bold; color: #c00; }

        @media only screen and (max-width: 768px){
.pro-hots ul li {
    float: left;
    width: 50%;margin: 10px 0;
}
.pro-hots ul li a h3{    font-size: 13px;}
}