/*
*********外层框架start*********
*/
/*顶部start*/
.head1{ height: 2.25rem; line-height: 2.25rem; position: relative; z-index: 5; background: #FFF; overflow: hidden;}
.logo{
    padding: 0.55rem 0.5rem;
    overflow: hidden;
}
.logo img{ display: block; height: 1.15rem;}

.menuBtn{
    display: block;
    width:2.25rem;
    height:2.25rem; 
    float: right; 
    display: inline; 
    text-align:center; 
    z-index: 6;
    background: url(/subsiteSrc/cjdcMB/images/menu.png) no-repeat center center;
    background-size: auto 0.9rem;
}
.menuBtn.style2{background: url(/subsiteSrc/cjdcMB/images/menu.png) no-repeat center center;background-size: auto .75rem;}
.menuBtn.close{
    background: url(/subsiteSrc/cjdcMB/images/menuClose.png) no-repeat center center;
    background-size: auto 1.0rem;
}
/*.menuBtn:before{ display: block; content: ''; width: 0px; height: 100%; border-left: 1px solid #dedede; position: absolute; left: 0px; top: 0px; transform: scaleX(0.5); -webkit-transform: scaleX(0.5)}*/
/*顶部end*/
/*导航start*/
.menu_ul{
    width:100%;
    overflow:hidden;
    /*overflow-y: auto;
    height: 100vh;*/
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
}
.menu_ul li{
    display: block;
    overflow:hidden;
    position: relative;
}
.menu_ul li:after{
    content: "";
    position: absolute;
    left:0;
    bottom:0px;
    width:100%;
    height: 1px;
    background: #dadada;
    -webkit-transform-origin: scaleY(0.5);
    transform-origin: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
}
.menu_ul li:last-child:after{
    display: none;
}
.menuTop{
    overflow: hidden;
    height:2.25rem;
    line-height:2.25rem;
    display: flex;
    padding: 0px 0.5rem;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.menu_a{
    font-size:0.7rem;
    display: block;
    flex: 1;
    color:#666;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position:relative;
    position: relative;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.menu_a span{
    color:#666;
    font-size:0.7rem;
    display: block;
    flex:1;
    transition: all 0.3s linear;
}
.slideDownBt{
    display: block;
    width: 2.25rem;
    height: 2.25rem;
    position: relative;
}
.slideDownBt:after{
    display: none;
    content: "";
    overflow: hidden;
    width: 0.5rem;
    height: 0.1rem;
    position: absolute;
    right: 0px;
    top: 50%;
    background: #999;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    -o-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}
.slideDownBt:before{
    display: none;
    content: "";
    overflow: hidden;
    width: 0.5rem;
    height: 0.1rem;
    position: absolute;
    right: 0px;
    top: 50%;
    background: #999;
    -webkit-transform:  translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.slideDownBt.show:after,
.slideDownBt.show:before{
    display: block;
}
#mobileMenu ul li.hover .slideDownBt:after{
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    -o-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}
#mobileMenu ul li.hover .slideDownBt:before{
    -webkit-transform: translateY(-50%) rotate(-45deg);
    -ms-transform: translateY(-50%) rotate(-45deg);
    -o-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
}
#mobileMenu ul li.active .slideDownBt:after{
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    -o-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}
#mobileMenu ul li.active .slideDownBt:before{
    -webkit-transform: translateY(-50%) rotate(0deg);
    -ms-transform: translateY(-50%) rotate(0deg);
    -o-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
}
.menu_a i{
    display: none;
    font-size: 0.9rem;
    color:#666;
    line-height: 2rem;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
#mobileMenu ul li.hover .menu_a span,
#mobileMenu ul li.hover .menu_a i,
#mobileMenu ul li.hover .menu_a:after{
    color:#fff;
}
#mobileMenu ul li.hover .menuTop{
    background: #55a66f;
}
#mobileMenu ul li.hover .menuTop em:after,
#mobileMenu ul li.hover .menuTop em:before{
    background: #fff;
}
/*#mobileMenu ul li.hover a:after {
    content: " ";
    position: absolute;
    left:0;
    bottom:0px;
    width:100%;
    height: -1px;
    border-bottom: 1px solid #4fb9eb;
    -webkit-transform-origin: scaleY(0.3);
    transform-origin: scaleY(0.3);
    -webkit-transform: scaleY(0.3);
    transform: scaleY(0.3);
}
#mobileMenu ul li.hover .menu_a{background:#d6000f;}*/
#mobileMenu ul li.hover .menu_a i{
    transform: rotate(90deg);
}
#mobileMenu ul li.hover.active .menu_a i{
    transform: rotate(0deg);
}
.menu_dl dd.hover .subMenu_a{
    color:#55a66f;
}
.menuDiv{
    display: none;
    overflow: hidden;
    background: #f9f9f9;
}
.menu_dl{
    overflow: hidden;
    padding: 0.25rem 0px;
}
.menu_dl dd{
    overflow: hidden;
    height: 1.75rem;
    line-height: 1.75rem;
}
.subMenu_a{
    display: block;
    overflow: hidden;
    font-size: 0.6rem;
    color:#666;
    position: relative;
    padding:0px 1.0rem;
}
.subMenu_a i{
    font-size: 0.7rem;
    padding-right: 0.25rem;
}
/*.subMenu_a:before{
    display: block;
    content: "";
    overflow: hidden;
    width: 0.15rem;
    height: 0.15rem;
    position: absolute;
    left: 0px;
    top: 50%;
    background: #666;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}*/
