﻿/*重置规划*/
body{
  font-weight: normal;
  margin:0 auto;
  font-family:"PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei";;
  line-height:normal;
    position: relative;
}
* {
    margin:0;
    padding:0;
   box-sizing:border-box;
}
ul li {
    list-style: outside none none;
}
a {
    text-decoration: none;
    cursor:pointer;
}
h1,h2, h3,h4,h5,h6 {
    font-weight:normal;
}
i, em {
    font-style: normal;
}
img {
    display:block;
}

.fl {
    float: left;
}
.fr {
    float: right;
}
.clear {
    clear: both;
}


.container{
    width:1170px;
    margin:0 auto;
}
/*header*/
#header {
    width: 100%;
    height: 80px;
    position: fixed;
    left:0;
    top:0;
    font-size: 13px;
    z-index: 99;
    background:#fff;
  
}
 #header.mini {
     box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.08);
 }
#header .content {
    width:920px;
    margin:0 auto;
}
#header #logo {float:left; padding-top:16px;}
#header #logo img { 
    display:block;
    height:44px;
}
#header ul#nav {
    float: right;
    transition: all 0.3s ease-out 0s;
}
 #header ul li.navitem {
    line-height: 80px;
    float: left;
    display:inline-block;
    margin-left:15px;
}  
#header ul li.navitem a{
    display:block;
    color:#333;
    padding:0px 10px;
    background-color:none;
    transition:all 0.36s ease-in-out;
}
#header ul li.navitem a.active,#header ul li.navitem a:hover{
   background-color:#0072e4;
   color:#fff;
}


/*home-about*/
.home-about,
.home-new,
.home-product{
    padding:40px 0px 80px;
}
.home-about-pic {
    width:268px;
    height:168px;
}
.home-about-txt {
    width:604px;
}
.home-about-txt p {
   color:#666;
   margin-top:12px;
 }
.home-about-txt a.btn {
    display:block;
    margin-top:20px;
    width:170px;
    height:36px;
    line-height:36px;
    background-color:#0072e4;
    border:1px solid #0072e4;
    text-align:center;
    border-radius:4px;
    color:#fff;
    transition:all 0.36s linear;
}
 .home-about-txt a.btn:hover {
    background:none;
    color:#0072e4;
 }
.home-title {
    font-size:24px;
    color:#333;
  
}
/*home-new*/
.home-new-pic {
    width:428px;
    height:280px;
}
.home-new-txt {
    width:440px;
}
 .home-new-txt h3 {
     font-size:15px;
     color:#333;
     margin:14px 0px;
     overflow:hidden;
     text-overflow:ellipsis;
     white-space:nowrap;
}
 .home-new-txt  p {
     color:#666;
     margin-bottom:14px;
 }
 .home-new-txt a.btn {
    display:block;
    width:284px;
    height:36px;
    line-height:36px;
    background-color:#0072e4;
    border:1px solid #0072e4;
    text-align:center;
    border-radius:4px;
    color:#fff;
    transition:all 0.36s linear;
 }
  .home-new-txt a.btn:hover {
      background:none;
    color:#0072e4;
 }
  /*home-product*/
.home-product {
    width:100%;
    background-color:#f3f6f7;
}
.home-product-wrap {
   
    margin-top:40px;
    position:relative;
}
.home-product-wrap-overflow {
     width:920px;
    height:338px;
    overflow:hidden;
}
 .home-product-wrap a.prev,
 .home-product-wrap a.next {
     position:absolute;
     top:50%;
     margin-top:-25px;
     display:block;
     width:30px;
     height:50px;
}
 .home-product-wrap a.prev {
     left:-34px;
     background:url(../Images/home-product-left-arrow.png) no-repeat;
 }
  .home-product-wrap a.next {
     right:-34px;
     background:url(../Images/home-product-right-arrow.png) no-repeat;
 }
.product-list li.product-item {
    float:left;
    display:inline-block;
    width:300px;
    height:338px;
    overflow:hidden;
    position:relative;
    margin-right:10px;
}
.product-list li.product-item:last-child {
     margin-right:0px;
}
.product-list li.product-item a {
     display:block;
}
 .product-list li.product-item .project_img {
     width:300px;
     height:338px;
     overflow:hidden;
     
 }
 .product-list li.product-item .project_img img {
    transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
 }
 .product-list li.product-item .product-num {
     position:absolute;
     left:30px;
     bottom:70px;
}
 .product-list  li.product-item .product-num p.version {
    font-size:14px;
    color:#ebe9e9;
 }
 .product-list  li.product-item .product-num p.column {
     color:#999;
 } 
 .product-list  li.product-item  .project_info {
    width: 100%;
    position: absolute;
    left: 0;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    height: auto;
    bottom: -110px;
    top: inherit;
    background-color: rgba(40, 130, 232, 0.9);
}
 .product-list  li.product-item .project_info p {
     color:#fff;
     margin:0px 20px;
     overflow:hidden;
     text-overflow:ellipsis;
     white-space:nowrap;
 }
