@charset "utf-8";

@font-face{
	font-family: "H";
	src:url("../font/Alibaba-PuHuiTi-Heavy.otf");
}

@font-face{
	font-family: "B";
	src:url("../font/Alibaba-PuHuiTi-Bold.otf");
}

@font-face{
	font-family: "R";
	src:url("../font/Alibaba-PuHuiTi-Regular.otf");
}

html,
body {
    background: white !important;
    font-size: 16px;
    color: #333333;
    letter-spacing: 1px;
    min-width: 1200px;
}

.container{
	width: 1066px !important;
	padding: 0;
}

.container-fluid{
	padding:0 !important;
}

.row{
	margin: 0 !important;
}


/****头部样式******/

.header .row1 {
    height: 116px;
}

.header .row1 .logo {
	width: 422px;
    height: 96px;
    margin-top: 10px;
    padding: 0;
    float: left;
}

.header .row1 .myTable{
	float: right;
	line-height: 45px;
	margin-top: 10px;
}

.header .row1 .myTable th{
	text-align: right;
	font-family: "R";
}

.header .row1 .myTable td{
	font-size: 14px;
	font-family: "微软雅黑";
	padding-left: 35px;
}

.header .row1 .myTable td img{
	margin-top: -5px;
	width: 22px;
	height: 22px;
}

.header .row1 .myTable td span{
	margin-left: 4px;
}

.banner{
	padding: 0;
}

.banner img{
	width: 100%;
}

/****中部样式******/
.main{
	position: relative;
}

.main-bg{
	width:100%;
	position: absolute;
	bottom: 0;
}

.main_con{
	padding-bottom: 74px;
}

/****底部样式******/
.footer{
	position: relative;
}

a{
	text-decoration: none;color: #333333;
}

.footer img{
	width: 100%;
}