body{
    /* min-width: 1200px; */
    min-width: 1300px;
    color: #1C1E23;
    /* font-size: 1.8rem; */
    /* font-family: SourceHanSansCN-Regular,SourceHanSansCN; */
    letter-spacing: 1px;
    background-color: #FFFFFF;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	font-family:Microsoft YaHei;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    -webkit-tap-highlight-color: transparent;
	font-family:Microsoft YaHei;
}
ul, li{
    list-style: none;
}
a{
    text-decoration: none;
    color: #333;
	font-family:Microsoft YaHei;
}
p{
    color: #333;
	font-family:Microsoft YaHei;
}
.main{

}
.main .fl{
    float: left;
}
.main .fr{
    float: right;
}
.main .oh{
    overflow: hidden;
}
img.CL_img{
    display: block;
    width: 100%;
}
img.CImg{
    display: block;
    width: 100%;
}
p.title{
	font-size: 36px;
}
p.sub_title{
	font-size: 24px;
}

.CommonWrap{
    width: 1200px;
    margin: 0 auto;
  }
.CommonWrap2{
  width: 1300px;
  margin: 0 auto;
}
.CommonElps { 
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.Flex{
    display: flex;
    align-items: center;
}
.Flex.Flex1,.Flex.FlexBetween{
    justify-content: space-between;
}
.Flex.Flex2,.Flex.FlexAround{
    justify-content: space-around;
}
.Flex.Flex3,.Flex.FlexStart{
    justify-content: flex-start;
}

.Flex.Flex4,.Flex.FlexEnd{
    justify-content: flex-end;
}
.Flex .FlexItem{
    flex: 0 0 auto;
}


/* header */
.header{
    height: 80px;
    /* background: rgba(0, 0, 0, 0.4); */
    position: fixed;
    z-index: 20;
    display: flex;
    justify-content: center; 
    padding: 0 48px;
    /* position: relative; */
	position: absolute;
	left: 0;
	right: 0;
}
.header .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1200px;
	margin: 0 auto;
    min-width: 1200px;
}
.header .container .logo{
    width: 300px;
      display: flex;
      height: 100px;
      background: url(../images/index/bg_logo.png) no-repeat;
}
.header .container .logo .CL_img{
    width: 193px;
    margin: auto;
}
.header .container .logo_box{
    display: flex;
    align-items: baseline;
}

.header .menu{
    
}
.header .menu .menu_item{
    position: relative;
    display: inline-block;
    padding: 0 15px;
}
.header .menu .menu_item .link{
    display: inline-block;
    /* height: 120px;
    line-height: 120px; */
    font-size: 20px;
    font-family: PingFangSC;
    font-weight: 400;
    cursor: pointer;
    margin: 0 10px;
    position: relative;
    transition: all 0.3s;
	color: #fff;
	height: 80px;
    line-height: 80px;
    text-shadow: 1px 3px 10px #b59899;
}
.header .container .menu .menu_item .link:after{
	    content: "";
	    position: absolute;
	    width: 0;
	    height: 1px;
	    background-color: #fff;
	    bottom: 0px;
	    left: 0;
	    right: 0;
	    margin: 0 auto;
	    -webkit-transition: all .5s;
	    transition: all .5s;
}
.header .menu .menu_item:hover .link:after,
.header .menu .menu_item.active .link:after{
    /* font-weight: 900; */
	width: 100%;
	 /* border-bottom: 2px solid #fff; */
	
}


/* footer */
.footer{
    width: 100%;
    overflow: hidden;
    height: 328px;
    background-color: #FFDFE0;
}

.footer .logo{
        width: 193px;
        height: 39px;
        margin: 0 auto;
        margin-top: 60px;
}

.footer .share_box{
        display: flex;
        justify-content: center;
        margin-top: 40px;
}

.footer .share_box .share_icon{
    width: 40px;
    height: 40px;
    margin: 0 40px;
}

.footer .link_box {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.link_box .link_item {
            font-size: 16px;
            color: #343434;
            margin: 0 60px;
}

.footer .footer_text{
        font-size: 14px;
        text-align: center;
        color: #343434;
        margin-top: 58px;
}
