
/*通用题目*/
.title,.title span{
	font-size: 24px;
}

.title span{
	color:#2e64c7;
}

p{
	font-size: 14px;
	line-height: 26px;
	margin: 20px 0;
	color:#454545;
}



/*banner*/
#sort-banner{
	height: 250px;
	overflow: hidden;
}

@media(max-width:1079px){
	#sort-banner{
		height: 200px;
	}
}

#sort-banner img{
	width: 100%;
	margin-top: -10%;
}


/*简介*/

#info{
	margin-top: 20px;
}


#info img{
	width: 100%;
	margin: 40px 0;
}

#info .metion{
	color:#2e64c7;
	border-left:5px solid #2e64c7;
	padding-left: 10px;
	font-weight: bold;
}

#tedian{
	margin-top: 30px;
}

#tedian h3{
	margin-bottom: 30px;
}


#tedian li{
	font-size: 14px;
	line-height: 24px;
	margin: 20px 0px;
}

#tedian .col-md-3 img,#tedian .col-md-4 img{
	width: 100%;
}



#other-info{
	margin: 30px auto;
}

#other-info li:first-child{
	font-size: 18px;
	font-weight: bold;
	color:#d52800;
}


#other-info li, #other-info li a{
	font-size: 14px;
	line-height: 24px;
	margin: 20px 0px;
}

#other-info li a img{
	margin-right: 5px;
}

#other-info .col-md-6 img{
	margin-top: 10px;
}


#yuelan{
	margin: 40px auto;
}

#yuelan li{
	font-size: 14px;
	line-height: 24px;
	margin: 10px 0px;
}

#yuelan .col-md-8{
	border-left:1px solid #d8d8d8;
	padding-left: 20px;
}


.kehu-list{
	width: 20%;
	float: left;
	margin-bottom: 40px;
}

.kehu-left,.kehu-right{
	float: left;
	width: 60%;
}

.kehu-left .title,.kehu-right .title{
	width: 90%;
}

.kehu-left .kehu-list{
	width: 33.333333%;
}

.kehu-right{
	width: 40%;
}

.kehu-right .kehu-list{
	width: 50%;
}

.kehu .title{
	margin-bottom: 15px;
	border-bottom:2px solid #ccc;
	padding-bottom: 10px;
}

.kehu .title i{
	display: inline-block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color:#fff;
	background: #2e64c7;
	border-radius: 10px;
	margin-right: 10px;
	font-size: 1.1em;
}


#online-chat{
	padding: 0;
}

@media(max-width:979px){

	#online-chat{	width: 100%;}

}

#online-chat form{
	width: 98%;
	margin: 30px auto;
	background: rgba(0,0,0,.15);
	color:#333;
	font-family: 'Microsoft Yahei';
	padding-bottom: 20px;
}

@media(max-width:1079px){

	#online-chat form{
		float: left;
		margin-left: 0%;
		margin-top: 50px;

	}

}

@media(max-width:979px){

	#online-chat form{
		float: none;
		margin-left: 0%;
		margin: 20px auto;
		width: 96%;
		padding-bottom: 10px;
	}
}

#online-chat label,#online-chat .col-md-9{
	font-family: 'Microsoft Yahei';
	font-size: 1.2em;
	font-weight: bold;
}

#online-chat h1{
	background: rgba(0,0,0,.2);
	margin-top: 0;
	padding: 20px;
}

@media(max-width:979px){

	#online-chat h1{
		font-size: 2em;
		margin-bottom: 10px;
	}
}


#online-chat .form-group{
	width: 98%;
	margin: 20px auto;

}




#online-chat #title{
	border:3px solid #1abc9c;
	height: 40px;
}

#online-chat #chat-info{
	border:3px solid #1abc9c;
}


#online-chat .btn-block{
	background: #00c8fb;
	font-size: 1.8em;
	font-family: 'Microsoft Yahei';
	font-weight: bold;
	letter-spacing: 3px;
}

#online-chat .btn-block:hover{
	background: #24d3ff;
	color:#fff;
}

#online-chat #chat-info{
	height: 150px;
}

@media(max-width:1079px){

	#online-chat #chat-info{
		height: 80px;
	}
}


 #online-chat .btn-group.open .dropdown-toggle
    {
        -webkit-box-shadow:none;
        box-shadow:none;
    }

#online-chat .btn-group{
	width: 100%;

}

#online-chat .dropdown .placeholder{
	font-family: 'Microsoft Yahei';
	font-weight: bold;
	font-size: 1em;
}


#online-chat .dropdown .btn{
	background: #1abc9c;
	width: 100%;
	text-align: left;
	color:#fff;
	position: relative;
	display: block;
}


#online-chat .dropdown .btn .arrow{
	display: inline-block;
	position: absolute;
	right:10px;
	border-left:1px solid #1eab93;
	padding-left:10px;
	font-weight: bold;
}

#online-chat .dropdown .btn i{
	font-size: 1.5em;
}


#online-chat .dropdown .dropdown-menu{
	width: 100%;
}

#online-chat .dropdown li a{
	line-height: 30px;
}


/* RADIO 美化*/

.regular-radio {
	display: none;
}



.regular-radio + label {
	-webkit-appearance: none;
	background-color: #fff;
	border: 1px solid #cacece;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	padding: 8px;
	border-radius: 50px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	margin-right: 5px;
	border:3px solid #d7dade;
	
}

.regular-radio:checked + label:after {
	content: ' ';
	width: 10px;
	height: 10px;
	border-radius: 50px;
	position: absolute;
	top: 3px;
	background: #1abc9c;
	box-shadow: inset 0px 0px 10px rgba(0,0,0,0.3);
	text-shadow: 0px;
	left: 3px;
	font-size: 32px;
}

.regular-radio:checked + label {
	background-color: #fff;
	color: #99a1a7;	
	border:3px solid #1abc9c;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1), inset 0px 0px 10px rgba(0,0,0,0.1);
}

.regular-radio + label:active, .regular-radio:checked + label:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

/* checkbox 美化*/

.regular-checkbox {
	display: none;
}

.regular-checkbox + label {
	background-color: #fafafa;
	border: 1px solid #cacece;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
	padding: 5px;
	border-radius: 3px;
	display: inline-block;
	position: relative;	
	vertical-align: middle;
	margin-right: 5px;
}

.regular-checkbox + label:active, .regular-checkbox:checked + label:active {
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
}

.regular-checkbox:checked + label {
	background-color: #2D89EF;
	border: 1px solid #2D89EF;
	box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
	color: #99a1a7;
}

.regular-checkbox:checked + label:after {
	content: '\2714';
	font-size: 14px;
	position: absolute;
	top: 0px;
	left: 3px;
	color: #fff;
}


#subnav dl{
	margin-top: 20px;
}

#subnav dt {	
	font-size: 16px;	
	text-indent: 0.5em;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
}

#subnav a{
	font-size: 14px;
	line-height: 30px;
	display: inline-block;
	text-indent: 0.5em;
}

#subnav a:hover{
	background: #f0f0f0;
	width: 100%;
}

#company-info ul{
	margin-bottom: 20px;
}

#company-info li{
	font-size: 14px;
	line-height: 30px;
}

#company-info li a{
	font-size: 14px;
	font-weight: bold;
	margin-right: 10px;
}

#company-info b{
	font-size: 16px;
}

#link-logo {
	margin-bottom: 40px;
}

#link-logo li{
	float: left;
	text-align: center;
	width: 20%;
	background: #f0f0f0;
	padding: 20px 0;
	border:1px solid #fff;
}

#link-logo li img{
	height: 35px;
}