﻿@charset "utf-8";
.index_bj{
    background: url(../images/index_bj.png) center top no-repeat;
    padding: 50px 0 30px;
}

/*banner*/
.fullSlide {
    width: 100%;
    position: relative;
    height: 600px;
    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: 600px;
    overflow: hidden;
    text-align: center;
}
.fullSlide .bd li a {
    display: block;
    height: 600px;
}
.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: 15px;
    height: 15px;
    overflow: hidden;
    line-height: 9999px;
    margin: 0 5px;
    border: 2px solid #fff;
    border-radius: 10px;
}
.fullSlide .hd ul .on {
    background: #fff;
    border: 2px solid #fff;
    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;
    margin-bottom: 30px;
}
.itit .itit_t1{
    font-size: 32px;
    font-weight: bold;
    position: relative;
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
}
.itit .itit_t1 span{
    color:#da251d;
}
.itit .itit_t1:before,.itit .itit_t1:after{
    content: "";
    position: absolute;
    width: 467px;
    height: 7px;
    top: 16px;
}
.itit .itit_t1:before{
    left: 0;
    background: url(../images/xian_left.png);
}
.itit .itit_t1:after{
    right: 0;
    background: url(../images/xian_right.png);
}
.itit .itit_t2{
    color: #999;
    text-transform: uppercase;
}


/*优势*/
.iadvantage{}
.iadvantage ul{
    background: #f2f2f2;
    margin: 0 13px;
    padding: 33px 0;
}
.iadvantage ul li{
    float: left;
    width: 20%;
    text-align: center;
    position: relative;
}
.iadvantage ul li:before{
    position: absolute;
    content: "";
    background: #e6e6e6;
    width: 1px;
    height: 50px;
    left: 0;
}
.iadvantage-li{
    display: inline-block;
}
.iadvantage-li span{
    display: block;
    float: left;
    font-size: 40px;
    font-weight: bold;
    color: #035283;
    height: 50px;
    line-height: 50px;
}
.iadvantage-li dl{
    display: block;
    float: left;
    margin-left: 10px;
}
.iadvantage-li dl dd{
    font-size: 16px;
    line-height: 25px;
}


/*产品中心*/
.index_pro{
    margin: 50px 0 20px;
}
.ipl{
    width: 250px;
    /* height: 590px; */
    margin-right: 30px;
}
.ipl .ipl_tit{
    background: #035283;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    line-height: 23px;
    padding: 28px 25px;
}
.ipl .ipl_tit span{
    color: #fff;
    font-size: 16px;
    font-weight: 100;
}

.ipl_list{
    border: 1px solid #ccc;
    padding: 10px 0 30px;
    background: #f2f2f2;
}
.ipl_list li{
    height: 40px;
    border-bottom: 1px dashed #ccc;
    margin: 5px 0;
    line-height: 40px;
}
.ipl_list li a{
    background: url(../images/iyuan.png) 20px center no-repeat;
    padding-left: 40px;
    font-size: 16px;
    color: #666;
}
.ipl_list li a:hover{
    color:#da251d;
    background: url(../images/iyuan_on.png) 20px center no-repeat;
}

.ipl_tel{
    background: url(../images/top_tel.png) 10px center no-repeat #f2f2f2;
    height: 65px;
    padding-top: 15px;
    border: 1px solid #ccc;
    border-radius: 0 0 10px 10px;
    border-top: 0;
    padding-left: 65px;
}
.ipl_tel .ipl_tel_t1{
    width: 60px;
    height: 21px;
    line-height: 21px;
    color: #4c4c4c;
}
.ipl_tel .ipl_tel_t2{
    font-size: 18px;
    color: #e83c09;
    font-weight: bold;
}

