
.margin-top-20 {
	margin-top: 20px;
}

.margin-top-10 {
	margin-top: 10px;
}
.margin-bottom-20 {
	margin-bottom: 20px;
}
.margin-bottom-10 {
	margin-bottom: 10px;
}

.article-full-body {
	background-color: #f7f7f7;
}
.top-bar {
	background: #f7f7f7;
    height: 34px;
    border-bottom: 1px solid #ebebeb;
    font-size: 14px;
    line-height: 34px;
    color: #666;
}

/*.top-bar .top-bar-right {*/
	/*text-align: right;*/
/*}*/

.logo-nav {
	height:90px;
}

.logo-nav div.logo {
	line-height:90px;
}

.logo-nav .nav-box {
	margin-top: 25px;
}

.nav-pills>li>a {
    font-size: 16px;
}

.focus {
	height: 400px;
	background: #f7f7f7;
	overflow: hidden;
	text-align: center;
}
.focus img {
	width: 100%;
	height: 400px !important;
}

.nav>li>a {
    color: #666;
}

.login-box {
	position: absolute;
	top:181px;
	right:180px;
	padding:30px;
	color: #fff;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;

}

.feature-1 .tit,.feature-2 .tit,.feature-3 .tit ,.feature-4 .tit {
	font-size: 28px;
	padding:30px;
}

.feature-1 .row,.feature-2 .row,.feature-3 .row,.feature-4 .row {
	margin-top: 30px;
	margin-bottom: 50px;
}

.feature-icon {
	float: left;
	margin-right: 3%;
	width: 27%;
}

.feature-content {
	float: left;
	width: 70%;
}

.feature-content-tit {
	font-size: 1.6rem;
	padding-bottom: 4%;
	color: #56b0f6;
	text-align: left;
}

.feature-content-desc {
	color: #666;
}

.bgc-grey {
	background-color: #f6f6f6;
}
.bgc-black {
	background-color: #777777;
}

.feature-2 .card {
	background-color: #fff;
	border: none;
	padding: 10px 5px;
	line-height: 23px;
	min-height: 325px;
}

.feature-2 .card img,.feature-3 .card img {
	margin: 0 auto;
}

.feature-2 .card .card-heading{
	text-align: center;
	margin: 20px 0;
}
.feature-2 .card .content{
	letter-spacing: 1.5px;
	line-height: 25px;
}

.feature-2 .card:hover>.media-wrapper, .card:hover>img {
	background-color: inherit;
}

.feature-3 .card {
	border: 1px solid #ebebeb;
}

.feature-3 .card:hover>img {
	background-color: inherit;
}

.bgc-black {
	color: #fff;
}

#footer {
	line-height: 24px;
	font-size: 14px;
	background-color: #343639;
	color: #adadad;
	padding: 15px;
}

#service-online {
	position: fixed;
	top: 280px;
	left: 0;
	z-index: 1000;
}

#service-online a {
	text-decoration: none;
}

#service-online .item {
	width: 70px;
	height: 70px;
	background: rgba(0, 0, 0, 0.6);
	text-align: center;
	color: #fff;
	border-bottom: 1px solid #fff;
}

#service-online .item .item-img {
	height: 45px;
	line-height: 45px;
}

#service-online .item .item-text {
	height: 25px;
}


/************** pagination ****************/

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	list-style: none;
}

.pagination > li {
	display: inline;
}

.pagination > li > a,
.pagination > li > span {
	position: relative;
	float: left;
	padding: 5px 12px;
	margin-left: -1px;
	line-height: 1.53846154;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	z-index: 2;
	background-color: #e5e5e5;
}

.pagination > li.active > a,
.pagination > li.active > span,
.pagination > li.active > a:hover,
.pagination > li.active > span:hover {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #3280fc;
	border-color: #3280fc;
}

.pagination > li.disabled > span,
.pagination > li.disabled > span:hover,
.pagination > li.disabled > span:focus,
.pagination > li.disabled > a,
.pagination > li.disabled > a:hover,
.pagination > li.disabled > a:focus {
	color: #ddd;
	pointer-events: none;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd;
}

/*search from*/

