
body,html {
	font-family: Helvetica,STHeiti,Microsoft YaHei,Verdana,Arial,Tahoma,sans-serif;
	margin: 0;
	padding: 0;
	border: 0
}

a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline
}

html {
	line-height: 1
}

ol,ul {
	list-style: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

caption,td,th {
	font-weight: 400;
	vertical-align: middle
}

blockquote,q {
	quotes: none
}

blockquote:after,blockquote:before,q:after,q:before {
	content: "";
	content: none
}

a img {
	border: none
}

a {
	color: #07d;
	text-decoration: none
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary {
	display: block
}

html {
	position: relative
}

body,html {
	min-width: 1100px;
	color: #2c3a46;
	background: #fff;
	font-size: 14px;
	line-height: 1.6em;
	font-family: Helvetica,Pingfang SC,Microsoft YaHei,STHeiti,Verdana,Arial,Tahoma,sans-serif
}
p{
    padding: 0;
    margin: 0;
}

/* @media (max-width:768px) {
	body,html {
		width: 1100px
	}
}

@media (max-width:1100px) {
	body,html {
		min-width: 1000px
	}
} */

.container {
	margin: 0 auto;
	width: 1100px
}

/* @media (max-width:1100px) {
	.container {
		width: 100%
	}
} */

.container.main-container {
	min-height: 400px
}

.pull-left {
	float: left
}

.pull-right {
	float: right
}

.hide {
	display: none
}

.clearfix {
	zoom: 1
}

.clearfix:after {
	content: "";
	display: table;
	clear: both
}

.phptpl-header {
	width: 100%;
	min-width: 1100px;
	height: auto;
	position: relative;
	background: #fff;
	border-bottom: 1px solid #ededed;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.1);
	box-shadow: 0 1px 4px rgba(0,0,0,.1);
	z-index: 200;
	-webkit-transition: all .5s ease-in;
	-moz-transition: all .5s ease-in;
	transition: all .5s ease-in
}
.introduce-box{
    width: 1100px;
	margin: 0 auto;
	padding-bottom: 50px;
}
.introduce-box .name{
    font-size:28px;
    color: #333; 
    line-height: 88px;
    height: 88px;
    text-align: left;
}
.introduce-box  p{
	padding: 0;
    margin: 0;
    line-height: 36px;
    font-size: 16px;
    color: #333;
}
nav.navbar.bootsnav ul.nav > li.active > a{
	background: #f4f4f4;
}
.nav > li.active:after {
    content: "";
    width: 0;
    height: 5px;
    background: #409eff;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}

#newBridge{
	display: none!important;
}