a {
	color: #333;
}
a:hover {
	color: #e4392a;
}
/*头部*/
#bd {
	padding-top: 50px;
}
#hd {
	/*height: 101px;*/
	height: 90px;
	background: #fff;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, .3);
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index:9999;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
.fixed {
	top: -101px !important;
}
#hd .logo {
	float: left;
	margin-right: 65px;
	/*height: 101px;*/
	height: 90px;
}
#hd .logo a {
	display: block;
	height: 100%;
	/*line-height: 101px;*/
	line-height: 90px;
}
#hd .logo a img {
	display: inline-block;
	vertical-align: middle;
}


#hd .tel {
	background: url(../images/tel_bg.png) left center no-repeat;
	line-height: 90px;
	float: right;
	padding-left: 37px;
	color: #e4392a;
	font-size: 18px;
}
/*手机头部*/
#m-hd {
	display: none;
}
#m-hd {
	height: 50px;
	line-height: 50px;
	background-color: #fff;
	padding: 0;
	position: fixed;
	width: 100%;
	z-index: 999999;
}
#m-hd img {
	height: 40px;
	padding: 10px 0 0 10px;
}
.m-trigger {
	position: absolute;
	top: 0;
	right: 10px;
	width: 50px;
	color: #fff;
	text-align: center;
	font-size: 30px;
	line-height: 45px;
	cursor: pointer;
	background: url(../images/menu_add.png) center center no-repeat;
	-webkit-background-size: 50px;
	background-size: 25px;
	height: 50px;
}

/*底部*/
#fd {
	background: url(../images/fd_bg.png) center top no-repeat;
	padding-top: 75px;
}
.index-fd {
	margin-top: -31px;
}
#fd .fd-top {
	overflow: hidden;
	color: #fff;
	padding-bottom: 45px;
}
#fd dl {
	float: left;
	width: 20%;
}
#fd dl dt {
	font-size: 16px;
	padding-bottom: 20px;
}
#fd .ul-fd li {
	line-height: 26px;
}
#fd .ul-fd li a {
	color: #a8a8af;
}
#fd .ul-fd li a:hover {
	text-decoration: underline;
}
#fd .weixin, #fd .sina {
	background: url(../images/fd_icon1.png) no-repeat;
	width: 25px;
	height: 25px;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 25px;
}
#fd .weixin-pic {
	position: absolute;
	left: -150px;
	top: 0;
	display: none;
}
#fd .tel {
	font-weight: normal;
	font-size: 24px;
	padding-bottom: 15px;
}
#fd h5 {
	font-size: 16px;
	color: #a8a8af;
}
#fd .sina {
	background-image: url(../images/fd_icon2.png);
}
#fd .fd-copy {
	height: 40px;
	line-height: 40px;
	color: #a3a3a9;
	background-color: #000022;
}
/* side */
.side {
	position:fixed;
	width:50px;
	height:275px;
	right:0;
	top:250px;
	z-index:100;
}
.side ul li {
	width:50px;
	height:50px;
	float:left;
	position:relative;
	margin-bottom: 2px;
}
.side ul li .sidebox {
	position:absolute;
	width:50px;
	height:50px;
	border-radius:5px 0 0 5px;
	top:0;
	right:0;
	transition:all 0.3s;
	background:#000022;
	color:#fff;
	font:16px/50px "微软雅黑";
	overflow:hidden;
}
.side ul li a:hover .sidebox {
	width: 175px;
}
.side ul li .sidetop {
	width:50px;
	height:50px;
	line-height:50px;
	display:inline-block;
	background:#000;
	opacity:0.8;
	filter:Alpha(opacity=80);
	transition:all 0.3s;
}
.side ul li .sidetop:hover {
	background:#e4392a;
}
.side ul li img {
	float:right;
}
.side2 {
	position: fixed;
	width: 40px;
	right: 10px;
	z-index: 100;
	top: 500px;
	height: 80px;
}
.side2 ul li {
	width: 40px;
	height: 40px;
}
.side2 ul li a {
	display: block;
	background-color: #e4392a;
	height: 40px;
	width: 40px;
	text-align: center;
	line-height: 40px;
}
.side2 ul li a img {
	vertical-align: middle;
	display: inline-block;
}
.side2 ul li a:hover {
	background-color: #000022;
}
.side2 ul li .weixin {
	position: absolute;
	left: -154px;
	bottom: 0;
	display: none;
}
.side2 ul li .weixin em {
	background: url(../images/arr3.png) no-repeat;
	width: 5px;
	height: 17px;
	display: block;
	position: absolute;
	right: -5px;
	top: 50%;
	margin-top: 3px;
}
.side2 ul li .weixin img {
	display: block;
}

/*首页*/
.tit-i {
	text-align: center;
	padding: 30px 0;
	line-height: 36px;
	overflow: hidden;
}
.tit-i h3 {
	font-size: 30px;
	color: #002;
	margin-bottom: 0px;
}
.tit-i h5 {
	font-size: 20px;
	color: #cacace;
	text-transform: uppercase;
	font-family: Arial;
}
.tit-i h5 span {
	color: #e4392a;
}
.tit-i em {
	width: 45px;
	border-bottom: 1px solid #7f7f90;
	display: inline-block;
}
.ul-icon-i li {
	float: left;
	width: 25%;
	text-align: center;
	padding-bottom: 70px;
	overflow: hidden;
}
.ul-icon-i li .pad {
	padding: 0 40px;
	position: relative;
}
.ul-icon-i li a {
	display: block;
}
.ul-icon-i li a span {
	background: url(../images/i_icon1.png) no-repeat;
	width: 134px;
	height: 134px;
	display: inline-block;
	margin-bottom: 55px;
}
.ul-icon-i li h3 {
	font-size: 16px;
	margin-bottom: 18px;
}
.ul-icon-i li em {
	width: 25px;
	border-bottom: 2px solid #707070;
	display: inline-block;
	margin-bottom: 30px;
}
.ul-icon-i li p {
	text-align: left;
	line-height: 24px;
	font-size: 14px;
}
.ul-icon-i li.li1 a span {
	background-position: 0 0;
}
.ul-icon-i li.li2 a span {
	background-position: -305px 0;
}
.ul-icon-i li.li3 a span {
	background-position: -615px 0;
}
.ul-icon-i li.li4 a span {
	background-position: -930px 0;
}
/*.ul-icon-i li a:hover span{
	background-image: url(../images/i_icon1_h.png);
}*/
.ul-icon-i li .pad .pic {
	position: absolute;
	left: 50%;
	top: 0;
	width: 134px;
	margin-left: -67px;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
.ul-icon-i li .pad .pic img {
	display: none;
}
.ul-icon-i li .pad .pic .pic-icon {
	position: absolute;
	left: 0;
	top: -134px;
	display: block;
}
.ul-icon-i li a:hover p {
	text-decoration: underline;
	color: #333;
}
.row2 {
	background: url(../images/bg_1.png) center top no-repeat;
	padding-top: 20px;
}
.case-i-l, .case-i-r {
	width: 50%;
}
.case-i-l {
	float: left;
	padding-right: 15px;
}
.case-i-r {
	float: right;
	padding-left: 15px;
}
.case-img, .case-img a img {
	width: 100%;
}
.case-img {
	position: relative;
	overflow: hidden;
}
.case-img .hover {
	position: absolute;
	left: 0;
	top: -434px;/*top: -433px;*/
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
	width: 100%;
	height: 100%;
	text-align: center;
	background: url(../images/alpha_red_80.png) repeat;
	color: #fff;
}
.case-img.on .hover {
	top: 0;
}
.ul-case-i {
	margin: 0 -15px;
}
.ul-case-i li {
	float: left;
	width: 25%;
	padding: 0 15px;
	margin-bottom: 30px;
	overflow: hidden;
}
.ul-case-i li a {
	display: block;
	position: relative;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
.ul-case-i li .pic img {
	width: 100%;
	display: block;
}
.ul-case-i li a .hover {
	position: absolute;
	left: 0;
	top: -100%;
	width: 100%;
	height: 100%;
	text-align: center;
	background: url(../images/alpha_red_80.png) repeat;
	color: #fff;
	/*display: none;*/
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
.ul-case-i li .hover b, .ul-case-i li .hover .txt, .case-img .hover b, .case-img .hover .txt {
	display: inline-block;
	vertical-align: middle;
}
.ul-case-i li .hover b, .case-img .hover b {
	width: 0;
	height: 100%;
}
.ul-case-i li a:hover .hover {
	/*display: block;*/
	top: 0;
}
.ul-case-i-1 li {
	width: 25%;
}
.more-i {
	text-align: center;
	padding-bottom: 35px;
}
.more-i a {
	display: inline-block;
	width: 65px;
	height: 65px;
	background: url(../images/arr2.png) center center no-repeat #000014;
	border-radius: 100%;
}
.more-i a:hover {
	background-color: #e4392a;
}
.news-bg {
	background: url(../images/bg_2.png) center top no-repeat;
	overflow: hidden;
}
.tit-i-1 h3 {
	color: #fff;
}
.tit-i-1 em {
	border-bottom-color: #dddde1;
}
.ul-news-i {
	/*margin-right: -10px;*/
	margin-left: -30px;
	width: 110%;
}
.ul-news-i li {
	float: left;
	width: 24.5%;
	color: #fff;
	position: relative;
	min-height: 295px;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
	overflow: hidden;
}
.ul-news-i li:last-child {
/*width: 21%;*/
}
.ul-news-i li .txt {
	padding-left: 30px;
	padding-right: 58px;
}
.ul-news-i li .txt span {
	padding: 15px 8px;
	display: inline-block;
	border: 1px solid #fff;
	border-radius: 5px;
	font-size: 14px;
}
.ul-news-i li .txt span em {
	display: block;
	font-size: 20px;
}
.ul-news-i li:last-child .txt {
/*padding-right: 0;*/
}
.ul-news-i li h3 a {
	color: #fff;
	display: inline-block;
	padding: 20px 0;
}
.ul-news-i li p {
	color: #bbbbbe;
	line-height: 20px;
}
.ul-news-i li .more {
	background: url(../images/more1.png) no-repeat;
	width: 36px;
	height: 36px;
	display: inline-block;
	margin-top: 50px;
}
.ul-news-i li .hover {
}
.ul-news-i li .hover .img {
	width: 100%;
	position: absolute;
	top: -165px;
	left: 7px;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
.ul-news-i li .hover .pad {
	padding: 0 27px 20px 27px;
	position: absolute;
	left: 7px;
	bottom: -148px;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
	background-color: #000022;
	width: 92%;
}
.ul-news-i li .hover .img {
	height: 165px;
	width: 92%;
}
.ul-news-i li.on .hover .img {
	/*display: block;*/
	top: 0;
}
.ul-news-i li.on .hover .pad {
	bottom: 0;
}
.news-more {
	text-align: center;
	padding-bottom: 100px;
	padding-top: 50px;
}
.news-more a {
	display: inline-block;
	width: 178px;
	height: 48px;
	border: 1px solid #fff;
	border-radius: 5px;
	line-height: 48px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
}
.news-more a:hover {
	background-color: #e4392a;
}
.contact-l {
	width: 38%;
	float: left;
}
.contact-r {
	width: 62%;
	float: right;
}
.ul-contact li {
	background: url(../images/i_icon2.png) no-repeat;
	padding-left: 60px;
	font-size: 14px;
	margin-bottom: 20px;
	line-height: 35px;
}
.ul-contact li.li1 {
	background-position: 0 0;
}
.ul-contact li.li2 {
	background-position: 0 -74px;
}
.ul-contact li.li3 {
	background-position: 0 -184px;
}
.contact-form .inp {
	width: 49%;
	border: 1px solid #6d6d88;
	height: 33px;
	padding: 0 10px;
	margin-bottom: 15px;
}
.contact-form textarea {
	width: 100%;
	border: 1px solid #6d6d88;
	height: 98px;
	margin-bottom: 24px;
}
.contact-form .sub {
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background-color: #63637f;
	border: 0;
	cursor: pointer;
	font-family:"微软雅黑", "Microsoft Yahei";
	font-size: 16px;
}
.map {
	margin-top: 100px;
	position: relative;
}
.map em {
	background: url(../images/arr1.jpg) center top no-repeat;
	width: 100%;
	height: 15px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
.map-s {
	background: url(../images/map_s.png) center top;
	height: 107px;
	text-align: center;
	overflow: hidden;
}
.map .btn {
	text-align: center;
	color: #fff;
	font-size: 18px;
	line-height: 132px;
	display: inline-block;
}
.map .btn-down {
	background: url(../images/map_down.png) no-repeat;
	width: 112px;
	height: 48px;
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 52px;
	margin-left: -50px;
	z-index: 99;
}
#map {
}
.map-pop {
	display: none;
	height: 540px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.map .map-bg1, .map .map-bg2 {
	background: url(../images/ban_bg_top.png) no-repeat center 0;
	height: 54px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 66;
}
.map .map-bg2 {
	background-image: url(../images/map_bg2.png);
	height: 41px;
	bottom: 0px;
	top: auto;
}
.map-pop-big {
	height: 600px;
	bottom:auto;
	top: 0;
}
.map-big {
	height: 600px;
	margin-top: 0;
}
/*内页*/
#ban-in {
	position: relative;
	background-position: center 0;
	background-repeat: no-repeat;
	/*padding-top: 16%;*/
	height: 300px;
}
#ban-in .ban-bg {
	background: url(../images/ban_bg.png) center top no-repeat;
	height: 54px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -30px;
	z-index: 60;
}
.pages {
	text-align: center;
	margin-bottom: 105px;
	margin-top: 20px;
}
.pages a {
	display: inline-block;
	width: 41px;
	height: 41px;
	background-color: #edecec;
	border-radius: 3px;
	text-align: center;
	line-height: 41px;
	font-family: Arial;
	font-size: 18px;
	color: #666;
	margin: 0 4px;
}
.pages a:hover, .pages .page-on {
	background-color: #e4392a;
	color: #fff;
}



.ul-list {
	margin: 0 0;
	width:100%;
}
.ul-list li {
	float: left;
	width: 32%;
	/*padding-right:35px;*/
	margin-left: 2%;
	margin-bottom: 30px;
	transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
}
.ul-list li:hover{
	transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	box-shadow: 0px 5px 5px #999;
}
.ul-list li:nth-of-type(3n+1){
	margin-left: 0;
}
.ul-list li .pic img {
	width: 100%;
	height:260px;
	display: block;
	/*transform: perspective(800px) rotateY(0deg);*/
	/*transition: all 1s ease 0s;*/
	/*-moz-transform: perspective(800px) rotateY(0deg);*/
	/*-moz-transition: all 1s ease 0s;*/
	/*-webkit-transform: perspective(800px) rotateY(0deg);*/
	/*-webkit-transition: all 1s ease 0s;*/
	/*-o-transform: perspective(800px) rotateY(0deg);*/
	/*-o-transition: all 1s ease 0s;*/
	/*-ms-transform: perspective(800px) rotateY(0deg);*/
	/*-ms-transition: all 1s ease 0s;*/
	zoom:1;
}
/*.ul-list li:hover img {*/
/*	transform: perspective(800px) rotateY(-179.9deg);*/
/*	-moz-transform: perspective(800px) rotateY(-179.9deg);*/
/*	-webkit-transform: perspective(800px) rotateY(-179.9deg);*/
/*	-o-transform: perspective(800px) rotateY(-179.9deg);*/
/*	-ms-transform: perspective(800px) rotateY(-179.9deg);*/
/*}*/
.ul-list li .pad {
	padding: 0 0;
}
.ul-list li .bor {
	border: 1px solid #e2e3e8;
	border-top: none;
	position: relative;
}
.ul-list li .bor::after{
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    background: #e4392a;
    display: block;
    left: 0;
    top: 0px;
	transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-webkit-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
}

.ul-list li:hover .bor::after{
    width: 100%;
}

.ul-list li .txt {
	padding: 20px 14px;
	line-height: 20px;
	color: #666;
}
.ul-list li .more {
	height: 42px;
	line-height: 42px;
	border-top: 1px dotted #e2e3e8;
	background-color: #f0f2f5;
	padding: 0 14px;
	display: none;
}
.ul-list li .more a {
	color: #e4392a;
}
.ul-list li .more a:hover {
	text-decoration: underline;
}
.ul-list li .title {
	height: 55px;
	margin-bottom: 20px;
}
.ul-list li .title span {
	float: left;
	border: 1px solid #e2e3e8;
	background-color: #f0f2f5;
	display: inline-block;
	text-align: center;
	padding: 6px 5px;
	margin-right: 15px;
}
.ul-list li .title span em {
	display: block;
	font-size: 16px;
}
.ul-list li .title h3 {
	border-bottom: 1px solid #e2e3e8;
	overflow: hidden;
	min-height: 54px;
	font-size:18px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.ul-list li .txt p{
    line-height: 24px;
    height: 48px;
    overflow: hidden;
}

.ul-list1 li .txt p{
    font-size: 14px;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
}

@media (min-width:1501px){
.wp {
	width: 100%;
	max-width: 1766px;
	margin: 0 auto;
}
}

@media only screen and (min-width: 960px) and (max-width: 1500px) {
.wp {
	width: 100%;
	max-width: 1218px;
	margin: 0 auto;
}

}






 @media screen and (max-width: 960px) {
.ul-list {
	margin: 0 0;
	width:100%;
}
.ul-list li {
	float: left;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 30px;
	margin-left: 0;
}
.ul-list li .pic{
    background: #e8e8e8;
}
.ul-list li .pic img {
	width: auto;
	
	display: block;
	zoom:1;
	margin: 0 auto;
}

.ul-list li .pad {
	padding: 0 0;
}

.ul-list li .txt {
	padding: 20px 14px;
	line-height: 20px;
	color: #666;
}
.ul-list li .more {
	height: 42px;
	line-height: 42px;
	border-top: 1px dotted #e2e3e8;
	background-color: #f0f2f5;
	padding: 0 14px;
	display: none;
}
.ul-list li .more a {
	color: #e4392a;
}
.ul-list li .more a:hover {
	text-decoration: underline;
}
.ul-list li .title {
	height: 55px;
	margin-bottom: 20px;
}
.ul-list li .title span {
	float: left;
	border: 1px solid #e2e3e8;
	background-color: #f0f2f5;
	display: inline-block;
	text-align: center;
	padding: 6px 5px;
	margin-right: 15px;
}
.ul-list li .title span em {
	display: block;
	font-size: 16px;
}
.ul-list li .title h3 {
	border-bottom: 1px solid #e2e3e8;
	overflow: hidden;
	min-height: 54px;
	font-size:18px;
}
 }



@media (max-width:768px){
    .ul-list li .pic{
        background: #e8e8e8;
    }
	.ul-list li .pic img{
		height: auto;
		max-height: 350px;
		width: auto;
		max-width: 100%;
		display: block;
		margin: 0 auto;
	}
}

@media (max-width:414px){
	.ul-list li .pic img{
		max-height: inherit;
		width: 100%;
	}
}


.sub-nav {
	text-align: center;
	margin-bottom: 50px;
	margin-top: -18px;
}
.sub-nav ul li {
	display: inline-block;
	margin: 0 18px;
	font-size: 16px;
}
.sub-nav ul li a {
	padding-left: 14px;
	display: inline-block;
}
.sub-nav ul li a:hover, .sub-nav ul li.on a {
	background: url(../images/disc.jpg) left center no-repeat;
	color: #e4392a;
}
.ul-case {
	width:1200px;
	margin:0 auto;
}
.ul-case li {
	float: left;
	width: 31%;
	padding: 0 10px;
	margin-bottom: 30px;
	overflow: hidden;
	position: relative;
}
.ul-case li .block {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}
.ul-case li .pic img {
	display: block;
	width: 100%;
}
.ul-case li .txt {
	position: absolute;
	left: 0;
	top: 0%;
	width: 100%;
	height: 100%;
	background: url(../images/alpha_blue_60.png) repeat;
	text-align: center;
	color: #fff;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
	opacity:0;
}
.ul-case li .txt h5, .ul-case li .txt h3 {
	color: #fff;
}
.ul-case li .txt:hover {
	opacity:1;
}
.ul-case li .txt b, .ul-case li .txt .pad {
	display: inline-block;
	vertical-align: middle;
}
.ul-case li .txt b {
	width: 0;
	height: 100%;
}
.ul-case li .txt h5 {
	font-size: 16px;
}
.ul-case li .txt em {
	width: 45px;
	height: 0;
	border-bottom: 1px solid #fff;
	display: inline-block;
	margin: 20px 0 40px 0;
}
.ul-case li .txt h3 {
	font-size: 18px;
	margin-bottom: 40px;
}
.ul-case li .txt .more {
	width: 122px;
	height: 45px;
	display: inline-block;
	text-align: center;
	line-height: 45px;
	background-color: #e4392a;
	color: #fff;
	border-radius: 5px;
	font-size: 14px;
}
.ul-case li .txt .more:hover {
	opacity: .8;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 80)';
 filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}
.ul-case li.on .txt {
	top: 0;
}



/*关于*/
.about-info {
	text-align: center;
	font-size: 14px;
	line-height: 34px;
	color: #666;
	padding-bottom: 50px;
}
.customer {
	background: url(../images/bg_3.jpg) center top no-repeat;
	padding-top: 25px;
	padding-bottom: 54px;
	margin-top: 50px;
}
.ul-customer li {
	float: left;
	width: 20%;
}
.ul-customer li a {
	display: block;
	width: 100%;
	height: 87px;
	border: 1px solid #fff;
	text-align: center;
	border: 0;
}
.ul-customer li a b, .ul-customer li a img {
	display: inline-block;
	vertical-align: middle;
}
.ul-customer li a b {
	width: 0;
	height: 100%;
}
.ul-customer li a img {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
.ul-customer li a:hover {
	border: 1px solid #fff;
}
.team {
	padding-bottom: 95px;
}
.team .flexslider {
	position: relative;
}
.team .flexslider em {
	width: 10px;
	height: 30px;
	display: inline-block;
	position: absolute;
	left: 50%;
	bottom: 0;
	background-color: #fff;
}
.team .flexslider .slides li {
	/*background-position: 89% 0;*/
	height: 468px;/*background-repeat: no-repeat;*/
}
.team .flexslider li .txt {
	padding-top: 85px;
	font-size: 14px;
	line-height: 36px;
	width: 30%;
	float: left;
}
.team .flexslider li .txt h3 {
	font-size: 30px;
	color: #63637f;
	padding-bottom: 25px;
}
.team .flexslider li .txt .more {
	width: 123px;
	height: 37px;
	border-radius: 5px;
	display: inline-block;
	line-height: 37px;
	text-align: center;
	margin-top: 40px;
	font-size: 16px;
	border: 1px solid #63637f;
	color: #63637f;
}
.team .flexslider li .txt .more:hover {
	border: 1px solid #e85346;
	color: #e4392a;
}
.team .flexslider li .pic {
	float: right;
	position: relative;
	width: 70%;
	margin-right: -308px;
}
.team .flexslider li .pic img {
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	opacity: 0;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 0)';
 filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 1\0;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 100)'\9;
 filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100)\9;
}
.team .flex-direction-nav {
	max-width: 1170px;
	margin: 0 auto;
	background: url(../images/line.jpg) repeat-x center center;
	height: 30px;
	text-align: center;
}
.team .flex-direction-nav li {
	display: inline-block;
}
.team .flex-direction-nav a {
	position: relative;
	width: 216px;
	height: 30px;
	text-align: center;
	background: url(../images/arr_t.png) center center no-repeat #63637f;
	border-radius: 10px;
	display: inline-block;
	opacity: 1 !important;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 100)';
 filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	top: 13px;
}
.team .flex-direction-nav .flex-prev {
}
.team .flex-direction-nav .flex-next {
	background-image: url(../images/arr_b.png);
	left: 10px;
}
.team .flex-direction-nav a:hover {
	background-color: #e4392a;
}
.flexslider .animated {
	opacity: 0;
	filter: alpha(opacity=0);
	opacity: 100\9;
	filter: alpha(opacity=100)\9;
}
/* .team .s1{
	-webkit-animation-delay: .5s;
	-o-animation-delay: .5s;
	-moz-animation-delay: .5s;
	animation-delay: .5s;
}

.team .s2{
	-webkit-animation-delay: .8s;
	-o-animation-delay: .8s;
	-moz-animation-delay: .8s;
	animation-delay: .8s;
}
.team .s3{
	-webkit-animation-delay: 1.2s;
	-o-animation-delay: 1.2s;
	-moz-animation-delay: 1.2s;
	animation-delay: 1.2s;
}
.team .s4{
	-webkit-animation-delay: 1.5s;
	-o-animation-delay: 1.5s;
	-moz-animation-delay: 1.5s;
	animation-delay: 1.5s;
} */

.ul-about li {
	float: left;
	width: 33.333%;
	text-align: center;
	font-size: 14px;
	line-height: 24px;
	color: #666;
}
.ul-about li h3 {
	font-size: 24px;
	color: #002;
	line-height: 36px;
}
.ul-about li em {
	display: inline-block;
	width: 45px;
	height: 0;
	border-bottom: 1px solid #7f7f90;
	margin-bottom: 20px;
	margin-top: 25px;
}
.ul-about li .block {
	position: relative;
	height: 235px;
	margin: 0 auto;
}
.ul-about li .block img {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 0)';
 filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
.ul-about li.li1 .block {
	width: 150px;
}
.ul-about li.li2 .block {
	width: 215px;
}
.ul-about li.li3 .block {
	width: 252px;
}
.ul-about li.li1 .block, .ul-about li.li2 .block {
	padding-top: 30px;
}
/*动态详情页*/

.cur1 {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 31px;
}

.cur a {
	color: #666;
}
.article {
	color: #666;
	line-height: 30px;
	font-family:微软雅黑;
}
.article h1 {
	font-size: 20px;
	color: #333;
	text-align: center;
	margin-top:-20px;
}
.article .time {
	line-height: 52px;
	border-bottom: 1px solid #ccc;
	text-align: center;
	margin-bottom: 25px;
}

