@charset "utf-8";
/* CSS Document */
ul, li, ol, dl, dt, dd {
    padding: 0;
    margin: 0;
    list-style: none;
}
a, em, i, p {
    font-style: normal;
    text-decoration: none;
    text-transform: none;
}
img, a {
    margin: 0;
    padding: 0;
    border: 0;
    border: none;
}
input, button, textarea {
    padding: 0;
    margin: 0;
    background: none;
    border: none;
    -webkit-appearance: none;
    outline: none;
    border-radius: 0
}
html {
    width: 100%;
    height: 100%;
    font-family: "微软雅黑";
}
body {
    margin: 0;
    padding: 0;
    width: 100%;
    font-family: Source Han Sans CN;
}
div {
    box-sizing: border-box;
    padding: 0;
    margin: 0
}
.page {
    width: 100%;
    display: flex;
    flex-direction: column
}
.page .pic {
    width: 100%;
    overflow: hidden
}
.page .pic img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.main {
    max-width: 1440px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 56px;
    display: flex;
    flex-direction: column;
}
.main .name {
    width: 100%;
    height: 56px;
    background: url("images/img_08.png") 0 0 no-repeat;
    background-size: 1318px 56px;
    overflow: hidden;
    color: #2C64B2;
    font-size: 25px;
    line-height: 60px;
    padding-left: 68px;
    margin-top: 60px
}
.main .conter {
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.main .conter .item {
    width: 50%;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 60px;
    padding-left: 68px;
}
.main .conter .item img {
    display: block;
	
	flex-shrink: 0;
}
.main .conter .item .web { display: flex; flex-direction: row; align-items: center; justify-content: center;}
.main .conter .item .manage {
    width: 72px;
    height: 27px;
    font-size: 16px;
    color: #2c64b2;
    background-color: #d5e6ff;
    border-radius: 9px;
    border: solid 1px rgba(42, 113, 212, 0.27);
    flex-shrink: 0;
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-left: 24px;
}
.main .conter .item .manage img {
    width: 14px;
    height: 15px;
    margin-right: 4px;
}
.main .conter .item font {
    font-family: Source Han Sans CN;
    font-size: 40px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 48px;
    letter-spacing: 0px;
    color: #d96d3e;
    display: block;
    line-height: 100%;
}
.box {
    display: flex;
    flex-direction: row;
    justify-content: space-between
}
.box .box-item {
    width: 50%;
    display: flex;
    flex-direction: column
}
.box .box-item .name {
    background-image: url("images/img_09.png");
    background-size: 664px 56px;
}
.footer{
	width: 100%;
	height: 70px;
	background-color: #343434;
	font-family: Microsoft YaHei;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 21px;
	letter-spacing: 2px;
	color: #cccccc;
	text-align: center;
	margin-top: 100px;
	line-height: 70px;
}
.tcbg {width:100%; height:100%; position: fixed; left: 0; top: 0; background-color:rgba(0,0,0,0.5); z-index: 3; display: none}
.tcImage { width:200px; height: 200px; background: #fff; position: fixed; left: 50%; top: 50%; margin-left: -100px; margin-top: -100px; z-index: 4; display: none;}
.tcImage img { widht:180px; height: 180px; margin: 10px; display: block;}
.tcImage em { font-size: 12px; text-align: center; line-height: 150%; color: #ccc; display: block; text-align: center}