.product-list li.product-item .project_info p.title {
     font-size:16px;
     padding-top:14px;
     padding-bottom:10px;
     border-bottom:1px dashed #799cd1;
 }
 .product-list li.product-item .project_info p.description {

     padding-top:10px;
     padding-bottom:14px;
 }


.product-list li.product-item a.details{
    position:absolute;
    top:-60px;
    right:20px;
    border: #a3a3a3 1px solid;
    background: rgba(255,255,255,.0);
    width:40px;
    height: 40px;
    line-height:40px;
    display: block;
    text-align:center;
    font-size: 24px;
    color: #fff;
    border-radius:50%;
     transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.product-list li.product-item:hover .project_info {
    bottom:0px;
}
.product-list li.product-item:hover .project_img img {
    transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
}
.product-list li.product-item:hover a.details {
    top:20px;
 }
/*footer*/
.footer{
    width:100%;
    background-color:#000;
    padding-top:40px;
}
 .footer-contact {
      color:#fff;
      width:300px;
 }
 .footer-contact h5,
 .footer-link h5
  {
     font-size:18px;
     color:#fff;
     margin-bottom:20px;
     font-weight:bold;
}
.footer-contact p,
.footer-weixin p,
.footer-link a
{
    color:#ccc;
    font-size:12px;
    line-height:24px;
    font-weight:bold;
}
.footer-contact p:hover,
.footer-weixin p:hover,
.footer-link a:hover
{
    color:#fff;
}
.footer-link a {
    display:block;
}
.footer-link a span {
    margin-right:12px;
}
.footer-weixin {
    width:125px;
    text-align:center;
    margin-left: 136px;
}
.footer-line {
    width:100%;
    height:1px;
    background-color:#3c469c;
    margin-top:40px;
}
.footer-copy {
    font-size:12px;
    color:#ccc;
    line-height:50px;
    font-weight:bold;
}
 .footer-copy:hover {
     color:#fff;
}
/*new*/
.second-banner {
    width:100%;
    position: relative;

    position:relative;
}
.second-banner div{
    margin-top:80px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 330px;
}
.second-header{
    display: block;
    margin: 0 auto;
    height: 89px;
    width: 920px;
    z-index: 10;
    position: absolute;
    left: 50%;
    top:220px;
    color:#fff;
    margin-left: -460px;
}

.second-header p {
    text-align: left;
    display: inline-block;
}
.second-header p.title {
    font-size: 26px;
}
.second-header p.subtitle {
    color: #c1c1c1;
    font-size: 16px;
}
.second-header p.subtitle::before {
    content: '/';
    display: inline-block;
    margin: 0 3px;
}
#category {
    z-index: 10;
    position: relative;
    text-align: center;
    padding-bottom: 32px;
    padding-top: 60px;
}
#category a {
    display: inline-block;
    line-height: 16px;
    padding: 8px 16px;
    color: #616161;
    border: transparent 1px solid;
    margin-right: 10px;
    border-radius: 24px;
    transition: all 0.3s ease-out 0s;
    position: relative;
}
#category a.active, #category a:hover {
    background: #398dea;
    color: #fff;
    border-color: #398dea;
}
#category a.active:after, #category a:hover::after { 
    content: ''; 
    display: block; 
    background: #FFF none repeat scroll 0% 0%; 
    border-radius: 8px; 
    width: 8px;
     height: 8px; 
     border: 2px solid #2882E8; 
     position: absolute; 
     top: 60px; 
     left: 50%; 
     color: rgba(0,0,0,0); 
     margin-left: -5px;
     z-index: 1; 

}
#category a.active:before,#category a:hover::before {
     content: ''; 
     display: block;
     height: 16px;
     border-left: 1px dotted #ccc;
     margin-top: 5px;
     position: absolute; 
     top: 35px;
      left: 50%;
}
.newlist {
    width: 920px;
    margin:0 auto;
    border-top: 1px solid #f0f0f0;
}
.newlist .newstitem {
    padding: 50px 0px;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #f0f0f0;
    margin-top: -1px;
}
.newlist .newstitem:last-child {
    border-bottom: 1px solid none;
}
.newlist .newstitem a.newscontent {
    display: block;
}
.newlist .newstitem .newsimg {
    width: 200px;
    height:130px;
    background-position: center;
    background-size: cover;
}
.newlist .newstitem .newsimg img {
    width:100%;
    height:100%;
}
.newlist .newstitem .date {
    width:90px;
    font-family: "HELVETICANEUELTPRO-THEX", "微软雅黑";
    text-align:left;
}
.newlist .newstitem .date .md {
    
    font-size: 14px;
    display: block;
    color: #8c8c8c;
}
.newlist .newstitem .date .year {
    font-size: 28px;
    display: block;
    color: #3d3d3d;
}
.newlist .newstitem .newsbody {
    width:540px;
    margin-left:30px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.newlist .newstitem .newsbody .title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #575757;
    position:relative;
}

