@charset "utf-8";

/*banner*/
.fullSlide {
    width: 100%;
    position: relative;
    height: 500px;
    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: 500px;
    overflow: hidden;
    text-align: center;
}
.fullSlide .bd li a {
    display: block;
    height: 500px;
}
.fullSlide .hd {
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 0px;
    left: 0;
    height: 30px;
    line-height: 30px;
    background: url(http://jiehuiwj.test.dginfo.com/t/j/jiehuiwj/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;
    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: #e73500;
    border: 2px solid #e73500;
    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(http://jiehuiwj.test.dginfo.com/t/j/jiehuiwj/pc/images/left.png) no-repeat left;
}

.fullSlide .next {
    right: 3%;
    background: url(http://jiehuiwj.test.dginfo.com/t/j/jiehuiwj/pc/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;
}
.itit .itit-t1 i{
    font-size: 70px;
    color: #0087df;
    margin-right: 5px;
}
.itit .itit-t1 span{
    color: #0087df;
    font-size: 40px;
}
.itit .itit-xian{
    background: #999999;
    height: 1px;
    width: 200px;
    margin: 10px auto;
    position:relative;
}
.itit .itit-xian:before{
    content:"";
    background: #0087df;
    width: 30px;
    position: absolute;
    height: 3px;
    top: -1px;
    left: 85px;
}
.itit .itit-t2{
    font-size: 16px;
    color: #666;
}
.itit-fff .itit-t1,.itit-fff .itit-t2{
    color: #fff!important;
}
.itit-fff .itit-xian{
    background: #fff!important;
}
.itit-fff .itit-xian:before{
    background: #e4000d!important;
}

/*广告图*/
.iggt{
    background: url(../images/ggt_bj.jpg) center no-repeat;
    height: 182px;
    margin-top: 40px;
}
.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;
}


/*走进杰汇*/
.iabout{
    background: #f7f7f7;
    padding: 50px 0;
}
.iabout-brief{
    width: 570px;
    margin-top: 50px;
}
.iabout-brief dl{
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.iabout-brief dl dt{
    color: #0087df;
    text-transform: uppercase;
    font-size: 60px;
    line-height: 60px;
}
.iabout-brief dl dd{
    font-size: 16px;
}
.iabout-brief-wz{
    line-height: 28px;
    color: #666;
}
.iabout-brief ul{
    margin: 30px auto 0;
    display: table;
}
.iabout-brief ul li{
    float: left;
    width: 150px;
    text-align: center;
    line-height: 35px;
    margin: 0 15px;
}
.iabout-brief ul li a{
    display: block;
    color: #fff;
    background: #0087df;
    font-size: 16px;    
    border-radius: 20px;
}
.iabout-brief ul li a:hover{
    background:#e73500;   
}
.iabout-img{
    width: 600px;
}
.iabout-img img{
    display: block;
    width: 600px;
    height: 400px;
}
/*合作伙伴*/
.iphoto{
    margin-top:50px;
}
.iphoto-list{
   position:relative;
   margin-top: 30px;
}
.iphoto-list .prev,.iphoto-list .next{
    display:block;
    overflow:hidden;
    cursor:pointer;
    position: absolute;
    text-align: center;
    top: 65px;
    height: 40px;
    width: 40px;
}
.iphoto-list .prev{
    background: url(../images/ileft.png) center no-repeat;
    left: 0px;
}
.iphoto-list .prev:hover{
    background: url(../images/ilefton.png) center no-repeat;
}
.iphoto-list .next{
    background: url(../images/iright.png) center no-repeat;
    right: 0px;
}
.iphoto-list .next:hover{
    background: url(../images/irighton.png) center no-repeat;
}
.iphoto-list .bd ul{
    overflow:hidden; 
    zoom:1; 
}
.iphoto-list .bd ul li{
    width: 262px;
    float:left;
    _display:inline;
    overflow:hidden;
    text-align:center;
    margin: 0 5px;
    position: relative;
}
.iphoto-list .bd ul li .bigimg{
    border: 1px solid #999;
}
.iphoto-list .bd ul li:hover .bigimg{
    border: 1px solid #0087df;
}
.iphoto-list .bd ul li img{
    width:260px;
    height: 180px;
    display: block;
}
.iphoto-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 */
}
.iphoto-list .bd .tempWrap{
    display: block;
    margin:auto;
}


/*产品展示*/
.iproducts{
    margin-top: 50px;
}
.iproducts-left{
    width: 260px;
}
.iproducts-left-tit{
    background: #1488c8;
    color: #fff;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    line-height: 80px;
    height: 80px;
    border-bottom: 2px solid #e1e1e1;
}
.iproducts-left-fl{
    background: #807d7d;
    padding: 20px 20px 10px;
}
.iproducts-left-fl .iprfl-tit{
    background: #fff;
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
}
.iproducts-left-fl .iprfl-tit a{
    font-weight: bold;
    display: block;
    padding: 0 10px;
    background: url(http://jiehuiwj.test.dginfo.com/t/j/jiehuiwj/pc/images/ileft-jt.png) 194px center no-repeat;
}
.iproducts-left-fl .iprfl-tit a:hover{
    color:#f00;
    background: url(http://jiehuiwj.test.dginfo.com/t/j/jiehuiwj/pc/images/ileft-jton.png) 194px center no-repeat;
}
.iproducts-left-fl ul{
    margin-left: 10px;
}
.iproducts-left-fl ul li{
    line-height: 25px;
    height: 25px;
    margin-bottom: 15px;
}
.iproducts-left-fl ul li a{
    color: #fff;
}
.iproducts-left-fl ul li a:hover{
    color:#f33a3a;
}
.iproducts-left-tel{
    background: url(http://jiehuiwj.test.dginfo.com/t/j/jiehuiwj/pc/images/ileft-telbj.png) center no-repeat;
    height: 145px;
    padding-top: 26px;
}
.iproducts-left-tel dl{
    background: url(http://jiehuiwj.test.dginfo.com/t/j/jiehuiwj/pc/images/ileft-tel.png) left center no-repeat;
    padding-left: 55px;
    color: #fff;
    margin: 0 auto;
    display: table;
}
.iproducts-left-tel dl dt{
    font-size: 20px;
}
.iproducts-left-tel dl dd{
    font-size: 13px;
}
.iproducts-left-tel p{
    text-align: center;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    margin-top: 10px;
}
.iproducts-right{
    width: 890px;
}
.iproducts-right ul li{
    width: 280px;
    float: left;
    margin-right: 25px;
    margin-bottom: 20px;
}
.iproducts-right ul li .bigimg{
    border: 1px solid #e1e1e1;
}
.iproducts-right ul li:hover .bigimg{
    border: 1px solid #0087df;
}
.iproducts-right ul li img{
    width: 280px;
    height: 230px;
}
.iproducts-right 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 */
}
.iproducts-right ul li p{
    text-align: center;
    line-height: 46px;
    border-top: 0;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space:nowrap;
    overflow:hidden;
    background: #e0e0e0;
}
.iproducts-right ul li:hover p{
    background: #0087df;
    color: #fff;
}

.ipl{
    width: 270px;
}
.ipl .ipl_tit{
    background: url(../images/ipl_tbbj.png) center left 20px no-repeat #0087df;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    padding: 20px 0 20px 50px;
    text-transform: uppercase;
}
.ipl .ipl_tit span{
    display:block;
}
.ipl .ipl_tit span{
    color: #fff;
    font-size: 14px;
    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(http://jiehuiwj.test.dginfo.com/t/j/jiehuiwj/pc/images/iyuan.png) 20px center no-repeat;
    padding-left: 40px;
    font-size: 16px;
    color: #666;
}
.ipl_list li a:hover{
    color:#da251d;
    background: url(http://jiehuiwj.test.dginfo.com/t/j/jiehuiwj/pc/images/iyuan_on.png) 20px center no-repeat;
}

.ipl_tel{
    padding: 25px 0;
    border: 1px solid #ccc;
    text-align: center;
    background: #0087df;
    color: #fff;
}
.ipl_tel .ipl_tel_t1{
    font-size: 20px;
}
.ipl_tel .ipl_tel_t2{
    font-size: 28px;
    font-weight: bold;
}
.subNavBox{background: #f5f5f5;border: 1px solid #d9d9d9;height: 663px;border-bottom: 0;}
.subNav{font-weight:bold;font-size: 16px;color: #1a1a1a;line-height: 45px;padding-left: 40px;background: url(../images/ipro-zfx.png) 20px 17px no-repeat;border-bottom: 1px solid #e1e1e1;}
.subNav:hover{
    color: #019b49;
    background: url(../images/ipro-zfxon.png) 20px 17px no-repeat;
}
.subNav a{
    display:block;
}
.subNav a:hover{
    color: #0087df;
}
.currentDd{color: #019b49;background: url(../images/ipro-zfxon.png) 20px 17px no-repeat;border-bottom: 0;margin-bottom: 0;}
.navContent{display: block;border-bottom: 1px solid #e1e1e1;padding: 5px 20px 15px;}
.navContent li{border-bottom: 1px dotted #ccc;padding-left: 20px;line-height: 40px;position:relative;}
.navContent li a:before{position:absolute;content:"";background: #ccc;width: 7px;height: 7px;border-radius: 50%;left: 5px;top: 16px;}
.navContent li a:hover:before{background: #0087df;}
.navContent li a{text-align: left;font-size:14px;line-height: 35px;color:#333;margin: 2px 0;}
.navContent li a:hover{color: #0087df;}
.layB{width:942px;}
.layB .tbC{height: 800px;overflow: hidden;}
.layB .slide{ width:942px; overflow:hidden;}
.layB ul{ overflow:hidden; zoom:1; }
.layB li{ width:290px; display:inline; float:left; line-height:20px;border:1px solid #e6e6e6; margin-left: 20px;margin-bottom: 20px;}
.layB li img{ display:block; width: 290px; }
.layB li p{ text-align: center; height: 35px;line-height: 35px;background: #f5f5f5; }
.layB li:hover p{background: #01b23e;color: #fff;}
.layB li:hover{ border-color:#01b23e;}


/*优势*/
.iadvantage{
    margin-top: 30px;
}
.iadvantage-list{
    height: 400px;
}
.iadvantage-img{
    float: left;
    width: 600px;
}
.iadvantage-img img{
    display: block;
    width: 600px;
    height: 400px;
}
.iadvantage-sz{
    width: 450px;
    float: left;
    margin-left: 80px;
    margin-top: 100px;
}
.iadvantage-sza{
    font-size: 60px;
    font-weight: bold;
    color: #0087df;
}
.iadvantage-szb{
    font-size: 32px;
}
.iadvantage-szc{
    color: #666;
    line-height: 25px;
    margin-top: 20px;
}
.iad-wz .iadvantage-img{
    float: right!important;
}
.iad-wz .iadvantage-sz{
    float: left!important;
}


/*合作客户*/
.ipartner{
    margin-top:50px;
}
.ipartner-list ul li{
    float: left;
    margin:0 10px;
    width: 280px;
}
.ipartner-list ul li img{
    width:280px;
    height: 210px;
}
.ipartner-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 */
}
.ipartner-list ul li .bigimg{
    border: 1px solid #ddd;
}
.ipartner-list ul li:hover .bigimg{
    border: 1px solid #0087df;
}


/*新闻资讯*/
.news{padding-top:70px;}
.news1{width: 650px;overflow: hidden;}
.n_nav{height:40px;overflow: hidden;border-bottom: 1px solid #eee;}
.n_nav span a{display: inline-block;font-size: 14px; color:#555555; font-family: "Arial";text-transform: uppercase; line-height: 40px;font-weight: normal;}
.n_nav span a:hover,.wt h4 span a:hover{
    color:#0087df;
}
.n_nav li{ float: left;margin-right: 14px;padding-right: 20px;}
.n_nav li a{ color: #333; font-size: 18px;line-height: 38px;}
.n_nav li a{ display: inline-block;height:38px;}
.n_nav li a:hover , .n_nav .cur a{font-weight: bold;color: #0087df;border-bottom: 2px solid #0087df;}
.n_nav .nobg{background:none;}
.news_c{margin-top: 20px;}
.news_c dl{overflow: hidden;}
.news_c dt{height:206px;width:276px; overflow: hidden;float: left;}
.news_c dt a{width:276px; height:206px;display: block;float: right;}
.news_c dt img{width:276px;height: 207px;display: block;}
.news_c dd{padding-top: 2px;width: 348px;float: right;}
.news_c dd h3{font-size: 16px;line-height: 24px;text-overflow: ellipsis;white-space:nowrap;overflow:hidden;}
.news_c dd h3 a{font-weight: bold;}
.news_c dd span{display: block;color: #777;font-size: 14px;padding:13px 0 0 0;}
.news_c dd p{padding-top: 8px;line-height: 24px;font-size: 14px;color:#555;}
.news_c dd p a{ color:#0071be;display: block;padding-top: 15px;}
.news_c ul{margin-top: 20px;height: 180px;}
.news_c li{font-size: 14px;color: #999;line-height: 36px;height: 36px;}
.news_c li .fr{
    background: url(../images/ft_2.png) left center no-repeat;
    padding-left: 20px;
    width: 80px;
}
.news_c li a{display: inline-block;max-width: 530px;text-overflow: ellipsis;white-space:nowrap;overflow:hidden;}
.news_c li a:hover{color:#0071be;}
.wt{width:484px;overflow: hidden;}
.wt h4{height:40px;overflow: hidden;line-height: 40px;margin-bottom: 25px;border-bottom: 1px solid #eee;}
.wt h4 a{font-size: 18px;border-bottom: 2px solid #0087df;line-height: 38px;width: 75px;display: block;}
.wt h4 span a{display: inline-block;font-size: 14px;color:#555555;text-transform: uppercase;line-height: 40px;font-weight: normal;width: 45px;text-align: center;}
.wt dl{margin-top: 25px;overflow: hidden;}
.wt dt{width:124px; float: left; overflow: hidden;height:93px;margin-right: 25px;}
.wt dt img{ width:124px;height:93px;}
.wt dd{width:315px; float: right; overflow: hidden;}
.wt dd h3{position: relative; padding-left: 29px;height:20px;line-height: 20px;font-size: 14px;font-weight: normal;margin-top: 5px;text-overflow: ellipsis;white-space:nowrap;overflow:hidden;}
.wt dd h3:before{content: "问";position: absolute;left: 0;background: #0087df;color: #fff;width: 20px;height: 20px;text-align: center;line-height: 20px;}
.wt dd h3 a:hover{color: #0087df;}
.wt dd p{position: relative;padding-left: 29px;line-height: 25px;font-size: 14px;color: #666;margin-top: 10px;} 
.wt dd p:before{content: "答";position: absolute;left: 0;background: #e73500;color: #fff;width: 20px;height: 20px;text-align: center;line-height: 20px;}