.menu_dl dd.hover .subMenu_a:before{
    background: #d6000f;
}
/*导航end*/
/**
 * 二级导航
 */ 
#mobileSubNav {
    position: relative;
    z-index: 999999999999999;
    margin: 0 auto;
}
.mobileSubNav_title {
    position: relative;
}
.subMenuBox{
    height: 2.25rem;
    line-height: 2.25rem;
    text-align: center;
    font-size: 0.75rem;
    color: #333;
    background: #fff;
    position: relative;
}
.subMenuBox i{
    padding-left: 0.3rem;
}
.subMenu{
    width: 100%;
    position: absolute;
    top: 2.25rem;
    left: 0;
    background: #fff;
    display: none;
}
.subMenu dd{
    overflow: hidden;
    position: relative;
}
.subMenu dd:after{
    display: block;
    content: "";
    overflow: hidden;
    width: 100%;
    height: 1px;
    background: #ddd;
    position: absolute;
    left: 0px;
    bottom:0px;
    -webkit-transform: scaleY(0.5);
    -ms-transform: scaleY(0.5);
    -o-transform: scaleY(0.5);
    transform: scaleY(0.5);
    z-index: 2;
}
/*.subMenu:after{
    border-color: #4b4b4b;
    z-index: -1;
}*/
.twoMenu a{
    display: block;
    height: 2.25rem;
    line-height: 2.25rem;
    color: #666;
    text-align: center;
    font-size: 0.7rem;
}
.subMenu dd.hover .twoMenu a{
    background: #b22727;
    color: #eee;
}
.subMenuBg{
    width: 100%;
    height: 300%;
    position: fixed;
    background: rgba(0, 0, 0, 0.3);
    z-index: 99;
    left: 0;
    top: 0px;
    display: none;
}

