html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
input,
button,
p,
th,
td {
	margin: 0;
	padding: 0
}

body {
	background-color: #ffffff
}

a,
img {
	border: 0
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
button {
	margin: 0;
	padding: 0;
	border: none
}

dl,
dt,
dd,
ul,
ol,
li,
p {
	list-style-type: none;
	margin: 0;
	padding: 0
}

input {
	vertical-align: middle
}

body {
	color: #333;
	font-family: "微软雅黑", "宋体", Arial, Helvetica, sans-serif
}

a {
	color: #333;
	text-decoration: none;
	cursor: pointer
}

input:focus,
textarea:focus {
	outline: none
}

img {
	display: block
}

button {
	border: 0;
	background-color: transparent;
	outline: none
}

.clearfix:after {
	content: '';
	display: block;
	clear: both;
}

.flex {
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}

.flex-center {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.flex-around {
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.container {
	margin: 0 auto;
	box-sizing: border-box;
	max-width: 1200px;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 72px;
	background-color: #fff;
	z-index: 99999;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
}

.header .logo{
	float: left;

}
.header .logo img{
	width: 48px;
	float: left;
	margin-top: 12px;
}
.header .logo .logo-txt {
	line-height: 72px;
	float: left;
	font-size: 24px;
	margin-left: 10px;
}
.header .header-btn {
	float: right;
	margin-top: 14px;
}

.header .header-btn .btn-mac,
.header .header-btn .btn-pho {
	float: left;

}

.header .header-btn .btn-mac a,
.header .header-btn .btn-pho a {
	border-radius: 27px;
	padding: 12px 20px;
	display: inline-block;
	text-align: center;
}
.header .header-btn .btn-mac {
	position: relative;
}
.header .header-btn .btn-pho {
	position: relative;
}

.header .header-btn .btn-mac a {
	background: #0a6de1;
	color: #fff;
}

.header .header-btn .btn-mac a:hover {
	background-color: #0848c4;
}

.header .header-btn .btn-pho a {
	border: 1px solid #1583f7;
	color: #1583f7;
	margin-left: 30px;
}

.header .header-btn .btn-pho a:hover {
	color: #fff;
	background-color: #1583f7;
}

.header .header-btn .btn-pho .ewm .ewm-box {
	position: absolute;
	overflow: hidden;
	left: -16px;
	top: 56px;
	width: 200px;
	height: 200px;
	padding: 12px;
	display: none;
	background: #fff;
  	box-shadow: 1.089px 1.677px 13px 0px rgba(54, 54, 130, 0.3);
}

.header .header-btn .btn-pho .ewm .ewm-box img {
	width: 100%;
	height: 100%;
}

.bottom-height{
	height: 72px;
}
.banner-con {
	background: url(../img/banner-bg.png) no-repeat;
	background-size: cover;
	-moz-background-size: 100% 100%;
	padding: 40px 0 40px 0;
}

.banner-con .bn-left {
	width: 60%;
	text-align: center;
	margin-top:30px;
}

.banner-con .txt-title {
	line-height: 80px;
}

.banner-con .txt-title img {
	width: 85px;
	height:85px;
	float: left;
}

.banner-con .txt-title h1 {
	color: #fff;
	float: left;
	margin-left: 10px;
	font-size:36px;
}

.banner-con .txt-smtit {
	font-size: 24px;
	color: #fff;
	line-height:1.8em;
	margin-top: 20px;
}

.banner-con .bn-right {
	width: 40%;
	margin-top: 15px;
}
.banner-con .bn-right img{
	height: 600px;
}

.banner-con .bn-btn {
	margin-top: 50px;
}
.banner-con .bn-btn .btn-mac a,
.banner-con .bn-btn .btn-pho a {
	border-radius: 30px;
	padding:20px 50px;
	display: inline-block;
	text-align: center;
	font-size: 20px;
}

.banner-con .bn-btn .btn-mac a {
	background: #fff;
	color: #0a6de1;

}

.banner-con .bn-btn .btn-mac a:hover {
	background-color: #0a6de1;
	color: #fff
}
.banner-con .bn-btn .btn-mac{
	position: relative;
}
.banner-con .bn-btn .btn-pho {
	position: relative;
}
.bn-btn .btn-mac .ewm img {
	position: absolute;
	left: -10px;
	top: -184px;
	width: 160px;
	display: none;
}
.bn-btn .btn-pho .ewm img {
	position: absolute;
	left:35px;
	top: 60px;
	width:200px;
	display: none;
	box-shadow: 1.089px 1.677px 13px 0px rgba(54, 54, 130, 0.16);
}

.banner-con .bn-btn .btn-pho a{
    /* border: 1px solid #fff; */
    color: #ffffff;
    background: #ffb100;
    margin-left: 30px;

}
.banner-con .erweima .erweima-box{
	margin-top: 20px;
	overflow: hidden;
	width:240px;
	height: 240px;
	background: #fff;
	padding: 20px;
}

.banner-con .erweima .erweima-box img {
	width: 100%;
	height: 100%;
}

.banner-con .bn-btn .btn-pho a:hover {
	color: #fff;
	background-color: #fba103;
}

.banner-con .txt-smtxt{
	font-size: 16px;
	color: #fff;
	margin-top: 10px;
}
.index-con {
	padding: 60px;
}

.index-con .conttit {
	font-size: 36px;
	text-align: center;
	color: #06a9f5;
}

.dataType {
	background-color: #f7fafd;
}

.dataType .dataType-col {
	margin-top: 20px;
}

.dataType .dataType-col ul li {
	width: calc(100% / 4 - 40px);
	height: 250px;
	margin: 20px 20px;
	border-radius: 10px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 1px 16px 0px rgba(123, 130, 133, 0.16);
	text-align: center;
}

.dataType .dataType-col ul li img {
	margin: 0 auto;
	margin-top: 40px;
}

.dataType .dataType-col ul li span {
	font-size: 22px;
	margin-top: 20px;
	display: block;
}

.model-con .model-con-ul {
	margin-top: 40px;
}

.model-con .model-con-ul li {
	width: calc(50% - 42px);
	border-radius: 10px;
}

.model-con .model-con-ul li.model-mac-col {
	border: 1px solid #06a9f5;
}

.model-con .model-con-ul li.model-mac-col .mac-tit {
	width: 100%;
	height: 54px;
	line-height: 54px;
	background-color: rgba(6, 169, 245, 0.2);
}

.model-con .model-con-ul li.model-mac-col .mac-tit img {
	width: 20px;
	height: 18px;
	margin-top: 18px;
}

.model-con .model-con-ul li.model-mac-col .mac-tit .tit-txt {
	font-size: 18px;
	margin-left: 10px;
	color: #06a9f5;
	font-weight: bold;
}

.model-con .model-con-ul li.model-mac-col .txt-dl {
	display: flex;
	flex-direction: row;
	margin: 20px;
}

.model-con .model-con-ul li.model-mac-col .txt-dl dt {
	color: #06a9f5;
	font-size: 18px;
}

.model-con .model-con-ul li.model-mac-col .txt-dl dd {
	margin-left: 20px;
	font-size: 16px;
	color: #666;
}

.model-con .model-con-ul li.model-pho-col {
	border: 1px solid #15f096;
}

.model-con .model-con-ul li.model-pho-col .pho-tit {
	width: 100%;
	height: 54px;
	line-height: 54px;
	background-color: rgba(208, 252, 234, 0.6);
}

.model-con .model-con-ul li.model-pho-col .pho-tit img {
	width: 14px;
	height: 23px;
	margin-top: 15px;
}

.model-con .model-con-ul li.model-pho-col .pho-tit .tit-txt {
	font-size: 18px;
	margin-left: 10px;
	color: #03da81;
	font-weight: bold;
}

.model-con .model-con-ul li.model-pho-col .pho-txt img {
	vertical-align: middle;
	float: left;
	margin: 20px;
}

.comment {
	background: url(../img/comment-bg.png) center no-repeat;
	background-size: cover;
	box-sizing: border-box;
}

.comment .comment-dl {
	margin-top: 30px;
}

.comment .comment-list {
	height: 280px;
	border-radius: 22px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 2px 9.5px 0.5px rgba(33, 93, 159, 0.19);
}

.comment .pj-comt-avatar {}

.comment .pj-comt-avatar .tx img {
	width: 72px;
	height: 72px;
	float: left;
	margin: 30px 0 0 20px;
}

.comment .pj-comt-avatar .comt-name-xj {
	margin: 40px 0 0 20px;
	float: left;
}

.comment .pj-comt-avatar .comt-name-xj .name {
	font-size: 18px;
	color: #333;
}

.comment .pj-comt-avatar .comt-name-xj .xj:before {
	color: #ff8502;
	content: '★★★★★';
	font-size: 18px;
}

.comment .pj-comt-avatar .comt-data {
	float: right;
	margin: 50px 20px 0 0;
	font-size: 16px;
}

.comment .pj-comt-detail {
	margin: 20px 30px;
	font-size: 16px;
	color: #666;
	line-height: 1.6em;
}

.about {
	text-align: center;
}

.about .about-tit {
	font-size: 28px;
	margin-top: 40px;
	color: #333;
}

.about .about-txt {
	font-size: 16px;
	margin: 20px 20px 0 20px;
	color: #666;
	line-height: 1.6em;
}

.about .about-img img {
	margin-top: 30px;
	box-shadow: 0px 2px 9.5px 0.5px rgba(33, 93, 159, 0.19);
}

.d-line {
	width: 48px;
	height: 6px;
	background-color: #06a9f5;
	margin-left: calc(50% - 24px);
	margin-top: 20px;
}

.copyright {
	padding: 30px;
	font-size: 16px;
	color: #FFFFFF;
	background-color: #484950;
	text-align: center;
}


/* 1.2 Fixed */

.fixed {
	position: fixed;
	bottom: 20%;
	right: 10px;
	width: 90px;
	border: 1px solid #dcdcdc;
	border-radius: 6px;
	background: #fff;
}

.fixed .box>a {
	display: block;
	height: 52px;
	text-align: center;
	color: #666;
	font-size: 16px;
	padding: 20px;
}

.fixed .box>a:hover {
	color: #03a9f9;
}

.fixed .box span {
	display: block;
}
.fixed .box.down{
	color: #03a9f9;
}
.fixed .box i {
	font-size: 24px;
}

.fixed .box.toTop {
	border-bottom: 1px solid #dcdcdc;
}

.fix-erweima {
	position: fixed;
	bottom: 15%;
	right: 120px;
}

.fix-erweima img {
	padding: 10px;
	width: 240px;
	border-radius: 10px;
	background-color:#fff; 
	border: 1px solid #eee;
	box-shadow: 0px 1px 16px 0px rgba(123, 130, 133, 0.12);
}