﻿/*****李广-2018.8.15*******
 *ver 1.0.2
 *样式调整
*/

/*  李广-2018.8.15
 *ver 1.0.0
 *定义页面样式
*/
@charset "UTF-8";

/*header样式*/

/*首页系统样式*/

/*首页新闻样式*/
.index-news{
    width: 100%;
    height: 815px;
    /* padding-top: 43px; */
    background: url("bg-55.jpg") no-repeat center;
}
.index-news .news-inner{
    position: relative;
    width: 1150px;
    margin: 0 auto;
}
.news-inner .part-title{
    color: #FFFFFF;
}
.index-news .news-inner h4{
    color: #FFFFFF;
    font-size: 23px;
    margin-bottom: 50px;
    text-align: center;
}
.news-tab ul{
    width: 289px;
    height: 38px;
    margin: 0 auto 30px;
}
.news-tab ul li{
    width: 87px;
    height: 38px;
    line-height: 38px;
    margin-right: 14px;
}
.news-wrap .news-inner .part-title{
    color: #ffffff;
}
.news-wrap .news-inner h4{
    color: #ffffff;
    text-align: center;
}
.news-tab ul{
    width: 289px;
    height: 38px;
    margin: 0 auto 30px;
}
.news-tab ul li{
    float: left;
    text-align: center;
    color: #ffffff;
    font-size: 15px;
    cursor: pointer;
    background: url("bg-6.png") repeat center;
    transition: all 0.5s;
    -webkit-transition:all 0.5s ;
    -moz-transition:all 0.5s ;
}
.news-tab ul li:hover{
    background: #1a6ddd;
}
.news-tab ul li.mr0{
    margin-right: 0;
}
.news-tab ul li.active{
    background: #1a6ddd;
}
.news-inner  .news-content{
    width: 100%;
}
.news-inner  .news-content .none{
    display: none;
}
.news-content .tab ul li{
    position: relative;
    float: left;
    width: 274px;
    height: 474px;
    margin-right: 10px;
    border:3px solid transparent;
    background-color: #ffffff;
    transition: all 0.5s;
    -webkit-transition:all 0.5s ;
    -moz-transition:all 0.5s ;
}
.news-content .tab ul li:hover{
    border:3px solid #1a6ddd;
}
.news-content .tab ul li.last{
    margin-right: 0;
}
.news-content .tab li a{
    display: block;
    width: 100%;
    height: 100%;
}
.news-content .tab li .pic{
    width: 274px;
    height: 205px;
    overflow: hidden;
}
.news-content .tab li .pic img{
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    -webkit-transition:all 0.5s ;
    -moz-transition:all 0.5s ;
}
.news-content .tab li .pic:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}
.news-content .tab li .text
{
    width:264px;
    margin: 0 5px;
}
.news-content .tab li .text>h4{
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 22px;
    color: #000000;
}
.news-content .tab li .text p{
    font-size: 16px;
    color: #626369;
    line-height: 30px;
}
.news-content .tab li .text .data{
    position: absolute;
    bottom: 10px;
    font-size: 16px;
    color: #adafb2;
}
.news-content .tab a.more{
    display: block;
    width: 168px;
    height: 43px;
    line-height: 43px;
    color: #FFFFFF;
    font-size: 18px;
    text-align: center;
    margin: 50px auto 0;
    border:1px solid #FFFFFF;
    transition: all 0.8s;
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
}
.news-content .tab a.more:hover{
    background-color: #1a6ddd;
    border:1px solid #1a6ddd;
}