/*底部start*/
.footerList{ height: 2.25rem; overflow: hidden; display: flex; background: #0048a4;}
.footerList .item{ flex: 1;}
.footerList .item a{ display: block; height: 100%; box-sizing: border-box; -webkit-box-sizing: border-box; padding-top: .1rem; color: #FFF;}
.footerList .item .icn{ height: 1rem; padding: 0.1rem 0;}
.footerList .item .icn img{ height: 1rem; display: block; margin: 0 auto;}
.footerList .item .text{ height: 1rem; line-height: 1rem; text-align: center; font-size: .6rem;}
/*.footerList .item.hover .text{color: #d82230;}*/
/*底部end*/
/* 返回顶部 start*/	
#scrollTop{
	width:35px;
	height:35px;
	line-height:35px;
	text-align:center;
	border-radius:100%;
	background:rgba(255,255,255,0.9);
	position: fixed;
	right:10px;
	bottom:60px;
	z-index:5;
	display:none;
	-webkit-box-shadow:0px 0px 5px rgba(153,153,153,0.5);	
	-moz-box-shadow:0px 0px 5px rgba(153,153,153,0.5);	 
	box-shadow:0px 0px 5px rgba(153,153,153,0.5);	   
	}
#scrollTop em{font-size:26px;color:#666;padding:3px 0 0 0;}
/* 返回顶部 end*/
/*
*********外层框架end*********
*/
/*
*********首页内容start*********
*/
/*banner start*/
.indexBanner{ width: 100%; position: relative; z-index: 1;}
.indexBanner img{ width: 100%;}
.indexBanner .indexBannerDot{ text-align: center; box-sizing: border-box; -webkit-box-sizing: border-box; font-size: 0px; position: absolute; left: 0px; bottom: 0px; z-index: 1;}
.indexBanner .indexBannerDot span{ width: .5rem; height: .5rem; border-radius: 0.6rem; text-align: center; line-height: 0.4rem; font-size: .6rem; background: none; border: 1px solid #fff; color: #FFF; opacity: 1;}
.indexBanner .indexBannerDot span.swiper-pagination-bullet-active{ background: #fff;}
/*banner end*/
/*indexMenu start*/
.indexMenu{ width: 100%; position: relative; z-index: 1;}
.indexMenu .indexMenuDot{ text-align: center; box-sizing: border-box; -webkit-box-sizing: border-box; font-size: 0px; position: absolute; left: 0px; bottom: 0px; z-index: 1;}
.indexMenu .indexMenuDot span{ width: .6rem; height: .2rem; border-radius: 0.2rem; text-align: center; line-height: 0.4rem; font-size: .6rem; background: #f3f3f3; color: #FFF; opacity: 1;}
.indexMenu .indexMenuDot span.swiper-pagination-bullet-active{ background: #d8212f;}

.indexMenuList{ overflow: hidden; padding: .5rem 0 0;}
.indexMenuList dd{ float: left; width: 25%;}
.indexMenuList dd a{ display: block;}
.indexMenuList dd .pic{ width:60%; margin: 0 auto;}
.indexMenuList dd .pic:before{ padding-top: 100%;}
.indexMenuList dd .text{ height: 1.75rem; line-height: 1.75rem; text-align: center; color: #545454; font-size: .65rem;}
/*indexMenu end*/
/*
* 首页title start
*/
.titBox{
    overflow: hidden;
    padding: 0px 0.5rem;
    position: relative;
    line-height: 1.5rem;
}
.titBox:after{
    display: none;
    content: "";
    overflow: hidden;
    height: 1px;
    background: #ddd;
    position: absolute;
    left: 0.5rem;
    right: 0.5rem;
    bottom: 0px;
    z-index: 1;
    transform: scaleY(0.5);
}
.tit{
    overflow: hidden;
    position: relative;
    z-index: 3;
    font-size: 0px;
}
.tit span{
    display: block;
    overflow: hidden;
    background: url(/subsiteSrc/cjdcMB/images/titIcon.png) no-repeat center bottom;
    background-size: auto 0.45rem;
    padding-bottom: 0.5rem;
}
.tit em{
    display: block;
    overflow: hidden;
    padding: 0px 0.5rem;
    font-size: 0.7rem;
    color:#333;
    /*background: #1a3c95;*/
    font-style: normal;
    text-align: center;
}
.tit i{
    display:block;
    font-size: 0.6rem;
    color:#999;
    padding-left: 0.25rem;
    font-style: normal;
    float: left;
}
.titMore{
    overflow: hidden;
    font-size: 0.6rem;
    color:#1a3c95;
}
/*
* 第一通栏 kis2
*/

.bc_fff{
    background: #fff;
}
.row{
    overflow: hidden;
}
.menuColumn{ padding: .5rem;}
.menu_dl1{
    padding: 0.25rem;
    overflow: hidden;
}
.menu_dl1 dd{
    width: 33.333333%;
    float: left;
    box-sizing: border-box;
    padding: 0.25rem;
}
.menu_a1{
    display: block;
    overflow: hidden;
    padding: 0.5rem;
}
.menu_a1 span{
    display: block;
    overflow: hidden;
    margin: 0px auto;
    border-radius: 0.25rem;
    background-repeat: no-repeat;
    background-size: auto 50%;
    background-position: center;
    max-width: 5.0rem;
}
.menu_a1 span:after{
    display: block;
    overflow: hidden;
    content: "";
    padding-top: 100%;
}
.menu_dl1 dd:nth-child(1) .menu_a1{
    background-color: #479dd8;
}
.menu_dl1 dd:nth-child(2) .menu_a1{
    background-color: #0c8068;
}
.menu_dl1 dd:nth-child(3) .menu_a1{
    background-color: #e9af44;
}
.menu_a1 i{
    display: block;
    font-style: normal;
    font-size: 0.7rem;
    color:#fff;
    text-align: center;
    padding-top: 0.25rem;
    line-height: 1.0rem;
}

/*
* 第二通栏 kis2
*/
.caseSlideBox{
    padding: 0.5rem 0px;
    overflow: hidden;
    position: relative;
}
.caseSlide{
    overflow: hidden;
    /*border-radius: 0.25rem;*/
    padding-bottom: 2.5rem;
}
.caseSlideBox .swiper-pagination{
    bottom: 0.5rem !important;
}
.caseSlideBox .swiper-pagination-bullet-active{
    background: #b22727;
}
.list_a{
    display: block;
    overflow: hidden;
    position: relative;
}
.caseSlide .list_a{
    /*border-radius: 0.25rem;*/
    overflow: visible;
}
.caseSlide .pic:before{
    padding-top: 56.25%;
}
.caseName{
    overflow: hidden;
    height: 2.5rem;
    line-height: 2.5rem;
    position: absolute;
    left: 0.5rem;
    right: 0.5rem;
    bottom: -1.25rem;
    font-size: 0.6rem;
    color:#666;
    padding: 0px 0.5rem;
    background: #fff;
    border-radius: 0.25rem;
    box-sizing: border-box;
    z-index: 2;
    -webkit-box-shadow: 0px 3px 5px rgba(0,0,0,0.1);
    box-shadow: 0px 3px 5px rgba(0,0,0,0.1);
}
.list_dl{
    overflow: hidden;
    padding: 0px 0.5rem;
}
.list_dl dd{
    overflow: hidden;
    padding: 0.5rem 0px;
    position: relative;
}
.list_dl dd:after{
    display: block;
    content: "";
    overflow: hidden;
    width: 100%;
    height: 1px;
    background: #ddd;
    position: absolute;
    left: 0px;
    bottom: 0px;
    transform: scaleY(0.5);
}
.list_dl dd:last-child:after{
    display: none;
}
.listName{
    font-size: 0.7rem;
    color:#333;
    overflow: hidden;
    line-height: 1.0rem;
    position: relative;
}
.listTime{
    overflow: hidden;
    font-size: 0.6rem;
    color:#999;
    line-height: 1.0rem;
}
.listIntr{
    overflow: hidden;
    font-size: 0.6rem;
    color:#999;
    line-height: 1.0rem;
}
.listMore{
    display: block;
    overflow: hidden;
    height: 2.0rem;
    line-height: 2.0rem;
    border-radius: 3px;
    background: #f5f5f5;
    text-align: center;
    font-size: 0.6rem;
    color:#b2b1b1;
    margin: 0px 0.5rem;
}
.c-a1171d{
    color:#a1171d;
}
.copyRight{
    padding: 0.5rem;
    overflow: hidden;
    font-size: 0.6rem;
    color:#999;
    text-align: center;
    line-height: 1.0rem;
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.copyRight a{
    color:#999;
}
/*
*********首页内容end*********
*/
/* 二级框架 */
.headReturn{ float: left; display: inline; width: 2.25rem; height: 2.25rem;}
.headReturn a{ display: block; height: 2.25rem; line-height: 2.25rem; text-align: center; font-size: 1.5rem; color: #333333;}
.head1Text{ height: 2.25rem; line-height: 2.25rem; text-align: center; color: #333; font-size: .8rem;}

.subTop{ overflow: hidden; overflow-x: auto; white-space: nowrap; background: #FFF; position: relative;}
.subTop .subTopItem{ flex: 1; text-align: center; font-size: 0px;}
.subTop .subTopItem a{ display: block; padding: 0 .25rem; color: #333333;}
.subTop .subTopItem span{ display: inline-block; height:2.25rem; line-height: 2.25rem; font-size: .65rem; position: relative;}
.subTop .subTopItem span:before{ display: none; content: ''; position: absolute; left: 0px; bottom: 0px; width: 100%; border-bottom: 1px solid #628dc4;}
.subTop .subTopItem.hover a{ color: #0048a4;}
.subTop .subTopItem.hover span:before{ display: block;}

.subBanner{overflow:hidden;position: relative;}
.subBanner img{
    display: block;
    max-width: 100%;
}
.subBanner a{position: absolute;top: 0;left: 0;width: 100%;height: 100%; background-size: cover; background-repeat: no-repeat;}

.subBanner2{padding-top: 60%;position: relative;}
.subBanner2 a{position: absolute;top: 0;left: 0;width: 100%;height: 100%; background-size: cover; background-repeat: no-repeat;}

/*
* 声誉 kis2
*/
.imgList3{
    padding: 0.25rem;
    overflow: hidden;
}
.imgList3 dd{
    width: 50%;
    float: left;
    padding: 0.25rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.imgList3 .list_a{
    display: block;
    overflow: hidden;
    border-radius: 0.15rem;
    padding: 0.25rem;
    background: #fff;
    -webkit-box-shadow: 0px 0px 0.25rem rgba(0,0,0,0.1);
    box-shadow: 0px 0px 0.25rem rgba(0,0,0,0.1);
}
.autoImg{
    position: relative;
    overflow: hidden;
    padding-top: 66.66666667%;
}
.autoImg img{
    max-width: 100%;
    max-height: 100%;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
}
.imgList3 .text{
    line-height: 1.0rem;
    overflow: hidden;
    padding-top: 0.25rem;
    text-align: center;
}

/*
* 三级 kis2
*/
.thirdMenu{
    overflow: hidden;
    padding: 0.5rem 0.25rem 0px 0.25rem;
}
.thirdMenu_a{
    display: block;
    overflow: hidden;
    height: 2.0rem;
    line-height: 2.0rem;
    padding: 0px 1.0rem;
    font-size: 0.7rem;
    color:#666;
    background: #fff;
    border-radius: 3px;
    float: left;
    margin: 0px 0.25rem;
}
.thirdMenu_a.hover{
    background: #1a3c95;
    color:#fff;
}

/*
* 联系列表 kis2
*/
.map{
    overflow: hidden;
    padding: 0.5rem;
}
.contact_dl{
    padding: 0.25rem 0.5rem;
    overflow: hidden;
}
.contact_dl dd{
    padding: 0.25rem 0px;
    overflow: hidden;
}
.contactDiv{
    overflow: hidden;
    font-size: 0.7rem;
    color:#666;
    line-height: 1.25rem;
    padding-left: 1.25rem;
}
.address{
    background: url(/subsiteSrc/cjdcMB/images/address.png) no-repeat 0.1rem 0.2rem;
    background-size: auto 0.85rem;
}
.tell{
    background: url(/subsiteSrc/cjdcMB/images/tell.png) no-repeat 0rem 0.2rem;
    background-size: auto 0.85rem;
}
.mobile{
    background: url(/subsiteSrc/cjdcMB/images/mobile.png) no-repeat 0.1rem 0.2rem;
    background-size: auto 0.85rem;
}
.fax{
    background: url(/subsiteSrc/cjdcMB/images/fax.png) no-repeat 0rem 0.2rem;
    background-size: auto 0.85rem;
}
.email{
    background: url(/subsiteSrc/cjdcMB/images/email.png) no-repeat 0.1rem 0.35rem;
    background-size: auto 0.55rem;
}

/*
* 全图 kis2
*/
.imgList_dl{
    padding: 0.25rem;
    overflow: hidden;
}
.imgList_dl dd{
    width: 50%;
    padding: 0.25rem;
    overflow: hidden;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.imgList_dl .list_a{
    border-radius: 0.15rem;
}
.imgList_dl .listName{
    height: 1.75rem;
    line-height: 1.75rem;
    text-align: center;
    padding: 0px 0.5rem;
    background: #fff;
}
.listOther{
    overflow: hidden;
    line-height: 1.0rem;
}
.listOther .listTime{
    padding-left: 1.0rem;
    background:url(/subsiteSrc/cjdcMB/images/time.png) no-repeat left center;
    background-size: auto 0.75rem;
}
.listOther .listNum{
    padding-left: 1.25rem;
    background: url(/subsiteSrc/cjdcMB/images/num.png) no-repeat left center;
    background-size: auto 0.6rem;
}
.icon{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 5;
}
.play{
    background: rgba(0,0,0,0.5) url(../images/play.png) no-repeat center center;
    background-size: auto 1.5rem;
}
.list_dl .pic{
    width: 6.0rem;
    overflow: hidden;
    margin-right: 0.5rem;
}

/*
* 友情链接 kis2
*/
.linkBox{
    overflow: hidden;
    padding: 0.25rem;
    line-height: 1.0rem;
}
.linkBox a{
    float: left;
    font-size: 0.6rem;
    color:#666;
    /*background: #eee;*/
    padding: 0px 0.25rem;
    border-radius: 3px;
    margin: 0.25rem;
}

/*
* 留言 kis2
*/
.msgBox{
    padding: 0.5rem;
    overflow: hidden;
}
.msg_dl{
    overflow: hidden;
}
.msg_dl dd{
    overflow: hidden;
    padding: 0.25rem 0px;
}
.msgCont{
    overflow: hidden;
}
.msgL{
    width: 3.0rem;
    text-align: right;
    overflow: hidden;
    font-size: 0.7rem;
    color:#333;
    line-height: 2.0rem;
    padding-right: 0.5rem;
}
.msgC{
    overflow: hidden;
}
.form-div{
    overflow: hidden;
    border: 1px solid #eee;
    border-radius: 3px;
    padding: 0px 0.5rem;
}
.form-input{
    display: block;
    overflow: hidden;
    width: 100%;
    height: 1.9rem;
    line-height: 1.9rem;
    border:none;
    outline: none;
    background: none;
    font-size: 0.7rem;
    color:#666;
}
.msgTit{
    overflow: hidden;
    font-size: 0.7rem;
    color:#333;
}
.radio{
    overflow: hidden;
    margin-right: 1.0rem;
    font-size: 0.7rem;
    color:#666;
    line-height: 2.0rem;
}
.radio span{
    cursor: pointer;
    padding-left: 1.25rem;
    background: url(/subsiteSrc/cjdcMB/images/radio.png) no-repeat left center;
    background-size: auto 0.85rem;
}
.radio.checked span{
    background: url(/subsiteSrc/cjdcMB/images/radio_h.png) no-repeat left center;
    background-size: auto 0.85rem;
}
.formArea{
    display: block;
    overflow: hidden;
    width: 100%;
    border:none;
    background: none;
    outline: none;
    height: 5.0rem;
    line-height: 1.25rem;
    font-size: 0.7rem;
    color:#666;
}
.msgR{
    overflow: hidden;
}
.codeBt{
    display: block;
    overflow: hidden;
    margin-left: 0.5rem;
}
.codeBt img{
    display: block;
    height: 2.0rem;
}
a.formBt{
    display: block;
    height: 2.0rem;
    overflow: hidden;
    border-radius: 3px;
    text-align: center;
    font-size: 0.8rem;
    color:#fff;
    margin: 0px auto;
    line-height: 2.0rem;
    background: #1a3c95;
}

/*
* 焦点营业 kis2
*/
.business_dl{
    overflow: hidden;
    padding: 0.25rem;
}
.business_dl dd{
    padding: 0.25rem;
    overflow: hidden;
}
.business_dl .list_a{
    background: #fff;
    border-radius: 0.15rem;
}
.business_dl .listDeta{
    padding: 0.5rem;
}
.business_dl .listIntr{
    line-height: 1.0rem;
}

.txt-c{
    text-align: center !important;
}
.txt-l{
    text-align: left !important;
}
.txt-r{
    text-align: right !important;
}

/*
* 楼盘 kis2
*/
.house .listIntr{
    padding: 0px 0.5rem;
}
.data_dl{
    overflow: hidden;
}
.data_dl dd{
    overflow: hidden;
    flex: 1 0 0;
}
.row2LDataCont{
    padding: 0px 0.25rem;
    text-align: center;
}
.row2LNum{
    overflow: hidden;
    font-size: 0.5rem;
    color:#a1171d;
    line-height: 1.0rem;
}
.row2LNum span{
    font-size: 0.7rem;
    font-style: normal;
}
.row2LNum i{
    font-style: normal;
}
.row2LTxt{
    overflow: hidden;
    font-size: 0.6rem;
    color:#333;
    line-height: 1.0rem;
}
.screenBox{
    overflow: hidden;
    padding: 0px 0.5rem;
}
.select{
    display: block;
    border:none;
    background: #fff;
    height: 2.0rem;
    line-height: 2.0rem;
    margin-right: 0.5rem;
    border-radius: 3px;
    padding: 0px 0.25rem;
    outline: none;
}
.screenBox .form-div{
    border-color: #fff;
    border-radius: 3px 0px 0px 3px;
}
.screenBt{
    overflow: hidden;
    display: block;
    width: 3.0rem;
    height: 2.0rem;
    background: #a1171d url(../images/search.png) no-repeat center center;
    background-size: auto 0.9rem;
    border-radius: 0px 3px 3px 0px;
}
.houseBox{
    overflow: hidden;
}
.house_dl,
.house_dl dd{
    padding: 0.25rem 0px;
}
.house_dl .pic:after{
    padding-top: 58.3333333%;
}
.house_dl .list_a{
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
    box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
}
.house_dl .listDeta{
    overflow: hidden;
    background: #fff;
    padding: 0px 0.5rem 0.5rem 0.5rem;
}
.status{
    display: block;
    line-height: 1.0rem;
    border-radius: 3px;
    padding: 0px 0.5rem;
    font-size: 0.5rem;
    color:#fff;
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
}
.saleing .status{
    background: #4863c4;
}
.sale .status{
    background: #ff9366;
}
.saled .status{
    background: #7cb476;
}

/*
* 生长历程 kis2
*/
.eventBox{
    overflow: hidden;
    padding: 0px 0.5rem;
}
.event_dl{
    overflow: hidden;
    position: relative;
    padding: 0.25rem 0px;
}
.event_dl:after{
    display: block;
    content: "";
    overflow: hidden;
    width: 0.15rem;
    height: 100%;
    background: #a1171d;
    position: absolute;
    left: 0.45rem;
    top: 1.0rem;
    z-index: 1;
}
.event_dl dd{
    padding: 0.25rem 0px 0.25rem 1.5rem;
    overflow: hidden;
    position: relative;
    z-index: 3;
}
.event_dl dd:after,
.event_dl dd:before{
    display: block;
    content: "";
    overflow: hidden;
    position: absolute;
}
.event_dl dd:before{
    width: 1.0rem;
    height: 1.0rem;
    border-radius: 100%;
    background: rgba(161,23,29,0.2);
    z-index: 1;
    left: 0px;
    top: 0.5rem;
}
.event_dl dd:after{
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 100%;
    background: #a1171d;
    left: 0.25rem;
    top: 0.75rem;
    z-index: 3;
}
.eventDiv{
    overflow: hidden;
}
.eventName{
    overflow: hidden;
    font-size: 0.7rem;
    color:#333;
    line-height: 1.5rem;
    position: relative;
    padding-bottom: 0.25rem;
}
.eventName:after{
    display: block;
    content: "";
    overflow: hidden;
    width: 100%;
    height: 1px;
    background: #ddd;
    position: absolute;
    left: 0px;
    bottom: 0px;
    transform: scaleY(0.5);
}
.eventIntr{
    overflow: hidden;
    font-size: 0.65rem;
    color:#999;
    line-height: 1.25rem;
}


/*
* 楼盘详情 kis2
*/
.aricleOuter{
    max-height: 10.5rem;
    overflow: hidden;
}
.lookMore{
    overflow: hidden;
    display: block;
    text-align: center;
    line-height: 2.0rem;
    background: #fff;
    height: 2.0rem;
    font-size: 0px;
}
.lookMore i{
    display: inline-block;
    overflow: hidden;
    padding-left: 1.0rem;
    font-size: 0.7rem;
    color:#999;
    background: url(/subsiteSrc/cjdcMB/images/down.png) no-repeat left center;
    background-size: auto 0.5rem;
	font-style: normal;
}
.lookMore.hide i{
    background: url(/subsiteSrc/cjdcMB/images/up.png) no-repeat left center;
    background-size: auto 0.5rem;
}
.houseViewTit{
    overflow: hidden;
    font-size: 0.7rem;
    color:#333;
    line-height: 2.0rem;
    position: relative;
    padding: 0.25rem 0.5rem 0px 0.5rem;
    display: flex;
}
.houseViewTit span{
    overflow: hidden;
    flex: 1;
}
.houseViewTitMore{
    color:#a1171d;
    font-size: 0.6rem;
}
.houseViewBox{
    overflow: hidden;
    background: #fff;
}
.houseMap{
    display: block;
    overflow: hidden;
    margin: 0.5rem;
    position: relative;
}
.houseMap:after{
    display: block;
    content: "";
    overflow: hidden;
    padding-top: 56.25%;
}
.houseMap:before{
    display: none;
    content: "";
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 3;
}
.house_dl{
    overflow: hidden;
    background: #fff;
    padding: 0.25rem;
}
.house_dl dd{
    line-height: 1.25rem;
    overflow: hidden;
    padding: 0.25rem;
    font-size: 0.7rem;
    color:#666;
}


/*留言start*/
.message_dl{clear: both;padding: .5rem;}
.message_dl dd{height: 1.75rem;padding: .25rem 0;clear: both; display: flex;}
.message_dl dd span{width: 80px;text-align: right;display: block;line-height: 1.75rem;float: left;padding: 0 .25rem 0 0;}
.messageInput{width: 100%;display: block;float: left;line-height: 1.75rem;height: 1.75rem;background: #fff;outline: medium;padding: 0 0 0 .25rem;outline: medium;border:1px solid #ececec; box-sizing: border-box;}
.message_dl dd .formC{ flex: 1;}
.message_dl dd textarea{width: 100%;height: 7.5rem;border:1px solid #ececec;background: #fff;outline: medium;padding: 0 0 0 .25rem; box-sizing: border-box;}
.message_btn{clear: both;height: 1.75rem;padding: .5rem 0 0 4.25rem;}
.mobile_btn1{display: block;height: 1.75rem;line-height: 1.75rem;text-align: center;color: #fff;font-size: .7rem;border: none;background:#125fc8;cursor: pointer;padding: 0 .75rem;margin: 0 .25rem;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;}
.mobile_btn1:visited{color: #fff;}
.mobile_btn1:hover{color: #fff;}
.mobile_btn1:active{color: #fff;}
a.mobile_btn2{display: block;height: 1.75rem;line-height: 1.75rem;text-align: center;color: #fff;font-size: .7rem;border: none;background:#2b2b2b;cursor: pointer;padding: 0 .75rem;margin: 0 .25rem;-moz-border-radius:2px;-webkit-border-radius:2px;border-radius:2px;}

.msgBox2{
    overflow: hidden;
    padding: .5rem;
}
.msgTit2{
    overflow: hidden;
    font-size:0.7rem;
    color:#333;
}
.msgAreaBox{
    overflow: hidden;
    position: relative;
    padding: .05rem;
}
.msgAreaBox:before{
    display: block;
    content: "";
    overflow: hidden;
    width: 200%;
    height: 200%;
    border: 1px solid #ddd;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #fff;
    -webkit-transform-origin: 0px 0px;
    -moz-transform-origin: 0px 0px;
    -ms-transform-origin: 0px 0px;
    -o-transform-origin: 0px 0px;
    transform-origin: 0px 0px;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
}
.msgArea{
    display: block;
    width: 100%;
    height:4.5rem;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0.6rem;
    color:#666;
    line-height:0.9rem;
    padding: 0px .25rem;
    outline: none;
    border:none;
    background: none;
    position: relative;
    z-index: 2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.msg_dl2{
    overflow: hidden;
}
.msg_dl2 dd{
    overflow: hidden;
    padding:0.25rem 0px;
}
.msgDiv2{
    overflow: hidden;
    position: relative;
    padding: .05rem;
    display: flex;
}
.msgDiv2:after{
    display: block;
    content: "";
    overflow: hidden;
    width: 200%;
    height: 200%;
    border: 1px solid #ddd;
    position: absolute;
    left: 0px;
    top: 0px;
    background: #fff;
    -webkit-transform-origin: 0px 0px;
    -moz-transform-origin: 0px 0px;
    -ms-transform-origin: 0px 0px;
    -o-transform-origin: 0px 0px;
    transform-origin: 0px 0px;
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    border-radius: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
}
.msgInpDiv{
    flex: 1;
    overflow: hidden;
    position: relative;
    z-index: 2;
    padding-left: .35rem;
}
.msgInp2{
    display: block;
    width: 100%;
    height:1.75rem;
    overflow: hidden;
    font-size:0.6rem;
    color:#666;
    line-height: 33px;
    padding: 2px 5px 0px 5px;
    outline: none;
    border:none;
    background: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.msgDiv2 span{
    width:1.25rem;
    display: block;
    height:1.65rem;
    line-height:1.65rem;
    overflow: hidden;
    font-size:0.8rem;
    color:#999;
    position: relative;
    z-index: 2;
    padding-top: .1rem;
    text-align: right;
}
a.msgBt2{
    display: block;
    height:1.9rem;
    overflow: hidden;
    line-height:1.9rem;
    font-size:0.7rem;
    color:#fff;
    background: #fa7169;
    text-align: center;
    padding-top:0.1rem;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

/*留言列表*/
.msgList{overflow:hidden;clear:both;padding:1rem 0 0 0;}
.msgList dd{overflow:hidden;clear:both;position:relative;padding:0 0 0 .75rem; font-size:.65rem;}
.msgList dd s{width:.5rem;height:.5rem;display:block;background:#cbcbcb;border-radius:100%;position:absolute;left:.5rem;top:0px;}
.msgList dd .lineY{overflow:hidden;padding:0 0 0 1rem;border-left:1px solid #e4e4e4;}
.msgList dd .lineX{clear:both;overflow:hidden;padding:0 0 .5rem 0;margin:0px 0 .5rem 0;position:relative;border-bottom:1px solid #e4e4e4;}
.msgList dd .time{line-height:1.25rem;color:#cfcfcf;}
.msgList .msgInfo{line-height:.9rem;}
.msgName{font-size:0.7rem;clear:both;color:#333;padding:0 0 .25rem 0; font-weight:bold;}
.msgReply{color:#cc0000;clear:both;line-height:0.9rem;background:#f8f8f8;overflow:hidden;padding:.35rem .25rem .25rem .4rem;margin:0 .5rem 0 0;border-radius:3px;}

/*留言end*/<!--耗时1755084924.277秒-->