*{
	margin: 0;
	padding: 0;
}
body, html{
	/* height: 100%; */
	font-size: 16px;
	/*font-family: "myfont";*/
	-webkit-tap-highlight-color: rgba(0,0,0,0);-webkit-text-size-adjust:none;
	line-height: 1.5;
    letter-spacing: 1px;

    text-align: justify;
    text-justify: distribute-all-lines;
}
/*@font-face {
	font-family: 'myfont';   
	src: url('../font/Arial.ttf'),
		 url("../font/Arial.eot") format("embedded-opentype"),
		 url("../font/Arial.otf") format("opentype"),
		 url("../font/FrutigerNextLT-Regular.otf") format("opentype"),
		 url("../font/SourceHanSansCN-Medium.otf") format("opentype"),
		 url("../font/SourceHanSansCN-Normal.otf") format("opentype"),
		 url("../font/SourceHanSansCN-Regular.otf") format("opentype"),
}*/
img{
	width: 100%;
	vertical-align: middle;
	object-fit: cover;
}
video{
	width: 100%;
	height: auto;
	object-fit: cover;
}
ul{
	list-style: none;
}
a{
	text-decoration: none;
	color: #000;
	display: inline-block;
}
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}
.inclul{
	width: 1400px;
	margin: 0 auto;
}
.main{
	/*height: 100%;*/
}
.allin{
	height: 100%;
	max-width: 1920px;
	min-width: 1400px;
	margin: 0 auto;
}
.thmain{
	height: 550px
}
/*head*/
.head{
	width: 100%;
	height: 40px;
	position: fixed;
	top: 0;
	z-index: 9999;
	background-color: #e60012;
	display: flex;
	flex-wrap: wrap;
	/* overflow: hidden; */
	box-shadow: 0 5px 12px 0 rgba(0,0,0,.1);
}
.logo{
	/*font-size: 20px;*/
	font-size: 30px;
	line-height: 40px;
	font-weight: bold;
	box-sizing: border-box;
	flex: 50%;
}
.logo a{
	color: #fff;
}
.headRight{
	line-height: 40px;
	color: #fff;
	position: absolute;
	right: 0;
	top: 0;
}
.headitem{
	float: left;
	/*padding: 0 25px;*/
	/*margin-left: 40px;*/
	margin-left: 80px;
	cursor: pointer;
	color: #fff;
	font-size: 16px;
}
.footerMiddle .headitem{
	margin-left: 10px;
	cursor: unset;
}
.language i{
	display: inline-block;
	border-top: 3px solid #fff;
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	border-bottom: 3px solid transparent;
	margin: 0 5px;
}
.downMenu{
	width: 100%;
	height: 300px;
	background-color: rgba(0,0,0,0.6);
	position: fixed;
	top: 40px;
	/*display: none;*/
	opacity: 0;
	z-index: -1;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
}
.downmenuBox{
	opacity: 0;
	z-index: 999;
    display: none;
	width: 950px;
	height: 300px;
	/* height: 100%; */
	/* float: right; */
	position: absolute;
	/*left: 40px;*/
	left: -20px;
	top: 40px;
}
.downmenuL{
	float: left;
	text-align: right;
	/*width: 80px;*/
	width: 200px;
    position: relative;
    top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.downmenuL a{
	/*margin: 11px 0 0 0;*/
	margin: 12px 0 0 0;
	color: #fff;
	padding: 3px 0;
	/*border-bottom: 1px solid transparent;*/
	display: inherit;
	text-align: right;
	line-height: 1.5;
}
.downmenuL a:hover{
	/*border-bottom: 1px solid #fff;*/
}
.downmenuL a.tranclass>span {
    border-bottom: 1px solid transparent;
}
.downmenuL a.tranclass:hover>span{
	border-bottom: 1px solid #fff;
}
.downmenuR{
	/*float: left;*/
	float: right;
    /*width: 90%;*/
    width: 750px;
    height: 100%;
    padding: 50px 0 0 50px;
    box-sizing: border-box;
}
.downmenuR a{
	width: 300px;
    height: 200px;
    display: inline-block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 10px;
	float: left;
	overflow: hidden;
	position: relative;
}
.headrightimg{

}
/*footer*/
.footer{
	min-width: 1400px;
	/* height: 450px; */
	background-color: #323232;
	position: relative;
}
.footer .headitem{
	float: none;
}
.footerTop{
	/* padding-top: 70px; */
	/* padding-top: 85px; */
	/* height: 120px; */
	padding: 85px 0 38px;
	box-sizing: border-box;
	border-bottom: 1px solid #949494;
}
.footerTop ul{
	/* height: 100%; */
	height: 26.5px;
}
.footerTop ul li{
	float: left;
    width: 180px;
    vertical-align: middle;
    /* margin: 0 0.5%; */
}
.footerTop ul li:nth-child(2){
	margin-left: 15px;
}
.footerTop ul li:nth-child(3){
	margin-left: 5px;
}
.footerTop ul li:nth-child(4){
	margin-left: -20px;
}
.footerTop ul li:nth-child(7){
	margin-left: -20px;
}
.footerTop ul li:nth-child(8){
	margin-left: -20px;
}
.footerTop a,.logo a{
	position: relative;
	overflow: hidden;
}
.footerTop a div,.logo a div{
	position: absolute;
	left: -300px;
}
.logo a{
    line-height: 1;
}
.footerMiddle{
   border-top: 1px solid #949494;
padding-bottom: 35px;
}
.fomiddleall{
	color: #bebfbf;
	/* padding-top: 40px; */
	padding-top: 38px;
	padding-bottom: 79px;
	display: flex;
	font-size: 14px;
}
.allleft{
	flex: 1;
}
.allleft li{
	/*margin-bottom: 10px;*/
	margin-bottom: 7px;
}
.allleft li:last-child{
	margin-bottom: 0;
}
.allleft li a{
	color: #bebfbf;
}
.allmid{
	flex: 5;
}
.allmid li{
	margin: 2px 0;
}
.allmid li:nth-child(2){
	/*text-indent: 45px*/
	/*text-indent: 49px*/
}
.allcode{
	flex: 1;
	position: relative;
	bottom: 7px;
}
.allcode img{
	width: 98px;
	position: absolute;
	bottom: 0;
	right: 0;
}
.footerBottom{
	background: black;
	width: 100%;
	height: 35px;
	position: absolute;
	bottom: 0;
	color: #bebfbf;
	font-size: 12px;
	line-height: 35px;
}
.footerBottom .inclul>div:nth-child(1){
	float: left;
    margin-left: 10px;
}
.footerBottom .inclul>div:nth-child(2){
	float: right;
}
.footerBottom .inclul>div:nth-child(2) a{
	margin: 0 2px;
	text-decoration: none;
}
.footerBottom .inclul>div:nth-child(2) img{
	width: 20px;
}
.moreline{
	background-image: none!important;
	color: #fff;
    border: 1px solid #fff;
    line-height: 24px;
    position: relative;
    box-sizing: border-box;
	padding-left: 8px;
	text-align: left;
}
.moredark{
	background-image: none!important;
	color: #a8a8a8;
    border: 1px solid #a8a8a8;
    line-height: 24px;
    position: relative;
    box-sizing: border-box;
	padding-left: 8px;
	text-align: left;
}
.moreline i,.moredark i{
	width: 7px;
    height: 14px;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 7px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
@media screen and (max-width: 1050px){
	.headitem{
	    margin-left: 25px;
	}
}

.tips_more_btn{
	margin: 40px 0;
	font-family: "SourceHanSansCN_Normal";
	display: inline-block;
	font-size: 14px;
    /*width: 99px;*/
    height: 26px;
    background-size: 100% auto;
    background-repeat: no-repeat;
    cursor: pointer;
    /*color: #fff;*/
    /*border: 1px solid #fff;*/
    line-height: 24px;
    position: relative;
    box-sizing: border-box;
	padding-left: 8px;
    padding-right: 18px;
	text-align: left;
}
.tips_more_btn.tips_more_btn_white{color: #f8f8f8;border: 1px solid #f8f8f8;}
.tips_more_btn.tips_more_btn_black{color: #a8a8a8;border: 1px solid #a8a8a8;}
.tips_more_btn>i{width: 7px;
    height: 14px;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 7px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.tips_more_btn>i:before{content: "\f105";font: normal normal normal 14px/1 FontAwesome;position: absolute;
	    left: 0;
	    top: 0;
	    font-size: 16px;
	    line-height: 14px;
	    width: 100%;
	    height: 14px;
	}

@font-face {
    font-family: 'FontAwesome';
    src: url('/static/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('/static/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('/static/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('/static/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('/static/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('/static/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
}
.item p{
	/*padding-top: 35%;
	text-align: center;*/
	/* width: 100%; */
	position: absolute;
	bottom: 20px;
	left: 20px;
	right: 20px;
}
.item a{
	width: 100%;
	height: 100%;
	display: inline-block;
	overflow: hidden;
	position: relative;
}
.item:hover .cover_case {
    display: block;
    -webkit-animation: fadeIn .5s both;
    -o-animation: fadeIn .5s both;
    -ms-animation: fadeIn .5s both;
    -moz-animation: fadeIn .5s both;
    animation: fadeIn .5s both;
    filter: alpha(opacity=100)\9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"\9;
}
.item:hover .cover_case .tittle {
    -webkit-animation: fadeInUp 1s .1s both;
    -o-animation: fadeInUp 1s .1s both;
    -ms-animation: fadeInUp 1s .1s both;
    -moz-animation: fadeInUp 1s .1s both;
    animation: fadeInUp 1s .1s both;
}
.item:hover .cover_case .des {
    -webkit-animation: fadeInUp 1s .3s both;
    -o-animation: fadeInUp 1s .3s both;
    -ms-animation: fadeInUp 1s .3s both;
    -moz-animation: fadeInUp 1s .3s both;
    animation: fadeInUp 1s .3s both;
}
.item img{
	width: 101%;
    min-height: 100%;
    /*_height: 100%;
    *height: 100%;*/
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transform: scale(1.02);
    -moz-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    -o-transform: scale(1.02);
}
.item:hover img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}
.cover_case {
    font-style: normal;
    display: none;
    color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    line-height: 1.8;
    left: 0;
    bottom: 0;
    z-index: 10;
    background: url(//insight-officialwebsite.oss.cdn.gdinsight.com/portal_images/cover_bg.png) repeat;
    opacity: 0;
    filter: alpha(opacity=0)\9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"\9;
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
}
.tittle {
    display: block;
    max-width: 100%;
    /* margin-bottom: 6px; */
    line-height: 1.8;
    font-size: 18px;
	padding: 0 2%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.des {
    font-size: 14px;
    display: block;
    width: 96%;
    padding: 0 2%;
    line-height: 25px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
@media screen and (max-width: 1440px) {
	body,html{
		font-size: 14px;
	}
	.inclul{
		width: 1200px;
	}
	.allin{
		min-width: 1200px;
		overflow: hidden;
	}
	.footer{
		min-width: 1200px;
	}
	.insight.inclul{
		width: 1200px;
	}
	.news.inclul{
		width: 1200px;
	}
	.main.opus{
		min-width: 1200px;
	}
	.footerTop ul li{
		width: 155px;
	}
}
/* @media screen and (max-width: 1280px) {
    body,html{
		font-size: 12px;
	}
} */