/*css 初始化 */

html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
	margin: 0;
	padding: 0;
}

fieldset,
img,
input,
button {
	border: none;
	padding: 0;
	margin: 0;
	outline-style: none;
}

ul,
ol {
	list-style: none;
}

input {
	padding-top: 0;
	padding-bottom: 0;
	font-family: "微软雅黑";
	font-size: 14px;
	height: 32px;
	line-height: 32px;
	padding: 0 12px;
}

select,
input {
	vertical-align: middle;
}

select,
input,
textarea {
	font-size: 12px;
	margin: 0;
}

textarea {
	resize: none;
}
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*防止拖动*/

img {
	border: 0;
	vertical-align: middle;
	/*width:100%;*/
	max-width: 100%;
}


/*  去掉图片低测默认的3像素空白缝隙*/

table {
	border-collapse: collapse;
}

body {
	font: 12px/150% "微软雅黑", Verdana, "\5b8b\4f53";
	color: #666;
	background: #fff;
	width: 100%;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
	/*IE/7/6*/
}

a {
	color: inherit;
	text-decoration: none! important;
}

a:hover {}

h1,
h2,
h3,
h4,
h5,
h6 {
	text-decoration: none;
	font-weight: normal;
/* 	font-size: 100%; */
}

s,
i,
em {
	font-style: normal;
	text-decoration: none;
}

.col-red {
	color: #C81623!important;
}


/*公共类*/

.fl {
	float: left
}

.fr {
	float: right
}

.al {
	text-align: left
}

.ac {
	text-align: center
}

.ar {
	text-align: right
}

.hide {
	display: none;
}

.show {
	display: block;
}

.inner {
	width: 1200px;
	margin: 0 auto;
}


/*main*/

.qbt-banner {
	width: 100%;
	overflow: hidden;
}

.qbt-banner .qbt-banner-pic {
	overflow: hidden;
}


/*main end*/


/*header*/

.qbt-header {
	width: 100%;
}

.qbt-header-top {
	width: 100%;
	height: 117px;
	border-bottom: 1px solid #e3e3e3;
	background-color: #f6f6f6;
}

.qbt-header-top .qbt-logo {
	/*width: 22.75%;*/
	margin-top: 35px;
}
.logo-brand {
    margin-top: 20px;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    padding-left: 20px;
    border-left: 1px dotted #000;
    margin-left: 20px;
}
.touch-t{
	 margin-left: 10px;
}
.touch-t p{
	font-size: 16px;
	color: #999;
}
.touch-t b{
	font-size: 22px;
    display: block;
    margin-top: 4px;
    color: #2d4c9c;
}
.qbt-header-top .firm {
	position: relative;
	height: 12px;
	line-height: 12px;
	padding: 0 12px;
	color: #999;
	margin-top: 13px;
	border-right: 1px solid #d1d1d1;
}

.firm a:hover {
	color: #ff4242;
}

.firm-hover {
	display: none;
	position: absolute;
	top: 0px;
	left: 0;
	right: 0;
	padding-top: 20px;
	width: 250px;
}

.firm-hover ul {
	background-color: #f6f6f6;
	padding: 5px
}

.firm-hover li {
	margin-right: 10px;
}
.firm:hover>a{
	color: #ff4242;
}
.firm:hover .firm-hover {
	display: block;
}

.qbt-header-top .touch {
	padding-top: 12px;
}

.qbt-header .navbar_toggle {
	margin: 35px -20px 0 0;
	float: right;
	cursor: pointer;
	display: none;
}

.qbt-header .navbar_toggle .icon_bar {
	width: 30px;
	height: 3px;
	background-color: #2d4c9c;
	display: block;
	border-radius: 1px;
	margin-bottom: 6px;
}

.qbt-header-nav {
	width: 100%;
	background: #fff;
}

.qbt-header .nav-box {
	position: fixed;
	z-index: 1000;
	top: -1000px;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.5);
}

.qbt-header-nav ul {
	/*padding: 0 5px 0 3px;*/
}

.qbt-header-nav ul li {
	height: 47px;
	line-height: 47px;
	float: left;
	color: #000;
	font-size: 16px;
	margin-right: 52px;
	border-bottom: 3px solid transparent;
}

.qbt-header-nav ul li a {
	width: 100%;
	height: 100%;
	display: block;
}

.qbt-header-nav ul .nav-ac {
	color: #2d4c9c;
	border-bottom-color: #2d4c9c;
}

.qbt-header-nav ul li:hover {
	color: #2d4c9c;
	border-bottom-color: #2d4c9c;
}

.qbt-header-nav ul a:hover {
	color: #2d4c9c;
}


/*header  end*/


/*footer*/

.qbt-footer {
	width: 100%;
	background-color: #282828;
	padding-top: 8px;
}

.qbt-footer .qbt-footer-top {
	padding: 35px 0;
	border-bottom: 1px solid #000;
}

.qbt-footer .qbt-footer-top li {
	width: 12.5%;
	float: left;
}

.qbt-footer .qbt-footer-top li .txt {
	height: 38px;
	padding-left: 5%;
	text-align: center;
	border-left: 3px solid #3e3e3e;
}

.qbt-footer .qbt-footer-top li .txt a {
	line-height: 38px;
	font-size: 16px;
	color: #999;
}

.qbt-footer .qbt-footer-top li .txt p {
	height: 18px;
	line-height: 18px;
	font-size: 12px;
	font-family: "宋体";
}

.qbt-footer .qbt-footer-content {
	padding-top: 34px;
	padding-bottom: 18px;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #000;
}

.qbt-footer .qbt-footer-content .pic {
	webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	    width: 22%;
    padding-right: 4%;
}