.article img{
	max-width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.article .share {
	margin-bottom: 70px;
}
.article .share span {
	font-size: 14px;
	float: left;
	display: inline-block;
	line-height: 37px;
}

.article .article-con p img{height: auto !important;}
/*案例详情*/
.case-article {
	line-height: 30px;
	color: #666;
}
.case-article-bg {
	margin-bottom: 13%;
	margin-bottom: 5%\0 !important;
	background-position: top center\0 !important;
}
.case-article .case-logo {
	text-align: center;
	padding-top: 38px;
}
.case-article h1 {
	line-height: 40px;
	font-size: 26px;
	text-align: center;
}









.case-article .btn {
	text-align: center;
	padding: 10px 0;
	margin-bottom: 30px;
}
.case-article .btn a {
	display: inline-block;
	width: 120px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background-color: #e4392a;
	color: #fff;
	font-size: 14px;
	margin: 0 12px;
	border-radius: 5px;
}
.case-article .computer-bg {
	position: relative;
	text-align: center;
	background: url(../images/computer.png) center top no-repeat;
	transform: translateY(45.9%);
	-webkit-transform: translateY(45.9%);
	-moz-transform: translateY(45.9%);
	width: 70%;
	margin: 0 auto;
	margin: -32% auto 0 auto;
	-webkit-background-size: 100%;
	background-size: 89%;
	padding-top: 70%;
	margin:0 auto\0;
	padding-top: 50%\0;
}
.case-article .computer-bg img {
	position: absolute;
	left: 8.5%;
	top: 4%;
	width: 83%;
}
.case-article .case-back {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 90px;
}
.case-article .case-back a {
	display: inline-block;
	width: 178px;
	height: 48px;
	text-align: center;
	line-height: 48px;
	border: 1px solid #63637f;
	color: #002;
	font-size: 18px;
	border-radius: 5px;
}
.case-article .case-back a:hover {
	background-color: #e4392a;
	color: #fff;
	border-color: #e4392a;
}
.article-prev, .article-next {
	position: absolute;
	top: 50%;
	background: url(../images/article_prev.png) no-repeat;
	width: 36px;
	height: 66px;
	margin-top: -33px;
	left: 0;
	z-index: 2;
}
.article-next {
	background-image: url(../images/article_next.png);
	left: auto;
	right: 0;
}
/*服务*/
.h50 {
	height: 50px;
	overflow: hidden;
	clear:both;
}
.ul-webset li {
	float: left;
	width: 25%;
	text-align: center;
	height: 322px;
}
.ul-webset li .block {
	position: relative;
	height: 220px;
	margin: 0 auto;
}
.ul-webset li.li1 .block {
	width: 230px;
}
.ul-webset li.li2 .block {
	width: 230px;
}
.ul-webset li.li3 .block {
	width: 230px;
}
.ul-webset li.li4 .block {
	width: 230px;
}
.ul-webset li .block img {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 0)';
 filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
.ul-webset li h3 {
	font-size: 24px;
	line-height: 34px;
	color: #333;
}
.ul-webset li .btn {
	background: url(../images/disc2.png) center center no-repeat #e60012;
	width: 34px;
	height: 34px;
	border-radius: 100%;
	display: inline-block;
	margin-top: 30px;
}
.ul-webset li .btn:hover {
	opacity: .6;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 60)';
 filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
}
.ul-webset {
}
.webset-pop {
	position: absolute;
	left: 0;
	top: 0;
	background-color: #f5f6fa;
	border: 1px solid #e4e5e7;
	z-index: 60;
	padding: 0 27px;
	padding-bottom: 30px;
	opacity: 0;
	filter: alpha(opacity=0);
	z-index: -1;
	left: -100%;
	width: 100%;
	overflow: hidden;
}
.webset-pop h2 {
	font-size: 20px;
	text-align: left;
	line-height: 66px;
}
.webset-pop h2 a.close {
	background: url(../images/close.png) no-repeat;
	width: 28px;
	height: 28px;
	display: inline-block;
	position: relative;
	top: 20px;
	left: auto;
	float: right;
}
.webset-pop .txt {
	width: 25%;
	margin-right: -10px;
	display: inline-block;
	text-align: left;
	vertical-align: top;
}
.nowrap * {
	white-space: nowrap;
}
.webset-pop .txt h4 {
	font-size: 20px;
	background: url(../images/icon1.png) left top no-repeat;
	padding-left: 60px;
	height: 40px;
}
.webset-pop .txt h4.tit-web1 {
	background-image: url(../images/icon2.png);
}
.webset-pop .txt h4.tit-web2 {
	background-image: url(../images/icon3.png);
}
.webset-pop .txt dl {
	padding-left: 57px;
}
.webset-pop .txt dl dd {
	font-size: 16px;
	line-height: 34px;
	background: url(../images/disc4.png) left center no-repeat;
	padding-left: 15px;
}
.webset-pop .txt1 {
	width: 50%;
}
.ul-webset li .ul-txt {
	padding-left: 57px;
	border: 0;
}
.ul-webset li .ul-txt li {
	width: 100%;
	text-align: left;
	height: auto;
}
.ul-webset li .ul-txt li h5 {
	border: 0;
	font-size: 16px;
	height: 36px;
	line-height: 36px;
}
.ul-webset li .ul-txt li h5 a {
	padding-left: 15px;
	background: url(../images/disc4.png) left center no-repeat;
}
.ul-webset li .ul-txt li .txt-1 {
	font-size: 14px;
	line-height: 24px;
	color: #999;
	padding-left: 27px;
	padding-bottom: 15px;
	display: none;
}
.ul-webset li .ul-txt li.ok .txt-1 {
	display: block;
}
 ..ul-web {
 background: url(../images/jjd.png) center center no-repeat;
 overflow: hidden;
 background-size: 100%;
}
.ul-web li {
	float: left;
	text-align: center;
	width: 18%;
	padding-left: 5%;
}
.ul-web li h3 {
	display: inline-block;
	border: 1px dashed #358acb;
	height: 38px;
	line-height: 38px;
	border-radius: 5px;
	padding: 0 17px;
	color: #358acb;
	font-size: 16px;
	margin-top: 20px;
}
.ul-web li .block {
	position: relative;
	height: 151px;
}
.ul-web li .block img {
	position: absolute;
	left: 20px;
	top: 0;
	opacity: 0;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 0)';
 filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
.ul-web li.li1 .block {
	width: 116px;
	left: 50%;
	margin-left: -70px;
}
.ul-web li.li2 .block {
	width: 151px;
	left: 50%;
	margin-left: -95px;
}
.ul-web li.li3 .block {
	width: 125px;
	left: 50%;
	margin-left: -85px;
}
.ul-web li.li4 .block {
	width: 195px;
	left: 50%;
	margin-left: -120px;
}
.bg-blue {
	background: url(../images/bg_4.png) center top no-repeat;
	padding-top: 25px;
	padding-bottom: 100px;
}
.ul-tab {
	width: 193px;
	float: left;
	background: url(../images/line3.png) repeat-y 183px top;
	margin-right: 80px;
	padding-top: 45px;
}
.ul-tab li {
	margin-bottom: 50px;
}
.ul-tab li a {
	color: #666;
}
.ul-tab li h3 {
	font-size: 20px;
	background: url(../images/circle.png) right center no-repeat;
}
.ul-tab li span {
	display: block;
	font-size: 14px;
	color: #999;
}
.ul-tab li.hover h3, .ul-tab li a:hover h3 {
	background-image: url(../images/circle1.png);
	color: #e4392a;
}
.ul-tab li.hover span, .ul-tab li a:hover span {
	color: #e4392a;
}
.tab-show {
}
.tab-con {
	overflow: hidden;
}
.tab-con .animated {
	opacity: 0;
	filter: alpha(opacity=0);
}
.tab-show {
	height: 419px;
	overflow: hidden;
}
.web-con .shou {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 10;
}
.web-con .pic {
	float: right;
	position: relative;
	width: 139px;
	text-align: center;
	margin-top: 50px;
	margin-right: 40px;
}
.web-con .flex-control-nav {
	display: none;
}
.web-con .pic .img {
	/* position: absolute;
	left: 43px;
	top: 50px; */
	width: 139px;
	z-index: -1;
	display: inline-block;
}
.tab-con .txt {
	/*width: 66%;*/width: 84%;
}
.tab-con .pic {
	float: right;
	position: relative;
	width: 218px;
	text-align: center;
	margin-top: 50px;
}
.tab-con .pic .img {
	/* position: absolute;
	left: 43px;
	top: 50px; */
	width: 139px;
	z-index: -1;
}
.tab-con-box {
	width: 59%;
	float: left;
}
.tab-con .txt p {
	font-size: 14px;
	line-height: 24px;
	color: #666;
	padding-bottom: 45px;
}
.ul-icon {
	/*padding-right: 50px;*/
	overflow: hidden;
}
.ul-icon li {
	width: 94px;
	height: 94px;
	border-radius: 100%;
	background-color: #e4e5e7;
	color: #666;
	text-align: center;
	float: left;
	font-size: 15px;
	line-height: 22px;
	padding: 0 17px;
	margin:  0 25px 30px 25px;
}
.ul-icon li b, .ul-icon li span {
	display: inline-block;
	vertical-align: middle;
}
.ul-icon li b {
	width: 0;
	height: 100%;
}
.service {
	background: url(../images/bg_5.png) center top no-repeat;
	padding-top: 25px;
	padding-bottom: 63px;
}
.process {
	overflow: hidden;
}
.process .con {
	position: relative;
}
.animate-box, .animate-box .con {
	width: 1170px;
}
.process .pad {
	padding-top: 26%;
}
.process img {
	position: absolute;
	left: 0;
	top: 0;
}
.process span {
	display: inline-block;
	color: #90a1b3;
	font-size: 16px;
	position: absolute;
}
.process span.s1 {
	left: 0%;
	top: 0%;
}
.process span.s2 {
	left: 4.6%;
	top: 0%;
}
.process span.s3 {
	left: 1.6%;
	top: 22%;
}
.process span.s4 {
	left: 1.6%;
	top: 65%;
}
.process span.s5 {
	left: 7.5%;
	top: 42%;
}
.process span.s6 {
	left: 20%;
	top: 65%;
}
.process span.s7 {
	left: 27%;
	top: 50%;
}
.process span.s8 {
	left: 37%;
	top: 89%;
}
.process span.s9 {
	left: 46%;
	top: 15%;
}
.process span.s10 {
	left: 55%;
	top: 89%;
}
.process span.s11 {
	left: 76.5%;
	top: 64%;
}
.process span.s12 {
	left: 94%;
	top: 3%;
}
.process em {
	position: absolute;
	background: url(../images/r1.png) no-repeat;
	display: inline-block;
	z-index: 60;
	opacity: 0;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 0)';
 filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
.process em.q1 {
	width: 60px;
	height: 61px;
	left: 0;
	top: 40%;
}
.process em.q2 {
	width: 57px;
	height: 57px;
	top: 42%;
	left: 19%;
	background-image: url(../images/r2.png);
}
.process em.q3 {
	background-image: url(../images/r3.png);
	width: 62px;
	height: 56px;
	top: 68%;
	left: 38%;
}
.process em.q4 {
	background-image: url(../images/r4.png);
	width: 86px;
	height: 86px;
	top: 29%;
	left: 47%;
}
.process em.q5 {
	background-image: url(../images/r5.png);
	width: 63px;
	height: 59px;
	top: 68%;
	left: 57%;
}
.process em.q6 {
	background-image: url(../images/r6.png);
	width: 51px;
	height: 51px;
	left:77%;
	top: 40%;
}
.process em.q7 {
	background-image: url(../images/r7.png);
	width: 68px;
	height: 63px;
	left: 94%;
	top: 18%;
}
.ul-solution {
	overflow: hidden;
}
.ul-solution li {
	float: left;
	width:16.66666%;/*width: 15.67%;*/
	text-align: center;
	margin-bottom: 65px;
	position: relative;
}
.ul-solution li a {
	display: block;
	height: 140px;
	font-size: 16px;
	line-height: 30px;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}
.ul-solution li a span {
	display: block;
	background: url(../images/icon_solution.png) no-repeat;
	width: 102px;
	height: 102px;
	margin: 0 auto;
	margin-bottom: 20px;
	position: relative;
}
.ul-solution li a em {
	display: block;
	position: relative;
}
.ul-solution li.li1 span {
	background-position: -1px 0;
}
.ul-solution li.li2 span {
	background-position: -215px 0;
}
.ul-solution li.li3 span {
	background-position: -429px 0;
}
.ul-solution li.li4 span {
	background-position: -643px 0;
}
.ul-solution li.li5 span {
	background-position: -857px 0;
}
.ul-solution li.li6 span {
	background-position: -1070px 0;
}
.ul-solution li.li7 span {
	background-position: 0px bottom;
}
.ul-solution li.li8 span {
	background-position: -215px bottom;
}
.ul-solution li.li9 span {
	background-position: -429px bottom;
}
.ul-solution li.li10 span {
	background-position: -643px bottom;
}
.ul-solution li.li11 span {
	background-position: -857px bottom;
}
.ul-solution li.li12 span {
	background-position: -1070px bottom;
}
.ul-solution li a:hover span {
	background-image: url(../images/icon_solution_h.png);
}
.service-con .pic a:hover {
	opacity: .8;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 80)';
 filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}
.service-con .col-l, .service-con .col-r {
	width: 50%;
	float: left;
}
.service-con .tit-s {
	line-height: 100px;
	background: url(../images/disc3.png) left center no-repeat;
	padding-left: 14px;
	font-size: 18px;
}
.ul-service li {
	float: left;
	width: 50%;
	padding-right: 29px;
	margin-bottom: 30px;
}
.ul-service li .pad {
	font-size: 14px;
	padding: 14px;
	height: 148px;
	border: 1px solid #e5e5e5;
}
.ul-service li .pad p {
	max-height: 60px;
	overflow: hidden;
}
.ul-service li .pad span {
	display: block;
	overflow: hidden;
	clear: both;
}
.ul-service li .pad span i {
	display: block;
	font-style: normal;
	vertical-align: top;
	padding-left: 40px;
	padding-top: 6px;
}
.ul-service li img {
	display: block;
	float: left;
	margin-bottom: 16px;
}
.ul-txt {
	border: 1px solid #e5e5e5;
}
.ul-txt li {
}
.ul-txt li h5 {
	background: url(../images/jia.png) 95% center no-repeat;
	font-size: 14px;
	height: 48px;
	line-height: 48px;
	border-bottom: 1px solid #e5e5e5;
	padding-left: 14px;
}
.ul-txt li .txt {
	border-bottom: 1px solid #e5e5e5;
	line-height: 20px;
	display: none;
	color: #666;
	height: 130px;
	padding: 0 14px;
}
.ul-txt li.ok .txt {
	display: block;
}
.ul-txt li.ok h5 {
	background-image: url(../images/jian.png);
	border-bottom: 0;
}
.service-btn {
	text-align: center;
	padding: 55px 0;
}
.service-btn a {
	display: inline-block;
	width: 170px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background-color: #e4392a;
	color: #fff;
	font-size: 14px;
	border-radius: 5px;
	margin: 0 22px;
}
.service-btn a:hover {
	opacity: .8;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 80)';
 filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}
.case-img2 p {
	text-align: center;
}
.dede_pages {
	text-align:center;
	margin-top:30px;
	display:inline-block;
	width:100%;
	margin-bottom:50px;
}
.dede_pages ul {
	padding:12px 0px 12px 16px;
	text-align:center;
}
.dede_pages ul li {
	float:left;
	font-family:Tahoma;
	line-height:28px;
	margin-right:6px;
	padding:0px 8px;
	border:1px solid #E9E9E9;
}
.dede_pages ul li select {
	height:28px;
	line-height:28px;
	text-align:center;
}
.dede_pages ul li a {
	float:left;
	color:#555;
	display:block;
	padding:0px 8px;
	line-height:28px;
}
.dede_pages ul li a:hover {
	color:#690;
	text-decoration:none;
	line-height:28px;
	padding:0px 8px;
}
.dede_pages ul li.thisclass, .dede_pages ul li.thisclass a, .pagebox ul li.thisclass a:hover {
	background-color:#F8F8F8;
	padding:0px 8px 0px;
	font-weight:bold;
}
.dede_pages .pageinfo {
	line-height:28px;
	padding:12px 10px 12px 16px;
	color:#999;
}
.dede_pages .pageinfo strong {
	color:#555;
	font-weight:normal;
	margin:0px 2px;
}

.sub-nav ul li .mycur {
	background:url(../images/disc.jpg) left center no-repeat;
	color:#e4392a;
}




.l, .col-l, .col_l, .col-c, .col_c {
	float:left;
}
.r, .col-r, .col_r, dt span, .ul-txt li span, .ul_txt li span {
	float:right;
}
.c {
	clear:both;
}
.n, em {
	font-weight:normal;
	font-style:normal;
}
.b {
	font-weight:bold;
}
.i {
	font-style:italic;
}
.fa {
	font-family:Arial;
}
.fg {
	font-family:Georgia;
}
.ft {
	font-family:Tahoma;
}
.fl {
	font-family:Lucida Console;
}
.fs {
	font-family:'宋体';
}
.fw {
	font-family:'微软雅黑';
}
.tc {
	text-align:center;
}
.tr {
	text-align:right;
}
.tl {
	text-align:left;
}
.tdu {
	text-decoration:underline;
}
.tdn, .tdn:hover, a.tdl:hover {
	text-decoration:none;
}
.fc0 {
	color:#000000;
}
.fc3 {
	color:#333333;
}
.fc6 {
	color:#666666;
}
.fc9 {
	color:#999999;
}
.fcr {
	color:red;
}
.fcw {
	color:white;
}
.fcb {
	color:blue;
}
.fcg {
	color:green;
}
.f0 {
	font-size:0;
}
.f10 {
	font-size:10px;
}
.f12 {
	font-size:12px;
}
.f13 {
	font-size:13px;
}
.f14 {
	font-size:14px;
}
.f16 {
	font-size:16px;
}
.f20 {
	font-size:20px;
}
.f24 {
	font-size:24px;
}
.vm {
	vertical-align:middle;
}
.vtb {
	vertical-align:text-bottom;
}
.vt {
	vertical-align:top;
}
.vn {
	vertical-align:-2px;
}
.vimg {
	margin-bottom:-3px;
}
.m0 {
	margin:0;
}
.ml0 {
	margin-left:0;
}
.ml5 {
	margin-left:5px;
}
.ml10 {
	margin-left:10px;
}
.ml20 {
	margin-left:20px;
}
.mr0 {
	margin-right:0;
}
.mr5 {
	margin-right:5px;
}
.mr10 {
	margin-right:10px;
}
.mr20 {
	margin-right:20px;
}
.mt5 {
	margin-top:5px;
}
.mt10 {
	margin-top:10px;
}
.mt20 {
	margin-top:20px;
}
.mb5 {
	margin-bottom:5px;
}
.mb10 {
	margin-bottom:10px;
}
.mb20 {
	margin-bottom:20px;
}
.ml-1 {
	margin-left:-1px;
}
.mt-1 {
	margin-top:-1px;
}
.p1 {
	padding:1px;
}
.pl5 {
	padding-left:5px;
}
.p5 {
	padding:5px;
}
.pt5 {
	padding-top:5px;
}
.pr5 {
	padding-right:5px;
}
.pb5 {
	padding-bottom:5px;
}
.p10 {
	padding:10px;
}
.pl10 {
	padding-left:10px;
}
.pt10 {
	padding-top:10px;
}
.pr10 {
	padding-right:10px;
}
.pb10 {
	padding-bottom:10px;
}
.p20 {
	padding:20px;
}
.pl20 {
	padding-left:20px;
}
.pt20 {
	padding-top:20px;
}
.pr20 {
	padding-right:20px;
}
.pb20 {
	padding-bottom:20px;
}
.rel, .pr {
	position:relative;
}
.abs, .pa {
	position:absolute;
}
.dn {
	display:none;
}
.db {
	display:block;
}
.dib {
	-moz-inline-stack:inline-block;
	display:inline-block;
}
.di {
	display:inline;
}
.ovh {
	overflow:hidden;
}
.ovs {
	overflow:scroll;
}
.vh {
	visibility:hidden;
}
.vv {
	visibility:visible;
}
.lh14 {
	line-height:14px;
}
.lh16 {
	line-height:16px;
}
.lh18 {
	line-height:18px;
}
.lh20 {
	line-height:20px;
}
.lh22 {
	line-height:22px;
}
.lh24 {
	line-height:24px;
}
.fix {
*zoom:1;
}
.fix:after, .fix:before {
	display:block;
	content:"clear";
	height:0;
	clear:both;
	overflow:hidden;
	visibility:hidden;
}
.z {
	_zoom:1;
}
.h1 {
	height:1px;
}
.h5 {
	height:5px;
}
.h10, .h {
	height:10px;
}
.h15 {
	height:15px;
}
.h20 {
	height:20px;
}
.h1, .h5, .h10, .h15, .h20, .h25, .h, .h30, .h35, .h40, .h45, .h50, .h55, .h60 {
	font-size:0px;
	line-height:0;
	overflow:hidden;
	clear:both;
	visibility: hidden;
}
body {
	font:12px/1.5 宋体, Arial, sans-serif;
}
a {
	text-decoration:none;
}
a:hover {
	color:#FF6600
}
.h25 {
	height: 25px;
}
.h30 {
	height: 30px;
}
.h40 {
	height: 40px;
}
.h45 {
	height: 45px;
}
.h50 {
	height: 50px;
}
.h55 {
	height: 55px;
}
.h60 {
	height: 60px;
}





/*产品详情页*/
/*all*/

