@charset "utf-8";

/*banner*/

.fullSlide {

    width: 100%;

    position: relative;

    height: 690px;

    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: 690px;

    overflow: hidden;

    text-align: center;

}

.fullSlide .bd li a {

    display: block;

    height: 690px;

}

.fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 20px;
    left: 0;
    height: 30px;
    line-height: 30px;
    background: url(http://aosendq.test.dginfo.com/t/a/aosendq/pc/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;*
    display: inline;
    zoom:1;
    width: 20px;
    height: 20px;
    overflow: hidden;
    line-height: 9999px;
    margin: 0 5px;
    border-radius: 50%;
    background: #fff;
}
.fullSlide .hd ul .on {
    background: #01408f;
    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{
    text-align: center;
    position: relative;
    margin-bottom: 50px;
    overflow: hidden;
}
.itit .zw{
    font-size: 38px;
    font-weight: bold;
    display: table;
    margin: auto;
    position: relative;
}
.itit .zw span{
    color: #01408f;
}
.itit .zw i{
    font-size: 60px;
    color: #01408f;
    margin: 0 5px;
    font-style: inherit;
}
.itit .zw::after,.itit .zw::before{
    content:"";
    position: absolute;
    height: 18px;
    width: 448px;
    top: 50%;
    margin-top: -9px;
}
.itit .zw::after{
    background: url(../images/ititx-r.png) left no-repeat;
    right: -485px;
}
.itit .zw::before{
    background: url(../images/ititx-l.png) left no-repeat;
    left: -485px;
}
.itit .by{
    text-transform: uppercase;
    color: #9ba0a6;
    display: table;
    margin: 10px auto 0;
    position: relative;
    font-size: 18px;
}
.itit .by:after,.itit .by::before{
    content:"";
    background: #01408f;
    width: 5px;
    height: 5px;
    position: absolute;
    border-radius: 50%;
    top: 50%;
    margin-top: -2.5px;
}
.itit .by:after{
    right: -15px;
}
.itit .by::before{
    left: -15px;
}


/*产品中心*/
.ipro{
    padding: 50px 0 200px;
    background: url(../images/ipro-bj.png) bottom center no-repeat;
}
.ipro .list{
    display: flex;
    .:
    auto;
}
.ipro-fl{
    width: 240px;
    background: url(../images/iprofl-bj.jpg) top center no-repeat;
    background-size: cover;
    float: left;
    padding: 30px;
    height: 716px;
}
.ipro-fl ul{
    height: 100%;
    overflow-x: hidden;
}
.ipro-fl ul li{
    height: 45px;
    line-height: 45px;
}
.ipro-fl ul li a{
    color: #fff;
    display: block;
    padding-left: 10px;
}
.ipro-fl ul li a:hover{
    background: #fff;
    color: #01408f;
}
.ipro-fl ul::-webkit-scrollbar {
  width: 5px;
  height: 2px;
}
.ipro-fl ul::-webkit-scrollbar-track {
  background-color: none;
}
.ipro-fl ul::-webkit-scrollbar-thumb {
  background-color: #525ca0;
}
.ipro-fl ul::-webkit-scrollbar-thumb:hover {
  background-color: #eee
}
.ipro-fl ul::-webkit-scrollbar-thumb:active {
  background-color: #eee
}

.ipro-lm{
    width: 840px;
    float: right;
    background: #fff;
    padding: 30px;
}
.ipro-lm .bt{
    display: table;
    width: 100%;
    margin-bottom: 30px;
    background: url(../images/ipro-xian.png) 190px 25px no-repeat;
}
.ipro-lm .bt dl{
    float: left;
    position: relative;
    padding-left: 20px;
}
.ipro-lm .bt dl::after{
    content:"▶";
    position:absolute;
    top: 10px;
    left: 0;
    color: #01408f;
}
.ipro-lm .bt dl dt{
    font-size: 26px;
    font-weight: bold;
}
.ipro-lm .bt dl dd{
    text-transform: uppercase;
    color: #9ba0a6;
}
.ipro-lm .bt a{
    float: right;
    background: #eff2f6;
    color: #01408f;
    width: 100px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 20px;
    margin-top: 5px;
}
.ipro-lm ul li{
    width: 270px;
    float: left;
    margin-right: 15px;
    margin-top: 15px;
}
.ipro-lm ul li:nth-child(3n){
    margin-right: 0;
}
.ipro-lm ul li img{
    width: 100%;
}
.ipro-lm ul li p{
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
}


/*优势*/
.iyoushi{
    padding: 70px 0;
}
.iyoushi-lb .list{
    display: table;
    width: 100%;
    margin-top: 40px;
}
.iyoushi-lb .tp{
    float: left;
    width: 45%;
}
.iyoushi-lb .tp img{
    width:100%;
}
.iyoushi-lb dl{
    float: right;
    width: 50%;
    margin-top: 100px;
}
.iyoushi-lb dl dt{
    font-size: 30px;
    font-weight: bold;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.iyoushi-lb dl dt::after{
    content:"";
    background: #01408f;
    width: 80px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.iyoushi-lb dl dd{
    margin-top: 30px;
    font-size: 16px;
    line-height: 28px;
}
.iyoushi-lb .list:nth-child(2) .tp{
    float: right;
}
.iyoushi-lb .list:nth-child(2) dl{
    float: left;
}


/*广告图*/
.iggt{
    background: url(../images/iggt-bj.png) center center no-repeat;
    height: 269px;
}
.iggt-wz{
    margin-top: 110px;
    color: #fff;
}
.iggt-wz .wza{
    font-size: 20px;
}
.iggt-wz .wzb{
    font-size: 18px;
    margin-top: 10px;
    background: url(../images/iggt-xian.png) bottom left no-repeat;
    padding-bottom: 25px;
}
.iggt-wz .wzb span{
    font-size: 24px;
    font-weight: bold;
}
.iggt-dh{
    color: #fff;
    margin-top: 120px;
    margin-right: 230px;
    background: url(../images/iggt-dh.png) left center no-repeat;
    padding-left: 37px;
}
.iggt-dh p span{
    font-size: 42px;
    font-weight: bold;
}


/*公司展示*/
.igszs{
    margin-top: 70px;
}
.igszs ul li{
    float: left;
    width: 380px;
    margin-right: 30px;
    margin-bottom: 30px;
}
.igszs ul li img{
    width: 100%;
}


/*关于我们*/
.iabout{
    margin-top: 40px;
    background: url(../images/ipro-bj.png) bottom center no-repeat;
    padding-bottom: 230px;
}
.iabout-list{
    background: #01408f;
    padding: 20px;
    position: relative;
    display: table;
}
.iabout-list::after{
    content:"";
    background: url(../images/iabout-sjxb.png) center center no-repeat;
    width: 70px;
    height: 70px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.iabout-list .img{
    float: left;
    background: url(../images/iabout-sjx.png) left top no-repeat;
    padding: 10px;
    width: 570px;
}
.iabout-list .img img{
    width: 100%;
}
.iabout-list .wz{
    width: 520px;
    float: right;
    color: #fff;
    margin-top: 30px;
    margin-right: 30px;
    margin-left: 20px;
}
.iabout-list .wz .bt{
    font-size: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    position: relative;
}
.iabout-list .wz .bt::after{
    content:"";
    background: #fff;
    width: 50px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.iabout-list .wz .tit{
    color: #aebed2;
    font-size: 16px;
    line-height: 25px;
    text-indent: 2em;
}
.iabout-list .wz .more{
    margin-top: 25px;
}
.iabout-list .wz .more a{
    background: #fff;
    color: #01408f;
    display: block;
    width: 120px;
    text-align: center;
    line-height: 35px;
}
.ihonor-list{
    position: relative;
    background: #fff;
    margin-top: 30px;
    padding: 30px 0;
}
.ihonor-list .bd ul{
    overflow:hidden; 
    zoom:1; 
}
.ihonor-list .bd ul li{
    width: 250px;
    float:left;
    _display:inline;
    overflow:hidden;
    margin: 0 10px;
    position: relative;
    background: #fff;
}
.ihonor-list .bd ul li .bigimg{
    border:1px solid #eee;
    padding: 10px;
}
.ihonor-list .bd ul li:hover .bigimg{
    border-color:#01408f
}
.ihonor-list .bd ul li img{
    width:250px;
    height: auto;
    display: block;
}
.ihonor-list .bd 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 */
}
.ihonor-list .bd ul li p{
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    text-overflow: ellipsis;
    white-space:nowrap;
    overflow:hidden;
}
.ihonor-list .bd ul li:hover p{
    color: #01408f;
}
.ihonor-list .tempWrap{
    display: block;
    margin:auto;
}
.ihonor-list .preva,.ihonor-list .nexta{
    display:block;
    overflow:hidden;
    cursor:pointer;
    position: absolute;
    bottom: 50%;
    height: 60px;
    width: 30px;
    z-index: 99;
    margin-bottom: -30px;
    background: #e5ecf4;
    color: #01408f;
    text-align: center;
    line-height: 60px;
    font-size: 24px;
    font-weight: bold;
}
.ihonor-list .preva{
    left: 10px;
}
.ihonor-list .nexta{
    right: 10px;
}
.ihonor-list .preva:hover,.ihonor-list .nexta:hover{
    background:#01408f;
    color:#fff;
}


/*新闻资讯*/
.inews{
    padding: 70px 0;
}
.inews-list{
    display: flex;
}
.inews-fl{
    float: left;
    width: 760px;
}
.inews-fl .tab-hd{
    background: #fff;
    line-height: 60px;
    margin-bottom: 20px;
    border: 2px solid #01408f;
}
.inews-fl .tab-hd ul{
    width: 100%;
}
.inews-fl .tab-hd ul li{
    float: left;
    width: 50%;
}
.inews-fl .tab-hd ul li a{
    display: block;
    text-align: center;
    font-size: 20px;
    color: #005cbf;
}
.inews-fl .tab-hd .more{
    float: right;
    margin-right: 20px;
    display: none;
}
.inews-fl .tab-hd .more a{
    color: #fff;
}
.inews-fl .tab-hd ul li.on a{
    background: #01408f;
    color: #fff;
}
.inews-fl .tab-bd .xwtop{
    display: flex;
}
.inews-fl .tab-bd .xwtop .bigimg{
    width: 300px;
    float: left;
}
.inews-fl .tab-bd .xwtop .bigimg img{
    width: 100%;
    height: 190px;
}
.inews-fl .tab-bd .xwtop dl{
    width: 430px;
    float: right;
    margin-left: 30px;
}
.inews-fl .tab-bd .xwtop dl dt{
    font-size: 18px;
    font-weight: 400;
    line-height: 35px;
    text-overflow: ellipsis;
    white-space:nowrap;
    overflow:hidden;
}
.inews-fl .tab-bd .xwtop dl dt a:hover{
    color: #01408f;
}
.inews-fl .tab-bd .xwtop dl span,.inews-fl .tab-bd ul li span{
    color: #999;
    display: block;
    margin: 10px 0;
}
.inews-fl .tab-bd .xwtop dl span i,.inews-fl .tab-bd ul li span i{
    font-style: normal;
    padding-left: 22px;
}
.inews-fl .tab-bd .xwtop dl span i.rq,.inews-fl .tab-bd ul li span i.rq{
    background: url(../images/ft_5.png) left center no-repeat;
}
.inews-fl .tab-bd .xwtop dl span i.djl,.inews-fl .tab-bd ul li span i.djl{
    background: url(../images/ft_4.png) left center no-repeat;
}
.inews-fl .tab-bd .xwtop dl dd{
    color: #666;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 25px;
}
.inews-fl .tab-bd .xwtop dl .more{
    margin-top: 10px;
}
.inews-fl .tab-bd .xwtop dl .more a{
    display: table;
    background: url(../images/pj_home_icon_23.png) right center no-repeat;
    padding-right: 20px;
    color: #01408f;
}
.inews-fl .tab-bd .xwtop dl .more a:hover{
    color: #488247;
}
.inews-fl .tab-bd ul{
    margin-top: 20px;
    display: table;
    width: 100%;
}
.inews-fl .tab-bd ul li{
    float: left;
    width: 49%;
    margin-right: 2%;
    margin-top: 15px;
}
.inews-fl .tab-bd ul li:nth-child(2n){
    margin-right:0;
}
.inews-fl .tab-bd ul li a{
    display: block;
    background: #F0F0F0;
    padding: 20px;
}
.inews-fl .tab-bd ul li h2{
    font-weight: 400;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 18px;
}
.inews-fl .tab-bd ul li p{
    color: #666;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 25px;
    height: 75px;
}
.inews-fl .tab-bd ul li a:hover{
    background: #01408f;
}
.inews-fl .tab-bd ul li a:hover h2,.inews-fl .tab-bd ul li a:hover span,.inews-fl .tab-bd ul li a:hover p{
    color: #fff;
}
.inews-fr{
    float: right;
    width: 410px;
    margin-left: 30px;
    background: #F0F0F0;
}
.inews-fr .bt{
    background: #01408f;
    line-height: 60px;
    height: 60px;
    padding: 0 20px;
}
.inews-fr .bt span{
    color: #fff;
    font-size: 20px;
}
.inews-fr .bt a{
    float: right;
    color: #fff;
}
.inews-fr .list{
    padding: 20px;
}
.inews-fr .list dl{
    border-top: 1px solid #DFDFDF;
    margin-top: 18px;
    padding-top: 18px;
}
.inews-fr .list dl:first-child{
    border: 0;
    margin: 0;
    padding-top: 0;
}
.inews-fr .list dl dt{
    position: relative;
    padding-left: 40px;
    line-height: 30px;
    text-overflow: ellipsis;
    white-space:nowrap;
    overflow:hidden;
}
.inews-fr .list dl dt::before{
    content: "问";
    background: #D8D8D8;    
}
.inews-fr .list dl dt a{
    font-size: 18px;
    font-weight: 400;
}
.inews-fr .list dl dt a:hover{
    color: #01408f;
}
.inews-fr .list dl dd{
    color: #666;
    position: relative;
    padding-left: 40px;
    margin-top: 10px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 25px;
}
.inews-fr .list dl dd::before{
    content: "答";
    background: #01408f;
}
.inews-fr .list dl dd::before,.inews-fr .list dl dt::before{
    position: absolute;
    left: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
}