/*video样式*/
.video-wrapper{
    position: relative;
    width: 100%;
    height: 840px;
    background: url("bg-4.jpg") no-repeat center;
}
.video{
    position: relative;
    width: 1150px;
    height: 620px;
    margin: 0 auto;
    overflow: hidden
    /* background: url("videoimg.jpg") no-repeat center; */
}
.video img{
    width: 100%;
    transition: all 0.5s;
    -webkit-transition:all 0.5s ;
    -moz-transition:all 0.5s ; 
}
.video:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1); 
}
.video .xt-video{
    display: none;
    position: absolute;
    top:0;
    left: 0;
    width: 1150px;
    height: 620px;
    z-index: 9999;
}
.xt-video .close {
    position: absolute;
    top: 0;
    right: 5px;
    width: 60px;
    height: 60px;
    font-size: 32px;
    z-index: 200;
    cursor: pointer;
    background: url("close.png") no-repeat center;
}
.video-btn{
    position: absolute;
    top:50%;
    left:50%;
    width: 90px;
    height:90px;
    margin-left: -30px;
    margin-top: -30px;
    cursor: pointer;
    z-index: 999;
}

/*about关于我们样式*/
.about{
    width: 100%;
    height: 370px;
    padding:40px 0;
    background-color: #333333;
}
.about .about-inner{
    width: 1150px;
    margin: 0 auto;
}
.about-inner{
    position: relative;
}
.about-inner .about-message dl{
    float: left;
    margin-right: 34px;
    text-align: left;
}
.about-inner .about-message dt{
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 15px;
}
.about-inner .about-message dd a{
    display: block;
    height: 28px;
    line-height: 28px;
    font-size: 15px;
    color: #BDBABA;
}
.about-inner .about-message dd a:hover{
    color: #FFF;
}
.about-inner .about-logo{
    margin-left: 35px;
    /*width: 250px;*/
    margin-top: -5px;
}

.about-inner .about-logo p{
    color: #BDBABA;
    font-size: 15px;
    margin-bottom: 8px;
}

/*footer样式*/
.footer{
    width: 100%;
    height: 60px;
    background-color: #1c1c1c;
}
.footer .copyright{
    width: 1150px;
    height: 35px;
    margin: 0 auto;
    padding-top: 15px;
}
.footer .copyright p{
    width: 100%;
    line-height: 35px;
    color: #FFFFFF;
    text-align: center;
}
.footer .copyright img{
    vertical-align: middle;
}

/*侧边工具栏样式*/
.back{
    display: none;
    position: fixed;
    right:30px;
    bottom:80px;
    z-index: 99999;
}
.back ul li{
    width: 48px;
    height: 48px;
    text-align: center;
    margin-bottom: 5px;
    cursor: pointer;
    background-color: #005BA8;
    transition:0.5s ease;
    -webkit-transition:0.5s ease;
    -moz-transition:0.5s ease;
    -ms-transition:0.5s ease;
}
.back ul li:hover{
    background-color: #cacaca;
}
.back ul li.checkLi{
    position:relative;
 }
 .back ul li.checkLi .errWraper{
    display:none;
    position:absolute;
    top:0;
    left:0;
    width:230px;
    height:100%;
    background:rgba(0,0,0,.2);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000,endColorstr=#33000000);
 }
.back ul li.checkLi .errWraper .errMessage{
    position:absolute;
    top:50%;
    left:50%;
    width:200px;
    height:50px;
    line-height:50px;
    text-align:center;
    margin-left:-100px;
    margin-top:-25px;
    color:#fff;
    border-radius: 5px;
    background:rgba(0,0,0,.7);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000,endColorstr=#B2000000);
    border-radius:3px;
     
}
.back .back-content{
    display: none;
    position: absolute;
    top:0;
    left:-250px;
    width: 200px;
    padding: 5px 25px 15px 25px;
    background-color: #e4e4e4;
}
.back ul li.checkLi .back-content
{
    top:-53px;
 }
