
.container-fluid {
    /* width: 1200px; */
    margin: 0 auto;
}

.topPic {
    width: 1200px;
	width:100%;
    height: 76px;
    background-color: #3C75CC;
}

.topPic img {
    width: 100%;
    height: 100%;
}
.topInfobox {
    /* width: 1200px; */
	width: 100%;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #cccc;
	padding-left: 340px;
	/* margin: 0 auto; */
	box-sizing: border-box;



}

.topInfo {
	 width: 1200px;
    display: flex;
    justify-content: space-between;
    font-size: 12px;
}

.glyphicon-triangle-bottom {
    margin-left: 4px;

}

ul>li {
    list-style: none
}

ul>li>a {
    height: 35px;
    line-height: 35px;
    display: block;
    padding: 0px 10px;
}


/* .mynav {
    position: relative;
} */

.navTt {
    width: 240px;
    height: 120px;
    background-color: #FFFFFF;
    border: 1px solid #cccccc;
    border-top: none;
    display: flex;
    flex-wrap: wrap;
    display: none;
    position: absolute;
    right:0px;
    z-index: 99;

}
.navTt li{
	margin-left: 2px;
}


.mynav:hover+.navTt {
    display: flex;
}


a {
    font-size: 16px;
    font-size: 14px;
    color: #000000;
}

/* a:link {
    color: blue;
    text-decoration: none;
} */
/* a:visited {
    color: purple;
    text-decoration: none;
} */


a:active {
    /* color: #209AAB; */
}

a:hover {
    /* color: #209AAB; */
    text-decoration: none;
}

.hello {
    color: #209AAB;

}

.phone {
    font-size: 16px;
    color: #209AAB;

}

.phone>img {
    width: 14px;
    height: 14px;
    vertical-align: baseline;
    margin-right: 3px;


}


.line {
    margin-left: 10px;
    margin-right: 10px;
}


/* 版心宽度 */
.container {
    width: 1200px;
}

/* --------------------------------------------------- */
.contentBox {
    /* margin-top: 25px; */
    width: 1200px;
}

.contentBox_top {
    padding: 28px 80px;
    box-sizing: border-box;

}

/* .todayProduct img {
    position: relative;
}
 */
/* .todayProduct_txt {
    position: absolute;
    right:0px;
    top: 0px;
}
 */


.todayProduct_txtNum {
    font-size: 18px;
    font-weight: normal;
    color: #E95500;
}

.todayProduct_txtName {
    font-size: 12px;
    font-weight: 400;
    color: #924815;
}

.contentBox_topPic1 {
    width: 41px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 12px;
    display: inline-block;
    color: #209AAB;
	outline: none;
	border: none;


}

.contentBox_topPic2 {
    width: 41px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 12px;
    display: inline-block;
    color: #209AAB;
	outline: none;
	border: none;
	

}

.active {
	width: 41px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	font-size: 12px;
	display: inline-block;
    color: #FFFFFF;
    /*background-color: #DDDDDD;*/
	outline: none;
	border: none;
}





.input-group {
    display: flex;
}


.input-group button {
   width: 95px;
   height: 40px;
   background-color: #209AAB;
    border: none;
    outline: none;
    font-size: 20px;
    color: #FFFFFF;
}


.myCar {
    display: flex;
    justify-content: space-around;
    width: 160px;
    height: 40px;
    line-height: 40px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    margin-top: 22px;

}

.myCarIcon {
    width: 27px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    opacity: 0.5;
    margin-top: 8px;

}

.carnum {
    width: 25px;
    height: 16px;
    margin-top: 11px;
    background: #FF8500;
    border-radius: 10px;
    line-height: 16px;
    text-align: center;
}


/* ---------------------------------------------- */

.contentBox_center {
    margin-top: 15px;
    height: 40px;
    line-height: 39px;

}