.newlist .newstitem .newsbody .description {
    font-size:13px;
    color: #999;
    line-height: 26px; 
     height: 52px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    margin-top:10px;
}

.newlist .newstitem:hover .newsbody {
    width:540px;
   margin-left:50px;
}
 .newlist .newstitem:hover .newsbody .title {
    color:#0072e4;
}
 .newlist .newstitem a.details{
    display: block;
    position: absolute;
    z-index: 9;
    bottom: 50px;
    left:120px;
    opacity:0; 
    width: 40px;
    height: 40px;
    line-height:40px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
     color: #999;
    font-size: 14px;
}
 .newlist .newstitem:hover a.details{
      left:145px;
      opacity:1; 
 }
 .newlist .newstitem:hover .description {
     color: #6d6d6d;
 }
 .second-main{
    background-color: #fff;
    position: relative;
    z-index: 1;
}
/*contct-second*/
.postbody {
    line-height: 24px;
    font-size: 13px;
    color: #6a6a6a;
    padding-top:30px;
    padding-bottom:60px;
}
.postbody hr {
    height: 1px;
    border: none;
    border-top: 1px dotted #f0f0f0;
    margin-top: 20px;
    margin-bottom: 20px;
}
.postbody p {
    word-wrap: break-word;
    word-break: normal;
}
/*solution-second*/
.solutionlist {
    padding-bottom:30px;
}
.solutionlist li.solutionitem {
  padding:50px 0px;
  border-bottom: 1px solid #f0f0f0;
  width: 100%;
  position: relative;
}
.solutionlist li.solutionitem:last-child {
    border-bottom: none;
 }
.solutionlist li.solutionitem a {
    display: block;
    width: 100%;
    height: 100%;
}
.solutionlist li.solutionitem .solution-img {
    display: inline;
 }
.solutionlist li.solutionitem .solution-img img {
    width: 190px;
    float: left;
    height: auto;
    margin: 0 auto;
}

.solutionlist li.solutionitem .solution-info {
    width: 670px;
    text-align: left;
    float: left;
    margin-left: 30px;
    padding-top:20px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.solutionlist li.solutionitem:hover .solution-info{
    margin-left: 60px;
}
.solutionlist li.solutionitem .solution-info p.title {
   overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #575757;
    position: relative;
    height: 40px;
    line-height: 40px;
    font-family: "HELVETICANEUELTPRO-THEX", "微软雅黑";
}
 .solutionlist li.solutionitem:hover .solution-info p.title {
     color:#0072e4;
 }
.solutionlist li.solutionitem .solution-info p.description {
   font-size: 13px;
   color: #999;
   line-height: 26px;
   height: 52px;
   overflow: hidden;
   text-overflow: ellipsis;
   margin-top: 10px;
}
.solutionlist li.solutionitem:hover .solution-info p.description {
    color: #6d6d6d;
 }
.solutionlist li.solutionitem a.details{
    display: block;
    position: absolute;
    z-index: 9;
    bottom:30px;
    left:220px;
    opacity:0; 
    width: 40px;
    height: 40px;
    line-height:40px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    color: #999;
    font-size: 14px;
}
.solutionlist li.solutionitem:hover a.details{
      left:250px;
      opacity:1; 
 }
#pages {
    margin-top:60px;
    margin-bottom:60px;
    height: 36px;
    text-align: center;
}
#pages a {
    width: 36px;
    height: 36px;
    background-color:#a9a9a9;
    display: inline-block;
    color: #fff;
    line-height: 36px;
    text-align: center;
    font-family: Arial;
    margin-right: 5px;
    transition: background-color 0.2s ease-out;
}
 #pages a.active, #pages a:hover {
    background-color:#0072e4;
  }

.w810 {
    width: 920px;
	margin:0 auto;
} 

.hotNew {
    font-size: 14px;
	margin-top:60px;
}

.box-a13 {
    height: auto;
    min-height: 300px;

}
.zdy a {
    color: #03aefd;
}
.zdy {
    margin-bottom: 50px;
}
.zdytop {
    color: #03aefd;
}
.zdytop div {
    margin-bottom: 10px;
}
.about-txt img {
    max-width: 920px;
	margin:0 auto;
}
.zdybottom {
    color: #03aefd;
    padding-top: 20px;
}
.zdybottom a {
    color: #03aefd;
}

.about-main {
    font-family: "微软雅黑";
    margin: 0 auto;
}

.about-txt p {
    color: #363636;
    font-size: 13px;
    line-height: 28px;
	text-align:justify;
}