.back .back-content div{
    margin-bottom: 15px;
}
.back .back-content p{
    text-align: right;
    color: #4d4d4d;
    font-size: 14px;
    line-height: 25px;
}
.back .tel p{
    text-align: right;
    width: 180px;
    margin: 0 auto;
}
.back .email{
    padding-bottom: 50px;
}
.back .email p{
    text-align: left;
}
.back .message h4{
    color: #4d4d4d;
    font-size: 16px;
    line-height: 30px;
    text-align: left;
}
.back .message form{
    width: 200px;
}
.back .message form textarea,
.back .message form input{
    width: 190px;
    border: none;
    color:#b1b1b1;
    font-size: 14px;
    border-radius: 5px;
    margin-bottom: 8px;
    background-color: #FFFFFF;
}
.back .message form textarea{
    height: 60px;
    padding-top: 8px;
    padding-left: 10px;
}
.back .message form input{
    height: 25px;
    *height: 35px;
    *line-height:35px;
    padding:5px 0 5px 10px;
    *padding:0 0 0 10px;
}
.back .message form button{
    width: 80px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #FFFFFF;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    background-color: #005BA8;
}
.back input::-webkit-input-placeholder,
.back textarea::-webkit-input-placeholder{
    color:#b1b1b1;
}
.back input:-ms-input-placeholder,
.back textarea:-ms-input-placeholder{
    color:#b1b1b1 ;
}
.back input:-moz-placeholder,
.back textarea:-moz-placeholder{
    color:#b1b1b1 ;
}
.back input::-moz-placeholder,
.back textarea::-moz-placeholder{
    color:#b1b1b1 ;
}

/*内页通用*/
    /* margin-left: 20px; */
    /* padding: 0 20px; */
    /* background: #f2f2f2; */
    /* border-radius: 5px; */



/*关于新天样式*/
.xt-about{
    width: 1150px;
    margin: 0 auto;
}
.about-info{
    width: 1050px;
    margin: 0 auto 25px;
}
.about-info li{
    float: left;
    width: 517px;
    margin-right: 16px;
}
.about-info li.r0{
    margin-right: 0;
}
.about-info li .pic{
    width: 505px;
    height: 323px;
    margin: 0 auto;
    padding: 5px;
    border: 1px solid #ddd;
    overflow: hidden;
} 
.about-info li .pic img{
    width: 100%;
}
.about-info li p{
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 16px;
}
.about-video .pic{
    position: relative;
}
.about-video .video-btn{
    position: absolute;
    top: 50%;
    left:50%;
    width: 58px;
    height: 58px;
    margin-top: -29px;
    margin-left: -29px;
    background: url(button.png) no-repeat center;
}
.about-info li .pic img{
    transition: all 0.5s;
    -webkit-transition:all 0.5s ;
    -moz-transition:all 0.5s ; 
}
.about-info li .pic:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1); 
}
.about-txt{
    width: 100%;
    line-height: 30px;
    text-align: center;
    font-size: 15px;
}
.industry-status{
    width: 100%;
    height: 392px;
    margin-top: 50px;
    background: url("bg-1.jpg") no-repeat center;
}
.industry-status .sub-title{
    color: #FFFFFF;
}
.status-item{
    position: relative;
    width: 1150px;
    margin: 0 auto;
}
.industry-status .status-content{
    position: relative;
    width: 100%;
    height: 200px;
    background: url("bg-5.png") no-repeat center;
}
.industry-status .status-content p{
    position: absolute;
    color: #FFFFFF;
    font-size: 16px;
}
.finanacial-status{
    width: 100%;
    height: 480px;
    background: url("bg-2.jpg") no-repeat center;
}
.finanacial-status .status-content{
    position: relative;
    width: 100%;
    height: 400px;
    background: url("bg-4.png") no-repeat center 30px;
}
.finanacial-status .status-content p{
    position: absolute;
    font-size: 15px;
}
.constituent-company{
    width: 100%;
    height: 434px;
}
.constituent-company  .top{
    width: 100%;
    height: 280px;
    background: #F5F5F5;
}
.constituent-company  .top ul{
    width: 1150px;
    margin: 0 auto;
}
.constituent-company  .top ul li{
    float: left;
    height: 250px;
    width: 280px;
    margin-right: 10px;
}
.constituent-company  .top ul li.r0{
    margin-right: 0;
}
.constituent-company  .top ul li a{
    display: block;
    width: 100%;
    height: 100%;
}
.constituent-company  .top ul li a img{
    display: block;
    width: 100%;
    height:200px;
}
.constituent-company  .top ul li a p{
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    box-shadow: 2px 2px 5px 3px #F1F1F1;
}

