@charset "utf-8";
.fullSlide{
    width: 100%;
    position: relative;
    height: 550px;
    margin: 0 auto;
}
.fullSlide .bd {
    margin: 0 auto;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.fullSlide .bd ul {
    width: 100%!important;
}
.fullSlide .bd li {
    width: 100%!important;
    height: 550px;
    overflow: hidden;
    text-align: center;
}
.fullSlide .bd li a {
    display: block;
    height: 550px;
}
.fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 0px;
    left: 0;
    height: 30px;
    line-height: 30px;
    background: url(../images/touming.png) repeat-x;
    text-align: center;
    _background: #000;
    _filter: alpha(opacity=60);
}
.fullSlide .hd ul {
    text-align: center;
}
.fullSlide .hd ul li {
    cursor: pointer;
    display: inline-block;
    zoom:1;
    width: 50px;
    height: 4px;
    overflow: hidden;
    line-height: 9999px;
    margin: 0 5px;
    background: #fff;
}
.fullSlide .hd ul .on {
    background: #00205b;
    opacity: 1;
}
.fullSlide .prev,  .fullSlide .next {
    position: absolute;
    top: 50%;
    margin-top: -50px;
    display: block;
    width: 100px;
    height: 100px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    opacity: 0;
    -webkit-transition: all .25s;
    -moz-transition: all .25s;
    -ms-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}
.fullSlide .prev {
    left: 3%;
    background: url(../images/left.png) no-repeat left;
}

.fullSlide .next {
    right: 3%;
    background: url(../images/right.png) no-repeat right;
}
.fullSlide .prevStop {
    display: none;
}
.fullSlide:hover .prev,.fullSlide:hover .next{
    filter: alpha(opacity=100);
    opacity: 1;
}


/*标题*/
.itit{
    margin:0 auto;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}
.itit .itit-t1{
    font-size: 36px;
    line-height: 40px;
    z-index: 1;
    position: relative;
}
.itit .itit-t1 span{
    position:relative;
    display: table;
    margin: auto;
}
.itit .itit-t1 span:before{
    content:"";
    background: url(../images/logo.png) center no-repeat;
    position: absolute;
    width: 15px;
    height: 15px;
    background-size: contain;
    right: -25px;
    bottom: 0;
}
.itit .itit-t2{
    color: #666;
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 10px;
}
.itit-xian{
    width: 280px;
    height: 1px;
    background: #e4e4e4;
    margin: 10px auto;
    position: relative;
}
.itit-xian:before{
    content: "";
    width: 80px;
    height: 3px;
    background: #0087e0;
    position: absolute;
    bottom: -1px;
    left: 50%;
    margin-left: -40px;
}
.itit-t2 .itit-t1{
    background: #f5f5f5;
}
.itit-fff .itit-t1,.itit-fff .itit-t2{
    color: #fff;
}
.itit-fff .itit-xian,.itit-fff .itit-xian:before{
    background: #fff;
}


/*应用领域*/
.ily{
    margin-top: 50px;
}
.ily-fl{
    width: 280px;
}
.ily-fl img{
    display: block;
    width: 280px;
    height: 580px;
}
.ily-fr{
    width: 890px;
}
.ily-fr ul li{
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
}
.ily-fr ul li:nth-child(2n){
    margin-right: 0;
}
.ily-fr ul li img{
    display: block;
    width: 430px;
    height: 280px;
}
/*结束应用领域*/


/*产品中心*/
.ipro{
    margin-top: 50px;
    background: #f5f5f5;
    padding: 50px 0;
}
.ipro-list .tab-hd{
    margin-bottom: 30px;
}
.ipro-list .tab-hd .tab-nav{
    margin: auto;
    display: table;
    background: #fff;
    border-radius: 20px;
}
.ipro-list .tab-hd .tab-nav li{
    float: left;
}
.ipro-list .tab-hd .tab-nav li.on a{
    background: #00205b;
    color: #fff;
}
.ipro-list .tab-hd .tab-nav li a{
    display: block;
    padding: 10px 20px;
    color: #666;
    border-radius: 20px;
    font-size: 16px;
}
.ipro-list .tab-pal ul li{
    width: 279px;
    float: left;
    margin-right: 27px;
    margin-bottom: 25px;
    box-shadow: 0 0 6px 1px rgb(0 0 0 / 20%);
}
.ipro-list .tab-pal ul li img{
    width: 279px;
    height: 279px;
}
.ipro-list .tab-pal ul li:hover img{
    transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);    /* IE 9 */
    -webkit-transform: scale(1.05,1.05);    /* Safari å’Œ Chrome */
    -o-transform: scale(1.05,1.05); /* Opera */
    -moz-transform: scale(1.05,1.05);   /* Firefox */
}
.ipro-list .tab-pal ul li p{
    text-align: center;
    text-overflow: ellipsis;
    white-space:nowrap;
    overflow:hidden;
    line-height: 45px;
    height: 45px;
    font-size: 16px;
    background: #545454;
    padding: 0 10px;
    color: #fff;
}
.ipro-list .tab-pal ul li:hover p{
    background: #00205b;
    color:#fff;
}
/*结束产品中心*/