.rongyu{
    position:relative;
    margin: 0px auto 0;
    padding: 10px;
    border: 1px solid #ccc;
    background: #fff;
}
.rongyu:before{
    content:"";
    position:absolute;
    background:url(../images/ipro_rm.png) center no-repeat;
    width:45px;
    height:80px;
    z-index:999;
    right:20px;
    top:-7px
}
.rongyu  .prev{
    right: 70px;
    background:url("../images/pro_jian03.png") no-repeat center center;
}
.rongyu  .next{
    right: 25px;
    background: url("../images/pro_jian04.png") no-repeat center center;
}
.rongyu  .next,.rongyu  .prev{
    display:block;
    width: 35px;
    height: 35px;
    float:right;
    overflow:hidden;
    cursor:pointer;
    position: absolute;
    z-index: 99;
    text-align:  center;
    border: 1px solid #ccc;
    border-radius: 50%;
    line-height: 35px;
    font-size: 20px;
    font-weight:  bold;
    color:  #666;
    bottom: 10px;
    background: #fff;
}
.rongyu  .next:hover,.rongyu  .prev:hover{
    background: #035283;
    color:#fff;
}
.rongyu .bd{}
.rongyu .bd ul{ overflow:hidden; zoom:1; }
.rongyu .bd ul li{width: 898px;float:left;_display:inline;overflow:hidden;background:  #fff;}
.rongyu .bd ul li a img{width:410px;height: 351px;display: block;float:  left;border-radius: 10px;}
.rongyu .bd ul li h1{
    text-align: center;
    margin-top: 5px;
    color: #484848;
    font-size: 16px;
}
.rongyu .tempWrap{
    margin: 0 auto
}
.ipc{
    background: #fff;
    padding: 40px;
    float:  left;
    width: 400px;
    height: 270px;
}
.ipc dl{
    margin-bottom: 20px;
}
.ipc dl dt{
    font-size:  26px;
    font-weight: bold;
    margin-bottom: 10px;
    height:  35px;
    text-overflow: ellipsis;
    white-space:nowrap;
    overflow:hidden;
    line-height: 35px;
    margin-right: 30px;
}
.ipc dl dd{
    color:  #666;
    line-height: 26px;
}
.ipc a{
    display:  block;
    width:  100px;
    border:  1px solid #ccc;
    text-align:  center;
    height: 31px;
    line-height:  30px;
    border-radius: 15px;
}
.ipc a:hover{
    background: #035283;
    color:#fff;
}
.ipr{
    width: 920px;
}
.ipr_list{
    margin-top: 20px;
}
.ipr_list ul{}
.ipr_list ul li{
    float: left;
    width: 218px;
    margin-right: 15px;
    position: relative;
    margin-bottom: 15px;
}
.ipr_list ul li:first-child{
    /* margin-left: 0; */
}
.ipr_list ul li img{
    width: 100%;
    display: block;
    border: 1px solid #ccc;
    border-radius: 10px;
}
.ipr_list ul li p{
    height: 35px;
    line-height: 35px;
    position:  absolute;
    bottom: 0;
    width: 100%;
    text-align:  center;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    border-radius: 0 0 10px 10px;
    border: 1px solid #ccc;
    border-top: 0;
}
.ipr_list ul li:hover p{
    background: #035283;
}
.subNavBox{background: #fff;padding: 10px 15px;min-height: 530px;border: 1px solid #d9d9d9;}
.subNav{cursor:pointer;font-weight:bold;font-size:14px;color: #1a1a1a;line-height: 35px;padding-left: 15px;background-position:95% 50%;border-radius: 10px;margin-bottom: 10px;background: url(../images/iyuan.png) left no-repeat;border-bottom: 1px dashed #ccc;}
.subNav:hover{
    color: #035283;
    background: url(../images/iyuan_on.png) left no-repeat;
}
.currentDd{color: #035283;background: url(../images/iyuan_on.png) left no-repeat;border-bottom: 0;}
.navContent{display: none;margin-top: -10px;margin-bottom: 10px;}
.navContent li{border-bottom: 1px dotted #ccc;text-indent: 15px;}
.navContent li a{display:block;height: 35px;text-align: left;font-size:14px;line-height: 35px;color:#333;margin: 2px 0;}
.navContent li a:hover{color:#fff;background: #035283;}


/*广告图*/
.iggt{
    background: url(../images/ggt_bj.jpg) center no-repeat;
    height: 182px;
    margin-bottom: 50px;
}
.iggt-contact{
    float: left;
    margin-left: 80px;
    margin-top: 50px;
    width: 822px;
    margin-right: 100px;
}
.iggt-contact dl{
    float: left;
    color: #fff;
}
.iggt-contact dl dt{
    font-size: 26px;
    font-weight: bold;
    margin: 5px 0;
}
.iggt-contact dl dd{
    font-size: 16px;
}
.iggt-contact a{
    display: block;
    float: right;
    color: #fff;
    font-size: 16px;
    margin-top: 23px;
    width: 89px;
    text-align: center;
    height: 42px;
    line-height: 43px;
}
.iggt-contact a:hover{
    text-decoration: underline;
}
.iggt img{
    display: block;
    width: 160px;
    height: 160px;
    margin-top: 10px;
    float: left;
}


/*合作案例*/
.icase{
    margin-bottom: 50px;
}
.icase_list{
   position:relative;
   margin-top: 30px;
}
.icase_list .prev,.icase_list .next{
    display:block;
    width: 30px;
    height: 80px;
    overflow:hidden;
    cursor:pointer;
    position: absolute;
    text-align: center;
    line-height: 80px;
    background: #d2d2d2;
    color: #fff;
    font-size: 26px;
    top: 90px;
    box-shadow: 2px 2px 2px #ccc;
}
.icase_list .prev:hover,.icase_list .next:hover{
    background: #035283;
}
.icase_list .prev{
    right: 0;
}
.icase_list .next{
    left: 0;
}
.icase_list .bd{ }
.icase_list .bd ul{
    overflow:hidden; 
    zoom:1; 
}
.icase_list .bd ul li{
    width: 260px;
    float:left;
    margin: 0 10px;
    _display:inline;
    overflow:hidden;
    text-align:center;
    border: 1px solid #ccc;
    box-shadow: 2px 2px 2px #ccc;
}
.icase_list .bd ul li a img{
    width:260px;
    height: 250px;
    display: block;
}
.icase_list .bd ul li p{
    height: 35px;
    line-height: 35px;
}
.icase_list .bd ul li:hover p{
    background:#035283;
    color:#fff;
}
.icase_list .bd ul li:hover{
    border:1px solid #035283;
}
.icase_list .tempWrap{
    margin: 0 auto
}


/*关于我们*/
.iabout{
    background: #f2f2f2;
    height: 530px;
    padding-top: 60px;
    position: relative;
    /* z-index: -999; */
}
.iabout_list{
    background: url(../images/iabout_bj.png) bottom center no-repeat;
    padding-bottom: 30px;
}
.iabout_img img{
    display:  block;
    width:  600px;
    height: 360px;
}
.iabout_brief{
    width: 520px;
    background: #fff;
    height: 300px;
    padding: 30px 40px;
    text-align: center;
}
.iabout_brief dl{
    border-bottom: 2px solid #b8b8b8;
    margin-bottom: 20px;
    padding-bottom: 10px;
    text-align: left;
}
.iabout_brief dl dt{
    font-size:  18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.iabout_brief dl dd{
    line-height: 28px;
    color: #666;
    height: 112px;
}
.iabout_brief dl dd a{
    color: #e01313;
}
.iabout_brief dl dd a:hover{
   color: #035283;
}
.iabout_brief ul{
    display: inline-block;
}
.iabout_brief ul li{
    float: left;
    margin-left: 45px;
}
.iabout_brief ul li:first-child{
    margin-left:0;
}
.iabout_brief ul li i{
    width: 45px;
    height:45px;
    display:  block;
    border: 2px solid #b8b8b8;
    border-radius: 50%;
    padding: 28px;
}
.iabout_brief ul li .iab_tb01{
    background: url(../images/iab_tb01.png) center no-repeat;
}
.iabout_brief ul li .iab_tb02{
    background: url(../images/iab_tb02.png) center no-repeat;
}
.iabout_brief ul li .iab_tb03{
    background: url(../images/iab_tb03.png) center no-repeat;
}
.iabout_brief ul li .iab_tb04{
    background: url(../images/iab_tb04.png) center no-repeat;
}
.iabout_brief ul li:hover .iab_tb01{
    background: url(../images/iab_tb01on.png) center no-repeat;
}
.iabout_brief ul li:hover .iab_tb02{
    background: url(../images/iab_tb02on.png) center no-repeat;
}
.iabout_brief ul li:hover .iab_tb03{
    background: url(../images/iab_tb03on.png) center no-repeat;
}
.iabout_brief ul li:hover .iab_tb04{
    background: url(../images/iab_tb04on.png) center no-repeat;
}
.iabout_brief ul li p{
    text-align:  center;
    color: #4c4c4c;
    line-height: 30px;
}
.iabout_brief ul li:hover p{
    color: #035283;
}
.iabout_brief ul li:hover i{
    border-color: #e83c09;
}


/*公司相册*/
.iphoto{
    margin-top: 50px;
}
.yxts_img{
    height: 480px;
}
.yxts_img img{
    display: block;
}
.yxts_img_l{
    width: 255px;
    margin-right: 2.5px;
}
.yxts_img_l .yxts_img_bj{
    background: url(../images/xc_imgbj.jpg) no-repeat;
    height: 205px;
    line-height: 205px;
    text-align: center;
    color: #fff;
    font-size: 30px;
    margin-bottom: 2.5px;
}
.yxts_img_l .yxi01{
    width: 255px;
    height: 270px;
}
.yxts_img .yxi02{
    width: 520px;
    height: 195px;
    margin-bottom: 2.5px;
}
.yxts_img .yxi03{
    width: 520px;
    height: 280px;
}
.yxts_img .yxi04{
    width: 420px;
    height: 260px;
    margin-bottom: 2.5px;
}
.yxts_img .yxi05{
    width: 420px;
    height: 215px;
}

/*新闻资讯*/
.inews{
    margin-top: 50px;
    background: #f2f2f2;
    padding: 50px 0;
}
.inews_list{}
.inews_list_img{
    position: relative;
    width: 600px;
}
.inews_list_img img{
    display: block;
    width: 600px;
    height: 370px;
}
.inews_list_img p{
    position: absolute;
    bottom: 0;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: hsla(0, 0%, 0%, 0.8);
    color: #fff;
    width: 100%;
}
.inews_list_img:hover p{
    background: #035283;
}
.inews_list_con{
    width: 560px;
}
.inews_list_con ul{}
.inews_list_con ul li{
    margin-top: 16px;
}
.inews_list_con ul li:first-child{
    margin-top: 0;
}
.inews_list_con ul li a{
    border: 1px solid #ccc;
    height: 90px;
    padding: 10px;
    display:block;
    background: #fff;
}
.inews_list_con ul li a:hover{
    background: #035283;
    color:#fff;
}
.inews_list_con ul li a:hover dl dd,.inews_list_con ul li a:hover dl p{
    color:#fff;
}
.inews_list_con ul li img{
    display:  block;
    height: 90px;
    float:  left;
}
.inews_list_con ul li dl{
    float: right;
    width: 375px;
}
.inews_list_con ul li dl dt{
    font-size:  16px;
    font-weight:  bold;
    line-height: 30px;
    text-overflow: ellipsis;
    white-space:nowrap;
    overflow:hidden;
    height: 30px;
}
.inews_list_con ul li dl dd{
    font-size:  12px;
    line-height: 20px;
    height: 40px;
    overflow:  hidden;
    color: #666;
}
.inews_list_con ul li dl p{
    color:  #999;
    font-size:  12px;
    line-height: 20px;
}


/*榮譽資質*/
.ihonor{
    margin-top: 50px;
}
.ihonor_list{
   position:relative;
   margin-top: 30px;
}
.ihonor_list .prev,.ihonor_list .next{
    display:block;
    width: 30px;
    height: 80px;
    overflow:hidden;
    cursor:pointer;
    position: absolute;
    text-align: center;
    line-height: 80px;
    background: #d2d2d2;
    color: #fff;
    font-size: 30px;
    top: 30px;
    box-shadow: 2px 2px 2px #ccc;
}
.ihonor_list .prev:hover,.ihonor_list .next:hover{
    background: #035283;
}
.ihonor_list .prev{
    right: 0;
}
.ihonor_list .next{
    left: 0;
}
.ihonor_list .bd{ }
.ihonor_list .bd ul{
    overflow:hidden; 
    zoom:1; 
}
.ihonor_list .bd ul li{
    width: 192px;
    float:left;
    margin: 0 15px;
    _display:inline;
    overflow:hidden;
    text-align:center;
}
.ihonor_list .bd ul li a img{
    width:190px;
    display: block;
    border: 1px solid #eee;
}
.ihonor_list .bd ul li p{
    height: 35px;
    line-height: 35px;
}
.ihonor_list .bd ul li:hover p{
    color: #035283;
}
.ihonor_list .bd ul li:hover img{
    border-color: #035283;
}
.ihonor_list .tempWrap{
    margin: 0 auto
}