/*公用头部*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	margin: 0;
	padding: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var,
i {
	font-style: normal;
	font-weight: 500;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal
}

ol,
ul {
	list-style: none;
}

fieldset,
img {
	border: 0
}

a:link {
	text-decoration: none;
}

a:visited {
	color: #000000;
}

a:hover {
	color: #000000;
}

a:active {
	color: #000000;
}

ul,
ol,
li {
	list-style-type: none;
}

body {
	background: #f6f6f6;
}

html,
body {
	font: 0.32rem/1.5, "\u5fae\u8f6f\u96c5\u9ed1", "\5FAE\8F6F\96C5\9ED1", tahoma, arial, "\5b8b\4f53", sans-serif;
	font-family: "Noto Sans SC";
    font-weight: 100;
}

.clear {
	clear: both;
	height: 0
}

.dingbu1 {
	width: 100%;
	height: 810px;
	background-image: url(../img/img_home_index_bg.png);
	background-size: cover;
	background-position: 50%;
	-webkit-font-smoothing: antialiased;
}

.dingbu1 .head {
	padding-top: 35px;
	display: flex;
	justify-content: space-between;
	margin-right: 10%;
	margin-left: 10%;
}

.dingbu1 .head img {
	width: 220px;
    height: 100%;
    margin-top: -15px;
}

.dingbu1 .head .headyou {
	height: 60px;
	width: 50%;
	display: flex;
	justify-content: space-between;
	color: #fff;
	cursor: pointer;
}
.dingbu1 .head .headyou li{
	color: #FFFFFF;
}
.dingbu1 .head .headyou .active {
	border-bottom: 4px solid #0fffc4;
}

.dingbu1 .border {
	width: 100%;
	height: 1px;
	background-color: #fff;
	opacity: .3;
}

.dingbu1 .indexBg1 {
	margin-right: 10%;
	margin-left: 10%;
	display: flex;
	justify-content: space-between;
}

.dingbu1 .indexBg1 .indexTitle1 {
	width: 30%;
	color: #fff;
	padding-top: 200px;
}

.dingbu1 .indexBg1 .indexTitle1 .h21 {
	font-size: 72px;
	font-weight: 700;
	margin-bottom: 20px;
}
.dingbu1 .indexBg1 .indexTitle1 .h21 img{
	width: 300px;
}
.dingbu1 .indexBg1 .indexTitle1 .title1 {
	font-size: 20px;
	line-height: 2;
}

.imgIconBox {
	padding: 50px 0;
	background-color: #f3f9ff;
}
.imgIconBox .biaoti{
	width: 100%;
	text-align: center;
}
.imgIconBox .biaoti strong{
	padding-bottom: 60px;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0;
    color: #000;
    text-align: center;
}
.swiper-container {
	width: 100%;
	height: 100%;
	margin-top: 30px;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	transition: 300ms;
	transform: scale(0.8);
}

.swiper-slide-active,
.swiper-slide-duplicate-active {
	transform: scale(1);
}

.swiper-slide .kuoda {
	width: 100%;
	height: 500px;
	background: #FFFFFF;
	border: 1px solid #4d82ad;
}
.swiper-slide:nth-child(2n+1) .kuoda{
	
}
.swiper-slide .kuoda .zhengge {
	display: flex;
	justify-content: space-between;
	padding: 5%;
	height: 90%;
}

.swiper-slide .kuoda .zhengge .logoBox {
	width: 45%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.swiper-slide .kuoda .zhengge .logoBox .imgTitleBox {
	display: flex;
}

.swiper-slide .kuoda .zhengge .logoBox .imgTitleBox .logoImg {
	height: 114px;
	width: 114px;
	margin-right: 20px;
}

.swiper-slide .kuoda .zhengge .logoBox .imgTitleBox .logoImg img {
	width: 100%;
	height: 100%;
	margin-right: 5%;
}

.swiper-slide .kuoda .zhengge .logoBox .imgTitleBox .logoTitle {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.swiper-slide .kuoda .zhengge .logoBox .imgTitleBox .logoTitle p {
	font-size: 150%;
	font-weight: 700;
}

.swiper-slide .kuoda .zhengge .logoBox .imgTitleBox .logoTitle .startBox {
	display: flex;
}

.swiper-slide .kuoda .zhengge .logoBox .imgTitleBox .logoTitle .startBox img {
	width: 20px;
	height: 20px;
	margin-right: 5px;
}

.swiper-slide .kuoda .zhengge .logoBox .imgTitleBox .logoTitle span {
	font-size: 60%;
	color: rgba(0, 0, 0, .6);
	line-height: 24px;
}

.swiper-slide .kuoda .zhengge .logoBox .titleBox {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
	overflow: hidden;
	color: rgba(0, 0, 0, .6);
	line-height: 24px;
	font-size: 100%;
	text-align: justify;
	font-weight: 500;
}

.swiper-slide .kuoda .zhengge .logoBox .buttonBox {
	display: flex;
	align-items: center;
	margin-bottom: 5%;
}

.swiper-slide .kuoda .zhengge .logoBox .buttonBox .buttonImg {
	width: 60%;
	margin-right: 5%;
	display: inline-block;
}

.swiper-slide .kuoda .zhengge .logoBox .buttonBox .buttonImg img {
	width: 100%;
}

.swiper-slide .kuoda .zhengge .logoBox .buttonBox .codeImg {
	width: 15%;
}

.swiper-slide .kuoda .zhengge .logoBox .buttonBox .codeImg img {
	width: 100%;
}

.swiper-slide .kuoda .zhengge .picBox {
	width: 45%;
	display: flex;
}

.swiper-slide .kuoda .zhengge .picBox img {
	width: 50%;
	height: 90%;
	margin: 0 2%;
}
.indexMainBox{
	background-image: url(../img/img_home_.png);
    background-size: cover;
    background-position: 50%;
    -webkit-font-smoothing: antialiased;
    text-align: center;
}
.indexMainBox .h1Title{
	padding-top: 120px;
    font-size: 30px;
    font-weight: 400;
    font-stretch: normal;
    letter-spacing: 0;
    color: #fff;
}
.indexMainBox .english{
	letter-spacing: 2;
    color: #fff;
    font-size: 20px;
}
.indexMainBox .title{
	font-size: 20px;
	margin: 20px 0;
    font-weight: 400;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0;
    color: hsla(0,0%,100%,.8);
}
.dibu{
	width: 100%;
    padding: 15px 0;
    line-height: 2;
    background: #433f5d;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    flex-direction: column;
}
.dibu p{
	font-family: NotoSansHans-Regular;
    font-size: 16px;
    color: hsla(0,0%,100%,.4);
}
.dingbu1 .lunbo{
	padding: 50px 150px;
}
.zhengyea{
	width: 100%;
	background: none;
	text-align: left;
}
.zhengyea .imgs{
	display: inline-table;
    width: 220px;
    margin: 26px;
}
.zhengyea .imgs img{
	width: 70px;
    height: 70px;
    vertical-align: middle;
    margin-right: 10px;
}
.zhengyea .imgs span{
	color: #000000;
}
#web_bg{
  position:fixed;
  top: 0;
  left: 0;
  width:100%;
  height:100%;
  min-width: 1000px;
  z-index:-10;
  zoom: 1;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-position: center 0;
}