/*管理团队*/
.team-item{
    position: relative;
    width: 218px;
    margin: 0 auto 40px;
    text-align: center;
    padding-bottom: 6px;
    box-shadow: 2px 2px 5px 3px #F1F1F1;
}
.team-item p{
    color: #666;
}
.team-item .pic{
    width: 100%;
    height: 250px;
    overflow: hidden;
}
.team-item .pic img{
    width: 100%;
}
.team-item h3{
    font-size: 16px;
    margin-top: 6px;
}
.item-float .team-item{
   margin-right: 15px;
}
.team-line{
    width: 934px;
    height: 0;
    border-top:2px dashed #ddd;
    margin: 0 auto 40px;
}
.line-after:after{
   position: absolute;
   left: 50%;
   top:100%;
   width: 0;
   height: 40px;
   content: "";
   border-left:2px dashed #ddd;
   margin-left: -1px;
}
.line-before:before{
    position: absolute;
    left: 50%;
    top:-40px;
    width: 0;
    height: 40px;
    content: "";
    border-left:2px dashed #ddd;
    margin-left: -1px;
 }
/*企业文化*/
.culture{
    position: relative;
    width: 1150px;
    height: 342px;
    margin: 50px auto;
    /*background: url("culture.png") no-repeat center;*/
}
.culture-icon{
    position: absolute;
    top: 0;
    width: 378px;
    left: 356px;
    height: 342px;
}
.culture-icon  .item{
    position: absolute;
}
.culture-icon  .item img{
    display: block;
    width: 166px;
    height: 166px;
}
.culture-icon .visionIco{
    top: 0;
    left: 139px;
}
.culture-icon .cultureIco{
    top: 176px;
    left: 139px;
}
.culture-icon .missionIco{
    top: 88px;
    left: 46px;
}
.culture-icon .valuesIco{
    top: 88px;
    left: 231px;
}
.culture li{
    width: 371px;
    height: 92px;
    padding-top: 20px;
    background: #F5F5F5;
}
.culture .culture-l li{
    text-align: right;
    padding-right: 15px;
}
.culture .culture-r li{
    text-align: left;
    padding-left: 15px;
}
.culture li h3{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.culture li p{
    font-size: 16px;
}

.idea{
    width: 1150px;
    margin: 0 auto 14px;
}
.idea li{
    position: relative;
    float: left;
    width: 370px;
    height: 234px;
    margin-right: 20px;
    margin-bottom: 20px;
    text-align: center;
}
.idea li.r0{
    margin-right: 0; 
}
.idea li .idea-pic{
    width: 100%;
    height: 234px;
    overflow: hidden;
}
.idea li .idea-pic img{
    display: block;
    width: 100%;
} 
.idea li .idea-text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    filter:  progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#66000000', endColorstr='#66000000');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#66000000', endColorstr='#66000000')";  
}
.idea li .idea-text h3{
    width: 100%;
    height: 100px;
    line-height: 100px;
    font-size: 20px;
    color: #FFF;
    opacity: 0;
    margin-top: 10px;
}
.idea li .idea-text p{
   width: 100%;
   font-size: 16px;
   color: #FFF;
   margin-bottom: 8px;
   opacity: 0;
}
/* 经营业绩 */
.result{
    width: 1150px;
    margin:20px auto;
}
.result img{
    width: 100%;
}
/* 发展历程 */
.history{
    width: 1150px; 
    margin: 30px auto;
}
.history-top-head{
    width: 100%;
    height: 115px;
    text-align: center;
    font-size: 36px;
    background: url(circleblue.png) center bottom no-repeat;
}
.history-box{
    width: 100%;
    padding-top: 64px;
    padding-bottom: 50px;
    background: url(dotline.png) center repeat-y;
    margin: 0 auto;
    position: relative;
}
.history-box ul li {
    float: left;
    width: 100%;
    padding-bottom: 60px;
}
.history-box ul li .son{
    width: 586px;
    height: 100px;
    margin-top: 60px;
    transition-duration: 400ms;
}
.history-box .fir{
    float: left;
    background: url(his1.png) right top no-repeat;
}
.history-box .sec{
   float: right; 
   background: url(his1.png) left top no-repeat;
}
.history-box ul li .fir:hover{
	background: url(his2.jpg) right top no-repeat;
}
.history-box ul li .sec:hover{
	background: url(his2.jpg) left top no-repeat;
}
.history-box ul li .info-box {
    width: 500px;
    padding: 30px 20px;
    background: #e8e8e8;
    border-radius: 6px;
    overflow: hidden;
    margin-top: -60px;
    transition-duration: 400ms;
}
.history-box ul li .fir .info-box {
    float: left;
}
.history-box ul li .sec .info-box {
    float: right;
}
.history-box ul li .info-box img {
    display: block;
    float: right;
    width: 260px;
}
.history-box ul li .son .info-box .his-info {
    float: left;
    width: 240px;
    line-height: 26px;
    font-size: 14px;
    color: #666;
}
.history-box ul li .son .info-box .his-info h3{
    font-size: 32px;
    margin-bottom: 15px;
}
.history-box ul li .son .info-box .his-info h3 span{
    font-size: 16px;
}
.history-box ul li .info-box:hover {
    background-color: #005BA8;
}
.history-box ul li .info-box:hover h3,
.history-box ul li .info-box:hover p{
    color: #fff;
}

