* {
	padding: 0;
	margin: 0;
}

body {
	font-size: 14px;
	font-family: MicrosoftYaHei;
	background: #F6F8FB;
}


ul,
li {
	list-style: none;
}

img {
	border: 0;
	vertical-align: middle;
}

a {
	text-decoration: none;
	cursor: pointer;
    color: #ffffff;
}

.header {
	height: 71px;
	line-height: 71px;
	background-image: linear-gradient(118deg, #1476fe 0%, #3287fd 88%);
}

.header .header-content {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}

.header-content .header-left {
	float: left;
}

.header-content .header-right {
	position: relative;
	float: left;
	margin-left: 30px;
}

.header-right ul,
.login-box {
	float: left;
}

.header .header-content .header-right li {
	float: left;
	font-size: 16px;
	color: #fff;
	margin: 0 17px;
}

.header-right li a:hover {    
	
}

.resight {
	display: inline-block;
	width: 105px;
	height: 31px;
	line-height: 31px;
	text-align: center;
	color: #333;
	background: #fff;
	border-radius: 16px;
	margin: 0 10px;
}

.login {
	display: inline-block;
	width: 66px;
	height: 31px;
	line-height: 31px;
	text-align: center;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 16px;
}
/**/
.flow-map-container {
    width: 680px;
    height: 290px;
    position: absolute;
    top: 66px;
    left: -228px;
    z-index: 11;
}
.flow-map-container .flow-map {
    background: #fff;
    box-shadow: 0 0 9px 0 rgba(142,142,142,0.52);
    border-radius: 2px;
    margin-top: -10px;
    width: 100%;
    height: 220px;
    margin-top: 5px;
}
.flow-map-container .flow-map:before {
    display: inline-block;
    width: 0;
    height: 0;
    content: '';
    border-style: solid;
    border-width: 5px;
    border-color: #fff #fff transparent transparent;
    transform: translateX(-50%) rotate(-45deg);
    box-shadow: 3px -3px 6px #ccc;
    position: absolute;
    top: 0;
    left: 50%;
}
.flow-map-container .flow-map .product-list:nth-child(1) {
    margin-left: 50px;
}
.flow-map-container .flow-map .product-list {
    width: 84px;
    display: inline-block;
    margin: 20px 40px 10px 0;
    float: left;
}
.flow-map-container .flow-map .product-list .product-title {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #666;
    float: none;
    cursor: default;
	margin: 0;
}
.flow-map-container .flow-map .product-list .line {
    width: 35%;
    height: 1px;
    background: #375278;
    float: none;
	margin: 0;
}
.flow-map-container .flow-map .product-list .product-item {
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-family: Microsoft YaHei;
	font-size: 14px;
    font-weight: 400;
    color: #666;
    float: none;
    margin: 12px 0;
}
.flow-map-container .flow-map .product-list .product-item a {
    color: #666;
    cursor: pointer;
    text-decoration: none;
}
