@charset "utf-8";
/* CSS Document */
.index-main{width:1200px; margin: 0 auto;}
/*banner右侧*/
.postitem{width:1200px; margin: 0 auto; position: relative;}
.postitem .postbox{width:282px; height: 390px; background: #fff; position: absolute; right: 0; top: -438px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; padding:10px 24px 0 24px; }
.postitem .postbox .post-title{width:100%; line-height: 50px; font-size: 16px; color: #1b8aeb; font-weight: bold;}
.postitem .postbox .post-title .span1{width:11px; height: 16px; display: block; margin:16px 10px 0 0; float: left;}
.postitem .postbox .post-title .span1 img{display:block;}
.postitem .postbox .post-title .span2{display: block; overflow: hidden;}
.postitem .postbox .post-cont{width:100%; float: left; margin-bottom: 15px; position: relative;}
.postitem .postbox .post-cont input{display:block; width: 100%; height:40px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; border: 1px solid #e9eaf0; border-radius: 5px; padding: 9px 30px 9px 10px; font-size: 14px; line-height: 20px; color: #808080;overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.postitem .postbox .post-cont textarea{display:block; width: 100%; height:80px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; border: 1px solid #e9eaf0; border-radius: 5px; padding: 5px 10px; font-size: 14px; line-height: 22px; color: #808080; resize: none;}
.postitem .postbox button{display:block; width: 100%; height: 40px; text-align: center; line-height: 40px; font-size: 14px; color: #fff; border-radius: 5px; outline: none; margin: 0; padding: 0; border: 0; background: #1b8aeb; cursor: pointer;}
.postitem .postbox button:hover{background:#4ca4f1;}

.postitem .postbox .post-cont .arrow-icon{display:block; width: 16px; height: 9px; background: url(../images/header20180910-icon6.png) 0 0 no-repeat; position: absolute; top:16px; right:10px;}
.postitem .postbox .post-cont .post-select-box{position: absolute; left: 0; top: 40px; background: #fff; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; width: 100%; height: 150px; border: 1px solid #e9eaf0; border-top: 0; z-index: 5; display: none; }
.postitem .postbox .post-cont .post-select-box .post-select-box-item{width:50%; height: 100%; display: block; float: left; background: #f8f8f8; position: relative;}
.postitem .postbox .post-cont .post-select-box .post-select-box-item .item-li{width:100%; text-align: left; display: block; font-size: 12px; color: #666; line-height: 30px; line-height: 30px; padding-left: 24px; float: left; cursor: pointer; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;}
.postitem .postbox .post-cont .post-select-box .post-select-box-item .item-li .item-li-tit{width: 100%; height: 100%;}
.postitem .postbox .post-cont .post-select-box .post-select-box-item .item-li:hover{background:#fff;}
.postitem .postbox .post-cont .post-select-box .post-select-box-item .item-li:hover .item-li-ul{display: block;}
.post-select-box-item .item-li .item-li-ul{width: 100%; height: 100%; overflow-y: scroll; position: absolute; top: 0; left: 100%; display: none;}
.post-select-box-item .item-li .item-li-ul li{width:100%; text-align: left; display: block; font-size: 12px; color: #666; line-height: 20px;margin-bottom: 5px; padding-left: 24px; float: left; cursor: pointer; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;}
.post-select-box-item .item-li .item-li-ul li:hover{background: #f8f8f8;}
		/*验证码弹窗*/
.post-cont-yzm{width:470px; height: 230px; background: #fff; position: relative; box-sizing: border-box; -moz-box-sizing: border-box;-webkit-box-sizing: border-box; padding:20px 50px 0 50px; display: none;}
.post-cont-yzm .yzm-title{width:100%; font-size: 20px; color: #333333; line-height: 50px; text-align: center;}
.post-cont-yzm .yzm-cont{width:100%; height: 40px; overflow: hidden; margin:15px 0;}
.post-cont-yzm .yzm-cont input{display:block; width: 250px; height:40px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; border: 1px solid #e9eaf0; border-radius: 5px; padding: 9px 10px; font-size: 14px; line-height: 20px; color: #808080;overflow: hidden; text-overflow: ellipsis; white-space: nowrap; float: left;}
.post-cont-yzm .yzm-cont button{display:block; width: 110px; height: 40px; text-align: center; border:1px solid #1b8aeb; line-height: 38px; font-size: 14px; color: #1b8aeb; border-radius: 5px; outline: none; margin: 0; padding: 0; cursor: pointer; float: right; background: #fff;}
.post-cont-yzm .yzm-button{display:block; width: 100%; height: 40px; text-align: center; line-height: 40px; font-size: 14px; color: #fff; border-radius: 5px; outline: none; margin: 0; padding: 0; border: 0; background: #1b8aeb; cursor: pointer; float: right;}
.post-cont-yzm .yzm-close{width:20px; height: 20px; border:1px solid #e9eaf0; border-radius: 50%; text-align: center; line-height: 20px; font-size: 16px; color: #808080; display: block; position: absolute!important; top: 10px; right: 10px; cursor: pointer;}
/*服务项目*/
.service-item{width:100%; min-width: 1200px; background: #f5f6fc; padding: 50px 0; overflow: hidden;}
.service-item .service-item-boxl{width:844px; height: 306px; box-shadow: 0 0 2px 2px rgba(237,238,244,0.5); float: left;}
.service-item .service-item-boxl-l{width:388px; height: 306px; float: left; overflow: hidden; position: relative;}
.service-item .service-item-boxl-l img{display:block;}
.service-item .service-item-boxl-l .box{width:100%; height: 100%; position: absolute; top: 0; left: 0;} 
.service-item .service-item-boxl-l .box .div1{width:100%; text-align: center; font-size: 28px; line-height: 34px; color: #424242; font-weight: bold; margin-top: 45px;}
.service-item .service-item-boxl-l .box .div1 i{font-weight: bold; color: #1b8aeb;}
.service-item .service-item-boxl-l .box .div2{width:100%; text-align: center; font-size: 16px; line-height: 30px; color: #424242; font-weight: bold; margin-top: 15px;}
.service-item .service-item-boxl-l .box .div2 i{font-size:30px; font-weight: bold; color: #1b8aeb;}
.service-item .service-item-boxl-l .box .div3{width:200px; height: 50px; line-height: 50px; text-align: center; font-size: 16px; color: #fff; background: #1b8aeb; margin: 20px auto 0 auto; border-radius: 0 25px 0 25px;}
.service-item .service-item-boxl-l .box .div3 i{font-size:22px;}
.service-item .service-item-boxl-r{height: 306px; background: #fff; display: block; overflow: hidden;}
.service-item .service-item-boxl-r li{display:block; width: 152px; height: 102px; float: left; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; padding-top: 20px;}
.service-item .service-item-boxl-r li.li-bg{background:#e5eeff;}
.service-item .service-item-boxl-r li span{display:block; width: 100%; text-align: center; font-size: 14px; color: #858d9a; line-height: 30px;}
.service-item .service-item-boxl-r li span i{font-size: 20px; color: #1b8aeb;}

.service-item .service-item-boxr{width:346px; height: 306px; float: right;}
.service-item .service-item-boxr .service-item-boxr-box{width:346px; height:95px; box-shadow: 0 0 2px 2px rgba(237,238,244,0.5); margin-bottom: 10px; display: block;}
.service-item .service-item-boxr .service-item-boxr-box img{display:block;}
/*商标查询*/
.trademark-search{width:100%; min-width: 1200px; background: #fff; padding: 50px 0;}
.trademark-search .trademark-search-title{width:100%; text-align: center; height: 35px; display: block; margin-bottom: 10px;}
.trademark-search-title .title-item{display: inline-block; vertical-align: top; width: 90px; height: 30px; text-align: center; line-height: 30px; font-size: 16px; color: #333333; position: relative; cursor: pointer;}
.trademark-search-title .title-item.on{background:#1b8aeb; color: #fff;}
.trademark-search-title .title-item.on .arrow-bt{width:0; height: 0; border-top:5px solid #1b8aeb; border-right: 4px solid transparent; border-left: 4px solid transparent; position: absolute; left: 50%; margin-left: -4px; bottom: -5px;}
.trademark-search .trademark-search-cont{width:100%; height: 40px;}
.trademark-search-cont-box{width:100%; text-align: center; height: 40px; display: block;}
.trademark-search-cont-box .label1{display:inline-block; width: 620px; height:40px; margin: 0 5px; }
.trademark-search-cont-box .label2{display:inline-block; width: 210px; height:40px; margin: 0 5px; }
.trademark-search-cont-box .label3{display:inline-block; width: 290px; height:40px; margin: 0 5px; position: relative;}
.trademark-search-cont-box .label4{display:inline-block; width: 150px; height:40px; margin: 0 5px; position: relative;}
.trademark-search-cont-box .input1{display:block; width:100%; height: 40px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; border: 1px solid #e9eaf0; border-radius: 5px; margin: 0; padding: 9px 10px 9px 40px; line-height: 20px; color: #808080; font-size: 14px; background: url(../images/header20180910-icon4.png) 15px 10px no-repeat;overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.trademark-search-cont-box .input2{display:block; width:100%; height: 40px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; border: 1px solid #e9eaf0; border-radius: 5px; margin: 0; padding:9px 10px; line-height: 20px; color: #808080; font-size: 14px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.trademark-search-cont-box .input3{display:block; width:100%; height: 40px; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; border: 1px solid #e9eaf0; border-radius: 5px; margin: 0; padding: 9px 30px 9px 10px; line-height: 20px; color: #808080; font-size: 14px;overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.trademark-search-cont-box button{width:110px; height: 40px; display:inline-block; margin: 0 5px; padding: 0; border: 0; overflow: hidden; border-radius: 5px; background: #1b8aeb; color: #fff; font-size: 16px; text-align: center; line-height: 40px; outline: none; cursor: pointer;}
.trademark-search-cont-box button:hover{background:#4ca4f1;}
.trademark-search-cont-box .arrow-icon{display:block; width: 16px; height: 9px; background: url(../images/header20180910-icon6.png) 0 0 no-repeat; position: absolute; top:16px; right:10px;}
.trademark-search-cont-box .trademark-search-select{position: absolute; left: 0; top: 40px; background: #fff; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; width: 100%; height: 150px; border: 1px solid #e9eaf0; border-top: 0; padding:0; z-index: 5; display: none; overflow-y: scroll;}
.trademark-search-cont-box .trademark-search-select.trademark-box2{width:270px;}
.trademark-search-cont-box .trademark-search-select .select-tit{width:100%; font-size:14px; line-height: 40px; color: #808080; padding-left: 5px;box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; text-align: left;}
.trademark-search-cont-box .trademark-search-select ul{display:block; width: 100%;}
.trademark-search-cont-box .trademark-search-select ul li{min-width:78px; text-align: center; display: block; font-size: 12px; color: #666; line-height: 26px; float: left; cursor: pointer; border: 1px solid #e9eaf0; margin: 0 0px 8px 8px;}
.trademark-search-cont-box .trademark-search-select ul li:hover{border: 1px solid #1b8aeb; color: #1b8aeb;}
.trademark-search-cont-box .label4 .trademark-search-select ul li{padding:0 8px;}
.trademark-search-cont-box .label3:nth-of-type(3) .trademark-search-select ul li{width:252px}

/*服务----wys--------------------*/
.index-serice{
	min-width: 1200px;
}
.sericeBbox{
	padding: 55px 0;
	background: #f0f1f7;
	overflow: hidden;
	min-width: 1200px;
}
.sericebox{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.sericejx{
	width: 240px;
	height: 450px;
	background: url(../images/index20180910service3.jpg) no-repeat;
	float: left;
	padding: 35px 0;
	box-sizing: border-box;
	text-align: center;
	color: #fff;
}
.sericejxp1{
	font-size: 60px;
	font-weight: bold;	
	line-height: 67px;
}
.sericejxp2{
	width: 156px;
	height: 28px;
	margin: 20px auto;
	background: url(../images/index20180910service1_1.png) no-repeat;
	font-size: 20px;
}
.sericejxp3{
	font-size: 16px;
	line-height: 33px;
}
.sericejxp4{
	position: absolute;
	left: 42px;
	bottom: 38px;
}
.sericejxp4>a{
	display: block;
	width: 154px;
	height: 38px;
	margin: 0 auto;
	text-align: center;
	line-height: 38px;
	border-radius: 5px;
	border: 1px solid #fff;
	color: #fff;
	cursor: pointer;
}
.sericejx>p{
	color:#fff;
}
.sericejxp4>a:hover{
	background: #fff;
	color: #434A52;
}
.sericeR{
	/*width: 960px;*/
	/*float: right;*/
	/*overflow: hidden;*/
}
/*.sericeRtop{
	overflow: hidden;
	position: relative;
}*/
.sericeRtopul{overflow: hidden;}
.sericeRtopul>a{
	width: 230px;
	height: 300px;
	margin-left: 9px;
    float: left;
    overflow: hidden;
 	position: relative;
}
.sericeRtopul>a>img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.sericeRtimg2{
	display: none;
}
.sericeRtopuldivbox{
	display: block;
	position: relative;
	height: 100%;
}
.sericeRtopuldivbox>div{
	width: 100%;
	height: 100%;
	padding: 40px 20px;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
}
.sericeRtopulimg1{
	width: 46px;
	height: 46px;
	position: absolute;
	right: 0;
	top: 0;
}
.sericeRtopulp1{
	font-size: 18px;
	color: #2c4172;
}
.sericeRtopuldivbox:hover .sericeRtopulp1{
	color: #1b8aeb;
} 
.sericeRtopulp2{
	font-size: 14px;
	color: #868c98;
}
.sericeRtopulp3{
	width: 82px;
	height: 15px;
	margin: 25px 0;
	text-align: center;
	line-height: 15px;
	border-radius: 7.5px;
	border: 1px solid #b4bccc;
	font-size: 12px;
	color: #b4bccc;
}
.sericeRtopulimg2{
	width: 94px;
	height: 105px;
	float: right;
	transition: .3s;
}
.sericeRtopulimg2:hover{
	margin-top: -5px;
}
.sericeRtopuldiv2{
	background: rgba(0,0,0,.7);
}
.sericeRtopuldiv2{
	text-align: center;
	color: #fff;
	display: none;	
}
.sericeRtopuldiv2p1{
	font-size: 24px;
	margin-top: 30px;
}
.sericeRtopuldiv2p2{
	font-size: 20px;
	margin-top: 10px;
}
.sericeRtopuldiv2p3{
	width: 110px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	border-radius: 5px;
	border: 1px solid #fff;
	color: #fff;
	font-size: 12px;
	position: absolute;
	left: 50%;
	margin-left: -55px;
	bottom: 50px;
}
.sericeRtopuldiv2p3:hover{
	background: #fff;
	color: #4C5660;
}
.sericeRbtm{
	height: 141px;
	overflow: hidden;
	float: left;
	margin-top: 9px;
}
.sericeRbtm1{
	    width: 469px;
    height: 144px;
    padding: 25px 15px;
    box-sizing: border-box;
    margin-left: 9px;
    float: left;
    position: relative;
}
.sericeRbtm1>p{
	width: 310px;
	float: left;
}
.sericeRbtm1p1{
	font-size: 18px;
	color: #2c4172
}
.sericeRbtm1p2{
	font-size: 14px;
	color: #868c98;
}
.sericeRbtm1p3{
	overflow: hidden;
	margin-top: 15px;
	
}
.sericeRbtm1p3>b{
	display: inline-block;
	    width: 82px;
    height: 15px;
    text-align: center;
    line-height: 15px;
    border-radius: 7.5px;
    border: 1px solid #b4bccc;
    font-size: 12px;
    color: #b4bccc;
}
.sericeRbtm1p3>span{
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	border-radius: 50%;
	border: 1px solid #b6becd;
	color: #B6BECD;
	float: right;
}
.sericeRbtm1>img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.sericeRbtm2{
	width: 230px;
	height: 144px;
	float: left;
	margin-left: 9px;
	padding: 27px 15px;
	box-sizing: border-box;
	position: relative;
}
.sericeRbtm2>img ,.sericeRbtm3>img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.sericeRbtm1img2{display: none;}
.sericeRbtm2img2{display: none;}
.sericeRbtm3img2{display: none;}
.sericeRbtm3{
	width: 230px;
	height: 144px;
	float: left;
	margin-left: 9px;
	padding: 45px 35px;
	box-sizing: border-box;
	position: relative;
}
.sericeRbtm2p1{
	    font-size: 18px;
    color: #2c4172;
}
.sericeRbtm2p2{
	font-size: 14px;
    color: #868c98;
}
.sericeRbtm1p2{
	font-size: 14px;
    color: #868c98;
}
.sericeRbtm2p3{
	float: left;
	max-width: 50%;
}
.sericeRbtm2p3>span{
	font-size: 18px;
}
.sericeRbtm2p3>p{
	font-size: 14px;
	color: #1b92eb;
	letter-spacing: 6px;
}
.sericeRbtm2p4{
	width: 50px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	border-radius: 50%;
	border: 1px solid #1B92EB;
	color: #1B92EB;
	font-size: 26px;
	float: right;
}
/*工商注册*/
.register{
	padding: 50px 0;
	overflow: hidden;
	background: #f5f6fc;
	min-width: 1200px;
	padding-bottom:0;
}
.registerbanner{
	width: 1200px;
	height: 100px;
	margin: 0 auto;
	/*background:url(../images/index20180910service6.jpg) no-repeat;*/
}
.registerbanner img{
	display: inline-block;
	width: 1200px;
	height: 100px;
}
.registerbox{
	width: 1200px;
	margin: 0 auto;
	margin-top: 30px;
	background: #fff;
	overflow: hidden;
}
.registertop{
	height: 59px;
	line-height: 59px;
	padding: 0 15px;
	overflow: hidden;
	border-bottom: 1px solid #f0f1f7;
}
.registertopp1{
	font-size: 20px;
	float: left;
}
.registertopp1>span{
	font-size: 14px;
	color: #868c98;
	margin-left: 17px;
}
.registertopp2{
	width: 66px;
	height: 18px;
	margin-top: 21px;
	text-align: center;
	line-height: 18px;
	border-radius: 8px;
	border: 1px solid #cad3e6;
	font-size: 12px;
	color: #cad3e6;
	float: right;
}
.registertopp2:hover{color:#1b8aeb; border:1px solid #1b8aeb;}
.registerL{
	width: 904px;
	float: left;
	overflow: hidden;
}
.registertu{
	width: 300px;
	float: left;
	padding: 15px;
	overflow: hidden;
	box-sizing: border-box;
}
.registertu>img{
	width: 269px;
	height: 220px;
}
.registertu2{
	width: 600px;
	float: left;
	overflow: hidden;
}
.registertu2>a{
	width: 200px;
	height: 255px;
	padding: 20px 15px;
	box-sizing: border-box;
	float: left;
	border-left: 1px solid #f0f1f7;
}
.registertu2p1{
	font-size: 16px;
}
.registertu2p2{
	font-size: 14px;
	color: #808080;
	width:180px;
}
.registertu2p3{
	font-size: 24px;
	color: #ee2751;
	margin-top: 15px;
}
.registertu2>a>img{
	display: block;
	width: 80px;
	height: 88px;
	margin: 10px auto;
	transition: .3s;
}
.registertu2>a:hover >img{
	margin-top: 5px;
}
.registertu3{
	width: 100%;
	border-top: 1px solid #f0f1f7;
	overflow: hidden;
}
.registertu3>a{
	width: 301px;
	height: 127px;
	padding: 19px 15px;
	box-sizing: border-box;
	border-right: 1px solid #f0f1f7;
	float: left;
	position: relative;
}
.registertu3>a:last-child{
	border-right:none;
}
.registertu3>a>img{
	width: 57px;
	height: 63px;
	position: absolute;
	right: 19px;
	bottom: 20px;
	transition: .3s;
}
.registertu3>a:hover >img{
	right: 24px;
}
.registertu3 .registertu3li{border-right: 0;}
.registerR{
	width: 295px;
	border-left: 1px solid #f0f1f7;
	float: right;
}
.registerR>a{
	display: block;
	width: 100%;
	height: 128px;
	padding: 19px 15px;
	box-sizing: border-box;
	border-bottom: 1px solid #f0f1f7;
	position: relative;
}
.registerR .registerRli{border-bottom: 0;}
.registerR>a>img{
	width: 56px;
	height: 60px;
	position: absolute;
	right: 20px;
	bottom: 24px;
	transition: .3s;
}
.registerR>a:hover >img{
	right: 25px;
}
/*知识产权*/
.property{
	border-bottom: 1px solid #f0f1f7;
	overflow:hidden;
}
.property:nth-of-type(1) .propertyR1 a:nth-of-type(3){
	border-right:none;
}
.property:nth-of-type(1) .propertyR1 a:nth-of-type(6){
	border-right:none;
}
.property:nth-of-type(2) .propertyR1 a:nth-of-type(3){
	border-right:none;
}
.property:nth-of-type(2) .propertyR1 a:nth-of-type(6){
	border-right:none;
}
.property:nth-of-type(4) ul a{
	border-bottom:none !important;
}
.property:nth-of-type(4) ul a:nth-of-type(3){
	border-right:none !important;
}
.propertyL{
	width: 300px;
	float: left;
	border-right: 1px solid #f0f1f7;
}
.propertyL1{
	display: block;
	padding: 16px;
	border-bottom: 1px solid #f0f1f7;
	box-sizing: border-box;
}
.propertyL1boder{border-bottom: 0;}
.propertyL1>img{
	width: 268px;
	height: 133px;
}
.propertyL2{
	width: 100%;
	overflow: hidden;
}
.propertyL2>li{
	width: 148px;
	padding: 20px 15px;
	border-left: 1px solid #f0f1f7;
	box-sizing: border-box;
	float: left;
	border-right: 1px solid #f0f1f7;
}
.propertyL2>li:nth-of-type(2){
	border-right:none;
}
.propertyL2 .propertyL2li{border-left: 0;text-align: center;}
.propertyL2p1{
	font-size: 16px;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.propertyL2p2{
	font-size: 24px;
	color: #ee2751;
	position: relative;
    top: 8px;
}
.propertyR{
	width: 898px;
	float: right;
}
.propertyR1{
	overflow: hidden;
	/*border-bottom: 1px solid #f0f1f7;*/
}
.propertyR2{border-bottom: 0;}
.propertyR1>a{
	width: 299px;
	height: 130px;
	border-left: 1px solid #f0f1f7;
	float: left;
	padding: 19px 15px;
	box-sizing: border-box;
}
.propertyR3>a{
	height: 169px;
	padding: 40px 15px;
}
.propertyR1 .propertyR1li2{
	height: 169px;
}
.propertyR1 .propertyR1li{border-left: 0;border-right:1px solid #f0f1f7;border-bottom: 1px solid #f0f1f7;}
.propertyR1 .propertyR1li:nth-of-type(4),
.propertyR1 .propertyR1li:nth-of-type(5),
.propertyR1 .propertyR1li:nth-of-type(6){
	border-bottom: none;
}
.propertyR1>a>p{
	width: 180px;
	float: left;
}
.propertyR1p1{
	font-size: 16px;
}
.propertyR1p2{
	font-size: 14px;
	color: #808080;
}
.propertyR1p3{
	font-size: 24px;
	color: #ee2751;
	margin-top: 20px;
}
.propertyR1>a>img{
	width: 55px;
	height: 63px;
	margin: 29px 0 29px 10px;
	transition: .3s;
}
.propertyR1>a:hover >img{
	margin-top: 24px;
}
/*建筑资质*/
.Architecture {
    width: 1200px;
    margin: 0 auto;
    margin-top: 30px;
    overflow: hidden;
    position: relative;
    margin-bottom:50px;
}
.Architecture .registerbox{
	margin-top:0 !important;
	height:448px;
}
.Architecture>div{
	width: 594px;
	background: #fff;
	border-bottom: 1px solid #f0f1f7;
}
.ArchiL{
	float: left;
	overflow: hidden;
}
.ArchiR{
	float: right;
	overflow: hidden;
}
.ArchiLL{
	width: 300px;
	float: left;
	border-right: 1px solid #f0f1f7;
}
.ArchiLLdiv{
	display: block;
	padding: 16px;
	box-sizing: border-box;
	/*border-bottom: 1px solid #f0f1f7;*/
	padding-bottom:15px;
}
.ArchiLLdiv>img{
	width: 269px;
	height: 224px;
}
.ArchiLLul{overflow: hidden;}
.ArchiLLul>a{
	width: 149px;
	height: 130px;
	padding: 23px 14px;
	box-sizing: border-box;
	float: left;
	border-left: 1px solid #f0f1f7;
}
.ArchiLLul .ArchiLLulli{border-left:0;border-right:1px solid #f0f1f7;}
.ArchiLLul .ArchiLLulli:nth-of-type(2){
	border-right:none;
}
.ArchiLLulp1{
	font-size: 16px;
	/*overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;*/
	height:50px;
	width: 90px;
    text-align: center;
    margin: 0 auto;
}
.ArchiLLulp2{
	font-size: 24px;
	color: #ee2751;
	width: 105px;
    text-align: center;
    margin: 10px auto 0 auto;
}
.pice_pice{
	font-size:24px;
	color:#ee2751;
}
.ArchiLR{
	width: 292px;
	float: left;
}
.ArchiLRul{
	width: 49.8%;
	float: left;
	border-left: 1px solid #f0f1f7;
}
.ArchiLRul a:last-child{
	border-bottom:none;
}
.ArchiLRulboder{border-left:0;}
.ArchiLRul>a{
	display: block;
	width: 100%;
    height: 130px;
    padding: 23px 14px;
    box-sizing: border-box;
    border-top: 1px solid #f0f1f7;
}
.ArchiLRul .ArchiLLulli{border-top:0;border-bottom: 1px solid #f0f1f7;}
.ArchiLRul .ArchiLLulli:nth-of-type(5),
.ArchiLRul .ArchiLLulli:nth-of-type(6){
	border-bottom:none;
}

/*========憨牛热门、憨牛精英 -------------lrs--========*/
.hot_elites_box20180910{
	width:100%;
	min-width: 1200px;
	height:auto;
	background: #f0f1f7;
	padding:50px 0;
}
/*憨牛热门*/
.hot_elites_box20180910 .hnhot_box{
	width:100%;
	overflow: hidden;
}
/*每块的标题*/
.content_head_20180910{
	overflow: hidden;
	margin-bottom:30px;
}
.content_head_20180910 .hnhot_head_hot{
	float:left;
}
.content_head_20180910 .hnhot_head_hot img{
	margin-right:6px;
	position: relative;
	top:2px;
}
.content_head_20180910 .hnhot_head_hot span{
	color:#333333;
	font-size:20px;
}
.content_head_20180910 .hnhot_head_text{
	float:left;
	color:#868c98;
	font-size:14px;
	margin:6px 0 0 19px;
}
/*憨牛热门-列表*/
.hot_elites_box20180910 .hnhot_box ul{
	margin-top:30px;
	margin-bottom: 14px;
}
.hot_elites_box20180910 .hnhot_box ul li{
	float:left;
	width:288px;
	height:310px;
	background: #fff;
	box-shadow: 0 0 15px #e8e9ef;
	margin:0 16px 16px 0;
}
.hot_elites_box20180910 .hnhot_box ul li:nth-of-type(4),
.hot_elites_box20180910 .hnhot_box ul li:nth-of-type(8){
	margin-right:0;
}
.hot_elites_box20180910 .hnhot_box ul li .img{
	width:288px;
	height:168px;
	overflow: hidden;
}
.hot_elites_box20180910 .hnhot_box ul li .img img{
	display: inline-block;
	width:288px;
	height:168px;
	transition: all 0.5s;
}
.hot_elites_box20180910 .hnhot_box ul li .img img:hover{
	transform: scale(1.2);
}
.hot_elites_box20180910 .hnhot_box ul li .title{
	margin:10px 0 0 16px;
}
.hot_elites_box20180910 .hnhot_box ul li .title p{
	color:#333333;
	font-size:16px;
	margin-bottom:6px;
}
.hot_elites_box20180910 .hnhot_box ul li .title span{
	font-size:14px;
	color:#808080;
}
.hot_elites_box20180910 .hnhot_box ul li .pice{
	overflow: hidden;
}
.hot_elites_box20180910 .hnhot_box ul li .pice{
	overflow: hidden;
	margin:38px 14px 0 14px;
}
.hot_elites_box20180910 .hnhot_box ul li .pice p{
	color:#f73131;
	font-size:18px;
	float:left;
}
.hot_elites_box20180910 .hnhot_box ul li .pice p .dollar{
	font-size:16px;
}
.hot_elites_box20180910 .hnhot_box ul li .pice p .qi{
	font-size:16px;
}
.hot_elites_box20180910 .hnhot_box ul li .pice a{
	float:right;
	display: inline-block;
	width:90px;
	height:28px;
	line-height: 28px;
	background: #1b8aeb;
	text-align: center;
	color:#fff;
	font-size:14px;
	border-radius: 6px;
	transition: all 0.3s;
}
.hot_elites_box20180910 .hnhot_box ul li .pice a:hover{
	background: #4ca4f1;
}
/*憨牛热门-广告图*/
.hot_elites_box20180910 .hnhot_box .banner_advertisement{
	width:100%;
	margin-bottom:50px;
}
.hot_elites_box20180910 .hnhot_box .banner_advertisement img{
	display: inline-block;
	width:100%;
	height:100px;
}
/*憨牛精英*/
.hot_elites_box20180910 .hnelites_box{
	overflow: hidden;
}
.hot_elites_box20180910 .hnelites_box .content_head_20180910 div{
	float:right;
	margin-right:20px;
}
.hot_elites_box20180910 .hnelites_box .content_head_20180910 div a:nth-of-type(2){
	margin-left:6px;
}

.hot_elites_box20180910 .hnelites_box .index-main .hd ul{
	display: none;
}
.hot_elites_box20180910 .hnelites_box .index-main .hd .next{
	display: inline-block;
	width:18px;
	height:18px;
	background: url(../images/hnelites_img_left20180910.png) no-repeat;
}
.hot_elites_box20180910 .hnelites_box .index-main .hd .prev{
	display: inline-block;
	width:18px;
	height:18px;
	background: url(../images/hnelites_img_right20180910.png) no-repeat;
}
.hot_elites_box20180910 .hnelites_box .index-main .hd span{
	display: none;
}
.hot_elites_box20180910 .hnelites_box .index-main .bd{
	margin-top:30px;
}
.hot_elites_box20180910 .hnelites_box .index-main ul li{
	float:left;
	width:290px;
	height:162px;
	background: #fff;
	box-shadow: 0 0 15px #e8e9ef;
	margin-right:13px;
}
.hot_elites_box20180910 .hnelites_box .index-main ul li:nth-of-type(4){
	/*margin-right:0px;*/
}
.hot_elites_box20180910 .hnelites_box .index-main ul li .msg{
	margin:20px 0 0 15px;
	overflow: hidden;
}
.hot_elites_box20180910 .hnelites_box .index-main ul li .msg .tx{
	float:left;
	display: inline-block;
	width:64px;
	height:64px;
	border-radius: 50%;
	border:1px solid #e9eaf0;
}
.hot_elites_box20180910 .hnelites_box .index-main ul li .msg div{
	width:150px;
	float:left;
	margin-left:15px;
}
.hot_elites_box20180910 .hnelites_box .index-main ul li .msg div p{
	font-size:20px;
	color:#333333;
	margin:8px 0 2px 0;
}
.hot_elites_box20180910 .hnelites_box .index-main ul li .msg div span{
	font-size:14px;
	color:#808080;
}
.hot_elites_box20180910 .hnelites_box .index-main ul li .msg .ej{
	display: inline-block;
	background: #1b8aeb;
	border-radius: 50%;
	padding:6px;
}
.hot_elites_box20180910 .hnelites_box .index-main ul li .msg .ej:hover{background:#4ca4f1;}
.hot_elites_box20180910 .hnelites_box .index-main ul li .time{
	margin-top:25px;
}
.hot_elites_box20180910 .hnelites_box .index-main ul li .time div{
	float:left;
	width:33%;
	border-right:1px solid #f0f0f0;
	box-sizing: border-box;
	text-align: center;
}
.hot_elites_box20180910 .hnelites_box .index-main ul li .time div p{
	color:#2278CF;
	font-size:16px;
}
.hot_elites_box20180910 .hnelites_box .index-main ul li .time div span{
	color:#808080;
	font-size:14px;
}
.hot_elites_box20180910 .hnelites_box .index-main ul li .time div:last-child{
	border-right:none;
}
/*=============新闻、动态=================*/
.news_box20180910{
	width:100%;
	min-width: 1200px;
	height:auto;
	background: #f5f6fc;
	padding:50px 0;
}
/*开办公司、知识产权*/
.news_box20180910{
	overflow: hidden;
}
.news_box20180910 .company_knowledge_box{
	float:left;
}
.news_box20180910 .company_knowledge_box .start_a_company:nth-of-type(1){
	height:644px;
}
.news_box20180910 .company_knowledge_box .start_a_company:nth-of-type(1) ul li{
	margin-bottom:20px !important;
}
.news_box20180910 .company_knowledge_box .start_a_company:nth-of-type(2){
	height:640px;
}
.news_box20180910 .company_knowledge_box .start_a_company:nth-of-type(2) ul li{
	margin-bottom:20px !important;
}
.news_box20180910 .company_knowledge_box .start_a_company:nth-of-type(1) ul li .title{
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.news_box20180910 .company_knowledge_box .start_a_company:nth-of-type(2) ul li .title{
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.company_knowledge_box .start_a_company ul li .text{
	width:236px !important;
}
.company_knowledge_box .start_a_company ul li .title{
	 text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.news_box20180910 .start_a_company{
	width:288px;
	height:auto;
	background: #fff;
	padding-bottom:10px;
	box-shadow: 0 0 15px #e8e9ef;
	margin-bottom:20px;
}
.news_box20180910 .start_a_company .start_a_company_head{
	padding:20px 16px 0 16px;
}
.news_box20180910 .start_a_company .start_a_company_head img{
	position: relative;
	top:2px;
	margin-right:6px;
}
.news_box20180910 .start_a_company .start_a_company_head span{
	color:#333333;
	font-size:20px;
}
.news_box20180910 .start_a_company .start_a_company_head .more{
	float:right;
	display: inline-block;
	width:66px;
	height:18px;
	line-height: 17px;
	text-align: center;
	border:1px solid #cad3e6;
	border-radius: 20px;
	color:#cad3e6;
	margin-top:5px;
	transition: all 0.3s;
}
.news_box20180910 .start_a_company .start_a_company_head a:hover{
	border-color:#1b8aeb;
	color:#1b8aeb;
}
.news_box20180910 .start_a_company ul{
	margin-top:20px;
}
.news_box20180910 .start_a_company ul li{
	overflow: hidden;
	margin:0 0 16px 16px
}
.news_box20180910 .start_a_company ul li:nth-of-type(1) .text{
	display: block;
}
.news_box20180910 .start_a_company ul li img{
	float:left;
	margin:7px 10px 0 0;
}
.news_box20180910 .start_a_company ul li .xz_img{
	-moz-transform:rotate(-90deg);
-webkit-transform:rotate(-90deg);
}
.news_box20180910 .start_a_company ul li div{
	float:left;
	width:86%;
}
.news_box20180910 .start_a_company ul li div p{
	color:#999999;
	font-size:13px;
	line-height: 20px;
}
.news_box20180910 .start_a_company ul li div .title{
	color:#333;
	font-size:14px;
	cursor: pointer;
	overflow: hidden;
}
.news_box20180910 .start_a_company ul li:hover div .title{
	color:#1b8aeb;
}
.news_box20180910 .start_a_company ul li div .time{
	margin-top:5px;
}
.news_box20180910 .start_a_company ul li div .shousuo{
	display: none;
}
.news_box20180910 .start_a_company ul li div .text{
	/*float:left;*/
	width:260px;
	overflow: hidden;
}

.news_box20180910 .start_a_company ul li div a{
	color:#1b8aeb;
}
.news_box20180910 .start_a_company ul li div p a{
	color:#1b8aeb;
}
.news_box20180910 .start_a_company ul li .title a{
	float:none;
}
.news_box20180910 .start_a_company ul li .text{
	float:none;
}
/*资讯动态*/
.news_box20180910 .consulting_dynamics_box{
	float:left;
	width:564px;
	height:1294px;
	background: #fff;
	box-shadow: 0 0 15px #e8e9ef;
	margin-left:15px;
	padding:15px;
}
.news_box20180910 .consulting_dynamics_box .consulting_dynamics_head{
	overflow: hidden;
}
.news_box20180910 .consulting_dynamics_box .consulting_dynamics_head .head_icon{
	float:left;
}
.news_box20180910 .consulting_dynamics_box .consulting_dynamics_head .head_icon span{
	color: #333333;
    font-size: 20px;
}
.news_box20180910 .consulting_dynamics_box .consulting_dynamics_head .head_icon img{
	position: relative;
	top:2px;
	margin-right:6px;
}
.news_box20180910 .consulting_dynamics_box .consulting_dynamics_head ul{
	overflow: hidden;
	float:right;
}
.news_box20180910 .consulting_dynamics_box .consulting_dynamics_head ul li{
	float:left;
	font-size:15px;
}
.news_box20180910 .consulting_dynamics_box .consulting_dynamics_head ul li a{
	display: inline-block;
	height:30px;
	line-height: 30px;
	padding:0 8px;
}
.news_box20180910 .consulting_dynamics_box .consulting_dynamics_head ul .active{
	color:#1b8aeb;
	border-bottom:1px solid #1b8aeb;
}
/*新闻列表*/
.news_box20180910 .consulting_dynamics_box .news_list_box{
	margin-top:20px;
}
.news_box20180910 .consulting_dynamics_box .news_list_box ul li{
	margin-bottom:27px;
	overflow: hidden;
}
.news_box20180910 .consulting_dynamics_box .news_list_box ul li:last-child{
	/*margin-bottom:0;*/
}
.news_box20180910 .consulting_dynamics_box .news_list_box ul li>a{
	display: block;
	width:100%;
	height:auto;
}
.news_box20180910 .consulting_dynamics_box .news_list_box ul li>a:hover .title{
	color:#1b8aeb;
}
.news_box20180910 .consulting_dynamics_box .news_list_box ul li .news_list_left{
	width:175px;
	height:130px;
	float:left;
	overflow: hidden;
}
.news_box20180910 .consulting_dynamics_box .news_list_box ul li .news_list_left img{
	display: inline-block;
	width:175px;
	height:130px;
	transition: all 0.5s;
}
.news_box20180910 .consulting_dynamics_box .news_list_box ul li .news_list_left img:hover{
	transform: scale(1.2);
}
.news_box20180910 .consulting_dynamics_box .news_list_box ul li .news_list_right{
	float:left;
}
.news_box20180910 .consulting_dynamics_box .news_list_box ul li .news_list_right .title{
	color:#333333;
	font-size:20px;
	font-weight: 600;
	width:350px;
	margin:10px 0 0 10px;
	transition: all 0.3s;
}
.news_box20180910 .consulting_dynamics_box .news_list_box ul li .news_list_right .title:hover{
	color:#1b8aeb;
}
.news_box20180910 .consulting_dynamics_box .news_list_box ul li .news_list_right div{
	margin:40px 0 0 10px;
	font-size:12px;
}
.news_box20180910 .consulting_dynamics_box .news_list_box ul li .news_list_right div p{
	float:left;
	color:#999999;
	margin-right:25px;
}
.news_box20180910 .consulting_dynamics_box .news_list_box ul li .news_list_right div .label{
	border:1px solid #1b8aeb;
	color:#1b8aeb;
	padding:1px 4px;
	margin-right:6px;
}
/*文字图片大于等于三张时显示样式上下式（上文字下图）*/
.news_box20180910 .consulting_dynamics_box .news_list_box ul li .news_list_title{
	color:#333333;
	font-size:20px;
	font-weight: 600;
	margin-bottom:6px;
}
.news_box20180910 .consulting_dynamics_box .news_list_box ul li .news_list_img{
	overflow: hidden;
}
.news_box20180910 .consulting_dynamics_box .news_list_box ul li .news_list_img div{
	float:left;
	width:175px;
	height:130px;
	overflow: hidden;
	margin-right:18px;
} 
.news_box20180910 .consulting_dynamics_box .news_list_box ul li .news_list_img div:last-child{
	margin-right:0;
}
.news_box20180910 .consulting_dynamics_box .news_list_box ul li .news_list_img div img{
	display: inline-block;
	width:175px;
	height:130px;
	transition: all 0.5s;
}
.news_box20180910 .consulting_dynamics_box .news_list_box ul li .news_list_img div img:hover{
	transform: scale(1.2);
}
.news_box20180910 .consulting_dynamics_box .news_list_box ul li .news_list_bottom{
	overflow: hidden;
	padding-bottom:10px;
}
.news_box20180910 .consulting_dynamics_box .news_list_box ul li .news_list_bottom p{
	float:left;
	margin:12px 25px 0 0;
	color:#999999;
}
.news_box20180910 .consulting_dynamics_box .news_list_box ul li .news_list_bottom .label{
	border: 1px solid #1b8aeb;
    color: #1b8aeb;
    padding: 1px 4px;
    margin-right:6px;
}
/*憨牛动态、热文榜*/
.hndt_hot_box{
	float:left;
	margin-left:15px;
}
.hndt_hot_box .start_a_company:nth-of-type(1){
	height:670px !important;
}
.hndt_hot_box .start_a_company:nth-of-type(2){
	height:614px !important;
}
.hndt_hot_box .hndt_hot_list li{
	margin-left:0 !important;
	width:100%;
}
.hndt_hot_box .hndt_hot_list li div{
	width:90% !important;
	margin:0 auto;
	float:none !important;
	padding-bottom:15px;
	border-bottom:1px solid #f0f0f0;
	overflow: hidden;
}
.hndt_hot_box .hndt_hot_list li:last-child div{
	padding-bottom:0;
	border-bottom:none;
}
.hndt_hot_box .hndt_hot_list li div .text{
	display: block !important;
}
.hndt_hot_box .hndt_hot_list li div .title{
	font-size:14px;
	color:#333;
	line-height: 24px;
	margin-bottom:5px;
	max-height: 50px;
}
.hndt_hot_box .hndt_hot_list li div .title a{
	color:#333 !important;
}
.hndt_hot_box .hndt_hot_list li div .title a:hover{
	color:#1b8aeb !important;
}
.hndt_hot_box .hndt_hot_list li div .title span{
	color:#999999;
	margin-right: 5px;
	float:left;
}
#LRMINIBar{
	right: 50px !important;
}
/*热文榜*/
.hndt_hot_box .hndt_hot_list li .number{
	float:left;
	margin-left:16px;
	width:20px;
	height:20px;
	line-height: 20px;
	text-align: center;
	background: #bcbdc2;
	border-radius: 50%;
	margin-right:12px;
	position: relative;
	top:2px;
	color:#fff;
}
.hndt_hot_box .hndt_hot_list li .f73131{
	background: #f73131;
}
.hndt_hot_box .hndt_hot_list li .ff764e{
	background: #ff764e;
}
.hndt_hot_box .hndt_hot_list li .fabb72{
	background: #fabb72;
}
.hndt_hot_box .hndt_hot_list li .hot_list{
	float:left !important;
	width:80% !important;
	border:none !important;
	padding-bottom:0 !important;
}
.hndt_hot_box .hndt_hot_list li .hot_list .text span{
	margin-right:6px;
}
/*============憨牛荣誉==============*/
.hn_honor_box20180910{
	padding:40px 0;
	min-width: 1200px;
	background: #fff;
}
.hn_honor_box20180910 .content_head_20180910 a{
	float: right;
    display: inline-block;
    width: 66px;
    height: 18px;
    line-height: 17px;
    text-align: center;
    border: 1px solid #cad3e6;
    border-radius: 20px;
    color: #cad3e6;
    margin-top: 5px;
    margin-right:20px;
    transition: all 0.3s;
}
.hn_honor_box20180910 .content_head_20180910 a:hover{
	color:#1b8aeb;
	border-color:#1b8aeb;
}
.hn_honor_box20180910 ul{
	overflow: hidden;
	margin-top:30px;
}
.hn_honor_box20180910 ul li{
	float:left;
	width:288px;
	height:214px;
	position: relative;
	margin-right:16px;
}
.hn_honor_box20180910 ul li:last-child{
	margin-right:0;
}
.hn_honor_box20180910 ul li img{
	display: inline-block;
	width:288px;
	height:214px;
}
.hn_honor_box20180910 ul li p{
	width:100%;
	height:0px;
	line-height: 40px;
	background: rgba(0,0,0,0.5);
	position: absolute;
	bottom:0;
	text-align: center;
	color:#fff;
	font-size:16px;
}
/*憨牛荣誉*/
.team_size_box{
	width:100%;
	min-width: 1200px;
	height:146px;
	background: #f5f6fc;
}
.team_size_box ul li{
	float:left;
	width:25%;
	height:146px;
	text-align: center;
}
.team_size_box ul li img{
	float:left;
}
.team_size_box ul li .content_box{
	width:100%;
	height:146px;
	margin:30px 60px;
}
.team_size_box ul li .content_box div{
	float:left;
	margin-left:15px;
	text-align: left;
	margin-top:26px;
}
.team_size_box ul li .content_box div p{
	font-size:26px;
	font-weight: 600;
	line-height: 18px;
}
.team_size_box ul li .content_box div span{
	font-size:16px;
	font-weight: 100;
}
.team_size_box ul li:nth-of-type(2) img{
	margin-top:14px;
}
.team_size_box ul li:nth-of-type(3) img{
	margin-top:14px;
}
.team_size_box ul li:nth-of-type(4) img{
	margin-top:16px;
}



