﻿*,:after,:before{-webkit-box-sizing:inherit;-moz-box-sizing:inherit;box-sizing:inherit;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent}
blockquote,body,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,legend,li,ol,p,td,textarea,th,ul{margin:0;padding:0;outline:0}
table{border-collapse:collapse;border-spacing:0}
b,strong{font-weight:700}
em,i{font-style:normal}
fieldset{border:0}
li,ol{list-style:none}
caption,th{text-align:left}
q:after,q:before{content:' '}
:focus{outline:0}
body{position:relative;background-color:#fff;color:#000}
body{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
body,button,input,select,textarea{font-size:14px;font-family:Tahoma,Helvetica,"Microsoft YaHei",Arial,sans-serif}
a,a:active,a:hover{text-decoration:none}
img{display:block;border:0 none;width:auto\9;max-width:100%;height:auto}
a,img{-webkit-touch-callout:none}
input{border:0;outline:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;line-height:normal;background-color:transparent}
textarea{border:0;outline:0;overflow:auto;resize:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}
input:password{ime-mode:disabled}
input:-webkit-autofill{-webkit-box-shadow:0 0 0 1000PX #fff inset!important}
input[type=number]::-ms-clear,input[type=tel]::-ms-clear,input[type=text]::-ms-clear{display:none}
input[type=number]::-webkit-textfield-decoration-container{background-color:transparent}
input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-moz-appearance:none!important;-webkit-appearance:none!important}
input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}
input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{display:none}
input::-ms-clear{display:none}
input::-webkit-input-speech-button{display:none}
input::-webkit-input-placeholder{color:#afafaf}
h1,h2,h3,h4,h5,h6{font-weight:400}
button{border:0;}
.fl{float:left}
.fr{float:right}
.clear{clear:both}
.clear:after{font-size:0;display:block;visibility:hidden;clear:both;height:0;content:' '}
.m-main{width:100%;height:100%;min-width:1200px}
.maxwidth{width:1200px;margin:0 auto}
.ellipsis{ overflow: hidden; text-overflow:ellipsis; white-space: nowrap; }
.ellipsis2{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
.flex {
    display: flex;          /* 新版本语法: Opera 12.1, Firefox 22+ */
    display: -webkit-flex;  /* 新版本语法: Chrome 21+ */
    display: -webkit-box;   /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box;      /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox;   /* 混合版本语法: IE 10 */
 }

.flex-1 {
    flex: 1;                /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -ms-flex: 1;            /* IE 10 */
    -webkit-flex: 1;        /* Chrome */
    -moz-box-flex: 1;       /* OLD - Firefox 19- */
    -webkit-box-flex: 1;    /* OLD - iOS 6-, Safari 3.1-6 */
 }

/* background */
.m-bg{
    height:700px;
    background-repeat:no-repeat;
    background-position:center;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
}
.m-bg.about{background-image:url('/statics/images/page/bg-about.png')}
.m-bg.service{background-image:url('/statics/images/page/bg-service.jpg')}
.m-bg.product{background-image:url('/statics/images/page/bg-product.jpg')}
.m-bg.contact{background-image:url('/statics/images/page/bg-contact.png')}

/* banner */
.m-banner {position:relative;height:400px}
.m-banner .banner-wrap, .about-box__left .banner-wrap{height:100%;width:100%;overflow:hidden}
.m-banner .banner-wrap li, .about-box__left .banner-wrap li{
    position:absolute;top:0;left:0;width:100%;height:100%;background-position:center;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
}
.m-banner .banner-wrap li:first-child, .about-box__left .banner-wrap li:first-child{z-index:1}
.m-banner .banner-btns, .about-box__left .banner-btns{position:absolute;bottom:20px;left:50%;width:400px;margin-left:-200px;text-align:center;z-index:9}
.m-banner .br-btn, .about-box__left .br-btn{display:inline-block}
.m-banner .br-btn li, .about-box__left .br-btn li{display:block;float:left;width:48px;height:6px;margin:0 12px;cursor:pointer;border: 1px solid #3488ea;background: rgb(52, 136, 234, 0.1);}
.m-banner .br-btn .on, .about-box__left .br-btn .on{background-color:#3488EA}

/* header */
.m-header {height:80px;background-color:#3488EA}
.m-header .header-inner{width:1200px;margin:0 auto;overflow:hidden}
.m-header .h-logo{margin-right:120px}
.m-header .h-logo a{display:inline-block;width:220px;height:52px;margin-top:14px;background:url('/statics/images/page/icon/logo.png') no-repeat;background-size:100% auto}
.m-header .h-navs{font-size:20px}
.m-header .h-navs a{padding:0 26px;color:#fff;line-height:80px;display:inline-block}
.m-header .h-navs a.on{background:rgba(0,0,0,0.1)}

/* footer */
.m-footer {width:100%;background-color:#101010;color:#fff;font-size:14px;overflow:hidden;border-top:6px solid #3488EA}
.m-footer .footer-inner{width:1200px;height:340px;margin:0 auto;padding-top:40px}
.m-footer i{display:inline-block;background-repeat:no-repeat;background-size:100% auto;background-position:center}
.m-footer .icon-logo{width:224px;height:78px;background-image:url('/statics/images/page/icon/logo2.png')}
.m-footer .left-box {padding-right: 110px;border-right:1px solid #666;}
.m-footer .left-box h1{font-size:28px;margin:34px 0 40px}
.m-footer .left-box .box-item{height:20px;line-height:20px}
.m-footer .left-box .box-item.mb{margin-bottom:24px}
.m-footer .left-box .box-item a{font-size:14px;color:#fff;padding:0 15px}
.m-footer .left-box .box-item a:hover{text-decoration:underline}
.m-footer .left-box .box-item b {font-size:15px;padding-right:30px;border-right:1px solid #fff;margin-right:14px}
.m-footer .right-box{padding-left: 110px;}
.m-footer .right-box .box-title{font-size:20px}
.m-footer .right-box .box-split{margin:20px 0 50px}
.m-footer .right-box .split-line{width:40px;height:2px;display:inline-block;background-color:#fff}
.m-footer .right-box p{font-size:16px;margin-bottom:20px}
.m-footer .right-box p > *{vertical-align:middle}
.m-footer .right-box p span {padding-left: 15px;}
.m-footer .right-box .icon{width:30px;height:30px}
.m-footer .right-box .icon-address{background-image:url('/statics/images/page/icon/place.png')}
.m-footer .right-box .icon-email{background-image:url('/statics/images/page/icon/mail.png')}
.m-footer .right-box .icon-tel{background-image:url('/statics/images/page/icon/phone.png')}
.m-footer .footer-copyright{text-align:center;line-height:60px;font-size:14px;background-color:#222;color:#999}
.m-footer .footer-copyright a {color:#999;}
.m-footer .footer-copyright a:hover {text-decoration: underline;}
.m-footer .footer-copyright label{font-size:16px}
.m-footer .footer-copyright span{padding:0 3px}

/* common */
.m-title{text-align:center;font-size:36px;color:#666;position:relative;margin-bottom:20px}
.m-title:after{content:'';display:inline-block;position:absolute;left:50%;bottom:-20px;margin-left:-40px;width:80px;height:2px;background-color:#3488EA}
.m-bar{height:72px;border-bottom:1px solid #eee;}
.m-bar .bar-list{overflow:hidden}
.m-bar .bar-item{height:72px;line-height:72px;width:160px;text-align:center;float:left;font-size:18px;color:#666;}
.m-bar .bar-item.on{background-color:#3488EA;color:#fff;}

.m-video {overflow:hidden;}
.m-video .video-item {width:280px;height:240px;float:left;margin:12px 10px;background-color:#F5F5F5;border:1px solid transparent;cursor:pointer;}
.m-video .video-item:hover{border:1px solid #3488EA;}
.m-video .item-img{width:100%;height:200px;position:relative;}
.m-video .item-img img{width:100%;height:100%;}
.m-video .item-mask{position:absolute;top:0;left:0;width:100%;height:100%;}
.m-video .item-mask i {position:absolute;width:50px;height:50px;top:50%;left:50%;margin-top:-25px;margin-left:-25px;background-image:url('/statics/images/page/video/icon.png');background-repeat:no-repeat;}
.m-video .item-title{width:100%;height:40px;line-height:38px;padding:0 12px;font-size:14px;color:#333;border-bottom:2px solid #3488EA;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.m-video .video-item:hover .item-title{border-bottom:0;background-color:#3488EA;color:#fff;}
.m-video .video-item:hover .item-mask{background-color:rgba(0,0,0,0.2);}
.m-video .video-item:hover .item-mask i{background-image:url('/statics/images/page/video/icon_on.png');}

/* index */
.index-box {background-color:#fff;}
.index-box .index-title{text-align:center;padding:50px 0;}
.index-box .index-title p {color:#999;font-size:18px;font-weight:400;margin-top:15px;}
.index-box .index-title .left-line,
.index-box .index-title .right-line {width:140px;height:1px;background-color:#ccc;display:inline-block;vertical-align:middle;position:relative;}
.index-box .index-title .left-line:after, 
.index-box .index-title .right-line:after {
    display: inline-block;
    content: '';
    position: absolute;
    top:-2px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #ccc;
}
.index-box .index-title .left-line:after {right:0;}
.index-box .index-title .right-line:after {left:0;}
.index-box .index-title .title-text {font-size:36px;color:#3488EA;padding:0 24px;vertical-align:middle;}
.index-box .index-btn{width:100px;height:36px;line-height:36px;background:#3488EA;border-radius:4px;text-align:center;font-size:14px;color:#fff;display:inline-block;}
.index-box.bg {background-color:#f8f8f8}
.index-video .more-video{height:120px;line-height:110px;text-align:center;}
.index-case {padding-bottom:60px;}
.index-case .case-list{padding-top:0;}
.index-case .case-list__item .item-box{background-color:#fff}
.index-product{padding-bottom:60px;}
.index-about .about-box{padding-top:0}
.index-about .about-box__right{padding:0 0 60px 40px;position: relative;}
.index-about .about-box__right a {position:absolute;right:0;bottom:10px;}
.index-new .new-box{overflow: hidden;padding-bottom: 120px}
.index-new .new-box__left{width:600px;height:400px;}
.index-new .new-box__left img{width:100%;height:100%}
.index-new .new-box__right{height:400px;padding-left:20px;}
.index-new  .new-item{width:100%;height:120px;border:1px solid #e5e5e5;border-left:2px solid #3488EA;margin-bottom:20px}
.index-new  .new-item .item-box{height:100%;width:114px;text-align:center;padding:22px 0;border-right:1px solid #eee;}
.index-new  .new-item .item-box p{font-size:36px;color:#666;margin-bottom:10px;}
.index-new  .new-item .item-box span{font-size:16px;color:#999;}
.index-new  .new-item .item-content{height:100%;padding:20px;}
.index-new  .new-item .item-content h3 {font-size:20px;color:#333;margin-bottom:16px;line-height:1}
.index-new  .new-item .item-content p{font-size:16px;color:#999;}
.index-new  .new-item:hover{border-color:#3488EA;}
.index-new  .new-item:hover .item-box{background-color:#3488EA;}
.index-new  .new-item:hover .item-box > *{color:#fff;}
.index-new  .new-item:hover h3 {color:#3488EA;}

/* 公司简介 */
.about{padding:70px 0;}
.about-box{overflow:hidden;padding:70px 0;}
.about-box__left{width:600px;height:350px;position:relative;}

.about-box__left img {height:100%;margin:0 auto;}
.about-box__right {height:350px;padding:10px 0 10px 40px;font-size:16px;color:#666;line-height:36px;}
.about-ul{margin-bottom:50px;overflow:hidden;}
.about-ul li{font-size:16px;color:#666;line-height:30px;padding-left:30px;position:relative;margin-bottom:30px;}
.about-ul li:before{content:'';display:inline-block;width:16px;height:16px;background-color:#3488EA;position:absolute;top:8px;left:0;}
.about .m-video{padding:60px 0;}

/* 产品介绍 */
.product {padding: 80px 0;}
.product-list {overflow:hidden;}
.product-list__item{position:relative;float:left;width:380px;height:300px;margin:10px;margin-bottom:20px;background-color:#F5F5F5}
.product-list__item img {width:100%;height:100%;}
.product-list__item .item-title {width:100%;height:100%;position:absolute;bottom:0;left:0;height:48px;line-height:48px;background:rgba(52,136,234,0.7);padding:0 20px;font-size:18px;color:#fff;text-align:center;}
.product-list__item:hover .item-title {
    height:300px;
    display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box; /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox; /* 混合版本语法: IE 10 */
    display: -webkit-flex; /* 新版本语法: Chrome 21+ */
    display: flex; /* 新版本语法: Opera 12.1, Firefox 22+ */
    -webkit-box-pack: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.product-list__item:hover .item-title:before {
    content: '';
    display: block;
    width: 46px;
    height: 46px;
    background: url('/statics/images/page/icon/picon.png') no-repeat;
    background-size: 100%;
}
.product-list__item:hover .item-title:after{
    content: '';
    display: block;
    height: 1px;
    width: 40px;
    background-color: #fff;
    margin-top: 5px;
}

/* 产品详情 */
.product-detail{padding:54px 0 100px;overflow:hidden;}
.product-detail-menu{width:248px;border:1px solid #ededed;float:left;margin-right:30px;}
.product-detail-menu .menu-navs{padding:4px 0;}
.product-detail-menu .menu-navs li{position:relative;height:50px;line-height:50px;}
.product-detail-menu .menu-navs li:after{
    position:absolute;
    top: 20px;
    right: 16px;
    content:'';
    display:inline-block;
    width:0;
    height:0;
    border-top:6px solid transparent;
    border-bottom:6px solid transparent;
    border-left:6px solid #ededed;
}
.product-detail-menu .menu-navs li a{font-size:16px;color:#666;display:block;padding:0 16px;}
.product-detail-menu .menu-navs li.on a,
.product-detail-menu .menu-navs li:hover a{color:#fff;background-color:#3488EA;}
.product-detail-menu .menu-navs li.on:after,
.product-detail-menu .menu-navs li:hover:after{border-left-color:#fff}
.product-detail-content{width:922px;border:1px solid #ededed;float:left;padding:30px}
.product-detail-content .pdc-header{overflow:hidden;}
.pdc-header .header-left{width:400px;height:400px;}
.pdc-header .header-left img{width:100%;height:100%;}
.pdc-header .header-right{padding-left:30px;min-height:400px;padding-bottom:40px;position:relative;}
.pdc-header .header-title{font-size:24px;color:#3488EA;margin-bottom:10px}
.pdc-header .header-desc{font-size:18px;color:#666;margin-top:20px;line-height:30px;}
.pdc-header .header-btn{
    position:absolute;bottom:0;right:0;
    width:116px;height:36px;line-height:34px;border:1px solid #3488EA;font-size:16px;color:#3488EA;text-align:center;border-radius:2px;
}
.pdc-navs {background-color:#f8f8f8;height:48px;line-height:48px;margin:40px 0 10px;}
.pdc-navs li{float:left;width:140px;text-align:center;cursor:pointer;font-size:18px}
.pdc-navs li.on{background-color:#3488EA;color:#fff;}
.product-detail-content .pdc-contents{padding:0 4px;}
.product-detail-content .pdc-content{display:none;font-size:16px;color:#666;line-height:30px;}
.product-detail-content .pdc-content.on{display:block;}
.product-detail-content .pdc-content h3{font-size:20px;color:#666;padding:10px 0;font-weight:bold;margin-top:15px;}
.product-detail-content .pdc-content p{font-size:16px;color:#666;line-height:30px;}
.product-detail-content .pdc-content img{margin-top:10px;border-radius:2px}
.product-detail-content iframe {width:100%;height:500px}

/* 案例中心 */
.case{padding:70px 0 100px;}
.case-list{overflow:hidden;padding-top:60px;}
.case-list__item{position:relative;float:left;width:380px;height:314px;margin:10px;padding-top:64px;margin-bottom:40px;}
.case-list__item .item-img{position:absolute;top:0;left:50%;margin-left:-64px;width:128px;height:128px;overflow:hidden;border:1px solid #3488EA;border-radius:50%;background-color:#F8F8F8;}
.case-list__item .item-img img{width:100%;height:100%}
.case-list__item .item-box {height:250px;border-bottom:1px solid #3488EA;background-color:#F8F8F8;padding:80px 60px 0;text-align:center;}
.case-list__item .item-box h3{font-size:20px;color:#333;margin-bottom:15px}
.case-list__item .item-box p {font-size:16px;color:#999;text-align:left;height:48px;line-height:24px;margin-bottom: 40px;}
.case-list__item .item-box a {font-size:14px;color:#3488EA;}
.case-list__item .item-box:hover{background-color:#3488EA;}
.case-list__item .item-box:hover>*{color:#fff}

/* 案例中心详情 */
.case-detail{padding:54px 0 100px;overflow:hidden;}
.case-detail-menu{width:248px;border:1px solid #ededed;float:left;margin-right:30px;}
.case-detail-menu .cdm-header{height:100px;background:url('/statics/images/page/case/header_bg.png') no-repeat;background-size:100% 100%;color:#fff;padding:16px 20px;}
.case-detail-menu .cdm-header h3{font-size:24px;margin-bottom:10px;}
.case-detail-menu .cdm-header p{font-size:16px;}
.case-detail-menu .cdm-navs{padding:4px 0;}
.case-detail-menu .cdm-navs li{position:relative;height:50px;line-height:50px;}
.case-detail-menu .cdm-navs li:after{
    position:absolute;
    top: 20px;
    right: 16px;
    content:'';
    display:inline-block;
    width:0;
    height:0;
    border-top:6px solid transparent;
    border-bottom:6px solid transparent;
    border-left:6px solid #ededed;
}
.case-detail-menu .cdm-navs li a{font-size:16px;color:#666;display:block;padding:0 16px;}
.case-detail-menu .cdm-navs li.on a,
.case-detail-menu .cdm-navs li:hover a{color:#fff;background-color:#3488EA;}
.case-detail-menu .cdm-navs li.on:after,
.case-detail-menu .cdm-navs li:hover:after{border-left-color:#fff}
.case-detail-content{width:922px;border:1px solid #ededed;float:left;padding:0 20px}
.case-detail-content .cdc-header{font-size:30px;height:80px;line-height:80px;text-align:center;color:#3488EA;border-bottom:1px solid #ededed}
.case-detail-content .cdc-content{padding:10px 0 40px;font-size:16px;color:#666;line-height:34px;}
.case-detail-content .cdc-content h3{font-size:24px;color:#666;padding:10px 0;font-weight:bold;margin-top:10px}
.case-detail-content .cdc-content img{margin-top:10px;border-radius:2px}

/* 联系我们 */
.contact{padding:70px 0 100px}
.contact-list{overflow:hidden;padding:30px 0 50px}
.contact-list .list-item{height:250px;width:33.33333%;float:left;text-align:center;padding:30px}
.contact-list .list-item:hover{background:rgba(52,136,234,0.08)}
.contact-list .list-item .item-img{display:inline-block;width:100px;height:100px;background:#3488EA;border-radius:50%;margin-bottom:12px}
.contact-list .list-item .item-img img{width:60px;height:60px;margin:20px}
.contact-list .list-item p{line-height: 26px;font-size:20px;color:#666;padding-top:16px;}
.contact-map{position:relative;width:100%;height:480px}
.contact-map .icon{width:48px;height:48px;display:inline-block;position:absolute;top:255px;left:550px}

/* 新闻中心 */
.news{padding:80px 0}
.news-list {padding:20px 0}
.news-list .list-item{padding:40px 0;height:320px;border-bottom:1px solid #e5e5e5;}
.news-list .item-img{width:320px;height:240px;border:1px solid #e5e5e5;}
.news-list .item-img img{width:100%;height:100%;}
.news-list .item-content{height:240px;padding-left:40px;}
.news-list .ic-title {padding:8px 0;font-size:24px;color:#3488EA;}
.news-list .ic-time{font-size:16px;color:#999;padding:8px 0 20px;}
.news-list .ic-desc{font-size:16px;color:#666;line-height:24px;height:100px;overflow:hidden}
.news-list .ic-btn{width:100px;height:36px;line-height:36px;background:#3488EA;border-radius:4px;color:#fff;font-size:14px;text-align:center;display:inline-block;}

/* 文章详情 */
.article{padding:80px 0 100px}
.article-title{font-size:26px;color:#333;text-align:center;margin-bottom:20px}
.article-time{font-size:16px;color:#666;text-align:center}
.article-content{padding:40px 0;border-bottom:1px dashed #CCCCCC}
.article-content p{text-indent:2em;line-height:30px;color:#999;font-size:16px}
.article-content img {display:block;margin:20px auto;max-width:600px}
.article-navs{padding:20px 0}
.article-nav{line-height:30px;font-size:14px;color:#333}
.article-nav a{color:#333}
.article-nav a:hover{color:#3488EA;text-decoration:underline}

/* 维护与安装 */
.maintain{padding:60px 0;}
.maintain-list{padding:60px 0;}
.maintain-item{width:100%;height:120px;border:1px solid #e5e5e5;border-left:4px solid #3488EA;margin-bottom:30px}
.maintain-item .item-box{height:100%;width:114px;text-align:center;background:rgba(52,136,234,0.1);padding:22px 0;}
.maintain-item .item-box p{font-size:36px;color:#666;margin-bottom:10px;}
.maintain-item .item-box span{font-size:16px;color:#999;}
.maintain-item .item-content{height:100%;padding:28px 30px 0;}
.maintain-item .item-content h3 {font-size:22px;color:#333;margin-bottom:18px;line-height:1}
.maintain-item .item-content p{font-size:16px;color:#999;height:20px;}
.maintain-item:hover{border-color:#3488EA;}
.maintain-item:hover .item-box{background-color:#3488EA;}
.maintain-item:hover .item-box > *{color:#fff;}
.maintain-item:hover h3 {color:#3488EA;}

/* 资料下载 */
.download{padding:60px 0 100px;}
.download-list{padding:60px 0;}
.download-item{width:100%;height:120px;border:1px solid #e5e5e5;margin-bottom:30px;}
.download-item .item-box{height:100%;width:118px;background-color:rgba(52,136,234,0.1);background-image:url('/statics/images/page/icon/download.png');background-position:center;background-repeat:no-repeat;}
.download-item .item-content{height:100%;padding:28px 220px 0 30px;border-left:3px solid #fff;position:relative;}
.download-item .item-content h3 {font-size:22px;color:#333;margin-bottom:18px;line-height:1}
.download-item .item-content p{font-size:16px;color:#999;height:20px;}
.download-item .item-content span{position:absolute;top:50px;right:20px;font-size:16px;color:#999;}
.download-item:hover{border-color:#3488EA;}
.download-item:hover .item-box{background-color:#3488EA;background-image:url('/statics/images/page/icon/download2.png')}
.download-item:hover .item-content{background-color:rgba(52,136,234,0.1);border-color:#3488EA;}
.download-item:hover h3 {color:#3488EA;}

/* 图片特效 */
.img-zoomIn{overflow:hidden}
.img-zoomIn img {
    transition:all .25s ease-in-out;
    -webkit-transition:all .25s ease-in-out;
    -moz-transition:all .25s ease-in-out;
    -ms-transition:all .25s ease-in-out;
    -o-transition:all .25s ease-in-out;
}
.img-zoomIn:hover img {
	opacity:0.95;
    transform:scale(1.1);
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -ms-transform:scale(1.1);
    -o-transform:scale(1.1);
}
