* {
	margin: 0;
	padding: 0;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

fieldset,
img {
	border: 0;
}

ul,
ol,
li {
	list-style: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
	font-style: normal;
	font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

input,
button,
textarea,
select,
optgroup,
option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	background-color: #fff;
	border: none;
}

code,
kbd,
samp,
tt {
	font-size: 100%;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input,
button,
textarea {
	font-size: 100%;
}

ol,
ul {
	list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table,
tr,
td {
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0;
	padding: 0;
}

caption,
th {
	text-align: left;
}

sup,
sub {
	font-size: 100%;
	vertical-align: baseline;
}

/* remember to highlight anchors and inserts somehow! */
blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

/**Common Css**/
.bm-fr {
	float: right;
}

.bm-fl {
	float: left;
}

/*文本超出显示省略号*/
.bm-ellipsis {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

/*清除浮动*/
.bm-clearfix {
	clear: both;
}

.bm-clearfix:after {
	display: block;
	clear: both;
	content: "\0020";
	visibility: hidden;
	height: 0;
}
.bm-wd-1200 {
	width: 1200px;
	margin: 0 auto;
}
.bm-bg-white {
	background-color: #FFFFFF;
}
.bm-bg-black {
	background-color: #F5F5F5;
}
.bm-fixed {
	position: fixed !important;
	left: 0 !important;
	top: 0 !important;
	z-index: 999999 !important;
}
html,body {
	min-width: 1200px;
	background: #FFFFFF;
	margin: 0 auto;
}
.bm-header {
	width: 100%;
	background: none;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 0;
	top: 0;
}
.bm-header .bm-wd-1200 {
	display: flex;
	height: 80px;
	justify-content: flex-start;
	align-items: center;
}
.bm-header .bm-wd-1200 img{
	height: 36px;
	margin-right: 88px;
}
.bm-header .bm-wd-1200 a{
	font-size: 15px;
	height: 30px;
	line-height: 30px;
	color: #FFFFFF;
	font-weight: 500;
	border-bottom: 2px solid rgba(255,255,255,0);
	margin-right: 70px;
	cursor: pointer;
}
.bm-header .bm-wd-1200 a:hover,.bm-header .bm-wd-1200 a.bm-active{
	border-bottom: 2px solid #FFFFFF;
}
.bm-header.bm-fixed {
	background: #FFFFFF !important;
	box-shadow: 0px 1px 0px 0px #F0F0F0 !important;
}

.bm-header.bm-fixed .bm-wd-1200 a{
	color: #222222 !important;
}
.bm-header.bm-fixed .bm-wd-1200 a:hover,.bm-header.bm-fixed .bm-wd-1200 a.bm-active{
	border-bottom: 2px solid #222222 !important;
}
.bm-footer {
	padding: 46px 0 34px;
	background: #302E2E;
}
.footer-content {
	padding: 0 12px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.base-view {
	height: 20px;
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 20px;
}
.base-view li {
	margin-bottom: 4px;
}
.erwei-view {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: column;
}
.erwei-view p {
	height: 20px;
	font-size: 20px;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 20px;
	margin-bottom: 20px;
}
.erwei-view ul {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.erwei-view ul li {
	width: 94px;
	margin-right: 20px;
}
.erwei-view ul li:last-child {
	margin-right: 0;
}
.erwei-view ul li img {
	width: 94px;
	display: block;
}
.erwei-view ul li span {
	width: 100%;
	display: block;
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 14px;
	margin-top: 15px;
	text-align: center;
}
.bm-footer .bm-wd-1200 h6 {
	text-align: center;
	height: 14px;
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 14px;
	display: block;
	margin: 42px 0 0;
}
/* 首页 */
.bm-banner {
	width: 100%;
	position: relative;
}
.bm-banner > img {
	width: 100%;
	display: block;
}
.bm-info {
	padding: 160px 0 140px 0;
}
.bm-info2 {
    padding: 120px 0 40px 0;
}
.into-title {
	position: relative;
	margin-bottom: 80px;
}
.into-title span {
	text-align: center;
	display: block;
	font-size: 34px;
	font-weight: 600;
	color: #404040;
	line-height: 34px;
	letter-spacing: 4px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99999;
}
.into-title abbr {
	text-align: center;
	display: inline-block;
	font-size: 30px;
	font-weight: 500;
	color: #E3E2E2;
	line-height: 42px;
	letter-spacing: 2px;
	margin-top: 16px;
	width: 100%;
	vertical-align: top;
}
.info-content-word {
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	line-height: 32px;
	text-indent: 2em;
	margin-bottom: 34px;
}
.info-content-list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
}
.info-content-list li {
	margin-right: 30px;
	flex: 1;
	height: 380px;
	background: #FFFFFF;
	border-radius: 6px;
}
.info-content-list li:last-child {
	margin-right: 0;
}
.info-content-list li img {
	display: block;
	width: 100%;
}
.content-list-title {
	height: 28px;
	font-size: 20px;
	font-weight: 600;
	color: #2B2E33;
	line-height: 28px;
	text-align: center;
	margin: 20px 0;
}
.content-list-item {
	margin-bottom: 12px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding: 0 20px;
}
.content-list-item abbr{
	width: 6px;
	height: 6px;
	background: #FFCC34;
	display: block;
	border-radius: 6px;
	margin-right: 6px;
}
.content-list-item span{
	height: 20px;
	font-size: 16px;
	font-weight: 400;
	color: #5F6166;
	line-height: 20px;
	display: block;
	flex: 1;
}
.info-content-img {
	text-align: center;
}
.info-content-img p{
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 30px 0;
}
.info-content-img img{
	display: block;
	height: 568px;
}
.info-content-img span{
	display: block;
	position: absolute;
	font-size: 26px;
	font-weight: 500;
	color: #333333;
	line-height: 26px;
}
.info-content-img span.word-top-left{
	top: 18px;
	left: -38px;
}
.info-content-img span.word-top-right{
	top: 18px;
	right: -110px;
}
.info-content-img span.word-middle-left{
	top: 267px;
	left: -148px;
}
.info-content-img span.word-middle-right{
	top: 267px;
	right: -174px;
}
.info-content-img span.word-bottom-left{
	bottom: 24px;
	left: -40px;
}
.info-content-img span.word-bottom-right{
	bottom: 24px;
	right: -234px;
}
.info-content-brand {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
}
.info-content-brand img {
	width: 20%;
}
/* 非首页 */
.bm-header.no-banner {
	height: 80px;
	background: #FFFFFF;
	box-shadow: 0px 1px 0px 0px #F0F0F0;
	min-width: 1200px;
}
.bm-header.no-banner .bm-wd-1200 a{
	color: #222222;
}
.bm-header.no-banner .bm-wd-1200 a:hover,.bm-header.no-banner .bm-wd-1200 a.bm-active{
	border-bottom: 2px solid #222222;
}
.info-content-img.map-content-img img{
	display: block;
	width: 100%;
	height: auto;
}
.bm-info.contact-view {
	padding: 52px 0 106px;
}
.bm-info.contact-view .into-title {
	margin-bottom: 30px;
	padding: 0 12px;
}
.bm-info.contact-view .into-title span{
	position: inherit;
	height: 50px;
	font-size: 36px;
	font-weight: 500;
	color: #323232;
	line-height: 50px;
	text-align: left;
}
.bm-info.contact-view ul {
	padding: 0 12px;
}
.bm-info.contact-view ul li {
	height: 25px;
	font-size: 18px;
	font-weight: 400;
	color: #333333;
	line-height: 25px;
	margin-bottom: 10px;
}
.contact-img {
	padding: 80px 0 0;
}
.contact-img img {
	display: block;
	width: 100%;
}
.into-title-des {
	display: block;
	text-align: right;
}
.into-title-des > span {
	display: inline-block;
	vertical-align: top;
	margin-left: 40px;
	margin-bottom: 90px;
}
.into-title-des > span {
	display: inline-block;
	vertical-align: top;
	margin-left: 40px;
	font-weight: 500;
	color: #333333;
	line-height: 26px;
	font-size: 24px;
}
.into-title-des > span abbr {
	display: inline-block;
	vertical-align: top;
}
.into-title-des > span i {
	display: inline-block;
	vertical-align: top;
	width: 24px;
	height: 24px;
	border-radius: 2px;
	margin-top: 2px;
}
.into-title-des > span:nth-child(1) i {
	background: #DEDEDE;
}
.into-title-des > span:nth-child(2) i {
	background: #FFC500;
}
.into-title-des > span:nth-child(3) i {
	background: #FF6500;
}
.search-box{
    width: 280px;
    height: 40px;
    border-radius: 20px;
    background: #fff;
    overflow: hidden;
    margin-left: 100px;
}
.search-box span{
    width: 16px!important;
    height: 16px!important;
    float: left;
    margin: 12px;
    margin-right: 12px!important;
    cursor: pointer;
}
.search-box2{
    background: #f5f5f5;
}
.search-box img{
    width: 16px!important;
    height: 16px!important;
    float: left;
    margin: 12px;
    margin-right: 12px!important;
    cursor: pointer;
}
.search-box input{
    background: transparent;
    width: 240px;
    float: left;
    font-size: 14px;
    height: 40px;
    line-height: 36px;
}
.search-box2{
    background: #F5F5F5;
}
.search-result{
    overflow: hidden;
}
.search-result .left{
    box-sizing: border-box;
    width: 75%;
    float: left;
    background: #fff;
    min-height: 200px;
    padding: 35px;
}
.search-result .right{
    box-sizing: border-box;
    width: 23%;
    float: right;
    background: #fff;
    min-height: 200px;
    padding: 70px 50px;
}
.time-line .title{
    font-weight: 500;
    color: #303133;
    line-height: 33px;
    font-size: 24px;
}
.time-line .title span{
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: #fff;
    padding: 2px;
    border: solid 2px #409EFF;
    box-sizing: border-box;
    text-align: center;
    line-height: 6px;
}
.time-line .title span b{
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 12px;
    background: #409EFF;
    padding: 2px;
    border: solid 2px #409EFF;
    box-sizing: border-box;
}

#line-box{
    margin-top: 30px;
}
.line-child{
    width: 100%;
    padding: 0 15px;
    overflow: hidden;
    position: relative;
    padding-bottom: 60px;
}
.line-child:after{
    content:'';
    position: absolute;
    height: 100%;
    border: dashed 1px #DEDFDE;
    left: 120px;
    top: 5px;
    z-index: 11;
}
.line-child:last-child:after{
    display: none;
}
.line-child:first-child .left-title{
    color: #409EFF;
}
.line-child:first-child .line-x span{
    background: #409EFF;
}
/*.line-child:first-child:after{
    border: dashed 1px #409EFF;
}*/

.left-title{
    width: 100px;
    float: left;
    font-size: 14px;
    color: #909399;
    text-align: right;
    padding-right: 15px;
    box-sizing: border-box;
}
.line-x{
    width: 30px;
    position: relative;
    float: left;
}
.line-x span{
    width: 12px;
    height: 12px;
    border-radius: 12px;
    background: #dedfde;
    display: inline-block;
    position: relative;
    z-index: 22;
}
.line-right{
    width: calc(100% - 130px);
    float: left;
}
.line-right h5,.line-right p{
    font-size: 16px;
    font-weight: 400;
    color: #909399;
    line-height: 22px;
}

.no-data{
    color: #999;
}
.search-result .right p{
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #606266;
    line-height: 22px;
}
.search-result .right img{
    width: 100%;
}