.w1520 {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.bot-out-link{
  position: fixed;
  left: 3%;
  bottom: 30px;
  background-color: #f14702;
  color: #fff;
  display: block;
  width: 130px;
  height: 48px;
  border-radius: 4px;
  z-index: 10;
  text-align: center;
  line-height: 48px;
  font-size: 22px;
  font-family: "微软雅黑";
}
.bot-out-link:hover{
  color: #fff;
}

.return-top {
  width: 36px;
  position: fixed;
  right: 4.4%;
  bottom: 190px;
  display: none;
}
.return-top .top-btn {
  text-align: center;
  display: block;
  width: 100%;
  padding-top: 14px;
  line-height: 16px;
  height: 22px;
  background: url(../img/ico_45.png) no-repeat center 10px #fff;
  font-family: "Arial";
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
.return-top .top-btn:hover {
  background: url(../img/ico_45_h.png) no-repeat center 10px #000;
  color: #fff;
}
.return-top .link-qq {
  display: block;
  width: 100%;
  height: 36px;
  margin-top: 1px;
  background: url(../img/ico_46.png) no-repeat center #fff;
  transition: all 0.3s ease 0s;
}
.return-top .link-qq:hover {
  background: url(../img/ico_46_h.png) no-repeat center #000;
  color: #fff;
}

.float-right-box{
  width: 250px;
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -127px;
  background-color: #191919;
  z-index: 1000;
  transition: width 0.3s ease 0s;
}
.float-right-box.on{
  width: 50px;
}
.float-right-box .top-list{
    width: 100%;
}
.float-right-box .top-list ul{
  width: 100%;
}
.float-right-box .top-list li{
  width: 100%;
  position: relative;
  border-bottom: 1px solid #3b3b3b;
  transition: background 0.3s ease 0s;
  height: 50px;
}
.float-right-box .top-list a{
  display: block;
  width: 100%;
}
.float-right-box .top-list .ico{
  display: inline-block;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 0;
  transition: background 0.3s ease 0s;
  z-index: 2;
}
.float-right-box .top-list .ico1{
  background: url(../img/ico_58.png) no-repeat center #191919;
}
.float-right-box .top-list .ico2{
  background: url(../img/ico_59.png) no-repeat center #191919;
}
.float-right-box .top-list .ico3{
  background: url(../img/ico_60.png) no-repeat center #191919;
}
.float-right-box .top-list .ico4{
  background: url(../img/ico_61.png) no-repeat center #191919;
}
.float-right-box .top-list .ico5{
  background: url(../img/ico_62.png) no-repeat center #191919;
}
.float-right-box .top-list .ico6{
  background: url(../img/ico_68.png) no-repeat center #191919;
}
.float-right-box .top-list .ico7{
  background: url(../img/ico_69.png) no-repeat center #191919;
}
.float-right-box .top-list .stt{
  display: inline-block;
  font-size: 14px;
  line-height: 50px;
  color: #fff;
  transition: color 0.3s ease 0s;
  position: absolute;
  left: 28px;
  top: 0;
  z-index: 1;
  width: 222px;
}
.float-right-box .top-list li:hover .stt{
  color: #15191e;
}
.float-right-box .top-list li:hover .ico1{
  background: url(../img/ico_58_h.png) no-repeat center #fff;
}
.float-right-box .top-list li:hover .ico2{
  background: url(../img/ico_59_h.png) no-repeat center #fff;
}
.float-right-box .top-list li:hover .ico3{
  background: url(../img/ico_60_h.png) no-repeat center #fff;
}
.float-right-box .top-list li:hover .ico4{
  background: url(../img/ico_61_h.png) no-repeat center #fff;
}
.float-right-box .top-list li:hover .ico5{
  background: url(../img/ico_62_h.png) no-repeat center #fff;
}
.float-right-box .top-list li:hover .ico6{
  background: url(../img/ico_68_h.png) no-repeat center #fff;
}
.float-right-box .top-list li:hover .ico7{
  background: url(../img/ico_69_h.png) no-repeat center #fff;
}
.float-right-box .top-list li:hover{
  background-color: #fff;
}
.float-right-box .top-list .return-webtop .stt{
  font-family: "Arial";
  font-weight: bold;
}
.float-right-box .bot-share{
  position: relative;
  height: 50px;
}
.float-right-box .bot-share a{
  display: inline-block;
  width: 50px;
  height: 50px;
  float: left;
  transition: background 0.3s ease 0s;
  margin: 0;
  padding: 0;
}
.float-right-box .bot-share .share{
  width: 200px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.float-right-box .bot-share .sina{
  background: url(../img/ico_63.png) no-repeat center;
}
.float-right-box .bot-share .wx{
  background: url(../img/ico_64.png) no-repeat center;
}
.float-right-box .bot-share .tx{
  background: url(../img/ico_65.png) no-repeat center;
}
.float-right-box .bot-share .more{
  background: url(../img/ico_66.png) no-repeat center;
}
.float-right-box .bot-share a:hover{
  background-color: #525354;
}
.float-right-box .bot-share .share-ico{
  background: url(../img/ico_67.png) no-repeat center #191919;
  width: 50px;
  height: 50px;
  display: inline-block;
  cursor: pointer;
  z-index: 2;
  position: relative;
}

.new-float{
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 50;
  width: 77px;
  height: 374px;
  margin-top: -150px;
}
.new-float li{
  position: relative;
  width: 77px;
  height: 57px;
  margin-bottom: 1px;
  line-height: 27px;
  color: #fff;
  text-align: center;
}
.new-float li.hover{
  overflow: hidden;
}
.new-float li a{
  display: inline-block;
  color: #fff;
  font-size: 12px;
}
.new-float li a.tit{
  width: 77px;
  height: 27px;
  padding: 30px 10px 0 0;
  color: #fff;
}
.new-float li p{
  position: relative;
  z-index: 2;
  height: 27px;
  padding-top: 30px;
  cursor: pointer;
}
.new-float li.fi a{
  background: url(../img/bg_float01.png) no-repeat;
}
.new-float li.se a{
  background: url(../img/bg_float02.png) no-repeat;
}
.new-float li.th a{
  background: url(../img/bg_float03.png) no-repeat;
}
.new-float li.fo a.tit{
  background: url(../img/bg_float04.png) no-repeat;
}
.new-float li.fif p{
  background: url(../img/bg_float05.png) no-repeat;
  font-size: 12px;
}
.new-float li.zixun a{
  background: url(../img/bg_float01.png) no-repeat;
}
.new-float li.six a{
  background: url(../img/xxf_bg_float01.png) no-repeat;
  cursor: pointer;
}


.new-float li .tel{
  position: absolute;
  left: 77px;
  top: 0;
  z-index: 1;
  width: 184px;
  height: 57px;
  font: 24px/57px Arial;
  color: #fff;
  background: url(../img/bg_float06.png) no-repeat;
  cursor: pointer;
}
.new-float a.mof{
  display: inline-block;
  width: 54px;
  height: 71px;
  padding: 12px 11px 0 12px;
  margin-top: 10px;
  *margin-top: 7px;
  background: url(../img/bg_float07.png) no-repeat;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
}



.body-wrap {
  width: 100%;
  position: relative;
  transition: all 0.5s ease 0s;
  z-index: 1;
}

.body-wrap.left, header.left .header-main {
  transform: translateX(-66%);
}

.m-sub-menu.show {
  right: 0;
  transition: all 0.44s ease 0s;
}

.m-sub-menu {
  position: fixed;
  right: -100%;
  width: 66%;
  top: 0;
  z-index: 100;
  height: 100%;
  background-color: #fff;
  transition: all 0.64s ease 0s;
}
.m-sub-menu .top-box {
  line-height: 60px;
  background-color: #333;
}
.m-sub-menu .top-box .stt {
  display: inline-block;
  font-size: 16px;
  color: #acacac;
  margin-left: 8.2%;
  font-family: "Base-font";
}
.m-sub-menu .top-box .close {
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url(../img/ico_37.png) no-repeat center;
  margin-right: 7.8%;
  margin-top: 22px;
  cursor: pointer;
}
.m-sub-menu .list-wrap ul {
  width: 100%;
}
.m-sub-menu .list-wrap li {
  line-height: 60px;
  width: 100%;
  border-bottom: 1px solid #f2f2f2;
}
.m-sub-menu .list-wrap li .col-box {
  display: block;
  width: 84%;
  padding: 0 7.8% 0 8.2%;
}
.m-sub-menu .list-wrap .tit {
  font-size: 16px;
  color: #666;
}
.m-sub-menu .list-wrap .point {
  display: inline-block;
  width: 8px;
  height: 12px;
  background: url(../img/ico_38.png) no-repeat center;
  margin-top: 26px;
}
.m-sub-menu .bot-link {
  width: 84%;
  padding: 0 7.8% 0 8.2%;
  margin-top: 30px;
}
.m-sub-menu .bot-link a {
  display: inline-block;
  width: 36px;
  height: 50px;
  margin-right: 20px;
  float: left;
}
.m-sub-menu .bot-link .link1 {
  /*background: url(../img/ico_39.png) no-repeat center;*/
  background: url(../img/ico_01.png) no-repeat center;
  background-size: auto 16px;
}
.m-sub-menu .bot-link .link2 {
  /*background: url(../img/ico_40.png) no-repeat center;*/
  background: url(../img/ico_02.png) no-repeat center;
  background-size: auto 16px;
}
.m-sub-menu .bot-link .link3 {
  /*background: url(../img/ico_41.png) no-repeat center;*/
  background: url(../img/ico_03.png) no-repeat center;
  background-size: auto 16px;
}
.m-sub-menu .sec-sub-list {
  position: absolute;
  right: -100%;
  top: 60px;
  width: 100%;
}
.m-sub-menu .sec-sub-list .return-fir {
  display: block;
  width: 84%;
  padding: 0 7.8% 0 8.2%;
  line-height: 60px;
  background-color: #333;
}
.m-sub-menu .sec-sub-list .return-fir p {
  padding-left: 18px;
  color: #fff;
  font-size: 18px;
  background: url(../img/ico_42.png) no-repeat left center;
}
.m-sub-menu .sec-sub-list .boxs {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.4s ease 0s;
  background-color: #fff;
}
.m-sub-menu .sec-sub-list .boxs.show {
  left: -100%;
}
.m-sub-menu .sec-sub-list ul, .m-sub-menu .sec-sub-list li {
  width: 100%;
}
.m-sub-menu .sec-sub-list li {
  line-height: 60px;
  border-bottom: 1px solid #f2f2f2;
}
.m-sub-menu .sec-sub-list li a {
  display: block;
  width: 84%;
  padding: 0 7.8% 0 8.2%;
  font-size: 16px;
  color: #666;
}
.m-sub-menu .sec-sub-list .bot-link {
  margin-top: 14px;
}

.contact-wrap {
  background-color: #f6f6f6;
  padding-top: 50px;
  padding-bottom: 50px;
}
.contact-wrap .main-wrap {
  width: 82.8%;
  margin: 0 auto;
}
.contact-wrap h4 {
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
  font-family: "Base-font";
  padding-bottom: 13px;
  border-bottom: 1px solid #e3e3e3;
  color: #333;
}
.contact-wrap .city-list {
  width: 166px;
  margin-right: 100px;
}
.contact-wrap .city-list ul {
  width: 100%;
}
.contact-wrap .city-list li {
  width: 100%;
  line-height: 36px;
  font-size: 24px;
  color: #c5c5c5;
  cursor: pointer;
  font-family: "Base-font";
  transition: color 0.3s ease 0s;
}
.contact-wrap .city-list li.cur, .contact-wrap .city-list li:hover {
  color: #333;
}
.contact-wrap .address {
  margin-right: 132px;
  width: 300px;
}
.contact-wrap .address .cont {
  padding-top: 25px;
}
.contact-wrap .address .cont p {
  line-height: 24px;
  font-size: 14px;
  color: #666;
}
.contact-wrap .address .cont .stt {
  font-weight: bold;
}
/*.contact-wrap .address .cont .link-map {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../img/ico_13.png) no-repeat center;
  margin-top: 8px;
  transition: background 0.3s ease 0s;
}
.contact-wrap .address .cont .link-map:hover {
  background: url(../img/ico_13_h.png) no-repeat center #000;
}*/
.contact-wrap .address .boxs {
  display: none;
}
.contact-wrap .weixin {
  margin-right: 100px;
  width: 240px;
}
.contact-wrap .weixin .wx-img {
  padding-top: 26px;
}
.contact-wrap .advis {
  width: 205px;
}
.contact-wrap .advis .link-qq {
  padding-top: 28px;
}
.contact-wrap .advis .link-qq a {
  display: inline-block;
  margin-bottom: 10px;
  border: 1px solid #e3e3e3;
  padding-left: 40px;
  line-height: 34px;
  width: 75px;
  font-size: 12px;
  background: url(../img/ico_14.png) no-repeat 17px center;
  transition: all 0.3s ease 0s;
}
.contact-wrap .advis .link-qq a:hover {
  border: 1px solid #333;
  color: #fff;
  background: url(../img/ico_14_h.png) no-repeat 17px center #333;
}

.i-ban {
  position: relative;
  overflow: hidden;
  width: 100%;
  z-index: 1;
  height: 800px;
}
.i-ban ul, .i-ban li {
  width: 100%;
  height: 100%;
}
.i-ban li {
  background-size: cover !important;
  position: absolute;
  left: 100%;
  top: 0;
  overflow: hidden;
}
.i-ban li a{
  display: block;
  width: 100%;
  height: 100%;
}
.i-ban li .cent-cont {
  position: absolute;
  left: 10.5%;
  top: 50%;
  margin-top: -240px;
  color: #fff;
  z-index: 3;
}
.i-ban li .gray-bg {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.i-ban li .word {
  color: #fff;
  font-size: 50px;
  line-height: 68px;
}
.i-ban li .word p {
  position: relative;
  overflow: hidden;
  height: 68px;
}
.i-ban li .word p .font-sign {
  position: relative;
  display: block;
  top: 20px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.i-ban li .word span.line {
  display: block;
  height: 4px;
  background-color: #fff;
  opacity: 0.7;
  filter: alpha(opacity=70);
  width: 0;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
}
.i-ban li .word .font {
  display: block;
  position: relative;
  top: 20px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.i-ban li .link {
  display: block;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  margin-top: 50px;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}
.i-ban li .link i {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/ico_16.png) no-repeat center;
  position: absolute;
  left: 0;
  top: 0;
}
.i-ban li .link:hover {
  border: 1px solid white;
}
.i-ban li.active .word p .font-sign {
  top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  transform: rotate(0);
  transition: all 0.5s ease 0s;
}
.i-ban li.active .link {
  opacity: 1;
  filter: alpha(opacity=1);
  transition: all 0.3s ease 0.6s;
}
.i-ban li.active .link i {
  animation: downico 1.5s ease-out infinite;
}
.i-ban .btns {
  position: absolute;
  bottom: 76px;
  left: 10.5%;
  z-index: 10;
}
.i-ban .btns span {
  display: inline-block;
  width: 50px;
  height: 2px;
  margin-right: 10px;
  background-color: #3a333f;
  position: relative;
  cursor: pointer;
}
.i-ban .btns span i {
  display: block;
  height: 100%;
  position: absolute;
  width: 0;
  background-color: #918c94;
}

.i-m-ban {
  height: 500px;
  position: relative;
  overflow: hidden;
  display: none;
}
.i-m-ban ul {
  height: 100%;
}
.i-m-ban li {
  height: 100%;
  position: relative;
  background-size: cover !important;
}
.i-m-ban .cent-cont {
  position: absolute;
  width: 90%;
  left: 5.5%;
  top: 50%;
  margin-top: -240px;
  color: #fff;
}
.i-m-ban .word {
  color: #fff;
  font-size: 30px;
  line-height: 56px;
}
.i-m-ban .word p {
  position: relative;
  overflow: hidden;
  height: 56px;
}
.i-m-ban .word p .font-sign {
  position: relative;
  display: block;
  top: 20px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.i-m-ban .word span.line {
  display: block;
  height: 4px;
  background-color: #fff;
  opacity: 0.7;
  filter: alpha(opacity=70);
  width: 0;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
}
.i-m-ban .word .font {
  display: block;
  position: relative;
  top: 20px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.i-m-ban .link {
  display: block;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  margin-top: 50px;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
}
.i-m-ban .link i {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/ico_16.png) no-repeat center;
  position: absolute;
  left: 0;
  top: 0;
}
.i-m-ban li.swiper-slide-active .word p .font-sign {
  top: 0;
  opacity: 1;
  filter: alpha(opacity=100);
  transform: rotate(0);
  transition: all 0.5s ease 0s;
}
.i-m-ban li.swiper-slide-active .link {
  opacity: 1;
  filter: alpha(opacity=1);
  transition: all 0.3s ease 0.6s;
}
.i-m-ban li.swiper-slide-active .link i {
  animation: downico 1.5s ease-out infinite;
}
.i-m-ban .page-btns {
  position: absolute;
  bottom: 76px;
  left: 5.5%;
  z-index: 2;
  height: 2px;
}
.i-m-ban .page-btns span {
  display: inline-block;
  width: 50px;
  height: 2px;
  margin-right: 10px;
  background-color: #3a333f;
  position: relative;
  cursor: pointer;
  vertical-align: top;
}
.i-m-ban .page-btns span i {
  display: block;
  height: 100%;
  position: absolute;
  width: 0;
  background-color: #918c94;
}
.i-m-ban .page-btns .swiper-pagination-bullet-active i {
  transition: width 4s linear 0s;
}

@keyframes downico {
  0% {
    top: 0;
    opacity: 1;
  }
  35% {
    top: 50%;
    opacity: 0;
  }
  65% {
    top: -50%;
    opacity: 0;
  }
  100% {
    top: 0;
    opacity: 1;
  }
}
.body-wrap .loader {
  z-index: 10;
}

.i-wrap .up-graybox {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.4s ease 0s;
}
.i-wrap .up-graybox .bgbox {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.i-wrap .up-graybox .stit {
  font-size: 16px;
  line-height: 30px;
  width: 100%;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
  color: #fff;
}
.i-wrap .up-graybox .line {
  display: inline-block;
  width: 100px;
  height: 1px;
  background-color: #f2f2f2;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  transition: all 0.6s ease 0s;
}
.i-wrap .up-graybox .linet {
  top: 0;
}
.i-wrap .up-graybox .lineb {
  bottom: 0;
}
.i-wrap .up-graybox .out-ico {
  display: none;
  width: 26px;
  height: 26px;
  position: absolute;
  right: 20px;
  top: 20px;
}
.i-wrap .up-graybox:hover .line {
  width: 6px;
  margin-left: -3px;
  opacity: 0.6;
  filter: alpha(opacity=60);
}

.i-column-wrap .stit {
  font-size: 26px;
  line-height: 46px;
  color: #333;
  margin-left: -1px;
}
.i-column-wrap .line {
  display: block;
  width: 10px;
  height: 2px;
  background-color: #9a9a9a;
  margin-top: 10px;
}
.i-column-wrap .mtit {
  display: block;
  margin-top: 18px;
  line-height: 36px;
  color: #444;
  font-size: 16px;
}
.i-column-wrap .font {
  display: block;
  line-height: 24px;
  font-size: 13px;
  margin-top: 10px;
}
.i-column-wrap .link {
  display: block;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  margin-top: 98px;
  transition: background 0.3s ease 0s;
  position: relative;
  overflow: hidden;
}
.i-column-wrap .link i {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  transition: all 0.3s ease 0s;
}
.i-column-wrap .link .bg {
  display: block;
  width: 0;
  height: 0;
  left: 50%;
  top: 50%;
  transition: all 0.3s ease 0s;
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
}

.i-column-wrap.black .stit {
  color: #333;
}
.i-column-wrap.black .stit a {
  color: #333;
}
.i-column-wrap.black .line {
  background-color: #9a9a9a;
}
.i-column-wrap.black .mtit {
  color: #444;
}
.i-column-wrap.black .mtit a {
  color: #444;
}
.i-column-wrap.black .mtit a:hover {
  color: #666;
}
.i-column-wrap.black .link {
  border: 1px solid #aaa;
}
.i-column-wrap.black .link i {
  background: url(../img/ico_06.png) no-repeat center;
}

.i-column-wrap.white .stit {
  color: #fff;
  font-weight: bold;
}
.i-column-wrap.white .stit a {
  color: #fff;
}
.i-column-wrap.white .line {
  background-color: #9a9a9a;
}
.i-column-wrap.white .mtit {
  color: #cdcdcd;
}
.i-column-wrap.white .mtit a {
  color: #cdcdcd;
}
.i-column-wrap.white .mtit a:hover {
  color: #fff;
}
.i-column-wrap.white .font {
  color: #fff;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.i-column-wrap.white .link {
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.i-column-wrap.white .link i {
  background: url(../img/ico_05.png) no-repeat center;
}

.i-fir-wrap {
  position: relative;
  background-color: #fff;
  z-index: 2;
}
.i-fir-wrap .left-wrap {
  width: 50%;
  position: relative;
}
.i-fir-wrap .left-wrap .cent-cont {
  width: 62%;
  left: 6%;
  position: absolute;
  top: 205px;
}
.i-fir-wrap .left-wrap .num-box {
  width: 210px;
  height: 206px;
  background-color: #f0f0f0;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
}
.i-fir-wrap .left-wrap .num-box .num {
  display: inline-block;
  color: #999;
  font-size: 24px;
  line-height: 58px;
  font-family: "Base-font";
  margin-top: 62px;
  background: url(../img/line_01.png) no-repeat center top;
}
.i-fir-wrap .left-wrap .num-box p {
  color: #888;
}
.i-fir-wrap .right-wrap {
  width: 50%;
}
.i-fir-wrap .right-wrap .about-recom {
  background-color: #fff;
  width: 100%;
}
.i-fir-wrap .right-wrap .about-recom .cont {
  width: 89.4%;
  padding: 38px 5.3% 0;
  height: 356px;
  position: relative;
}
.i-fir-wrap .right-wrap .about-recom .stit {
  font-size: 48px;
  line-height: 60px;
  color: #333;
  font-family: "Base-font";
  margin-left: -2px;
}
.i-fir-wrap .right-wrap .about-recom .font {
  display: block;
  line-height: 26px;
  font-size: 16px;
  margin-top: 12px;
  color: #777;
  width: 71%;
}
.i-fir-wrap .right-wrap .about-recom .email {
  display: block;
  width: 42px;
  height: 42px;
  border: 1px solid #aaa;
  margin-top: 40px;
  border-radius: 50%;
  transition: all 0.3s ease 0s;
  position: relative;
}
.i-fir-wrap .right-wrap .about-recom .email i {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  transition: all 0.3s ease 0s;
  background: url(../img/ico_07.png) no-repeat center;
}
.i-fir-wrap .right-wrap .about-recom .email .bg {
  display: block;
  width: 0;
  height: 0;
  left: 50%;
  top: 50%;
  transition: all 0.3s ease 0s;
  position: absolute;
  border-radius: 50%;
  background-color: #333;
}
.i-fir-wrap .right-wrap .about-recom .bot-link {
  position: absolute;
  display: block;
  bottom: 0;
  left: 5.3%;
  width: 89.4%;
  line-height: 56px;
  border-top: 1px solid #e3e3e3;
  font-size: 16px;
  font-family: "Base-font";
}
.i-fir-wrap .right-wrap .about-recom .bot-link .point {
  display: inline-block;
  width: 24px;
  height: 56px;
  background: url(../img/ico_08.png) no-repeat center;
}
.i-fir-wrap .right-wrap .about-recom .bot-link:hover .point {
  background: url(../img/ico_08_h.png) no-repeat center;
}
.i-fir-wrap .right-wrap .img-box {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.i-fir-wrap .right-wrap .img-box img {
  width: 100%;
  transform: translateZ(0px);
  transition: transform 0.3s ease 0s;
}
.i-fir-wrap .right-wrap .img-box:hover img {
  transform: scale(1.05, 1.05);
  transition: transform 0.6s ease 0s;
}
.i-fir-wrap .right-wrap .img-box:hover .up-graybox {
  opacity: 1;
  filter: alpha(opacity=1);
}

.i-sec-wrap {
  background-color: #2f2f2f;
}
.i-sec-wrap .img-box {
  width: 64%;
  display: block;
  position: relative;
  overflow: hidden;
}
.i-sec-wrap .img-box img {
  width: 100%;
  transform: translateZ(0px);
  transition: transform 0.3s ease 0s;
}
.i-sec-wrap .img-box:hover img {
  transform: scale(1.05, 1.05);
  transition: transform 0.6s ease 0s;
}
.i-sec-wrap .img-box:hover .up-graybox {
  opacity: 1;
  filter: alpha(opacity=1);
}
.i-sec-wrap .right-cont {
  width: 29%;
  margin-right: 3.9%;
  color: #fff;
  padding-top: 88px;
}
.i-sec-wrap .right-cont .stit {
  /*font-size: 40px;*/
  font-size: 26px;
  line-height: 60px;
}
.i-sec-wrap .right-cont .mtit{
  line-height: 28px;
}
.i-sec-wrap .right-cont .link-box{
  margin-top: 96px;
}
.i-sec-wrap .right-cont .link-box h3{
  display: inline-block;
}
.i-sec-wrap .right-cont .link-box a{
  display: inline-block;
  line-height: 26px;
  height: 26px;
  font-size: 13px;
  margin-bottom: 14px;
  border: 1px solid #828282;
  padding: 0 12px;
  border-radius: 18px;
  margin-right: 10px;
  color: #fff;
  transition: all 0.3s ease 0s;
  float: left;
}
.i-sec-wrap .right-cont .link-box a:hover{
  border: 1px solid #fff;
  background-color: #fff;
  color: #2f2f2f;
}

.i-thi-wrap {
  background-color: #fff;
  padding-top: 44px;
  padding-bottom: 46px;
}
.i-thi-wrap .main-wrap {
  width: 93.4%;
  margin: 0 auto;
}
.i-thi-wrap .tit-box h4 {
  font-size: 26px;
  line-height: 36px;
  color: #333;
  font-weight: normal;
}
.i-thi-wrap .tit-box .intr {
  line-height: 26px;
  font-size: 15px;
  margin-top: 6px;
  color: #999;
}
.i-thi-wrap .nav-box {
  margin-top: 24px;
}
.i-thi-wrap .nav-box .left-link span, .i-thi-wrap .nav-box .left-link a {
  display: inline-block;
  float: left;
  background-color: #f5f5f5;
  font-size: 14px;
  line-height: 50px;
  color: #333;
  margin-right: 2px;
  margin-bottom: 2px;
  cursor: pointer;
  transition: all 0.5s ease 0s;
}
.i-thi-wrap .nav-box .left-link a h1,
.i-thi-wrap .nav-box .left-link a h2{
  font-size: 14px;
  line-height: 50px;
  /*color: #333;*/
}
/*.i-thi-wrap .nav-box .left-link span.cur h2, 
.i-thi-wrap .nav-box .left-link span.cur h1, 
.i-thi-wrap .nav-box .left-link span:hover h2, 
.i-thi-wrap .nav-box .left-link span:hover h1, 
.i-thi-wrap .nav-box .left-link a.cur h2, 
.i-thi-wrap .nav-box .left-link a.cur h1, 
.i-thi-wrap .nav-box .left-link a:hover h2,
.i-thi-wrap .nav-box .left-link a:hover h1{
  color: #fff;
}*/
.i-thi-wrap .nav-box .left-link span.cur, 
.i-thi-wrap .nav-box .left-link span.cur, 
.i-thi-wrap .nav-box .left-link span:hover, 
.i-thi-wrap .nav-box .left-link span:hover, 
.i-thi-wrap .nav-box .left-link a.cur, 
.i-thi-wrap .nav-box .left-link a.cur, 
.i-thi-wrap .nav-box .left-link a:hover,
.i-thi-wrap .nav-box .left-link a:hover{
  background-color: #333 !important;
  color: #fff;
}
.i-thi-wrap .nav-box .left-link .all {
  font-family: "Base-font";
  text-align: center;
  width: 75px;
}
.i-thi-wrap .nav-box .left-link .type-link {
  padding-left: 50px;
  padding-right: 30px;
}
.i-thi-wrap .nav-box .left-link .type1 {
  background: url(../img/ico_10.png) no-repeat 20px center #f5f5f5;
}
.i-thi-wrap .nav-box .left-link .type2 {
  background: url(../img/ico_11.png) no-repeat 25px center #f5f5f5;
}
.i-thi-wrap .nav-box .left-link .type3 {
  background: url(../img/ico_12.png) no-repeat 25px center #f5f5f5;
}
.i-thi-wrap .nav-box .left-link .type4 {
  background: url(../img/ico_71.png) no-repeat 25px center #f5f5f5;
}
.i-thi-wrap .nav-box .left-link .type1:hover {
  background: url(../img/ico_10_h.png) no-repeat 20px center #777;
}
.i-thi-wrap .nav-box .left-link .type2:hover {
  background: url(../img/ico_11_h.png) no-repeat 25px center #777;
}
.i-thi-wrap .nav-box .left-link .type3:hover {
  background: url(../img/ico_12_h.png) no-repeat 25px center #777;
}
.i-thi-wrap .nav-box .left-link .type4:hover {
  background: url(../img/ico_71_h.png) no-repeat 25px center #f5f5f5;
}
.i-thi-wrap .nav-box .more {
  display: inline-block;
  font-size: 14px;
  line-height: 42px;
  color: #777;
  background: url(../img/ico_09.png) no-repeat left center;
  padding-left: 22px;
  transition: all 0.3s ease 0s;
}
.i-thi-wrap .nav-box .more:hover {
  color: #000;
}
.i-thi-wrap .list-wrap {
  margin-top: 45px;
}
.i-thi-wrap .list-wrap ul {
  width: 101.6%;
}
.i-thi-wrap .list-wrap li {
  width: 31.7%;
  margin-right: 1.6%;
  transition: box-shadow 0.3s ease 0s;
  margin-bottom: 20px;
}
.i-thi-wrap .list-wrap .img {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.i-thi-wrap .list-wrap .img img.up-pic {
  transform: translateZ(0px);
  transition: transform 0.3s ease 0s;
}
.i-thi-wrap .list-wrap .up-graybox {
  z-index: 3;
}
.i-thi-wrap .list-wrap .img:hover img.up-pic {
  transform: scale(1.05, 1.05);
  transition: transform 0.6s ease 0s;
}
.i-thi-wrap .list-wrap .img:hover .up-graybox {
  opacity: 1;
  filter: alpha(opacity=1);
}
.i-thi-wrap .list-wrap .cont-wrap {
  width: 86.5%;
  padding: 20px 6.5% 0;
  border: 1px solid #f2f2f2;
  margin-top: -1px;
}
.i-thi-wrap .list-wrap .tit {
  line-height: 32px;
  font-size: 18px;
}
.i-thi-wrap .list-wrap .tit a {
  display: inline-block;
  color: #333;
}
.i-thi-wrap .list-wrap .intr {
  display: block;
  line-height: 22px;
  font-size: 12px;
  height: 52px;
}
.i-thi-wrap .list-wrap .intr a {
  display: inline-block;
}
.i-thi-wrap .list-wrap .bot-link {
  display: block;
  width: 100%;
  border-top: 1px solid #e5e5e5;
  line-height: 40px;
  position: relative;
}
.i-thi-wrap .list-wrap .bot-link .stt {
  font-size: 14px;
}
.i-thi-wrap .list-wrap .bot-link .point {
  display: inline-block;
  width: 24px;
  height: 8px;
  background: url(../img/ico_08.png) no-repeat right center;
  margin-top: 14px;
}
.i-thi-wrap .list-wrap .bot-link:hover a {
  color: #333;
}
.i-thi-wrap .list-wrap .bot-link:hover .point {
  background: url(../img/ico_08_h.png) no-repeat right center;
}
.i-thi-wrap .mobile-scroll {
  display: none;
  position: relative;
  overflow: hidden;
  padding-bottom: 48px;
}
.i-thi-wrap .mobile-scroll ul {
  width: 100%;
}
.i-thi-wrap .mobile-scroll li {
  margin-right: 0;
}
.i-thi-wrap .mobile-scroll .cont-wrap {
  padding-bottom: 10px;
}

@keyframes pointActive {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  40% {
    transform: translateX(10px);
    opacity: 0;
  }
  60% {
    transform: translateX(-5px);
    opacity: 0;
  }
  80% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.i-fou-wrap {
  background-color: #2f2f2f;
}
.i-fou-wrap .cont-wrap {
  width: 29%;
  margin-left: 3.2%;
  padding-top: 82px;
}
.i-fou-wrap .img-box {
  width: 64%;
  display: block;
  position: relative;
  overflow: hidden;
}
.i-fou-wrap .img-box img {
  width: 100%;
  transform: translateZ(0px);
  transition: transform 0.3s ease 0s;
}
.i-fou-wrap .img-box:hover img {
  transform: scale(1.05, 1.05);
  transition: transform 0.6s ease 0s;
}
.i-fou-wrap .img-box:hover .up-graybox {
  opacity: 1;
  filter: alpha(opacity=1);
}

.i-fiv-wrap {
  position: relative;
  overflow: hidden;
}
.i-fiv-wrap ul {
  width: 101%;
}
.i-fiv-wrap li {
  width: 49%;
  margin-right: 1%;
}
.i-fiv-wrap .img {
  display: block;
  position: relative;
  overflow: hidden;
}
.i-fiv-wrap .img img {
  width: 100%;
  transform: translateZ(0px);
  transition: transform 0.3s ease 0s;
}
.i-fiv-wrap .up-graybox {
  z-index: 3;
}
.i-fiv-wrap .img:hover img {
  transform: scale(1.05, 1.05);
  transition: transform 0.6s ease 0s;
}
.i-fiv-wrap .img:hover .up-graybox {
  opacity: 1;
  filter: alpha(opacity=1);
}
.i-fiv-wrap .video-lab {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.i-fiv-wrap .cont-wrap {
  padding-top: 40px;
  padding-bottom: 8px;
  background-color: #fff;
  width: 100%;
}
.i-fiv-wrap .cont-wrap .cont {
  width: 87.7%;
  margin: 0 auto;
}
.i-fiv-wrap .cont-wrap .tit {
  line-height: 40px;
  font-size: 24px;
}
.i-fiv-wrap .cont-wrap .tit a {
  display: block;
  color: #333;
}
.i-fiv-wrap .cont-wrap .intr {
  display: block;
  line-height: 30px;
  font-size: 16px;
  height: 64px;
}
.i-fiv-wrap .cont-wrap .intr a {
  display: inline-block;
  color: #666;
}
.i-fiv-wrap .cont-wrap .bot-link {
  line-height: 60px;
  border-top: 1px solid #e5e5e5;
}
.i-fiv-wrap .cont-wrap .bot-link .link {
  font-size: 14px;
}
.i-fiv-wrap .cont-wrap .bot-link .link a {
  display: inline-block;
  float: left;
}
.i-fiv-wrap .cont-wrap .bot-link .li {
  float: left;
}
.i-fiv-wrap .cont-wrap .bot-link .li i {
  display: inline-block;
  width: 1px;
  height: 8px;
  background-color: #f4f4f4;
  margin: 26px 18px 0;
  float: left;
}
.i-fiv-wrap .cont-wrap .bot-link .li:first-child i {
  display: none;
}
.i-fiv-wrap .cont-wrap .bot-link .point {
  display: inline-block;
  width: 24px;
  height: 35px;
  background: url(../img/ico_08.png) no-repeat center;
  margin-top: 13px;
}

.i-sex-wrap {
  background-color: #2f2f2f;
}
.i-sex-wrap .img-box {
  width: 64%;
  display: block;
  position: relative;
  overflow: hidden;
}
.i-sex-wrap .img-box img {
  width: 100%;
  transform: translateZ(0px);
  transition: transform 0.3s ease 0s;
}
.i-sex-wrap .img-box:hover img {
  transform: scale(1.05, 1.05);
  transition: transform 0.6s ease 0s;
}
.i-sex-wrap .img-box:hover .up-graybox {
  opacity: 1;
  filter: alpha(opacity=1);
}
.i-sex-wrap .cont-wrap {
  width: 29%;
  margin-right: 3.9%;
  padding-top: 96px;
}

.i-sev-wrap {
  padding-top: 85px;
  padding-bottom: 40px;
  background-color: #fff;
  margin-bottom: 0;
}
.i-sev-wrap .main-wrap {
  width: 82.8%;
  margin: 0 auto;
}
.i-sev-wrap .top-titbox h4 {
  font-size: 24px;
  line-height: 40px;
  color: #333;
  font-weight: normal;
}
.i-sev-wrap .top-titbox .line {
  display: inline-block;
  width: 10px;
  height: 2px;
  background-color: #1c1c1c;
  margin-top: 8px;
}
.i-sev-wrap .top-titbox .font {
  display: block;
  line-height: 32px;
  margin-top: 10px;
  font-size: 16px;
  color: #666;
}
.i-sev-wrap .top-titbox .more {
  display: inline-block;
  line-height: 32px;
  margin-top: 60px;
  padding-left: 25px;
  background: url(../img/ico_09.png) no-repeat left center;
  font-size: 14px;
}
.i-sev-wrap .news-recommend-list {
  margin-top: 32px;
}

.news-recommend-list {
  position: relative;
  overflow: hidden;
  padding-left: 5px;
  margin-left: -5px;
}
.news-recommend-list ul {
  width: 102%;
  padding-bottom: 10px;
}
.news-recommend-list li {
  width: 31.3%;
  margin-right: 2%;
  transition: box-shadow 0.3s ease 0s;
}
.news-recommend-list li:hover .img img {
  transform: scale(1.05, 1.05);
  transition: transform 0.6s ease 0s;
}
.news-recommend-list li:hover .img .up-gray {
  opacity: 0.1;
  filter: alpha(opacity=10);
}
.news-recommend-list .img {
  display: block;
  position: relative;
  overflow: hidden;
}
.news-recommend-list .img .bgimg {
  width: 100%;
}
.news-recommend-list .img img {
  transform: translateZ(0px);
  transition: transform 0.3s ease 0s;
}
.news-recommend-list .img .up-gray {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  background-color: #000;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: opacity 0.3s ease 0s;
}
.news-recommend-list .cont-wrap {
  padding-top: 18px;
  padding-bottom: 10px;
  border: 1px solid #f8f8f8;
}
.news-recommend-list .cont-wrap .cont {
  width: 90%;
  margin: 0 auto;
}
.news-recommend-list .cont-wrap .tit {
  font-size: 18px;
  line-height: 30px;
}
.news-recommend-list .cont-wrap .tit a {
  display: block;
  color: #1c1c1c;
  height: 30px;
  position: relative;
  overflow: hidden;
  padding-top: 3px;
  padding-bottom: 3px;
}
.news-recommend-list .cont-wrap .word {
  display: block;
  line-height: 24px;
  font-size: 14px;
  margin-top: 4px;
  height: 85px;
}
.news-recommend-list .cont-wrap .word a {
  display: inline-block;
}
.news-recommend-list .cont-wrap .bot-link {
  line-height: 46px;
  border-top: 1px solid #e5e5e5;
  display: block;
  width: 100%;
}
.news-recommend-list .cont-wrap .bot-link .more {
  font-size: 14px;
  display: inline-block;
  font-family: "Base-font";
}
.news-recommend-list .cont-wrap .bot-link .link-point {
  display: inline-block;
  width: 24px;
  height: 8px;
  background: url(../img/ico_08.png) no-repeat center;
  margin-top: 18px;
}
.news-recommend-list .cont-wrap .bot-link:hover .link-point {
  background: url(../img/ico_08_h.png) no-repeat right center;
}

.news-recommend-list.m-scroll {
  display: none;
  padding-left: 0;
  margin-left: 0;
}
.news-recommend-list.m-scroll li {
  margin-right: 0;
}

.i-eig-wrap {
  padding-top: 50px;
  padding-bottom: 60px;
  background-color: #fff;
  margin-bottom: 0;
}
.i-eig-wrap .tit-box .tit {
  font-size: 24px;
  line-height: 40px;
  color: #333;
}
.i-eig-wrap .tit-box .intr {
  display: block;
  line-height: 30px;
  font-size: 16px;
  color: #666;
}
.i-eig-wrap .tit-box .more {
  display: inline-block;
  line-height: 32px;
  margin-top: 10px;
  padding-left: 25px;
  background: url(../img/ico_09.png) no-repeat left center;
  font-size: 14px;
}
.i-eig-wrap .main-wrap {
  width: 82.8%;
  margin: 0 auto;
}
.i-eig-wrap .list-wrap {
  margin-top: 62px;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.i-eig-wrap .list-wrap ul {
  width: 107%;
}
.i-eig-wrap .list-wrap li {
  width: 10.6%;
  margin-right: 6%;
  text-align: center;
  margin-bottom: 40px;
  min-height: 48px;
  display: inline-block;
}
.i-eig-wrap .list-wrap li img {
  max-width: 100%;
  max-height: 48px;
}

/***************关于我们*************/
.mginb-16 {
  margin-bottom: 16px;
}

.ins-ban {
  width: 100%;
  height: 876px;
  position: relative;
  overflow: hidden;
}
.ins-ban .gray-bg {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: #000;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.ins-ban .flex-control-nav {
  position: absolute;
  bottom: 30px;
  text-align: center;
  width: 100%;
  left: 0;
  height: 10px;
  z-index: 2;
}
.ins-ban .flex-control-nav li {
  display: inline-block;
  margin: 0 10px;
  vertical-align: top;
  width: 8px;
  height: 8px;
  border: 1px solid #fff;
  border-radius: 50%;
}
.ins-ban .flex-control-nav li a.flex-active {
  background-color: #fff;
}
.ins-ban .up-cont {
  position: absolute;
  left: 10.5%;
  top: 50%;
  margin-top: -220px;
  color: #fff;
  z-index: 2;
}
.ins-ban .up-cont h4 {
  font-size: 48px;
  line-height: 80px;
}
.ins-ban .up-cont .line {
  display: block;
  width: 40px;
  height: 4px;
  background-color: #fff;
  margin-top: 17px;
}
.ins-ban .up-cont .font {
  display: block;
  line-height: 68px;
  font-size: 40px;
  margin-top: 38px;
}
.ins-ban .up-cont .down-ico {
  display: block;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  cursor: pointer;
  margin-top: 95px;
  position: relative;
  overflow: hidden;
}
.ins-ban .up-cont .down-ico i {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/ico_16.png) no-repeat center;
  animation: downico 1.5s ease-out infinite;
  position: relative;
}
.ins-ban .up-cont .link-ico {
  display: block;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
  margin-top: 95px;
  position: relative;
  overflow: hidden;
}
.ins-ban .up-cont .link-ico i {
  display: inline-block;
  width: 100%;
  height: 100%;
  vertical-align: top;
  background: url(../img/ico_43.png) no-repeat center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  transition: all 0.3s ease 0s;
}
.ins-ban .up-cont .link-ico .bg {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 0;
  height: 0;
  z-index: 1;
  transition: all 0.3s ease 0s;
  border-radius: 50%;
}
.ins-ban .up-cont .link-ico:hover {
  background-color: #ccc;
  border: 1px solid #ccc;
}
.ins-ban .up-cont .link-ico:hover i {
  background: url(../img/ico_43_h.png) no-repeat center;
}
.ins-ban .bgimg {
  opacity: 0;
  filter: alpha(opacity=0);
  position: relative;
}

.ins-nav {
  position: fixed;
  top: 100px;
  left: 0;
  width: 100%;
  background-color: #fff;
  height: 50px;
  z-index: 2;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  display: none;
}
.ins-nav .w1520:after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  content: ".";
}
.ins-nav ul {
  float: right;
  width: 736px;
}
.ins-nav ul.interact-ul{
  width: 590px;
}
.ins-nav li {
  margin-right: 60px;
  font-size: 14px;
  line-height: 47px;
  padding-top: 4px;
  position: relative;
}
.ins-nav li a {
  display: inline-block;
  color: #777;
}
.ins-nav li i {
  display: block;
  width: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 3px;
  background-color: #333;
}
.ins-nav li:hover a {
  color: #333;
}
.ins-nav li:hover i {
  left: 0;
  width: 100%;
  transition: all 0.4s ease 0s;
}
.ins-nav li.hover a {
  color: #333;
}
.ins-nav li.hover i {
  left: 0;
  width: 100%;
}

.ins-nav.fixed {
  position: fixed;
  left: 0;
  top: 100px;
}

.about-ban .top-tit h4 {
  font-size: 0.5rem;
  line-height: 0.8rem;
}
.about-ban .top-tit .date {
  font-size: 0.14rem;
  line-height: 0.24rem;
  margin-top: 0.52rem;
}
.about-ban .top-tit .tit {
  font-size: 0.24rem;
  line-height: 0.48rem;
}
.about-ban .cont-wrap {
  position: absolute;
  top: 16.5%;
  left: 10.5%;
  color: #fff;
  font-size: 20px;
}
.about-ban .cent-cont {
  margin-top: 0.42rem;
  border-top: 1px solid #6d757f;
  padding-top: 0.2rem;
}
.about-ban .cent-cont .map-sign {
  display: inline-block;
  margin-right: 2.1%;
  margin-top: 0.35rem;
  width: 23.4%;
}
.about-ban .cent-cont .map-sign img {
  width: 100%;
}
.about-ban .num-top {
  position: absolute;
  right: 0;
  top: 0.42rem;
}
.about-ban .num-top li {
  padding-left: 0.8rem;
  margin-left: 0.7rem;
  text-align: center;
  color: #fff;
  position: relative;
}
.about-ban .num-top li:nth-of-type(1) {
  width: 2.1rem;
}
.about-ban .num-top li:nth-of-type(2) {
  width: 1.2rem;
}
.about-ban .num-top li:nth-of-type(3) {
  width: 1.4rem;
}
.about-ban .num-top .line {
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  opacity: 0.15;
  filter: alpha(opacity=15);
}
.about-ban .num-top .cn-tt {
  font-size: 0.2rem;
  line-height: 0.28rem;
}
.about-ban .num-top .num {
  font-size: 1rem;
  font-family: "Trump";
  line-height: 1rem;
  margin-top: 0.08rem;
}
.about-ban .num-top .en-tt {
  line-height: 0.34rem;
  font-size: 0.14rem;
  color: #fff;
  opacity: 0.6;
  filter: alpha(opacity=60);
  font-family: "Base-font";
}
.about-ban .list-cont li {
  width: 2.7rem;
  border-right: 1px solid #6d7680;
  text-align: center;
  color: #fff;
  background: url(../img/bg_06.png) no-repeat center bottom;
  height: 3.4rem;
  position: relative;
  background-size: 80% auto;
}
.about-ban .list-cont li .tit {
  font-size: 0.2rem;
  line-height: 0.42rem;
}
.about-ban .list-cont li .ico {
  display: block;
  height: 0.5rem;
  margin-top: 0.08rem;
  background-size: auto 100% !important;
}
.about-ban .list-cont li .ico1 {
  background: url(../img/ico_18.png) no-repeat center;
}
.about-ban .list-cont li .ico2 {
  background: url(../img/ico_19.png) no-repeat center;
}
.about-ban .list-cont li .ico3 {
  background: url(../img/ico_20.png) no-repeat center;
}
.about-ban .list-cont li .size {
  line-height: 0.82rem;
}
.about-ban .list-cont li .size i {
  font-size: 0.16rem;
  color: #fff;
  font-family: "Base-font";
  font-style: normal;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.about-ban .list-cont li .size .num {
  font-size: 0.64rem;
  font-family: "Trump";
}
.about-ban .list-cont li .size .unit {
  font-size: 0.36rem;
  font-family: "Trump";
}
.about-ban .list-cont .num-sign {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  height: 1.5rem;
}
.about-ban .list-cont .num-sign .boxs {
  display: inline-block;
  width: 0.3rem;
  position: absolute;
  bottom: 0;
}
.about-ban .list-cont .num-sign .boxs i {
  display: block;
  width: 100%;
  height: 0;
  transition: height 1s ease 0s;
  position: absolute;
  bottom: 0;
  left: 0;
}
.about-ban .list-cont .num-sign .box1 {
  left: 1.5rem;
}
.about-ban .list-cont .num-sign .box1 i {
  background: url(../img/bg_07.png) no-repeat center bottom;
}
.about-ban .list-cont .num-sign .box2 {
  left: 0.92rem;
}
.about-ban .list-cont .num-sign .box2 i {
  background: #fff;
}

.about-ban.active .list-cont .num-sign .boxs i {
  height: 100%;
}

.about-home {
  padding-top: 18px;
}
.about-home .fir-wrap {
  background-color: #f6f6f6;
}
.about-home .fir-wrap .left-cont {
  padding-top: 140px;
  width: 34.8%;
  margin-left: 5.7%;
}
.about-home .fir-wrap .left-cont p {
  font-size: 18px;
  line-height: 38px;
  color: #3e3c36;
}
.about-home .fir-wrap h4 {
  font-size: 80px;
  line-height: 82px;
  color: #333;
  font-family: "Base-font";
}
.about-home .fir-wrap .link-box {
  margin-top: 72px;
}
.about-home .fir-wrap .link {
  margin-top: 30px;
}
.about-home .fir-wrap .right-cont {
  padding-top: 90px;
  width: 40.8%;
  padding-right: 6.7%;
  padding-left: 6.5%;
  background-color: #fff;
  min-height: 420px;
}
.about-home .sec-wrap {
  position: relative;
  height: 630px;
}
.about-home .sec-wrap .cont-wrap {
  position: absolute;
  left: 5.7%;
  width: 32.9%;
  top: 50%;
  margin-top: -170px;
}
.about-home .sec-wrap .stit {
  font-size: 36px;
  line-height: 60px;
}
.about-home .sec-wrap .font {
  font-size: 16px;
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.about-home .sec-wrap .num {
  font-family: "Arial";
}
.about-home .thi-wrap {
  padding-top: 75px;
  background-color: #f0f0f0;
  padding-bottom: 75px;
}
.about-home .thi-wrap .main-wrap {
  width: 88.4%;
  margin: 0 auto;
}
.about-home .thi-wrap .left-wrap {
  width: 41%;
}
.about-home .thi-wrap .font {
  font-size: 14px;
  line-height: 24px;
  margin-top: 28px;
}
.about-home .thi-wrap .num-list {
  margin-top: 58px;
}
.about-home .thi-wrap .num-list li {
  text-align: center;
  padding-right: 46px;
  margin-right: 46px;
  position: relative;
}
.about-home .thi-wrap .num-list li:last-child {
  margin-right: 0;
  padding-right: 0;
}
.about-home .thi-wrap .num-list .line {
  display: inline-block;
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #e3e3e3;
}
.about-home .thi-wrap .num-list .num {
  font-size: 72px;
  line-height: 76px;
  color: #333;
  font-family: "Trump";
}
.about-home .thi-wrap .num-list .unit {
  line-height: 20px;
  color: #bcbcbc;
  font-family: "Base-font";
}
.about-home .thi-wrap .right-pic {
  width: 50.5%;
  margin-top: 10px;
}
.about-home .thi-wrap .right-pic img {
  width: 100%;
}

.ins-link-box a {
  display: inline-block;
  border: 1px solid #aaa;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  float: left;
  margin-right: 24px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease 0s;
}
.ins-link-box .link1 i {
  background: url(../img/ico_07.png) no-repeat center;
}
.ins-link-box .link2 i {
  background: url(../img/ico_17.png) no-repeat center;
}
.ins-link-box i {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  transition: all 0.3s ease 0s;
}
.ins-link-box .bg {
  display: block;
  width: 0;
  height: 0;
  left: 50%;
  top: 50%;
  transition: all 0.3s ease 0s;
  position: absolute;
  border-radius: 50%;
}

.about-wrap {
  padding-top: 20px;
  background-color: #e8e8e8;
}
.about-wrap .fir-wrap {
  width: 100%;
  background-color: #fff;
}
.about-wrap .fir-wrap .left-cont {
  width: 40.7%;
  padding-left: 5.7%;
  background-color: #fff;
  padding-top: 120px;
}
.about-wrap .fir-wrap .left-cont h4 {
  font-size: 80px;
  line-height: 86px;
  color: #333;
  font-family: "Base-font";
}
.about-wrap .fir-wrap .left-cont .stit {
  font-size: 18px;
  line-height: 36px;
  color: #3e3c36;
}
.about-wrap .fir-wrap .left-cont .word {
  line-height: 28px;
  font-size: 14px;
  margin-top: 32px;
  color: #666;
}
.about-wrap .fir-wrap .left-cont .word h5{
  font-size: 18px;
  color: #333;
}
.about-wrap .fir-wrap .left-cont .word li{
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}
.about-wrap .fir-wrap .left-cont .link-box {
  margin-top: 70px;
}
.about-wrap .fir-wrap .right-cont {
  background-color: #333;
  width: 35.5%;
  padding: 140px 1.5% 0 5%;
  min-height: 570px;
}
.about-wrap .fir-wrap .right-cont .stit {
  font-size: 24px;
  line-height: 36px;
  color: #fff;
}
.about-wrap .fir-wrap .right-cont .sline {
  display: inline-block;
  width: 9px;
  height: 2px;
  background-color: #9a9a9a;
  margin-top: 18px;
}
.about-wrap .fir-wrap .right-cont .font {
  display: block;
  line-height: 32px;
  font-size: 16px;
  color: #fff;
  opacity: 0.5;
  filter: alpha(opacity=50);
  margin-top: 20px;
}
.about-wrap .fir-wrap .right-cont .num-box {
  margin-top: 50px;
}
.about-wrap .fir-wrap .right-cont .num-box li:first-child {
  margin-left: 0;
}
.about-wrap .fir-wrap .right-cont .num-box li {
  margin-left: 35px;
  padding-right: 35px;
  position: relative;
  text-align: center;
}
.about-wrap .fir-wrap .right-cont .num-box .cn-tt {
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.about-wrap .fir-wrap .right-cont .num-box .num {
  font-size: 76px;
  line-height: 80px;
  color: #fff;
  font-family: "Trump";
}
.about-wrap .fir-wrap .right-cont .num-box .en-tt {
  font-size: 12px;
  line-height: 24px;
  color: #fff;
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.about-wrap .fir-wrap .right-cont .num-box .line {
  display: inline-block;
  width: 1px;
  height: 95px;
  background-color: #fff;
  opacity: 0.07;
  filter: alpha(opacity=7);
  position: absolute;
  right: 0;
  top: 32px;
}
.about-wrap .sec-wrap {
  background-color: #fff;
}
.about-wrap .sec-wrap .imgbox {
  width: 70.2%;
}
.about-wrap .sec-wrap .left-cont {
  width: 19.4%;
  padding-left: 5.78%;
  padding-top: 100px;
}
.about-wrap .sec-wrap .left-cont .tit {
  line-height: 36px;
  font-size: 24px;
  color: #333;
}
.about-wrap .sec-wrap .left-cont .line {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #999;
  margin-top: 20px;
}
.about-wrap .sec-wrap .left-cont .word {
  display: block;
  line-height: 28px;
  font-size: 14px;
  margin-top: 20px;
}
.about-wrap .sec-wrap .left-cont .num-long {
  font-size: 60px;
  margin-top: 52px;
  color: #333;
  line-height: 62px;
  font-family: "Trump";
}
.about-wrap .sec-wrap .left-cont .num-long .m {
  font-size: 60px;
  position: relative;
}
.about-wrap .sec-wrap .left-cont .num-long .square {
  display: inline-block;
  font-size: 24px;
  position: absolute;
  right: -10px;
  top: -6px;
  font-style: normal;
}
.about-wrap .sec-wrap .left-cont .sfont {
  line-height: 24px;
  font-size: 14px;
  color: #777;
}
.about-wrap .thi-wrap .row-box, .about-wrap .fiv-wrap .row-box {
  width: 49.5%;
  position: relative;
}
.about-wrap .thi-wrap .row-box img, .about-wrap .fiv-wrap .row-box img {
  width: 100%;
}
.about-wrap .thi-wrap .row-box .up-gray, .about-wrap .fiv-wrap .row-box .up-gray {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  height: 140px;
  background: url(../img/bg_11.png) no-repeat center;
}
.about-wrap .thi-wrap .row-box .up-cont, .about-wrap .fiv-wrap .row-box .up-cont {
  position: absolute;
  bottom: 0;
  left: 5%;
  width: 90%;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.3s ease 0s;
  z-index: 3;
}
.about-wrap .thi-wrap .row-box .up-cont .stit, .about-wrap .fiv-wrap .row-box .up-cont .stit {
  font-size: 20px;
  line-height: 34px;
  color: #fff;
}
.about-wrap .thi-wrap .row-box .up-cont .font, .about-wrap .fiv-wrap .row-box .up-cont .font {
  font-size: 14px;
  line-height: 28px;
  color: #fff;
  opacity: 0.8;
  filter: alpha(opacity=50);
}
.about-wrap .thi-wrap .row-box:hover .up-cont, .about-wrap .fiv-wrap .row-box:hover .up-cont {
  bottom: 18px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.about-wrap .fou-wrap {
  background-color: #333;
}
.about-wrap .fou-wrap .imgbox {
  width: 70%;
}
.about-wrap .fou-wrap .imgbox img {
  width: 100%;
}
.about-wrap .fou-wrap .right-cont {
  width: 19.7%;
  margin-right: 5.2%;
  padding-top: 104px;
}
.about-wrap .fou-wrap .right-cont .stit {
  font-size: 24px;
  line-height: 40px;
  color: #fff;
}
.about-wrap .fou-wrap .right-cont .line {
  display: block;
  width: 18px;
  height: 2px;
  background-color: #858585;
  margin-top: 25px;
}
.about-wrap .fou-wrap .right-cont .word {
  display: block;
  line-height: 28px;
  font-size: 14px;
  margin-top: 23px;
  color: #fff;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.news-recommend-more {
  background-color: #fff;
  padding-top: 52px;
  padding-bottom: 90px;
}
.news-recommend-more .main-wrap {
  width: 88%;
  margin: 0 auto;
}
.news-recommend-more .tit-box .stit {
  font-size: 24px;
  line-height: 40px;
  color: #333;
}
.news-recommend-more .tit-box .line {
  display: block;
  width: 9px;
  height: 2px;
  background-color: #9a9a9a;
  margin-top: 16px;
}
.news-recommend-more .tit-box .read-more {
  display: inline-block;
  padding-left: 25px;
  font-size: 14px;
  color: #777;
  background: url(../img/ico_09.png) no-repeat left center;
  line-height: 32px;
  margin-top: 6px;
}
.news-recommend-more .tit-box .read-more:hover{
  color: #333;
}
.news-recommend-more .list-wrap {
  margin-top: 66px;
}

.culture-wrap {
  background: url(../img/bg_05.jpg) no-repeat center top #fff;
  padding-top: 42px;
}
.culture-wrap .fir-list ul {
  width: 88%;
  margin: 0 auto;
}
.culture-wrap .fir-list li {
  width: 85.4%;
  margin-bottom: 20px;
}
.culture-wrap .fir-list li .img {
  display: block;
  width: 50%;
}
.culture-wrap .fir-list li .img img {
  width: 100%;
}
.culture-wrap .fir-list li .cont-wrap {
  width: 33.3%;
  padding-top: 60px;
}
.culture-wrap .fir-list li .cont-wrap .tit {
  font-size: 24px;
  line-height: 40px;
  color: #333;
}
.culture-wrap .fir-list li .cont-wrap .line {
  display: block;
  width: 11px;
  height: 2px;
  margin-top: 18px;
}
.culture-wrap .fir-list li .cont-wrap .word {
  display: block;
  line-height: 24px;
  font-size: 14px;
  margin-top: 18px;
}
.culture-wrap .fir-list li .cont-wrap .s-tt {
  font-size: 16px;
  line-height: 32px;
  margin-top: 10px;
}
.culture-wrap .fir-list li .cont-wrap .en-font {
  display: block;
  margin-top: 25px;
  line-height: 20px;
  font-size: 12px;
  font-family: "Arial";
}
.culture-wrap .fir-list li.even-li {
  float: right;
  background-color: #fff;
}
.culture-wrap .fir-list li.even-li .img {
  float: left;
}
.culture-wrap .fir-list li.even-li .cont-wrap {
  float: right;
  margin-right: 10.7%;
}
.culture-wrap .fir-list li.even-li .cont-wrap .tit {
  color: #333;
}
.culture-wrap .fir-list li.even-li .cont-wrap .line {
  background-color: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.culture-wrap .fir-list li.even-li .cont-wrap .word {
  color: #666;
}
.culture-wrap .fir-list li.even-li .cont-wrap .s-tt {
  color: #333;
}
.culture-wrap .fir-list li.even-li .cont-wrap .en-font {
  color: #666;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-family: "Arial";
}
.culture-wrap .fir-list li.odd-li {
  background-color: #333;
}
.culture-wrap .fir-list li.odd-li .img {
  float: right;
}
.culture-wrap .fir-list li.odd-li .cont-wrap {
  float: left;
  margin-left: 5.3%;
}
.culture-wrap .fir-list li.odd-li .cont-wrap .tit {
  color: #fff;
}
.culture-wrap .fir-list li.odd-li .cont-wrap .line {
  background-color: #fff;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.culture-wrap .fir-list li.odd-li .cont-wrap .word {
  color: #fff;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.culture-wrap .fir-list li.odd-li .cont-wrap .s-tt {
  color: #aaa;
}
.culture-wrap .fir-list li.odd-li .cont-wrap .en-font {
  color: #fff;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.culture-wrap .sec-list {
  padding-top: 60px;
  width: 88%;
  margin: 0 auto;
  padding-bottom: 114px;
}
.culture-wrap .sec-list .tit-box {
  padding-bottom: 68px;
}
.culture-wrap .sec-list .tit-box h4 {
  font-size: 24px;
  line-height: 36px;
  color: #333;
}
.culture-wrap .sec-list .tit-box .line {
  display: block;
  width: 10px;
  height: 2px;
  background-color: #9a9a9a;
  margin-top: 8px;
}
.culture-wrap .sec-list .cont-wrap .imgbox {
  width: 49.85%;
  height: 336px;
}
.culture-wrap .sec-list .cont-wrap .num-list {
  width: 49.85%;
  height: 336px;
}
.culture-wrap .sec-list .cont-wrap .num-list ul {
  width: 100%;
  height: 100%;
}
.culture-wrap .sec-list .cont-wrap .num-list li {
  width: 50%;
  text-align: center;
  height: 100%;
}
.culture-wrap .sec-list .cont-wrap .num-list .num-box {
  height: 120px;
  padding-top: 60px;
}
.culture-wrap .sec-list .cont-wrap .num-list .num-box .num {
  display: inline-block;
  position: relative;
  font-size: 114px;
  line-height: 120px;
  vertical-align: top;
  color: #333;
  font-family: "Base-font";
}
.culture-wrap .sec-list .cont-wrap .num-list .num-box .stt {
  font-size: 16px;
  line-height: 44px;
  color: #333;
  position: absolute;
  bottom: 6px;
  right: -2px;
  display: inline-block;
  width: 66px;
  text-align: center;
  background-color: #fff;
  font-family: "黑体";
}
.culture-wrap .sec-list .cont-wrap .num-list .word {
  display: block;
  width: 66%;
  margin: 14px auto 0;
  color: #666;
  line-height: 22px;
}
.culture-wrap .sec-list .cont-wrap .num-list li.gray {
  background-color: #f5f5f5;
}
.culture-wrap .sec-list .cont-wrap .num-list li.gray .stt {
  background-color: #f5f5f5;
}
.culture-wrap .sec-list .cont-wrap .num-list li.black {
  background-color: #333;
}
.culture-wrap .sec-list .cont-wrap .num-list li.black .num-box .num {
  color: #fff;
}
.culture-wrap .sec-list .cont-wrap .num-list li.black .word {
  color: #fff;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.culture-wrap .sec-list .cont-wrap .num-list li.black .stt {
  color: #fff;
  background-color: #333;
}

.m-team-ban {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: none;
}
.m-team-ban ul, .m-team-ban li {
  width: 100%;
}
.m-team-ban li {
  position: relative;
  overflow: hidden;
}
.m-team-ban li img {
  width: 100%;
}
.m-team-ban li .up-cont {
  position: absolute;
  left: 5.5%;
  top: 20px;
  color: #fff;
  width: 89%;
}
.m-team-ban li h4 {
  font-size: 20px;
  line-height: 36px;
}
.m-team-ban li .line {
  width: 20px;
  height: 2px;
  margin-top: 5px;
  background-color: #fff;
  display: block;
}
.m-team-ban li .font {
  font-size: 14px;
  margin-top: 10px;
  line-height: 24px;
  display: block;
}
.m-team-ban .page-btns {
  position: absolute;
  bottom: 16px;
  width: 100%;
  text-align: center;
  height: 10px;
  z-index: 2;
}
.m-team-ban .page-btns span {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #fff;
  border-radius: 50%;
  margin: 0 5px;
  width: 8px;
  height: 8px;
}
.m-team-ban .page-btns span.swiper-pagination-bullet-active {
  background-color: #fff;
}

.team-wrap {
  padding-top: 22px;
}
.team-wrap .fir-wrap {
  background-color: #fff;
}
.team-wrap .fir-wrap .cont-fir {
  width: 34%;
  padding: 70px 10% 10px 6%;
}
.team-wrap .fir-wrap .right-list {
  width: 50%;
}
.team-wrap .fir-wrap .list-wrap li {
  width: 50%;
  position: relative;
}
.team-wrap .fir-wrap .list-wrap li img {
  width: 100%;
}
.team-wrap .fir-wrap .list-wrap li .up-cont {
  width: 83.6%;
  padding: 12% 8.2% 0;
  position: absolute;
  height: 88%;
  left: 0;
  top: 0;
  color: #fff;
  background: url(../img/bg_08.png) repeat 0;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: opacity 0.3s ease 0s;
}
.team-wrap .fir-wrap .list-wrap li .en-tit {
  font-size: 24px;
  font-family: "Base-font";
  line-height: 30px;
}
.team-wrap .fir-wrap .list-wrap li .cn-tit {
  font-size: 16px;
  line-height: 28px;
}
.team-wrap .fir-wrap .list-wrap li .line {
  display: block;
  width: 16px;
  height: 1px;
  background-color: #fff;
  margin-top: 15px;
}
.team-wrap .fir-wrap .list-wrap li .word {
  line-height: 24px;
  font-size: 12px;
  margin-top: 57px;
}
.team-wrap .fir-wrap .list-wrap li:hover .up-cont {
  opacity: 1;
  filter: alpha(opacity=100);
}
.team-wrap .fir-wrap .list-wrap li.num-cont {
  text-align: center;
  position: relative;
  height: 100%;
}
.team-wrap .fir-wrap .list-wrap li.num-cont .cent-font {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -114px;
}
.team-wrap .fir-wrap .list-wrap li.num-cont .cent-font .num {
  font-size: 66px;
  font-family: "Trump";
  color: #fff;
  line-height: 66px;
}
.team-wrap .fir-wrap .list-wrap li.num-cont .cent-font .font {
  line-height: 26px;
  color: #777;
}
.team-wrap .fir-wrap .list-wrap li.num-cont .cent-font .line {
  display: block;
  width: 33px;
  height: 2px;
  background-color: #9a9a9a;
  opacity: 0.2;
  filter: alpha(opacity=20);
  margin: 20px auto 22px;
}
.team-wrap .sec-wrap .odd-li {
  background-color: #2a2a2a;
}
.team-wrap .sec-wrap .odd-li .img-scroll {
  float: left;
}
.team-wrap .sec-wrap .odd-li .cont-wrap {
  float: right;
  color: #fff;
  margin-right: 6%;
}
.team-wrap .sec-wrap .odd-li .word {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.team-wrap .sec-wrap .odd-li .line {
  background-color: #9a9a9a;
}
.team-wrap .sec-wrap .even-li {
  background-color: #fff;
}
.team-wrap .sec-wrap .even-li .cont-wrap {
  float: left;
  color: #333;
  margin-left: 5.9%;
}
.team-wrap .sec-wrap .even-li .img-scroll {
  float: right;
}
.team-wrap .sec-wrap .even-li .line {
  background-color: #9a9a9a;
}
.team-wrap .sec-wrap .row-box {
  margin-bottom: 16px;
}
.team-wrap .sec-wrap .row-box .img-scroll {
  width: 61.8%;
  position: relative;
  overflow: hidden;
}
.team-wrap .sec-wrap .row-box .img-scroll ul.slides {
  width: 100%;
}
.team-wrap .sec-wrap .row-box .img-scroll ul.slides li {
  width: 100%;
}
.team-wrap .sec-wrap .row-box .img-scroll img {
  width: 100%;
}
.team-wrap .sec-wrap .row-box .flex-control-nav {
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 100%;
  text-align: center;
}
.team-wrap .sec-wrap .row-box .flex-control-nav li {
  width: 8px;
  height: 8px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: inline-block;
  vertical-align: top;
  margin: 0 11px;
}
.team-wrap .sec-wrap .row-box .flex-control-nav li a.flex-active {
  background-color: #fff;
}
.team-wrap .sec-wrap .row-box .flex-control-nav li a:hover {
  background: #ccc;
}
.team-wrap .sec-wrap .row-box .cont-wrap {
  width: 25.6%;
  padding-top: 140px;
}
.team-wrap .sec-wrap .row-box .stit {
  font-size: 24px;
  line-height: 40px;
}
.team-wrap .sec-wrap .row-box .line {
  display: block;
  width: 10px;
  height: 2px;
  margin-top: 30px;
}
.team-wrap .sec-wrap .row-box .word {
  line-height: 32px;
  margin-top: 27px;
  font-size: 16px;
}

.future-wrap {
  padding-top: 22px;
}
.future-wrap .top-main ul, .future-wrap .top-main li {
  width: 100%;
}
.future-wrap .top-main li {
  background-color: #fff;
}
.future-wrap .top-main li.even-li .imgbox {
  float: left;
}
.future-wrap .top-main li.even-li .cont-wrap {
  float: right;
  margin-right: 6.18%;
}
.future-wrap .top-main li.odd-li .imgbox {
  float: right;
}
.future-wrap .top-main li.odd-li .cont-wrap {
  float: left;
  margin-left: 5.9%;
}
.future-wrap .top-main .imgbox {
  width: 50%;
}
.future-wrap .top-main .imgbox img {
  width: 100%;
}
.future-wrap .top-main .cont-wrap {
  padding-top: 120px;
  width: 38.8%;
}
.future-wrap .top-main .cont-wrap .tit {
  font-size: 30px;
  line-height: 50px;
  color: #333;
}
.future-wrap .top-main .cont-wrap .line {
  display: block;
  width: 12px;
  height: 2px;
  background-color: #7f7f7f;
  margin-top: 15px;
}
.future-wrap .top-main .cont-wrap .stt {
  font-size: 20px;
  line-height: 36px;
  margin-top: 18px;
  color: #333;
}
.future-wrap .top-main .cont-wrap .cn-font {
  display: block;
  font-size: 14px;
  margin-top: 42px;
  line-height: 28px;
  color: #666;
}
.future-wrap .top-main .cont-wrap .en-font {
  display: block;
  line-height: 20px;
  color: #666;
  margin-top: 17px;
}

.degital-wrap {
  position: relative;
  overflow: hidden;
  padding-top: 100px;
  transition: opacity 0.3s ease 0s;
}
.degital-wrap .ins-nav {
  top: 100px;
}
.degital-wrap .section {
  background-size: cover !important;
  width: 100%;
  transform: translateY(0);
  z-index: 1;
  transition: opacity 0.8s ease 0s;
  position: relative;
}
.degital-wrap .section.active .cent-cont h3, .degital-wrap .section.active .cent-cont .line, .degital-wrap .section.active .cent-cont .font, .degital-wrap .section.active .cent-cont .down-ico, .degital-wrap .section.active .cent-cont .link-ico {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateY(0);
}
.degital-wrap .section.active .cent-cont .down-ico i {
  animation: downico 1.5s ease-out infinite;
}
.degital-wrap .section.firstShow h3, .degital-wrap .section.firstShow .line, .degital-wrap .section.firstShow .font, .degital-wrap .section.firstShow .down-ico, .degital-wrap .section.firstShow .link-ico {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateY(0);
}
.degital-wrap .section.firstShow .down-ico i {
  animation: downico 1.5s ease-out infinite;
}
.degital-wrap .section.firstShow h3 {
  transition: all 0.4s ease 0s;
}
.degital-wrap .section.firstShow .line {
  transition: all 0.4s ease 0.3s;
}
.degital-wrap .section.firstShow .font {
  transition: all 0.4s ease 0.6s;
}
.degital-wrap .section.firstShow .link-ico {
  transition: transform 0.4s ease 0.9s, opacity 0.4s ease 0.9s;
}
.degital-wrap .section.firstShow .down-ico {
  transition: transform 0.4s ease 0.9s, opacity 0.4s ease 0.9s;
}
.degital-wrap .cent-cont {
  position: absolute;
  left: 10.5%;
  top: 50%;
  margin-top: -220px;
  color: #fff;
}
.degital-wrap .cent-cont h3 {
  font-size: 60px;
  line-height: 88px;
  transform: translateY(20px);
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.4s ease 0.8s;
}
.degital-wrap .cent-cont .line {
  display: block;
  width: 40px;
  height: 4px;
  background-color: #fff;
  margin-top: 22px;
  transform: translateY(20px);
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.4s ease 1.1s;
}
.degital-wrap .cent-cont .font {
  line-height: 74px;
  margin-top: 32px;
  font-size: 40px;
  transform: translateY(20px);
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.4s ease 1.4s;
}
.degital-wrap .cent-cont .link-ico {
  margin-top: 106px;
  display: block;
  width: 126px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: background 0.4s ease 0s,border 0.4s ease 0s, transform 0.4s ease 1.7s, opacity 0.4s ease 1.7s;
  transform: translateY(20px);
  opacity: 0;
  filter: alpha(opacity=0);
  font-size: 14px;
  color: #fff;
}
.degital-wrap .cent-cont .link-ico i {
  display: inline-block;
  width: 15px;
  height: 100%;
  vertical-align: top;
  background: url(../img/ico_43.png) no-repeat center;
  margin-right: 6px;
}
.degital-wrap .cent-cont .link-ico:hover {
  background-color: #ccc;
  border: 1px solid #ccc;
}
.degital-wrap .cent-cont .down-ico {
  margin-top: 146px;
  display: block;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: transform 0.4s ease 1.7s, opacity 0.4s ease 1.7s;
  transform: translateY(20px);
  opacity: 0;
  filter: alpha(opacity=0);
}
.degital-wrap .cent-cont .down-ico i {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/ico_16.png) no-repeat center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.degital-wrap.opa0 {
  opacity: 0;
  filter: alpha(opacity=0);
}

.degital-wrap-m.opa0 {
  opacity: 0;
  filter: alpha(opacity=0);
}

.degital-wrap-m {
  display: none;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  overflow: hidden;
  transition: opacity 0.3s ease 0s;
}
.degital-wrap-m ul {
  width: 100%;
  height: 100%;
}
.degital-wrap-m .swiper-slide {
  background-size: cover !important;
  width: 100%;
  z-index: 1;
  height: 100%;
  position: relative;
}
.degital-wrap-m .cent-cont {
  position: absolute;
  left: 5.5%;
  top: 50%;
  margin-top: -120px;
  color: #fff;
  width: 89%;
}
.degital-wrap-m .cent-cont h3 {
  font-size: 30px;
  line-height: 44px;
  transition: all 0.4s ease 0s;
}
.degital-wrap-m .cent-cont .line {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  margin-top: 12px;
  transition: all 0.4s ease 0.3s;
}
.degital-wrap-m .cent-cont .font {
  line-height: 36px;
  margin-top: 16px;
  font-size: 20px;
  transition: all 0.4s ease 0.6s;
}
.degital-wrap-m .cent-cont .link-ico {
  margin-top: 50px;
  display: block;
  width: 90px;
  height: 28px;
  text-align: center;
  line-height: 28px;
  border-radius: 16px;
  border: 1px solid #e8e7e7;
  background-color: #e8e7e7;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  font-size: 12px;
  color: #333;
}
.degital-wrap-m .cent-cont .link-ico i {
  display: inline-block;
  width: 15px;
  height: 100%;
  vertical-align: top;
  background: url(../img/ico_43.png) no-repeat center;
  margin-right: 6px;
}
.degital-wrap-m .cent-cont .link-ico:hover {
  background-color: #ccc;
  border: 1px solid #ccc;
}
.degital-wrap-m .cent-cont .down-ico {
  margin-top: 50px;
  display: block;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.degital-wrap-m .cent-cont .down-ico i {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/ico_16.png) no-repeat center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  animation: downico 1.5s ease-out infinite;
}

#digital-floatnav {
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -60px;
  width: 32px;
  z-index: 10;
}
#digital-floatnav li {
  width: 32px;
  line-height: 24px;
  position: relative;
  cursor: pointer;
}
#digital-floatnav li i {
  display: inline-block;
  width: 3px;
  height: 3px;
  background-color: #fff;
  float: left;
  margin-top: 11px;
  transition: all 0.3s ease 0s;
}
#digital-floatnav li span {
  display: none;
  position: absolute;
  right: 40px;
  font-size: 14px;
  color: #fff;
  width: 75px;
  text-align: right;
}
#digital-floatnav li.current i {
  width: 100%;
}

.public-list {
  background-color: #fff;
  padding-bottom: 90px;
}
.public-list .main-wrap {
  width: 93.4%;
  margin: 0 auto;
  position: relative;
}
.public-list .top-share {
  width: 86px;
  position: absolute;
  right: 0;
  height: 44px;
}
.public-list .top-share a {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url(../img/ico_22.png) no-repeat center;
  padding: 0;
  margin: 0;
}
.public-list .top-nav {
  padding-top: 60px;
}
.public-list .top-nav h3 {
  font-size: 26px;
  line-height: 42px;
  color: #333;
}
.public-list .top-nav .s-nav {
  margin-top: 22px;
  height: 36px;
  font-size: 14px;
  line-height: 34px;
}
.public-list .top-nav .s-nav .stt {
  display: inline-block;
  margin-right: 35px;
}
.public-list .top-nav .s-nav li {
  margin-right: 50px;
  border-bottom: 2px solid #fff;
}
.public-list .top-nav .s-nav li a {
  display: inline-block;
  color: #666;
  padding: 0 9px;
}
.public-list .top-nav .s-nav li:hover a {
  color: #888;
}
.public-list .top-nav .s-nav li.hover {
  border-bottom: 2px solid #000;
}
.public-list .top-nav .s-nav li.hover a {
  color: #333;
}
.public-list .list-wrap {
  margin-top: 54px;
  position: relative;
  overflow: hidden;
}
.public-list .list-wrap ul {
  width: 101.7%;
}
.public-list .list-wrap li {
  width: 31.6%;
  margin-right: 1.7%;
  margin-bottom: 30px;
}
.public-list .list-wrap .img-box {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.public-list .list-wrap .img-box img {
  width: 100%;
  transform: translateZ(0px);
  transition: transform 0.3s ease 0s;
}
.public-list .list-wrap .img-box:hover img {
  transform: scale(1.05, 1.05);
  transition: transform 0.6s ease 0s;
}
.public-list .list-wrap .img-box:hover .up-graybox {
  opacity: 1;
  filter: alpha(opacity=1);
}
.public-list .list-wrap .up-graybox {
  z-index: 3;
}
.public-list .list-wrap .cont-box {
  width: 86.5%;
  padding: 22px 6.5% 0;
  padding-bottom: 7px;
  border: 1px solid #f2f2f2;
}
.public-list .list-wrap .cont-box .stit {
  font-size: 18px;
  line-height: 30px;
  height: 30px;
  position: relative;
}
.public-list .list-wrap .cont-box .stit a {
  display: inline-block;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.public-list .list-wrap .cont-box .lab-font {
  line-height: 24px;
  font-size: 12px;
  min-height: 24px;
}
.public-list .list-wrap .cont-box .bot-link {
  margin-top: 28px;
  border-top: 1px solid #e5e5e5;
  line-height: 36px;
  display: block;
}
.public-list .list-wrap .cont-box .link-detail {
  display: inline-block;
  font-size: 14px;
}
.public-list .list-wrap .cont-box .point {
  display: inline-block;
  width: 24px;
  height: 36px;
  background: url(../img/ico_08.png) no-repeat center;
}
.public-list .list-wrap .cont-box .bot-link:hover .link-detail {
  color: #333;
}
.public-list .list-wrap .cont-box .bot-link:hover .point {
  background: url(../img/ico_08_h.png) no-repeat center;
}
.public-list .load-more {
  width: 180px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #999;
  font-size: 16px;
  background-color: #eee;
  margin: 30px auto 0;
  cursor: pointer;
  font-family: "Base-font";
  transition: all 0.4s ease 0s;
}
.public-list .load-more:hover {
  background-color: #333;
  color: #fff;
}

.wechat-wrap .list-wrap .up-erwei {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.5s linear 0s;
}
.wechat-wrap .list-wrap .up-erwei .bg {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.wechat-wrap .list-wrap .up-erwei .code-img {
  position: absolute;
  left: 50%;
  margin-left: -63px;
  top: 50%;
  margin-top: -63px;
  width: 125px;
  height: 125px;
}
.wechat-wrap .list-wrap li:hover .up-erwei {
  opacity: 1;
  filter: alpha(opacity=100);
}

.wechat-info-ban {
  height: 835px;
  position: relative;
  width: 100%;
  z-index: 10;
}
.wechat-info-ban .bgimg-out {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.wechat-info-ban .bgimg {
  opacity: 0;
  filter: alpha(opacity=0);
  position: relative;
}
.wechat-info-ban .up-cont {
  position: absolute;
  top: 50%;
  margin-top: -220px;
  color: #fff;
  left: 10.5%;
}
.wechat-info-ban .up-cont h4 {
  font-size: 48px;
  line-height: 70px;
}
.wechat-info-ban .up-cont .line {
  display: block;
  width: 40px;
  height: 4px;
  background-color: #fff;
  margin-top: 14px;
}
.wechat-info-ban .up-cont .font {
  display: block;
  line-height: 36px;
  font-size: 18px;
  margin-top: 44px;
}
.wechat-info-ban .up-cont .down-ico {
  display: block;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  cursor: pointer;
  margin-top: 95px;
  position: relative;
  overflow: hidden;
}
.wechat-info-ban .up-cont .down-ico i {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/ico_16.png) no-repeat center;
  animation: downico 1.5s ease-out infinite;
  position: relative;
}


.bot-paging {
  width: 79%;
  left: 10.5%;
  position: fixed;
  bottom: 50px;
  height: 45px;
  z-index: 20;
  transition: all 0.3s ease 0s;
}
.bot-paging .link-info {
  display: block;
  width: 46px;
  height: 46px;
  position: relative;
  overflow: hidden;
  transition: width 0.3s ease 0s;
}
.bot-paging .link-info .link-ico {
  display: block;
  width: 46px;
  height: 46px;
  position: relative;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 50%;
}
.bot-paging .link-info i {
  display: block;
  width: 100%;
  height: 100%;
}
.bot-paging .link-info .tit-box {
  display: block;
  line-height: 46px;
  height: 46px;
  border-radius: 46px;
  background: rgba(0, 0, 0, 0.22);
  position: absolute;
  top: 0;
  width: 66px;
  color: #fbf9f6;
  z-index: 1;
  font-size: 14px;
}
.bot-paging .prev i {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/ico_23.png) no-repeat center;
}
.bot-paging .prev .link-ico {
  float: left;
}
.bot-paging .prev .tit-box {
  transform: translateX(-102%);
  left: 1px;
  padding: 0 22px 0 55px;
}
.bot-paging .next i {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/ico_24.png) no-repeat center;
}
.bot-paging .next .link-ico {
  float: right;
}
.bot-paging .next .tit-box {
  transform: translateX(102%);
  right: 1px;
  padding: 0 55px 0 22px;
}
.bot-paging .retun-list {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 46px;
  height: 46px;
  margin-left: -23px;
  transition: all 0.3s ease 0s;
  overflow: hidden;
}
.bot-paging .retun-list .chunk-box {
  display: block;
  width: 46px;
  height: 46px;
  float: right;
  overflow: hidden;
  position: relative;
  border-radius: 50%;
  background: url(../img/ico_26.png) no-repeat center rgba(0, 0, 0, 0.15);
}
.bot-paging .retun-list .round-tit {
  display: block;
  width: 108px;
  padding: 0 55px 0 22px;
  position: absolute;
  right: 1px;
  top: 0;
  transform: translateX(102%);
  color: #fff;
  line-height: 46px;
  font-size: 14px;
  background: rgba(0, 0, 0, 0.22);
  border-radius: 46px;
}

.bot-paging.long {
  width: 96%;
  left: 2%;
}

.case-info {
  padding-top: 16px;
  position: relative;
  z-index: 5;
}
.case-info .fir-wrap {
  background-color: #f5f5f5;
  position: relative;
}
.case-info .fir-wrap .left-wrap {
  background-color: #fff;
  width: 54%;
  padding: 100px 18.5% 85px 3.5%;
  padding-top: 100px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  box-sizing: border-box;
}
.case-info .fir-wrap .left-wrap .look-website{
  display: inline-block;
  width: 110px;
  height: 34px;
  border: 1px solid #d0d0d0;
  line-height: 34px;
  font-size: 14px;
  border-radius: 15px;
  /* background: #333; */
  margin-top: 50px;
  transition: all 0.3s ease 0s;
  color: #000;
  text-align: center;
}
.case-info .fir-wrap .right-cont {
  width: 31.5%;
  padding: 95px 7.7% 40px 6.8%;
}
.case-info .fir-wrap .right-cont .line {
  display: block;
  width: 10px;
  height: 2px;
  background-color: #9a9a9a;
  margin-top: 10px;
}
.case-info .fir-wrap .right-cont .list-box {
  margin-top: 12px;
}
.case-info .fir-wrap .right-cont .list-box p {
  padding-left: 0px;
  line-height: 30px;
  font-size: 14px;
  /*background: url(../img/ico_27.png) no-repeat 3px center;*/
}

.case-info .fir-wrap .right-cont .list-box p img{
	max-width: 140px;
}

.case-info .fir-wrap .right-tit {
  font-size: 24px;
  line-height: 40px;
  color: #333;
  font-family: "Base-font";
}
.case-info .sec-bigban {
  text-align: center;
}
.case-info .sec-bigban img {
  max-width: 100%;
}
.case-info .thi-smallban {
  padding-top: 180px;
  padding-bottom: 180px;
  text-align: center;
  background-color: #fff;
}
.case-info .thi-smallban img {
  max-width: 80%;
}
.case-info .bot-erwei {
  height: 500px;
  width: 100%;
}
.case-info .bot-erwei .link-cont {
  width: 100%;
  text-align: center;
  padding-top: 160px;
}
.case-info .bot-erwei .code-img, .case-info .bot-erwei .link-site {
  vertical-align: top;
  margin: 0 17px;
}
.case-info .bot-erwei .code-img {
  display: inline-block;
  width: 120px;
  height: 120px;
}
.case-info .bot-erwei .code-img img {
  width: 100%;
  height: 100%;
}
.case-info .bot-erwei .link-site {
  display: inline-block;
  width: 116px;
  height: 116px;
  border: 2px solid #fff;
  text-align: center;
  line-height: 116px;
  color: #fff;
  font-size: 16px;
  font-family: "Base-font";
  transition: all 0.3s ease 0s;
}
.case-info .bot-erwei .link-site:hover {
  background-color: #fff;
  border: 2px solid #fff;
  color: #000;
  border-radius: 10px;
}
.case-info .bot-erwei .intr-tit {
  line-height: 40px;
  text-align: center;
  margin-top: 25px;
  color: #fff;
  font-size: 16px;
}
.case-info .main-wrap {
  width: 92.7%;
  margin: 0 auto;
  padding: 50px 3.65%;
  background-color: #fff;
}
.case-info .row-two-img .img {
  display: block;
  width: 48%;
}
.case-info .row-two-img .img img {
  width: 100%;
}

.wechat-info .sec-bigban {
  padding: 30px;
  background-color: #fff;
}

.adsuper-wrap {
  padding-top: 16px;
}
.adsuper-wrap .fir-wrap {
  background-color: #f5f5f5;
}
.adsuper-wrap .fir-wrap .left-wrap {
  width: 33%;
  padding: 82px 14.6% 122px 5.9%;
  background-color: #fff;
}
.adsuper-wrap .fir-wrap .left-wrap .mtit {
  font-size: 16px;
  line-height: 32px;
  margin-top: 24px;
}
.adsuper-wrap .fir-wrap .left-wrap .font {
  font-size: 12px;
  line-height: 20px;
}
.adsuper-wrap .fir-wrap .link-ico i {
  background: url(../img/ico_28.png) no-repeat center;
}
.adsuper-wrap .fir-wrap .link-ico:hover i {
  background: url(../img/ico_28_h.png) no-repeat center !important;
}
.adsuper-wrap .fir-wrap .right-cont {
  width: 36%;
  margin-left: 4%;
  padding-top: 66px;
}
.adsuper-wrap .fir-wrap .right-cont .tit {
  font-size: 24px;
  line-height: 40px;
  color: #000;
}
.adsuper-wrap .fir-wrap .right-cont .line {
  display: block;
  width: 10px;
  height: 2px;
  background-color: #9a9a9a;
  margin-top: 6px;
}
.adsuper-wrap .fir-wrap .right-cont .intr-tit {
  display: block;
  line-height: 26px;
  margin-top: 12px;
  font-size: 14px;
  padding: 5px 0;
  color: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.adsuper-wrap .fir-wrap .right-cont .client-pic {
  margin-top: 32px;
}
.adsuper-wrap .fir-wrap .right-cont .client-pic img {
  max-width: 100%;
}
.adsuper-wrap .sec-wrap {
  position: relative;
  overflow: hidden;
}
.adsuper-wrap .sec-wrap ul.slides {
  width: 100%;
}
.adsuper-wrap .sec-wrap ul.slides li {
  width: 100%;
  background-color: #fff;
}
.adsuper-wrap .sec-wrap .imgbox {
  width: 53.4%;
}
.adsuper-wrap .sec-wrap .imgbox img {
  width: 100%;
}
.adsuper-wrap .sec-wrap .cont-wrap {
  width: 33%;
  margin-left: 4%;
  padding-top: 146px;
}
.adsuper-wrap .sec-wrap .cont-wrap .tit {
  font-size: 30px;
  line-height: 46px;
  color: #333;
}
.adsuper-wrap .sec-wrap .cont-wrap .line {
  display: block;
  width: 10px;
  height: 2px;
  background-color: #9a9a9a;
  margin-top: 18px;
}
.adsuper-wrap .sec-wrap .cont-wrap .font {
  display: block;
  line-height: 28px;
  font-size: 14px;
  margin-top: 20px;
  color: #333;
}
.adsuper-wrap .sec-wrap .flex-control-nav {
  position: absolute;
  left: 57.5%;
  bottom: 30%;
  height: 10px;
  width: auto;
  z-index: 2;
}
.adsuper-wrap .sec-wrap .flex-control-nav li {
  width: 8px;
  height: 8px;
  border: 1px solid #000;
  border-radius: 50%;
  margin-right: 20px;
  margin-left: 0;
  display: inline-block;
  vertical-align: top;
}
.adsuper-wrap .sec-wrap .flex-control-nav li .flex-active {
  background-color: #000;
}
.adsuper-wrap .thi-wrap {
  background-color: #fff;
}
.adsuper-wrap .thi-wrap .imgbox {
  width: 62%;
}
.adsuper-wrap .thi-wrap .imgbox img {
  width: 100%;
}
.adsuper-wrap .thi-wrap .left-cont {
  width: 25.6%;
  padding-top: 90px;
  margin-left: 3%;
}
.adsuper-wrap .thi-wrap .left-cont .mtit {
  font-size: 16px;
  line-height: 30px;
}
.adsuper-wrap .thi-wrap .left-cont .font {
  font-size: 12px;
  line-height: 22px;
  margin-top: 7px;
}
.adsuper-wrap .thi-wrap .link-box {
  margin-top: 40px;
}
.adsuper-wrap .thi-wrap .link-box a {
  width: 34px;
  height: 34px;
}
.adsuper-wrap .fou-wrap {
  background-color: #2f2f2f;
}
.adsuper-wrap .fou-wrap .imgbox {
  width: 64%;
}
.adsuper-wrap .fou-wrap .imgbox img {
  width: 100%;
}
.adsuper-wrap .fou-wrap .right-cont {
  width: 29%;
  padding-top: 76px;
  margin-left: 3%;
}
.adsuper-wrap .fou-wrap .right-cont .stit {
  opacity: 0.76;
  filter: alpha(opacity=76);
}
.adsuper-wrap .fou-wrap .right-cont .mtit {
  font-size: 14px;
  line-height: 28px;
}
.adsuper-wrap .fou-wrap .right-cont .font {
  font-size: 14px;
}

.society-wrap .load-more {
  margin-top: 60px;
}
.society-wrap .main-column {
  margin-top: 20px;
}
.society-wrap .main-column ul, .society-wrap .main-column li {
  width: 100%;
}
.society-wrap .main-column li {
  background-color: #2f2f2f;
  margin-bottom: 16px;
}
.society-wrap .main-column .imgbox {
  display: block;
  width: 64%;
  position: relative;
  overflow: hidden;
}
.society-wrap .main-column .imgbox img {
  width: 100%;
  transform: translateZ(0px);
  transition: transform 0.3s ease 0s;
}
.society-wrap .main-column .imgbox:hover img {
  transform: scale(1.05, 1.05);
  transition: transform 0.6s ease 0s;
}
.society-wrap .main-column .imgbox:hover .up-graybox {
  opacity: 1;
  filter: alpha(opacity=1);
}
.society-wrap .main-column .cont-wrap {
  width: 29%;
  padding-top: 106px;
}
.society-wrap .main-column .cont-wrap .stit {
  font-size: 24px;
}
.society-wrap .main-column .cont-wrap .mtit {
  font-size: 18px;
}
.society-wrap .main-column li.even-li .imgbox {
  float: left;
}
.society-wrap .main-column li.even-li .cont-wrap {
  float: right;
  margin-right: 3.8%;
}
.society-wrap .main-column li.odd-li .imgbox {
  float: right;
}
.society-wrap .main-column li.odd-li .cont-wrap {
  float: left;
  margin-left: 3.8%;
}
.society-wrap .main-column li.last-li {
  margin-bottom: 0;
}

.society-info .fir-wrap .left-wrap {
  width: 33%;
  padding: 94px 15.5% 85px 5.5%;
}
.society-info .fir-wrap .date {
  line-height: 32px;
  font-size: 14px;
  color: #666;
  margin-top: 10px;
}
.society-info .fir-wrap .link-box {
  margin-top: 82px;
}
.society-info .sec-bigban {
  background-color: #fff;
}

.interact-ban .up-cont h4 {
  font-size: 60px;
}
.interact-ban .up-cont .font {
  font-size: 40px;
}
.interact-ban .up-cont .line {
  margin-top: 30px;
}
.interact-ban .up-cont .link-box {
  margin-top: 70px;
}
.interact-ban .up-cont .link-box a {
  display: inline-block;
  width: 120px;
  height: 42px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
  line-height: 42px;
  color: #fff;
  font-size: 14px;
  transition: all 0.3s ease 0s;
  border-radius: 24px;
  float: left;
  margin-right: 18px;
}
.interact-ban .up-cont .link-box a i {
  display: inline-block;
  width: 22px;
  height: 42px;
  vertical-align: top;
  transition: all 0.3s ease 0s;
}
.interact-ban .up-cont .link-box a span {
  display: inline-block;
  vertical-align: top;
  margin-left: 3px;
}
.interact-ban .up-cont .link-box a .ico1 {
  background: url(../img/ico_29.png) no-repeat center;
  width: 21px;
}
.interact-ban .up-cont .link-box a .ico2 {
  background: url(../img/ico_30.png) no-repeat center;
  width: 14px;
}
.interact-ban .up-cont .link-box a .ico3 {
  background: url(../img/ico_47_h.png) no-repeat center;
  width: 9px;
}
.interact-ban .up-cont .link-box a:hover {
  border: 1px solid #fff;
  background-color: #fff;
  color: #333;
}
.interact-ban .up-cont .link-box a:hover .ico1 {
  background: url(../img/ico_29_h.png) no-repeat center;
}
.interact-ban .up-cont .link-box a:hover .ico2 {
  background: url(../img/ico_30_h.png) no-repeat center;
}
.interact-ban .up-cont .link-box a:hover .ico3 {
  background: url(../img/ico_47.png) no-repeat center;
}

.interact-wrap {
  padding-top: 16px;
}
.interact-wrap .fir-wrap {
  background-color: #f5f5f5;
}
.interact-wrap .fir-wrap .left-wrap {
  width: 29%;
  padding: 82px 22% 130px 3.5%;
  background-color: #fff;
}
.interact-wrap .fir-wrap .left-wrap .link-box {
  margin-top: 55px;
}
.interact-wrap .fir-wrap .left-wrap .link-box a {
  width: 34px;
  height: 34px;
}
.interact-wrap .fir-wrap .right-cont {
  width: 33%;
  margin-right: 7%;
  padding-top: 75px;
}
.interact-wrap .fir-wrap .right-cont .tit {
  font-size: 40px;
  line-height: 50px;
  color: #333;
  font-family: "Base-font";
}
.interact-wrap .fir-wrap .right-cont .line {
  display: block;
  width: 10px;
  height: 2px;
  background-color: #9a9a9a;
  margin-top: 12px;
}
.interact-wrap .fir-wrap .right-cont .mtit {
  line-height: 32px;
  font-size: 18px;
  color: #333;
  margin-top: 26px;
}
.interact-wrap .fir-wrap .right-cont .lab-font {
  line-height: 32px;
  margin-top: 16px;
  font-size: 14px;
}
.interact-wrap .fir-wrap .right-cont .lab-font a {
  color: #333;
  display: inline-block;
  float: left;
}
.interact-wrap .fir-wrap .right-cont .lab-font a:hover {
  color: #888;
}
.interact-wrap .fir-wrap .right-cont .lab-font .line {
  display: inline-block;
  width: 1px;
  height: 12px;
  background-color: #ccc;
  margin: 10px 20px;
  float: left;
}
.interact-wrap .fir-wrap .right-cont .link {
  display: block;
  border-radius: 50%;
  width: 46px;
  height: 46px;
  margin-top: 52px;
}

.website-ban .up-cont h4 {
  font-size: 48px;
  line-height: 68px;
}
.website-ban .up-cont .s-tit {
  line-height: 40px;
  font-size: 26px;
  margin-top: 8px;
  color: #fff;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.website-ban .up-cont .line {
  display: block;
  width: 35px;
  height: 3px;
  background-color: #fff;
  opacity: 0.3;
  filter: alpha(opacity=30);
  margin-top: 35px;
}
.website-ban .up-cont .font {
  font-size: 16px;
  line-height: 36px;
  margin-top: 10px;
  font-family: "Base-font";
}
.website-ban .link-box {
  margin-top: 72px;
}
.website-ban .link-box a {
  display: inline-block;
  width: 124px;
  height: 36px;
  border: 1px solid #fff;
  border-radius: 20px;
  text-align: center;
  line-height: 36px;
  color: #fff;
  font-size: 14px;
  font-family: "Arial";
  float: left;
  margin-right: 16px;
  transition: all 0.3s ease 0s;
}
.website-ban .link-box a:hover {
  background-color: #fff;
  color: #333;
}

.website-info-ban .up-cont .link-ico {
  display: block;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.4);
  cursor: pointer;
  margin-top: 95px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease 0s;
}
.website-info-ban .up-cont .link-ico i {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background: url(../img/ico_25.png) no-repeat center;
  transition: all 0.3s ease 0s;
}
.website-info-ban .up-cont .link-ico .bg {
  display: block;
  width: 0;
  height: 0;
  left: 50%;
  top: 50%;
  transition: all 0.3s ease 0s;
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
}

.webisite-info .main-wrap {
  width: 92.7%;
  margin: 0 auto;
  padding: 50px 3.65%;
  background-color: #fff;
}
.webisite-info .main-wrap.mginb-16{
  margin-bottom: 16px;
}
.webisite-info .main-wrap .img-ban {
  text-align: center;
  margin-top: 44px;
}
.webisite-info .main-wrap .img-ban img {
  max-width: 100%;
}
.webisite-info .main-wrap .img-ban:first-child {
  margin-top: 0;
}
.webisite-info .main-wrap .row-two-img .img {
  display: block;
  width: 48%;
}

.rhythm-wrap .list-wrap .up-video-ico {
  display: block;
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.rhythm-wrap .list-wrap .up-video-ico .ico {
  display: block;
  width: 64px;
  height: 64px;
  background: url(../img/ico_31.png) no-repeat center;
  position: absolute;
  left: 50%;
  margin-left: -32px;
  top: 50%;
  margin-top: -32px;
  transform: translateZ(0px);
  transition: transform 0.3s ease 0s;
}
.rhythm-wrap .list-wrap .img-box:hover .up-video-ico .ico {
  transform: scale(1.05, 1.05);
}

.vr-ban .up-cont {
  margin-top: -240px;
}
.vr-ban .up-cont .line {
  margin-top: 52px;
}
.vr-ban .up-cont .s-tit {
  font-size: 40px;
  line-height: 60px;
  margin-top: 40px;
}
.vr-ban .up-cont .down-ico {
  margin-top: 138px;
}

.news-ban {
  height: 550px;
  position: relative;
  overflow: hidden;
}
.news-ban .bgimg {
  opacity: 0;
  filter: alpha(opacity=0);
  position: relative;
}
.news-ban .up-tit {

  position: absolute;
  width: 79%;
  left: 10.5%;
  top: 50%;
  margin-top: -88px;
}
.news-ban .up-tit h4 {
  font-size: 48px;
  line-height: 68px;
  color: #fff;
}
.news-ban .up-tit .line {
  display: block;
  width: 30px;
  height: 4px;
  background-color: #fff;
  margin-top: 16px;
}
.news-ban .bot-paging {
  display: none;
}

.news-wrap {
  padding-top: 55px;
  padding-bottom: 180px;
}
.news-wrap .top-tit .year-list {
  line-height: 70px;
}
.news-wrap .top-tit .year-list li {
  font-size: 30px;
  margin-right: 35px;
  font-family: "Base-font";
  line-height: 60px;
  margin-top: 10px;
}
.news-wrap .top-tit .year-list a {
  display: inline-block;
  color: #999;
}
.news-wrap .top-tit .year-list a:hover {
  color: #333;
}
.news-wrap .top-tit .year-list li.hover {
  /*line-height: 70px;*/
  font-size: 32px;
  /*margin-top: 0;*/
}
.news-wrap .top-tit .year-list li.hover a {
  color: #333;
}
.news-wrap .top-tit .search-box {
  margin-top: 25px;
}
.news-wrap .top-tit .search-box input.tex {
  border: none;
  width: 205px;
  font-size: 12px;
  color: #999;
  height: 13px;
  line-height: 12px;
  padding: 12px 15px 11px;
  background-color: #e2e2e2;
}
.news-wrap .top-tit .search-box .sub-btn {
  border: none;
  width: 40px;
  height: 36px;
  text-align: center;
  color: #fff;
  background: url(../img/ico_32.png) no-repeat center #8f8f8f;
}
.news-wrap .list-wrap {
  margin-top: 42px;
  position: relative;
  width: 100%;
}
.news-wrap .list-wrap .boxs {
  width: 31.5%;
  background-color: #fff;
}
.news-wrap .list-wrap .boxs span {
  display: block;
}
.news-wrap .list-wrap .img {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.news-wrap .list-wrap .img img {
  width: 100%;
  transform: translateZ(0px);
  transition: transform 0.3s ease 0s;
}
.news-wrap .list-wrap .img:hover img {
  transform: scale(1.05, 1.05);
  transition: transform 0.6s ease 0s;
}
.news-wrap .list-wrap .cont-wrap {
  width: 85.4%;
  padding: 25px 7.3% 0;
}
.news-wrap .list-wrap .cont-wrap .date {
  display: block;
  padding-right: 30px;
  border-right: 1px solid #ececec;
}
.news-wrap .list-wrap .cont-wrap .day {
  font-size: 50px;
  line-height: 50px;
  font-family: "Base-font";
  color: #333;
}
.news-wrap .list-wrap .cont-wrap .year {
  line-height: 16px;
}
.news-wrap .list-wrap .cont-box {
  width: 67%;
  margin-left: 6%;
  margin-top: -4px;
}
.news-wrap .list-wrap .cont-box .tit {
  font-size: 16px;
  line-height: 28px;
}
.news-wrap .list-wrap .cont-box .tit a {
  display: inline-block;
  color: #333;
}
.news-wrap .list-wrap .cont-box .font {
  font-size: 12px;
  line-height: 20px;
  padding: 3px 0;
}
.news-wrap .list-wrap .cont-box .font a {
  display: inline-block;
  color: #777;
}
.news-wrap .list-wrap .cont-box .font a:hover {
  color: #333;
}
.news-wrap .list-wrap .bot-link {
  display: block;
  border-top: 1px solid #e5e5e5;
  margin-top: 28px;
  line-height: 38px;
}
.news-wrap .list-wrap .bot-link .stt {
  display: inline-block;
  font-size: 14px;
  color: #777;
}
.news-wrap .list-wrap .bot-link .point {
  width: 24px;
  height: 38px;
  background: url(../img/ico_08.png) no-repeat center;
}
.news-wrap .list-wrap .bot-link:hover .stt {
  color: #333;
}
.news-wrap .list-wrap .bot-link:hover .point {
  background: url(../img/ico_08_h.png) no-repeat center;
}
.news-wrap .more-load {
  display: block;
  width: 180px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #999;
  background-color: #fff;
  font-size: 18px;
  margin: 100px auto 0;
  cursor: pointer;
}
.news-wrap .more-load:hover {
  background-color: #333;
  color: #fff;
}

.news-info {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 55px;
}
.news-info .main-wrap {
  width: 92%;
  margin: 0 auto;
}
.news-info .tit-box {
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.news-info .tit-box h4 {
  font-size: 26px;
  line-height: 38px;
  color: #333;
}
.news-info .tit-box .date {
  line-height: 28px;
  font-size: 14px;
}
.news-info .tit-box .share-box {
  margin-top: 3px;
}
.news-info .tit-box .share-box a {
  display: inline-block;
  float: left;
  margin: 0 0 0 9px;
  border: 1px solid #ececec;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  padding: 0;
}
.news-info .tit-box .share-box a:hover {
  border-color: #333;
}
.news-info .tit-box .share-box .sina {
  background: url(../img/ico_34.png) no-repeat center;
}
.news-info .tit-box .share-box .sina:hover {
  background: url(../img/ico_34_h.png) no-repeat center #333;
}
.news-info .tit-box .share-box .txwb {
  background: url(../img/ico_35.png) no-repeat center;
}
.news-info .tit-box .share-box .txwb:hover {
  background: url(../img/ico_35_h.png) no-repeat center #333;
}
.news-info .info-cont {
  font-size: 14px;
  line-height: 26px;
  margin-top: 28px;
}
.news-info .info-cont img {
  max-width: 100%;
}

.search-alert {
  position: fixed;
  z-index: 100;
  background-color: #222222;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.search-alert .cent-form {
  position: absolute;
  width: 94.8%;
  left: 2.6%;
  top: 50%;
  height: 124px;
  margin-top: -63px;
  border-bottom: 1px solid #515151;
}
.search-alert .cent-form .tex {
  border: none;
  font-size: 66px;
  height: 124px;
  line-height: 124px;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  color: #555;
  background: none;
  font-family: "Base-font";
  padding-left: 88px;
  padding-right: 80px;
  background: url(../img/ico_36.png) no-repeat 35px 60px;
}
.search-alert .cent-form .sub-butn {
  border: none;
  height: 100px;
  margin-top: 24px;
  font-size: 24px;
  line-height: 100px;
  color: #555;
  text-align: right;
  background: none;
  font-family: "Base-font";
  position: absolute;
  right: 0;
  top: 0;
  width: 80px;
  text-align: center;
}
.search-alert .close {
  display: block;
  width: 18px;
  height: 18px;
  background: url(../img/ico_37.png) no-repeat center;
  position: absolute;
  top: 38px;
  right: 2.6%;
  cursor: pointer;
  transition: transform 0.3s ease 0s;
}

.medium-wrap {
  padding-top: 16px;
}
.medium-wrap .fir-wrap {
  background-color: #fff;
}
.medium-wrap .fir-wrap .left-cont {
  width: 46%;
  padding: 92px 5% 0 3.5%;
  min-height: 300px;
}
.medium-wrap .fir-wrap .right-img {
  width: 45.5%;
}
.medium-wrap .fir-wrap .right-img img {
  width: 100%;
}
.medium-wrap .fir-wrap .tit {
  font-size: 26px;
  line-height: 42px;
  color: #333;
  font-weight: bold;
}
.medium-wrap .fir-wrap .line {
  display: block;
  width: 10px;
  height: 2px;
  background-color: #9a9a9a;
  margin-top: 12px;
}
.medium-wrap .fir-wrap .word {
  line-height: 24px;
  margin-top: 35px;
  font-size: 12px;
  color: #777;
}
.medium-wrap .fir-wrap .word .tt {
  font-weight: bold;
  color: #333;
  font-size: 14px;
}
.medium-wrap .main-column li.even-li {
  background-color: #fff;
}
.medium-wrap .main-column li .font {
  font-size: 14px;
}
.medium-wrap .main-column li .f12 {
  display: block;
  font-size: 12px;
  line-height: 24px;
}
.medium-wrap .main-column li .cont-wrap {
  width: 26%;
}
.medium-wrap .main-column li .font {
  margin-top: 28px;
}
.medium-wrap .main-column li .imgbox:hover img {
  transform: scale(1);
}
.medium-wrap .bot-news-med {
  margin-top: 16px;
  margin-bottom: 16px;
  background-color: #fff;
}
.medium-wrap .bot-news-med .left-cont {
  width: 39.4%;
  padding: 100px 3.6% 35px 6%;
}
.medium-wrap .bot-news-med .img-box {
  width: 51%;
}
.medium-wrap .bot-news-med .img-box img {
  width: 100%;
}
.medium-wrap .bot-news-med .tit {
  font-size: 26px;
  line-height: 40px;
  color: #333;
  font-weight: bold;
}
.medium-wrap .bot-news-med .line {
  display: block;
  width: 10px;
  height: 2px;
  background-color: #ccc;
  margin-top: 22px;
}
.medium-wrap .bot-news-med .word {
  display: block;
  line-height: 26px;
  font-size: 14px;
  margin-top: 20px;
}
.medium-wrap .bot-news-med .stit {
  font-size: 16px;
  line-height: 28px;
  margin-top: 14px;
  color: #333;
}
.medium-wrap .bot-news-med .font {
  display: block;
  line-height: 24px;
  margin-top: 14px;
}
.medium-wrap .bot-news-med .sign-pic {
  display: block;
  margin-top: 58px;
}

.bigdata-wrap {
  padding-top: 12px;
}
.bigdata-wrap .fir-wrap {
  background-color: #25262b;
}
.bigdata-wrap .fir-wrap .left-cont {
  width: 34.8%;
  padding: 70px 3.8% 30px 3.4%;
  min-height: 240px;
}
.bigdata-wrap .fir-wrap .imgbox {
  width: 57.8%;
}
.bigdata-wrap .fir-wrap .imgbox img {
  width: 100%;
}
.bigdata-wrap .fir-wrap .tit {
  font-size: 24px;
  line-height: 40px;
  color: #fff;
}
.bigdata-wrap .fir-wrap .stit {
  display: block;
  line-height: 26px;
  font-size: 16px;
  color: #fff;
  margin-top: 30px;
}
.bigdata-wrap .fir-wrap .line {
  display: block;
  width: 10px;
  height: 2px;
  background-color: #9a9a9a;
  margin-top: 17px;
}
.bigdata-wrap .fir-wrap .word {
  display: block;
  line-height: 26px;
  font-size: 14px;
  margin-top: 24px;
  color: #999;
}
.bigdata-wrap .fir-wrap .sint {
  font-size: 14px;
  line-height: 22px;
  color: #999;
}
.bigdata-wrap .sec-wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.bigdata-wrap .sec-wrap ul {
  width: 100%;
}
.bigdata-wrap .sec-wrap li {
  width: 33.3%;
  background-color: #fff;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease 0s;
}
.bigdata-wrap .sec-wrap .cont-box {
  width: 62%;
  padding: 52px 21.7% 35px 16.3%;
  min-height: 240px;
}
.bigdata-wrap .sec-wrap .ico {
  display: block;
  height: 66px;
  transition: background 0.3s ease 0s;
}
.bigdata-wrap .sec-wrap .ico1 {
  background: url(../img/ico_48.png) no-repeat left top;
}
.bigdata-wrap .sec-wrap .ico2 {
  background: url(../img/ico_49.png) no-repeat left top;
}
.bigdata-wrap .sec-wrap .ico3 {
  background: url(../img/ico_50.png) no-repeat left top;
}
.bigdata-wrap .sec-wrap .ico4 {
  background: url(../img/ico_51.png) no-repeat left top;
}
.bigdata-wrap .sec-wrap .ico5 {
  background: url(../img/ico_52.png) no-repeat left top;
}
.bigdata-wrap .sec-wrap .ico6 {
  background: url(../img/ico_53.png) no-repeat left top;
}
.bigdata-wrap .sec-wrap .tit {
  font-size: 20px;
  line-height: 32px;
  margin-top: 32px;
  color: #333;
  font-weight: bold;
  height: 64px;
  overflow: hidden;
}
.bigdata-wrap .sec-wrap .font {
  display: block;
  line-height: 24px;
  font-size: 14px;
  margin-top: 14px;
  height: 120px;
}
.bigdata-wrap .sec-wrap li:hover {
  box-shadow: 0 0 20px 7px #efefef;
  z-index: 2;
}
.bigdata-wrap .sec-wrap li:hover .ico1 {
  background: url(../img/ico_48_h.png) no-repeat left top;
}
.bigdata-wrap .sec-wrap li:hover .ico2 {
  background: url(../img/ico_49_h.png) no-repeat left top;
}
.bigdata-wrap .sec-wrap li:hover .ico3 {
  background: url(../img/ico_50_h.png) no-repeat left top;
}
.bigdata-wrap .sec-wrap li:hover .ico4 {
  background: url(../img/ico_51_h.png) no-repeat left top;
}
.bigdata-wrap .sec-wrap li:hover .ico5 {
  background: url(../img/ico_52_h.png) no-repeat left top;
}
.bigdata-wrap .sec-wrap li:hover .ico6 {
  background: url(../img/ico_53_h.png) no-repeat left top;
}
.bigdata-wrap .sec-wrap li:nth-child(even) {
  background-color: #fcfcfc;
}
.bigdata-wrap .thi-list li {
  width: 50%;
}
.bigdata-wrap .thi-list .ico7 {
  background: url(../img/ico_54.png) no-repeat left top;
}
.bigdata-wrap .thi-list .ico8 {
  background: url(../img/ico_55.png) no-repeat left top;
}
.bigdata-wrap .thi-list .ico9 {
  background: url(../img/ico_56.png) no-repeat left top;
}
.bigdata-wrap .thi-list .ico10 {
  background: url(../img/ico_57.png) no-repeat left top;
}
.bigdata-wrap .thi-list li:hover .ico7 {
  background: url(../img/ico_54_h.png) no-repeat left top;
}
.bigdata-wrap .thi-list li:hover .ico8 {
  background: url(../img/ico_55_h.png) no-repeat left top;
}
.bigdata-wrap .thi-list li:hover .ico9 {
  background: url(../img/ico_56_h.png) no-repeat left top;
}
.bigdata-wrap .thi-list li:hover .ico10 {
  background: url(../img/ico_57_h.png) no-repeat left top;
}
.bigdata-wrap .thi-list ul li:nth-child(even) {
  background-color: #fff;
}
.bigdata-wrap .thi-list ul li.gray {
  background-color: #fcfcfc;
}


/**************发展历程*************/
.history-wrap{
  padding-top: 83px;
  background-color: #fff;
  padding-bottom: 72px;
}
.history-wrap .tit-box{
  text-align: center;
}
.history-wrap .tit-box h4{
  font-size: 40px;
  line-height: 50px;
  font-family: "Base-font";
  color: #333;
}
.history-wrap .tit-box .st{
  font-size: 16px;
  line-height: 20px;
  color: #777;
}
.history-wrap .cent-wrap{
  width: 89.2%;
  margin: 42px auto 0;
  position: relative;
  padding-bottom: 100px;
}
.history-wrap .cent-wrap ul,.history-wrap .cent-wrap li{
  width: 100%;
}
.history-wrap .cent-wrap ul{
  position: relative;
  z-index: 2;
}
.history-wrap .cent-wrap li{
  margin-top: 98px;
  position: relative;
  opacity: 0;
  transition: opacity 0.4s ease 0s;
}
.history-wrap .cent-wrap li .cont-box{
  width: 29%;
}
.history-wrap .cent-wrap li .year{
  font-size: 40px;
  line-height: 50px;
  color: #333;
  font-weight: bold;
  font-family: "Arial";
}
.history-wrap .cent-wrap li .word{
  font-size: 14px;
  line-height: 24px;
  margin-top: 10px;
  color: #777;
}
.history-wrap .cent-wrap li .img{
  display: block;
  width: 10.8%;
  border-radius: 50%;
  overflow: hidden;
  margin-top: 8px;
}
.history-wrap .cent-wrap li .img img{
  width: 100%;
  height: auto;
}
.history-wrap .cent-wrap li:nth-child(odd) .img{
  float: left;
}
.history-wrap .cent-wrap li:nth-child(odd) .cont-box{
  float: left;
  margin-left: 6.8%;
  text-align: right;
}
.history-wrap .cent-wrap li:nth-child(even) .img{
  float: right;
}
.history-wrap .cent-wrap li:nth-child(even) .cont-box{
  float: right;
  margin-right: 9.7%;
  width: 26%;
  text-align: left;
}
.history-wrap .cent-wrap li .point{
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #ccc;
  background-color: #fff;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  text-align: center;
  border-radius: 50%;
  top: 14px;
}
.history-wrap .cent-wrap li .point i{
  display: none;
  width: 10px;
  height: 10px;
  margin-top: 4px;
  vertical-align: top;
  background-color: #000;
  border-radius: 50%;
}
.history-wrap .cent-wrap li.show{
  opacity: 1;
}
.history-wrap .cent-wrap li.show .point i{
  display: inline-block;
}
.history-wrap .cent-line-box{
  width: 1px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 1
}
.history-wrap .cent-line-box .line{
  display: block;
  width: 1px;
  height: 100%;
  background-color: #ccc;
}
.history-wrap .cent-line-box .point-t{
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid #ccc;
  border-radius: 50%;
  background-color: #fff;
  margin-left: -8px;
  position: absolute;
  top: 0;
}
.history-wrap .cent-line-box .point-h{
  position: fixed;
  display: none;
  width: 10px;
  height: 10px;
  background-color: #000;
  left: 50%;
  border-radius: 50%;
  margin-left: -5px;
  top: 50%;
  margin-top: -5px;
}
.history-wrap .bot-tit{
  line-height: 36px;
  font-size: 14px;
  text-align: center;
  color: #999;
  margin-top: 16px;
}

/*.alert-zixunbox{
  width: 328px;
  height: 172px;
  background: url(../img/img_103.png) no-repeat center;
  position: fixed;
  z-index: 10;
  left: 50%;
  margin-left: -164px;
  top: 50%;
  margin-top: -86px;
  display: none;
}*/
.alert-zixunbox{
  width: 400px;
  height: 175px;
  background: url(../img/inviteBack0.png) no-repeat center;
  position: fixed;
  z-index: 10;
  left: 50%;
  margin-left: -200px;
  top: 50%;
  margin-top: -88px;
  display: none;
}
/*.alert-zixunbox .close{
  display: block;
  width: 38px;
  height: 26px;
  position: absolute;
  right: 6px;
  top: 0;
  cursor: pointer;
}*/
.alert-zixunbox .close{
  display: block;
  width: 28px;
  height: 28px;
  position: absolute;
  right: 3px;
  top: 3px;
  cursor: pointer;
}
.alert-zixunbox .qqlink{
  display: block;
  width: 80px;
  height: 32px;
  position: absolute;
  right: 12px;
  bottom: 12px;
  cursor: pointer;
  color: #0085da;
  background-color: #fff;
  text-align: center;
  line-height: 32px;
  border-radius: 5px;
  font-size: 13px;
}
.alert-zixunbox .btnclose{
  display: block;
  width: 80px;
  height: 32px;
  position: absolute;
  right: 102px;
  bottom: 12px;
  cursor: pointer;
  background-color: transparent;
  border: 1px solid #fff;
  text-align: center;
  line-height: 32px;
  border-radius: 5px;
  font-size: 13px;
  color: #fff;
}
.alert-zixunbox .word{
  display: block;
  width: 246px;
  font-size: 13pt;
  line-height: 23px;
  color: #fff;
  position: absolute;
  position: absolute;
  top: 44px;
  left: 128px;
  right: 26px;
}

.float-Medals{
  position: absolute;
  right: 30px;
  bottom: 30px;
  width: 80px;
  height: 80px;
  z-index: 3;
}
#cssda-badge{
  width:100%;
  height:100%;
  border-radius:50%;
  background:#fff;
  transition:all 0.25s cubic-bezier(0.615, 0.19, 0.305, 0.91);
  cursor:pointer;
  z-index: 9999;
}
#cssda-badge:hover{
  animation: bounce .75s linear both;
  background: #000
}
#cssda-badge svg{
    position:absolute;
    top:0;
    left:0;
    width:80px;
    height:80px;
    fill:#212121
}
#cssda-badge:hover svg{
  fill:#fff
}
.cssda-badge-contents{
    position:absolute;
    width:80px;
    height:80px;
    transition:all 0.12s cubic-bezier(0.615, 0.19, 0.305, 0.91)
}
#cssda-badge:hover .cssda-badge-contents{
  transform:rotate(360deg)
}
#cssda-badge:hover #cssda-badge-logo{
  transform:scale(1.1)
}
@media only screen and (max-width: 700px){#cssda-badge{width:60px;height:60px}
  #cssda-badge svg{position:absolute;top:0;left:0;width:60px;height:60px}
  #cssda-badge-logo{-webkit-transform:scale(1.35);-moz-transform:scale(1.35);transform:scale(1.35)
  }
  #cssda-badge:hover #cssda-badge-logo{
    -webkit-transform:scale(1.5);-moz-transform:scale(1.5);transform:scale(1.5)
  }
  #cssda-badge-title{display:none}
  #cssda-badge-award{display:none}
}
@keyframes bounce{
  0%{-webkit-transform:matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);transform:matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)}
  3.4%{-webkit-transform:matrix3d(1.032, 0, 0, 0, 0, 1.041, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);transform:matrix3d(1.032, 0, 0, 0, 0, 1.041, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)}
  4.7%{-webkit-transform:matrix3d(1.045, 0, 0, 0, 0, 1.06, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);transform:matrix3d(1.045, 0, 0, 0, 0, 1.06, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)}
  6.81%{-webkit-transform:matrix3d(1.066, 0, 0, 0, 0, 1.089, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);transform:matrix3d(1.066, 0, 0, 0, 0, 1.089, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)}
  9.41%{-webkit-transform:matrix3d(1.088, 0, 0, 0, 0, 1.117, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);transform:matrix3d(1.088, 0, 0, 0, 0, 1.117, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)}
  10.21%{-webkit-transform:matrix3d(1.094, 0, 0, 0, 0, 1.123, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);transform:matrix3d(1.094, 0, 0, 0, 0, 1.123, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)}
  13.61%{-webkit-transform:matrix3d(1.112, 0, 0, 0, 0, 1.133, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);transform:matrix3d(1.112, 0, 0, 0, 0, 1.133, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)}
  14.11%{-webkit-transform:matrix3d(1.114, 0, 0, 0, 0, 1.133, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);transform:matrix3d(1.114, 0, 0, 0, 0, 1.133, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)}
  17.52%{-webkit-transform:matrix3d(1.121, 0, 0, 0, 0, 1.124, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);transform:matrix3d(1.121, 0, 0, 0, 0, 1.124, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)}
  18.72%{-webkit-transform:matrix3d(1.121, 0, 0, 0, 0, 1.119, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);transform:matrix3d(1.121, 0, 0, 0, 0, 1.119, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)}
  21.32%{-webkit-transform:matrix3d(1.12, 0, 0, 0, 0, 1.107, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);transform:matrix3d(1.12, 0, 0, 0, 0, 1.107, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)}
  24.32%{-webkit-transform:matrix3d(1.115, 0, 0, 0, 0, 1.096, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);transform:matrix3d(1.115, 0, 0, 0, 0, 1.096, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)}25.23%{-webkit-transform:matrix3d(1.113, 0, 0, 0, 0, 1.094, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);transform:matrix3d(1.113, 0, 0, 0, 0, 1.094, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)}29.03%{-webkit-transform:matrix3d(1.106, 0, 0, 0, 0, 1.09, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);transform:matrix3d(1.106, 0, 0, 0, 0, 1.09, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)}29.93%{-webkit-transform:matrix3d(1.105, 0, 0, 0, 0, 1.09, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);transform:matrix3d(1.105, 0, 0, 0, 0, 1.09, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)}35.54%{-webkit-transform:matrix3d(1.098, 0, 0, 0, 0, 1.096, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);transform:matrix3d(1.098, 0, 0, 0, 0, 1.096, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)}36.74%{-webkit-transform:matrix3d(1.097, 0, 0, 0, 0, 1.098, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);transform:matrix3d(1.097, 0, 0, 0, 0, 1.098, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)}41.04%{-webkit-transform:matrix3d(1.096, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);transform:matrix3d(1.096, 0, 0, 0, 0, 1.102, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)}44.44%{-webkit-transform:matrix3d(1.097, 0, 0, 0, 0, 1.103, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);transform:matrix3d(1.097, 0, 0, 0, 0, 1.103, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)}52.15%{-webkit-transform:matrix3d(1.099, 0, 0, 0, 0, 1.101, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);transform:matrix3d(1.099, 0, 0, 0, 0, 1.101, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)}59.86%,63.26%{-webkit-transform:matrix3d(1.101, 0, 0, 0, 0, 1.099, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);transform:matrix3d(1.101, 0, 0, 0, 0, 1.099, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)}100%,75.28%,85.49%,90.69%{-webkit-transform:matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);transform:matrix3d(1.1, 0, 0, 0, 0, 1.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1)}
}

.m-new-float{
  display: none;
}

@media (max-width: 780px){
  .new-float{
    display: none;
  }
  .m-new-float{
    display: block;
  }
  .m-new-float{
    position: fixed;
    
    left: 0;
    bottom: 0%;
    z-index: 50;
    width: 100%;
    height: 57px;
    background: #f14702;
  }
  .m-new-float li{
    position: relative;
    width: 33.3%;
    height: 57px;
    line-height: 27px;
    color: #fff;
    float: left;
    text-align: center;
  }
  .m-new-float li.hover{
    overflow: hidden;
  }
  .m-new-float li a{
    display: inline-block;
    color: #fff;
    font-size: 12px;
  }
  .m-new-float li a.tit{
    width: 77px;
    height: 27px;
    padding: 30px 0 0 0;
    color: #fff;
  }
  .m-new-float li p{
    position: relative;
    z-index: 2;
    height: 27px;
    padding-top: 30px;
    cursor: pointer;
  }
  .m-new-float li.fi a{
    background: url(../img/bg_float01.png) no-repeat;
  }
  .m-new-float li.se a{
    background: url(../img/bg_float02.png) no-repeat;
  }
  .m-new-float li.th a{
    background: url(../img/bg_float03.png) no-repeat;
  }
  .m-new-float li.fo a.tit{
    background: url(../img/bg_float04.png) no-repeat;
  }
  .m-new-float li.fif a{
    background: url(../img/bg_float05.png) no-repeat;
  }
  .m-new-float li.zixun a{
    background: url(../img/bg_float01.png) no-repeat;
  }
  .m-new-float li .tel{
    position: absolute;
    left: 77px;
    top: 0;
    z-index: 1;
    width: 184px;
    height: 57px;
    font: 24px/57px Arial;
    color: #fff;
    background: url(../img/bg_float06.png) no-repeat;
    cursor: pointer;
  }
  .f-bot{
    margin-bottom: 57px;
  }
}
.contact-wrap .address .cont .lia{
  display:flex;
  flex-flow:row wrap;
  justify-content:flex-start;
  align-items:flex-start;
  margin-top:15px;
}
.contact-wrap .address .cont .lia a{
  width:110px;
  height:38px;
  border:1px solid #e3e3e3;
  border-radius:38px;
  line-height:38px;
  margin-right:18px;
  text-align:center;
  transition: background 0.3s ease 0s;
}
.contact-wrap .address .cont .lia a span{
  display:inline-block;
  padding-left:25px;
  transition: background 0.3s ease 0s;
}
.contact-wrap .address .cont .lia a:hover{
  background:#000;
  border:1px solid #e3e3e3;
  color:#fff;
}
.contact-wrap .address .cont .lia a.link-map span{
   background: url(../img/ico_13.png) no-repeat left center;
}
.contact-wrap .address .cont .lia a.link-map:hover span{
   background: url(../img/ico_13_h.png) no-repeat left center;
}
.contact-wrap .address .cont .lia a.link-web span{
   background: url(../img/ico_13_3.png) no-repeat left center;
}

.contact-wrap .address .cont .lia a.link-web:hover span{
   background: url(../img/ico_13_2.png) no-repeat left center;
}
/*.contact-wrap .address .cont .link-map {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../img/ico_13.png) no-repeat center;
  margin-top: 8px;
  transition: background 0.3s ease 0s;
}
.contact-wrap .address .cont .link-map:hover {
  background: url(../img/ico_13_h.png) no-repeat center #000;
}*/

/*# sourceMappingURL=style.css.map */










@media (max-width: 1550px) {
	.news-wrap .list-wrap .cont-box{
		margin-left: 0;
		margin-top: 20px;
		width: 100%
	}
	.news-wrap .list-wrap .bot-link{
		margin-top: 18px;
	}
}
@media (max-width: 1440px) {
	.w1520{
		width: 92%;
	}
	.i-fir-wrap .left-wrap .cent-cont{
		top: 100px;
	}
	.i-fir-wrap .left-wrap .num-box{
		width: 150px;
		height: 150px;
	}
	.i-fir-wrap .left-wrap .num-box .num{
		margin-top: 40px;
		font-size: 26px;
	}
	.i-sec-wrap .right-cont,.i-fou-wrap .cont-wrap,.i-sex-wrap .cont-wrap{
		padding-top: 50px;
	}
	.i-column-wrap .link{
		margin-top: 40px;
	}
	.about-ban .cont-wrap{
		left: 5.5%;
		width: 89% !important;
	}
	.team-wrap .fir-wrap .cont-fir{
		padding-top: 30px;
	}
	.ins-ban .up-cont{
		left: 6%;
		margin-top: -170px;
	}
	.interact-ban .up-cont h4,.ins-ban .up-cont h4{
		font-size: 42px;
	}
	.interact-ban .up-cont .line{
		margin-top: 24px;
	}
	.interact-ban .up-cont .font,.ins-ban .up-cont .font{
		font-size: 26px;
		margin-top: 32px;
		line-height: 40px;
	}
	.ins-ban .up-cont .down-ico{
		margin-top: 60px;
	}
	.news-ban .up-tit{
		left: 6%;
	}
	.adsuper-wrap .sec-wrap .cont-wrap{
		padding-top: 80px;
	}
	.wechat-info-ban .up-cont{
		width: 89%;
		left: 5.5%;
		margin-top: -160px;
	}
	.bot-paging{
		width: 89%;
		left: 5.5%;
	}
	.bot-paging.long{
		width: 100%;
		left: 0;
	}
	.contact-wrap .city-list{
		width: 166px;
		margin-right: 30px;
	}
	.contact-wrap .address{
		width: 290px;
		margin-right: 32px;
	}
	.contact-wrap .weixin{
		width: 180px;
		margin-right: 32px;
	}
	.contact-wrap .advis{
		width: 180px;
	}
	header .nav-link .nav .line{
		margin-left: 26px;
	}
	header .nav-link .nav li{
		padding-left: 26px;
	}
	.ins-nav ul{
		width: 682px;
	}
	.about-wrap .sec-wrap .left-cont{
		padding-top: 40px;
	}
	.about-wrap .fir-wrap .right-cont .num-box .num{
		font-size: 46px;
	}
	.about-wrap .fir-wrap .left-cont h4{
		font-size: 70px;
	}
	.culture-wrap .fir-list li .cont-wrap{
		padding-top: 10px;
	}
	.culture-wrap{
		background: #fff;
	}
	.future-wrap .top-main .cont-wrap{
		padding-top: 60px;
	}
	.society-wrap .main-column .cont-wrap{
		padding-top: 50px;
	}
	.adsuper-wrap .thi-wrap .left-cont{
		padding-top: 30px;
		padding-bottom: 20px;
	}
	.adsuper-wrap .fou-wrap .right-cont{
		padding-top: 50px;
	}
	.about-home .fir-wrap h4{
		font-size: 70px;
	}
	.i-ban li .cent-cont,.i-ban .btns{
		left: 5.5%;
	}
	.i-ban li .cent-cont{
		margin-top: -190px;
	}
	.i-ban li .word{
		font-size: 36px;
		line-height: 56px;
	}
	.i-ban li .word p{
		height: 56px;
	}
	.return-top{
		right: 10px;
	}
	.about-home .thi-wrap .num-list li{
		margin-right: 0;
		padding-right: 36px;
	}
	.about-wrap .fir-wrap .right-cont .num-box li{
		padding-right: 30px;
		margin-left: 0;
	}
	.about-wrap .fir-wrap .right-cont .num-box .num{
		line-height: 68px;
	}
	.about-wrap .fir-wrap .right-cont .num-box .line{
		display: none;
	}
	.ins-nav .interact-ul{
		width: 454px;
	}
	.i-sec-wrap .right-cont .link-box{
		margin-top: 40px;
	}
}
@media (max-width: 1200px) {
	/*.i-sec-wrap .right-cont .stit{
		font-size: 26px;
	}*/
	.i-sec-wrap .right-cont,.i-fou-wrap .cont-wrap,.i-sex-wrap .cont-wrap{
		padding-top: 20px;
	}
	.i-column-wrap .mtit{
		margin-top: 6px;
	}
	.i-column-wrap .link{
		margin-top: 20px;
	}
	.i-sev-wrap{
		padding-bottom: 40px;
	}
	.team-wrap .fir-wrap .list-wrap li .word{
		display: none;
	}
	.about-wrap .fir-wrap .left-cont{
		padding-top: 60px;
	}
	.about-wrap .fir-wrap .left-cont h4{
		font-size: 60px;
	}
	.about-wrap .fir-wrap .right-cont{
		padding-top: 80px;
	}
	.about-wrap .fir-wrap .left-cont .link-box{
		margin-top: 50px;
	}
	.culture-wrap .fir-list li{
		width: 100%;
	}
	.society-wrap .main-column .cont-wrap{
		padding-top: 30px;
	}
	.about-home .fir-wrap h4{
		font-size: 60px;
	}
	.medium-wrap .fir-wrap .left-cont{
		padding-top: 30px;
	}
	.medium-wrap .fir-wrap .tit{
		font-size: 24px;
	}
	.medium-wrap .bot-news-med .left-cont{
		padding-top: 50px;
	}
	.bigdata-wrap .sec-wrap li{
		width: 50%;
	}
	.culture-wrap .fir-list li .cont-wrap .en-font{
		display: none;
	}
	.culture-wrap .fir-list li .cont-wrap{
		padding-top: 40px;
	}
}


@media (max-width: 1050px){
	.i-m-ban .cent-cont{
		margin-top: -200px;
	}
	.i-fir-wrap .right-wrap,.i-fir-wrap .left-wrap{
		width: 100%;
	}
	.i-fir-wrap .left-wrap{
		padding-bottom: 38px;
	}
	.i-fir-wrap .left-wrap .cent-cont{
		position: inherit;
		left: 0;
		top: 0;
		margin-top: 30px;
		width: 92%;
		margin-left: 4%;
	}
	.i-fir-wrap .left-wrap .num-box{
		display: none;
	}
	.i-sec-wrap .img-box,.i-fou-wrap .img-box,.i-sex-wrap .img-box{
		width: 100%;
	}
	.i-sec-wrap .right-cont,.i-sex-wrap .cont-wrap{
		width: 92%;
		margin-right: 4%;
		padding-bottom: 38px;
		padding-top: 26px;
	}
	.i-fou-wrap .cont-wrap{
		width: 92%;
		margin-left: 4%;
		padding-bottom: 36px;
		padding-top: 26px;
	}
	.i-column-wrap .link{
		width: 38px;
		height: 38px;
	}
	.i-fir-wrap .right-wrap .about-recom .email{
		width: 38px;
		height: 38px;
	}
	.i-fiv-wrap .cont-wrap{
		padding-top: 28px;
	}
	.i-sev-wrap{
		padding-top: 60px;
	}
	.news-recommend-list.pc-scroll{
		display: none;
	}
	.news-recommend-list.m-scroll{
		display: block;
		padding-bottom: 48px;
	}
	.i-sev-wrap .top-titbox .more{
		display: none;
	}
	.i-sev-wrap .main-wrap,.i-eig-wrap .main-wrap{
		width: 92%;
	}
	.contact-wrap{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.contact-wrap .city-list,.contact-wrap .weixin,.contact-wrap .advis{
		display: none;
	}
	.contact-wrap .address{
		margin-right: 0;
	}

	header,header.fixed{
		height: 85px;
	}
	header .header-main{
		padding-top: 18px;
		padding-bottom: 18px;
	}
	header .nav-link,header .extra-link{
		display: none;
	}
	header .m-btn{
		display: block;
	}
	.i-ban li .cent-cont{
		width: 90%;
		left: 5%;
	}
	.i-ban li .word{
		font-size: 30px;
		line-height: 56px;
	}
	.i-ban{
		display: none;
	}
	.i-m-ban{
		display: block;
	}
	.team-wrap .fir-wrap .cont-fir{
		width: 86%;
		padding: 40px 7%;
	}
	.team-wrap .fir-wrap .right-list{
		width: 100%;
	}
	.team-wrap .fir-wrap .list-wrap li .word{
		display: block;
	}
	.team-wrap .sec-wrap .row-box .cont-wrap{
		padding-top: 80px;
	}
	.ins-ban .up-cont h4{
		font-size: 42px;
	}
	.ins-ban .up-cont .font{
		font-size: 28px;
	}
	.public-list .list-wrap .cont-box{
		padding-top: 12px;
	}
	.public-list .list-wrap .cont-box .stit{
		line-height: 28px;
		margin-bottom: 5px;
	}
	.public-list .list-wrap .cont-box .bot-link{
		margin-top: 18px;
	}
	.ins-nav{
		display: none;
	}
	.adsuper-wrap .sec-wrap .flex-control-nav{
		bottom: 20px;
	}
	.adsuper-wrap .sec-wrap .cont-wrap{
		padding-top: 50px;
	}
	.news-wrap{
		padding-bottom: 100px;
	}
	.news-wrap .more-load{
		margin-top: 60px;
	}
	.about-wrap .fou-wrap .right-cont{
		padding-top: 30px;
	}
	.about-wrap .sec-wrap .left-cont .num-long{
		font-size: 50px;
		margin-top: 32px;
	}
	.about-wrap .sec-wrap .left-cont .num-long .m{
		font-size: 40px;
	}
	.about-wrap .sec-wrap .left-cont .num-long .square{
		line-height: 48px;
	}
	.about-wrap .sec-wrap .left-cont{
		width: 90%;
		padding: 30px 5%;
	}
	.about-wrap .sec-wrap .imgbox{
		width: 100%;
	}
	.culture-wrap .sec-list .cont-wrap .num-list{
		width: 100%;
	}
	.culture-wrap .sec-list .cont-wrap .imgbox{
		display: none;
	}
	.culture-wrap .sec-list .cont-wrap .num-list li.black{
		background-color: #fff;
	}
	.culture-wrap .sec-list .cont-wrap .num-list li.black .num-box .num{
		color: #333;
	}
	.culture-wrap .sec-list .cont-wrap .num-list li.black .stt{
		color: #333;
		background-color: #fff;
	}
	.culture-wrap .sec-list .cont-wrap .num-list li.black .word{
		color: #666;
		opacity: 1;
		filter: alpha(opacity=100);
	}
	.culture-wrap .sec-list .cont-wrap .row-box:nth-of-type(2) li:nth-of-type(2){
		background-color: #f5f5f5;
	}
	.culture-wrap .sec-list .cont-wrap .num-list .num-box .stt{
		width: 68px;
	}
	.culture-wrap .sec-list .cont-wrap .row-box:nth-of-type(2) li:nth-of-type(2) .stt{
		background-color: #f5f5f5;
	}
	/*.team-wrap .fir-wrap .list-wrap li .up-cont{
		opacity: 1;
		filter: alpha(opacity=100);
	}*/
	.about-wrap .fir-wrap .right-cont .num-box{
		margin-top: 30px;
	}
	.about-wrap .fir-wrap .right-cont .num-box .num{
		font-size: 36px;
	}
	
	.about-wrap .fir-wrap .right-cont .num-box .line{
		display: none;
	}
	.ins-ban.active img.bgimg{
		transform: scale(1);
	}
	.future-wrap .top-main .cont-wrap{
		padding-top: 30px;
	}
	.future-wrap .top-main .cont-wrap .tit{
		font-size: 26px;
		line-height: 42px;
	}
	.future-wrap .top-main .cont-wrap .cn-font{
		margin-top: 26px;
	}
	.society-wrap .main-column .cont-wrap{
		padding-top: 10px;
	}
	.adsuper-wrap .thi-wrap .imgbox{
		width: 100%;
	}
	.adsuper-wrap .thi-wrap .left-cont{
		width: 90%;
		padding: 30px 5%;
		margin: 0;
	}
	.adsuper-wrap .fou-wrap .right-cont{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.about-home .fir-wrap h4{
		font-size: 46px;
	}
	.degital-wrap-m{
		display: block;
	}
	.degital-wrap.pc{
		display: none;
	}
	#digital-floatnav{
		display: none;
	}
	.m-team-ban{
		display: block;
	}
	.medium-wrap .main-column li .font{
		font-size: 13px;
	}
	.medium-wrap .bot-news-med .left-cont{
		padding-top: 36px;
	}
	.bigdata-wrap .fir-wrap .imgbox{
		width: 100%;
	}
	.bigdata-wrap .fir-wrap .imgbox img{
		width: auto;
		max-width: 100%;
	}
	.bigdata-wrap .fir-wrap .left-cont{
		width: 90%;
		padding: 30px 5%;
	}
	.i-thi-wrap .list-wrap ul{
		width: 102%;
	}
	.i-thi-wrap .list-wrap li{
		width: 48%;
		margin-right: 2%;
	}
	.i-thi-wrap .list-wrap li:nth-of-type(3){
		display: none;
	}
	.i-thi-wrap .list-wrap{
		margin-top: 35px;
	}
	.about-wrap .fir-wrap .right-cont .num-box li{
		margin-bottom: 24px;
	}
	.about-wrap .fir-wrap .right-cont .num-box .num{
		font-size: 30px;
		line-height: 58px;
	}
	.float-right-box{
		display: none;
	}
	.history-wrap .cent-wrap li{
		margin-top: 50px;
	}
	.history-wrap .cent-wrap li:nth-child(odd) .cont-box{
		margin-left: 3.8%;
	}
	.history-wrap .cent-wrap li .cont-box{
		width: 32%;
	}
	.history-wrap .cent-wrap li:nth-child(even) .cont-box{
		margin-right: 6.7%;
		width: 29%;
	}
	.wechat-info-ban .up-cont .down-ico{
		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) {
	.i-thi-wrap{
		padding-bottom: 35px;
	}
	.i-thi-wrap .main-wrap{
		width: 85%;
	}
	.i-thi-wrap .nav-box .more{
		display: none;
	}
	.i-thi-wrap .pc-scroll{
		display: none;
	}
	.i-thi-wrap .mobile-scroll{
		display: block;
	}
	.i-thi-wrap .list-wrap{
		margin-top: 30px;
	}
	.i-fiv-wrap li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 16px;
	}
	.i-fiv-wrap .cont-wrap{
		padding-top: 22px;
	}
	.i-sev-wrap .m-scroll{
		padding-bottom: 28px;
	}
	.i-eig-wrap{
		padding-top: 20px;
		padding-bottom: 50px;
	}
	.i-eig-wrap .list-wrap{
		margin-top: 40px;
	}

	.about-ban .cont-wrap{
		/*display: none;*/
	}
	.team-wrap .sec-wrap .row-box .img-scroll{
		width: 100%;
	}
	.team-wrap .sec-wrap .row-box .cont-wrap{
		padding: 40px 7%;
		width: 86%;
		margin: 0;
	}
	.ins-ban{
		height: auto;
	}
	.ins-ban .bgimg{
		width: 100%;
	}
	.website-ban .bgimg{
		width: 1380px;
		left: 50%;
		margin-left: -690px;
	}
	.ins-ban .up-cont{
		margin-top: 0;
		/*top: auto;*/
		top: 50px;
	}
	.ins-ban .up-cont .down-ico,.ins-ban .up-cont .font{
		display: none;
	}
	.website-ban .up-cont .font{
		display: block;
		font-size: 18px;
		line-height: 28px;
		margin-top: 24px;
	}
	.website-ban .up-cont .line{
		margin-top: 20px;
	}
	.news-ban{
		height: 300px;
	}
	.news-ban .up-tit h4{
		font-size: 32px;
		line-height: 60px;
	}
	.news-ban .up-tit .line{
		height: 2px;
	}
	.public-list .list-wrap ul{
		width: 105%;
	}
	.public-list .list-wrap li{
		width: 45%;
		margin-right: 5%;
	}
	.public-list .top-nav .s-nav{
		height: auto;
	}
	.public-list .top-nav .s-nav li{
		margin-bottom: 10px;
	}
	.public-list .top-nav .s-nav li a{
		padding: 0;
	}
	.public-list .list-wrap{
		margin-top: 30px;
	}
	.adsuper-wrap .sec-wrap .imgbox{
		width: 100%;
	}
	.adsuper-wrap .sec-wrap .cont-wrap{
		width: 90%;
		padding: 30px 5% 60px;
		margin-left: 0;
	}
	.adsuper-wrap .sec-wrap .flex-control-nav{
		left: 0;
		width: 100%;
		text-align: center;
	}
	.adsuper-wrap .fir-wrap .left-wrap{
		padding-top: 40px;
		padding-bottom: 50px;
	}
	.adsuper-wrap .fir-wrap .right-cont{
		padding-top: 40px;
	}
	.case-info .fir-wrap .left-wrap,.case-info .fir-wrap .right-cont{
		width: 90%;
		padding: 40px 5%;
	}
	.wechat-info-ban .up-cont h4{
		font-size: 26px;
		line-height: 46px;
	}
	.wechat-info-ban .up-cont .line{
		height: 2px;
	}
	.wechat-info-ban .up-cont .font{
		margin-top: 16px;
	}
	.website-info-ban .up-cont .link-ico{
		margin-top: 15px;
	}
	.bot-paging{
		position: absolute;
		bottom: 10px;
	}
	.bot-paging.long{
		width: 89%;
		left: 5.5%;
	}
	.wechat-info-ban{
		height: auto;
	}
	.wechat-info-ban img{
		/*width: 100%;*/
		width: 1380px;
		left: 50%;
		margin-left: -690px;
	}
	.wechat-info-ban .up-cont{
		margin-top: 0;
		top: 170px;
	}
	.news-wrap{
		padding-top: 45px;
	}
	.news-wrap .top-tit .search-box{
		margin-top: 16px;
	}
	.news-wrap .list-wrap .boxs{
		width: 48%;
	}
	.news-wrap .top-tit .year-list li.hover{
		font-size:24px;
		/*line-height: 70px;*/
	}
	.news-wrap .top-tit .year-list li{
		font-size: 22px;
		line-height: 56px;
	}
	.news-wrap .list-wrap{
		margin-top: 18px;
	}
	.search-alert .cent-form .tex{
		height: 60px;
		line-height: 60px;
		font-size: 28px;
		background-position: 30px 20px !important;
	}
	.search-alert .cent-form{
		height: 60px;
		margin-top: -30px;
	}
	.search-alert .cent-form .sub-butn{
		height: 60px;
		line-height: 60px;
		margin-top: 0;
		/*background: url(../img/ico_36.png) no-repeat center;*/
		/*font-size: 0;*/
	}
	.about-home .fir-wrap .left-cont,.about-home .fir-wrap .right-cont{
		width: 90%;
		padding: 30px 5%;
		margin: 0;
	}
	.about-home .fir-wrap .right-cont{
		min-height: 10px;
	}
	.about-home .fir-wrap .link-box{
		margin-top: 30px;
	}
	.about-home .fir-wrap h4{
		font-size: 50px;
		line-height: 76px;
	}
	.about-home .sec-wrap{
		height: 400px;
	}
	.about-home .sec-wrap .cont-wrap{
		width: 88%;
		left: 6%;
		margin-top: -120px;
	}
	.about-wrap .fou-wrap .imgbox{
		width: 100%;
	}
	.about-wrap .fou-wrap .right-cont{
		width: 90%;
		padding: 30px 5%;
		margin: 0 auto;
	}
	.about-wrap .fir-wrap .left-cont,.about-wrap .fir-wrap .right-cont{
		width: 90%;
		padding: 30px 5%;
		margin: 0 auto;
	}
	.about-wrap .fir-wrap .right-cont{
		min-height: 10px;
	}
	/*.culture-wrap{
		padding-top: 0;
	}

	.culture-wrap .fir-list ul{
		width: 100%;
	}*/
	.culture-wrap .fir-list li.even-li .img,.culture-wrap .fir-list li.odd-li .img{
		width: 100%;
	}
	.culture-wrap .fir-list li.even-li .cont-wrap,.culture-wrap .fir-list li.odd-li .cont-wrap{
		width: 90%;
		padding: 20px 5% 25px;
		margin: 0;
	}
	.culture-wrap .sec-list .cont-wrap .imgbox{
		display: block;
		width: 100%;
	}
	.about-wrap .fir-wrap .left-cont h4{
		font-size: 36px;
		line-height: 66px;
	}
	.future-wrap .top-main li.even-li .imgbox,.future-wrap .top-main li.odd-li .imgbox{
		width: 100%;
	}
	.future-wrap .top-main li.even-li .cont-wrap,.future-wrap .top-main li.odd-li .cont-wrap{
		width: 90%;
		padding: 30px 5%;
		margin: 0;
	}
	.public-list .list-wrap li:hover .up-erwei{
		opacity: 0;
		filter: alpha(opacity=0);
	}
	.society-wrap .main-column li.even-li .imgbox,.society-wrap .main-column li.odd-li .imgbox{
		width: 100%;
	}
	.society-wrap .main-column li.even-li .cont-wrap,.society-wrap .main-column li.odd-li .cont-wrap{
		width: 90%;
		padding: 30px 5% 40px;
		margin: 0;
	}
	.adsuper-wrap .fou-wrap .imgbox{
		width: 100%;
	}
	.adsuper-wrap .fou-wrap .right-cont{
		width: 90%;
		padding: 30px 5%;
	}
	.vr-ban .up-cont .s-tit{
		font-size: 30px;
		line-height: 40px;
	}
	.vr-ban .up-cont .line{
		margin-top: 32px;
	}
	.vr-ban .up-cont .s-tit{
		margin-top: 30px;
	}
	.news-ban .bot-paging{
		display: block;
	}
	.website-ban .up-cont{
		top: 170px;
	}
	.website-ban .up-cont h4{
		font-size: 24px;
		line-height: 40px;
	}
	.website-ban .up-cont .s-tit{
		font-size: 16px;
		line-height: 26px;
	}
	.website-ban .up-cont .link-box{
		margin-top: 50px;
	}
	.interact-wrap .fir-wrap .left-wrap,.interact-wrap .fir-wrap .right-cont{
		width: 90%;
		padding: 30px 5%;
		margin: 0;
	}
	.interact-ban .up-cont .line{
		margin-top: 16px;
	}
	.interact-ban .up-cont .link-box{
		margin-top: 40px;
	}
	.interact-ban .up-cont h4{
		font-size: 28px;
		line-height: 40px;
	}
	.interact-ban .up-cont .link-box{
		margin-top: 20px;
	}
	.team-wrap .fir-wrap .list-wrap li .en-tit{
		font-size: 18px;
	}
	.team-wrap .fir-wrap .list-wrap li .word{
		margin-top: 22px;
	}
	.body-wrap .w1520{
		width: 100%;
	}
	.news-wrap .w1520{
		width: 90%;
	}
	.i-eig-wrap .list-wrap ul{
		width: 107.3%;
	}
	.i-eig-wrap .list-wrap li{
		/*margin-right: 12px;*/
		width: 26%;
		margin-right: 7.3%;
		min-height: 40px;
		margin-bottom: 20px;
	}
	.i-eig-wrap .tit-box .more{
		/*background: none;*/
		display: none;
	}
	.medium-wrap .fir-wrap .left-cont{
		padding-bottom: 20px;
	}
	.medium-wrap .fir-wrap .tit{
		font-size: 20px;
	}
	.medium-wrap .fir-wrap .word{
		margin-top: 22px;
	}
	.medium-wrap .fir-wrap .left-cont,.medium-wrap .bot-news-med .left-cont{
		width: 90%;
		padding: 30px 5%;
		min-height: 10px;
	}
	.medium-wrap .fir-wrap .right-img,.medium-wrap .bot-news-med .img-box{
		width: 100%;
	}
	.bigdata-wrap .sec-wrap .tit{
		margin-top: 12px;
	}
	.bigdata-wrap .sec-wrap li{
		width: 100%;
	}
	.bigdata-wrap .sec-wrap .font{
		height: auto;
	}
	.bigdata-wrap .sec-wrap .cont-box{
		width: 90%;
		padding: 30px 5%;
		min-height: 10px;
	}
	.about-wrap{
		padding-top: 0;
	}
	.public-list .top-nav{
		padding-top: 18px;
	}
	.public-list .top-share{
		/*top: 16px;*/
		display: none;
	}
	.about-home{
		padding-top: 0;
	}
	.about-home .thi-wrap .num-list .num{
		font-size: 60px;
	}
	.i-eig-wrap .tit-box .more{
		margin-top: 5px;
	}
	.i-thi-wrap .mobile-scroll ul{
		width: 100%;
	}
	.i-thi-wrap .mobile-scroll li{
		margin-right: 0;
	}
	.i-thi-wrap{
		padding-top: 32px;
	}
	.i-fou-wrap .cont-wrap{
		width: 86%;
		margin-left: 7%;
	}
	.culture-wrap .fir-list li.even-li .cont-wrap{
		border: 1px solid #eee;
	}
	.culture-wrap .sec-list .tit-box{
		padding-bottom: 38px;
	}
	.news-recommend-list .cont-wrap .tit a{
		height: auto;
	}
	.i-column-wrap .link{
		margin-top: 30px;
	}
	.i-thi-wrap .list-wrap .cont-wrap{
		padding: 20px 6.4% 0;
	}
	.bigdata-wrap{
		padding-top: 0;
	}
	.history-wrap .cent-line-box{
		left: 0;
	}
	.history-wrap .cent-wrap li{
		width: 94%;
		padding-left: 6%;
	}
	.history-wrap .cent-wrap li .img{
		display: none;
	}
	.history-wrap .cent-wrap li .point{
		left: 0;
	}
	.history-wrap .cent-wrap li:nth-child(odd) .cont-box,.history-wrap .cent-wrap li:nth-child(even) .cont-box{
		text-align: left;
	}
	.history-wrap .cent-wrap li:nth-child(even) .cont-box{
		float: left;
	}
	.history-wrap .cent-line-box .point-h{
		background: none;
	}
	.history-wrap .cent-wrap li .cont-box{
		width: 96%;
	}
	.history-wrap .cent-wrap li:nth-child(odd) .cont-box{
		margin-left: 0;
	}
	.history-wrap .cent-wrap li:nth-child(even) .cont-box{
		width: 96%;
		margin-right: 0;
	}
	.history-wrap .cent-wrap li{
		opacity: 1;
	}
	.history-wrap .cent-wrap li .point i{
		display: inline-block;
	}
	.about-wrap .thi-wrap .row-box .up-cont .font, .about-wrap .fiv-wrap .row-box .up-cont .font{
		display: none;
	}
	.about-wrap .thi-wrap .row-box .up-cont .stit, .about-wrap .fiv-wrap .row-box .up-cont .stit{
		font-size: 16px;
		line-height: 20px;
	}
	.about-wrap .thi-wrap .row-box:hover .up-cont, .about-wrap .fiv-wrap .row-box:hover .up-cont {
	    bottom: 10px;
	}
	.bot-out-link{
		display: none;
	}
}

/* Landscape phones and down */
@media (max-width: 480px) {
	.contact-wrap .address{
		width: 100%;
	}
	.i-thi-wrap .mobile-scroll{
		padding-bottom: 30px;
	}
	.i-thi-wrap .nav-box .left-link span,.i-thi-wrap .nav-box .left-link a.type-link{
		margin-bottom: 5px;
		margin-right: 2px;
	}
	.i-m-ban li .word p{
		height: auto;
		font-size: 22px;
		line-height: 32px;
	}
	.i-m-ban li .cent-cont{
		margin-top: -180px;
	}
	header, header.fixed{
		height: 60px;
	}
	header.fixed .header-main{
		padding-top: 12px;
	}
	header .header-main{
		padding-top: 12px;
		padding-bottom: 12px;
	}
	header .logo img,header.fixed .header-main .logo img{
		height: 34px;
	}
	header .logo a{line-height: 50px;}
	header .right .lines{margin-top: 15px;}
	header .m-btn{
		margin-top: 0px;
		padding: 8px;
	}
	.ins-ban .up-cont h4{
		line-height: 50px;
		font-size: 26px;
	}
	.ins-ban .up-cont .line{
		width: 20px;
		height: 2px;
		margin-top: 5px;
	}
	.website-ban .up-cont .line{
		margin-top: 20px;
	}
	.public-list .list-wrap ul{
		width: 100%;
	}
	.public-list .list-wrap li{
		width: 100%;
		margin-right: 0;
	}
	.adsuper-wrap .fir-wrap .left-wrap{
		width: 90%;
		padding: 20px 5%;
	}
	.adsuper-wrap .fir-wrap .right-cont{
		padding: 30px 5% 40px;
		width: 90%;
		margin-left: 0;
	}
	.adsuper-wrap .sec-wrap .cont-wrap .tit{
		font-size: 26px;
		line-height: 38px;
	}
	.wechat-info-ban .up-cont h4{
		font-size: 24px;
		line-height: 40px;
	}
	.wechat-info-ban .up-cont .line{
		height: 2px;
		width: 30px;
	}
	.wechat-info-ban .up-cont .font{
		font-size: 16px;
		margin-top: 18px;
	}
	.bot-paging{
		bottom: 10px;
	}
	.society-info .fir-wrap .link-box{
		margin-top: 40px;
	}
	.news-wrap .list-wrap .boxs{
		width: 100%;
	}
	.news-wrap .top-tit .year-list{
		width: 100%;
	}
	.news-wrap .top-tit .search-box{
		float: left;
	}
	.search-alert .cent-form .tex{
		padding-left: 10px;
		text-align: left;
		background: none;
		font-size: 20px;
	}
	.search-alert .cent-form .sub-butn{
		font-size: 22px;
		color: #777;
	}
	.about-home .thi-wrap .left-wrap{
		width: 100%;
	}
	.about-home .thi-wrap .right-pic{
		width: 100%;
		margin-top: 20px;
	}
	.about-home .thi-wrap{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.news-recommend-more .list-wrap{
		margin-top: 40px;
	}
	.news-recommend-list.m-scroll{
		padding-bottom: 20px;
	}
	.about-ban .cent-cont,.about-ban .num-top{
		display: none;
	}
	.about-ban .top-tit h4{
		font-size: 20px;
		line-height: 30px;
	}
	.about-ban .top-tit .tit,.about-ban .top-tit .date{
		font-size: 14px;
		line-height: 24px;
	}
	.culture-wrap .sec-list .cont-wrap .num-list .num-box .num{
		font-size: 64px;
	}
	.culture-wrap .sec-list .cont-wrap .num-list .num-box .stt{
		font-size: 14px;
		line-height: 30px;
		bottom: 20px;
		width: 40px;
	}
	.team-wrap .fir-wrap .list-wrap li.num-cont .cent-font{
		margin-top: -82px;
	}
	.team-wrap .fir-wrap .list-wrap li.num-cont .cent-font .num{
		font-size: 32px;
		line-height: 38px;
	}
	.team-wrap .fir-wrap .list-wrap li.num-cont .cent-font .line{
		margin: 12px auto 15px;
	}
	.team-wrap .fir-wrap .list-wrap li .word{
		display: none;
	}
	.team-wrap .fir-wrap .list-wrap li .en-tit{
		font-size: 16px;
		line-height: 20px;
	}
	.team-wrap .fir-wrap .list-wrap li .cn-tit{
		font-size: 14px;
		line-height: 18px;
		margin-top: 7px;
	}
	.team-wrap .fir-wrap .list-wrap li.num-cont .cent-font{
		margin-top: -70px;
	}
	.team-wrap .fir-wrap .list-wrap li.num-cont .cent-font .num{
		font-size: 26px;
		line-height: 30px;
	}
	.team-wrap .sec-wrap .row-box .flex-control-nav{
		height: 10px;
		bottom: 15px;
	}
	.about-wrap .fir-wrap .left-cont .stit{
		line-height: 32px;
	}
	.society-wrap .main-column .cont-wrap .stit{
		font-size: 22px;
	}
	.society-wrap .main-column .cont-wrap .mtit{
		font-size: 16px;
	}
	.i-column-wrap .font{
		font-size: 12px;
	}
	.ins-ban .bgimg {
	    width: 600px;
	    left: 50%;
	    margin-left: -300px;
	}
	.website-ban .bgimg{
		width: 1380px;
		left: 50%;
		margin-left: -690px;
	}
	.website-ban .up-cont{
		top: 180px;
	}
	.ins-ban .up-cont{
		top: 50px;
	}
	.website-ban .up-cont{
		top: 180px;
	}
	.vr-ban .up-cont .s-tit{
		font-size: 20px;
		margin-top: 16px;
	}
	.ins-ban .up-cont .vr-logo{
		height: 30px;
		margin-bottom: 20px;
	}
	.ins-ban .up-cont .vr-logo img{
		height: 100%;
	}
	.news-info{
		padding-top: 40px;
	}
	.news-info .tit-box h4{
		font-size: 22px;
	}
	.website-ban .up-cont .s-tit{
		display: none;
	}
	.website-ban .up-cont .link-box{
		margin-top: 30px;
	}
	.website-ban .up-cont .link-box a{
		width: 100px;
		height: 32px;
		line-height: 32px;
		font-size: 12px;
	}
	.webisite-info .main-wrap{
		padding-top: 40px;
	}
	.case-info .thi-smallban{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.interact-ban .up-cont .link-box{
		margin-top: 20px;
	}
	.interact-ban .up-cont .link-box a{
		width: 90px;
		height: 32px;
		line-height: 32px;
	}
	.interact-ban .up-cont .link-box a i{
		height: 32px;
	}
	.interact-ban .up-cont .link-box a span{
		margin-left: 4px;
	}
	.i-fir-wrap .right-wrap .about-recom .stit{
		font-size: 36px;
	}
	.i-fir-wrap .right-wrap .about-recom .cont{
		height: auto;
	}
	.i-fir-wrap .right-wrap .about-recom .font{
		width: 100%;
	}
	.i-fir-wrap .right-wrap .about-recom .bot-link{
		position: relative;
		width: 100%;
		left: 0;
		margin-top: 20px;
	}
	.about-home .fir-wrap h4{
		font-size: 40px;
	}
	.about-home .sec-wrap .stit{
		font-size: 28px;
	}
	.website-info-ban .up-cont .link-ico{
		display: none;
	}
	.i-thi-wrap .nav-box .left-link .all{
		display: none;
	}
	.i-thi-wrap .nav-box .left-link .type1,.i-thi-wrap .nav-box .left-link .type2,.i-thi-wrap .nav-box .left-link .type3{
		background: #f5f5f5;
		padding: 0;
		/*width: 82px;*/
		padding: 0 22px;
		text-align: center;
		line-height: 44px;
	}
	.i-thi-wrap .nav-box .left-link a.type-link{
		margin-right: 5px;
	}
	.i-thi-wrap .nav-box .left-link .type1:hover,.i-thi-wrap .nav-box .left-link .type2:hover,.i-thi-wrap .nav-box .left-link .type3:hover{
		background: #f5f5f5;
	}
	.bigdata-wrap .sec-wrap .ico{
		height: 40px;
		background-size: auto 100% !important;
	}
	.bigdata-wrap .fir-wrap .tit{
		font-size: 22px;
	}
	.bigdata-wrap .fir-wrap .stit{
		margin-top: 12px;
	}
	.i-fir-wrap .right-wrap .about-recom .cont{
		width: 88%;
		padding: 18px 6% 0;
	}
	.i-fir-wrap .left-wrap .cent-cont{
		width: 86%;
		margin-left: 7%;
	}
	.i-sec-wrap .right-cont, .i-sex-wrap .cont-wrap{
		width: 86%;
		margin-right: 7%;
	}
	.i-sev-wrap{
		padding-top: 30px;
	}
	.culture-wrap .sec-list .cont-wrap .num-list .num-box{
		height: 100px;
		padding-top: 20px;
	}
	.culture-wrap .sec-list .cont-wrap .num-list .num-box .num{
		line-height: 100px;
	}
	.culture-wrap .sec-list .cont-wrap .num-list{
		/*height: 310px;*/
		height: auto;
	}
	.culture-wrap .sec-list .cont-wrap .num-list .word{
		width: 70%;
		margin-top: 5px;
	}
	.culture-wrap .sec-list{
		padding-bottom: 80px;
		padding-top: 46px;
	}
	.culture-wrap .sec-list .tit-box{
		padding-bottom: 32px;
	}
	.future-wrap .top-main .cont-wrap .tit{
		font-size: 20px;
		line-height: 32px;
	}
	.future-wrap .top-main .cont-wrap .stt{
		font-size: 16px;
		line-height: 22px;
		margin-top: 16px;
	}
	.future-wrap .top-main .cont-wrap .cn-font{
		font-size: 12px;
		line-height: 24px;
		margin-top: 22px;
	}
	.culture-wrap .sec-list .cont-wrap .num-list li{
		padding-bottom: 40px;
		width: 100%;
	}
	.culture-wrap{
		padding-top: 26px;
	}
	.public-list .top-nav h3{
		font-size: 22px;
		line-height: 32px;
	}
	.public-list .top-nav .s-nav{
		height: 34px;
		position: relative;
		overflow: hidden;
	}
	.public-list .top-nav .s-nav li{
		margin-right: 32px;
	}
	.public-list .load-more{
		width: 150px;
		height: 50px;
		line-height: 50px;
	}
	.society-wrap .main-column li.even-li .cont-wrap, .society-wrap .main-column li.odd-li .cont-wrap{
		padding: 15px 5% 26px;
	}
	.society-wrap .main-column li .link{
		margin-top: 20px;
	}

	.history-wrap .tit-box h4{
		font-size: 28px;
	}
	.history-wrap{
		padding-top: 50px;
	}
	.history-wrap .cent-wrap li .year{
		font-size: 32px;
	}
}
@media (max-width: 350px) {
	.wechat-info-ban .up-cont h4{
		font-size: 18px;
		line-height: 30px;
	}
	.wechat-info-ban .up-cont .font{
		font-size: 14px;
		line-height: 24px;
	}
	.bot-paging{
		bottom: 0;
	}
	.ins-ban .up-cont{
		top: 60px;
	}
	.ins-ban .up-cont h4{
		font-size: 22px;
		line-height: 46px;
	}
	.i-thi-wrap .nav-box .left-link .type1, .i-thi-wrap .nav-box .left-link .type2, .i-thi-wrap .nav-box .left-link .type3, .i-thi-wrap .nav-box .left-link .type4{
		padding: 0 16px;
		line-height: 40px;
		font-size: 12px;
	}
	.i-thi-wrap .list-wrap{
		margin-top: 25px;
	}
}