.contentBox_centerL {
    width: 225px;
    height: 40px;
    background: #209AAB;
    display: flex;
    justify-content: space-between;
    color: #FFFFFF;
    font-size: 14px;
}

.contentBox_centerR>span {
    height: 40px;
    margin-left: 27px;
    display: inline-block;
    text-align: center;

}

/* ===================================================================== */
/*  所有商品分类 下箭头扫过出现的内容*/

* {
    margin: 0;
    padding: 0;
}

html,
body {
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    color: #333333;
    font-family: MicrosoftYaHei !important;
}

p,
ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    color: #333333;
    text-decoration: none;
}

a:focus {
    color: #333333;
    text-decoration: none;
}

a:hover {
    color: #333333;
    text-decoration: none;
}

.flex {
    display: flex;
    align-items: center;
}

.flexBetween {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.homeLeftNav {
    width: 225px;
    min-height: 354px;
    /* background: #21BFC7; */
    background: #209AAB;
    position: absolute;
    top:40px;
    left: 0px;
    display: none;

}

.contentBox_centerL:hover .homeLeftNav {
    /* display: block; */
}



.homeLeftNav>ul li {
    height:118px;
    color: #FFFFFF;
    padding: 10px;
    font-size: 14px;
    margin-left: 1px;
    line-height: 20px;
	cursor:pointer;
}

.homeLeftNav>ul li a {
    color: #FFFFFF;
	cursor:pointer;
}

.productCategory {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    width: 200px;
    color: #333333;
    height: 354px;
    z-index: 999;
    background: #FFFFFF;
}

.productCategory dl {
    height: 100%;
    word-wrap: break-word;
    word-break: normal;
    display: flex;
    flex-flow: column;
    flex-wrap: wrap;

}

.productCategory dl dt {
    /* display: inline-block; */
    height: 36px;
    line-height: 36px;
    border-bottom: 1px solid #EEEEEE;
    margin: 0 10px;
}

.homeLeftNav>ul li:hover,
.homeLeftNav>ul li a:hover {
    color: #21BFC7;
    background: #FFFFFF;
}

.homeLeftNav>ul li:hover .productCategory {
    display: block;
}

.productSpan {
    margin-left: 20px;
    font-size: 12px;
}

/* ===================================================================== */


/* 之前的css样式 */
/* .header {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
}
.header-left {
	width: 180px;
	height: 158px;
}
.logo {
	width: 158px;
	height: 76px;
	margin: 19px 0px 0px 0px;
}
.logo img {
	width: 100%;
	height: 100%;
}
.data {
	width: 180px;
	height: 95px;
	margin: 14px 0px 0px 0px;
}
.hms {
	font-size:36px;
	font-family:HuXiaoBo-NanShen;
	font-weight:bold;
	color:rgba(51,51,51,1);
}
.week {
	margin-left: 17px;
	font-size:14px;
	font-family:HuXiaoBo-NanShen;
	font-weight:bold;
	color:rgba(51,51,51,1);
}
.year {
	width: 100%;
	text-align: center;
	font-size:14px;
	font-family:HuXiaoBo-NanShen;
	font-weight:bold;
	color:rgba(102,102,102,1);
	margin-top: 22px;
}
.topBox{
	width: 100%;
	height: 35px;
}
.header-right {
	width: 1005px;
	overflow: hidden;
} */
 .nav{
	width: 100%;
	/*height: 35px;*/
	font-size: 16px;
	color:#fff;
	margin-top: 11px;
}
.nav li{
	/*width: 95px;*/
	height: 60px;
	list-style: none;
	color: #777777;
	float:left;
	text-align: center;
	line-height: 60px;
	cursor:pointer;
}
/* .nav li a {
	padding:0 !important;
} */
 .nav li:hover{
	color: #333333 !important;
}
.nav li:hover a{
	color: #333333 !important;
}
.selectedNav{
	color: #333333 !important;
}
.selectedNav a {
	 /*color: #ee3834 !important;*/
	color: #333333 !important;
}