.search-wrap {
	margin:20px -10px;
	padding: 20px 0;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.media-search .form-control {
	border: none;

}
.media-search .form-control:focus {
	outline-offset: 0;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.media-search .btn {
	background-color: #ffffff;
	border-color: #ffffff;
	outline: none;
	border-radius: 0 6px 6px 0px !important;
}

#search-container {
	padding-bottom: 30px;
}

.media-collect .price {
	font-size: 14px;
	margin-left: 60px;
}

.media-collect .collect-content {
	border: 2px solid #03b8cf;
	padding: 20px 10px;
	margin: 20px 0px;
}

.media-collect .collect-content .col-md-2 {
	margin: 10px 0;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;

}

.write-section {
	padding: 20px 0;
	margin: 20px;
}
.write-section > h2.title {
	color: #fff;
	background: url(../../home/images/agent/bg_mark.png) no-repeat;
	padding:10px 50px;
}

.write-section .text .text-tit {
	font-size: 26px;
	margin-top: 20px;
	margin-bottom: 30px;
}

.write-section .text .text-description {
	font-size: 16px;
	line-height: 35px;
}

.article-section .header {
	padding: 15px 0;
	margin:30px 0;
}

.article-section .header .title {
	font-size: 26px;
}

.article-section .content .article-item {
	margin-bottom: 10px;
	border-bottom: 1px dotted #eee;
	padding: 10px 0;
	min-height: 180px;
	background: #fff;
	box-shadow: 0px 0px 20px #ccc;

}
.article-section .content .article-item .image {
	margin-top:20px;
	overflow: hidden;
	height: 150px;
}

.article-section .content .article-item .image .doesnt-have-image {
	background-color: #f2f2f2;
	color: #dfdfdf;
	text-align: center;
	line-height: 140px;
	font-size: 16px;
	width: 100%;
	height: 100%;
}

.article-section .content .article-item .description {
	margin-top: 25px;
	margin-bottom: 10px;
	line-height: 24px;
}

.article-section .content .article-item .text h2 a{
	color: #696969;
}

.article-section .article-details {
	font-size: 14px;
	max-width: 800px;
	margin: 10px auto;
	padding: 20px;
	overflow: hidden;
	color: #676767;
	line-height: 30px;
	background: #fff;
	box-shadow: 0px 0px 20px #ccc;
}
.article-section .about-details {
	max-width: 800px;
	margin: 10px auto;
	padding: 20px;
	overflow: hidden;
	line-height: 30px;
	background: #fff;
	box-shadow: 0 0 20px #ccc;
}

.article-section .about-details h2 {
	margin-bottom:30px;
	margin-top: 30px;
}



.notice-section {
	margin: 30px 0;
}

.container1 {
	margin: 0 auto;
}
.container1.notice-box {
	width: 1080px;
}
.notice-section .head {
	height: 45px;
	background: url(../../home/images/agent/bg_title.png) no-repeat;
	padding: 0px 24px;
}

.notice-section .head h3 {
	font-size: 24px;
	font-weight: 400;
	color: #FFF;
	line-height: 45px !important;
}

.notice-section .ul_service {
	padding: 30px 0 30px 10px;
	overflow: hidden;
	background: #FFFFFF;
}

.notice-section .ul_service li {
	float: left;
	margin-left: 50px;
	display: inline;
}
.notice-section .rw_li1 {
	background: url(./img/circle_bg1.jpg) no-repeat;
	width: 128px;
	height: 130px;
	padding-top: 18px;
}
.notice-section .rw_li2 {
	background: url(./img/circle_bg2.jpg) no-repeat;
	width: 128px;
	height: 130px;
	padding-top: 18px;
}
.notice-section .rw_li3 {
	background: url(./img/circle_bg3.jpg) no-repeat;
	width: 128px;
	height: 130px;
	padding-top: 18px;
}
.notice-section .rw_li4 {
	background: url(./img/circle_bg4.jpg) no-repeat;
	width: 128px;
	height: 130px;
	padding-top: 18px;
}

.notice-section .ul_service li span {
	display: block;
	line-height: 50px;
	font-size: 46px;
	color: #FFFFFF;
	text-align: center;
}

.notice-section .ul_service li p {
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	color: #FFFFFF;
}

.notice-section .ul_service li img {
	display: block;
	margin-top: 45px;
}


.notice-section .body  {
	margin: 0px 8px;
	background: #FFF;
	padding: 30px 0px;

}

.notice-section .body .ul_choice li {
	width: 274px;
	display: inline-block;
	zoom: 1;
	padding: 0px 0px 0px 64px;
	text-align: left;
	margin: 0px 10px;
}

.notice-section .body .ul_choice li h3 {
	height: 30px;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 1px;

}

.notice-section  .body .ul_choice li p {
	line-height: 20px;
	font-size: 13px;
	color: #555;
}


.notice-section .body .ul_choice li.i1 {
	background: url(./img/icon_img1.png) no-repeat 0px center;
}

.notice-section .body .ul_choice li.i1 h3 {
	color: #EC482F;
}


.notice-section .body .ul_choice li.i2 {
	background: url(./img/icon_img2.png) no-repeat 0px center;
}

.notice-section .ul_choice li.i2 h3 {
	color: #0B96D9;
}

.notice-section .body .ul_choice li.i3 {
	background: url(./img/icon_img3.png) no-repeat 0px center;
}

.notice-section .body .ul_choice li.i3 h3 {
	color: #87B200;
}



.notice-section .body .ul_notice li {
	display: inline-block;
	zoom: 1;
	text-align: left;
	margin: 10px 10px;
	height: 50px;


}

.notice-section .body .ul_notice li i {
	display: inline-block;
	zoom: 1;
	background: url(./img/piece_bg_1.png) no-repeat 0px center;
	width: 55px;
	text-align: center;
	font-size: 30px;
	color: #FFF;
	margin: 0px 10px;
	font-style: normal;
}

.notice-section .body .ul_notice li em {
	font-size: 30px;
	color: #56B3D2;
	font-style: normal;

}
.notice-section .row_3.body{
	padding: 40px 0px;
	margin: 0px 8px;
	background: #FFF;
	font-size: 22px;
	color: #555;

}


.notice-section h2 {
	height: 66px;
	line-height: 60px;
	font-size: 38px;
	color: #454545;
}

.notice-section.row_10 .body1_h .hd {
	line-height: 32px;
	font-size: 18px;
	color: #454545;
}

.notice-section.row_10 .body1_h .bd {
	padding: 40px 0px;
}
.notice-section.row_10 .body1_h .bd .left {
	width: 688px;
	float: left;
}
.notice-section.row_10 .body1_h .bd .left ul li {
	line-height: 30px;
	font-size: 14px;
	color: #454545;
}
.notice-section.row_10 .body1_h .bd .right {
	width: 268px;
	float: right;
	position: relative;
}
.notice-section.row_10 .body1_h .bd .right p {
	width: 209px;
	height: 39px;
	line-height: 39px;
	text-align: center;
	font-size: 18px;
	color: #FFF;
	font-weight: bold;
	position: absolute;
}
.notice-section.row_10 .body1_h .bd .right p.p1 {
	background: url(./img/block_bg_1.png) no-repeat;
	top: -30px;
	right: 0px;
}
.notice-section.row_10 .body1_h .bd .right p.p2 {
	background: url(./img/block_bg_2.png) no-repeat;
	top: 23px;
	left: 0px;
}
.notice-section.row_10 .body1_h .bd .right p.p3 {
	background: url(./img/block_bg_3.png) no-repeat;
	top: 75px;
	right: 0px;
}
.notice-section.row_10 .body1_h .bd .right p.p4 {
	background: url(./img/block_bg_4.png) no-repeat;
	top: 127px;
	left: 0px;
}




.row_10 .body .hd {
	height: 109px;
	line-height: 41px;
	padding: 37px 0px 31px 86px;
	background: url(./img/qst_bg_1.png) no-repeat;
}
.row_10 .body .hd h3 {
	font-size: 21px;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	line-height: 40px;
}
.row_10 .body .bd {
	padding: 0px 22px 30px 80px;
	position: relative;
}
.row_10 .body .bd .left {
	width: 470px;
	float: left;
	padding: 12px 0px;
}
.row_10 .body .bd .left ul {
list-style: none;
}
.row_10 .body .bd .left ul li {
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	color: #454545;
	background: url(./img/arrow_02.png) no-repeat 0px center;
	padding: 0px 20px;
}
.row_10 .body .bd .right {
	width: 383px;
	float: right;
}
.row_10 .body .bd .right h4 {
	height: 46px;
	line-height: 46px;
	font-size: 18px;
	color: #454545;
}
.row_10 .body .bd .right .desc {
	width: 359px;
	height: 136px;
	overflow: hidden;
	background: url(./img/rect_bg_1.png) no-repeat;
	padding: 6px 12px;
}
.row_10 .body .bd .right .desc p {
	height: 36px;
	line-height: 36px;
	font-size: 18px;
	color: #e3012b;
}
.row_10 .body .bd .icon {
	width: 42px;
	height: 30px;
	background: url(./img/arrow_01.png) no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	left: 50%;
	margin-left: 30px;
}

.carousel .carousel-img {
	height: 400px;
}

.flink {
	line-height: 32px;
	margin-top: 10px;
	margin-bottom: 30px;
}

.flink .label {
	font-size: 100%;
}

.flink span {
	margin: 2px 5px;
	color: #A5A5A5;
}

.flink span a {
	color: #A5A5A5;
}

.tooltip-inner .contact_qrcode {
	width: 150px;
	max-width: 150px;
}

.contact_qrcode_title {
	font-size:13px;
}