div.box{
	display: flex;
	flex-wrap: wrap;
	justify-content:space-between;
}
/****************************product-star*******************************/
#site-header{
	position: fixed !important;
}
div.field{
	width: 63%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: space-between;
}
div.field div.display{
	width:100%;
}
div.field div{
	width:48%;
	position: relative;
}
div.field a,div.peitao a{
	display: block;
	border-radius: 20px;
	overflow: hidden;
}
div.field a:hover,div.peitao a:hover{
	box-shadow: 10px 5px 5px #888888;
}
div.field div a img,div.peitao a img{
	width:100%
}
div.display img{
	height:26vw;
}
div.box a p{
	width:100%;
	font-size: 2vw;
	position: absolute;
}
div.field div.display a p{
	bottom: 7%;
	text-align: right;
	padding-right: 3vw;
}
div.field div.pv a p{
	top: 7%;
	text-align: center;
}
div.field div.semi a p{
	bottom:7%;
	text-align: center;
}
div.peitao{
	width:34%;
	position: relative;
}
div.peitao a p{
	top:50%;
	writing-mode:tb-rl;
	padding-right:3vw;
}
div.peitao a p span{
	font-size:1vw;
}

/****************************product-end    **************/
/*************** news star ***********************/
.box dl.newslist dd{
	width:100%;
	margin:0px auto 30px;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
}
.box dl.newslist dd div{
	width:32%;
}
.box dl.newslist dd a.newimg{
    display:block;
	height:18vw;
	border-radius: 20px;
	overflow: hidden;
}
.box dl.newslist dd a img{ 
    width:100%;
	height:100%;
    -webkit-transition: 0.5s all;
	transition: 0.5s all;
}
.box dl.newslist dd div:hover img{
    -webkit-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
}
.box dl.newslist dd h4{
	font-size: 16px;
    color:#666;
	margin:15px 0px 8px;
}
.box dl.newslist dd p,.box dl.newslist dd p a {
    color: #9fa0a0;
    font-size: 12px;
    letter-spacing: 1px;
}
.box dl.newslist dd p a:hover{color:#000066;}
dl.newslist dt,dl.tab dt,dl.tab dd{
	display: flex;
    flex-wrap: wrap;
	margin:0 auto 25px;
	justify-content: center;
}
dl.tab h4,dl.newslist dt span {
    font-size: 16px;
    color: #000036;
    width: 150px; 
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #000066;
}
dl.newslist dt  span:nth-child(2){
	border-left:none;
	border-right:1px solid #000066;
}
dl.tab h4.thisclass,dl.newslist dt span.thisclass {
    color: #fff;
	background:linear-gradient(165deg,#002bff,#0f0f74);
}
dl.newslist dt span.thisclass a{
	color: #fff;
}
/*************** news end ***********************/
/****************************合作伙伴-star*******************************/
dl.tab,dl.newslist{
	margin:30px auto 0px;
	width: 100%;
}
dl.tab h4:nth-child(2){
	border-left:none;
	border-right:none;
}
.au-partner-item:nth-child(6),.au-partner-item:last-child{ margin-right:0px;}
.au-partner-item {
	width:15.8%;
    margin: 0 1.03% 20px 0px;
    position: relative;
    float: left;
    perspective: 300;
    -webkit-perspective: 300;
    perspective-origin: 50% 50%;
    -webkit-perspective-origin: 50% 50%;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
}
.au-partner-A {
    border: 1px solid #ccc;
	border-radius: 10px;
	display: flex;
	flex-wrap:wrap;
    align-items: center;
    justify-content: center;
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
	transform: rotateX(0deg);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    transition: transform .5s ease-in-out .1s;
    -webkit-transition: -webkit-transform .5s ease-in-out .1s;
    -moz-transition: -moz-transform .5s ease-in-out .1s;
}
.au-partner-A img {
    width:100%;
	height:100%;
}
.au-partner-item:hover .au-partner-A {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
	transform: rotateX(180deg);
}
.au-partner-item:hover .au-partner-B {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
	transform: rotateX(0deg);
}
.au-partner-B {
    position: absolute;
	top:0;
    width: 100%;
    height: 100%;
	border-radius: 10px;
	display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000066;
    -webkit-transform: rotateX(-180deg);
    -moz-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    transition: transform .5s ease-in-out .1s;
    -webkit-transition: -webkit-transform .5s ease-in-out .1s;
    -moz-transition: -moz-transform .5s ease-in-out .1s;
}
.au-partner-B span {
   font-size: 18px;
   color: #fff;
}
.au-partner-B p {
    margin: 0;
    position: absolute;
    font-size: 14px;
	color: #fff;
    width: 80%;
    line-height: 24px;
    left: 50%;
    top: 62%;
    transform: translate(-50%, -50%);
    text-align: justify;
}
/****************************合作伙伴-end*******************************/
@media (max-width: 1200px) {
dl.tab {
    width: 100%;
}
.box dl.newslist {
    width:100%;
	padding:0px 10px;
}
ul.probox li .protxt h5 {
    font-size: 16px;
}
ul.probox li .protxt em {
    height: 3px;
    width:68px;
    margin-bottom: 0.6em;
}
ul.probox li .protxt p {
    font-size: 12px;
}
}
@media (max-width: 1000px) {
.box dl.newslist dd a.title {
    height:180px;
}
ul.probox li {
    width: 50%;
}
}
@media (max-width:750px) {
.box dl.newslist {
    display: flex;
    flex-wrap: wrap;
}
.box dl.newslist dd {
    width: 100%;
    margin-right: 0;
	margin-bottom: 20px;
}
.box dl.newslist dd a.title {
    height:320px;
}
ul.probox li .protxt {
	top: 20px;
    left: 20px;
    width: 85%;
}
ul.probox li .protxt p{
	height:5.6em;
}
dl.tab {
    padding: 0px 20px;
}
.au-partner-item {
    width: 31.3333333%;
    height:auto;
    margin: 0 1% 2%;
}
}
@media (max-width:500px) {
.box dl.newslist {
    margin:20px auto;
}
dl.tab {
    margin: 20px auto 60px;
}
ul.probox { margin: 20px 0px 0px;}
.box a.more {
    width: 120px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
}
.box dl.newslist dd a.title {
    height:250px;
}
ul.probox li .protxt h5 {
    font-size: 14px;
}
ul.probox li .protxt p{
	height:2.1em;
}
ul.probox li .protxt {
    top: 15px;
    left: 15px;
}
.au-partner-B span {
   font-size: 14px;
}
dl.tab h4 {
    font-size: 14px;
    width: 82px;
    height: 36px;
    line-height: 36px;
}
}
@media (max-width:350px) {
.box dl.newslist dd a.title {
    height:180px;
}
}