@charset "utf-8";

@media (min-width: 1050px){
	.i-fir-wrap .right-wrap .about-recom .email:hover i {
	  background: url(../img/io_0_h.png) no-repeat 0 bottom;
	}	
	.i-fir-wrap .right-wrap .about-recom .email:hover {
	  border: 1px solid #333;
	  background-color: #333;
	}
	.i-fir-wrap .right-wrap .about-recom .email:hover i {
	  background: url(../img/io_0_h.png) no-repeat 0 bottom;
	}
	.i-fir-wrap .right-wrap .about-recom .email:hover .bg {
	  width: 100%;
	  height: 100%;
	  left: 0;
	  top: 0;
	}	
}
@media (min-width: 1050px){
	.i-fir-wrap .right-wrap .about-recom{
		margin-top: 0;
	}
	.i-fir-wrap .left-wrap .cent-cont,.i-fir-wrap .right-wrap .img-box{
		margin-top: 30px;
		opacity: 0;
		filter: alpha(opacity=0);
	}
	.i-fir-wrap.active .left-wrap .cent-cont{
		transition: all 0.3s ease 0s;
	}
	.i-fir-wrap.active .right-wrap .img-box{
		transition: all 0.3s ease 0.1s;
	}
	.i-fir-wrap.active .left-wrap .cent-cont,.i-fir-wrap.active .right-wrap .img-box{
		margin-top: 0;
		opacity: 1;
		filter: alpha(opacity=100);
	}
	.i-sec-wrap{
		opacity: 0;
		filter: alpha(opacity=0);
		transition: opacity 0.3s ease 0s;
	}
	.i-sec-wrap .img-box,.i-sec-wrap .right-cont{
		margin-top: 30px;
		opacity: 0;
		filter: alpha(opacity=0);
	}
	.i-sec-wrap.active{
		opacity: 1;
		filter: alpha(opacity=100);
	}
	.i-sec-wrap.active .img-box{
		transition: all 0.3s ease 0s;
	}
	.i-sec-wrap.active .right-cont{
		transition: all 0.3s ease 0.1s;
	}
	.i-sec-wrap.active .img-box,.i-sec-wrap.active .right-cont{
		margin-top: 0;
		opacity: 1;
		filter: alpha(opacity=100);
	}
	.i-thi-wrap{
		margin-top: 30px;
		opacity: 0;
		filter: alpha(opacity=0);
		transition: all 0.3s ease 0s;
	}
	.i-thi-wrap.active{
		margin-top: 0;
		opacity: 1;
		filter: alpha(opacity=100);
	}
	.i-fou-wrap{
		opacity: 0;
		filter: alpha(opacity=0);
		transition: opacity 0.3s ease 0s;
	}
	.i-fou-wrap.active{
		opacity: 1;
		filter: alpha(opacity=100);
	}
	.i-fiv-wrap ul{
		margin-top: 30px;
		opacity: 0;
		filter: alpha(opacity=0);
		transition: all 0.3s ease 0s;
	}
	.i-fiv-wrap.active ul{
		margin-top: 0;
		opacity: 1;
		filter: alpha(opacity=100);
	}
	.i-sex-wrap{
		opacity: 0;
		filter: alpha(opacity=0);
		transition: opacity 0.3s ease 0s;
	}
	.i-sex-wrap.active{
		opacity: 1;
		filter: alpha(opacity=100);
	}
	.i-sex-wrap .img-box,.i-sex-wrap .cont-wrap{
		margin-top: 30px;
		opacity: 0;
		filter: alpha(opacity=0);
		transition: all 0.3s ease 0s;
	}
	.i-sex-wrap.active .img-box,.i-sex-wrap.active .cont-wrap{
		margin-top: 0;
		opacity: 1;
		filter: alpha(opacity=100);
	}
	.i-sev-wrap .main-wrap .top-titbox{
		margin-top: 30px;
		opacity: 0;
		filter: alpha(opacity=0);
		transition: all 0.3s ease 0s;
	}
	.i-sev-wrap.active .main-wrap .top-titbox{
		margin-top: 0;
		opacity: 1;
		filter: alpha(opacity=100);
	}
	.i-sev-wrap .news-recommend-list{
		transform: translateY(20px);
		opacity: 0;
		filter: alpha(opacity=0);
		transition: all 0.3s ease 0.3s;
	}
	/*.i-sev-wrap .news-recommend-list li:nth-child(1){
		transition: all 0.3s ease 0.3s;
	}
	.i-sev-wrap .news-recommend-list li:nth-child(2){
		transition: all 0.3s ease 0.5s;
	}
	.i-sev-wrap .news-recommend-list li:nth-child(3){
		transition: all 0.3s ease 0.7s;
	}*/
	.i-sev-wrap.active .news-recommend-list{
		transform: translateY(0);
		opacity: 1;
		filter: alpha(opacity=100);
	}
	.i-eig-wrap .tit-box,.i-eig-wrap .list-wrap{
		transform: translateY(30px);
		opacity: 0;
		filter: alpha(opacity=0);
		transition: all 0.3s ease 0s;
	}
	.i-eig-wrap .tit-box{
		transition: all 0.3s ease 0s;
	}
	.i-eig-wrap .list-wrap{
		transition: all 0.3s ease 0.2s;
	}
	.i-eig-wrap.active .tit-box,.i-eig-wrap.active .list-wrap{
		transform: translateY(0);
		opacity: 1;
		filter: alpha(opacity=100);
	}
	.i-fir-wrap .left-wrap .stit,.i-fir-wrap .left-wrap .line,.i-fir-wrap .left-wrap .mtit,.i-fir-wrap .left-wrap .font,.i-fir-wrap .left-wrap .link{
		position: relative;
	}
	.i-fir-wrap .left-wrap .stit,.i-fir-wrap .left-wrap .line,.i-fir-wrap .left-wrap .mtit,.i-fir-wrap .left-wrap .font,.i-fir-wrap .left-wrap .link{
		opacity: 0;
		filter: alpha(opacity=0);
		left: 20px;
	}
	.i-fir-wrap.active .left-wrap .stit{
		transition: all 0.4s ease 0s;
	}
	.i-fir-wrap.active .left-wrap .line{
		transition: all 0.4s ease 0s;
	}
	.i-fir-wrap.active .left-wrap .mtit{
		transition: all 0.4s ease 0.3s;
	}
	.i-fir-wrap.active .left-wrap .font{
		transition: all 0.4s ease 0.6s;
	}
	.i-fir-wrap.active .left-wrap .link{
		transition: all 0.4s ease 0.9s;
	}
	.i-fir-wrap.active .left-wrap .stit,.i-fir-wrap.active .left-wrap .line,.i-fir-wrap.active .left-wrap .mtit,.i-fir-wrap.active .left-wrap .font,.i-fir-wrap.active .left-wrap .link{
		opacity: 1;
		filter: alpha(opacity=100);
		left: 0;
	}

	.bot-paging .link-info:hover {
	  width: 145px;
	}
	.bot-paging .link-info:hover .link-ico {
	  background-color: rgba(0, 0, 0, 0.8);
	}
	.bot-paging .link-info:hover .tit-box {
	    transform: translateX(0);
	}
	.bot-paging .retun-list:hover {
	  width: 190px;
	  margin-left: -95px;
	}
	.bot-paging .retun-list:hover .round-tit {
	    transform: translateX(0);
	}
	.team-wrap .fir-wrap .list-wrap li:hover .up-cont {
	  opacity: 1;
	  filter: alpha(opacity=100);
	}

	.fadeIntop{
		opacity: 0;
		filter: alpha(opacity=0);
		transform: translateY(30px);
	}
	.fadeIntop.show{
		opacity: 1;
		filter: alpha(opacity=100);
		transform: translateY(0);
		transition: all 0.3s ease 0s;
	}
	.fadeInlist{
		opacity: 0;
		filter: alpha(opacity=0);
	}
	.fadeInlist .show-row1,.fadeInlist .show-row2{
		opacity: 0;
		filter: alpha(opacity=0);
		transform: translateY(30px);
	}
	.fadeInlist.show{
		opacity: 1;
		filter: alpha(opacity=100);
		transition: 0.3s ease 0s;
	}
	.fadeInlist.show .show-row1{
		opacity: 1;
		filter: alpha(opacity=100);
		transform: translateY(0);
		transition: 0.3s ease 0.1s;
	}
	.fadeInlist.show .show-row2{
		opacity: 1;
		filter: alpha(opacity=100);
		transform: translateY(0);
		transition: 0.3s ease 0.1s;
	}

	.ins-ban .up-cont h4,.ins-ban .up-cont .line,.ins-ban .up-cont .font,.ins-ban .up-cont .down-ico,.ins-ban .up-cont .link-ico{
		opacity: 0;
		filter: alpha(opacity=0);
		transform: translateY(30px);
	}
	.wechat-info-ban .up-cont h4,.wechat-info-ban .up-cont .line,.wechat-info-ban .up-cont .font,.wechat-info-ban .link-ico{
		opacity: 0;
		filter: alpha(opacity=0);
		transform: translateY(30px);
	}
	.wechat-info-ban.active .up-cont h4,.wechat-info-ban.active .up-cont .line,.wechat-info-ban.active .up-cont .font,.wechat-info-ban.active .link-ico{
		opacity: 1;
		filter: alpha(opacity=100);
		transform: translateY(0);
	}
	.website-info-ban .up-cont h4,.website-info-ban .up-cont .line,.website-info-ban .up-cont .font,.website-info-ban .link-ico{
		opacity: 0;
		filter: alpha(opacity=0);
		transform: translateY(30px);
	}
	.website-info-ban.active .up-cont h4,.website-info-ban.active .up-cont .line,.website-info-ban.active .up-cont .font,.website-info-ban.active .link-ico{
		opacity: 1;
		filter: alpha(opacity=100);
		transform: translateY(0);
	}
	.wechat-info-ban .up-cont .down-ico {
	    opacity: 0;
	    filter: alpha(opacity=0);
	    transform: translateY(30px);
	}
	.wechat-info-ban.active .up-cont .down-ico {
	    opacity: 1;
	    filter: alpha(opacity=100);
	    transform: translateY(0);
	    transition: all 0.3s ease 0.6s;
	}
	.vr-ban .up-cont .vr-logo{
		opacity: 0;
		filter: alpha(opacity=0);
		transform: translateY(30px);
	}
	.website-ban .up-cont .s-tit{
		opacity: 0;
		filter: alpha(opacity=0);
		transform: translateY(30px);
	}
	.ins-ban.active .up-cont h4{
		opacity: 1;
		filter: alpha(opacity=100);
		transform: translateY(0);
		transition: 0.3s ease 0s;
	}
	.vr-ban.active .up-cont .vr-logo{
		opacity: 1;
		filter: alpha(opacity=100);
		transform: translateY(0);
		transition: 0.3s ease 0s;
	}
	.ins-ban.active .up-cont .line{
		opacity: 1;
		filter: alpha(opacity=100);
		transform: translateY(0);
		transition: 0.3s ease 0.2s;
	}
	.website-ban.active .up-cont .s-tit{
		opacity: 1;
		filter: alpha(opacity=100);
		transform: translateY(0);
		transition: 0.3s ease 0.2s;
	}
	.website-ban .up-cont .link-box,.interact-ban .up-cont .link-box{
		opacity: 0;
		filter: alpha(opacity=0);
		transform: translateY(30px);
	}
	.website-ban.active .up-cont .line{
		transition: 0.3s ease 0.4s;
	}
	.ins-ban.active .up-cont .font{
		opacity: 1;
		filter: alpha(opacity=100);
		transform: translateY(0);
		transition: 0.3s ease 0.4s;
	}
	.vr-ban .up-cont .s-tit{
		opacity: 0;
		filter: alpha(opacity=0);
		transform: translateY(30px);
	}
	.vr-ban.active .up-cont .s-tit{
		opacity: 1;
		filter: alpha(opacity=100);
		transform: translateY(0);
		transition: 0.3s ease 0.4s;
	}
	.website-ban.active .up-cont .font{
		transition: 0.3s ease 0.6s;
	}
	.ins-ban.active .up-cont .down-ico{
		opacity: 1;
		filter: alpha(opacity=100);
		transform: translateY(0);
		transition: 0.3s ease 0.6s;
	}
	.ins-ban.active .up-cont .link-ico{
		opacity: 1;
		filter: alpha(opacity=100);
		transform: translateY(0);
		transition: 0.3s ease 0.6s;
	}
	.vr-ban.active .up-cont .link-ico{
		transition: opacity 0.3s ease 0.6s,transform 0.3s ease 0.6s,background 0.3s ease 0s,border 0.3s ease 0s;
	}
	.website-ban.active .up-cont .link-box{
		opacity: 1;
		filter: alpha(opacity=100);
		transform: translateY(0);
		transition: 0.3s ease 0.8s;
	}
	.website-ban.active .up-cont .down-ico{
		transition: 0.3s ease 1s;
	}
	.interact-ban.active .up-cont .link-box{
		opacity: 1;
		filter: alpha(opacity=100);
		transform: translateY(0);
		transition: 0.3s ease 0.6s;
	}
	.wechat-info-ban.active .up-cont h4{
		transition: all 0.3s ease 0s;
	}
	.wechat-info-ban.active .up-cont .line{
		transition: all 0.3s ease 0.2s;
	}
	.wechat-info-ban.active .up-cont .font{
		transition: all 0.3s ease 0.4s;
	}
	.wechat-info-ban.active .up-cont .link-ico{
		transition: transform 0.3s ease 0.6s, opacity 0.3s ease 0.6s, background 0.3s ease 0s, border 0.3s ease 0s;
	}
	.website-info-ban.active .up-cont h4{
		transition: all 0.3s ease 0s;
	}
	.website-info-ban.active .up-cont .line{
		transition: all 0.3s ease 0.2s;
	}
	.website-info-ban.active .up-cont .font{
		transition: all 0.3s ease 0.4s;
	}
	.website-info-ban.active .up-cont .link-ico{
		transition: transform 0.3s ease 0.6s, opacity 0.3s ease 0.6s, background 0.3s ease 0s, border 0.3s ease 0s;
	}
	.ins-link-box a.link1:hover {
	  border: 1px solid #333;
	  background-color: #333;
	}
	.ins-link-box a.link1:hover i {
	  background: url(../img/ico_07_h.png) no-repeat center;
	}
	.ins-link-box a.link1:hover .bg {
	  width: 100%;
	  height: 100%;
	  top: 0;
	  left: 0;
	  background-color: #333;
	}
	.ins-ban .up-cont .link-ico:hover .bg{
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background-color: #fff;
	}
	.ins-link-box a.link2:hover {
	  border: 1px solid #333;
	  background-color: #333;
	}
	.ins-link-box a.link2:hover i {
	  background: url(../img/ico_17_h.png) no-repeat center;
	}
	.ins-link-box a.link2:hover .bg {
	  width: 100%;
	  height: 100%;
	  top: 0;
	  left: 0;
	  background-color: #333;
	}
	.i-column-wrap.black .link:hover {
	  border: 1px solid #333;
	  background-color: #333;
	  overflow: hidden;
	}
	.i-column-wrap.black .link:hover i {
	  background: url(../img/ico_05.png) no-repeat center;
	}
	.i-column-wrap.black .link:hover .bg {
	  width: 100%;
	  height: 100%;
	  top: 0;
	  left: 0;
	  background-color: #333;
	}
	.website-info-ban .up-cont .link-ico:hover{
		background-color: #fff;
		border: 1px solid #fff;
	}
	.website-info-ban .up-cont .link-ico:hover i{
		background: url(../img/ico_43_h.png) no-repeat center;
	}
	.website-info-ban .up-cont .link-ico:hover .bg{
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background-color: #fff;
	}
	.i-column-wrap.white .link:hover {
	  border: 1px solid white;
	  background-color: white;
	  overflow: hidden;
	}
	.i-column-wrap.white .link:hover i {
	  background: url(../img/ico_06.png) no-repeat center;
	}
	.i-column-wrap.white .link:hover .bg {
	  width: 100%;
	  height: 100%;
	  top: 0;
	  left: 0;
	  background-color: white;
	}
	.i-fir-wrap .right-wrap .about-recom .email:hover {
	  border: 1px solid #333;
	  background-color: #333;
	}
	.i-fir-wrap .right-wrap .about-recom .email:hover i {
	  background: url(../img/io_0_h.png) no-repeat 0 bottom;
	}
	.i-fir-wrap .right-wrap .about-recom .email:hover .bg {
	  width: 100%;
	  height: 100%;
	  left: 0;
	  top: 0;
	}
	.degital-wrap .cent-cont .link-ico:hover{
		background-color: #e8e7e7;
		border: 1px solid #e8e7e7;
		color: #333;
	}
	.degital-wrap .cent-cont .link-ico:hover i{
		background: url(../img/ico_43_h.png) no-repeat center;
	}
	.search-alert .close:hover{
		transform: rotate(90deg);
	}
}
@media (max-width: 1550px) {
}
@media (max-width: 1440px) {
	.w1520{
		width: 80%;
	}
	header .nav-link .nav .line{
		margin-left: 26px;
	}
	header .nav-link .nav li{
		padding-left: 26px;
	}	
}
@media (max-width: 1200px) {
}


@media (max-width: 1300px){
	header .m-btn{
		display: block;
	}	
	header .nav-link,header .extra-link{
		display: none;
	}	
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 769px) and (max-width: 979px) {
    body{
    	padding: 0;
    }
}

/* Landscape phone to portrait tablet */
@media (max-width: 768px) {
}

/* Landscape phones and down */
@media (max-width: 480px) {
	header .logo img,header.fixed .header-main .logo img{
		height: 60px;
	}	
	header .m-btn{
		margin-top: 0px;
		padding: 8px;
	}	
}
@media (max-width: 350px) {
}
