@charset "utf-8";

@font-face {
	font-family: 'MyFont';
	src: url('../fonts/ubuntu-r.ttf');
}

@font-face {
	font-family: 'MyFontb';
	src: url('../fonts/ubuntu-b.ttf');
}
.MyFont{	font-family: 'MyFont', 'HanHei SC', 'PingFang SC', 'Helvetica Neue', 'Helvetica','STHeitiSC-Light','Microsoft YaHei', 'Arial', sans-serif;}
.MyFontb{	font-family: 'MyFontb', 'HanHei SC', 'PingFang SC', 'Helvetica Neue', 'Helvetica','STHeitiSC-Light','Microsoft YaHei', 'Arial', sans-serif;}
@font-face {
  font-family: "iconfont"; /* Project id 2901844 */
  src: url('../fonts/iconfont.woff2?t=1635491142372') format('woff2'),
       url('../fonts/iconfont.woff?t=1635491142372') format('woff'),
       url('../fonts/iconfont.ttf?t=1635491142372') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
}
.icon-email-fill:before {
  content: "\e77e";
}

.icon-play:before {
  content: "\e6de";
}

.icon-fullscreen-shrink:before {
  content: "\e676";
}

.icon-add-circle:before {
  content: "\e664";
}

.icon-fullscreen-expand:before {
  content: "\e675";
}

.icon-minus-circle:before {
  content: "\e677";
}

.icon-arrow-down:before {
  content: "\e667";
}

.icon-search:before {
  content: "\e601";
}

.icon-shoucang:before {
  content: "\e666";
}

.icon-dayinji:before {
  content: "\e617";
}

.icon-arrow-right:before {
  content: "\e665";
}

.icon-eye:before {
  content: "\e602";
}

.icon-social-weibo:before {
  content: "\e621";
}

.icon-weixin1:before {
  content: "\e637";
}

.icon-home:before {
  content: "\e6f3";
}

.icon-linkedin:before {
  content: "\e8d5";
}

.icon-close-circle:before {
  content: "\e77d";
}

.icon-weibo:before {
  content: "\e6c4";
}

.icon-weixin:before {
  content: "\e600";
}

.icon-download:before {
  content: "\e66c";
}

.icon-email:before {
  content: "\e66f";
}

.icon-mobile-phone:before {
  content: "\e678";
}


/**/
.icon-arrow-up{ transform:rotate(180deg); -webkit-transform:rotate(180deg); -moz-transform:rotate(180deg); -ms-transform:rotate(180deg); -o-transform:rotate(180deg); }
.icon-arrow-up:before {  content: "\e667";}
.icon-arrow-left{ transform:rotate(180deg); -webkit-transform:rotate(180deg); -moz-transform:rotate(180deg); -ms-transform:rotate(180deg); -o-transform:rotate(180deg); }
.icon-arrow-left:before {  content: "\e665";}


* {
	margin: 0;
	padding: 0;
	font-family: 'MyFont', 'HanHei SC', 'PingFang SC', 'Helvetica Neue', 'Helvetica','STHeitiSC-Light','Microsoft YaHei', 'Arial', sans-serif;
	list-style: none;
	/* 	transition-property: color, border-color;
    transition-duration:0.3s; */
	/* font-family: 'MyFont'; */
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	/* -webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none; */
}

input[type="text"] {
	-webkit-user-select: text !important;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
	border-radius: 0;
}

input[type="submit"],
input[type="button"] {
	box-sizing: content-box;
}

a {
	color: inherit;
	text-decoration: none;
	/* font-family: "微软雅黑"; */
	/* font-family: 'MyFont'; */
}

a:link,
a:active,
a:visited,
a:hover {
	background: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
}

h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

body {
	/* min-width: 1200px; */
	background: #fff url(../images/bj2_02.png)no-repeat;
	background-size: 100% auto;
	background-position: bottom center;
	color: #333;
	font-size: 16px;
	margin: 0 auto;
	overflow-x: hidden;
	/* font-family: 'MyFont'; */
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

th {
	font-weight: 400;
}

img {
	border: 0;
}

.con_img img {
	max-width: 100%;
	height: auto !important;
	display: block;
	margin: 0 auto;
}

textarea,
select,
option,
input {
	outline: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

.fw400 {
	font-weight: 400;
}

.fw700 {
	font-weight: 700;
}

.clearBoth:after,
.clearboth:after {
	content: "";
	display: block;
	clear: both;
}

.bordernone {
	border: none !important;
}

.red {
	color: red;
}

.white {
	color: #fff;
}

.centerBox {
	margin: 0 auto;
	width: 100%;
	max-width: 1360px;
}

.centerBox:after {
	content: "";
	display: block;
	clear: both;
}

.centerBox2 {
	margin: 0 auto;
	width: 100%;
	max-width: 1720px;
}