/*董事长简介*/
.detail{
    width: 1150px;
    margin: 0 auto 50px;
}
.detail .detail-pic{
    width: 430px;
    height: 339px;
    margin-right: 30px;
    overflow: hidden;
}
.detail .detail-pic img{
    width: 100%;
}
.detail .detail-text{
    width: 690px;
    padding-top: 20px;
}
.detail .detail-text p{
    line-height: 25px;
    font-size: 15px;
    margin-bottom: 30px;
}

/*企业新闻*/
.news{
    width: 1150px;
    margin: 0 auto;
}
.hot-news{
    position: relative;
    width: 100%;
    padding: 30px 0;
    border-bottom: 1px solid #E5E5E5;
}
.hot-news .news-pic{
    width: 260px;
    height:190px;
    margin-right: 20px;
    overflow: hidden;
}
.hot-news .news-pic img{
    display: block;
    width: 100%;
    height:100%;
}
.hot-news .news-text{
    width: 870px;
}
.news .date{
    color: #888888;
    height: 25px;
    line-height: 25px;
    text-indent: 20px;
    background: url("time.png") no-repeat left center;
}
.news a{
    display: block;
    color: #333333;
    font-size:18px;
    height: 50px;
    line-height: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news a.aHover{
    color: #005BA8;
}
.hot-news  a{
    font-size: 22px;
    color: #005BA8;
}
.news .text{
    line-height: 25px;
}
.hot-news .more{
    display: block;
    position: absolute;
    right:0;
    bottom: 30px;
    width: 140px;
    height: 30px;
    font-size: 16px;
    color: #000000;
    text-align: center;
    line-height: 30px;
    border: 1px solid #dddddd;
}
.hot-news .more:hover{
    color: #005BA8;
    border: 1px solid #005BA8;
}
.news-list{
    padding-bottom: 50px;
}
.news-list li{
    float: left;
    width: 560px;
    height: 158px;
    margin-top: 30px;
    margin-right: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #E5E5E5;
    overflow: hidden;
}
.news-list li.r0{
    margin-right: 0;
}
.news-list li .list-pic{
    width: 208px;
    height: 156px;
    margin-right: 20px;
    overflow: hidden;
}
.news-list li .list-pic img{
    display: block;
    width: 100%;
    height:100%;
}
.news-list li .list-txt{
    width: 332px;
    height: 158px;
}

/*研发能力*/
.part-environment{
    width: 1150px;
    margin: 0 auto;
}
.part-environment li{
    float: left;
    width: 280px;
    margin-right: 10px;
    margin-bottom: 10px;
    background: #FFFFFF;
}
.part-environment li.r0{
    margin-right: 0;
}
.part-environment li a{
    display: block;
    width: 100%;
    height: 100%;
}
.part-environment li a img{
    display: block;
    width: 100%;
}
.part-environment li a p{
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.part-team{
    width: 1150px;
    margin: 0 auto 30px;
}
.part-team li{
    float: left;
    width: 558px;
    height: 158px;
    border:1px solid #E6E6E6;
    margin-right: 30px;
    margin-bottom: 30px;
    background: #FAFAFA;
}
.part-team li.r0{
    margin-right: 0;
}
.part-team li img{
    display: block;
    float: left;
    width: 96px;
    height: 96px;
    margin-top: 31px;
    margin-left: 31px;
    margin-right: 15px;
}
.part-team li .team-introduce{
    float: left;
    width: 400px;
    margin-top: 35px;
}
.part-team li .team-introduce h3{
    line-height: 45px;
    font-size: 18px;
}
.part-process{
    width: 1150px;
    margin: 0 auto;
}
.part-process li{
    float: left;
    width: 130px;
    text-align: center;
    margin-right: 210px;
}
.part-process li.r0{
    margin-right: 0;
}
.part-process li img{
    margin-top: 20px;
    margin-bottom: 30px;
}
.part-process li p{
    color: #FFFFFF;
    font-size: 12px;
}
.process-line{
    position: absolute;
    width: 1150px;
    height: 20px;
    top:148px;
    left:50%;
    margin-left: -575px;
}
.process-line div{
    position: absolute;
    top: 0;
    width: 228px;
    height: 1px;
    border-top: 1px dashed #FFFFFF;
}
.line-1{
    left:121px;
}
.line-2{
    left:460px;
}
.line-3{
    left:796px;
}
.process-line .right-icon{
    position: absolute;
    left:1026px;
    top:-6px;
    width: 0;
    height:0;
    border: 7px solid transparent;
    border-left: 7px solid #FFFFFF;
}

/*智能制造*/
.manufacture-data{
    width: 1150px;
    height: 320px;
    margin: 0 auto;
}
.manufacture-pic{
    width: 505px;
    height: 323px;
}
.manufacture-pic img{
    display: block;
    width: 100%;
}
.manufacture-detail {
    width: 643px;
    height: 321px;
    border: 1px solid #EEEEEE;
}
.manufacture-detail ul{
    width: 645px;
    margin: 0 30px;
}
.manufacture-detail ul li{
    float: left;
    width: 100px;
    font-size: 14px;
    margin-right: 125px;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}
.manufacture-detail ul li.r0{
    margin-right: 0;
}
.manufacture-detail ul li .num{
    font-size: 30px;
    color: #005BA8;
}
.manufacture-detail ul li .num  span{
    font-size: 14px;
    color: #000;
}
.manufacture-detail ul li .line{
    width: 60px;
    height: 1px;
    margin: 10px auto;
    background: #DBDBDB;
}
.manufacture-detail ul li .name{
    font-size: 15px;
}
.industry-video{
    width: 100%;
    margin-top: 50px;
    height: 728px;
    background: url(videobg.jpg) no-repeat center;
}
.industry-system{
    width: 1150px;
    margin: 0 auto;
    padding-bottom: 50px;
}
.industry-system li{
    float: left;
    width: 280px;
    margin-right: 10px;
    background: #FFFFFF;
}
.industry-system li.r0{
    margin-right: 0;
}
.industry-system li a{
    display: block;
    width: 100%;
    height: 100%;
}
.industry-system li a img{
    display: block;
    width: 100%;
}
.industry-system li a p{
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.informatization-system{
    width: 1150px;
    margin: 0 auto;
}
.informatization-system li{
    float: left;
    width: 280px;
    margin-right: 10px;
    margin-bottom: 30px;
}
.informatization-system li.r0{
    margin-right: 0;
}
.informatization-system li a{
    display: block;
    width: 100%;
    height: 40px;
    color: #005BA8;
    line-height: 40px;
    text-align: center;
    background: #FFFFFF;
}
.informatization-system li a:hover{
    color: #FFFFFF;
    background: #005BA8;
}

/*招聘岗位*/
.station{
    padding: 10px 0 50px;
}
.station-item{
    width: 1150px;
   margin: 20px auto 0;
}
.station-item h3{
    position: relative;
    height: 54px;
    line-height: 54px;
    font-size:16px;
    font-weight: bold;
    text-indent: 15px;
    background: #F5F6FA;
    cursor: pointer;
}
.station-item h3.active{
    color: #FFFFFF;
    background: #005BA8;
}

.station-item h3 img{
    display: block;
    position: absolute;
    top:20px;
    right:15px;
    width: 15px;
    height: 15px;
}
.station-detail{
    display: none;
    margin-left: 15px;
}
.station-detail p{
    color: #005BA8;
    font-size: 15px;
    margin: 10px 0;
}
.station-detail li{
    color: #454545;
    line-height: 26px;
}

/*如何应聘*/
.ways{
    width: 1150px;
    margin: 30px auto 0;
}
.ways li{
    float: left;
    width: 450px;
    height: 120px;
    margin-right: 250px;
}
.ways li.r0{
    margin-right: 0;
}
.ways li .item-right{
    width: 410px;
    margin-left: 14px;
}
.ways li h3{
    position: relative;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}
.ways li h3:after{
    position: absolute;
    top:25px;
    left:0;
    content: "";
    width: 20px;
    height: 1px;
    background: #005BA8;
}
.ways li p{
    color: #454545;
    line-height: 26px;
}
/*福利待遇*/
.benefits{
    width: 1150px;
    margin: 30px auto 0;
}
.benefits .part-one{
    width: 100%;
    height: 400px;
    margin-bottom: 20px;
    background: url("benefitbg.png") no-repeat center;
}
.benefits .part-one li{
    position: relative;
    float: left;
    width: 400px;
    margin-bottom: 50px;
    margin-right: 350px;
    margin-top: 50px;
}
.benefits .part-one li.r0{
    margin-right: 0;
}
.benefits .part-one li h3{
    font-size: 22px;
    color: #000000;
    line-height: 35px;
}
.benefits .part-one li.part-l .icon{
    position: absolute;
    right:-120px;
    top:0;
    width: 100px;
    height: 100px;
}
.benefits .part-one li .icon img{
    width: 100%;
}
.benefits .part-one li.part-r .icon{
    position: absolute;
    left:-130px;
    top:0;
    width: 100px;
    height: 100px;
}
.benefits .part-one li p{
    line-height: 20px;
}
.benefits .part-two ul{
    *margin-bottom: 25px;
}
.benefits .part-two li{
    float: left;
    width: 368px;
    height: 278px;
    border: 1px solid #E5E5E5;
    margin-right: 10px;
    margin-bottom: 15px;
    text-align: center;
}
.benefits .part-two li.active{
    color: #FFFFFF;
    background: #005BA8;
}
.benefits .part-two li.r0{
    margin-right: 0;
}
.benefits .part-two li img{
    margin-top: 20px;
}
.benefits-line{
    width: 30px;
    height: 2px;
    margin: 5px auto 10px;
    background: #DEE6EC;
}
.benefits-line.active{
    background: #FFFFFF;
}
.benefits .part-two li p{
    width: 300px;
    margin: 0 auto;
    text-align: left;
}
/*公司环境*/
.team-show{
    width: 1150px;
    margin: 20px auto;
}
/*公司治理*/
.governance{
    width: 1150px;
    margin: 30px auto;
}
.report li{
    position: relative;
    width: 100%;
    height: 60px;
    color: #000000;
    line-height: 60px;
    border-bottom: 1px dashed #ddd;
}
.report li img{
    position: relative;
    top:1px;
    margin-left: 30px;
    margin-right: 5px;
}
.report li span{
    color: #999;
}
.report li a{
    position: absolute;
    top:16px;
    right: 0;
    width: 70px;
    height: 30px;
    color: #FFFFFF;
    text-indent: 35px;
    line-height: 30px;
    background: #005BA8 url("check.png") no-repeat 10px center;
}
.relation-pager{
    width: 1150px;
    height: 30px;
    margin: 20px auto 80px;
}
/*定期报告/临时报告*/
.report{
    width: 1150px;
    margin: 30px auto;
}
/*产品*/
.product{
    width: 1150px;
    margin: 30px auto;
}
.product ul li{
    float: left;
    width: 371px;
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
    /* margin-right: 25px; */
    margin-bottom: 15px;
    border:1px solid #dddddd;
}
.product ul li a{
    position: relative;
    display: block;
    width: 351px;
    padding: 10px 10px 0;
}
.product ul li a .pic{
    width: 100%;;
    height: 235px;
    overflow: hidden;
    *overflow: visible;
}
.product ul li a .pic img{
    display: block;
    width: 100%;
    height:100%;
    transition: all 0.6s;
}
.product ul li p{
    position: relative;
    width: 100%;
    height: 40px;
    line-height: 40px;
}
.product ul li p .line-l{
    position: absolute;
}
.product ul li.active{
    background: #005BA8;
}
.product ul li.active p{
    color: #FFFFFF;
}
.product ul li.active .pic img{
    transform: scale(1.1);
    -moz-transform:scale(1.1);
    -webkit-transform:scale(1.1);
    -ms-transform:scale(1.1);
    transition: all 0.6s;
}
/*产品内页*/
.product-detail{
    width: 1150px;
    margin: 0 auto;
}
.part-menu{
    font-size: 18px;
    color: #005BA8;
    text-indent: 25px;
    margin-bottom: 20px;
    margin-top: 20px;
    background: url("01.png") no-repeat left 5px;
}
.sys-pic{
   text-align: center;
}
.sys-pic img{
    max-width: 100%;
 }
.product-text li{
    line-height: 25px;
    padding-left: 25px;
    background: url("02.png") no-repeat left 7px;
}
.product-title{
    position: relative;
    width: 250px;
    height: 40px;
    font-size: 18px;
    margin: 20px auto;
    line-height: 40px;
    text-align: center;
}
.product-title .line-l{
    position: absolute;
    left:20px;
    top:18px;
    width: 30px;
    height: 1px;
    background: #000;
}
.product-title .line-r{
    position: absolute;
    right:20px;
    top:18px;
    width: 30px;
    height: 1px;
    background: #000;
}
.inner-title{
    height: 50px;
    line-height: 50px;
    font-size: 24px;
}
.product-list{
    margin-bottom: 50px;
}
.detail-pic{
    text-align: center;
    margin-top: 20px;
}
.ul766{
    width: 766px;
    margin: 0 auto;
}
.ul383{
    width: 383px;
    margin: 0 auto;
}
.ul1150{
    width: 1150px;
    margin: 0 auto;
}
.product .ul1150 li{
    width: 565px;
    border-width: 0;
}
.product .ul1150 li a{
    width: 100%;
    padding:0;
}
.product .product-app{
    width: 824px;
    margin: 0 auto;
}
.product .product-app li{
    border-width: 0;
}
.product .product-app li a{
    width: 100%;
    padding:0;
}
.product .product-app li a .pic{
    height:auto;
}
.big-img{
    width: 1150px;
    text-align: center;
    margin: 30px auto;
}
.big-img img
{
    width:100%;
    max-width:1150px;
}
.div1150{
    width: 1150px;
    margin: 0 auto;
}
.main-title{
    height: 120px;
    line-height: 120px;
    font-size: 36px;
    text-align: center;
}
.system-pic{
    text-align: center;
}
.system-pic img{
    
    max-width: 1150px;
}
.inner-text{
   width: 1250px;
   margin: 0 auto;
}
.inner-text .inner-text-title{
    font-size: 16px;
    color: #333;
    line-height: 40px;  
    font-weight: bold; 
}
.inner-text p{
    text-indent: 30px;
}