.qbt-footer .qbt-footer-content .contact {
	width: 76%;
}

.qbt-footer .qbt-footer-content .pic-left {
	width: 63%;
}

.qbt-footer .qbt-footer-content .dhua {
	width: 33%;
}

.qbt-footer .qbt-footer-content .contact .txt-box {
	padding-top: 19px;
}

.qbt-footer .qbt-footer-content .contact .txt {
	margin-right: 4%;
}

.qbt-footer .qbt-footer-content .contact .txt p {
	line-height: 20px;
}

.qbt-footer .qbt-footer-content span {
	color: #999;
}

.qbt-footer .qbt-footer-content .pic-right {
	width: 31.75%;
	padding-top: 20px;
}

.qbt-footer .qbt-footer-content .content-bot {
	padding-top: 67px;
}

.qbt-footer .qbt-footer-content .content-bot a {
	margin: 0 0.4%;
}

.qbt-footer .qbt-footer-bot {
	border-top: 1px solid #333333;
}

.qbt-footer .qbt-footer-bot .text {
	width: 100%;
	height: 62px;
	line-height: 62px;
	text-align: center;
	background-color: #282828;
	border: 0;
}

.qbt-footer .qbt-footer-bot .guanzhu {
	height: 24px;
	line-height: 24px;
	padding-top: 14px;
}

.qbt-footer .qbt-footer-bot span {
	height: 24px;
	line-height: 24px;
	float: left;
	display: inline-block;
}

.qbt-footer .qbt-footer-bot a {
	/*width: 24px;
	height: 24px;
	display: inline-block;
	background: url("../images/guanzhu_30.png") no-repeat center;*/
}

.qbt-footer .qbt-footer-bot .w2 {
	background: url("../images/guanzhu_32.png") no-repeat center;
}

.qbt-footer .qbt-footer-bot .qq {
	background: url("../images/guanzhu_34.png") no-repeat center;
}

.qbt-footer .footer-box {
	position: relative;
}

.qbt-footer .footer-but {
	width: 56px;
	height: 56px;
	border: 1px solid #3e3e3e;
	border-radius: 50%;
	overflow: hidden;
	position: fixed;
	right: 5%;
	bottom: 5%;
}

.qbt-footer .footer-but a {
	width: 100%;
	height: 100%;
	display: block;
}


/*tilte*/

.qbt-title {
	text-align: center;
	padding-top: 66px;
}

.qbt-title h2 {
	font-size: 48px;
	color: #000;
	line-height: 60px;
	font-weight: bolder;
}

.qbt-title h2 span {
	color: #2d4c9c;
}

.qbt-title p {
	font-size: 20px;
	color: #999;
	line-height: 30px;
	text-transform: uppercase;
}


/*end tilte*/


/*tilte end*/


/**/

.pic-heid {
	display: none;
}


/**/


/**/

.case-xiala {
	text-align: center;
	display: none;
}

.case-xiala select {
	border: none;
	font-size: 14px;
}


/**/


/*手机版导航*/


/*底部导航*/

.social_nav5 {
	display: none;
	height: 50px;
	background: #777;
	line-height: 50px;
	position: fixed;
	bottom: 0;
	max-width: 640px;
	min-width: 320px;
	width: 100%;
	z-index: 999;
}

.social_nav5 ul li {
	float: left;
	width: 20%;
	position: relative;
	border-right: 1px solid #555;
}

.social_nav5 ul li.cur {
	background: #f08300;
}

.social_nav5 ul li a {
	color: #fff;
	display: block;
	font-size: 12px;
	text-align: center;
}

.social_nav5 .erji {
	position: absolute;
	bottom: 50px;
	left: -20px;
	background: #f3f3f3;
	padding: 0 8%;
	width: 100px;
	border: 1px solid #e4e4e4;
	display: none;
}

.social_nav5 .erji a {
	display: block;
	height: 3em;
	line-height: 3em;
	font-size: 12px;
	text-shadow: none;
	color: #7d7d7d;
	border-bottom: 1px solid #e4e4e4;
}

.social_nav5:before {
	position: absolute;
	content: "";
	top: 25%;
	right: 5.5%;
	width: 0;
	height;
	0;
	border-bottom: 0.5em solid #fff;
	border-right: 0.5em solid transparent;
	border-left: 0.5em solid transparent
}

.social_nav5 .span1 span {
	color: #fff;
	line-height: 1em;
	font-size: 12px;
	line-height: 1em;
	display: block;
}

.social_nav5 .span1 {
	display: block;
	width: 13%;
	text-align: center;
	position: absolute;
	top: 0;
	right: 0%;
	height: 20px;
	padding-top: 30px;
}
@media (max-width: 1050px) {
	.qbt-header-top .qbt-logo a{
		/*width: 200px;*/
	}
	.logo-brand{
		    display: none;
	}
}
@media (max-width: 767px) {
	.social_nav5 {
		display: block;
	}
}



/*20171219 新增*/
/*增加下拉*/
.has-dropdown{
	position: relative;
}
.has-dropdown .subnav {
    display: none;
    position: absolute;
    top: 100%;
    left: -10px;
    z-index: 1000;
    min-width: 140px;
    font-size: 14px;
    list-style: none;
    background: rgba(255, 255, 255, .9);
    -webkit-box-shadow: 0 6px 12px rgba(255, 255, 255, .175);
    box-shadow: 0 6px 12px rgba(255, 255, 255, .175);
}
.has-dropdown:hover .subnav {
    display: block;
}
.qbt-header-nav ul.subnav li{
	display: block;
    float: none;
    margin-right: 0;
    padding: 0 19px;
}