/*优势*/
.iyoushi{
    background: url(../images/iys-bj.jpg) center no-repeat;
    height: 900px;
    overflow: hidden;
}
.iyoushi .w{
    position: relative;
}
.iys-list ul li{
    float: left;
    width: 300px;
    height: 210px;
    border: 1px solid #fff;
    padding-top: 90px;
}
.iys-list ul li img{
    display: block;
    margin: auto;
}
.iys-list ul li p{
    color: #fff;
    font-size: 22px;
    text-align: center;
    margin-top: 10px;
    line-height: 30px;
}
.iys-list.iys-pl{
    margin-left: 301px;
}
.iys-wz{
    position: absolute;
    bottom: 50%;
    color: #fff;
    right: 0;
}
.iys-wz dl dt{
    font-size: 34px;
}
.iys-wz dl dd{
    font-size: 22px;
    margin-top: 10px;
}
.iys-wz dl a{
    display: block;
    color: #fff;
    border: 1px solid #fff;
    float: left;
    padding: 10px 20px;
    font-size: 20px;
    margin-top: 40px;
}
.iys-wz dl a:hover{
    background:#00205b;
    color:#fff;
}

/*结束优势*/


/*关于我们*/
.iabout{
    background: url(../images/iys-bj2.jpg) center no-repeat;
    height: 960px;
}
.iab-sz{
    padding-top: 150px;
}
.iabsz-list{
    display: table;
    float: left;
    margin-left: 80px;
}
.iabsz-list:first-child{
    margin-left: 0;
}
.iabsz-list span{
    display: block;
    float: left;
    background: #00205b;
    color: #fff;
    width: 20px;
    text-align: center;
    font-size: 12px;
    margin-top: 10px;
}
.iabsz-list i{
    font-style: inherit;
    display: block;
    float: left;
    font-size: 58px;
    font-weight: bold;
    color: #000;
    line-height: 50px;
    margin: 0 10px;
}
.iabsz-list dl{
    float: left;
    color: #000;
}
.iabsz-list dl dd{
    font-size: 16px;
    line-height: 22px;
}
.iab-wz{
    width: 750px;
    position: relative;
    margin-top: 100px;
    padding-left: 30px;
}
.iab-wz:before{
    content:"";
    position: absolute;
    width: 5px;
    height: 66px;
    background: #cc3333;
    left: 0;
}
.iab-wz dl dt{
    font-weight: bold;
    font-size: 30px;
    color: #000;
}
.iab-wz dl dd{
    font-size: 20px;
}
.iab-wz .brief{
    margin: 30px 0;
}
.iab-wz .brief p{
    line-height: 30px;
    font-size: 16px;
    margin-bottom: 10px;
    text-indent: 2em;
}
.iab-wz .more a{
    background: #252525;
    color: #fff;
    width: 140px;
    text-align: center;
    line-height: 45px;
    color: #fff;
    font-size: 16px;
    display: block;    
    border-radius: 20px;
}
.iab-wz .more a:hover{
    background:#00205b;
}
.iab-tb{
    margin-top: 70px;
    padding-left: 30px;
}
.iab-tb ul li{
    float: left;
    margin-left: 160px;
}
.iab-tb ul li:first-child{
    margin-left: 0;
}
.iab-tb ul li img{
    display: block;
    width: 80px;
    margin:auto;
}
.iab-tb ul li p{
    text-align: center;
    font-size: 20px;
    margin-top: 10px;
}
/*结束关于我们*/


/*新闻资讯*/
.inews{
    margin-top: 50px;
}
.inews-list ul li{
    background: #f2f2f2;
    width: 380px;
    float: left;
    margin-left: 30px;
    box-shadow: 0px 0px 5px 1px rgb(0 0 0 / 20%);
}
.inews-list ul li:first-child{
    margin-left: 0;
}
.inews-list ul li>a i{
    display: block;
    overflow: hidden;
    border: 1px solid #f5f5f5;
}
.inews-list ul li img{
    display: block;
    width: 100%;
    height: 280px;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transform: scale(1,1);
    -ms-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    -o-transform: scale(1,1);
    -moz-transform: scale(1,1);
}
.inews-list ul li:hover img{
    transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);    /* IE 9 */
    -webkit-transform: scale(1.05,1.05);    /* Safari å’Œ Chrome */
    -o-transform: scale(1.05,1.05); /* Opera */
    -moz-transform: scale(1.05,1.05);   /* Firefox */
}
.inews-list ul li dl{
    position: relative;
    padding: 20px;
}
.inews-list ul li dl i{
    display: block;
    font-style: inherit;
    color: #999;
}
.inews-list ul li dl dt{
    font-size: 16px;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    position: relative;
    font-weight:bold;
}
.inews-list ul li dl dt a:hover{
    font-weight:bold;
    color: #007fff;
}
.inews-list ul li dl dd{
    line-height:25px;
    color: #808080;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    height: 75px;
    font-size: 14px;
}
.inews-list-a{
    height: 25px;
    line-height: 25px;
    margin: 10px 0;
}
.inews-list-a span{
    font-size:12px;
    color:#999;
    padding-left: 18px;
    float:left;
}
.inews-list-a .inews-date{
    background: url(../images/ft_2.png) left no-repeat;
}
.inews-list-a .inews-vid{
    background: url(../images/ft_3.png) left no-repeat;
    margin-left: 10px;
}
.inews-list-a a{
    float:right;
    color: #999;
    font-size: 12px;
    display: block;
    width: 70px;
    text-align: center;
    height: 25px;
    line-height: 25px;
}
.inews-list-a a:hover{
    color: #2c3040;
}
/*结束新闻资讯*/