*{
    padding: 0px;
    margin: 0px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
}
body{
    min-width: 1200px;
    background: #fff;
}
footer{
    width: 100%;
}

.frb {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.font14 {
    font-size: 14px;
}

.font16 {
    font-size: 16px;
}

.font18 {
    font-size: 18px;
}

.font20 {
    font-size: 20px;
}
.font22 {
    font-size: 22px;
}

.font24 {
    font-size: 24px;
}

.frcc {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.fcs {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.frr {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.fra {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.fc {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
}

.fcce {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.fce {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.fcc {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.fccc {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.fcsc {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
}
.fcsb{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.c3{
    color: #333;
}
.c6{
    color: #666;
}
.c9{
    color: #999;
}

.fwrap {
    flex-wrap: wrap;
    -webkit-flex-wrap:wrap
}
.font-w{
    color: #fff;
}

.ac {
    align-items: center;
}

.ae {
    align-items: flex-end;
}

.sz {
    cursor: pointer;
}

.mw12{
    min-width:1200px !important;
}


.marTop8{
    margin-top: 8px;
}

.marTop10{
    margin-top: 10px;
}

.marTop15 {
    margin-top: 15px;
}

.marTop16{
    margin-top: 16px;
}

.marTop20 {
    margin-top: 20px;
}
.marTop25 {
    margin-top: 25px;
}

.marTop30 {
    margin-top: 30px;
}

.marTop40 {
    margin-top: 40px;
}

.marTop50 {
    margin-top: 50px;
}
.marTop60 {
    margin-top: 60px;
}
.marTop75{
    margin-top: 75px;
}
.pad10{
    padding: 10px;
}
.pad15{
    padding: 15px;
}
.pad20{
    padding: 20px;
}
.bgimg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.bg-w{
    background: #fff;
}
.w12{
    width: 1200px;
}
.over1hide {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.over2hide {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.over3hide {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
/* 
header .w12{
    height: 100px;
}
header{
    border-bottom: solid #e1e1e1 1px;
}

.site-title{
	font-weight: bold;
	font-size: 30px;
    line-height: 26px;
    margin-bottom: 16px;
}
.site-title-en{
	font-family: ArialNarrow;
	font-size: 12px;
	line-height: 26px;
	color: #999999;
}
.menu-active{
    color: #0581ff;
}
.menu-list a{
    font-size: 16px;
    margin-left: 33px;
} */

.main{
    width: 1200px;
    margin: 0px auto;
}

header .w12{
    height: 100px;
}
header{
    /* border-bottom: solid #e1e1e1 1px; */
}

header{
    width: 100%;
}
.header-box{
    height: 100px;
    width: 100%;
    background-image: url('../images/v4/top-bg.png');
	box-shadow: 0px 0px 5px #ddd;
}
.pr{
    position: relative;
}
.pa{
    position: absolute;
}
.header-left,.header-right{
    top: 0px;
    bottom: 0px;
    position: absolute
}
.header-left{
    left: 0px;
    height: 51px;
    margin: auto 0px;
}
.header-right{
    right: 0px;
    height: 51px;
    margin: auto 0px;
}
.header-left img{
    width: 51px;
	height: 41px;
}
.fl{
    float: left;;
}
.fr{
    float: right;
}
.site-title{
	/* font-weight: bold; */
	font-size: 35px;
    line-height: 26px;
    margin-bottom: 16px;
    /* margin-left: 20px; */
	
}

.site-title div:nth-child(1){
    font-size: 28px;
    /* font-weight: bold; */
    color: #fff;
}
.site-title div:nth-child(2){
    font-size: 8px;
    margin-top: 6px;
    line-height: 8px;
    color: #fff;
}

.tel{
    margin-left: 20px;
	color: #fff;
}

.tel div:nth-child(1){
    font-size: 15px;
    color: #fff;
}
.tel div:nth-child(2){
    font-size: 22px;
    margin-top: 5px;
    line-height:22px;
    color: #fff;
}
.menu{
    height: 60px;
}
.menu a{
    font-size: 15px;
    line-height: 60px;
    margin-right: 74px;
    display: inline-block;
   
}
.menu-active{
    color: #0581ff
}
.menu a:last-of-type{
    margin-right: 0px;
}
.menu a:hover{
    color: #0581ff
}



footer .w12{
    height: 176px;
   
}
footer{
    background: #222;
}
.menu-list-bottom a{
        color: #fff;
        margin: 0px 15px;
}
.menu-list-bottom a:hover{
    color: #fff;
}
.contact{
    
    color: #fff;
}
.copyright{
    color: #ffffff;
}
.contact span{
    margin: 0px 20px;
}
.page-item-title div:nth-child(1){
	font-size: 30px;
	color: #000000;
}
.page-item-title div:nth-child(2){
    color: #666;
    margin-top: 20px;
}
.popular .w12{
    height: 100%;
}

.popular-item{
    padding: 10px;
    width: 360px;
	height: 278px;
	background-color: #ffffff;
	box-shadow: 0px 0px 13px 0px 
		rgba(0, 0, 0, 0.14);
}
.popular-item img{
    width: 360px;
	height: 200px;
}
.popular-item div:nth-child(2){
	height: 19px;
    font-size: 16px;
    margin-top: 10px;
}
.popular-item div:nth-child(3){
    font-size: 16px;
    color: #0581ff;
    margin-top: 11px;
}


.page{
    margin: 40px 0px;
}

.page-content a{
    width: 32px;
    height: 31px;
    margin: 0 7.5px ;
}
.pre-page,.last-page{
    width: 85px !important;
}
.page-content a {
    border: solid 1px #898989;
    line-height: 30px;
    color: #333333;
    text-align: center;
}
.page-action {
    color: #fff !important;
    background: #3db3bd;
    border: solid 1px #3db3bd !important;
}


.bodybg{
	background-color: #E4E7ED;
}
.after-nav{	
	background-color: white;
	padding: 15px;
}